@charset "utf-8";
/* @import url
.container {
	width: 1200px;
	margin: auto;
}

.container2 {
	width: 1000px;
	margin: auto;
	font-family: Arial;
}(https://fonts.googleapis.com/css?family=Arial); */

body{
	font-family: Arial;
	font-size: 12px;
}

.container {
	width: 1200px;
	margin: auto;
}

.container2 {
	width: 1000px;
	margin: auto;
	font-family: Arial;
}

.container3 {
	width: 1600px;
	margin: auto;
	font-family: Arial;
}

/* Classes IE8 / Autres */

/* Header */
.header_transp .home_header_fond {
	-moz-box-shadow:    none;
	color: #272727 !important;
	    background: linear-gradient(0deg,transparent,50%,rgba(0,0,0,0.7));
	position: absolute;
	top: 0;
	z-index: 9;
	box-shadow: none !important;
	width: 100%;
	padding-top: 10px;
}

.header_container {
height:100px;
}

.header {
	padding-bottom: 25px;
	text-align: right;
	width: 1000px;
	font-family: Arial;
	font-size: 13px;
	height:100px;
	vertical-align: middle;
	display: inline-block;
	color: #e2e2e2;
}	

.header_tools {
	vertical-align: middle;
	display:inline-block;
	margin-left: 5px;
}


/* Menu */

.menu {
	width: 1000px;
	background-color: #FFF;
	height: 60px;
	vertical-align: middle;
	margin-top:10px;
}	

.menu_logo {
	/*
	position: relative;
	left: 100px;
	top:10px;
	*/
	display:inline-block;
	vertical-align: middle;
}

.menu_items {
	display:inline-block;
	width:790px;
	/*
	position: relative;
	left: 400px;
	top: -15px;
	*/
	text-align:right;
}

.menu_items ul li{
	vertical-align: middle;
	display:inline-block;
	margin-left: 25px;
	font-family: Arial;
	font-size: 16px;
	color: #d30061;
}

/* Slider */
.home_slider_fond {
	background-color:#f2f2f1;
}

.slider {
	width: 1600px;
	background-color: #FFF;
	max-height: 400px;
	overflow-x:hidden;
	overflow-y: hidden;
}	

.home_slider_rs {
	position: relative;
	/* left: 818px; */
	left: 670px;
	top: 2px;
	background-color:#FFF;
	width:370px;
	text-align:center;
	padding:2px;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(62, 62, 62, .55); 
	-moz-box-shadow: 0px 1px 1px 0px rgba(62, 62, 62, .55); 
	box-shadow: 0px 1px 1px 0px rgba(62, 62, 62, .55); 
}

.slider_legend {
	padding-top:10px;
	position: relative;
	left: 1050px;
	top: -30px;
	width: 250px;
	height: 20px;
	background-color: #d30060;
	font-family: Arial;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	text-decoration: underline;
}	

.slider_legend_bandeau {
	/* width: 1600px; */
	width: 100%;
	height: 5px;
	background-color: #d30060;
	/* margin-top:-360px; */
}	

/* Moteur de recherche */

.home_search_title {
	padding-top: 10px;
	font-family: Arial;
	font-size: 50px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}	

.home_search_subtitle {
	font-family: Arial;
	font-size: 40px;
	color: #FFF;
	text-align: center;
}	

.home_search_sep {
	background-image:url(../images/moteur_recherche/trait_separation_blanc01.png);
	background-repeat:repeat-x;
	height: 10px;
	width: 310px;
	margin: auto;
}	

.home_search_select {
	display:inline-block;
	margin-left:20px;
}

.home_search_region {
	margin-top:10px;
	font-family: Arial;
	font-size: 12px;
	color: #7f7f7f;
	width:153px;
	    padding: 0 10px;
	height:28px;
	cursor:pointer;
	    border-radius: 2px;
}

.home_search_date {
	background:url(../images/moteur_recherche/picto_calendrier02.png) no-repeat right center;
	width:148px;
	height:28px !important;
	font-family: Arial;
	font-size: 15px;
	color: #771c7e;
	background-color: #FFF;
	border:0px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	    border-radius: 2px !important;
	padding-left:5px;
	cursor:pointer;
}	

.home_search_sep2 {
	height:15px;
}

.home_search_bouton {
	padding-top:8px;
	background-image:url(../images/moteur_recherche/bouton_trouver3.png);
	background-repeat:no-repeat;
	height: 30px;
	width: 305px;
	margin: auto;
	font-family: Arial;
	font-size: 16px;
	color: #FFF;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
}

/* Listes déroulantes */ 
span.customSelect {
	background-image: linear-gradient(#FFFFFF, #E2E4EA);
	width:153px;
	height:28px;
	font-family: Arial;
	font-size: 15px;
	color: #771c7e;
	background-color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px;
}
.customSelectInner {
  width:140px;
  background-image: url(../images/moteur_recherche/fleche_orange04.png);
  background-repeat: no-repeat;
  background-position: right center;
	margin:5px 0px 0px 5px;
}

span.customSelect2 {
	background-image: linear-gradient(#FFFFFF, #E2E4EA);
	width:284px;
	height:28px;
	font-family: Arial;
	font-size: 15px;
	color: #771c7e;
	background-color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px;
}
.customSelect2Inner {
  width:272px;
  background-image: url(../images/moteur_recherche/fleche_orange04.png);
  background-repeat: no-repeat;
  background-position: right center;
	margin:5px 0px 0px 5px;
}

.ui-datepicker{
	font-size:10px;
}

/* Choisir / Réservation / lastmin */

.home_infos {
	position: relative;
	left: 100px;
	width: 1000px;
	height: 290px;
	vertical-align:top;
}

.home_infos_sep {
	display: inline-block;
	width: 10px;
}

.home_choisir_titre {
	width: 320px;
	height: 37px;
	border:1px solid #66217c;
}

.home_choisir_titre_texte {
	display: inline-block;
	padding-left:11px;
}

.home_choisir_titre_image {
	display: inline-block;
	position: relative;
	top: 3px;
}

.home_choisir_detail {
	width: 320px;
	height: 250px;
	border:1px solid #66217c;
}

.home_choisir_detail_txt {
	text-transform:uppercase;
	/* text-decoration:underline; */
	margin-top:20px;
}

.home_choisir_detail_txt td {	
	vertical-align: top; 
	padding: 6px;
}

.home_reservation_titre {
	width: 235px;
	height: 37px;
	background-color:#164299;
	display: inline-block;
	vertical-align:middle;
}

.home_reservation_titre_texte {
	padding-top:8px;
	text-align:center;
}

.home_reservation_detail {
	width: 235px;
	height: 250px;
	background-color:#f5f5f5;
}

.home_lastmin_titre {
	width: 165px;
	height: 37px;
	background-color:#e8300c;
}

.home_lastmin_titre_texte {
	padding-top:8px;
	text-align:center;
}

.home_lastmin_detail {
	width: 400px;
	height: 250px;
	border:1px solid #e8300c;
}

.home_lastmin_detail_block {
	vertical-align:top;
	line-height:1.1;
	margin:1px;
}

.home_lastmin_detail_block_img {
	vertical-align:top;
	display: inline-block;
	width: 100px;
	height: 60px;
}

.home_lastmin_detail_block_detail {
	vertical-align:top;
	display: inline-block;
	width: 190px;
	height: 60px;
	line-height: 75%;
}

.home_lastmin_detail_block_price {
	margin-right:10px;
	vertical-align:top;
	display: inline-block;
	width: 85px;
	height: 60px;
	text-align:right;
}

/* Footer */

.home_prefooter {
	margin-left:100px; 
	width:1000px;
}

.home_footer_input {
	border:1px solid rgba(62, 62, 62, .25);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(62, 62, 62, .25);
	-moz-box-shadow: 0px 0px 1px 1px rgba(62, 62, 62, .25);
	box-shadow: 0px 0px 1px 1px rgba(62, 62, 62, .25); 
}

.home_footer_bouton {
	/* background-image:url(../images/footer/bouton_rose.png);
	background-repeat:no-repeat; */
	background-color:#d30060;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 1px 1px rgba(62, 62, 62, .55); 
	-moz-box-shadow: 0px 1px 1px 1px rgba(62, 62, 62, .55); 
	box-shadow: 0px 1px 1px 1px rgba(62, 62, 62, .55); 
	height: 17px;
	width: 77px;
	padding-top:5px;
	cursor:pointer;
}

.home_footer_picto {
	text-align:right;
}

.home_footer_fond {
	background-color:#f2f2f1;
}
.home_footer {
	background-color:#f2f2f1;
	width:1200px;
}

.home_footer_logo_espace {
	width:160px;
	display: inline-block;
}
.home_footer_logo {
	width:250px;
	display: inline-block;
	line-height:1.5;
}

.home_footer_menu1 {
	width:330px;
	display: inline-block;
	margin-top:30px;
	vertical-align:top;
	line-height:1.8;
}

.home_footer_menu2 {
	width:240px;
	display: inline-block;
	margin-top:30px;
	vertical-align:top;
	line-height:1.8;
}

.home_footer_menu3 {
	width:145px;
	display: inline-block;
	margin-top:30px;
	vertical-align:top;
	line-height:1.8;
}

.home_footer_menu_lien {
	vertical-align:middle;
	background:url(../images/footer/fleche_rose01.png) no-repeat left center;
	padding-left:15px;
}

.home_footer_menu_lien_texte { 
	position: relative;
  top: -3px;
}


/* Destination */

.destination_cadre_gauche {
	width:660px;
	display:inline-block;
	vertical-align:top;
}

.destination_cadre_droite {
	width:325px;
	display:inline-block;
	vertical-align:top;
	margin-left:10px;
}

.destination_cadre_gris {
  vertical-align: top;
	display:inline-block; 
	width:300px;
	background-color:#e9e8e8;
	padding:10px;
	/* height:175px; */
}

.destination_cadre_gris img, .destination_cadre_gris span {
  vertical-align: middle;
  display: inline-block; 
}

.destination_cadre_sep {
	display:inline-block; 
	width:12px;
}

.destination_cadre_flecheg {
	display:inline-block; 
	width:22px;
}

.destination_cadre_titre {
	display:inline-block; 
	width:245px;
}

.destination_cadre_fleched {
  vertical-align: top;
	display:inline-block; 
	width:22px;
}

.destination_cadre_detail {
  vertical-align: top;
	display:inline-block; 
	width:180px;
	line-height:160%;
}

.destination_cadre_detail_img {
  vertical-align: top;
	display:inline-block; 
	width:110px;
}

.destination_cadre_sous_cadre {
  vertical-align: top;
	display:inline-block; 
	width:310px;
	padding-right:5px;
}

.destination_titre {
	padding:10px;	
	background-color: #66217c;
	display:inline-block;
}

.destination_cadre {
	border:1px solid #aeaeae;
}

.destination_block {
	display:inline-block;
	width: 200px;
	/* height: 192px; */
	margin: 18px 6px 6px 6px;
	vertical-align:top;
}

.destination_block_titre {
	margin-top: -20px;
	font-family: Arial;
	font-size: 11px;
	color: #d30060;
	font-weight:bold;
	text-transform:uppercase;
	height:17px;
}
.destination_block_detail {
	margin-top: 10px;
	width: 65px;
	text-align: left;
	display:inline-block;
	font-family: Arial;
	font-size: 11px;
	color: #000;
	font-weight:bold;
}
.destination_block_prixbarre {
	margin-top: 10px;
	width: 51px;
	text-align: right;
	display:inline-block;
	font-family: Arial;
	font-size: 16px;
	color: #7e7e7e;
	text-decoration:line-through;
}
.destination_block_prix {
	margin-top: 10px;
	width: 75px;
	text-align:right;
	display:inline-block;
	font-family: Arial;
	font-size: 23px;
	color: #d30060;
	font-weight:bold;
}

.destination_block_cartouche {
	position:relative;
	padding:5px;
	top: -27px;
	background-color:#e5e5e5;
	display: inline-block;
}

.destination_moteur_select {
	display:inline-block;
}

.destination_moteur_bouton {
	padding-top:6px;
	background-image:url(../images/commun/bouton_orange.png);
	background-repeat:no-repeat;
	height: 30px;
	width: 224px;
	margin: auto;
	font-family: Arial;
	font-size: 16px;
	color: #FFF;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
}

/* Liste destination */
span.customSelect3 {
	background-image: linear-gradient(#FFFFFF, #E2E4EA);
	width:113px;
	height:28px;
	font-family: Arial;
	font-size: 15px;
	color: #771c7e;
	background-color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px;
}
.customSelect3Inner {
  width:100px;
  background-image: url(../images/moteur_recherche/fleche_orange04.png);
  background-repeat: no-repeat;
  background-position: right center;
	margin:5px 0px 0px 5px;
}

span.customSelect4 {
	background-image: linear-gradient(#FFFFFF, #E2E4EA);
	width:232px;
	height:28px;
	font-family: Arial;
	font-size: 15px;
	color: #771c7e;
	background-color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px;
}
.customSelect4Inner {
  width:220px;
  background-image: url(../images/moteur_recherche/fleche_orange04.png);
  background-repeat: no-repeat;
  background-position: right center;
	margin:5px 0px 0px 5px;
}

.liste_dest_block {
	width:300px;
	padding:10px;
	margin-top:-37px;
}

.liste_dest_block_gauche {
	width:200px;
	display:inline-block;
	vertical-align:top;
}

.liste_dest_block_droite {
	width:80px;
	display:inline-block;
}

.liste_dest_block_sep {
	width:12px;
	display:inline-block;
}

.liste_dest_block_encart {
	position:relative;
	top:-37px;
}

.liste_dest_col {
	margin-top:4px;
	margin-bottom:5px;
	width:102px;
	display:inline-block;
}


.desti_etab_block_on {
  background-image: url(../images/commun/fleche_bleue03.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left:20px;
  font-size: 14px;
  font-weight: bold;
  color: #D30060;
  font-family: Arial;
  cursor:pointer;
}

.desti_etab_block_off {
  background-image: url(../images/commun/fleche_bleue01.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left:20px;
  font-size: 14px;
  font-weight: bold;
  color: #D30060;
  font-family: Arial;
  cursor:pointer;
}

.resa_bouton {
	/* background-image:url(../images/footer/bouton_rose.png);
	background-repeat:no-repeat; */
	background-color:#d30060;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 1px 1px rgba(62, 62, 62, .55); 
	-moz-box-shadow: 0px 1px 1px 1px rgba(62, 62, 62, .55); 
	box-shadow: 0px 1px 1px 1px rgba(62, 62, 62, .55); 
	padding:0px 5px;
	cursor:pointer;
}

.form_contact label {
	width:145px;
	display: inline-block;
}

.coordpersopanier label {
	width:200px;
	display: inline-block;
}
.coordpersopanier td {
	width:45%;
}

.resa_bloc {
  font-size: 12px;
  line-height: 1.2em;
  margin-top: 0.8em;
  color: #717171;
  text-align:justify;
}

textarea.demande_spe {
    border: 1px solid #B2B2B2;
    height: 55px;
    width: 100%;
}

.checkbox_title {
	width:140px;
	display: inline-block;
}

select::-ms-expand {
    display: none; /* hide default arrow in IE10 */
}
select {
	border: 0 none;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: "";
	background: url('../images/commun/fleche.png') no-repeat 100% 0px #fff; /* add your own arrow image */
	background: url('../images/commun/fleche.png') no-repeat 100% 0px #fff; /* fallback bg image*/
	background: url('../images/commun/fleche.png') no-repeat 100% 0px, -webkit-linear-gradient(top, #fff, #fff);
	background: url('../images/commun/fleche.png') no-repeat 100% 0px, -moz-linear-gradient(top, #fff, #fff);
	background: url('../images/commun/fleche.png') no-repeat 100% 0px, -ms-linear-gradient(top, #fff, #fff);
	background: url('../images/commun/fleche.png') no-repeat 100% 0px, -o-linear-gradient(top, #fff, #fff);
	background: url('../images/commun/fleche.png') no-repeat 100% 0px, linear-gradient(top, #fff, #fff);
	-webkit-appearance: none; /* gets rid of default appearance in Webkit browsers*/
	-moz-appearance: none; /* Get rid of default appearance for older Firefox browsers */
	-ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	appearance: none;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-left: 6px;
}
select option {
	background: #fff; /* style the dropdown bg color */
}


.home_search {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 50px;
    background-image: none;
    background-color: rgba(0, 0, 0, 0.65);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4c000000', endColorstr='#4c000000');
    color: #ffffff;
}

.selectboxhome{
width: 350px;
height: 35px;
border-radius: 5px;
color:#424445;
padding-left:5px;
font-family:Oswald, sans-serif;
font-size:22px;
font-weight:300;
}

.slides li{
	height: 450px;
}
.slides li h2{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 2.5em;
    font-weight: normal;
    text-align: center;
    width: 90%;
    left: 5%;
    font-family: Arial;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 20px #000;
}
.slides li h2 a{
color: #fff !important;
text-decoration: none !important;
}

.Main{
	width: 1000px;
	margin: 20px auto;
	font-family: Arial;
}

.right{
	float:right;
 	width: 50%;
	height:500px;
	cursor:move;
}
.left{
	float:left;
	width: 50%;
	padding: 20px;
	box-sizing: border-box;
}
.left .promo{
	height: 120px;
	width: 100%;
	box-sizing: border-box;
}
.left .actus{
	box-sizing: border-box;
	margin-top: 20px;
}
.left .actus > h3{
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	margin: 30px 0 10px;
	color: #672080;
}
.left .actus > div{
	box-sizing: border-box;
	padding: 15px;
	background: #f5f5f5;
	border:1px solid #e2e2e2;
	line-height: 1.3em;
	font-size: 14px;
}
.left .actus > div > h4 {
	font-size: 14px;
	font-weight: bold;
	color:#f43156;
}
.left .actus > div > p {
	padding-left: 0px
}
.left .actus > div > p > .link{
    width: 100%;
    display: inline-block;
    text-align: right;
}
.left .actus > div > p > img{
	width: 120px;
    float: left;
    margin-top: 0px;
    margin-right: 10px;
    vertical-align: middle;
}
.left .actus > div > p > .link a{
	color:#f43156;
	text-decoration: none;
}
.Clear{
	clear: both;
}
.right img{
 	width: 100%;
}

  .tile {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform .5s ease-out;
  }

  .txt {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 10%;
    left: 0;
    font-family: 'Roboto Slab', serif;
    font-size: 9px;
    line-height: 12px;
    text-align: center;
    cursor: default;
  }

  .x {
    font-size: 32px;
    line-height: 32px;
  }
.promo ul li{
	display: inline-block;
	width: 49.5%;
	background: #f43156;
	height: 120px;
	float: left;
	position: relative;
	text-shadow: 0 0 5px #000
}
.promo ul li:nth-child(2){
	margin-left:1%;
}

li .title{
	position: absolute;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	width: 100%;
	transform: translateY(-50%);
	top: 50%;;
}
li .title span{
	font-weight: normal;
	font-size: 3em
}

.promo ul li:nth-child(1){
	background:url(/images/15_proprietaires.jpg);
}
.promo ul li:nth-child(2){
	background:url(/images/parrainage.jpg);
}
#navigation{
	background: transparent;;

}
#navigation li.header_tools {
    font-size: 12px;
    font-family: Arial;
    padding: 10px 7px;
}
#navigation li.header_tools a {
    color :#fff;
    text-shadow: 0 0 20px #000;
}
#navigation li.header_tools:last-child {
    border: none !important;
    background: #f43156 !important;
}
.phone_contact .header_tools.phone {
	    background: #fff;
    padding: 5px;
    border: none;
    color: #672080;
    font-family: Arial;
    width: 300px;
}
.phone_contact .header_tools.phone span:not(.font25) {
	font-size: 12px;
}
.phone_contact .header_tools:nth-child(1) {
	margin-right: 30px;
}
.promo ~ i {
	font-style: italic;
	font-size: 10px;
	display: inline-block;
	margin: 10px;
}
/* Header */
.home_header_fond {
	-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.75);
	color: #272727 !important;
	background: #672080;
}
