@charset "UTF-8";
/* CSS Document */
/*-----------------------------------------
		Reset CSS
-------------------------------------------*/

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html{
	font-size:100%;
}
body{
	font-size:10px;
}

/*-----------------------------------------
		Backgrounds
-------------------------------------------*/
html{
	min-width: 320px;
	background-image: url(../images/accesbg-background-2048x3644.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
html.contact{
	background: none;
}	
body{
	margin:0 12% 0 12%;
	margin-top:60px;
	margin-bottom:60px;
	background: none;
}
body.fond-noir{
	margin: 0 0 0 12%;
	padding: 60px 12% 60px 0;
	background-color:#000;
	min-height:100vh;
}
.background-silhouette{
	background-image: url(../images/accesbg-silhouette-644x2064-2.png);
	background-size: 100%;
	background-repeat: no-repeat;
	position:fixed;
	width:33%;
	height:150%;
	right:0px;
	top:-100px;
}
.background-noir{
	z-index: -1;
	position:fixed;
	height:100%;
	width:88%;
	float:left;
	display:block;
	top:0;
	background-color:#000;
}
.fond-noir{
	/* 	background-position:top -90px left, top left; */
	left:0px;
	z-index: -2;	
}
.background-contact{
	/* background-image:url(../images/BG153153.JPG);
	background-position:top -290px right -270px;
	background-size:150%; */
}
.fond-gris{
	z-index: -1;
	position:fixed;
	height:100%;
	width:55%;
	left:0;
	top:0;
	mix-blend-mode:multiply;
	background-color:rgba(64,64,66,.7);
}

/*-----------------------------------------
		Typo
-------------------------------------------*/

body{
	font-family:"proxima-nova-condensed";
	-webkit-font-smoothing:antialiased;
}
h1{
	font-size:3.6em;
	font-weight: bold;
	margin-bottom:40px;
	font-family: "proxima-nova";
	font-weight:bold;
}
h2{
	font-family: "proxima-nova";
	font-size:2.4em;
	font-weight:bold;
	margin-bottom:6px;
}
h3{
	font-family: "proxima-nova";
	font-size:2em;
	font-weight:bold;
	margin-bottom:6px;
}
.black{
	font-weight:900;
}
.black-italic{
	font-weight:900;
	font-style:italic;
}
.text-1{
	font-size:2.1em;	
	line-height:25px;
	color:#000;
}
.text-2{
	font-size:1.8em;
	line-height:20px;
	color:#000;
}
.text-3{
	font-size:1.6em;
	line-height:17px;
	margin-top:15px;
}
a{
	text-decoration:none;
	font-size:1.6em;	
}
.lien-text{
	text-decoration:none;
	font-size:1em;
}
.lien-text h2,
.lien-text h2:hover{
	color:rgb(51,51,51);
}

a.lien-text,
.lien-text span,
.lien-text:hover span{
	color:rgba(188,48,0,1);
}
.lien-text:hover span{
	text-decoration: underline;
}
.gras,
strong{
	font-weight:800;
}
.orange{
	color:rgba(240,89,41,1.00);
}
.content ul{
	list-style-type: disc;
	padding: 7px 0 0 25px;
}
#contact .text-1 > a{
	color:rgba(240,89,41,1.00);
	font-size:1em;
}

/*-----------------------------------------
		Navigation
-------------------------------------------*/

nav ul li{
	display:inline-block;
	list-style:none;
	border-top:10px solid black;
	border-top-color:rgba(240, 89, 41,0);
	margin-right:20px;
}
nav ul li a{
	height:45px;
	line-height:45px;
	float:left;
	text-align:center;
}
nav ul li:hover{
	border-top:10px solid black;
	border-top-color:rgba(240, 89, 41,1);
}
nav ul li a:hover{
	text-decoration:none;
	color:rgba(188,48,0,1);
}
.nav-link{
	font-size:1.6em;
	color:#000;
	white-space: nowrap;
}
.active{
	text-decoration:none;
	color:rgba(188,48,0,1);
}
.active1{
	border-top:10px solid black;
	border-top-color:rgba(240, 89, 41,1);
}
#langue{
	position:relative;
	left:369px;
	top:-117px;
	padding-top:60px;
	padding-left:20px;
	border-left:solid thin black;
	height:115px;
	width:50px;
}
.menu{	
	height:45px;
}

/*-----------------------------------------
		Footer
-------------------------------------------*/

footer{
	position:absolute;
	line-height:24px;
	left:0;
	width:100%;
	padding:0 12%;
}
footer ul li{
	display:inline-block;
	list-style:none;
	padding:0;
	float:left;
	margin-right:20px;
	text-decoration:none;
	cursor:pointer;
}
.social-footer{
	height:24px;
	float:left;
}
.texte-footer{
	margin-left:8px;
}
/* footer ul li span.texte-footer{
	margin-left:8px;
} */
footer ul li:hover{
	cursor:pointer;
	-webkit-filter:brightness(75%);
	filter:brightness(75%);
}
.lien-footer{
	font-size:1.6em !important;
	color:#000;
}
.lien-footer:hover{
	text-decoration:none;
	color:#000;
}
footer .tel div{
	width:30px;
	text-align:center;
	float:left;
	color:rgb(219, 62, 10);
}
footer .clrfix{
	display: none;
}
#logoOkto{
	float:right;
}
#logoOkto img{
	height:24px;
}

/*-----------------------------------------
		Page default
-------------------------------------------*/

section{
	padding:10% 0 10% 0;
}
.logo{
	width:120px;
	margin-bottom:30px;
}
.boutton-orange{
	-webkit-mix-blend-mode:multiply;
	mix-blend-mode:multiply;
	margin-top:40px;
	background-color: rgba(240, 89, 41, 1);
	border:none;
	font-family:"proxima-nova-condensed";
}
.boutton-orange:hover{
	mix-blend-mode:normal;
	background-color:rgba(191, 52, 9, 1);
}
button{
	padding:0;
}
.boutton-orange a{
	color:#fff;
	mix-blend-mode:hard-light;
	color:#fff;
	font-size:1.6em;
	height:45px;
	line-height:45px;
	margin:0 16px;
	padding:0 !important;
	display: inline-block;
}
.boutton-orange a:hover{
	text-decoration:none;
}
.btn-texte{
	mix-blend-mode:normal;
	opacity:1;
	color:#fff;
}
#btnAccueil{
	vertical-align: top;
}

/*-----------------------------------------
		Page d'accueil
-------------------------------------------*/

#accueil{
	padding:10% 0 10% 0;
}
#accueil .texte img{
	width:166px;
	margin:20px 20px 0 0;
}
.texte{
	width:519px;
}
#logo-accueil{
	-webkit-mix-blend-mode:multiply;
	mix-blend-mode:multiply;
	margin-bottom:50px;
	width:277px;
}

/*-----------------------------------------
		Page services
-------------------------------------------*/

.services-content{
	width:519px;
}
.services-content h1{
	margin-bottom: 15px;
}
.services-content h1 + p{
	margin-bottom: 40px;
}
.bloc-service{
	display:inline-block;
	margin-bottom:54px;
}
.last{
	margin-bottom:0;
}
.cercle{
	width:66px;
	height:66px;
	border-radius:50%;
	margin-right:19px;
	float:left;
	display:inline-block;
	overflow: hidden;
}
.texte-cercle{
	width:391px;
	display:inline-block;	
}
.btn-service{
	margin-top:80px;
}

/*-----------------------------------------
		Page réalisations et équipe
-------------------------------------------*/

#realisations{
	padding:10% 0 10% 0;
}
#equipe{
	/* padding:10% 0 28% 0; */
}
#equipe article{
	margin:0 0 60px 0;
}
.border-blanc{
	border-left:solid thin #fff !important;
}
.content{
	overflow:hidden;
}
.bloc-1{
	width:291px;
	margin-right:6%;
	float:left;
	display:inline-block;
}
.content > .bloc-2{
	float:left;
	display:inline-block;
	width:65%;
}
.bloc-2 > .image-presentation{
	background-image:url(../images/IMG_6820.JPG);
	background-size:cover;
	/* height:250px; */
	width:48%;
	max-width:460px;
	display:inline-block;
	float:left;
	margin-right:7px;
	margin-bottom:7px;
}
.services-images{
	cursor:pointer;
}
.services-images:hover{
	-webkit-filter:brightness(85%);
	filter:brightness(85%);
}
.text-presentation{
	background-color:rgba(0,0,0,.5);
	position:relative;
	top:80%;
	-webkit-top:80% !important;
	height:20%;
	line-height:50px;
	padding-left:10px;
}
.text-presentation a{
	font-size:1.6em;
	color:#fff;
	text-decoration:none;
}
.expert{
	font-size:1.6em;
	height:45px;
	line-height:45px;
	padding-left:10px;
	position:absolute;
	top:inherit !important;
	bottom:0px !important;
	margin-bottom:0px !important;
	width:100% !important;
}
.image-equipe{
	float:left;
	width:100%;
}
.btn-realisation{
	mix-blend-mode:normal;
	margin-top:10px;
}
div[class="equipe"]{
	padding:0 0 0 30px;
}
div[class="equipe"] p:first-child{
	margin-bottom: 15px;
}
div[class="equipe"] p.text-2{
	margin-bottom: 10px;
}
.equipe{
	width:48% !important;
	/* height: 0px !important;
	padding-bottom:26% !important; */
	background-image:none !important;
	position:relative;
	overflow:hidden;
	float:left;
}
.reali{
	width:48% !important;
	/* height: 0px !important;
	padding-bottom:26% !important; */
	background-image:none !important;
	position:relative;
	overflow:hidden;
}
.reali:hover{
	cursor:pointer;
	-webkit-filter:brightness(85%);
	filter:brightness(85%);	
}
.reali a{
	font-size: inherit;
}
.image-reali{
	float:left;
	width:100%;
}
/* .equipe:hover{
	cursor:pointer;
	-webkit-filter:brightness(85%);
	filter:brightness(85%);	
} */
.gros-plan-equipe {
	display:block;
	height:100vh;
	position: absolute;
	top:0 !important;
	bottom:0 !important;
	width: 100%;
	left:0 !important;
	right:0 !important;
	margin:0 auto !important;
	z-index:20!important;
}
.gros-plan-equipe img{
	position:fixed;
	vertical-align: middle;
	width:auto;
	display: inline-block;
	/* height:82%; */
	left:5% !important;
	right:5% !important;
	margin:0 auto !important;
	top: 20% !important;
	padding-bottom:20% !important;
}

/*-----------------------------------------
		Page pour chaque réalisation
-------------------------------------------*/

#realisation > span:first-child{
	width: 291px;
    display: inline-block;
    margin-right: 6%;
}
#realisation h1{
	margin-left: 85px;
}
.retour{
	position:absolute;
	/* left:36%; */	
}
.border-blanc{
	border-color:#fff;
}
.retour:hover{
	text-decoration:none;
	color:rgba(240,89,41,1.00) !important;
}
.content{
	overflow:hidden;
}
.content > .bloc-images{
	float:left;
	display:inline-block;
	width:65%;
}
.bloc-images > .contenant-image{
	width:48%;
	max-width:460px !important;
	height:175px;
	display:inline-block;
	float:left;
	margin-right:7px;
	margin-bottom:7px;
	overflow:hidden !important;
}
.bloc-images > .contenant-image > img{
	-webkit-transform: translateY(-30%);
	-ms-transform: translateY(-30%);
	-o-transform: translateY(-30%);
	transform: translateY(-30%);
}
.image-realisation{
	float:left;
	width:100%;
}
.image-realisation:hover{
	cursor:pointer;
	-webkit-filter:brightness(85%);
	filter:brightness(85%);	
}
#owl-demo .item{
	/* margin: 3px; */
	background: #000;
}
#owl-demo .item img{
	display: block;
	width: auto;
	height: auto;
/* 70% of viewport height */
	max-height: 70vh;
/* 75% of viewport height */
	max-width: 75vw;	
	margin: auto;
}
#owl-demo{
	z-index:20 !important;
}
div#owl-demo.owl-carousel.owl-theme{
	width:75% !important;
	margin:0 auto !important;
}
.invisible{
	display:none;
}
.owl-theme .owl-controls .owl-buttons div{
	background-color:rgba(245,245,245,.50);
	color:#000;
	padding:7px 15px 7px 15px;
	border-radius:0;
	font-family:'proxima nova';
	font-size:40px;
	font-weight:900;
}
.owl-theme .owl-controls .owl-buttons div:hover{
	background-color:rgba(245,245,245,1);
}
.owl-theme .owl-controls .owl-page span {
	background-color:rgba(245,245,245,.50);
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background-color:rgba(245,245,245,1);
}
.owl-realisation p{
	text-align:center;
	display:none;
}
.owl-realisation.item p{
	text-align:center;
	display:block;
}
.padding-carousel{
	padding:0% 0 0% 0 !important;
}
.filtre-noir{
	visibility:hidden;
	z-index: 3;
	position:fixed;
	height:100%;
	width:100%;
	float:left;
	left:0;
	display:block;
	top:0;
	background-color:rgba(0,0,0,0.90);
}
.fermer{
	font-size:30px;
	z-index:22 !important;
	font-family:'proxima-nova';
	background-color:rgba(245,245,245,.50);
	border-raidus:10px;
	width:50px;
	position:fixed;
	color:#000;
	font-weight:bold;
	padding:10px;
	text-align:center;
	float:right;
	top:40px;
	right:40px;
	visibility:hidden;
}
.fermer:hover{
	cursor:pointer ;
	background-color:rgba(245,245,245,1);
}
.container2{
	display:none;
}
.invert{
	margin-top: -67px;
}
/*-----------------------------------------
		Icônes contact blanches
-------------------------------------------*/

.contact-page{
	display:block;
	margin:34px 0 30px 0;
}
.contact-page li{
	display:inline-block;
	list-style:none;
	padding:0;
	margin-right:15px;
	text-decoration:none;
	color:#000;
	font-size:1.6em;
	cursor:pointer;
}
.contact-page li a{
	padding:0 !important;
	font-size: inherit !important;
}
.social-icon{
	height:21px;
	width:23px;
	background-position: bottom;
}

.fb-icon{
	background-image: url(../images/facebook-blanc.png);
	background-size:contain;
	background-repeat: no-repeat;
}
.fb-icon:hover{
	background-image: url(../images/facebook-orange.png);
	background-size:contain;
	background-repeat: no-repeat;
}
.twitter-icon{
	background-image: url(../images/twitter.png);
	background-size:contain;
	background-repeat: no-repeat;
}
.twitter-icon:hover{
	background-image: url(../images/twitter-orange.png);
	background-size:contain;
	background-repeat: no-repeat;
}.linkedin-icon{
	background-image: url(../images/linkedin.png);
	background-size:contain;
	background-repeat: no-repeat;
}
.linkedin-icon:hover{
	background-image: url(../images/linkedin-orange.png);
	background-size:contain;
	background-repeat: no-repeat;
}.instagram-icon{
	background-image: url(../images/instagram.png);
	background-size:contain;
	background-repeat: no-repeat;
}
.instagram-icon:hover{
	background-image: url(../images/instagram-orange.png);
	background-size:contain;
	background-repeat: no-repeat;
}

/*-----------------------------------------
		Page Équipements
-------------------------------------------*/

.equipements{
	width:30% !important;
	/* height: 0px !important; */
	max-width:none !important;
	/* padding-bottom:30% !important; */
	background-image:none !important;
	position:relative;
	overflow:hidden;
}
.container-logos{
	overflow:hidden;
	margin-top:30px;
}
.logo-partenaire{
	width:25%;
	height:0;
	padding-bottom:25%;
	background-size: contain;
	background-repeat:no-repeat;
	margin:0 17px 11px 0px;
	float:left;
	display:block;
	overflow: hidden;
}
.image-partenaire{
	width:100%;
}
.text-equipements{
	font-size:1.6em;
	height:45px;
	line-height:45px;
	padding-left:10px;
	position:absolute;
	top:inherit !important;
	bottom:-5px !important;
	margin-bottom:0px !important;
	width:100% !important;
}
.equipements:hover{
	cursor:pointer;
	-webkit-filter:brightness(85%);
	filter:brightness(85%);	
}
.gros-plan {
	display:block;
	height:100vh;
	position: absolute;
	top:0 !important;
	bottom:0 !important;
	width: 100%;
	left:0 !important;
	right:0 !important;
	margin:0 auto !important;
	z-index:20!important;
}
.gros-plan div{
	position:fixed;
	vertical-align: middle;
	width:auto;
	height:auto;
	max-width:75vh;
	max-height:80vh;
	display: inline-block;
	/* height:90%; */
	left:5% !important;
	right:5% !important;
	margin:0 auto !important;
	top: 5% !important;
	padding-bottom:5% !important;
}
.gros-plan div img{
	margin-bottom:20px;
}
.gros-plan div img + p{
	text-align:center;
}
.gros-plan div,
.image-equipement{
	float:left;
	width:100%;
}
.fixe{
	position:fixed;
}
.fermeture{
	font-size:30px;
	z-index:23 !important;
	font-family:'proxima-nova';
	background-color:rgba(245,245,245,.50);
	border-raidus:10px;
	width:50px;
	position:fixed;
	color:#000;
	font-weight:bold;
	padding:10px;
	text-align:center;
	float:right;
	top:40px;
	right:40px;
	visibility:hidden;
}
.fermeture:hover{
	cursor:pointer ;
	background-color:rgba(245,245,245,1);
}

/*-----------------------------------------
		Page Contact
-------------------------------------------*/

#contact{
	padding:10% 0 13% 0;
}
.contact-content{
	overflow:hidden;
}
.coordonnees-content> .bloc-contact{
	display:inline-block;
	float:left;
	margin-right:80px;	
}
div.bloc-contact{
	width:250px;
}
.coordonnees-content{
	width:700px;
	overflow: hidden;	
}
.formulaire-content{
	overflow:hidden;
	width:550px;
	display:none;
	margin-bottom:93px;
}
#formulaire-contact{
	overflow:hidden;
}
.form-bloc-1{
	float:left;
	display:inline-block;
	width:200px;
	margin-right:8px;
}
.form-bloc-2{
	float:left;
	display:inline-block;
	width:300px;
}
.form-bloc-3{
	width:550px;
	float:left;
	display:inline-block;
}
.texte-formulaire{
	height:46px;
	line-height: 46px;
	width:100%;
	margin:0px 0 6px 0;
	color:#fff;
	font-size:1.6em;
	border: solid thin #fff;
	background:none;
	padding-left: 15px;
	outline: none;
}
.message-formulaire{
	display:inline-block;
	height:151px;
	width:100%;
	border: solid thin #fff;
	color:#fff;
	font-size:1.6em;
	padding:15px;
	background:none;
	outline: none;
}
#captchat{
	width:300px;
	height: 74px;
	display:inline-block;
	float:left;
	margin-right:8px;
}
.soumettre-formulaire{
	width:200px;
	border:none !important;
	height:76px;
	color:#fff;
	font-size:1.6em;
	background-color:rgba(240,89,41,1.00);
	/* padding-left: 15px; */
	float:left;
	display:inline-block;
}
#ferme-formulaire{
	float:left;
	display:inline-block;
	width:46px;
	height:46px;
	background-color:rgba(112,112,112,1);
	margin-top:9px;
	padding:15px;	
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
#ferme-formulaire:hover{
	cursor:pointer;
	background-color: rgba(112,112,112,.5);
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.ouverture{
	width:200px;
	border:2px solid rgba(112,112,112,1);
	position: relative !important;
	left:-330px;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	float: left;
	margin-top:60px;
	margin-bottom: 124px;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;	
}
.ouverture:hover{
	cursor:pointer;
	border:2px solid #fff;
	margin-top:60px;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.ouverture p{
	float:left;
	padding-top:15px;
	padding-left:9px;
}
#ouvre-formulaire{
	float:right;
	display:inline-block;
	width:46px;
	height:46px;
	background-color:rgba(112,112,112,1);
	padding:15px;	
}
.glyphicon-remove{
	font-size:16px;
	color:#fff;
}
.glyphicon-pencil{
	font-size:16px;
	color:#fff;
}
.disparait{
	display:none;
}
.apparait{
	display:block !important;
}
.espace{
	margin-bottom:10px;
}
.msg-erreur,
.msg-succes
{
	display:inline-block;
	margin-bottom:5px;
	font-size:1.6em;
}
.msg-erreur
{
	color:#F05929;
}
.msg-succes
{
	color:#fff;
}

/*-----------------------------------------
		Typographie blanche (À la fin du CSS)
-------------------------------------------*/

.blanc{
	color:#fff;
}
.blanc:hover{
	color:#fff;	
}
.gris{
	color:#ddd;
}
.montre{
	visibility:visible;
}

/*-----------------------------------------
		Clearfix
-------------------------------------------*/
.clrfix
{
	clear:both;
	display:block;
}
