/* Carte un peu plus large sur mobile */
@media (max-width: 768px) {
    #quantum-map {
        width: calc(100% - 1rem) !important;
        margin-left: 0.3rem !important;
        margin-right: 0.7rem !important;
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
}
