@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, 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;
}
input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}
html {
	box-sizing: border-box;
}

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

body {
	background: #ffffff;
}

body.is-preload *, body.is-preload *:before, body.is-preload *:after {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}

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;
}

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;
}

h1 {
	font-size: 1.35em;
	line-height: 1.75em;
}
h3 {
	font-size: 1.15em;
	line-height: 1.75em;
}
h4 {
	font-size: 1.5em;
	line-height: 1.5em;
}
.br {
	display: none;
}
.align-center {
	text-align: center;
}
.row {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	align-items: stretch;
}

.row > * {
	box-sizing: border-box;
}

.row.gtr-uniform > * > :last-child {
	margin-bottom: 0;
}
.row > .col-6 {
	width: 50%;
}
.row > .col-12 {
	width: 100%;
}
.row.gtr-50 {
	margin-top: 0;
	margin-left: -0.75em;
}

.row.gtr-50 > * {
	padding: 0 0.40em 0 0.40em;
}

.row.gtr-50.gtr-uniform {
	margin-top: -0.75em;
}

.row.gtr-50.gtr-uniform > * {
	padding-top: 0.75em;
}

.row {
	margin-top: 0;
	margin-left: -1.5em;
}

.row > * {
	padding: 0 0 0 1.5em;
}

.row.gtr-uniform {
	margin-top: -1.5em;
}

.row.gtr-uniform > * {
	padding-top: 1.5em;
}
form {
	margin: 0 0 2em 0;
}

label {
	color: #fff;
	display: block;
	font-size: 0.9em;
	font-weight: 600;
	margin: 0 0 1em 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background-color: rgba(144, 144, 144, 0.25);
	border-radius: 3px;
	border: none;
	color: inherit;
	display: block;
	outline: 0;
	padding: 0 1em;
	text-decoration: none;
	width: 100%;
}
input[type="text"],
input[type="password"],
input[type="email"],
select {
	height: 2.75em;
}

textarea {
	padding: 0.75em 1em;
}

input[type="checkbox"],
input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: block;
	float: left;
	margin-right: -2em;
	opacity: 0;
	width: 1em;
	z-index: -1;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	font-weight: 400;
	padding-left: 2.4em;
	padding-right: 0.75em;
	position: relative;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
	background: rgba(144, 144, 144, 0.25);
	border-radius: 3px;
	content: '';
	display: inline-block;
	height: 1.65em;
	left: 0;
	line-height: 1.58125em;
	position: absolute;
	text-align: center;
	top: 0;
	width: 1.65em;
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
	background: #2e3842;
	color: #fff;
	content: '\f00c';
}
input[type="checkbox"] + label:before {
	border-radius: 3px;
}
::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.5) !important;
	opacity: 1.0;
}
:-moz-placeholder {
	color: rgba(255, 255, 255, 0.5) !important;
	opacity: 1.0;
}

::-moz-placeholder {
	color: rgba(255, 255, 255, 0.5) !important;
	opacity: 1.0;
}

:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.5) !important;
	opacity: 1.0;
}
.box {
	border-radius: 3px;
	border: solid 2px #fff;
	margin-bottom: 2em;
	padding: 1.5em;
}

.box > :last-child,
.box > :last-child > :last-child,
.box > :last-child > :last-child > :last-child {
	margin-bottom: 0;
}

.box.alt {
	border: 0;
	border-radius: 0;
	/*padding: 30px 0 0 0;*/
	padding: 0;
}
.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.actions {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	cursor: default;
	list-style: none;
	margin-left: -1em;
	padding-left: 0;
}

ul.actions li {
	padding: 0 0 0 1em;
	vertical-align: middle;
}
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;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	background-color: transparent;
	border-radius: 3.75em;
	border: 0;
	box-shadow: inset 0 0 0 2px #fff;
	color: #3f2c17;
	cursor: pointer;
	display: inline-block;
	font-size: 0.8em;
	font-weight: 600;
	height: 3.125em;
	letter-spacing: 0.225em;
	line-height: 3.125em;
	max-width: 30em;
	padding: 0 1.75em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover {
	background-color: rgba(144, 144, 144, 0.25);
}
input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
button.small,
.button.small {
	font-size: 0.8em;
}
input[type="submit"].primary,
input[type="reset"].primary,
input[type="button"].primary,
button.primary,
.button.primary {
	background-color: #ed4933;
	box-shadow: none !important;
	color: #ffffff !important;
}

input[type="submit"].primary:hover,
input[type="reset"].primary:hover,
input[type="button"].primary:hover,
button.primary:hover,
.button.primary:hover {
	background-color: #ef5e4a !important;
}
.wrapper {
	padding: 0 0 3em 0;
}

.wrapper > .inner {
	width: 60em;
	margin: 0 auto;
}

.wrapper.style5 {
	background-color: #ffffff;
	color: #4E4852;
}
.wrapper.style5 h1, .wrapper.style5 h3, .wrapper.style5 h4, .wrapper.style5 h5, .wrapper.style5 h6 {
	color: #2E3842;
}
.wrapper.style5 label {
	color: #2E3842;
}

.wrapper.style5 input[type="text"],
.wrapper.style5 input[type="password"],
.wrapper.style5 input[type="email"],
.wrapper.style5 select,
.wrapper.style5 textarea {
	background-color: rgba(255, 255, 255, 0.8);
}
.wrapper.style5 input[type="checkbox"] + label,
.wrapper.style5 input[type="radio"] + label {
	color: #4E4852;
}

.wrapper.style5 input[type="checkbox"] + label:before,
.wrapper.style5 input[type="radio"] + label:before {
	background-color: rgba(255, 255, 255, 0.8);
}

.wrapper.style5 input[type="checkbox"]:checked + label:before,
.wrapper.style5 input[type="radio"]:checked + label:before {
	background: #2E3842;
	color: #ffffff;
}

.wrapper.style5 ::-webkit-input-placeholder {
	color: #8E8892 !important;
}
.wrapper.style5 input[type="submit"],
.wrapper.style5 input[type="reset"],
.wrapper.style5 input[type="button"],
.wrapper.style5 button,
.wrapper.style5 .button {
	box-shadow: inset 0 0 0 2px #dfdfdf;
	color: #2E3842;
}

.wrapper.style5 input[type="submit"]:hover,
.wrapper.style5 input[type="reset"]:hover,
.wrapper.style5 input[type="button"]:hover,
.wrapper.style5 button:hover,
.wrapper.style5 .button:hover {
	background-color: rgba(0, 0, 0, 0.0375);
}
#page-wrapper {
	-moz-transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	opacity: 1;
	padding-top: 3em;
}

#page-wrapper:before {
	background: rgba(0, 0, 0, 0);
	content: '';
	display: block;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10001;
}

#menu {
	-moz-transform: translateX(20em);
	-webkit-transform: translateX(20em);
	-ms-transform: translateX(20em);
	transform: translateX(20em);
	-moz-transition: -moz-transform 0.5s ease;
	-webkit-transition: -webkit-transform 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease;
	transition: transform 0.5s ease;
	-webkit-overflow-scrolling: touch;
	background: #ffffff;
	color: #444444;
	height: 100%;
	max-width: 80%;
	overflow-y: auto;
	padding: 3em 1.5em;
	position: fixed;
	right: 0;
	top: 0;
	width: 20em;
	z-index: 10002;
	opacity: 0.9;
}

#menu ul {
	list-style: none;
	padding: 0;
}

#menu ul > li {
	border-top: solid 1px rgba(0, 0, 0, 0.125);
	margin: 0.8em 0 0 0;
	padding: 0.8em 0 0 0;
}

#menu ul > li:first-child {
	border-top: 0 !important;
	margin-top: 0 !important;
	padding-top: 0 !important;
}

#menu ul > li > a {
	border: 0;
	color: inherit;
	display: block;
	font-size: 0.9em;
	letter-spacing: 0.14em;
	outline: 0;
	text-decoration: none;
	text-transform: uppercase;
}
#menu .close {
	background-image: url("images/close.png");
	background-size: 1.45em;
	background-position: 4.85em 1em;
	background-repeat: no-repeat;
	border: 0;
	cursor: pointer;
	display: block;
	height: 3em;
	position: absolute;
	right: 0;
	top: 0;
	vertical-align: middle;
	width: 7em;
}
body.is-menu-visible #page-wrapper {
	opacity: 0.55;
}

body.is-menu-visible #page-wrapper:before {
	display: block;
}

body.is-menu-visible #menu {
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
#header {
	-moz-transition: background-color 0.2s ease;
	-webkit-transition: background-color 0.2s ease;
	-ms-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	background: #ffffff;
	height: 3em;
	left: 0;
	line-height: 3em;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
	opacity: 0.9;
}
#header h1 {
	-moz-transition: opacity 0.2s ease;
	-webkit-transition: opacity 0.2s ease;
	-ms-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	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;
}
#header nav {
	height: inherit;
	line-height: inherit;
	position: absolute;
	right: 0;
	top: 0;
}

#header nav > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#header nav > ul > li {
	display: inline-block;
	padding: 0;
}

#header nav > ul > li > a {
	border: 0;
	color: #000;
	display: block;
	font-size: 0.8em;
	letter-spacing: 0.225em;
	padding: 0 1.5em;
	text-transform: uppercase;
}

#header nav > ul > li > a.menuToggle {
	outline: 0;
	position: relative;
}

#header nav > ul > li > a.menuToggle:after {
	background-image: url("images/menu.png");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: inline-block;
	height: 3.75em;
	vertical-align: top;
	width: 2em;
}
#header nav > ul > li:first-child {
	margin-left: 0;
}

#header.alt {
	background: transparent;
}

#header.alt h1 {
	pointer-events: none;
	opacity: 0;
}
#banner, #four, #five,#projectVideo {
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

#banner h1 {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
	transition: transform 0.5s ease, opacity 0.5s ease;
	display: inline-block;
	font-size: 2.9em;
	opacity: 1;
	padding: 0.15em 0.3em;
	position: relative;
	z-index: 1;
	color: #000;
	margin: 0 0 1.5em 0;
	font-family: 'Lobster', cursive;
	text-transform: initial;
}

#banner h1:before, #banner h1:after {
	-moz-transition: width 0.85s ease;
	-webkit-transition: width 0.85s ease;
	-ms-transition: width 0.85s ease;
	transition: width 0.85s ease;
	-moz-transition-delay: 0.25s;
	-webkit-transition-delay: 0.25s;
	-ms-transition-delay: 0.25s;
	transition-delay: 0.25s;
	background: #000;
	content: '';
	display: block;
	height: 2px;
	position: absolute;
	width: 100%;
}

#banner h1:before {
	top: 0;
	left: 0;
}

#banner h1:after {
	bottom: 0;
	right: 0;
}

#banner p {
	letter-spacing: 0.225em;
	text-transform: uppercase;
}

#banner img {
	width: 150px;
}
#banner .more, #one .more, #two .more, #three .more, #four .more, #five .more, #projet-molly .more, #projet-bulle .more {
	-moz-transition: -moz-transform 0.75s ease, opacity 0.75s ease;
	-webkit-transition: -webkit-transform 0.75s ease, opacity 0.75s ease;
	-ms-transition: -ms-transform 0.75s ease, opacity 0.75s ease;
	transition: transform 0.75s ease, opacity 0.75s ease;
	-moz-transition-delay: 3.5s;
	-webkit-transition-delay: 3.5s;
	-ms-transition-delay: 3.5s;
	transition-delay: 3.5s;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	border: none;
	bottom: 0;
	color: inherit;
	font-size: 0.8em;
	height: 8.5em;
	left: 95%;
	letter-spacing: 0.225em;
	margin-left: -8em;
	opacity: 1;
	outline: 0;
	padding-left: 0.225em;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 16em;
	z-index: 1;
}

#banner .more:after, #one .more:after, #two .more:after, #three .more:after, #four .more:after, #five .more:after, #projet-molly .more:after, #projet-bulle .more:after {
	background-image: url("images/arrow.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 4em;
	content: '';
	display: block;
	height: 1.5em;
	left: 50%;
	margin: 0 0 0 -0.75em;
	position: absolute;
	width: 1.5em;
}

#projet-molly .button, #projet-bulle .button {
	color: #ffffff;
}

#four .more:after {
	background-image: url("images/arrowBlack.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 4em;
	content: '';
	display: block;
	height: 1.5em;
	left: 50%;
	margin: 0 0 0 -0.75em;
	position: absolute;
	width: 1.5em;
}

#banner:after {
	pointer-events: none;
	-moz-transition: opacity 3s ease-in-out;
	-webkit-transition: opacity 3s ease-in-out;
	-ms-transition: opacity 3s ease-in-out;
	transition: opacity 3s ease-in-out;
	-moz-transition-delay: 1.25s;
	-webkit-transition-delay: 1.25s;
	-ms-transition-delay: 1.25s;
	transition-delay: 1.25s;
	content: '';
	background: #ffffff;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
body.is-preload #banner h1 {
	-moz-transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
	opacity: 0;
}

body.is-preload #banner h1:before, body.is-preload #banner h1:after {
	width: 0;
}

body.is-preload #banner .more {
	-moz-transform: translateY(8.5em);
	-webkit-transform: translateY(8.5em);
	-ms-transform: translateY(8.5em);
	transform: translateY(8.5em);
	opacity: 0;
}

body.is-preload #banner:after {
	opacity: 1;
}
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;
}
#one {
	background-image: url("../../images/sectionOne.jpg");
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 0;
}

#two {
	background-image: url("../../images/sectionTwo.jpg");
	background-attachment: fixed;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 0;
}

#projet-molly {
	background-image: url("../../images/sectionProjet-molly.jpg");
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 0;
}

#projet-bulle {
	background-image: url("../../images/sectionProjet-bulle.jpg");
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 0;
}

#three {
	height: 100% !important;
	background-color: #ffffff;
	border-bottom: 1px #4444 solid;
}

.title h4 {
	color: #2E3842;
	font-size: 26px;
	padding-top: 5%;
	padding-bottom: 1%;
}

.dateActu {
	color: #2E3842;
	font-size: 26px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 0.225em;
}
.titleActu {
	font-style: italic;
	color: #3f2c17;
	font-size: 16px;
}
.contentActu {
	color: #3f2c17;
	font-size: 16px;
}
.imageActu img {
	width: auto !important;
	height: 100%;
	max-height: 400px;
	position: unset !important;
}
.spotlight.style1 article {
	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 article {
	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;
}

#four {
	padding-top: 5%;
	/*height: 100%;*/
}

#five {
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.4), rgba(255,255,255,0.4)), url("../../images/banner.jpg");
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.4), rgba(255,255,255,0.4)), url("../../images/banner.jpg");
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0.4), rgba(255,255,255,0.4)), url("../../images/banner.jpg");
	background-image: linear-gradient(top, rgba(255,255,255,0.4), rgba(255,255,255,0.4)), url("../../images/banner.jpg");
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 0;
}

/*Style 1 */
.style1-bottom {
	text-align: left;
	padding-left: 5%;
	padding-right: 5%;
	position: absolute;
	bottom: 8%;
	width: 100%;
}
.inner .citation {
	text-align: left;
	padding-left: 5%;
	color: #3f2c17;
	font-style: italic;
	font-weight: normal;
	padding-top: 7%;
	font-size: 2.2em;
	letter-spacing: 0.13em;
	line-height: 1.2em;
}
.style1-bottom .title {
	font-weight: 600;
	letter-spacing: 0.05em;
	font-size: 1.8em;
	margin-bottom: 0em;
}
.style1-bottom .descriptif {
	font-weight: 100;
	letter-spacing: 0.05em;
	font-size: 1.3em;
	margin-bottom: 2em;
	line-height: 1.4em;
}
#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 #page-wrapper {
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url("../../images/banner.jpg");
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url("../../images/banner.jpg");
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url("../../images/banner.jpg");
	background-image: linear-gradient(top, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url("../../images/banner.jpg");
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 0;
}

body.landing #footer {
	background-color: rgba(255, 255, 255, 1);
	border-top: 1px #4444 solid;
}
.gallery.onscroll-fade-in article .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;
	-moz-transition-delay: 2.8s;
	-webkit-transition-delay: 2.8s;
	-ms-transition-delay: 2.8s;
	transition-delay: 2.8s;
}

.gallery.onscroll-fade-in article:nth-child(1) .image img {
	-moz-transition-delay: 0s;
	-webkit-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
}
.gallery.style2 {
	background-color: #000000;
	color: #ffffff;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-overflow-scrolling: touch;
	position: relative;
	background-color: transparent;
	margin-right: auto;
	margin-left: auto;
	width: 73%;
	border-radius: 3px;
}
.gallery.style2 a {
	color: #ffffff;
}

.gallery.style2 a:hover {
	color: #47D3E5;
}
.gallery.style2 h1, .gallery.style2 h2, .gallery.style2 h3, .gallery.style2 h4, .gallery.style2 h5, .gallery.style2 h6 {
	color: #ffffff;
}
.gallery.style2 input[type="submit"],
.gallery.style2 input[type="reset"],
.gallery.style2 input[type="button"],
.gallery.style2 button,
.gallery.style2 .button {
	background-color: transparent;
	box-shadow: inset 0 0 0 1px white;
	color: #ffffff !important;
}
.gallery.style2 article {
	-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;
	display: block;
	position: relative;
	overflow: hidden;
	/*max-width: 75vw;*/
	margin:auto;
	text-align: center;
	border-radius: 10px;
}

.gallery.style2 article .image {
	display: block;
	width: 100%;
	border-radius: 0;
}

.gallery.style2 article .image img {
	display: block;
	width: 100%;
	border-radius: 0;
}

.gallery.style2 article .caption {
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	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;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	pointer-events: none;
	-moz-transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	padding: 3rem;
	z-index: 1;
	font-size: 0.8rem;
}
.gallery.style2 article .caption h1, .gallery.style2 article .caption h3, .gallery.style2 article .caption h4, .gallery.style2 article .caption h5, .gallery.style2 article .caption h6 {
	font-size: 1.25rem;
	margin-bottom: 0.25rem;
}

.gallery.style2 article .caption > * {
	max-width: 100%;
	margin-bottom: 1rem;
}

.gallery.style2 article .caption > :last-child {
	margin-bottom: 0;
}

.gallery.style2 article:hover .caption {
	opacity: 1;
}
.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 .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;
}
.spotlight.style1.orient-right {
	-moz-flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.spotlight {
	height: 100%;
	min-height: 0px;
}

.mentions {
	text-align: left;
	font-size: 11px;
	line-height: 14px;
}
.inner .copyright {
	color: #444;
	font-size: 12px;
	text-align: center;
	height: 50px;
}
@media screen and (max-width: 1680px) {
	body, input, select, textarea {
		font-size: 13pt;
	}
	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

	.row > * {
		box-sizing: border-box;
	}

	.row.gtr-uniform > * > :last-child {
		margin-bottom: 0;
	}
	.row.gtr-50 {
		margin-top: 0;
		margin-left: auto;
	}

	.row.gtr-50 > * {
		padding: 0 0.40em 0 0.40em;
	}

	.row.gtr-50.gtr-uniform {
		margin-top: -0.75em;
	}

	.row.gtr-50.gtr-uniform > * {
		padding-top: 0.75em;
	}

	.row {
		margin-top: 0;
		margin-left: -1.5em;
	}

	.row > * {
		padding: 0 0 0 1.5em;
	}

	.row.gtr-uniform {
		margin-top: -1.5em;
	}

	.row.gtr-uniform > * {
		padding-top: 1.5em;
	}
}

@media screen and (max-width: 1280px) {
	.wrapper > .inner {
		width: 90%;
	}
	body, input, select, textarea {
		font-size: 12pt;
	}
	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

	.row > * {
		box-sizing: border-box;
	}

	.row.gtr-uniform > * > :last-child {
		margin-bottom: 0;
	}
	.row.gtr-50 {
		margin-top: 0;
		margin-left: auto;
	}

	.row.gtr-50 > * {
		padding: 0 0.40em 0 0.40em;
	}

	.row.gtr-50.gtr-uniform {
		margin-top: -0.75em;
	}

	.row.gtr-50.gtr-uniform > * {
		padding-top: 0.75em;
	}

	.row {
		margin-top: 0;
		margin-left: -1.5em;
	}

	.row > * {
		padding: 0 0 0 1.5em;
	}

	.row.gtr-uniform {
		margin-top: -1.5em;
	}

	.row.gtr-uniform > * {
		padding-top: 1.5em;
	}
}

@media screen and (max-width: 980px) {
	#footer {
		padding: 4em 3em 2em 3em ;
	}
	.wrapper {
		padding: 4em 3em 2em 3em ;
	}
	.wrapper > .inner {
		width: 100%;
	}
	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

	.row > * {
		box-sizing: border-box;
	}

	.row.gtr-uniform > * > :last-child {
		margin-bottom: 0;
	}
	.row.gtr-50 {
		margin-top: 0;
		margin-left: auto;
	}

	.row.gtr-50 > * {
		padding: 0 0.40em 0 0.40em;
	}

	.row.gtr-50.gtr-uniform {
		margin-top: -0.75em;
	}

	.row.gtr-50.gtr-uniform > * {
		padding-top: 0.75em;
	}

	.row {
		margin-top: 0;
		margin-left: -1.5em;
	}

	.row > * {
		padding: 0 0 0 1.5em;
	}

	.row.gtr-uniform {
		margin-top: -1.5em;
	}

	.row.gtr-uniform > * {
		padding-top: 1.5em;
	}
}