.red, .red *{color: #FF0000!important}

:root
{
	--couleurBordure : #E4E4E4;
	--couleurEmphase:rgb(5, 13, 163);
	--couleurNonDisponible: #C5C5C5;
	--couleurHover: #F9F9F9;
}
@font-face {
  font-family: 'speleo';
  src: url('/local/fonts/speleo/font/fontello.eot?46450313');
  src: url('/local/fonts/speleo/font/fontello.eot?46450313#iefix') format('embedded-opentype'),
	   url('/local/fonts/speleo/font/fontello.woff2?46450313') format('woff2'),
	   url('/local/fonts/speleo/font/fontello.woff?46450313') format('woff'),
	   url('/local/fonts/speleo/font/fontello.ttf?46450313') format('truetype'),
	   url('/local/fonts/speleo/font/fontello.svg?46450313#speleo') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "speleo";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-regions:before { content: '\e800'; } /* '' */
.icon-speleologie:before { content: '\e801'; } /* '' */
.icon-canyonisme:before { content: '\e802'; } /* '' */
.icon-secteurs:before { content: '\e803'; } /* '' */
.icon-localites:before { content: '\e804'; } /* '' */

#_accueil #presentation .img{background-image: url(/local/images/accueil/securite.jpg);}

#liensSecurites
{
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width : 700px)
{
  #liensSecurites
  {
    display: block;
  }
  
  #liensSecurites bouton-click
  {
    margin-bottom: 20px;
    width:100%
  }
  
}

#bandeau_bas .txt{padding-right: 50px}

.leaflet-control-locate a span
{
  background-image: url('/local/images/explorer/proximite.svg')
}

#_explorer .leaflet-control-zoom-in
{
  background-image: url('/local/images/explorer/zoom-in.svg')
}

#_explorer .leaflet-control-zoom-out
{
  background-image: url('/local/images/explorer/zoom-out.svg')
}

#_explorer .carte_btn_adresse.afficher a svg path{stroke:#fff}

#p_adresse_input
{
  top: 10px;
  right: -20px;
}

#fiche__nomAltern{font-size: .8em; font-family: fontBold}
.fiche__infos_rapides > header
{ 
	position: relative; 
	padding-top: 60px;
	 margin-bottom: 20px
 }
.fiche__titre{margin:0}
.fiche__infos
{
  position: absolute; 
  top: 10px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.fiche__section
{
	border-radius: var(--borderRadius); 
	background: #fff; 
	border:1px solid var(--couleurBordure);
	box-shadow: 0px 2px 4px #0000000D;
	border-radius: 14px;
	position: relative;
	z-index: 1;	
}

#vue_secteur__fiches
{
  background: none;
  box-shadow: none;
  border: none;
}

#vue_secteur__fiches vignette-fiche{margin-bottom: 20px}

.fiche__section--emphase
{
	background: var(--couleurPrincipaleS1); 
	color: #fff;
	padding: 20px;
}
.fiche__section--emphase bouton-click
{
  margin-top:20px;
}

.fiche__section:not(.fiche__infos_rapides), #_lieu vignette-pub
{
	margin-left:10px;
	margin-right: 10px; 
}

.fiche__section:not(:last-child), #_lieu vignette-pub{margin-bottom: 20px!important}

.fiche__section__titre
{
	border-bottom:1px solid var(--couleurBordure);
	padding: 20px;
	margin-bottom: 0px;
	text-align: center;
	display: flex;	
	flex-direction: column;
    align-items: center;
}

.fiche__section__titre svg
{
  width: 30px;
  margin: auto;
}

.fiche__section__titre i{font-size: 1.5em}

.fiche__section__titre + .fiche__section__main .fiche__mise_en_avant:first-child{border: none; margin-top:0; padding-top:0}
.fiche__section__sections:not(:last-child)
{
	border-bottom: 1px solid var(--couleurBordure);
	padding-bottom: 20px;
	margin-bottom: 20px;	
}


.fiche__section__sections__canyonisme
{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1em;
}

.fiche__infos_rapides
{
	padding:20px;
}

.info_label{
	background: rgba(244, 245, 255);
	color: var(--couleurEmphase);
	text-shadow: 1px 1px 2px rgba(244, 245, 255), -1px -1px 2px rgba(244, 245, 255);
	display: inline-flex;
	padding: 0.1em 0.5em;
	justify-content: center;
	align-items: center;
	border-radius: 7px;
	border: 0.5px solid rgba(210, 211, 239);
	font-weight: lighter;
	font-size: .8em;
}

.fiche__localite{display: block;}
.fiche__localite__li{display: inline}

.fiche__localite__li:not(:empty):not(:first-child)::before
{
	content: " • ";
}

.fiche__mise_en_avant{border-top: 1px solid #E8E8E8; margin-top:20px; padding-top:20px; display: grid; grid-template-columns: 50px 1fr;}

.fiche__mise_en_avant__icone i{
	background: var(--couleurPrincipaleS1);
	width: 40px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.5em;
}

.fiche__mise_en_avant--simple i{background: none; color: var(--couleurBold)}

.fiche__mise_en_avant__titre{font-weight: bold;font-size: 1.2em}
dl, dd{margin-inline-start: 0}

.fiche__section__dl__div:not(:last-child){margin-bottom: 20px}
.fiche__section__dd
{
	font-weight: bold;
	font-size: 1.2em;
}

.fiche__section__main{padding: 20px;}
.fiche__section__dt{color: #7F7F7F}


.fiche__section__caracteristiques li 
{
	display: inline-flex;
	margin-right: 1em;
	gap: .3em;
	align-items: center;
 }
.fiche__section__caracteristiques__disponible
{
	color: var(--couleurEmphase);
}

.fiche__section__caracteristiques__non_disponible
{
	color: var(--couleurNonDisponible);
}


.fiche__contacts{padding: 20px}
.fiche__contacts li{margin: 10px 0}


#options .a:hover{background: var(--fondClair)}
#options i{font-size: 1.5em}

.grid_label_icone
{
	display: grid; 
	grid-template-columns: 1fr 35px;
	padding: 10px 20px;
	align-items: center;
	color: var(--couleurBody);
    gap:1em;
}

.liste_hover .liste_hover__li:not(:last-child):not(details) .grid_label_icone
{
	border-bottom: 1px solid var(--couleurBordure);
}

.liste_hover details:not(:first-child)
{
	border-top: 1px solid var(--couleurBordure);
}

.gras{font-weight: bold} 




.liste_hover__btn:hover
{
	background: var(--couleurHover)
}

.grid_label_icone__icone i
{
	font-size: 1.3em;
	border-radius: 50%;
	aspect-ratio: 1/1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.grid_label_icone:hover .fiche__telecharger__icone i
{
	background: var(--couleurPrincipaleS1);
	color: #fff;

}

.fiche__telecharger__txt
{
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 1em;
  
}
.fiche__telechargement__nom_document
{
  overflow: hidden;
  text-overflow: ellipsis;
}

summary {
  list-style: none; /* Firefox */
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none; 
}

details .grid_label_icone h3{margin: 0}
details .grid_label_icone__icone i{transition: transform .5s ease}
details[open] .grid_label_icone__icone i{transform: rotate(180deg);}

.fiche__conditions_acces__label{font-weight: bold}
.fiche__conditions_acces__icone{position: relative}
.fiche__conditions_acces__icone.icone_ban:before{position: absolute;top:0}
.icone_ban:after{content:"\f05e"}

.fiche__conditions_acces__details li i{font-size: 1.1em}

.details_txt{padding: 20px}

.fiche__conditions_acces__details{margin-top:20px}
.fiche__conditions_acces__details__li{ font-family: "fontBold";}

.afficher_galerie{cursor: pointer}
.fiche__voir_photos
{
	position: absolute;
	bottom: 40px;
	z-index: 20;
	right: 20px;
}

.fiche__autres_sites__
{
	display: flex; 
	scroll-snap-type: x mandatory;
	overflow-x: scroll;
	overflow-y: hidden;
	justify-content: space-around ;
	 width: 100%; 
	 max-width: 700px; 
	 height: 330px;
	 gap: 1em;
	 padding: 20px;
	 position: relative;
 }
 
.fiche__autres_sites__vignette__
{
	scroll-snap-align: center; min-width: 95%;
}

.fiche__autres_sites__corps__{position: relative}












 .gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.gallery a img {
  width: 120px;
  height: auto;
  border: 2px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.gallery a img:hover {
  transform: scale(1.05);
}
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  text-align: center;
}
.lightbox:target {
  display: flex;
}
.lightbox a {
  color: white;
  text-decoration: none;
}
.lightbox img {
  max-width: 90%;
  max-height: 80%;
  box-shadow: 0 0 20px #000;
  z-index: 1001;
}
.overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 1000;
}
.close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  z-index: 1002;
}
.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 48px;
  color: white;
  font-weight: bold;
  z-index: 1002;
  cursor: pointer;
}
.nav.left { left: 20px; }
.nav.right { right: 20px; }
.dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  z-index: 1002;
}
.dots a {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: white;
  border-radius: 50%;
  opacity: 0.5;
}
.dots a.active {
  background: red;
  opacity: 1;
}

#fiche__caracteristiques
{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 1em;
}


