.texte-encadre {
    border: 2px solid white;     /* Bordure blanche */
    background-color: transparent; /* Fond transparent */
    color: white;                /* Couleur du texte (optionnel) */
    padding: 10px 55px;          /* Espace entre le texte et la bordure */
    display: inline-block;       /* Pour que la bordure s'adapte au texte */
    border-radius: 0px;          /* Optionnel : coins légèrement arrondis */
    font-size: 22px !important;

}

.texte-encadre-slider {
    border: 2px solid white;     /* Bordure blanche */
    background-color: #020202; /* Fond transparent */
    color: white;                /* Couleur du texte (optionnel) */
    padding: 10px 65px;          /* Espace entre le texte et la bordure */
    display: inline-block;       /* Pour que la bordure s'adapte au texte */
    border-radius: 0px;          /* Optionnel : coins légèrement arrondis */

}

.texte-encadre-noir {
    border: 2px solid rgb(0, 0, 0);     /* Bordure blanche */
    background-color: #ffffff; /* Fond transparent */
    color: rgb(0, 0, 0) !important;                /* Couleur du texte (optionnel) */
    padding: 10px 20px;          /* Espace entre le texte et la bordure */
    display: inline-block;       /* Pour que la bordure s'adapte au texte */
    border-radius: 0px;          /* Optionnel : coins légèrement arrondis */
    font-size: 18px !important;

    font-weight: 500 !important;

}

.texte-encadre-noir2 {
    border: 2px solid rgb(0, 0, 0);     /* Bordure blanche */
    background-color: #ffffff; /* Fond transparent */
    color: rgb(0, 0, 0) !important;                /* Couleur du texte (optionnel) */
    padding: 10px 55px;          /* Espace entre le texte et la bordure */
    display: inline-block;       /* Pour que la bordure s'adapte au texte */
    border-radius: 0px;          /* Optionnel : coins légèrement arrondis */
    font-size: 22px !important;

}

.img_fleche_1{
    margin-right:30px;
}
.texte-slider-1{
    font-weight: 100 !important;
    font-size: 18px !important;

}

.bg_div {
    background-image: url('/assets/front/img/divers/bg_div.jpg') !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sous_texte_slider{
    font-style: italic !important;
    font-size: 16px !important;
}

.btn_slider{
    font-weight: 500 !important;
    font-size: 18px !important;
}

/* Masquer les icônes par défaut */
.swiper-button-prev,
.swiper-button-next {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    background-color: transparent !important;
    width: 40px; /* Ajuste si nécessaire */
    height: 40px;
    color: transparent; /* Cache l'icône texte/fleche par défaut */
}

.custom-prev {
    background-image: url('/assets/front/img/divers/arrows-left.png');
}

.custom-next {
    background-image: url('/assets/front/img/divers/arrows-right.png');
}

.swiper-button-prev {
    left: 40px !important; /* augmente la distance depuis le bord gauche */
}

.swiper-button-next {
    right: 40px !important; /* augmente la distance depuis le bord droit */
}



.title_section_1{
   /* font-size: 2.6em !important;*/
    font-family: 'TTRamillasItalic', serif;
}


.texte-encadre-noir::before {
    content: "";
    background-color: var(--header);
    width: 0;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}
.texte-encadre-noir::after {
    content: "";
    background-color: var(--header);
    width: 0;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}
.texte-encadre-noir:hover {
    color: var(--white);
    background-color: var(--header);
}
.texte-encadre-noir:hover::before, .texte-encadre-noir:hover::after {
    width: 100%;
}
.texte-encadre-noir:hover i {
    transform: rotate(0);
}


.padding-button-title{
    padding : 7px 100px !important
}

.hero-content{
    text-align: center;
}
.hero-content h1{
    font-size: 60px !important;
}
.hero-button-center{
    text-align: center !important;
    display: block !important;
}
.header-left{
    padding-left:40px !important;
}

.sidebar__toggle{
    padding-top: 13px !important;
    text-align: left !important;

}

.sidebar__toggle-line-height{
    line-height: normal !important;


}
.sidebar__toggle-title{
    line-height: normal !important;
    font-size: 14px !important;

}
.sidebar__toggle-icone{

    font-size: 50px !important;
}

.custom-hamburger {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 70px; /* adjusted width to fit widest line */
    cursor: pointer;
}

.custom-hamburger span {
    display: block;
    height: 10px;
    background-color: currentColor;
    border-radius: 9999px; /* fully rounded */
}

/* Uneven widths */
.custom-hamburger span:nth-child(1) {
    width: 42px;
}

.custom-hamburger span:nth-child(2) {
    width: 55px;
}

.custom-hamburger span:nth-child(3) {
    width: 30px;
}

.swiper-slide{
    min-height: 1200px !important;
}

.swiper-banner{
    min-height: 650px !important;
    max-height: 650px !important;
}


.hero-slider {
    position: relative;
}

.swiper-pagination {
    bottom: 250px !important; /* ajuste selon ton besoin */
    position: absolute !important;
    width: 100%;
    text-align: center;
    z-index: 10;
}

.swiper-button-next,
.swiper-button-prev {
    color: white; /* Flèche blanche */
}

/* Style de base des bullets */
.swiper-pagination-bullet {
    width: 16px !important;
    height: 16px !important;
    border-radius: 50% !important;
    background: white !important;
    margin: 0 6px !important;
    opacity: 1 !important;
    transition: background-color 0.3s ease;
}

/* Bullet actif = rouge */
.swiper-pagination-bullet-active {
    background: red !important;
}



.custom-top-rows {
    position: absolute;
    top: 180px;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 0 50px;
}

.row-line {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.row-line .left,
.row-line .right {
    font-size: 16px;
    color: white; /* Or black, depending on background */
}

.row-line .right-bottom {
    position: fixed;
    bottom: 50px;
    right: 50px;
}


/* Optional styling */
.row-line .left {
    text-align: left;
}

.row-line .right {
    text-align: right;
}

/* */
.custom-lang-select-menu {
    position: relative;
    width: 100px;
    cursor: pointer;
    font-family: sans-serif;
    user-select: none;
}



.selected-lang-menu span{
    margin-right: 7px;
}
.selected-lang-menu img {
    width: 25px;
    margin-right: 2px;
}

.selected-lang-menu .arrow {
    color: white;
    font-size: 12px;
}

.selected-lang-menu .arrow-black {
    color: rgb(0, 0, 0);
    font-size: 12px;
}

.lang-options-menu {

    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(247, 247, 247, 1);
    border-radius: 4px;
    margin-top: 15px;
    display: none;
    z-index: 99999;

}

.lang-options-menu li {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    color: rgb(7, 7, 7);
    cursor: pointer;

}

.lang-options-menu li span{
    padding-left:11px;

}

.lang-options-menu li img {
    width: 20px;
    margin-right: 8px;
    margin-left: 10px;;
}

.lang-options-menu li:hover {
    background-color: rgba(109, 108, 108, 0.1);
}

.selected-lang-menu {
    position: relative;
    display: flex;
    align-items: center;
    background: transparent;
    padding: 5px 10px;
    color: white;
}

.langue_select_menu{
    width:35px !important;
    height:35px !important;

}

.texte_langue_select_menu{
    padding-left:10px;
    font-weight:bold;
}
/* */

.custom-lang-select {
    position: relative;
    width: 90px;
    cursor: pointer;
    font-family: sans-serif;
    user-select: none;
}



.selected-lang span{
    margin-right: 7px;
}
.selected-lang img {
    width: 25px;
    margin-right: 2px;
}

.selected-lang .arrow {
    color: white;
    font-size: 12px;
}

.selected-lang .arrow-black {
    color: rgb(0, 0, 0);
    font-size: 12px;
}

.lang-options {

    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(247, 247, 247, 1);
    border-radius: 4px;
    margin-top: 5px;
    display: none;
    z-index: 99999;

}

.lang-options li {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    color: rgb(7, 7, 7);
    cursor: pointer;

}

.lang-options li span{
    padding-left:11px;

}

.lang-options li img {
    width: 20px;
   /* margin-right: 8px;*/
    margin-left: 10px;;
}

.lang-options li:hover {
    background-color: rgba(109, 108, 108, 0.1);
}

.selected-lang {
    position: relative;
    display: flex;
    align-items: center;
    background: transparent;
    padding: 5px 10px;
    color: white;
}

.arrow {
    position: absolute;
    top: 5px;
    right: 0px;
    width: 10px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    padding: 3px;
    pointer-events: none;
}

.arrow-black {
    position: absolute;
    top: 0px;
    right: 10px;
    width: 10px;
    height: 10px;
    border: solid rgb(0, 0, 0);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    padding: 3px;
    pointer-events: none;
}

.ctn_slider{
    margin-top:120px;
}

.ctn_banner{
    margin-top:40px;
}

/* bloc recherche */
.swiper-container {
    position: relative;
}

#bloc_recherche {
    position: absolute;
    bottom: 300px;
    left: 0;
    right: 0;
    z-index: 11;

    display: flex;
    justify-content: space-between; /* répartit les enfants */
    align-items: center;

    gap: 10px;
    border: 1px solid white;
    background: transparent;
    padding: 0 35px;
    flex-wrap: nowrap;              /* reste sur une seule ligne */

    margin: 0 70px;                /* marge fixe gauche/droite */
    max-height: 80px !important;

    box-sizing: border-box;
}


#bloc_recherche input,
#bloc_recherche span,
#bloc_recherche select {
    margin: 0;           /* supprime marges par défaut */
    line-height: normal; /* évite que ça étire verticalement */
    margin-top:-15px;
}

#bloc_recherche button
{
    margin: 0;           /* supprime marges par défaut */
    line-height: normal; /* évite que ça étire verticalement */
    margin-top:0px;
    font-weight: 550 !important;
}
#bloc_recherche .custom-select
{
    min-width: 240px !important;
    margin-top:-10px;
}

/* Garde les styles d'entrée comme déjà définis */
#bloc_recherche input,
#bloc_recherche select {
    background: transparent;
    border: none;
    border-bottom: 1px dashed white;
    color: rgb(255, 255, 255) !important;
    padding: 5px;
    outline: none;
    font-size: 20px;
    font-weight: 100 !important;

    text-align: center !important;
}
.input_children{
    max-width: 100px !important;
}
/* custom select couleur */

.custom-select {
    position: relative;
    width: 250px;
    font-family: Arial, sans-serif;
    color: rgb(255, 255, 255) !important;
}

.custom-select-trigger {
    margin-top:20px;
    background: transparent;
    border-bottom: 1px dashed rgb(255, 254, 254);
    padding: 8px 12px;
    cursor: pointer;
    font-size: 20px;
    user-select: none;
    border-radius: 3px;
    position: relative;  /* Important pour positionner la flèche à l’intérieur */
    padding-right: 30px; /* espace pour la flèche */
}

/* Tous les enfants s’étirent proportionnellement */
#bloc_recherche > * {
    flex: 1;            /* chaque enfant prend une part égale */
    min-width: 0;       /* évite le débordement */
    height: 100%;       /* occupe la hauteur du bloc */
    box-sizing: border-box;

}

/* Exemple : bouton moins large que les champs */
#bloc_recherche button {
    flex: 0 0 150px;    /* largeur fixe pour le bouton */

}

#bloc_recherche span
{
    text-align: center  !important;
    max-width: 30px !important;
    font-size: 20px;
}




/* Triangle flèche blanche */
/* Flèche positionnée à droite dans trigger */
.arrow-down {
    position: absolute;
    top: 50%;
    right: 10px;     /* distance à droite */
    transform: translateY(-50%);

    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid white;
    cursor: pointer;
    pointer-events: none; /* pour que clic passe au trigger */
}

.custom-options {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    background: rgb(224, 224, 224);
    color: #474747;
    border: 1px solid white;
    border-radius: 3px;
    max-height: 150px;
    overflow-y: auto;
    display: none;
    z-index: 100;
}

.custom-option {
    padding: 8px 12px;
    cursor: pointer;
}

.custom-option:hover{
    background: rgb(173, 173, 173);
    color: white;
}

.custom-option.selected {
    background: rgb(70, 69, 69);
    color: white;
}



/* fin bloc custom select couleur */


#bloc_recherche input::placeholder,
#bloc_recherche select:invalid {
    color: rgb(255, 255, 255) !important;
}

#bloc_recherche select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 25px;
}

#bloc_recherche button {
    background: white;
    color: black;
    border: none;
    padding: 6px 12px;
    font-weight: bold;
    cursor: pointer;
    min-width: 15% !important;
    height: 45px !important;
    margin-left: 20px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

#bloc_recherche span {
    color:white;
    font-weight: bold;
    font-size: 20px;
}



.col_top{
    margin-top: 10px !important;

}

/* section 1 home */
.nbre_section_1_home{
    font-weight: 100 !important;
}

.p_section_1_home{
    font-size: 15px;;
}

.col_ctn_section_1_home{
    padding-left: 30px !important;
}
.img_fleche_2{
    margin-right:15px;
}
.link_href_section_1_home {
    font-weight: 500;
    color: #000;
    text-decoration: none;
    display: inline-block;
    transition: transform 0.3s ease, font-weight 0.3s ease;
}

.link_href_section_1_home:hover {
    font-weight: 500;
    transform: scale(1.05);
}

li a {


    /*display: inline-block; old value */
    transition: transform 0.3s ease, font-weight 0.3s ease;
}

li a:hover {

    transform: scale(1.05);
}


/* end section 1 home */


/* recherche slider */

.theme-btn-white-to-black  {
    background-color: var(--theme);
    color: var(--white);
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;


    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;

}
.theme-btn-white-to-black::before {
    content: "";
    background-color: rgb(34, 34, 34);
    color:white;
    width: 0;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}
.theme-btn-white-to-black::after {
    content: "";
    background-color:rgb(34, 34, 34);
    color:white;
    width: 0;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}
.theme-btn-white-to-black  i {
    margin-left: 10px;
    transform: rotate(-45deg);
    transition: all 0.4s ease-in-out;
}
.theme-btn-white-to-black:hover {
    color: white !important;
}
.theme-btn-white-to-black:hover::before, .theme-btn-white-to-black:hover::after {
    width: 100%;
}



.theme-btn-black-to-white {
    background-color: var(--theme);
    color: var(--white);
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;


    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;

}
.theme-btn-black-to-white::before {
    content: "";
    background-color: rgb(255, 255, 255);
    color:rgb(0, 0, 0);
    width: 0;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}
.theme-btn-black-to-white::after {
    content: "";
    background-color: rgb(255, 255, 255);
    color:rgb(0, 0, 0);
    width: 0;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}
.theme-btn-black-to-white   i {
    margin-left: 10px;
    transform: rotate(-45deg);
    transition: all 0.4s ease-in-out;
}
.theme-btn-black-to-white:hover {
    color: rgb(0, 0, 0) !important;
}
.theme-btn-black-to-white:hover::before, .theme-btn-black-to-white:hover::after {
    width: 100%;
}
/* fin recherche slider */

/* texte slider */
.div_texte_slider {
    border-left: 2px solid white;
    padding-left: 10px;
    height: 80px;
    display: flex;              /* Pour alignement vertical */
    align-items: center;        /* Centre verticalement */
    justify-content: flex-start;/* Aligner le texte à gauche */
    overflow: hidden;           /* Cache le débordement pendant l'animation */
}

/* Animation gauche -> droite */
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.apparition-gauche {
    animation: slideInLeft 0.8s ease-out forwards;
    animation-delay: 0.5s;
}


/* fin texte slider */

/* footer */
.ligne-blanche {
    border-top: 2px solid white;  /* ou border-bottom */
    width: 100%;                  /* pleine largeur */
    margin: 0px 0;               /* espace autour */
    text-align: center;
}
.ligne-noir {
    border-top: 2px solid rgb(0, 0, 0);  /* ou border-bottom */
    width: 80%;                  /* pleine largeur */
    margin: 10px 0;               /* espace autour */
    text-align: center;
}
.ligne-noir2 {
    border-top: 4px solid rgb(75, 74, 74);  /* ou border-bottom */
    width: 470px;
    margin-top: 30px;           /* pleine largeur */
    margin-bottom: 30px;              /* espace autour */
    text-align: center;
}
.ligne-blanche-footer {
    border-top: 2px solid white;  /* ou border-bottom */
    width: 90%;                  /* pleine largeur */
    margin: 5px 0;               /* espace autour */
    text-align: center;
    margin-top:10px;
}
ul li {
    font-family: "Poppins", sans-serif !important;
    font-size: 18px;
    font-weight: 400 !important;
}
li::before {
    color:white !important;
}


/* sticky */
/* Style par défaut : en haut de la page */
#header-sticky {
    background: transparent;
    transition: background 0.3s ease, color 0.3s ease;
}

#header-sticky .texte-encadre,
#header-sticky .sidebar__toggle-title,
#header-sticky .custom-hamburger span {
    color: white;

}

/* Lorsque scroll > 50px */
#header-sticky.scrolled {
    background: white;
}

#header-sticky.scrolled .texte-encadre,
#header-sticky.scrolled .sidebar__toggle-title {
    color: black;
}

#header-sticky.scrolled .custom-hamburger span {
    background-color: black;
}
/* logo blanc visible par défaut */
.logo-blanc { display: block; }
.logo-noir { display: none; }

/* après scroll */
#header-sticky.scrolled .logo-blanc { display: none; }
#header-sticky.scrolled .logo-noir { display: block; }

.menu-blanc { display: block; }
.menu-noir { display: none; }

/* après scroll */
#header-sticky.scrolled .menu-blanc { display: none; }
#header-sticky.scrolled .menu-noir { display: block; }


/* menu slide */
.titre_menu_slide{
    font-size: 36px;
    font-style: italic;
}
.col-menu-slide{
    background-color: rgba(240, 240, 240, 0.5) !important;
    margin: 15px 15px 15px 15px !important;
    padding: 15px 15px 15px 15px !important;

}



.btn_menu_slide{

    font-family: 'PoppinsExtraLight';
    font-size: 17px !important;
    font-weight: 600 !important;
    width: 90%;

}
.col-menu-slide ul{
    padding-top: 10px;
    list-style: none;
}
.sous-menu {
    list-style: none;
    margin-top: 0px;
    margin-left: 20px; /* ✅ décalage à droite */
    padding-left: 10px;

}

.sous-menu li {
    margin-bottom: 5px;
}
.savoir_plus_menu_slide{
    padding-top:0px !important;
}
.sub-title-menu{
    font-family: 'Arial Black', Arial, sans-serif;

    top: 40px;
    font-size: 25px;
    font-weight: bold !important;
}
.menu_avis_google{
    font-size:24px;
    text-decoration: underline;
    color:#5e5e5e;
    font-weight:600;
}

.texte_menu_close{
    font-family: 'TTRamillas';
    font-size:14px;
    font-style:italic;
    font-weight:600 ;
    top: 10px !important;
}

.spin-hover {
    transition: transform 0.6s ease-in-out;
}

.spin-hover:hover {
    transform: rotate(360deg);
}

.offcanvas__close {
    transition: transform 0.3s ease-in-out;
}

.offcanvas__close:hover {
    transform: scale(1.1); /* Scale up by 10% on hover */
}



/* Optional: Also animate image inside */
#lang-select-menu img {
    transition: filter 0.3s ease;
}

#lang-select-menu:hover img {
    filter: brightness(1.5); /* Increase brightness for the flag image */
}

.selected-lang img {
    transition: filter 0.3s ease;
}

.selected-lang:hover img {
    filter: brightness(1.5); /* Increase brightness for the flag image */
}

/* ANIMATION */
.menu-blanc:hover {
    animation: pulse 1.5s ;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.menu-noir:hover {
    animation: pulse 1.5s ;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.social-icon {
    transition: transform 0.3s ease;
}

.social-icon:hover {
    transform: scale(1.6); /* Scale up by 20% */
}

.rotate-horizontal {
    transition: transform 0.6s ease;
    transform-style: preserve-3d;
}

.rotate-horizontal:hover {
    transform: rotateY(360deg);
}

.meilleurs_prix_garantis {
    width: 100px;
    height: 100px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.meilleurs_prix_garantis:hover {
    animation: wiggle 0.4s ease;
}

@keyframes wiggle {
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(3deg); }
    75% { transform: rotate(-3deg); }
}

.sidebar__toggle-title {
    display: inline-block;
    transition: transform 0.3s ease;
}

.sidebar__toggle:hover .sidebar__toggle-title {
    transform: scale(1.4) translateX(5px); /* Scale up and move right */
}

.Project-section{
    background-color: #f5f4f6;
}

.custom-list {
    list-style: none; /* Supprime les puces par défaut */
    padding-left: 1.5em; /* Indentation pour la puce personnalisée */
}

.custom-list li {
    position: relative;
    margin-bottom: 0.5em;
    font-size: 30px;
    padding-top: 13px;
}

.custom-list li::before {
    content: "";
    position: absolute;
    left: -1.5em;
    top: 0.4em;
    width: 30px;
    height: 30px;
    border: 1px solid black;
    background: none;
    display: inline-block;
}


.project-image {
    min-height: 619px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    text-align: center;
    color: white; /* blanc par défaut, modifiable */
}


.overlay-text {
    font-family: sans-serif;
}

.top-text,
.bottom-text {
    font-size: 12px;
}

.center-text {
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5px; /* réduit l'espace interne */
    width: 80%; /* élargit pour éviter les retours à la ligne trop tôt */
    line-height: 1.2; /* réduit l'espace vertical entre lignes */
    text-align: center;
}


.feature-section {
    background-image: url('assets/img/divers/home_bg_actualite.jpg') !important;
    background-size: cover;         /* L’image couvre toute la section */
    background-position: center;    /* Centrée */
    background-repeat: no-repeat;   /* Pas de répétition */
    background-color: aliceblue;
}


.feature-image{

    height: 421px;
    max-width: 332px;
    padding-left:15px;
}

.feature-content {
    padding-top: 10px;
    background-color: #eeeceb;
    max-width: 332px;
    margin-left: 15px;
    padding-right: 20px;
    min-height: 110px !important;
    max-height: 110px !important;
    height: auto !important; /* ← Laisse le contenu déterminer la hauteur */
}



.feature-main-area .feature-card-item2 .feature-image {
    margin-bottom: 10px;

}

.actualite-swiper {
    width: 100%;
    max-width: 1200px; /* ou largeur que tu veux */
    margin: 0 auto; /* centre horizontalement */
    padding: 20px 0;
    height: 600px;
    position: relative;
}





.actualite_element {
    /* optionnel : style pour chaque slide */
    display: flex;
   /* justify-content: center;*/
}

/* Positionne les flèches à gauche et à droite des 3 slides visibles */

.actualite-swiper .swiper-button-prev,
.actualite-swiper .swiper-button-next {
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 40px;
    height: 40px;
    color: transparent !important;

}

/* Remplace les flèches par des images personnalisées */
.actualite-swiper .swiper-button-prev {
    background-image: url('/assets/front/img/divers/slider-actu-left.png');
    left: 0px !important; /* ajuste en fonction de ton design */
}

.actualite-swiper .swiper-button-next {
    background-image: url('/assets/front/img/divers/slider-actu-right.png');
    right: 0px !important; /* ajuste en fonction de ton design */
}

/* Supprime les flèches SVG par défaut */
.actualite-swiper .swiper-button-prev::after,
.actualite-swiper .swiper-button-next::after {
    display: none;
}

.activite-box {

    width: 99%;
    height: 240px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: sans-serif;
}

.activite-center-text {
    font-size: 28px;
    font-weight: bold;
    color: white;
    z-index: 2;
    font-family: 'TTRamillasItalic';
}

.activite-vertical-right {
    position: absolute;
    right: -35px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transform-origin: center;
    font-size: 10px;
    color: white;
    z-index: 2;
    white-space: nowrap;
}

/* Si tu veux aussi le texte vertical à gauche : */
.activite-vertical-left {
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: center;
    font-size: 10px;
    color: white;
    z-index: 2;
    white-space: nowrap;
}

.custom-bullet-list {
    list-style-type: disc;      /* Puce en forme de cercle plein */
    padding-left: 20px;         /* Espacement à gauche pour la puce */
    line-height: normal;
}

.custom-bullet-list li {
    font-size: 12px;
}

.vertical-line {

    padding-left: 30px;
    border-right: 1px solid black; /* épaisseur et couleur de la ligne */
    height: 100%;
    min-height: 90px;/* hauteur à adapter selon le contenu parent */
    max-width: 10px;
}


.titre_act{
    font-family: 'TTRamillasItalic';
    font-size: 21px;
    line-height: normal;
    font-weight: bold;
}

.padding-activite-box{
    padding-left: 40px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.pt-10{
    padding-top: 10px;
}

.content-activite-box{
    font-size: 14px;
    line-height: normal
}

#bloc_newsletter {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid white;
    margin-top: 70px;
    height: 100px;
    flex-wrap: wrap;
    width:700px ;
    text-align: center;
    padding-left: 50px;
}
#bloc_newsletter input::placeholder,
#bloc_newsletter select:invalid {
    color: rgb(184, 184, 184) !important;
}

#bloc_newsletter select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 25px;
}

#bloc_newsletter button {
    background: white;
    color: black;
    border: none;
    padding: 6px 12px;
    font-weight: bold;
    cursor: pointer;
    width:200px !important;
    margin-left: 20px;
}

#bloc_newsletter span {
    color:white;
    font-weight: bold;
    font-size: 18px;
}
#bloc_newsletter input,
#bloc_newsletter select {
    background: transparent;
    border: none;
    border-bottom: 1px dashed white;
    color: rgb(184, 184, 184) !important;
    padding: 5px;
    outline: none;
    font-size: 18px;
    font-weight: 100 !important;
    width: 150px !important;
    text-align: center !important;
}

.ctn_newsletter{

    text-align: center;
    max-width: 850px !important;
    min-height: 520px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
}

.container-newslletter{
    padding-left:100px !important;
    padding-right:100px !important;
}
.section-padding-newsletter{
    padding: 40px 40px !important;
}



/* avis google */
.wrap {
    width: 100%;
    display: flex;
    align-items: center;       /* centrage vertical */
    justify-content: center;   /* centrage horizontal */
    gap: 20px;                 /* espace entre review-card et carousel */
}


/* left bloc */
.left{
    width:250px;
    /* padding:30px 20px*/
}

.left-banner{
    width:650px;
    /* padding:30px 20px*/
}

/* */
.viewport-avis {
    display: flex;
    align-items: center;
}


.arrow-avis {
    font-size: 60px;

    border: none;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 50%;
    z-index: 10;
    color: #acacac;
}


.arrow-avis.left-avis {
    left: 0px; /* avant la première carte */
}

.arrow-avis.right-avis {

    margin-left:40px;
}

.card-avis {
    min-width: 250px;
    margin: 0 10px;
}


/* */
.brand{display:flex;align-items:center;gap:12px}
.logo_avis{border-radius:4px;display:flex;align-items:center;justify-content:center;color:white;font-weight:700;min-width: 120px}
.brand h3{margin:0;font-size:16px}
.stars{margin:0px 0;color:#d32717;letter-spacing:0px}
.google-link{display:block;color:#6b6b6b;text-decoration:underline;margin-bottom:12px;font-size:13px}
.cta{display:inline-block;background:var(--accent);color:white;padding:10px 16px;border-radius:6px;text-decoration:none}

/* carousel area */
.carousel-wrap{flex:1;position:relative}
.viewport{overflow:hidden}
.track{
    display:flex;
    gap:10px;
    transition:transform .45s cubic-bezier(.22,.9,.3,1);
    padding:10px 10px;
    width: 900px;
}

.card{background: #f8f8f8;padding:24px;position:relative;margin-right:30px;min-width:280px;padding-right:10px;padding-left: 10px}
.author{display:flex;gap:12px;align-items:center;margin-bottom:8px}
.avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#ddd,#bfbfbf);display:flex;align-items:center;justify-content:center;font-weight:700;color:#555}
.author .meta{font-size:14px;font-weight: bold}
.author .meta b{display:block}
.date{font-size:12px;color:#8a8a8a}
.card .stars{color:#d32717;margin:8px 0}
.verified{display:inline-block;margin-left:6px;width:14px;height:14px;border-radius:50%;background:#1e9bf0}
.text{color:#222;line-height:1.45;font-size:13px}

.verified {
    display: inline-block;
    background-color: #4092c9; /* vert de validation */
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    margin-left: 5px;
    vertical-align: middle;
}
.verified::before {
    content: "✓";
}
/* arrows */
.arrow_avis{
    position:absolute;
    top:50%;transform:translateY(-50%);
    width:68px;height:68px;display:flex;
    align-items:center;
    justify-content:center;
    background:transparent !important;
    cursor:pointer;
    font-size: 40px;
    border: 2px solid white !important; /* contour blanc */
    border-radius: 50% !important; /* cercle */

}
.arrow_avis.left{left:235px}
.arrow_avis.right{right:235px;}
.arrow_avis svg{width:68px;height:68px;fill:#777;}


.review-card {
    display: flex;
    align-items: flex-start; /* Aligne en haut */
    font-family: Arial, sans-serif;
    width: 250px;
}
.logo_avis {
    align-self: flex-start; /* Force uniquement le logo en haut */
}

.logo_avis img {
    max-width: 60px;           /* Taille du logo */
    height: auto;
}

.info{
    text-align: left;
}
.info h3 {
    margin: 0;
    font-size: 16px;
    font-family: 'PoppinsBold' !important;
    font-weight: 800;

}

.stars {
    color: #d32717;                /* Couleur des étoiles */
    font-size: 18px;
}

.reviews {
    font-size: 16px;
    display: inline-block;
    color: gray;
    text-decoration: underline;
    margin: 4px 0;
}

.write-review {
    background-color: #d32717;
    color: white;
    border: none;
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
}

.write-review:hover {
    background-color: darkred;
}

.logo_avis img  {
    min-width: 110px;      /* Taille du logo */
    height: auto;
}



/* menu top scroll */
.offcanvas__content {
    max-height: 100vh;     /* limite à la hauteur de l’écran */
    overflow-y: auto;      /* active la barre verticale si besoin */
}



.margin-actualite-home{
    margin-left: 0px;
}
.margin-actualite-home a{
    font-size: 16px;
}
.title_actualite_home{

    font-weight: 500;
    font-size: 22px;
}

.title-newsletter{
    color: white;
    padding-top: 80px;
    font-size: 80px;
    font-weight: 400;
}

.swiper-button-next,
.swiper-button-prev {
    color: white;
    font-size: 24px;
    background-color: rgba(0,0,0,0.3);
    padding: 10px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-button-next {
    right: 20px;
}
.swiper-button-prev {
    left: 20px;
}


/* section_model_1 */
.equipements{

    color: white;
    max-width: 450px !important;
    margin: 1rem auto;
    padding: 1rem;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    padding-left: 30px;
    padding-bottom: 50px;
    padding-top:30px;
    background-color: #272727;
}

/* Header : titre + icône */
.equip-header{
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 0.75rem;
}

.equip-title{
    color: white;
    font-size: 28px;
    line-height: 1.05;
    margin: 0;
    font-weight: 400;
}

.equip-info{
    color: white;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    padding-right:20px;

}

.equip-info__icon{
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid white;
    font-size: 28px;

    font-weight: 700;
    line-height: 1;
    user-select: none;
}

.equip-info:focus .equip-info__icon,
.equip-info__icon:hover{
    border-color: white;
    color: white;
    box-shadow: 0 0 0 3px rgba(0,0,0,0.05);
}

/* Liste avec puces cercle */
.equip-list {
    color: white;
    list-style: none;
    padding: 0;
    margin: 0;

    gap: 0.45rem;
}

.equip-list li {
    color: #ffffff;
    position: relative;
    padding-left: 18px; /* espace pour la puce */
    font-size: 15px;
    line-height: 1.4;
    font-weight: 200;
}

.equip-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px; /* taille de la puce */
    height: 6px; /* taille de la puce */
    border-radius: 50%;
    background: var(--muted, #ccc); /* couleur par défaut si --muted non défini */
    box-shadow: 0 0 0 2px rgba(0,0,0,0.02) inset;
}



/* chambres et suites */
.section-header {
    display: flex;
    justify-content: flex-end;
    /* padding: 20px;*/
    padding-right:80px;
    padding-top: 30px;
}
.section-header button {
    border: 1px solid #000;
    background: transparent;
    padding: 10px 20px;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    font-weight: bold;
    color: black;
}

.bg_color_1{
    background-color: #f2f2f2;
}

.bg_color_2{
    background-color: #ffffff;
}

/* Bloc image + texte */

.room-text p{
    font-size:18px;
}
.room {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 90px;
    padding: 40px;
    padding-bottom: 100px;
    flex-wrap: wrap; /* Permet de passer à la ligne si pas assez d'espace */
}

.room img {
    width: 100%;
    max-width: 500px; /* Largeur max mais s'adapte à l'écran */
    height: auto;
    object-fit: cover;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}




.room-title{
    font-size: 24px;
    padding-bottom: 20px;
    font-family: 'TTRamillasItalic', serif;
}

.shop-title1{
    font-family: 'TT Ramillas', serif;
    font-size: 54px;
    padding-bottom: 20px;
    font-weight: 400;
}
.shop-title2{
    font-family: 'TTRamillasItalic';
    font-size: 54px;
    padding-bottom: 20px;
}

.room-text p{

    padding-bottom: 20px;
}


.btn_chambre{
    width: 300px;
    text-align: center;
    font-size:20px !important;
}

.room-link{
    font-weight: 500;
    font-size: 16px;
}
.room-text {
    max-width: 700px;
    padding-left: 40px;
}



.shop {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 40px;
    padding-top:120px;
    padding-bottom: 120px;
    flex-wrap: wrap; /* Permet de passer à la ligne si pas assez d'espace */
    border-bottom: 2px solid rgb(122, 122, 122);
}

.shop-text p{

    padding-bottom: 10px;
}

.shop-text {
    max-width: 800px;
    padding-right: 40px;
}
.shop img {
    width: 100%;
    max-width: 400px; /* Largeur max mais s'adapte à l'écran */
    height: auto;
    object-fit: cover;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.shop-link{

    font-weight: 500;
    font-size: 16px;
}
.shop-img{
    text-align: right;
    width: 100%;
}


.shop {
    display: flex;
    align-items: center;
    justify-content: space-between; /* texte à gauche, image à droite */
    padding: 120px 80px;             /* 80px de marge intérieure */
    border-bottom: 2px solid rgb(122, 122, 122);
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    padding-left:150px;
    padding-right:120px;
}

.shop-text {
    max-width: calc(50% - 15px); /* prend moitié de l’espace moins la moitié du gap */
}

.shop-img {
    max-width: calc(50% - 15px);
    display: flex;
    justify-content: flex-end; /* force l'image à droite */
}

.shop-img img {

    height: auto;
    display: block;
}


/* Responsive pour mobile */


.title-div{
    font-size: 24px;
    padding-bottom: 20px;
    padding-top: 40px;;
}

.p-div{
    font-size: 14px;
    padding-right: 40px;
}


/*  section-concept-inclusion  */

.wrap-section-concept-inclusion{max-width:660px; margin:auto;}

.testimonial-section-concept-inclusion{
    position:relative;
    background:#121212;
    color:#e9e9e9;
    border-radius:18px;
    box-shadow:0 12px 28px rgba(0,0,0,.25);
    padding:32px 36px 28px 36px;
    min-height:220px;
    overflow:visible;
}

/* petite image à gauche qui dépasse légèrement */
.testimonial-figure-section-concept-inclusion{
    position:absolute;
    left:-56px;  /* fait dépasser l'image du cartouche */
    top:100px;
    width:120px;
    height:86px;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 8px 22px rgba(0,0,0,.35);
}
.testimonial-figure-section-concept-inclusion img{width:100%;height:100%;object-fit:cover;display:block;}

/* espace pour que le texte ne passe pas sous l'image */
.testimonial-content-section-concept-inclusion{padding-left:88px;padding-top: 30px}

.quote-mark-section-concept-inclusion {
    position: absolute;
    right: -20px;
    top: -150px;
    font-size: 200px;
    line-height: 1;
    color: #c82516;
    user-select: none;
    pointer-events: none;
    font-weight: 900;
    font-family: Georgia, 'Times New Roman', Times, serif;
    transform: rotate(180deg); /* rotation pour que ça ressemble à un 6 */
}


.message-section-concept-inclusion{margin:0 0 18px; font-size:14px; line-height:1.55; color:#e9e9e9; padding-left: 0px;padding-right: 20px}
.message-section-concept-inclusion strong{font-weight:800;}

.author-section-concept-inclusion{display:flex; flex-direction:column; align-items:flex-end; gap:2px;}
.author-name-section-concept-inclusion{font-weight:700; font-size:18px;}
.author-role-section-concept-inclusion{font-size:14px; color:var(--muted);}

/* Responsive */


/* raccourci video youtube dans galerie */
.videos-wrap-galerie {
    /* centre le bloc sur la page */
    max-width: 1100px;              /* optionnel, juste pour éviter de trop étirer */
    margin: 40px auto;
    padding: 0 16px;                /* petite marge intérieure sur mobile */
}

.videos-row-galerie {
    display: flex;
    justify-content: center;        /* centre le groupe */
    align-items: flex-start;
    gap: 50px;                      /* espace de 50px entre les vidéos */
    flex-wrap: nowrap;              /* toutes sur une ligne */
    overflow-x: auto;               /* si l’écran est trop étroit, on peut défiler horizontalement */
    scrollbar-width: thin;          /* optionnel */
}

.video-galerie {
    width: 300px;                   /* taille demandée */
    flex: 0 0 auto;                 /* ne pas étirer/rétrécir */
    aspect-ratio: 16 / 9;           /* garde un ratio propre */
    background: #000;               /* fond noir pendant le chargement */
    border-radius: 10px;            /* léger arrondi joli, optionnel */
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,.15); /* optionnel */
}

.video-galerie iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

/* Si tu préfères forcer le passage en colonne sur petits écrans,
   dé-commente ce bloc:

*/
.full-line {
    width: 100%;
    height: 1px; /* épaisseur */
    background-color: #bbbbbb; /* couleur */
    margin: 20px 0; /* espace autour */
}


/*  bike hotel section */
/* --- Colonne gauche (texte) --- */
.lead0 h1 {
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(32px, 4.6vw, 56px);
    line-height: 1.12;
    font-weight: 600;
    margin: 0 0 18px 0;
}
.lead0 em { font-style: italic; font-weight: 800; }
.lead0 .italic { font-style: italic; }

.sections0 { margin-top: 18px; }

.section0 { display: grid; grid-template-columns: auto 1fr; gap: 16px 18px; margin-bottom: 34px; }
.section0 .num {
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 1;
    opacity: 0.9;
    letter-spacing: 0.5px;
    margin-top:10px;

}
.section0 h3 {
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 700;
    font-size: 28px;
    margin: 0;
}
.content0 p{
    font-size: 16px;
}
.section0 .content0 { grid-column: 2 / -1; color:#5b5b5b; }
.section0 .content0 p { margin: 10px 0; }

.subtle0 { color: #5b5b5b; }



.img-top0, .img-bottom0 {
    position: absolute; inset: 0 auto auto 0; width: 74%; aspect-ratio: 4/3; object-fit: cover;
    border-radius: 12px; box-shadow: 0 12px 30px rgba(0,0,0,.15);
}
.img-top0 { top: 0; right: 0; left: auto; width: 100%; height: 52%; }
.img-bottom0 { bottom: 0; left: 8%; width: 78%; height: 56%; }


.arrow0 { display: inline-block; width: 0; height: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 7px solid #fff; }

figure.badge0 {
    position: absolute; right: 6%; bottom: 5%; margin: 0; background: #fff; padding: 10px 14px; border-radius: 10px; box-shadow: 0 12px 30px rgba(0,0,0,.15); font-size: 12px; font-weight: 600;
}


.page0 {
    /* max-width: 1180px;*/
    max-width: 100%;
    padding-left:100px;
    padding-right:100px;
    margin: 40px auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1.2fr 1fr; /* texte plus large que les visuels */
    gap: 44px;
    align-items: start;
}
.content0{
    max-width: 620px;
}
.page0 {
    max-width: 100%;
    padding-left:100px;
    padding-right:100px;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 44px;
    align-items: stretch; /* Étire la colonne texte pour suivre la hauteur de la colonne images */
    padding-bottom: 0px;
    margin-bottom: 0px;;
}

.page2 {
    /* max-width: 1180px;*/
    max-width: 100%;
    padding-left:100px;
    padding-right:100px;
    margin: 40px auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 44px;
    align-items: start;
}

.page2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 44px;
    align-items: stretch; /* Étire la colonne texte pour suivre la hauteur de la colonne images */
    padding-top: 0px;
    margin-top: 0px;;
}



/* Colonne gauche (texte) */
.lead0 {
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Permet au texte de prendre tout l'espace vertical */
}

/* Colonne droite (images) */
.visuals0 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}




/* Image verticale */
.img-vertical0 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 450px;
    max-height: 850px;
    min-height: 850px;
    object-fit: cover;
    box-shadow:0 12px 30px rgba(0,0,0,.15);
}

/* Image paysage superposée */
.img-landscape0 {
    position: absolute;
    top: 550px;
    left: 100px;
    width: 55%;

    min-height: 410px;
    aspect-ratio: 4/3;
    object-fit: cover;
    box-shadow: 0 12px 30px rgba(0,0,0,.15);
}

.black-card0 {
    position: absolute;
    font-size: 13px !important;
    top: 350px;
    left: -70px;
    background: #272727;
    color: #f0f0f0 !important;
    padding: 22px 26px;
    box-shadow: 0 12px 30px rgba(0,0,0,.15);
    max-width: 352px;
}
.img-vertical01 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 450px;
    max-height: 750px;
    min-height: 750px;
    object-fit: cover;
    box-shadow:0 12px 30px rgba(0,0,0,.15);
}

.img-shadow {
    max-width: 100%;
    height: auto;
    border-radius: 8px; /* optional for softer look */
    box-shadow:
        -5px -5px 10px rgba(0,0,0,0.15),   /* light shadow top-left */
        10px 10px 20px rgba(0,0,0,0.35);   /* stronger shadow bottom-right */
}


/* Image paysage superposée */
.img-landscape01 {
    position: absolute;
    top: 510px;
    left: 50px;
    width: 550px;


    object-fit: cover;
    box-shadow: 0 12px 30px rgba(0,0,0,.15);
}

.black-card01 {
    position: absolute;
    font-size: 13px !important;
    top: 225px;
    left: -160px;
    background: #272727;
    color: #f0f0f0 !important;
    padding: 22px 26px;
    box-shadow: 0 12px 30px rgba(0,0,0,.15);
    max-width: 432px;
}
/* Bloc noir */
.black-card-restaurant {
    font-size: 13px !important;
    background: #272727;
    color: #f0f0f0 !important;
    padding: 22px 26px;
    box-shadow: 0 12px 30px rgba(0,0,0,.15);

}
.black-card-restaurant p {
    color: #f0f0f0 !important;
    font-size: 16px !important;

}
.black-card01 p {
    color: #f0f0f0 !important;
    font-size: 16px !important;

}


.black-card0 p {
    color: #f0f0f0 !important;
    font-size: 16px !important;

}

.height-1{
    min-height: 400px !important;
}

/* faq */
.faq-container {
    max-width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    align-items: start; /* ✅ Empêche l'alignement des hauteurs */
}




.faq-item {
    font-size: 16px;
    background-color: #000;
    color: white;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid black; /* ✅ bordure noire */
    transition: background-color 0.3s ease;
}

.faq-item:hover {
    background-color: #222;
}

.faq-question {
    display: flex;
    align-items: center;  /* Centre verticalement */
    justify-content: center; /* Centre horizontalement */
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    min-height: 90px;
    padding: 15px; /* marge interne égale sur tous les côtés */
    box-sizing: border-box;
}


.faq-answer {
    background-color: white;
    color: black;
    padding: 0 15px;
    max-height: 0;
    overflow: hidden;

    transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-item.active .faq-answer {
    padding: 15px;
}


.txt_service{
    font-family: "TTRamillasItalic", serif;
}

.div_padding{
    min-height: 650px;
    padding-top:50px;
}

.div_btn_activite{
    text-align: right;
    padding-top: 50px;
}
.black-card_mobile{
    display: none;
}

.num0{
    font-family: 'TTRamillas';
    font-weight: 400;
    font-size: 52px;
    color: #191919;
}

.img_event{
    height: 421px;
    width: 332px;
    object-fit: cover;        /* Remplit la zone en rognant si besoin */
    object-position: center;  /* Centre l'image */
    display: block;           /* Évite les petits espaces autour */
}
.feature-image-event{
    height: 421px;
    width: 332px;
}
.feature-content-event{
    width: 332px;
}
.div_btn_act_center{
    text-align: center;
    width: 100%;
}
.div_btn_galerie_center{
    text-align: center;
    width: 100%;
}
/*  gallerie seminaire */
.gallery-seminaire {
    width: 560px;

}

.main-image-seminaire img {
    min-width: 560px;
    height: auto;
    border-radius: 5px;
    margin-bottom: 10px;
}

.thumbnails-seminaire {
    display: flex;
    justify-content: space-between;
}

.thumbnails-seminaire img {
    width: 32%;
    cursor: pointer;
    border-radius: 5px;
    transition: transform 0.2s, opacity 0.2s;
}

.thumbnails-seminaire img:hover {
    transform: scale(1.05);
    opacity: 0.8;
}

.btn-active{
    background-color: black;
    color: white !important
}
.btn-galerie{
    margin-bottom: 10px;;
}
.btn-filter{
    padding-right: 50px;
    padding-left: 50px;
    margin-right:10px
}
#load-more-photos,
#load-more-videos {
    display: block;      /* force à prendre toute la ligne */
    margin: 20px auto;   /* auto = centrage horizontal */
    text-align: center;
}


/* galerie image */
.popup-overlay {
    display: none; /* caché par défaut */
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
}

.popup-overlay img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
}

.popup-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: white;
    cursor: pointer;
}
.photo-item {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.photo-item.show {
    opacity: 1;
    transform: translateY(0);
}
.video-item {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.video-item.show {
    opacity: 1;
    transform: translateY(0);
}

/* Images */
.photo-item img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.photo-item img:hover {
    transform: scale(1.05); /* zoom léger */
    box-shadow: 0 10px 20px rgba(0,0,0,0.2); /* ombre douce */
}

/* Vidéos */
.video-item video {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.video-item video:hover {
    transform: scale(1.05); /* zoom léger */
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}


.custom-options {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
}

.custom-options.open {
    display: block;
}


.font_ramillas{

    font-family: 'TTRamillasItalic', serif !important;

}

.font_ramillas_normal{

    font-family: 'TTRamillasItalic', serif;
}
.font_ramillas_bold{
    font-weight: bold;
    font-family: 'TTRamillasItalic', serif;
}
b {
    font-weight: 900; /* Très épais */
}

.shop-title1{
    line-height: 1;
}

.ramillas{
    font-family: 'TTRamillasMedium', serif;
    font-weight: 400 !important;

}
.ramillas_normal{
    font-family: 'TTRamillas', serif;
}
.ramillas_italic{
    font-family: 'TTRamillasItalic', serif !important;
}
.italic{
    font-style: italic;
}
.bold{
    font-weight: bold;
}
.title_section_1{
    line-height: 1;
    font-family: 'TTRamillas', serif;
}
.txt_slider{
    font-family: 'TTRamillas', serif;
    font-weight: 52px !important;
    font-weight: 500;
}

.txt_slider_home{
    font-weight: 700;
}
p{
    line-height: 1.3;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    font-size: 16px;

}
.TTRamillasLightItalic{
    font-family: 'TTRamillasMedium', serif;

}
ul li::marker {
    color: black; /* puce entièrement noire */
}
.puce_cercle{
    list-style-type: disc; padding-left: 20px; margin: 0; color: black;
}
.titre_section_1_home{
    font-family: 'TTRamillas', serif;
    font-size: 22px;
}
.title_engagement{
    font-size:24px;
    padding-bottom: 20px;
}
h2{
    font-size: 50px;
}
.bloc_page_menu{
    line-height: 1.4;
}
.dernier-mot {
    font-family: 'TTRamillasItalic', serif !important;
}
.a_href{
    font-size: 14px;
    font-weight: 500;
    color:black;
}

.wow.fadeInUp {
    animation-delay: 0s !important;
}

.div_avis{
    font-style: italic;
    font-size: 18px !important;
    font-family: "Roboto", Arial, sans-serif;
    width: 600px;
}

.left-banner{
    font-style: italic;
    font-size: 18px !important;
    font-family: "Roboto", Arial, sans-serif;
}

.underline{
    text-decoration: underline;
}
.rotate-horizontal{
    margin-right:10px;
}

.lang-options li a span{
    font-size: 13px !important;
    font-weight: bold;
}

.menu-carreau {
    list-style: none; /* retire les puces par défaut */
    padding-left: 20px;
}

.menu-carreau li::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: black; /* 🔲 carré noir */
    margin-right: 10px;
    /* vertical-align: middle;*/
    padding-top:12px;
}

.menu-carreau li a{
    font-family: 'PoppinsRegular';
    font-size: 20px;
}

.menu-carreau1 {
    list-style: none; /* retire les puces par défaut */
    padding-left: 20px;
}

.menu-carreau1 li::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: black; /* 🔲 carré noir */
    margin-right: 10px;
    /* vertical-align: middle;*/
    padding-top:12px;
}

.menu-carreau1 li a{
    font-family: 'PoppinsRegular';
    font-size: 19px;
}


.sous-menu li a{
    font-family: 'PoppinsRegular';
    font-size: 19px;
}
.menu_bold{

    font-family: 'PoppinsBold' !important;
    font-weight: 800;
}
.titre_menu_slide1{
    font-style: normal !important;
}
.offcanvas__contact p,
.offcanvas__contact a{
    font-family: 'PoppinsRegular';
    font-size: 20px;
    color:black;
    font-weight: 500;
}

.menu_paysage{
    margin-right: 0px;
}

/* Par défaut pour grand écran */
.menu_contact {
    width: 350px;
}

/* Pour petits écrans, par exemple moins de 15 pouces (~1366px de large) */


.offcanvas__info {
    width: 99% !important;
}
.offcanvas__wrapper{
    padding-right: 0px;
}
.spin-hover{
    width: 60px;
    height: 60px;

}
.picto-margin{
    margin-right:10px;
    margin-left:10px;
}
.offcanvas__close {
    font-size: 55px !important;
}
.fa-weight{
    font-weight: 400 !important;
}

.title_menu_footer{
    font-family: 'TTRamillas', serif !important;
    font-size: 26px;
    padding-bottom:20px;
}
.slogan_footer_1{
    font-family: 'TTRamillas', serif !important;
    font-size: 22px;

}
.slogan_footer_2{
    font-family: 'TTRamillasItalic', serif !important;
    font-size: 22px;

}
.description_footer{
    font-family: 'PoppinsExtraLight', serif !important;
    padding-top:20px;


}

.padding-item{
    padding-top:12px;
}
.footer-content{
    padding-top:50px;
}

.list-items li{
    font-family: 'PoppinsExtraLight', serif !important;
}
.contact-info h6,
.contact-info p{
    font-family: 'PoppinsExtraLight', serif !important;
}

.footer_menu_bas {
    border-left: 2px solid white;   /* bordure gauche sur tous */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.footer_menu_bas:last-child {
    border-right: 2px solid white;  /* bordure droite uniquement sur le dernier */
}

.footer_menu_bas a {
    font-size: 14px;
    color: white;
    text-decoration: none;
}
.design_powered_by{
    font-family: 'PoppinsExtraLight', serif !important;
}

.row_footer_padding{
    padding-left:100px;
    padding-right:100px;
}
.margin_footer_img_1{
    margin-left:100px;
}
.margin_footer_img_2{
    margin-left:10px;
}
.titre_menu_bas_width{
    max-width:300px;
}

.logo_partenaire_section{
    width: 270px;
    margin-right:50px;
}
.logo_partenaire_section1{
    margin-left:100px;
}


.padding-container-reservation-form{
    padding-top: 40px;
}
.form-input-reservation-reservation-email{
    min-width:400px;
}
.form-input-reservation-reservation-piece-jointe{
    width:450px;
}

/* */
.form-room-layout-reservation {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* espace entre les divs */
}

.form-room-layout-reservation > div {
    flex: 1 1 50%; /* prend 50% de largeur */
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-bas-menu{
    padding-left:90px;
    padding-right:90px;
}

/* new container */



.about-wrapper-2 .about-content {
    margin-left: 0px;
}

.img-eco > img{
    width:500px !important;
    height: auto;;
}


.faq-container{
    padding-left:10px;
}

.btn-galerie{
    font-weight:bold !important;
    max-height:50px;
    min-width:300px;
    text-align:center;
}


/*custom date recherche */


/* Masquer l'icône calendrier par défaut */
input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0 !important;
    position: absolute !important;
    right: 10px !important;
    z-index: 2 !important;
    cursor: pointer !important;
    width: 20px !important;
    height: 20px !important;
}

/* Style de l'input */
.date-input-container input[type="date"] {
    width: 100% !important;
    padding-bottom: 10px !important;

    background: transparent !important;

    color: #fff !important;
    font-size: 20px !important;
    box-sizing: border-box !important;
    transition: all 0.3s ease !important;
}

.date-input-container input[type="date"]:focus {
    outline: none !important;
    border-color: #3498db !important;
    box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.2) !important;
}

/* Conteneur personnalisé pour l'icône */
.date-input-container {
    position: relative !important;
    display: inline-block !important;
    width: 100% !important;
    margin-top:-10px;
}

/* Triangle blanc personnalisé */
.date-input-container::after {
    content: "" !important;
    position: absolute !important;
    margin-top:20px;
    right: 15px !important;
    transform: translateY(-50%) !important;
    width: 0 !important;
    height: 0 !important;
    border-left: 7px solid transparent !important;
    border-right: 7px solid transparent !important;
    border-top: 10px solid #fff !important;
    pointer-events: none !important;
    z-index: 1 !important;
}

/*fin custom date recherche */

.fil-actualite-titre{

    font-size: 2.6em !important;

}

.fil-galerie-width{

    min-width: 200px !important;
}

.ombre-img-actualite{
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}
.bgcolor-div-actualite{
    background-color: #fff !important;
}

/* */
.cards-container_actu > :nth-child(1) {
    justify-self: start;  /* aligne à gauche */
}

.cards-container_actu > :nth-child(2) {
    justify-self: center; /* centré */
}

.cards-container_actu > :nth-child(3) {
    justify-self: end;    /* aligne à droite */
}

/* */
.align-div-actualite{
    text-align: left;
}
.link-actualite-read-more{
    font-size:16px !important;
}

.bloc_page_menu{
    font-size:16px !important;
}



.top-menu-slide-50{
    margin-top:53px !important;
}
.top-menu-slide-20{
    margin-top:16px !important;
}

.btn_menu_slide{
    padding-top:8px;
    padding-bottom:8px;
}

/* nouveau css  page la crodillere */
/* === Desktop large (≥1600px) === */
.black-card01 {
    position: absolute;
    font-size: 13px;
    top: 220px;
    left: -180px;
    background: #272727;
    color: #f0f0f0;
    padding: 22px 26px;
    box-shadow: 0 12px 30px rgba(0,0,0,.15);
    max-width: 452px; /* plus large sur grand écran */
    line-height: 1.4;
}

/* === Écrans laptop moyens (< 1600px) === */


/* fin css page la cordillere */

.about-content p{
    padding-top: 10px;
}



/* zoom */
/* --- image de base --- */
.zoomable {
    cursor: pointer;
    transition: transform 0.3s ease;
    display: inline-block;
}

.lightbox {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.lightbox:target {
    display: flex;
    animation: fadeIn 0.3s ease;
}

.lightbox img {
    max-width: 85%;
    max-height: 85%;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0,0,0,0.6);
    transform: scale(0.9);
    transition: transform 0.4s ease;
}

.lightbox:target img {
    transform: scale(1);
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
section {
    scroll-margin-top: 100px; /* ajuste la valeur selon ton header ou ton besoin */
}

.title_form_reservation{
    font-size: 20px !important;
}
.capacity-note {
    display: block;
    font-size: 0.6em;
    color: #555;
    margin-top: 5px;
}

.note-explanation {
    font-size: 0.85em;
    color: #777;
    margin-top: 15px;
}
/* arrière-plan des options */
.nice-select.form-input-reservation .list {
    background-color: #eeeeee;
}

/* arrière-plan des options au survol */
.nice-select.form-input-reservation .list li:hover {
    background-color: darkgray;
    color: white;
}

/* option sélectionnée */
.nice-select.form-input-reservation .list li.selected {
    background-color: gray;
    color: white;
}
