/* LOT 10.15 — Synchronisation mobile des pages publiques avec l'accueil.
   Scope strict : pages secondaires marquées fb-lot1015-public-page. */
@media screen and (max-width:767px){
  html body.fb-lot1015-public-page{overflow-x:hidden!important}
  html body.fb-lot1015-public-page .topbar{display:flex!important;align-items:center!important;column-gap:9px!important}
  html body.fb-lot1015-public-page .topbar .brand{flex:1 1 auto!important;min-width:0!important}
  html body.fb-lot1015-public-page .fb-mobile-preinscription{display:inline-flex!important}

  html body.fb-lot1015-public-page .formation-hero,
  html body.fb-lot1015-public-page .course-hero-page,
  html body.fb-lot1015-public-page .event-detail-banner{
    width:100%!important;max-width:100%!important;min-height:clamp(360px,112vw,470px)!important;height:auto!important;
    margin:0!important;padding:92px 22px 70px!important;box-sizing:border-box!important;
    background-position:center!important;background-size:cover!important;overflow:hidden!important
  }
  html body.fb-lot1015-public-page .formation-hero .formation-hero-content,
  html body.fb-lot1015-public-page .course-hero-page .course-hero-content,
  html body.fb-lot1015-public-page .event-detail-banner .event-detail-banner-content{
    width:100%!important;max-width:640px!important;margin-inline:auto!important;text-align:center!important
  }
  html body.fb-lot1015-public-page .formation-hero h1,
  html body.fb-lot1015-public-page .course-hero-page h1,
  html body.fb-lot1015-public-page .event-detail-banner h1{
    font-size:clamp(25px,8.4vw,36px)!important;line-height:1.12!important;text-align:center!important
  }
  html body.fb-lot1015-public-page .formation-hero p,
  html body.fb-lot1015-public-page .course-hero-page p,
  html body.fb-lot1015-public-page .event-detail-banner p{
    font-size:15px!important;line-height:1.55!important;text-align:center!important
  }

  html body.fb-lot1015-public-page .stats.overlap,
  html body.fb-lot1015-public-page .stats,
  html body.fb-lot1015-public-page .course-stats{
    display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;
    width:calc(100% - 28px)!important;max-width:680px!important;margin:-42px auto 28px!important;
    padding:0!important;position:relative!important;z-index:4!important
  }
  html body.fb-lot1015-public-page .stats article,
  html body.fb-lot1015-public-page .course-stats article{
    width:auto!important;min-width:0!important;max-width:none!important;min-height:150px!important;margin:0!important
  }
  html body.fb-lot1015-public-page main,
  html body.fb-lot1015-public-page .section,
  html body.fb-lot1015-public-page .site-footer{max-width:100%!important}
}
@media screen and (max-width:390px){
  html body.fb-lot1015-public-page .formation-hero,
  html body.fb-lot1015-public-page .course-hero-page,
  html body.fb-lot1015-public-page .event-detail-banner{min-height:430px!important;padding:84px 18px 64px!important}
  html body.fb-lot1015-public-page .stats.overlap,
  html body.fb-lot1015-public-page .stats,
  html body.fb-lot1015-public-page .course-stats{width:calc(100% - 20px)!important;gap:9px!important;margin-top:-36px!important}
}
