@media screen and (max-width: 768px) {
    h1.txt_slider_home{
         font-size: 28px !important;
    }
    .title-newsletter{
        color: white;
        padding-top: 30px;
        font-size: 40px;
        font-weight: 400;
    }
    .card{
        width:335px;
    }
    #header-sticky .header-main {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        height: 230px;;

    }

    .offcanvas__wrapper{
        width: 330px;
        max-width: 330px;
        min-width: 330px;
    }
    .offcanvas__content {
        width: 330px;
        max-width:330px;
        min-width: 330px;
    }

    .custom-top-rows{
       margin-top:80px;
    }
     .top_contain{
       margin-top:0px;
    }
    /* LOGO plus grand */
    .mean__menu-wrapper {
        order: 1;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 15px;

    }

    .logo-blanc,
    .logo-noir {
        max-height: 140px; /* augmenter la taille du logo */
        height: auto;
    }

    /* Bloc menu.png à gauche et hamburger à droite */
    .header-right {
        order: 2;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px;
        margin-bottom: 15px;
    }

    .countact-call {
        display: flex;
       align-items: center;
        min-width:220px;
        position: absolute;
        top:140px;
        left: 20px;

    }

    .header__hamburger {
        display: flex;
        align-items: center;
          position: absolute;
        top:110px;
        left: 90px;
    }

    .menu-blanc,
    .menu-noir {
        height: 70px;
        width: auto;
    }

    /* Bouton réservation plus petit et centré */
    .header-left {
        order: 3;
        width: 100%;
        display: flex;
        justify-content: center;
        padding-bottom:20px;


    }

    #btn-reservation {
        font-size: 14px;
        padding: 8px 16px;
        line-height: 1.2;
        white-space: nowrap;
         position: absolute;
        top:160px;
        left: 170px;
    }


/* slider*/
h1.txt_slider{
    font-size: 30px !important;

}
.row-line{
    display:none;
}
.div_texte_slider {
  border-left: none;
  padding-left: 100px;
        /* Cache le débordement pendant l'animation */
}

#bloc_recherche{
    position:absolute;
top:700px;
width: 90%;
height: 400px;;
text-align: center !important;
  display: flex;
  flex-wrap: wrap; /* utile si ça dépasse sur mobile */
  align-items: center; /* alignement vertical */
  justify-content: center; /* alignement horizontal */
  gap: 10px; /* espace entre les éléments */
  text-align: center;
}

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


.hero-2 .hero-content .hero-button{

 margin-top:0px !important;
}


.offcanvas__info{
width: 100%;
}

}

/* Cacher le menu sticky sur mobile */
@media screen and (max-width: 768px) {
 #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; }


    .vertical-line {

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

    .align-center-icone{
        text-align: center;
        padding-bottom: 10px;
    }



    .section-padding-newsletter{
        padding: 0 !important;
    }
    #bloc_newsletter {
        flex-direction: column;  /* empile les éléments */
        align-items: stretch;    /* étend chaque élément en largeur */
        height: auto;            /* pas de hauteur fixe */
        padding-left: 0;
        width: 100%;
        max-width: 100%;
        margin-top: 30px;
    }
    .ctn_newsletter{
        text-align: center;
        max-width: 900px;
        min-height: 600px;
        background-color: rgba(0, 0, 0, 0.7);
        color: white;
    }
    #bloc_newsletter input,
    #bloc_newsletter select,
    #bloc_newsletter button,
    #bloc_newsletter span {
        width: 100% !important;  /* prend toute la ligne */
        margin-left: 0 !important;
        text-align: center;      /* garder le centrage du texte */
    }

    #bloc_newsletter span {
        display: block;          /* pour forcer le retour à la ligne */
    }

    .footer-wrapper .row {
        display: flex;
        flex-direction: column; /* empile en colonne */
    }

    /* Cible le premier div qui contient ton texte */
    .footer-wrapper .row > div:first-child {
        order: 99; /* gros numéro pour l'envoyer à la fin */
        border-bottom: none;
    }

    .footer-wrapper .row > div {
        width: 100% !important;   /* prend toute la largeur */
        border-left: none !important; /* on supprime la séparation verticale */
        border-bottom: 2px solid white;  /* optionnel : mettre une séparation horizontale */
        padding: 8px 0;
    }

    .swiper-button-prev {
        left: 20px !important;
    }

    .swiper-button-next {
        right: 20px !important;
    }

    h1.txt_slider
    {
        padding-top:150px;
        font-size:40px!important;
    }

    .wrap-section-concept-inclusion{
        margin-top: 40px;
    }
    .elem_pad{
        padding-bottom: 20px;
    }
    .div_padding{
     padding-left: 10px;
        padding-top:0px;
    }
    .fleche_vertical{
        max-height: 50px;
    }

    .div_btn_activite{

        padding-top: 0px;
    }
    .a_btn_activite{

        margin-bottom: 20px;
    }

.visuals0{
    display: none;
}
.page2{
    margin-top: -30px;
}
.page0{
    grid-template-columns: 1fr;
}

    .black-card_mobile {
        display: block;
        font-size: 13px !important;
        background: #272727;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: -30px;
        color: #f0f0f0 !important;
        border-radius: 10px;
        padding: 22px 26px;
        box-shadow: 0 12px 30px rgba(0,0,0,.15);
        max-width: 352px;
    }
    .black-card_mobile p {
        color: #f0f0f0 !important;
        font-size: 13px !important;

    }
    .menu_paysage{
        width: 100%;
    }


    /* footer */

.row_footer_padding{
  padding-left:10px;
  padding-right:10px;
}
.margin_footer_img_1{
margin-left:0px;
}
.margin_footer_img_2{
margin-left:0px;
}
.titre_menu_bas_width{
  max-width:100%;
}
.img_suisse_logo{
    text-align:center ;
}
    /* end footer */

    /*page partenaire */
    .logo_partenaire_section{
width: 100%;
padding-right:30px;
padding-left:30px;
}
.logo_partenaire_section1{
margin-left:0px;
}
.partenaire_section_2{
    margin-right:10px;
}

.titre_reservation_form{
    display:none;
}
.padding-container-reservation-form{
  padding-top: 0px;
}
.form-input-reservation-email{
  min-width:100%;
}
.form-input-reservation-piece-jointe{
 width:100%;
}

    .form-room-layout-reservation > div {
    flex: 1 1 50%;
  }

  .footer-bas-menu{
padding-left:0px;
padding-right:0px;
}

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

}
/* Mobile : empilement vertical */
@media (max-width: 768px) {
    #bloc_recherche {
        flex-direction: column;
       /* align-items: stretch;*/
        margin: 0 15px;
        padding: 15px;
        flex-wrap: wrap;
        max-height: none !important; /* supprime la limite */
        height: 800px;
        min-height: 800px;
        display: flex;

        justify-content: flex-start; /* push children to the top */

        align-items: center;
        margin-top:-80px;
    }

    /* Chaque groupe input + span reste sur la même ligne */
    #bloc_recherche span {
        display: inline-block;
        width: 100%;
        margin: 0 5px; /* petit espace */
        text-align: center;
        max-height: 30px;
        margin-top: 10px !important;
    }

    #bloc_recherche input,
    #bloc_recherche select,
    #bloc_recherche button,
    #bloc_recherche .custom-select,
    #bloc_recherche .date-input-container {
        max-height: 30px;
        margin-top: 2px !important;
        width: 100% !important; /* plein écran */
    }
.custom-select {
    min-height:70px
}
.btn_slider{
    margin-left:0px !important;
    min-height:50px !important;
}
.custom-select-trigger{
    margin-top: 0px !important;
}
    /* Pour forcer un meilleur rendu : on regroupe input + span sur la même ligne */
    #bloc_recherche input[type="number"],
    #bloc_recherche .date-input-container,
    #bloc_recherche .custom-select {
        display: block;
    }

    .input_children{
        max-width: 100% !important;
    }

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

    .room {
        flex-direction: column; /* Image au-dessus, texte en dessous */
        align-items: flex-start; /* Texte aligné à gauche */
        padding: 20px;
        gap: 15px;
        padding-bottom: 50px;
    }

    .room img {
        width: 100%; /* L'image prend toute la largeur dispo */
        max-width: none; /* Pas de limite fixe */
    }

    .room-text {
        max-width: 100%;
    }


    .shop {
        flex-direction: column; /* Image au-dessus, texte en dessous */
        align-items: flex-start; /* Texte aligné à gauche */
        padding: 20px;
        gap: 15px;
        padding-bottom: 50px;
    }

    .shop img {
        width: 100%; /* L'image prend toute la largeur dispo */
        max-width: none; /* Pas de limite fixe */
    }

    .shop-text {
        max-width: 100%;
        padding-top: 20px;
    }

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

    .faq-container {
        grid-template-columns: 1fr;
    }
    .faq-question {
        padding-left: 10px;
        padding-right: 10px ;
    }
    .texte-encadre-noir.theme-btn-white-to-black {
        margin-bottom: 20px; /* ajuste la valeur comme tu veux */

    }

    .div_avis, .icones_socials {
        width: 100%;
    }

    .track {
        flex-direction: column;
        gap: 16px;
        padding: 0;
    }
    .card {
        width: 100%;
        max-width: none;
        box-sizing: border-box;
    }
    .logo_avis img {
        min-width: 150px;
        height: auto;
    }
    .custom-list {
        padding-left: 2.5em;
    }
    .logo_gallerie {
        display: none;
    }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
    /* Styles spécifiques aux tablettes en mode portrait */
    .div_avis{
        width: 400px;
        /* padding:30px 20px*/
    }
    .icones_socials{
        width: 100px;
        /* padding:30px 20px*/
    }
    .offcanvas__content {
        max-height: 100vh;     /* limite à la hauteur de l’écran */
        overflow-y: auto;      /* active la barre verticale si besoin */
    }
    .offcanvas__info{
        width: 100%;
    }
    .menu_paysage{
        width: 100%;
    }
}

/* Très petits mobiles (< 640px) */

@media (max-width: 640px) {
    .testimonial-section-concept-inclusion {
        padding: 28px 20px 22px 20px;
    }
    .testimonial-figure-section-concept-inclusion {
        position: relative;
        left: 0;
        top: 0;
        width: 120px;
        height: 80px;
        margin: -22px 0 12px -6px;
    }
    .testimonial-content-section-concept-inclusion {
        padding-left: 0;
    }
    .author-section-concept-inclusion {
        align-items: flex-start;
    }
}

/* Très petits mobiles (< 480px) */
@media screen and (max-width: 480px) {
    .equip-title {
        font-size: 20px;
    }
    .equip-info__icon {
        width: 26px;
        height: 26px;
        font-size: 12px;
    }
}
