:root {
	--cyb-button-main-bg: #32a0f5;
	--cyb-button-main-bg-hover: #3c8cf5;
	--cyb-button-main-color: #fff;
}
html{
	font-size: 100%;
}

html, body {
	height: 100%;
	margin: 0;
}
body {
	font-size: 0.8em;
	background-color: #EEF2F6;
	padding: 0;
	color: #404040;
}

*{
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

a{
	color: #2980b9;
}
a:hover{
	color: #feba02;
}

.fake_a{
	color: #2980b9;
	cursor: pointer;
	text-decoration: underline;
}
.fake_a:hover{
	color: #feba02;
}
.fake_a.selected {
	color: #feba02;
}

.fake_a_bis {
	color: #666;
	cursor: pointer;
	text-decoration: none;
}
.fake_a_bis:hover {
	color: #2980b9;
	text-decoration: underline;
}
.fake_a_bis.selected {
	color: #2980b9;
}

.disabled {
	pointer-events: none !important;
	cursor: default !important;
	filter: contrast(0.85) !important;
	opacity: 0.75 !important;
}

hr{
	border: 0;
	border-top: 1px solid grey;
	margin-top: 20px;
	margin-bottom: 20px;	
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

input[type=text], input[type=button], input[type=submit], input[type=email], input[type=file], input[type=url], input[type=tel], input[type=number], textarea, select{
	/* Remove First */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-bottom: 5px;
}
input[type=file], textarea, select{
	padding: 6px;
	padding-top: 7px;
	border-radius: 3px;
	border: 1px solid #cccccc;
}
input[type=text], input[type=password], input[type=email], input[type=url], input[type=tel], input[type=number]{
	padding: 5px;
	padding-top: 6px;
	border-radius: 3px;
	border: 1px solid #cccccc;
}

input, textarea, select{
	vertical-align: middle;
}
input, textarea, select{
	font-size: 1em;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
input[type=number]{
	-moz-appearance: textfield;
}

select{
	cursor: pointer;
	padding: 4px;
	padding-right: 10px;
	background-color: #FFFFFF;
	line-height: 20px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(/lib3/svg/dropdown.svg);
	background-size: 20px;
	-webkit-padding-end: 20px;
	-moz-padding-end: 20px;
	-moz-appearance: none;
}
select::-ms-expand {
  display: none;
}
select:disabled{
	background-image: url(/lib3/dropdown-arrow-disabled.png);
	cursor: auto;
}
input:focus, textarea:focus, select:focus{
	outline: 1px solid #0896ff;
	outline-offset: -1px;
}

input[type=button], input[type=submit]{
	padding: 5px;
	border-radius: 3px;
	cursor: pointer;
	outline: 0;
}

img[usemap], map area, a, button, input[type=radio], input[type=checkbox]{
 outline: none;
}

label{
	display: inline-block;
}
label img{
	pointer-events: none;
}
label, input[type=checkbox], input[type=radio]{
	cursor: pointer;
}

.no-wrap {
	white-space: nowrap;
}

.input_calendar{
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(/lib3/svg/calendar.svg);
	background-size: 20px;
	cursor: pointer;
}
.input_personnes{
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(/lib3/svg/personnes.svg);
	background-size: 20px;
	cursor: pointer;
	width: 100%;
}

.placeholder{
	color: #aaaaaa;
}

.country-list.hide {
	display: none;
}

#body-container {
	position: relative;
	min-height: calc(100% - 1px);
	box-sizing: border-box;
	margin-bottom: -20px;
}

#header-site{
	width: 100%;
	background-color: #ffffff;
	color: #2c3e50;
	height: 60px;
}
.header_all_sites {
	height: 88px !important;
}

#header-site-content{
	max-width: 1200px;
	margin: auto;
	padding: 10px;
	position: relative;
}

#lien-annonces-sauvegardees {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
#lien-annonces-sauvegardees-xs {
	display: none;
}


.menu_favoris{
	display: none !important;
}

.header_favoris{
	display: block;
}

#logo{
	float: left;
}
.flagMobile{
	display: none;
}
#flags{
	position: absolute;
	top: 6px;
	right: 0;
	white-space: nowrap;
}
#lang_selected{
	display: inline-block;
	box-sizing: border-box;
	color: #2c3e50;
	padding: 0 5px 5px 5px;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
}
#lang_selected img{
	vertical-align: middle;
	width: 20px;
}
#list_flags{
	display: none;
	position: absolute;
	top: 25px;
	right: 0;
	width: 115px;
	z-index: 10000;
	background-color: #ffffff;
	border: 1px solid #d5d5d5;
	border-radius: 3px;
	box-shadow: 0px 0px 5px 0px #d5d5d5;
	box-sizing: border-box;
}
#flags span{
	vertical-align: middle;
}
#list_flags img{
	vertical-align: middle;
	width: 20px;
}
#list_flags ul{
	padding: 0;
	margin: 0;
}
#list_flags li{
	display: block;
	vertical-align: middle;
}
#list_flags a{
	text-decoration: none;
	color: #2980b9;
	display: block;
	padding: 4px;
}
#list_flags a:hover{
	background-color: #2980b9;
	color: #ffffff;
}

#currencies{
	position: absolute;
	top: 7px;
	right: 50px;
	white-space: nowrap;
}
#currency_selected{
	display: inline-block;
	color: #2C3E50;
	padding: 0 5px;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	cursor: pointer;
}
#currency_selected img{
	vertical-align: middle;
	margin-top: -4px;
}
#list_currencies{
	display: none;
	position: absolute;
	top: 25px;
	right: -45px;
	z-index: 10000;
	background-color: #ffffff;
	border: 1px solid #d5d5d5;
	border-radius: 3px;
	box-shadow: 0px 0px 5px 0px #d5d5d5;
	box-sizing: border-box;
}
#currencies span{
}
#list_currencies img{
	vertical-align: middle;
	border: 1px solid #d5d5d5;
}
#list_currencies ul{
	padding: 0;
	margin: 0;
}
#list_currencies li{
	display: block;
	vertical-align: middle;
}
#list_currencies a{
	text-decoration: none;
	color: #2980b9;
	display: block;
	padding: 4px;
}
#list_currencies a:hover{
	background-color: #2980b9;
	color: #ffffff;
}


#header_links{
	position: absolute;
	top: 2px;
	right: 90px;
}
#header_links a, #header_links span {
	vertical-align: middle;
}
#header_links a{
	text-decoration: none;
}

#menu{
	width: 100%;
	color: #ffffff;
	background: #43b4e5;
	background: -moz-linear-gradient(top,  #43b4e5 0%, #419ee5 100%);
	background: -webkit-linear-gradient(top,  #43b4e5 0%,#419ee5 100%);
	background: linear-gradient(to bottom,  #43b4e5 0%,#419ee5 100%);
}
#menuImage{
	display:none;
}
#menu-container{
	max-width: 1200px;
	margin: auto;
	display: block;
}
#menu-content{
	margin: left;
	display: table;
}
#menu-content a, #menu-content div{
	display: table-cell;
	height: 40px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	vertical-align: middle;
	font-size: 1.15em;
}



#menu-content a:hover{
	background: #f39c12;
	background: -moz-linear-gradient(top, #e8e8e8 0%, #e9bf17 3%, #eb9b1b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(3%,#e9bf17), color-stop(100%,#eb9b1b));
	background: -webkit-linear-gradient(top, #e8e8e8 0%,#e9bf17 3%,#eb9b1b 100%);
	background: -o-linear-gradient(top, #e8e8e8 0%,#e9bf17 3%,#eb9b1b 100%);
	background: -ms-linear-gradient(top, #e8e8e8 0%,#e9bf17 3%,#eb9b1b 100%);
	background: linear-gradient(to bottom, #e8e8e8 0%,#e9bf17 3%,#eb9b1b 100%);
}
#menu-content #acc{
	width: 6%;
}
#menu-content #th{
	padding-left: 20px;
	padding-right: 20px;
}
#menu-content #ho{
	padding-left: 20px;
	padding-right: 20px;
}
#menu-content #ch{
	padding-left: 20px;
	padding-right: 20px;
}
#menu-content #gi{
	padding-left: 20px;
	padding-right: 20px;
}
#menu-content #ap{
	padding-left: 20px;
	padding-right: 20px;
}
#menu-content #ca{
	padding-left: 20px;
	padding-right: 20px;
}
#menu-content #to{
	padding-left: 20px;
	padding-right: 20px;
}
#menu-content .selected{
	background: #f39c12;
	background: -moz-linear-gradient(top, #e8e8e8 0%, #e9bf17 3%, #eb9b1b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(3%,#e9bf17), color-stop(100%,#eb9b1b));
	background: -webkit-linear-gradient(top, #e8e8e8 0%,#e9bf17 3%,#eb9b1b 100%);
	background: -o-linear-gradient(top, #e8e8e8 0%,#e9bf17 3%,#eb9b1b 100%);
	background: -ms-linear-gradient(top, #e8e8e8 0%,#e9bf17 3%,#eb9b1b 100%);
	background: linear-gradient(to bottom, #e8e8e8 0%,#e9bf17 3%,#eb9b1b 100%);
}

/*le menu est toujours affiché sur les écrans "normaux"*/
#menu-container.menu_disp{
	display: block;
}
#menu-container.menu_hide{
	display: block;
}

#fil-ariane{
	margin-bottom: 20px;
}
#fil-ariane b{
	color: #CC0000;
}

#header-page{
	margin-bottom: 10px;
	position: relative;
}
#header-page h1{
	font-size: 2em;
	color: #2980b9;
	font-weight: bold;
	display: inline-block;
	margin: 0;
}
#header-page .addthis_share{
	float: right;
	margin-top: 10px;
}


#extra-footer{
	width: 100%;
	position: absolute;
	bottom: 60px;
}

#extra-footer-content{
	max-width: 1200px;
	margin: auto;
	padding: 10px;
}

#extra-footer-content img{
	border: 0;
}
.extra-footer-div{
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
}


#footer{
	width: 100%;
	color: #ffffff;
	position: absolute;
	bottom: 0;
	background-color: #2c3e50;
	min-height: 60px;
}

#footer-content{
	max-width: 1200px;
	margin: auto;
	padding: 10px;
}

#footer-content img{
	border: 0;
}
.footer-div{
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
}
.footer-left{
	width: 90%;
	text-align: left;
}
.footer-center{
	text-align: center;
}
.footer-center a{ 
	margin-left: 5px;
	margin-right: 5px;
}
.footer-right{
	width: 9%;
	text-align: right;
}
#footer-content a{
	color: #ffffff;
}
#footer-content a:hover{
	color: #feba02;
}

#body-content{
	max-width: 1200px;
	margin: auto;
	padding: 10px;
	padding-bottom: 75px; /* hauteur footer + 15 */
	box-sizing: border-box;
}
#body-content-hotel-direct, #body-content-print{
	max-width: 1200px;
	margin: auto;
	padding: 10px;
}
#body-content-print{
	max-width: 650px;
}

#error404,#error403{
	text-align: center;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #c0392b;
}

#error404 b,#error403 b{
	color: #c0392b;
	font-size: 2em;
}

.alert_big{
	color: #c0392b;
	font-size: 1.3em;
}
.highlight{
	color: #c0392b;
}
.highlight_ok{
	color: #3c763d;
}

#searchbox{
	width: 100%;
	background-color: #f1c40f;
	color: #FFFFFF;
	margin: auto;
}
#searchbox-header{
	background-color: #f39c12;
	font-size: 1.3em;
	font-weight: bold;
	padding: 5px;
}
#searchbox-content{
	padding: 5px;
}

#panoSV{
	clear: both;
	height:400px;
	border: 1px solid #d5d5d5;
	background-image: url(/lib3/loader_image_map.gif);
	background-position:center;
	background-repeat:no-repeat;
}

.drapeau{
	border: 1px solid #d5d5d5;
	margin-bottom: -3px;
}

.drap-ch{
	margin-left: 3px;
	margin-right: 3px;
}
.drap-np{
	margin-left: 4px;
	margin-right: 4px;
}

.decale{
	margin-left: 10px;
}

.button {
	margin-bottom: 5px;
	padding: 5px;
	border-radius: 3px;
	cursor: pointer;
	outline: 0;
	text-decoration: none;
}

.button-gris{
	color: #000000;

	border: 1px solid #929292;

	background: #dddddd;
	background: -moz-linear-gradient(top, #f5f5f5 0%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top, #f5f5f5 0%,#dddddd 100%);
	background: -o-linear-gradient(top, #f5f5f5 0%,#dddddd 100%);
	background: -ms-linear-gradient(top, #f5f5f5 0%,#dddddd 100%);
	background: linear-gradient(to bottom, #f5f5f5 0%,#dddddd 100%);
}
.button-gris:hover{
	background: #e4e4e4;
	background: -moz-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e4e4e4));
	background: -webkit-linear-gradient(top, #f7f7f7 0%,#e4e4e4 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%,#e4e4e4 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%,#e4e4e4 100%);
	background: linear-gradient(to bottom, #f7f7f7 0%,#e4e4e4 100%);
}
.button-gris-v2{
	color: #ffffff;
	border: 0;
	background: #999999;
	transition: all 0.2s;
}
.button-gris-v2:hover{
	background: #7A7171;
}

.button-bleu{
	color: #ffffff;
	border: 1px solid #32a0f5;
	background: #32a0f5;
	transition: background 0.2s;
}
.button-bleu:hover{/* +20 en lightness par rapport au bleu */
	background: #3c8cf5;
	color: #ffffff;
}
.button-bleu-v2{
	color: #ffffff;
	border: 0;
	background: #419EE5;
	transition: background 0.2s;
}
.button-bleu-v2:hover{
	background: #43B4E5;
	color: #ffffff;
}
.button-main {
	background: var(--cyb-button-main-bg);
	color: var(--cyb-button-main-color);
	border: 0;
	transition: background .2s;
}
.button-main:hover {
	background: var(--cyb-button-main-bg-hover);
}

.button-turquoise{
	color: #ffffff;

	border: 1px solid #27ae60;

	background: #1abc9c;
	background: -moz-linear-gradient(top, #1abc9c 0%, #16a085 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1abc9c), color-stop(100%,#16a085));
	background: -webkit-linear-gradient(top, #1abc9c 0%,#16a085 100%);
	background: -o-linear-gradient(top, #1abc9c 0%,#16a085 100%);
	background: -ms-linear-gradient(top, #1abc9c 0%,#16a085 100%);
	background: linear-gradient(to bottom, #1abc9c 0%,#16a085 100%);
}

.button-vert{
	color: #ffffff;

	border: 1px solid #16A085;

	background: #2ecc71;
	background: -moz-linear-gradient(top, #2ecc71 0%, #27ae60 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2ecc71), color-stop(100%,#27ae60));
	background: -webkit-linear-gradient(top, #2ecc71 0%,#27ae60 100%);
	background: -o-linear-gradient(top, #2ecc71 0%,#27ae60 100%);
	background: -ms-linear-gradient(top, #2ecc71 0%,#27ae60 100%);
	background: linear-gradient(to bottom, #2ecc71 0%,#27ae60 100%);
}
.button-vert-v2 {
    color: #fff;
    border: 0;
    background: #29c76c;
    border: 1px solid #29c76c;
    transition: all .2s
}
.button-vert-v2:hover {
    background: #3ecc7a
}

.button-orange{
	color: #ffffff;

	border: 1px solid #f1c40f;

	background: #f1c40f;
	background: -moz-linear-gradient(top, #f1c40f 0%, #f39c12 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1c40f), color-stop(100%,#f39c12));
	background: -webkit-linear-gradient(top, #f1c40f 0%,#f39c12 100%);
	background: -o-linear-gradient(top, #f1c40f 0%,#f39c12 100%);
	background: -ms-linear-gradient(top, #f1c40f 0%,#f39c12 100%);
	background: linear-gradient(to bottom, #f1c40f 0%,#f39c12 100%);
}
.button-orange:hover{/* +20 en lightness par rapport à l'orange */
	background: #f4cf3e;
	background: -moz-linear-gradient(top, #f4cf3e 0%, #f5b143 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4cf3e), color-stop(100%,#f5b143));
	background: -webkit-linear-gradient(top, #f4cf3e 0%,#f5b143 100%);
	background: -o-linear-gradient(top, #f4cf3e 0%,#f5b143 100%);
	background: -ms-linear-gradient(top, #f4cf3e 0%,#f5b143 100%);
	background: linear-gradient(to bottom, #f4cf3e 0%,#f5b143 100%);
}

.button-violet{
	color: #ffffff;

	border: 1px solid #8e44ad;

	background: #9b59b6;
	background: -moz-linear-gradient(top, #9b59b6 0%, #8e44ad 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9b59b6), color-stop(100%,#8e44ad));
	background: -webkit-linear-gradient(top, #9b59b6 0%,#8e44ad 100%);
	background: -o-linear-gradient(top, #9b59b6 0%,#8e44ad 100%);
	background: -ms-linear-gradient(top, #9b59b6 0%,#8e44ad 100%);
	background: linear-gradient(to bottom, #9b59b6 0%,#8e44ad 100%);
}
.button-rouge{
	color: #ffffff;
	background: #e74c3c;
	border: 1px solid #e74c3c;
	transition: background 0.2s;
}
.button-rouge:hover{/* +20 en lightness par rapport au rouge */
	background: #e73927;
}

#homesearch{
	display: table;
	margin: auto;
	width: 100%;
	position: relative;
}
.homesearch-bg{
	background-repeat: no-repeat;
	background-position: center;
	height: 377px;
	position: absolute;
	left: 0;
	right: 0;
}
#homesearch-content{
	position: relative;
	padding: 10px;
	box-sizing: border-box;
	display: table-cell;
	text-align: center;
	height: 377px;
	vertical-align: middle;
}

#destinationbox{
	text-align: left;
	display: inline-block;
	width: 75%;
	max-width: 1024px;
	background: rgba(255, 255, 255, .90);
	color: #000000;
	margin: auto;
	vertical-align: middle;
	border-radius: 3px;
	border-top: 1px solid #ffffff;
}
#destinationbox-header{
	font-size: 1.3em;
	font-weight: bold;
	padding: 5px;
}
#destinationbox-content{
	padding: 5px;
}
#search-destination{
	font-weight: normal;
	display: table;
	border-spacing: 5px;
	border-collapse: separate;
	width: 100%;
	margin-bottom: 10px;
}
#search-destination label{
	display: table-cell;
	font-size: 1.2em;
	border: 1px solid transparent;
	background-color: rgba(128,128,128,0.2);
	border-radius: 3px;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
}
#menu-destination{
	display: none;
}
#menu-destination, #menu-destination ul{
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
	margin-bottom: 10px;
	margin-top: 8px;
	border-radius: 3px;
}
#menu-destination li{
	display:inline-block;
	position:relative;
	border-radius:6px 6px 6px 6px;
	border: 3px solid transparent;
	width: 100%;
	background-color: rgb(228, 229, 229);
}
#menu-destination li [data-toggle="dropdown"] {
	background-color: #3c8cf5;
	width: 100%;
}

.select_default{
	color: #ffffff; 
	border: 1px solid #3c8cf5; 
	background: #32a0f5; 
	background: -moz-linear-gradient(top, #32a0f5 0%, #3c8cf5 100%); 
	background: -webkit-linear-gradient(top, #32a0f5 0%,#3c8cf5 100%); 
	background: linear-gradient(to bottom, #32a0f5 0%,#3c8cf5 100%);
	border-radius:3px;
	font-size: 1.2em;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
}
#menu-destination ul li{
	display:inherit;
	border-radius:3px;
	color: #000;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 1.2em;
	border-radius: 3px;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;

}
#menu-destination ul li a{
	text-decoration: none;
	color: #000;
}

#menu-destination ul li:last-child{
	border-radius:0 0 8px 8px;
}
#menu-destination ul{
	position:absolute;
	z-index: 1000;
	max-height:0;
	left: 0;
	right: 0;
	overflow: hidden;
	-moz-transition: .8s all .3s;
	-webkit-transition: .8s all .3s;
	transition: .8s all .3s;
}
#form_annonces.accueil_form input#my_button_search {
	padding: 0 10px;
}

#search-destination label.selected{
	color: #ffffff;

	border: 1px solid #3c8cf5;

	background: #32a0f5;
	background: -moz-linear-gradient(top, #32a0f5 0%, #3c8cf5 100%);
	background: -webkit-linear-gradient(top, #32a0f5 0%,#3c8cf5 100%);
	background: linear-gradient(to bottom, #32a0f5 0%,#3c8cf5 100%);
}
#search-destination input[type=radio]{
	vertical-align: middle;
	margin-bottom: 3px;
}
.arrow_box {
	position: relative;
	background: #3c8cf5;
	border: 2px solid #3c8cf5;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(41, 128, 185, 0);
	border-top-color: #3c8cf5;
	border-width: 4px;
	margin-left: -4px;
}
.arrow_box:before {
	border-color: rgba(41, 128, 185, 0);
	border-top-color: #3c8cf5;
	border-width: 7px;
	margin-left: -7px;
}

#htmlform *{
	box-sizing: border-box;
}
#htmlform input, #htmlform select{
	font-size: 1.2em;
	width: 100%;
}
.accueil_form{
	display: table;
	width: 100%;
}
.accueil_form_input{
	display: table-cell;
	padding-right: 5px;
	box-sizing: border-box;
	position: relative;
}

#annoncesbox{
	width: 100%;
	color: #000000;
	margin: auto;
	border-radius: 3px;
	background-color: #cdeafe;
	box-sizing: border-box;
	border: 1px solid transparent;
}
#annoncesbox-header{
	background-color: #2980b9;
	font-size: 1.3em;
	font-weight: bold;
	padding: 5px;
}
#annoncesbox-content{
	padding: 8px;
	line-height: 2.5;
	position: relative;
}
#annoncesbox-content a{
	color: #2980b9;
}

#annoncesbox-content input[type=text], #annoncesbox-content select{
	margin-bottom: 4px;
}
#annoncesbox-content input[type=text]{
	padding-bottom: 6px;
}
#annoncesbox-content input, #annoncesbox-content select, #annoncesbox-content .toggle_moteur{
	height: 31px;
	font-size: 1.2em;
	border: 1px solid transparent;
}

#annoncesbox-content div{
	vertical-align: middle;
}


.tourisme_form{
	display: table;
	width: 100%;
}
.tourisme_form_input{
	display: table-cell;
	padding-right: 5px;
	box-sizing: border-box;
}
#tourismebox{
	width: 100%;
	background-color: #3498db;
	color: #FFFFFF;
	margin: auto;
	border-radius: 3px;
	background-color: #cdeafe;
	box-sizing: border-box;
	border: 1px solid #92c7ea;
}
#tourismebox-content{
	padding: 8px;
	line-height: 2.5;
	position: relative;
}
#tourismebox-content a{
	color: #FFFFFF;
}
#tourismebox input, #tourismebox select{
	width: 100%;
	margin-bottom: 2px;
}

#mots_cles_destination{
	background-image:url(/lib3/svg/loupe_cyb.svg);
	background-size: 16px;
	background-position: 5px 50%;
	background-repeat: no-repeat;
	padding-left: 30px;
}


#mots_cles_destination_sugg{
	line-height: 1.5;
	margin: auto;
	margin-top: -4px;
	color: #000000;
	background-color: #ffffff;
	padding: 0;
	position: absolute;
	display: none;
	z-index: 10000;
	border: 1px solid #cccccc;
	text-align: left;
}
#mots_cles_destination_sugg b{
	color: #2980b9;
	font-size: 1.2em;
	padding-left: 5px;
	padding-bottom: 0;
}
#mots_cles_destination_sugg b.titre {
    color: #404040;
}
#mots_cles_destination_sugg a, #mots_cles_destination_sugg div.item_can_be_selected{
	padding: 5px;
	display: block;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}
#mots_cles_destination_sugg a:hover, #mots_cles_destination_sugg .autocomplete-active{
	background-color: #feba02;
}
#mots_cles_destination_sugg div.item_can_be_selected:hover {
	background-color: #FEDC80;
}
#mots_cles_destination_sugg a img{
	margin-bottom: -1px;
	border: 1px solid #d5d5d5;
}

#annoncesbox-advanced{
	position: relative;
	margin-top: 5px;
}
.divhidden{
	display: none;
}

#annoncesbox label{
	white-space: nowrap;
	width: 16.5%;
	padding-right: 4px;
	box-sizing: border-box;
}
#annoncesbox label img{
	vertical-align: middle;
}
.annoncesbox_input {
	display: inline-block;
}
#annoncesbox .keywords_form_ann{
	width: 100%;
	margin-right: 4px;
	vertical-align: top;
}
#annoncesbox .keywords_form_hot{
	width: calc(30% - 4px);
	margin-right: 4px;
}

/* LES TAILLES CSS DES DIFFERENTS CHAMPS DU MOTEUR */
#annoncesbox #datepicker{
	width: 18%;
	width: calc(30% - 4px);
	margin-right: 4px;
}
#annoncesbox.annoncesbox-apparts #datepicker {
	width: calc(20% - 4px);
}
#annoncesbox #datepicker2{
	width: 18%;
	width: calc(20% - 4px);
	margin-right: 4px;
}
#annoncesbox #date_arrivee_m, #annoncesbox #date_depart_m, #annoncesbox #date_arrivee_m_litepicker, #annoncesbox #date_depart_m_litepicker{
	vertical-align: top;
	width: 100%;
}
#annoncesbox.annoncesbox-apparts #date_arrivee_m, #annoncesbox.annoncesbox-apparts #date_depart_m {
	width: calc(17% - 4px);
	margin-right: 4px;
}
#annoncesbox.annoncesbox-hotels #date_arrivee_m, #annoncesbox.annoncesbox-hotels #date_depart_m {
	width: calc(17% - 4px);
	margin-right: 4px;
}
#annoncesbox #nb_nuits{
	width: 13%;
	width: calc(15% - 4px);
	margin-right: 4px;
}
#annoncesbox #nb_nuits2{
	width: 13%;
	width: calc(15% - 4px);
	margin-right: 4px;
}
#annoncesbox #nb_personnes{
	width: 13%;
	width: calc(15% - 4px);
	margin-right: 4px;
}
#annoncesbox #nb_personnes2{
	width: calc(16.66% - 4px);
	margin-right: 4px;
}
#annoncesbox #nb_personnesa, #annoncesbox #nb_personnesb{
	vertical-align: top;
	width: calc(20% - 4px);
	margin-right: 4px;
}
#annoncesbox.annoncesbox-hotels #nb_personnes2, #annoncesbox.annoncesbox-hotels #wrap_nb_personnes {
	width: calc(16% - 4px);
	margin-right: 4px;
}
#annoncesbox.annoncesbox-hotels #nb_personnes_text {
	width: 100%;
}
#annoncesbox #adresse{
	width: 100%;
	margin-right: 4px;
}
#annoncesbox #adresseb{
	width: 13%;
	width: calc(15% - 4px);
	margin-right: 4px;
}
#annoncesbox #rayon{
	width: 7%;
	width: calc(8% - 4px);
	margin-right: 4px;
}
#annoncesbox #rayona{
	vertical-align: top;
	width: 100%;
	margin-right: 4px;
}
#annoncesbox #rayonb{
	vertical-align: top;
	width: calc(20% - 4px);
	margin-right: 4px;
}
#annoncesbox #prix_mini{
	width: 8%;
	width: calc(10% - 4px);
	margin-right: 4px;
}
#annoncesbox #prix_mini2{
	width: 8%;
	width: calc(10% - 4px);
	margin-right: 4px;
}
#annoncesbox #prix_minia{
	vertical-align: top;
	width: calc(10% - 4px);
	margin-right: 4px;
}
#annoncesbox #prix_minib{
	vertical-align: top;
		width: calc(10% - 4px);
	margin-right: 4px;
}
#annoncesbox.annoncesbox-hotels #prix_mini2, #annoncesbox.annoncesbox-hotels #prix_maxi2 {
	width: calc(8.5% - 4px);
	margin-right: 4px;
}
#annoncesbox #prix_maxi{
	width: 8%;
	width: calc(10% - 4px);
	margin-right: 4px;
}
#annoncesbox #prix_maxi2{
	width: 8%;
	width: calc(10% - 4px);
	margin-right: 4px;
}
#annoncesbox #prix_maxia{
	vertical-align: top;
	width: calc(10% - 4px);
	margin-right: 4px;
}
#annoncesbox #prix_maxib{
	vertical-align: top;
	width: calc(10% - 4px);
	margin-right: 4px;
}
#annoncesbox.annoncesbox-apparts #prix_minib {
	width: calc(17% - 4px);
	margin-right: 4px;
}
#annoncesbox.annoncesbox-apparts #prix_maxib {
	width: calc(17% - 4px);
	margin-right: 4px;
}
#annoncesbox #nb_chambres{
	width: 13%;
	width: calc(15% - 4px);
	margin-right: 4px;
}
#annoncesbox #nb_chambres2{
	width: calc(16.66% - 4px);
	margin-right: 4px;
}
#annoncesbox #nb_chambresa{
	width: 13%;
	width: calc(15% - 4px);
	margin-right: 4px;
}
#annoncesbox.annoncesbox-hotels #nb_chambres2 {
	width: calc(16% - 4px);
	margin-right: 4px;
}
#annoncesbox #nb_etoiles{
	width: 13%;
	width: calc(15% - 4px);
	margin-right: 4px;
}
#annoncesbox #nb_etoiles2{
	width: 13%;
	width: calc(15% - 4px);
	margin-right: 4px;
}
#annoncesbox.annoncesbox-hotels #nb_etoiles2 {
	width: calc(17% - 4px);
	margin-right: 4px;
}

.form_moteur_annonces_input {
	display: inline-block;
}
#annoncesbox #mots_cles_div {
	width: calc(30% - 4px);
	margin-right: 4px;
}
#annoncesbox #date_arrivee_div, #annoncesbox #date_depart_div {
	width: calc(15% - 4px);
	margin-right: 4px;
	position: relative;
}
#annoncesbox #nb_personnes_div {
	width: calc(20% - 4px);
	margin-right: 4px;
}
#annoncesbox #adresse_div {
	width: calc(30% - 4px);
	margin-right: 4px;
}

/* Pour les moteurs avec rayon, le champ Destination est plus petit */
.form_with_rayon #annoncesbox #mots_cles_div {
	width: calc(22% - 4px);
}
.form_with_rayon #annoncesbox #rayon_div {
	width: calc(8% - 4px);
	margin-right: 4px;
}

#bloc-button-criteria{
	text-align: right;

	position: absolute;
	top: 8px;
	right: 8px;
}
#annoncesbox #bloc_search_submit {
	vertical-align: top;
	position: absolute;
	right: 4px;
	display: inline-block;
	width: calc(20% - 4px);
	margin-right: 4px;
}
.button-search-moteur{
	font-weight: bold;
	display: inline-block;
	width: 100%;
}
.button-redir-moteur {
	display: none;
	margin: 5px auto;
	padding: 7px;
	border-radius: 3px;
	width: 175px;
	text-align: center;
	font-weight: 700;
	text-decoration: none;
}

#annoncesbox #prestas_m, #annoncesbox #themes_m {
	vertical-align: top;
	display: inline-block;
	width: calc(20% - 4px);
	margin-right: 4px;
	position: relative;
	vertical-align: top;

	line-height: 1.2em;
}
#bloc_types_etab_m input, #bloc_prestas_m input, #bloc_themes_m input {
	height: auto;
}

.toggle_moteur {
	background: #fff;
	padding: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-radius: 3px;
	border: 1px solid #cccccc;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(/lib3/svg/dropdown.svg);
	background-size: 20px;
	cursor: pointer;
}
#titre_prestas_m {
	background-image: url(/lib3/svg/filter.svg), url(/lib3/svg/dropdown.svg);
	background-position: 5px center, right center;
	background-size: 20px;
	padding-left: 30px;
	border-color: #32a0f5;
}
#titre_tri_m {
	background-image: url(/lib3/svg/sort.svg), url(/lib3/svg/dropdown.svg);
	background-position: 5px center, right center;
	background-size: 30px, 20px;
	padding-left: 37px;
	border-color: #32a0f5;
}

#bloc_types_etab_m > label, #bloc_prestas_m > label, #bloc_themes_m > label {
	display: block;
	margin-right: 15px;
	margin-bottom: 7px;
	white-space: nowrap;

	width: auto;
	padding: 0;
}
.badge_nb_checked {
	position: absolute;
	right: 20px;
	background: #3397DB;
	color: white;
	padding: 0 0.4em;
	border-radius: 1em;
	border: 1px solid #3397DB;
}

/* Moteur de demande de dispos sur une fiche annonce */
#form_annonces #nb_adultes, #form_annonces #nb_enfants, #ann-form-contact #nb_adultes, #ann-form-contact #nb_enfants {
	width: 105px;
	margin-right: 0;
}
#form_annonces #ages_enfants, #ann-form-contact #ages_enfants {
	margin-bottom: 5px;
}
#form_annonces #info_age_enfant, #ann-form-contact #info_age_enfant {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}
#form_annonces #info_age_enfant:last-child, #ann-form-contact #info_age_enfant:last-child {
	display: none; /* Ne s'affiche pas s'il est le dernier enfant de son élément parent, càd s'il est le seul élément */
}
/* Moteur de demande de dispos sur une fiche hotel */
#form_hotels #nb_adultes, #form_hotels #nb_enfants {
	width: 105px;
}
#form_hotels #ages_enfants {
	margin-bottom: 5px;
}
#form_hotels #info_age_enfant {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}
#form_hotels #info_age_enfant:last-child {
	display: none; /* Ne s'affiche pas s'il est le dernier enfant de son élément parent, càd s'il est le seul élément */
}
#info_age_enfant {
	line-height: 2.5;
	color: #2980b9;
}

#form_annonces .div_select_age_enfant, #ann-form-contact .div_select_age_enfant, #form_hotels .div_select_age_enfant {
	position: relative;
}
#form_annonces .age_enfant_label, #ann-form-contact .age_enfant_label, #form_hotels .age_enfant_label {
	position: absolute;
	top: -8px;
	left: 3px;
	font-size: 0.75em;
	line-height: 1.35em;
	padding: 0 3px;
	background: #fff;
	color: #aaa;
	user-select: none;
}
#form_annonces .age_enfant, #ann-form-contact .age_enfant, #form_hotels .age_enfant {
	width: fit-content;
	margin-right: 0;
	font-size: 0.9em;
	padding-right: 20px;
}
#form_annonces select option.disabled, #ann-form-contact select option.disabled {
	display: none;
}
#form_annonces input[type=button] {
	height: 32px;
	padding: 0;
}

#wrap_nb_personnes {
	position: relative;
	display: inline-block;
	width: auto;
}

#annoncesbox #wrap_nb_personnes{
	width: 100%;
	vertical-align: top;
}
#wrap_nb_personnes #nb_chambres, #wrap_nb_personnes #nb_chambres_ann{
	display: block;
    width: calc(65% - 4px);
    margin: 0 auto;
}

#nb_personnes_text {
	padding-left: 30px;
	background-position: 5px center;
	outline: none;
}
#nb_personnes_toggle {
	display: none;
	position: absolute;
	min-width: 230px;
	background: #FFF;
	padding: 5px 5px 0px 5px;
	box-shadow: 0px 1px 4px 0px #BBB;
	border-radius: 7px;
	z-index: 10;
	box-sizing: content-box;
	line-height: 2;
}
#nb_personnes_toggle:before {
	content: "";
	position: absolute;
	top: -10px;
	left: 10px;
	border: 5px solid transparent;
	border-bottom: 5px solid #FFF;
}
#ann-form-contact #wrap_nb_personnes {
	width: 100%;
}
#nb_personnes_toggle select {
	border: 1px solid #cccccc;
}
.groupe_nb_personnes {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 5px;
}
.bloc_change_nb_adultes, .bloc_change_nb_enfants, .bloc_change_nb_chambres, .bloc_change_animaux_acceptes {
	display: flex;
}
.groupe_nb_personnes .action_less, .groupe_nb_personnes .action_more {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	cursor: pointer;
}
.groupe_adultes .libelle, .groupe_enfants .libelle, .groupe_chambres .libelle, .groupe_animaux_acceptes .libelle {
	font-size: 1.2em;
}
.bloc_change_nb_adultes .nb, .bloc_change_nb_enfants .nb, .bloc_change_nb_chambres .nb, .bloc_change_animaux_acceptes .nb {
	min-width: 40px;
	text-align: center;
	font-size: 1.2em;
	user-select: none;
}
.ages_enfants {
	display: none;
}
.conteneur_ages_enfants {
	display: grid;
	grid-template-columns: auto auto;
	grid-gap: 10px 5px;
}
.bloc_change_animaux_acceptes {
	width: 88px;
	text-align: center;
}
.bloc_actions_secondaire_chambre {
	display: inline-flex;
}
.bloc_actions_secondaire_chambre .action_less, .bloc_actions_secondaire_chambre .action_more {
	width: 20px;
	cursor: pointer;
}
.bloc_actions_secondaire_chambre .nb {
	text-align: center;
	width: 30px;
}
.filtre_secondaire_chambres {
	display: flex;
	justify-content: normal;
	align-items: center;
	margin-top: 10px;
}
.filtre_secondaire_chambres .libelle {
	margin-right: 10px;
	height: 24px;
}
.filtre_actif {
	display: inline-block;
	margin: 3px 0;
	margin-right: 15px;
	padding: 0px 5px;
	background: #7FC5F9;
	border: 1px solid #7FC5F9;
	border-bottom: 1px solid #32A0F5;
	border-radius: 1em;
	cursor: pointer;
	text-shadow: 0px 0px 5px #fff;
	line-height: 2em;
}
.filtre_actif span.close {
	text-shadow: none;
}

/* Barre de tri */
#prestas_m, #tri_m {
	display: inline-block;
	position: relative;
	vertical-align: top;
}
/* S'il n'y a que le bloc #prestas_m => taille: 100% */
#prestas_m:first-child:nth-last-child(1n) {
	width: 100%;
}
/* S'il y a les blocs #prestas_m ET #tri_m => taille: 50% */
#prestas_m:first-child:nth-last-child(2n) {
	width: calc(50% - 4px);
	margin-right: 4px;
}
/* #tri_m fait toujours 50% car il n'est jamais affiché seul */
#tri_m {
	width: 50%;
}
#carte_m{
	display: none;
}
#liste_m{
	display: none;
}
.mapMobile{
	display: none;
}
#bloc_trier_par {
	display: none;
	position: absolute;
	min-width: 100%;
	margin-top: 5px;
	padding: 7px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	z-index: 5;
	box-sizing: border-box;
	box-shadow: 0 2px 8px -4px #aaa;
}
#bloc_prestas_m {
    position: fixed;
    z-index: 100;
    padding-top: 36px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
    border-radius: 0px;
	display: none;
}
.categ_filtre b {
    display: block;
    margin-bottom: 5px;
    white-space: nowrap;
    /*font-size: 1.4em;*/
    font-size: 1em;
    margin-top: 20px;
    font-weight: initial;
    width: 100%;
}
#bloc_prestas_m label {
	white-space: nowrap;
}
#conteneur_prestas {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 420px;
	border-radius: 14px;
	height: 88%;
	margin: auto;
	padding: 0;
	background: #fff;
	position: relative;
	animation-name: slideIn;
	animation-duration: 0.8s;
	overflow: hidden;
}
.no-overflow {
	overflow: hidden;
}
.bloc_button_app{
	padding: 12px;
	padding-top: 15px;
}
button.input_button{
	height: 32px;
    padding: 7px;
    border-radius: 3px;
    cursor: pointer;
    outline: 0;
    margin-bottom: 5px;
}

#conteneur_prestas .bloc_title_filtre {
    padding: 14px;
    box-sizing: border-box;
    text-align: center;
}
#conteneur_prestas .titre_filtre{
	display: block;
    margin: 0;
    font-size: 1.4em;
    font-weight: lighter;
}
.plus_filtre {
    text-decoration: underline;
    display: flex;
    align-items: center;
    width: 61%;
    height: fit-content;
}

#conteneur_prestas .close_modal{
	position: absolute;
	display: block;
	top: 8px;
	right: 14px;
	font-size: 28px;
	font-weight: bold;
}

#conteneur_prestas .close_modal:hover, #conteneur_prestas .close_modal:focus {
	color: #32a0f5;
	text-decoration: none;
	cursor: pointer;
}

#conteneur_prestas #scrollable_content{
    flex: 1;
    padding: 0 20px;
    overflow-y: auto;
    scrollbar-width: thin;
}
#conteneur_prestas .filtre_item {
    width: fit-content;
    min-width: 49%;
}
.categ_filtre input[type=checkbox] {
    display: none;
}
#conteneur_prestas .categ_filtre input[type="checkbox"]:checked + label {
    border: 1px solid #32a0f5 !important;
    background-color: #f2f2f2;
}
#conteneur_prestas .categ_filtre input[type="checkbox"]:checked + label img {
    filter: brightness(0) saturate(100%) invert(32%) sepia(100%) saturate(1000%) hue-rotate(180deg) brightness(100%) contrast(100%) !important;
}
#conteneur_prestas .filtre_item img {
    filter: invert(77%) sepia(0%) saturate(0%) hue-rotate(276deg) brightness(98%) contrast(89%);
}
#conteneur_prestas #scrollable_content label {
    font-size: 1em;
    display: flex;
    align-items: center;
    border: 1px solid #B4B4B4;
    border-radius: 12px;
    padding: 10px;
    gap: 5px;
    overflow: clip;
}
#list_filtre{
	display: flex;
	flex-direction: column;
}
#conteneur_prestas #bouton_appliquer {
	display: block;
	margin: auto;
	width: 100%;
	max-width: 200px;
	font-weight: bold;
}

.categ_filtre {
    width: 100%;
}

.two_col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.dont_show{
	display: none;
}

.categ_filtre .filtre_item {
	margin-bottom: 5px;
	margin-top: 10px;

}

/* Fausses checkbox */
 #scrollable_content .categ_filtre label:before {
	background: none;
	display: none;

}
.bloc_note_avis {
    display: grid;
    justify-items: revert-layer;
    justify-content: start;
    grid-gap: 25%;
}
.categ_filtre label:before {
	content: "";
	display: inline-block;
	vertical-align: sub;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-image: url(/lib3/svg/checkbox_0.svg);
	background-size: 16px;
}
.categ_filtre input[type=checkbox]:checked + label:before {
	background-image: url(/lib3/svg/checkbox_1.svg);
	background-size: 16px;
}
#bloc_prestas_m:before, #bloc_trier_par:before {
	content: "";
	position: absolute;
	top: -11px;
	left: 7px;
	border: 5px solid transparent;
	border-bottom: 5px solid #CCC;
}
#bloc_prestas_m:after, #bloc_trier_par:after {
	content: "";
	position: absolute;
	top: -9px;
	left: 7px;
	border: 5px solid transparent;
	border-bottom: 5px solid #FFF;
}
#bloc_trier_par > div {
	margin-bottom: 5px;
}
#bloc_trier_par > div:last-child {
	margin: 0;
}
#bloc_trier_par a {
	white-space: nowrap;
}

#results-with-map{
	display: table;
	width: 100%;
}
.bloc-data{
	background-color: #FFFFFF;
	padding: 5px;
	border-radius: 3px;
	border: 1px solid #FFFFFF;
	margin-bottom: 10px;
	position: relative;
}
.annonce_fiche .bloc-data {
	padding: 8px;
	border-radius: 15px;
}
.bloc-data-dept-photo{
	min-height: 298px;
}
.bottom_txt_long{
	position:absolute;
	bottom: 0;
	z-index: 9;
	background: url(/lib3/bottom_txt_long.png);
	background-repeat: repeat-x;
	height: 60px;
	width: 100%;
}

.table-data-recap{
	width: 100%;
}
.table-data-recap td{
	padding: 5px;
	vertical-align: top;
	line-height: 2;
}
.table-data-recap a{
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
}

.table-data-liste-villes{
	width: 100%;
}
.table-data-liste-villes td{
	padding: 5px;
	vertical-align: top;
	line-height: 2;
}
.table-data-liste-villes a{
	text-decoration: none;
}
.table-data-liste-villes .distance-proche{
	font-size: 0.8em;
}

.table-data-liste-villes-depts{
	width: 100%;
}
.table-data-liste-villes-depts a{
	font-weight: normal;
	font-size: 1em;
}

.table-data-large{
	width: 100%;
}
.table-data-large a{
	text-decoration: none;
}
.table-data-large b.title{
	font-size: 1.5em;
	color: #2980b9;
}
.table-data-large td{
	padding: 2px;
	vertical-align: top;
}

.double-line-height{
	line-height: 2;
}

.bloc-listing{
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
}
.bloc-listing-50{
	width: 50%;
}
.listing-left-pane{
	padding-right: 5px;
}
.listing-right-pane{
	padding-left: 5px;
}

.bloc-listing a.etab{
	display: block;
	border-radius: 7px;
	background-color: #ffffff;
	border: 1px solid transparent;
	color: #404040;
	text-decoration: none;
	position: relative;
	margin-bottom: 7px;
	padding-right: 5px;
	min-height: 124px;
	line-height: 1.35;
	overflow: hidden;
	transition: all 0.2s;
	cursor: pointer;
}
.swiperMap{
    width: 95%;
    padding-bottom: 15px !important;
    position: absolute !important;
    bottom: 35px;
    z-index: 1001 !important;
    margin-left: 2.5% !important;
	display:none;
}
.swiper-scrollbar {
	display: none;
}
div.bottom-center_map{
	display: inline-block;
	width: 50%;
	text-align: left;
	vertical-align: bottom;
}
div.bottom-right_map{
	display: inline-block;
	width: 48%;
	text-align: right;
	vertical-align: bottom;
}
.etab_map{
	display: block;
	border-radius: 3px;
	padding: 0px;
	color: #666666;
	text-decoration: none;
	padding-right: 1px;
	line-height: 1.35;
}

/* si taille modifiée => modifier sur .bloc-listing a.etab .etab-content et dans css_maps.css -> .gm-style-iw .etab-content */
.bloc-listing a.etab{
	width: 100%;
	box-sizing: border-box;
}
.bloc-listing a.etab *{
	pointer-events: none;
}
.bloc-listing a.etab img{
	pointer-events: auto;
	vertical-align: top;
}

.bloc-listing a:hover.etab{
	box-shadow: 2px 2px 5px 0px #bbb;
}
.bloc-listing a.etab .etab-content{
	padding-left: 167px;
}

.bloc-listing a.etab .etab-content .etab-phone{
	font-size: 0.85em;
}

.etab-content-illus{
	/* Attention, si changement de width, il faudra modifier .noteEtoiles */
	display: table-cell;
	width: 1%;
	background-image: url(/lib3/loader_image.gif);
	background-position:center;
	background-repeat:no-repeat;
	
	min-width: 162px;
}
.noteEtoiles {
	position: absolute;
	left: -162px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.3);
	padding-bottom: 1px;
	width: 162px;
}

.etab-content-body{
	display: table-cell;
	width: 99%;
	padding-left: 5px;
	position: relative;
	vertical-align: top;
	height: 124px;
	max-width: 100px; /* pour empêcher l'overflow */
}
.etab-content-body-maps{
	display: table-cell;
	width: 99%;
	padding-left: 5px;
	position: relative;
	vertical-align: top;
	height: 124px;
}
.etab-content-address{
	color:#888888;
}
.etab-content-phone{
	font-size: 0.85em;
}

.etab-content-footer{
	position: absolute;
	bottom: 0;
	width: 100%;
}
.etab-content-footer-item{
	display: inline-block;
	width: calc(100% / 3);
	vertical-align: bottom;
	box-sizing: border-box;
	font-size: 1.2em;
}
.etab-content-footer-dist{
	color:#888888;
	text-align: left;
	line-height: 1;
	padding-top: 0px;
}
.etab-content-footer-avis{
	text-align: center;
	color:#2980b9;
	line-height: 1;
}
.etab-content-footer-tarif{
	text-align: right;
	color:#339933;
	padding-right: 2px;
}
.footer-tarif-annonce{
	font-size: 1em;
	line-height: 1;
}
.etab-tarifs{
	display: inline-block;
	margin-top: 3px;
	padding: 3px;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	border-radius: 2px;
	min-width: 60px;
}

.etab-tarifs-double-tarif{
	width: 95% !important;
}
.double_tarif_bloc{
	display: inline-block;
	box-sizing:border-box;
	width: 50%;
	vertical-align: top;
}

.etab-footer-tarif-emphase{
	padding: 3px 0px;
	border-radius: 3px;
	background-color:#f2f1ef;
	text-align: center;
	min-width: 60px;
	margin-top: 3px;
}
.etab-footer-disponible-emphase{
	padding: 3px 0px;
	border-radius: 3px;
	background-color:#f2f1ef;
	text-align: center;
	min-width: 60px;
	margin-top: 3px;
}
.etab-footer-surdemande-emphase{
	color: #f8a108;
	padding: 3px 0px;
	padding-top: 0;
	border-radius: 3px;
	background-color:#f2f1ef;
	text-align: center;
	min-width: 60px;
	margin-top: 3px;
}
.etab-footer-tarif-surdemande-emphase {
	color: #f8a108;
}

.moyenne-etab{
	display: inline-block;
	margin-top: 3px;
	padding: 3px;
	text-align:center;
	font-weight: bold;
	color: #2980b9;
	background-color:#f2f1ef;
	line-height: 1;
	border-radius: 2px;
	min-width: 60px;
}
.moyenne-etab-hotel{
	display: inline-block;
	margin-top: 3px;
	padding: 0;
	min-width: 0;
	line-height: 1.35;
	text-align:center;
	font-weight: bold;
	color: #2980b9;
	border-radius: 2px;
}
.mini-moyenne{
	font-size: 0.8em;
	font-weight: normal;	
}
.mini-mention{
	font-size: 0.8em;
	font-weight: normal;	
}
.mini-texte{
	font-size: 0.8em;
	font-weight: normal;	
}
.mini-texte2{
	font-size: 0.6em;
	font-weight: normal;	
}

.tarif-etab{
	display: inline-block;
	margin-top: 3px;
	padding: 3px;
	text-align:center;
	font-weight: bold;
	color: #339933;
	background-color:#f2f1ef;
	line-height: 1;
	border-radius: 2px;
	min-width: 60px;
}
.tarif-etab-hotel{
	font-size: 1.2em;
}
.mini-tarif{
	font-size: 0.8em;
	font-weight: normal;
}
.mini-tarif-hotel{
	font-size: 0.6em;
	font-weight: normal;
}
.label_non_dispo {
	margin-top: 4px;
	margin-right: 4px;
	color: #ffffff;
	padding: 5px;
	border-radius: 3px;
	background-color: #D53333;
	text-align: center;
	min-width: 60px;
	font-weight: bold;
}
.dispo_autres_dates {
	margin-right: 4px;
}
.item_autres_dates_dispo {
	display: block;
	color: #339933;
	padding: 5px 3px;
	border-radius: 3px;
	background-color: #f2f1ef;
	margin-top: 5px;
	transition: all 0.2s;
	text-decoration: none;
	pointer-events: auto !important;
}
.item_autres_dates_dispo:hover {
	color: #339933;
	box-shadow: 1px 1px 1px #ccc;
}

.bloc-listing .title{
	font-size: 1.1em;
	color: #2980b9;
}
.bloc-listing .link{
	text-decoration: none;
}
.bloc-listing a:hover .title{
	color: #feba02;
	text-decoration: underline;
}
.bloc-listing span.description{
	font-size: 1em;
}

a.etab.bloc-listing-boost, .div-table-list-boost{
	background-color: rgba(194,220,123,.25);
}

/* Style de la barre de tri */
#sort-bar{
	margin-bottom: 10px;
}
#tab-sort-bar{
	display: table;
	width: 100%;
}
#title-sort-bar{
	display: table-cell;
	text-align: left;
	width: 138px;/* largeur des photos de listing + 5 */
}
#sort-bar-etoiles{
	display: inline-block;
	width: 162px;
}
#conteneur-sort-bar{
	display: inline-block;
	width: calc(100% - 166px);
}
.sort-bar-item{
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	width: 32%;
}
#sort-bar-distance{
	text-align: left;
	padding-left: 4px;
}
#sort-bar-tarifs{
	text-align: right;
}


/* la liste des boost sur la page des départements */
#boost_list{
	height: 360px;
	margin-bottom: 5px;
	overflow-y: hidden;
	position: relative;
	padding-right: 5px;
}
#bottom_boost_list{
	position:absolute;
	bottom: 0;
	z-index:5;
	background-image: url('//www.cybevasion.fr/lib3/bottom_boost_list.png');
	background-repeat: repeat-x;
	height: 30px;
	width: 100%;
}
#show_more_boost{
	text-align: center;
	margin-bottom: 10px;
	color: #2980b9;
}
#show_more_boost:hover{
	cursor: pointer;
	color: #feba02;
}

.bloc-listing .tarif{
	font-size: 1.5em;
	color: #339933;
	position: absolute;
	top: 5px;
	right: 5px;
}

.form-login{
	padding: 30px;
	height: 250px;

	width: 100%;
	max-width: 400px;
	margin: auto;
}
.form-login .bloc{
	background-color: #ffffff;
	width: 100%;
	margin: auto;
	padding: 5px;
	box-sizing: border-box;

	text-align: left;
	border: none;
	padding: 20px;
}
.form-login .bloc input[type=text], .form-login .bloc input[type=password], .form-login .bloc input[type=submit], .form-login .bloc input[type=email] {
	width: 100%;
	padding: 10px;
	font-size: 1.2em;
}
.form-login .bloc input[type=text], .form-login .bloc input[type=password] {
	border-radius: 0px;
}
.form-login #btn_se_connecter, .form-login #btn_save_mdp, .form-login #btn_change_mdp {
	width: 175px;
	display: block;
	margin: auto;
	background: #419EE5;
	transition: background 0.2s;
	border: none;
}
.form-login #btn_change_mdp {
	width: auto;
}
.form-login #btn_se_connecter:hover, .form-login #btn_save_mdp:hover, .form-login #btn_change_mdp:hover {
	background: #43B4E5;
}
#titre_form {
	text-align: center;
	text-transform: uppercase;
	background: #666;
	color: #fff;
	padding: 12px 0px 10px 0px;
	font-family: 'TeX Gyre Heros',Helvetica,Arial,sans-serif;
	font-size: 22px;
}

.div_message{
	box-sizing: border-box;
	border-collapse: separate;
	display: inline-block;
	padding: 5px;
	margin: auto;
	text-align: center;
}

.div_message_full{
	padding: 5px;
	text-align: center;
	box-sizing: border-box;
	border-radius: 3px;
}

.div_message_full_with_close{
	text-align: left !important;
	margin-top: 10px !important;
	position: relative !important;
	padding-right: 21px !important;
}
.div_message_close_button{
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 1;
}

.div_error{
	background-color: #f2dede !important;
	color: #a94442;
	font-weight: bold;
}
.div_error_overlay{
	background: #F2DEDE;
	background: linear-gradient(to bottom, #F2DEDE 0%,#FFFFFF 100%);
	position: relative;
	top: -5px;
	font-weight: bold;
	color: #A94442;
	text-align: center;
	cursor: pointer;
}
.message-no-result{
	color: #a94442;
	font-weight: bold;
	font-size: 1.2em;
}

a.suggest_rayon{
	display: inline-block;
	padding: 4px;
	text-decoration: none;
	color: #ffffff;

	border-radius: 3px;
	font-size: 0.8em;

	border: 1px solid #2980b9;
	background: #3498db;
	background: -moz-linear-gradient(top, #3498db 0%, #2980b9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3498db), color-stop(100%,#2980b9));
	background: -webkit-linear-gradient(top, #3498db 0%,#2980b9 100%);
	background: -o-linear-gradient(top, #3498db 0%,#2980b9 100%);
	background: -ms-linear-gradient(top, #3498db 0%,#2980b9 100%);
	background: linear-gradient(to bottom, #3498db 0%,#2980b9 100%);

	margin: 3px;
}
a.suggest_rayon:hover{
	background: #5eade2;
	background: -moz-linear-gradient(top, #5eade2 0%, #459bd5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5eade2), color-stop(100%,#459bd5));
	background: -webkit-linear-gradient(top, #5eade2 0%,#459bd5 100%);
	background: -o-linear-gradient(top, #5eade2 0%,#459bd5 100%);
	background: -ms-linear-gradient(top, #5eade2 0%,#459bd5 100%);
	background: linear-gradient(to bottom, #5eade2 0%,#459bd5 100%);
}
a.suggest_rayon_selected{
	display: inline-block;
	padding: 4px;
	text-decoration: none;
	color: #ffffff;

	border-radius: 3px;
	font-size: 0.8em;

	color: #ffffff;

	border: 1px solid #f39c12;
	background: #f1c40f;
	background: -moz-linear-gradient(top, #f1c40f 0%, #f39c12 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1c40f), color-stop(100%,#f39c12));
	background: -webkit-linear-gradient(top, #f1c40f 0%,#f39c12 100%);
	background: -o-linear-gradient(top, #f1c40f 0%,#f39c12 100%);
	background: -ms-linear-gradient(top, #f1c40f 0%,#f39c12 100%);
	background: linear-gradient(to bottom, #f1c40f 0%,#f39c12 100%);

	margin: 3px;
}

.div_ok{
	background-color: #dff0d8;
	color: #3c763d;
	font-weight: bold;
}

.div_info{
	background-color: #d9edf7;
	color: #31708f;
	font-weight: bold;
}

.div_notif{
	background-color: #fcf8e3;
	color: #8a6d3b;
	font-weight: bold;
}

.div_justify{
	text-align: justify;
}

.force-ellipsis{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space:nowrap;
	box-sizing: border-box;
}

.div-list-fluid{
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}
.div-list-fluid2{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.div-list-10{
	display: inline-block;
	width: 10%;
	vertical-align: top;
	box-sizing: border-box;
}
.div-list-15{
	display: inline-block;
	width: 15%;
	vertical-align: top;
	box-sizing: border-box;
}

.div-list-20{
	display: inline-block;
	width: 20%;
	vertical-align: top;
	box-sizing: border-box;
}

.div-list-25{
	display: inline-block;
	width: 25%;
	vertical-align: top;
	box-sizing: border-box;
}
.div-list-25-stations{
	display: inline-block;
	width: 25%;
	vertical-align: top;
	box-sizing: border-box;
}
.div-list-30{
	display: inline-block;
	width: 30%;
	vertical-align: top;
	box-sizing: border-box;
}
.div-list-33{
	display: inline-block;
	width: 33%;
	vertical-align: top;
	box-sizing: border-box;
}
.div-list-67{
	display: inline-block;
	width: 67%;
	vertical-align: top;
	box-sizing: border-box;
}
.td-33{
	width: 33%;
	vertical-align: top;
}
.td-25{
	width: 25%;
	vertical-align: top;
}

.div-list-50{
	display: inline-block;
	width: 50%;
	vertical-align: top;
	box-sizing: border-box;
}
.div-list-50bis{
	display: inline-block;
	width: 50%;
	vertical-align: top;
	box-sizing: border-box;
}
.td-50{
	width: 50%;
	vertical-align: top;
}

.div-list-dept-double-bloc{
	display: inline-block;
	width: 50%;
	vertical-align: top;
}

.div-list-dept-simple-bloc{
	display: inline-block;
	width: 50%;
	vertical-align: top;
}
.div-list-dept-simple-bloc a{
	text-decoration: none;
}

b.titre_groupe_tourisme{
	font-size: 1.3em;
	color: #2980b9;
}

b.titre_liste_villes{
	font-size: 1.3em;
	color: #2980b9;
}

/*pour un div*/
.alt-row{
	background-color: #ecf0f1;
}
.alt-row2{
	background-color: #ffffff;
}

/* pour un tableau */
tr.alt-row td{
	background-color: #ecf0f1;
}
tr.alt-row2 td{
	background-color: #ffffff;
}

.div-table-list{
	display:table;
	width: 100%;
	border-top: 1px solid #d5d5d5;
}
.div-table-list-tr{
	display:table-row;
}
.div-table-list-td{
	display:table-cell;
	vertical-align: middle;
	padding: 3px;
	line-height: 1.5;
}

.div-table-list-section{
	border-bottom: 1px solid #d5d5d5;
}
.div-table-list-td img{
	vertical-align: middle;
	padding: 0;
	margin-right: 3px;
}
.div-nowrap{
	white-space : nowrap;	
}
a.result-large{
	font-size: 1.1em;
	font-weight: bold;
}

.bordure-image{
	border: 1px solid #d5d5d5;
}

.image-list{
	margin-right: 5px;
}

.photo-illus-dept{
	float: right;
	display: block;
	margin-left: 5px;
}

.photo-illus-dept-minis img{
	vertical-align: middle;
	margin-bottom: 5px;
}

#fnac-spectacles{
	clear: both;
}

#fnac-spectacles .titre{
	font-size: 1.3em;
	color: #2980b9;
}

#fnac-spectacles .spectacle-list{
	font-size: 0.9em;
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 10px;
	vertical-align: top;
	background-color: #f5f5f5;
	padding: 5px;
	box-sizing: border-box;
	width: calc(25% - 8px);/*8px = margin-right*/
}

.button_book_spectacle{
	display: block;
	padding: 5px;
	color: #ffffff;
	background-color: #32a0f5;
	text-align: center;
	text-decoration: none;
}
.button_book_spectacle:hover{
	background-color: #3c8cf5;
	color: #ffffff;
	text-decoration: none;
}

.table-multi-col{
	display: table;
	width: 100%;	
}

.idl_audiotel_clear{
	display: none;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .5);
}
body.loading {
	overflow: hidden;
}
body.loading .modal {
	display: block;
}
.please-wait{
	position:absolute;
	width: 312px;
	left: 50%;
	margin-left: -156px;
	top:50%;
	margin-top: -50px;
	background-color: #ffffff;
	text-align: center;
	color: #2980b9;
	font-weight: bold;
	padding: 10px;
	box-sizing: border-box;
}

#mini-map-static{
	border: 1px solid #d5d5d5;
	float: left;
	margin-right: 5px;
}

#photo-desc-affil{
	text-align: justify;
	overflow: hidden;	
}

#miniature-affil{
	max-width: 400px;
	max-height: 300px;
	border: 1px solid #d5d5d5;
	box-sizing: border-box;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
	display: inline-block;
	clear: both;
}

#galerie-affil{
	text-align: center;
}
#galerie-affil img{
	box-sizing: border-box;
	margin-bottom: 4px;
	margin-right: 4px;
	image-rendering: -webkit-optimize-contrast;
	border-radius: 5px;
}
.swipebox .image_crisp ~ .no_swipebox {
	border-radius: 5px;
}

img[onerror*=img_404] {
	/* spécial photos Booking */
	object-fit: cover;
}

.liste-prestas{
	margin-left: 10px;
}
.liste-prestas span{
	display: inline-block;
	width: 20%;
	box-sizing: border-box;
	vertical-align: middle;
}
.liste-prestas span img{
	vertical-align: middle;
	margin-bottom: 6px;
}

.liste-prestas-annonces{
	margin-left: 10px;
}
.liste-prestas-annonces span{
	display: inline-block;
	width: 20%;
	box-sizing: border-box;
	vertical-align: middle;
}
.liste-prestas-annonces span img{
	vertical-align: middle;
	margin-bottom: 4px;
}

.liste-proxi-annonces{
	margin-left: 10px;
}
.liste-proxi-annonces span{
	display: inline-block;
	width: 20%;
	box-sizing: border-box;
	vertical-align: middle;
}
.liste-proxi-annonces span img{
	vertical-align: middle;
	margin-bottom: 4px;
}
.liste-proxi-autres-annonces span{
	width: 40%;
}

#annonce-map-left {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	width: 850px;
}
#annonce-map-left-dynamique {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	width: 70%;
}
#annonce-map-right {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	width: calc(100% - 850px);
	padding-left: 10px;
	line-height: 1.8;
}
#annonce-map-right-dynamique {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	width: 30%;
	padding-left: 10px;
	line-height: 1.8;
}
#annonce-map-right a, #annonce-map-right-dynamique a {
	text-decoration: none;
}
#annonce-map-right .type_tourisme {
	padding-bottom: 10px;
}
#annonce-map-right img, #annonce-map-right-dynamique img {
	vertical-align: middle;
}
/* HOTELS */
#header-hotel{
	margin-bottom: 10px;
	clear: both;
	display: table;
	width: 100%;
	position: relative;
}
#header-hotel h1{
	font-size: 2em;
	color: #2980b9;
	font-weight: bold;
	display: inline;
	vertical-align: middle;
}
#header-hotel img{
	vertical-align: middle;
	margin-bottom: 3px;
	margin-left: 5px;
}
#header-hotel .addthis_share{
	float: right;
	margin-top: -5px;
}

#header-hotel-print h1{
	font-size: 1.6em;
	color: #2980b9;
	font-weight: bold;
	display: inline;
	vertical-align: middle;
}
#header-hotel-print h2{
	font-size: 1.2em;
	color: #666;
	font-weight: bold;
	display: inline;
	vertical-align: middle;
}
#header-hotel-print img{
	vertical-align: middle;
	margin-bottom: 5px;
	margin-left: 5px;
}

#header-hotel-left{
	display: table-cell;
	width: 155px;
	text-align: center;
}
#header-hotel-ville-link{
	display: block;
	padding: 10px;
	box-sizing: border-box;
	font-weight: bold;
	border-radius: 3px;
	border: 1px solid #cccccc;
	background: #f1f1f1;
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
}
#header-hotel-center{
	display: table-cell;
	text-align: center;
	vertical-align: top;
}
#header-hotel-center b{
	font-size: 1.2em;
	vertical-align: top;
}
#header-hotel-right{
	display: table-cell;
	width: 155px;
	vertical-align: top;
}

/* ANNONCES */
#header-annonce{
	margin-bottom: 10px;
	clear: both;
	position: relative;
}
#header-annonce h1{
	font-size: 1.8em;
	color: #2980b9;
	font-weight: bold;
	display: inline;
	vertical-align: middle;
}
#header-annonce h2{
	font-size: 1.3em;
	color: #666;
	font-weight: bold;
	display: inline;
	vertical-align: middle;
}

#header-annonce-print h1{
	font-size: 1.6em;
	color: #2980b9;
	font-weight: bold;
	display: inline;
	vertical-align: middle;
}
#header-annonce-print h2{
	font-size: 1.2em;
	color: #666;
	font-weight: bold;
	display: inline;
	vertical-align: middle;
}
#header-annonce .addthis_share{
	float: right;
}

#header-annonce img{
	vertical-align: middle;
}

#annonce-illus{
	display: table-cell;
	box-sizing: border-box;
	vertical-align: top;
	padding-right: 10px;
	position: relative;
}
.sous-annonce-illus {
	display: inline-block;
	position: relative;
	min-width: 24px;
	min-height: 24px;
}
#annonce-recap{
	width: 100%;
	display: table-cell;
	box-sizing: border-box;
	vertical-align: top;
	position: relative;
}

#form_avis input, #form_avis select{
	height: 40px;
}

#annonce-table-recap{
	width: 100%;
}
#annonce-table-recap td{
	padding: 5px 3px;
}
#annonce-table-recap td:first-child{
	width: 1%;
}

/* Nouvelle disposition du formulaire de contact */
#ann-form-contact .elems_recherche input, #ann-form-contact .elems_recherche textarea, #ann-form-contact .elems_recherche select{
	box-sizing: border-box;
	width: 100%;
	margin: 0;
}
#ann-form-contact .elems_recherche {
	display: inline-block;
	vertical-align: top;
}
#ann-form-contact .elems_recherche.bloc_input {
	width: 60%;
}
#ann-form-contact .elems_recherche.bloc_btn {
	width: 40%;
}
#ann-form-contact .elems_recherche .elem_recherche {
	display: inline-block;
	width: calc(50% - 5px);
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: top;
}
#ann-form-contact .elems_recherche textarea{
	height: 67px;
	margin-bottom: 4px;
	font-size: 1em;
}
#ann-form-contact #nb_personnes {
	height: 33px; /* correction pour firefox */
}

#searchbox-hotel-container{
	margin-top: 10px;
	text-align: center;
	clear:both;
	white-space: normal;
}
#searchbox-hotel{
	text-align: left;
	display: inline-block;
	color: #2980b9;
	margin: auto;
	width: 100%;

	background-color: #cdeafe;
	box-sizing: border-box;
	border-top: 1px solid #92c7ea;
	border-bottom: 1px solid #92c7ea;
}
#searchbox-hotel-header{
	font-size: 1.3em;
	font-weight: bold;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#searchbox-hotel-content{
	padding: 10px;
	line-height: 2.5;
	position: relative;
	text-align: left;
}

#searchbox-hotel-content input, #searchbox-hotel-content select{
	width: 100%;
	height: 34px;
	border: 1px solid transparent;
}

#searchbox-hotel-content input[type=button]{
	margin-right: 0;
}

.searchbox-hotel-input {
	display: inline-block;
	box-sizing: border-box;
	margin-right: 5px;
	
	width: calc(20% - 4px);
    margin-right: 4px;
    padding-right: 0px;
}
.searchbox-hotel-input-chambres{
	width: 15%;
}

.select-placeholder{
	color: #999999;
}
#ann-form-contact select option{
	color: #000000;
}

#hotel-note-qualite-direct{
	background-color: #3498db;
	color: white;
	padding: 10px;
	text-align: center;
	margin: auto;
	width: 120px;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
}

a:hover#hotel-note-qualite-direct{
	text-decoration: underline;
}

#hotel-note-qualite-affil{
	background-color: #3498db;
	color: white;
	float: right;
	padding: 5px;
	margin-left: 5px;
	text-align: center;
	width: 120px;
	text-decoration: none;
}
a:hover#hotel-note-qualite-affil{
	text-decoration: underline;
}

#note-qualite{
	font-size: 1.5em;
	font-weight: bold;
}

#resume-reco-qualite{
	vertical-align: middle;
	display: inline-block;
	padding-left: 10px;
	text-align: left;
}

#transport-mode{
	white-space: nowrap;
}

.titre-section-affil{
	font-size: 1.3em;
	color: #2980b9;
}
.titre-section-direct{
	font-size: 1.3em;
	color: #2980b9;
	border-bottom: 1px solid #d5d5d5;
	font-weight: bold;
}

#hotel-left-pane{
	display:table-cell;
	width: 150px;
	box-sizing: border-box;
	vertical-align: top;	
}
#hotel-right-pane{
	display:table-cell;
	width: 100%;
	box-sizing: border-box;
	vertical-align: top;
	padding: 10px;
	padding-left: 20px;
	padding-top: 0;
}
.hotel-chaines-direct{
	text-align: center;
}
.hotel-chaines-direct img{
	margin-left: 2px;
	margin-right: 2px;
}

#miniature-direct{
	border: 1px solid #d5d5d5;
	box-sizing: border-box;
	margin-right: 15px;
	float: left;
	width: 480px;
	margin-bottom: 10px;
}

#resume-direct{
	display: inline-block;
	box-sizing: border-box;
	line-height: 2;
	width: calc(100% - 500px);
}
#resume-direct img{
	vertical-align: middle;
	margin-top: -3px;
}

.item-menu-hotel{
	display: block;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	width: 155px;
	height: 37px;
	box-sizing: border-box;
	background-image:url(/lib3/menu_hotel_unselected.png);
	background-repeat: no-repeat;
	color: #545454;
	padding-left: 7px;
	padding-top: 7px;
}

.item-menu-hotel:hover{
	background-image:url(/lib3/menu_hotel_selected.png);
	color: #ffffff;
}

.item-menu-hotel-selected{
	background-image:url(/lib3/menu_hotel_selected.png);
	color: #ffffff;
}

.bg_map{
	width: 153px;
	height: 153px;
	background-image: url(/lib3/menu_hotel_map_bg.png);
	background-repeat: no-repeat;
	padding-left: 9px;
	padding-top: 6px;
}

.diapo_container{
	display: table;
	width: 100%;
}

.diapo_main{
	display: table-cell;
	text-align: center;
}

.diapo_main_pic{
	max-width: 550px;
	max-height: 450px;
	vertical-align: top;
	cursor: pointer;
}

.diapo_thumbs{
	display: table-cell;
	width: 270px;
	padding-left: 10px;
	vertical-align: top;
	text-align: center;
}

.diapo_desc{
	text-align: justify;
}

#graph_avis_hotel{
	width: 100%;
	height: 330px;
}
.bloc_avis_hotel{
	display: table;
	width: 100%;
	box-sizing: border-box;
	padding: 5px;
	border: 1px solid #b2b2b2;
	background-color: #f6f6f6;
	margin-top: 10px;
}
.note_avis_hotel{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 75px;
}
.note_avis_hotel span{
	color: #2980b9;
	font-weight: bold;
	font-size: 1.5em;
}
.note_avis_hotel a{
	font-size: 0.8em;
}
.reco_avis_hotel{
	display: table-cell;
	vertical-align: middle;
	width: 32px;
}
.details_avis_hotel{
	display: table-cell;
	vertical-align: middle;
}
.author_avis_hotel{
	font-size: 0.8em;
}
.details_notes_hotel{
	display: none;
	box-sizing: border-box;
	padding: 5px;
	border: 1px solid #b2b2b2;
	border-top: 0;
	margin-top: -1px;
	background-color: #f6f6f6;
}
.table_details_notes_hotel{
	display: table;
	width: 100%;
}

.table_details_notes_hotel div{
	display: table-cell;
	width: 20%;
}

#hotel-chambres-select{
	width: 100%;
	border: 1px solid #b2b2b2;
}

#hotel-chambres-select th{
	background: #f1f1f1;
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	padding: 5px;
}
#hotel-chambres-select th:first-child{
	text-align: left;
}

#hotel-chambres-select td{
	border-top: 1px solid #b2b2b2;
	padding: 5px;
}
#hotel-chambres-select td{
	text-align: center;
}

#hotel-chambres-select td:first-child{
	text-align: left;
}

tr.alternate_result td{
	background-color: #e5e5e5;
}

.hotel-liste-tarifs{
	display: inline-block;
	width: 50px;
	box-sizing: border-box;
}
.hotel-valid-chambres{
	width: 1%;
	border-left: 1px solid #b2b2b2;
}

a.fiche90-link{
	display: inline-block;
	padding: 5px;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	border-radius: 3px;

	color: #ffffff;

	border: 1px solid #2980b9;

	background: #3498db;
	background: -moz-linear-gradient(top, #3498db 0%, #2980b9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3498db), color-stop(100%,#2980b9));
	background: -webkit-linear-gradient(top, #3498db 0%,#2980b9 100%);
	background: -o-linear-gradient(top, #3498db 0%,#2980b9 100%);
	background: -ms-linear-gradient(top, #3498db 0%,#2980b9 100%);
	background: linear-gradient(to bottom, #3498db 0%,#2980b9 100%);
}
a.fiche90-link:hover{
	background: #5eade2;
	background: -moz-linear-gradient(top, #5eade2 0%, #459bd5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5eade2), color-stop(100%,#459bd5));
	background: -webkit-linear-gradient(top, #5eade2 0%,#459bd5 100%);
	background: -o-linear-gradient(top, #5eade2 0%,#459bd5 100%);
	background: -ms-linear-gradient(top, #5eade2 0%,#459bd5 100%);
	background: linear-gradient(to bottom, #5eade2 0%,#459bd5 100%);
}

.titre_client{
	display: inline-block;
	text-align: center;
	width: 40px;
}

.resa_left_col{
	display: table-cell;
	width: 60%;
	vertical-align: top;
}

.resa_right_col{
	display: table-cell;
	width: 40%;
	padding-left: 10px;
	vertical-align: top;
}

.resa_left_data{
	display: inline-block;
	width: 130px;
	text-align: right;
	margin-right: 10px;
}
.resa_right_data{
	display: inline-block;
	width: 75%;
	text-align: left;
}
.resa_bloc_info{
	padding: 5px;
	background-color: #f9f9f9;
	border: 1px solid #d5d5d5;
}

.input-form-error{
	border-right: 5px solid red !important;
}

.default-tab{
	border: 1px solid #b2b2b2;
	background-color: #f6f6f6;
	margin: auto;
}
.default-tab td, .default-tab th{
	padding: 5px;
}

.default-tab-light{
	margin: auto;
}
.default-tab-light td, .default-tab-light th{
	padding: 5px;
}

.nopadding td{
	padding: 0;
}

.table-with-border{
	border-collapse: collapse;
}
.table-with-border tr td{
	border: 1px solid #b2b2b2;
}
.table-with-border-tb tr td{
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
}

.titre-rubrique{
	font-size: 1.8em;
	color: #2980b9;
}

.titre-srubrique{
	font-size: 1.3em;
	color: #2980b9;
}

.notification{
	display: inline-block;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #E83A4D;
	color: #ffffff;
	font-weight: bold;
	font-size: 0.8em;
	border: 1px solid #ffffff;
}

.tab_with_section{
	border-bottom: 1px solid #b2b2b2;
}
.tab_with_section tr td{
	border-top: 1px solid #b2b2b2;
}
.tab_with_section2{
	border-bottom: 1px dotted #b2b2b2;
}
.tab_with_section2 tr td{
	border-top: 1px dotted #b2b2b2;
}

.hover_row tr:hover td{
	background-color: #dff0d8;
}

.multipages-item{
	text-decoration: none;
	
	display: inline-block;
	text-align: center;
	padding: 3px;
	border: 1px solid #b2b2b2;
	border-radius: 3px;
	min-width: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.multipages-item-select{
	border: 2px solid #c0392b;
}

.inscrip_button{
	width: 201px;
	height: 62px;
	background-image: url(/lib3/bouton_inscrip_annonce.png);
	background-repeat: no-repeat;
	margin: auto;
}
.inscrip_button .my_tarif{
	font-size : 30px;
	font-weight : bold;
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	text-align: left;
	margin-left: 5px;
	margin-top: 12px;
	width: 50px;
	float: left;
}
.inscription_titre{
	color: #2980b9;
	font-size: 1.8em;
}

.stats_inscrip {
	position: absolute;
	top: 45px;
	right: 25px;
}
.nb_stats_insc {
	text-align: center;
	color: #2980B9;
	font-weight: bold;
	margin: 0 0 20px 0;
}

.inscrip_step {
	font-size: 1.3em;
	color: #cccccc;
	display: inline-block;
	border: 1px solid #cccccc;
	vertical-align: middle;
	box-sizing: border-box;
	white-space: nowrap;
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
	height: 41px;
	min-width: auto;
	width: 16.66%;
	text-align: center;
	line-height: 40px;
	background: #fff;
}
.inscrip_step::before {
	content: "";
	border: 20px solid rgba(0, 0, 0, 0);
	border-right: 0px solid rgba(0, 0, 0, 0);
	border-left-color: #ccc;
	position: absolute;
	top: 0;
	right: -21px;
	z-index: 1;
}
.inscrip_step::after {
	content: "";
	border: 20px solid rgba(0, 0, 0, 0);
	border-right: 0px solid rgba(0, 0, 0, 0);
	border-left-color: #ffffff;
	position: absolute;
	top: 0;
	right: -20px;
	z-index: 1;
}
.inscrip_step_select {
	font-weight: bold;
	border: 1px solid #cccccc;
	background-color: #999;
	color: #fff;
}
.inscrip_step_select::after {
	border-left-color: #999;
}
.step_passe {
	background: #efefef;
	color: #666;
}
.step_passe:after {
	border-left-color: #efefef;
}
#step_1 {
	padding-left: 15px;
}
#step_6 {
	padding-right: 15px;
}
#step_6::before, #step_6::after {
	display: none;
}

.tab_inscrip{
	width: 100%;
}
.tab_inscrip td{
	padding: 3px;
}
.tab_inscrip td:first-child{
	width: 1%;
	white-space: nowrap;
}
.tab_inscrip input[type=text], .tab_inscrip input[type=password], .tab_inscrip textarea, #registration-form .bloc-description textarea {
	width: 66%;
	margin-bottom: 0;
}
.tab_inscrip input[name=tel_sms] {
	width: calc(66% - 140px);
}
input.error_input, select.error_input {
	border-color: #b94a48;
	background-image: url(/lib3/img_error_input.png);
	background-position: right 5px center;
	background-repeat: no-repeat;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	background-size: auto;
}
input.valid_input {
	border-color: #468847;
	background-image: url(/lib3/img_valid_input.png);
	background-position: right 5px center;
	background-repeat: no-repeat;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
input.inputWithBtnRight.valid_input, input.inputWithBtnRight.error_input {
	background-position: right 35px center;
}

.tab_inscrip input.inputWithBtnRight {
	width: 66%;
	vertical-align: top;
}
.tab_inscrip input.btnrightForInput {
	vertical-align: top;
	margin-bottom: 0px;
	border: 1px solid transparent;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	width: 30px !important;
	border-left: none;
	height: 31px;
	background: url(/lib3/eye.png);
	background-repeat: no-repeat;
	background-position: 7px 8px;
	position: relative;
	left: -30px;
}
.tab_inscrip svg.btnrightForInput {
	position: relative;
	left: -33px;
	top: 2px;
	padding: 5px;
	cursor: pointer;
}
.togglePassword {
	position: absolute;
	top: 2px;
	right: 2px;
	padding: 9px;
	border: 1px solid transparent;
	cursor: pointer;
}
.togglePassword svg {
	vertical-align: middle;
}
#form-login #password {
	margin-bottom: 0;
}
span.astuce {
	display: none;
	vertical-align: top;
	margin: 0 10px;
	padding: 10px;
	padding-top: 7px;
	position: absolute;
	background: #efefef;
	border-radius: 5px;
	box-shadow: 0px 0px 2px #999;
	z-index: 1;
}
input:focus ~ span.astuce, textarea:focus ~ span.astuce {
	display: inline-block;
}

.tab_inscrip .check_tel_sms {
	display: inline-block;
	vertical-align: top;
	width: 140px;
	padding: 8px 0;
}
.tab_inscrip [name=tel_sms] {
	display: none;
}

.check_mdp {
	font-weight: bold;
}
.check_mdp:not(.inactive) {
	color: #27ae60;
}
.inactive {
	filter: grayscale(1);
	opacity: 0.8;
}

.div_txt_20 {
	display: inline-block;
	width: 20%;
	padding-right: 10px;
	box-sizing: border-box;
	margin-top: 5px;
}

.theme_accueil_bloc{
	text-align: center;
}

a.theme_accueil_item{
	display: inline-block;;
	vertical-align: middle;
	height: 190px;
	width: 18%;
	max-width: 190px;
	text-decoration: none;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 190px 190px;
	position:relative;
	margin: 5px;
}

a.theme_accueil_item span{
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	padding: 5px;
	box-sizing: border-box;
	display: block;
	width: 100%;
	text-align: center;
	background: rgba(0, 0, 0, .66);
}

a.theme_accueil_item2{
	font-size: 1.1em;
	color: #2980b9;
	display: inline-block;;
	vertical-align: middle;
	width: 20%;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	max-width: 200px;
	padding: 10px;
	padding-bottom: 0;
	padding-bottom: 25px;
	margin: 10px;
	border-radius: 3px;
	position:relative;
}
a.theme_accueil_item2 img{
	width: 100%;
}
a.theme_accueil_item2:hover{
	color: #feba02;
	-moz-box-shadow: 0px 5px 10px -5px #656565;
	-webkit-box-shadow: 0px 5px 10px -5px #656565;
	-o-box-shadow: 0px 5px 10px -5px #656565;
	box-shadow: 0px 5px 10px -5px #656565;
}
a.theme_accueil_item2 span{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5px;
	box-sizing: border-box;
	display: block;
	width: 100%;
	text-align: center;
}

.accueil_paris{
	display: table;
	width: 100%;
}
.bloc_accueil_paris{
	display: table-cell;
	vertical-align: top;
}

a.badge-avis-hotel{
	float: right;
	right: 5px;
	margin-left: 5px;
	padding: 5px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	border-radius: 3px;
	border: 1px solid #32a0f5;
	background: #32a0f5;
	transition: background 0.2s;
}
a.badge-avis-hotel:hover{
	background: #3c8cf5;
}

.punaiseAvantAdresse{
	width: 18px;
    padding-left: 3px;
    padding-right: 3px;
}

/* Moteur de dispos sur les fiches "annonce" (Booking) */
div#form_resa_ann_date {
    width: 125px;
}
div#form_resa_ann_nuits {
    width: 110px;
}
div#form_resa_ann_pers {
    width: 110px;
}
div#form_resa_ann_button {
    width: 110px;
}

#moncompte_link_footer{
	display: none;
}

/* Fenetre de dialogue anti-doublon */
#questionNouvelleAnnonce {
	font-size: 1.1em;
}
.ui-dialog-cyb button.ui-button.ui-button-text-only{
	width: 320px;
	background: #cdeafe;
	color: #1169ab;
}
.ui-dialog-cyb .ui-widget-header {
	background: linear-gradient(to bottom, #32a0f5 0%,#3c8cf5 100%);
}
.ui-dialog-cyb .ui-dialog-titlebar {
    padding: 0.2em 1em !important;
}

/* Fenêtre de dialogue "alerte aucune ville saisie" */
.dialogAlerteVille {
	position: fixed !important;
}
.dialogAlerteVille .confirmJquery {
	min-height: 0px !important;
    font-weight: bold;
}

/* Boutons "mettre en favoris" et "partager sur ..." */
.bloc-partage-favoris {
	display: inline-block;
	vertical-align: middle;
}
.bloc-partage-favoris-annonce {
	position: absolute;
	top: 0;
	right: 0;
}
.bloc-partage-favoris-liste {
	position: absolute;
	top: 0;
	right: 0;
}
.bloc-visible {
	display: inline-block;
}
.sous-bloc-partage-favoris {
	display: inline-block;
}
.sous-bloc-partage-favoris > img {
	vertical-align: middle;
	margin-right: 2px;
}
.coeur_image {
	width: 25px;
	height: 25px;
	margin-right: 2px;
	transition: all 0.3s;
	pointer-events: all !important;
}
.coeur_image_c {
	background: url('/lib3/svg/heart_c.svg');
}
.coeur_image_c:hover {
	background: url('/lib3/svg/heart_c_nb.svg');
}
.coeur_image_nb {
	background: url('/lib3/svg/heart_c_nb.svg');
}
.coeur_image_nb:hover {
	background: url('/lib3/svg/heart_c.svg');
}
.togglePartage {
	display: none;
	position: absolute;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #ccc;
	padding: 2px 5px;
	z-index: 10001;
	width: 290px;
	right: -5px;
	box-shadow: 1px 1px 10px 0px #777777;
}
#lienPage {
	flex: 1;
}
#boutonCopierLien {
	margin-left: 5px;
}
.lienPartage > a > * {
	display: inline-block;
	vertical-align: middle;
}
.lienPartage > a > span {
    margin-left: 10px;
}
.listePartage {
	display: flex;
    margin: 5px 0px;
    line-height: 40px;
}
.ui-datepicker-unselectable.min_loc {
	opacity: 0.7 !important;
}
.min_loc > span, .min_loc > a {
	background: #cccccc !important;
}
#loader_dispos_planning {
	display: block;
}

.bloc_moteur_resa_direct {
	padding: 15px 0 10px 0;
	text-align: center;
	border: 1px solid #f0e5d4;
	border-radius: 2px;
	border-left-color: transparent;
	border-right-color: transparent;
}

.couleur_titre {
	color: #2980b9;
}
.lien_inherit {
	font-weight: bold;
	color: inherit;
	text-decoration: underline;
}

#form_paiement.avant_banque {
	text-align: center;
}
#form_paiement.avant_banque > div {
	display: inline-block;
	vertical-align: middle;
}
#form_paiement.avant_banque div:nth-child(1) {
	margin-right: 15px;
}
#form_paiement.avant_banque table {
	text-align: left;
}
#form_paiement.avant_banque .input_texte {
	width: 320px;
}

.fleche_css {
	display: inline-block;
	padding: 3px 0px;
	margin-left: 5px;
}
.fleche_css::before, .fleche_css::after {
	width: 10px;
	height: 2px;
	background: #aaa;
	display: block;
	content: "";
	transition: all 0.2s;
}
.fleche_css::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: 5px;
	margin-left: -2px;
}
.fleche_css::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -2px;
	margin-left: 4px;
}
.fleche_css_up::before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.fleche_css_up::after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.disable_elem_tourisme {
	pointer-events: none;
} 
.disable_elem_tourisme > .fleche_css {
	display: none;
}
.titre_tourisme_liste {
	max-width: calc(100% - 37px);
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: top;
}
.interact_only_mobile {
	display: inline-block;
	pointer-events: none;
	text-decoration: none;
}
#separatorNum {
	display: block;
}
.btnCall{
	pointer-events: none !important;
	text-decoration: underline;
	color: #666666 !important;
	background-color: none !important;
}

.btnCall_blue{
	pointer-events: none !important;
	text-decoration: underline;
	color: #666666 !important;
	background-color: none !important;
}
.btnCall_orange{
	pointer-events: none !important;
	text-decoration: underline;
	color: #666666 !important;
	background-color: none !important;
}
/* Page Région */
.table-data-recap2 a.a_bloc {
	display: block;
	text-decoration: none;
}
.table-data-recap2 a.a_bloc .titre_a_block {
	font-weight: bold;
	font-size: 1.2em;
}
.table-data-recap2 a.a_bloc:hover .titre_a_block {
	text-decoration: underline;
}
.table-data-recap2 a.a_bloc:hover .legende {
	color: #2980B9;
}

.fleche_liste, .fleche_horizontale {
	position: absolute;
	cursor: pointer;			
	top: calc(50% - 12px);
	background: rgb(255, 255, 255);
	padding: 5px;
	border-radius: 50%;
	box-sizing: border-box;
	width: 24px;
	height: 24px;
	opacity: 0.5;
}
.fleche_liste:hover, .fleche_horizontale:hover {
	opacity: 1 !important;
}
.fleche_liste.fleche_gauche, .fleche_horizontale.fleche_gauche {
	left: 5px;
	display: none; /* par défaut */
}
.fleche_liste.fleche_droite, .fleche_horizontale.fleche_droite {
	left: calc(100% - 29px); /* 24px + 5px*/
}

.bloc_prestas_activites {
	display: inline-block;
	vertical-align: top;
}
.bloc_prestas_activites table {
	border-bottom: 0;
}
.bloc_prestas_activites table tr td {
	height: 25px;
	padding: 2px 5px;
	border-top: 0;
	white-space: nowrap;
}
.bloc_prestas_activites td input[type=text] {
	width: 70px;
	height: 23px;
	padding: 3px;
	padding-top: 3px;
}
.separation_prestas {
	display: inline-block;
	height: 450px;
	border-right: 1px solid #ccc;
	margin: 10px 20px;
}
input:disabled {
	background: #efefef;
}

.modalBox {
	display: none;
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.5);
	text-align: center;
}
.modalBox .modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 10px;
	border: 1px solid #fff;
	border-radius: 3px;
	position: relative;
	display: inline-block;
	text-align: left;
	overflow: hidden;
}
.modalBox .modal-close {
	color: #aaaaaa;
	font-size: 28px;
	font-weight: bold;
	position: absolute;
	top: 0px;
	right: 0px;
	transition: all 0.5s;
	width: 28px;
	height: 28px;
	padding: 0 0 10px 10px;
	cursor: pointer;
}
.modalBox .modal-close:hover, .modalBox .modal-close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

/* Évite le zoom auto effectué par iOS si le font-size est inférieur à 16px */
.focus-font-size {
	font-size: 16px !important;
}

input.input_calendar.with_clear_button {
	padding-left: 30px !important;
	background-position: 5px center;
}
.clear_button {
	position: absolute;
	top: calc(50% - 10px);
	right: 5px;
	display: none;
	width: 8px;
	height: 8px;
	background-repeat: no-repeat;
	background-image: url(/lib3/clear-button.png);
	background-position: center;
	padding: 4px;
	cursor: pointer;
	box-sizing: content-box !important;
}

.onoffswitch {
	position: relative; width: 70px;
	-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
	display: inline-block;
	vertical-align:middle;
	margin-right: 10px;
}
.onoffswitch-checkbox {
	display: none;
}
.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border-radius: 20px;
	text-align: left;
}
.onoffswitch-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
	display: block;
	float: left;
	width: 50%;
	height: 24px;
	padding: 0;
	line-height: 24px;
	font-size: 14px;
	color: white;
	font-weight: bold;
	box-sizing: border-box;
}
.onoffswitch-inner:before {
	content: "OUI";
	padding-left: 10px;
	background-color: #2980b9;
	color: #FFFFFF;
}
.onoffswitch-inner:after {
	content: "NON";
	padding-right: 10px;
	background-color: #EEEEEE;
	color: #999999;
	text-align: right;
}
.onoffswitch-switch {
	display: block;
	width: 18px;
	margin: 3px;
	background: #FFFFFF;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 46px;
	border-radius: 20px;
	transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	right: 0px; 
}

/* Fenêtre de contact propriétaire */
#modalbox_contact_tel_msg .modal-content, #modalbox_contact_form_msg .modal-content {
	padding: 0;
	border: none;
	width: 450px;
    max-width: 100%;
}
#modalbox_contact_tel_msg .modal-content iframe, #modalbox_contact_form_msg .modal-content iframe {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	min-height: 650px;
}
#modalbox_contact_tel_msg .modal-close, #modalbox_contact_form_msg .modal-close {
	background: transparent;
	color: #fff;
}

.meilleur_prix_garanti {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.5);
	border-bottom-right-radius: 50%;
	padding-bottom: 7px;
}

#image-theme {
	max-width: 400px;
	max-height: 300px;
	border-radius: 10px;
}

.detail_note_avis {
	position: absolute;
	right: 6px;
	background: #fff;
	box-shadow: 0 0px 10px #aaa;
	border-radius: 3px;
	min-width: 220px;
	padding: 5px 7px;
	font-weight: normal;
	color: #404040;
	text-align: left;
	box-sizing: border-box;
	z-index: 999;
}
.trad_logo{
	fill: #505050 ;
}
.trad_logo:hover{
	fill: #32a0f5 !important;
}
.trad_button{
	color: #505050 ;
}
.trad_button:hover{
	color: #32a0f5;
}
.trad_button:hover .trad_logo{
	fill: #32a0f5 !important;
}
.bloc_photo_profil {
	float: right;
	position: relative;
	width: 120px;
	height: 90px;
}
.bloc_photo_profil .elem_tournant {
	position: absolute;
	opacity: 0;
}
.bloc_photo_profil .elem_tournant:nth-child(1){
	opacity: 1;
}

/* Fausses checkbox */
.checkbox_cyb input[type=checkbox] {
	display: none;
}
.checkbox_cyb label span {
	vertical-align: middle;
}
.checkbox_cyb label:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-image: url(/lib3/svg/checkbox_0.svg);
	background-size: 16px;
}
.checkbox_cyb input[type=checkbox]:checked + label:before {
	background-image: url(/lib3/svg/checkbox_1.svg);
	background-size: 16px;
}

.radio_cyb_ input {
	display: none;
}
.radio_cyb_ label {
	border: 1px solid #ccc;
	padding: 3px 7px;
	border-radius: 5px;
}
.radio_cyb_ label.first {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.radio_cyb_ label.second {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.radio_cyb_ label.interm {
	border-radius: 0;
}

.radio_cyb_ label.last {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}


.radio_cyb_ input:checked + label {
	color: #ffffff;
	background: #2980b9;
	border-color: #2980b9;
}

.data_div {
	padding-bottom: 10px;
}

.attente_cookies {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 800px;
	height: 350px;
	margin: auto;
	background: rgba(0, 0, 0, 0.75);
	color: #fff;
	text-align: center;
}
.btn_accepte_cookie {
	padding: 3px 10px;
	border-radius: 3px;
	text-decoration: none;
	margin-left: 10px;
}

/* Fenêtre modale (utilisée notamment par les fenêtres de gestion de favoris) */
.overlayModal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	text-align: center;
	background: rgba(0, 0, 0, 0.75);
	color: #404040;
}
.containerModal_1 {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.containerModal_2 {
	display: inline-block;
	background: #FFFFFF;
	padding: 20px;
	border-radius: 5px;
	text-align: left;
	max-width: 1000px;
	position: relative;
}

/* CSS pour l'ajout d'une annonce dans une liste de favoris (ou création de liste) */
.liste_favoris_item {
	display: block;
	margin: 0;
	border-radius: 0;
	box-shadow: 0 0 0 1px #e1e1e1;
	margin-bottom: 1px;
	padding: 15px;
	cursor: pointer;
	transition: all 0.3s;
}
.liste_favoris_item:hover {
	box-shadow: 1px 1px 10px #ccc, 1px 5px 10px #ccc;
}
.liste_favoris_item .rond_plus_mini {
	display: inline-block;
	background: #666666;
	padding: 7px;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 10px;
}
.liste_favoris_item .rond_plus_mini img {
	display: block;
}
.liste_favoris_item .label_creer_liste {
	display: inline-block;
	vertical-align: middle;
}

.fermer_nb_personnes {
	text-align: center;
	cursor: pointer;
	line-height: normal;
	padding: 4px 0;
	margin-bottom: 5px;
	margin-top: 10px;
	border-radius: 2px;
}

/* Affichage du tarif Booking sur fiche Annonce/Hotel */
.result_dispo_tarifs {
	line-height: 1;
	text-align: center;
}
.result_dispo_tarifs .content {
	display: inline-block;
	text-align: left;
	margin-top: 15px;
}
.result_dispo_tarifs .content .bloc_tarifs {
	display: flex;
	align-items: center;
	margin: 15px 0 5px 0;
}
.result_dispo_tarifs .content .bloc_tarifs .tarif_dispo {
	display: inline-block;
	margin-bottom: 0 !important;
	padding: 7px 12px;
	text-align: center;
	background: #fff;
	border-radius: 3px;
	color: #393;
	min-width: 86px;
}
.result_dispo_tarifs .content .bloc_tarifs .tarif_dispo.tarif_nuit {
	margin-right: 5px;
}
.result_dispo_tarifs .content .bloc_tarifs .tarif_dispo .tarif {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
}
.result_dispo_tarifs .content .btn_reservation {
	padding: 7px 15px;
	border-radius: 3px;
	text-decoration: none;
	font-weight: bold;
	min-width: 125px;
	text-align: center;
	display: block;
	margin-top: 12px;
}
.result_dispo_tarifs .content .btn_reservation:hover {
	color: #fff;
}
.item_main_tarif_sejour .btn_reservation {
	display: block;
	width: 110px;
	margin: 10px auto;
	padding: 5px 7px;
	border-radius: 3px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
.item_main_tarif_sejour .btn_reservation:hover {
	color: #fff;
}
.item_main_tarif_sejour .div-list-25 {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: auto;
	min-width: 25%;
	min-height: 33px;
	flex-direction: column;
}
.bloc_detail_dispo_tarif table td {
	border: 1px solid #ccc;
	padding: 3px 6px;
	text-align: right;
}
.bloc_detail_taxe_sejour {
	max-width: 360px;
	padding-right: 20px;
}
.bloc_detail_taxe_sejour .montant_taxe_sejour_detail {
	color: #393;
	font-size: 1.3em;
}

/* Nouvel affichage du haut des annonces (04/2024) */
.header_ann-haut-droite {
	text-align: right;
}
.annonce_fiche .bloc-partage-favoris {
	/* + retirer <br> de inc_header_annonce.php (l.87) */
	display: block;
	margin-top: 5px;
}
.bloc_detail_dispo_tarif table td {
	border: 1px solid #ccc;
	padding: 3px 6px;
	text-align: right;
}
.bloc_detail_taxe_sejour {
	max-width: 360px;
	padding-right: 20px;
}
.bloc_detail_taxe_sejour .montant_taxe_sejour_detail {
	color: #393;
	font-size: 1.3em;
}
.bloc_infos_proprio_et_annonce {
	display: inline-block;
	vertical-align: top;
	width: calc(50% + 10px);
	margin-bottom: 10px;
}
.bloc_prestas_main_big {
	box-sizing: border-box;
	margin-bottom: 10px;
	padding: 10px 0;
}
.prestas_main_big {
	display: inline-flex;
	vertical-align: middle;
	align-items: center;
	flex-direction: column;
	width: calc(100%/3);
	height: 55px;
	font-size: .9em;
}
.prestas_main_big img {
	margin-bottom: 5px;
	filter: grayscale(1) invert(1) brightness(93%);
	height: 18px;
}
.bloc_moteur_dispo_et_msg {
	width: calc(50% - 10px);
	box-shadow: 1px 0 10px #ccc;
	border-radius: 10px;
	padding: 15px;
	box-sizing: border-box;
	float: right;
}
.form_dispos_dates {
	display: inline-block;
	white-space: normal;
	border-radius: 3px;
	padding-top: 10px;
}
.form_dispos_dates .conteneur_elems_recherche {
	display: inline-block;
	vertical-align: top;
}
.form_dispos_dates .conteneur_elems_recherche .elem_recherche {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-bottom: 5px;
}
.form_dispos_dates .conteneur_elems_recherche .elem_recherche:nth-child(1) {
	width: calc(50% - 3px);
	margin-right: 3px;
}
.form_dispos_dates .conteneur_elems_recherche .elem_recherche:nth-child(2) {
	width: calc(50% - 2px);
	margin-left: 2px;
}
.form_dispos_dates .conteneur_elems_recherche .elem_recherche:nth-child(3) {
	width: 100%;
}
.form_dispos_dates .elem_recherche_button {
	width: 100%;
	text-align: left;
}
.form_dispos_dates #wrap_nb_personnes {
	width: 100%;
}
.form_dispos_dates .conteneur_elems_recherche .elem_recherche {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-bottom: 5px;
}
.form_dispos_dates .conteneur_elems_recherche .elem_recherche_button {
	width: 100%;
	text-align: left;
}
.form_dispos_dates .conteneur_elems_recherche .elem_recherche {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-bottom: 5px;
}
.form_dispos_dates .conteneur_elems_recherche input, .form_dispos_dates .conteneur_elems_recherche textarea, .form_dispos_dates .conteneur_elems_recherche select {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
}
.bloc_infos_proprio_et_annonce {
	display: inline-block;
	vertical-align: top;
	width: calc(50% + 10px);
	margin-bottom: 10px;
}
.bloc_infos_proprio {
	box-shadow: 1px 0 10px #ccc;
	border-radius: 10px;
	box-sizing: border-box;
	margin-right: 20px;
	padding: 10px 5px;
}
.bloc_infos_proprio_left {
	display: inline-block;
	vertical-align: middle;
	width: 80px;
	color: #656565;
}
.bloc_infos_proprio_right {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 90px);
	margin-left: 10px;
}
.bloc_photo_profil {
	position: relative;
	border-radius: 5em;
	overflow: hidden;
	width: 80px;
	height: 80px;
}
#photo_profil {
	position: initial;
	display: block;
}
.chaine_loueur {
	font-size:.9em;
	color:#888
}
.chaine_identite_verifiee {
	color:#298fce;
	font-size:.9em
}
.chaine_salle_reception {
	font-size:.9em;
	color:#656565
}
.chaine_ref {
	font-size:.8em;
	margin-top:3px
}
.chaine_siteweb, .chaine_num_agrement, .chaine_num_licence {
	font-size:.9em;
	color:#656565
}
.chaine_num_agrement, .chaine_num_licence {
	font-size: 0.8em;
}
.chaine_type_heberg {
	font-size:.8em;
	color:#656565;
	margin-top:10px;
	margin-left:8px
}
.chaine_autre_annonces {
	margin-top:10px
}
.chaine_phone {
	margin-top:5px;
	font-size:.9em
}
.dispo_tarif_big {
	font-weight: bold;
}
.block_btn_img_tarifs {
	margin-top: 10px;
}
.ligne_tarif .block_btn_img_tarifs, .ligne_tarif .btn_img_tarifs_prop {
	margin: 0 !important;
}
.ligne_tarif {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.disp_ib_m {
	display: inline-block;
	vertical-align: middle;
}
.lien_details, .lien_details * {
	cursor: pointer;
	text-decoration: underline dotted;
	text-underline-offset: 2px;
}
.photo_profil_auto {
	background:#cfe0d6;
	width:80px;
	height:80px;
	color:#000;
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center
}
.photo_profil_auto_text {
	color:#fff;
	font-weight:700;
	font-size:2em
}
.compteur_photos_gen {
	position: absolute;
	bottom: 12px;
	right: 8px;
	background: rgba(255, 255, 255, 0.6);
	padding: 3px 7px;
	border-radius: 3px;
}

/* Pour Internet Explorer */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.fleche_liste {
		top: 50px;
	}
}
@keyframes zoomInOut {
	0% {
		opacity: 0;
		transform: scale(1);
	}
	50% {
		opacity: 1;
		transform: scale(1.2);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
.zoomInOut {
	animation-name: zoomInOut;
	animation-duration: 2s;
	animation-fill-mode: forwards;
}

.image_crisp{
	image-rendering: -webkit-optimize-contrast;
	-ms-interpolation-mode: nearest-neighbor;
}

.bloc_button input[type="radio"] {
	opacity: 0;
	position: fixed;
	width: 0;
}

.bloc_button label {
	display: inline-block;
	padding: 10px 20px;
	font-size: 16px;
	border: 1px solid #444;
	border-radius: 10px;

}


.bloc_button input[type="radio"]:checked + .oui_button {
	background-color: #43CA32;
	border-color: #43CA32;
	color: white;
}

.bloc_icon_texte img{
	margin-right: 8px;
}

.bloc_button input[type="radio"]:checked + .non_button {
	background-color: #FF4B55;
	border-color: #FF4B55;
	color: white;
}

.dot {
	height: 25px;
	width: 25px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	margin-right: 8px;
	cursor: pointer;
}

.treview1, .treview2{
	color: #FF4B55;
	grid-column-start: 2;
}

.treview3, .treview4{
	color: #FF9B55;
	grid-column-start: 2;
}

.treview5, .treview6{
	color: #FFE15A;
	grid-column-start: 2;
}

.treview7, .treview8{
	color: #98E368;
	grid-column-start: 2;
}

.treview9, .treview10{
	color: #43CA32;
	grid-column-start: 2;
}

#titre_avis{
	max-width: 650px;
}

#texte_avis{
	max-width: 650px;
}
.infos-avis input, .infos-avis select{
	height: 40px;
}

.new_form_aff {
	position: absolute;
	left: var(--pad);
	top: var(--pad);
	background: white;
	padding-inline: .3em;
	transition: transform 200ms;
	pointer-events: none;
	transform-origin: left;
	translate: -.3em;
}

.new_input_aff {
	padding: var(--pad);
	border-radius: 8px;
	border: 1px solid #eee;
	color: inherit;
	width: 300px;
	outline: none;
}

.new_input_aff::placeholder {
	opacity: 0;
}

.new_input_aff:focus + .new_form_aff,
.new_input_aff:not(:placeholder-shown) + .new_form_aff {
	transform: translateY(calc(-50% - var(--pad))) scale(.8);
	color: #32A0F5;
}

.bloc_input_form{
	--pad: .75rem;
	position: relative;
	margin: 15px 0;
}

.bloc_review_resume{
	display: inline-block;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	background-color: rgba(255, 255, 255, 0.5);
	margin-right: 10px;
	box-shadow: 1px 0 10px #ccc;
	padding: 10px;
	border-radius: 5px;
}

.bloc_un_avis{
	width: 300px;
	min-width: 300px;
}

.bloc_all_avis{
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
@-webkit-keyframes slideIn {
	from {top: 700px; height: 0%}
	to {top: 0; height: 100% }
}

@keyframes slideIn {
	from {top: 700px; height: 0%}
	to {top: 0; height: 100% }
}