

.leafletclick{

	cursor:default;
}

#modalfiltres{
	display:none;
	position: fixed;
	z-index: 99999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
}


#modalfiltres.openfiltre{
	display: block;
}

#modalfiltres .maskfiltres{
	opacity: 0.8;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    /* backdrop-filter: sepia(90%); */
	filter: blur(5px);
}

#modalfiltres .containerpopupfiltre{
	position: relative;
	background:white;
	color: black;
	border-radius: 6px;
	/* background: white; */
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: fit-content;
	height: auto;
	min-height: 50px;
	max-height: 600px;

	max-width: 70%;

	overflow-wrap: break-word;
    /* overflow-y: auto; */
    /* overflow-x: hidden; */
    border-color: gray;
    border-width: 5px;
    border-style: solid;
}

#modalfiltres .containerpopupfiltre .message{
	padding: 15% 15% 15% 15%;
}

#modalfiltres .containerpopupfiltre a.closefiltre{
	position: absolute;
	right: 5%;
	top:5%;
	color: black;
	font-size: 18px;
  font-family: "Font Awesome 5 Free";
}
#modalfiltres .containerpopupfiltre a.closefiltre:hover{		
	color: black;
}

#listfiltre{
	overflow: auto;
	height :95%;
}

#mainDivFiltres{
    margin: 10px;
    line-height: 1.0;
	/* overflow-y: auto; */
}

#modalfiltres .containerpopupfiltre .RubriqueFiltres{
    line-height: 1.0;
}

#modalfiltres .containerpopupfiltre .bouttonfiltre{
    font-size: 12px;
    display: flex;
}

#modalfiltres .containerpopupfiltre .sousrubriquelabel{
    padding: 10px;
}

#modalfiltres .containerpopupfiltre .sousrubriquebutton{
    border: 10px;
	border-color: black;
	border-width: 2px;
}

#modalfiltres .containerpopupfiltre .RubriqueTitreFiltres{
    font-weight: bold;
    font-size: 12px;
}

.svg_icon_fleche_down_filtre { 
    height: 1.5em;
    width: auto;
    transform: translateX(50%) translateY(20%);
    content:url('../icon/arrow-down_.svg') ;
    /* content:url('./icon/arrow-down_.svg') ; */
  }

  .svg_icon_fleche_up_filtre { 
    height: 1.5em;
    width: auto;
    transform: translateX(50%) translateY(20%);
    content:url('../icon/arrow-up_.svg') ;
    /* content:url('./icon/arrow-up_.svg') ; */
  }

  .svg_icon_fleche_gauche { 
    height: 1.5em;
    width: auto;
    /* transform: translateX(50%) translateY(20%); */
    content:url('../icon/fleche_gauche.svg') ;
    /* content:url('./icon/arrow-down_.svg') ; */
  }

  .svg_icon_fleche_droite { 
    height: 1.5em;
    width: auto;
    /* transform: translateX(50%) translateY(20%); */
    content:url('../icon/fleche_droite.svg') ;
    /* content:url('./icon/arrow-up_.svg') ; */
  }

 #modalfiltres .containerpopupfiltre .rubriquecacher{
	visibility: hidden;
	height: 5px;
    /* display:none; */
}

#modalfiltres .containerpopupfiltre .rubriquevisible{
	visibility: visible;
    /* display : block; */
}


@media all and (min-width: 600px) {
  
    #modalfiltres .containerpopupfiltre .bouttonfiltre{
		font-size: 14px;
		justify-content: space-evenly;
	}
	
	#modalfiltres .containerpopupfiltre .RubriqueTitreFiltres{
		font-size: 14px;
	}

  }


#container_filtre{
	overflow: clip;
}

.containerderoulant {
	display: flex;
	/* overflow: clip; */
	overflow: auto;
}
.prevtext, .nexttext {
	width: 20px;
	/* background-color: lightblue; */
	margin-left: 8px;
	margin-right: 8px;
	display : flex;
	align-items: center;
    justify-content: center;
}
.descriptifpopup {
	
	flex: 1;
	margin : 10px;
	line-height: 1.5;
	overflow: auto;
	height:auto;
	max-height: 70%;
}


.titrepopup {
	display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
	font-style: italic;
}
