@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500,700,900);
body{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #555555;
}
.no-padding{
	padding-left: 0;
	padding-right: 0
}
.no-padding-left{
	padding-left: 0
}
.no-padding-right{
	padding-right: 0
}
a:hover, a:focus{
	text-decoration: none;
}
#header{
	background: url('../images/header.jpg') no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	position: relative;
	min-height: 677px;
}
#header.no-bg{
	background: none !important;
	min-height: 100px !important;
	height: 100px !important;
}
#headerTop{
	padding: 10px 15px 0;
}
.logo img{
	max-width: 100%;
}
.menuNav{
	margin: 25px 0 0;
}
.menuNav li{
	display: inline-block;
	margin: 0 25px;
}
.menuNav li:first-child, .menuFooter li:first-child{
	margin-left: 0;
}
.menuNav li:last-child, .menuFooter li:last-child{
	margin-right: 0;
}
.menuNav li a{
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	position: relative;
	padding-bottom: 30px;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
#headerTop-sticky-wrapper.is-sticky #headerTop .menuNav li a, #header.no-bg .menuNav li a{
	color: #232323;
}
.menuNav li a:after{
	content: '';
	background-color: #156fb7;
	width: 0;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.menuNav li.selected a, .menuNav li a:hover, #headerTop-sticky-wrapper.is-sticky #headerTop .menuNav li a:hover, #headerTop-sticky-wrapper.is-sticky #headerTop .menuNav li.selected a{
	color: #156fb7;
}
.menuNav li a:hover:after, .menuNav li.selected a:after{
	width: 100%;
}
#AccrocheHeader{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	margin-top: -200px;
}
#AccrocheHeader img{
	display: block;
	margin: 0 auto 40px;
	max-width: 100%;
}
#AccrocheHeader h1{
	color: #FFF;
	text-transform: uppercase;
	font-size: 70px;
	line-height: 50px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0;
}
#AccrocheHeader h1 span{
	font-size: 35px;
	line-height: 35px;
}
#arrow-bottom{
	background: url('../images/arrow-bottom.png') no-repeat;
	width: 40px;
	height: 21px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: 20px;
	cursor: pointer;
}
#sectionAbout{
	padding: 80px 15px 50px;
}
#sectionAbout img{
	max-width: 100%;
}
#sectionAbout h2{
	color: #555555;
	font-size: 45px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 50px 0 30px;
}
#sectionAbout p{
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 15px;
	width: 90%;
	text-align: justify;
}
#sectionServices{
	background: #156fb7; /* Old browsers */
	background: -moz-linear-gradient(top,  #156fb7 0%, #156fb7 50%, #135892 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#156fb7), color-stop(50%,#156fb7), color-stop(100%,#135892)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #156fb7 0%,#156fb7 50%,#135892 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #156fb7 0%,#156fb7 50%,#135892 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #156fb7 0%,#156fb7 50%,#135892 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #156fb7 0%,#156fb7 50%,#135892 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#156fb7', endColorstr='#135892',GradientType=0 ); /* IE6-9 */
	padding: 100px 0;
}

.bar-animation{
background: url('../images/anim-bar.png') no-repeat;	
width:580px;
height:16px;
position:relative;	
float:right;
margin: 15px 45px 0 0;
	}

.anim-icon{
width:10px;
height:16px;
position:absolute;
top:0;
left:2%;	
	}

.titleServices h2{
	float: right;
	color: #FFF;
	font-size: 45px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0 0 75px;
}
.colServ img{
	display: block;
	margin: auto;
	max-width: 100%;
}
.colServ h3{
	color: #FFF;
	font-size: 22px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 35px 0 15px;
}
.colServ p{
	color: #FFF;
	font-size: 16px;
	line-height: 20px;
	width: 75%;
	margin: auto;
}
.savoir-plus{
	display: inline-block;
	color: #FFF;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 100px;
	padding: 6px 10px;
	letter-spacing: 1px;
	border: 4px solid #FFF;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.savoir-plus:hover{
	color: #156fb7;
	background-color: #FFF;
}
.savoir-plus-2{
	display: inline-block;
	color: #156fb7;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 100px;
	padding: 6px 10px;
	letter-spacing: 1px;
	border: 4px solid #156fb7;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.savoir-plus-2:hover{
	color: #FFF;
	background-color: #156fb7;
}
#sectionRealisations{
	padding: 100px 15px;
}
#sectionRealisations h1{
	text-transform: uppercase;
	font-size: 45px;
	font-weight: 500;
	color: #555555;
	margin: 0 0 50px;
}
.rea-lg{
	display: inline-block;
	vertical-align: top;
	width: 39%;
	padding: 2px;
	position: relative;
}
.rea-lg img{
	height: 220px;
}
.rea-sm{
	display: inline-block;
	vertical-align: top;
	width: 19%;
	padding: 2px;
	position: relative;
}
#sectionRealisations img{
	width: 100%;
}
.mask-rea{
	background-color: rgba(21,111,183,0.8);
	position: absolute;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	top: 2px;
	left: 2px;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.rea-lg:hover .mask-rea, .rea-sm:hover .mask-rea{
	opacity: 1
}
.mask-rea span{
	font-size: 15px;
	font-weight: 700;
	color: #FFF;
	text-transform: uppercase;
	margin-top: 100px;
	display: inline-block;
	text-align: center;
}
.mask-rea span:after{
	content: '';
	background-color: #FFF;
	width: 65px;
	height: 2px;
	display: block;
}
#sectionParallax{
	background: url('../images/parallax.jpg') no-repeat center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	height: 500px;
}
footer{
	background-color: #232323;
	padding: 40px 15px 20px;
	border-top: 3px solid #156fb7;
}
#FooterTop{
	margin-bottom: 80px;
}
.colFooter h3{
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.colFooter p{
	color: #FFF;
	font-size: 12px;
}
.colFooter a{
	color: #FFF;
}
.copy p{
	color: #FFF;
	font-size: 12px;
	text-transform: uppercase;
}
.copy p span{
	font-weight: 700;
}
.copy p img{
	vertical-align: -4px;
    margin-left: 3px;
}
.menuFooter li{
	display: inline-block;
	margin: 0 5px;
	color: #FFF;
}
.menuFooter li a{
	color: #FFF;
	font-size: 12px;
	text-transform: uppercase;
}
.menuFooter li a:hover, .menuFooter li.selected a{
	color: #156fb7;
}
#headerTop-sticky-wrapper.is-sticky #headerTop{
	background-color: #FFF;
	box-shadow: 1px 1px 9px rgba(0,0,0,0.5);
	z-index: 99;
}
#sectionContent{
	padding: 100px 15px;
}
.titleSection{
	text-transform: uppercase;
	font-size: 45px;
	font-weight: 500;
	color: #555555;
	margin: 0 0 50px;
}
#sectionContent h2{
	font-size: 24px;
	color: #156fb7;
	font-weight: 500;
	margin-top: 30px;
}
#sectionContent p{
	font-size: 16px;
	font-weight: 300;
	text-align: justify;
	margin-bottom: 20px;
}
.listRea li{
	margin-bottom: 30px;
}
.listRea li img{
	width: 100%;
}
.listRea li:hover img{}




















.ColContact img{
	display: block;
	margin: 0 auto;
}
.ColContact p{
	text-align: center !important;
	color: #2b2b2b
}
.ColContact h3{
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	color: #2b2b2b;
}
.ColContact a{
	color: #2b2b2b;
}
.ColContact{
	min-height: 215px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.ColContact-1{
	border-right: 1px solid #2b2b2b;
	border-bottom: 1px solid #2b2b2b;
}
.ColContact-2{
	border-bottom: 1px solid #2b2b2b;
}
.ColContact-3{
	border-right: 1px solid #2b2b2b;
	padding-top: 60px;
}
.ColContact-4{
	padding-top: 60px;
}
.ColContact-3, .ColContact-4{
	margin-bottom: 100px;
}
.row-form{
	margin-bottom: 20px;
}
.ligne-div label{
	float: left;
	min-width: 120px;
	max-width: 120px;
	width: 12%;
	color: #010101;
	font-size: 12px;
	font-weight: 600;
}
.ligne-div input[type="text"], .ligne-div select, .ligne-div input[type="email"]{
	width: 73%;
	border: 2px solid #156fb7;
	color: #000;
	font-weight: 400;
	padding: 5px;
}
.ligne-div.col-sm-4 input[type="text"], .ligne-div.col-sm-4 input[type="email"]{
	width: 65%
}
.champ-lg{
	width: 87% !important;
}
.ligne-div textarea{
	width: 72%;
	height: 100px;
	border: 2px solid #156fb7;
	color: #000;
}
.btn_send{
	background-color: #156fb7;
	border: 1px solid #156fb7;
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	text-transform: uppercase;
	padding: 8px 16px;
	margin-right: 25px;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.btn_send:hover{
	color: #000;
	background-color: #FFF;
	border: 1px solid #156fb7;
}
.infos-msg{
	font-size: 18px;
	font-weight: 700;
	margin: 10px 0 20px;
}
.ligne-div input[type="text"].champ-name{
	width: 87%
}
.form-soumission .ligne-div label {
	min-width: 120px;
	max-width: 120px;
}
.ligne-div label.label-lg{
	max-width: 100px;
}
.xmap li{
	list-style-position: inside;
	list-style-type: disc;
	margin-bottom: 5px;
}
.xmap a{
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 400;
	color: #2b2b2b;
}





/******* SLIDER *********/
#full-width-slider {
  	width: 100%;
}
.coloredBlock {
  padding: 12px;
  background: rgba(255,0,0,0.6);
  color: #FFF;
   width: 200px;
   left: 20%;
   top: 5%;
}
.infoBlock {
  /*background-color: rgba(0,0,0,0.7);*/
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  /*width: 520px;*/
  overflow: hidden;
  /*padding: 20px;*/
  margin: -32px auto 0;
}
.infoBlock span{
	background-color: #FFF;
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	color: #86848f;
	text-transform: uppercase;
	padding: 17px 10px;
	box-shadow: 1px 5px 10px rgba(0,0,0,0.7);
}
.infoBlockLeftBlack {
  color: #FFF;
  left: 0;
  right: auto;
}
.infoBlock a {
  color: #FFF;
  text-decoration: underline;
}
.photosBy {
  position: absolute;
  line-height: 24px;
  font-size: 12px;
  background: #FFF;
  color: #000;
  padding: 0px 10px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  top: auto;
  border-radius: 2px;
  z-index: 25; 
} 
.photosBy a {
  color: #000;
}
.fullWidth {
  max-width: 1800px;
  margin: 0 auto 24px;
}
.rsMinW .rsBullets{
	background-color: #000;
	width: 60px;
	left: 0;
	margin: auto;
	line-height: 20px;
}
.rsMinW .rsBullet {
	width: 10px;
	height: 10px;
}
.rsMinW .rsBullet.rsNavSelected{
	background-color: #f4792a;
}



.phonenumber {
    color: #fff;
    text-align: left;
    font-size: 1.25em;
    font-weight: bold !important;
    text-decoration: none;
    letter-spacing: 2px;
    margin: 15px 0 0 15px;
    display: inline-block;
}

.is-sticky .phonenumber{
color: #000;
}




@media (max-width: 1200px){
	.menuNav li{padding: 0 15px;}
}

@media (max-width: 991px) {
	.menuNav li{padding: 0 10px;}
	.menuNav li a{font-size: 14px;}
			.bar-animation{display:none;}
}

@media (max-width: 768px) {
	.bar-animation{display:none;}	
	.menuNav{display: none;}
	.sb-toggle-left{display: block; position: absolute; right: 30px; top: 15px;}
	.ligne-div input[type="text"], .ligne-div select, .ligne-div input[type="email"], .ligne-div textarea{width: 100%; margin-bottom: 20px;}
	.champ-lg{width: 100% !important}
	.row-form {margin-bottom: 0;}
	.ColContact-1, .ColContact-3{border-right: 0}
	.ColContact-3{border-bottom: 1px solid #2b2b2b}
	.ColContact-4{padding-top: 25px;}
	.ColContact-3, .ColContact-4 {margin-bottom: 40px;}
	.ColContact{min-height: inherit;}
	.titleSection{font-size: 26px; margin-bottom: 25px;}
	#AccrocheHeader{padding: 0 15px;}
	#AccrocheHeader h1{font-size: 20px; line-height: 20px;}
	#AccrocheHeader h1 span{font-size: 15px; line-height: 15px;}
	#sectionAbout, #sectionServices, #sectionRealisations{padding: 40px 15px;}
	#sectionAbout h2, #sectionRealisations h1{font-size: 24px; margin: 0 0 25px;}
	#sectionContent h2{font-size: 18px;}
	#sectionAbout p{font-size: 14px; width: 100%;}
	.titleServices h2{font-size: 24px; float: left; width: 100%; text-align: center;}
	.colServ{margin-bottom: 50px;}
	.colServ p{width: 90%; font-size: 14px;}
	.savoir-plus, .savoir-plus-2{margin-top: 30px;}
	.rea-lg, .rea-sm{width: 100%;}
	.rea-lg img{height: auto;}
	.copy{margin-bottom: 35px; text-align: center;}

@media (max-width: 660px){
}

@media (max-width: 500px){
}
@media (max-width: 400px){
	.btn_send{width: 100%; margin-right: 0}
	#AccrocheHeader img{display:none;}
}
@media (max-width: 360px) {
		#AccrocheHeader img{display:none;}
}