/* Direction premium globale : titres centrés et surfaces harmonisées */
body main section>h2,
body main section>header h2,
body main section>[class*="head"] h2,
body main section>[class*="heading"] h2,
body main .section-copy>h2,
body main .content-copy>h2,
body main .about-heading>h2,
body main .mzp-library-head h2{
  width:100%!important;
  max-width:980px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  text-align:center!important;
  text-wrap:balance!important;
  letter-spacing:-.045em!important;
}
body main section>header,
body main section>[class*="head"],
body main section>[class*="heading"]{
  text-align:center!important;
}
body main section>header>p,
body main section>[class*="head"]>p,
body main section>[class*="heading"]>p,
body main .section-label,
body main .eyebrow,
body main [class*="kicker"]{
  margin-left:auto!important;
  margin-right:auto!important;
  text-align:center!important;
}
body main section>[class*="head"] h2::after,
body main section>[class*="heading"] h2::after,
body main section>header h2::after{
  content:""!important;
  display:block!important;
  width:64px!important;
  height:2px!important;
  margin:18px auto 0!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,transparent,#e30613,transparent)!important;
  box-shadow:0 0 16px rgba(227,6,19,.7)!important;
}
body main section>[class*="head"]>div,
body main section>[class*="heading"]>div{
  width:100%!important;
  text-align:center!important;
}
body main article,
body main [class*="card"],
body main [class*="tile"],
body main [class*="panel"]{
  border-color:rgba(255,255,255,.105)!important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.055),transparent 42%),
    rgba(8,8,10,.86)!important;
  box-shadow:
    0 26px 72px rgba(0,0,0,.38),
    inset 0 1px rgba(255,255,255,.055)!important;
  backdrop-filter:blur(18px) saturate(115%)!important;
  -webkit-backdrop-filter:blur(18px) saturate(115%)!important;
}
body main article:hover,
body main [class*="card"]:hover,
body main [class*="tile"]:hover{
  border-color:rgba(227,6,19,.4)!important;
  box-shadow:
    0 32px 82px rgba(0,0,0,.48),
    0 0 28px rgba(227,6,19,.075),
    inset 0 1px rgba(255,255,255,.07)!important;
}
body main article h3,
body main [class*="card"] h3{
  text-align:center!important;
  text-wrap:balance!important;
}
body main article>p,
body main [class*="card"]>p{
  text-align:center!important;
}
body main .mzp-hero-content{
  max-width:940px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  text-align:center!important;
}
body main .mzp-hero h1{
  margin-left:auto!important;
  margin-right:auto!important;
  text-align:center!important;
}
body main .mzp-hero h1::after{margin-left:auto!important;margin-right:auto!important}
body main .mzp-hero p{margin-left:auto!important;margin-right:auto!important;text-align:center!important}
body main .mzp-external{justify-content:center!important}
body main .mzp-library-head{
  display:grid!important;
  grid-template-columns:1fr!important;
  justify-items:center!important;
  text-align:center!important;
}
body main .mzp-library-head>div{width:100%!important}
body main .mzp-library-head p{margin-left:auto!important;margin-right:auto!important}
body main .mzp-count{margin-top:8px!important}
body main .mzp-channel-copy{text-align:center!important}
body main .mzp-show-nav a{text-align:center!important;align-items:center!important}
@media(max-width:700px){
  body main section>h2,
  body main section>header h2,
  body main section>[class*="head"] h2,
  body main section>[class*="heading"] h2{
    font-size:clamp(30px,10vw,46px)!important;
    line-height:1.02!important;
  }
}

/* Version 87 : centrage réel de la présentation sur toute la fenêtre */
body main #apropos.hero-about-merged{
  position:relative!important;
  left:50%!important;
  transform:translateX(-50%)!important;
  grid-column:1/-1!important;
  width:100vw!important;
  max-width:none!important;
  margin:30px 0 0!important;
  padding:clamp(55px,6vw,92px) max(24px,calc((100vw - 1360px)/2)) clamp(52px,6vw,84px)!important;
  overflow:hidden!important;
  border-top:1px solid rgba(227,6,19,.12)!important;
  background:
    radial-gradient(circle at 50% 0,rgba(227,6,19,.12),transparent 34%),
    linear-gradient(180deg,rgba(3,3,4,.62),rgba(3,3,4,.2))!important;
  box-sizing:border-box!important;
}
body main #apropos.hero-about-merged .about-heading{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  max-width:1100px!important;
  margin:0 auto 38px!important;
  padding:0!important;
  text-align:center!important;
}
body main #apropos.hero-about-merged .about-heading .section-label{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  margin:0 auto 16px!important;
  text-align:center!important;
}
body main #apropos.hero-about-merged .about-heading h2{
  display:block!important;
  width:100%!important;
  max-width:1050px!important;
  margin:0 auto!important;
  text-align:center!important;
  font-size:clamp(42px,5vw,76px)!important;
  line-height:.96!important;
  text-wrap:balance!important;
}
body main #apropos.hero-about-merged .about-heading h2::after{
  content:""!important;
  display:block!important;
  width:64px!important;
  height:2px!important;
  margin:22px auto 0!important;
  border-radius:99px!important;
  background:linear-gradient(90deg,transparent,#e30613,transparent)!important;
  box-shadow:0 0 16px rgba(227,6,19,.65)!important;
}
body main #apropos.hero-about-merged .about-cards,
body main #apropos.hero-about-merged .about-stats{
  width:100%!important;
  max-width:1320px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
@media(max-width:760px){
  body main #apropos.hero-about-merged{
    left:50%!important;
    transform:translateX(-50%)!important;
    width:100vw!important;
    margin-top:20px!important;
    padding:45px 16px 50px!important;
  }
  body main #apropos.hero-about-merged .about-heading{
    align-items:center!important;
    margin-bottom:28px!important;
    text-align:center!important;
  }
  body main #apropos.hero-about-merged .about-heading .section-label{
    justify-content:center!important;
  }
  body main #apropos.hero-about-merged .about-heading h2{
    font-size:clamp(34px,11vw,50px)!important;
    line-height:1!important;
  }
}
