#map { height: 72vh; border-radius: 14px; box-shadow: 0 6px 24px rgba(0,0,0,.06); }
.leaflet-popup-content { font-size: .95rem; }
.btn-primary { background:#0f766e; border-color:#0f766e; }
.btn-primary:hover { background:#0c625c; border-color:#0c625c; }

#map {
  height: 70vh; /* ou 500px */
  border-radius: 12px;
  box-shadow: 0 6px 24px rgba(0,0,0,.06);
}

/* Style popup plus pro */
.custom-popup .leaflet-popup-content-wrapper {
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    padding: 10px;
}

.custom-popup .leaflet-popup-tip {
    background: #ffffff;
}

.custom-popup strong {
    font-size: 14px;
    color: #333;
}

.custom-popup img {
    border-radius: 8px;
    margin-top: 5px;
    max-width: 100%;
    height: auto;
    display: block;
}

/* Titre / infos */
.custom-popup .popup-title {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 3px;
}

.custom-popup .popup-meta {
    font-size: 12px;
    color: #777;
}
