/* Empêcher le débordement horizontal */
html, body {
    overflow-x: hidden;
    max-width: 100vw;
}

/* Flèches carrousel */
.rooms-carousel-btn {
    position: relative !important;
    flex-shrink: 0;
    z-index: 20;
}
