/* Personnalisation directe des variables des boutons primary */

#formGarage, #villeSelection {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.swiper {
    width: 100%;
    height: 400px; /* adapte selon ton design */
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

@media (max-width: 768px) {
    .swiper {
        height: 300px; /* adapte selon ton design */
    }
}

[id] {
    scroll-margin-top: 20vh; /* ou ce que tu veux */
}

.scrollable {
    max-height: 80vh;
    overflow-y: auto;
}
