.hopp-sport{ --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-sport *{box-sizing:border-box;} .hopp-sport p:empty{display:none;} .hopp-sport{margin:0;background:var(--bg);color:var(--white);line-height:1.7;} .hopp-sport a{color:inherit;text-decoration:none;} .hopp-sport img{max-width:100%;display:block;border-radius:12px;} .hopp-sport .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-sport header.site{position:sticky;top:0;z-index:50;background:var(--bg);border-bottom:1px solid var(--line);} .hopp-sport .nav-wrap{max-width:1160px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:12px 24px;} .hopp-sport .logo{display:inline-flex;align-items:center;} .hopp-sport .logo img{height:40px;width:auto;border-radius:0;} .hopp-sport nav.links{display:flex;align-items:center;gap:24px;font-size:15px;font-weight:700;letter-spacing:.3px;color:#ffffff;} .hopp-sport nav.links a:hover{color:var(--yellow);} .hopp-sport nav.links .mon-test{background:var(--yellow);color:#141400;padding:9px 16px;border-radius:999px;font-weight:700;} .hopp-sport .crumbs{max-width:860px;margin:22px auto 0;padding:0 24px;font-size:12.5px;color:var(--ink-mute);} .hopp-sport .crumbs a{color:var(--ink-mute);} .hopp-sport .crumbs a:hover{color:var(--yellow);} .hopp-sport .hero{max-width:860px;margin:0 auto;padding:18px 24px 0;} .hopp-sport .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-sport h1.title{font-size:38px;line-height:1.2;margin:0 0 14px;color:var(--yellow);font-weight:800;} .hopp-sport .dek{font-size:17px;color:var(--ink-soft);margin:0 0 20px;max-width:560px;} .hopp-sport .hero-photo-row{display:flex;gap:28px;align-items:center;margin:8px 0 0;} .hopp-sport .hero-photo-row>div:first-child{flex:1 1 340px;} .hopp-sport .hero-photo-row figure{flex:0 0 260px;max-width:260px;margin:0;position:relative;} .hopp-sport .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-sport .hero-photo-row figure img{width:100%;height:330px;object-fit:cover;border-radius:20px;} @media (max-width:640px){.hopp-sport .hero-photo-row{flex-direction:column;} .hopp-sport .hero-photo-row figure{max-width:100%;flex:none;}} .hopp-sport .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-sport .cta-primary{background:var(--yellow);color:var(--bg);} .hopp-sport .cta-primary .cta-title, .hopp-sport .cta-primary .cta-sub{color:var(--bg);} .hopp-sport .cta-primary .cta-sub{color:#3a3600;} .hopp-sport .cta-soft{background:var(--surface);border:1px solid var(--yellow);} .hopp-sport .cta-soft .cta-title{color:var(--white);} .hopp-sport .cta-soft .cta-sub{color:var(--ink-soft);} .hopp-sport .cta-inline{background:var(--surface);border:1.5px dashed var(--ink-mute);} .hopp-sport .cta-inline .cta-title{color:var(--white);} .hopp-sport .cta-inline .cta-sub{color:var(--ink-soft);} .hopp-sport .cta-title{font-size:17px;font-weight:800;margin:0 0 4px;} .hopp-sport .cta-sub{font-size:13.5px;margin:0;max-width:420px;} .hopp-sport .cta-btn{white-space:nowrap;padding:12px 22px;border-radius:999px;font-weight:800;font-size:14px;} .hopp-sport .cta-primary .cta-btn{background:var(--bg);color:var(--yellow);} .hopp-sport .cta-soft .cta-btn{background:var(--yellow);color:var(--bg);} .hopp-sport .cta-inline .cta-btn{background:var(--yellow);color:var(--bg);} .hopp-sport .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-sport .toc{max-width:860px;margin:28px auto 0;padding:0 24px;} .hopp-sport .toc-box{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:18px 24px;} .hopp-sport .toc-title{font-size:12.5px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;color:var(--yellow);margin:0 0 12px;} .hopp-sport .toc-box ul{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:9px 24px;} .hopp-sport .toc-box li{display:flex;align-items:center;gap:8px;} .hopp-sport .toc-box li::before{content:"";width:5px;height:5px;border-radius:50%;background:var(--yellow);flex:none;} .hopp-sport .toc-box li a{font-size:14px;color:var(--ink-soft);line-height:1.3;} .hopp-sport .toc-box li a:hover{color:var(--yellow);} @media (max-width:640px){.hopp-sport .toc-box ul{grid-template-columns:1fr;}} .hopp-sport .kine-photo{flex:0 0 320px;max-width:320px;margin:0;position:relative;} .hopp-sport .kine-photo img{width:100%;height:260px;object-fit:cover;border-radius:18px;} .hopp-sport .layout{max-width:860px;margin:0 auto;padding:36px 24px 0;display:grid;grid-template-columns:1fr;gap:0;} .hopp-sport article p{font-size:15.5px;color:var(--ink-soft);margin:0 0 16px;} .hopp-sport article h2{font-size:22px;font-weight:800;color:var(--white);margin:0 0 16px;scroll-margin-top:90px;} .hopp-sport article h3{font-size:17px;font-weight:800;color:var(--white);margin:0 0 10px;} .hopp-sport .stat-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:8px 0 34px;} .hopp-sport .stat-card{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:18px 10px;text-align:center;} .hopp-sport .stat-num{font-size:22px;font-weight:800;color:var(--yellow);display:block;} .hopp-sport .stat-label{font-size:14px;font-weight:700;color:var(--white);margin-top:6px;line-height:1.3;} @media (max-width:640px){.hopp-sport .stat-strip{grid-template-columns:1fr 1fr;}} .hopp-sport .keypoints{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:22px 26px;margin:22px 0 0;} .hopp-sport .keypoints-title{font-size:15px;font-weight:800;text-transform:uppercase;color:var(--yellow);margin:0 0 12px;} .hopp-sport .keypoints ul{margin:0;padding-left:0;list-style:none;display:grid;grid-template-columns:1fr;gap:6px;} .hopp-sport .keypoints ul li{position:relative;padding-left:30px;color:var(--white);font-size:14px;line-height:1.4;} .hopp-sport .keypoints ul li svg{position:absolute;left:0;top:1px;width:19px;height:19px;stroke:var(--yellow);flex:none;} .hopp-sport .keypoints ul.two-col{grid-template-columns:1fr 1fr;gap:10px 20px;} .hopp-sport .keypoints ul.two-col li{padding-left:16px;color:var(--ink-soft);} .hopp-sport .keypoints ul.two-col li::before{content:"";position:absolute;left:0;top:9px;width:6px;height:6px;border-radius:50%;background:var(--yellow);} @media (max-width:640px){.hopp-sport .keypoints ul.two-col{grid-template-columns:1fr;}} .hopp-sport .row-media{display:flex;gap:28px;align-items:flex-start;margin:22px 0;} .hopp-sport .row-media.reverse{flex-direction:row-reverse;} .hopp-sport .row-media > div{flex:1 1 320px;} .hopp-sport .row-media figure{margin:0;flex:0 0 230px;max-width:230px;position:relative;} .hopp-sport .row-media figure.photo img{width:100%;height:290px;object-fit:cover;border-radius:var(--radius);} .hopp-sport 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-sport 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-sport 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-sport figure.phone-frame img{ width:100%; aspect-ratio:auto; object-fit:contain; border-radius:22px; border:none; display:block; } @media (max-width:640px){.hopp-sport .row-media{flex-direction:column;} .hopp-sport .row-media figure{max-width:100%;flex:none;}} .hopp-sport .picker{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:22px;margin:22px 0;} .hopp-sport .picker-label{display:block;font-size:16px;font-weight:800;letter-spacing:.2px;color:var(--yellow);margin-bottom:14px;} .hopp-sport .picker-select{ width:100%;appearance:none;-webkit-appearance:none;-moz-appearance:none; background:var(--bg) url("data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23FFED00" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M6 9l6 6 6-6"/></svg>") no-repeat right 16px center / 18px 18px; border:1.5px solid var(--yellow);border-radius:12px;color:var(--white);font-family:inherit;font-size:15px;font-weight:600; padding:15px 46px 15px 16px;cursor:pointer; } .hopp-sport .picker-select option{background:var(--bg);color:var(--white);} .hopp-sport .path-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:20px 0 8px;} .hopp-sport .path-pill{display:flex;align-items:center;justify-content:space-between;gap:8px;background:rgba(255,237,0,.07);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid rgba(255,237,0,.25);border-radius:12px;padding:13px 16px;font-size:13.5px;font-weight:600;color:var(--white);cursor:pointer;line-height:1.3;min-height:82px;box-sizing:border-box;} .hopp-sport .path-pill:hover{background:rgba(255,237,0,.14);border-color:var(--yellow);color:var(--yellow);} .hopp-sport .path-pill svg{flex:none;width:14px;height:14px;stroke:currentColor;opacity:.6;} @media (min-width:640px){.hopp-sport .path-grid{grid-template-columns:repeat(2,1fr);}} .hopp-sport .mini-tab{display:inline-block;background:rgba(255,237,0,.12);border:1px solid rgba(255,237,0,.35);border-radius:8px;padding:2px 10px;color:var(--yellow);font-weight:800;text-decoration:none;} .hopp-sport .mini-tab:hover{background:rgba(255,237,0,.22);border-color:var(--yellow);} .hopp-sport .profile-nav{margin:20px 0 8px;display:grid;grid-template-columns:repeat(5,1fr);gap:10px;} .hopp-sport .profile-pill{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:16px 6px;font-size:12.5px;font-weight:800;color:var(--white);line-height:1.25;} .hopp-sport .profile-pill svg{width:26px;height:26px;stroke:var(--yellow);stroke-width:2.3;flex:none;} .hopp-sport .profile-pill:hover{border-color:var(--yellow);color:var(--yellow);} @media (max-width:720px){.hopp-sport .profile-nav{grid-template-columns:repeat(2,1fr);}} .hopp-sport .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-sport .callout b{color:var(--yellow);font-size:16.5px;} .hopp-sport .divider{border:none;border-top:1px solid var(--line);margin:32px 0;} .hopp-sport .faq-item{border-bottom:1px solid var(--line);padding:16px 0;} .hopp-sport .faq-item summary{cursor:pointer;font-size:15.5px;font-weight:700;color:var(--white);list-style:none;display:flex;justify-content:space-between;align-items:center;gap:12px;} .hopp-sport .faq-item summary::-webkit-details-marker{display:none;} .hopp-sport .faq-item summary::after{content:"+";font-size:20px;color:var(--yellow);flex:none;} .hopp-sport .faq-item[open] summary::after{content:"–";} .hopp-sport .faq-item p{font-size:14.5px;color:var(--ink-soft);margin:12px 0 0;} .hopp-sport footer.site{background:var(--bg);color:var(--ink-mute);margin-top:60px;border-top:1px solid var(--line);} .hopp-sport .footer-wrap{max-width:1120px;margin:0 auto;padding:30px 24px 40px;font-size:12.5px;} @media (max-width:720px){.hopp-sport h1.title{font-size:26px;} .hopp-sport .cta{flex-direction:column;align-items:flex-start;} .hopp-sport nav.links{display:none;}}.hopp-sport{overflow-x:hidden;}.hopp-sport .layout{grid-template-columns:minmax(0,1fr);}.hopp-sport .cta-inline{border:1.5px solid var(--yellow);}.hopp-sport .keypoints-dosage{border:1.5px solid var(--yellow);}.hopp-sport .keypoints-risques{border:1.5px solid var(--yellow);}@media (max-width:720px){.hopp-sport h1.title{font-size:30px;}}@media (max-width:640px){.hopp-sport .row-media.reverse{flex-direction:column;}.hopp-sport .hero-photo-row figure{margin-top:-20px;}.hopp-sport .kine-photo{margin:0 auto;}}.hopp-sport .divider-1, .hopp-sport .divider-2, .hopp-sport .divider-3{display:none;}@media (max-width:640px){.hopp-sport .hero-photo-row figure{order:-1;}.hopp-sport #risques{margin-top:-16px;}.hopp-sport #faq{margin-top:-16px;}.hopp-sport .row-media figure.photo{width:100%;margin:0 auto;}.hopp-sport .row-media.reverse figure.phone-frame{max-width:190px;width:190px;margin:0 auto;}}@media (max-width:640px){.hopp-sport .hero-photo-row figure{margin-top:0;}.hopp-sport #faq{margin-top:-6px;}}