@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,800,800italic");

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}
body {
	-webkit-text-size-adjust: none;
}
html {
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

body {
	background: #ffffff;
}
body, input, select, textarea {
	color: #fff;
	font-family: "Open Sans", Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: 400;
	letter-spacing: 0.075em;
	line-height: 1.65em;
}
@media screen and (max-width: 1680px) {

	body, input, select, textarea {
		font-size: 13pt;
	}

}
a {
	-moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
	-webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
	-ms-transition: color 0.2s ease, border-bottom-color 0.2s ease;
	transition: color 0.2s ease, border-bottom-color 0.2s ease;
	border-bottom: dotted 1px;
	color: inherit;
	text-decoration: none;
}
a:hover {
	border-bottom-color: transparent;
}

strong, b {
	/*color: #fff;*/
	font-weight: 600;
}
h1, h2, h3, h4, h5, h6 {
	color: #fff;
	font-weight: 800;
	letter-spacing: 0.225em;
	line-height: 1em;
	margin: 0 0 1em 0;
	text-transform: uppercase;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none;
}
.align-center {
	text-align: center;
}
.icon {
	text-decoration: none;
	border-bottom: none;
	position: relative;
	text-align: center;
}

.icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

.icon > .label {
	display: none;
}

.icon.style2:before {
	border-radius: 2.75em;
	display: inline-block;
	height: 2.75em;
	line-height: 2.75em;
	width: 2.75em;
}
a.icon.style2:before {
	-moz-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
}

.icon.style2:before {
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}

a.icon.style2:hover:before {
	box-shadow: inset 0 0 0 1px #000000;
	color: #000000;
}
.image {
	border-radius: 3px;
	border: 0;
	display: inline-block;
	position: relative;
}

.image img {
	border-radius: 3px;
	display: block;
}
ul {
	list-style: disc;
	margin: 0 0 2em 0;
	padding-left: 1em;
}

ul li {
	padding-left: 0.5em;
}
ul.icons {
	cursor: default;
	list-style: none;
	padding-left: 0;
}

ul.icons li {
	display: inline-block;
	padding: 0 1em 0 0;
}

ul.icons li:last-child {
	padding-right: 0 !important;
}
.wrapper {
	padding: 0 0 3em 0;
}

.wrapper > .inner {
	width: 60em;
	margin: 0 auto;
}
#headerProject {
	background: #ffffff;
	height: 3em;
	left: 0;
	line-height: 3em;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
	opacity: 0.9;
}
#headerProject h1 {
	height: inherit;
	left: 1.25em;
	line-height: inherit;
	position: absolute;
	top: 0;
}

#header h1 a, #headerProject h1 a {
	border: 0;
	display: block;
	height: inherit;
	line-height: inherit;
	font-family: 'Lobster', cursive;
	text-transform: initial;
	font-weight: normal;
	font-size: 1.4em;
	color: #000;
}
#header h1 a img, #headerProject h1 a img {
	width: 35px;
	vertical-align: middle;
}
section {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	cursor: default;
	height: 100vh;
	/*min-height: 35em;*/
	overflow: hidden;
	position: relative;
	text-align: center;
}
#footer {
	padding: 2em 0 3em 0;
	background-color: #fff;
	text-align: center;
}

#footer .icons {
	font-size: 1em;
}

#footer .icons a {
	color: rgba(0, 0, 0, 0.8);
}

#footer .icons a:hover {
	color: #fff;
}

#footer .copyright {
	color: rgba(0, 0, 0, 0.8);
	font-size: 0.7em;
	letter-spacing: 0.225em;
	list-style: none;
	padding: 0;
	margin: 0;
}
body.landing #footer {
	background-color: rgba(255, 255, 255, 1);
	border-top: 1px #4444 solid;
}
.btnRetour {
	text-align: right;
	padding-right: 20px;
}

.btnRetour img {
	width: 35px;
	vertical-align: middle;
}
.bannerProtrait.onload-content-fade-right .content {
	-moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out;
	-webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
	-ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out;
	transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out;
}
.bannerProtrait.onload-image-fade-in .image img {
	-moz-transition: opacity 0.75s ease-in-out;
	-webkit-transition: opacity 0.75s ease-in-out;
	-ms-transition: opacity 0.75s ease-in-out;
	transition: opacity 0.75s ease-in-out;
}
.bannerProtrait.style1 {
	-moz-align-items: -moz-stretch;
	-webkit-align-items: -webkit-stretch;
	-ms-align-items: -ms-stretch;
	align-items: stretch;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-moz-justify-content: -moz-flex-end;
	-webkit-justify-content: -webkit-flex-end;
	-ms-justify-content: -ms-flex-end;
	justify-content: flex-end;
	position: relative;
	text-align: left;
	overflow-x: hidden;
}

.bannerProtrait.style1 .content {
	padding: 7rem 7rem 5rem 7rem ;
	-moz-align-self: center;
	-webkit-align-self: center;
	-ms-align-self: center;
	align-self: center;
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-moz-flex-shrink: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-shrink: 1;
	flex-shrink: 1;
	width: 50%;
	max-width: 48rem;
	margin: 0 auto;
}

.bannerProtrait.style1 .image {
	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	border-radius: 0;
	width: 50%;
}

.bannerProtrait.style1 .image img {
	-moz-object-fit: cover;
	-webkit-object-fit: cover;
	-ms-object-fit: cover;
	object-fit: cover;
	-moz-object-position: center;
	-webkit-object-position: center;
	-ms-object-position: center;
	object-position: center;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
}

@media screen and (max-width: 1680px) {

	.bannerProtrait.style1 .content {
		padding: 5rem 5rem 3rem 5rem ;
	}

}
.bannerProtrait.style1.fullscreen {
	min-height: 100vh;
	height: 100%;
}
.bannerProtrait.style1.image-position-center .image img {
	-moz-object-position: center;
	-webkit-object-position: center;
	-ms-object-position: center;
	object-position: center;
}

.bannerProtrait.style1 .content {
	color: #3f2c17;
	height: 100%;
}


.bannerProtrait.style1 .content h1 {
	color: #000000;
	font-size: 3.5rem;
	line-height: 1.2;
	font-weight: 300;
	line-height: 1.375;
	letter-spacing: -0.05em;
	margin: 0 0 1rem 0;
}
.spotlight.onscroll-image-fade-in .image img {
	-moz-transition: opacity 0.75s ease-in-out;
	-webkit-transition: opacity 0.75s ease-in-out;
	-ms-transition: opacity 0.75s ease-in-out;
	transition: opacity 0.75s ease-in-out;
}
.spotlight.style1 {
	-moz-align-items: -moz-stretch;
	-webkit-align-items: -webkit-stretch;
	-ms-align-items: -ms-stretch;
	align-items: stretch;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-moz-justify-content: -moz-flex-end;
	-webkit-justify-content: -webkit-flex-end;
	-ms-justify-content: -ms-flex-end;
	justify-content: flex-end;
	position: relative;
	/*overflow-x: hidden;*/
	text-align: left;
	border-top: 1px #4444 solid;
}

.spotlight.style1 .content {
	padding: 5rem 7rem 5rem 7rem ;
	-moz-align-self: center;
	-webkit-align-self: center;
	-ms-align-self: center;
	align-self: center;
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-moz-flex-shrink: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-shrink: 1;
	flex-shrink: 1;
	width: 65%;
	max-width: 64rem;
	margin: 0 auto;
}

.spotlight.style1 .image {
	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	width: 45%;
	min-width: 25rem;
	border-radius: 0;
}

.spotlight.style1 .image img {
	-moz-object-fit: cover;
	-webkit-object-fit: cover;
	-ms-object-fit: cover;
	object-fit: cover;
	-moz-object-position: center;
	-webkit-object-position: center;
	-ms-object-position: center;
	object-position: center;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
}

@media screen and (max-width: 1680px) {

	.spotlight.style1 .content {
		padding: 5rem 5rem 3rem 5rem ;
	}

}
.spotlight.style1.orient-right {
	-moz-flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.spotlight .content p {
	color: #3f2c17;
	font-size: 16px;
}

.spotlight {
	height: 100%;
	min-height: 0px;
}
.inner .copyright {
	color: #444;
	font-size: 12px;
	text-align: center;
	height: 50px;
}
/****** PRESSE.php ******/
.pressContent {
	padding: 1.5rem 4rem 1.5rem 4rem;
	-moz-align-self: center;
	-webkit-align-self: center;
	-ms-align-self: center;
	align-self: center;
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-moz-flex-shrink: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-shrink: 1;
	flex-shrink: 1;
	width: 65%;
	max-width: 64rem;
	margin: 0 auto;
}
.pressDate {
	font-size: 20px;
	color: #000000;
}
.pressText {
	font-size: 16px;
	color: #2E3842;
}
.pressText a {
	text-decoration: underline;
}
.pressCopyright {
	font-size: 11px;
	color: #2E3842;
	font-style: italic;
}
/*.presse {
	padding-top: 50px;
}*/
.Actu img {
	width: auto !important;
	height: 100%;
	max-height: 400px;
	position: unset !important;
}
.blocActu {
	padding-top: 3em;
}

@media screen and (max-width: 1680px) {

	.bannerProtrait.style1 .content {
		padding: 5rem 5rem 3rem 5rem ;
	}

}

@media screen and (max-width: 1280px) {

	.bannerProtrait.style1 .content {
		padding: 4rem 4rem 2rem 4rem ;
	}

}

@media screen and (max-width: 980px) {

	.bannerProtrait.style1 .content {
		padding: 3.75rem 3rem 1.75rem 3rem ;
	}
	#footer {
		padding: 4em 3em 2em 3em ;
	}
	.wrapper {
		padding: 4em 3em 2em 3em ;
	}
	.wrapper > .inner {
		width: 100%;
	}
}