:root {
	--cyb-button-main-bg: #FEA735;
	--cyb-button-main-bg-hover: #7A7171;
	--cyb-button-main-color: #fff;
}
html{
	font-size: 100%;
}

html, body {
	height: 100%;
	margin: 0;
	/* overflow-x: hidden; */
}
body {
	font-size: 0.8em;
	/*background:#D6DBB7 url(/lib/background.png) repeat-x;*/
	/*background-color: #F3F0EB;*/
	background-color: #FFFFFF;
	padding: 0;
	color: #505050; /* #404040 */
}

*{
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.no-overflow {
	overflow: hidden;
}
.texte-mini{
	font-size: 0.85em;
}

a{
	color: #656565;
	text-decoration: none;
}
a:hover{
	color: #EA6F03;
	text-decoration: underline;
}
.fake_a{
	color: #656565; /* #871D0D */
	text-decoration: none;
	cursor: pointer;
}
.fake_a:hover{
	color: #EA6F03;
	text-decoration: underline;
}
.fake_a.selected {
	color: #EA6F03;
}

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{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-bottom: 5px;
}
input[type=text], input[type=password], input[type=email], input[type=file], input[type=url], input[type=tel], input[type=number], textarea, select{
	padding: 6px;
	padding-top: 7px;
	border-radius: 3px;
	border: 1px solid #cccccc;
	color: inherit;
}

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, textarea, select{
	vertical-align: middle;
}
input, textarea, select{
	font-size: 1em;
}
input[type=number]{
	-moz-appearance: textfield;
}

select{
	cursor: pointer;
	padding: 4px;
	/*-webkit-appearance: textfield;*/
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right center;
	/*background-image: url(/lib/dropdown-arrow.png);*/
	background-image: url(/lib/svg/dropdown.svg);
	background-size: 20px;
	-webkit-padding-end: 17px;
	-moz-padding-end: 17px;
	-moz-appearance: none;
}
select::-ms-expand {
	display: none;
}
select:disabled{
	background-image: url(/lib/dropdown-arrow-disabled.png);
	cursor: auto;
}
input:focus, textarea:focus, select:focus{
	/*outline: 1px solid #0896ff;*/
	outline: 1px solid #FFA000;
	outline-offset: -1px;
}

input[type=button], input[type=submit]{
	padding: 7px;
	border-radius: 3px;
	cursor: pointer;
	outline: 0;
}
button.input_button {
	height: 32px;
	padding: 7px;
	border-radius: 3px;
	cursor: pointer;
	outline: 0;
	margin-bottom: 5px;
}

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;
}

.input_calendar{
	background-repeat: no-repeat;
	background-position: right center;
	background-position: calc(100% - 5px) center;
	/*background-image: url(/lib/calendar2.png);*/
	background-image: url(/lib/svg/calendar.svg);
	background-size: 20px;
	cursor: pointer;
}
.input_personnes{
	background-repeat: no-repeat;
	background-position: right center;
	background-position: calc(100% - 5px) center;
	/*background-image: url(/lib/personnes.png);*/
	background-image: url(/lib/svg/personnes.svg);
	background-size: 20px;
	cursor: pointer;
}

.placeholder{
	color: #aaaaaa;
}

.country-list.hide {
	display: none;
}

#body-container {
	position: relative;
	min-height: calc(100% - 1px);
	box-sizing: border-box;
	margin-bottom: -20px;
}

#body-content{
	/*min-height: 85vh;*/
	max-width: 1200px;
	margin: auto;
	padding: 10px 0 100px 0;
	/*box-shadow: 0 0 15px rgba(0,0,0,.1);*/
}

#header-site{
	width: 100%;
	color: #2c3e50;
	background-color: #fff;
	height: 57px;
	box-shadow: 0px 1px 5px #ccc;
}

#header-site-content{
	max-width: 1300px;
	margin: auto;
	padding: 10px;
	padding-top: 0;
}

#footer{
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #ffffff;
	padding: 10px;
	background-color: #38332E;
	box-sizing: border-box;
}

#footer-content{
	max-width: 1200px;
	margin: auto;
	padding: 5px;
	box-sizing: border-box;
}
#footer-content a{
	color: #EA6F03;
}
#footer-content img{
	vertical-align: middle;
	border: 0;
}
#footer-copyright {
	display: block;
}

.liens-new-accesproprio-haut {
	display: inline-block;
}
.liens-new-accesproprio-bas {
	display: none;
}

#logo{
	float: left;
	margin-top: 5px;
	display: inline-block;
}
.mobile_lien_logo{
	padding-top: 0px;
	display: inline-block;
}
#top-right{
	float: right;
	position: relative;
}

a.tab-top{
	display: inline-block;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	color: #ffffff;
	text-decoration: none;
	border: 0;
	background: #ffa000;
	transition: all 0.2s;
	/*border: 1px solid transparent;*/
	border-top: 0;
	min-height: 21px;
	white-space: nowrap;
}

#menu_content a, #menu_content div{
	padding-top: 0px;
    top: 0px;
}
.btn_proprietaire{
	background: #F1EAE0;
	color: #07474F;
	font-weight: bold;
	border-radius: 2em;
	display: inline-block;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;

	text-decoration: none;
    border: 0;
    transition: all 0.2s;
    /* border: 1px solid transparent; */
    border-top: 0;
    min-height: 21px;
    white-space: nowrap;
}

.btn_proprietaire:hover {
	background: #DFD8D8;	
	color: #07474F;
	text-decoration: none;
	border-top: 0;
}

a.tab-top:hover{
	background: #DFD8D8;
	text-decoration: none;
	border-top: 0;
}

.img_moncompte {
	border-radius: 50%;
	vertical-align: middle;
	max-width: 20px;
	margin-right: 5px;
	position: relative;
	top: -2px;
}

a.tab-top.esp_prop {
	padding-left: 5px;
}

.tab-top-flags{
	display: inline-block;
	position: relative;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	color: #ffffff;
	cursor: pointer;
	border: 0;
	background: #ffa000;
	transition: all 0.2s;
	min-height: 21px;
}
.tab-top-flags:hover{
	background: #7A7171;
}

.flags-list{
	z-index: 10000;
	position: absolute;
	top: 100%;
	right: 0px;
	/*margin-top: 8px;*/
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 2;
	display: none;

	background: #F1EAE0;
	color: #07474F;
	border-radius: 7px;
	border-top-right-radius: 0;
}
.flags-list a{
	display: block;
	color: #07474F;
	text-decoration: none;
	white-space: nowrap;
}
.flags-list a:hover{
	text-decoration: underline;
}

#currencies{
	display: inline-block;
	position: relative;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	white-space: nowrap;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	color: #2c3e50;
	cursor: pointer;
	border: 0;
	transition: all 0.2s;
	min-height: 21px;
}
#currencies:hover{
	/*background: #7A7171;*/
}

#currency_selected{
	display: block;
	box-sizing: border-box;
	color: #2c3e50;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
}
#currency_selected img{
	vertical-align: middle;
	margin-top: -4px;
}
#list_currencies{
	z-index: 10000;
	position: absolute;
	top: 100%;
	right: 0px;
	/*margin-top: 8px;*/
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background: #F68A1F;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	color: #ffffff;
	line-height: 2;
	display: none;
	background: #7A7171;
}
#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{
	color: #ffffff;
	text-decoration: none;
}
#list_currencies a:hover{
	text-decoration: underline;
}

.drapeau{
	border: 1px solid #b26e1c;
	margin-bottom: -1px;
}

.drap-ch{
	margin-left: 3px;
	margin-right: 3px;
}
.drap-np{
	margin-left: 4px;
	margin-right: 4px;
}

.decale{
	margin-left: 10px;
}

.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: 0;
	background: #32a0f5;
	transition: background 0.2s;
}
.button-bleu:hover{
	background: #3c8cf5;
}
.button-bleu-v2{
	color: #ffffff;
	border: 0;
	background: #419EE5;
	transition: background 0.2s;
}
.button-bleu-v2:hover{
	background: #43B4E5;
}

.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-orange{
	color: #ffffff;
	border: 0;
	background: #ffa000;
	transition: all 0.2s;
}
.button-orange:hover{
	background: #7A7171;
}
.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: #ffffff;
	border: 0;
	background: #29C76C;
	transition: all 0.2s;
}
.button-vert-v2:hover{
	background: #3ECC7A;
}

.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;

	border: 1px solid #C0392B;

	background: #e74c3c;
	background: -moz-linear-gradient(top, #e74c3c 0%, #c0392b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e74c3c), color-stop(100%,#c0392b));
	background: -webkit-linear-gradient(top, #e74c3c 0%,#c0392b 100%);
	background: -o-linear-gradient(top, #e74c3c 0%,#c0392b 100%);
	background: -ms-linear-gradient(top, #e74c3c 0%,#c0392b 100%);
	background: linear-gradient(to bottom, #e74c3c 0%,#c0392b 100%);
}
.button-rouge:hover{
	background: #ec7264;
	background: -moz-linear-gradient(top,  #ec7264 0%, #d7594b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ec7264), color-stop(100%,#d7594b));
	background: -webkit-linear-gradient(top,  #ec7264 0%,#d7594b 100%);
	background: -o-linear-gradient(top,  #ec7264 0%,#d7594b 100%);
	background: -ms-linear-gradient(top,  #ec7264 0%,#d7594b 100%);
	background: linear-gradient(to bottom,  #ec7264 0%,#d7594b 100%);
}
.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);
}

#menu_pleine_page {
	background: #C2DC7B;
	width: 100%;
	z-index: -1;
	box-shadow: 0px 2px 4px -2px #4a4a4a;
}
#top-menu-content {
	max-width: 1200px;
	margin: auto;
}

#menu_content {
	display: table;
	border-collapse: collapse;
}
#menuImage{
	display: none;
}

#menu_content > a, #menu_content > div, #menu_content > span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 40px;
	padding: 0px 20px;
	font-size: 1.2em;
	font-weight: bold;
	color: #404040;
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: #B0D846;
	transition: all 0.2s;
}

#menu_content > a:hover {
	/*background: linear-gradient(to bottom, #E8E8E8 0%, #ffe681 3%, #ffbf59 100%);*/
	background: #ffa000;
	color: #ffffff;
	text-decoration: none;
}

#menu_content > .semi-selected {
	background: linear-gradient(to bottom, transparent 85%, #ffa000 85%);
}
#menu_content > .selected {
	background: #ffa000;
	color: #ffffff;
}

#top-menu{
	border-bottom: 7px solid #f8a108;
}

.top-tab{
	vertical-align: bottom;
	display: inline-block;
	font-weight: bold;
	color: #871d0d;

	background: #f9dca9;
	background: -moz-linear-gradient(top,  #fbefc8 0%, #f9dca9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbefc8), color-stop(100%,#f9dca9));
	background: -webkit-linear-gradient(top,  #fbefc8 0%,#f9dca9 100%);
	background: -o-linear-gradient(top,  #fbefc8 0%,#f9dca9 100%);
	background: -ms-linear-gradient(top,  #fbefc8 0%,#f9dca9 100%);
	background: linear-gradient(to bottom,  #fbefc8 0%,#f9dca9 100%);
}

.top-tab-selected{
	background: #f8a108;
	background: -moz-linear-gradient(top,  #feee88 0%, #f8a108 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feee88), color-stop(100%,#f8a108));
	background: -webkit-linear-gradient(top,  #feee88 0%,#f8a108 100%);
	background: -o-linear-gradient(top,  #feee88 0%,#f8a108 100%);
	background: -ms-linear-gradient(top,  #feee88 0%,#f8a108 100%);
	background: linear-gradient(to bottom,  #feee88 0%,#f8a108 100%);
}

.large-tab{
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	min-width: 120px;
	text-align: center;

	font-size: 1.3em;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	border: 1px solid #f8a108;
	border-bottom: 0;
}
.small-tab{
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;

	font-size: 1em;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border: 1px solid #f8a108;
	border-bottom: 0;
}

.bloc-data{
	background-color: #ffffff;
	padding: 5px;
	position: relative;
}
.bloc-data:first-child{
	border-top: 0;
}
.bloc-data-dept-photo{
	min-height: 298px;
}

.bloc-data-annonce{
	background-color: #ffffff;
	padding: 5px;
	position: relative;
}

.bloc-data2{
	background-color: #ffffff;
	table-layout: fixed;
}

.bottom_txt_long{
	position:absolute;
	bottom: 0;
	z-index: 9;
	background: linear-gradient(transparent, #ffffff);
	height: 60px;
	width: 100%;
}

h1, h2{
	display: inline;
}

.titre_nom_annonce{
	font-size: 1.6em;
}

.titre_page{
	color: #EA6F03;
	font-size: 1.6em;
}

.titre_rubrique{
	color: #EA6F03;
	font-size: 1.3em;
}

.titre-rubrique{
	font-size: 1.8em;
	color: #EA6F03;
}

.titre-srubrique{
	font-size: 1.3em;
	color: #EA6F03;
}

.titre_accueil{
	font-size: 1.5em;
	font-weight: bold;
	color: #EA6F03;
}

#form_moteur_accueil, #form_moteur_accueil_holidu{
	padding: 5px;
	padding-top: 10px;
	background-color: #E1E1E1;
	border-radius: 3px;
	z-index: 10;
}
#form_moteur_accueil #date_arrivee_m, #form_moteur_accueil_holidu #date_arrivee_m{
	width: 100%;
}
#form_moteur_accueil #date_depart_m, #form_moteur_accueil_holidu #date_depart_m{
	width: 100%;
}
#form_moteur_accueil #nb_personnes_text, #form_moteur_accueil_holidu #nb_personnes_text {
	width: 100%;
}
#form_moteur_accueil input[type=text], #form_moteur_accueil input[type=button], #form_moteur_accueil select, #form_moteur_accueil_holidu input[type=text], #form_moteur_accueil_holidu input[type=button], #form_moteur_accueil_holidu select{
	padding: 6px;
	padding-top: 7px;
	font-size: 1.15em;
	width: 100%;
	/*height: 38px;*/
	border: 0;
}
#form_moteur_accueil #mots_cles, #form_moteur_accueil_holidu #mots_cles {
	width: calc(30% - 4px);
	margin-right: 4px;
	position: relative;
}
#form_moteur_accueil #mots_cles .keywords_form_ann, #form_moteur_accueil_holidu #mots_cles .keywords_form_ann{
	width: 100%;
}
#form_moteur_accueil #date_arrivee_m_div, #form_moteur_accueil #date_depart_m_div, #form_moteur_accueil_holidu #date_arrivee_m_div, #form_moteur_accueil_holidu #date_depart_m_div {
	width: calc(15% - 4px);
	margin-right: 4px;
	position: relative;
}
#form_moteur_accueil #nb_personnes_m_div, #form_moteur_accueil_holidu #nb_personnes_m_div {
	width: calc(20% - 4px);
	margin-right: 4px;
}
#form_moteur_accueil #nb_personnes_m_div #wrap_nb_personnes, #form_moteur_accueil_holidu #nb_personnes_m_div #wrap_nb_personnes {
	width: 100%;
}
#form_moteur_accueil #button_search_moteur, #form_moteur_accueil_holidu #button_search_moteur {
	width: calc(20% - 4px);
	margin-right: 4px;
}
#form_moteur_accueil #mots_cles_destination_sugg, #form_moteur_accueil_holidu #mots_cles_destination_sugg {
	margin-top: -5px;
}

#form_moteur_annonces{
	padding: 5px;
	background-color: #EFE0CC;
}
#form_moteur_annonces input[type=text], #form_moteur_annonces input[type=button], #form_moteur_annonces select{
	font-size: 1.1em;
	height: 32px;
}
#form_moteur_annonces label{
	margin-right: 15px;
	margin-bottom: 5px;
	white-space: nowrap;
}
#form_moteur_annonces label img{
	vertical-align: middle;
}

#form_moteur_annonces2{
	padding: 5px;
	padding-top: 10px;
	background-color: #e1e1e1; /* #EFE0CC */
	position: relative;
	border-radius: 3px;
	z-index: 10;
}
#form_moteur_annonces2 * {
	box-sizing: border-box;
}
.form_moteur_annonces2_input {
	display: inline-block;
}

#form_moteur_annonces2 input[type=text], #form_moteur_annonces2 select{
	font-size: 1.15em;
	height: 32px;
	width: 100%;
	border: 0;
}
#form_moteur_annonces2 input[type=button]{
	font-size: 1.1em;
	height: 32px;
	padding: 0;
}
#form_moteur_annonces2 label{
	margin-right: 15px;
	margin-bottom: 5px;
	white-space: nowrap;
}
#bloc_search_submit{
	text-align: center;
	position: absolute;
	top: 10px;
	right: 8px;
}
#more-criteria{
	display: inline-block;
}

#form_moteur_annonces2 #mots_clesb {
	width: calc(30% - 4px);
	margin-right: 4px;
}
#form_moteur_annonces2 #date_arriveeb, #form_moteur_annonces2 #date_departb {
	width: calc(15% - 4px);
	margin-right: 4px;
	position: relative;
}
#form_moteur_annonces2 #nb_personnesb {
	width: calc(20% - 4px);
	margin-right: 4px;
}
#form_moteur_annonces2 #bloc_search_submit {
	width: calc(20% - 10px);
	margin-right: 4px;
}
#form_moteur_annonces2 #types_etab_m, #form_moteur_annonces2 #prestas_m {
	/*width: calc(22% - 4px);*/
	flex: 1;
	margin-right: 4px;
}
/* pour les villes */
#form_moteur_annonces2.form_ville #mots_clesb {
	width: calc(22% - 4px);
	margin-right: 4px;
}
#form_moteur_annonces2.form_ville #rayonb {
	width: calc(8% - 4px);
	margin-right: 4px;
}
#form_moteur_annonces2 #prix_minib, #form_moteur_annonces2 #prix_maxib {
	width: calc(50% - 4px);
	margin-right: 4px;
}

/* Règles par défaut pour ces éléments */
#types_etab_m, #themes_m, #prestas_m, #tri_m {
	display: inline-block;
	position: relative;
	vertical-align: top;
}
/* #tri_m fait toujours 50% car il n'est jamais affiché seul */
#prestas_m{
	flex: 1;
	/*width:calc(50% - 4px);*/
	margin-right: 4px;
}
#tri_m {
	flex: 1;
	/*width:calc(50% - 4px);*/
}
#carte_m{
	display: none;
}
#liste_m{
	display: none;
}
.mapMobile{
	display: none;
}
#bloc_types_etab_m, #bloc_themes_m, #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;
}

#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;
}
#bloc_types_etab_m label, #bloc_prestas_m label, #bloc_themes_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;
}

.toggle_moteur {
	background: #fff;
	padding: 6px;
	padding-top: 7px;
	border-radius: 3px;
	border: 1px solid #cccccc;
	background-repeat: no-repeat;
	background-position: right center;
	/*background-image: url(/lib/dropdown-arrow.png);*/
	background-image: url(/lib/svg/dropdown.svg);
	background-size: 20px;
	cursor: pointer;
}

#form_moteur_annonces2 #bloc_search_submit {
	width: calc(20% - 10px);
	margin-right: 4px;
}
#form_moteur_annonces2 #bloc_search_submit > input {
	width: 100%;
	font-weight: bold;
}

.categ_filtre {
	width: 100%;
}
.categ_filtre b {
	font-size: 1em;
	display: block;
	margin-bottom: 5px;
	white-space: nowrap;
	/*font-size: 1.4em;*/
	margin-top: 20px;
	font-weight: initial;
	width: 100%;
}
.categ_filtre .filtre_item {
	margin-bottom: 5px;
}
.categ_filtre input[type=checkbox] {
	display: none;
}
/* Fausses checkbox */
.categ_filtre label:before {
	content: "";
	display: inline-block;
	vertical-align: sub;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-image: url(/lib/svg/checkbox_0.svg);
	/*background-position: 0 0; checkbox unchecked */
	background-size: 16px;
}
.categ_filtre input[type=checkbox]:checked + label:before {
	/*background-position: -16px 0; checkbox checked */
	background-image: url(/lib/svg/checkbox_1.svg);
	background-size: 16px;
}
.filtre_actif {
	display: inline-block;
	margin: 3px 0;
	margin-right: 15px;
	padding: 2px 10px;
	padding-right: 2px;
	background: #FFA000; /* #F7C294 */
	border: 1px solid #FFA000;
	border-bottom: 1px solid #D0A076;
	border-radius: 1em;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 1.05em;
}
/*.filtre_actif span.close {
  background: #FFEDCF;
  border-radius: 1em;
  padding: 0 4px;
  color: #FFA000;
}*/
#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;
}
#conteneur_tris label {
	padding: 5px 0;
}
#bloc_trier_par a {
	white-space: nowrap;
}
#titre_prestas_m {
  /*background-image: url(/lib3/filter.png), url(/lib/dropdown-arrow.png);
  background-position: 5px center, right center;
  padding-left: 26px;*/
  background-image: url(/lib/svg/filter.svg), url(/lib/svg/dropdown.svg);
  background-size: 20px;
  background-position: 5px center, right center;
  padding-left: 30px;
  border: none;
  font-size: 1.15em;
}
#titre_tri_m {
  /*background-image: url(/lib3/order.png), url(/lib/dropdown-arrow.png);
  background-position: 5px center, right center;
  padding-left: 26px;*/
  background-image: url(/lib/svg/sort.svg), url(/lib/svg/dropdown.svg);
  background-size: 30px, 20px;
  background-position: 5px center, right center;
  padding-left: 37px;
  border: none;
  font-size: 1.15em;
}
/* Fin Nouveau moteur */

.moteur_affil_annonce{
	display: inline-block;
	white-space: normal;
	border-radius: 3px;
}
#form_annonces .moteur_affil_annonce [name=date_arrivee], #form_annonces .moteur_affil_annonce [name=date_depart] {
	width: calc(33.33% - 4px);
	/*max-width: 200px;*/
	margin-right: 4px;
	border: 0 !important;
}
#form_annonces .moteur_affil_annonce #wrap_nb_personnes {
	width: 100%;
}
#form_annonces .moteur_affil_annonce #wrap_nb_personnes input {
	width: 100%;
	border: 1px solid #ccc;
}

#second_part{
	position: relative;
}

#slider1 li{
	margin-top: -12px;
}

.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;
}

.div_error{
	background-color: #f2dede;
	border: 1px solid #a94442;
	color: #a94442;
}
.div_error2{
	background-color: #a94442;
	border: 1px solid #a94442;
	color: #ffffff;
}
.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;
	font-weight: bold;
	border-radius: 3px;
	min-width: 50px;
	font-size: 0.8em;
	text-align: center;
	background: #32a0f5;
	transition: all 0.2s;
	margin: 3px;
}
a.suggest_rayon:hover{
	background: #3c8cf5;
}

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;

	margin: 3px;
}

.div_ok{
	background-color: #dff0d8;
	border: 1px solid #3c763d;
	color: #3c763d;
}

.div_info{
	background-color: #d9edf7;
	border: 1px solid #31708f;
	color: #31708f;
}

.div_notif{
	background-color: #fcf8e3;
	border: 1px solid #8a6d3b;
	color: #8a6d3b;
}

.div_justify{
	text-align: justify;
}

.div-list-fluid{
    display: flex;
    gap: 10px;
    padding: 10px;
    padding-top: 0px;
	flex-direction: column;
}
.titre_theme_bloc{
	margin-bottom: 30px;
}
.div-row-theme {
    display: flex;
    flex-direction: row;
}
.bloc_france_content .ma_carte_ann{
	display: inline-block;
	vertical-align: top;
	width: 45%;
	zoom: 1.7;
}
a.texte-mini.content_pays {
    position: relative;
    height: 202px;
    width: 202px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    cursor: pointer;
}
img.img_pays {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}
img.drapeau_pays {
    position: absolute;
    right: 0px;
    border-top-right-radius: 10px;
	width: 40px;
}
span.nom_pays {
    position: absolute;
    z-index: 2;
    bottom: 8px;
    text-align: center;
    color: white;
    width: 100%;
    font-weight: 700;
    font-size: 15px;
}
.filtre_pays {
    position: absolute;
    width: 100%;
    height: 70%;
    bottom: 0px;
    background: linear-gradient(#ffffff00, #00000075);
	border-radius: 10px;
}
.titre_theme_bloc{
	font-size: 25px;
	margin-left: 15px;
	font-weight: bold;
}
.div-theme-index {
	flex-grow: 1;
	margin: 10px;
}
.bloc_france_region{
	width: 55%;
	display: inline-block;
}
.bloc_france_region_content{
	display: flex;
    flex-wrap: wrap;
	gap: 22px;
}

.div-list-fluid2{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.div-list-fluid3{
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.div-list-drap{
	text-align: center;
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
    width: 100%;
    padding-left: 15px;
}
.div-list-fluid, .bloc_france, .div-list-drap{
	margin-bottom: 65px;
}

.div-list-dept{
	display: inline-block;
	width: 24%;
	vertical-align: top;
	box-sizing: border-box;
	line-height: 2;
}
.facebook_box{
	display: inline-block;
	width: 28%;
	vertical-align: top;
	box-sizing: border-box;
	line-height: 2;
}

.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-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;
}
.div-list-33-moteur{/*pas d'equivalent en mobile*/
	display: inline-block;
	width: 33%;
	vertical-align: top;
	box-sizing: border-box;
}

.td-33{
	width: 33%;
	vertical-align: top;
}

.div-list-50{
	display: inline-block;
	width: 50%;
	vertical-align: top;
	box-sizing: border-box;
}

.ma_carte_ann{
	background-image: url(../lib/france-css/france_gites_new.png);
	width: 327px;
	height: 400px;
	margin: auto;
	background-repeat: no-repeat;
}

.bordure-image{
	border: 1px solid #d5d5d5;
}

a.result-large{
	font-size: 1.1em;
	font-weight: bold;
}

.image-list{
	margin-right: 5px;
}

#results-with-map{
	display: table;
	width: 100%;
}

.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;
	padding: 0px;
	background-color: #ffffff;
	/*border: 1px solid #dfe0e4;*/
	/*border-bottom: 1px solid #c9c9cd;*/
	box-shadow: 0 2px 4px 0 #061f1829;;
	color: #666666;
	text-decoration: none;
	position: relative;
	margin-bottom: 10px;
	padding-right: 1px;
	min-height: 124px;
	line-height: 1.35;
	transition: box-shadow 0.35s;
	overflow: hidden;
	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;
}
.etab_map{
	display: block;
	border-radius: 3px;
	padding: 0px;
	color: #666666;
	text-decoration: none;
	padding-right: 1px;
	line-height: 1.35;
}
img.etab-illus{
	float: left;
	width: 162px;
	height: 122px;
	border-radius: 5px 0 0 5px;
}
/* si taille modifiée => modifier sur .bloc-listing a.etab .etab-content et dans css_maps.css -> .gm-style-iw .etab-content */
img.etab-illus-tourisme{
	float: left;
	width: 100px;
	height: 75px;
}

.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 #aaa;
}
.bloc-listing a.etab .etab-content-tourisme{
	padding-left: 105px;
}

.bloc-listing a.etab .etab-content .etab-phone{
	font-size: 0.85em;
}

.moyenne-etab{
	display: block;
	margin-top: 3px;
	padding: 3px;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1;
	border-radius: 2px;
	/*color: #CC8034;*/
	/*color: #656565;*/
	color: #2980b9;
}
.moyenne-etab-hotel{
	background-color: transparent;
	padding: 0;
	min-width: 0;
}
.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: #333333;
	line-height: 1;
	border-radius: 2px;
	min-width: 60px;
}

.tarif-etab-double-tarif{
	width: 95% !important;
}

.tarif-etab-hotel{
	font-size: 1.3em;
	background-color: transparent;
	padding: 0;
	min-width: 0;
	text-align: right;
}

.tarif-etab .etab-footer-tarif-emphase {
	color: #339933;
	padding: 3px 0px;
	border-radius: 3px;
	background-color: #f2f1ef;
	text-align: center;
	min-width: 60px;
	margin-top: 3px;
}

.tarif-etab .etab-footer-disponible-emphase {
	color: #339933;
	padding: 3px 0px;
	border-radius: 3px;
	background-color: #f2f1ef;
	text-align: center;
	min-width: 60px;
	margin-top: 3px;
}
.tarif-etab .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;
}
.tarif-etab .etab-footer-tarif-surdemande-emphase {
	color: #f8a108;
}
.double_tarif_bloc{
	display: inline-block;
	box-sizing:border-box;
	width: 50%;
	vertical-align: top;
}
.mini-tarif{
	font-size: 0.8em;
	font-weight: normal;
}
.mini-tarif-hotel{
	font-size: 0.6em;
	font-weight: normal;
}
.label_non_dispo {
  /*
  position: absolute;
  bottom: 2px;
  right: 1px;
  */
	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: #656565;
}
.bloc-listing .link{
	text-decoration: none;
}
.bloc-listing a:hover .title{
	color: #EA6F03;
	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, 0.25); /* 25 % de la couleur verte du menu */
}

/* 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('/lib/bottom_boost_list.png');
	background-repeat: repeat-x;
	height: 30px;
	width: 100%;
	z-index: 2;
}

#show_more_boost{
	text-align: center;
	margin-bottom: 10px;
	color: #656565;
}
#show_more_boost:hover{
	cursor: pointer;
	color: #EA6F03;
}

.double-line-height{
	line-height: 210%;
}

#fil-ariane{
	margin-bottom: 20px;
}
#fil-ariane b{
	color: #EA6F03;
}
#fil-ariane a{
	color: #656565;
	text-decoration: none;
}

#fil-ariane a:hover{
	color: #EA6F03;
}


.table-data-liste-villes{
	width: 100%;
	border-collapse: collapse;
	background-color: #ffffff;
}
.table-data-liste-villes td{
	padding: 7px 5px;
	vertical-align: top;
}
.table-data-liste-villes {
	background-color: #FFFAF2;
}
.table-data-liste-villes .distance-proche{
	font-size: 0.8em;
}

.table-data-liste-villes-depts{
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #dfe0e4;
	border-radius: 3px;
}
.table-data-liste-villes-depts a{
	font-weight: normal;
	font-size: 1em;
}
.table-data-liste-villes-depts td{
	padding: 5px;
	vertical-align: top;
}

.table-data-recap{
	width: 100%;
}
.table-data-recap td{
	padding: 5px;
	vertical-align: top;
}
.table-data-recap a{
	font-weight: bold;
	font-size: 1.1em;
}

.table-data-recap2{
	width: 100%;
}
.table-data-recap2 td{
	padding: 10px 5px;
	vertical-align: top;
}

/* Page Région */
.table-data-recap2 a.a_bloc {
	display: block;
	text-decoration: none;
	color: #404040;
}
.table-data-recap2 .no_padding {
	padding: 0;
}
.table-data-recap2 a.a_bloc .titre_a_block {
	font-weight: bold;
	font-size: 1.2em;
	color: #656565;
}
.table-data-recap2 a.a_bloc:hover .titre_a_block {
	color: #EA6F03;
	text-decoration: underline;
}

.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;
	min-width: 312px;
	left: 50%;
	margin-left: -156px;
	top: 50%;
	margin-top: -50px;
	background-color: #ffffff;
	text-align: center;
	color: #656565;
	font-weight: bold;
	padding: 10px;
	box-sizing: border-box;
}

#mots_cles_destination_sugg{
	line-height: 1.5;
	margin: auto;
	margin-top: -6px;
	color: #000000;
	border: 1px solid black;
	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: #000088;
	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: #9fde4f;
}
#mots_cles_destination_sugg div.item_can_be_selected:hover {
	background-color: #CFEEA7;
}
#mots_cles_destination_sugg a img{
	margin-bottom: -1px;
	border: 1px solid #d5d5d5;
}

/* ANNONCES */
#header-annonce{
	margin-bottom: 10px;
	min-height: 65px;
	clear: both;
}
#header-annonce h1{
	font-size: 1.5em;
	color: #000088;
	font-weight: bold;
	display: inline;
	vertical-align: middle;
}
#header-annonce h2{
	font-size: 1.3em;
	font-weight: bold;
	display: inline;
	vertical-align: middle;
}

#header-annonce-print h1{
	font-size: 1.6em;
	color: #000088;
	font-weight: bold;
	display: inline;
	vertical-align: middle;
}
#header-annonce-print h2{
	font-size: 1.2em;
	font-weight: bold;
	display: inline;
	vertical-align: middle;
}
#header-annonce .addthis_share{
	float: right;
}

#header-annonce img{
	vertical-align: middle;
	margin-bottom: 5px;
}

#annonce-illus{
	display: table-cell;
	box-sizing: border-box;
	vertical-align: top;
	padding-right: 10px;
	height: 300px;
	min-height: 300px;
	max-height: 300px;
	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%;
	height: 230px;/* la hauteur de la photo miniature */
}
#annonce-table-recap td{
	padding: 5px 3px;
}
#annonce-table-recap td:first-child{
	width: 1%;
	/*white-space: nowrap;*/
}

/* Nouvelle disposition du formulaire de contact */
#ann-form-contact .elems_recherche input, #ann-form-contact .elems_recherche textarea, #ann-form-contact .elems_recherche select, .moteur_affil_annonce .elems_recherche input, .moteur_affil_annonce .elems_recherche textarea, .moteur_affil_annonce .elems_recherche select{
	box-sizing: border-box;
	width: 100%;
	margin: 0;
}
#ann-form-contact .elems_recherche, .moteur_affil_annonce .elems_recherche {
	display: inline-block;
	vertical-align: top;
}
/*#ann-form-contact .elems_recherche.bloc_input, .moteur_affil_annonce .elems_recherche.bloc_input {
  width: 60%;
}*/
/*#ann-form-contact .elems_recherche.bloc_btn, .moteur_affil_annonce .elems_recherche.bloc_btn {
  width: 40%;
}*/
#ann-form-contact .elems_recherche .elem_recherche, .moteur_affil_annonce .elems_recherche .elem_recherche {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-bottom: 5px;
}
#ann-form-contact .elems_recherche .elem_recherche:nth-child(1), .moteur_affil_annonce .elems_recherche .elem_recherche:nth-child(1) {
	width: calc(50% - 3px);
	margin-right: 3px;
}
#ann-form-contact .elems_recherche .elem_recherche:nth-child(2), .moteur_affil_annonce .elems_recherche .elem_recherche:nth-child(2) {
	width: calc(50% - 2px);
	margin-left: 2px;
}
#ann-form-contact .elems_recherche .elem_recherche:nth-child(3), .moteur_affil_annonce .elems_recherche .elem_recherche:nth-child(3) {
	width: 100%;
}

/*Ajout pour le formulaire V2*/
#ann-form-contact .elems_recherche .elem_recherche_button, .moteur_affil_annonce .elems_recherche .elem_recherche_button {
	width: 100%;
	text-align: left;
}
#btn_submit_dispos_planning1, #btn_submit_dispos_planning2, #btn_submit_dispos_affil {
	max-width: 100%;
	font-weight: bold;
}

input#date_arrivee_dbl_fiche, input#date_depart_dbl_fiche {
	border: 1px solid #ccc;
}

#ann-form-contact textarea{
	height: 70px;
	font-size: 1em;
}
#ann-form-contact #nb_personnes_m_div {
	height: 33px; /* correction pour firefox */
}

.moteur_affil_annonce #nb_personnes_m_div, .moteur_affil_annonce #nb_adultes, .moteur_affil_annonce #nb_enfants {
	height: 33px; /* correction pour firefox */
}

/* 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, #form_moteur_annonces2 #nb_adultes, #form_moteur_annonces2 #nb_enfants, #form_moteur_accueil #nb_adultes, #form_moteur_accueil #nb_enfants,  #form_moteur_accueil_holidu #nb_adultes, #form_moteur_accueil_holidu #nb_enfants  {
	width: 105px;
	margin-right: 0;
	border: 1px solid #e1e1e1;
}
#form_annonces #ages_enfants, #ann-form-contact #ages_enfants, #form_moteur_annonces2 #ages_enfants, #form_moteur_accueil #ages_enfants, #form_moteur_accueil_holidu #ages_enfants {
	margin-bottom: 5px;
}
#form_annonces #info_age_enfant, #ann-form-contact #info_age_enfant, #form_moteur_annonces2 #info_age_enfant, #form_moteur_accueil #info_age_enfant, #form_moteur_accueil_holidu #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, #form_moteur_annonces2 #info_age_enfant:last-child, #form_moteur_accueil #info_age_enfant:last-child, #form_moteur_accueil_holidu #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 */
}
#form_annonces .div_select_age_enfant, #ann-form-contact .div_select_age_enfant, #form_moteur_annonces2 .div_select_age_enfant, #form_moteur_accueil .div_select_age_enfant, #form_moteur_accueil_holidu .div_select_age_enfant {
	position: relative;
}
#form_annonces .age_enfant_label, #ann-form-contact .age_enfant_label, #form_moteur_annonces2 .age_enfant_label, #form_moteur_accueil .age_enfant_label, #form_moteur_accueil_holidu .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_moteur_annonces2 .age_enfant, #form_moteur_accueil .age_enfant, #form_moteur_accueil_holidu .age_enfant {
	width: fit-content;
	margin-right: 0;
	font-size: 0.9em;
	border: 1px solid #e1e1e1;
	padding-right: 20px;
}

#form_annonces .button-search-moteur {
	display: block;
	width: 100%;
	max-width: 100%;
	font-weight: bold;
}

#info_age_enfant {
	line-height: 2.5;
	color: #EB6F03;
}
#form_annonces select option.disabled, #ann-form-contact select option.disabled, #form_moteur_annonces2 select option.disabled, #form_moteur_accueil select option.disabled, #form_moteur_accueil_holidu select option.disabled {
	display: none;
}

#wrap_nb_personnes {
	position: relative;
	display: inline-block;
	width: auto;
}
#ann-form-contact #wrap_nb_personnes, #form_moteur_annonces2 #wrap_nb_personnes {
	width: 100%;
	border-radius: 3px;
	box-sizing: border-box;
}
#ann-form-contact #wrap_nb_personnes {
	border: 1px solid #ccc;
}
#nb_personnes_text {
	padding-left: 30px !important;
	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: 3px;
	line-height: 2;
	z-index: 10;
	box-sizing: content-box;
}
#nb_personnes_toggle:before {
	content: "";
	position: absolute;
	top: -10px;
	left: 10px;
	border: 5px solid transparent;
	border-bottom: 5px solid #FFF;
}
#ann-form-contact #nb_personnes_text {
	border: 0;
}
#ann-form-contact .nb_personnes_toggle, #form_annonces .nb_personnes_toggle {
	margin-top: 5px;
}
.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;
	margin: 0;
}
.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;
}

#galerie-affil{
	text-align: center;
}
#galerie-affil img{
	box-sizing: border-box;
	margin-bottom: 4px;
	margin-right: 4px;
	border-radius: 5px;
}
img[onerror*=img_404] {
	/* spécial photos Booking */
	object-fit: cover;
}

.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;
}

#transport-mode{
	white-space: nowrap;
}

b.titre_groupe_tourisme{
	font-size: 1.3em;
	color: #EA6F03;
}

b.titre_liste_villes{
	font-size: 1.3em;
	color: #EA6F03;
}

/*pour un div*/
.alt-row{
	background-color: #faefdd;
}
.alt-row2{
	background-color: #ffffff;
}

/* pour un tableau */
tr.alt-row td{
	background-color: #faefdd;
}
tr.alt-row2 td{
	background-color: #ffffff;
}

.div-table-list{
	display:table;
	width: 100%;
	border-top: 1px solid #cda44c;
}
.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 #E1E1E1;
}
.div-table-list-td img{
	vertical-align: middle;
	padding: 0;
	margin-right: 3px;
}

.table-multi-col{
	display: table;
	width: 100%;  
}

.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: #000088;
}

#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: #ffa000;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s;
}
.button_book_spectacle:hover{
	background-color: #7A7171;
	color: #ffffff;
	text-decoration: none;
}

.filter-item{
	text-decoration: none;
	
	display: inline-block;
	text-align: center;
	padding: 3px;
	border: 0;
	border-radius: 3px;
	min-width: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.filter-item-select{
	border: 2px solid #c0392b;
}

.div-theme{
	display: inline-block;
	width: 16%;
	vertical-align: top;
	padding: 8px;
	box-sizing: border-box;
	max-width: 202px;/*158x107 + paddingx2 */
	max-height: 141px;
}

.picto_theme{
	position: relative;
	line-height: 0;
}
.picto_theme img{
	width: 100%;
	height: 100%;
}

.titre_theme {
	background-image: url(/lib/bg_theme_titre.png);
	width: 100%;
	position: absolute;
	bottom: 0;
	color: #ffffff;
	text-align: center;
	vertical-align: bottom;
	line-height: normal;
	padding: 4px;
	box-sizing: border-box;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.div-theme:hover .titre_theme, .div-theme-selected .titre_theme{
	color: #ffff00;
}
.div-theme-selected .titre_theme{
	font-weight: bold;
}

#rayona{
	width: 14%;
}
#nb_personnesa{
	width: 20%;
}
#nb_chambresa{
	width: 14%;
}
#button_search_moteur{
	font-weight: bold;
	float: right;
	width: 18%;
}

.inscription_titre{
	color: #EA6F03;
	font-size: 1.8em;
}
.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;
}

.stats_inscrip {
	position: absolute;
	top: 55px;
	right: 25px;
}
.nb_stats_insc {
	text-align: center;
	color: #EA7F03;
	font-weight: bold;
	margin: 0 0 25px 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], textarea{
	width: 66%;
	margin-bottom: 0;
}
.tab_inscrip input[name=tel_sms] {
	width: calc(66% - 140px);
}
input.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);
}
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: 33px;
	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;
}
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;
}

.default-tab-light{
	margin: auto;
}
.default-tab-light td, .default-tab-light th{
	padding: 5px;
}

.div_txt_20 {
	display: inline-block;
	width: 20%;
	padding-right: 10px;
	box-sizing: border-box;
	margin-top: 5px;
}

.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;
}

/* Liste d'annonces */
div.etab-illus{
	/* Attention, si changement de width, il faudra modifier .noteEtoiles */
	display: table-cell;
	vertical-align:top;
	min-width: 162px;
	border-radius: 5px 0 0 5px;
}
div.etab-content{
	display: table-cell;
	vertical-align:top;
	padding-left: 5px;
	height: 124px; /*fonctionne comme min-height puisque display:table-cell*/
	width: 100%;
	max-width: 100px; /* pour empêcher l'overflow */
	position: relative;
}
div.etab-content-maps{
	display: table-cell;
	vertical-align:top;
	padding-left: 5px;
	height: 124px; /*fonctionne comme min-height puisque display:table-cell*/
	width: 100%;
	position: relative;
}
div.bottom_structure{
	position: absolute;
	width: 100%;
	bottom: 0;
}
div.bottom-left{
	display: inline-block;
	width: 33%;
	text-align: left;
	vertical-align: bottom;
}
div.bottom-center{
	display: inline-block;
	width: 33%;
	text-align: center;
	vertical-align: bottom;
}
div.bottom-center_map{
	display: inline-block;
	width: 50%;
	text-align: left;
	vertical-align: bottom;
}
div.bottom-right{
	display: inline-block;
	width: 33%;
	text-align: right;
	vertical-align: bottom;
}
div.bottom-right_map{
	display: inline-block;
	width: 48%;
	text-align: right;
	vertical-align: bottom;
}
.tarif-etab div {
	margin-top: 4px;
}
.noteEtoiles {
	position: absolute;
	left: -162px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.3);
	padding-bottom: 1px;
	width: 162px;
}
.noteEtoilesInInfoWindow{
	position: absolute;
	left: -0px;
	top: 83px;
	background-color: rgba(0, 0, 0, 0.3);
	padding-bottom: 1px;
	width: 133px;
	height: 16px;
}

.force-ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	box-sizing: border-box;
}

/* Style de la barre de tri */
#sort-bar{
	background: #e1e1e1;
	margin-bottom: 10px;
	padding: 5px 6px;
	border-radius: 5px;
	box-sizing: border-box;
	display: flex;
}
.wrapper-sticky.sticky-active #sort-bar {
	z-index: 11;
}
#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;
}

/* Fenetre de dialogue anti-doublon */
#questionNouvelleAnnonce {
	font-size: 1.1em;
}
.ui-dialog-cyb button.ui-button.ui-button-text-only{
	width: 320px;
	background: #feeacd;
	border: 1px solid #ecdac5;
	color: #ab5d11;
}
.ui-dialog-cyb .ui-widget-header {
	background: linear-gradient(to bottom, #f4a52f 0%,#f68a1f 100%);
	border: 1px solid #b26e1c;
}
.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;
}

/* Lien "Ma liste" dans menu */
#libelMaListe {
	margin-left: 2px;
}
#nbFavoris {
	padding: 1px 3px 1px 2px;
	color: #fff;
	font-weight: bold;
	font-size: 0.9em;
	background: #FFA000;
	border-radius: 4px;
	position: relative;
	top: -1px;
	left: 2px;
}

/* Boutons "mettre en favoris" et "partager sur ..." */
.bloc-partage-favoris {
	display: none;
	color: #404040;
}
.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 {
	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('/lib/svg/heart_c.svg');
}
.coeur_image_c:hover {
	background: url('/lib/svg/heart_c_nb.svg');
}
.coeur_image_nb {
	background: url('/lib/svg/heart_c_nb.svg');
}
.coeur_image_nb:hover {
	background: url('/lib/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: 320px;
	right: -2px;
	box-shadow: 1px 1px 10px 0px #777777;
}
.lienPage {
	flex: 1;
}
.blocCopierLien .boutonCopierLien {
	padding: 6px;
	margin-left: 5px;
}
.lienPartage > a > * {
	display: inline-block;
	vertical-align: middle;
}
.lienPartage > a > span {
	margin-left: 10px;
}
.listePartage {
	display: flex;
	margin: 5px 0px;
}
.texte_msg_satis {
	/*width: calc(100% - 145px);*/ /* en fonction de l'image */
	height: 58px;
	overflow: hidden;
	position: relative;
}
.overflow_msg_satis {
	position: absolute;
	bottom: 0;
	height: 10px;
	width: 100%;
	background: linear-gradient(rgba(255, 255, 255, 0),#FAEFDD);
}
.overflow_msg_satis:after {
	content: "...";
	position: absolute;
	bottom: 0;
	right: 0;
	background: #FAEFDD;
	padding: 0px 3px;
}
#btn_livre_or {
	background: #EFE0CC;
	padding: 6px 10px;
	border-radius: 3px;
	color: #333;
	display: inline-block;
	margin-bottom: -5px;
	transition: all 0.2s;
}
#btn_livre_or:hover {
	text-decoration: none;
	background: #7A7171;
	color: #fff;
}


.bloc_livre_or_card{
	max-width: 400px;
	height: 500px;
	border-radius: 30px;
	box-shadow: #0000001c 2px 4px 5px;
	min-height: 100px;
	margin: 20px;
	color: #333;
	transition: all 0.2s;
	text-align:left;
}
.bloc_livre_or_card b{
	color: #0C6C81;
}
.bloc_livre_or_card .texte_msg_satis{
	height: 140px;
    overflow: hidden;
    position: relative;
}
.bloc_livre_or_card .illu-image{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border: none;
}
.more_livre_or{
	width: 100%; 
	text-align: right; 
	margin-bottom: 10px;
}
.bloc_info_annonce{
	display: flex;
}
.bloc_livre_or_card .texte_msg_satis, .bloc_info_annonce{
	padding: 15px;
}
.bloc_info_annonce .bloc_photo_profil{
	position: relative;
    border-radius: 5em;
    overflow: hidden;
	width: 70px;
    height: 60px;
	margin-right: 5px;
}

.bloc_info_annonce .bloc_photo_profil .photo_profil_auto{
	width: 100%;
    height: 100%;
}
.bloc_info_annonce .bloc_photo_profil img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bloc_livre_or {
	border-radius: 3px;
	background-color: #EFE0CC;
	min-height: 100px;
	padding: 5px;
	margin-bottom: 10px;
	color: #333;
	transition: all 0.2s;
	text-align:left;
}
.bloc_livre_or:hover {
	text-decoration: none;
	background-color: #7A7171;
	color: #fff;
}
.full_livre_or .texte_msg_satis {
	height: auto;
}

.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;
}

.badge_nb_checked {
	font-weight: bold;
	background: #FFA000;
	color: #FFFFFF;
	padding: 0 0.4em;
	border-radius: 1em;
	position: absolute;
	right: 20px;
}

.couleur_titre {
	color: #EA6F03;
}
.lien_inherit {
	font-weight: bold;
	color: inherit;
	text-decoration: underline;
}

.conteneur_dates_indiff {
	display: block;
	font-size: 0.8em;
}

.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;
}
.btnCall{
	pointer-events: none !important;
	text-decoration: underline;
	border: 1px solid transparent;
	color: #666666 !important;
	background-color: none !important;
}

.btnCall_orange{
	pointer-events: none !important;
	text-decoration: underline;
	color: #666666 !important;
	background-color: none !important;
}

.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*/
}

.footer_site_template {
	text-align: center;
}

.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;
}

/* É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;
}
input.with_geolocation_button {
	padding-left: 25px !important;
}
.geolocation_button {
	position: absolute;
	top: calc(50% - 10px);
	left: 5px;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-image: url(/lib3/target.png);
	cursor: pointer;
}
#link_fulltext {
	display: block;
	width: 100%;
	text-align: center;
}
.only_phone-tablet{
	display: none !important;
}
/* Cartes sur smartphone */
.results-only-map .listing-left-pane {
	display: none;
}
.results-only-map .listing-right-pane {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
.results-only-map #map-block {
	width: 100% !important;
	top: calc(50% - 250px) !important;
}
.results-only-map #map-canvas {
	height: 450px;
}

.modalBox {
	display: none;
	position: fixed;
	z-index: 10000;
	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 #888;
	position: relative;
	display: inline-block;
	text-align: left;
}
.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;
	background: #fff;
	cursor: pointer;
}
.modalBox .modal-close:hover, .modalBox .modal-close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.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;
}
.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: "ON";
	padding-left: 10px;
	background-color: #2980b9;
	color: #FFFFFF;
}
.onoffswitch-inner:after {
	content: "OFF";
	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: 42px;
	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;
}

/* Moteur de recherche avec photo en arrière-plan */
#header-page-results {
	display: block;
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 300px;
	margin: auto;
	padding: 0;
	position: relative;
	/*background: url('lib/villes/generic.jpg');*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	box-sizing: border-box;
	box-shadow: inset 0px 60px 50px -50px rgba(0, 0, 0, 0.7);
}
.header-page-results-content {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
#header-page-results #fil-ariane {
	margin-bottom: 0;
	padding: 0 10px;
	color: #ffffff;
}
#header-page-results #fil-ariane a, #header-page-results #fil-ariane b {
	color: #ffffff;
}
.bloc-centre-vertical {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
}
.conteneur-titre-moteur-annonces {
	background: rgba(255, 255, 255, 0.75);
	padding: 10px 5px 5px 5px;
	border-radius: 5px;
}
#header-page-results #form_moteur_annonces2 {
	background: none;
}
#header-page-results .titre_page {
	color: inherit;
}
#header-page-results .no_in_header_bg {
	display: none;
}

.sticky-active #form_moteur_annonces2 {
	background: #e1e1e1 !important;
	border-radius: 0;
	border-bottom-right-radius: 5px;
}
.sticky-active #sort-bar {
	background: #e1e1e1 !important;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 7px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.sticky-active .filtres_gen_suppl_mot {
	/* Seul le moteur réduit est affiché lorsque le comportement "sticky" se met en place */
	display: none !important;
}

/* Filtres et tri : avec contour gris */
#bloc_trier_par {
	background: #e1e1e1;
	border: none;
	padding: 5px 6px;
	margin-top: 6px;
	border-radius: 10px;
}
#conteneur_tris {
	background: #fff;
	padding: 5px 6px;
	border-radius: 5px;
}
#bloc_prestas_m::before, #bloc_trier_par::before {
	left: 9px;
	border-bottom: 5px solid #ffffff;
}
#bloc_prestas_m::after, #bloc_trier_par::after {
	left: 9px;
	border-bottom: 5px solid #e1e1e1;
}

.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: #505050;
	text-align: left;
	box-sizing: border-box;
	z-index: 999;
}
.trad_logo{
	fill: #505050 ;
}
.trad_logo:hover{
	fill: #ffa000 !important;
}
.trad_button{
	color: #505050 ;
}
.trad_button:hover{
	color: #ffa000;
}
.trad_button:hover .trad_logo{
	fill: #ffa000 !important;
}
.bloc_photo_profil {
	position: relative;
	border-radius: 5em;
	overflow: hidden;
	width: 80px;
	height: 80px;
}
.bloc_photo_profil .elem_tournant {
	position: absolute;
	opacity: 0;
}
.bloc_photo_profil .elem_tournant:nth-child(1){
	opacity: 1;
}
#photo_profil {
	position: initial;
	display: block;
}
.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: bold;
	font-size: 2em;
}

.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;
  /*padding: 5px 0 6px 0;
  border-top: 1px solid #e2e2e2;
  color: #888;*/
  margin-bottom: 5px;
  margin-top: 10px;
  border-radius: 2px;
}
/*.fermer_nb_personnes:hover {
  color: #ea6f03;
}*/

.item_main_tarif_sejour .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;
	font-weight: normal;
}
.item_main_tarif_sejour .tarif_dispo.tarif_nuit {
	margin-right: 5px;
}
.item_main_tarif_sejour .tarif_dispo .tarif {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
}

.item_main_tarif_sejour .div-list-25 {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-height: 33px;
	flex-direction: column;
}

.button-redir-moteur {
	display: none;
	margin: 5px auto;
	padding: 7px;
	border-radius: 3px;
	width: 175px;
	text-align: center;
	font-weight: bold;
}
.button-redir-moteur:hover {
	background: #7a7171;
	color: #fff;
	text-decoration: none;
}

.item_main_tarif_sejour > .div-list-25 {
	width: auto;
	min-width: 25%;
}

.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_moteur_dispo_et_msg {
	/*display: inline-block;*/
	/*vertical-align: top;*/
	width: calc(50% - 10px);
	box-shadow: 1px 0 10px #ccc;
	border-radius: 10px;
	padding: 15px;
	box-sizing: border-box;
	float: right;
}
.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_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: 0.9em;
}
.prestas_main_big img {
	margin-bottom: 5px;
	/*filter: grayscale(1);*/
	filter: grayscale(1) invert(1) brightness(93%);
	height: 18px;
}
.chaine_loueur {
	font-size: 0.9em;
	color: #888;
}
.chaine_identite_verifiee {
	color: #298FCE;
	font-size: 0.9em;
}
.chaine_salle_reception {
	font-size: 0.9em;
	color: #656565;
}
.chaine_ref {
	font-size: 0.8em;
	margin-top: 3px;
}
.chaine_siteweb, .chaine_num_agrement, .chaine_num_licence {
	font-size: 0.9em;
	color: #656565;
}
.chaine_num_agrement, .chaine_num_licence {
	font-size: 0.8em;
}
.chaine_type_heberg {
	font-size: 0.8em;
	color: #656565;
	margin-top: 10px;
	margin-left: 8px;
}
.chaine_autre_annonces {
	margin-top: 10px;
}
.chaine_phone {
	margin-top: 5px;
	font-size: 0.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: 3px;
}
.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;
	}

	#results-with-map {
		display: table !important;
	}
	.listing-left-pane, .listing-right-pane {
		display: table-cell !important;
	}
}
/* Pour Edge */
@supports (-ms-ime-align: auto) {
	.fleche_liste {
		top: 50px;
	}

	#results-with-map {
		display: table !important;
	}
	.listing-left-pane, .listing-right-pane {
		display: table-cell !important;
	}
}
@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: 20px;
	width: 20px;
	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, 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: #FFA000;
}

.bloc_input_form{
	--pad: .75rem;
	position: relative;
	margin: 15px 0;
}

.show{
	display: block;
}

.dont_show{
	display: none;
}

#list_filtre{
	display: flex;
	flex-direction: column;
}

#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;
}
#conteneur_prestas #scrollable_content{
	flex: 1;
	padding: 0 20px;
	overflow-y: auto;
	scrollbar-width: thin;
}

/* barre de défilement spéciale */
#conteneur_prestas #scrollable_content::-webkit-scrollbar {
	width: 10px;
}
#conteneur_prestas #scrollable_content::-webkit-scrollbar-thumb {
    background: #CDCDCD;
}
#conteneur_prestas #scrollable_content::-webkit-scrollbar-track {
    background: #F0F0F0;
}
#conteneur_prestas #scrollable_content::-webkit-scrollbar-thumb:hover {
    background: #A6A6A6;
}

#conteneur_prestas #scrollable_content label::before{
	margin-right: 10px;
}
#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;
}

#conteneur_prestas .categ_filtre input[type="checkbox"]:checked + label img {
	/*Change la couleur de l'image svg pour quelle soit orange (#FEAE32)*/
	filter: brightness(0) saturate(100%) invert(87%) sepia(19%) saturate(5760%) hue-rotate(330deg) brightness(99%) contrast(102%) !important;
}

#conteneur_prestas .categ_filtre input[type="checkbox"]:checked + label {
	border: 1px solid #FEA735 !important;
	background-color: #f2f2f2;
}

#conteneur_prestas .bloc_button_app{
	padding: 12px;
	padding-top: 15px;
}
#conteneur_prestas #bouton_appliquer {
	display: block;
	margin: auto;
	width: 100%;
	max-width: 200px;
	font-weight: bold;
}

.bloc_note_avis{
	display: flex;
	justify-content: space-between;
}

#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: #FFA000;
	text-decoration: none;
	cursor: pointer;
}

.plus_filtre{
	text-decoration: underline;
	/* color: #FFA000; */
	display: flex;
	align-items: center;
	width: 61%;
	height: fit-content;
}

.ellispis{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin: 0;
}

#conteneur_prestas .filtre_item img{
	/*Change la couleur de l'image svg pour quelle soit gris (#838383)*/
	filter: invert(77%) sepia(0%) saturate(0%) hue-rotate(276deg) brightness(98%) contrast(89%);
}

#conteneur_prestas .filtre_item{
	width: fit-content;
	min-width: 49%;
}

.two_col{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

#conteneur_prestas .filtre_item label::before{
	display: none;
}

#conteneur_prestas .categ_filtre input[type="checkbox"]:checked + label::before{
	display: none;
}

@-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% }
}