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

em, i {
	font-style: italic;
}
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;
}
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;
}
#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;
}
#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;
}
#banner, #four, #five,#projectVideo {
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
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;
}

#projectVideoTexte {
	height: 100%;
}
#project2 {
	height: 100%;
}
#projectVideo {
	background-image: url("../../images/backgroundProject1.jpg");
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 0;
	height: 100%;
	/*padding-top: 7%;*/
}
#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;
}
#launchVideo {

	/* Your thumbnail image */
	background: url('../../images/apercuVideo.jpg') no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow:hidden;
	background-repeat: no-repeat;
	width:700px;
	height:394px;
	cursor:pointer;
	margin: auto;
}

.videoTitle{
	color: #000000;
	font-size: 36px;
	text-align: left;
	width: 700px;
	margin: auto;
	padding-bottom: 20px;
	padding-top: 2%;
}

.videoLegend {
	color: #4b3927;
	font-size: 18px;
	font-weight: lighter;
	text-align: left;
	width: 700px;
	margin: auto;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.videoLegend .copyright {
	font-size: 12px;
}
.projectTexte {
	font-size: 17px;
	color: #444444;
	width: 70%;
	margin: auto;
	text-align: justify;
	padding-top: 50px;
	padding-bottom: 20px;
	line-height: 20px;
}

#projectVideoTexte {
	background-color: #ffffff;
}

#projectVideoTexte img {
	width: 70%;
	padding-top: 30px;
}

.img100p {
	width: 100% !important;
}

.inner .copyright {
	color: #444;
	font-size: 12px;
	text-align: center;
	height: 50px;
}
#divGlobale{
	width:70%;
	padding-top: 20px;
	margin: auto;
}
#divLeft, #divRight {
	display: inline-block;
	vertical-align: top;
}
#content {
	display: inline-block;
}
#divLeft {
	width:45%; 
	font-size: 17px;
	color: #444444;
	margin: auto;
	text-align: justify;
	line-height: 20px;
	padding-right: 20px !important;
}
#divLeft img {
	width:100% !important;
	padding-top: 0px !important;
}
#divRight img {
	width:100% !important;
	padding-top: 0px !important;
}

#content img {
	width:100% !important;
	padding-top: 0px !important;
}

#divRight {
	width: 54%;
	font-size: 17px;
	color: #444444;
	margin: auto;
	text-align: justify;
	line-height: 20px;
}

#content {
	font-size: 17px;
	color: #444444;
	margin: auto;
	text-align: justify;
	line-height: 23px;
}

.projectTitle {
	font-size: 36px;
	color: #000000;
	padding-top: 3%;
	text-align: left;
	width: 70%;
	margin: auto;
	line-height: normal;
}
#project2 {
	background-color: #ffffff;
}

#project2 img {
	width: 70%;
	padding: 20px 0 20px 0;
}
.projectTechnique {
	background-color: #f5f5f5;
	padding: 20px;
}
.br {
	display: none;
}
.width35 {
	width: 35%;
}
.width64 {
	width: 64%;
}
.width49 {
	width: 49%;
}
.paddingL20 {
	padding-left: 20px;
}
.paddingL10 {
	padding-left: 10px;
}
.paddingR10 {
	padding-right: 10px;
}
.projectTechnique .titre {
	font-size: 27px;
}
.btnLangue {
	font-size: 20px;
	color: #000000;
	padding-right: 20px;
}
.headerRigth {
    display: flex;
    position: absolute;
    right: 0;
}
.btnRetour {
	text-align: right;
	padding-right: 20px;
}

.btnRetour img {
	width: 35px;
	vertical-align: middle;
}
@media screen and (max-width: 1680px) {

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

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

	.wrapper > .inner {
		width: 90%;
	}
	body, input, select, textarea {
		font-size: 12pt;
	}

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

	.wrapper {
		padding: 4em 3em 2em 3em ;
	}
	#footer {
		padding: 4em 3em 2em 3em ;
	}
	.wrapper > .inner {
		width: 100%;
	}

}