/* Root Variables */
:root {
  --primary-color: #e81721ff; /* Primary button color */
  --light-color: #f0f0ebff; /* Background color */
  --secondary-color: rgba(248, 216, 135, 1);
  --gradient-start: #ba1723ff;
  --gradient-end: #ffffff00;
  --font-family: "BDO Grotesk", sans-serif; /* Default font family */
  --font-size-md: 1rem;
  --font-size-sm: 13px;
  /* --font-size-md: 14px; */
  --font-size-lg: 17px;
  --line-height: 1.4rem;
  --border-radius: 16px;
  --box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  --dark-text: #220202;
  --bg-gray: #f0f0eb;
  --bg-white: #ffffff;
  --text-gray: #dca9a9;
  --text-xl: clamp(2rem, 1.5rem + 2vw, 2.25rem); /* 36px en desktop */
   /* Version précise (36px = 2.25rem car 16px × 2.25 = 36px) */
   --text-xl: 2.25rem; /* 36px */
}



/* Global Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--font-family);
  line-height: var(--line-height);
  color: var(--dark-text);
}

html {
  font-size: 17px;
}

a{
  text-decoration: none;
}
.text-light {
  color: var(--light-color);
}
.bg-gray {
  background: var(--bg-gray);
}
.text-gray {
  color: var(--text-gray);
}

@font-face {
  font-family: 'BDO Grotesk';
  src: url('/fonts/BDO-Grotesk.woff2') format('woff2'),
       url('/fonts/BDO-Grotesk.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

/* Bold */
@font-face {
  font-family: 'BDO Grotesk';
  src: url('/fonts/BDOGrotesk-Bold.woff2') format('woff2'),
       url('/fonts/BDOGrotesk-Bold.woff') format('woff'); /* Ligne corrigée */
  font-weight: 700; /* Poids bold */
  font-style: normal;
}

/* Body */
body {
  margin: 0;
  padding: 0;
  background: var(--bg-white);
  color: #220202;
  font-size: var(--font-size-md);
  font-family: var(--font-family);
  overflow-x: hidden;
  transform: none !important;
}
.container-fluid {
  overflow-x: hidden;
}

/* Main Frame */
.main-frame {
  width: 100%;
  height: auto;
  top: 0;
  overflow-y: scroll;
  background: var(--light-color);
}

.main-frame .heros {
  width: 100%;
  height: 475px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: var(--border-radius);
  background: url("../images/heros.png") lightgray 50% / cover no-repeat;
  position: relative;
}

.heros-shap {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(
    0deg,
    var(--gradient-start) 0%,
    var(--gradient-end) 100%
  );
  border-radius: var(--border-radius);
  z-index: 1;
}


.heros-icon {
  right: 0;
  left: 0;
  margin: 0 auto;
  width: fit-content;
  position: absolute;
  z-index: 2;
  bottom: 80px;
}
@media (min-width: 768px) {
  .heros-icon {
    right: 50px;
    left: auto;
    margin: 0;
    position: absolute;
    bottom: 60px;
  z-index: 2;
  }
}




.clickable-overlay:hover {
  opacity: 0.8;
  transform: scale(1.05);
  transition: all 0.3s ease;
}

a:hover .clickable-area {
  transform: scale(1.05);
  transition: transform 0.2s ease;
}

.overlay-content {
  z-index: 1;
  position: absolute;
  top: 30%; /* Position relative à l'overlay */
  /* Ajoute un peu d'espace sur les côtés */
}

.overlay-content-title {
  font-weight: 600;
  font-size: 4.43rem;
  line-height: 108%; /* 100% = 1 */
  letter-spacing: 0.5px; /* -2% = -0.02em */
}

.page-overlay-content-title{
    color: #FFF;
    text-align: center;
    /* Headline/Heading 1 */
    font-family: var(--font-family);
    font-size: 80px;
    font-style:normal;
    font-weight: 600;
    line-height: 120%; /* 96px */
}
@media screen and (max-width: 768px) {
    .page-overlay-content-title{
        font-size: 50px;
    }
  
}
.page-overlay-content-text {
    color: #FFF;
    text-align: center;
    /* Text/L/Medium */
    font-family: var(--font-family);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 24px */
  }

.overlay-content-text {
  font-family: var(--font-family);
  font-size: 0.89rem;
  font-weight: 400;
  line-height: 1.6;
  max-width: 80%; /* Limite la largeur du texte */
  margin-top: auto; /* Permet au texte de rester en bas */
}


/* Text size */
.title-h1 {
  color: var(--text-base, #220202);
  text-align: center;

  /* Headline/Heading 4 */
  font-family: var(--font-family);
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 43.2px */
}
.title-h2 {
  color: var(--text-base, #220202);
  /* Headline/Heading 4 */
  font-family: var(--font-family);
  font-size: 27px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.title-h6 {
  color: var(--primary-color);
  /* Text/S/Medium */
  font-family: var(--font-family);
  font-size: 14.22px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
}
.text-normale {
  color: var(--text-base, #220202);
  /* Text/M/Regular */
  font-family: BDO Grotesk;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
}


/* Button Container */
.button-container {
  position: absolute;
  bottom: -8%;
  z-index: 3;
  border-radius: 12px;
  background: var(--light-color);
  display: inline-flex;
  padding: 20px 7px;

  /* Mobile-first : largeur adaptative + centrage */
  width: auto;
  min-width: fit-content; /* Épouse le contenu */
  left: 50%;
  transform: translateX(-50%);

  /* À partir de md : retour au style original */
  @media (min-width: 768px) {
    left: 15%;
    transform: none;
    width: auto; /* ou une largeur fixe si nécessaire */
  }
}
.bground-primary{
    color: var(--primary-color)
}
/* Button */
.button-primary {
  white-space: nowrap;
  padding: 10px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 8px;
  text-align: center;
  font-size: var(--font-size-md);
  font-weight: bold;
  box-shadow: var(--box-shadow);
  cursor: pointer;
  border: none;
}
.button-sm {
    padding: 10px 10px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 8px;
    text-align: center;
    font-size: var(--font-size-md);
    font-weight: bold;
    box-shadow: var(--box-shadow);
    cursor: pointer;
    border: none;
  }


  @media (max-width: 576px) {
    .heros-icon svg {
        width: 48px;
        height: 48px;
    }
}
@media (max-width: 768px) {
    .overlay-content {
      flex-direction: column;
      align-items: center;
      top:45px; /* Ajuste la position pour les petits écrans */
    }
  
    .overlay-content-title {
      font-size: 2rem;
      text-align: center;
    }
  
    .overlay-content-text {
      font-size: 0.9rem;
      text-align: center;
      margin-top: 1rem;
    }
  

    .title-h1 {
      font-size: 32px;
    }
    .title-h2 {
      font-size: 24px;
    }
    .whatsapp-float {
      bottom: 20px;
      right: 20px;
      width: 50px;
      height: 50px;
    }
    
    .whatsapp-float i {
        font-size: 28px;
    }
    h4 {
      font-size: 1.75rem; /* 28px sur mobile */
    }
  }

.button-secondary {
  padding: 10px 20px;
  background: var(--secondary-color);
  color: #000000;
  border-radius: 8px;
  text-align: center;
  font-size: var(--font-size-md);
  font-weight: bold;
  box-shadow: var(--box-shadow);
  cursor: pointer;
  border: none;
}

.fleur-erable {
  position: absolute;
  width: 45.75%;
  top: 13%;
  left: 0%;
  height: 88.58%;
  transform: rotate(0.2deg);
  overflow: hidden;
  mix-blend-mode: soft-light;
}
/* Text Styles */


.text-btn-medium {
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 500;
  line-height: var(--line-height);
  text-decoration: none;
}

.text-btn-medium:hover,
.text-btn-medium:focus,
.text-btn-medium:active,
.text-btn-sm:hover,
.text-btn-sm:focus,
.text-btn-sm:active  {
  text-decoration: none; /* Supprime le soulignement au survol */
  color: inherit; /* Supprime la couleur bleue au survol */
}

.text-btn-sm:hover:hover{
  color: #ffffff;
}



.text-btn-sm {
  font-size: var(--font-size-sm);
  line-height: 100%;
  text-decoration: none;
}

.text-btn-medium {
  font-size: var(--font-size-md);
}

/* Links and Navigation */
.main-frame a:hover {
  text-decoration: none;
  color: white;
}

.main-frame .bg-light {
  background: var(--light-color) !important;
}
.main-frame .nav-item a {
  text-decoration: none;
  color: #220202;
  font-size: var(--font-size-md);
  font-weight: 500;
}
.page-main-frame .nav-item a {
    text-decoration: none;
    color: #ffffff;
    font-size: var(--font-size-md);
    font-weight: 500;
  }

.main-frame nav .nav-item, .main-frame nav .nav-item{
  padding: 0px 10px;
}

p {
  color: var(--text-base, #220202);
  text-align: center;
  /* Text/M/Regular */
  font-family: var(--font-family);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 19.2px */
}



.with-red-line {
  display: inline-block; /* Nécessaire pour ajuster la largeur */
  position: relative;    /* Nécessaire pour l'ajout de pseudo-éléments */
}

.with-red-line::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: -10px;
  right: -10px;
  height: 1px;
  background-color:  var(--primary-color);
}

.bg-primary{
    background:  var(--primary-color) !important;
}

.ico-primary {
  color: var(--primary-color);
}

.tab-layout {
  display: flex;
  padding: var(--sds-size-space-300) var(--sds-size-space-400);
  align-items: flex-start;
  gap: var(--sds-size-space-300);
  align-self: stretch;
}


/* Target the first .tab-item in the first .row */
.ico-default{
    color:rgba(153, 102, 102, 0.5) ;
}
/* Apply styles to all subsequent .tab-item elements */
.category-serrvice  .tab-item {
    /* font-size: 14.52px; */
    border-bottom: 1px solid rgba(153, 102, 102, 0.5);
}
.category-serrvice .tab-border-top {
    border-top: 1px solid rgba(153, 102, 102, 0.5);
}
fs-small{
    font-size: 12px;
}


.search-service {
  background: rgba(248, 216, 135, 0.5);
  width: 835px;
  padding: var(--spacing-82-rem-32-px, 32px) var(--spacing-164-rem-64-px, 64px);
  justify-content: space-between;
  align-items: center;
  color: black;
}

.background-mission {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://firebasestorage.googleapis.com/v0/b/figma-plugin-a7287.appspot.com/o/user-images%2F03-dec-2024%2Fvensvigan1733229763056%2Fimage-159-255.png?alt=media&token=0");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  opacity: 1; /* Ajoutez une opacité si vous souhaitez un effet */
}

.section-mission {
  position: relative;
  height: auto;
  /* display: flex; */
}

.img-mission {
  width: 100%;
  height: 100%; /* L'image remplit le conteneur */
  object-fit: cover; /* Ajuste l'image sans déformation */
  display: block; /* Évite tout espace indésirable */
  border-radius: 12px; /* Applique également l'arrondi à l'image */
  position: relative; /* Position par rapport au conteneur parent */
  z-index: 2; /* L'image est au-dessus du vecteur */
}

.vector-mission {
  position: absolute; /* Position absolue par rapport à .img-mission-wrapper */
  top: 77%; /* Centre verticalement */
  left: 12%; /* Centre horizontalement */
  transform: translate(-50%, -50%); /* Corrige le décalage dû à top et left */
  width: 196px; /* Taille fixe ou proportionnelle */
  height: 196px; /* Taille fixe ou proportionnelle */
  z-index: 2; /* Place en dessous de l'image */
  opacity: 1; /* Opacité si nécessaire */
}

.img-mission-wrapper {
  position: relative; /* Définit un contexte de position pour les enfants */
  width: 100%; /* Prend toute la largeur du parent */
  height: 300px; /* Hauteur fixe ou adaptative selon vos besoins */
  border-radius: 12px; /* Coins arrondis */
}

.mission-card {
  z-index: 1;
  border-radius: 12px 12px 0px 0px;
  background: rgb(251, 250, 250);
  border-left: 0px solid #e8172166;
  border-right: 0px solid #e8172166;
  border-top: 0px solid #e8172166;
  border-bottom: 1px solid #e8172166;
  padding: 24px;
}

.section-cta {
  color: white;
  opacity: 1;
  z-index: 3;
  transform: rotate(0deg);
  overflow: hidden;
  background: linear-gradient(
      180deg,
      rgba(248, 216, 135, 0) 0.15%,
      rgba(248, 216, 135, 0.1) 141.78%
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    var(--primary-400, #e81721);
}

video-section {
  background-color: var(--bg-gray);
}

.img-video {
  width: 100%;
  height: 100%; /* L'image remplit le conteneur */
  object-fit: cover; /* Ajuste l'image sans déformation */
  display: block; /* Évite tout espace indésirable */
  border-radius: 12px; /* Applique également l'arrondi à l'image */
  position: relative; /* Position par rapport au conteneur parent */
  z-index: 3; /* L'image est au-dessus du vecteur */
}

.vector-video {
  position: absolute; /* Position absolue par rapport à .img-mission-wrapper */
  top: 77%; /* Centre verticalement */
  left: 12%; /* Centre horizontalement */
  transform: translate(-50%, -50%); /* Corrige le décalage dû à top et left */
  width: 196px; /* Taille fixe ou proportionnelle */
  height: 196px; /* Taille fixe ou proportionnelle */
  z-index: 2; /* Place en dessous de l'image */
  opacity: 1; /* Opacité si nécessaire */
}

.img-video-wrapper {
  position: relative; /* Nécessaire pour positionner les éléments enfants */
  width: 100%; /* Largeur de l'image */
  height: 568px; /* Hauteur fixe */
  border-radius: 12px; /* Coins arrondis */
  overflow: hidden; /* Assure que les coins arrondis affectent tout */
}

.img-video-wrapper img {
  width: 100%; /* Image adaptée à la largeur */
  height: 100%; /* Image adaptée à la hauteur */
  object-fit: cover; /* Maintient les proportions */
  z-index: 1;
}

.img-video-wrapper::before {
  content: ""; /* Nécessaire pour afficher le pseudo-élément */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%; /* Hauteur du dégradé */
  background: linear-gradient(0deg, #e81721ff 0%, #fef1f100 100%);
  z-index: 2; /* Le dégradé au-dessus de l'image */
  pointer-events: none; /* Aucune interaction */
}

.img-video-wrapper .text-overlay {
  position: absolute;
  bottom: 27px;
  left: 25px;
  color: #fff;
  font-family: var(--font-family);
  z-index: 3;
}

.img-video-wrapper .text-overlay .name {
  font-size: 14px;
  font-weight: bold;
}

.img-video-wrapper .text-overlay .title {
  font-size: 13.22px;
  font-weight: normal;
}

.img-video-wrapper .play-icon {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 3;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}

.pointer {
  cursor: pointer;
  /* font-size: 24px; */
}

.section-footer {
  background: var(--primary-600, #6a0509);
}
.section-footer-2 {
  background: var(--primary-700, #320102);
}
.section-footer a {
  text-decoration: none;
}




/* Other pages styles */

.page-main-frame {
    width: 100%;
    height: 590px;
    position: relative; /* Nécessaire pour positionner l'overlay */
    /* overflow-y: scroll; */
    background: url('../images/pages-overlay.jpeg') no-repeat center center;
    background-size: cover; /* Pour ajuster l'image au conteneur */
}

.page-overlay {
    position: absolute; /* Par-dessus .main-frame */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(232, 23, 33, 0.7);
    display: flex; /* Centrer le texte */
    justify-content: center; /* Centrer horizontalement */
    align-items: center; /* Centrer verticalement */
    z-index: 1;
}

.page-overlay-text {
    color: white; /* Couleur du texte */
    font-size: 2rem; /* Taille du texte */
    font-weight: bold;
    text-align: center;
}

.service-card-wrapper{
    background-color: #ffffff;
    border-radius: 12px;
    padding:45px;
    /* Drop Shadow/300 */
    box-shadow: 0px 10px 10px -2.5px rgba(0, 0, 0, 0.2), 0px 10px 10px -2.5px rgba(0, 0, 0, 0.1);
}

.service-card-wrapper-title{
    color: #220202;
    /* Headline/Mobile/Heading 4 */
    font-family: var(--font-family);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 33.6px */
}
.service-card-wrapper-text{
    font-family: var(--font-family);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%; /* 19.2px */
}

.service-card-text-wrapper{
    border-radius: 8px;
    background:  #F0F0EB;
}

.card-section{
    position: relative;
    transform: translateY(-140px);
    z-index:3;
}

.card-wrapper{
    background-color: #ffffff;
    border-radius: 12px;
    padding:20px;
    /* Drop Shadow/300 */
    box-shadow: 0px 10px 10px -2.5px rgba(0, 0, 0, 0.2), 0px 10px 10px -2.5px rgba(0, 0, 0, 0.1);
}
.title-h3{
    color: var(--text-base, #220202);
    /* Text/L/Medium */
    font-family: var(--font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 24px */
}
.border-bottom{
   border-bottom:  1px solid #e81721ff;
}

.avatars-container {
    position: relative;
    display: flex; /* Facilite le contrôle de la disposition */
}

.avatar {
    width: 50px; /* Taille des images */
    height: 50px;
    border-radius: 50%; /* Cercle */
    border: 2px solid #fff; /* Bordure blanche pour l'effet de superposition */
    margin-left: -15px; /* Décalage négatif pour la superposition */
    z-index: 1; /* Base pour l'empilement */
}

.avatar:nth-child(1) {
    z-index: 3; /* Avatar le plus en avant */
}

.avatar:nth-child(2) {
    z-index: 2; /* Deuxième avatar */
}

.avatar:nth-child(3) {
    z-index: 1; /* Troisième avatar */
}

.process-number{
    color: var(--text-base, #220202);
    /* Headline/Heading 1 */
    -webkit-text-stroke-width: 1;
    -webkit-text-stroke-color: var(--background, var(--background, #FEF1F1));
    font-family: var(--font-family);
    font-size: 80px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 96px */
}


.img-process-wrapper{
    position: relative; /* Définit un contexte de position pour les enfants */
    width: 100%; /* Prend toute la largeur du parent */
    height: 300px; /* Hauteur fixe ou adaptative selon vos besoins */
    border-radius: 12px; /* Coins arrondis */
}

.vector-line-top{
    position: absolute;
    z-index: 3;
    opacity: 1;
    right: 11px;
    top: -3px;
    bottom: 0;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=UTF8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='red' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


.pricing .col-wrapper{
  display: flex;
  border: 1px solid #E6E9F5;
  padding: 17px 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}

.table td, .table tr {
  border-color: #E6E9F5; /* Blue color for cells */
}



.title-h5 {
  color: var(--text-base, #220202);
  /* Text/S/Medium */
  font-family: var(--font-family);
  font-size: 14.22px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
}

.bundle-shape{
  border-radius: 12px;
  background: var(--button-color-button-2-text, #320102);
  box-shadow: 0px 10px 25px 0px #CCD9FF;
}

.title-xs{
  font-size: var(--font-size-sm);
}

.button-secondary-sm{
  padding: 10px 1px;
  background:  var(--secondary-color);
  color: #000000;
  border-radius: 8px;
  text-align: center;
  font-size: var(--font-size-sm);
  font-weight: bold;
  box-shadow: var(--box-shadow);
  cursor: pointer;
  border: none;
}

.text-second{
  color: var(--secondary-color);
}

.button-dark{
  padding: 10px 15px;
  background: var(--dark-text);
  color: #fff;
  border-radius: 8px;
  text-align: center;
  font-size: var(--font-size-md);
  font-weight: bold;
  box-shadow: var(--box-shadow);
  cursor: pointer;
  border: none;
}
.button-dark-sm{
  padding: 10px 10px;
  background: var(--dark-text);
  color: #fff;
  border-radius: 8px;
  text-align: center;
  font-size: var(--font-size-sm);
  font-weight: bold;
  box-shadow: var(--box-shadow);
  cursor: pointer;
  border: none;
}
.button-dark-sm:hover, .button-dark:hover{
  color: #ffffff;
}
.text-red{
  color: var(--primary-color) !important;
}

.tab-header{
  border-radius:  12px 12px 0px 0px;
  padding: 10px 15px;
  background: var(--primary-color);
  color: #fff;
  text-align: center;
  font-size: var(--font-size-md);
  font-weight: bold;
  box-shadow: var(--box-shadow);
  cursor: pointer;
  border: none;
}


.form-control, .form-select {
  border-radius: 8px !important;
  border: 1px solid var(--text-base, #220202) !important;
  background: var(--White, #FFF) !important;

  /* Shadow/xs */
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05) !important;
}

.form-label{
  color: var(--accent-base, #966);
  /* Text/XS/Medium */
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 14.4px */
}

a, a:hover {
  text-decoration: none !important;
  color: #220202 ;
}

.text-second:hover{
  text-decoration: none;
  color: #ffffff ;
}


.form-check-input {
  width: 1.5rem !important;
  height: 1.5rem !important;
  border: 1px solid #220202 !important; /* Bordure bleue */
  border-radius: 6px !important; /* Coins légèrement arrondis */
  transition: all 0.3s ease !important;
}

/* Couleur de la case à cocher lorsqu'elle est activée */
.form-check-input:checked {
  background-color: var(--primary-color) !important; /* Couleur verte */
  border-color: var(--primary-color) !important;
}

/* Couleur de la case à cocher lorsqu'on survole */
.form-check-input:hover {
  border-color: var(--primary-color) !important;; /* Bleu foncé */
}

/* Personnaliser le label */
.form-check-label {
  color: #333; /* Couleur du texte */
  font-size: 1rem;
  margin-top: 6px;
  margin-left: 7px;
}

.white-wrapper{
  border-radius: 12px;
  background-color: #ffffff;
}



/* Apparence des options sélectionnées */
select option:checked {
  background-color:  var(--primary-color) !important; /* Fond de l'option sélectionnée */
  color: #fff !important; /* Texte de l'option sélectionnée */
}



.faq-icon {
  cursor: pointer; /* Indicate that the icon is clickable */
  transition: transform 0.3s ease;
}

.faq-icon.plus {
  display: inline-block; /* Show plus icon by default */
}

.faq-icon.minus {
  display: none; /* Hide minus icon by default */
}

/* Rotate the icon when active */
.faq-icon.active {
  transform: rotate(45deg);
}

.text-justify
{
  text-align: justify;
}



.whatsapp-float {

  position: fixed !important;
  bottom: 75px !important;
  right: 40px !important;

  background-color: #25D366;
  color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  z-index: 1000;
  transition: all 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(0,0,0,0.3);
  color: white;
  text-decoration: none;
}

.whatsapp-float i {
  font-size: 32px;
}


.aside-wrapper{
  background-color: #F3F4F6;
  border-radius: 12px;
  padding: 40px;
}

.aside-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; /* Espacement entre les éléments */
  align-items: flex-start;
}
.aside-item{
  border: 1px solid #E81721;
  border-radius: 20px;
  padding: 10px;
  color: #E81721;
  font-size: 17px;
  line-height: 135%;
  font-weight: 400;
  white-space: nowrap; 
}

.no-border { border: none; }
.icon-large { font-size: 25px; }
.icon-red { color: #ff0000; }
.aside-item-title { padding-left: 8px; color: var(--primary-color); }

.aside-item-2 {
  display: flex;
  align-items: center;
  color: #E81721;
  font-size: 17px;
  line-height: 135%;
  font-weight: 400;
  white-space: nowrap; 
}

.aside-title{
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
}
.section p{
  text-align: left;
  font-size: 17px;
  line-height: 135%;
  font-weight: 400;
}
.card-title{
  font-size: 17px;
  font-weight: 700;
  line-height: 120%;
}
.card-text{
  font-size: 17px;
  font-weight: 400;
  line-height: 135%;
}

.info-box {
  background-color: #eeeeee;
  color: #888;
  padding: 1.5rem;
  position: relative;
  border-radius: 0.5rem;
}
.info-icon {
  color: red;
  font-size: 2rem;
}

.close-icon {
  position: absolute;
  top: 10px;
  right: 40px;
  font-size: 1.2rem;
  cursor: pointer;
  color: #888;
}

.bottom-bar {
  border-top: 2px solid #eeeeee;
  border-bottom: 2px solid #eeeeee;
  padding: 1rem 1rem;
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bottom-bar .icons > span {
  margin-right: 1rem;
  color: gray;
}

/* PROVINCE PAGE */
.langue-box {
  position: absolute;
  bottom: -50px;
  right: 52px;
  background-color: #f8f9fa;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.langue-box span {
  display: inline-block;
  margin-top: 0.5rem;
  color: #dc3545;
  border: 1px solid #dc3545;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
}
.image-wrapper {
  position: relative;
}
img.img-fluid {
  border-radius: 1rem;
}

h4 {
  font-family: "BDO Grotesk", sans-serif;
  font-weight: 600;
  font-size: 2.1176rem; /* 36px exact */
  line-height: 1.2;
  letter-spacing: 0;
}


.wow {
  visibility: hidden;
  will-change: transform, opacity; /* Improves performance */
}
