.video-container2 {
  margin-top: 100px;
  height: 850px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0; /* Crée un contexte de pile */
}
/* Voile noir semi-transparent sur la vidéo */
.video-container2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); /* Ajustez la transparence ici */
  z-index: 1; /* Au-dessus de la vidéo */
}
.video-container2 video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 0; /* Sous le voile */
}
.video-container2 .caption {
  z-index: 2; /* Au-dessus du voile */
  font-family: "Stigma Display", serif;
  position: relative;
  text-align: center;
  padding-left: 10px;
  padding-top: 250px;
  font-size: 3em !important;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 1) 0px 0.5px 1px;
}
.rs {
  color: #ddd;
  font-size: 1.8em;
  font-weight: 100;
  margin-right: 10px;
}
.leli {
  color: #fff;
  font-size: 20px !important;
  font-weight: 600 !important;
  padding-bottom: 25px;
  font-family: "Stigma Display", sans-serif;
  color: #804612 !important;
}
.letitre {
  color: #fff;
  font-size: 2.5em;
  font-weight: 100;
  padding-bottom: 25px;
  font-family: "ArticulatCF", sans-serif;
}
.lesstitre {
  color: #fff;
  font-size: 1.8em;
  font-weight: 100;
  padding-bottom: 25px;
  font-family: "Stigma Display", sans-serif;
}
p {
  font-family: "ArticulatCF", sans-serif;
  font-size: 16px;
  text-align: justify;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Stigma Display", serif;
}
.zmt0 {
  margin-top: 0 !important;
}
.lh6 {
  font-family: "Stigma Display", serif !important;
  font-size: 22px !important;
  color: #804612 !important;
  text-transform: none !important;
}
.lh7 {
  font-family: "Stigma Display", serif !important;
  font-size: 18px !important;
  color: #333 !important;
  text-transform: none !important;
}
.lh4 {
  font-family: "Stigma Display", serif !important;
  font-size: 26px !important;
  color: #804612 !important;
  text-transform: none !important;
}
.bs {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.bsr {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  /*border-radius: 8px !important;*/
}
/* Le footer doit être positionné en relatif et avoir une hauteur minimale */
#footer {
  position: relative;
  overflow: hidden;
  min-height: 300px; /* Ajustez selon vos besoins */
}
/* La vidéo de fond : couvre l'intégralité du footer */
#footer .background-video {
  position: absolute;
  top: 100%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -40%);
  object-fit: cover; /* Pour que la vidéo remplisse tout l'espace */
  z-index: 0;
}
/* Overlay gris foncé transparent */
#footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(183, 120, 68, 0.9); /* Ajustez la transparence si nécessaire */
  z-index: 1;
}
/* Mettre le contenu (texte, widgets, etc.) du footer au-dessus de l'overlay */
#footer .footer_center,
#footer .footer_bottom {
  position: relative;
  z-index: 2;
}
.bgn {
  background-color: rgba(0, 0, 0, 0.7);
}
/* Pour les éléments qui combinent .hover-zoom et .bsr, on applique overflow hidden */
.hover-zoom.bsr {
  overflow: hidden;
}
/* Effet zoom sur l'image */
.hover-zoom img {
  transition: transform 0.3s ease;
}
.hover-zoom:hover img {
  transform: scale(1.1);
}
/* Appliquer l'arrondi et overflow hidden sur le conteneur dans .event-slide */
.event-slide .hover-zoom {
  overflow: hidden;
  /*border-radius: 8px !important;*/
}
/* Annuler l'arrondi sur l'image et activer la transition zoom */
.event-slide .hover-zoom img.bsr {
  border-radius: 0 !important;
  transition: transform 0.3s ease;
}
/* Effet zoom sur l'image */
.event-slide .hover-zoom:hover img.bsr {
  transform: scale(1.1);
}
/* Appliquer un font-size par défaut et forcer la couleur blanche sur tout le contenu du footer_center */
.footer_center,
.footer_center * {
  color: #fff !important;
  font-size: 16px; /* Ajustez la taille de police selon vos besoins */
}
/* Liens dans footer_center : texte blanc, sans soulignement */
.footer_center a,
.footer_center a:visited {
  color: #fff !important;
  text-decoration: none !important;
  font-size: inherit; /* Pour hériter du font-size défini sur le conteneur */
}
/* Au hover/focus, forcer la couleur #333 et conserver text-decoration none */
.footer_center a:hover,
.footer_center a:focus {
  color: #333 !important;
  text-decoration: none !important;
}
.ce {
  text-align: center;
  margin-top: 2px !important;
  font-size: 14px;
}
.contact-info {
  padding: 25px; /* Ajoute de l’espace à l’intérieur */
  background-color: rgba(255, 255, 255, 0.5); /* Fond pour bien voir le bloc */
  border-radius: 8px; /* Arrondit les bords */
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  list-style: none; /* Supprime les puces si présentes */
}
.contact-info li {
  font-size: 1.4em;
  padding: 15px 0; /* Ajoute de l’espace entre les éléments */
}
.contact-info {
  padding-left: 25px; /* Assure un décalage à gauche */
}
.contact-info li {
  padding-left: 60px !important;
}
.gites-list {
  display: grid;
  grid-template-columns: repeat(2, auto); /* 2 colonnes avec largeur auto */
  gap: 10px 30px; /* Espacement entre les lignes et les colonnes */
  list-style: none;
  padding: 20px 0;
  margin: 0;
}
.gite-item {
  display: flex;
  align-items: center;
  font-size: 30px;
  font-family: "Stigma Display", sans-serif;
  color: #804612 !important;
  font-weight: 500;
  white-space: nowrap; /* Empêche le retour à la ligne */
}
.gite-icon {
  width: 80px; /* Taille des icônes agrandie */
  height: auto;
  margin-right: 10px; /* Espacement entre l'icône et le texte */
}
/* Sur mobile (moins de 768px), on passe en 1 colonne */
@media (max-width: 767px) {
  .gites-list {
    grid-template-columns: 1fr; /* Une seule colonne */
  }
}
.hh {
  box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px,
    rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}
.bordered-image {
  border-width: 1px !important;
  border-color: #804612;
  border-style: solid;
  border-radius: 5px;
}
/*--------------------*/

.header_content {
  padding-top: 30px;
}
.term-condition {
  font-family: "ArticulatCF", sans-serif;
  font-size: 16px;
  text-align: justify;
}
.term-condition li {
  font-family: inherit;
  font-size: inherit;
  text-align: inherit;
}
