/* assets/naturenville-map.css */
.naturenville-map-wrap { width: 100%; }
.naturenville-map {
  width: 100%;
  min-height: 320px;
  border-radius: 12px;
  overflow: hidden;
}

/* Barre de filtre */
.nv-map-toolbar {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.nv-map-label {
  font-weight: 600;
}

.nv-map-select {
  padding: 6px 10px;
  border-radius: 10px;
}

/* Popups: texte plus grand + rendu stable */
.nv-popup .leaflet-popup-content {
  margin: 14px 16px;
  font-size: 16px;
  line-height: 1.35;
  min-width: 240px;
}

.nv-popup .leaflet-popup-content p { margin: 0; }

.nv-popup .nv-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.nv-title a {
  color: inherit;
  text-decoration: none;
}
.nv-title a:hover {
  text-decoration: underline;
}

/* Photo */
.nv-popup .nv-photo {
  width: 100%;
  border-radius: 10px;
  display: block;
  margin: 0;
}

/* Adresse: espace entre photo et adresse */
.nv-popup .nv-address {
  margin-top: 10px;
  margin-bottom: 0;
}

.nv-popup .nv-addr1,
.nv-popup .nv-addr2 {
  display: block;
}

.nv-popup .nv-addr2 {
  margin-top: 2px;
  opacity: 0.92;
}

/* Téléphone */
.nv-popup .nv-phone {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 6px;
  font-weight: 600;
}

.nv-popup .nv-phone-number {
  font-weight: 600;
  margin: 0;
  padding: 0;
}