#map {
    display: none;
}

/* ======================= */
/* --- 1. Général --- */
/* ======================= */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

#map {
    height: 100%;
    width: 100%;
}

/* ======================= */
/* --- 2. Carte Leaflet --- */
/* ======================= */
#map {
    height: 800px;
    border-radius: 8px;
    border: 1px solid #dee2e6;
    margin-bottom: 15px;
}

body.dark-mode #map {
    border-color: #444;
}

/* Popups Leaflet (optionnel) */
.leaflet-popup-content {
    font-size: 14px;
    color: #212529;
}

body.dark-mode .leaflet-popup-content {
    color: #e0e0e0;
}

#map {
    display: none;
}
