@charset "utf-8";
/* CSS Document #00AFD1 #1296a3*/

@media (min-width: 1200px) {
	.container-2 {
	  max-width: 100%;
	  width: 1920px;
	}
}

body {
	/*background:#151e26;#32373c*/
  background:#363b3f;
  color:#fff;
  font-family: 'Questrial', sans-serif;
  /*font-family: "Lato",sans-serif;*/
  font-size: 16px;
  font-weight: 300;
}

h1, h2, h3 {
	font-weight: 300;
	padding:0;
	margin:0;
}

a:hover, a:focus {
 text-decoration: none;
}

img{
	max-width:100%;
}

.img-size {2015-10-15
 background: none repeat scroll 0 0 #fff;
 display: inline-block !important;
 height: 0;
 padding-bottom: 100%;
 position: relative;
 width: 100% !important;
}

.img-size div {
 background-size: contain !important;
 bottom: 1%;
 left: 1%;
 position: absolute;
 right: 1%;
 top: 1%;
}

.margin-top-30{
	margin-top:30px;
}

.margin-bottom-30{
	margin-bottom:30px;
}

.margin-top-60{
	margin-top:60px;
}

.margin-bottom-60{
	margin-bottom:60px;
}

.phone span{
	margin-right:15px;
	font-size: 30px;
}

/*HEADER*/
.logo {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  padding-bottom: 8px;
  padding-top: 8px;
  max-width: 250px;
  position:absolute;
  z-index: 100;
}

header {
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
	margin-top:60px;
}

.img-header img {
 margin-top: -320px;
 position: relative;
 display:none;
}

.logo-header {
 margin-top: 50px;
 text-align: center;
 color:#FFF;
 font-size:24px;
}

.webo{
	transition: all 0.3s ease 0s;
}

.webo:hover{
	opacity:0.2;
}

.blue-strip {
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
	background-color: #00AFD1;
	color:#fff;
	padding:20px 0;
  	text-align:center; 
}

.blue-strip > h1 {
  	font-size: 32px;
  	line-height: 30px;
}

/*NAVIGATION*/
.navbar-header {
  width: 100%;
  z-index: 200;
}

.navbar-default {
 background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
 border: medium none;
 height: 60px;
 position:fixed;
 width: 100%;
 -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
 -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
 box-shadow:  0px 3px 5px 0px rgba(0, 0, 0, 0.4);
}

.navbar-nav > li > a {
 font-size: 16px;
 line-height: 30px;
}

@media (min-width: 992px) {
	.navbar-nav > li > a {
	 font-size: 20px;
	}
}

.navbar-default .navbar-nav > li > a {
 background-color: none;
 color: #fff;
   	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  background-color: #00AFD1;
  color: #fff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
 background-color: #00AFD1;
 color: #fff;
}

.navbar-toggle {
 background-color: #111;
 border-color: #fff;
 border-radius: 0;
}

.navbar-default .navbar-toggle .icon-bar {
 background-color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
 background-color: #00AFD1;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
 background-color: #00AFD1;
 color: #fff;
}

.nav.navbar-nav.navbar-right {
 background:rgba(0, 0, 0, 0.7);
 margin-top: 0;
}

@media (min-width: 768px) {
	.nav.navbar-nav.navbar-right {
	  background:rgba(0, 0, 0, 0);
	}
}

.navbar-collapse {
  background:rgba(0, 0, 0, 0.7);
  margin-top: 60px;
}

@media (min-width: 768px) {
	.navbar-collapse {
	  background:rgba(0, 0, 0, 0);
	  margin-top: 0;
	}
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
 background-color: #00AFD1;
 color: #fff;
}

.navbar-right .dropdown-menu {
 left: 0;
 right: auto;
}

.dropdown-menu {
 background-color: rgba(0, 0, 0, 0.7);
 border: medium none;
 border-radius: 0;
 font-size: 15px;
 left: 0;
 padding: 0;
 box-shadow: none;

}

.dropdown-menu > li > a {
  color: #fff;
  padding: 12px 20px;
  font-weight: 300;
    	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #fff;
  padding:10px 15px 10px 25px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color: #00AFD1;
  color: #fff;
  outline: 0 none;
  text-decoration: none;
}

.last-menu a {
  padding-right: 30px !important;
}

.container-parallax {
 margin-left: auto;
 margin-right: auto;
}

.container-bg-parallax {
 background-color: rgba(0, 0, 0, 0.75);
 height: 330px;
 margin-left: auto;
 margin-right: auto;
 margin-top: -80px;
 padding-top: 65px;

}

.punch {
  background-image: url("../images/bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 18px;
  height: 330px;
  line-height: 30px;
  padding: 80px 0;
  text-align: center;
  background-attachment: fixed;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
	margin-top:60px;	
}

.punch p {
 padding-bottom: 20px;
}

.punch a {
 border: 2px solid #fff;
 color: #fff;
 font-size: 17px;
 padding: 7px 12px;
 background-color:transparent;
		    -webkit-transition: background-color 0.5s ease;
		-moz-transition:background-color 0.5s ease;
		-o-transition: background-color 0.5s ease;
		transition: background-color 0.5s ease;

}

.punch a:hover {
 background:#00AFD1;
}

.realisations{
	margin-top: 30px;
}

.realisations h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  padding: 20px 0;
  text-align: center;
}

.realisation-item {
 margin-bottom: 30px;
}

.realisation-item img {
 border: 1px solid #fff;
 	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
		    -webkit-transition: all 0.5s ease;
		-moz-transition:all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
}

.realisation-item img:hover {
 border: 1px solid #00AFD1;
}

.joindre {
  background:none;
}

#Myform {
  margin-top: 50px;
}

.formulaire {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  margin-top: 10px;
  padding: 8px 2%;
  width: 98%;
	    -webkit-transition: all 0.5s ease;
		-moz-transition:all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
}

.formulaire:hover {
  border: 1px solid #00AFD1;
  color: #00AFD1;
}

.message {
  height: 95px;
}

.submit {
  background: none repeat scroll 0 0 #111;
  border: medium none;
  color: #fff;
  padding: 10px 40px;
  margin-top: 10px;
  	    -webkit-transition: all 0.5s ease;
		-moz-transition:all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
}

.submit:hover {
  background: none repeat scroll 0 0 #00AFD1;
  color: #fff;
}

.alert-success {
  color: #000;
  background-color: #00AFD1;
  border-color: #00AFD1;
}

.border {
 border-bottom: 3px dotted #00AFD1;
 padding-bottom: 45px;
}

.bg-2 {
 background: none repeat scroll 0 0 #00AFD1;
 color: #fff;
 min-height: 131px;
 padding-top: 5px;
 text-align: center;
 margin-bottom:15px;
}
.bg-2 ul {
 padding: 0;
}

.bg-2 ul li{
	list-style:none;
}

.autres-services{
 margin-bottom: 20px
}

.btn-voir {
  border: 2px solid #fff;
  color: #fff;
  float: right;
  margin-bottom: 20px;
  margin-right:10px;
  padding: 10px 15px;
  background-color:transparent;
 -webkit-transition: background-color 0.5s ease;
		-moz-transition:background-color 0.5s ease;
		-o-transition: background-color 0.5s ease;
		transition: background-color 0.5s ease;

}

.btn-voir:hover{
	background-color: #00AFD1;
	color: #fff;
}

.google-maps {
  height: 300px;
  margin-bottom: -45px;
  overflow: hidden;
  position: relative;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.border-map {
  border-top: 10px solid #00AFD1;
  margin-bottom: -30px;
  position: relative;
  z-index: 1;
  margin-top: 50px;
}
.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;	
	border-top: 30px solid #00AFD1;
	margin: 0 auto;
	position:absolute;
	top:0;
}  

.arrow-down-map {
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #00AFD1;
  height: 0;
  margin: 0 auto;
  top: 0;
  width: 0;
  text-align: center;
}

.footer-top {
 background: none repeat scroll 0 0 #111;
 border-bottom: 2px solid #fff;
 border-top: 2px solid #00AFD1;
 color: #fff;
 font-size: 24px;
 margin-top: 45px;
 padding-bottom: 10px;
 padding-top: 25px;
 text-align: center;
}

.footer-bg{
	background:url(../images/bg-header.jpg) repeat-x;
	height:40px;
}

footer {
 background: none repeat scroll 0 0 #111;
 color: #fff;
 font-size: 18px;
 padding-top: 60px;
 padding-bottom: 30px;
 position: relative;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
}

.footer-container {
 background: url("../images/patte-footer.png") no-repeat scroll right center rgba(0, 0, 0, 0);
 margin: 0 auto 30px;
}

footer ul {
 display: none;
}

.footer-facebook, .footer-contact {
  text-align: center;
  padding-bottom: 30px;
}

.copyright {
 background: #00AFD1;
 color: #fff;
 padding: 25px 0;
 text-align: center;
}

.webo img {
  padding-top: 15px;
}

@media (min-width: 992px) {
	.img-header img {
	 display: block;
	}
	
	.logo-header.col-md-7 {
	 float: right;
	}
	
	.logo-header {
	 text-align: right;
	}
	
	.punch {
	 font-size: 36px;
	 line-height: 38px;
	 padding: 80px 0;
	}

	.punch a {
	 font-size: 24px;
	}

	.bg-2 {
		font-size: 13px;
	}
	
	.copyright .copyright-left {
	 margin-top: 10px;
	 text-align: left;
	}
	
	.copyright .copyright-right {
	 text-align: right;
	}
	
	.joindre {
	  background: url("../images/pattes-profil-sm.png") no-repeat scroll left bottom 20px rgba(0, 0, 0, 0);
	}
	
	.submit {
	  margin-top: 62px;
	}	
	
	.copyright {
	 text-align: left;
	}

	.webo img {
	  padding-top: 0px;
	}

	.footer-logos{
	  float:right;
	}
	footer ul {
	  display: inherit;
	  list-style: none;
	  padding: 0;
    }
	
	footer ul li {
	 
	}

	footer ul li a{
		color:#FFF;
	}
	footer ul li a:hover{
		color:#00AFD1;
	}

	.footer-facebook, .footer-contact {
	  text-align: left;
	}

	.nav-footer ul, .footer-contact {
	  border-left:1px solid #00AFD1;
	}

	.nav-footer ul{
	  font-size: 14px;
	  padding-left:15px;
	}

}

.infos{
  border-top: 1px solid #fff;
  margin-top: 30px;
  padding-top: 30px;
}

.horaire{
  padding-left: 0;
}

.horaire .glyphicon-time {
  float: left;
  font-size: 30px;
  margin-bottom: 45px;
  margin-top: 7px;
}

.horaire ul {
  float: left;
  margin-left: 10px;
}

@media (min-width: 1200px) {
	.desktop{
	display: initial;
	}
		
	.view p.plus {
	 background: none repeat scroll 0 0 #000;
	 bottom: -20px;
	 padding: 20px;
	 position: absolute !important;
	}
	
	.bg-2 {
		font-size: 15px;
	}	
}

/*Accueil services btn*/
.service-btn-accueil {
  margin: .service-btn {
  margin-bottom: 15px;
};
  position: relative;
  z-index: 200;
}

.service-btn {
  margin-bottom: 15px;
  margin-top: 60px;
}

.service-btn a {
  display: block;
  height: 100%;
  width: 100%;
  background-color: #111;  
  color: #fff;
  position: relative;
  	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4); 
}

.service-btn a img {
  width: 100%;
}

.service-btn a .service-btn-hover {
  background: rgba(17,17,17,0.7);
  border-top: 10px solid #00AFD1;
  display: block;
  height: 100%;
  padding:10px;  
  position: absolute;
  top: 0;
  width: 100%;
}

.service-btn a .service-btn-hover-text {
  padding: 20px;
  font-size: 20px;
  font-weight: 300;
}

.service-btn a .service-btn-hover-text h2{
  padding-bottom: 15px;
  padding-top: 15px;
  font-size:15px;
}

@media (min-width: 1200px) {
	.service-btn a .service-btn-hover-text h2{
	  font-size:20px;
	}
}

.service-btn a .service-btn-hover-text .service-btn-hover-text-desc p{
  float:right;
}

.service-btn a .service-btn-hover-text .service-btn-hover-text-desc ul{
  display:none;
}

@media (min-width: 1200px) {
	.service-btn a .service-btn-hover-text .service-btn-hover-text-desc ul{
	  display:block;
	}	

	.service-btn.service-btn1 a .service-btn-hover {
		opacity:0;
	    -webkit-transition: opacity 0.5s ease;
		-moz-transition: opacity 0.5s ease;
		-o-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.service-btn.service-btn1 a:hover .service-btn-hover {
		opacity:1;
	}

	.service-btn.service-btn2 a .service-btn-hover {
		background-color:rgba(17,17,17,0.7);
	    -webkit-transition: background-color 0.5s ease;
		-moz-transition:background-color0.5s ease;
		-o-transition: background-color 0.5s ease;
		transition: background-color 0.5s ease;
	}
	.service-btn.service-btn2 a:hover .service-btn-hover {
		background-color: rgba(17,17,17,1);
	}

	.service-btn.service-btn3 a .service-btn-hover {
		background: rgba(17,17,17,0.3);
		border-top: 10px solid transparent;
	    -webkit-transition: all 0.5s ease;
		-moz-transition:all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.service-btn.service-btn3 a:hover .service-btn-hover {
		background: rgba(17,17,17,0.7);
		border-top: 10px solid #00AFD1;
	}	

	.service-btn.service-btn3 a .service-btn-hover-text .arrow-down, .service-btn.service-btn3 a .service-btn-hover-text .service-btn-hover-text-desc{
		opacity:0;
		-webkit-transition: opacity 0.5s ease;
		-moz-transition: opacity 0.5s ease;
		-o-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}

	.service-btn.service-btn3 a:hover .service-btn-hover-text .arrow-down, .service-btn.service-btn3 a:hover .service-btn-hover-text .service-btn-hover-text-desc{
		opacity:1;
	}


}


/** en construction **/

.construction {
  background-image: url("../images/bg-construction.jpg");
  background-position: center center;
  background-size: cover;
  display: table;
  height: 100vh;
  width: 100%;
}

.construction-wrap {
  display: table-cell;
  height: 50%;
  vertical-align: middle;
  width: 100%;
}


.construction-bg {
  background-color: rgba(0, 0, 0, 0.7);
 	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
	background-color: rgba(0,0,0,0.7);
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  padding: 45px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

.construction h1, .construction h2 {
  padding: 10px;
  margin: 0;
  font-weight:normal;
}

.construction h1{
	font-weight:bold;
	text-transform: uppercase;
}