/* The navigation bar */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');


.fa-classic, .fa-regular, .fa-solid, .far, .fas {
  font-family: "Font Awesome 6 Free" !important;
}

button, input, optgroup, select, textarea {
  margin: 0;
  max-width: 180px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

h3,h4{
  font-family: 'Roboto', sans-serif;
  color: #977402;
}

.fa-brands, .fab {
  font-family: "Font Awesome 6 Brands" !important;
}
*{
  font-family: Verdana,sans-serif !important; 
  text-decoration: none !important;
}

input:focus {
  outline: none;
}
textarea:focus {
  outline: none;
}
textarea {
  resize: none;
}

body{
  height: 100% !important;
  margin: 0;
}

p{
  font-family: 'Roboto', sans-serif;
  font-size: 17px !important;
}

/* ----- Header ----- */
.navbar {
  background-color: #4e4d4d79 !important;
  --bs-navbar-color: #ffffff !important;
}

.nav-link{
  color: #FFFFFF !important;
  font-weight: bold;
}

.active{
  color: #D4AF37 !important;
}

.nav-link:hover{
  color: #D4AF37  !important;
  font-weight: bold;
}

.dropdown-item:hover{
  color: #D4AF37 !important;
  background-color: #4e4d4d79 !important;
}
.dropdown-menu{
  background-color: #4e4d4d79 !important;
}

.dropdown-item{
  color: #FFFFFF !important;
}
.navbar-toggler-bar{
  color: #ffffff !important;
}

a{
  text-decoration: none;
}
/* ----- Header ----- */

  /* ----- Accueil ----- */

#calendar-container {
  width: 80%; /* Largeur du conteneur */
  max-width: 800px; /* Largeur maximale du conteneur */
  margin: 0 auto; /* Centrer le calendrier */
}

  .Banniere .col-lg-3{
    background-color: #393737 !important;
    color: #FFFFFF;

}
.Banniere .col-lg-9{
  background-image: url("../img/BGSection1.png") !important;
  background-repeat: no-repeat;
  background-size: cover !important;
  height: 500px;
  color: #ffffff;
  font-family:'Roboto', sans-serif;

}

.Banniere .no-phone-color {
  text-decoration: none !important;
  color: #ffffff !important;
  font-size: 24px!important;
  text-shadow: 3px 1px #000000;

  
}

.no-phone-color a{
  text-decoration: none !important;
  color: #ffffff !important;
  font-size: 24px!important;
  text-shadow: 3px 1px #000000;
}

.no-mail-color a{
  text-decoration: none !important;
  color: #d3d1d0 !important;
}

.titrep{
  color: #ffffff;
  font-weight: 700;
  display: flex;
  align-items: end;
  justify-content: end;
  

}

.Banniere h4{
  text-shadow: 3px 1px #000000;
  color: #ffffff !important;
}

.h4-s2{
  color: #9A7C18
}

.hr-s2{
  color: #977402;
  font-weight: bold;
  width: 50%;
  border-width: 5px;
  border-color: #977402;
}
.p1-s2{
  font-size: 15px !important;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: bold !important;
}
.p2-s2{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: 500 !important;
}
.image-propriétaire{
  width: 40% !important;
  
  height: 70% !important;
}
.hr-s3{
  color: #977402;
  font-weight: bold;
  width: 20%;
  border-width: 5px;
  border-color: #977402;
}
.test{
  color: #000000;
}

.card{
  position: static !important;
  width: 100%;
}


.prix2{
  background-color: #d3d1d086;
  border-radius: 10px !important;
  border:solid 2px !important;
  border-color: #977402 !important;
}
.prix-titre{
  color: #977402 !important;
}




.motproprio .box-containera {
    color:var(--noir);
    padding: 3rem 0;
    max-width: 600px;
    margin: 2 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit,20rem);
    align-items: flex-start;
    gap: 1.5rem;
    justify-content: center;
}
.motproprio .box-containera .boxa{
    max-height:  100rem;
    background-color: var(--blanc);
    box-shadow: var(--box-shadow);
    border: var(--border);
    padding: 1rem;
    text-align: left;
    border: solid 2px #9A7C18;
}

.motproprio .box-containera img{
    max-width: 80%;
    max-height: 80%;
    border-radius: .5rem;
}


.infopratique .box-containera {
  color:var(--noir);
  padding: 2rem 0;
  max-width: 1920px;
  margin: 2 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit,20rem);
  align-items: flex-start;
  gap: 1.5rem;
  justify-content: center;
}
.infopratique  .box-containera .boxa{
  max-height:  100rem;
  background-color: var(--blanc);
  box-shadow: var(--box-shadow);
  border: var(--border);
  padding: 0.5rem;
  text-align: left;
}

.infopratique  .box-containera img{
  max-width: 80%;
  max-height: 80%;
  border-radius: .5rem;
}


.prixreservation .box-containera {
  color:var(--noir);
  padding: 2rem 0;
  max-width: 1920px;
  margin: 2 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit,18.6rem);
  gap: 1.5rem;
  justify-content: center;
}
.prixreservation  .box-containera .boxa{
  max-height:  100rem;
  background-color: #d3d1d086;
    box-shadow: var(--box-shadow);
    border-radius: 10px !important;
    box-shadow :10px 10px 5px #00000061 !important;
    border: #977402 solid !important;
    padding: 0.5rem;
    text-align: left;
    width: 300px  !important;
  }
  
/* ----- Accueil ----- */

/* ----- Gite ----- */



.banieregite .col{
  background-image: url("../img/banieregite.png") !important;
  background-repeat: no-repeat;
  background-size: cover !important;
  height: 500px;
  color: #ffffff;
  font-family:'Roboto', sans-serif;
}

.section1gite  h4{
  color:#977402
}

.section2gite  h4{
  color:#977402
}


.section2gite hr {
  color: #977402;
  font-weight: bold;
  width: 20%;
  border-width: 2px;
  border-color: #977402;
}
/* ----- Gite ----- */



/* ----- Galerie ----- */
.banieregalerie .col{
  background-image: url("../img/banieregalerie.png") !important;
  background-repeat: no-repeat;
  background-size: cover !important;
  height: 500px;
  color: #ffffff;
  font-family:'Roboto', sans-serif;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery-image {
  width: 300px;
  height: 300px;
  margin: 10px;
  object-fit: cover;
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 150px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.9);
}

.modal-content {
  margin: auto;
  display: block;
  width: 70%;
  border-radius: 0% !important;
  max-width: 700px;
}

.close {
  position: absolute;
  right: 35px;
  color: #977402;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #977402;
  text-decoration: none;
  cursor: pointer;
}

.pagination {
  text-align: center;
  margin-top: 20px;
}

.pagination a {
  display: inline-block;
  color: #333;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin-right: 5px; /* Ajout d'une marge entre les liens */
}

.pagination a:hover {
  background-color: #977402;
}

.prev, .next {
  background-color: #f2f2f2;
  border: 1px solid #ddd;
  margin-right: 5px; /* Ajout d'une marge entre les liens */
}

.prev:hover, .next:hover {
  background-color: #ddd;
}
/* ----- Galerie ----- */


/* ----- Activite ----- */

.baniereactivite .col{
  background-image: url("../img/baniereactivite.png") !important;
  background-repeat: no-repeat;
  background-size: cover !important;
  height: 500px;
  color: #ffffff;
  font-family:'Roboto', sans-serif;
}

.Activite .box-containera {
  color:var(--noir);
  padding: 2rem 0;
  max-width: 1920px;
  margin: 2 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit,18.6rem);
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
}
.Activite  .box-containera .boxa{
  max-height:  100rem;
  background-color: var(--blanc);
  box-shadow: var(--box-shadow);
  border: var(--border);
  padding: 0.5rem;
  text-align: left;
}

.Activite .box-containera img{
  max-width: 250px;
  max-height: 250px;

}

.Activite .box-containera .Activitev{
text-decoration: none;
  color: #000000;

}

/* ----- Activite ----- */


/* ----- Condition de vente ----- */

.icon {
  cursor: pointer;
}

.text {
  display: none;
}

/* ----- Condition de vente ----- */


/* ----- Contact ----- */
.contact-email ::placeholder{    
  font-family: 'MOMCAKE';
  color: #977402 !important;
}

.contact-email input{    
  font-family: 'MOMCAKE';
  width: 400px !important;
  border-style: solid !important;
  color: #977402 !important;
  border-color: #977402 !important;
}
.contact-email textarea{    
  width: 400px !important;
  height: 200px;
  border-color: #977402 !important;
} 

.btncontact input{
  font-family: 'MOMCAKE';
  width: 100px !important;
  border-style: solid !important;
  color: #977402 !important;
  border-color: #977402 !important;
}

.satellite{
width: 700px !important;
height: 450px !important;
}


.maps{
  width: 700px !important;
  height: 450px !important;
  }

.streetview{
  width: 1500px !important;
  height: 800px !important;
}
/* ----- Contact ----- */


/* ----- Témoignage ----- */
.la-star {
  width: 1.1em !important;
  font-size: 36px !important;
}

.formtemoignage{
  border-radius: 10px !important;
  box-shadow :10px 10px 5px #00000061 !important;
}
.formtemoignage input{
  border-radius: 5px !important;
  border: #977402 solid !important;
  
}
.formtemoignage textarea{
  border-radius: 5px !important;
  border: #977402 solid !important;
  
}

.la-star{
  color: #977402 !important;
}


.temoignage .la-star {
  width: 1.1em !important;
  font-size: 20px !important;
}
.formtemoignage ::placeholder{    
  text-align: center;
  color:#977402 !important;
}
.premiertemoignage{
  border-radius: 10px !important;
  border:#977402 solid !important;
  box-shadow :10px 10px 5px #00000061 !important;
}

.temoignage .box-containera {
  color: var(--noir);
  padding: 2rem 0;
  max-width: 1920px;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, 30rem);
  gap: 1.5rem;
  justify-content: center;
  }
  
  .temoignage  .box-containera .boxa{
    max-height:  100rem;
    background-color: var(--blanc);
    box-shadow: var(--box-shadow);
    border: #977402 solid !important;
    padding: 0.5rem;
    text-align: left;
    width: 400px !important;
  }



/* ----- Témoignage ----- */


/* ------Réservation ----- */

.reservationform input{
  border: #977402 solid !important;
  
}

.textmentions {
  text-align: justify;
  position: relative;
  margin: auto;
  background-color: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 0 50px rgba(0, 0, 0, 0.15) inset, 0 0px 10px rgba(255, 153, 51, 0.4);
  padding: 25px;
  margin-top: 100px;
  margin-bottom: 50px;
  color: black;
}

.reservationform button {
  border: #977402 solid !important;
  background-color: #977402;
  color: #ffff;
}

.reservationform ::placeholder{    
  text-align: center;
  color:#977402 !important;
}

.reservation .box-containera {
  color:var(--noir);
  padding: 2rem 0;
  max-width: 1920px;
  margin: 2 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit,18.6rem);
  gap: 1.5rem;
  justify-content: center;
}
.reservation  .box-containera .boxa{
  max-height:  100rem;
  background-color: var(--blanc);
  box-shadow: var(--box-shadow);
  border-radius: 10px !important;
  box-shadow :10px 10px 5px #00000061 !important;
  border: #977402 solid !important;
  padding: 0.5rem;
  text-align: left;
  max-height: 300px;
}


.reservationform .box-containera {
  color:var(--noir);
  padding: 2rem 0;
  max-width: 1920px;
  margin: 2 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit);
  gap: 1.5rem;
  justify-content: center;
}
.reservationform  .box-containera .boxa{
  max-height:  100rem;
  background-color: var(--blanc);
  box-shadow: var(--box-shadow);
  border-radius: 10px !important;
  box-shadow :10px 10px 5px #00000061 !important;
  border: #977402 solid !important;
  padding: 0.5rem;
  text-align: left;
  width: 380px  !important;
}

.highlight a.ui-state-default {
  background-color: #977402; /* Couleur de fond pour les dates réservées */
  color: #fff !important;
  text-align: center !important;
}

.past-date a.ui-state-default {
  background-color: #977402; /* Couleur de fond pour les dates réservées */
  color: #fff !important;
  text-align: center !important;
}

a.ui-state-default {
  color: #000000 !important;
  text-align: center !important;
}

.highlight:hover,
.past-date:hover {
    background-color: #977402; /* Changez la couleur de fond lorsque survolé */
}

.ui-datepicker-header{
  background-color: #977402 !important;
  color: #fff  !important;
}
.ui-icon{
  color: #fff !important;
}
/* ------Réservation ----- */

/* ----- Footer ----- */
footer{
  background: #808080;
  padding-top: 50px;
}
.footer-titre{
  color: #FFFFFF;
  font-weight: bold !important;
}

.footer-p{
  color: #d3d1d0;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;

}
.social-icons{
  text-align: center;
  padding: 0;
}
.social-icons li{
  display: inline-block;
  text-align: center;
  padding: 5px;
}
.social-icons i{
  color: white;
  font-size: 25px;
}
.social-icons i:hover{
  color: #f18930;
}


/* ----- Footer ----- */
.map-container {
  overflow: hidden;
  width: 400px; /* Largeur de votre carte */
  height: 300px; /* Hauteur de votre carte */
}

.regionmap { 
  width:400px; 
  height:300px;
}

.map-container img {
  width: 100%; /* Assurez-vous que l'image occupe toute la largeur du conteneur */
  transition: transform 0.3s ease; /* Ajoute une transition fluide au zoom */
}

.map-container img:hover {
  transform: scale(1.1); /* Augmentez la taille de l'image au survol */
  cursor: zoom-in; /* Changez le curseur pour indiquer que l'utilisateur peut zoomer */
}

.testimg{
  width: 100% !important;
}
.prix{
  background-image: url("../img/backgroundreservation.png") !important;
  background-repeat: no-repeat;
background-size: cover !important;

}
.logo-left {
  margin-left: -100px; /* Ajustez cette valeur selon le décalage souhaité */
}
.bannieretitre{
  margin-top: 0;
margin-bottom: .5rem;
font-weight: 500;
line-height: 1.2;
color: var(--bs-heading-color);
font-size: 2rem;
}

.bannieresoustitre{
  text-shadow: 2px 0 #000000;
  margin-top: 0;
margin-bottom: .5rem;
font-weight: 500;
line-height: 1.2;
color: var(--bs-heading-color);
font-size: 24px;
}

@media (max-width: 450px) {
  .bannieretitre{
    margin-top: 0;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
  font-size: 1rem;
  }
  
  .imgtest{
    display: block; /* Par défaut pour les images */
    width: 100%; /* L'image occupe 100% de la largeur de son conteneur */
    max-width: 100%; /* Empêche l'image de dépasser la largeur maximale de l'écran */
    height: auto; /* Maintient le ratio de l'image */
    visibility: visible; /* Assure que l'image est visible */
    opacity: 1; /* Assure que l'image est totalement opaque */
    margin: 0 auto; /* Centre l'image si nécessaire */
}

  .bannieresoustitre{
    text-shadow: 2px 0 #000000 !important;
    margin-top: 0;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
  font-size: 15px;
  }
  .top{
    margin-top: 7rem !important;
  }
    .Banniere .no-phone-color {
      text-decoration: none !important;
      color: #ffffff !important;
      font-size: 14px !important;
      text-shadow: 2px 0 #000000;
  }
  .logo-left {
    margin-left: 0px; /* Ajustez cette valeur selon le décalage souhaité */
  }

  .reservationform .box-containera {
    color:var(--noir);
    padding: 2rem 0;
    max-width: 1920px;
    margin: 2 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit);
    gap: 1.5rem;
    justify-content: center;
  }
  .reservationform  .box-containera .boxa{
    max-height:  100rem;
    background-color: var(--blanc);
    box-shadow: var(--box-shadow);
    border-radius: 10px !important;
    box-shadow :10px 10px 5px #00000061 !important;
    border: #977402 solid !important;
    padding: 0.5rem;
    text-align: left;
    max-width: 390px;
  }

  .section2gite img{
    width: 320px !important;
  }
  .row {
    --bs-gutter-x: 0 !important;
  }
  .imageentree{
    max-width: 350px !important;
  }
  .h4, h4 {
    font-size: calc(0.975rem + .2vw);
  }
  .no-phone-color , a {
    font-size: calc(0.975rem + .2vw);
  }
  .baniereactivite .col{ 
    background-repeat: no-repeat;
    background-size: cover !important;
      height: 250px; /* ou toute autre valeur appropriée pour les appareils plus petits */
  }

  .Banniere .col-lg-9{ 
    background-repeat: no-repeat;
    background-size: cover !important;
    font-weight: 10px;
      height: 300px; /* ou toute autre valeur appropriée pour les appareils plus petits */
  }
  .banieregalerie .col{ 
    background-repeat: no-repeat;
    background-size: cover !important;
      height: 250px; /* ou toute autre valeur appropriée pour les appareils plus petits */
  }

  .banieregite .col{ 
    background-repeat: no-repeat;
    background-size: cover !important;
      height: 250px; /* ou toute autre valeur appropriée pour les appareils plus petits */
  }
}



@media (max-width: 700px) {
  .logo-left{
    margin-left: 0px !important;
  }
  .maps{ 
    width: 400px !important;
    height: 250px !important;
  }
}

@media (max-width: 1550px) {
  .streetview{  
    width: 1000px !important;
    height: 650px !important;
  }
}

@media (max-width: 1450px) {
  .streetview{  
    width: 700px !important;
    height: 450px !important;
  }
}

@media (max-width: 700px) {
  .streetview{  
    width: 400px !important;
    height: 250px !important;
  }
}

@media (max-width: 400px) {
  .reservationform .box-containera .boxa {
    max-height: 100rem;
    background-color: var(--blanc);
    box-shadow: var(--box-shadow);
    border-radius: 10px !important;
    box-shadow: 10px 10px 5px #00000061 !important;
    border: #977402 solid !important;
    padding: 0.5rem;
    text-align: left;
    max-width: 310px !important;
    height: 100% !important;
  }

  .temoignage  .box-containera .boxa{
    max-height:  100rem;
    background-color: var(--blanc);
    box-shadow: var(--box-shadow);
    border: #977402 solid !important;
    padding: 0.5rem;
    text-align: left;
    max-width: 350px !important;
    height: 100% !important;
  }
}

@media (min-width: 1910px) {
  .Activite .box-containera {
    color:var(--noir);
    padding: 2rem 0;
    max-width: 1920px;
    margin: 2 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit,20.6rem);
    align-items: center;
    gap: 1.5rem;
    justify-content: center;
  }
  }