/* ======================================================
   HERO FULL WIDTH – 2 COLONNES (FLUX NORMAL)
   ====================================================== */

.title-header--full{
  width: 100%;
  margin: 0;
}

/* ----- ZONE COVER ----- */
.title-header--full .title-header__cover{
  min-height: 65vh;
  display: flex;
  align-items: center;
  padding: 6rem 0 3rem;
  position: relative;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* overlay (OK en absolute) */
.title-header--full .title-header__cover::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.45);
}

/* contenu AU-DESSUS overlay */
.title-header--full .title-header__inner,
.title-header--full .title-header__cover > .container{
  position: relative!important;
  z-index: 1;
}

/* ======================================================
   GRILLE 2 COLONNES
   ====================================================== */

.title-header--full .title-header__grid{
  display: flex;
  align-items: center;
}

/* ======================================================
   COLONNE GAUCHE – TITRE + CTA
   ====================================================== */

.title.is-2{
  text-transform: uppercase;
  padding-left: 0px!important;

}
.title.is-2:before{
content:none;
}
.title.is-2 .is-normal-weight{
  font-weight: 600!important;
  color: #FFCE00;
}


.title-header--full .title-header__left{
  display: flex;
  flex-direction: column;
}

.title-header--full .title-header__left h1.title,
.title-header--full .title-header__left .title.is-1{
  font-size: clamp(2.4rem, 4.5vw, 4.6rem);
  line-height: 90px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
}

/* sur-mesure en jaune */
.title-header--full h1.title span,
.title-header--full h1.title .is-normal-weight{
  display: block;
  color: #FFCE00;
}

.title-header--full h1.title span::before{
  content: none;
}

/* CTA */
.title-header__cta{
  margin-top: 1.6rem;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.title-header__cta::before{
  content: "→";
  color: #fff;
  font-size: 2rem;
  line-height: 1;
}

/* bouton */
.title-header__btn{
  background: #fff;
  color: #0a5ea8;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 999px;
  border: none;
  box-shadow: 0 10px 25px rgba(0,0,0,.18);

}

/* ======================================================
   COLONNE DROITE – CHAPO (FLUX NORMAL)
   ====================================================== */

.title-header--full .title-header__right{
  display: flex;
  align-items: center;
}

.title-header--full .title-header__chapo,
.title-header--full .content.chapo{


  color: rgba(255,255,255,.95);
  font-size: 1rem;
  line-height: 1.55;
}

.title-header--full .content.chapo p + p{
  margin-top: 1.1rem;
}

/* ======================================================
   ESPACEMENTS DESKTOP
   ====================================================== */

@media (min-width: 1024px){
  .title-header--full .title-header__left{
    padding-right: 2.5rem;
  }

  .title-header--full .title-header__right{
    padding-left: 2.5rem;
  }
}

/* ======================================================
   MOBILE
   ====================================================== */

@media (max-width: 768px){
  .title-header--full .title-header__cover{
    min-height: 45vh;
    padding: 4rem 0 2rem;
    align-items: flex-end;
  }

  .title-header--full .title-header__grid{
    flex-direction: column;
    align-items: flex-start;
  }

  .title-header--full .title-header__right{
    margin-top: 1.4rem;
  }

  .title-header--full .title-header__chapo,
  .title-header--full .content.chapo{
    max-width: 100%;
    margin-left: 0;
  }

  .title-header__cta::before{
    font-size: 1.6rem;
  }
}


.section_mtx_sections_collapsible body.home .title-header .is-1.accordion-header, body.home .is-home-nav-mobile .title-header .is-1.accordion-header, body.home .title-header .is-home-nav-mobile .is-1.accordion-header, body.home .title-header .section_mtx_sections_collapsible .is-1.accordion-header, body.home .title-header .title.is-1{

  position: relative!important;
  max-width: 100%!important;
}
