 .layers-title { font-size: 15px; font-weight: bold; margin: 5px 0; pointer-events: none; font-family: "Arial Narrow", Arial, sans-serif;}


	  /* Etiquettes */
    .leaflet-popup-content { font-family: "Arial Narrow", Arial, sans-serif; font-size: 16px; }

	  /* Legende */
.legend {
  background: white;
  padding: 12px 16px; /*modified */
  font-size: 15px; 
  line-height: 20px;
  color: #000;
  border-radius: 8px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.35);
  font-family: "Arial Narrow", Arial, sans-serif;
}

.legend b {
  display: block;
  text-align: center;     
   margin-bottom: 4px;/*Espace entre tire legende et legende */
  font-size: 16px;
}

.legend div,
.legend span {
  text-align: left;      
}

.legend i {
  display: inline-block;
  width: 16px;/*modified */
  height: 12px;
  margin-right: 6px;
  vertical-align: middle;
}

	  .overlay-message {
      position: fixed;
      top: 20px;
      left: 50%;
      transform: translateX(-50%);
      background-color: #ffcccc;
      color: #d9534f;
      padding: 15px;
      border-radius: 5px;
      font-size: 16px;
      font-family: "Arial Narrow", Arial, sans-serif;
      z-index: 9999;
      display: none;
    }
	  /* Overlay texte sous la recherche */
.info-overlay {
  background: white;
  padding: 10px 12px;
  margin-top: 6px;
  border-radius: 6px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.35);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  max-width: 260px;
}

.info-overlay b {
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
}
	  /* Bouton info (état fermé) */
.info-button {
  width: 32px;
  height: 32px;
  background: #2c3e50;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.4);
}

/* Panneau info (état ouvert) */
.info-panel {
  background: white;
  padding: 12px 14px;
  margin-top: 6px;
  border-radius: 6px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.35);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  max-width: 260px;
  position: relative;
}

/* Titre */
.info-panel b {
  font-size: 15px;
  display: block;
  margin-bottom: 6px;
}

/* Bouton fermer */
.info-close {
  position: absolute;
  top: 6px;
  right: 8px;
  cursor: pointer;
  font-size: 16px;
  color: #666;
}

.info-close:hover {
  color: #000;
}
