/* =============================================================
 *  HOPP — CSS partagé des pages « profil » (« HOPP pour... »)
 *  Test de factorisation CSS (priorité 7, validé par Thibault le 2026-09-04)
 *
 *  Extrait à l'identique (byte pour byte, hors nom de la classe racine) du
 *  bloc <style> inline précédemment dupliqué sur 16 fichiers :
 *    - hopp-pour-le-sportif-de-competition-progresse-sans-perdre-de-temps
 *    - hopp-pour-la-personne-active-comprends-ta-douleur-au-quotidien
 *    - hopp-pour-la-douleur-au-quotidien-un-programme-qui-sadapte-a-toi
 *    - hopp-pour-les-zones-avec-un-acces-limite-aux-soins
 *  × FR/EN/ES/DE (content-pages/*.html + leurs traductions).
 *
 *  Exclus de ce test (CSS non byte-identique aux 4 pages ci-dessus, voir
 *  marketing/site/backups/2026-09-04-avant-css-profil/README.md) :
 *    - hopp-pour-le-sportif-loisir-joue-cours-bouge-sans-te-blesser
 *    - hopp-pour-les-entreprises
 *
 *  Classe racine unifiée : .hopp-profil (remplace les classes historiques
 *  .hopp-douleur-au-quotidien / .hopp-personne-active /
 *  .hopp-sportif-competition / .hopp-zone-acces-limite-aux-soins,
 *  strictement identiques entre elles une fois ce nom neutralisé).
 *
 *  Chargement : mu-plugin hopp-profil-css.php, filemtime() en cache-buster,
 *  même méthode que hopp-header.css.
 * ============================================================= */
.hopp-profil{ --yellow:#FFED00; --bg:#0B0B0B; --surface:#242420; --white:#ffffff; --ink-soft:#c2c2bc; --ink-mute:#8a8a83; --line:#3a3a33; --radius:16px; font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Roboto,Arial,sans-serif; }.hopp-profil *{box-sizing:border-box;} .hopp-profil p:empty{display:none;}.hopp-profil{margin:0;background:var(--bg);color:var(--white);line-height:1.7;}.hopp-profil a{color:inherit;text-decoration:none;}.hopp-profil img{max-width:100%;display:block;border-radius:12px;}.hopp-profil .note{ max-width:860px;margin:0 auto;padding:14px 20px;background:var(--surface);border:1px solid var(--line); border-radius:10px;font-size:13px;color:var(--ink-soft);margin-top:16px; }.hopp-profil header.site{position:sticky;top:0;z-index:50;background:var(--bg);border-bottom:1px solid var(--line);}.hopp-profil .nav-wrap{max-width:1160px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:12px 24px;}.hopp-profil .logo{display:inline-flex;align-items:center;}.hopp-profil .logo img{height:40px;width:auto;border-radius:0;}.hopp-profil nav.links{display:flex;align-items:center;gap:24px;font-size:15px;font-weight:700;letter-spacing:.3px;color:#ffffff;}.hopp-profil nav.links a:hover{color:var(--yellow);}.hopp-profil nav.links .mon-test{background:var(--yellow);color:#141400;padding:9px 16px;border-radius:999px;font-weight:700;}.hopp-profil .crumbs{max-width:860px;margin:22px auto 0;padding:0 24px;font-size:12.5px;color:var(--ink-mute);}.hopp-profil .crumbs a{color:var(--ink-mute);}.hopp-profil .crumbs a:hover{color:var(--yellow);}.hopp-profil .hero{max-width:860px;margin:0 auto;padding:18px 24px 0;}.hopp-profil .eyebrow-tag{display:inline-flex;align-items:center;gap:8px;font-size:11.5px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;color:var(--bg);background:var(--yellow);padding:6px 14px;border-radius:999px;margin-bottom:14px;}.hopp-profil h1.title{font-size:33px;line-height:1.25;margin:0 0 14px;color:var(--yellow);font-weight:800;}.hopp-profil .dek{font-size:17px;color:var(--ink-soft);margin:0 0 20px;max-width:560px;}.hopp-profil .hero-photo-row{display:flex;gap:28px;align-items:center;margin:8px 0 0;}.hopp-profil .hero-photo-row>div:first-child{flex:1 1 340px;}.hopp-profil .hero-photo-row figure{flex:0 0 260px;max-width:260px;margin:0;position:relative;}.hopp-profil .hero-photo-row figure::after{content:"";position:absolute;top:50%;left:50%;width:220px;height:220px;transform:translate(-50%,-50%);background:var(--yellow);filter:blur(75px);opacity:.3;border-radius:50%;z-index:-1;}.hopp-profil .hero-photo-row figure img{width:100%;height:330px;object-fit:cover;border-radius:20px;} @media(max-width:640px){.hopp-profil .hero-photo-row{flex-direction:column;}.hopp-profil .hero-photo-row figure{max-width:100%;flex:none;}}.hopp-profil .cta{border-radius:var(--radius);padding:22px 28px;margin:16px 0;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;}.hopp-profil .cta-primary{background:var(--yellow);color:var(--bg);}.hopp-profil .cta-primary .cta-title, .hopp-profil .cta-primary .cta-sub{color:var(--bg);}.hopp-profil .cta-primary .cta-sub{color:#3a3600;}.hopp-profil .cta-soft{background:var(--surface);border:1px solid var(--yellow);}.hopp-profil .cta-soft .cta-title{color:var(--white);}.hopp-profil .cta-soft .cta-sub{color:var(--ink-soft);}.hopp-profil .cta-inline{background:var(--surface);border:1.5px dashed var(--ink-mute);}.hopp-profil .cta-inline .cta-title{color:var(--white);}.hopp-profil .cta-inline .cta-sub{color:var(--ink-soft);}.hopp-profil .cta-title{font-size:17px;font-weight:800;margin:0 0 4px;}.hopp-profil .cta-sub{font-size:13.5px;margin:0;max-width:420px;}.hopp-profil .cta-btn{white-space:nowrap;padding:12px 22px;border-radius:999px;font-weight:800;font-size:14px;}.hopp-profil .cta-primary .cta-btn{background:var(--bg);color:var(--yellow);}.hopp-profil .cta-soft .cta-btn{background:var(--yellow);color:var(--bg);}.hopp-profil .cta-inline .cta-btn{background:var(--yellow);color:var(--bg);}.hopp-profil .badge-time{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;flex:none;padding:7px 14px;background:#0B0B0B;color:var(--yellow);border-radius:10px;font-weight:800;font-size:11.5px;white-space:nowrap;line-height:1.1;}.hopp-profil /* TOC */ .toc{max-width:860px;margin:28px auto 0;padding:0 24px;}.hopp-profil .toc-box{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:18px 24px;}.hopp-profil .toc-title{font-size:12.5px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;color:var(--yellow);margin:0 0 12px;}.hopp-profil .toc-box ul{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:9px 24px;}.hopp-profil .toc-box li{display:flex;align-items:center;gap:8px;}.hopp-profil .toc-box li::before{content:"";width:5px;height:5px;border-radius:50%;background:var(--yellow);flex:none;}.hopp-profil .toc-box li a{font-size:14px;color:var(--ink-soft);line-height:1.3;}.hopp-profil .toc-box li a:hover{color:var(--yellow);}.hopp-profil /* KINE PHOTO */ .kine-photo{flex:0 0 320px;max-width:320px;margin:0;position:relative;}.hopp-profil .kine-photo img{width:100%;height:260px;object-fit:cover;border-radius:18px;} @media(max-width:640px){.hopp-profil .toc-box ul{grid-template-columns:1fr;}}.hopp-profil .layout{max-width:860px;margin:0 auto;padding:36px 24px 0;display:grid;grid-template-columns:1fr;gap:0;}.hopp-profil article p{font-size:15.5px;color:var(--ink-soft);margin:0 0 16px;}.hopp-profil article h2{font-size:22px;font-weight:800;color:var(--white);margin:0 0 16px;scroll-margin-top:90px;}.hopp-profil article h3{font-size:17px;font-weight:800;color:var(--white);margin:0 0 10px;}.hopp-profil /* STAT STRIP */ .stat-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:8px 0 34px;}.hopp-profil .stat-card{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:18px 10px;text-align:center;}.hopp-profil .stat-num{font-size:22px;font-weight:800;color:var(--yellow);display:block;}.hopp-profil .stat-label{font-size:14px;font-weight:700;color:var(--white);margin-top:6px;line-height:1.3;} @media(max-width:640px){.hopp-profil .stat-strip{grid-template-columns:1fr 1fr;}}.hopp-profil .keypoints{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:22px 26px;margin:22px 0 0;}.hopp-profil .keypoints-title{font-size:15px;font-weight:800;text-transform:uppercase;color:var(--yellow);margin:0 0 12px;}.hopp-profil .keypoints ul{margin:0;padding-left:0;list-style:none;display:grid;grid-template-columns:1fr;gap:12px;}.hopp-profil .keypoints ul li{position:relative;padding-left:30px;color:var(--white);font-size:14px;}.hopp-profil .keypoints ul li svg{position:absolute;left:0;top:1px;width:19px;height:19px;stroke:var(--yellow);flex:none;}.hopp-profil .row-media{display:flex;gap:28px;align-items:flex-start;margin:22px 0;}.hopp-profil .row-media.reverse{flex-direction:row-reverse;}.hopp-profil .row-media > div{flex:1 1 320px;}.hopp-profil .row-media figure{margin:0;flex:0 0 230px;max-width:230px;position:relative;}.hopp-profil figure.phone-frame{ background:linear-gradient(155deg,#2c2c26,#0c0c0a); border-radius:34px; padding:10px 10px 14px; border:1px solid var(--line); box-shadow:0 18px 34px rgba(0,0,0,.45); position:relative; }.hopp-profil figure.phone-frame::before{ content:""; position:absolute; top:20px; left:50%; transform:translateX(-50%); width:46px; height:6px; background:#000; border-radius:4px; z-index:2; }.hopp-profil figure.phone-frame::after{ content:""; position:absolute; bottom:auto; top:50%; left:50%; width:230px; height:230px; transform:translate(-50%,-50%); background:var(--yellow); filter:blur(75px); opacity:.4; border-radius:50%; z-index:-1; }.hopp-profil figure.phone-frame img{ width:100%; aspect-ratio:auto; object-fit:contain; border-radius:22px; border:none; display:block; } @media(max-width:640px){.hopp-profil .row-media{flex-direction:column;}.hopp-profil .row-media figure{max-width:100%;flex:none;} }.hopp-profil .callout{background:var(--surface);border-left:4px solid var(--yellow);border-radius:0 12px 12px 0;padding:16px 20px;margin:22px 0;font-size:14.5px;color:var(--ink-soft);scroll-margin-top:90px;}.hopp-profil .callout b{color:var(--yellow);font-size:16.5px;}.hopp-profil .divider{border:none;border-top:1px solid var(--line);margin:32px 0;}.hopp-profil footer.site{background:var(--bg);color:var(--ink-mute);margin-top:60px;border-top:1px solid var(--line);}.hopp-profil .footer-wrap{max-width:1120px;margin:0 auto;padding:30px 24px 40px;font-size:12.5px;} @media(max-width:720px){.hopp-profil h1.title{font-size:26px;}.hopp-profil .cta{flex-direction:column;align-items:flex-start;}.hopp-profil nav.links{display:none;} }.hopp-profil{overflow-x:clip;}.hopp-profil .layout{grid-template-columns:minmax(0,1fr);}@media (max-width:640px){.hopp-profil .row-media.reverse{flex-direction:column;}.hopp-profil .row-media figure.phone-frame{max-width:190px;width:190px;margin:0 auto;align-self:center;}.hopp-profil .kine-photo{width:100%;margin:0 auto;}}.hopp-profil .divider{display:none;}.hopp-profil .keypoints{border:1.5px solid var(--yellow);}.hopp-profil .cta-inline{border:1.5px solid var(--yellow);}.hopp-profil{overflow-x:clip;}.hopp-profil .divider{display:none;}.hopp-profil .keypoints{border:1.5px solid var(--yellow);}.hopp-profil .cta-inline{border:1.5px solid var(--yellow);}
