html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-family: sans-serif;
    -webkit-tap-highlight-color: transparent;
}

#map {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    transition: left 0.3s ease;
}

/* Baisse la saturation, le contraste et la luminosité */
.leaflet-tile-pane {
    -webkit-filter: grayscale(50%) contrast(110%) saturate(150%);
    filter: grayscale(50%) contrast(110%) saturate(150%);
}


