﻿
/*La recherche*/


.ct-nom-station, .ct-nom-domaine, .ct-nom-residence {
	cursor: pointer;
}

.ct-nom-station {
	padding-left: 10px;
}

.ct-m-recherche {
	background: #FFF;
	padding: 20px;
	width: 100%;
	/*display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	*/
	display: flex;
	justify-content: center;
	min-height: 48px;
	align-items: center;
}

.ct-m-recherche-court-sejour {
	background: #FFF;
	padding: 20px;
	width: 800px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	min-height: 48px;
}

.ct-m-recherche-result {
	background: #FFF;
	padding: 20px;
	width: 800px;
	margin: 0 auto;
	min-height: 48px;
}

.ct-destination {
	width: 225px;
	height: 48px;
	line-height: 48px;
	padding: 0 10px 0 10px;
	background-color: #eeeeee;
	cursor: pointer;
	margin-right: 25px;
	float: left;
}

	.ct-destination input[type="text"] {
		padding: 7px 7px 7px 28px !important;
		border: none;
		background: none;
		margin: 0;
	}

.ct-date-dep {
	width: 118px;
	float: left;
	height: 48px;
	line-height: 48px;
}

.ct-date-arrive {
	width: 118px;
	float: right;
	height: 48px;
	line-height: 48px;
	margin-right: 15px;
}

	.ct-date-dep input[type="text"], .ct-date-arrive input[type="text"] {
		min-width: 20px !important;
		height: 46px;
		width: 80px;
		line-height: 46px;
		padding: 0 2px 0 2px;
		margin: 0 !important;
		text-transform: uppercase;
		border: none;
		background: none !important;
	}

	.ct-date-dep input[type="image"], .ct-date-arrive input[type="image"] {
		max-width: 26px;
		height: 25px;
		border: none;
	}

/*Page résultat */
.ct-reservation {
	font-size: 14px;
	/*display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;*/
	/*-ms-flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	justify-content: center;*/
}
/*page réservation*/
.dv-reservation {
	font-size: 14px;
	min-height: 200px;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-ms-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
}

.ct-gauche-resa {
	min-height: auto;
	order: 1;
}

.ct-droit-resa {
	align-self: flex-start;
	min-height: auto;
	order: 1;
	max-width: 800px;
	padding: 10px;
}

/*.dv-droite-resa {
	min-height: 200px;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-ms-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
}*/

.ct-resa-desc {
}
/*contenu des RadioButton et prix */
/* RadioButton list*/
/*.ct-res-reb {
	justify-content: flex-start;
}

	.ct-res-reb table {
		width: 500px;
		align-self: flex-start;
		order: 1;
	}

		.ct-res-reb table tr td {
			height: 45px;
			line-height: 45px;
		}

.ctPrix {
	height: 60px;
}*/
/* prix */

/*.ct-res-prix {
	align-self: flex-start;
	justify-content: flex-end;
	order: 3;
}

.ct-btn-resa {
	justify-content: flex-end;
	align-self: center;
	text-transform: uppercase;
	order: 4;
	text-align: right;
}

.ct-info-loc {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	font-style: italic;
}

.ct-info-room {
	display: inline-block;
	height: 25px;
	line-height: 25px;
}*/




/*.ct-res-rb-prix {
	padding: 10px 0 10px 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-ms-flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
}
	.img-residence-resa {
}*/

/*date du au*/
/*.ct-date-resa {
	padding-bottom: 10px;
}*/

/* la description*/

/*.ct-prix-en-cours {
	text-align: right;
}
	.ct-prix-en-barre {
}*/


/*suivi*/
#panSuivi {
	min-height: 95px;
	width: 800px;
	background-color: rgba(238,238,238, 0.95);
	margin: 0 auto 80px;
	overflow: hidden;
}

.btn-suivi-resa .btn {
	border: none;
	background: #572931;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

	.btn-suivi-resa .btn a {
		color: #fff !important;
		text-transform: uppercase;
		text-decoration: none !important;
	}

	.btn-suivi-resa .btn:hover {
		background: #302D2D;
		-moz-transition: all 0.2s;
		-o-transition: all 0.2s;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
	}

.ct-suivi-resa-fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.dv-suivi-resa {
	align-items: center;
	display: flex;
	-ms-flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	font-size: 14px;
	padding: 20px 40px;
}


.ct-suivi-resa-fixed .dv-suivi-resa {
	border: 1px solid #dbdbdb;
	border-top: 0;
}


.info-suivi {
	align-self: flex-start;
	align-items: flex-start;
	order: 1;
	width: 50%;
}

.btn-suivi-resa {
	align-self: center;
	display: flex;
	height: 50px;
	justify-content: flex-end;
	order: 2;
	vertical-align: middle;
	width: 50%;
}

.dv-suivi-prix {
	height: 50px;
	line-height: 50px;
	margin-right: 40px;
	vertical-align: middle;
	font-size: 22px;
}


.cls-camoufle {
	height: 0 !important;
	overflow: hidden !important;
	min-height: 0 !important;
}


.chkTheme input[type="checkbox"]:not(:checked) + label, .chkTheme input[type="checkbox"]:checked + label {
	font-size: 14px;
}

.ct-theme {
	padding: 20px 0 20px 0;
	width: 800px;
	margin: 0 auto;
}

.divSlideUp {
	/*height:0 !important;
   min-height:0 !important;
	overflow:hidden;*/
	display: none;
}


.ct-reservation h2 {
	text-align: center !important;
	padding: 15px 0 15px 0 !important;
}

.ct-calendrier {
	position: relative;
	float: left;
	height: 48px;
	width: 252px;
}

.span-sep {
	content: '';
	display: inline-block;
	width: 1px;
	border-left: 1px dashed #93877a;
	height: 48px;
	float: left;
}

/*.ct-calendrier:before {
		content: url(../images/calendrier.png);
		margin-top:5px;
		padding-right: 5px;
	}*/

.ct-calendrier {
	background: url(../images/calendrier.png) no-repeat 15px center;
	padding-left: 55px;
}

/*Spinner nombre de personnes*/
.ct-nbr-personne {
	height: 48px;
	cursor: pointer;
	/*border-left: 1px dashed #93877a;*/
	padding-left: 60px;
	margin-right: 30px;
	background: url(../images/picto-recherche-personnes.png) no-repeat 15px 10px;
}


.ct-nbr-personnes {
	height: 48px;
	cursor: pointer;
	/*border-left: 1px dashed #93877a;*/
	padding-left: 60px;
	margin-right: 30px;
	background: url(../images/picto-recherche-personnes.png) no-repeat 15px 10px;
	float: left;
	width: 50px;
} .ct-nbr-personne input, .ct-nbr-personnes input {
	background: #eee;
	border: 0;
	color: #000;
	cursor: pointer;
}

.result-number-adulte, .result-number-enfant {
	margin: 0 5px;
	margin-top: 8px !important;
	width: 30px !important;
}



.ct-spinner {
	position: relative;
}

.dv-spinner, .dv-spinners {
	position: absolute;
	height: 0;
	overflow: hidden;
	bottom: 40px;
}

#dv-spinne-adulte {
	position: relative;
	z-index: 50;
	padding: 12px 5px 5px 7px;
}

#dv-spinne-enfant {
	position: relative;
	z-index: 40;
	padding: 5px 5px 5px 7px;
}

#dv-spinne-adulte, #dv-spinne-enfant {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-ms-flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
}

.dv-spinner-open, .dv-spinners-open {
	height: 100px;
	width: 200px;
	background-color: #FFF;
	bottom: 40px;
	border: 1px solid #ccc;
}

.moin-pers:before {
	content: "-";
	padding-top: 8px;
	color: #FFF;
}

.plus-pers:before {
	content: "+";
	padding-top: 5px;
	color: #FFF;
}
/*.btnPlusMoin span {
	color: #FFF;
	width: 30px;
	height: 30px;
}*/
.btnPlusMoin:hover, .btnsuppDestination:hover {
	background-color: #302D2D;
}

#ct-btn-supp {
	position: relative;
}

.btnsuppDestination {
	position: absolute;
	bottom: 14px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-weight: normal;
	cursor: pointer;
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

	.btnsuppDestination:before {
		color: #5b2330;
		content: "\e905";
		font-size: 18px;
		padding-top: 5px;
		font-family: "boonIco2";
	}

.btnPlusMoin {
	background-color: #5b2330;
	width: 30px;
	height: 30px;
	font-size: 30px;
	line-height: 24px;
	font-weight: normal;
	cursor: pointer;
	text-align: center;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
}

.result-number-adulte, .result-number-enfant {
	width: 30px !important;
	margin: 0 5px 0 5px;
}

.number-enfant, .number-adulte, .number-enfant2, .number-adulte2 {
	width: 50px !important;
	margin: 0 5px 0 5px;
}


.span-text-nombre {
	padding: 0 4px 0 4px;
}

.titre-result p {
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	margin: 10px 0 0 0 !important;
}

/*résultat*/
.chkTheme tr td {
	padding: 0 5px 10px 0 !important;
}

#dv-titre-resultat {
	padding: 40px 0 40px 0;
}

#ct-btn-filtre {
	width: 100%;
	text-align: center;
}

.btnFiltre {
	background: #572931;
	color: #FFF;
}

.saisonActive {
	color: #000 !important;
}


.ct-tarif-dispo {
	padding: 0;
	height: 87px;
	background: none;
	width: 400px;
	margin: -100px auto 0 auto;
	padding: 20px 20px 10px 20px;
	height: 47px;
	position: relative;
	z-index: 8000;
}

#dv-tarif-dispo a {
	background: #572931;
	color: #FFF;
	margin: 0 auto;
	width: 150px;
	text-transform: uppercase;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	text-decoration: none;
}

	#dv-tarif-dispo a:after {
		content: '';
		position: absolute;
		border-style: solid;
		border-width: 0 10px 10px;
		border-color: #572931 transparent;
		display: block;
		width: 0;
		z-index: 1;
		top: 10px;
		left: 208px;
	}

#dv-date-ouverture {
	padding-top: 10px;
	text-align: center;
	font-style: italic;
}


.ct-suite {
	display: inline-block;
	height: 0;
	overflow: hidden;
}

.ct-suite-up {
	height: 100%;
	display: normal;
}

.span-ellipsis-hidden {
	display: none;
}

#ct-plus-criteres {
	text-align: center;
}

#dv-txt-plus-criteres {
	cursor: pointer;
	text-align: center;
	padding-top: 10px;
}

#dv-criteres {
	height: 0px;
	overflow: hidden;
}

.dv-criteres-open {
	height: 90px !important;
}

table.chkTheme {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


.imgService1 {
	background: transparent url(../images/residence-service1.jpg) repeat scroll center center;
	background-size: cover;
}

.imgService2 {
	background: transparent url(../images/residence-service2.jpg) repeat scroll center center;
	background-size: cover;
}

.imgService3 {
	background: transparent url(../images/residence-service3.jpg) repeat scroll center center;
	background-size: cover;
}

.dv-menu-recherche-mobile {
	height: 450px;
	position: absolute;
	top: 88px !important;
	z-index: 9999 !important;
	width: 90% !important;
}

.dv-menu-recherche {
	height: 445px;
}


.metaBreadcrumbList {
	padding-bottom: 10px;
}

	.metaBreadcrumbList > li {
		background: none;
		display: inline-block;
		padding-left: 0;
		height: 20px;
		line-height: 20px;
		font-size: 12px;
	}

		.metaBreadcrumbList > li:after {
			content: url('../images/separateurCheminNav.png') /*../images/separateurCheminNav.png*/;
			vertical-align: middle;
		}

		.metaBreadcrumbList > li:last-child:after {
			content: '';
		}
