    * {
        box-sizing: border-box;
    }

    html, body {
        margin: 0;
        width: 100⁒;
        font-family: "Inter", sans-serif;
        background: cream;
        color: #222;
        overflow-x: hidden;
    }

    img, video {
        max-width: 100%;
        height: auto;
        display: block;
    }

    section {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    :root {
    --cream:#fcfbf7;
    --sombre-blue:#001219;
    --dark-blue:#005f73;
    --light-blue:#94d2bd;
    --yellow:#e9d8a6;
    --orange:#ee9b00;
    --medium-orange:#ca6702;
    --dark-orange:#bb3e03;
    --red-orange:#ae2012;
    --red:#9b2226;
    }

    .logo img {
    max-width: 100%;
    height: auto;
    }

    .ptitre {
        font-family: "Nanum Myeongjo", serif;
        font-weight: 400;
    }

    /*CONTAINER GLOBAL*/
    .container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 30px;
    }



    /*BARRE DE NAVIGATION*/
    .navbar-wrapper {
        position: fixed;
        top: 0;
        width: 100%;
        padding: 15px 0;
        backdrop-filter: blur(10px);
        background: rgba(0, 40, 85, 0.25);
        z-index: 20;
    }

    

    .navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: white;
        font-weight: 500;
    }

    .nav-left {
        padding-left: 10px;
    }

    .nav-left img {
    height: 45px;
    width: auto;
    display: block;
    }

    .nav-links {
    display: flex;
    gap: 30px;
    padding-top: 8px;
    }

    .nav-links a {
        color: white;
        text-decoration: none;
        font-size: 15px;
        position: relative;
        padding-bottom: 4px;
    }

    /*TRAIT ANIME HOVER*/
    .nav-links a::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0%;
        height: 2px;
        background: white;
        transition: width 0.35s ease;
    }

    .nav-links a:hover::after {
        width: 100%;
    }

    /*BURGER*/
    .burger {
        display: none;
        flex-direction: column;
        gap: 5px;
        cursor: pointer;
        padding-right: 10px;
    }

    .burger span {
        width: 26px;
        height: 3px;
        background: white;
        border-radius: 3px;
        transition: 0.3s ease;
    }

    /* ANIMATION BURGER → CROIX */
    .burger.active span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .burger.active span:nth-child(2) {
        opacity: 0;
    }

    .burger.active span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }


    /*HERO*/
    .hero {
        height: 100vh;
        background: url('img/index_header.jpg') center/cover no-repeat;
        background-attachment: fixed;
        position: relative;
        display: flex;
        align-items: center;
        color: white;
        padding: 0 20px;
    }

    .hero-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,0.35);
    }

    .hero-content {
        position: relative;
        max-width: 550px;
        z-index: 2;
        margin: 0 auto;
    }

    .hero h1 {
        font-size: 48px;
        line-height: 1.1;
        margin-bottom: 20px;
    }

    .hero p {
        font-size: 18px;
        opacity: 0.9;
        margin-bottom: 40px;
    }




    /*BOOKING*/
    .booking-box {
        background: rgba(255, 255, 255, 0.5);
        backdrop-filter: blur(8px);
        padding: 25px;
        border-radius: 20px;
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
        max-width: 100%;
    }

    .booking-box input,
    .booking-box select {
        padding: 12px 15px;
        border-radius: 10px;
        border: 1px solid #ddd;
        font-size: 14px;
        flex: 1 1 180px;
        min-width: 150px;
    }

    .booking-btn {
        background: black;
        color: white;
        border: none;
        padding: 12px 25px;
        border-radius: 20px;
        cursor: pointer;
        font-size: 14px;
        flex: 1 1 180px;
}

.booking-btn:hover {
    background: #333;
}




    /* GALERIE */
.galerie {
    padding: 40px 20px;
    background: #fcfbf7;
}

.cards {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: stretch;
}

.card {
    width: 250px;
    height: 350px;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
    transition: width 0.4s ease;
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

/*ETIREMENT EN LARGEUR*/
.card:hover {
    width: 350px; 
}

.texte-centre {
    max-width: 800px;
    margin: 0 auto;         /*centrer*/
    padding: 0 40px;
    text-align: justify;
    line-height: 1.5;
    font-size: 17px;
}

.ind-centre {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 40px;
    text-align: center;
}

.espace-haut {
    margin-top : 40px;
}




.infos {
    padding: 120px 20px 200px 20px;
    background: linear-gradient(
        135deg,
        #001219 0%,
        #005F73 35%,
        #94D2BD 75%,
        #E9D8A6 100%
    );
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}



.infos-texte {
    text-align: center;
    color: #f7f3e9;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0;
}


.infos h1.ptitre {
    color: #ffffff;
    font-size: 28px;
    margin: 0;
}

/* Conteneur des icônes */
.infos-icones {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.info-icones {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    backdrop-filter: blur(4px);
}

.info-icones img {
    width: 40px;   /*taille réduite*/
    height: 40px;
    object-fit: contain;
}


/*Carte icône + texte*/
.info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #f7f3e9;
    max-width: 180px;
}

.info-item p {
    font-size: 14px;
    line-height: 1.5;
    opacity: 0.9;
}



/* Conteneur global */
.carte {
    position: relative;
    padding: 0;
    background: #9dcaf5;
}

.carte-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}
/* Image de carte full width */
.carte-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pin-fixed {
    position: absolute;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -100%);
    z-index: 10;
}


.carte-preview {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 40px 0;
}

.preview-item {
    width: 150px;
    text-align: center;
    opacity: 0.4;
    transition: 0.3s ease;
}

.preview-item img {
    width: 100%;
    border-radius: 12px;
    display: block;
}


.preview-item.active {
    opacity: 1;
    transform: scale(1.1);
}


.area-highlight {
    position: absolute;
    width: 40px;
    height: 40px;
    pointer-events: none;
    display: none;
    z-index: 9999;
}

.pin-fixed {
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 50;
    pointer-events: auto;
    transform: translate(-50%, -100%);
}

#pin-bernard {
    left: 52.7%;
    top: 57.1%;
}

#pin-dolmen {
    left: 49.5%;
    top: 55.6%;
}

#pin-gliss {
    left: 57.0%;
    top: 56.9%;
}


#pin-moulin {
    left: 31.0%;
    top: 55.6%;
}

#pin-ofun {
    left: 56.9%;
    top: 49.9%;
}

#pin-puy {
    left: 72.0%;
    top: 42.4%;
}


.pin-active {
    transform: translate(-50%, -100%) scale(1.3);
    filter: drop-shadow(0 0 6px rgba(0,0,0,0.4));
    transition: 0.2s ease;
}

.pin-text {
    position: absolute;
    background: rgba(0,0,0,0.75);
    color: white;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 13px;
    white-space: nowrap;
    transform: translate(-50%, -120%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
    z-index: 20;
}

.pin-text.show {
    opacity: 1;
    transform: translate(-50%, -140%);

    #text-bernard { left: 52.7%; top: 57.1%; }
#text-dolmen  { left: 49.5%; top: 55.6%; }
#text-gliss   { left: 57.0%; top: 56.9%; }
#text-moulin  { left: 31.0%; top: 55.6%; }

}

.map-section {
    padding: 80px 40px;
    background: #f8f7f4;
}

.map-title {
    text-align: center;
    font-size: 34px;
    margin-bottom: 10px;
}

.map-subtitle {
    text-align: center;
    font-size: 16px;
    opacity: 0.7;
    margin-bottom: 50px;
}

.map-container {
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: flex-start;
}

/* GALLERY */
.map-gallery {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 380px;
}

.map-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    cursor: pointer;
    height: 180px;
    transition: transform 0.3s ease;
}

.map-card:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 30px rgba(0,0,0,0.25);
}

.map-card img {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    cursor: pointer;
    height: 200px; /* plus grand */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.map-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.65), transparent);
    color: white;
    padding: 25px;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: opacity 0.3s ease;
}

.map-card-overlay h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.map-card-overlay p {
    margin-top: 6px;
    font-size: 14px;
    opacity: 0.9;
}


.map-card:hover .map-card-overlay {
    opacity: 1;
}

/* MAP */
.map-wrapper {
    position: relative;
    width: 100%;
    max-width: 900px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
}


.map-img {
    width: 100%;
    display: block;
}

.map-pin {
    position: absolute;
    width: 40px;
    transform: translate(-50%, -100%);
    transition: transform 0.2s ease, filter 0.2s ease;
}

.map-pin.active {
    transform: translate(-50%, -100%) scale(1.3);
    filter: drop-shadow(0 0 8px rgba(0,0,0,0.4));
}

.map-card.active {
    transform: scale(1.03);
}

.map-card.active .map-card-overlay {
    opacity: 1;
}

.map{
    margin-top: -140px; /* chevauche plus fort */
    padding-top: 0;
}


.map-gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
}

/* CARDS SUPERPOSÉES */
.map-text {
    padding: 10px 12px;
    background: white;
    font-size: 14px;
    color: #333;
    line-height: 1.4;
    height: 50px; /* zone texte fixe */
}


.map-title {
    font-size: 42px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    text-align: center;
    color: #001219;
}

.map-subtitle {
    font-size: 18px;
    opacity: 0.7;
    margin-bottom: 60px;
    text-align: center;
    color: #001219;
}


/* LAYOUT 2 COLONNES*/
.map-layout {
    max-width: 1400px;
    margin: 0px auto 0 auto;
    display: grid;
    grid-template-columns: 480px 1fr;
    gap: 40px;
    align-items: start;
}

/*3×2*/
.map-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 160px; /* ← taille FIXE */
    gap: 14px;
}

/*CARTE INDIVIDUELLE*/
.map-card {
    position: relative;
    width: 100%;
    height: 160px; /*FIXE*/
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    filter: grayscale(100%) brightness(70%);
    transition: 0.3s ease;
}

.map-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* HOVER */
.map-card:hover,
.map-card.active {
    filter: grayscale(0%) brightness(100%);
    transform: scale(1.03);
}

/*titre + texte hover*/
.map-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.65), transparent);
    color: white;
    padding: 14px;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: opacity 0.25s ease;
}

.map-card:hover .map-overlay,
.map-card.active .map-overlay {
    opacity: 1;
}

/* CARTE À DROITE */
.map-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;

}

.map-img {
    width: 100%;
    height: auto; /* ← ratio respecté */
    display: block;
}

.map-pin {
    position: absolute;
    width: 28px;
    transform: translate(-50%, -100%);
}

.map-pin.active {
    transform: translate(-50%, -100%) scale(1.15);
    filter: drop-shadow(0 0 6px rgba(233, 216, 166, 0.9));
}


@keyframes pulse {
    0% { transform: translate(-50%, -100%) scale(1.25); }
    50% { transform: translate(-50%, -100%) scale(1.32); }
    100% { transform: translate(-50%, -100%) scale(1.25); }
}

/* SECTION CTA ACTIVITÉS */
.map-activities {
    text-align: center;
    margin-top: 60px;
    padding-bottom: 50px;
}

.map-activities-content {
    max-width: 700px;
    margin: 0 auto;
}

.map-activities h2 {
    font-size: 36px;
    margin-bottom: 12px;
    color: #001219;
}

.map-activities p {
    font-size: 18px;
    opacity: 0.75;
    margin-bottom: 30px;
}


.btn-noir {
    display: block;
    margin: 40px auto;
    background: #001219;
    color: white;
    padding: 14px 34px;
    border-radius: 30px;
    font-size: 16px;
    text-decoration: none;
    transition: 0.3s ease;
    width: fit-content;
}

.btn-noir:hover {
    background: #003344;
}


/**/

.cta-reservation {
    position: relative;
    height: 45vh;
    background:  url('img/cuisine-fenetre.jpg') center/cover no-repeat;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    border-radius: 0;
    overflow: hidden;
}

.cta-reservation-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    backdrop-filter: blur(2px);
}

.cta-reservation-content {
    position: relative;
    text-align: center;
    color: white;
    max-width: 700px;
    padding: 20px;
}

.cta-reservation-content h2 {
    font-size: 42px;
    margin-bottom: 12px;
    color: #ffffff;
}

.cta-reservation-content p {
    font-size: 20px;
    opacity: 0.9;
    margin-bottom: 30px;
}

.btn-blanc {
    display: inline-block;
    background: #ffffff;
    color: #001219;
    padding: 14px 40px;
    border-radius: 30px;
    font-size: 17px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.btn-blanc:hover {
    background: #E9D8A6;
    color: #001219;
}





.footer {
    background: #001219;
    color: #f7f3e9;
    padding: 60px 20px 30px 20px;
    margin-top: 0px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.footer-col h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.footer-col a {
    display: block;
    color: #f7f3e9;
    opacity: 0.8;
    text-decoration: none;
    margin-bottom: 8px;
    transition: 0.3s ease;
}

.footer-col a:hover {
    opacity: 1;
}

.footer-col p {
    margin: 4px 0;
    opacity: 0.8;
}

.footer-bottom {
    text-align: center;
    margin-top: 40px;
    opacity: 0.6;
    font-size: 14px;
}









/*page 2*/
/* MARGE GLOBALE PAGE RESERVATION */
.page-reservation-wrapper {
    max-width: 1200px;      /* même largeur que page 1 */
    margin: 0 auto;         /* centre la page */
    padding: 0 40px;        /* marge droite + gauche */
    transform: scale(0.96); /* légèrement plus petit */
    transform-origin: top center;
}

/*premiere galerie+premier texte*/


.imgtxt-section {
    display: flex;
    justify-content: center;
    padding: 100px 20px;
}

.imgtxt-container {
    position: relative;
    width: 80%;
    max-width: 900px;
    height: 600px;
    border-radius: 6px;
    overflow: hidden;
}

.imgtxt-bg {
    position: absolute;
    inset: 0;
    background: url('img/piscine.jpg') center/cover no-repeat fixed;
    height: 100%;
    width: 100%;
}

.imgtxt-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 18px 28px;
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(6px);
    text-align: center;
    font-size: 28px;
    color: #001219;
}









.infos-texte {
    text-align: center;
    color: #f7f3e9;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0;
}


.infos h1.ptitre {
    color: #ffffff;
    font-size: 28px;
    margin: 0;
}

/* Conteneur des icônes */
.infos-icones {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.info-icones {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    backdrop-filter: blur(4px);
}

.info-icones img {
    width: 40px;   /*taille réduite*/
    height: 40px;
    object-fit: contain;
}


/*Carte icône + texte*/
.info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #f7f3e9;
    max-width: 180px;
}



.info-item p {
    font-size: 14px;
    line-height: 1.5;
    opacity: 0.9;
}














/* INTRODUCTION */
.intro-section {
    padding: 245px 20px 200px 20px;
    background: linear-gradient(
        135deg,
        #E9D8A6 0%,
        #94D2BD 35%,
        #005F73 75%,
        #001219 100%
    );
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.intro-content {
    text-align: justify;
    padding-left: 400px;
    padding-right: 400px;
}

.intro-content h1 {
    font-size: 48px;
    margin-bottom: 10px;
    color: white;
}

.intro-content p {
    font-size: 18px;
    line-height: 1.6;
    opacity: 0.85;
    color: white;
}

/* GALERIE TOUCHANT L’INTRO */
.touch-gallery {
    margin-top: -80px;
}

.touch-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    max-width: 1200px;
    margin: 0 auto;
}

.touch-gallery-grid img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 14px;
}

/* TEXTE À DROITE + MINI INTRO */
/* --- SECTION RÉSERVATION PREMIUM --- */

.reservation-section {
    padding: 120px 60px;
    background: #f8f7f4;
}
.reservation-layout {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 450px;
    gap: 70px;
}


/* Texte large à gauche */
.reservation-text {
    padding-left: 20px;
    padding-right: 20px;
}

.reservation-text h2 {
    margin-bottom: 20px;
    color: var(--sombre-blue);
}

.reservation-text p {
    font-size: 17px;
    line-height: 1.6;
    opacity: 0.85;
}

/* Bloc réservation plus grand */
.reservation-box-big {
    background: white;
    padding: 32px;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.reservation-box-big h3 {
    font-size: 22px;
    margin-bottom: 25px;
    color: var(--sombre-blue);
}

/* Champs plus grands */
.reservation-fields-big {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.reservation-fields-big input {
    padding: 16px 18px;
    border-radius: 10px;
    border: 1px solid #ccc;
    font-size: 16px;
}

.reservation-fields-big button {
    padding: 16px 18px;
    border-radius: 10px;
    background: var(--dark-blue);
    color: white;
    border: none;
    font-size: 17px;
    cursor: pointer;
    transition: 0.3s ease;
}

.reservation-fields-big button:hover {
    background: var(--medium-orange);
}


/* IMAGE GAUCHE / TEXTE DROITE */
.img-left-text-right,
.img-right-text-left {
    max-width: 1200px;
    margin: 120px auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.img-fixed {
    width: 100%;
    height: 380px;
    border-radius: 14px;
    background-size: cover;
    background-position: center;
}

.img1 {
    background-image: url("img/cuisine-fenetre.jpg");
    background-attachment: fixed;
}

.img2 {
    background-image: url("img/cuisine-fenetre.jpg");
    background-attachment: fixed;
}

.img2-1 {
    background-image: url("img/ogliss-park.jpg");
}

.img2-2 {
    background-image: url("img/megalithe.jpg");
}

.img2-3 {
    background-image: url("img/moulin.jpg");
}

.img2-4 {
    background-image: url("img/ofun-park.jpg");
}

.img2-5 {
    background-image: url("img/puy.jpg");
}



.text-block h2 {
    font-size: 32px;
    margin-bottom: 10px;
}

.text-block p {
    font-size: 17px;
    line-height: 1.6;
    opacity: 0.8;
}

/* ZONE D’ICÔNES */
.infos-2 {
    padding: 120px 20px 130px 20px;
    background: linear-gradient(
    135deg,
    #0A9396 0%,
    #94D2BD 35%,
    #E9D8A6 70%,
    #EE9B00 100% 
);

    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

/* grille : 5 colonnes → 2 rangées */
.infos-icones-2 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px 50px;
    max-width: 900px;
    padding: 0 20px;
    justify-items: center;
}

/* rond d’icône */
.info-icones-2 {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    backdrop-filter: blur(4px);
}

.info-icones-2 img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}


/* GALERIE HOVER */


/*RESERVATION*/
.horizontal-reservation-box {
    max-width: 700px;
    margin: 30px auto;
    display: flex;
    gap: 12px;
    background: var(--cream);
    align-items: center;
    padding-bottom: 70px;
}

.horizontal-reservation-box input,
.horizontal-reservation-box button {
    padding: 14px 20px;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.horizontal-reservation-box button {
    background: var(--dark-blue);
    color: white;
    border: none;
}



/* --- GALERIE SLIDER --- */
.slider-wrapper {
    position: relative;
    max-width: 1800px;
    margin: -130px auto 0 auto;
    overflow: hidden;
    padding: 0 80px;          /* plus d’espace pour les flèches */
}

/* flèches */
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(25,90,105,0.55);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;               /* au-dessus des images */
}

.slider-arrow.left {
    left: 20px;
}

.slider-arrow.right {
    right: 20px;
}

/* slider + slides */
.slider {
    display: flex;
    gap: 6px;
    scroll-behavior: smooth;
    transition: transform 0.45s ease;
}

.slide {
    flex: 0 0 25%;
    height: 320px;
    border-radius: 14px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* image + cadre qui s’agrandissent au hover */
.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.slide:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 30px rgba(0,0,0,0.25);
}

.slide:hover img {
    transform: scale(1.08);
}







.slider-2-wrapper {
    position: relative;
    width: 100%;
    padding: 40px 60px;      /* espace pour les flèches */
    margin: -120px auto 0 auto;
    overflow: hidden;
}

/* Track horizontal */
.slider-2-track {
    display: flex;
    gap: 16px;
    transition: transform 0.4s ease;
}

/* 3 images visibles */
.slider-2-item {
    position: relative;
    flex: 0 0 calc(33.333% - 10px); /* 3 par ligne */
    height: 340px;                  /* plus grand */
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
}

.slider-2-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.slider-2-item:hover img {
    transform: scale(1.06);
}

/* Overlay bas-gauche */
.slider-2-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 18px 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.75), transparent);
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.slider-2-item:hover .slider-2-overlay {
    opacity: 1;
}

.slider-2-overlay h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.slider-2-overlay p {
    margin-top: 6px;
    font-size: 14px;
    opacity: 0.9;
}

/* Flèches */
.slider-2-arrow {
    position: absolute;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(25,90,105,0.55);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}


.slider-2-arrow-left {
    left: 10px;
}

.slider-2-arrow-right {
    right: 10px;
}











/*CONCIERGERIE*/
.hero-conciergerie {
        height: 100vh;
        background: url('img/conciergerie_header.jpg') center/cover no-repeat;
        background-attachment: fixed;
        position: relative;
        display: flex;
        align-items: center;
        color: white;
        padding: 0 0px;
    }

.hero-conciergerie h1 {
        font-size: 48px;
        line-height: 1.1;
        margin-bottom: 20px;
    }

.hero-conciergerie p {
        font-size: 18px;
        opacity: 0.9;
        margin-bottom: 40px;
    }



.conciergerie-section {
    padding: 100px 20px;
    background: #f8f7f4;
    text-align: center;
}

.conciergerie-section h2 {
    font-size: 36px;
    color: #001219;
    margin-bottom: 20px;
}

.conciergerie-desc {
    max-width: 700px;
    margin: 0 auto 50px auto;
    font-size: 18px;
    opacity: 0.8;
    line-height: 1.6;
    text-align: justify;
}

.conciergerie-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.conc-item {
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: 0.3s ease;
}

.conc-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.conc-item h3 {
    font-size: 20px;
    margin: 16px 0 8px 0;
    color: #001219;
}

.conc-item p {
    font-size: 15px;
    opacity: 0.75;
    padding: 0 20px 20px 20px;
}

.conc-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 40px rgba(0,0,0,0.15);
}

/* BANDEROLE */
.banderole-wrapper {
    background: linear-gradient(
        135deg,
        #001219 0%,
        #005F73 40%,
        #94D2BD 75%,
        #E9D8A6 95%
    );
    background-attachment: fixed;
    padding: 40px 0 0;
    margin-top: -40px;
    text-align: center;
}

.banderole-title {
    font-family: "Nanum Myeongjo", serif;
    font-size: 32px;
    color: var(--cream);
    padding: 30px;
    letter-spacing: 0.04em;
    margin-bottom: -15px;
    font-weight: 400;
    opacity: 0.95;
}

.banderole {
    overflow: hidden;
    width: 100%;
    display: flex;
    gap: 60px;
    white-space: nowrap;
    height: 20vh;
    align-items: center;
}

.banderole-track {
    display: inline-flex;
    gap: 60px;
    animation: slide 22s linear infinite;
}

.banderole-track span {
    color: white;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.9;
}

@keyframes slide {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* SECTION CONCIERGERIE */
.conciergerie-services {
    padding: 140px 40px;
    background: #f8f7f4;
    text-align: center;
}

.conc-title {
    font-size: 42px;
    margin-bottom: 12px;
    color: var(--sombre-blue);
}

.conc-subtitle {
    font-size: 18px;
    opacity: 0.75;
    max-width: 700px;
    margin: 0 auto 60px auto;
    line-height: 1.6;
}

/* GRID */
.conc-grid {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

/* CARD */
.conc-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    cursor: pointer;
}

.conc-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.18);
}

/* IMAGE */
.conc-img {
    height: 260px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* CONTENT */
.conc-content {
    padding: 28px 30px 40px 30px;
    text-align: left;
}

.conc-content h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: var(--sombre-blue);
}

.conc-content p {
    font-size: 16px;
    opacity: 0.8;
    line-height: 1.55;
}






.hero-alentours {
        height: 100vh;
        background: url('img/alentours_header.jpg') center/cover no-repeat;
        background-attachment: fixed;
        position: relative;
        display: flex;
        align-items: center;
        color: white;
        padding: 0 20px;
    }

.hero-alentours h1 {
        font-size: 48px;
        line-height: 1.1;
        margin-bottom: 20px;
    }

.hero-alentours p {
        font-size: 18px;
        opacity: 0.9;
        margin-bottom: 40px;
    }

.titre-alentours {
    font-family: "Nanum Myeongjo", serif;
    font-size: 46px;
    font-weight: 400;
    text-align: center;
    color: var(--sombre-blue);
    letter-spacing: 0.8px;
    margin: 120px auto 40px auto;
    position: relative;
    width: fit-content;
}

.sous-titre-alentours {
    text-align: center;
    font-size: 18px;
    opacity: 0.7;
    color: var(--sombre-blue);
    margin-bottom: 60px;
    letter-spacing: 0.3px;
}

/* SECTION FRISE HORIZONTALE */
.frise-horiz-section {
    padding: 120px 20px;
    background: #f8f7f4;
    text-align: center;
}

.frise-horiz-title {
    font-size: 38px;
    margin-bottom: 60px;
    color: #001219;
}

.frise-horiz-wrapper {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 0;
}

.frise-horiz-line {
    position: absolute;
    top: 23%; /* ← place la ligne sous les points */
    left: 0;
    width: 100%;
    height: 3px;
    background: rgba(0,0,0,0.15);
    border-radius: 3px;
}

.frise-horiz-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    position: relative;
    z-index: 2;
}

.frise-horiz-item {
    width: 18%;
    text-align: center;
    position: relative;
}

.frise-horiz-dot {
    width: 22px;
    height: 22px;
    background: var(--medium-orange);
    border: 4px solid #c96602; /* halo doré */
    border-radius: 50%;
    display: block;
    margin: 0 auto 18px auto;
    position: relative;
    z-index: 3;
    box-shadow: 0 0 12px rgba(0,0,0,0.25);
}

.frise-horiz-item h3 {
    font-size: 20px;
    margin-bottom: 6px;
    color: #001219;
}

.frise-horiz-item p {
    font-size: 15px;
    opacity: 0.75;
    line-height: 1.4;
}
















.hero-chambre {
        height: 100vh;
        background: url('img/chambre_header.jpg') center/cover no-repeat;
        background-attachment: fixed;
        position: relative;
        display: flex;
        align-items: center;
        color: white;
        padding: 0 0px;
    }

.hero-chambre h1 {
        font-size: 48px;
        line-height: 1.1;
        margin-bottom: 20px;
    }

.hero-chambre p {
        font-size: 18px;
        opacity: 0.9;
        margin-bottom: 40px;
    }


.menu-chambre_section {
    background: var(--cream);
}

.menu-chambre_section h1 {
    color: var(--sombre-blue);
    letter-spacing: 0.12em;
    font-size: 28px;
    padding-top: 50px;
    padding-left: 125px;
    padding-right: 125px;
    margin: 0;
}


.suites-section {
    background: linear-gradient(
        135deg,
        #001219 0%,
        #005F73 25%,
        #94D2BD 85%,
        #E9D8A6 100%
    );
    background-attachment: fixed;
    margin: 125px auto 0 auto;
    padding-bottom: 100px;
}


.suites-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    max-width: 1100px;
    margin: 40px auto 0 auto;
}

.suite-card {
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
}

.suite-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.18);
}

.suite-card-img {
    height: 220px;
    background-size: cover;
    background-position: center;
    transition: transform 0.45s ease, filter 0.45s ease;
}

.suite-card:hover .suite-card-img {
    transform: scale(1.06);
    filter: brightness(1.05);
}

.suite-card-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.15);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.suite-card:hover .suite-card-img::after {
    opacity: 1;
}

.suite-card-content {
    padding: 14px 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.35s ease;
}

.suite-card:hover .suite-card-content {
    transform: translateY(4px);
}

.suite-card-content h3.ptitre {
    font-size: 20px;
    margin-bottom: 6px;
    color: var(--sombre-blue);
}

.suite-card-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 14px;
}

.suite-card-content .suite-meta {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: rgba(0, 18, 25, 0.6);
}


/* ICONES VILLAS */
.villa-features {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 30px auto 10px auto;
}

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
}

.feature-item img {
    width: 48px;
    height: 48px;
    padding: 12px;
    background: rgba(0,0,0,0.08);
    backdrop-filter: blur(4px);
    border-radius: 50%;
    object-fit: contain;
}

.feature-item span {
    font-size: 14px;
    color: #001219;
    opacity: 0.85;
}


/* BUTTON */
/*.logement-btn {
    display: inline-block;
    padding: 12px 28px;
    background: var(--sombre-blue);
    color: white;
    border-radius: 30px;
    font-size: 15px;
    text-decoration: none;
    transition: 0.3s ease;
}

.logement-btn:hover {
    background: var(--medium-orange);
}
*/














































/*declinaisons ecrans*/
@media (max-width: 375px) {
    .cta-reservation {
        height: 80vh;
        padding-bottom: 40px;
    }
}


@media (max-width: 430px) {

  .galerie {
    padding: 20px 10px;
    }

  .galerie .ind-centre {
    font-size: 15px;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    }

  .galerie h1 {
        font-size: 20px;
        padding: 0 10px;
        line-height: 1.3;
    }

  .cards {
        flex-direction: column;
        gap: 12px;
    }

    .card {
        width: 100%;
        height: 220px;
    }

    .ind-centre {
        font-size: 14px;
        padding: 0 10px;
    }

  .card img {
    object-fit: cover;
    }

  .texte-centre {
    font-size: 15px;
    padding: 0 10px;
    line-height: 1.55;
    }

  .cta-reservation {
        padding-bottom: 70px;
        height: auto;
    }

    .cta-reservation-content {
        padding-bottom: 20px;
    }

    .btn-blanc {
        margin-bottom: 20px;
    }
}

@media (max-width: 500px) {

    .infos-icones {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px 20px;
        width: 100%;
        padding: 0 20px;
        justify-items: center;
    }

    .info-item {
        max-width: 140px;
    }

    .info-icones {
        width: 70px;
        height: 70px;
    }

    .info-icones img {
        width: 32px;
        height: 32px;
    }

    .info-item p {
        font-size: 13px;
    }
}

@media (max-width: 599px) {

    .infos-icones {
        gap: 20px;
        flex-wrap: wrap;
    }

    .info-icones {
        width: 60px;
        height: 60px;
    }

    .info-icones img {
        width: 28px;
        height: 28px;
    }

    .info-item p {
        font-size: 12px;
        max-width: 120px;
    }
}


/*MENU MOBILE*/
.nav-links {
    transition: 0.3s ease;
}

@media (max-width: 768px) {

    .nav-links {
        position: fixed;
        top: 75px;
        right: -100%;
        width: 70%;
        height: calc(100vh - 70px);
        background: rgba(0, 40, 85, 0.95);
        backdrop-filter: blur(10px);
        flex-direction: column;
        padding: 40px 20px;
        gap: 25px;
        transition: 0.35s ease;
    }

    .nav-links a {
        font-size: 18px;
    }

    .nav-links.active {
        right: 0;
    }

    .burger {
        display: flex;
    }
    
    .nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    backdrop-filter: blur(2px);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease;
    z-index: 15;
    }

    .nav-overlay.active {
    opacity: 1;
    pointer-events: auto;
    }

    .hover-gallery-row {
        grid-template-columns: 1fr; /* une image par ligne sur mobile */
    }

    .hover-card-full img {
        height: 260px;
    }

}

@media (min-width: 900px) and (max-width: 1200px) {

    .map-layout {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
        width: 100%;
        max-width: 1200px;
        margin: -140px auto 0 auto;
        padding-left: 30px;
        padding-right: 30px
    }

    .map-gallery-grid {
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 150px;
    }

    .map-wrapper {
        width: 100%;
    }

    .map-overlay h3 {
        font-size: 14px;
        line-height: 1.2;
        white-space: normal;
        word-break: break-word;
        max-width: 90%;
    }

    .map-overlay p {
        font-size: 12px;
        line-height: 1.3;
    }

    .map-card {height: 150px}

    .map-gallery-grid,
    .map-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {

    .map-layout {
        grid-template-columns: 1fr;
        margin: 0 auto;
        gap: 40px;
    }

    .map-gallery-grid {
        height: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 1fr;
    }

    .map-card {
        height: 100% !important;
    }

    .map-card img {
        height: 100%;
        object-fit: cover;
    }

    .map-wrapper {
        height: 100%;
        max-width: 100%;
        width: 100%;
    }

    .map-layout {
        grid-template-columns: 1fr !important;
        margin: 0 auto !important;
        gap: 40px !important;
        padding: 0 20px !important;
    }

    .map-img {
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 1075px) {

    .map-layout {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .map-gallery-grid {
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 150px;
    }

    .map-card {
        height: 150px;
    }

    .map-wrapper {
        width: 100%;
        min-width: 600px;
        height: auto;
    }

    .map-img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 1080px) {

    .map-layout {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .map$-wrapper {
        min-width: 620px;
    }
}

@media (max-width: 1100px) {

    .map-layout {
        display: grid;
    grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
    gap: 50px;
    max-width: 1400px;
    margin: -140px auto 0 auto;
    }

    .map-gallery-grid {
        display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    }

    .map-card {
        height: 150px;
        position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    filter: grayscale(100%) brightness(70%);
    transition: 0.3s ease;
    }

    .map-wrapper {
        width: 100%;
        height: auto;
    }

    .map-img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 1180px) {

    .map-layout {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .map-wrapper {
        min-width: 100%;*
    }

    .map-img {
        width: 100%;
        height: auto;*
    }
}


/*ECRANS PR ORDINATEURS PETITS*/
@media (max-width: 1199px) {

    .map-layout {
        grid-template-columns: 380px 1fr;
        gap: 30px;
    }

    .map-gallery-grid {
        display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    }

    .map-card {
        height: 150px;
    }
}

/*ECRANS PR TABLETTES*/
@media (max-width: 899px) {

    .map-layout {
        grid-template-columns: 1fr;*
        gap: 40px;
    }

    .map-gallery-grid {
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 140px;
    }

    .map-wrapper {
        height: auto;*
    }

    .map-img {
        height: auto;
    }

    .cta-reservation {
        height: 50vh;
    }
}

/*ECRANS PR TELEPHONES*/
@media (max-width: 599px) {

    .map-layout {
        grid-template-columns: 1fr;
        gap: 30px;
    }



    .map-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 130px;
        gap: 10px;
        padding: 0 16px;
    }

    .map-card {
        height: 130px;
    }

    .map-overlay h3 {
        font-size: 14px;
    }

    .map-overlay p {
        font-size: 12px;
    }

    .map-pin {
        width: 22px;
    }

    .cta-reservation {
        height: 30vh;
        padding: 20px;
    }

    .cta-reservation-content h2 {
        font-size: 28px;
    }

    .cta-reservation-content p {
        font-size: 16px;
    }

    .cta-btn {
        padding: 12px 26px;
        font-size: 15px;
    }
}

@media (max-width: 1080px),
       (max-width: 1075px),
       (max-width: 1100px),
       (max-width: 1180px),
       (max-width: 1199px),
       (max-width: 899px) {

    .map-wrapper {
        width: 100% !important;
        min-width: 0 !important;   /* supprime les contraintes */
        height: auto !important;
    }

    .map-layout {
        grid-template-columns: 1fr !important;
        margin: 0 auto !important;
        gap: 40px !important;
    }
}

@media (max-width: 480px) {

    .intro-content h1 {
        font-size: 26px;
    }

    .img-fixed {
        height: 200px;
    }

    .slider-2-item {
        min-width: 100%;
        height: 200px;
    }

    .infos-icones-2 {
        grid-template-columns: 1fr;
    }

    .slider-2-wrapper {
    padding: 0 0;
    }

    .slider-2-track {
        display: flex;
        gap: 12px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding: 10px 0;
    }

    .slider-2-item {
        min-width: 100%; /* image pleine largeur */
        height: 260px;
        scroll-snap-align: center;
    }

    .slider-2-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* Flèches masquées sur mobile */
    .slider-2-arrow {
        display: none;
    }

    /* --- Votre séjour commence ici --- */
    .reservation-layout {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .reservation-text {
        padding: 0 20px;
    }

    .reservation-box-big {
        margin: 0 auto;
        width: 100%;
        max-width: 330px;
    }

    /* --- Image au-dessus du texte --- */
    .img-left-text-right,
    .img-right-text-left {
        grid-template-columns: 1fr;
    }

    .img-fixed {
        height: 240px;
    }

    /* --- Icônes plus compactes --- */
    .infos-2 {
        padding: 60px 20px;
    }

    .infos-icones-2 {
        grid-template-columns: repeat(2, 1fr); /* 2 par ligne */
        gap: 25px 20px;
    }

    .info-icones-2 {
        width: 70px;
        height: 70px;
    }

    .info-item p {
        font-size: 13px;
        max-width: 140px;
    }
}

@media (max-width: 599px) {

    /* Galerie : images plus larges */
    .slider-2-wrapper {
        padding: 0 10px;
    }

    .slider-2-track {
        display: flex;
        gap: 10px;
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
    }

    .slider-2-item {
        min-width: 90%;
        height: 240px;
        scroll-snap-align: center;
        border-radius: 14px;
    }

    .slider-2-item img {
        width: 100%;
        height: 240px;
        object-fit: cover;
    }

    /* Texte "Votre séjour commence ici" centré */
    .reservation-text {
        text-align: center;
        padding: 0 20px;
    }

    /* Image au-dessus du texte */
    .img-left-text-right,
    .img-right-text-left {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .img-fixed {
        height: 260px;
    }

    /* Icônes plus compactes */
    .infos-2 {
        padding: 80px 20px;
    }

    .infos-icones-2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px 20px;
    }

    .info-icones-2 {
        width: 60px;
        height: 60px;
    }

    .info-icones-2 img {
        width: 28px;
        height: 28px;
    }

    .info-item p {
        font-size: 13px;
        max-width: 120px;
    }
}

@media (max-width: 768px) {

    /* INTRO */
    .intro-content {
        padding: 0 20px;
        text-align: center;
    }
    .intro-content h1 {
        font-size: 32px;
    }
    .intro-content p {
        font-size: 15px;
        line-height: 1.5;
    }

    .touch-gallery-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .touch-gallery-grid img {
        height: 200px;
    }

    .reservation-layout {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0 20px;
    }
    .reservation-text {
        text-align: center;
        padding: 0;
    }
    .reservation-text h2 {
        font-size: 24px;
    }
    .reservation-box-big {
        padding: 24px;
    }

    /* IMAGE+TEXTE */
    .img-left-text-right,
    .img-right-text-left {
        grid-template-columns: 1fr;
        gap: 20px;
        margin: 60px auto;
        padding: 0 20px;
    }
    .img-fixed {
        height: 260px;
        background-attachment: scroll; /* évite les bugs mobile */
    }
    .text-block {
        text-align: center;
    }
    .text-block h2 {
        font-size: 26px;
    }
    .text-block p {
        font-size: 15px;
    }

    /*ICONES */
    .infos-2 {
        padding: 80px 20px;
    }
    .infos-icones-2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 20px;
    }
    .info-icones-2 {
        width: 70px;
        height: 70px;
    }
    .info-item p {
        font-size: 13px;
    }

    /*SLIDER 2*/
    .slider-2-track {
        gap: 12px;
    }
    .slider-2-item {
        min-width: 80%;
        height: 240px;
    }
    .slider-2-item img {
        height: 100%;
        object-fit: cover;
    }
    .slider-2-overlay h3 {
        font-size: 16px;
    }
    .slider-2-overlay p {
        font-size: 13px;
    }

    /* CTA RÉSERVATION */
    .horizontal-reservation {
        padding: 40px 20px;
    }
    .horizontal-reservation h2 {
        font-size: 26px;
    }
    .horizontal-reservation-box {
        flex-direction: column;
        gap: 12px;
    }
    .horizontal-reservation-box input,
    .horizontal-reservation-box button {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    /* INTRO */
    .intro-content {
        padding: 0 80px;
    }

    /* TOUCH GALLERY */
    .touch-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    /* RÉSERVATION PREMIUM */
    .reservation-layout {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        padding: 0 40px;
    }

    /* IMAGE + TEXTE */
    .img-left-text-right,
    .img-right-text-left {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
        padding: 0 40px;
    }
    .img-fixed {
        height: 320px;
    }

    /* ZONE D’ICÔNES */
    .infos-icones-2 {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
    }

    /* SLIDER 2 */
    .slider-2-item {
        min-width: 40%;
        height: 280px;
    }
}

@media (max-width: 900px) {
    .conc-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .frise-horiz-container {
        flex-direction: column;
        gap: 60px;
    }

    .frise-horiz-line {
        display: none; /* trop serré sur mobile */
    }

    .frise-horiz-item {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .conc-grid {
        grid-template-columns: 1fr;
    }
    .conc-img {
        height: 220px;
    }
}


/* MOBILE */
@media (max-width: 599px) {
    .conciergerie-grid {
        grid-template-columns: 1fr;
    }
    .banderole span {
        font-size: 18px;
    }
}

/* TABLETTE */
@media (min-width: 600px) and (max-width: 899px) {
    .conciergerie-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1316px) {
    .map-layout {
        max-width: 100%;
        margin: 0 auto;
        padding-left: 20px;
        padding-right: 20px;
        grid-template-columns: 1fr 1fr; /* ou 1fr si tu veux une seule colonne */
    }

    .map-wrapper {
        margin: 0 auto;
    }
}

