body {
	font-family:calibri;
	background:#111;
}

/*== H nav ==*/

nav.menu {
	background:#06495c no-repeat center; 
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
	background-size: cover; /* version standardisée */
position:fixed;
top:0;
right:0;
left:0;
height:90px;
box-shadow:# 0px 0px 0px;
}
#op-horizontalnav {
background:#06495c;
width:100%;
margin:auto;
}

#op-horizontalnav  img{
	width:160px;
	margin:20px 0 0 20px;
	height:;
	background:;
	float:left;

}

#op-horizontalnav .op-sectionlist {



}

#op-horizontalnav .op-sectionlist ul {

}


#op-horizontalnav .op-v-item {
list-style:none;
float:right;
font-size:1em;
}


#op-horizontalnav .op-v-item .op-v-link {
color:#fff;
background-color:;
padding:0 1em 0 1em;
display:block;
text-decoration:none;
line-height:90px;
transition:0.3s;
}

#op-horizontalnav .op-v-item .op-v-link:hover, #op-horizontalnav .op-v-link.active {
background-color:#082d37;
color:#fff;
}

nav.desktop {
	font-size:1.2em;
	margin-right:1em;
}

/*== V nav ==*/
/*
#op-verticalnav {position:fixed; top:0; right:0; left: auto; height: 120px;display:table}
#op-verticalnav .op-sectionlist {height:100%; text-align:center; display:table-cell; vertical-align:middle}
#op-verticalnav .op-v-item {display:block}
#op-verticalnav .justify-height {}
#op-verticalnav .op-v-link {display:block; margin:0.5em 0}
#op-verticalnav .v-marker {width:0.6em; height:0.6em; border-radius:; background-color:rgba(255,255,255,1); display:inline-block; vertical-align:middle; margin-right:1em; }
#op-verticalnav .op-v-link:hover .v-marker, #op-verticalnav .op-v-item .op-v-link.active .v-marker {background-color:rgba(151,193,30,1); }
#op-verticalnav .op-v-itemdesc {display:inline-block; font-size:14px; position:absolute; white-space:nowrap;line-height:normal; padding:0 34px 0 0;vertical-align:middle}
#op-verticalnav .op-v-itemdesc .op-v-itembg{display:inline-block; background-color:rgba(0,0,0,.5); color:#fff; padding:4px 10px 6px 10px; border-radius:0px; }
#op-verticalnav .op-v-link:hover .op-v-itemdesc {right:0px; }
*/


/*
section h1
{padding:;
text-align:center;
color:#000;
background:#fff;
border-top:1px solid red;
margin:0
}

section:nth-child(even) h1 
{background:#222;
} /*on différencie la couleur 1 section sur 2*/

section{
	padding-top:0px;
}

section#mysect1 {
	background:url(images/fond.jpg) no-repeat center;
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
	background-size: cover; /* version standardisée */
	min-height: 100vh;
}

div.test {
	display:block;
	position:absolute;
	width:50%;
	height:320px;
	top:50%;
	left:50%;
	margin-left:-20%;
	margin-top:-6%;
}

div.test img {
	width:100%;
}

section#mysect1 a{
	font-size:3em;
	color:#fff;
	padding:1em 0 1em 36%;
	font-style: italic;
	font-weight:initial;
	position:absolute;
	bottom:0;
	margin:auto;
	text-decoration:none;
	transition:0.5s;
	margin-left:0%;
}

section#mysect1 a:hover {
	margin-left:1%;
}

section#mysect2{
	background:url(images/sems.png);

	min-height: 100vh;
}

section#mysect2 h3{
	color:#fff;
	font-weight:initial;
	font-size:1.2em;
	text-align:center;
}

section#mysect2 h5 {
	color:#fff;
	font-weight:initial;
	font-size:1.6em;
	text-align:center;
}

div.test2 {
	margin:auto;
	width:100%;
	max-width:1000px;
	text-align:center;
}


div.test2 p {
	color:#eee;
	font-size:1.3em;
	line-height:1.3em;
	width:100%;
	right:0;
	display:block;
	float:;
	padding:2em 0 5em 0;
}

div.test2 h1 {
	padding:120px 0 0 0;
}

div.test2 img {
	width:30%;
	padding-top:80px;
	float:left;
}

img.bandeau_images {
	width:100%;
}

p.activites {
	text-align:center;
	font-size:1.6em;
	padding:2em;
	line-height:1.5em;
	color:#eee;
	font-weight:initial;
}

article.references {
	text-align:center;
	font-size:1.1em;
	padding:2em;
	line-height:1.3em;
	color:#eee;
	width:600px;
	margin:auto;
	background:;
	padding:5em;
}

article.references div {
	float:left;
	width:50%;	
	padding-bottom:2em;
}

p.service {
	text-align:center;
	font-size:1.2em;
	padding:2.5em;
	line-height:1.5em;
	color:#eee;
}

h1.titre {
	font-weight:initial;
	text-align:center;
	color:#913;
	font-size:2.5em;
	padding-top:1.5em;
}

p.points {
	text-align:center;
	color:#fff;
	font-size:1.2em;
	padding:0.5em;
}

section#mysect3{
	background:url(images/fond_devis.jpg) no-repeat center;
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
	background-size: cover; /* version standardisée */

	min-height: 600px;
	width:100%;
}

div.test3 {

}

div.test3 img.devis{
	position:absolute;
	left:50%;
	margin-left:-200px;
	display:block;
	width:400px;
	padding:120px 0 0 0;
}

div.bande_devis {
	width:100%;
	height:300px;
	background:rgba(12,12,12,0.9);
	margin-bottom:0px;
}




section#mysect4{
	/*background:url(images/test4.jpg) no-repeat center;
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
	background-size: cover; /* version standardisée */
	min-height: 95vh;
	background:#111;
}

div.test4 h1 {
	/*background:url(images/test3.jpg) no-repeat center;
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
	background-size: cover; /* version standardisée */
	width:100%;
	height:;
	font-size:3em;
	color:#fff;
	text-align:center;
	line-height:;
	text-shadow:0px 0px 7px #000;
	padding-top:150px;
}

#maintenance {
	text-align:center;
	color:#913;
}

article {
	width:100%;
	max-width:1000px;
	display:table;
	margin:auto;
	padding-bottom:2em;
}

h2 {
	
}

form {
	width:60%;
	margin:auto;
}

input[type="submit"] {
  background:#fff;
  font-size:1.2em;
  font-family:web_serveroffregular;
  padding:0.4em;
  color:#000;
margin-top:20px;
width:50%;
border:0;

}
	
textarea {
		width:80%;
		height:80px;
		margin-top:5px;
		float:right;
}

input {
	margin:0px 0 0px 0;
	width:80%;
	padding:5px 0 5px 0;
	float:right;
	font-family:calibri;
}

.test4 p {
	font-size:1.5em;
	padding:0.8em 0 0.8em 0;
	color:#fff;
}

.adresse {
	text-align:center;
	color:#777;
	line-height:130%;
	margin-top:2em;
}



/* FOOTER */

footer {
	width:100%;
	height:50px;
}

footer p {
	text-align:center;
	font-size:1em;
	font-family:calibri, helvetica, arial;
	padding-top:;
	line-height:50px;
	color:#999;
}

footer a {
	color:#666;
	text-decoration:none;
}




/* MENTIONS LEGALES */ 

#mentions_legales {

}

#mentions_legales img {
	margin:auto;
	display:block;
	width:400px;
}

#mentions_legales div {
		margin-top:150px;
		text-align:center;
		color:#ddd;
		line-height:1.3em;
}


/*
.loader {

position : fixed;
z-index: 9999;
background : url(images/gif_co2graphisme.gif)50% 50% no-repeat #fff;
width : 100%;
height:100%;
cursor : wait;
}
*/



/* SLIDE SHOW */ 

.mySlides {
	display:none;
}

.slide_show {
	margin:auto;
	width:500px;
	overflow:hidden;
}



/* NAV MOBILE */ 


nav.mobile {
	display:none;
}



  .mobile div{
    display:none ;}
	
 .mobile button {
	display:block;
	margin:15px 15px 0 auto;
	padding:;
    border: 0;
    text-indent: 200%;
	font-size:none;
    overflow: hidden;
    background:url(images/hamburger.png) center no-repeat;
    width: 40px;
    height: 40px;
    outline: none;
    transition: all 400ms ease;}
	
    &.expanded {
      transform: rotate(90deg);
      background-color: transparent;
      border: 0; }
	  
 .mobile a {
    display: block;
  background:#06495c;
  text-align: center;
  padding: 1em 0;
  border-bottom: 1px solid #ddd;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  }
  
  .mobile a:hover,.mobile a:active,.mobile a:focus{
	 background:#082d37;
	}
	
	.mobile ul {
	padding-top:1em;
}
	



/* RESPÖNSIVE */

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


section#mysect1 a {
	font-size:2.3em;
	padding:1em 0 1em 16%;
}

}

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

form {
	width:80%;
	margin:auto;
}

textarea {
	width:100%;
	float:none;
	margin-top:10px;
}

div.test {
	width:70%;
	margin-left:-30%;
}

#op-horizontalnav .op-v-item {

font-size:0.8em;
}

section#mysect1 a {
	font-size:2em;
	padding:1em 0 1em 15%;
}


article.references {
	width:500px;
}

}



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

nav.mobile {
	display:initial;
}

div#op-horizontalnav img {
	display:none;
}
	

form {
	width:80%;
	margin:auto;
}

textarea {
	width:100%;
	float:none;
	margin-top:10px;
}


div.test {
	width:80%;
	margin-left:-35%;
}


section#mysect1 a {
	font-size:1.7em;
	padding:1em 0 1em 15%;
}





	
	
	nav.menu{
	background:rgba(2,2,2,0);
}
		
  .mobile {
    display: block;
	}
	
  .desktop {
    display: none;
	}
	
	
	div.test h1 {
	font-size:30px;
}
	div.test2 h1 {
	font-size:30px;
}
	div.test3 h1 {
	font-size:30px;
}
	div.test4 h1 {
	font-size:30px;
}

article.references {
	width:300px;
}

article.references div {
	float:none;
	width:100%;
}

}
	
	
	@media (max-width: 400px) {
		
div#op-horizontalnav img {
	display:none;
}
		
nav.menu{
	background:rgba(2,2,2,0);
}
		
  .mobile {
    display: block;
	}
	
  .desktop {
    display: none;
	}
	
	
	div.test h1 {
	font-size:30px;
}
	div.test2 h1 {
	font-size:30px;
}
	div.test3 h1 {
	font-size:30px;
}
	div.test4 h1 {
	font-size:30px;
}
	
section#mysect1 h2 {
	font-size:1.4em;
	padding:1em 0 1em 10%;
}



article.references {
	width:150px;
}

article.references div {
	float:none;
	width:100%;
}
	
	}
	
	