body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    overflow: hidden; /* Empêche les scrollbars de bouger pendant le zoom */
}

#map {
    height: 100vh; /* 100% de la hauteur de la vue */
    width: 100%;
}

/* Style optionnel pour les contrôles si besoin */
.leaflet-control-layers {
    background: white;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.4);
}
