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

/* ===== MOSAÏQUE PHOTOS ===== */
#vc-photo-1 { width: 300px; height: 175px; }
#vc-photo-3 { width: 170px; height: 260px; }
#vc-photo-5 { width: 220px; height: 125px; }
#vc-photo-7 { width: 150px; height: 260px; }

#vc-photo-2 { width: 200px; height: 120px; }
#vc-photo-4 { width: 300px; height: 175px; }
#vc-photo-6 { width: 190px; height: 280px; }

/* Sous-titre description */
.listing-description-subtitle {
    font-size: 1.15rem !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
}
.listing-description > div > strong:first-of-type {
    font-size: 1.15rem;
    display: block;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

/* Titre équipements = même police que infos pratiques */
.listing-amenities .chambre-practical-title {
    font-family: 'Baskerville Display PT', 'Playfair Display', serif;
    font-size: 1.3rem;
    color: var(--color-primary);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Infos pratiques plus larges */
.chambre-services-photos-layout {
    grid-template-columns: 1.4fr 0.8fr;
}

/* ===== PICTOS DÉCORATIFS ===== */
#vc-deco-bougie {
    position: absolute;
    top: -50px;
    right: 35%;
    width: 70px;
    pointer-events: none;
    z-index: 10;
}
#vc-deco-hirondelles {
    position: absolute;
    top: 20%;
    left: 10%;
    width: 200px;
    pointer-events: none;
    z-index: 1;
}

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