
/* =========================================================
   PRISM 8.17 — Correctif haut de page soutien mobile
   ========================================================= */
@media (max-width: 720px){
  body.p8.p8-support .support-public-wrap,
  body.p8.p8-support .prism-page.support-public-wrap{
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
    padding:14px 12px 42px !important;
    overflow-x:hidden !important;
  }

  body.p8.p8-support .support-public-hero,
  body.p8.p8-support .prism-hero.support-public-hero{
    width:100% !important;
    max-width:100% !important;
    min-height:auto !important;
    margin:0 0 14px !important;
    padding:24px 20px !important;
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:18px !important;
    align-items:start !important;
    overflow:hidden !important;
    border-radius:18px !important;
  }

  body.p8.p8-support .support-public-hero > div,
  body.p8.p8-support .prism-hero.support-public-hero > div{
    min-width:0 !important;
    width:100% !important;
    max-width:100% !important;
  }

  body.p8.p8-support .support-public-hero .prism-eyebrow{
    display:block !important;
    margin:0 0 12px !important;
    font-size:.72rem !important;
    line-height:1.35 !important;
    letter-spacing:.12em !important;
    word-break:normal !important;
    overflow-wrap:normal !important;
  }

  body.p8.p8-support .support-public-hero h1{
    max-width:100% !important;
    margin:0 0 14px !important;
    font-size:clamp(2.05rem, 10vw, 2.75rem) !important;
    line-height:1.05 !important;
    letter-spacing:-.055em !important;
    text-wrap:balance !important;
    word-break:normal !important;
    overflow-wrap:normal !important;
  }

  body.p8.p8-support .support-public-hero .prism-lead{
    max-width:100% !important;
    width:100% !important;
    margin:0 !important;
    font-size:1rem !important;
    line-height:1.68 !important;
    text-wrap:pretty !important;
    word-break:normal !important;
    overflow-wrap:normal !important;
  }

  body.p8.p8-support .support-public-hero .prism-hero-logo{
    display:block !important;
    justify-self:center !important;
    width:min(240px, 78vw) !important;
    max-width:100% !important;
    max-height:170px !important;
    margin:2px auto 0 !important;
    object-fit:contain !important;
    float:none !important;
  }

  body.p8.p8-support #root.support-public-card{
    margin:0 !important;
    padding:14px !important;
    border-radius:18px !important;
  }
}

@media (max-width: 380px){
  body.p8.p8-support .support-public-wrap,
  body.p8.p8-support .prism-page.support-public-wrap{
    padding-left:10px !important;
    padding-right:10px !important;
  }

  body.p8.p8-support .support-public-hero,
  body.p8.p8-support .prism-hero.support-public-hero{
    padding:22px 16px !important;
  }

  body.p8.p8-support .support-public-hero h1{
    font-size:2.05rem !important;
  }

  body.p8.p8-support .support-public-hero .prism-hero-logo{
    width:min(210px, 74vw) !important;
  }
}
