@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
/*font-family: 'Montserrat', sans-serif;*/
body{
	background-color: #e0e0e0;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #111111;
}
.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;
}
.display-table{
	display: table;
}
.col-cell{
	display: table-cell;
	vertical-align: middle;
	float: none;
}
.full-height{
	height: 100%;
}
.container-float{
	float: left;
}
#wrapper{
	background-color: #FFF;
}
#HeaderTop{
	position: relative;
	z-index: 99;
}
.logo img{
	max-width: 100%;
}
.numTop ul li{
	display: inline-block;
	color: #111111;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 24px 10px 0;
}
.numTop ul li:first-child{
	margin-left: 0;
}
.numTop ul li:last-child{
	margin-right: 0;
}
.numTop ul li a{
	color: #111111;
}
.menuNav li{
	display: inline-block;
	margin: 25px 5px 0;
}
.menuNav li a{
	color: #232323;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 15px;
	font-weight: 400;
	text-transform: uppercase;
}
.menuNav li.selected a{
	color: #0a5493;
}
.menuNav li.selected a:after{
	content: '';
	background-color: #84a9c9;
	width: 100%;
	height: 2px;
	display: block;
	margin: -2px 0 0;
}
#sectionHome{
	padding: 100px 40px;
}
.colLeft_sHome h1{
	color: #f47a20;
	font-family: 'Montserrat', sans-serif;
	font-size: 36px;
	text-transform: uppercase;
	margin: 30px 0;
}
.colLeft_sHome h2{
	color: #111111;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	margin: 0 0 60px;
}
.colLeft_sHome p{
	font-size: 24px;
}
.colRight_sHome p{
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 30px;
}
.colRight_sHome a, .colLeft_projet a{
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	color: #0a5493;
	text-transform: uppercase;
	border: 3px solid #0a5493;
	width: 160px;
	height: 60px;
	line-height: 55px;
	text-align: center;
	-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;
}
.colRight_sHome a:hover, .colLeft_projet a:hover{
	background-color: #0a5493;
	color: #FFF;
}
.colLeft_projet{
	background-color: #f1f1f1;
	padding: 44px 15px 43px 40px;
	border-bottom: 10px solid #0a5493;
	min-height: 325px;
}
.colLeft_projet h3{
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	color: #f47a20;
	text-transform: uppercase;
	margin: 0 0 25px;
}
.colLeft_projet p{
	font-size: 18px;
	margin-bottom: 35px;
}
.colLeft_projet p.no-margin{
	margin-bottom: 0;
}
#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}
.owl-carousel{
	clear: left;
}
#sectionServices{
	padding: 50px 15px;
	width: 100%;
}
#sectionServices h3{
	font-family: 'Montserrat', sans-serif;
	font-size: 36px;
	color: #111111;
	text-transform: uppercase;
	margin: 35px 0 0;
}
#sectionServices h4{
	font-family: 'Montserrat', sans-serif;
	font-size: 23px;
	font-weight: 400;
	color: #111111;
	text-transform: uppercase;
	margin: 0 0 40px;
}
#sectionServices p{
	font-size: 18px;
	font-weight: 300;
	width: 60%;
	margin: 0 auto 30px;
}
#sectionServices ul{
	margin-bottom: 25px;
}
#sectionServices li{
	list-style-type: disc;
	list-style-position: inside;
	font-size: 18px;
	font-weight: 300;
}
#sectionSoumission{
	width: 100%;
	background-color: #f1f1f1;
	padding: 44px 15px;
}
#sectionSoumission li{
	display: inline-block;
	vertical-align: top;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 30px;
}
#sectionSoumission li:first-child{
	margin-left: 0;
}
#sectionSoumission li:last-child{
	margin-right: 0;
}
#sectionSoumission li span{
	font-size: 24px;
}
.color-orange{
	color: #f47920 !important;
}
.color-blue{
	color: #0a5493 !important;
}
#sectionSoumission li a{
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	color: #0a5493;
	text-transform: uppercase;
	border: 3px solid #0a5493;
	width: 160px;
	height: 60px;
	line-height: 55px;
	text-align: center;
	-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;
}
#sectionSoumission li a:hover{
	background-color: #0a5493;
	color: #FFF;
}
#footer{
	width: 100%;
	padding: 30px 40px 20px;
}
.colFooter-1 p{
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.colFooter-1 p span{
	color: #f47a20;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
.colFooter-2{
	margin-top: 15px;
}
.colFooter-2 p{
	font-size: 10px;
	font-weight: 300;
	text-transform: uppercase;
}
.colFooter-2 p a{
	color: #111111;
	font-weight: 600;
}
.colFooter-3{
	margin-top: 5px;
}
.colFooter-3 p{
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.icoServ img{
	-webkit-transition: transform 0.75s ease;
	-moz-transition: transform 0.75s ease;
	-ms-transition: transform 0.75s ease;
	-o-transition: transform 0.75s ease;
	transition: transform 0.75s ease;
}
.icoServ img:hover{
	transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
}
#sectionContent{
	width: 100%;
	padding: 60px 40px;
}
.titleSection{
	color: #f47a20;
	font-family: 'Montserrat', sans-serif;
	font-size: 36px;
	text-transform: uppercase;
	margin: 0 0 50px;
}
#sectionContent p{
	font-size: 16px;
	text-align: justify;
	margin: 0 0 20px;
}
.colRea img{
	width: 100%;
}
.colRea{
	margin-bottom: 30px;
}
.colLeftContact h3{
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 5px;
}
.colLeftContact a{
	color: #111111;
}
.colLeftContact, .colRightContact{
	margin-top: 40px;
}
#sectionContent h2{
	color: #0a5493;
	font-size: 600;
	font-size: 24px;
}













.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: 260px;
	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: 14px;
	font-weight: 600;
}
.ligne-div input[type="text"], .ligne-div select, .ligne-div input[type="email"]{
	width: 100%; /*73%*/
	border: 2px solid #f47a20;
	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: 100%; /*73%*/
	height: 100px;
	border: 2px solid #f47a20;
	color: #000;
}
.btn_send{
	background-color: #f47a20;
	border: 1px solid #f47a20;
	color: #FFF;
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	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 #f47a20;
}
.infos-msg{
	font-size: 18px !important;
	font-weight: 700;
	margin: 10px 0 20px;
	text-align: center !important;
}
.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%;
  	margin-top: -40px;
  	float: left;
  	border-bottom: 10px solid #0a5493;
}
#full-width-slider-2{
	width: 100%;
}
.coloredBlock {
  padding: 12px;
  background: rgba(255,0,0,0.6);
  color: #FFF;
   width: 200px;
   left: 20%;
   top: 5%;
}
.infoBlock {
  background-color: #FFF;
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 450px;
  overflow: hidden;
  /*padding: 20px;*/
  margin: 0 auto 0;
  text-align: center;
  padding: 35px 0;
}
.infoBlock p{
	color: #f15b2b;
	font-family: 'Montserrat', sans-serif;
	font-size: 38px;
	line-height: 38px;
	font-weight: 700;
	text-transform: uppercase;
}
.infoBlock p span{
	font-weight: 400;
	font-size: 30px;
	letter-spacing: 1px;
}
.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{
	right: 0;
	line-height: 20px;
	bottom: 10px;
	z-index: 999;
}
.rsMinW .rsBullet{
	background-color: transparent;
	border: 3px solid #FFF;
	border-radius: 0;
}
.rsMinW .rsBullet.rsNavSelected{
	background-color: #0a5493;
	border-color: #0a5493;
}








@media (max-width: 1200px){
	.numTop ul li{font-size: 13px;}
	#sectionHome, #footer, #sectionContent{padding-left: 20px; padding-right: 20px;}
	.colLeft_projet{padding: 20px 15px 20px 20px; min-height: inherit;}
	.colLeft_projet h3{margin-bottom: 10px;}
	.colLeft_projet p{margin-bottom: 8px;}
	.infoBlock{width: 350px; padding: 20px 0}
	.infoBlock p{font-size: 28px; line-height: 28px;}
	.infoBlock p span{font-size: 20px;}
}

@media (max-width: 1024px){
}

@media (max-width: 991px) {
	.numTop ul li{font-size: 11px; margin: 24px 1px 0;}
	.menuNav li{margin-top: 20px;}
	.menuNav li a{font-size: 12px;}
	#full-width-slider{margin-top: -20px;}
	.infoBlock{ width: 250px;  padding: 10px 0; right: 10px;}
	.infoBlock p{font-size: 18px;  line-height: 18px;}
	.infoBlock p span{ font-size: 14px;}
	#sectionHome, #footer, #sectionContent{padding-left: 10px; padding-right: 10px;}
	#sectionHome{padding-top: 50px; padding-bottom: 50px;}
	.colLeft_sHome h1{font-size: 24px; margin: 30px 0 20px;}
	.colLeft_sHome h2{font-size: 18px;}
	.colRight_sHome p{font-size: 14px; text-align: justify;}
	.colLeft_sHome p{font-size: 18px; text-align: justify;}
	.colRight_sHome a, .colLeft_projet a, #sectionSoumission li a{font-size: 14px; height: 50px; line-height: 45px;}
	.colLeft_projet h3{font-size: 18px;}
	.colLeft_projet p{font-size: 14px; text-align: justify; margin-bottom: 19px;}
	#sectionServices h3{font-size: 26px;}
	#sectionServices h4{font-size: 16px;}
	#sectionServices p{font-size: 14px; width: 80%;}
	#sectionServices li, #sectionSoumission li{font-size: 16px;}
	#sectionSoumission li span{font-size: 22px;}
	#sectionContent p{font-size: 14px;}
}

@media (max-width: 768px) {
	.menuNav{display: none;}
	.sb-toggle-left{display: block; position: absolute; right: 15px; top: 15px;}
	.sb-toggle-left .navicon-line{box-shadow: 1px 1px 5px rgba(0,0,0,0.5);}
	.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;}
	#full-width-slider{margin-top: 0}
	.numTop ul li{font-size: 13px; margin: 24px 1px 20px;}
	.titleSection{font-size: 26px; margin: 0 0 30px;}
	.colLeft_sHome h2{margin-bottom: 20px;}
	#sectionServices p{width: 94%;}
	#sectionSoumission li, #sectionSoumission li span{font-size: 14px;}
	.colFooter-1 p, .colFooter-3 p, .colLeftContact h3, .colLeftContact p{text-align: center !important;}
	.colFooter-2{margin-bottom: 15px;}

@media (max-width: 660px){
}

@media (max-width: 500px){
}
@media (max-width: 400px){
	.btn_send{width: 100%; margin-right: 0}
}
@media (max-width: 360px) {
}