@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: 1000px){
#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;
}
.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: #00486c;
  border-radius: 5px;
}
.couleurBlanche{
 color: #FFF;
}
.ecritureDoree{
 color: #b58e3e;
}
.ecritureBleu{
  color: #00486c;
}
.couleurPrimaire{

}

                                /*Header*/
#header {
  width: 100%;
  font-family: 'Montserrat-VariableFont_wght';
}

#agencementBandeauTopContact {
  width: 100%;
  padding: 0.3rem 0rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #00486c;
}

#telBandeauContact {
  padding-left: 10px;
  display: flex;
  color: #FFF;
  font-size: 1rem;
}

.mailHeader {
  margin-right: 1rem;
}

#logos_reseaux {
  display: flex;
  justify-content: flex-end;
}

#agencementBandeauTopContact img {
  width: 30px;
  margin-right: 10px;
}

#language-selector {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.lang-link {
  color: #FFF;
  text-decoration: none;
  font-size: 0.9rem;
  transition: opacity 0.3s ease;
}

.lang-link:hover {
  opacity: 0.8;
}

.lang-link.active {
  font-weight: bold;
  text-decoration: underline;
}

@media screen and (max-width: 1000px) {
  #logos_reseaux {
    position: absolute;
    top: 0px;
    right: 0px;
  }
  
  #agencementBandeauTopContact img {
    width: 20px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 660px) {
  #telBandeauContact {
    flex-direction: column;
    font-size: 0.9rem;
  }
  
  #language-selector {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 480px) {
  #telBandeauContact {
    font-size: 0.8rem;
  }
  
  #language-selector {
    font-size: 0.7rem;
  }
}

@media screen and (max-width: 360px) {
  #telBandeauContact {
    font-size: 0.7rem;
  }
  
  #language-selector {
    font-size: 0.6rem;
  }
}
#language-selector .lang-link {
    display: inline-block;
}
#language-selector .flag-icon {
    width: 36px;
    height: 24px;
}
@media screen and (max-width:600px){
#language-selector .flag-icon {
    width: 24px;
    height: 16px;
}  
}

                                /*FIN Header*/

                                /*diaporama Index Header*/

.diapoIndexHeader {
  position: relative;
  width: 100%;
  /*overflow: hidden;*/
}

.slider {
  width: 100%;
}

.slide {
  position: relative;
  width: 100%;
  display: none;
}

.slide.active {
  display: block;
}

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

.slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
  width: 80%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo-container {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide-content .logo {
  max-width: 150px;
  width: 100%;
  height: auto;
}

.slide-content h2 {
  font-family: 'PlayfairDisplay-VariableFont_wght', serif;
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
}
div.slide-content h2.petitH2{
  font-size: 1.6rem;
}
.slide-content p {
  font-size: 1rem;
}

.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  z-index: 10;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.prev img,
.next img {
  transition: .25s ease-in-out;
  width: 30px;
  height: auto;
}

.prev img:hover,
.next img:hover {
  transform: scale(1.5);
}

@media screen and (max-width: 950px) {
  .slide-content h2 {
    font-size: 1.8rem;
  }

  .slide-content p {
    font-size: 0.9rem;
  }

  .slide-content .logo {
    max-width: 100px;
  }
}

@media screen and (max-width: 750px) {
  .slide-content h2 {
    font-size: 1.4rem;
  }

  .slide-content p {
    font-size: 0.9rem;
  }

  .slide-content .logo {
    max-width: 50px;
  }
}

@media screen and (max-width: 650px) {
  .prev,
  .next {
    padding: 7px 11px;
  }
  .prev img,
  .next img {
    transition: .25s ease-in-out;
    width: 20px;
    height: auto;
  }
  .slide-content h2 {
    font-size: 1.4rem;
    margin-bottom: 0rem;
  }

  .slide-content p {
    font-size: 0.8rem;
  }

  .slide-content .logo {
    max-width: 45px;
  }
  .logo-container{
    margin-bottom: 0rem;
  }
}

@media screen and (max-width: 550px) {
  .prev,
  .next {
    padding: 5px 8px;
  }
  .prev img,
  .next img {
    transition: .25s ease-in-out;
    width: 15px;
    height: auto;
  }
  .imgSlideHeader {
    width: auto;
    height: 132px;
    object-fit: cover;
    object-position: center;
  }
  
  .slide {
    height: 132px;
    overflow: hidden;
  }
}

@media screen and (max-width: 480px) {
  .slide-content h2 {
    font-size: 1rem;
  }

  .slide-content p {
    font-size: 0.8rem;
  }

  .slide-content .logo {
    max-width: 35px;
  }
}

@media screen and (max-width: 450px) {
  .slide-content p {
    display: none;
  }
}

/* Media query pour les écrans de moins de 1000px */
/*
@media (max-width: 999px) {
  .imgSlideHeader {
    display: none;
  }
  
  .slide.active img {
    display: block; 
  }
  
 
  .slide:nth-child(1) img {
    content: url('/images/diapoIndexHeader/slide-1-1000px.jpg');
  }
  
  .slide:nth-child(2) img {
    content: url('/images/diapoIndexHeader/slide-2-1000px.jpg');
  }
  
  .slide:nth-child(3) img {
    content: url('/images/diapoIndexHeader/slide-3-1000px.jpg');
  }
  
  .slide:nth-child(4) img {
    content: url('/images/diapoIndexHeader/slide-4-1000px.jpg');
  }
}*/


                                /*FIN diaporama Index Header*/

                                /*imageBandeauAutrePage // chambres*/
@media screen and (max-width: 550px){
.diapoAutrePagesHeader img{
    width: auto;
    height: 132px;
    object-fit: cover;
    object-position: center;
}
}
                                /*FIN imageBandeauAutrePage // chambres*/

                                /*Global*/
.no-wrap{
  white-space: nowrap;
}
.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: 900px){
 .espaceTexte{
  margin: 1rem 0rem;
  padding: 0.5rem 1rem;
} 
}
.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: 1200px){
  .texteEtIconeInfoHotelTitre{
  font-size: 1rem;
  }
  .texteEtIconeInfoHotel img{
    width: 50px;
  }
}
@media screen and (max-width: 500px){
  .texteEtIconeInfoHotelTitre{
  font-size: 0.9rem;
  }
  .texteEtIconeInfoHotel img{
    width: 30px;
  }
  .espaceIconesTexte{
    margin-top: 2rem;
  }
}
.titreGlobal{
  font-size: 1.5rem;
  font-family: 'PlayfairDisplay-VariableFont_wght';
}
.zoneTexte{
  margin-top: 0.5rem;
}
@media screen and (max-width: 1000px){
.zoneTexte{
  text-align: justify;
}
}
@media screen and (max-width: 900px){
 .titreGlobal{
  font-size: 1.3rem;
}
}
@media screen and (max-width: 450px){
 .titreGlobal{
  font-size: 1.1rem;
}
}
.inlineBlock{
  display: inline-block;
}
.displayFlexCentreItemCenter{
  display: flex;
  align-items: center;
}
.displayFlexCentreJustifyCenter{
  display: flex;
  justify-content: center;
}
.lienGlobalGris{
  background-color: #eee;
  padding: 0.1rem 1rem;
  border-radius: 5px;
  color: #00486c;
  border: 1px solid #eee;
}
.lienGlobalGris:hover{
  background-color: #1b7eaf;
  border-radius: 5px;
  color: #FFF;
  border: 1px solid #FFF;
}
.lienGlobalBleu{
  background-color: #00486c;
  padding: 0.1rem 1rem;
  border-radius: 5px;
  color: #FFF;
  border: 1px solid #eee;
}
.lienGlobalBleu:hover{
  background-color: #1b7eaf;
  border-radius: 5px;
  color: #FFF;
  border: 1px solid #FFF;
}
.backgroundBleu{
  background-color: #00486c;
}
.backgroundGris{
  background-color: #eee;
}
                                /*FIN Global*/

                                /*Index*/
/*.div-deux-couleurs {
  background: linear-gradient(to bottom, #eee 40%, #00486c 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: #00486c;
  border-top: 1px solid #b58e3e;
  color: #FFF;
  padding: 0rem 1rem;
}
@media screen and (max-width: 600px){
  #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;
  font-weight: bold;
}
.agencementMenu.fixed {
  transition: .25s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #00486c; /* 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;
    }
}
/*
@media screen and (max-width: 1000px) {
    .menu {
    }
}
*/
.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.3rem 0.3rem 0.3rem 0.3rem;
}
.menu ul li a:hover{

}
div.menu:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1){
  background-color: #FFF;
  color: #97331c;
  border-radius: 5px;
  text-shadow: none;
}
div.menu:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1):hover{
  color: #00486c;
}
@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: 1.2rem;
  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: #00486c;
  font-weight: normal;
}
.menu-deroulant ul.sous-menu li a:hover{
  transition: .25s ease-in-out;
  color: #FFF;
  background-color: #00486c;
  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;
}
}
.message-succes {
  color: green;
  font-weight: bold;
  padding: 10px;
  background-color: #e8f5e9;
  border: 1px solid #c8e6c9;
  border-radius: 4px;
  text-align: center;
}

                                             /*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: #00486c;
  border-style: solid;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
@media screen and (max-width: 550px){
 .NomSite{
  font-size: 1.3rem;
  }
  #contact{
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 450px){
 .NomSite{
  font-size: 1.1rem;
  }
}
                                             /*Fin contact*/

                                             /*sliderIndexPresentation*/

      .diaporamaIndexPresentation {
        display: flex;
        flex-wrap: wrap;
        width: 90%;
       /* margin: 0 auto; enlevé suite au display flex alignItemCenter de div-deux-couleurs*/
      }

      .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:550px){
      .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 */
      }
      }
      .AgencementBasSlider {
        background-color: #00486c;
        min-height: 230px;
        padding: 0.5rem 1rem 1rem 1rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        color: #FFF;
      }

      .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;
      }
      @media screen and (max-width:1380px){
        .titreSlider{
          font-size: 1.3rem;
        }
      }
      .texteSlider{
        font-family: 'Montserrat-VariableFont_wght';
        font-size: 0.9rem;
        text-align: justify;
      }
      @media screen and (max-width:850px){
        .texteSlider{
          font-size: 13px;
        }
      }
      .informationsHotel{
        margin: 2rem 0.5rem;
      }
      @media screen and (max-width: 550px){
        .informationsHotel{
          padding: 0.5rem 0.5rem;
        }
      }
      .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;
        }
      }
      .cadreInformations .iconesDiapo{
        width: 15px;
        height: 15px;
      }
/*

      .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 sliderIndexPresentation*/

                                             /*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);
    }
}
@media screen and (max-width:535px){
  .image-title-tourisme{
    font-size: 14px;
  }
}
@media screen and (max-width:400px){
  .image-title-tourisme{
    font-size: 12px;
  }
}

                                             /*Fin imageTourisme*/





                                             /*chambre*/
.largeurCorps{
  width: 90%;
}
.largeurCorps2{
  width: 90%;
display: flex;
  flex-direction: column;
  align-items: center;
}


                                             /*Fin chambre*/
                                             /*tableauChambre*/
.espaceTarifs{
  background-color: #f5f5f5;
  width: 100%;
}
.tableauChambre {
  display: flex;
  margin-bottom: 2rem;
  padding: 1rem;
}
.ligneArticle{
  display: flex;
}
.colonneUne{
  padding-right: 1rem;
}
.colonneUne, .colonneDeux {
  flex: 1;
}

.colonneUne > div:last-child{
  border-bottom: 1px solid #00486c;
}
.colonneDeux > div:last-child{
  border-bottom: 1px solid #00486c;
}
.colonneDeux{
  border-left: 1px solid #00486c;
  padding-left: 1rem;
}
.ligneTableau{
  padding: 1.3rem 0rem;
  border-top: 1px solid #00486c;
  display: flex;
  align-items: center;
  height: 35px;
}
@media screen and (max-width: 1000px){
  .ligneTableau{
    height: 55px;
  }
}
@media screen and (max-width: 500px){
  .ligneTableau{
    height: 65px;
  }
}
.espaceTarifsTel {
  display: none;
  background-color: #f5f5f5;
  width: 100%;
}

/* Pour les écrans de moins de 500px */
@media screen and (max-width: 499px) {
  .espaceTarifs {
    display: none;
  }
  .espaceTarifsTel {
    display: block;
  }
}

/* Pour les écrans de 500px et plus */
@media screen and (min-width: 500px) {
  .espaceTarifs {
    display: block;
  }
  
  .espaceTarifsTel {
    display: none;
  }
}
.ligneTableau a{
  margin-left: 2rem;
}
                                             /*Fin tableauChambre*/
                                             /*slideChambre*/
.diaporama-chambre {
  position: relative;
  margin: 0 auto;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 2rem;
  background-color: #f5f5f5;
}
.slide-container-chambre {
  position: relative;
  width: calc(50% - 0.5rem);
  padding-bottom: 37.5%;
}
.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;
}
.titreTexteChambre{
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
  font-family: 'PlayfairDisplay-VariableFont_wght';
  font-size: 1.5rem;
}
.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;
}
@media screen and (max-width: 1300px){
    .prev-chambre, .next-chambre {
    padding: 3px 7px;
    width: 35px;
  }
}
@media screen and (max-width: 900px){
  .titreTexteChambre{
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 850px){
  .diaporama-chambre {
    flex-direction: column;
    align-items: center;
    padding-top: 0.5rem;
  }
  .texte-chambre{
    width: 100%;
  }
  .slide-container-chambre {
    width: 70%;
  }
}
@media screen and (max-width: 650px){
  .slide-container-chambre {
    width: 90%;
  }
}
@media screen and (max-width: 650px){
  .titreTexteChambre {
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }
}

                                             /*Fin slideChambre*/
                                             /*reservation*/
/*reservation*/
.agencementBoutonReservation{
  display: flex;
  width: 100%;
  justify-content: center;
}
@media screen and (max-width: 850px){
  .agencementBoutonReservation{
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: 100%;
  }
   .agencementBoutonReservation a{
    width: 80%;
   }
}
@media screen and (max-width: 450px){
   .agencementBoutonReservation a{
    width: 90%;
   }
}
@media screen and (max-width: 700px){
.reservation-buttons{
  display: flex;
  flex-direction: column;
}}
.lienBoutonReservation{
  width: 270px;
  background-color: #00486c;
  padding: 0.5rem 1.5rem;
  margin: 0rem 0.5rem;
  color: #FFF;
  border: 1px solid #eee;
  text-align: center;
}
.lienBoutonReservation:hover{
  background-color: #1b7eaf;
  color: #FFF;
  border: 1px solid #FFF;
}
.lienBoutonReservationReservit{
  width: 270px;
  background-color: #d7155c;
  padding: 0.5rem 1.5rem;
  margin: 0rem 0.5rem 1rem 0.5rem;
  color: #FFF;
  border: 1px solid #eee;
  text-align: center;
}
.lienBoutonReservationReservit:hover{
  background-color: #f23d80;
  color: #FFF;
  border: 1px solid #FFF;
}
.lienBoutonReservationTel {
    font-size: 0.9rem;
    border: 1px solid #000;
    padding: 5px 8px;
    margin: 0.2rem 0rem 1rem 0rem;
    text-decoration: none;
    display: inline-block;
    width: 270px;
    margin-top: 1rem;
}
.divLienBoutonRouge{
  width: 90%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 1rem;
}
.lienBoutonRouge{
  width: 270px;
  background-color: #c50000;
  padding: 0.5rem 1.5rem;
  color: #FFF;
  border: 1px solid #eee;
  text-align: center;
}
.lienBoutonRouge:hover{
  background-color: #ee4848;
  color: #FFF;
  border: 1px solid #FFF;
}
@media screen and (max-width: 700px){
.reservation-buttons{
  display: flex;
  flex-direction: column;
}
.lienBoutonReservation{
  margin: 0.2rem 0.5rem;
}
.lienBoutonReservationReservit{
  margin: 0.2rem 0.5rem;
}
.lienBoutonReservationTel {
  margin-top: 0.2rem;
}
.lienBoutonRouge{
  margin: 0.2rem 0.5rem;
}
}
.formReservation{
  padding: 1rem;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f5f5f5;
  margin-bottom: 1rem;
}
@media screen and (max-width: 500px){
  .formReservation{
    padding: 1rem 0.2rem;
  }
}
.stylePourCategoriesReservation{
  margin: 1rem 0rem;
  background-color: #00486c;
  color: #FFF;
  width: 100%;
  text-align: center;
  padding: 0.5rem 0rem;
  font-size: 1rem;
}
#chambre {
    width: 100%;
    max-width: 600px;
    padding: 0.5rem;
    background-color: #FFF;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
    white-space: normal;
    height: auto;
}

select#chambre {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: calc(100% - 5px);
    background-position-y: 50%;
    padding-right: 25px;
}

select#chambre option {
    white-space: normal;
    word-wrap: break-word;
    padding: 0.5rem;
    font-size: 1rem;
    background-color: #FFF;
    line-height: 1.3;
}

.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;
}
@media screen and (max-width: 600px){
  .formReservation .checkbox-container{
    width: 100%;
  }
}
.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 */
}
@media screen and (max-width: 950px){
  .formReservation .dates-container{
    margin: 0rem;
    flex-direction: column;
  }
}
.formReservation .date-input-container {
    flex: 1;
    margin: 0 10px; /* Espace entre les deux champs de date */
}
.client-info-container{
  display: flex;
}
@media screen and (max-width: 950px){
  .client-info-container{
  display: flex;
  flex-direction: column;
}
}
.containerInfos{
  margin: 0rem 0.5rem 1rem 0.5rem;
}
.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"],
.formReservation input[type="email"],
.formReservation input[type="tel"] {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 250px;
}

@media screen and (max-width: 950px) {
    .formReservation input[type="text"],
    .formReservation input[type="email"],
    .formReservation input[type="tel"] {
        width: 340px;
    }
}
@media screen and (max-width: 420px) {
    .formReservation input[type="text"],
    .formReservation input[type="email"],
    .formReservation input[type="tel"] {
        width: 250px;
    }
}

/* Ajustements pour les petits écrans */
@media screen and (max-width: 495px) {
    #chambre, select#chambre option {
        font-size: 0.9rem;
    }
}

/* Ajustements supplémentaires pour les très petits écrans */
@media screen and (max-width: 350px) {
    #chambre, select#chambre option {
        font-size: 0.8rem;
    }
}
                                           /*Fin reservation*/

                                           /*Récapitulatif et confirmation*/
.h2Recap{
  background-color: #00486c;
  padding: 0.5rem 1rem;
  color: #FFF;
  margin-bottom: 0.5rem;
}
.formConfirmation{
  display: flex;
  justify-content: center;
  margin: 2rem 0rem 0.5rem 0rem;
}
.typeReservation{
  color: #00486c;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}
.texteConfirmation{
  text-align: center;
}
@media screen and (max-width: 800px){
  .texteConfirmation{
  text-align: justify;
  }
}
.optionsUtilisateur{
  margin-top: 2rem;
  width: 100%;
  display: flex;
  justify-content: center;
}
.optionsUtilisateur a{
  min-width: 270px;
}
@media screen and (max-width: 880px){
  .optionsUtilisateur{
    flex-direction: column;
    align-items: center;
  }
.optionsUtilisateur a{
  margin: 0.2rem 0rem;
}
}
.lienChambresQuadrupleEtFamiliale{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
                                           /*Fin Récapitulatif et confirmation*/


                                /*FIN Menu*/
/*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 .menuResp{
 width: 100%;
 margin-top: 50px;
}

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

.side-bar .menuResp .item a{
 color: #fff;
 font-size: 16px;
 text-decoration: none;
 display: block;
 padding: 5px 10px;
 line-height: 50px;
}

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

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

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

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

.side-bar .menuResp .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: #57a0c4;
  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*/