body{
	background: none;
	background-color: #dad9d4;
	
}




/* ------------------------
	Menu
	-----------------------*/

.navbar{
	background-color:#fff;
	border-bottom:0px solid #f3f3f3;
	/*height: 139px;
	
	padding-bottom:50px;*/
	top:0%;
	position:fixed;
}

a.navbar-brand{position: relative;}

div.logo {
z-index: 99999;
	position: absolute;
  margin-bottom: 13px;
  top:5px;
  float:left;
  background: url(../img/logo1.png) no-repeat;
  width: 160px;
  height: 83px;
}
div.mot {
z-index: 99999;
	position: absolute;
  margin-bottom: 13px;
  top:55px;
  left:235px;
  float:left;
  width: 240px;
  color:#fd8C07;
}

	@media (max-width: 990px) {
div.mot {
display:none;
}	
	}
div.logo a{
    display: block;
    width: 100%;
    height: 100%;
}
ul.navbar-nav{
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight:600;
}
ul.navbar-nav li a{
	height: 80px;
	color: #009ED0;	
	line-height: 43px;
	-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
ul.navbar-nav li a i {
  top: 26px;
  /*position: absolute;*/
  padding-left:5px;
  right: 1px;
  color: #fd8c07;
}
ul.navbar-nav li.active a{line-height:36px;border-top: 3px solid #fd8c07;color: #fd8c07;}
//ul.navbar-nav li a:hover{color: #fff;}
//ul.navbar-nav li:hover a{background-color: #009ED0;}
//ul.navbar-nav li.active:hover a{background-color: #fff;color: #fd8c07;}

.navbar-toggle {
    background-color: #FFF;
    border: 2px solid #009DD0;
    z-index: 12344333333;
    position: absolute;
    right: 1px;
    top: 13px;
}
.navbar-toggle span{background-color: #009DD0}






/* ------------------------
	Slider
	-----------------------*/
#slideDiv{

width : 100%;
top:80px;

position: relative;

}
#form-carry > ul > li{

cursor:pointer;
float:left; 
width:20%; 
background-color:rgb(5,174,205);
margin-right:2.5%;
margin-left:2.5%;
margin-bottom:5%;
padding:10px;
height:80px;
}
#form-carry > ul > li.active{

cursor:pointer;
float:left; 
width:20%; 
background-color:#FFF;
margin-right:2.5%;
margin-left:2.5%;
margin-bottom:5%;
padding:10px;
height:80px;
}
.radio-carry{
display:none;
}

/* ------------------------
	Reservation
	-----------------------*/


div.reservation {
  margin-top: 261px;
  padding: 0px!important;
  border: none;
  font-family: 'Raleway', sans-serif;
  border-color: transparent;
  background:transparent;
  z-index:2;
}
div.reservation h3 {
  margin: 0px;
  background-color: #1eaaff !important;
  color: #fff !important;
  font-size: 11pt !important;
  padding: 12px 22px;
  font-weight: 800;
}
div.reservation h3 i {
  font-size: 24px;
  color: #90cff6;
  margin-top: -4px;
}
div.reservation div.body{
  padding: 12px 22px;
  padding-bottom: 12px!important;
}

div.reservation div.body label {
  color: #D3D5D7;
  margin-bottom: 0px!important;
  padding-left: 0px;
  font-weight: normal;
  font-size: 15px;
}

div.reservation div.body input[type="text"],div.reservation div.body input[type="text"]:focus {

  padding: 8px 10px;
    font-weight: normal;
  font-size: 14px;
  outline-color: #a5cf56;
  height:50px;
}

/*div.reservation div.body i{
  position: absolute;
  right: 15px;
  top: 28px;
  z-index: 1;
  font-size: 16px;
}
div.reservation div.body div{
	padding: 0 6px;
	height: 70px;
	position: relative;
}
*/
div.reservation div.body hr {
  float: none;
  border-color: rgba(42, 42, 42, 0.99);
  width: 100%;
}
div.reservation div.body input[type="submit"] {
  background-color: #0984ce;
  border: none;
  padding: 7px 26px;
  font-size: 14px;
  color: white;
    margin-top: -5px;
}
div.inputSearch{
	height: 12px!important;
}



/* ------------------------
	Services
	-----------------------*/



div.services{
	font-family: 'Raleway',sans-serif;
	/*margin: 80px 0;*/
	border-top:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	width: 100%;
	min-height: 250px;
	padding: 20px 0px;
	/*background-color: #dad9d4;*/
position:relative;

}
div.container h6,div.services h2{
	text-align: center;
}

div.container h6 {
  font-size: 13px;
  margin-top: 30px;
  margin-bottom: 10px;
  letter-spacing: 0.3px;
  color: #3f3f41;
}
div.container h2 {
  font-size: 23px;
  font-weight: bold;
  margin-top: 0px;
}

div.services div.row div.camion1:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(../img/camion.png) center center no-repeat;
  width: 100%;
  height: 200px;
}div.services div.row div.camion2:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(../img/camion3.png) center center no-repeat;
  width: 100%;
  height: 200px;
}

div.services h3 {
	position: relative;
  color: #333;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0px!important;
  margin: 0px;
  margin-bottom: 8px;
  z-index: 1;
}
div.services div.row h3:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0px;
  background: #009ED0;
  width: 100%;
  height: 3px;
  z-index: -1;
}
div.services div.row h3 i{
  background-color: white;
  font-style: normal;
  padding: 0 13px;
}
div.services div.row h3 p{background: red}
div.services p {
  color: #9198a6;
  text-align: center;
  font-size: 13px;
  font-weight: normal;
  margin-top: 0px;
}

div#boutonNos:before{
	content: none;
}
div.services div.row div#boutonNos{
	padding: 0px;
	margin-right: 20px!important;
}
div.services div.row div#boutonNos span {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  display: block;
  padding: 13px 0px;
  cursor: pointer;
}
div.services div.row div#boutonNos span:first-child{
  background-color: white;
  border: 2px solid #009ED0;
  color: #009ED0;
  margin-right: 10px;
}
div.services div.row div#boutonNos a span:first-child{
  background-color: #009ED0;
  border: 2px solid #009ED0;
  color: white;
  margin-left: 10px;
}
div.services div.row div#boutonNos a span:nth-child(2){
  background-color: #009ED0;
  border: 2px solid #009ED0;
  color: white;
  margin-left: 10px;
}

/* ------------------------
	Media Queries 
	-----------------------*/

@media (max-width: 768px) {


	/* ----Menu------*/

	ul.navbar-nav{
	  width: 90%;
	  background-color: #333;
	  margin: 40px auto 15px;
	  float: none!important;
	  border: 1px solid #F3F3F3;
	  -webkit-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
	  overflow: hidden;
	  font-size: 12px;

	}
	ul.navbar-nav li {
	  position: relative;
	  display: block;
	  height: 44px;
	  border-bottom: 1px solid rgb(243, 243, 243);
	}
	ul.navbar-nav li a{  
		line-height: 26px;
		height: 44px;
	}
	ul.navbar-nav li a i{
		top:15px;
	}
	ul.navbar-nav li.active a {
		line-height: 23px;
	}
	div.navbar-collapse{
	  margin-top: 59px;
	  background-color: #E6E6E6;
	}


	/* ----Slider--------*/
	
	div.slider div.container h1 {font-size: 20pt!important;}
			
	div.services div.row div{width: 100%;float: none;}
	
	div.services div.row div#boutonNos{margin:0 auto!important;width: 50%!important;background: green!important}
	
	div.services div.row div#boutonNos span{padding:5px 0px; font-size: 14px;margin:0px!important;}
	
  div.services div.row div#boutonNos span:first-child{margin-bottom:10px!important;}
	
  div.reservation {
    margin-top: 40px;
  }
  
  div.back{
    display:none;
  }


}



/* ------------------------
	Querie 2
	-----------------------*/

@media (min-width: 768px) and (max-width: 992px){ 


   /* --- Slider -----*/

	div.slider div.container h1 {
		font-size: 24pt!important;
	}

	div.services div.row div h3{font-size: 15px}

	div.services div.row div#boutonNos span{padding:9px 0px; font-size: 14px;margin:0px!important;}
	div.services div.row div#boutonNos span:first-child{margin-bottom:10px!important;}
	div.reservation {
  margin-top: 40px;
  }
  div.back{
  	display:none;
  }
}


/* ------------------------
  Querie 3
  -----------------------*/

@media (max-width: 1000px){ 

   /* --- header menu -----*/

  .navbar-toggle {display: block;}

div#collapse-1 ul {
    display: block!important;
    background-color: #F9F9F9!important;
    width: 100%!important;
    left: 0px!important;
    position: absolute!important;
    top: 80px!important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: 0px 6px 7px rgba(0, 0, 0, 0.15);
}

ul.navbar-nav li a {
    line-height: 22px!important;
    border-top: 0px solid #fd8c07!important;
    color: #969696!important;
    height: 51px!important;
    padding-bottom: 31px;
    text-align: center;
}

ul.navbar-nav li a:hover {
    background: #969696;
    color: white!important;
}

ul.navbar-nav li a:hover i {
    color: white!important;
}

ul.navbar-nav li a i {
    color: #969696!important;
}

ul.navbar-nav li {
    float: none!important;
    padding: 0px!important;
    border-top: 1px solid rgba(8, 8, 8, 0.04);
}



div.connecter {
    width: 100%;
    z-index: 123;
}


}/* max 1000px */



/* ------------------------
	Phone
	-----------------------*/




@media (max-width: 560px){ 
   
   /* --- Slider -----*/
	
	div.slider div.container h1 {
		margin-top: 60px!important;
		font-size: 16pt!important;
	}
div.back{
	display:none;
}
div.reservation {
  margin-top: 40px;
  }
  div.slider {
  background-color:transparent;
  }
}

@media (max-width: 460px){ 
   


/* ------------------------
  Slider
  -----------------------*/



div.slider div.container h1 {
	font-size: 13pt!important;
}
div.reservation {
margin-top: 80px;
padding: 0px!important;
border: none;
font-family: 'Raleway', sans-serif;
border-color: transparent;
background-color: #333;
}
div.back{
	display:none;
}
div.reservation {
  margin-top: 40px;
  }
  div.reservation div.body{
  padding: 12px 22px;
  padding-bottom: 240px!important;
}
}
a:focus
{
outline:0;
} 





  
/* ------------------------
  Connecter
  -----------------------*/




div.connecter{  
  display: none;
  overflow: hidden;
  position: absolute;
  width: 230px;
  min-height: 0px;
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgb(202, 202, 202);
  border-top: transparent;
  box-shadow: 0px 6px 21px rgba(0, 0, 0, 0.21);
  padding-bottom: 10px;
}

div.inscrire {
  position: absolute;
  padding: 15px;
  display: none;
}

div.connecter h2 {
  margin-bottom: 20px!important;
  margin-top: 20px!important;
  font-size: 13px!important;
  font-weight: normal!important;
  color: gray!important;
  text-align: center!important;
  text-transform: capitalize;
}

div.connecter h2 b {
  color: rgb(93, 175, 205);
}

div.connecter a {
  position: relative;
  text-decoration: none!important;
  display: block!important;
  font-size: 11.3px!important;
  color: white!important;
  width: 80%!important;
  background: #3b5998!important;
  padding: 3px 5px!important;
  margin: 20px auto!important;
  height: 30px!important;
  line-height: 23px!important;
  text-transform: capitalize;
  text-align: center;
  text-shadow: none!important;
}



div.connecter h1  {
  width: 100%;
  position: relative;
}

div.connecter h1 span {
  display: block;
  position: relative;
  background: white;
  width: 40px;
  margin: 20px auto;
  z-index: 1;
  font-weight: 800;
  font-size: 14px;
  border-radius: 50%;
  background-color: rgb(253, 253, 253);
  height: 40px;
  line-height: 39px;
  color: rgb(0, 157, 208);
  border: 2px solid rgb(242, 242, 242);
  text-align: center;
  box-shadow: inset 0px 0px 0px 2px rgba(255, 212, 163, 1);
}

div.connecter h1:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  width: 400px!important;
  height: 2px!important;
  background: rgba(240, 240, 240, 1)!important;
}

div.connecter form {
  width: 85%;
  margin: 0px auto;
  margin-bottom: 10px;
}

input, select, input[type='password'], input[type='text'], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  padding: 0 13px;
  margin-bottom: 12px;
  box-sizing: border-box;
  /*width: 100%;
 height: 30px;*/
   border-radius: 2px;
  font-size: 10px;
  outline: none;
  border: 1px solid #DDDDDD;
  color: #ccc;
}
.smalllistform-col input[type='password'], input[type='text'] {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  padding: 0px 0px 0px 50px;
  margin-bottom: 12px;
  box-sizing: border-box;
  /*width: 100%;*/
 height: 40px;
   border-radius: 2px;
  font-size: 13px;
  outline: none;
  border: 1px solid #DDDDDD;
  color: #333;
}
input[type='button'], input[type='submit'] {
  background-color: #fd8c07;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  border-radius: 3px;
  height: 29px;
}




/* ------------------------
  Inscrire
  -----------------------*/





div.inscrire {
  position: absolute;
  background-color: rgba(0, 157, 208, 1);
  padding: 15px;
  border: 1px solid rgb(145, 145, 145);
  box-shadow: 0px 6px 21px rgba(0, 0, 0, 0.21);
  display: none;
}

div.inscrire span {
  background-color: rgb(255, 255, 255);
  width: 170px;
  padding: 10px 5px;
  display: block;
  font-size: 13px;
  color: rgb(0, 157, 208);
  padding-left: 46px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 7px;
  cursor: pointer;
}

div.inscrire i {
  position: absolute;
  left: 20px;
  top: 11px;
  color: rgb(0, 157, 208);
}

div.inscrire span:nth-child(2) i {
    color: rgb(253, 139, 7);
}

div.inscrire a {
  color: rgb(253, 139, 7)!important;
  border: none!important;
  position: absolute;
  width: 72%;
  height: 100%!important;
  left: 46px;
  line-height: 37px!important;
}

div.inscrire a:hover{
  background-color: transparent!important;
  text-decoration: none!important;
}


div.inscrire:hover span a,li.active:hover a,ul.navbar-nav li:hover div.inscrire a{
  background-color: transparent!important;
}

div.inscrire span:nth-child(2) {
  width: 170px;
  height: 38px;
  background: rgb(255, 255, 255);
  padding: 0px;
  margin-bottom: 0px;
}







/* ------------------------
  profilClick
  -----------------------*/


li#profilClick a {
  padding-left: 51px;
  padding-right: 20px;
}

li#profilClick a span {
  position: absolute;
  top: 18px;
  left: 6px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  box-shadow: 0px 0px 0px 1px rgba(253, 140, 7, 0.33);
  overflow: hidden;
}

li#profilClick div#profil {
  display: none;
  position: absolute;
  left: 0px;
  width: 204px;
  height: 193px;
  background: white;
  border: 1px solid rgba(70, 78, 75, 0.13);
  z-index: 2;
  overflow: hidden;
  border-top: transparent;
}


li#profilClick div#profil li {
  cursor: pointer;
  width: 100%!important;
  position: relative;
  height: 32px!important;
  padding: 0px!important;
  line-height: 30px!important;
  text-transform: capitalize!important;
  font-weight: normal;
  background: white;
}

li#profilClick div#profil li i{
  position: absolute;
}

li#profilClick div#profil a {
    text-decoration: none;
    display: block;
    padding: 0px 20px;
    color: #9E9E9E;
    width: 100%;
    height: 100%;
    font-weight: normal;
    font-size: 13px;
    line-height: 34px;
    padding-left: 44px;
    position: relative;
    z-index: 333;
}
li#profilClick div#profil:hover a{
  background-color: transparent;
}

li#profilClick div#profil li:last-child a{
  border-top: 1px solid rgba(226, 226, 226, 0.2);
  background: rgba(0, 0, 0, 0.01);
}

li#profilClick div#profil li:hover {
  color: #05AECD;
  background-color: rgba(5, 174, 205, 0.11);
}


li#profilClick div#profil li i {
  font-weight: normal;
  font-size: 13px;
  color: rgb(163, 163, 171);
  position: absolute;
  left: 19px;
  top: 11px;
  z-index: 2;
}

li#profilClick div#profil li:last-child i {
  color: rgb(255, 84, 84)
}



div.temps_chargement u {
  color: #FFF;
  font-size: 11px;
  margin-left: 33px;
  background-color: rgb(21, 115, 145);
  padding: 0px 5px;
  border-radius: 3px;
  position: relative;
  top: -3px;
  left: -34px;
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
}

div.temps_chargement u b {
    color: white;
    cursor: pointer;
}




/* msg_error_location */


div.msg_error_location {
    display: none;
    position: absolute;
    top: 39px;
    background-color: #EF6464;
    width: 95%;
    color: white;
    padding: 10px;
    font-size: 12px;
    box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.2);
    border: 1px solid #613737;
}
div.slider_container {
  width: 100%;
  height: 100%;
  margin: 0px auto;
  position: relative;
}


div.slider_container h1 {
  color: white;
  text-shadow: 3px 3px 4px rgba(1, 1, 1, 1);
  font-weight: bold;
  font-size: 41px;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 130px;
  text-align: center;
}

div.formRecherche {
  background-color: rgba(0,0,0,.5);
  border: 1px solid #121212;
  padding: 25px 20px;
  border-radius: 5px;
  position: absolute;
  bottom: 210px;
  left: 0px;
  width: 100%;
}
