@charset "utf-8";

@font-face {
font-family: 'OpenSans-Regular';
src: url('OpenSans-Regular.ttf');
}
@font-face {
font-family: 'RomanSerif';
src: url('RomanSerif.ttf');
}
@font-face {
font-family: 'Montserrat-VariableFont_wght';
src: url('Montserrat-VariableFont_wght.ttf');
}
@font-face {
font-family: 'PlayfairDisplay-VariableFont_wght';
src: url('PlayfairDisplay-VariableFont_wght.ttf');
}
html{
  min-height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
}
body{
  font-family: 'OpenSans-Regular';
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  max-width: 2200px;
}
#content{
  font-size: 1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
@media screen and (max-width: 800px){
  #content{
    font-size: 0.9rem;
  }
}
.color_base{
  color: #000;
}
.marginTop05rem{
  margin-top: 0.5rem;
}
.marginTop1rem{
  margin-top: 1rem;
}
.marginTop2rem{
  margin-top: 2rem;
}
.marginTop3rem{
  margin-top: 3rem;
}
.marginTop5rem{
  margin-top: 5rem;
}
.marginBottom1rem{
  margin-bottom: 1rem;
}
.marginBottom2rem{
  margin-bottom: 2rem;
}
.marginBottom3rem{
  margin-bottom: 3rem;
}
.marginBottom4rem{
  margin-bottom: 4rem;
}
.texteJustify{
  text-align: justify;
}
.texteCenter{
  text-align: center;
}
.texteGras{
  font-weight: bold;
}
.texteItalic{
  font-style: italic;
}
.texteSouligne{
  text-decoration: underline;
}
.flexCenterY{
  display: flex;
  justify-content: center;
}
a{
  transition: .25s ease-in-out;
}
a:hover{
  transition: .25s ease-in-out;
  /*text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.8);*/
  background-color: #FFF;
  color: #223717;
  border-radius: 5px;
}
.couleurBlanche{
 color: #FFF;
}
.ecritureDoree{
 color: #b58e3e;
}
.ecritureBleu{
  color: #223717;
}
.fontSize15rem{
  font-size: 1.2rem;
}

                                /*Header*/
#header{
  width: 100%;
  font-family: 'Montserrat-VariableFont_wght';
}
#agencementBandeauTopContact{
  width: 100%;
  padding: 0.3rem 0rem;
  display: flex;
  justify-content: space-between;
  background-color: #223717;
}

#telBandeauContact{
  padding: 0rem 0.3rem;
  display: flex;
  justify-content: space-between;
  color: #FFF;
  width: 100%;
}
@media screen and (max-width: 620px){
  #telBandeauContact{
    font-size: 0.8rem;
    
  }
}
@media screen and (max-width: 360px){
  #telBandeauContact{
    font-size: 0.7rem;
    
  }
}
.mailHeader{
  margin-right: 1rem;
}
@media screen and (max-width: 565px){
.divNumTel{
  display: flex;
  flex-direction: column;
}
.separateurNum{
  display: none;
}
}
#logos_reseaux{
  display: flex;
  justify-content: flex-end;
  /*z-index: 40;*/
}
#agencementBandeauTopContact img{
  width: 30px;
  margin-right: 10px;
}
@media screen and (max-width: 1000px){
  #logos_reseaux{
  position: absolute;
  top: 0px;
  right: 0px;
}
#agencementBandeauTopContact img{
  width: 20px;
  margin-right: 10px;
}
}

                                /*FIN Header*/

                                /*diaporama Index Header*/
.diapoAutrePagesHeader {
    width: 100%;
    overflow: hidden;
}

.diapoAutrePagesHeader img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 630px) {
    .diapoAutrePagesHeader {
        height: 150px;
    }
    
    .diapoAutrePagesHeader img {
        width: auto;
        height: 150px;
        max-width: none;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}
.diapoAutrePagesHeader .mobile-image {
    display: none;
}

@media (max-width: 450px) {
    .diapoAutrePagesHeader .desktop-image {
        display: none;
    }
    .diapoAutrePagesHeader .mobile-image {
        display: block;
    }
}
.slider-container {
    width: 100%;
    position: relative;
}

.slider {
    width: 100%;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.slide.active {
    opacity: 1;
    position: relative;
}

.imgSlideHeader {
    width: 100%;
    height: auto;
    display: block;
}

.controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    pointer-events: none;
}

.controls button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    pointer-events: auto;
}

.controls img {
    width: 30px;
    height: auto;
}
                                /*FIN diaporama Index Header*/


                                /*Index*/
/*.div-deux-couleurs {
  background: linear-gradient(to bottom, #eee 40%, #223717 40%);
  display: flex;
  flex-direction: column;
  align-items: center;
}*/
.div-rectangles-hotel{
  display: flex;
  flex-direction: column;
  align-items: center;
}


                                /*FIN index*/


                                            /*Footer*/
#footer{
  width: 100%;
  background-color: #223717;
  border-top: 1px solid #b58e3e;
  color: #FFF;
  padding: 0rem 1rem;
}
@media screen and (max-width: 850px){
  #footer{
    font-size: 0.9rem;
  }
}
                                            /*Fin Footer*/

                                /*Menu*/
.agencementMenu {
  transition: .25s ease-in-out;
  position: absolute;
  color: #FFF;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.agencementMenu.fixed {
  transition: .25s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #223717; /* ou une autre couleur de fond */
  box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Ajoute une ombre pour le distinguer */
  z-index: 1000; /* Assure que le menu reste au-dessus des autres éléments */
}
.menu {
    font-family: 'Montserrat-VariableFont_wght';
    position: relative;
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    width: 100%;
    letter-spacing: 0.2rem;
}

/* Cibler le premier menu */
.agencementMenu .menu:first-of-type ul {
    justify-content: flex-start;
}

/* Cibler le deuxième menu */
.agencementMenu .menu:last-of-type ul {
    justify-content: flex-end;
}

.menu ul {
    width: 100%;
    display: flex;
    z-index: 4;
}

@media screen and (max-width: 1400px) {
    .menu {
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 1200px) {
    .menu {
        font-size: 0.9rem;
    }
}
.menu ul{
  width: 100%;
  display: flex;
  z-index: 4;
}
.menu ul li{
  display: inline;
  padding: 1rem;
  transition: .25s ease-in-out;
}
.menu ul li:hover{
  transition: .25s ease-in-out;
}
.menu ul li a{
  padding: 0.5rem 0.3rem 0.3rem 0.3rem;
}
.menu ul li a:hover{

}

@media screen and (max-width: 1000px) {
.menu ul{
  display: none;
}}
.menu-deroulant > a:after{
  content: '❯';
  font-size: 15px;
  margin-left: 7px;
  display: inline-block;
  color: #f1bd69;
}
.menu-deroulant:hover > a:after{
  animation: rotationFleche 0.2s linear forwards;
}
@keyframes rotationFleche {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(45deg);
  }
  100%{
    transform: rotate(90deg);
  }
}
.sous-menu {
  position: absolute;
  justify-content: flex-start;
  flex-direction: column;
  margin-top: var(--hauteur-menu);
  max-width: 250px;
  text-align: left;
  overflow: hidden;
  max-height: 0;
  border-radius: 2px;
  background-color: #FFF;
  z-index: 3;
}
.menu-deroulant:hover > .sous-menu {
  animation: apparitionSousMenu 1s forwards;
}
@keyframes apparitionSousMenu {
  0% {
    box-shadow: 0px 3px 3px 1px rgba(0,0,0,0);
    border-top: 3px solid #FFF;
  }
  30% {
    box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.3);
  }
  100% {
    max-height: 50em;
    border-top: 3px solid #FFF;
    box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.3);
  }
}
.menu ul li.menu-deroulant ul.sous-menu > li > a {
  align-items: center;
  display: flex;
  height: 50px;
  padding-left: 20px;
  width: 100%;
  letter-spacing: 0rem;
  font-size: 1rem;
  padding: 0.1rem 0.3rem 0.1rem 0.3rem;
}
.menu ul li.menu-deroulant ul.sous-menu li{
  padding: 0rem;
  margin-top: 0.3rem;
  color: #223717;
}
.menu-deroulant ul.sous-menu li a:hover{
  transition: .25s ease-in-out;
  color: #FFF;
  background-color: #223717;
  border-radius: 0px;
}

                                /*FIN Menu*/
                                              /*formulaire contact*/
.formulaire_contact{
  flex:4;
  font-size: 1.2rem;
  padding: 1rem 0rem 1rem 0rem;
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 1200px){
  .formulaire_contact{
    justify-content: center;
  }
}
.formulaire_contact form{
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 580px){
.formulaire_contact form{
  font-size: 1rem;
}}
.formulaire_contact form div{
  margin-top: 1rem;
}
.autreContact{
flex:4;
font-size: 1.3rem;
margin-bottom: 1rem;
display: flex;
flex-direction: column;
justify-content: center;
padding-left: 1rem;
text-align: center;
}
.autreContact p{
  margin-bottom: 1rem;
}
@media screen and (max-width: 500px){
  .autreContact p{
font-size: 1rem;
}
}
.inputedit{
  width: 50rem;
  padding:0.5rem;
  border-width: 1px;
  border-color: #1d1d1d;
  border-style: solid;
  background-color: #c0c0c0;
  color:#0d0c0c;
}
@media screen and (max-width: 1600px){
.inputedit{
  width: 40rem;
}}
@media screen and (max-width: 1400px){
.inputedit{
  width: 35rem;
}}
@media screen and (max-width: 1000px){
.inputedit{
 width: 25rem;
}}

@media screen and (max-width: 600px){
.inputedit{
  width: 25rem;
}}
@media screen and (max-width: 500px){
.inputedit{
  width: 20rem;
}}
@media screen and (max-width: 355px){
.inputedit{
  width: 16rem;
}}
#valider{
  cursor: pointer;
  transition: .25s ease-in-out;
  color: #636363;
  margin-top: 1.5rem;
  padding:0rem 0.7rem 0rem 0.7rem;
  height: 2rem;
  font-size: 1.3rem;
  font-weight: bold;
  background-color: #c0c0c0;
}
@media screen and (max-width: 480px){
#valider{
  font-size: 1.1rem;
}}
#valider:hover{
  transition: .25s ease-in-out;
  color: #fff;;
  background-color: #636363;
}
#textareamessage{
  padding:0.5rem;
  color:#0d0c0c;
  min-height: 10rem;
}
.formulaire_contact form ul li{
  text-align: center;
}
.asterisque{
  color:#c50303;
}
.error{
  color:#ec5f66;
}
#titre_form{
    font-size: 30px;
}
@media screen and (max-width: 1000px){
#titre_form{
  font-size: 1.2rem;
}}
#agencementContact{
  display: flex;
  justify-content: space-between;
  color: #636363;
  background-color: #f5f5f5;
  padding: 0rem 2rem;
}
@media screen and (max-width: 1200px){
  #agencementContact{
    flex-direction: column;
    justify-content: center;
  }
}
#coordonees{
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1050px){
  #coordonees{
font-size: 16px;
}
}
#coordonees span{
    margin-right: 1rem;
}
@media screen and (max-width: 1200px){
  #coordonees span{
    margin: 0.5rem 1rem 0rem 0rem;
}
}
#coordonees iframe{
  padding: 1rem 1rem 1rem 0rem ;
}
@media screen and (max-width: 1300px){
  #coordonees iframe{
    width: 30rem;
}
}
@media screen and (max-width: 1000px){
  #mapTel iframe{
    width: 30rem;
}
}
@media screen and (max-width: 600px){
  #mapTel iframe{
    width: 25rem;
}
}
@media screen and (max-width: 500px){
  #mapTel iframe{
    width: 20rem;
}
}
@media screen and (max-width: 355px){
  #mapTel iframe{
    width: 16rem;
}
}
@media screen and (max-width: 1200px){
#coordonees iframe{
display: none;
}
}
#mapTel{
  display: none;
  margin: auto;
}
@media screen and (max-width: 1200px){
#mapTel{
  border: 1px solid #000;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
}
}

                                             /*fin formulaire contact*/
                                             /*a VOIR si nécessaire ce-dessous*/
                                             /*contact*/
.NomSite{
font-size: 1.5rem;
}
#contact{
  font-family: 'PlayfairDisplay-VariableFont_wght';
  font-size: 1.5rem;
  text-align: center;
  border-width: 1px;
  border-color: #223717;
  border-style: solid;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
                                             /*Fin contact*/

                                             /*imagesBlocIndex*/

      .diaporamaIndexPresentation {
        display: flex;
        flex-wrap: wrap;
        width: 90%;
        justify-content: center;
        /* margin: 0 auto; enlevé suite au display flex alignItemCenter de div-deux-couleurs*/
     
      }
      @media screen and (max-width: 450px){
        .diaporamaIndexPresentation{
          width: 100%;
        }
      }
      .slider1 {
        margin: 0.5rem 0.5rem;
        display: flex;
        flex-direction: column;
        flex: 0 0 calc(33.33% - 1rem);
      }
      @media screen and (max-width:1050px){
      .slider1 {
          margin: 0.5rem 0.5rem; /* Ajuster la marge pour deux sliders */
          display: flex;
          flex-direction: column;
          flex: 0 0 calc(50% - 1rem); /* Changer 33.33% à 50% et ajuster la marge */
      }
      }
      @media screen and (max-width:650px){
      .slider1 {
          margin: 0.5rem 0.5rem; /* Ajuster la marge pour deux sliders */
          display: flex;
          flex-direction: column;
          flex: 0 0 calc(100% - 1rem); /* Changer 33.33% à 50% et ajuster la marge */
      }
      }
      @media screen and (max-width: 1050px){
      .blockBlanc{
        display: none;
      }
      }
      .AgencementBasSlider {
        background-color: #223717;
        min-height: 236px;
        padding: 0.5rem 1rem 1rem 1rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        color: #FFF;
      }
      .conteneurReduit .AgencementBasSlider{
        min-height: auto;
      }

      .titreSlider{
        font-family: "Playfair Display";
        color: #b58e3e;
        font-size: 1.5rem;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0.5rem;
        text-align: center;
      }
      .conteneurReduit .titreSlider{
        margin-bottom: 0rem;
      }
      @media screen and (max-width:1380px){
        .titreSlider{
          font-size: 1.2rem;
        }
      }
      .texteSlider{
        font-family: 'Montserrat-VariableFont_wght';
        font-size: 0.9rem;
        text-align: justify;
      }
      @media screen and (max-width:850px){
        .texteSlider{
          font-size: 13px;
        }
      }
      @media screen and (min-width: 651px) and (max-width: 720px) {
        .titreSlider {
          font-size: 1.1rem;
        }
      }
      .iconesDiapo{
        width: 25px;
        height: 25px;
        margin-right: 0.5rem;
      }
      .agencementInfosSlider {
        font-size: 0.8rem;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
      }
      #blockTourisme {
        display: none;
      }
      @media screen and (min-width: 551px) and (max-width: 1050px) {
        #slider1Tourisme {
          display: none;
        }
        #blockTourisme {
          display: block;
        }
      }
/*

      .flecheGauche, .flecheDroite {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        z-index: 1;
      }

      .flecheGauche {
        left: 10px;
      }

      .flecheDroite {
        right: 10px;
      }

.flecheGauche img,
.flecheDroite img {
  transition: .25s ease-in-out;
  width: 30px;
}
.flecheGauche img:hover,
.flecheDroite img:hover {
  transform: scale(1.5);
}*/
                                             /*Fin imagesBlocIndex*/

                                             /*imageTourisme*/
.container-tourisme {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 20px;
}

.image-tourisme {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.image-tourisme img {
    display: block;
    width: 100%;
    height: auto;
    transition: opacity 0.5s ease;
}

.image-main {
    position: relative;
    z-index: 1;
}

.image-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
}

.image-title-tourisme {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: rgba(0, 72, 108, 0.6);
    color: white;
    text-align: center;
    font-size: 18px;
    transition: background 0.5s ease, transform 0.3s ease;
    z-index: 3;
}

@media (min-width: 1201px) {
    .image-tourisme:hover .image-main {
        opacity: 0;
    }
    .image-tourisme:hover .image-hover {
        opacity: 1;
    }
    .image-tourisme:hover .image-title-tourisme {
        background: rgba(0, 72, 108, 0.8);
    }
}

@media (max-width: 1200px) {
    .image-hover {
        display: none;
    }
    .image-tourisme:hover .image-title-tourisme {
        transform: scale(1.2);
    }
}

                                             /*Fin imageTourisme*/





                                             /*chambre*/
.largeurCorps {
  width: 90%;
}

.titreTexteChambre {
  width: 100%;
  text-align: center;
  font-family: 'PlayfairDisplay-VariableFont_wght';
  font-size: 1.5rem;
}
@media screen and (max-width: 1150px) {
  .titreTexteChambre {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 550px) {
  .titreTexteChambre {
    font-size: 1.1rem;
  }
}
.texte-chambre {
  width: calc(50% - 0.5rem);
  padding: 1rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: 'Montserrat-VariableFont_wght';
  color: #000;
  text-align: justify;
  position: relative; /* Ajout de cette ligne */
  padding-bottom: 60px; /* Ajout de cette ligne pour laisser de l'espace aux icônes */
}

@media screen and (max-width:1150px) {
  .texte-chambre {
    width: 100%;
  }
}

.boutonReservationChambre {
  margin-top: 1rem;
}

.iconeInterdit {
  display: flex;
  position: absolute; /* Ajout de cette ligne */
  bottom: 10px; /* Ajout de cette ligne */
  right: 10px; /* Ajout de cette ligne */
}

.iconeInterdit img {
  width: 50px;
}

                                             /*Fin chambre*/

                                             /*petit dejeuner*/
.deuxColonnes{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 1rem;
}
.deuxColonnes p{
  margin-top: 0.3rem;
}
.flexDirectionColonne{
  display: flex;
  flex-direction: column;
}
.texte-petit-dejeuner{
  justify-content: flex-start;
}
@media screen and (max-width:1350px){
  .texte-petit-dejeuner{
    font-size: 0.9rem;
  }
}
.titreTextePetitDejeuner{
  margin-bottom: 1rem;
}
div.flexDirectionColonne:nth-child(2){
  margin-left: 3rem;
}
@media screen and (max-width:1350px){
  div.flexDirectionColonne:nth-child(2){
    margin-left: 1.5rem;
  }
}
@media screen and (max-width:1150px){
  .slide-restauration{
    display: none;
  }
}
@media screen and (max-width: 450px){
.texte-chambre.texte-petit-dejeuner div div.deuxColonnes{
  flex-direction: column;
}
div.flexDirectionColonne:nth-child(2){
  margin-left: 0rem;
}
}
.texte-petit-dejeuner div div.deuxColonnes div.flexDirectionColonne p{
text-align: left;
}

                                             /*Fin petit dejeuner*/

                                             /*aperitifs*/
.menuAperitif{
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0rem 1rem;
  margin-top: 1rem;
}
.menuAperitif a{
  margin: 0rem 1rem;
  background-color: #223717;
  color: #FFF;
  padding: 0.3rem 1rem;
  border-radius: 5px;
  width: 200px;
  text-align: center;
}
@media screen and (max-width: 700px){
  .menuAperitif{
    flex-direction: column;
    align-items: center;
  }
  .menuAperitif a{
    margin-top: 0.3rem;
  }
}
.menuAperitif a:hover{
  background-color: #91ba7b;
  color: #223717;
}
                                             /*Fin aperitifs*/

                                             /*tableauChambre*/
    .espaceTarifs {
        padding: 1rem;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    @media screen and (max-width: 500px){
      .espaceTarifs {
          padding: 0rem;
      }
    }
    .agencementTableauTarifs{
      width: 100%;
      display: flex;
      justify-content: center;
    }
    .titreTarifsChambre {
      width: 100%;
        text-align: center;
        color: #223717;
        font-size: 1.5rem;
        padding: 0.5rem 0.2rem;
        background-color: #f5f5f5;
        border: 1px solid #223717;
        margin-bottom: 0.3rem;
    }
    @media screen and (max-width: 1150px) {
      .titreTarifsChambre {
        font-size: 1.2rem;
      }
    }
    @media screen and (max-width: 550px) {
      .titreTarifsChambre {
        font-size: 1rem;
      }
    }
    .tableauChambre {
        border-collapse: collapse;
        border: 1px solid #223717;
    }
    .tableauChambre th, .tableauChambre td {
        border: 1px solid #223717;
        padding: 0.5rem;
    }
    .tableauChambre th {
        background-color: #e0e0e0;
        text-align: center;
    }
    .periode {
        font-weight: bold;
    }
    .mois {
        font-weight: bold;
        color: #223717;
    }
    .dates {
        font-size: 0.9em;
        color: #555;
    }
    @media (max-width: 768px) {
      .titreTarifsChambre{
        font-size: 1.2rem;
      }
        .tableauChambre {
            font-size: 12px;
        }
        .tableauChambre th, .tableauChambre td {
            padding: 0.3rem;
        }
    }
    @media (max-width: 480px) {
        .titreTarifsChambre{
          font-size: 0.9rem;
        }
        .tableauChambre {
            font-size: 10px;
        }
        .tableauChambre th, .tableauChambre td {
            padding: 0.2rem;
        }
    }
  .tableauChambre td:nth-child(4),
  .tableauChambre td:nth-child(5) {
      text-align: center;
  }
                                             /*Fin tableauChambre*/
                                             /*slideChambre*/
.diaporama-chambre {
  position: relative;
  margin: 0 auto;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 2rem;
  background-color: #f5f5f5;
}
@media screen and (max-width:1150px){
  .diaporama-chambre{
    flex-direction: column;
    align-items: center;
  }
}
.slide-container-chambre {
  position: relative;
  width: calc(50% - 0.5rem);
  padding-bottom: 37.5%;
}
@media screen and (max-width: 500px){
  .slide-container-chambre{
    width: calc(70% - 0.5rem);
  }
}
@media screen and (max-width: 400px){
  .slide-container-chambre{
    width: calc(80% - 0.5rem);
  }
}
.slide-chambre {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  object-fit: cover;
}
.slide-chambre.active-chambre {
  opacity: 1;
}
.prev-chambre, .next-chambre {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 3px 7px;
  cursor: pointer;
  z-index: 10;
  width: 45px;
}
.prev-chambre {
  left: 0;
}
.next-chambre {
  right: 0;
}

                                             /*Fin slideChambre*/
                                             /*reservation*/
.agencementBoutonReservation{
  display: flex;
  width: 100%;
  justify-content: center;
}
.lienBoutonReservation{
  background-color: #223717;
  padding: 0.5rem 2rem;
  margin: 0rem 0.5rem;
  color: #FFF;
  border: 1px solid #eee;
}
.lienBoutonReservation:hover{
  background-color: #3e612c;
  color: #FFF;
  border: 1px solid #FFF;
}
.formReservation{
  padding: 1rem;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f5f5f5;
  margin-bottom: 2rem;
}
.stylePourCategoriesReservation{
  margin: 1rem 0rem;
  background-color: #223717;
  color: #FFF;
  width: 100%;
  text-align: center;
  padding: 0.5rem 0rem;
  font-size: 1rem;
}
#chambre{
  padding: 0.5rem;
  background-color: #FFF;
}

    select#chambre option {
        font-size: 1.2rem;
        background-color: #FFF;
    }
    .prestations-container {
        display: flex;
        flex-direction: column;
    }
    .prestation-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 10px;
        height: 90px;
    }
    div.prestation-item:nth-child(2){
      margin-top: 2rem;
    }
    .label-container {
        flex-grow: 1;
    }
    .prestation-nom {
        display: inline-block;
    }

/*checkboxcontainer*/
.formReservation .checkbox-container {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.formReservation .custom-checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.formReservation .checkbox-container label {
    position: relative;
    cursor: pointer;
    padding-left: 35px; /* Espace pour le checkbox */
    line-height: 25px;
    display: flex;
    align-items: center;
}
.formReservation .checkbox-container label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 25px; /* Largeur du checkbox */
    height: 25px; /* Hauteur du checkbox */
    border: 2px solid #333;
    background: #fff;
    border-radius: 4px;
}
.formReservation .custom-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 9px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 7px;
    height: 14px;
    border: solid #333;
    border-width: 0 3px 3px 0;
}
/* Style pour le focus, important pour l'accessibilité */
.formReservation .custom-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}

/* Styles supplémentaires pour l'alignement */
.formReservation .prestation-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.prestation-nom, .prestation-description, .prestation-tarif {
    margin-right: 5px;
}
/*fin apparence checkbox*/
/*apparence fleche quantite container*/
.formReservation .quantite-container {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    width: fit-content;
}

.formReservation .quantite-input {
    width: 50px;
    text-align: center;
    border: none;
    font-size: 16px;
    padding: 10px 0;
    -moz-appearance: textfield; /* Pour Firefox */
}

.formReservation .quantite-input::-webkit-inner-spin-button, 
.formReservation .quantite-input::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    margin: 0;
}

.formReservation .quantite-btn {
    background-color: #f0f0f0;
    border: none;
    color: #333;
    font-size: 20px;
    padding: 10px 15px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.formReservation .quantite-btn:hover {
    background-color: #e0e0e0;
}

.formReservation .quantite-btn:active {
    background-color: #d0d0d0;
}
/*fin apparence fleche quantite container*/
/*apparence calendrier*/
.formReservation .dates-container {
    display: flex;
    justify-content: space-between;
    max-width: 600px; /* Ajustez selon vos besoins */
    margin: 0 auto; /* Centre le conteneur si nécessaire */
}

.formReservation .date-input-container {
    flex: 1;
    margin: 0 10px; /* Espace entre les deux champs de date */
}

.formReservation .input-with-icon {
    position: relative;
    display: inline-block;
    width: 100%;
}

.formReservation .input-with-icon input {
    width: 100%;
    padding-right: 30px; /* Espace pour l'icône */
}

.calendar-icon {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    cursor: pointer;
}

/* Styles supplémentaires pour améliorer l'apparence */
.formReservation label {
    display: block;
    margin-bottom: 5px;
}

.formReservation input[type="text"] {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}


                                           /*Fin reservation*/

                                           /*Récapitulatif*/
.h2Recap{
  background-color: #223717;
  padding: 0.5rem 1rem;
  color: #FFF;
  margin-bottom: 0.5rem;
}
.formConfirmation{
  display: flex;
  justify-content: center;
  margin: 2rem 0rem;
}
.typeReservation{
  color: #223717;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}
                                           /*Fin Récapitulatif*/
                                /*Global*/
.ombreBlanche{
  text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.8);
}
.ombreMenu{
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}
.ombreMenu:hover{
  text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.8);
}
.espaceSeparaisonBlock{
  margin-top: 3rem;
}
.espaceTexte{
  width: 100%;
  margin: 2rem 0rem;
  padding: 0.5rem 1rem;
  text-align: center;
}
@media screen and (max-width: 750px){
  .espaceTexte{
  margin: 1rem 0rem;
  }
}
.espaceIconesTexte{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
.agencementIconesInfoHotel{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.texteEtIconeInfoHotel{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.texteEtIconeInfoHotelTitre{
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
.texteEtIconeInfoHotel img{
  width: 75px;
}
@media screen and (max-width:1400px){
  .texteEtIconeInfoHotelTitre{
  font-size: 1.2rem;
  }
  .texteEtIconeInfoHotel img{
    width: 80px;
  }
}
@media screen and (max-width:900px){
  .texteEtIconeInfoHotelTitre{
    font-size: 1rem;
  }
  .texteEtIconeInfoHotel img{
    width: 50px;
  }
}
.titreGlobal{
  font-size: 1.5rem;
  font-family: 'PlayfairDisplay-VariableFont_wght';
}
@media screen and (max-width: 1150px){
  .titreGlobal{
    font-size: 1.3rem;
  } 
}
@media screen and (max-width: 550px){
  .titreGlobal{
    font-size: 1.1rem;
  } 
}
.tarifsDates{
  width: 100%;
  text-align: center;
}
.zoneTexte{
  margin-top: 0.5rem;
}
@media screen and (max-width: 450px){
  .zoneTexte{
    text-align: justify;
  }
}
.inlineBlock{
  display: inline-block;
}
.displayFlexCentreItemCenter{
  display: flex;
  align-items: center;
}
.alignItemCenter{
  align-items: center;
}
.displayFlexCentreJustifyCenter{
  display: flex;
  justify-content: center;
}
.displayFlexEnd{
  display: flex;
  justify-content: flex-end;
}
.lienGlobalGris{
  background-color: #eee;
  padding: 0.1rem 1rem;
  border-radius: 5px;
  color: #223717;
  border: 1px solid #eee;
}
.lienGlobalGris:hover{
  background-color: #3e612c;
  border-radius: 5px;
  color: #FFF;
  border: 1px solid #FFF;
}
.lienGlobalBleu{
  background-color: #223717;
  padding: 0.1rem 1rem;
  border-radius: 5px;
  color: #FFF;
  border: 1px solid #eee;
}
.lienGlobalBleu:hover{
  background-color: #3e612c;
  border-radius: 5px;
  color: #FFF;
  border: 1px solid #FFF;
}
.backgroundBleu{
  background-color: #223717;
}
.backgroundGris{
  background-color: #eee;
}
.texteGauche{
  text-align: left;
}

.titreGlobalAvecIcone{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  display: inline-flex;
  text-align: center;
}
.titreGlobalAvecIcone span{
  display: flex;
}
h1.titreGlobal img{
  width: 50px;
  margin-left: 0.5rem;
  height: 40px;
  flex-shrink: 0;
}
@media screen and (max-width: 710px){
  h1.titreGlobal img{
    width: 40px;
    height: 30px;

  }
}
/*
@media screen and (max-width: 450px){
 h1.titreGlobal img{
  width: 40px;
  margin-left: 0.5rem;
  height: 30px;
  flex-shrink: 0;
} 
}*/
                                /*FIN Global*/

                                /*massage*/
.sectionMassage{
  width: 95%;
  margin-bottom: 2rem;
}
.detailsMassage{
  margin-top: 2rem;
  padding: 0.5rem;
  border: 1px solid #223717;
}
.detailsMassage h2{
  margin-bottom: 1rem;
  font-weight: bold;
  color: #223717;
}
.agencementDetailsMassage{
  display: flex;
}
@media screen and (max-width: 750px){
  .agencementDetailsMassage{
    flex-direction: column;
    align-items: center;
  }
}

.photoMassage{
  min-width: 400px;
  max-width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 870px){
  .agencementDetailsMassage div.photoMassage{
    min-width: 300px;
    max-width: 300px;
  }
}
.photoMassage img{
  width: 100%;
}
.texteMassage{
  margin-left: 1rem;
  text-align: justify;
}
@media screen and (max-width: 750px){
  .texteMassage{
    margin-top: 1rem;
    margin-left: 0rem;
  }
  .photoMassage img{
    border-radius: 10px;
  }
}
.sectionMassage:target {
  scroll-margin-top: 100px; /* Ajustez cette valeur en fonction de la hauteur de votre menu */
}
                                /*FIN massage*/
/*menuResp*/
.side-bar{
 background: #1b1a1b;
 backdrop-filter: blur(15px);
 width: 250px;
 height: 100vh;
 position: fixed;
 top: 0;
 left: -250px;
 overflow-y: auto;
 transition: 0.6s ease;
 transition-property: left;
 z-index: 99;
}
.side-bar::-webkit-scrollbar {
  width: 0px;
}
.side-bar.active{
 left: 0;
}

.side-bar .menu{
 width: 100%;
 margin-top: 50px;
}

.side-bar .menu .item{
 position: relative;
 cursor: pointer;
}

.side-bar .menu .item a{
 color: #fff;
 font-size: 0.9rem;
 text-decoration: none;
 display: block;
 padding: 5px 10px;
 line-height: 30px;
}

.side-bar .menu .item a:hover{
 background: #33363a;
 transition: 0.3s ease;
}

.side-bar .menu .item i{
 margin-right: 15px;
}

.side-bar .menu .item a .dropdown{
 position: absolute;
 right: 0;
 margin: 20px;
 transition: 0.3s ease;
}

.side-bar .menu .item .sub-menu{
 background: #262627;
 display: none;
}

.side-bar .menu .item .sub-menu a{
 padding-left: 30px;
}

.rotate{
 transform: rotate(90deg);
}

.close-btn{
 position: absolute;
 color: #fff;

 font-size: 23px;
 right:  0px;
 margin: 15px;
 cursor: pointer;
}

.menu-btn{
  position: fixed;
  color: #C0C0C0;
  font-size: 35px;
  /*margin: 25px;*/
  cursor: pointer;
  top: 45px;
  left: 6px;
  z-index: 2;
}
@media screen and (min-width: 1001px){
  .menu-btn{
    display: none;
  }
}
/*menuResp*/

                                /*Modal Forfait*/
/* Style du bouton pour ouvrir le modal */
.btnOuvrirModal{
  cursor: pointer;
  border: none;
  font-family: 'OpenSans-Regular';
  transition: .25s ease-in-out;
}

/* Modal caché par défaut */
.modalForfait{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  font-family: 'Montserrat-VariableFont_wght';
}

/* Modal visible */
.modalForfait.actif{
  display: block;
}

/* Overlay sombre en arrière-plan */
.modalForfaitOverlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

/* Conteneur du modal */
.modalForfaitContenu{
  position: relative;
  background-color: #FFF;
  max-width: 600px;
  width: 90%;
  margin: 5% auto;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  max-height: 80vh;
  overflow-y: auto;
  z-index: 10000;
}

@media screen and (max-width: 650px){
  .modalForfaitContenu{
    padding: 1.5rem;
    margin: 10% auto;
  }
}

/* Bouton de fermeture */
.modalForfaitFermer{
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 2rem;
  color: #223717;
  cursor: pointer;
  transition: .25s ease-in-out;
  line-height: 1;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modalForfaitFermer:hover{
  color: #b58e3e;
  transform: rotate(90deg);
}

/* Titre du modal */
.modalForfaitTitre{
  font-family: 'PlayfairDisplay-VariableFont_wght';
  color: #223717;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 1.5rem;
  padding-right: 30px;
}

@media screen and (max-width: 650px){
  .modalForfaitTitre{
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}

/* Texte du modal */
.modalForfaitTexte{
  color: #000;
  line-height: 1.6;
  font-size: 1rem;
}

@media screen and (max-width: 650px){
  .modalForfaitTexte{
    font-size: 0.9rem;
  }
}

/* Titre spécial */
.modalForfaitSpecial{
  font-weight: bold;
  color: #223717;
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}

@media screen and (max-width: 650px){
  .modalForfaitSpecial{
    font-size: 1rem;
  }
}

/* Section saison */
.modalForfaitSaison{
  margin-bottom: 1.5rem;
}

.modalForfaitSaison h3{
  font-weight: bold;
  color: #b58e3e;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

@media screen and (max-width: 650px){
  .modalForfaitSaison h3{
    font-size: 1rem;
  }
}

.modalForfaitSaison ul{
  list-style: none;
  padding-left: 1rem;
}

.modalForfaitSaison ul li{
  margin-bottom: 0.3rem;
  position: relative;
  padding-left: 1.2rem;
}

.modalForfaitSaison ul li:before{
  content: "•";
  position: absolute;
  left: 0;
  color: #b58e3e;
  font-weight: bold;
}

/* Boutons du modal */
.modalForfaitBoutons{
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

@media screen and (max-width: 650px){
  .modalForfaitBoutons{
    margin-top: 1.5rem;
  }
}
                                /*FIN Modal Forfait*/

                                /*Tableau Randonneurs - Chambre 1-2 pers*/
/* Conteneur pour les deux tableaux côte à côte */
.conteneurDeuxTableaux{
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

@media screen and (max-width: 1150px){
  .conteneurDeuxTableaux{
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}

/* Espace pour chaque tableau */
.espaceTarifsRandonneurs{
  padding: 1rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  min-width: 300px;
  max-width: 600px;
}

@media screen and (max-width: 500px){
  .espaceTarifsRandonneurs{
    padding: 0rem;
  }
}

/* Titre du tableau randonneurs */
.titreTarifsRandonneurs{
  width: 100%;
  text-align: center;
  color: #223717;
  font-size: 1.3rem;
  padding: 0.5rem 0.2rem;
  background-color: #f5f5f5;
  border: 1px solid #223717;
  margin-bottom: 0.3rem;
  font-weight: bold;
}

@media screen and (max-width: 1150px){
  .titreTarifsRandonneurs{
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 550px){
  .titreTarifsRandonneurs{
    font-size: 1rem;
  }
}

/* Tableau randonneurs */
.tableauRandonneurs{
  border-collapse: collapse;
  border: 1px solid #223717;
  width: 100%;
}

.tableauRandonneurs th,
.tableauRandonneurs td{
  border: 1px solid #223717;
  padding: 0.5rem;
  text-align: left;
}

.tableauRandonneurs th{
  background-color: #e0e0e0;
  text-align: center;
  font-weight: bold;
}

.tableauRandonneurs .saisonRandonneurs{
  font-weight: bold;
  color: #223717;
}

@media (max-width: 768px){
  .tableauRandonneurs{
    font-size: 12px;
  }
  .tableauRandonneurs th,
  .tableauRandonneurs td{
    padding: 0.3rem;
  }
}

@media (max-width: 480px){
  .tableauRandonneurs{
    font-size: 10px;
  }
  .tableauRandonneurs th,
  .tableauRandonneurs td{
    padding: 0.2rem;
  }
}
                                /*FIN Tableau Randonneurs*/
