@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);
@import url(https://fonts.googleapis.com/css?family=Muli);
@import url(https://fonts.googleapis.com/css?family=Architects+Daughter);

body, html{
	margin:0;
	font-family: "Muli", sans-serif;
	font-size:16px;
	color:#48535a;	
}
a:link; a:visited{
	color:#3a8eee;
}
h1{
	font-weight:lighter
}
h2 {
	font-family: 'Roboto Condensed', sans-serif;
    color: #3a8eee;
    font-size: 30px;
    margin: 0 0 20px 0;
}
h3{
	font-family: 'Roboto Condensed', sans-serif;
    color: #3a8eee;
    font-size: 20px;
    margin: 0 0 20px 0;	
}


@keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 100% 0; }
}


@media (max-width:1199px){

header{
	
	width:100%;
	height:100px;
	
	/*transition-duration: 0.2s;*/
}
.diaporama{
    position:absolute;
	top:0;
	left:0;
    width:100%;
    height:719px;
	padding:0;
	margin:0;
	z-index:1;
}
 
.diaporama li{
    list-style-type:none;
	width:100%;
	height:719px;
    overflow:hidden;
    position:absolute /* Les images seront positionnées toutes au même endroit */
}
.diaporama li.slide1{
	background:url(../../v2/images_v2/bg14.jpg) top center no-repeat;
}
.diaporama li.slide2{
	background:url(../../v2/images_v2/bg2.jpg) top center no-repeat;
}
.diaporama li.slide3{
	background:url(../../v2/images_v2/bg13.jpg) top center no-repeat;
}
.diaporama li.slide4{
	background:url(../../v2/images_v2/bg7.jpg) top center no-repeat;
}
.diaporama li.slide5{
	background:url(../../v2/images_v2/bg19.jpg) top center no-repeat;
}
.diaporama li.slide6{
	background:url(../../v2/images_v2/bg5.jpg) top center no-repeat;
}
.diaporama li.slide7{
	background:url(../../v2/images_v2/bg6.jpg) top center no-repeat;
}
.diaporama li.slide8{
	background:url(../../v2/images_v2/bg19.jpg) top center no-repeat;
}

header > #content{
	padding:0;
	margin:0 auto;
	width:100%;
	height:100px;
	/*transition-duration: 0.2s;*/
	z-index:100000;
	position:relative;
}



header > #content > .logo{
	padding:0;
	margin:-5px;
	width:100%;
	height:100px;
	position:relative;
	left:0;
	top:0;
	/*transition-duration: 0.2s;*/
}
header > #content > .logo img{
	width:300px;
	height:auto;
	/*transition-duration: 0.2s;*/
}
header > #content > .menu{
	padding:0;
	margin:0;
	width:100%;
	height:55px;
	background:rgba(238,238,238,0.8);
	/*transition-duration: 0.2s;*/
	text-align:right;
}

header > #content > .menu > .menu_text {
    color: #86cfff;
    padding: 3px 4px;
    font-size: 29px;
    width: 100px;
    text-align: right;
	/*transition-duration: 0.2s;*/
	display:inline-table;
	position:relative;
	top:-7px;
	display:none;
}
header > #content > .menu > .menu_icone {
    color: #86cfff;
   /* padding: 15px 10px 10px 10px;
    width: 50px;*/
	cursor: pointer;
	/*transition-duration: 0.2s;*/
	display:inline-table;
	opacity:0.5;
	position:relative;
	top:10px;
}
header > #content > .menu > .menu_icone:hover {
	opacity:1;
}
header > #content > .menu > .flags {
    width: 140px;
    height: 45px;
    display: inline-block;
    position: relative;
    top: 14px;
	display:none;
}

header > #content > .menu > .flags img{
	float:left;
	width:35px;
	border:solid 1px #fff;
	margin:0 7px 0 0;
}
header > #content > .menu > .flags img:hover{
	cursor:pointer;
	border:solid 1px #666;
}

header > #content > .text-accueil, .text-accueil-cars {
    font-family: "Muli", sans-serif;
    font-size: 14px;
    color: #fff;
    text-shadow: 1px 2px 5px #666;
    margin: 8px;
    font-style: normal;
    text-transform: uppercase;
    /*transition-duration: 0.2s;*/
    width: 380px;
    position: absolute;
    right: 0px;
    top: 10px;
}


header > #content > .menu > .zonemenu {
    background: #3a8eee;
    position: absolute;
    top: 144px;
    right: 0px;
    line-height: 13px;
    -moz-box-shadow: 3px 0px 10px 0px #666;
    -moz-box-shadow: 3px 5px 10px 0px #666;
    -webkit-box-shadow: 3px 5px 10px 0px #666;
    -o-box-shadow: 3px 5px 10px 0px #666;
    box-shadow: 3px 5px 10px 0px #666;
    z-index: 1000000000;
}

header > #content > .menu > .zonemenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 15px;
}

header > #content > .menu > .zonemenu ul li{
	padding:0;
	margin:0;
}
header > #content > .menu > .zonemenu ul li a:link{
	font-family: 'Roboto Condensed', sans-serif;
	display: block;
	text-decoration:none;
	padding:7px;
	border-bottom:1px solid #89bbf5;
	color:#fff;
}
header > #content > .menu > .zonemenu ul li a:visited{
	font-family: 'Roboto Condensed', sans-serif;
	display: block;
	text-decoration:none;
	padding:7px;
	border-bottom:1px solid #89bbf5;
	color:#fff;
}
header > #content > .menu > .zonemenu ul li a:hover{
	font-family: 'Roboto Condensed', sans-serif;
	background:#FFF;
	color:#3a8eee;
}

#content-bas{
	padding:0;
	margin:0 auto;
	width:100%;
	position:relative;
	top:50px;
	/*transition-duration: 0.2s;*/
}

#content-bas > #recherche-portable{
	width:90%;
	display:block;
	margin:0 auto;
	padding:10px;
	margin:10px;
	z-index:1;
	position:relative;
	transition-duration: 0.2s
}
#content-bas > #premiere{
	background:#FFF;
	width:90%;
	display:block;
	margin:0 auto;
	height:600px;
	padding:10px;
	margin:270px 10px 130px 10px;
	border-bottom:solid 4px #b0d2f8;
	/*transition-duration: 0.2s;*/

}
#content-bas > #seconde{
	display:none;
	/*transition-duration: 0.2s;*/
}
#content-bas > table{
	margin:0 auto;
}
#content-bas > #troisieme{
	background:#FFF;
	width:90%;
	display:block;
	margin:0 auto;
	padding:10px;
	margin:10px;
	border-bottom:solid 4px #b0d2f8;
	/*transition-duration: 0.2s;*/
}
.titre-recherche {
    text-transform: uppercase;
}

#content-bas > #premiere a:link, #content-bas > #premiere a:visited{
	text-decoration:none;
	font-size:16px;
	color:#48535a;
}
#content-bas > #premiere a:hover{
	color:#3a8eee;
	text-decoration:underline;
}
.normal-form{ font-size:16px;}
.petit-form{ font-size:12px;}

.go-recherche {
    background: url(../../v2/images_v2/bg-submit.png) center right no-repeat #3a8eee;
    border: none;
    font-size: 19px;
    color: #fff;
    border-radius: 4px;
    -moz-box-shadow: 0px 0px 5px 0px #666;
    -webkit-box-shadow: 0px 0px 5px 0px #666;
    -o-box-shadow: 0px 0px 5px 0px #666;
    box-shadow: 0px 0px 5px 0px #666;
    padding: 15px  70px 15px 15px;
	cursor:pointer;
}
.go-recherche:hover{
	background: url(../../v2/images_v2/bg-submit.png) center right no-repeat #666;
}
/*media all*/
.go-decouverte {
    background: url(../../v2/images_v2/bg-submit2.png) 100px center no-repeat #3a8eee;
    border: none;
    font-size: 19px;
    color: #fff;
    border-radius: 4px;
    -moz-box-shadow: 0px 0px 5px 0px #666;
    -webkit-box-shadow: 0px 0px 5px 0px #666;
    -o-box-shadow: 0px 0px 5px 0px #666;
    box-shadow: 0px 0px 5px 0px #666;
    padding: 10px  43px 10px 15px;
    cursor: pointer;
}

.go-decouverte:hover{
	background: url(../../v2/images_v2/bg-submit2.png) 100px center no-repeat #666;
}

#texte-annonce {
    font-family: "Architects Daughter", cursive;
    font-style: oblique;
    padding: 10px 10px 10px 80px;
    font-size: 19px;
    word-spacing: 0.4em;
    line-height: 25px;
    font-style: italic;
    background: url(../../v2/images_v2/logo_le_hamac_texte.png) right bottom no-repeat;
	/*transition-duration: 0.2s;*/
	margin:0 0 150px 0;
}

#texte-annonce > span{
	display:block;
	font-style:normal;
	font-weight:bold;
	font-size:24px;
	padding:20px 0;
}

footer{
	width:100%;
	background:#3a8eee;
	/*transition-duration: 0.2s;*/
}
footer > #content{
	padding:0;
	margin:0 auto;
	width:100%;
	/*transition-duration: 0.2s;*/
}


footer > #content > .footer-1, footer > #content > .footer-2, footer > #content > .footer-3, footer > #content > .footer-4{
	width:190px;
	margin: 0 auto;
	height:215px;	
	margin:40px;
	border-bottom:solid 3px #89bbf5;
	line-height:12px;
	display:inline-table;
	/*transition-duration: 0.2s;*/
}
footer > #content a:link, footer > #content a:visited{
	text-decoration:none;
	color:#FFF;
	font-size:14px;
}
footer > #content a:hover{
	color:#333;
}

footer > #content span{
	display:block;
	text-align:center;
	margin:90px 0 20px 0px;
	color:#a1c9f7;
	font-size:14px;
	/*transition-duration: 0.2s;*/
}
.messageContact{width:100%; height:100%; background:rgba(58,142,238,0.95); position:absolute; top:0; left:0; z-index:900000000; text-align:center; padding:150px 0 0 0; display:none}
.messageContact h1, .messageContact p, .messageContact a{color: #FFF;}

.messageContact2{width:100%; height:100%; background:rgba(255,255,255,0.90); position:absolute; top:0; left:0; z-index:900000000; text-align:center; padding:150px 0 0 0; display:none}
.messageContact2 h1, .messageContact2 p, .messageContact2 a{color: #3a8eee;}

.fermer{ font-size:12px; text-align:right; color:#CCC; cursor:pointer; background:rgba(60,103,151,0.9); width:800px; margin:0 auto; padding:10px}
.pasvue{
	display:none;
	transition-duration: 0.5s;
}
.vue{
	display:block;
	transition-duration: 0.5s;
}
}


/* ===================================        <---   Version grand ecran   -        =======================================*/


@media screen and (min-width:1200px){
header{
	width:100%;
	height:719px;
	/*transition-duration: 0.2s;*/
}




.diaporama{
    position:absolute;
	top:0;
	left:0;
    width:100%;
    height:719px;
	padding:0;
	margin:0;
	z-index:1;
}
 
.diaporama li{
    list-style-type:none;
	width:100%;
	height:719px;
    overflow:hidden;
    position:absolute /* Les images seront positionnées toutes au même endroit */
}
.diaporama li.slide1{
	background:url(../../v2/images_v2/bg14.jpg) top center no-repeat;
}
.diaporama li.slide2{
	background:url(../../v2/images_v2/bg2.jpg) top center no-repeat;
}
.diaporama li.slide3{
	background:url(../../v2/images_v2/bg13.jpg) top center no-repeat;
}
.diaporama li.slide4{
	background:url(../../v2/images_v2/bg7.jpg) top center no-repeat;
}
.diaporama li.slide5{
	background:url(../../v2/images_v2/bg19.jpg) top center no-repeat;
}
.diaporama li.slide6{
	background:url(../../v2/images_v2/bg5.jpg) top center no-repeat;
}
.diaporama li.slide7{
	background:url(../../v2/images_v2/bg6.jpg) top center no-repeat;
}
.diaporama li.slide8{
	background:url(../../v2/images_v2/bg19.jpg) top center no-repeat;
}

header > #content{
	padding:0;
	position:relative;
	margin:0 auto;
	width:1215px;
	height:719px;
	/*transition-duration: 0.2s;*/
	z-index:100000;
}
header > #content > .logo{
	padding:0;
	margin:0;
	width:400px;
	height:140px;
	position:relative;
	left:0;
	top:0;
	/*transition-duration: 0.2s;*/	
}
header > #content > .menu{
	padding:0;
	margin:0;
	width:454px;
	height:54px;
	position:relative;
	left:750px;
	top:-140px;
	background:url(../../v2/images_v2/bg_menu.png) top center no-repeat;
	/*transition-duration: 0.2s;*/	
}

header > #content > .menu > .menu_text {
    color: #86cfff;
    padding: 3px 4px;
    font-size: 29px;
    width: 100px;
    text-align: right;
	/*transition-duration: 0.2s;*/
}


header > #content > .menu > .menu_icone {
    color: #86cfff;
    padding: 10px;
    width: 50px;
    left: 105px;
    position: relative;
    top: -48px;
	cursor: pointer;
	opacity:0.5;
}
header > #content > .menu > .menu_icone:hover {
	opacity:1;
	
}
header > #content > .menu > .flags{
    width: 140px;
	height:45px;
    left: 310px;
    position: relative;
    top: -92px;
}
header > #content > .menu > .flags img{
	float:left;
	width:35px;
	border:solid 1px #fff;
	margin:0 7px 0 0;
}
header > #content > .menu > .flags img:hover{
	cursor:pointer;
	border:solid 1px #666;
}


header > #content > .menu > .flags-cars {
    width: 175px;
    height: 26px;
    left: 254px;
    position: relative;
    top: -88px;
    overflow: hidden;
}
.flags-cars2 {
    width: 168px;
    height: 26px;
    left: 254px;
    position: relative;
    top: -95px;
    overflow: hidden;
}


header > #content > .text-accueil {
    font-family: "Muli", sans-serif;
    font-size: 30px;
    color: #fff;
    text-shadow: 1px 2px 5px #666;
    margin: 40px 0 0 179px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.09em;
	cursor:pointer;
}
header > #content > .text-accueil:hover{
	 text-shadow: 1px 2px 5px #000;
	 transition-duration: 0.3s;	
}


header > #content > .text-accueil-cars {
    font-family: "Muli", sans-serif;
    font-size: 30px;
    color: #fff;
    text-shadow: 1px 2px 5px #666;
    margin: -100px 0 0 449px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.09em;
	cursor:pointer;
}
header > #content > .text-accueil-cars:hover{
	 text-shadow: 1px 2px 5px #000;
	 transition-duration: 0.3s;	
}




header > #content > .menu > .zonemenu {
    background: rgba(255,255,255,0.9);
    width: 370px;
    position: absolute;
    top: 47px;
    left: 21px;
    line-height: 13px;
	-moz-box-shadow: 3px 0px 10px 0px #666;
	-moz-box-shadow: 3px 5px 10px 0px #666;
	-webkit-box-shadow: 3px 5px 10px 0px #666;
	-o-box-shadow: 3px 5px 10px 0px #666;
	box-shadow: 3px 5px 10px 0px #666;
	z-index:1000;
	
}

.messageContact{width:100%; height:100%; background:rgba(58,142,238,0.95); position:absolute; top:0; left:0; z-index:900000000; text-align:center; padding:150px 0 0 0; display:none}
.messageContact h1, .messageContact p, .messageContact a{color: #FFF;}

.messageContact2{width:100%; height:100%; background:rgba(255,255,255,0.90); position:absolute; top:0; left:0; z-index:900000000; text-align:center; padding:150px 0 0 0; display:none}
.messageContact2 h1, .messageContact2 p, .messageContact2 a{color: #3a8eee;}

.fermer{ font-size:12px; text-align:right; color:#CCC; cursor:pointer; background:rgba(60,103,151,0.9); width:800px; margin:0 auto; padding:10px}

.pasvue{
	display:none;
	transition-duration: 0.5s;
}
.vue{
	display:block;
	transition-duration: 0.5s;
}
header > #content > .menu > .zonemenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 15px;
}

header > #content > .menu > .zonemenu ul li{
	padding:0;
	margin:0;
}
header > #content > .menu > .zonemenu ul li a:link{
	font-family: 'Roboto Condensed', sans-serif;
	display: block;
	text-decoration:none;
	padding:7px;
	border-bottom:1px solid #fff;
	color:#3a8eee;
}
header > #content > .menu > .zonemenu ul li a:visited{
	font-family: 'Roboto Condensed', sans-serif;
	display: block;
	text-decoration:none;
	padding:7px;
	border-bottom:1px solid #fff;
	color:#3a8eee;
}
header > #content > .menu > .zonemenu ul li a:hover{
	font-family: 'Roboto Condensed', sans-serif;
	background:#3a8eee;
	color:#FFF;
}

/*----------------------------- second niveau de page header devient #header ----------------------------*/
#header{
	width:100%;
	height:200px;
	/*transition-duration: 0.2s;*/
	background:url(../../v2/images_v2/bg_head.png) top center repeat-x;
	
}
#header > #content{
	padding:0;
	position:relative;
	margin:0 auto;
	width:1215px;
	height:98px;
	/*height:168px;*/
	/*transition-duration: 0.2s;*/
	z-index:100000;
}
#header > #content > .logo{
	padding:0;
	margin:0;
	width:400px;
	height:80px;
	position:relative;
	left:0;
	top:0;
	/*transition-duration: 0.2s;*/	
}
#header > #content > .menu{
	padding:0;
	margin:0;
	width:454px;
	height:54px;
	position:relative;
	left:750px;
	top:-82px;
	background:url(../../v2/images_v2/bg_menu.png) top center no-repeat;/**/
	/*transition-duration: 0.2s;*/	
}

#header > #content > .menu > .menu_text {
    color: #86cfff;
    padding: 3px 4px;
    font-size: 29px;
    width: 100px;
    text-align: right;
	/*transition-duration: 0.2s;*/
}


#header > #content > .menu > .menu_icone {
    color: #86cfff;
    padding: 10px;
    width: 50px;
    left: 105px;
    position: relative;
    top: -48px;
	cursor: pointer;
	opacity:0.5;
}
#header > #content > .menu > .menu_icone:hover {
	opacity:1;
	
}
#header > #content > .menu > .flags{
    width: 140px;
	height:45px;
    left: 310px;
    position: relative;
    top: -92px;
}
#header > #content > .menu > .flags img{
	float:left;
	width:35px;
	border:solid 1px #fff;
	margin:0 7px 0 0;
}
#header > #content > .menu > .flags img:hover{
	cursor:pointer;
	border:solid 1px #666;
}


#header > #content > .menu > .zonemenu {
    background: rgba(255,255,255,0.9);
    width: 370px;
    position: absolute;
    top: 47px;
    left: 21px;
    line-height: 13px;
	-moz-box-shadow: 3px 0px 10px 0px #666;
	-moz-box-shadow: 3px 5px 10px 0px #666;
	-webkit-box-shadow: 3px 5px 10px 0px #666;
	-o-box-shadow: 3px 5px 10px 0px #666;
	box-shadow: 3px 5px 10px 0px #666;
	z-index:1000;
	
}
#header > #content > .menu > .zonemenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 15px;
}

#header > #content > .menu > .zonemenu ul li{
	padding:0;
	margin:0;
}
#header > #content > .menu > .zonemenu ul li a:link{
	font-family: 'Roboto Condensed', sans-serif;
	display: block;
	text-decoration:none;
	padding:7px;
	border-bottom:1px solid #fff;
	color:#3a8eee;
}
#header > #content > .menu > .zonemenu ul li a:visited{
	font-family: 'Roboto Condensed', sans-serif;
	display: block;
	text-decoration:none;
	padding:7px;
	border-bottom:1px solid #fff;
	color:#3a8eee;
}
#header > #content > .menu > .zonemenu ul li a:hover{
	font-family: 'Roboto Condensed', sans-serif;
	background:#3a8eee;
	color:#FFF;
}
#header > #content > #recherche_top{
	position:absolute;
	top:90px;
	margin:0 0 30px 0;
	padding:0;
}
.go-recherche2 {
    background:#3a8eee;
    border: none;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    padding: 15px;
	cursor:pointer;
}
.go-recherche2:hover{
	background:#666;
}
/*----------------------------- fin du second niveau ---------------------------------------------------*/

#content-bas{
	padding:0;
	margin:0 auto;
	width:1215px;
	/*transition-duration: 0.2s;*/
}


#content-bas > #premiere{
	width:30%;
	height:630px;
	padding:10px;
	position: relative;
	top:0px;
	left:20px;
	margin:0 30px 10px 0;
	display: inline-block;
	border-right:solid 4px #b0d2f8;
	/*transition-duration: 0.2s;*/

}
#content-bas > #seconde{
	width:30%;
	height:630px;
	padding:10px;
	position: relative;
	top:0px;
	margin:0 10px 10px 0;
	display: inline-block;
	border-right:solid 4px #b0d2f8;
	/*transition-duration: 0.2s;*/

}
#content-bas > #recherche-portable{
	display:none;
	transition-duration: 0.2s
}
#content-bas  #troisieme{
	width:30%;
	height:630px;
	padding:10px;
	position: relative;
	top:0px;
	margin:0 0px 10px 0;
    display: inline-block;
    vertical-align: top;
	
	/* width: 30%;
     height: 630px;
     padding: 10px;
     position: absolute;
     top: 717px;
     margin: 0 0px 10px 0;
     right: 0px;*/

	
	
}
#content-bas > #premiere a img:hover, #content-bas > #seconde a img:hover, #content-bas > #troisieme a img:hover{
	opacity:0.6;
}
.titre-recherche {
    text-transform: uppercase;
}

#content-bas > #premiere a:link, #content-bas > #premiere a:visited{
	text-decoration:none;
	font-size:16px;
	color:#48535a;
}
#content-bas > #premiere a:hover{
	color:#3a8eee;
	text-decoration:underline;
}
.normal-form{ font-size:16px;}
.petit-form{ font-size:12px;}

.go-recherche {
    background: url(../../v2/images_v2/bg-submit.png) center right no-repeat #3a8eee;
    border: none;
    font-size: 19px;
    color: #fff;
    border-radius: 4px;
    -moz-box-shadow: 0px 0px 5px 0px #666;
    -webkit-box-shadow: 0px 0px 5px 0px #666;
    -o-box-shadow: 0px 0px 5px 0px #666;
    box-shadow: 0px 0px 5px 0px #666;
    padding: 15px  70px 15px 15px;
	cursor:pointer;
}
.go-recherche:hover{
	background: url(../../v2/images_v2/bg-submit.png) center right no-repeat #666;
}
/*media all*/
.go-decouverte {
    background: url(../../v2/images_v2/bg-submit2.png) 100px center no-repeat #3a8eee;
    border: none;
    font-size: 19px;
    color: #fff;
    border-radius: 4px;
    -moz-box-shadow: 0px 0px 5px 0px #666;
    -webkit-box-shadow: 0px 0px 5px 0px #666;
    -o-box-shadow: 0px 0px 5px 0px #666;
    box-shadow: 0px 0px 5px 0px #666;
    padding: 10px  43px 10px 15px;
    cursor: pointer;
}

.go-decouverte:hover{
	background: url(../../v2/images_v2/bg-submit2.png) 100px center no-repeat #666;
}

#texte-annonce {
    font-family: "Architects Daughter", cursive;
    font-style: oblique;
    padding: 10px 43px 10px 80px;
    font-size: 19px;
    word-spacing: 0.4em;
    height: 220px;
    line-height: 25px;
    font-style: italic;
    background: url(../../v2/images_v2/logo_le_hamac_texte.png) 840px bottom no-repeat;
	/*transition-duration: 0.2s;*/
}

#texte-annonce > span{
	display:block;
	font-style:normal;
	font-weight:bold;
	font-size:24px;
	padding:20px 0;
	/*transition-duration: 0.2s;*/
}

footer{
	width:100%;
	height:360px;
	background:url(../../v2/images_v2/logo_footer.png)center 245px no-repeat #3a8eee;
	/*transition-duration: 0.2s;*/
}
footer > #content{
	padding:0;
	margin:0 auto;
	width:1215px;
	height:360px;
	/*transition-duration: 0.2s;*/
}


footer > #content > .footer-1, footer > #content > .footer-2, footer > #content > .footer-3{
	width:22%;
	display:inline-table;
	height:215px;	
	margin:15px 15px 0 0;
	border-right:solid 3px #89bbf5;
	line-height:12px;
	/*transition-duration: 0.2s;*/
}
footer > #content > .footer-4{
	width:25%;
	display:inline-table;
	height:215px;
	margin:15px 15px 0 0;
	line-height:12px;
	/*transition-duration: 0.2s;*/
}
footer > #content a:link, footer > #content a:visited{
	text-decoration:none;
	color:#FFF;
	font-size:14px;
}
footer > #content a:hover{
	color:#333;
}

footer > #content span{
	display:block;
	text-align:center;
	margin:90px 0 20px 0px;
	color:#a1c9f7;
	font-size:14px;
}

}



@media (max-width:700px){
	header > #content > .text-accueil, .text-accueil-cars{
		display:none;
	}
}


/* conteneur calendrier */
.calendarWrap{
    display: none;
    position: absolute;
    z-index: 1000;
    width: 210px;
    padding: 5px 10px 10px 10px;
    background-color: #2e373f;
    /*background-color: rgba(46, 55, 63, 0.95);*/
    border-radius: 10px;
    -moz-box-shadow: 0 0 10px #555;
    -webkit-box-shadow: 0 0 10px #555;
    box-shadow: 0 0 10px #555;
    font-size: 12px;
}
/* bouton d'affichage*/
#calendarMain1 > input, #calendarMain2 > input{
    display: block;
    width: 100px;
    height: 22px;
    padding-top: 2px;
    background-color: #2e373f;
    color: #fff;
    border-radius: 5px;
    border: none;
}
#calendarMain1 > input:hover, #calendarMain2 > input:hover{
    background-color: #2673cb;
}
/* navigation dans le calendrier */
.calendarWrap ul{
    margin: 5px 0 10px 0;
    padding: 0;
}
.calendarWrap li{
    margin: 0;
    padding: 0;
    width: 20px;
    display: inline-block;
    *display: inline;
}
.calendarWrap li.calendarTitle{
    width: 170px;
    color: #ccc;
    text-align: center;
}
.calendarWrap li input{
    width: 20px;
    background-color: #5d6f7f;
    border: none;
    color: #fff;
}
.calendarWrap li input:hover{
    background-color: #6f8598;
}
/* calendrier */
.jsCalendar{
    color: #fff;
    border-collapse: collapse;
}
.jsCalendar th{
    color: #8ba7bf;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}
.jsCalendar td{
    padding: 0;
    border: none;
}
.jsCalendar a{
    display: block;
    width: 30px;
    padding: 3px 0 3px 0;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}
.jsCalendar .day:hover a{
    background-color: #2673cb;
    border-color: #2673cb;
}
.jsCalendar .selectedDay a{
    background-color: #c44d38;
    border-color: #c44d38;
}
/* FIN calendrier */


.styled-select select {
   background:#FFF;
   width:220px;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
   }
   .styled-select {
	background:#FFF;
	width:220px;
   height: 34px;
   border: 1px solid #ccc;
   }

.styled-select2 select {
   background:#FFF;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   width:60px;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
   }
   .styled-select2 {
	background:#FFF;
	width:60px;
   	height: 34px;
   	overflow: hidden;
   	border: 1px solid #ccc;
   }
.styled-select select:hover, .styled-select2 select:hover{
	cursor:pointer;
	background:#FFC;
}

.calendrier-hamac {
    background: url(../../v2/images_v2/calendrier-hamac.png) right center no-repeat #fff;
    padding: 0 0 0 5px;
    width: 216px;
    font-size: 16px;
    height: 34px;
    border: 1px solid #ccc;
}

.calendrier-hamac:hover{
	background:url(../../v2/images_v2/calendrier-hamac.png) right center no-repeat #FFC;
	cursor:pointer;
}

.search {
    cursor: pointer;
    width: 20px;
    height: 20px;
	border: 1px solid #ccc;
}
.search:hover{
	background:#FFC;
}

.image_big{
	padding:5px;
	background:#fff;
	}
.image_big:hover{
	padding:5px;
	background:#3b8eee;
	}
.m_loc a:link, .m_loc a:visited, .m_loc2 a:link, .m_loc2 a:visited{
	text-decoration:none;
	color:#3b8eee;
}
.m_loc a:hover, .m_loc2 a:hover{
	text-decoration:underline;
}
.cel_gauche {
    border-right: 6px solid #eee;
}
hr {
    height: 5px;
    background: #3b8eee;
    border: none;
    margin: 0 0 30px 0;
}

@media (max-width:1199px){

/*----------------------------- second niveau de page header devien #header ----------------------------*/
#header{
	width:97%;
	height:90px;
	/*transition-duration: 0.2s;*/
	background:url(../../v2/images_v2/bg_head.png) top center repeat-x;
	
}
#header > #content{
	padding:0;
	position:relative;
	margin:0 auto;
	width:90%;
	height:90px;
	/*transition-duration: 0.2s;*/
	z-index:100000;
}
#header > #content > .logo{
	padding:0;
	margin:0;
	width:400px;
	height:80px;
	position:relative;
	left:0;
	top:0;
	/*transition-duration: 0.2s;*/	
}
/*@media all and (max-width:1199px)*/
#header > #content > .menu {
    padding: 0;
    margin: 0;
    width: 284px;
    height: 54px;
    position: absolute;
    right: -30px;
    top: 0px;
    /*transition-duration: 0.2s;*/
}


#header > #content > .menu > .menu_text {
    color: #86cfff;
    padding: 3px 4px;
    font-size: 29px;
    width: 100px;
    text-align: right;
	/*transition-duration: 0.2s;*/
	display:none;
}


#header > #content > .menu .menu_icone {
    color: #86cfff;
    padding: 10px;
    width: 50px;
    left: 235px;
    position: relative;
    top: 12px;
	cursor: pointer;
	opacity:0.5;
}
#header > #content > .menu > .menu_icone:hover {
	opacity:1;
	
}
/*@media all and (max-width:1199px)*/
#header > #content > .menu > .flags {
    width: 140px;
    height: 45px;
    position: absolute;
    top: 14px;
    right: -20px;
	display:none;
}
.flags-cars {

	display:none;
}

.flags-cars2 {
    width: 175px;
    height: 26px;
    left: 54px;
    position: relative;
    top: -24px;
    overflow: hidden;
}
.ajout-flags{
	left:115px;
	top:-63px;
}

#header > #content > .menu > .flags img{
	float:left;
	width:35px;
	border:solid 1px #fff;
	margin:0 7px 0 0;
}
#header > #content > .menu > .flags img:hover{
	cursor:pointer;
	border:solid 1px #666;
}


#header > #content > .menu > .zonemenu {
    background: rgba(255,255,255,0.9);
    width: 370px;
    position: absolute;
    top: 47px;
    left: 21px;
    line-height: 13px;
	-moz-box-shadow: 3px 0px 10px 0px #666;
	-moz-box-shadow: 3px 5px 10px 0px #666;
	-webkit-box-shadow: 3px 5px 10px 0px #666;
	-o-box-shadow: 3px 5px 10px 0px #666;
	box-shadow: 3px 5px 10px 0px #666;
	z-index:1000;
	
}
#header > #content > .menu > .zonemenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 15px;
}

#header > #content > .menu > .zonemenu ul li{
	padding:0;
	margin:0;
}
#header > #content > .menu > .zonemenu ul li a:link{
	font-family: 'Roboto Condensed', sans-serif;
	display: block;
	text-decoration:none;
	padding:7px;
	border-bottom:1px solid #fff;
	color:#3a8eee;
}
#header > #content > .menu > .zonemenu ul li a:visited{
	font-family: 'Roboto Condensed', sans-serif;
	display: block;
	text-decoration:none;
	padding:7px;
	border-bottom:1px solid #fff;
	color:#3a8eee;
}
#header > #content > .menu > .zonemenu ul li a:hover{
	font-family: 'Roboto Condensed', sans-serif;
	background:#3a8eee;
	color:#FFF;
}

#header > #content > #recherche_top{
	position:absolute;
	top:90px;
	margin:0 0 30px 0;
	padding:0;
}
.go-recherche2 {
    background:#3a8eee;
    border: none;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    padding: 15px;
	cursor:pointer;
}
.go-recherche2:hover{
	background:#666;
}
/*----------------------------- fin du second niveau ---------------------------------------------------*/

#recherche_maxi{
	display:none;
	/*transition-duration: 0.2s;*/
}


#recherche_mini{
	display:block;
	/*transition-duration: 0.2s;*/
	position:relative;
	top:-50px;
}
#recherche_top{
	display:none;
	/*transition-duration: 0.2s;*/
}

#ancre_portable {
	display: none;
	/*
    display: block;*/
    text-align: center;
    width: 170px;
    position: absolute;
    right: 0px;
    padding: 5px;
    margin: -5px -8px;
    margin-right: ;
    background: #3b8eee;
    border-radius: 7px;
    /*transition-duration: 0.2s;*/
    top: 64px;
}

#ancre_portable:hover{
	background:#3c6797;
}
#ancre_portable a:link,#ancre_portable a:visited, #ancre_portable a:hover{
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
.image_mobile{
	width:80%;	
}

.lien_suite {
    background: #fff;
    cursor: pointer;
	border-bottom:1px solid #3b8eee;
	border-right:1px solid #eee;
}

.lien_suite:hover{
	/*background:#3b8eee;*/
	color:#FFF;
	border-bottom: 5px solid #ccc;
}

/*@media all and (max-width:1199px)*/
.lien_suite2 {
    cursor: pointer;
    color: #fff;
    border-bottom: 5px solid #3b8eee;
    border-right: 1px solid #eee;
}

	
.titre-location, .tarif-btn{
	display:none;
}

.titre-location2 {
	color:#3a8eee;
}
/*@media all and (max-width:1199px)*/
.tarif-btn2 {
    width: 160px;
    padding: 10px;
    background: url(../../v2/images_v2/cal.png)right center no-repeat #148705;
    -moz-box-shadow: 0px 0px 5px 0px #656565;
    -webkit-box-shadow: 0px 0px 5px 0px #656565;
    -o-box-shadow: 0px 0px 5px 0px #656565;
    box-shadow: 0px 0px 5px 0px #656565;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=5);
    border-radius: 7px;
    cursor: pointer;
    line-height: 13px;
    display: inline-block;
    float: right;
    margin: 20px 5px 0 0;
}

.tarif-btn3 {
    width: 200px;
	padding: 10px;
    background:url(../../v2/images_v2/cal.png)right center no-repeat #148705;
	-moz-box-shadow: 0px 0px 5px 0px #656565;
	-webkit-box-shadow: 0px 0px 5px 0px #656565;
	-o-box-shadow: 0px 0px 5px 0px #656565;
	box-shadow: 0px 0px 5px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=5);
	border-radius:7px;
	text-transform:uppercase;
	margin:0 auto 30px auto;
	cursor:pointer;
	line-height: 13px;
}
.tarif-btn2:hover, .tarif-btn3:hover{
	background:url(../../v2/images_v2/cal.png)right center no-repeat #3c6797;
}
.tarif-btn2 a:link, .tarif-btn2 a:visited{
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	}
.tarif-btn3 a:link, .tarif-btn3 a:visited{
	font-size:24px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	}
.tarif-btn2 a:hover, .tarif-btn3 a:hover{
	color:#fff;
	}
#recherche-centre {
    display:none;
}
#recherche-centre-cars {
    background: rgba(255,255,255,0.9);
    margin: 60px 50px 0 10px;
    padding: 22px 10px 10px 10px;
    border-radius: 7px;
    transition-duration: 0.2s;
    width: 300px;
	transition-duration:0.2s;
	}
.zone-resultat {
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding: 20px 0px;
    top: 310px;
    z-index: 789;
    background: rgba(255,255,255,1);
	transition-duration:0.2s;
}

.cars-go{
    padding: 12px 68px;
    margin: 20 0 0 10;
}
}
@media (min-width:1200px){
#ancre_portable {
		display:none;
		/*transition-duration: 0.2s;*/
	}
#recherche_mini{
	display:none;
	/*transition-duration: 0.2s;*/
}
#recherche_maxi{
	display:block;
	float:left;
	/*transition-duration: 0.2s;*/
}

#recherche_top {
    display: block;
    width: 1215px;
    margin: 0 auto;
}


.lien_suite {
    background: #fff;
    cursor: pointer;
	border-bottom:2px solid #3b8eee;
	border-right:1px solid #eee;
	height:40px;
   /* border-radius: 10px 0 0 0;*/
}

.lien_suite:hover{
	background:#fff;
	border-bottom:2px solid #eeeeee;
}
#recherche-centre {
    width: 820px;
    background: rgba(0,0,0,0.4);
    margin: 50px auto 0 auto;
    padding: 10px;
}
#recherche-centre .petit-form{
	color:#fff;
	font-size:16px;
}

#recherche-centre-cars {
    background: rgba(255,255,255,0.9);
    margin: 60px 50px 0 10px;
    padding: 22px 10px 10px 10px;
    border-radius: 7px;
    transition-duration: 0.2s;
    width: 360px;
	transition-duration:0.2s;
}
.zone-resultat{
	margin: 0 auto;
	position: relative; 
	width: 100%; 
	padding: 0px; top: -40px; 
	z-index: 789;
	transition-duration:0.2s;
}




.cars-go{
    padding: 12px 68px;
    margin: 20 0 0 10;
}


.lien_suite2{
	background:#ffffff;
	cursor:pointer;
	color:#3b8eee;
	border-bottom:2px solid #fff;
	border-right:1px solid #eee;
	/*border-radius: 10px 0 0 0;*/
}
.go-recherche4{
    background:#3a8eee;
    border: none;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    padding: 15px;
	cursor:pointer;
}
.go-recherche4:hover{
	background:#666;
}

.titre-location {
    width: 500px;
    float: left;
    padding: 0px;
    position: relative;
    top: -92px;
    margin: 0 0 0 228px;
}
.tarif-btn {
    width: 200px;
    margin: 0 0 0 930px;
    padding: 10px;
    background:url(../../v2/images_v2/cal.png)right center no-repeat #148705;
    position: relative;
    top: -32px;
	-moz-box-shadow: 0px 0px 5px 0px #656565;
	-webkit-box-shadow: 0px 0px 5px 0px #656565;
	-o-box-shadow: 0px 0px 5px 0px #656565;
	box-shadow: 0px 0px 5px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=5);
	border-radius:7px;
	cursor:pointer;
	line-height: 13px;
}
.tarif-btn:hover{
	background:url(../../v2/images_v2/cal.png)right center no-repeat #3c6797;
}
.tarif-btn a:link, .tarif-btn a:visited{
	font-size:22px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	}
.tarif-btn a:hover{
	color:#fff;
	}
	
	
.tarif-btn3 {
    width: 200px;
	padding: 10px;
    background:url(../../v2/images_v2/cal.png)right center no-repeat #148705;
	-moz-box-shadow: 0px 0px 5px 0px #656565;
	-webkit-box-shadow: 0px 0px 5px 0px #656565;
	-o-box-shadow: 0px 0px 5px 0px #656565;
	box-shadow: 0px 0px 5px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=5);
	border-radius:7px;
	text-transform:uppercase;
	margin:0 auto 30px auto;
	cursor:pointer;
	line-height: 13px;
	line-height: 13px;
}
.tarif-btn3:hover{
	background:url(../../v2/images_v2/cal.png)right center no-repeat #3c6797;
}
.tarif-btn3 a:link, .tarif-btn3 a:visited{
	font-size:24px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	}
.tarif-btn3 a:hover{
	color:#fff;
	}
	
	
	
	
	
	
.titre-location h1 {
    margin: 0;
    padding: 10px 0 0 0;
	color:#3a8eee;
}
.m_loc2 {
    position: relative;
    top: -66px;
	/*z-index:500000;*/
}
.titre-loca3{
	color:#3b8eee; 
	font-size:28px;
	/*border-bottom:1px solid #3b8eee;*/
	margin:0; 
	font-weight:bold;
}
.indexhom ul{padding:0;}
.indexhom ul li{list-style-type:none;}
.indexhom ul li ul{padding:0 0 0 20px;}
.titr-choix {
    font-weight: bold;

}

}

.tableau-tarif {
    border: 2px solid #eee;
    font-size: 11px;
}
.loca-desc {
    display: inline-block;
}
.image-loca{
	width:100%;
}

.lien-erreur {
    padding: 10px;
    background: #148705;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 18px;
    line-height: 25px;
    border-radius: 7px;
    text-decoration: none;
    height: 52px;
    width: 230px;
    display: block;
    margin: -31px 0 0 59px;
}

.lien-erreur:hover {
    background: #3c6797;
}

.lien-erreur-principal {
    width: 380px;
    padding: 11px 0 5px 0;
    font-size: 19px;
    font-weight: bold;
    color: #f00;
    display: block;
    margin: 0 0 30px 0;
}
.floatable{position:fixed;top:6px;}

/*  Annonce Covid Accueil  2020  */
@media (min-width:1200px){
	.annonce-covid {
		position: relative;
		width: 100%;
		height: 130px;
		display: block;
		margin: 30px 0 0 0;
		border-top: 3px solid #fff;
	}
	.logo-covid img {
		width: 100%;
		margin: 15px 0 0 0;
		cursor:pointer;
	}
	.logo-covid {
		width: 150px;
		height: 120px;
		position: absolute;
		left: 180px;
	}
	.texte-covid {
		position: absolute;
		width: 62%;
		left: 350px;
		top: 40px;
	}
	.texte-covid a:link, .texte-covid a:visited {
		color: #fff;
		text-decoration: none;
		font-size: 22px;
		text-shadow: 1px 2px 5px #666;
	}
	.texte-covid a:hover {
		text-shadow: 1px 2px 5px #000;
	}
	.texte-covid span {
		display: block;
		font-size: 33px;
	}
}



@media (max-width:1199px){
	.annonce-covid {
		position: relative;
		width: 100%;
		height: 130px;
		display: block;
		margin: 340px 0 0 0;
		border-top: 3px solid #fff;
		/* background: #ff000078; */
	}
	.logo-covid {
		width: 110px;
		height: 120px;
		position: absolute;
		left: 10px;
	}
	.logo-covid img {
		width: 100%;
		margin: 15px 0 0 0;
		cursor: pointer;
	}
	.texte-covid {
		position: absolute;
		width: 62%;
		left: 130px;
		top: 10px;
	}
	.texte-covid a:link, .texte-covid a:visited {
		color: #fff;
		text-decoration: none;
		font-size: 22px;
		text-shadow: 1px 2px 5px #666;
	}
	.texte-covid a:hover {
		text-shadow: 1px 2px 5px #000;
	}
	.texte-covid span {
		display: block;
		font-size: 33px;
	}
}

/*  Fin Annonce Covid Accueil  2020  */