.divmaps {
	width:100%;
	height:100%;
	float: left;
	margin-right: 10px;
}

.titre {
	font-size: 15px;
	font-weight: bold;
}

.listAero {
	padding: 5px 5px 5px 5px;
	
}

.listHotel {
	padding: 5px 5px 5px 5px;
}

.categ {
	padding-top: 15px;
	margin-left: 10px;
	display: none;
}

.categtitre {
	font-weight: bold;
	cursor: pointer;
}

.chosen-container {
	width: 100% !important;
	font-family: verdana;
	font-size: 12pt !important;
}

.chosen-single span {
	max-width: 1000px !important;;
}

.showbrochure{
	color:#E84D0E;
	cursor : pointer;
	font-size: 13.5px !important;
	font-weight: normal !important;
}

.yellowStars { 
	color: #F49B00; 
	font-size: 13px; 
	letter-spacing: -0.7px; 
	white-space: nowrap; 
	padding: 0 12px 0 0; 
	position: relative; 
}

.sejourFeatures {
  font-size: 12px;
  line-height: 15px;
  font-style: italic;
  color: #002A3F;
}

.marqueur {
 	position: absolute;
	cursor: pointer; 
	background: white; 
/* 	border: 1px solid silver;  */
	border-radius: 10px; 
	min-width: 40px;
	height: 28px; 
	bottom: -10px;  
	font-weight: bold;
	display: flex;
	justify-content: center;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	text-align: center;
	align-items: center;
	padding: 0px 5px;
}

.marqueurAALV {
 	position: absolute;
	cursor: pointer; 
	background: white; 
 	border: 3px solid; 
	border-radius: 10px; 
	width: 150px; 
	height: max-content; 
	bottom: -10px;  
	font-weight: bold;
	display: flex;
	justify-content: center;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	text-align: center;
}

.bindpopup{
	position: absolute; 
	z-index: 500; 
	transition: 0.1s;
	display: flex;
    justify-content: center;
    align-items: center;
}

.popup, .popup-recherche{
	cursor:auto;
	position: absolute;
	bottom: 30px; 
	background: white; 
	border-radius: 10px;
	max-width: 341px;
	min-width: 100px;
	width: max-content;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}

.popup-recherche {
	bottom: 15px; 
}

.popup-visible{
	opacity: 1;
	transition: opacity 0.2s linear;
}

.popup-hidden{
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s 0.2s, opacity 0.2s linear;
}

.hidden{
	display: none;
}

.popup > p, .popup-recherche > p{
	margin-right: 20px;
	margin-left: 20px;
}

.popup-recherche .contenu > p{
	margin-top: 12px;
	margin-bottom: 12px;
}

.popup-recherche .cross{
	line-height: 23px;
}

.contenu{
	padding: 20px 20px 20px 20px;
	text-align: center;
}

.contenu > h3{
	font-size: 16px;
}

.popup > img, .popup-recherche > img{
	width: 100%;
	height: 100%;
}

.nom-hotel{
	text-align: center;
	font-weight: bold;
	font-size: 15px;
}

.cross:after{
	cursor: pointer;
	display: flex;
	content: "\00d7"; /* This will render the 'X' */
	font-size: 25px;
	position: absolute;
	right: 5px;
	color: silver;
}

.pointe{
	width: 0px;
    height: 0px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid white;
    position: absolute;
    right: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.selected{
	z-index: 5000;
}

.selectedAALV{
	color: orangered !important;
}

.inRegion{
	color: purple;
}

#click-detector{
	width: 694px;
    height: 694px;
    position: absolute;
    z-index: 401;
    background-color: transparent;
    transform: translate3d(0px, 0px, 0px);
}

.leaflet-popup-content{
	text-align: center !important;
}

.leaflet-popup-content > .nom-hotel{
	font-weight: bold;
	font-size: 14px;
}

.div-load-map {
	position: absolute;
	width: 98% !important;
	height: 98% !important;
	background: white;
	z-index: 1000000;
}

.popup-recherche .sejourFeatures{
	width: 100%;
}

.bindpopup:has(> .marqueur.open) {
	z-index: 3000;
}