
/* ===================== */
/*      Page Accueil      */
/* ===================== */

.hero-video__content_container h1 {
  color: #f15826;
  font-family: mont;
}

.separator {
  border: none;
  height: 2px;
  width: 80%;
  margin: 40px auto; 
  background: linear-gradient(to right, transparent, #174F82, transparent);
}


/* ===== Bloc texte + photos Zentrax ===== */

.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}


.intro-two_text h1.hero-title,
.intro-two_text h2.section-text {
  margin: 0;
}



.intro-text {
    padding: 60px 20px;
    background: #f7f8fa;           
}

/* Carte blanche centrée */
.intro-two__inner {
    max-width: 1200px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 50px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.07);
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1.3fr);  
    gap: 60px;
    align-items: flex-start;
}

/* Colonne texte */
.intro-two__text {
    font-size: 20px;
    line-height: 1.6;
    color: #000;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.section-text strong {
  font-weight: 600;
}

.section-text {
    margin-bottom: 10px;
    text-align: justify;
}

.section-text-h2 {
    margin-bottom: 10px;
    text-align: justify;
}

.highlight,
.highlight12,
.highlight2 {
    font-weight: 100;
    color: #c58b2a;                    
}

/* Colonne images */
.intro-two__media {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.intro-two__media img {
    width: 100%;
    display: block;
    border-radius: 14px;
    object-fit: cover;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

.product-btn1 {
    display: inline-block;
    padding: 14px 26px;
    background: #06578b;
    color: #fff;
    font-size: 25px;
    font-weight: 200;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.25s ease;
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
    text-align: center;
}

.product-btn1:hover {
    background: #f15826;
    box-shadow: 0 6px 14px rgba(0,0,0,0.2);
}

.intro-contact-btn1 {
   margin-top: -100px;
   margin-left: 200px;

}

/* ===================== */
/*      RESPONSIVE       */
/* ===================== */



@media (max-width: 720px) {

  /* Le conteneur passe en 1 colonne */
  .intro-two__inner{
    max-width: 100%;
    margin: 0 auto;
    padding: 0 16px 40px;
    display: grid;
    grid-template-columns: 1fr;     
    gap: 24px;
    align-items: start;
  }

  .section-title{
    font-size: 28px;
    line-height: 1.3;
    margin: 0 0 16px;
  }

  .section-text{
    max-width: 100%;
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 16px;
  }
  
  p {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 16px;
  }

  .intro-two__media{
    max-width: 100%;
    margin-bottom: -60px;

  }

  .intro-two__media img{
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 32px;
  }

  .intro-two__reverse{
    flex-direction: column;
  }

  .intro-two__text .section-text-h2{
    text-align: left !important;
    text-align-last: auto !important;
    word-spacing: normal !important;
    letter-spacing: normal !important;
    font-size: 25px;
    hyphens: auto;
  }
}


@media (max-width: 900px) {

    .btn-contact1 {
        width: 100%;
        font-size: 16px;
    }

    .intro-contact-btn1 {
      margin-top: 100px;
      margin-left: 150px;
    }
  }


  /* ============================
    Responsive mobile
   ============================ */


@media (max-width: 360px) {

.hero-video__content_container h1 {
  font-size: 40px;
}

.hero-video__content_container p {
  font-size: 20px;
}

.intro-two__text .section-title {
    font-size: 30px !important;
    line-height: 1.2;
    margin-bottom: 15px;
}


.intro-text li {
   font-size: 15px;   
    line-height: 1.4;  
    margin-bottom: 8px; 
}

  /* Paragraphes */
    .section-text {
    font-size: 15px !important;      
    line-height: 1.5;
    text-align: left !important;
  }



  /* Mots en surbrillance */
  .section-text .highlight2 {
    font-size: 15px;      
  }

   /* Mots en surbrillance */
  .section-text .highlight {
    font-size: 18px;      
  }

  .intro-two__media,
  .intro-two__media img {
    margin-bottom: 10px !important;
}

    .separator {
        margin: 20px !important;
        margin-top: 20px;
    }

    .btn-contact1 {
        width: 100%;
        font-size: 16px;
    }

    .intro-contact-btn1 {
      margin-top: 60px;
      margin-left: 150px;

    }
}
