/* -------------------------------------------------- */
/* VARIABLES GLOBALES */
/* -------------------------------------------------- */
:root {
    color-scheme: light;
    --body-link-hover-color: #6FAF64;
    --dark-gray-color: #393a3b;
    --middle-gray-color: #A0A0A0;
    --light-gray-color: #D6D6D6;
    --light-gray-beaubloc: #F8F6F2;
    --blue-color: #009ee0;
    --light-blue-color: #A4CBE8;
    --middle-blue-color: #3C82C2;
    --dark-blue-color: #1A4D80;
    --dark-green-color: #2A5730;
    --middle-green-color: #6FAF64;
    --light-green-color: #B6D7A7;
    --black-color: #000;
    --white-color: #fff;
    --dark-yellow-color: #E3A72F;
    --middle-yellow-color: #F4C542;
    --light-yellow-color: #F8E6A0;
    --text-shadow: rgba(28, 12, 7, .61);
    --background-bloc: #F8F6F2;
    --background-table: #d5e3f1;
    --button-arriere-color: #3366FF;
    --button-arriere-color-hover: #0037DD;
}

/* ----------------------------------------------------
   GOOGLE FONTS — Nunito Sans (texte) + Varela Round (titres)
---------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700&family=Varela+Round&display=swap");

/* ----------------------------------------------------
   TEXTE GLOBAL — Nunito Sans (premium, doux, nature)
---------------------------------------------------- */
html,
body,
p,
span,
a,
li,
ul,
ol,
div,
section,
article,
header,
footer,
input,
button,
textarea {
    font-family: 'Nunito Sans', -apple-system, BlinkMacSystemFont, Segoe UI,
        Roboto, Helvetica Neue, Arial, sans-serif,
        Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol !important;
}


/* ----------------------------------------------------
   TITRES — Varela Round (vacances, friendly, *****)
---------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Varela Round', -apple-system, BlinkMacSystemFont, Segoe UI,
        Roboto, Helvetica Neue, Arial, sans-serif,
        Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol !important;
}

/* ----------------------------------------------------
   Shadow sur Tablettes et PC seulement
---------------------------------------------------- */
@media (min-width: 768px) {

    h1,
    h2 {
        text-shadow: 1px 1px 1px var(--text-shadow) !important;
    }
}

/* SOLID (fas) */
.fas,
.fa-solid {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
}

/* REGULAR (far) */
.far,
.fa-regular {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 400 !important;
}

/* BRANDS (fab) */
.fab,
.fa-brands {
    font-family: "Font Awesome 5 Brands" !important;
    font-weight: 400 !important;
}

/* -------------------------------------------------- */
/* DEBUT HTML */
/* -------------------------------------------------- */
body {
    background-color: var(--white-color);
}

h1,
.h1 {
    color: var(--dark-blue-color);
    font-weight: 700;
}

h2,
.h2 {
    color: var(--middle-blue-color);
}

/* -------------------------------------------------- */
/* BOUTON UP */
/* -------------------------------------------------- */
@media (max-width: 768px) {
    .sp-scroll-up {
        bottom: 100px;
    }
}

/* -------------------------------------------------- */
/* MEGA MENU */
/* -------------------------------------------------- */
#modal-menu {
    z-index: 10000 !important;
}

#modal-menu ul.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background-color: transparent !important;
}

#modal-menu ul.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner ul>li>a {
    font-size: 18px !important;
    font-weight: 600 !important;
}

#modal-menu.has-bg {
    background-image: url(/images/menu-bg5.png) !important;
}

/* -------------------------------------------------- */
/* HAUTEUR DU MENU CANVAS EN MODE TELEPHONE */
/* -------------------------------------------------- */
.offcanvas-menu .mod-menu {
    line-height: 40px !important;
}

.mod-languages {
    font-size: .8rem !important;
}

/* -------------------------------------------------- */
/* LES AUTRES MENU BAS */
/* -------------------------------------------------- */
#sp-bottom3 .mod-menu {
    line-height: 25px !important;
}

.sp-contact-info {
    font-size: 0.85rem;
}

/* en dessous de 1200px et au dessus de 992px*/
@media (min-width: 992px) and (max-width: 1199px) {
    .sp-contact-info {
        display: none !important;
    }
}


.sppb-feature-box-title {
    text-align: left;
}

/* Menus toujours ouverts dans la colonne #sp-bottom3 */
#sp-bottom3 .mod-menu__sub {
    display: block !important;
}

/* On enlève le petit toggler inutile */
#sp-bottom3 .menu-toggler {
    display: none;
}

/* Optionnel : on enlève le curseur "cliquable" sur le titre si tu veux */
#sp-bottom3 .menu-separator {
    cursor: default;
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 30px;
    color: #fff;
}

/* -------------------------------------------------- */
/* BUTTON PAR DEFAUT */
/* -------------------------------------------------- */
.sppb-btn-custom,
.cf-btn {
    background-color: var(--button-arriere-color) !important;
    color: var(--white-color) !important;
}

.sppb-btn,
.btn,
.cf-btn {
    transform-origin: 50% 50% !important;
}

.sppb-btn,
.btn,
.cf-btn {
    box-shadow: 0 0 0 0 var(--white-color) !important;
}

.sppb-btn-custom:hover,
.btn:hover,
.cf-btn:hover {
    background-color: var(--button-arriere-color-hover) !important;
    color: var(--white-color) !important;
}

.btn-hdl-sup:before {
    font-family: 'FontAwesome';
    content: '\f105';
    padding-right: 5px;
    position: relative;
    font-size: 1em
}

.btn-hdl-user:before {
    font-family: 'FontAwesome';
    content: '\f007';
    padding-right: 10px;
    position: relative;
    font-size: 1em
}

.btn-hdl-book:before {
    font-family: 'FontAwesome';
    content: '\f0f2';
    padding-right: 10px;
    position: relative;
    font-size: 1em
}

.btn-hdl-livre:before {
    font-family: 'FontAwesome';
    content: '\f02d';
    padding-right: 10px;
    position: relative;
    font-size: 1em
}

/* -------------------------------------------------- */
/* DROPDOWN CHANGEMENT DE LANGUE */
/* -------------------------------------------------- */
.mod-languages .btn-secondary,
.mod-languages .btn-secondary:hover {
    background-color: #171717 !important;
    color: var(--white-color) !important;
    border-color: #171717 !important;
}

div.mod-languages ul li.lang-active {
    background-color: var(--middle-blue-color) !important;
}

div.mod-languages ul li:hover {
    color: var(--black-color) !important;
}

/* -------------------------------------------------- */
/* STRUCTURE HELIX : HERO + SLIDER */
/* -------------------------------------------------- */

#sp-hero {
    max-height: 100vh;
}

#sp-hero .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

/* Le conteneur slider devient la référence */
#sp-slider {
    max-height: 100vh;
    position: relative;
}

/* Modules superposés */
#sp-slider .sp-module {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

/* Ordre d’empilement */
#sp-slider .fond-aleatoire {
    position: relative;
    z-index: 1;
}

#sp-slider .text-accueil {
    position: absolute;
    /* top: 30px; */
    z-index: 3;
}

/* -------------------------------------------------- */
/* IMAGE ALEATOIRE PREMIUM */
/* -------------------------------------------------- */
.imagefond {
    width: 100%;
    max-height: 100vh;
    object-fit: cover;
    object-position: top center;
    display: block;
    overflow: hidden;
}

/* -------------------------------------------------- */
/* HERO PREMIUM */
/* -------------------------------------------------- */

.hero-premium {
    color: var(--white-color);
    min-height: 100vh;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.hero-space {
    height: 25px;
}

/* Logo */
.hero-logo {
    max-width: 340px;
    transition: transform .4s ease, opacity .4s ease;
    opacity: 0.95;
}

.hero-logo:hover {
    transform: scale(1.06);
    opacity: 1;
}

/* Titre premium */
.hero-title {
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 1.3;
    text-shadow: 2px 2px 5px var(--text-shadow);
    color: var(--white-color);
    /* animation: fadeUp 1.2s ease forwards; */
}

.hero-title span {
    display: block;
    margin-bottom: .5rem;
}


/* -------------------------------------------------- */
/* PORTFOLIO */
/* -------------------------------------------------- */
.sp-simpleportfolio-info,
.sp-simpleportfolio-title,
.sp-simpleportfolio-tags,
.btn-view {
    display: none !important;
}

/* -------------------------------------------------- */
/* MAGNIFIC POPUP BACKDROP */
/* -------------------------------------------------- */
.mfp-bg {
    z-index: 999997 !important;
    background: rgba(20, 20, 20, 0.85) !important;
    backdrop-filter: blur(6px) !important;
    transition: opacity 0.35s ease !important;
}

/* -------------------------------------------------- */
/* POPUP CONTAINER */
/* -------------------------------------------------- */
.bppopup-mode-text {
    position: relative;
    max-width: 680px;
    margin: auto;
    padding: 2rem 2.5rem;

    background: #ffffff;
    color: var(--dark-gray-color);

    /* Bord arrondi asymétrique */
    border-radius: 0px 20px 0px 20px;
    border: 5px solid var(--middle-blue-color);

    /* Ombre pour le relief */
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);

    /* Animation d’ouverture */
    animation: popupFadeIn 0.4s cubic-bezier(.22, 1, .36, 1);
}

/* -------------------------------------------------- */
/* ANIMATION POPUP FADING */
/* -------------------------------------------------- */
@keyframes popupFadeIn {
    0% {
        opacity: 0;
        transform: scale(0.95) translateY(20px);
    }

    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* -------------------------------------------------- */
/* ANIMATION POPUP - VENIR DU HAUT */
/* -------------------------------------------------- */
@keyframes popupFromTop {
    0% {
        opacity: 0;
        transform: translateY(-50px) scale(0.95);
        /* commence plus haut */
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        /* arrive à sa position normale */
    }
}

/* -------------------------------------------------- */
/* TITRES */
/* -------------------------------------------------- */
.bppopup-mode-text h2,
.bppopup-mode-text h3 {
    font-family: inherit;
    margin-top: 0;
    color: var(--middle-blue-color);
}

.bppopup-mode-text h2 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.bppopup-mode-text h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 1rem 0 0.5rem 0;
}

/* -------------------------------------------------- */
/* TEXTE */
/* -------------------------------------------------- */
.bppopup-mode-text p {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0.5rem 0;
}

/* -------------------------------------------------- */
/* CLOSE BUTTON — FONT AWESOME */
/* -------------------------------------------------- */
.mfp-wrap {
    z-index: 999997 !important;
}

.mfp-wrap .mfp-content {
    position: relative;
}

.mfp-wrap .mfp-close {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;

    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 10%;
    background-color: var(--middle-blue-color) !important;

    /* cacher le × classique */
    color: transparent !important;
    font-size: 1.3rem;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    transition: all 0.25s ease;
}

/* Ajouter l’icône FontAwesome via pseudo-élément */
.mfp-wrap .mfp-close::before {
    content: "\f410";
    /* unicode pour fa-times */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fff;
    font-size: 1.3rem;
    line-height: 36px;
    display: block;
}

/* Hover animation */
.mfp-wrap .mfp-close:hover::before {
    transform: scale(1.15) rotate(90deg);
    transition: transform 0.25s ease;
}

/* -------------------------------------------------- */
/* RESPONSIVE */
/* -------------------------------------------------- */
@media (max-width: 990px) {
    .bppopup-mode-text {
        max-width: 90%;
        padding: 1.5rem 1.8rem;
        font-size: 0.9rem;
    }

    .bppopup-mode-text h2 {
        font-size: 1.3rem;
    }

    .bppopup-mode-text h3 {
        font-size: 1.1rem;
    }

    .mfp-wrap .mfp-close {
        width: 32px;
        height: 32px;
        line-height: 32px;
        top: 10px !important;
        right: 10px !important;
    }

    .mfp-wrap .mfp-close::before {
        line-height: 32px;
        font-size: 1.2rem;
    }
}

/* -------------------------------------------------- */
/* FIN MAGNIFIC POPUP */
/* -------------------------------------------------- */




/* -------------------------------------------------- */
/* POPUP OPENSTREET MAP */
/* -------------------------------------------------- */
.placemarkHead {
    font-size: .9rem;
}

/* -------------------------------------------------- */
/* PAG D'ACCUEIL */
/* -------------------------------------------------- */
/* Angle du texte */
.angle5 {
    transform: rotate(-5deg);
}

/* Sous-texte */
.hero-subtitle {
    font-size: 1.3rem;
    opacity: .9;
    animation: fadeUp 1.4s ease forwards;
}

/* Carte */
.hero-map {
    max-width: 160px;
    opacity: .9;
    transition: opacity .3s ease;
    animation: fadeUp 1.6s ease forwards;
}

.hero-map:hover {
    opacity: 1;
}

/* Animation douce */
@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* -------------------------------------------------- */
/* ÉTOILES */
/* -------------------------------------------------- */

.troisetoiles::before {
    font-family: 'FontAwesome';
    content: '\f005\f005\f005';
    padding-left: 5px;
    position: relative;
    font-size: .9rem;
    top: -.5rem;
    left: -.2rem;
}



/* -------------------------------------------------- */
/* SIDEBAR PREMIUM */
/* -------------------------------------------------- */

.reservation-sidebar {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 14px;
    background: var(--white-color);
    padding: 14px 12px;
    border-radius: 16px 0 0 16px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    z-index: 999;
    border: 1px solid var(--light-gray-color);
}


/* ✅ Checkbox invisible mais active */
.toggle-mascotte {
    display: block !important;
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

/* Liens */
.reservation-sidebar a {
    text-decoration: none !important;
    color: var(--white-color) !important;
}

/* -------------------------------------------------- */
/* MASCOTTE */
/* -------------------------------------------------- */

.reservation-sidebar .mascotte img {
    width: 60px;
    height: auto;
    border-radius: 50%;
    transition: transform .3s ease, box-shadow .3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.mascotte {
    position: relative;
}

.mascotte:hover img {
    transform: scale(1.08);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.35);
}

/* Popup mascotte */
.popup-mascotte {
    display: none;
    position: absolute;
    top: 50%;
    left: -230px;
    transform: translateY(-50%);
    background: linear-gradient(135deg, var(--middle-blue-color), var(--dark-blue-color));
    color: var(--white-color);
    padding: 14px 18px;
    border-radius: 20px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.35);
    max-width: 210px;
    text-align: center;
    font-size: .95rem;
}

.popup-mascotte::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -18px;
    transform: translateY(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent var(--dark-blue-color);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
}


.mascotte:hover .popup-mascotte {
    display: block;
    animation: fadeSlide .35s ease-out forwards;
    animation: fadeIn .3s ease-in-out;
}

/* Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-50%) translateX(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(-50%) translateX(0);
    }
}

/* -------------------------------------------------- */
/* BOUTONS PREMIUM */
/* -------------------------------------------------- */

.btn-reservation {
    width: 60px;
    height: 60px;
    overflow: hidden;
    white-space: nowrap;
    padding: 12px 16px;
    border-radius: 50px !important;
    font-weight: 600;
    text-align: center;
    background-color: var(--button-arriere-color) !important;
    border: none;
    color: var(--white-color);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    transition: width .45s cubic-bezier(0.25, 0.8, 0.25, 1), background .3s ease, box-shadow .3s ease;
}

/* Icônes */
.btn-reservation::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 22px;
    margin-right: 20px;
    color: var(--white-color);
}

.btn-reservation.reserve::before {
    content: "\f274";
}

/* calendar-check */
.btn-reservation.tarifs::before {
    content: "\f02c";
}

/* book */
.btn-reservation.contact::before {
    content: "\f0e0";
}

/* envelope */
.btn-reservation.compteclient::before {
    content: "\f007";
}

/* user */

.btn-reservation span {
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity .4s ease, transform .4s ease;
}

/* Hover premium */
.btn-reservation:hover {
    width: 180px;
    background: var(--button-arriere-color-hover) !important;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
}

.btn-reservation:hover span {
    opacity: 1;
    transform: translateX(0);
}


/* -------------------------------------------------- */
/* THELIS RECHERCHE */
/* -------------------------------------------------- */
.thelis-recherche {
    position: relative;
    z-index: 5;
}

.thelis-recherche .title {
    font-size: 2rem;
    font-weight: 600;
    position: relative;
    padding: 35px 55px 10px 55px;
    position: relative;
    z-index: 5;
}

.thelis-recherche .subtitle {
    font-size: 1.5rem;
    color: var(--dark-blue-color);
}

.thelis-recherche .title::before {
    position: relative;
    content: "";
    bottom: 55%;
    left: 50%;
    border: 14px solid var(--white-color);
    width: 130px;
    height: 130px;
    text-align: center;
    line-height: 1.8em;
    border-radius: 50%;
    position: relative;
    background: var(--white-color);
    overflow: hidden;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    box-shadow: inset 3px 4px 5px rgba(1, 1, 1, 0.38);
    background: url("/images/interface/reservation.png") 0 0 no-repeat;
    z-index: 5;
}

.text-accueil::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 160px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%),
        url("/images/masques/vague.svg") no-repeat bottom center;
    background-size: cover;
    pointer-events: none;
    z-index: 2;
    /* ✅ vague au-dessus du texte d’accueil */
}


/* ================================
   RESPONSIVE
================================ */
@media (max-width: 768px) {
    .carrousel_hdl .sppb-item img {
        height: 300px !important;
        /* hauteur mobile */
    }

    .carrousel_hdl h2 {
        font-size: 1.4rem !important;
    }

    .carrousel_hdl .sppb-carousel-caption {
        padding: 12px 20px !important;
    }
}



/* -------------------------------------------------- */
/* QUESTIONNAIRE DE STATIFACTION : ICONES */
/* -------------------------------------------------- */
/* =========================================================
   CONVERT FORMS – SMILEYS SATISFACTION
   4 choix : Très bien / Bien / Moyen / Mauvais
   5 choix : + Non concerné
   Multilangue – CSS ONLY
   Classe requise : cf-satisfaction
   ========================================================= */

/* Alignement horizontal */
.cf-satisfaction .cf-list {
    display: flex;
    gap: 12px;
    align-items: center;
}

/* Cache les boutons radio natifs */
.cf-satisfaction .cf-radio-group input[type="radio"] {
    display: none;
}

/* Style commun des labels */
.cf-satisfaction .cf-radio-group label {
    font-size: 0;
    /* masque le texte */
    cursor: pointer;
    opacity: 0.4;
    transition: opacity 0.2s ease, transform 0.2s ease;
    display: inline-flex;
    align-items: center;
}

/* Base icône */
.cf-satisfaction .cf-radio-group label::before {
    font-size: 24px;
    line-height: 1;
}

/* ===== ÉCHELLE PAR POSITION (LANGUE-AGNOSTIQUE) ===== */

/* 1 – Très bien */
.cf-satisfaction .cf-radio-group:nth-child(1) label::before {
    content: "😄";
    color: #2ecc71;
}

/* 2 – Bien */
.cf-satisfaction .cf-radio-group:nth-child(2) label::before {
    content: "🙂";
    color: #7bed9f;
}

/* 3 – Moyen */
.cf-satisfaction .cf-radio-group:nth-child(3) label::before {
    content: "😐";
    color: #f1c40f;
}

/* 4 – Mauvais */
.cf-satisfaction .cf-radio-group:nth-child(4) label::before {
    content: "🙁";
    color: #e74c3c;
}

/* 5 – Non concerné / Not applicable / Nicht zutreffend */
.cf-satisfaction .cf-radio-group:nth-child(5) label {
    font-size: 14px;
    /* texte visible */
    opacity: 0.6;
}

.cf-satisfaction .cf-radio-group:nth-child(5) label::before {
    content: "🚫";
    font-size: 22px;
    margin-right: 6px;
    color: #7f8c8d;
}

/* Hover */
.cf-satisfaction .cf-radio-group label:hover {
    opacity: 0.75;
}

/* Sélection */
.cf-satisfaction .cf-radio-group input[type="radio"]:checked+label {
    opacity: 1;
    transform: scale(1.25);
}

/* Sélection spécifique "Non concerné" */
.cf-satisfaction .cf-radio-group:nth-child(5) input[type="radio"]:checked+label {
    transform: scale(1.1);
}


/* -------------------------------------------------- */
/* MODULE RASSURANT */
/* -------------------------------------------------- */
.rassurant .sppb-addon-feature .sppb-media-content {
    min-height: 150px;
}

.rassurant .images-ligne {
    align-items: center;
    /* aligne verticalement */
    text-align: center;
    /* centre les images */
}

.rassurant .images-ligne img {
    display: inline-block;
    margin: 0 5px;
    /* espace entre les images */
    height: 2rem;
    width: auto;
}

/* -------------------------------------------------- */
/* PICTOGRAMES DESCRIPTION CHALETS */
/* -------------------------------------------------- */

.list_picto {
    text-align: center;
    padding-left: 0;
    margin-bottom: 0;
}

.list_picto li::before {
    content: "" !important;
}

.list_picto-li {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 15px 5px;
}

.list_picto .inner_li {
    display: block;
}

.list_picto svg {
    fill: var(--);
    display: block !important;
    float: unset;
    max-width: 42px;
    max-height: 42px;
    margin: 0 auto;
    border: 2px solid var(--dark-gray-color);
    border-radius: 100%;
    overflow: hidden;
}

.list_picto .tx-1 {
    color: var(--dark-gray-color);
    font-weight: 500;
    font-size: .75rem;
    display: block;
}

/* -------------------------------------------------- */
/* CF : CONVERT FORMS */
/* -------------------------------------------------- */

.cf .titre .cf-control-input {
    color: var(--middle-blue-color);
    font-size: 1.2rem !important;
    font-weight: 700 !important;
}

.cf-control-input-desc {
    font-size: .8rem !important;
    color: var(--light-gray-color) !important;
}

.cf-control-input h1 {
    font-size: 2rem !important;
    letter-spacing: -1.5px !important;
}

/* -------------------------------------------------- */
/* CF : BOUTON CONVERT FORMS */
/* -------------------------------------------------- */
.cf-btn::before {
    font-family: 'FontAwesome';
    content: '\f14d';
    padding-right: 10px;
    position: relative;
    font-size: 1em;
}

/* -------------------------------------------------------- */
/* ATTENTION ! BUG DANS FIREFOX. LE POPUP EST SOUS LE MENU */
/* ------------------------------------------------------- */
.popup {
    z-index: 10000 !;
}

/* -------------------------------------------------- */
/* DOCK (TABLETTES + MOBILES ≤ 768px) */
/* -------------------------------------------------- */

@media (max-width: 768px) {

    .hero-space {
        height: 18px;
    }

    /* Checkbox active mais invisible en dock */
    .toggle-mascotte {
        display: block !important;
        position: absolute;
        opacity: 0;
        width: 0;
        height: 0;
        pointer-events: none;
    }

    /* Dock en bas */
    .reservation-sidebar {
        top: auto;
        position: fixed;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 12px;
        padding: 8px 12px;
        border-radius: 14px;
        background: var(--white-color);
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
        z-index: 999;
    }

    /* La mascotte sert de référence au popup */
    .mascotte {
        position: relative;
        /* ✅ INDISPENSABLE pour le triangle */
    }

    .mascotte label img {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        cursor: pointer;
    }

    /* Popup au-dessus de l’icône, centré */
    .popup-mascotte {
        position: absolute;
        top: -80px;
        /* ✅ au-dessus de l’icône */
        left: 50%;
        /* transform: translateX(-50%); */
        width: max-content;
        max-width: 220px;
        padding: 10px 14px;
        border-radius: 14px;
        background: linear-gradient(135deg, var(--middle-blue-color), var(--dark-blue-color));
        color: var(--white-color);
        text-align: center;
        font-size: .9rem;
        box-shadow: 0 6px 14px rgba(0, 0, 0, 0.35);
        opacity: 0;
        pointer-events: none;
        transition: opacity .25s ease, transform .25s ease;
        z-index: 10000;
    }

    /* Affichage au clic sur la mascotte (checkbox cochée) */
    .toggle-mascotte:checked~.popup-mascotte {
        opacity: 1;
        pointer-events: auto;
        transform: translateX(-30%) translateY(-4px);
    }

    /* ✅ Triangle SOUS le popup, centré */
    .popup-mascotte::after {
        content: none;
        /*         position: absolute;
        top: 80%;
        left: 50%;
        transform: translateX(-50%);
        border-width: 10px;
        border-style: solid;
        box-shadow: none;
        border-color: transparent transparent var(--dark-blue-color) transparent; */
    }

    /* Boutons compacts */
    .btn-reservation {
        width: 42px;
        height: 42px;
        padding: 8px;
        border-radius: 50px !important;
    }

    .btn-reservation span {
        display: none;
    }
}


.logo-image-phone,
.logo-image {
    height: 100% !important;
    width: auto !important;
}

/* -------------------------------------------------- */
/* ✅ MOBILE */
/* -------------------------------------------------- */

@media (max-width: 576px) {
    #sp-header {
        height: 60px !important;
    }

    .logo-image-phone {
        height: 60px !important;
    }

    .hero-premium {
        padding: 20px 0;
    }

    .hero-logo {
        max-width: 70%;
    }

    .hero-title {
        font-size: 1.45rem;
        line-height: 1.2;
    }

    .hero-title span {
        margin-bottom: .3rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .hero-map {
        max-width: 100px;
    }

    .thelis-recherche .title::before {
        bottom: 70%;
    }

    .btn-reserver {
        font-size: 1rem;
        padding: 10px 26px;
    }

    .btn-reserver i {
        font-size: 1rem;
    }
}

/* -------------------------------------------------- */
/* PETITS MOBILES (≤ 480px) */
/* -------------------------------------------------- */

@media (max-width: 480px) {

    .reservation-sidebar {
        bottom: 6px;
        gap: 20px;
        width: 80%;
        height: 80px;
        ;
    }

    .reservation-sidebar .mascotte label img {
        width: 50px;
        height: auto;
    }

    .reservation-sidebar .btn-reservation {
        width: 60px;
        height: 60px;
        padding: 15px 6px 6px 20px;
    }

    .reservation-sidebar .btn-reservation::before {
        font-size: 20px;
    }

    .reservation-sidebar .popup-mascotte {
        bottom: 64px;
        font-size: .85rem;
        padding: 8px 12px;
    }
}

/* -------------------------------------------------- */
/* ✅ MODE PAYSAGE : HERO */
/* -------------------------------------------------- */
@media screen and (orientation: landscape) and (max-width: 992px) {
    #sp-hero {
        max-height: 230vh;
    }

    #sp-slider {
        max-height: 230vh;
    }

    .imagefond {
        min-height: 230vh;
    }

    .hero-premium {
        min-height: 230vh;
    }
}

/* -------------------------------------------------- */
/* ✅ MODE PAYSAGE : HERO */
/* -------------------------------------------------- */
@media screen and (orientation: portrait) and (max-width: 992px) {
    #sp-hero {
        min-height: 100vh;
    }

    #sp-slider {
        min-height: 100vh;
    }

    .imagefond {
        min-height: 100vh;
    }

    .hero-premium {
        min-height: 100vh;
    }
}