/*-------------------------------------------------fonts ------------*/
/* Absolute Beauty Script Bold */
@font-face {
  font-family: "AB Script";
  src: url("assets/fonts/ABScript-Bold.woff2") format("woff2"), url("assets/fonts/ABScript-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Absolute Beauty Script Light */
@font-face {
  font-family: "AB Script";
  src: url("assets/fonts/ABScript-Light.woff2") format("woff2"), url("assets/fonts/ABScript-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* Absolute Beauty Script Regular */
@font-face {
  font-family: "AB Script";
  src: url("assets/fonts/ABScript-Regular.woff2") format("woff2"),
    url("assets/fonts/ABScript-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Absolute Beauty Serif Regular */
@font-face {
  font-family: "AB Serif";
  src: url("assets/fonts/ABSerif-Regular.woff2") format("woff2"),
    url("assets/fonts/ABSerif-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Absolute Beauty Serif Thin */
@font-face {
  font-family: "AB Serif";
  src: url("assets/fonts/ABSerif-Thin.woff2") format("woff2"), url("assets/fonts/ABSerif-Thin.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
/*--------------------------video----------------------------------*/
.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: "AB Script", cursive;
  position: relative;
  text-align: center;
  padding-left: 10px;
  padding-top: 250px;
  font-size: 8em !important;
  font-weight: 600;
  /* text-transform: uppercase; */
  color: #fff;
  text-shadow: rgba(0, 0, 0, 1) 0px 0.5px 1px;
}
@media (max-width: 768px) {
  .video-container2 {
    height: 350px !important;
    width: 100% !important;
    overflow: hidden;
    position: relative;
    margin-top: 0 !important; /* Suppression de l'espace vide */
  }
  .video-container2 video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transform: none !important;
  }
  .video-container2 .caption {
    z-index: 2; /* Au-dessus du voile */
    font-family: "AB Script", cursive;
    position: relative;
    text-align: center;
    padding-left: 25%;
    padding-right: 25%;
    padding-top: 100px;
  }
}
@media (max-width: 768px) {
  img[src="assets/img/anchw.png"] {
    width: 50px !important;
  }
}
/*----------------------------------menu--------------------------*/
.rr-header-main-menu > nav > ul > li > a {
  font-size: 16px;
  color: #8da953 !important ;
  font-weight: 600;
}
.rr-header-main-menu > nav > ul > li > a:hover {
  color: #575a52 !important;
}
.rr-header-main-menu > nav > ul > li .submenu {
  background-color: rgba(87, 90, 82, 0.8);
  border-top: 5px solid var(--rr-theme-1);
}
.rr-header-menu nav ul li > a {
  padding: 0px 0 !important;
}
/*------------------------------------------------------------*/
.ronde {
  border-radius: 50% !important;
  width: 200px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
/*-------------------div-----------------------------------------*/
.bxs {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.b5 {
  border-radius: 5px;
}
.b15 {
  border-radius: 15px;
}
/*------------------------------------------------------------*/
.rr-about-info {
  background: #ffffff;
  box-shadow: none;
  padding-top: 50px;
  padding-left: 123px;
  padding-right: 30px;
  margin-left: -85px;
  position: relative;
  z-index: 1;
  margin-top: 30px;
  padding-bottom: 50px;
}
.rr-cta-bg-img::before {
  opacity: 0.7;
}
/*----------------------------cta bouton--------------------------------*/
.rr-btn-white {
  font-size: 16px;
  padding: 14px 20px;
  color: #575a52;
}
.rr-btn-white::after {
  background-color: #97a17d;
  color: white;
}
/* Style spécifique au bouton custom */
.rr-btn-white-custom {
  font-size: 16px;
  padding: 14px 20px;
  color: #575a52;
  background-color: transparent;
  border: 2px solid #a5b975;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  text-decoration: none;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.rr-btn-white-custom::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #97a17d;
  z-index: -1;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}
.rr-btn-white-custom:hover {
  color: white;
  border-color: #97a17d;
}
.rr-btn-white-custom:hover::after {
  transform: translateX(0);
}
/*--------------------footer----------------------------------------*/
.footer-cols-2 {
  margin-left: 20px;
}
.rr-footer-2-list ul li a {
  color: #333;
}
/* Wrapper de la vidéo dans le footer */
.rr-footer-video-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 0;
}
/* Confinement de la vidéo */
.rr-footer-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; /* Toujours derrière le contenu */
  overflow: hidden;
}
.rr-footer-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rr-footer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 182, 193, 0.9); /* Opacité blanche */
  z-index: 0;
}
/* Le contenu du footer doit être au-dessus de la vidéo */
.rr-footer-2-main {
  position: relative;
  z-index: 1;
  background: transparent;
}
/*------------------------------------------------------------*/
.rroffcanvas {
  box-shadow: 0 16px -32px 0 rgba(0, 0, 0, 0.8);
  background-color: #97a17d;
}
/*--------------------------------loader----------------------------*/
/* Loader : pleine page */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Animation du loader */
.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #ccc;
  border-top-color: #97a17d;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/*--------------------------about----------------------------------*/
.rr-about-3-thumb {
  border-color: #97a17d !important;
}
.rr-section-subtitle {
  color: #8da953;
  font-size: 24px;
  font-weight: 400;
}
.rr-section-title {
  color: #97a17d;
  font-size: 2em !important;
}
/*------------------------------------cta 2------------------------*/
.ftb {
  color: #fff;
  font-size: 1em;
}
.ftb2 {
  color: #fff !important;
  font-size: 1.5em !important;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.rr-cta2-bg-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
  opacity: 1;
}
/*----------------------------------bandeau--------------------------*/
.breadcrumb__title {
  font-family: var(--rr-ff-h);
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 80px;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(151, 161, 125, 1);
}
/*----------------------faq--------------------------------------*/
/* Style des titres de l’accordéon */
.rr-about-3-area .accordion-button {
  background-color: #ffffff; /* Fond blanc */
  border: none; /* Pas de bordure par défaut */
  border-radius: 0.5rem; /* Bords arrondis */
  padding: 1rem 1.5rem; /* Espacement interne */
  font-size: 1.25rem; /* Taille de police */
  font-weight: 600; /* Graisse du texte */
  color: #97a17d; /* Couleur du texte */
  text-align: left; /* Alignement à gauche */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Légère ombre portée */
  transition: background-color 0.3s ease;
}

/* État ouvert (non replié) */
.rr-about-3-area .accordion-button:not(.collapsed) {
  background-color: #f7f7f7; /* Fond légèrement grisé */
  border-bottom-left-radius: 0; /* Ajustements pour visuel accordéon */
  border-bottom-right-radius: 0;
  margin-bottom: 15px;
}

/* Icône de bascule (Bootstrap) */
.rr-about-3-area .accordion-button::after {
  font-size: 1rem;
  color: #666666;
}

/* Au survol */
.rr-about-3-area .accordion-button:hover {
  background: #97a17d !important;
  color: #fff;
}
/* Décaler le texte du bord dans la zone déroulante */
.rr-about-3-area .accordion-body {
  padding-left: 100px;
  padding-right: 100px;
}
/* Style de l’image FAQ (logo centré sous chaque réponse) */
.faq-logo img {
  display: block; /* Permet le centrage via margin auto */
  margin: 0 auto; /* Centre horizontalement */
  width: 50px; /* Largeur fixe */
  height: auto; /* Conserve les proportions */
}
@media screen and (max-width: 767.98px) {
  .rr-about-3-area .accordion-body {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .rr-about-3-area .accordion-button {
    font-size: 16px !important; /* Taille de police */
  }
}
/*------------------------------------------------------------*/
.rr-project-slider-thumb {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
/*------------------------------------------------------------*/
.rr-footer-2-social a svg {
  transform: translateX(5px);
}
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
