#fh5co-intro {
    position: relative;
    padding: 10px;

  }
  
  #fh5co-intro .skribi-presentation {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
    padding-left: 2rem;
  }
  
  #fh5co-intro  .device-presentation {
    flex: 0 0 45%;
    position: relative;
    z-index: 2;
    padding-right: 3rem;
  }
  
  #fh5co-intro  .device-presentation img {
    width: 100%;
    height: auto;
    display: block;
    padding: 1rem;
  }

  #fh5co-intro  .content-presentation {
    flex: 0 0 45%;
    position: relative;
    z-index: 2;
    padding-left: 3rem;
  }
  
  #fh5co-intro  .main-title {
    color: #542e2a;
    font-size: 5.5rem;
    margin-bottom: 25px;
    line-height: 1.1;
    white-space: nowrap;
  }
  
  #fh5co-intro .text-content {
    color: #542e2a;
  font-size: var(--fs-lead);
    line-height: 1.4;
  }
  
  #fh5co-intro .text-content p {
    margin: 8px 0;
  }
  
  #fh5co-intro .text-content ul {
  font-size: var(--fs-lead);
    margin-left: 20px;
  }
  
  #fh5co-intro  .text-content li {
    margin-bottom: 10px;
  }
  
  /* CERCLES (inchangés) */
  #fh5co-intro  .circles {
    position: absolute;
    right: -20%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  
  #fh5co-intro .circle {
    position: absolute;
    border-radius: 50%;
    background-color: #e75623;
    opacity: 0.1;
  }
  
  #fh5co-intro .circle-1 {
    width: 900px;
    height: 900px;
    top: 50%;
    right: 0;
    transform: translate(60%, -50%);
  }
  
  #fh5co-intro .circle-2 {
    width: 700px;
    height: 700px;
    top: 50%;
    right: 0;
    transform: translate(65%, -50%);
  }
  
  #fh5co-intro .circle-3 {
    width: 500px;
    height: 500px;
    top: 50%;
    right: 0;
    transform: translate(75%, -50%);
  }
  
  /* CENTRAGE DU TEXTE */
  #fh5co-intro .bottom-container {
    text-align: center; /* Centre tout ce qui est dedans */
    padding-top: 30px; /* Espacement avec le contenu au-dessus */
  }
  
  #fh5co-intro .availability-text {
    color: #542e2a;
  font-size: var(--fs-lead);
    margin-left: auto;
    margin-left: auto;
    font-weight: bold;
    text-align: center; /* Centre le texte */
    max-width: 80%; /* Pour éviter qu'il ne soit trop étiré sur grand écran */
  }
  
  
  #fh5co-intro  .btn-primary {
    background: var(--skribi-orange);
    color: #fff;
    padding: 10px 18px; /* Léger ajustement */
  font-size: var(--fs-btn);
    text-align: center;
    border: 2px solid var(--skribi-orange);
    border-radius: var(--skribi-btn-radius);
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
  }
  
  #fh5co-intro .btn-primary:hover {
    background: var(--skribi-orange-strong);
    transform: scale(1.05);
  }

  #fh5co-intro .video-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 6rem !important;
    margin-bottom: 0;
    height: auto; /* Hauteur automatique pour s'adapter au contenu */
    border-radius: 2.5rem;
    padding-bottom: 50px;
  }
  
  #fh5co-intro .video-container {
    position: relative;
    width: 100%;
    max-width: 900px;
    aspect-ratio: 16 / 9;
    border-radius: 2.5rem;
    overflow: hidden;
    background: black;
  }
  
  #fh5co-intro .video-container iframe {
    width: 100%;
    height: 100%;
    border: none;
    object-fit: contain;
    border-radius: 0 2.5rem 0 0;
  }


  @media (max-width: 1400px) {
  

  
    #fh5co-intro .device-presentation {
      width: 50%;
      height: auto;
      align-items: center;
      }
  
      #fh5co-intro .device-presentation img {
        margin-left: 75px;
      }
      #fh5co-intro .main-title {
        text-align: left;
      }
  
      #fh5co-intro .content-presentation {
        text-align: left;
        margin: auto;
  
    }
  
    #fh5co-intro .text-content {
      color: #542e2a;
      font-size: 2.8rem; 
      line-height: 1.4;
      word-wrap: break-word;
      overflow-wrap: break-word;
      white-space: normal;
    }
    #fh5co-intro .availability-text {
    text-align: center;
    margin: auto;
  
  }
   
    }



    @media (max-width: 1200px) {
  

  
        #fh5co-intro .device-presentation {
          width: 50%;
          height: auto;
          align-items: center;
          }
      
          #fh5co-intro .device-presentation img {
            margin-left: 0;
          }
          #fh5co-intro .main-title {
            text-align: left;
          }
      
          #fh5co-intro .content-presentation {
            text-align: left;
            margin: auto;
      
        }
      
        #fh5co-intro .text-content {
          color: #542e2a;
          font-size: 2.8rem; 
          line-height: 1.4;
          word-wrap: break-word;
          overflow-wrap: break-word;
          white-space: normal;
        }
        #fh5co-intro .availability-text {
        text-align: center;
        margin: auto;
      
      }
       
        }
/* Responsive Design */
@media (max-width: 1200px) {
    .skribi-presentation {
      flex-direction: column;
      padding: 0 20px;
    }
  
    .device-presentation {
      max-width: 100%;
      margin-right: 0;
      margin-left: 0;
    }
  
    .content-presentation {
      margin-top: 30px;
    }
  
    .circles {
      display: none;
    }
  
    .bottom-container {
      text-align: center;
    }
  
    .availability-text {
      text-align: center;
    }
  }

  

  @media (max-width: 631px) {

    #fh5co-intro .device-presentation img {
      width: 180%;
      height: auto;
      margin-left: -30%;
  }
  
  #fh5co-intro .main-title{
    font-size: 4rem;
  }
  }  

/* --- ZIGZAG LAYOUT --- */
.zigzag-section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0rem 2rem;
  border-radius: 2rem;
}

.zigzag-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4rem;
  gap: 3rem;
}

.zigzag-row.reverse {
  flex-direction: row-reverse;
}

.zigzag-img {
  flex: 1 1 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zigzag-img img {
  width: 100%;
  max-width: 340px;
  border-radius: 1.5rem;
}

.zigzag-text {
  flex: 1 1 55%;
  padding: 2rem 1rem;
  border-radius: 1.5rem;
  color: #542e2a;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.zigzag-text h2 {
  font-size: var(--fs-h2);
  color: #e75623;
  margin-bottom: 1.2rem;
  font-weight: 700;
}

.zigzag-text p {
  font-size: var(--fs-body);
  line-height: 1.6;
  color: #542e2a;
  margin: 0;
}

/* Vidéo en bas, centrée */
.video-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 4rem;
  margin-bottom: 0;
}

.video-container {
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16/9;
  border-radius: 2rem;
  overflow: hidden;
  background: #000;
}

.video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

/* --- RESPONSIVE --- */
@media (max-width: 900px) {
  .zigzag-row, .zigzag-row.reverse {
    flex-direction: column !important;
    gap: 1.5rem;
    margin-bottom: 3rem;
  }
  .zigzag-img, .zigzag-text {
    flex: unset;
    width: 100%;
    max-width: 100%;
    padding: 1rem 0;
  }
  .zigzag-img img {
    max-width: 70vw;
    width: 100%;
    height: auto;
  }
  .zigzag-text {
    padding: 1.5rem 1rem;
    text-align: center;
  }
  .zigzag-text h2 {
    font-size: var(--fs-h2);
  }
  .zigzag-text p {
    font-size: var(--fs-body);
  }
  .video-container {
    max-width: 100vw;
    border-radius: 1rem;
  }
}

@media (max-width: 600px) {
  .zigzag-section {
    padding: 2rem 0.5rem;
    border-radius: 1rem;
  }
  .zigzag-row, .zigzag-row.reverse {
    margin-bottom: 2rem;
  }
  .zigzag-img img {
    max-width: 95vw;
    width: 100%;
    height: auto;
  }
  .zigzag-text {
    padding: 1rem 0.5rem;
    border-radius: 1rem;
  }
  .video-container {
    border-radius: 0.7rem;
  }
}  

/* Harmonisation du titre de section intro avec FAQ et Pricing */
.section-heading h2 {
  font-size: 3rem;
  color: #044f5b;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2.5rem;
  margin-top: 0;
  letter-spacing: 0.01em;
  line-height: 1.2;
}

@media (max-width: 700px) {
  .section-heading h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}  

/* --- TITRE DE SECTION INTRO UNIFORMISÉ --- */
#fh5co-intro .title-subtitle .title {
  font-size: var(--fs-h1);
}
#fh5co-intro .title-subtitle .subtitle {
  font-size: var(--fs-body);
}

/* --- ZIGZAG LAYOUT --- */
.zigzag-text h2 { font-size: var(--fs-h2); }
.zigzag-text p { font-size: var(--fs-body); }

@media (max-width: 1200px), (max-width: 900px), (max-width: 600px) {
  .zigzag-text h2 { font-size: var(--fs-h2); }
  .zigzag-text p { font-size: var(--fs-body); }
}

@media (max-width: 1200px) {
  .video-wrapper {
    margin-top: 2rem !important;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 900px) {
  .video-wrapper {
    margin-top: 1.2rem !important;
    margin-bottom: 0 !important;
  }
}

.intro-trust-badges {
  display: flex;
  justify-content: center;
  margin: 2rem auto 0;
}

.intro-trust-badges .offre-badges {
  justify-content: center;
}  