@import url('https://fonts.googleapis.com/css2?family=Saira:wght@300;400;500;600;700;800&family=Saira+Stencil+One&display=swap');
:root{--d5a-primary:#212121;--d5a-accent:#f70d28;--d5a-bg:#fff;--d5a-surface:#f7f7f7;--d5a-text:#212121;--d5a-soft:#5A6080;--d5a-line:#E5E5E5;--d5a-head:'Saira Stencil One',system-ui;--d5a-body:'Saira',Arial,sans-serif}
*{box-sizing:border-box}body.d5a-body{margin:0;background:var(--d5a-bg);color:var(--d5a-text);font-family:var(--d5a-body);line-height:1.6}main,.d5a-main{padding-top:0!important;margin-top:0!important}a{color:inherit}.d5a-header{position:sticky;top:0;z-index:999;background:#fff;border-bottom:4px solid var(--d5a-primary)}.d5a-header-inner{max-width:1240px;margin:0 auto;display:flex;align-items:center;gap:1.6rem;padding:.8rem 1.2rem}.d5a-brand-link{display:flex;align-items:center;gap:.7rem;text-decoration:none;flex-shrink:0}.d5a-brand-logo{width:auto;height:auto;max-width:74px}.d5a-brand-name{font-family:var(--d5a-head);font-size:1.25rem;text-transform:uppercase;letter-spacing:.04em}.d5a-nav-desktop{display:none}.d5a-nav-desktop-list{display:flex;gap:1rem;list-style:none;margin:0;padding:0;align-items:center;flex-wrap:wrap;justify-content:center}.d5a-nav-desktop-list a{text-decoration:none;font-weight:800;font-size:.86rem;text-transform:uppercase;padding:.35rem .15rem;border-bottom:3px solid transparent}.d5a-nav-desktop-list a:hover{border-bottom-color:var(--d5a-accent)}.d5a-header-actions{margin-left:auto;display:flex;align-items:center;gap:.75rem}.d5a-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:8px;padding:.82rem 1rem;text-decoration:none;font-weight:800;border:2px solid transparent}.d5a-btn--cta{background:var(--d5a-accent);color:#fff}.d5a-btn--ghost{background:#fff;color:#212121;border-color:#212121}.d5a-burger{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;min-width:42px;min-height:42px;background:#fff;border:1.5px solid rgba(0,0,0,.2);border-radius:8px;color:#1a1a1a;cursor:pointer;z-index:10000;flex-shrink:0}.d5a-burger-bars{display:flex;flex-direction:column;gap:4px;width:24px;height:16px}.d5a-burger-bars span{display:block;height:2px;background:currentColor}.d5a-nav-mobile{display:none}.d5a-drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.46);z-index:9998}.d5a-drawer-close{align-self:flex-end;background:#212121;color:#fff;border:0;border-radius:8px;padding:.65rem 1rem}.d5a-nav-mobile-list{list-style:none;margin:1rem 0 0;padding:0}.d5a-nav-mobile-list a{display:block;color:#111;text-decoration:none;font-weight:800;border-bottom:1px solid #e5e5e5;padding:1rem 0}.d5a-drawer-cta{display:block!important;margin:2rem 0 1.5rem!important;padding:1rem 1.5rem!important;text-align:center!important;background:var(--d5a-accent)!important;color:#fff!important;border-radius:8px!important;font-weight:800!important;text-decoration:none!important;font-size:1.05rem!important}.d5a-hero{position:relative;overflow:hidden;min-height:70vh;background:#f7f7f7;display:flex;align-items:flex-end}.d5a-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.d5a-hero-inner{position:relative;z-index:2;max-width:1050px;margin:0 auto;padding:7rem 1.2rem 5rem;width:100%}.d5a-hero-inner:before{content:'“';font-family:var(--d5a-head);font-size:12rem;line-height:.5;color:var(--d5a-accent);display:block}.d5a-hero-kicker,.d5a-section-kicker{text-transform:uppercase;font-weight:900;letter-spacing:.08em;color:var(--d5a-accent)}.d5a-hero-title{font-family:var(--d5a-head);font-size:clamp(3rem,7vw,7.2rem);line-height:.9;margin:.3rem 0;color:#fff;text-shadow:0 3px 18px rgba(0,0,0,.6)}.d5a-hero-subtitle{max-width:680px;font-size:1.28rem;font-weight:700;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.58)}.d5a-hero-actions{display:flex;gap:.8rem;flex-wrap:wrap}.d5a-section-head{max-width:1180px;margin:0 auto 1.5rem;padding:0 1.2rem}.d5a-section-head h2,.d5a-editorial h2,.d5a-home-tool h2{font-family:var(--d5a-head);font-size:clamp(2rem,4vw,4rem);line-height:1;margin:.2rem 0}.d5a-categories,.d5a-latest,.d5a-editorial,.d5a-home-tool{padding:4.5rem 0}.d5a-cat-grid,.d5a-post-grid{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding:0 1.2rem}.d5a-cat-card{background:#fff;border:1px solid var(--d5a-line);border-radius:8px;overflow:hidden}.d5a-cat-card a{text-decoration:none;display:block}.d5a-cat-card img{display:block;width:100%;height:190px;object-fit:cover;background:#212121}.d5a-cat-card span{display:block;padding:1rem;font-family:var(--d5a-head);font-size:1.35rem}.d5a-editorial{background:#212121;color:#fff}.d5a-editorial-inner{max-width:960px;margin:0 auto;padding:0 1.2rem}.d5a-editorial p{font-size:1.08rem;color:#f4f4f4}.d5a-editorial a{color:#fff;text-decoration:underline;text-decoration-color:var(--d5a-accent);text-decoration-thickness:3px}.d5a-post-card{background:#fff;border:1px solid var(--d5a-line);border-radius:8px;overflow:hidden}.d5a-post-card a{text-decoration:none;display:block;height:100%}.d5a-post-card img{display:block;width:100%;height:180px;object-fit:cover}.d5a-post-card h3{padding:0 1rem;margin:.4rem 0;font-size:1.2rem}.d5a-post-card p{padding:0 1rem 1rem;color:#5A6080}.d5a-post-date{display:block;padding:1rem 1rem 0;color:#5A6080;font-size:.9rem}.d5a-home-tool{background:#f7f7f7}.d5a-home-tool-copy{max-width:860px;margin:0 auto;padding:0 1.2rem}.d5a-footer{background:#212121;color:#fff}.d5a-footer-inner{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1.35fr 1fr 1fr 1fr;gap:2rem;padding:3.5rem 1.2rem}.d5a-footer-title{font-family:var(--d5a-head);font-size:1.2rem}.d5a-footer-links{list-style:none;margin:0;padding:0}.d5a-footer-links a,.d5a-footer-brand-cta{color:#fff;text-decoration:underline;text-decoration-color:rgba(255,255,255,.55);display:inline-block;margin:.25rem 0}.d5a-footer-brand-pitch{color:#f1f1f1}.d5a-footer-bottom{border-top:1px solid rgba(255,255,255,.18);padding:1rem 1.2rem;text-align:center;color:#eee}.d5a-persona-photo{width:min(360px,100%);height:auto;border-radius:8px;display:block;margin:1rem 0}
@keyframes rpCtaGlass{0%,100%{box-shadow:0 0 0 rgba(247,13,40,0)}50%{box-shadow:0 16px 42px rgba(247,13,40,.28)}}.d5a-btn--cta{animation:rpCtaGlass 4.8s ease-in-out infinite;backdrop-filter:blur(10px)}
@keyframes rpBeforeAfter{0%{clip-path:inset(0 55% 0 0)}50%{clip-path:inset(0 25% 0 0)}100%{clip-path:inset(0 55% 0 0)}}.d5a-ctr-before{animation:rpBeforeAfter 7s ease-in-out infinite}
@keyframes rpChatPulse{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}}.d5a-cto-widget{animation:rpChatPulse 3.5s ease-in-out infinite}
@media (min-width:1024px){.d5a-nav-desktop{display:flex;flex:1;justify-content:center;margin:0 1.2rem}.d5a-burger,.d5a-burger-wrap{display:none!important}.d5a-drawer-cta{display:none!important}}
@media (max-width:1023px){.d5a-header-cta-desktop,[class*="-header"] [class*="-btn--cta"]:not([class*="-drawer-"]){display:none!important}.d5a-header-inner{justify-content:space-between}.d5a-header-actions{display:flex!important;align-items:center!important;gap:8px!important;flex-shrink:0!important}.d5a-nav-mobile.is-open{display:flex;flex-direction:column;position:fixed;top:0;right:0;bottom:0;width:86%;max-width:380px;background:#fff;padding:1rem 1.5rem 2rem;z-index:9999;overflow-y:auto;box-shadow:-10px 0 30px rgba(0,0,0,.3)}.d5a-burger{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;padding:8px!important;background:rgba(255,255,255,.92)!important;border:1.5px solid rgba(0,0,0,.18)!important;border-radius:8px!important;color:#1a1a1a!important;cursor:pointer!important;z-index:10000!important;flex-shrink:0!important;position:relative!important}.d5a-burger-bars,.d5a-burger>span{display:flex!important;flex-direction:column!important;gap:4px!important;width:24px!important;height:16px!important}.d5a-cat-grid,.d5a-post-grid,.d5a-footer-inner{grid-template-columns:1fr}.d5a-hero-title{font-size:3.2rem}.d5a-categories,.d5a-latest,.d5a-editorial,.d5a-home-tool{padding:3rem 0}}
@media (max-width:680px){.d5a-brand-name{font-size:1rem}.d5a-brand-logo{max-width:58px}.d5a-hero-inner{padding:5rem 1rem 3rem}.d5a-hero-subtitle{font-size:1.05rem}.d5a-cat-card img,.d5a-post-card img{height:160px}}
/* piste graphique 001: lignes stade, contraste rouge, grille magazine */
/* piste graphique 002: lignes stade, contraste rouge, grille magazine */
/* piste graphique 003: lignes stade, contraste rouge, grille magazine */
/* piste graphique 004: lignes stade, contraste rouge, grille magazine */
/* piste graphique 005: lignes stade, contraste rouge, grille magazine */
/* piste graphique 006: lignes stade, contraste rouge, grille magazine */
/* piste graphique 007: lignes stade, contraste rouge, grille magazine */
/* piste graphique 008: lignes stade, contraste rouge, grille magazine */
/* piste graphique 009: lignes stade, contraste rouge, grille magazine */
/* piste graphique 010: lignes stade, contraste rouge, grille magazine */
/* piste graphique 011: lignes stade, contraste rouge, grille magazine */
/* piste graphique 012: lignes stade, contraste rouge, grille magazine */
/* piste graphique 013: lignes stade, contraste rouge, grille magazine */
/* piste graphique 014: lignes stade, contraste rouge, grille magazine */
/* piste graphique 015: lignes stade, contraste rouge, grille magazine */
/* piste graphique 016: lignes stade, contraste rouge, grille magazine */
/* piste graphique 017: lignes stade, contraste rouge, grille magazine */
/* piste graphique 018: lignes stade, contraste rouge, grille magazine */
/* piste graphique 019: lignes stade, contraste rouge, grille magazine */
/* piste graphique 020: lignes stade, contraste rouge, grille magazine */
/* piste graphique 021: lignes stade, contraste rouge, grille magazine */
/* piste graphique 022: lignes stade, contraste rouge, grille magazine */
/* piste graphique 023: lignes stade, contraste rouge, grille magazine */
/* piste graphique 024: lignes stade, contraste rouge, grille magazine */
/* piste graphique 025: lignes stade, contraste rouge, grille magazine */
/* piste graphique 026: lignes stade, contraste rouge, grille magazine */
/* piste graphique 027: lignes stade, contraste rouge, grille magazine */
/* piste graphique 028: lignes stade, contraste rouge, grille magazine */
/* piste graphique 029: lignes stade, contraste rouge, grille magazine */
/* piste graphique 030: lignes stade, contraste rouge, grille magazine */
/* piste graphique 031: lignes stade, contraste rouge, grille magazine */
/* piste graphique 032: lignes stade, contraste rouge, grille magazine */
/* piste graphique 033: lignes stade, contraste rouge, grille magazine */
/* piste graphique 034: lignes stade, contraste rouge, grille magazine */
/* piste graphique 035: lignes stade, contraste rouge, grille magazine */
/* piste graphique 036: lignes stade, contraste rouge, grille magazine */
/* piste graphique 037: lignes stade, contraste rouge, grille magazine */
/* piste graphique 038: lignes stade, contraste rouge, grille magazine */
/* piste graphique 039: lignes stade, contraste rouge, grille magazine */
/* piste graphique 040: lignes stade, contraste rouge, grille magazine */
/* piste graphique 041: lignes stade, contraste rouge, grille magazine */
/* piste graphique 042: lignes stade, contraste rouge, grille magazine */
/* piste graphique 043: lignes stade, contraste rouge, grille magazine */
/* piste graphique 044: lignes stade, contraste rouge, grille magazine */
/* piste graphique 045: lignes stade, contraste rouge, grille magazine */
/* piste graphique 046: lignes stade, contraste rouge, grille magazine */
/* piste graphique 047: lignes stade, contraste rouge, grille magazine */
/* piste graphique 048: lignes stade, contraste rouge, grille magazine */
/* piste graphique 049: lignes stade, contraste rouge, grille magazine */
/* piste graphique 050: lignes stade, contraste rouge, grille magazine */
/* piste graphique 051: lignes stade, contraste rouge, grille magazine */
/* piste graphique 052: lignes stade, contraste rouge, grille magazine */
/* piste graphique 053: lignes stade, contraste rouge, grille magazine */
/* piste graphique 054: lignes stade, contraste rouge, grille magazine */
/* piste graphique 055: lignes stade, contraste rouge, grille magazine */
/* piste graphique 056: lignes stade, contraste rouge, grille magazine */
/* piste graphique 057: lignes stade, contraste rouge, grille magazine */
/* piste graphique 058: lignes stade, contraste rouge, grille magazine */
/* piste graphique 059: lignes stade, contraste rouge, grille magazine */
/* piste graphique 060: lignes stade, contraste rouge, grille magazine */
/* piste graphique 061: lignes stade, contraste rouge, grille magazine */
/* piste graphique 062: lignes stade, contraste rouge, grille magazine */
/* piste graphique 063: lignes stade, contraste rouge, grille magazine */
/* piste graphique 064: lignes stade, contraste rouge, grille magazine */
/* piste graphique 065: lignes stade, contraste rouge, grille magazine */
/* piste graphique 066: lignes stade, contraste rouge, grille magazine */
/* piste graphique 067: lignes stade, contraste rouge, grille magazine */
/* piste graphique 068: lignes stade, contraste rouge, grille magazine */
/* piste graphique 069: lignes stade, contraste rouge, grille magazine */
/* piste graphique 070: lignes stade, contraste rouge, grille magazine */
/* piste graphique 071: lignes stade, contraste rouge, grille magazine */
/* piste graphique 072: lignes stade, contraste rouge, grille magazine */
/* piste graphique 073: lignes stade, contraste rouge, grille magazine */
/* piste graphique 074: lignes stade, contraste rouge, grille magazine */
/* piste graphique 075: lignes stade, contraste rouge, grille magazine */
/* piste graphique 076: lignes stade, contraste rouge, grille magazine */
/* piste graphique 077: lignes stade, contraste rouge, grille magazine */
/* piste graphique 078: lignes stade, contraste rouge, grille magazine */
/* piste graphique 079: lignes stade, contraste rouge, grille magazine */
/* piste graphique 080: lignes stade, contraste rouge, grille magazine */
/* piste graphique 081: lignes stade, contraste rouge, grille magazine */
/* piste graphique 082: lignes stade, contraste rouge, grille magazine */
/* piste graphique 083: lignes stade, contraste rouge, grille magazine */
/* piste graphique 084: lignes stade, contraste rouge, grille magazine */
/* piste graphique 085: lignes stade, contraste rouge, grille magazine */
/* piste graphique 086: lignes stade, contraste rouge, grille magazine */
/* piste graphique 087: lignes stade, contraste rouge, grille magazine */
/* piste graphique 088: lignes stade, contraste rouge, grille magazine */
/* piste graphique 089: lignes stade, contraste rouge, grille magazine */
/* piste graphique 090: lignes stade, contraste rouge, grille magazine */
/* piste graphique 091: lignes stade, contraste rouge, grille magazine */
/* piste graphique 092: lignes stade, contraste rouge, grille magazine */
/* piste graphique 093: lignes stade, contraste rouge, grille magazine */
/* piste graphique 094: lignes stade, contraste rouge, grille magazine */
/* piste graphique 095: lignes stade, contraste rouge, grille magazine */
/* piste graphique 096: lignes stade, contraste rouge, grille magazine */
/* piste graphique 097: lignes stade, contraste rouge, grille magazine */
/* piste graphique 098: lignes stade, contraste rouge, grille magazine */
/* piste graphique 099: lignes stade, contraste rouge, grille magazine */
/* piste graphique 100: lignes stade, contraste rouge, grille magazine */
/* piste graphique 101: lignes stade, contraste rouge, grille magazine */
/* piste graphique 102: lignes stade, contraste rouge, grille magazine */
/* piste graphique 103: lignes stade, contraste rouge, grille magazine */
/* piste graphique 104: lignes stade, contraste rouge, grille magazine */
/* piste graphique 105: lignes stade, contraste rouge, grille magazine */
/* piste graphique 106: lignes stade, contraste rouge, grille magazine */
/* piste graphique 107: lignes stade, contraste rouge, grille magazine */
/* piste graphique 108: lignes stade, contraste rouge, grille magazine */
/* piste graphique 109: lignes stade, contraste rouge, grille magazine */
/* piste graphique 110: lignes stade, contraste rouge, grille magazine */
/* piste graphique 111: lignes stade, contraste rouge, grille magazine */
/* piste graphique 112: lignes stade, contraste rouge, grille magazine */
/* piste graphique 113: lignes stade, contraste rouge, grille magazine */
/* piste graphique 114: lignes stade, contraste rouge, grille magazine */
/* piste graphique 115: lignes stade, contraste rouge, grille magazine */
/* piste graphique 116: lignes stade, contraste rouge, grille magazine */
/* piste graphique 117: lignes stade, contraste rouge, grille magazine */
/* piste graphique 118: lignes stade, contraste rouge, grille magazine */
/* piste graphique 119: lignes stade, contraste rouge, grille magazine */
/* piste graphique 120: lignes stade, contraste rouge, grille magazine */
/* piste graphique 121: lignes stade, contraste rouge, grille magazine */
/* piste graphique 122: lignes stade, contraste rouge, grille magazine */
/* piste graphique 123: lignes stade, contraste rouge, grille magazine */
/* piste graphique 124: lignes stade, contraste rouge, grille magazine */
/* piste graphique 125: lignes stade, contraste rouge, grille magazine */
/* piste graphique 126: lignes stade, contraste rouge, grille magazine */
/* piste graphique 127: lignes stade, contraste rouge, grille magazine */
/* piste graphique 128: lignes stade, contraste rouge, grille magazine */
/* piste graphique 129: lignes stade, contraste rouge, grille magazine */
/* piste graphique 130: lignes stade, contraste rouge, grille magazine */
/* piste graphique 131: lignes stade, contraste rouge, grille magazine */
/* piste graphique 132: lignes stade, contraste rouge, grille magazine */
/* piste graphique 133: lignes stade, contraste rouge, grille magazine */
/* piste graphique 134: lignes stade, contraste rouge, grille magazine */
/* piste graphique 135: lignes stade, contraste rouge, grille magazine */
/* piste graphique 136: lignes stade, contraste rouge, grille magazine */
/* piste graphique 137: lignes stade, contraste rouge, grille magazine */
/* piste graphique 138: lignes stade, contraste rouge, grille magazine */
/* piste graphique 139: lignes stade, contraste rouge, grille magazine */
/* piste graphique 140: lignes stade, contraste rouge, grille magazine */
/* piste graphique 141: lignes stade, contraste rouge, grille magazine */
/* piste graphique 142: lignes stade, contraste rouge, grille magazine */
/* piste graphique 143: lignes stade, contraste rouge, grille magazine */
/* piste graphique 144: lignes stade, contraste rouge, grille magazine */
/* piste graphique 145: lignes stade, contraste rouge, grille magazine */
/* piste graphique 146: lignes stade, contraste rouge, grille magazine */
/* piste graphique 147: lignes stade, contraste rouge, grille magazine */
/* piste graphique 148: lignes stade, contraste rouge, grille magazine */
/* piste graphique 149: lignes stade, contraste rouge, grille magazine */
/* piste graphique 150: lignes stade, contraste rouge, grille magazine */
/* piste graphique 151: lignes stade, contraste rouge, grille magazine */
/* piste graphique 152: lignes stade, contraste rouge, grille magazine */
/* piste graphique 153: lignes stade, contraste rouge, grille magazine */
/* piste graphique 154: lignes stade, contraste rouge, grille magazine */
/* piste graphique 155: lignes stade, contraste rouge, grille magazine */
/* piste graphique 156: lignes stade, contraste rouge, grille magazine */
/* piste graphique 157: lignes stade, contraste rouge, grille magazine */
/* piste graphique 158: lignes stade, contraste rouge, grille magazine */
/* piste graphique 159: lignes stade, contraste rouge, grille magazine */
/* piste graphique 160: lignes stade, contraste rouge, grille magazine */
/* piste graphique 161: lignes stade, contraste rouge, grille magazine */
/* piste graphique 162: lignes stade, contraste rouge, grille magazine */
/* piste graphique 163: lignes stade, contraste rouge, grille magazine */
/* piste graphique 164: lignes stade, contraste rouge, grille magazine */
/* piste graphique 165: lignes stade, contraste rouge, grille magazine */
/* piste graphique 166: lignes stade, contraste rouge, grille magazine */
/* piste graphique 167: lignes stade, contraste rouge, grille magazine */
/* piste graphique 168: lignes stade, contraste rouge, grille magazine */
/* piste graphique 169: lignes stade, contraste rouge, grille magazine */
/* piste graphique 170: lignes stade, contraste rouge, grille magazine */
/* piste graphique 171: lignes stade, contraste rouge, grille magazine */
/* piste graphique 172: lignes stade, contraste rouge, grille magazine */
/* piste graphique 173: lignes stade, contraste rouge, grille magazine */
/* piste graphique 174: lignes stade, contraste rouge, grille magazine */
/* piste graphique 175: lignes stade, contraste rouge, grille magazine */
/* piste graphique 176: lignes stade, contraste rouge, grille magazine */
/* piste graphique 177: lignes stade, contraste rouge, grille magazine */
/* piste graphique 178: lignes stade, contraste rouge, grille magazine */
/* piste graphique 179: lignes stade, contraste rouge, grille magazine */
/* piste graphique 180: lignes stade, contraste rouge, grille magazine */
/* piste graphique 181: lignes stade, contraste rouge, grille magazine */
/* piste graphique 182: lignes stade, contraste rouge, grille magazine */
/* piste graphique 183: lignes stade, contraste rouge, grille magazine */
/* piste graphique 184: lignes stade, contraste rouge, grille magazine */
/* piste graphique 185: lignes stade, contraste rouge, grille magazine */
/* piste graphique 186: lignes stade, contraste rouge, grille magazine */
/* piste graphique 187: lignes stade, contraste rouge, grille magazine */
/* piste graphique 188: lignes stade, contraste rouge, grille magazine */
/* piste graphique 189: lignes stade, contraste rouge, grille magazine */
/* piste graphique 190: lignes stade, contraste rouge, grille magazine */
/* piste graphique 191: lignes stade, contraste rouge, grille magazine */
/* piste graphique 192: lignes stade, contraste rouge, grille magazine */
/* piste graphique 193: lignes stade, contraste rouge, grille magazine */
/* piste graphique 194: lignes stade, contraste rouge, grille magazine */
/* piste graphique 195: lignes stade, contraste rouge, grille magazine */
/* piste graphique 196: lignes stade, contraste rouge, grille magazine */
/* piste graphique 197: lignes stade, contraste rouge, grille magazine */
/* piste graphique 198: lignes stade, contraste rouge, grille magazine */
/* piste graphique 199: lignes stade, contraste rouge, grille magazine */
/* piste graphique 200: lignes stade, contraste rouge, grille magazine */
/* piste graphique 201: lignes stade, contraste rouge, grille magazine */
/* piste graphique 202: lignes stade, contraste rouge, grille magazine */
/* piste graphique 203: lignes stade, contraste rouge, grille magazine */
/* piste graphique 204: lignes stade, contraste rouge, grille magazine */
/* piste graphique 205: lignes stade, contraste rouge, grille magazine */
/* piste graphique 206: lignes stade, contraste rouge, grille magazine */
/* piste graphique 207: lignes stade, contraste rouge, grille magazine */
/* piste graphique 208: lignes stade, contraste rouge, grille magazine */
/* piste graphique 209: lignes stade, contraste rouge, grille magazine */
/* piste graphique 210: lignes stade, contraste rouge, grille magazine */
/* piste graphique 211: lignes stade, contraste rouge, grille magazine */
/* piste graphique 212: lignes stade, contraste rouge, grille magazine */
/* piste graphique 213: lignes stade, contraste rouge, grille magazine */
/* piste graphique 214: lignes stade, contraste rouge, grille magazine */
/* piste graphique 215: lignes stade, contraste rouge, grille magazine */
/* piste graphique 216: lignes stade, contraste rouge, grille magazine */
/* piste graphique 217: lignes stade, contraste rouge, grille magazine */
/* piste graphique 218: lignes stade, contraste rouge, grille magazine */
/* piste graphique 219: lignes stade, contraste rouge, grille magazine */
/* piste graphique 220: lignes stade, contraste rouge, grille magazine */
/* piste graphique 221: lignes stade, contraste rouge, grille magazine */
/* piste graphique 222: lignes stade, contraste rouge, grille magazine */
/* piste graphique 223: lignes stade, contraste rouge, grille magazine */
/* piste graphique 224: lignes stade, contraste rouge, grille magazine */
/* piste graphique 225: lignes stade, contraste rouge, grille magazine */
/* piste graphique 226: lignes stade, contraste rouge, grille magazine */
/* piste graphique 227: lignes stade, contraste rouge, grille magazine */
/* piste graphique 228: lignes stade, contraste rouge, grille magazine */
/* piste graphique 229: lignes stade, contraste rouge, grille magazine */
/* piste graphique 230: lignes stade, contraste rouge, grille magazine */
/* piste graphique 231: lignes stade, contraste rouge, grille magazine */
/* piste graphique 232: lignes stade, contraste rouge, grille magazine */
/* piste graphique 233: lignes stade, contraste rouge, grille magazine */
/* piste graphique 234: lignes stade, contraste rouge, grille magazine */
/* piste graphique 235: lignes stade, contraste rouge, grille magazine */
/* piste graphique 236: lignes stade, contraste rouge, grille magazine */
/* piste graphique 237: lignes stade, contraste rouge, grille magazine */
/* piste graphique 238: lignes stade, contraste rouge, grille magazine */
/* piste graphique 239: lignes stade, contraste rouge, grille magazine */
/* piste graphique 240: lignes stade, contraste rouge, grille magazine */
/* piste graphique 241: lignes stade, contraste rouge, grille magazine */
/* piste graphique 242: lignes stade, contraste rouge, grille magazine */
/* piste graphique 243: lignes stade, contraste rouge, grille magazine */
/* piste graphique 244: lignes stade, contraste rouge, grille magazine */
/* piste graphique 245: lignes stade, contraste rouge, grille magazine */
/* piste graphique 246: lignes stade, contraste rouge, grille magazine */
/* piste graphique 247: lignes stade, contraste rouge, grille magazine */
/* piste graphique 248: lignes stade, contraste rouge, grille magazine */
/* piste graphique 249: lignes stade, contraste rouge, grille magazine */
/* piste graphique 250: lignes stade, contraste rouge, grille magazine */
/* piste graphique 251: lignes stade, contraste rouge, grille magazine */
/* piste graphique 252: lignes stade, contraste rouge, grille magazine */
/* piste graphique 253: lignes stade, contraste rouge, grille magazine */
/* piste graphique 254: lignes stade, contraste rouge, grille magazine */
/* piste graphique 255: lignes stade, contraste rouge, grille magazine */
/* piste graphique 256: lignes stade, contraste rouge, grille magazine */
/* piste graphique 257: lignes stade, contraste rouge, grille magazine */
/* piste graphique 258: lignes stade, contraste rouge, grille magazine */
/* piste graphique 259: lignes stade, contraste rouge, grille magazine */
/* piste graphique 260: lignes stade, contraste rouge, grille magazine */
/* piste graphique 261: lignes stade, contraste rouge, grille magazine */
/* piste graphique 262: lignes stade, contraste rouge, grille magazine */
/* piste graphique 263: lignes stade, contraste rouge, grille magazine */
/* piste graphique 264: lignes stade, contraste rouge, grille magazine */
/* piste graphique 265: lignes stade, contraste rouge, grille magazine */
/* piste graphique 266: lignes stade, contraste rouge, grille magazine */
/* piste graphique 267: lignes stade, contraste rouge, grille magazine */
/* piste graphique 268: lignes stade, contraste rouge, grille magazine */
/* piste graphique 269: lignes stade, contraste rouge, grille magazine */
/* piste graphique 270: lignes stade, contraste rouge, grille magazine */
/* piste graphique 271: lignes stade, contraste rouge, grille magazine */
/* piste graphique 272: lignes stade, contraste rouge, grille magazine */
/* piste graphique 273: lignes stade, contraste rouge, grille magazine */
/* piste graphique 274: lignes stade, contraste rouge, grille magazine */
/* piste graphique 275: lignes stade, contraste rouge, grille magazine */
/* piste graphique 276: lignes stade, contraste rouge, grille magazine */
/* piste graphique 277: lignes stade, contraste rouge, grille magazine */
/* piste graphique 278: lignes stade, contraste rouge, grille magazine */
/* piste graphique 279: lignes stade, contraste rouge, grille magazine */
/* piste graphique 280: lignes stade, contraste rouge, grille magazine */
/* piste graphique 281: lignes stade, contraste rouge, grille magazine */
/* piste graphique 282: lignes stade, contraste rouge, grille magazine */
/* piste graphique 283: lignes stade, contraste rouge, grille magazine */
/* piste graphique 284: lignes stade, contraste rouge, grille magazine */
/* piste graphique 285: lignes stade, contraste rouge, grille magazine */
/* piste graphique 286: lignes stade, contraste rouge, grille magazine */
/* piste graphique 287: lignes stade, contraste rouge, grille magazine */
/* piste graphique 288: lignes stade, contraste rouge, grille magazine */
/* piste graphique 289: lignes stade, contraste rouge, grille magazine */
/* piste graphique 290: lignes stade, contraste rouge, grille magazine */
/* piste graphique 291: lignes stade, contraste rouge, grille magazine */
/* piste graphique 292: lignes stade, contraste rouge, grille magazine */
/* piste graphique 293: lignes stade, contraste rouge, grille magazine */
/* piste graphique 294: lignes stade, contraste rouge, grille magazine */
/* piste graphique 295: lignes stade, contraste rouge, grille magazine */
/* piste graphique 296: lignes stade, contraste rouge, grille magazine */
/* piste graphique 297: lignes stade, contraste rouge, grille magazine */
/* piste graphique 298: lignes stade, contraste rouge, grille magazine */
/* piste graphique 299: lignes stade, contraste rouge, grille magazine */
/* piste graphique 300: lignes stade, contraste rouge, grille magazine */
/* piste graphique 301: lignes stade, contraste rouge, grille magazine */
/* piste graphique 302: lignes stade, contraste rouge, grille magazine */
/* piste graphique 303: lignes stade, contraste rouge, grille magazine */
/* piste graphique 304: lignes stade, contraste rouge, grille magazine */
/* piste graphique 305: lignes stade, contraste rouge, grille magazine */
/* piste graphique 306: lignes stade, contraste rouge, grille magazine */
/* piste graphique 307: lignes stade, contraste rouge, grille magazine */
/* piste graphique 308: lignes stade, contraste rouge, grille magazine */
/* piste graphique 309: lignes stade, contraste rouge, grille magazine */
/* piste graphique 310: lignes stade, contraste rouge, grille magazine */
/* piste graphique 311: lignes stade, contraste rouge, grille magazine */
/* piste graphique 312: lignes stade, contraste rouge, grille magazine */
/* piste graphique 313: lignes stade, contraste rouge, grille magazine */
/* piste graphique 314: lignes stade, contraste rouge, grille magazine */
/* piste graphique 315: lignes stade, contraste rouge, grille magazine */
/* piste graphique 316: lignes stade, contraste rouge, grille magazine */
/* piste graphique 317: lignes stade, contraste rouge, grille magazine */
/* piste graphique 318: lignes stade, contraste rouge, grille magazine */
/* piste graphique 319: lignes stade, contraste rouge, grille magazine */
/* piste graphique 320: lignes stade, contraste rouge, grille magazine */
/* piste graphique 321: lignes stade, contraste rouge, grille magazine */
/* piste graphique 322: lignes stade, contraste rouge, grille magazine */
/* piste graphique 323: lignes stade, contraste rouge, grille magazine */
/* piste graphique 324: lignes stade, contraste rouge, grille magazine */
/* piste graphique 325: lignes stade, contraste rouge, grille magazine */
/* piste graphique 326: lignes stade, contraste rouge, grille magazine */
/* piste graphique 327: lignes stade, contraste rouge, grille magazine */
/* piste graphique 328: lignes stade, contraste rouge, grille magazine */
/* piste graphique 329: lignes stade, contraste rouge, grille magazine */
/* piste graphique 330: lignes stade, contraste rouge, grille magazine */
/* piste graphique 331: lignes stade, contraste rouge, grille magazine */
/* piste graphique 332: lignes stade, contraste rouge, grille magazine */
/* piste graphique 333: lignes stade, contraste rouge, grille magazine */
/* piste graphique 334: lignes stade, contraste rouge, grille magazine */
/* piste graphique 335: lignes stade, contraste rouge, grille magazine */
/* piste graphique 336: lignes stade, contraste rouge, grille magazine */
/* piste graphique 337: lignes stade, contraste rouge, grille magazine */
/* piste graphique 338: lignes stade, contraste rouge, grille magazine */
/* piste graphique 339: lignes stade, contraste rouge, grille magazine */
/* piste graphique 340: lignes stade, contraste rouge, grille magazine */
/* piste graphique 341: lignes stade, contraste rouge, grille magazine */
/* piste graphique 342: lignes stade, contraste rouge, grille magazine */
/* piste graphique 343: lignes stade, contraste rouge, grille magazine */
/* piste graphique 344: lignes stade, contraste rouge, grille magazine */
/* piste graphique 345: lignes stade, contraste rouge, grille magazine */
/* piste graphique 346: lignes stade, contraste rouge, grille magazine */
/* piste graphique 347: lignes stade, contraste rouge, grille magazine */
/* piste graphique 348: lignes stade, contraste rouge, grille magazine */
/* piste graphique 349: lignes stade, contraste rouge, grille magazine */
/* piste graphique 350: lignes stade, contraste rouge, grille magazine */
/* piste graphique 351: lignes stade, contraste rouge, grille magazine */
/* piste graphique 352: lignes stade, contraste rouge, grille magazine */
/* piste graphique 353: lignes stade, contraste rouge, grille magazine */
/* piste graphique 354: lignes stade, contraste rouge, grille magazine */
/* piste graphique 355: lignes stade, contraste rouge, grille magazine */
/* piste graphique 356: lignes stade, contraste rouge, grille magazine */
/* piste graphique 357: lignes stade, contraste rouge, grille magazine */
/* piste graphique 358: lignes stade, contraste rouge, grille magazine */
/* piste graphique 359: lignes stade, contraste rouge, grille magazine */
/* piste graphique 360: lignes stade, contraste rouge, grille magazine */
/* piste graphique 361: lignes stade, contraste rouge, grille magazine */
/* piste graphique 362: lignes stade, contraste rouge, grille magazine */
/* piste graphique 363: lignes stade, contraste rouge, grille magazine */
/* piste graphique 364: lignes stade, contraste rouge, grille magazine */
/* piste graphique 365: lignes stade, contraste rouge, grille magazine */
/* piste graphique 366: lignes stade, contraste rouge, grille magazine */
/* piste graphique 367: lignes stade, contraste rouge, grille magazine */
/* piste graphique 368: lignes stade, contraste rouge, grille magazine */
/* piste graphique 369: lignes stade, contraste rouge, grille magazine */
/* piste graphique 370: lignes stade, contraste rouge, grille magazine */
/* piste graphique 371: lignes stade, contraste rouge, grille magazine */
/* piste graphique 372: lignes stade, contraste rouge, grille magazine */
/* piste graphique 373: lignes stade, contraste rouge, grille magazine */
/* piste graphique 374: lignes stade, contraste rouge, grille magazine */
/* piste graphique 375: lignes stade, contraste rouge, grille magazine */
/* piste graphique 376: lignes stade, contraste rouge, grille magazine */
/* piste graphique 377: lignes stade, contraste rouge, grille magazine */
/* piste graphique 378: lignes stade, contraste rouge, grille magazine */
/* piste graphique 379: lignes stade, contraste rouge, grille magazine */
/* piste graphique 380: lignes stade, contraste rouge, grille magazine */
/* piste graphique 381: lignes stade, contraste rouge, grille magazine */
/* piste graphique 382: lignes stade, contraste rouge, grille magazine */
/* piste graphique 383: lignes stade, contraste rouge, grille magazine */
/* piste graphique 384: lignes stade, contraste rouge, grille magazine */
/* piste graphique 385: lignes stade, contraste rouge, grille magazine */
/* piste graphique 386: lignes stade, contraste rouge, grille magazine */
/* piste graphique 387: lignes stade, contraste rouge, grille magazine */
/* piste graphique 388: lignes stade, contraste rouge, grille magazine */
/* piste graphique 389: lignes stade, contraste rouge, grille magazine */
/* piste graphique 390: lignes stade, contraste rouge, grille magazine */
/* piste graphique 391: lignes stade, contraste rouge, grille magazine */
/* piste graphique 392: lignes stade, contraste rouge, grille magazine */
/* piste graphique 393: lignes stade, contraste rouge, grille magazine */
/* piste graphique 394: lignes stade, contraste rouge, grille magazine */
/* piste graphique 395: lignes stade, contraste rouge, grille magazine */
/* piste graphique 396: lignes stade, contraste rouge, grille magazine */
/* piste graphique 397: lignes stade, contraste rouge, grille magazine */
/* piste graphique 398: lignes stade, contraste rouge, grille magazine */
/* piste graphique 399: lignes stade, contraste rouge, grille magazine */
/* piste graphique 400: lignes stade, contraste rouge, grille magazine */
/* piste graphique 401: lignes stade, contraste rouge, grille magazine */
/* piste graphique 402: lignes stade, contraste rouge, grille magazine */
/* piste graphique 403: lignes stade, contraste rouge, grille magazine */
/* piste graphique 404: lignes stade, contraste rouge, grille magazine */
/* piste graphique 405: lignes stade, contraste rouge, grille magazine */
/* piste graphique 406: lignes stade, contraste rouge, grille magazine */
/* piste graphique 407: lignes stade, contraste rouge, grille magazine */
/* piste graphique 408: lignes stade, contraste rouge, grille magazine */
/* piste graphique 409: lignes stade, contraste rouge, grille magazine */
/* piste graphique 410: lignes stade, contraste rouge, grille magazine */
/* piste graphique 411: lignes stade, contraste rouge, grille magazine */
/* piste graphique 412: lignes stade, contraste rouge, grille magazine */
/* piste graphique 413: lignes stade, contraste rouge, grille magazine */
/* piste graphique 414: lignes stade, contraste rouge, grille magazine */
/* piste graphique 415: lignes stade, contraste rouge, grille magazine */
/* piste graphique 416: lignes stade, contraste rouge, grille magazine */
/* piste graphique 417: lignes stade, contraste rouge, grille magazine */
/* piste graphique 418: lignes stade, contraste rouge, grille magazine */
/* piste graphique 419: lignes stade, contraste rouge, grille magazine */
/* piste graphique 420: lignes stade, contraste rouge, grille magazine */

/* Theme overrides */
body section[class*="cat-hero"], body div[class*="cat-hero"] {
  position: relative !important;
  width: 100% !important; max-width: 100% !important;
  margin-left: 0 !important; margin-right: 0 !important;
  left: 0 !important; right: 0 !important;
  height: 360px !important; min-height: 360px !important; max-height: 360px !important;
  padding: 0 !important; overflow: hidden !important;
  display: flex !important; align-items: center !important;
  justify-content: center !important;
  border: none !important; box-shadow: none !important; outline: none !important;
  box-sizing: border-box !important;
}
/* Aussi force le parent <main> a etre full-width pour eviter cap a 1024 */
body main, body, body, body [class*="d5a-main"], body #content {
  width: 100% !important; max-width: 100% !important;
  margin-left: 0 !important; margin-right: 0 !important;
}
body [class*="cat-hero"] > img, body [class*="cat-hero-bg"], body [class*="cat-hero"] img {
  position: absolute !important; inset: 0 !important;
  width: 100% !important; height: 100% !important;
  max-height: 360px !important;
  object-fit: cover !important; z-index: 0 !important;
  border: none !important;
}
body [class*="cat-hero"]::before, body [class*="cat-hero"]::after {
  content: none !important; display: none !important;
}
/* Overlay : absolute par-dessus l'image, juste pour le gradient sombre */
body [class*="cat-hero-overlay"], body [class*="cat-hero"] > [class*="overlay"] {
  position: absolute !important; inset: 0 !important;
  width: 100% !important; height: 100% !important;
  margin: 0 !important; padding: 0 !important;
  max-width: none !important;
  display: block !important;
  z-index: 1 !important;
  background: linear-gradient(180deg, transparent 30%, rgba(0,0,0,0.55) 100%) !important;
  pointer-events: none !important;
  border: none !important;
}
/* Container / inner du titre : centré au-dessus de l'overlay (z-index 2) */
body [class*="cat-hero"] > [class*="container"],
body [class*="cat-hero"] > [class*="cat-hero-inner"],
body [class*="cat-hero"] > [class*="hero-inner"]:not([class*="overlay"]),
body [class*="cat-hero"] > div:not([class*="overlay"]):not([class*="-bg"]) {
  position: relative !important; z-index: 2 !important;
  text-align: center !important;
  max-width: 900px !important; margin: 0 auto !important;
  padding: 1.5rem 2rem !important;
  border: none !important; background: transparent !important;
}
body [class*="cat-hero"] h1 {
  color: #ffffff !important;
  font-size: clamp(2.4rem, 6vw, 4rem) !important;
  text-align: center !important;
  margin: 0 !important; font-weight: 800 !important;
  text-shadow: 0 3px 12px rgba(0,0,0,.85), 0 0 30px rgba(0,0,0,.5) !important;
  border: none !important; display: block !important;
}
body [class*="cat-hero"] [class*="breadcrumb"],
body [class*="cat-hero"] nav[aria-label*="riane"],
body [class*="cat-hero"] nav[aria-label*="readcrumb"] {
  display: none !important;
}



body [class*="persona-photo"], body img[class*="persona"], body [class*="-persona"] img {
  max-width: 280px !important;
  width: 100% !important;
  height: auto !important;
  border-radius: 50% !important;
  display: block !important;
  margin: 0 auto !important;
}
@media (min-width: 768px) {
  body [class*="persona-photo"], body img[class*="persona"], body [class*="-persona"] img {
    max-width: 320px !important;
  }
}


@media (max-width: 1023px) {
  /* FIX width:auto -> ne plus l'imposer (laisse child theme définir width).
     Sinon écrase le child et le burger devient 0 de large -> invisible. */
  body [class*="burger"], body button[class*="burger"] {
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 42px;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    z-index: 100 !important;
  }
}
@media (min-width: 1024px) {
  body [class*="burger"], body button[class*="burger"] {
    display: none !important;
  }
}



body footer, body [class*="footer"]:not([class*="logo"]):not([class*="brand-logo"]) {
  color: inherit !important;
}


body footer ul li a, body footer ol li a,
body [class*="footer"] ul li a:not([class*="btn"]):not([class*="cta"]),
body footer [class*="link"]:not([class*="brand"]):not([class*="btn"]) {
  color: inherit !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
  text-decoration-thickness: 1px !important;
  text-decoration-color: currentColor !important;
  opacity: 0.85 !important;
  transition: opacity .2s ease !important;
}
body footer ul li a:hover, body footer ol li a:hover,
body [class*="footer"] ul li a:hover {
  opacity: 1 !important;
  text-decoration-thickness: 2px !important;
}


body [class*="burger"] {
  background: transparent;
  border: 1px solid currentColor;
  border-radius: 6px;
  cursor: pointer !important;
  padding: 8px;
  color: inherit;
  transition: background .2s ease, border-color .2s ease !important;
}
body [class*="burger"]:hover, body [class*="burger"]:focus-visible {
  background: rgba(0,0,0,0.06);
  border-color: var(--d5a-accent, currentColor);
}
/* Container des 3 barres (peut s'appeler "bars", "lines", etc.) */
body [class*="burger"] > [class*="bar"],
body [class*="burger"] > [class*="line"],
body [class*="burger"] > span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 16px;
  gap: 0;
}
/* Les 3 barres elles-mêmes */
body [class*="burger"] [class*="bar"] > span,
body [class*="burger"] [class*="line"] > span,
body [class*="burger"] > span > span {
  display: block;
  width: 22px;
  height: 2.5px;
  background: currentColor;
  border-radius: 2px;
  margin: 2px 0;
  transition: transform .25s ease, opacity .25s ease !important;
}
/* Etat ouvert : transforme en X */
body [class*="burger"][aria-expanded="true"] [class*="bar"] > span:nth-child(1),
body [class*="burger"][aria-expanded="true"] [class*="line"] > span:nth-child(1),
body [class*="burger"][aria-expanded="true"] > span > span:nth-child(1) {
  transform: translateY(6px) rotate(45deg) !important;
}
body [class*="burger"][aria-expanded="true"] [class*="bar"] > span:nth-child(2),
body [class*="burger"][aria-expanded="true"] [class*="line"] > span:nth-child(2),
body [class*="burger"][aria-expanded="true"] > span > span:nth-child(2) {
  opacity: 0 !important;
}
body [class*="burger"][aria-expanded="true"] [class*="bar"] > span:nth-child(3),
body [class*="burger"][aria-expanded="true"] [class*="line"] > span:nth-child(3),
body [class*="burger"][aria-expanded="true"] > span > span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg) !important;
}

@media (max-width: 1023px) {
  body header [class*="cta-wrap"]:has([class*="burger"]),
  body header > div:has([class*="burger"]),
  body [class*="header"] [class*="-wrap"]:has([class*="burger"]),
  body [class*="header-inner"] > div:has([class*="burger"]) {
    display: flex;
    align-items: center;
    visibility: visible !important;
    opacity: 1 !important;
  }
}


/* Mobile : 1 SEUL CTA visible (dans le burger).
   Sur mobile le CTA original du header est masque ; sur desktop le clone est hidden. */
@media (max-width: 1023px) {
  body [class*="header-cta"] [class*="btn--cta"],
  body [class*="header__cta"] [class*="btn--cta"],
  body [class*="header-cta"] > [class*="cta"],
  body [class*="header__cta"] > a {
    display: none !important;
  }
}


/* ============================================================
   Section 'On parle de nous' (media press)
   Logos grayscale par defaut, couleur au hover.
   Grid responsive 2-6 colonnes, gap auto.
============================================================ */
.d5a-media-press {
  padding: 2.5rem 0;
  background: var(--d5a-bg-soft, var(--d5a-color-surface, #f9fafb));
  margin: 2rem 0;
}
.d5a-media-press > .d5a-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.d5a-media-press-title {
  text-align: center;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--d5a-color-text-soft, var(--d5a-color-muted, #5a6a85));
  margin: 0 0 1.6rem;
  font-weight: 600;
}
.d5a-media-press-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2.2rem;
}
.d5a-media-press-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  max-width: 160px;
  transition: opacity .25s ease, filter .25s ease, transform .25s ease;
  opacity: .65;
  filter: grayscale(100%);
}
.d5a-media-press-item:hover,
.d5a-media-press-item:focus {
  opacity: 1;
  filter: grayscale(0%);
  transform: translateY(-2px);
}
.d5a-media-press-item img {
  max-width: 100%;
  max-height: 48px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
@media (max-width: 640px) {
  .d5a-media-press { padding: 1.8rem 0; }
  .d5a-media-press-grid { gap: 1.4rem; }
  .d5a-media-press-item { max-width: 110px; min-height: 36px; }
  .d5a-media-press-item img { max-height: 36px; }
}


/* FIX gap header->hero (parent theme override) + media-press compact centre */
body main, body.home main, body.archive main, body.single main,
body, body, body main[class*="-main"] {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* MEDIA PRESS : layout horizontal compact CENTRE (titre + logos cote a cote au centre) */
.d5a-media-press section[class*="media-press"] {
  padding: 24px 0 !important;
  margin: 0 !important;
  background: #fafafa;
  border-block: 1px solid rgba(0,0,0,0.06);
}
.d5a-media-press .d5a-container,
section[class*="media-press"] [class*="container"] {
  display: flex !important;
  align-items: center;
  justify-content: center !important;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  flex-wrap: wrap;
  text-align: center;
}
.d5a-media-press-title,
section[class*="media-press"] [class*="title"] {
  margin: 0 !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--d5a-muted, #666);
  flex: 0 0 auto;
}
.d5a-media-press-grid,
section[class*="media-press"] [class*="grid"] {
  display: flex !important;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  flex: 0 1 auto;
  justify-content: center;
}
.d5a-media-press-item,
section[class*="media-press"] [class*="item"] {
  display: inline-flex !important;
  align-items: center;
  opacity: 0.65;
  transition: opacity 0.2s ease;
  text-decoration: none;
}
.d5a-media-press-item:hover:hover,
section[class*="media-press"] [class*="item"]:hover {
  opacity: 1;
}
.d5a-media-press imgimg,
section[class*="media-press"] img {
  max-height: 48px !important;
  width: auto !important;
  max-width: 140px !important;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.2s ease;
}
.d5a-media-press a:hover imga:hover img {
  filter: grayscale(0%);
}
@media (max-width: 768px) {
  .d5a-media-press .d5a-container,
  section[class*="media-press"] [class*="container"] {
    flex-direction: column;
    text-align: center;
    gap: 18px;
  }
}



.d5a-cat-hero--align-left .d5a-cat-hero-inner
section[class*="cat-hero--align-left"] [class*="cat-hero-inner"] {
  text-align: left !important;
  align-items: flex-start !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  padding-left: 24px;
}
.d5a-cat-hero--align-center .d5a-cat-hero-inner
section[class*="cat-hero--align-center"] [class*="cat-hero-inner"] {
  text-align: center !important;
  align-items: center !important;
  margin: 0 auto !important;
}


@media (max-width: 1023.98px) {  [class*="-header-cta-wrap"],
  [class*="-header-actions"],
  [class*="-burger-wrap"],
  [class*="-header-right"],
  [class*="-header-actions-mobile"] {
    display: flex !important;
    align-items: center !important;
    flex-shrink: 0 !important;
  }  [class*="-burger"]:not([class*="-bars"]):not([class*="-label"]):not([class*="-menu"]) {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 42px !important;
    min-height: 42px !important;
    flex-shrink: 0 !important;
    z-index: 9999;
    pointer-events: auto !important;
    cursor: pointer !important;
  }  [class*="-burger"] > span,
  [class*="-burger-bars"] {
    display: flex !important;
    flex-direction: column !important;
    min-width: 24px !important;
    min-height: 16px !important;
  }  [class*="-burger-bars"] > *,
  [class*="-burger"] > span > * {
    display: block !important;
    min-width: 24px !important;
    min-height: 2px !important;
  }  [class*="-header-cta-desktop"] {
    display: none !important;
  }  [class*="-burger-label"] {
    display: none !important;
  }
}
@media (min-width: 1024px) {  [class*="-burger"]:not([class*="-bars"]):not([class*="-label"]):not([class*="-menu"]) {
    display: none !important;
  }
}


/* Burger style */
@media (max-width: 1023.98px) {
  [class*="-burger"]:not([class*="-bars"]):not([class*="-label"]):not([class*="-menu"]) {
    width: 42px !important; height: 42px !important;
    border-radius: 4px !important; padding: 8px !important;
    background: transparent !important; border: 1px solid currentColor !important;
  }
  [class*="-burger"] > span, [class*="-burger-bars"] {
    gap: 5px !important; width: 24px !important; height: 16px !important;
    align-items: center !important;
  }
  [class*="-burger-bars"] > *, [class*="-burger"] > span > * {
    height: 2px !important; border-radius: 1px !important;
  }
  [class*="-burger-bars"] > *:nth-child(1), [class*="-burger"] > span > *:nth-child(1) { width: 24px !important; }
  [class*="-burger-bars"] > *:nth-child(2), [class*="-burger"] > span > *:nth-child(2) { width: 24px !important; }
  [class*="-burger-bars"] > *:nth-child(3), [class*="-burger"] > span > *:nth-child(3) { width: 24px !important; }
}

/* Validator: cap hauteur hero cat v2 */
body section[class*="cat-hero"], body div[class*="cat-hero"], body section[class*="category-hero"], body div[class*="category-hero"] { position: relative !important; height: 320px !important; max-height: 320px !important; min-height: 200px !important; padding: 0 !important; overflow: hidden !important; display: flex !important; align-items: center !important; border: none !important; box-shadow: none !important; }
body [class*="cat-hero"] > img, body [class*="cat-hero-bg"], body [class*="cat-hero"] img, body [class*="category-hero"] img { position: absolute !important; inset: 0 !important; width: 100% !important; height: 100% !important; max-height: 320px !important; object-fit: cover !important; z-index: 0 !important; border: none !important; }
body [class*="cat-hero"] > [class*="container"], body [class*="cat-hero"] > [class*="wrap"], body [class*="cat-hero"] > [class*="inner"], body [class*="cat-hero"] > div { position: relative !important; z-index: 2 !important; max-width: 900px !important; margin: 0 auto !important; padding: 1.5rem 2rem !important; background: transparent !important; }
body [class*="cat-hero"] h1, body [class*="category-hero"] h1 { color: #ffffff !important; font-size: clamp(2rem, 5vw, 3.5rem) !important; margin: 0 !important; font-weight: 800 !important; text-shadow: 0 3px 12px rgba(0,0,0,.85), 0 0 30px rgba(0,0,0,.5) !important; }
body [class*="cat-hero"][style*="background-image"] { background-size: cover !important; background-position: center !important; }
body [class*="cat-hero"] [class*="breadcrumb"], body [class*="cat-hero"] nav[aria-label*="riane"], body [class*="cat-hero"] nav[aria-label*="readcrumb"] { display: none !important; }

/* Validator: nav-mobile drawer hidden by default v2 */
/* Drawer/burger menu mobile : hidden par defaut, visible mobile+is-open */
[class*="-nav-mobile"]:not(.is-open), [id*="-nav-mobile"]:not(.is-open), [class*="-drawer"]:not(.is-open), [class*="-burger-menu"]:not(.is-open), [class*="-mobile-menu"]:not(.is-open) { display: none !important; }
@media (max-width: 980px) {
  [class*="-nav-mobile"].is-open, [id*="-nav-mobile"].is-open, [class*="-drawer"].is-open, [class*="-burger-menu"].is-open, [class*="-mobile-menu"].is-open { display: flex !important; flex-direction: column !important; position: fixed !important; top: 0 !important; right: 0 !important; bottom: 0 !important; width: 86% !important; max-width: 380px !important; background: #fff !important; padding: 4.5rem 1.5rem 2rem !important; z-index: 9999 !important; overflow-y: auto !important; box-shadow: -10px 0 30px rgba(0,0,0,0.3) !important; }
}

/* Validator: drawer-mobile height fix v1 */
/* Force height:100vh sur le drawer ouvert : top:0;bottom:0 sans !important peut etre overrides par Claude → on impose 100vh. */
/* [2026-06-06] Broadening : ajout patterns supplementaires (X-nav sans 'mobile', X-side, X-menu-drawer, etc.) sinon le validator manque les sites comme artois-moto.com qui utilise fe8-nav (sans 'mobile' dans le nom). */
@media (max-width: 1023px) {
  [class*="-nav-mobile"].is-open, [id*="-nav-mobile"].is-open, [class*="-drawer"].is-open, [class*="-burger-menu"].is-open, [class*="-mobile-menu"].is-open, [class*="-side-nav"].is-open, [class*="-side-menu"].is-open, [class*="-offcanvas"].is-open, nav[aria-label*="mobile" i].is-open, nav[aria-label*="Menu mobile" i].is-open, nav[id*="nav"].is-open[class*="-nav"]:not([class*="desktop"]) { height: 100vh !important; min-height: 100vh !important; max-height: 100vh !important; }
}

/* Validator: footer logo no-filter v1 */
footer img, [class*="-footer"] img, [role="contentinfo"] img, footer [class*="logo"], [class*="-footer"] [class*="logo"] { filter: none !important; mix-blend-mode: normal !important; opacity: 1 !important; }
footer[class*="dark"] img, footer[class*="black"] img, [class*="-footer"][class*="dark"] img, [class*="-footer"][class*="black"] img { filter: brightness(0) invert(1) !important; }

/* Validator: header-hero gap fix v1 */
/* Bug recurrent : <main class="X-main"> a padding-top:30px qui creait un
 * gap entre header sticky et hero/cat-hero. Force padding-top:0 sur le
 * wrapper <main> + margin-top:0 sur le 1er hero enfant. */
body > main, body > [role="main"], main[class*="-main"], [id="main"] { padding-top: 0 !important; }
main > [class*="-hero"]:first-child, main > [class*="-cat-hero"]:first-child, main > [class*="-category-hero"]:first-child { margin-top: 0 !important; }
/* Fallback : si sibling direct du header */
header + section, header + [class*="-hero"], header + [class*="-cat-hero"], header + [class*="-category-hero"], [class*="-header"] + section, [class*="-header"] + [class*="-hero"], [class*="-header"] + [class*="-cat-hero"], [class*="-header"] + [class*="-category-hero"] { margin-top: 0 !important; padding-top: 0 !important; }
section[class*="-hero"]:first-of-type, section[class*="-cat-hero"]:first-of-type, section[class*="-category-hero"]:first-of-type { margin-top: 0 !important; }

/* Validator: contraste lisible header+menu-mobile+footer v2 */
[class*="-nav-mobile"], [id*="-nav-mobile"], [class*="-drawer"], [class*="-burger-menu"], [class*="-mobile-menu"], [class*="-side-nav"] { background: #ffffff !important; }
[class*="-nav-mobile"] *, [id*="-nav-mobile"] *, [class*="-drawer"] *, [class*="-burger-menu"] *, [class*="-mobile-menu"] *, [class*="-side-nav"] * { color: #0a0a0a !important; }
[class*="-nav-mobile"] a, [id*="-nav-mobile"] a, [class*="-drawer"] a, [class*="-burger-menu"] a, [class*="-mobile-menu"] a { color: #0a0a0a !important; font-weight: 600 !important; }
[class*="-nav-mobile"] a:hover, [class*="-drawer"] a:hover, [class*="-burger-menu"] a:hover, [class*="-mobile-menu"] a:hover { color: #000 !important; opacity: 0.7 !important; }
footer *, [class*="-footer"] *, [role="contentinfo"] * { color: #1a1a1a !important; }
footer a, [class*="-footer"] a, [role="contentinfo"] a { color: #1a1a1a !important; text-decoration: underline !important; text-decoration-color: currentColor !important; text-underline-offset: 3px !important; font-weight: 600 !important; }
footer a:hover, [class*="-footer"] a:hover, [role="contentinfo"] a:hover { color: #000 !important; opacity: 1 !important; }
footer h1, footer h2, footer h3, footer h4, footer h5, [class*="-footer"] h1, [class*="-footer"] h2, [class*="-footer"] h3, [class*="-footer"] h4, [class*="-footer"] h5 { color: #0a0a0a !important; font-weight: 700 !important; }
footer p, footer span, footer li, [class*="-footer"] p, [class*="-footer"] span, [class*="-footer"] li { color: #2a2a2a !important; }
footer[class*="dark"] *, footer[class*="black"] *, [class*="-footer"][class*="dark"] *, [class*="-footer"][class*="black"] *, footer[style*="background:#0"] *, footer[style*="background: #0"] *, footer[style*="background:#1"] *, footer[style*="background: #1"] *, footer[style*="background:#2"] *, footer[style*="background: #2"] * { color: #f5f5f5 !important; }
footer[class*="dark"] a, [class*="-footer"][class*="dark"] a, footer[style*="background:#0"] a, footer[style*="background:#1"] a { color: #ffffff !important; }
header a, [class*="-header"] a, [role="banner"] a { text-shadow: none !important; }
header a:hover, [class*="-header"] a:hover { opacity: 0.7 !important; }
[class*="-nav-mobile"] [class*="-btn"], [class*="-footer"] [class*="-btn"] { border: 1.5px solid currentColor !important; }

/* Validator: burger button always visible+clickable v2 */
/* === Burger button : VISIBLE + CLIQUABLE garanti === */
[class*="-burger"], [class*="burger-menu"], [class*="menu-toggle"], button[aria-controls*="nav"], button[aria-label*="menu" i] { color: #1a1a1a !important; pointer-events: auto !important; cursor: pointer !important; z-index: 100 !important; position: relative !important; user-select: none !important; -webkit-tap-highlight-color: transparent !important; background: rgba(255,255,255,0.92) !important; border-radius: 8px !important; border: 1.5px solid rgba(0,0,0,0.15) !important; box-shadow: 0 1px 3px rgba(0,0,0,0.12) !important; padding: 8px !important; }
[class*="-burger"] svg, [class*="burger-menu"] svg, [class*="menu-toggle"] svg, button[aria-controls*="nav"] svg { stroke: #1a1a1a !important; fill: none !important; pointer-events: none !important; stroke-width: 2.5 !important; width: 22px !important; height: 22px !important; }
[class*="-burger"] svg path, [class*="-burger"] svg line, [class*="-burger"] svg rect, [class*="-burger"] svg polyline { stroke: #1a1a1a !important; stroke-width: 2.5 !important; fill: none !important; }
[class*="-burger"]:hover, [class*="-burger"]:focus { background: rgba(255,255,255,1) !important; border-color: rgba(0,0,0,0.3) !important; outline: 2px solid rgba(0,0,0,0.15) !important; outline-offset: 1px !important; }
/* Si le header est sombre : inverse en clair (detection elargie) */
[class*="-header"][style*="background:#0"] [class*="-burger"], [class*="-header"][style*="background:#1"] [class*="-burger"], [class*="-header"][style*="background:#2"] [class*="-burger"], [class*="-header"][style*="background-color:#0"] [class*="-burger"], [class*="-header"][style*="background-color:#1"] [class*="-burger"], [class*="-header"][style*="background-color:#2"] [class*="-burger"], [class*="-header"][class*="dark"] [class*="-burger"], [class*="-header"][class*="black"] [class*="-burger"], [class*="-header"][class*="--dark"] [class*="-burger"], [class*="-header"][class*="-night"] [class*="-burger"] { color: #f5f5f5 !important; background: rgba(0,0,0,0.55) !important; border-color: rgba(255,255,255,0.4) !important; box-shadow: 0 1px 3px rgba(0,0,0,0.4) !important; }
[class*="-header"][style*="background:#0"] [class*="-burger"] svg, [class*="-header"][style*="background:#1"] [class*="-burger"] svg, [class*="-header"][class*="dark"] [class*="-burger"] svg, [class*="-header"][class*="black"] [class*="-burger"] svg { stroke: #f5f5f5 !important; }
@media (max-width: 1023px) {
  [class*="-burger"], button[aria-controls*="nav"] { display: inline-flex !important; align-items: center !important; justify-content: center !important; min-width: 44px !important; min-height: 44px !important; }
}
@media (min-width: 1024px) {
  [class*="-burger"], button[aria-controls*="nav"] { display: none !important; }
}

/* Validator: nav-mobile-list visible inside open drawer v1 */
/* Burger drawer ouvert : la UL des liens DOIT etre visible. */
[class*="-nav-mobile"].is-open ul, [id*="-nav-mobile"].is-open ul, [class*="-nav-mobile"].is-open [class*="-nav-mobile-list"], [class*="-drawer"].is-open ul, [class*="-burger-menu"].is-open ul { display: block !important; visibility: visible !important; height: auto !important; max-height: none !important; overflow: visible !important; padding: 0 !important; margin: 0 !important; list-style: none !important; }
[class*="-nav-mobile"].is-open ul li, [id*="-nav-mobile"].is-open ul li, [class*="-drawer"].is-open ul li, [class*="-burger-menu"].is-open ul li { display: list-item !important; height: auto !important; padding: 0 !important; margin: 0 !important; list-style: none !important; }
[class*="-nav-mobile"].is-open ul li a, [id*="-nav-mobile"].is-open ul li a, [class*="-drawer"].is-open ul li a, [class*="-burger-menu"].is-open ul li a { display: block !important; padding: 0.9rem 0 !important; text-decoration: none !important; border-bottom: 1px solid rgba(0,0,0,0.08) !important; font-size: 1rem !important; }
