:root{--accent:#fe0202;--accent-2:#fe0202;--accent-soft:#fff1f1;--bg:#fff;--bg-soft:#f6f7f9;--text:#1e1f23;--muted:#666c78;--line:#eceef2;--line-strong:#dfe3ea;--card:#fff;--dark:#0f1218;--container:1360px;--article:760px;--radius:20px;--shadow:0 8px 30px rgba(18,22,34,.06)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;background:var(--bg);color:var(--text);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block;height:auto}svg{display:block}iframe{max-width:100%}body.is-article{background:#fff}.container{max-width:var(--container);margin:0 auto;padding:0 18px}.box,.article-shell,.editorial-main,.must-main,.lead-article,.page-card,.author-card,.error-hero{background:var(--card);border:1px solid var(--line);border-radius:var(--radius)}
.topbar{background:#121520;color:#fff;font-size:12px}.topbar .container{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 18px}.topbar nav,.topbar .right{display:flex;align-items:center;gap:16px}.topbar a{opacity:.86}.topbar a:hover{opacity:1}.brandbar{background:#fff;border-bottom:1px solid var(--line)}.brandbar .container{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px}.brand{display:flex;flex-direction:column;gap:2px}.brand strong{font-size:40px;line-height:1;font-weight:950;letter-spacing:-.06em;text-transform:uppercase;color:#111}.brand strong span{color:var(--accent)}.brand small{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);font-weight:800}.brand-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.pill{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--line-strong);background:#fff;color:#16181d;padding:9px 12px;border-radius:999px;font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.04em}.pill.live{background:var(--accent);border-color:var(--accent);color:#fff}.dot{width:8px;height:8px;border-radius:999px;background:#fff;display:inline-block}
.menuwrap{position:fixed;top:0;left:0;right:0;z-index:1400;background:linear-gradient(90deg,var(--accent),var(--accent-2));color:#fff;box-shadow:0 10px 28px rgba(18,22,34,.12);transition:transform .28s ease,box-shadow .22s ease}.menuwrap .container{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:22px;min-height:78px}.menu-logo{display:inline-flex;align-items:center;gap:12px;min-width:0}.menu-logo img{height:52px;max-width:280px;width:auto;object-fit:contain;filter:none}.menu-logo .mark{font-size:34px;line-height:1;font-weight:950;letter-spacing:-.05em;text-transform:none;color:#fff}.menu-logo .mark span{color:#fff}.mainmenu{display:flex;align-items:center;gap:8px;overflow:auto;scrollbar-width:none}.mainmenu::-webkit-scrollbar{display:none}.mainmenu a{display:inline-flex;align-items:center;height:72px;padding:0 12px;font-size:16px;font-weight:800;white-space:nowrap;position:relative}.mainmenu a:hover,.mainmenu a.is-hot{opacity:1}.mainmenu a:after{content:"";position:absolute;left:12px;right:12px;bottom:14px;height:2px;background:#fff;opacity:0;transform:scaleX(.7);transition:transform .18s ease,opacity .18s ease}.mainmenu a:hover:after,.mainmenu a.is-hot:after{opacity:1;transform:scaleX(1)}.menu-right{display:flex;align-items:center;gap:10px}.social-icons{display:flex;align-items:center;gap:10px}.social-icons a,.menu-tools a{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:999px;color:#fff;opacity:.98}.social-icons a:hover,.menu-tools a:hover{background:rgba(255,255,255,.14)}.social-icons svg,.menu-tools svg{width:16px;height:16px}.menu-tools{display:flex;align-items:center;gap:4px}.searchbox{display:none}.header-search-link{display:inline-flex}
.latest-strip{background:#fff;border-bottom:1px solid var(--line);margin-top:78px}.latest-strip .container{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:18px;padding:12px 18px}.latest-label{display:inline-flex;align-items:center;justify-content:center;height:34px;padding:0 14px;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;white-space:nowrap}.latest-track{overflow:hidden;position:relative}.latest-track:after{content:"";position:absolute;top:0;right:0;bottom:0;width:60px;background:linear-gradient(90deg,rgba(255,255,255,0),#fff)}.latest-links{display:flex;gap:30px;align-items:center;white-space:nowrap;will-change:transform;animation:latest-marquee 28s linear infinite}.latest-track:hover .latest-links{animation-play-state:paused}.latest-links a{font-weight:800;color:#1a1d22;position:relative}.latest-links a:hover{color:var(--accent)}.latest-links a:after{content:"";position:absolute;right:-16px;top:50%;transform:translateY(-50%);width:5px;height:5px;border-radius:999px;background:var(--accent)}.latest-links a:last-child:after{display:none}@keyframes latest-marquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.page-home .main-grid{display:grid;grid-template-columns:260px minmax(0,1fr);gap:24px;padding-top:26px}.leftcol{display:grid;gap:16px;align-self:start}.box{padding:18px}.box-title{display:flex;align-items:center;gap:10px;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.12em;color:#111;margin-bottom:14px}.box-title:before{content:"";width:11px;height:11px;border-radius:2px;background:var(--accent)}.headline-item{padding:12px 0;border-bottom:1px solid var(--line)}.headline-item:last-child{border-bottom:0}.headline-item a{font-size:16px;line-height:1.3;font-weight:850}.quick-links{display:grid;gap:10px}.quick-links a{display:flex;align-items:center;justify-content:space-between;padding:13px 15px;border-radius:14px;background:var(--bg-soft);border:1px solid var(--line);font-weight:800;color:#17191d}.quick-links a:after{content:"→";color:var(--accent)}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(310px,.7fr);gap:20px}.mast-main,.hero-side article{position:relative;overflow:hidden;border-radius:24px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}.mast-main .thumb,.hero-side .thumb,.popular-grid .thumb,.cards-2 .thumb,.archive-grid .thumb,.lead-article .thumb,.must-main .thumb,.editorial-main .thumb,.pick-item .thumb,.small-post .thumb{display:block;overflow:hidden;border-radius:14px;background:var(--bg-soft)}.mast-main .thumb img,.hero-side .thumb img,.popular-grid .thumb img,.cards-2 .thumb img,.archive-grid .thumb img,.lead-article .thumb img,.must-main .thumb img,.editorial-main .thumb img,.pick-item .thumb img,.small-post .thumb img{width:100%;height:100%;object-fit:cover;transition:transform .28s ease}.mast-main:hover .thumb img,.hero-side article:hover .thumb img,.popular-grid article:hover .thumb img,.cards-2 article:hover .thumb img,.archive-grid article:hover .thumb img,.lead-article:hover .thumb img,.must-main:hover .thumb img,.editorial-main:hover .thumb img,.pick-item:hover .thumb img,.small-post:hover .thumb img{transform:scale(1.02)}.mast-main .thumb{aspect-ratio:16/9}.mast-main .content{position:absolute;left:20px;right:20px;bottom:20px;padding:22px 22px 18px;background:linear-gradient(180deg,rgba(17,17,17,0) 0,rgba(17,17,17,.42) 32%,rgba(17,17,17,.88) 100%);border-radius:18px;color:#fff}.hero-main-wide .content,.hero-overlay-full{left:0;right:0;bottom:0;top:auto;border-radius:0 0 24px 24px;padding:26px 24px 20px}.hero-main-wide h1,.hero-overlay-full h1{max-width:none;width:100%;font-size:60px;line-height:1.02}.hero-main-wide h1 a,.hero-overlay-full h1 a{color:#fff;display:block;width:100%}.catline{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:8px}.catline a{display:inline-flex;align-items:center;padding:6px 9px;border-radius:999px;background:#fff;color:var(--accent);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.mast-main .catline a{background:rgba(255,255,255,.16);color:#fff}.meta{display:flex;gap:14px;flex-wrap:wrap;font-size:12px;color:var(--muted);font-weight:700;margin-top:10px}.meta .author{color:#14171b;font-weight:850}.mast-main .meta{color:rgba(255,255,255,.84)}.mast-main .meta .author{color:#fff}.mast-main h1{font-size:46px;line-height:1.03;letter-spacing:-.04em;margin:8px 0 0}.hero-side{display:grid;gap:18px}.hero-side article{padding:12px}.hero-side .thumb{aspect-ratio:16/10}.hero-side h3{font-size:20px;line-height:1.18;margin:10px 0 0}
.section{margin-top:38px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:14px;margin-bottom:18px}.section-head h2{margin:0;display:inline-flex;align-items:center;gap:12px;font-size:28px;line-height:1.05;text-transform:uppercase;letter-spacing:-.02em}.section-head h2:before{content:"";width:14px;height:14px;border-radius:3px;background:var(--accent)}.section-head span{font-size:13px;color:var(--muted);font-weight:600}.popular-grid,.cards-2,.archive-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.popular-grid article,.cards-2 article,.archive-grid article{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:12px}.popular-grid .thumb,.cards-2 .thumb,.archive-grid .thumb{aspect-ratio:16/10}.popular-grid h3,.archive-grid h3{font-size:23px;line-height:1.16;margin:12px 0 0}.cards-2{grid-template-columns:repeat(2,minmax(0,1fr))}.cards-2 h3{font-size:21px;line-height:1.18;margin:12px 0 0}.excerpt{color:#42474f;font-size:15px;line-height:1.65;margin:10px 0 0}
.content-grid,.home-highlight,.must-grid,.article-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px}.article-grid{grid-template-columns:84px minmax(0,var(--article)) 330px;align-items:start;padding-top:34px}.article-share-rail{position:sticky;top:108px;align-self:start}.share-panel{display:flex;flex-direction:column;align-items:center;gap:12px}.share-panel .share-label{display:flex;flex-direction:column;align-items:center;gap:6px;font-size:13px;font-weight:800;letter-spacing:.02em;color:#272b33}.share-panel .share-label svg{width:28px;height:28px;color:#272b33}.share-buttons{display:flex;flex-direction:column;gap:10px}.share-buttons a{display:inline-flex;align-items:center;justify-content:center;width:64px;height:56px;background:#fff;border:1px solid var(--line);border-radius:12px;color:#4e8ef7;box-shadow:0 6px 18px rgba(18,22,34,.04)}.share-buttons a:nth-child(2){color:#33a1f2}.share-buttons a:nth-child(3){color:#52c0c9}.share-buttons a:nth-child(4){color:#6f87c5}.share-buttons a:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(18,22,34,.08)}.share-buttons svg{width:24px;height:24px}.article-shell{padding:0;border:0;background:transparent}.breadcrumbs{font-size:15px;color:#888e9a;margin:0 0 22px}.breadcrumbs a{color:#727987}.article-card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:28px 30px;box-shadow:var(--shadow)}.article-topcat{display:inline-flex;align-items:center;padding:8px 14px;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;margin-bottom:20px}.article-title{font-size:55px;line-height:.98;letter-spacing:-.055em;margin:0 0 14px;font-weight:950}.article-meta{display:flex;gap:14px;align-items:center;flex-wrap:wrap;color:#7c8390;font-size:14px;font-weight:600;margin-bottom:18px}.article-meta .author{color:#21242c;font-weight:800}.standfirst{font-size:22px;line-height:1.42;color:#2c313b;font-weight:700;margin:0 0 24px;max-width:48ch}.article-cover{margin:0 0 30px}.article-cover .thumb{overflow:hidden;border-radius:18px;background:var(--bg-soft)}.article-cover .thumb img{width:100%;height:auto;object-fit:cover}.article-content{font-size:20px;line-height:1.76;color:#22262e;padding:0;font-family:Inter,ui-sans-serif,system-ui,sans-serif}.article-content p{margin:0 0 1.45em}.article-content > *:first-child{margin-top:0}.article-content h2,.article-content h3{margin:1.6em 0 .65em;line-height:1.1;letter-spacing:-.03em;color:#171a20}.article-content h2{font-size:28px}.article-content h3{font-size:23px}.article-content strong{font-weight:800}.article-content em{font-style:italic}.article-content img{border-radius:16px;margin:20px auto}.article-content blockquote{margin:1.6em 0;padding:18px 20px;border-left:4px solid var(--accent);background:#fafbfc;border-radius:0 16px 16px 0;font-size:1.06em;font-style:italic;color:#2a2f39}.article-content a{color:var(--accent);text-decoration:underline;text-decoration-thickness:.08em;text-underline-offset:.14em}.article-sidebar{padding-top:2px}.sidebar-card{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);overflow:hidden}.sidebar-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;background:linear-gradient(90deg,#10131a,#20293a);color:#fff}.sidebar-head h3{margin:0;font-size:18px;line-height:1.1;text-transform:uppercase;letter-spacing:.08em}.sidebar-head .dash{width:34px;height:4px;border-radius:999px;background:var(--accent)}.sidebar-list{display:grid}.sidebar-item{display:grid;grid-template-columns:126px 1fr;gap:16px;padding:18px 20px;border-top:1px solid var(--line)}.sidebar-item:first-child{border-top:0}.sidebar-item .thumb{aspect-ratio:1/1;border-radius:18px}.sidebar-item .thumb img{width:100%;height:100%;object-fit:cover}.sidebar-item h4{margin:10px 0 0;font-size:19px;line-height:1.22;letter-spacing:-.02em}.sidebar-item .meta{margin-top:8px}.sidebar-item .catline a{background:var(--accent-soft)}
.archive-head,.search-hero{display:flex;align-items:end;justify-content:space-between;gap:20px;padding:26px 0 18px}.archive-head h1,.search-hero h1,.page-card h1,.author-card h1,.error-hero h1{font-size:42px;line-height:1.02;letter-spacing:-.04em;margin:0 0 8px}.archive-head p,.search-hero p,.page-card p,.error-hero p{color:var(--muted);font-size:16px;line-height:1.7;margin:0}.search-hero form{display:flex;gap:10px}.search-hero input{width:300px;max-width:50vw;height:44px;border:1px solid var(--line-strong);border-radius:999px;padding:0 15px}.search-hero button{height:44px;padding:0 16px;border:0;border-radius:999px;background:var(--accent);color:#fff;font-weight:800}.page-card,.author-card,.error-hero{padding:28px;margin:28px 0}.author-list{padding-bottom:24px}.author-meta{display:grid;gap:10px;color:#40454f;line-height:1.7}.footer{margin-top:40px;padding:32px 0;border-top:1px solid var(--line);background:#fff}.footer-inner{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:26px}.footer h4{margin:0 0 10px;font-size:13px;text-transform:uppercase;letter-spacing:.12em}.footer p,.footer a{color:#4b5058;line-height:1.7}.footer a{display:block;margin:6px 0}.pagination{display:flex;justify-content:center;padding:22px 0}
@media (max-width:1280px){.article-grid{grid-template-columns:70px minmax(0,1fr) 300px}.article-title{font-size:50px}}
@media (max-width:1180px){.page-home .main-grid,.content-grid,.home-highlight,.must-grid{grid-template-columns:1fr}.leftcol,.article-sidebar{order:2}.hero-grid{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr 1fr}.menuwrap .container{grid-template-columns:auto 1fr auto}.mast-main h1{font-size:40px}.article-grid{grid-template-columns:1fr;gap:20px}.article-share-rail{position:static;order:2}.share-panel{flex-direction:row;align-items:flex-start}.share-panel .share-label{align-items:flex-start}.share-buttons{flex-direction:row;flex-wrap:wrap}.article-sidebar{order:3}.article-title{font-size:42px}}
@media (max-width:860px){.topbar,.brandbar{display:none}.menuwrap .container{grid-template-columns:1fr auto;min-height:64px;padding:0 14px}.menu-logo img{height:34px}.mainmenu{grid-column:1/-1;order:3;padding-bottom:4px}.mainmenu a{height:46px;font-size:14px;padding:0 10px}.social-icons{display:none}.latest-strip .container{grid-template-columns:1fr;gap:10px}.latest-label{justify-self:start}.page-home .main-grid{padding-top:18px}.popular-grid,.cards-2,.archive-grid{grid-template-columns:1fr}.cards-2{grid-template-columns:1fr}.mast-main h1,.archive-head h1,.search-hero h1,.page-card h1,.author-card h1,.error-hero h1{font-size:30px}.article-card{padding:22px 18px}.article-title{font-size:34px}.standfirst{font-size:20px;line-height:1.45}.article-content{font-size:18px;line-height:1.82}.article-share-rail{order:3}.share-panel{justify-content:flex-start}.sidebar-item{grid-template-columns:90px 1fr;gap:14px}.sidebar-item h4{font-size:17px}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.latest-links{animation:none}.mast-main .thumb img,.hero-side .thumb img,.popular-grid .thumb img,.cards-2 .thumb img,.archive-grid .thumb img,.lead-article .thumb img,.must-main .thumb img,.editorial-main .thumb img,.pick-item .thumb img,.small-post .thumb img{transition:none}}

.article-reference-page .article-reference-wrap{padding-top:26px;padding-bottom:36px}
.article-reference-grid{display:grid;grid-template-columns:78px minmax(0,860px) 340px;gap:34px;align-items:start}
.article-share-rail{position:sticky;top:118px}
.share-panel-left{background:transparent;border:0;box-shadow:none;padding:0;gap:14px;align-items:center}
.share-label-vertical{display:flex;flex-direction:column;gap:8px;align-items:center;color:#545b66;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:0}
.share-label-vertical svg{width:28px;height:28px}
.share-buttons{gap:12px}
.share-buttons a{width:64px;height:64px;border-radius:12px;background:#fff;border:1px solid var(--line);box-shadow:0 8px 22px rgba(18,22,34,.05)}
.share-buttons svg{width:26px;height:26px}
.article-main-ref{min-width:0}
.article-breadcrumbs{font-size:14px;font-weight:700;color:#989ea8;margin:2px 0 20px}
.article-breadcrumbs a{color:#21242b}.article-breadcrumbs span{color:#9aa1ab}
.article-title-ref{margin:0 0 28px;font-size:55px;line-height:1.02;letter-spacing:-.055em;font-weight:950;color:#21242b;max-width:none}
.article-meta-strip{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin:0 0 26px}
.article-authorbox{display:flex;align-items:center;gap:16px;min-width:0}
.author-avatar{width:60px;height:60px;border-radius:999px;color:#a7acb5;flex:0 0 60px}
.author-avatar svg{width:100%;height:100%}
.author-lines{display:grid;gap:7px}
.author-mainline{display:flex;align-items:center;gap:14px;flex-wrap:wrap;font-size:16px;color:#616771}
.author-mainline strong{font-size:18px;color:#21242b;font-weight:850;border-bottom:3px solid var(--accent);padding-bottom:2px}
.author-mainline .sep{width:1px;height:18px;background:#d9dde4;display:inline-block}
.author-subline{font-size:16px;color:#4b5058}
.article-inline-share{display:flex;align-items:center;gap:14px;flex-wrap:wrap;color:#707682;padding-top:10px}
.article-inline-share a{display:inline-flex;align-items:center;justify-content:center;color:#5f87e6}
.article-inline-share a:nth-child(3){color:#33a1f2}.article-inline-share a:nth-child(4){color:#27d366}.article-inline-share a:nth-child(5){color:#58a6d6}
.article-inline-share svg{width:22px;height:22px}.share-inline-label,.share-inline-read{font-size:16px;color:#666d78}
.article-hero-ref{margin:0 0 30px;border-radius:10px;overflow:hidden;background:#f2f3f5}
.article-hero-ref img{width:100%;height:auto;display:block}
.article-standfirst-ref{font-size:32px;line-height:1.36;font-weight:760;color:#2b3038;margin:0 0 34px;max-width:30ch}
.article-body-ref{font-size:21px;line-height:1.92;color:#2b2f37}
.article-body-ref p{margin:0 0 1.45em}.article-body-ref h2{font-size:42px;line-height:1.08;margin:1.45em 0 .5em;letter-spacing:-.04em;color:#21242b}.article-body-ref h3{font-size:30px;line-height:1.14;margin:1.3em 0 .55em}.article-body-ref blockquote{font-size:1.08em;padding:16px 22px;background:#f7f8fa;border-left:4px solid var(--accent);border-radius:0 12px 12px 0}.article-body-ref ul,.article-body-ref ol{padding-left:1.2em}.article-body-ref li{margin:0 0 .5em}
.article-sidebar-ref{display:grid;gap:18px;padding-top:326px}
.side-module{display:grid;gap:16px}.module-tag{display:inline-flex;align-items:center;min-height:34px;padding:0 22px;background:var(--accent);border-radius:0 10px 10px 0;color:#fff;font-size:16px;font-weight:900;align-self:start;max-width:max-content;text-transform:none}
.social-grid-ref{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.social-grid-ref a{display:grid;justify-items:center;gap:12px;padding:20px 10px;background:#fff;border:1px solid var(--line);border-radius:6px;box-shadow:0 8px 24px rgba(18,22,34,.04);font-size:15px;font-weight:750;color:#21242b}.social-grid-ref .icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;color:#6f8fe8}.social-grid-ref svg{width:30px;height:30px}
.sidebar-list-ref{display:grid;gap:20px}.sidebar-item-ref{display:grid;grid-template-columns:116px 1fr;gap:16px;align-items:start}.sidebar-item-ref .thumb{display:block;border-radius:4px;overflow:hidden;background:#f0f2f5;aspect-ratio:1.05/1}.sidebar-item-ref .thumb img{width:100%;height:100%;object-fit:cover}.sidebar-item-ref h4{margin:0 0 8px;font-size:22px;line-height:1.28;letter-spacing:-.03em;color:#21242b}.sidebar-item-ref .catline a{font-size:15px;color:#3b4048;background:none;padding:0;border-radius:0;text-transform:none;letter-spacing:0;font-weight:650}
@media (max-width:1360px){.article-reference-grid{grid-template-columns:78px minmax(0,1fr) 320px}.article-title-ref{font-size:52px}}
@media (max-width:1180px){.article-reference-grid{grid-template-columns:1fr;gap:24px}.article-share-rail{position:static;order:2}.article-sidebar-ref{padding-top:0}.article-title-ref{max-width:none}.article-meta-strip{flex-direction:column;align-items:flex-start}}
@media (max-width:860px){.article-reference-wrap{padding-top:18px}.article-title-ref{font-size:36px;line-height:1.05}.article-meta-strip{margin-bottom:18px}.author-mainline{font-size:14px}.author-mainline strong{font-size:16px}.author-subline,.share-inline-label,.share-inline-read{font-size:14px}.article-standfirst-ref{font-size:23px;line-height:1.42;margin-bottom:22px}.article-body-ref{font-size:18px;line-height:1.82}.article-body-ref h2{font-size:30px}.sidebar-item-ref h4{font-size:18px}.social-grid-ref a{padding:16px 8px}}

.home-wrap-tight{padding-top:22px;padding-bottom:28px}.home-top-grid{display:grid;grid-template-columns:minmax(0,1.35fr) 360px;gap:24px;align-items:start}.home-top-main{display:grid;gap:18px}.hero-bottom-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.compact-card{display:grid;grid-template-columns:150px 1fr;gap:14px;align-items:start;padding:14px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow)}.compact-card .thumb{aspect-ratio:1.15/1;border-radius:14px}.compact-card h3{font-size:21px;line-height:1.18;margin:6px 0 0;letter-spacing:-.03em}.compact-sidebar-card .sidebar-item{grid-template-columns:92px 1fr;gap:14px;padding:16px 18px}.compact-sidebar-card .sidebar-item h4{font-size:18px;line-height:1.24}.compact-box{padding:18px 18px 12px}.home-content-tight{grid-template-columns:minmax(0,1fr) 340px;gap:24px;align-items:start}.home-side-rail{display:grid;gap:18px}.subscribe-box,.quick-links-box{background:#fff}.compact-cards-grid{gap:18px}.compact-list-card{padding:14px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow)}.compact-list-card .thumb{aspect-ratio:16/10;margin-bottom:12px}.compact-list-card h3{font-size:21px;line-height:1.18;margin:6px 0}.compact-highlight-grid{grid-template-columns:minmax(0,1.15fr) 360px;gap:24px;align-items:start}.compact-editorial-list{display:grid;gap:16px}.compact-editorial-list article{display:grid;grid-template-columns:110px 1fr;gap:14px;padding:14px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow)}.compact-editorial-list .thumb{aspect-ratio:1/1;border-radius:12px}.compact-editorial-list h4{margin:4px 0 0;font-size:19px;line-height:1.24}.rubrique-wrap{padding-top:20px;padding-bottom:28px}.archive-head-tight{padding-bottom:14px}.rubrique-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px;align-items:start}.rubrique-main-grid{margin:0}.rubrique-sidebar{display:grid;gap:18px}.archive-sidebar .box,.archive-sidebar .sidebar-card{position:sticky;top:102px}.archive-sidebar .box + .box,.archive-sidebar .sidebar-card + .box{position:static}
@media (max-width:1180px){.home-top-grid,.home-content-tight,.compact-highlight-grid,.rubrique-layout{grid-template-columns:1fr}.home-top-sidebar,.home-side-rail,.rubrique-sidebar{order:2}.hero-bottom-grid{grid-template-columns:1fr 1fr}.archive-sidebar .box,.archive-sidebar .sidebar-card{position:static}}
@media (max-width:860px){.home-wrap-tight{padding-top:16px}.hero-bottom-grid{grid-template-columns:1fr}.compact-card{grid-template-columns:110px 1fr;padding:12px}.compact-card h3,.compact-list-card h3{font-size:18px}.compact-sidebar-card .sidebar-item{grid-template-columns:82px 1fr;padding:14px 16px}.compact-sidebar-card .sidebar-item h4,.compact-editorial-list h4{font-size:17px}.rubrique-layout{gap:18px}}

/* article page aligned */
.article-reference-wrap{padding-top:26px;padding-bottom:34px}.article-reference-grid{display:grid;grid-template-columns:92px minmax(0,1fr) 360px;gap:36px;align-items:start}.article-main-ref{min-width:0}.article-breadcrumbs{font-size:14px;line-height:1.4;color:#8f949d;margin:0 0 18px;font-weight:700}.article-breadcrumbs a{color:#242730}.article-breadcrumbs span{color:#9297a0}.article-title-ref{font-size:72px;line-height:1.02;letter-spacing:-.055em;font-weight:950;color:#1f2126;margin:0 0 24px;max-width:16ch}.article-meta-strip{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin:0 0 24px}.article-authorbox{display:flex;align-items:center;gap:16px;min-width:0}.author-avatar{width:56px;height:56px;color:#7c818a;flex:0 0 56px}.author-avatar svg{width:56px;height:56px}.author-lines{display:grid;gap:8px}.author-mainline{display:flex;flex-wrap:wrap;align-items:center;gap:10px;font-size:16px;color:#6f7480;font-weight:500}.author-mainline strong{font-size:16px;color:#1b1d22;font-weight:900;position:relative;display:inline-flex;align-items:center}.author-mainline strong:after{content:"";position:absolute;left:0;right:0;bottom:-5px;height:2px;background:var(--accent)}.author-mainline .sep{width:1px;height:18px;background:#d8dbe1}.author-subline{font-size:15px;line-height:1.35;color:#2d3037}.article-inline-share{display:flex;align-items:center;gap:14px;justify-content:flex-end;flex-wrap:wrap;padding-top:8px;color:#6d7280;font-size:15px}.article-inline-share a{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px}.article-inline-share a:nth-of-type(1){color:#4e88f4}.article-inline-share a:nth-of-type(2){color:#3aa7ff}.article-inline-share a:nth-of-type(3){color:#28cc74}.article-inline-share a:nth-of-type(4){color:#5487f5}.share-inline-read{display:inline-flex;align-items:center;gap:8px}.share-inline-read:before{content:"";width:1px;height:18px;background:#d8dbe1;display:inline-block;margin-right:2px}.article-standfirst-ref{font-size:20px;line-height:1.55;color:#2a2d34;font-weight:700;max-width:52ch;margin:0 0 28px}.article-hero-ref{margin:0 0 28px}.article-hero-ref img{width:100%;height:auto;border-radius:4px;display:block}.article-body-ref{font-size:18px;line-height:1.8;color:#2a2d34;max-width:none}.article-body-ref p{margin:0 0 1.35em}.article-body-ref h2{font-size:34px;line-height:1.08;letter-spacing:-.035em;margin:1.45em 0 .6em;color:#1f2126}.article-body-ref h3{font-size:26px;line-height:1.16;margin:1.3em 0 .55em;color:#1f2126}.article-body-ref blockquote{font-size:1.02em;color:#353943;border-left:3px solid var(--accent);padding:10px 0 10px 18px;background:transparent;border-radius:0;margin:1.35em 0}.article-body-ref img{border-radius:4px;margin:24px 0}.article-share-rail{position:sticky;top:112px}.share-panel-left{align-items:center}.share-label-vertical{font-size:14px;font-weight:700;letter-spacing:0;color:#3d4148;text-transform:none}.share-label-vertical svg{width:24px;height:24px}.share-buttons{gap:10px}.share-buttons a{width:64px;height:54px;border-radius:8px;box-shadow:none}.article-sidebar-ref{display:grid;gap:18px}.side-module{background:transparent;border:0;box-shadow:none}.module-tag{display:inline-flex;align-items:center;min-height:34px;padding:0 18px;border-radius:0 10px 10px 0;background:var(--accent);color:#fff;font-size:15px;font-weight:900;letter-spacing:-.01em;margin:0 0 16px}.social-grid-ref{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.social-grid-ref a{display:grid;justify-items:center;gap:12px;background:#fff;border:1px solid var(--line);border-radius:8px;padding:18px 10px;color:#20242b;font-weight:700;box-shadow:none}.social-grid-ref .icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;color:#7e8795}.social-grid-ref svg{width:24px;height:24px}.latest-module-ref .module-tag{margin-bottom:14px}.sidebar-list-ref{display:grid;gap:20px}.sidebar-item-ref{display:grid;grid-template-columns:116px 1fr;gap:16px;align-items:start}.sidebar-item-ref .thumb{display:block}.sidebar-item-ref .thumb img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:4px}.sidebar-item-ref h4{font-size:20px;line-height:1.22;letter-spacing:-.02em;margin:0;color:#1f2126}.sidebar-item-body .catline{margin-top:10px;font-size:14px;font-weight:700;color:#4a4f58}.sidebar-item-body .catline a{color:#4a4f58}.menuwrap{transition:transform .28s ease,box-shadow .22s ease}.menuwrap.is-hidden{transform:translateY(-100%)}.menu-logo img{height:48px;max-width:260px;filter:none}@media (max-width:1340px){.article-reference-grid{grid-template-columns:74px minmax(0,1fr) 320px;gap:26px}.article-title-ref{font-size:62px}}@media (max-width:1080px){.article-reference-grid{grid-template-columns:1fr;gap:22px}.article-share-rail{order:3;position:static}.share-panel-left{align-items:flex-start}.share-buttons{flex-direction:row;flex-wrap:wrap}.article-meta-strip{display:grid;gap:16px}.article-inline-share{justify-content:flex-start;padding-top:0}.article-sidebar-ref{grid-column:auto}.article-title-ref{font-size:52px;max-width:none}}@media (max-width:720px){.article-reference-wrap{padding-top:16px}.article-title-ref{font-size:38px;line-height:1.04;margin-bottom:18px}.article-breadcrumbs{font-size:13px}.article-authorbox{gap:12px}.author-avatar,.author-avatar svg{width:46px;height:46px}.author-mainline,.author-subline,.article-inline-share{font-size:14px}.article-standfirst-ref{font-size:18px;line-height:1.52}.article-body-ref{font-size:17px;line-height:1.76}.sidebar-item-ref{grid-template-columns:92px 1fr;gap:12px}.sidebar-item-ref h4{font-size:17px}.social-grid-ref{grid-template-columns:repeat(2,minmax(0,1fr))}}

.home-top-grid-refined{grid-template-columns:minmax(0,1.55fr) 390px;gap:26px}.latest-news-card{position:sticky;top:116px}.section-rubriques-grid{padding-top:10px}.rub-grid{display:grid;gap:22px}.rub-grid-major{grid-template-columns:repeat(3,minmax(0,1fr))}.rub-grid-secondary{grid-template-columns:repeat(2,minmax(0,1fr))}.rub-block{background:#fff;border:1px solid var(--line);border-radius:24px;padding:18px 18px 16px;box-shadow:var(--shadow)}.rub-block-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.rub-block-head h3{margin:0;font-size:24px;line-height:1.08;letter-spacing:-.03em}.rub-block-head a{color:#15181d}.rub-feature .thumb{display:block;aspect-ratio:16/10;overflow:hidden;border-radius:16px;background:var(--bg-soft);margin-bottom:14px}.rub-feature .thumb img{width:100%;height:100%;object-fit:cover}.rub-feature h4{margin:0 0 8px;font-size:28px;line-height:1.06;letter-spacing:-.04em}.rub-feature h4 a{color:#191c21}.rub-feature .excerpt{margin:0 0 6px;font-size:15px;line-height:1.6;color:#5b616d}.rub-minis{display:grid;gap:14px;margin-top:14px}.rub-mini{display:grid;grid-template-columns:96px 1fr;gap:12px;align-items:start}.rub-mini .thumb{display:block;aspect-ratio:1/1;overflow:hidden;border-radius:12px;background:var(--bg-soft)}.rub-mini .thumb img{width:100%;height:100%;object-fit:cover}.rub-mini h5{margin:0;font-size:18px;line-height:1.18;letter-spacing:-.02em}.rub-mini h5 a{color:#1d2026}.rub-block-light .rub-minis-stack{margin-top:0}.rub-block-light .rub-mini{padding:0 0 14px;border-bottom:1px solid var(--line)}.rub-block-light .rub-mini:last-child{padding-bottom:0;border-bottom:0}.hero-bottom-grid-refined{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.home-wrap-tight{padding-bottom:34px}@media (max-width:1320px){.hero-main-wide h1,.hero-overlay-full h1{font-size:50px}.rub-grid-major{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:1080px){.latest-strip{margin-top:72px}.home-top-grid-refined,.rub-grid-major,.rub-grid-secondary{grid-template-columns:1fr}.latest-news-card{position:static}.hero-main-wide h1,.hero-overlay-full h1{font-size:42px}}@media (max-width:720px){.menuwrap .container{min-height:72px}.latest-strip{margin-top:72px}.hero-main-wide .content,.hero-overlay-full{padding:18px 16px 16px}.hero-main-wide h1,.hero-overlay-full h1{font-size:32px}.rub-block{padding:14px}.rub-block-head h3{font-size:22px}.rub-feature h4{font-size:24px}.rub-mini{grid-template-columns:82px 1fr}.menu-logo img{height:44px;max-width:220px}}

/* refined article/header overrides */
.menuwrap{background:linear-gradient(90deg,#ef163f 0%,#f01f4a 58%,#e3123a 100%);backdrop-filter:saturate(120%) blur(8px)}
.menuwrap.is-hidden{transform:translate3d(0,-100%,0)}
.menuwrap .container{min-height:80px}
.menu-logo img{height:54px;max-width:295px}
.latest-strip{margin-top:80px}
.reading-progress{position:fixed;top:80px;left:0;right:0;height:3px;background:rgba(239,22,63,.08);z-index:1395}
.reading-progress span{display:block;height:100%;width:0;background:linear-gradient(90deg,#ef163f,#ff6b86);box-shadow:0 0 10px rgba(239,22,63,.3)}
.article-reference-wrap{padding-top:30px}
.article-breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:13px;line-height:1.5;color:#8c92a0;font-weight:700;margin-bottom:20px}
.article-breadcrumbs .crumb-sep{color:#c6cad3;font-weight:600}
.article-breadcrumbs a{color:#262a31}
.article-breadcrumbs span:last-child{color:#8e939f}
.article-title-ref{font-size:70px;line-height:1.04;letter-spacing:-.055em;max-width:14.8ch;margin-bottom:22px}
.article-meta-strip{gap:26px;align-items:flex-start;margin-bottom:26px}
.article-authorbox{gap:18px}
.author-lines{gap:10px}
.author-mainline{gap:0;font-size:17px;color:#1e2228;font-weight:900}
.author-mainline strong{font-size:18px}
.author-mainline strong:after{bottom:-6px;height:3px;background:#ef163f}
.article-meta-badges{display:flex;flex-wrap:wrap;gap:10px 12px}
.meta-badge{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 14px;border:1px solid #ebeef3;border-radius:999px;background:#fff;color:#48505d;font-size:14px;font-weight:700;box-shadow:0 4px 14px rgba(16,20,32,.04)}
.meta-badge svg{width:16px;height:16px;color:#ef163f;flex:0 0 16px}
.author-subline{display:none}
.article-inline-share{padding-top:4px;gap:12px;color:#6d7280;font-size:14px}
.share-inline-label{font-weight:800;color:#3d434d;margin-right:4px}
.article-inline-share a{width:32px;height:32px;border-radius:999px;background:#fff;border:1px solid #eceff4;box-shadow:0 4px 12px rgba(16,20,32,.04)}
.article-inline-share a:hover{transform:translateY(-1px)}
.article-standfirst-ref{font-size:22px;line-height:1.58;color:#2b3038;font-weight:700;max-width:56ch;margin:0 0 30px}
.article-hero-ref{margin:0 0 30px}
.article-hero-ref img{width:100%;border-radius:6px}
.article-body-ref{font-size:19px;line-height:1.86;color:#232831;max-width:none}
.article-body-ref p{max-width:41em}
.article-body-ref h2,.article-body-ref h3{max-width:24ch}
.article-share-rail{top:128px}
.share-panel-left{padding-top:10px}
.share-buttons a{width:58px;height:50px;border-radius:10px;background:#fff;border:1px solid #edf0f4}
@media (max-width:1080px){.reading-progress{top:80px}.article-title-ref{font-size:52px;max-width:none}.article-meta-badges{gap:10px}.meta-badge{font-size:13px}}
@media (max-width:860px){.menuwrap .container{min-height:68px}.latest-strip{margin-top:68px}.reading-progress{top:68px}.menu-logo img{height:40px;max-width:240px}.article-meta-strip{display:grid}.article-inline-share{justify-content:flex-start}.article-title-ref{font-size:42px}.article-standfirst-ref{font-size:19px}.article-body-ref{font-size:17px}}

.page-surtitle,.card-surtitle,.article-surtitle-ref{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:900;letter-spacing:.22em;text-transform:uppercase;color:#ef163f;margin:0 0 10px}
.page-surtitle:before,.card-surtitle:before,.article-surtitle-ref:before{content:'';width:26px;height:2px;border-radius:99px;background:#ef163f;display:inline-block}
.article-surtitle-ref{margin-bottom:12px}
.article-related-box,.article-comments-box{margin-top:42px;padding-top:12px;border-top:1px solid var(--line)}
.section-head-inline h2{margin:0 0 18px;font-size:28px;line-height:1.1;letter-spacing:-.03em}
.related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.related-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:14px;box-shadow:var(--shadow)}
.related-card .thumb{display:block;aspect-ratio:16/10;overflow:hidden;border-radius:14px;background:var(--bg-soft);margin-bottom:12px}
.related-card .thumb img{width:100%;height:100%;object-fit:cover}
.related-card h3{margin:0;font-size:22px;line-height:1.12;letter-spacing:-.03em}
.comments-list{display:grid;gap:14px;margin-bottom:18px}
.comment-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px 20px;box-shadow:var(--shadow)}
.comment-meta{display:flex;gap:12px;align-items:center;justify-content:space-between;margin-bottom:10px;font-size:14px;color:#6a7080}
.comment-meta strong{color:#171b22;font-size:16px}
.comment-text{font-size:16px;line-height:1.7;color:#2c313a}
.comments-empty{padding:18px 20px;background:#fff;border:1px dashed #d9dde5;border-radius:16px;color:#676d79}
.comment-form-wrap{margin-top:16px;padding:18px 20px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}
.comment-form-wrap form{display:grid;gap:12px}
.comment-form-wrap input,.comment-form-wrap textarea,.contact-form-wrap input,.contact-form-wrap textarea{width:100%;min-height:48px;padding:12px 14px;border:1px solid #dfe3ea;border-radius:14px;background:#fff;font:inherit}
.comment-form-wrap textarea,.contact-form-wrap textarea{min-height:140px;resize:vertical}
.comment-form-wrap button,.contact-form-wrap button,.advanced-search-form button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 18px;border:0;border-radius:999px;background:#ef163f;color:#fff;font-weight:800;cursor:pointer}
.home-mostread-section{margin-top:30px;padding-top:8px}
.mostread-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}
.mostread-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:14px;box-shadow:var(--shadow)}
.mostread-card .thumb{display:block;aspect-ratio:16/10;overflow:hidden;border-radius:14px;background:var(--bg-soft);margin-bottom:12px}
.mostread-card .thumb img{width:100%;height:100%;object-fit:cover}
.mostread-card h3{margin:0 0 10px;font-size:22px;line-height:1.12;letter-spacing:-.03em}
.advanced-search-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px}
.advanced-search-form{display:flex;gap:10px;flex-wrap:wrap}
.advanced-search-form input{flex:1 1 280px;min-height:52px;padding:0 16px;border-radius:999px;border:1px solid #dfe4ec;font:inherit}
.search-grid-advanced{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.search-card-advanced{background:#fff;border:1px solid var(--line);border-radius:20px;padding:14px;box-shadow:var(--shadow)}
.search-card-advanced .thumb{display:block;aspect-ratio:16/10;overflow:hidden;border-radius:14px;background:var(--bg-soft);margin-bottom:12px}
.search-card-advanced .thumb img{width:100%;height:100%;object-fit:cover}
.search-sidebar .tips-list{margin:0;padding-left:18px;color:#4f5663;line-height:1.7}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:22px;margin-top:16px}
.contact-form-wrap{padding:18px 20px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}
@media (max-width:1080px){.related-grid,.mostread-grid,.search-grid-advanced{grid-template-columns:repeat(2,minmax(0,1fr))}.advanced-search-layout,.contact-grid{grid-template-columns:1fr}}
@media (max-width:720px){.related-grid,.mostread-grid,.search-grid-advanced{grid-template-columns:1fr}.section-head-inline h2{font-size:24px}.comment-meta{display:grid;justify-content:flex-start}.page-surtitle,.card-surtitle,.article-surtitle-ref{font-size:11px;letter-spacing:.18em}}

.article-title-ref,.article-body-ref h2,.article-body-ref h3,.article-body-ref h4,.article-body-ref h5,.article-body-ref h6{max-width:none !important;width:100% !important}
.article-meta-strip{margin:0 0 18px !important}
.article-authorbox{display:grid !important;grid-template-columns:52px minmax(0,1fr) !important;align-items:center !important;gap:12px !important;padding:12px 14px !important;border-radius:14px !important}
.author-avatar{width:52px !important;height:52px !important;flex-basis:52px !important}
.author-lines{display:grid !important;grid-template-columns:minmax(110px,max-content) minmax(0,1fr) !important;align-items:center !important;column-gap:12px !important;row-gap:0 !important;min-width:0 !important}
.author-mainline{min-width:0 !important}
.author-mainline strong{font-size:16px !important;white-space:nowrap !important}
.article-meta-badges{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:8px !important;min-width:0 !important;overflow:visible !important}
.meta-badge{display:flex !important;align-items:center !important;min-width:0 !important;min-height:40px !important;padding:8px 10px !important;border-radius:14px !important;gap:8px !important;white-space:normal !important}
.meta-badge svg{width:15px !important;height:15px !important;flex:0 0 15px !important;margin-top:0 !important}
.meta-badge span{display:grid !important;gap:1px !important;min-width:0 !important}
.meta-badge strong,.meta-badge em,.meta-badge small{display:block !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}
.meta-badge strong{font-size:10px !important;line-height:1.1 !important;letter-spacing:.05em !important;text-transform:uppercase !important;color:#7a808a !important}
.meta-badge em{font-size:12px !important;line-height:1.2 !important;font-style:normal !important;color:#1f232a !important;font-weight:850 !important}
.meta-badge small,.meta-read span{font-size:11px !important;line-height:1.2 !important;color:#6c7380 !important;font-weight:700 !important}
.meta-read span{display:block !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}
.article-standfirst-text,.js-article-body > p:first-of-type{font-weight:800 !important}
.article-standfirst-text .dropcap-letter,.js-article-body > p:first-of-type .dropcap-letter{float:left;display:inline-block;margin:.04em .12em 0 0;font-size:4.2em;line-height:.74;font-weight:950;color:var(--accent);text-transform:uppercase}
.mostread-list-ref{display:grid !important;gap:12px !important}
.sidebar-item-mostread-ref{display:grid !important;grid-template-columns:56px minmax(0,1fr) !important;align-items:start !important;gap:14px !important;padding:14px 16px !important;border:1px solid rgba(254,2,2,.12) !important;border-radius:18px !important;background:linear-gradient(180deg,#fff 0%,#fff7f7 100%) !important;box-shadow:0 10px 24px rgba(18,22,34,.05) !important}
.mostread-rank-ref{display:flex !important;align-items:flex-start !important;justify-content:center !important;text-decoration:none !important}
.mostread-rank-ref span{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:42px !important;height:42px !important;border-radius:14px !important;background:linear-gradient(180deg,var(--accent) 0%,#fe0202 100%) !important;color:#fff !important;font-size:20px !important;font-weight:900 !important;box-shadow:0 10px 18px rgba(254,2,2,.22) !important}
.sidebar-item-mostread-ref .sidebar-item-body{display:grid !important;gap:6px !important;min-width:0 !important}
.mostread-kicker-ref,.mostread-kicker-ref a{font-size:11px !important;line-height:1.2 !important;font-weight:900 !important;letter-spacing:.08em !important;text-transform:uppercase !important;color:var(--accent) !important}
.sidebar-item-mostread-ref .card-surtitle{margin:0 !important;font-size:11px !important}
.sidebar-item-mostread-ref h4{margin:0 !important;font-size:18px !important;line-height:1.22 !important;letter-spacing:-.02em !important}
.sidebar-item-mostread-ref h4 a{display:block !important}
.mostread-meta-ref{display:flex !important;align-items:center !important;gap:8px !important;flex-wrap:wrap !important;font-size:11px !important;font-weight:800 !important;color:#6d7480 !important;text-transform:none !important;letter-spacing:0 !important}
.mostread-meta-ref .mostread-label{display:inline-flex !important;align-items:center !important;gap:6px !important;color:var(--accent) !important}
.mostread-meta-ref .mostread-label::before{content:"";width:6px;height:6px;border-radius:999px;background:var(--accent)}
@media (max-width:1080px){.author-lines{grid-template-columns:1fr !important;row-gap:8px !important}.article-meta-badges{grid-template-columns:repeat(3,minmax(0,1fr)) !important}.sidebar-item-mostread-ref{grid-template-columns:52px minmax(0,1fr) !important}}
@media (max-width:720px){.article-authorbox{grid-template-columns:44px minmax(0,1fr) !important}.author-avatar{width:44px !important;height:44px !important;flex-basis:44px !important}.article-meta-badges{grid-template-columns:1fr !important}.meta-badge strong,.meta-badge em,.meta-badge small{white-space:normal !important;overflow:visible !important}.article-standfirst-text .dropcap-letter,.js-article-body > p:first-of-type .dropcap-letter{font-size:3.5em !important}.sidebar-item-mostread-ref{grid-template-columns:46px minmax(0,1fr) !important;padding:12px 14px !important}.mostread-rank-ref span{width:36px !important;height:36px !important;font-size:17px !important}}

/* footer conventionnel et mode sombre renforcé */
.footer.footer-refined{margin-top:52px;background:#11151c;border-top:4px solid var(--accent);padding:0;border-radius:0!important}
.footer-refined .footer-inner{position:relative;grid-template-columns:minmax(0,1.45fr) minmax(190px,.75fr) minmax(190px,.75fr);gap:28px;padding:26px 0 20px}
.footer-refined .footer-inner:before{display:none}
.footer-refined .footer-brand-col,.footer-refined .footer-links-col{background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0}
.footer-refined .footer-brand{margin-bottom:10px;gap:8px}
.footer-refined .footer-brand img{height:44px;max-width:220px;filter:brightness(1.02)}
.footer-refined .footer-brand small{color:rgba(255,255,255,.62)}
.footer-refined .footer-brand small:before{box-shadow:none;background:var(--accent)}
.footer-refined .footer-description{margin:0 0 14px;max-width:60ch;color:rgba(255,255,255,.78);font-size:14px;line-height:1.7}
.footer-refined h4{margin:0 0 12px;color:#fff;font-size:11px;letter-spacing:.18em}
.footer-refined h4:before{width:22px;height:2px;border-radius:0;background:var(--accent)}
.footer-refined .footer-links-list{gap:2px}
.footer-refined .footer-links-list a{padding:8px 0 8px 16px;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;color:rgba(255,255,255,.8)!important}
.footer-refined .footer-links-list a:before{left:0;top:11px;bottom:11px;width:3px;border-radius:0;background:rgba(254,2,2,.9)}
.footer-refined .footer-links-list a:hover{transform:none;color:#fff!important;text-decoration:none}
.footer-refined .footer-links-list a:hover:before{transform:none;background:#fff}
.footer-refined .footer-socials{gap:8px;margin-top:4px!important}
.footer-refined .footer-socials a{width:38px;height:38px;border-radius:0;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.03)!important;color:#fff;box-shadow:none}
.footer-refined .footer-socials a:hover{background:var(--accent)!important;border-color:var(--accent);transform:none}
.footer-refined .footer-bottom{background:#0a0d12;border-top:1px solid rgba(255,255,255,.1)}
.footer-refined .footer-bottom-inner{padding:12px 0}
.footer-refined .footer-bottom p{font-size:12px;line-height:1.65;color:rgba(255,255,255,.72)}
.footer-refined .footer-bottom a{color:#fff;border:0;text-decoration:none;font-weight:800}
.footer-refined .footer-bottom a:hover{color:#fff;text-decoration:underline}
@media (max-width:860px){.footer-refined .footer-inner{grid-template-columns:1fr;gap:18px;padding:22px 0 18px}}

html[data-theme="dark"] .menuwrap,html[data-theme="dark"] .menu-drawer,html[data-theme="dark"] .latest-track,html[data-theme="dark"] .search-hero form,html[data-theme="dark"] .pagination a,html[data-theme="dark"] .pagination .on,html[data-theme="dark"] .ajax-pager a,html[data-theme="dark"] .comment-form-wrap,html[data-theme="dark"] .comments-refined,html[data-theme="dark"] .comments-shell,html[data-theme="dark"] .comment-form,html[data-theme="dark"] .section-head-inline,html[data-theme="dark"] .section-head,html[data-theme="dark"] .home-mostread-inline-section,html[data-theme="dark"] .home-mostread-editorial-section,html[data-theme="dark"] .home-mostread-editorial-grid,html[data-theme="dark"] .lireaussi-refined,html[data-theme="dark"] .read-more-card,html[data-theme="dark"] .mostread-card-editorial,html[data-theme="dark"] .sidebar-item-mostread-ref,html[data-theme="dark"] .comment-form input,html[data-theme="dark"] .comment-form textarea,html[data-theme="dark"] .comment-form select{border-color:rgba(255,255,255,.09)!important}
html[data-theme="dark"] p,html[data-theme="dark"] li,html[data-theme="dark"] dd,html[data-theme="dark"] dt,html[data-theme="dark"] figcaption,html[data-theme="dark"] .article-body-ref blockquote,html[data-theme="dark"] .article-body-ref li,html[data-theme="dark"] .article-meta-strip,html[data-theme="dark"] .article-breadcrumb-ref,html[data-theme="dark"] .comment-item p,html[data-theme="dark"] .comment-form label,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .rub-card-meta,html[data-theme="dark"] .home-mostread-lead p,html[data-theme="dark"] .sidebar-item-body p,html[data-theme="dark"] .search-card-advanced p,html[data-theme="dark"] .contact-form-wrap p{color:var(--muted)!important}
html[data-theme="dark"] a,html[data-theme="dark"] .article-body-ref a,html[data-theme="dark"] .page-card a,html[data-theme="dark"] .author-card a,html[data-theme="dark"] .sidebar-module a,html[data-theme="dark"] .rub-feature a,html[data-theme="dark"] .rub-mini a,html[data-theme="dark"] .compact-card a{color:inherit}
html[data-theme="dark"] .article-body-ref a,html[data-theme="dark"] .footer-refined a:hover,html[data-theme="dark"] .mainmenu a:hover,html[data-theme="dark"] .menu-drawer-nav a:hover,html[data-theme="dark"] .header-search-link:hover{color:#fff!important}
html[data-theme="dark"] .menuwrap{background:#121821;border-bottom-color:rgba(255,255,255,.08)}
html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .header-search-link{color:#edf2f7}
html[data-theme="dark"] .menu-burger{border-color:rgba(255,255,255,.12);background:#151c25;color:#fff}
html[data-theme="dark"] .menu-burger span{background:#fff}
html[data-theme="dark"] .home-mostread-card,html[data-theme="dark"] .home-mostread-lead,html[data-theme="dark"] .home-mostread-item,html[data-theme="dark"] .mostread-row,html[data-theme="dark"] .sidebar-item-mostread-ref,html[data-theme="dark"] .lireaussi-card,html[data-theme="dark"] .related-card,html[data-theme="dark"] .archive-feed article,html[data-theme="dark"] .rubrique-feed article,html[data-theme="dark"] .search-card-advanced,html[data-theme="dark"] .contact-form-wrap,html[data-theme="dark"] .comment-form-wrap{background:var(--card)!important;box-shadow:0 14px 32px rgba(0,0,0,.22)!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum,html[data-theme="dark"] .comment-form-wrap form{background:linear-gradient(180deg,#121923 0%,#0f151e 100%)!important;border-color:rgba(255,255,255,.12)!important;box-shadow:0 18px 40px rgba(0,0,0,.32)!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum fieldset,html[data-theme="dark"] .comment-form-wrap form fieldset{border-color:rgba(255,255,255,.14)!important;background:rgba(255,255,255,.02)!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum h3,html[data-theme="dark"] .comment-form-wrap form h3,html[data-theme="dark"] .comment-form-wrap .formulaire_forum legend,html[data-theme="dark"] .comment-form-wrap form legend{color:#ff5b5b!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum .session,html[data-theme="dark"] .comment-form-wrap form .session{background:rgba(255,255,255,.03)!important;border-color:rgba(255,255,255,.1)!important;color:#e8edf5!important}
html[data-theme="dark"] .comment-form-wrap label,html[data-theme="dark"] .comment-form-wrap .explication,html[data-theme="dark"] .comment-form-wrap .notice,html[data-theme="dark"] .comment-form-wrap .session,html[data-theme="dark"] .comment-form-wrap .session a,html[data-theme="dark"] .comment-form-wrap p{color:#cdd6e3!important}
html[data-theme="dark"] .comment-form-wrap input,html[data-theme="dark"] .comment-form-wrap textarea,html[data-theme="dark"] .comment-form-wrap select{background:#08111d!important;border-color:rgba(255,255,255,.12)!important;color:#f5f7fb!important;box-shadow:inset 0 1px 2px rgba(0,0,0,.22)!important}
html[data-theme="dark"] .comment-form-wrap input::placeholder,html[data-theme="dark"] .comment-form-wrap textarea::placeholder{color:#7f8aa0!important}
html[data-theme="dark"] .comment-form-wrap input:focus,html[data-theme="dark"] .comment-form-wrap textarea:focus,html[data-theme="dark"] .comment-form-wrap select:focus{border-color:rgba(254,2,2,.55)!important;box-shadow:0 0 0 4px rgba(254,2,2,.14)!important;background:#0b1522!important}
html[data-theme="dark"] .comment-form-wrap .boutons input,html[data-theme="dark"] .comment-form-wrap .boutons button,html[data-theme="dark"] .comment-form-wrap .submit{color:#fff!important}
html[data-theme="dark"] .article-body-ref strong,html[data-theme="dark"] .article-body-ref b,html[data-theme="dark"] .article-body-ref h2,html[data-theme="dark"] .article-body-ref h3,html[data-theme="dark"] .article-body-ref h4,html[data-theme="dark"] .article-body-ref h5,html[data-theme="dark"] .article-body-ref h6,html[data-theme="dark"] .article-standfirst-text,html[data-theme="dark"] .meta-badge strong,html[data-theme="dark"] .comment-author,html[data-theme="dark"] .section-head-inline h2,html[data-theme="dark"] .section-head h2,html[data-theme="dark"] .footer-refined h4{color:#f5f7fb!important}
html[data-theme="dark"] .article-body-ref blockquote{background:#121923;border-left:4px solid var(--accent);color:#dce4ee}
html[data-theme="dark"] .article-body-ref hr{border-color:rgba(255,255,255,.1)}
html[data-theme="dark"] .meta-badge,html[data-theme="dark"] .author-avatar,html[data-theme="dark"] .comment-avatar,html[data-theme="dark"] .badge,html[data-theme="dark"] .page-surtitle,html[data-theme="dark"] .card-surtitle{box-shadow:none}
html[data-theme="dark"] .comment-form input::placeholder,html[data-theme="dark"] .comment-form textarea::placeholder,html[data-theme="dark"] input::placeholder,html[data-theme="dark"] textarea::placeholder{color:#8190a3}
html[data-theme="dark"] .theme-toggle{border-color:rgba(255,255,255,.18);background:#171f2a}

/* v30 dark mode, share rail, latest strip and rubrique fixes */
.share-label-vertical{display:flex;flex-direction:column;align-items:center;gap:8px;color:#222630}
.share-label-vertical .share-count{display:inline-flex;align-items:center;justify-content:center;min-width:74px;padding:6px 10px;border-radius:999px;background:#f3f5f8;color:#616978;font-size:11px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}
.share-buttons{display:grid;gap:12px}
.share-buttons a,.share-buttons button{display:inline-flex;align-items:center;justify-content:center;width:64px;height:54px;border-radius:14px;border:1px solid #e8ecf2;background:linear-gradient(180deg,#fff 0%,#f7f9fc 100%);color:#5a6780;box-shadow:0 10px 24px rgba(17,20,31,.06);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease,color .2s ease;cursor:pointer}
.share-buttons a:hover,.share-buttons button:hover{transform:translateY(-2px);border-color:rgba(254,2,2,.26);color:var(--accent);box-shadow:0 14px 28px rgba(17,20,31,.12)}
.share-buttons a[aria-label="facebook"]{color:#1877f2}.share-buttons a[aria-label="x"]{color:#111}.share-buttons a[aria-label="linkedin"]{color:#0a66c2}.share-buttons a[aria-label="whatsapp"]{color:#20b874}.share-copy-btn{color:#596579}.share-print-btn{color:#6d7fbe}
.share-buttons svg{width:22px;height:22px}
.latest-strip{background:#fff}.latest-label{box-shadow:inset 0 0 0 1px rgba(254,2,2,.05)}
.latest-links a{font-weight:900}.latest-links a:after{width:6px;height:6px}
html[data-theme="dark"] .latest-strip{background:#10161f;border-bottom-color:rgba(255,255,255,.08)}
html[data-theme="dark"] .latest-label{background:rgba(254,2,2,.14)!important;color:#fe0202!important;box-shadow:inset 0 0 0 1px rgba(254,2,2,.2)}
html[data-theme="dark"] .latest-track:after{background:linear-gradient(90deg,rgba(16,22,31,0),#10161f)}
html[data-theme="dark"] .latest-links a{color:#eef3fa!important}
html[data-theme="dark"] .latest-links a:hover{color:#fe0202!important}
html[data-theme="dark"] .share-label-vertical{color:#e7edf6!important}
html[data-theme="dark"] .share-label-vertical .share-count{background:#141d28!important;color:#a9b5c7!important;border:1px solid rgba(255,255,255,.08)}
html[data-theme="dark"] .share-buttons a,html[data-theme="dark"] .share-buttons button{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important;border-color:rgba(255,255,255,.1)!important;box-shadow:0 14px 28px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .share-buttons a:hover,html[data-theme="dark"] .share-buttons button:hover{border-color:rgba(254,2,2,.34)!important;box-shadow:0 18px 32px rgba(0,0,0,.36)!important}
html[data-theme="dark"] .share-buttons a[aria-label="facebook"]{color:#7fb2ff!important}
html[data-theme="dark"] .share-buttons a[aria-label="x"]{color:#f5f7fb!important}
html[data-theme="dark"] .share-buttons a[aria-label="linkedin"]{color:#68b1ff!important}
html[data-theme="dark"] .share-buttons a[aria-label="whatsapp"]{color:#4be3a0!important}
html[data-theme="dark"] .share-copy-btn{color:#c9d4e3!important}html[data-theme="dark"] .share-print-btn{color:#b9c7ff!important}
html[data-theme="dark"] .rubrique-feed article,html[data-theme="dark"] .archive-grid.rubrique-main-grid article{background:linear-gradient(180deg,#131a24 0%,#0e141d 100%)!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 16px 34px rgba(0,0,0,.26)!important}
html[data-theme="dark"] .rubrique-feed article h3 a,html[data-theme="dark"] .rubrique-feed article .author,html[data-theme="dark"] .rubrique-feed article .meta,html[data-theme="dark"] .rubrique-feed article .excerpt,html[data-theme="dark"] .rubrique-sidebar .sidebar-item h4 a,html[data-theme="dark"] .rubrique-sidebar .headline-item a,html[data-theme="dark"] .rubrique-sidebar .quick-links a{color:#edf2f8!important}
html[data-theme="dark"] .rubrique-feed article .excerpt,html[data-theme="dark"] .rubrique-feed article .meta,html[data-theme="dark"] .rubrique-sidebar .catline a{color:#aab5c5!important}
html[data-theme="dark"] .rubrique-loadmore-btn{background:linear-gradient(180deg,var(--accent) 0%,#fe0202 100%)!important;border-color:transparent!important;color:#fff!important;box-shadow:0 16px 28px rgba(254,2,2,.22)!important}
html[data-theme="dark"] .rubrique-sidebar .compact-box,html[data-theme="dark"] .rubrique-sidebar .compact-sidebar-card{background:linear-gradient(180deg,#131a24 0%,#0e141d 100%)!important;border-color:rgba(255,255,255,.08)!important}

/* v33 menu rouge en mode sombre + module en ce moment */
.latest-label{font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:none}
.moment-strip{background:#fff;border-bottom:1px solid var(--line)}
.moment-strip .container{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:18px;padding:10px 18px}
.moment-track:after{background:linear-gradient(90deg,rgba(255,255,255,0),#fff)}
.moment-links a{font-weight:900;color:#1a1d22}
.moment-links a:hover{color:var(--accent)}
.latest-strip .container,.moment-strip .container{padding-top:11px;padding-bottom:11px}
html[data-theme="dark"] .menuwrap{background:#fe0202!important;border-bottom-color:rgba(255,255,255,.16)!important}
html[data-theme="dark"] .menu-drawer{background:#d80000!important;border-bottom-color:rgba(255,255,255,.14)!important}
html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .header-search-link,html[data-theme="dark"] .social-icons a,html[data-theme="dark"] .menu-tools .theme-toggle{color:#fff!important}
html[data-theme="dark"] .mainmenu a.is-hot,html[data-theme="dark"] .mainmenu a:hover{color:#fff!important;opacity:1}
html[data-theme="dark"] .mainmenu a:after{background:#fff!important}
html[data-theme="dark"] .menu-burger{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.2)!important;color:#fff!important}
html[data-theme="dark"] .theme-toggle{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.2)!important;color:#fff!important}
html[data-theme="dark"] .menu-burger span{background:#fff!important}
html[data-theme="dark"] .moment-strip,html[data-theme="dark"] .latest-strip{background:#10161f!important;border-bottom-color:rgba(255,255,255,.08)!important}
html[data-theme="dark"] .moment-track,html[data-theme="dark"] .latest-track,html[data-theme="dark"] .moment-links,html[data-theme="dark"] .latest-links{background:#10161f!important}
html[data-theme="dark"] .moment-track:after,html[data-theme="dark"] .latest-track:after{background:linear-gradient(90deg,rgba(16,22,31,0),#10161f)!important}
html[data-theme="dark"] .moment-links a,html[data-theme="dark"] .latest-links a{color:#edf2f8!important}
html[data-theme="dark"] .latest-label{background:rgba(254,2,2,.16)!important;border-color:rgba(254,2,2,.26)!important;color:#ffd7d7!important}
@media (max-width:860px){.moment-strip .container,.latest-strip .container{grid-template-columns:1fr;gap:10px}.moment-strip,.latest-strip{margin-top:0}.moment-strip .latest-label,.latest-strip .latest-label{justify-self:start}}

/* v34 footer, menu rouge #fe0202 et bouton thème en sidebar */
.menuwrap{background:#fe0202!important;border-bottom:0!important;box-shadow:0 12px 28px rgba(35,10,10,.12)!important}
.menuwrap .container{min-height:80px}
.menu-drawer{background:#e10202!important;border-bottom:0!important;box-shadow:0 18px 32px rgba(35,10,10,.18)!important}
.mainmenu a.is-hot:after,.mainmenu a:hover:after{background:#fff!important}
html[data-theme="dark"] .menuwrap{background:#fe0202!important;border-bottom:0!important;box-shadow:0 12px 28px rgba(0,0,0,.24)!important}
html[data-theme="dark"] .menu-drawer{background:#e10202!important;border-bottom:0!important;box-shadow:0 18px 32px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .header-search-link,html[data-theme="dark"] .social-icons a,html[data-theme="dark"] .menu-tools .theme-toggle{color:#fff!important}
html[data-theme="dark"] .mainmenu a.is-hot:after,html[data-theme="dark"] .mainmenu a:hover:after{background:#fff!important}

.footer-refined{position:relative;background:linear-gradient(180deg,#0a111a 0%,#070d14 100%);border-top:4px solid #fe0202;color:#d7dee9}
.footer-refined:before{content:"";position:absolute;inset:0 0 auto 0;height:1px;background:rgba(255,255,255,.08)}
.footer-inner{display:grid;grid-template-columns:minmax(260px,1.2fr) .95fr .75fr .75fr;gap:34px;padding:34px 0 26px}
.footer-brand{display:grid;gap:12px;align-content:start}
.footer-brand img{height:52px;width:auto}
.footer-brand small{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:#f6f8fb;font-weight:800}
.footer-description{max-width:48ch;margin:0;color:#c4cddd;line-height:1.75;font-size:16px}
.footer-links-col h4{margin:0 0 14px;font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:#f7f9fc;font-weight:900}
.footer-links-list{display:grid;gap:12px}
.footer-links-list-columns{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:18px;row-gap:12px}
.footer-links-list a{display:inline-flex;align-items:center;gap:10px;color:#d7dee9;font-weight:700;line-height:1.4}
.footer-links-list a:before{content:"";width:5px;height:5px;border-radius:999px;background:#fe0202;flex:0 0 5px;box-shadow:0 0 0 6px rgba(254,2,2,.08)}
.footer-links-list a:hover{color:#fff}
.footer-socials{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}
.footer-socials a{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.02);color:#fff}
.footer-socials a:hover{border-color:rgba(254,2,2,.36);background:rgba(254,2,2,.12);color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.16)}
.footer-bottom-inner{display:flex;justify-content:center;padding:16px 0}
.footer-bottom p{margin:0;text-align:center;font-size:14px;line-height:1.6;color:#c9d2df}
.footer-bottom a{color:#fff;font-weight:800}
.footer-bottom a:hover{color:#fff}
html[data-theme="dark"] .footer-refined{background:linear-gradient(180deg,#071018 0%,#04080e 100%);color:#d7dee9}
html[data-theme="dark"] .footer-links-list a,html[data-theme="dark"] .footer-description,html[data-theme="dark"] .footer-bottom p{color:#d7dee9!important}
html[data-theme="dark"] .footer-socials a{border-color:rgba(255,255,255,.12)!important;background:rgba(255,255,255,.02)!important;color:#fff!important}
html[data-theme="dark"] .footer-socials a:hover{background:rgba(254,2,2,.14)!important;border-color:rgba(254,2,2,.4)!important}

.sidebar-theme-module,.home-theme-module{overflow:hidden}
.sidebar-theme-box{display:grid;gap:14px;padding:18px 20px;background:linear-gradient(180deg,#fff 0%,#fbfcfe 100%)}
.sidebar-theme-box p{margin:0;color:#5c6472;line-height:1.65;font-size:14px}
.sidebar-theme-toggle{width:100%!important;height:52px!important;border-radius:16px!important;grid-template-columns:24px 1fr;justify-content:start!important;gap:12px;padding:0 16px!important;background:linear-gradient(180deg,#fe0202 0%,#fe0202 100%)!important;border:0!important;box-shadow:0 14px 28px rgba(254,2,2,.24)!important;color:#fff!important}
.sidebar-theme-toggle:hover{background:linear-gradient(180deg,#ff1919 0%,#fe0202 100%)!important;transform:translateY(-2px)!important}
.sidebar-theme-toggle .sidebar-theme-toggle-icon{position:relative;display:inline-grid;place-items:center;width:22px;height:22px}
.sidebar-theme-toggle .sidebar-theme-toggle-icon svg{position:absolute;width:18px;height:18px}
.sidebar-theme-toggle .theme-toggle-sun{opacity:0;transform:scale(.72) rotate(-35deg)}
html[data-theme="dark"] .sidebar-theme-toggle .theme-toggle-moon{opacity:0;transform:scale(.72) rotate(35deg)}
html[data-theme="dark"] .sidebar-theme-toggle .theme-toggle-sun{opacity:1;transform:scale(1) rotate(0)}
.sidebar-theme-toggle-label{font-size:14px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.site-sidebar-unified .sidebar-theme-module .module-tag::after,.rubrique-sidebar .sidebar-theme-module .module-tag::after{background:#fff}
html[data-theme="dark"] .sidebar-theme-box{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important}
html[data-theme="dark"] .sidebar-theme-box p{color:#b8c3d2!important}
html[data-theme="dark"] .sidebar-theme-toggle{box-shadow:0 16px 30px rgba(0,0,0,.3)!important}

@media (max-width:1180px){.footer-inner{grid-template-columns:1fr 1fr}.footer-brand-col{grid-column:1/-1}}
@media (max-width:760px){.footer-inner{grid-template-columns:1fr;gap:24px;padding:28px 0 20px}.footer-links-list-columns{grid-template-columns:1fr 1fr}.footer-brand img{height:46px}.footer-description{font-size:15px}.footer-bottom-inner{padding:14px 0}.footer-bottom p{font-size:13px}.sidebar-theme-box{padding:16px}}

/* v36 sidebar harmonisation */
.sidebar-head{background:linear-gradient(90deg,#0f1624,#182236);padding:18px 20px;border-bottom:1px solid rgba(255,255,255,.06)}
.sidebar-head h3{font-size:18px;line-height:1.1;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#fff}
.sidebar-card.compact-sidebar-card{border-radius:22px;overflow:hidden}
.sidebar-theme-module,.home-theme-module{display:none!important}
body.theme-dark .sidebar-card,body.theme-dark .compact-sidebar-card,body.theme-dark .sidebar-item,body.theme-dark .sidebar-list{background:#0f1624}
body.theme-dark .sidebar-item{border-top-color:rgba(255,255,255,.08)}
body.theme-dark .sidebar-item h4 a,body.theme-dark .sidebar-item h4,body.theme-dark .sidebar-item .meta,body.theme-dark .sidebar-item time{color:#eef2f7}

/* v38 en ce moment fixe */
.moment-strip{position:relative;z-index:25}
.moment-track{overflow:visible}
.moment-track:after{display:none}
.moment-links{display:flex;flex-wrap:wrap;gap:10px 18px;white-space:normal;animation:none!important;transform:none!important}
.moment-links a{display:inline-flex;align-items:center;position:relative;padding-right:18px}
.moment-links a:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:5px;height:5px;border-radius:999px;background:var(--accent)}
.moment-links a:last-child:after{display:none}
@media (max-width:860px){.moment-links{gap:8px 14px}}

/* v44 pages intérieures unifiées : sidebar, contact, recherche */
.interior-page-wrap{padding-top:26px;padding-bottom:34px}
.interior-layout-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px;align-items:start}
.interior-main-content{display:grid;gap:22px;min-width:0}
.interior-sidebar{display:grid;gap:22px}
.interior-sidebar .side-module{background:var(--card);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);overflow:hidden}
.interior-hero-card,.editorial-panel{background:var(--card);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);padding:28px 30px}
.interior-hero-card h1,.editorial-panel h2{margin:0 0 10px;line-height:1.02;letter-spacing:-.04em}
.interior-hero-card h1{font-size:44px}
.interior-hero-text,.editorial-panel p{color:var(--muted);font-size:17px;line-height:1.78}
.panel-kicker,.page-surtitle{display:inline-flex;align-items:center;gap:12px;margin-bottom:16px;color:#fe0202;font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}
.panel-kicker:before,.page-surtitle:before{content:"";width:48px;height:4px;border-radius:999px;background:#fe0202}
.interior-hero-pills,.search-shortcuts-chips,.contact-highlight-list,.contact-checklist{display:flex;flex-wrap:wrap;gap:10px}
.interior-hero-pills span,.search-shortcuts-chips a,.contact-highlight-list li,.contact-checklist li,.search-chip{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 16px;border-radius:999px;border:1px solid rgba(254,2,2,.16);background:#fff5f5;color:#7f1d1d;font-size:13px;font-weight:800}
.contact-info-grid,.editorial-panels-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.contact-checklist,.contact-highlight-list{padding:0;margin:14px 0 0;list-style:none}
.panel-linkline a{display:inline-flex;align-items:center;gap:10px;font-weight:900;color:#fe0202}
.contact-guidelines-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:16px}
.contact-guidelines-grid article{padding:18px;border-radius:18px;background:var(--bg-soft);border:1px solid var(--line)}
.contact-guidelines-grid strong{display:block;margin-bottom:10px;font-size:15px;letter-spacing:-.02em}
.contact-form-shell-enhanced{padding:22px;border-radius:24px;background:linear-gradient(180deg,#fff, #fbfcfe);border:1px solid var(--line)}
.contact-form-wrap-enhanced{display:grid;gap:16px}
.contact-form-wrap-enhanced form{display:grid;gap:16px}
.contact-form-wrap-enhanced fieldset{margin:0;padding:18px;border:1px solid var(--line);border-radius:20px;background:var(--card)}
.contact-form-wrap-enhanced .editer,.contact-form-wrap-enhanced .fieldset .editer{margin-bottom:14px}
.contact-form-wrap-enhanced label{display:block;margin-bottom:8px;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#2a313d}
.contact-form-wrap-enhanced input,.contact-form-wrap-enhanced textarea,.contact-form-wrap-enhanced select{width:100%;border:1px solid var(--line-strong);border-radius:16px;padding:14px 16px;background:#fff;color:var(--text)}
.contact-form-wrap-enhanced textarea{min-height:180px;resize:vertical}
.contact-form-wrap-enhanced .boutons{display:flex;justify-content:flex-start}
.contact-form-wrap-enhanced .submit,.contact-form-wrap-enhanced button{display:inline-flex;align-items:center;justify-content:center;min-width:220px;min-height:52px;padding:0 24px;border:0;border-radius:999px;background:#fe0202;color:#fff;font-weight:900;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 16px 32px rgba(254,2,2,.22)}
.search-hero-card{gap:18px}
.search-form-pro{display:grid;gap:14px;margin-top:18px}
.search-form-mainline{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px}
.search-form-pro input[type="search"]{height:58px;padding:0 18px;border:1px solid var(--line-strong);border-radius:18px;background:var(--card);font-size:17px}
.search-submit-primary{min-width:220px;height:58px;border:0;border-radius:18px;background:#fe0202;color:#fff;font-weight:900;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 18px 34px rgba(254,2,2,.24)}
.search-form-tools{display:flex;flex-wrap:wrap;gap:10px}
.search-tool-btn,.search-tool-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;border:1px solid var(--line);background:var(--bg-soft);color:var(--text);font-size:13px;font-weight:800}
.search-tool-link{border-color:rgba(254,2,2,.18);background:#fff5f5;color:#fe0202}
.search-shortcuts-panel{display:grid;gap:12px;padding:18px;border-radius:22px;background:linear-gradient(180deg,#fff,#fbfcfe);border:1px solid var(--line)}
.search-shortcuts-panel strong{font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:#1a2230}
.search-metrics-row-enhanced{margin:0}
.search-results-panel .search-block-head,.search-block-taxonomy .search-block-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}
.search-results-panel .search-block-head span,.search-block-taxonomy .search-block-head span{font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#fe0202}
.search-grid-editorial{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.search-card-editorial{background:var(--card);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:16px;display:grid;gap:12px}
.search-card-editorial .thumb{border-radius:18px;overflow:hidden}
.search-card-topline{display:flex;align-items:center;justify-content:space-between;gap:12px}
.search-card-topline .search-score{font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#fe0202}
.search-card-editorial h3{margin:0;font-size:30px;line-height:1.08;letter-spacing:-.04em}
.search-card-editorial .excerpt{margin:0;color:var(--muted)}
.search-card-editorial .search-meta{display:flex;flex-wrap:wrap;gap:12px;color:#6f7682;font-size:14px;font-weight:700}
.search-empty-card h2{font-size:34px}
.search-chip-grid{display:flex;flex-wrap:wrap;gap:10px}
.site-sidebar-unified .social-grid-ref{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:18px 20px}
.site-sidebar-unified .social-grid-ref a{display:flex;align-items:center;gap:12px;min-height:56px;padding:0 16px;border-radius:16px;background:var(--bg-soft);border:1px solid var(--line);font-weight:800;color:var(--text)}
.site-sidebar-unified .social-grid-ref .icon{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:999px;background:#fff;color:#fe0202;border:1px solid rgba(254,2,2,.16)}
.site-sidebar-unified .sidebar-item-ref{display:grid;grid-template-columns:88px 1fr;gap:14px;padding:16px 18px;border-top:1px solid var(--line)}
.site-sidebar-unified .sidebar-item-ref .thumb{overflow:hidden;border-radius:16px}
.site-sidebar-unified .sidebar-item-ref .thumb img{width:100%;height:100%;object-fit:cover}
.site-sidebar-unified .sidebar-item-ref h4{margin:0;font-size:21px;line-height:1.14;letter-spacing:-.03em}
.site-sidebar-unified .card-surtitle{margin-top:8px;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#fe0202}
.site-sidebar-unified .sidebar-item-mostread-ref{grid-template-columns:54px 1fr !important;padding-left:16px !important}
.site-sidebar-unified .sidebar-item-mostread-ref .mostread-rank-ref{align-self:start}
.site-sidebar-unified .sidebar-item-mostread-ref h4{font-size:18px !important}
html[data-theme="dark"] .interior-hero-card,html[data-theme="dark"] .editorial-panel,html[data-theme="dark"] .contact-form-shell-enhanced,html[data-theme="dark"] .search-shortcuts-panel{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important;border-color:rgba(255,255,255,.08)!important;box-shadow:0 16px 34px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .interior-hero-text,html[data-theme="dark"] .editorial-panel p,html[data-theme="dark"] .contact-form-intro,html[data-theme="dark"] .search-card-editorial .excerpt{color:#b8c3d2!important}
html[data-theme="dark"] .interior-hero-pills span,html[data-theme="dark"] .search-shortcuts-chips a,html[data-theme="dark"] .contact-highlight-list li,html[data-theme="dark"] .contact-checklist li,html[data-theme="dark"] .search-chip,html[data-theme="dark"] .search-tool-btn{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .search-tool-link{background:rgba(254,2,2,.12)!important;border-color:rgba(254,2,2,.28)!important;color:#ffd8d8!important}
html[data-theme="dark"] .contact-guidelines-grid article,html[data-theme="dark"] .site-sidebar-unified .social-grid-ref a{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .site-sidebar-unified .social-grid-ref .icon{background:#0d141d!important;border-color:rgba(254,2,2,.22)!important;color:#fff!important}
html[data-theme="dark"] .contact-form-wrap-enhanced fieldset,html[data-theme="dark"] .contact-form-wrap-enhanced input,html[data-theme="dark"] .contact-form-wrap-enhanced textarea,html[data-theme="dark"] .contact-form-wrap-enhanced select,html[data-theme="dark"] .search-form-pro input[type="search"],html[data-theme="dark"] .search-card-editorial{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .contact-form-wrap-enhanced label,html[data-theme="dark"] .search-shortcuts-panel strong{color:#edf2f8!important}
@media (max-width:1180px){.interior-layout-grid{grid-template-columns:1fr}.interior-sidebar{order:2}.contact-info-grid,.editorial-panels-grid,.contact-guidelines-grid,.search-grid-editorial{grid-template-columns:1fr 1fr}}
@media (max-width:760px){.interior-page-wrap{padding-top:18px}.interior-hero-card,.editorial-panel{padding:22px 18px}.interior-hero-card h1{font-size:34px}.search-form-mainline,.contact-info-grid,.editorial-panels-grid,.contact-guidelines-grid,.search-grid-editorial,.site-sidebar-unified .social-grid-ref{grid-template-columns:1fr}.search-submit-primary,.contact-form-wrap-enhanced .submit,.contact-form-wrap-enhanced button{min-width:0;width:100%}.site-sidebar-unified .sidebar-item-ref{grid-template-columns:76px 1fr}.site-sidebar-unified .sidebar-item-ref h4{font-size:18px}}

/* v48 contact, 404 et harmonisation éditoriale */
.contact-secondary-grid .contact-panel-alt,.error-panel{min-height:100%}
.contact-form-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px;padding:16px 18px;border:1px solid var(--line);border-radius:18px;background:var(--bg-soft)}
.contact-form-header strong{display:block;margin-bottom:6px;font-size:15px;letter-spacing:-.02em}
.contact-form-header span{display:block;color:var(--muted);font-size:14px;line-height:1.55}
.contact-direct-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;background:#fff5f5;border:1px solid rgba(254,2,2,.16);color:#fe0202;font-size:13px;font-weight:900;white-space:nowrap}
.error-page-wrap .search-submit-primary.error-cta{min-width:0;width:auto;padding:0 20px;text-decoration:none}
.error-search-form{margin-top:10px}
.error-shortcuts-panel .search-chip-grid{margin-top:8px}
html[data-theme="dark"] .contact-form-header{background:#111824!important;border-color:rgba(255,255,255,.08)!important}
html[data-theme="dark"] .contact-form-header span{color:#b8c3d2!important}
html[data-theme="dark"] .contact-direct-link{background:rgba(254,2,2,.12)!important;border-color:rgba(254,2,2,.28)!important;color:#ffe0e0!important}
@media (max-width:760px){.contact-form-header{flex-direction:column;align-items:flex-start}.contact-direct-link{width:100%}}

.home-bottom-shell{max-width:1120px!important;margin:0 auto!important}
.home-bottom-shell .section{max-width:1120px!important}
.home-mostread-inline-section,.section-rubriques-primary,.section-rubriques-secondary{padding-left:6px;padding-right:6px}
@media (max-width:1320px){.home-bottom-shell,.home-bottom-shell .section{max-width:1080px!important}}
@media (max-width:1180px){.home-bottom-shell,.home-bottom-shell .section{max-width:100%!important}.home-mostread-inline-section,.section-rubriques-primary,.section-rubriques-secondary{padding-left:0;padding-right:0}}

/* v53 home width coherence */
.home-bottom-shell{max-width:none!important;width:100%!important;margin:0!important}
.home-bottom-shell .section{max-width:none!important;width:100%!important;margin-left:0!important;margin-right:0!important}
.home-mostread-inline-section,.section-rubriques-primary,.section-rubriques-secondary{padding-left:0!important;padding-right:0!important}
@media (max-width:1180px){.home-bottom-shell,.home-bottom-shell .section{width:100%!important}}

.article-title-ref{font-size:50px !important;max-width:16ch}
.menu-burger{display:inline-flex;align-items:center;justify-content:center;flex-direction:column;gap:4px;width:42px;height:42px;padding:0;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:rgba(255,255,255,.08);color:#fff;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .2s ease}
.menu-burger:hover{background:rgba(255,255,255,.16)}
.menu-burger span{display:block;width:18px;height:2px;border-radius:99px;background:currentColor;transition:transform .22s ease,opacity .18s ease}
.menu-burger.is-active span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.menu-burger.is-active span:nth-child(2){opacity:0}
.menu-burger.is-active span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
.menu-drawer{border-top:1px solid rgba(255,255,255,.14);background:rgba(152,0,28,.96);backdrop-filter:blur(10px)}
.menu-drawer[hidden]{display:none !important}
.menu-drawer .container{display:grid;gap:14px;padding:14px 18px 18px}
.menu-drawer-label{font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.78)}
.menu-drawer-nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.menu-drawer-nav a{display:flex;align-items:center;min-height:46px;padding:0 14px;border-radius:12px;background:rgba(255,255,255,.08);font-size:15px;font-weight:800;color:#fff}
.menu-drawer-nav a:hover,.menu-drawer-nav a.is-hot{background:rgba(255,255,255,.18)}
.menuwrap.is-compact{box-shadow:0 6px 18px rgba(18,22,34,.14)}
.menuwrap.is-compact .container{min-height:62px !important}
.menuwrap.is-compact .menu-logo img{height:38px !important;max-width:220px}
.menuwrap.is-compact .mainmenu a{height:56px}
.menuwrap.is-compact + .latest-strip{margin-top:62px}
.reading-progress{top:0 !important;height:4px !important;background:rgba(0,0,0,.12) !important;z-index:1505 !important;overflow:hidden}
.reading-progress span{background:linear-gradient(90deg,#000 0%,#222 35%,#000 70%,#333 100%) !important;background-size:220% 100% !important;animation:reading-bar-flow 1.8s linear infinite;box-shadow:0 0 14px rgba(0,0,0,.28) !important}
@keyframes reading-bar-flow{0%{background-position:200% 0}100%{background-position:-20% 0}}
.article-standfirst-ref:first-letter{float:left;font-size:4.2em;line-height:.84;padding:.06em .1em 0 0;color:#d71920;font-weight:900}
@media (max-width:1080px){.menu-drawer-nav{grid-template-columns:repeat(3,minmax(0,1fr))}.article-title-ref{font-size:50px !important}}
@media (max-width:860px){.menu-right{gap:8px}.menu-burger{width:38px;height:38px}.menu-drawer-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.menuwrap.is-compact .container{min-height:56px !important}.menuwrap.is-compact + .latest-strip{margin-top:56px}.article-title-ref{font-size:42px !important}}
@media (max-width:640px){.mainmenu{display:none}.menuwrap .container{grid-template-columns:auto 1fr auto}.menu-right{justify-content:flex-end}.menu-drawer-nav{grid-template-columns:1fr}.article-title-ref{font-size:36px !important}.article-standfirst-ref:first-letter{font-size:3.3em}}

.article-title-ref,.article-body-ref h2,.article-body-ref h3,.article-body-ref h4,.article-body-ref h5,.article-body-ref h6{max-width:none !important;width:100% !important}
.article-meta-strip{margin:0 0 18px !important}
.article-authorbox{display:grid !important;grid-template-columns:52px minmax(0,1fr) !important;align-items:center !important;gap:12px !important;padding:12px 14px !important;border-radius:14px !important}
.author-avatar{width:52px !important;height:52px !important;flex-basis:52px !important}
.author-lines{display:grid !important;grid-template-columns:minmax(110px,max-content) minmax(0,1fr) !important;align-items:center !important;column-gap:12px !important;row-gap:0 !important;min-width:0 !important}
.author-mainline{min-width:0 !important}
.author-mainline strong{font-size:16px !important;white-space:nowrap !important}
.article-meta-badges{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:8px !important;min-width:0 !important;overflow:visible !important}
.meta-badge{display:flex !important;align-items:center !important;min-width:0 !important;min-height:40px !important;padding:8px 10px !important;border-radius:14px !important;gap:8px !important;white-space:normal !important}
.meta-badge svg{width:15px !important;height:15px !important;flex:0 0 15px !important;margin-top:0 !important}
.meta-badge span{display:grid !important;gap:1px !important;min-width:0 !important}
.meta-badge strong,.meta-badge em,.meta-badge small{display:block !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}
.meta-badge strong{font-size:10px !important;line-height:1.1 !important;letter-spacing:.05em !important;text-transform:uppercase !important;color:#7a808a !important}
.meta-badge em{font-size:12px !important;line-height:1.2 !important;font-style:normal !important;color:#1f232a !important;font-weight:850 !important}
.meta-badge small,.meta-read span{font-size:11px !important;line-height:1.2 !important;color:#6c7380 !important;font-weight:700 !important}
.meta-read span{display:block !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}
.article-standfirst-text,.js-article-body > p:first-of-type{font-weight:800 !important}
.article-standfirst-text .dropcap-letter,.js-article-body > p:first-of-type .dropcap-letter{float:left;display:inline-block;margin:.04em .12em 0 0;font-size:4.2em;line-height:.74;font-weight:950;color:var(--accent);text-transform:uppercase}
.mostread-list-ref{display:grid !important;gap:12px !important}
.sidebar-item-mostread-ref{display:grid !important;grid-template-columns:56px minmax(0,1fr) !important;align-items:start !important;gap:14px !important;padding:14px 16px !important;border:1px solid rgba(254,2,2,.12) !important;border-radius:18px !important;background:linear-gradient(180deg,#fff 0%,#fff7f7 100%) !important;box-shadow:0 10px 24px rgba(18,22,34,.05) !important}
.mostread-rank-ref{display:flex !important;align-items:flex-start !important;justify-content:center !important;text-decoration:none !important}
.mostread-rank-ref span{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:42px !important;height:42px !important;border-radius:14px !important;background:linear-gradient(180deg,var(--accent) 0%,#fe0202 100%) !important;color:#fff !important;font-size:20px !important;font-weight:900 !important;box-shadow:0 10px 18px rgba(254,2,2,.22) !important}
.sidebar-item-mostread-ref .sidebar-item-body{display:grid !important;gap:6px !important;min-width:0 !important}
.mostread-kicker-ref,.mostread-kicker-ref a{font-size:11px !important;line-height:1.2 !important;font-weight:900 !important;letter-spacing:.08em !important;text-transform:uppercase !important;color:var(--accent) !important}
.sidebar-item-mostread-ref .card-surtitle{margin:0 !important;font-size:11px !important}
.sidebar-item-mostread-ref h4{margin:0 !important;font-size:18px !important;line-height:1.22 !important;letter-spacing:-.02em !important}
.sidebar-item-mostread-ref h4 a{display:block !important}
.mostread-meta-ref{display:flex !important;align-items:center !important;gap:8px !important;flex-wrap:wrap !important;font-size:11px !important;font-weight:800 !important;color:#6d7480 !important;text-transform:none !important;letter-spacing:0 !important}
.mostread-meta-ref .mostread-label{display:inline-flex !important;align-items:center !important;gap:6px !important;color:var(--accent) !important}
.mostread-meta-ref .mostread-label::before{content:"";width:6px;height:6px;border-radius:999px;background:var(--accent)}
@media (max-width:1080px){.author-lines{grid-template-columns:1fr !important;row-gap:8px !important}.article-meta-badges{grid-template-columns:repeat(3,minmax(0,1fr)) !important}.sidebar-item-mostread-ref{grid-template-columns:52px minmax(0,1fr) !important}}
@media (max-width:720px){.article-authorbox{grid-template-columns:44px minmax(0,1fr) !important}.author-avatar{width:44px !important;height:44px !important;flex-basis:44px !important}.article-meta-badges{grid-template-columns:1fr !important}.meta-badge strong,.meta-badge em,.meta-badge small{white-space:normal !important;overflow:visible !important}.article-standfirst-text .dropcap-letter,.js-article-body > p:first-of-type .dropcap-letter{font-size:3.5em !important}.sidebar-item-mostread-ref{grid-template-columns:46px minmax(0,1fr) !important;padding:12px 14px !important}.mostread-rank-ref span{width:36px !important;height:36px !important;font-size:17px !important}}

/* footer conventionnel et mode sombre renforcé */
.footer.footer-refined{margin-top:52px;background:#11151c;border-top:4px solid var(--accent);padding:0;border-radius:0!important}
.footer-refined .footer-inner{position:relative;grid-template-columns:minmax(0,1.45fr) minmax(190px,.75fr) minmax(190px,.75fr);gap:28px;padding:26px 0 20px}
.footer-refined .footer-inner:before{display:none}
.footer-refined .footer-brand-col,.footer-refined .footer-links-col{background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0}
.footer-refined .footer-brand{margin-bottom:10px;gap:8px}
.footer-refined .footer-brand img{height:44px;max-width:220px;filter:brightness(1.02)}
.footer-refined .footer-brand small{color:rgba(255,255,255,.62)}
.footer-refined .footer-brand small:before{box-shadow:none;background:var(--accent)}
.footer-refined .footer-description{margin:0 0 14px;max-width:60ch;color:rgba(255,255,255,.78);font-size:14px;line-height:1.7}
.footer-refined h4{margin:0 0 12px;color:#fff;font-size:11px;letter-spacing:.18em}
.footer-refined h4:before{width:22px;height:2px;border-radius:0;background:var(--accent)}
.footer-refined .footer-links-list{gap:2px}
.footer-refined .footer-links-list a{padding:8px 0 8px 16px;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;color:rgba(255,255,255,.8)!important}
.footer-refined .footer-links-list a:before{left:0;top:11px;bottom:11px;width:3px;border-radius:0;background:rgba(254,2,2,.9)}
.footer-refined .footer-links-list a:hover{transform:none;color:#fff!important;text-decoration:none}
.footer-refined .footer-links-list a:hover:before{transform:none;background:#fff}
.footer-refined .footer-socials{gap:8px;margin-top:4px!important}
.footer-refined .footer-socials a{width:38px;height:38px;border-radius:0;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.03)!important;color:#fff;box-shadow:none}
.footer-refined .footer-socials a:hover{background:var(--accent)!important;border-color:var(--accent);transform:none}
.footer-refined .footer-bottom{background:#0a0d12;border-top:1px solid rgba(255,255,255,.1)}
.footer-refined .footer-bottom-inner{padding:12px 0}
.footer-refined .footer-bottom p{font-size:12px;line-height:1.65;color:rgba(255,255,255,.72)}
.footer-refined .footer-bottom a{color:#fff;border:0;text-decoration:none;font-weight:800}
.footer-refined .footer-bottom a:hover{color:#fff;text-decoration:underline}
@media (max-width:860px){.footer-refined .footer-inner{grid-template-columns:1fr;gap:18px;padding:22px 0 18px}}

html[data-theme="dark"] .menuwrap,html[data-theme="dark"] .menu-drawer,html[data-theme="dark"] .latest-track,html[data-theme="dark"] .search-hero form,html[data-theme="dark"] .pagination a,html[data-theme="dark"] .pagination .on,html[data-theme="dark"] .ajax-pager a,html[data-theme="dark"] .comment-form-wrap,html[data-theme="dark"] .comments-refined,html[data-theme="dark"] .comments-shell,html[data-theme="dark"] .comment-form,html[data-theme="dark"] .section-head-inline,html[data-theme="dark"] .section-head,html[data-theme="dark"] .home-mostread-inline-section,html[data-theme="dark"] .home-mostread-editorial-section,html[data-theme="dark"] .home-mostread-editorial-grid,html[data-theme="dark"] .lireaussi-refined,html[data-theme="dark"] .read-more-card,html[data-theme="dark"] .mostread-card-editorial,html[data-theme="dark"] .sidebar-item-mostread-ref,html[data-theme="dark"] .comment-form input,html[data-theme="dark"] .comment-form textarea,html[data-theme="dark"] .comment-form select{border-color:rgba(255,255,255,.09)!important}
html[data-theme="dark"] p,html[data-theme="dark"] li,html[data-theme="dark"] dd,html[data-theme="dark"] dt,html[data-theme="dark"] figcaption,html[data-theme="dark"] .article-body-ref blockquote,html[data-theme="dark"] .article-body-ref li,html[data-theme="dark"] .article-meta-strip,html[data-theme="dark"] .article-breadcrumb-ref,html[data-theme="dark"] .comment-item p,html[data-theme="dark"] .comment-form label,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .rub-card-meta,html[data-theme="dark"] .home-mostread-lead p,html[data-theme="dark"] .sidebar-item-body p,html[data-theme="dark"] .search-card-advanced p,html[data-theme="dark"] .contact-form-wrap p{color:var(--muted)!important}
html[data-theme="dark"] a,html[data-theme="dark"] .article-body-ref a,html[data-theme="dark"] .page-card a,html[data-theme="dark"] .author-card a,html[data-theme="dark"] .sidebar-module a,html[data-theme="dark"] .rub-feature a,html[data-theme="dark"] .rub-mini a,html[data-theme="dark"] .compact-card a{color:inherit}
html[data-theme="dark"] .article-body-ref a,html[data-theme="dark"] .footer-refined a:hover,html[data-theme="dark"] .mainmenu a:hover,html[data-theme="dark"] .menu-drawer-nav a:hover,html[data-theme="dark"] .header-search-link:hover{color:#fff!important}
html[data-theme="dark"] .menuwrap{background:#121821;border-bottom-color:rgba(255,255,255,.08)}
html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .header-search-link{color:#edf2f7}
html[data-theme="dark"] .menu-burger{border-color:rgba(255,255,255,.12);background:#151c25;color:#fff}
html[data-theme="dark"] .menu-burger span{background:#fff}
html[data-theme="dark"] .home-mostread-card,html[data-theme="dark"] .home-mostread-lead,html[data-theme="dark"] .home-mostread-item,html[data-theme="dark"] .mostread-row,html[data-theme="dark"] .sidebar-item-mostread-ref,html[data-theme="dark"] .lireaussi-card,html[data-theme="dark"] .related-card,html[data-theme="dark"] .archive-feed article,html[data-theme="dark"] .rubrique-feed article,html[data-theme="dark"] .search-card-advanced,html[data-theme="dark"] .contact-form-wrap,html[data-theme="dark"] .comment-form-wrap{background:var(--card)!important;box-shadow:0 14px 32px rgba(0,0,0,.22)!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum,html[data-theme="dark"] .comment-form-wrap form{background:linear-gradient(180deg,#121923 0%,#0f151e 100%)!important;border-color:rgba(255,255,255,.12)!important;box-shadow:0 18px 40px rgba(0,0,0,.32)!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum fieldset,html[data-theme="dark"] .comment-form-wrap form fieldset{border-color:rgba(255,255,255,.14)!important;background:rgba(255,255,255,.02)!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum h3,html[data-theme="dark"] .comment-form-wrap form h3,html[data-theme="dark"] .comment-form-wrap .formulaire_forum legend,html[data-theme="dark"] .comment-form-wrap form legend{color:#ff5b5b!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum .session,html[data-theme="dark"] .comment-form-wrap form .session{background:rgba(255,255,255,.03)!important;border-color:rgba(255,255,255,.1)!important;color:#e8edf5!important}
html[data-theme="dark"] .comment-form-wrap label,html[data-theme="dark"] .comment-form-wrap .explication,html[data-theme="dark"] .comment-form-wrap .notice,html[data-theme="dark"] .comment-form-wrap .session,html[data-theme="dark"] .comment-form-wrap .session a,html[data-theme="dark"] .comment-form-wrap p{color:#cdd6e3!important}
html[data-theme="dark"] .comment-form-wrap input,html[data-theme="dark"] .comment-form-wrap textarea,html[data-theme="dark"] .comment-form-wrap select{background:#08111d!important;border-color:rgba(255,255,255,.12)!important;color:#f5f7fb!important;box-shadow:inset 0 1px 2px rgba(0,0,0,.22)!important}
html[data-theme="dark"] .comment-form-wrap input::placeholder,html[data-theme="dark"] .comment-form-wrap textarea::placeholder{color:#7f8aa0!important}
html[data-theme="dark"] .comment-form-wrap input:focus,html[data-theme="dark"] .comment-form-wrap textarea:focus,html[data-theme="dark"] .comment-form-wrap select:focus{border-color:rgba(254,2,2,.55)!important;box-shadow:0 0 0 4px rgba(254,2,2,.14)!important;background:#0b1522!important}
html[data-theme="dark"] .comment-form-wrap .boutons input,html[data-theme="dark"] .comment-form-wrap .boutons button,html[data-theme="dark"] .comment-form-wrap .submit{color:#fff!important}
html[data-theme="dark"] .article-body-ref strong,html[data-theme="dark"] .article-body-ref b,html[data-theme="dark"] .article-body-ref h2,html[data-theme="dark"] .article-body-ref h3,html[data-theme="dark"] .article-body-ref h4,html[data-theme="dark"] .article-body-ref h5,html[data-theme="dark"] .article-body-ref h6,html[data-theme="dark"] .article-standfirst-text,html[data-theme="dark"] .meta-badge strong,html[data-theme="dark"] .comment-author,html[data-theme="dark"] .section-head-inline h2,html[data-theme="dark"] .section-head h2,html[data-theme="dark"] .footer-refined h4{color:#f5f7fb!important}
html[data-theme="dark"] .article-body-ref blockquote{background:#121923;border-left:4px solid var(--accent);color:#dce4ee}
html[data-theme="dark"] .article-body-ref hr{border-color:rgba(255,255,255,.1)}
html[data-theme="dark"] .meta-badge,html[data-theme="dark"] .author-avatar,html[data-theme="dark"] .comment-avatar,html[data-theme="dark"] .badge,html[data-theme="dark"] .page-surtitle,html[data-theme="dark"] .card-surtitle{box-shadow:none}
html[data-theme="dark"] .comment-form input::placeholder,html[data-theme="dark"] .comment-form textarea::placeholder,html[data-theme="dark"] input::placeholder,html[data-theme="dark"] textarea::placeholder{color:#8190a3}
html[data-theme="dark"] .theme-toggle{border-color:rgba(255,255,255,.18);background:#171f2a}

/* v30 dark mode, share rail, latest strip and rubrique fixes */
.share-label-vertical{display:flex;flex-direction:column;align-items:center;gap:8px;color:#222630}
.share-label-vertical .share-count{display:inline-flex;align-items:center;justify-content:center;min-width:74px;padding:6px 10px;border-radius:999px;background:#f3f5f8;color:#616978;font-size:11px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}
.share-buttons{display:grid;gap:12px}
.share-buttons a,.share-buttons button{display:inline-flex;align-items:center;justify-content:center;width:64px;height:54px;border-radius:14px;border:1px solid #e8ecf2;background:linear-gradient(180deg,#fff 0%,#f7f9fc 100%);color:#5a6780;box-shadow:0 10px 24px rgba(17,20,31,.06);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease,color .2s ease;cursor:pointer}
.share-buttons a:hover,.share-buttons button:hover{transform:translateY(-2px);border-color:rgba(254,2,2,.26);color:var(--accent);box-shadow:0 14px 28px rgba(17,20,31,.12)}
.share-buttons a[aria-label="facebook"]{color:#1877f2}.share-buttons a[aria-label="x"]{color:#111}.share-buttons a[aria-label="linkedin"]{color:#0a66c2}.share-buttons a[aria-label="whatsapp"]{color:#20b874}.share-copy-btn{color:#596579}.share-print-btn{color:#6d7fbe}
.share-buttons svg{width:22px;height:22px}
.latest-strip{background:#fff}.latest-label{box-shadow:inset 0 0 0 1px rgba(254,2,2,.05)}
.latest-links a{font-weight:900}.latest-links a:after{width:6px;height:6px}
html[data-theme="dark"] .latest-strip{background:#10161f;border-bottom-color:rgba(255,255,255,.08)}
html[data-theme="dark"] .latest-label{background:rgba(254,2,2,.14)!important;color:#fe0202!important;box-shadow:inset 0 0 0 1px rgba(254,2,2,.2)}
html[data-theme="dark"] .latest-track:after{background:linear-gradient(90deg,rgba(16,22,31,0),#10161f)}
html[data-theme="dark"] .latest-links a{color:#eef3fa!important}
html[data-theme="dark"] .latest-links a:hover{color:#fe0202!important}
html[data-theme="dark"] .share-label-vertical{color:#e7edf6!important}
html[data-theme="dark"] .share-label-vertical .share-count{background:#141d28!important;color:#a9b5c7!important;border:1px solid rgba(255,255,255,.08)}
html[data-theme="dark"] .share-buttons a,html[data-theme="dark"] .share-buttons button{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important;border-color:rgba(255,255,255,.1)!important;box-shadow:0 14px 28px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .share-buttons a:hover,html[data-theme="dark"] .share-buttons button:hover{border-color:rgba(254,2,2,.34)!important;box-shadow:0 18px 32px rgba(0,0,0,.36)!important}
html[data-theme="dark"] .share-buttons a[aria-label="facebook"]{color:#7fb2ff!important}
html[data-theme="dark"] .share-buttons a[aria-label="x"]{color:#f5f7fb!important}
html[data-theme="dark"] .share-buttons a[aria-label="linkedin"]{color:#68b1ff!important}
html[data-theme="dark"] .share-buttons a[aria-label="whatsapp"]{color:#4be3a0!important}
html[data-theme="dark"] .share-copy-btn{color:#c9d4e3!important}html[data-theme="dark"] .share-print-btn{color:#b9c7ff!important}
html[data-theme="dark"] .rubrique-feed article,html[data-theme="dark"] .archive-grid.rubrique-main-grid article{background:linear-gradient(180deg,#131a24 0%,#0e141d 100%)!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 16px 34px rgba(0,0,0,.26)!important}
html[data-theme="dark"] .rubrique-feed article h3 a,html[data-theme="dark"] .rubrique-feed article .author,html[data-theme="dark"] .rubrique-feed article .meta,html[data-theme="dark"] .rubrique-feed article .excerpt,html[data-theme="dark"] .rubrique-sidebar .sidebar-item h4 a,html[data-theme="dark"] .rubrique-sidebar .headline-item a,html[data-theme="dark"] .rubrique-sidebar .quick-links a{color:#edf2f8!important}
html[data-theme="dark"] .rubrique-feed article .excerpt,html[data-theme="dark"] .rubrique-feed article .meta,html[data-theme="dark"] .rubrique-sidebar .catline a{color:#aab5c5!important}
html[data-theme="dark"] .rubrique-loadmore-btn{background:linear-gradient(180deg,var(--accent) 0%,#fe0202 100%)!important;border-color:transparent!important;color:#fff!important;box-shadow:0 16px 28px rgba(254,2,2,.22)!important}
html[data-theme="dark"] .rubrique-sidebar .compact-box,html[data-theme="dark"] .rubrique-sidebar .compact-sidebar-card{background:linear-gradient(180deg,#131a24 0%,#0e141d 100%)!important;border-color:rgba(255,255,255,.08)!important}

/* v33 menu rouge en mode sombre + module en ce moment */
.latest-label{font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:none}
.moment-strip{background:#fff;border-bottom:1px solid var(--line)}
.moment-strip .container{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:18px;padding:10px 18px}
.moment-track:after{background:linear-gradient(90deg,rgba(255,255,255,0),#fff)}
.moment-links a{font-weight:900;color:#1a1d22}
.moment-links a:hover{color:var(--accent)}
.latest-strip .container,.moment-strip .container{padding-top:11px;padding-bottom:11px}
html[data-theme="dark"] .menuwrap{background:#fe0202!important;border-bottom-color:rgba(255,255,255,.16)!important}
html[data-theme="dark"] .menu-drawer{background:#d80000!important;border-bottom-color:rgba(255,255,255,.14)!important}
html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .header-search-link,html[data-theme="dark"] .social-icons a,html[data-theme="dark"] .menu-tools .theme-toggle{color:#fff!important}
html[data-theme="dark"] .mainmenu a.is-hot,html[data-theme="dark"] .mainmenu a:hover{color:#fff!important;opacity:1}
html[data-theme="dark"] .mainmenu a:after{background:#fff!important}
html[data-theme="dark"] .menu-burger{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.2)!important;color:#fff!important}
html[data-theme="dark"] .theme-toggle{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.2)!important;color:#fff!important}
html[data-theme="dark"] .menu-burger span{background:#fff!important}
html[data-theme="dark"] .moment-strip,html[data-theme="dark"] .latest-strip{background:#10161f!important;border-bottom-color:rgba(255,255,255,.08)!important}
html[data-theme="dark"] .moment-track,html[data-theme="dark"] .latest-track,html[data-theme="dark"] .moment-links,html[data-theme="dark"] .latest-links{background:#10161f!important}
html[data-theme="dark"] .moment-track:after,html[data-theme="dark"] .latest-track:after{background:linear-gradient(90deg,rgba(16,22,31,0),#10161f)!important}
html[data-theme="dark"] .moment-links a,html[data-theme="dark"] .latest-links a{color:#edf2f8!important}
html[data-theme="dark"] .latest-label{background:rgba(254,2,2,.16)!important;border-color:rgba(254,2,2,.26)!important;color:#ffd7d7!important}
@media (max-width:860px){.moment-strip .container,.latest-strip .container{grid-template-columns:1fr;gap:10px}.moment-strip,.latest-strip{margin-top:0}.moment-strip .latest-label,.latest-strip .latest-label{justify-self:start}}

/* v34 footer, menu rouge #fe0202 et bouton thème en sidebar */
.menuwrap{background:#fe0202!important;border-bottom:0!important;box-shadow:0 12px 28px rgba(35,10,10,.12)!important}
.menuwrap .container{min-height:80px}
.menu-drawer{background:#e10202!important;border-bottom:0!important;box-shadow:0 18px 32px rgba(35,10,10,.18)!important}
.mainmenu a.is-hot:after,.mainmenu a:hover:after{background:#fff!important}
html[data-theme="dark"] .menuwrap{background:#fe0202!important;border-bottom:0!important;box-shadow:0 12px 28px rgba(0,0,0,.24)!important}
html[data-theme="dark"] .menu-drawer{background:#e10202!important;border-bottom:0!important;box-shadow:0 18px 32px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .header-search-link,html[data-theme="dark"] .social-icons a,html[data-theme="dark"] .menu-tools .theme-toggle{color:#fff!important}
html[data-theme="dark"] .mainmenu a.is-hot:after,html[data-theme="dark"] .mainmenu a:hover:after{background:#fff!important}

.footer-refined{position:relative;background:linear-gradient(180deg,#0a111a 0%,#070d14 100%);border-top:4px solid #fe0202;color:#d7dee9}
.footer-refined:before{content:"";position:absolute;inset:0 0 auto 0;height:1px;background:rgba(255,255,255,.08)}
.footer-inner{display:grid;grid-template-columns:minmax(260px,1.2fr) .95fr .75fr .75fr;gap:34px;padding:34px 0 26px}
.footer-brand{display:grid;gap:12px;align-content:start}
.footer-brand img{height:52px;width:auto}
.footer-brand small{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:#f6f8fb;font-weight:800}
.footer-description{max-width:48ch;margin:0;color:#c4cddd;line-height:1.75;font-size:16px}
.footer-links-col h4{margin:0 0 14px;font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:#f7f9fc;font-weight:900}
.footer-links-list{display:grid;gap:12px}
.footer-links-list-columns{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:18px;row-gap:12px}
.footer-links-list a{display:inline-flex;align-items:center;gap:10px;color:#d7dee9;font-weight:700;line-height:1.4}
.footer-links-list a:before{content:"";width:5px;height:5px;border-radius:999px;background:#fe0202;flex:0 0 5px;box-shadow:0 0 0 6px rgba(254,2,2,.08)}
.footer-links-list a:hover{color:#fff}
.footer-socials{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}
.footer-socials a{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.02);color:#fff}
.footer-socials a:hover{border-color:rgba(254,2,2,.36);background:rgba(254,2,2,.12);color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.16)}
.footer-bottom-inner{display:flex;justify-content:center;padding:16px 0}
.footer-bottom p{margin:0;text-align:center;font-size:14px;line-height:1.6;color:#c9d2df}
.footer-bottom a{color:#fff;font-weight:800}
.footer-bottom a:hover{color:#fff}
html[data-theme="dark"] .footer-refined{background:linear-gradient(180deg,#071018 0%,#04080e 100%);color:#d7dee9}
html[data-theme="dark"] .footer-links-list a,html[data-theme="dark"] .footer-description,html[data-theme="dark"] .footer-bottom p{color:#d7dee9!important}
html[data-theme="dark"] .footer-socials a{border-color:rgba(255,255,255,.12)!important;background:rgba(255,255,255,.02)!important;color:#fff!important}
html[data-theme="dark"] .footer-socials a:hover{background:rgba(254,2,2,.14)!important;border-color:rgba(254,2,2,.4)!important}

.sidebar-theme-module,.home-theme-module{overflow:hidden}
.sidebar-theme-box{display:grid;gap:14px;padding:18px 20px;background:linear-gradient(180deg,#fff 0%,#fbfcfe 100%)}
.sidebar-theme-box p{margin:0;color:#5c6472;line-height:1.65;font-size:14px}
.sidebar-theme-toggle{width:100%!important;height:52px!important;border-radius:16px!important;grid-template-columns:24px 1fr;justify-content:start!important;gap:12px;padding:0 16px!important;background:linear-gradient(180deg,#fe0202 0%,#fe0202 100%)!important;border:0!important;box-shadow:0 14px 28px rgba(254,2,2,.24)!important;color:#fff!important}
.sidebar-theme-toggle:hover{background:linear-gradient(180deg,#ff1919 0%,#fe0202 100%)!important;transform:translateY(-2px)!important}
.sidebar-theme-toggle .sidebar-theme-toggle-icon{position:relative;display:inline-grid;place-items:center;width:22px;height:22px}
.sidebar-theme-toggle .sidebar-theme-toggle-icon svg{position:absolute;width:18px;height:18px}
.sidebar-theme-toggle .theme-toggle-sun{opacity:0;transform:scale(.72) rotate(-35deg)}
html[data-theme="dark"] .sidebar-theme-toggle .theme-toggle-moon{opacity:0;transform:scale(.72) rotate(35deg)}
html[data-theme="dark"] .sidebar-theme-toggle .theme-toggle-sun{opacity:1;transform:scale(1) rotate(0)}
.sidebar-theme-toggle-label{font-size:14px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.site-sidebar-unified .sidebar-theme-module .module-tag::after,.rubrique-sidebar .sidebar-theme-module .module-tag::after{background:#fff}
html[data-theme="dark"] .sidebar-theme-box{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important}
html[data-theme="dark"] .sidebar-theme-box p{color:#b8c3d2!important}
html[data-theme="dark"] .sidebar-theme-toggle{box-shadow:0 16px 30px rgba(0,0,0,.3)!important}

@media (max-width:1180px){.footer-inner{grid-template-columns:1fr 1fr}.footer-brand-col{grid-column:1/-1}}
@media (max-width:760px){.footer-inner{grid-template-columns:1fr;gap:24px;padding:28px 0 20px}.footer-links-list-columns{grid-template-columns:1fr 1fr}.footer-brand img{height:46px}.footer-description{font-size:15px}.footer-bottom-inner{padding:14px 0}.footer-bottom p{font-size:13px}.sidebar-theme-box{padding:16px}}

/* v44 pages intérieures unifiées : sidebar, contact, recherche */
.interior-page-wrap{padding-top:26px;padding-bottom:34px}
.interior-layout-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px;align-items:start}
.interior-main-content{display:grid;gap:22px;min-width:0}
.interior-sidebar{display:grid;gap:22px}
.interior-sidebar .side-module{background:var(--card);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);overflow:hidden}
.interior-hero-card,.editorial-panel{background:var(--card);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);padding:28px 30px}
.interior-hero-card h1,.editorial-panel h2{margin:0 0 10px;line-height:1.02;letter-spacing:-.04em}
.interior-hero-card h1{font-size:44px}
.interior-hero-text,.editorial-panel p{color:var(--muted);font-size:17px;line-height:1.78}
.panel-kicker,.page-surtitle{display:inline-flex;align-items:center;gap:12px;margin-bottom:16px;color:#fe0202;font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}
.panel-kicker:before,.page-surtitle:before{content:"";width:48px;height:4px;border-radius:999px;background:#fe0202}
.interior-hero-pills,.search-shortcuts-chips,.contact-highlight-list,.contact-checklist{display:flex;flex-wrap:wrap;gap:10px}
.interior-hero-pills span,.search-shortcuts-chips a,.contact-highlight-list li,.contact-checklist li,.search-chip{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 16px;border-radius:999px;border:1px solid rgba(254,2,2,.16);background:#fff5f5;color:#7f1d1d;font-size:13px;font-weight:800}
.contact-info-grid,.editorial-panels-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.contact-checklist,.contact-highlight-list{padding:0;margin:14px 0 0;list-style:none}
.panel-linkline a{display:inline-flex;align-items:center;gap:10px;font-weight:900;color:#fe0202}
.contact-guidelines-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:16px}
.contact-guidelines-grid article{padding:18px;border-radius:18px;background:var(--bg-soft);border:1px solid var(--line)}
.contact-guidelines-grid strong{display:block;margin-bottom:10px;font-size:15px;letter-spacing:-.02em}
.contact-form-shell-enhanced{padding:22px;border-radius:24px;background:linear-gradient(180deg,#fff, #fbfcfe);border:1px solid var(--line)}
.contact-form-wrap-enhanced{display:grid;gap:16px}
.contact-form-wrap-enhanced form{display:grid;gap:16px}
.contact-form-wrap-enhanced fieldset{margin:0;padding:18px;border:1px solid var(--line);border-radius:20px;background:var(--card)}
.contact-form-wrap-enhanced .editer,.contact-form-wrap-enhanced .fieldset .editer{margin-bottom:14px}
.contact-form-wrap-enhanced label{display:block;margin-bottom:8px;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#2a313d}
.contact-form-wrap-enhanced input,.contact-form-wrap-enhanced textarea,.contact-form-wrap-enhanced select{width:100%;border:1px solid var(--line-strong);border-radius:16px;padding:14px 16px;background:#fff;color:var(--text)}
.contact-form-wrap-enhanced textarea{min-height:180px;resize:vertical}
.contact-form-wrap-enhanced .boutons{display:flex;justify-content:flex-start}
.contact-form-wrap-enhanced .submit,.contact-form-wrap-enhanced button{display:inline-flex;align-items:center;justify-content:center;min-width:220px;min-height:52px;padding:0 24px;border:0;border-radius:999px;background:#fe0202;color:#fff;font-weight:900;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 16px 32px rgba(254,2,2,.22)}
.search-hero-card{gap:18px}
.search-form-pro{display:grid;gap:14px;margin-top:18px}
.search-form-mainline{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px}
.search-form-pro input[type="search"]{height:58px;padding:0 18px;border:1px solid var(--line-strong);border-radius:18px;background:var(--card);font-size:17px}
.search-submit-primary{min-width:220px;height:58px;border:0;border-radius:18px;background:#fe0202;color:#fff;font-weight:900;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 18px 34px rgba(254,2,2,.24)}
.search-form-tools{display:flex;flex-wrap:wrap;gap:10px}
.search-tool-btn,.search-tool-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;border:1px solid var(--line);background:var(--bg-soft);color:var(--text);font-size:13px;font-weight:800}
.search-tool-link{border-color:rgba(254,2,2,.18);background:#fff5f5;color:#fe0202}
.search-shortcuts-panel{display:grid;gap:12px;padding:18px;border-radius:22px;background:linear-gradient(180deg,#fff,#fbfcfe);border:1px solid var(--line)}
.search-shortcuts-panel strong{font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:#1a2230}
.search-metrics-row-enhanced{margin:0}
.search-results-panel .search-block-head,.search-block-taxonomy .search-block-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}
.search-results-panel .search-block-head span,.search-block-taxonomy .search-block-head span{font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#fe0202}
.search-grid-editorial{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.search-card-editorial{background:var(--card);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:16px;display:grid;gap:12px}
.search-card-editorial .thumb{border-radius:18px;overflow:hidden}
.search-card-topline{display:flex;align-items:center;justify-content:space-between;gap:12px}
.search-card-topline .search-score{font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#fe0202}
.search-card-editorial h3{margin:0;font-size:30px;line-height:1.08;letter-spacing:-.04em}
.search-card-editorial .excerpt{margin:0;color:var(--muted)}
.search-card-editorial .search-meta{display:flex;flex-wrap:wrap;gap:12px;color:#6f7682;font-size:14px;font-weight:700}
.search-empty-card h2{font-size:34px}
.search-chip-grid{display:flex;flex-wrap:wrap;gap:10px}
.site-sidebar-unified .social-grid-ref{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:18px 20px}
.site-sidebar-unified .social-grid-ref a{display:flex;align-items:center;gap:12px;min-height:56px;padding:0 16px;border-radius:16px;background:var(--bg-soft);border:1px solid var(--line);font-weight:800;color:var(--text)}
.site-sidebar-unified .social-grid-ref .icon{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:999px;background:#fff;color:#fe0202;border:1px solid rgba(254,2,2,.16)}
.site-sidebar-unified .sidebar-item-ref{display:grid;grid-template-columns:88px 1fr;gap:14px;padding:16px 18px;border-top:1px solid var(--line)}
.site-sidebar-unified .sidebar-item-ref .thumb{overflow:hidden;border-radius:16px}
.site-sidebar-unified .sidebar-item-ref .thumb img{width:100%;height:100%;object-fit:cover}
.site-sidebar-unified .sidebar-item-ref h4{margin:0;font-size:21px;line-height:1.14;letter-spacing:-.03em}
.site-sidebar-unified .card-surtitle{margin-top:8px;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#fe0202}
.site-sidebar-unified .sidebar-item-mostread-ref{grid-template-columns:54px 1fr !important;padding-left:16px !important}
.site-sidebar-unified .sidebar-item-mostread-ref .mostread-rank-ref{align-self:start}
.site-sidebar-unified .sidebar-item-mostread-ref h4{font-size:18px !important}
html[data-theme="dark"] .interior-hero-card,html[data-theme="dark"] .editorial-panel,html[data-theme="dark"] .contact-form-shell-enhanced,html[data-theme="dark"] .search-shortcuts-panel{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important;border-color:rgba(255,255,255,.08)!important;box-shadow:0 16px 34px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .interior-hero-text,html[data-theme="dark"] .editorial-panel p,html[data-theme="dark"] .contact-form-intro,html[data-theme="dark"] .search-card-editorial .excerpt{color:#b8c3d2!important}
html[data-theme="dark"] .interior-hero-pills span,html[data-theme="dark"] .search-shortcuts-chips a,html[data-theme="dark"] .contact-highlight-list li,html[data-theme="dark"] .contact-checklist li,html[data-theme="dark"] .search-chip,html[data-theme="dark"] .search-tool-btn{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .search-tool-link{background:rgba(254,2,2,.12)!important;border-color:rgba(254,2,2,.28)!important;color:#ffd8d8!important}
html[data-theme="dark"] .contact-guidelines-grid article,html[data-theme="dark"] .site-sidebar-unified .social-grid-ref a{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .site-sidebar-unified .social-grid-ref .icon{background:#0d141d!important;border-color:rgba(254,2,2,.22)!important;color:#fff!important}
html[data-theme="dark"] .contact-form-wrap-enhanced fieldset,html[data-theme="dark"] .contact-form-wrap-enhanced input,html[data-theme="dark"] .contact-form-wrap-enhanced textarea,html[data-theme="dark"] .contact-form-wrap-enhanced select,html[data-theme="dark"] .search-form-pro input[type="search"],html[data-theme="dark"] .search-card-editorial{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .contact-form-wrap-enhanced label,html[data-theme="dark"] .search-shortcuts-panel strong{color:#edf2f8!important}
@media (max-width:1180px){.interior-layout-grid{grid-template-columns:1fr}.interior-sidebar{order:2}.contact-info-grid,.editorial-panels-grid,.contact-guidelines-grid,.search-grid-editorial{grid-template-columns:1fr 1fr}}
@media (max-width:760px){.interior-page-wrap{padding-top:18px}.interior-hero-card,.editorial-panel{padding:22px 18px}.interior-hero-card h1{font-size:34px}.search-form-mainline,.contact-info-grid,.editorial-panels-grid,.contact-guidelines-grid,.search-grid-editorial,.site-sidebar-unified .social-grid-ref{grid-template-columns:1fr}.search-submit-primary,.contact-form-wrap-enhanced .submit,.contact-form-wrap-enhanced button{min-width:0;width:100%}.site-sidebar-unified .sidebar-item-ref{grid-template-columns:76px 1fr}.site-sidebar-unified .sidebar-item-ref h4{font-size:18px}}

/* v60 home sections align strictly with top grid */
.page-home .home-wrap-tight > .home-bottom-shell{display:block!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;box-sizing:border-box!important}
.page-home .home-wrap-tight > .home-bottom-shell > .section,
.page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin:0 0 34px 0!important;
  padding:0!important;
  box-sizing:border-box!important;
}
.page-home .home-wrap-tight > .home-bottom-shell > .section:last-child{margin-bottom:0!important}
.page-home .home-wrap-tight > .home-bottom-shell .home-mostread-editorial-section,
.page-home .home-wrap-tight > .home-bottom-shell .home-mostread-editorial-grid,
.page-home .home-wrap-tight > .home-bottom-shell .section-head,
.page-home .home-wrap-tight > .home-bottom-shell .rub-grid{
  max-width:100%!important;
}
@media (max-width:860px){
  .page-home .home-wrap-tight > .home-bottom-shell > .section,
  .page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
  .page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
  .page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{margin-bottom:28px!important}
}

/* v61 final home boxed alignment */
.page-home .home-wrap-tight > .home-bottom-shell{
  width:calc(100% - 36px)!important;
  max-width:calc(var(--container) - 36px)!important;
  margin:0 auto!important;
  padding:0!important;
  box-sizing:border-box!important;
}
.page-home .home-wrap-tight > .home-bottom-shell > .section,
.page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{
  width:100%!important;
  max-width:100%!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:0!important;
  padding-right:0!important;
}
@media (max-width:860px){
  .page-home .home-wrap-tight > .home-bottom-shell{
    width:calc(100% - 28px)!important;
    max-width:calc(100% - 28px)!important;
  }
}

.article-title-ref{display:block;width:100%;max-width:none !important}
.article-meta-strip{display:block;margin:0 0 30px}
.article-authorbox{display:grid;grid-template-columns:64px 1fr;align-items:start;gap:18px;padding:18px 22px;border:1px solid #e2e6ee;border-left:4px solid var(--accent);border-radius:14px;background:#fff;box-shadow:0 10px 26px rgba(18,22,34,.06)}
.author-avatar{width:64px;height:64px;flex-basis:64px;color:var(--accent)}
.author-avatar svg{width:64px;height:64px}
.author-lines{gap:12px}
.author-mainline{font-size:17px;color:#4e5561}
.author-mainline strong{font-size:20px;font-weight:900}
.author-mainline strong:after{bottom:-6px;height:3px}
.article-meta-badges{display:flex;flex-wrap:wrap;gap:12px}
.meta-badge{display:inline-flex;align-items:center;gap:10px;min-height:46px;padding:0 14px;border-radius:999px;background:#f5f7fa;border:1px solid #e1e6ee;color:#262b33;font-size:14px;font-weight:800;box-shadow:0 4px 12px rgba(15,20,31,.04)}
.meta-badge svg{width:18px;height:18px;color:var(--accent)}
.meta-date{background:#fff6f7;border-color:#ffd6de}
.meta-read{background:#f7f8fb}
.meta-updated{background:#fff}
.article-inline-share{display:none !important}
.article-reference-grid{grid-template-columns:92px minmax(0,1fr) 330px}
.article-standfirst-ref{max-width:none;margin:0 0 32px}
.article-standfirst-text{margin:0;display:block;font-size:22px;line-height:1.62;color:#2b3038;font-weight:700}
.article-standfirst-text:first-letter{float:left;font-size:4.4em;line-height:.78;padding:.08em .12em 0 0;color:#d71920;font-weight:900;text-transform:uppercase}
.reading-progress{top:0 !important;height:6px !important;background:rgba(0,0,0,.22) !important;backdrop-filter:blur(3px)}
.reading-progress span{background:linear-gradient(90deg,#000 0%,#111 20%,#2b2b2b 50%,#000 75%,#444 100%) !important;background-size:240% 100% !important;animation:reading-bar-flow 1.2s linear infinite !important;box-shadow:0 0 18px rgba(0,0,0,.42),0 0 6px rgba(0,0,0,.35) !important}
@media (max-width:1080px){.article-reference-grid{grid-template-columns:1fr}.article-authorbox{grid-template-columns:56px 1fr;padding:16px 18px}.author-avatar,.author-avatar svg{width:56px;height:56px}.article-title-ref{font-size:50px !important}.article-standfirst-text{font-size:20px}.reading-progress{height:5px !important}}
@media (max-width:720px){.article-authorbox{grid-template-columns:48px 1fr;gap:14px;padding:14px 16px}.author-avatar,.author-avatar svg{width:48px;height:48px}.author-mainline strong{font-size:18px}.meta-badge{min-height:42px;font-size:13px;padding:0 12px}.article-title-ref{font-size:36px !important}.article-standfirst-text{font-size:18px;line-height:1.58}.article-standfirst-text:first-letter{font-size:3.7em}}

.article-title-ref,.article-body-ref h2,.article-body-ref h3,.article-body-ref h4,.article-body-ref h5,.article-body-ref h6{max-width:none !important;width:100% !important}
.article-meta-strip{margin:0 0 18px !important}
.article-authorbox{display:grid !important;grid-template-columns:52px minmax(0,1fr) !important;align-items:center !important;gap:12px !important;padding:12px 14px !important;border-radius:14px !important}
.author-avatar{width:52px !important;height:52px !important;flex-basis:52px !important}
.author-lines{display:grid !important;grid-template-columns:minmax(110px,max-content) minmax(0,1fr) !important;align-items:center !important;column-gap:12px !important;row-gap:0 !important;min-width:0 !important}
.author-mainline{min-width:0 !important}
.author-mainline strong{font-size:16px !important;white-space:nowrap !important}
.article-meta-badges{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:8px !important;min-width:0 !important;overflow:visible !important}
.meta-badge{display:flex !important;align-items:center !important;min-width:0 !important;min-height:40px !important;padding:8px 10px !important;border-radius:14px !important;gap:8px !important;white-space:normal !important}
.meta-badge svg{width:15px !important;height:15px !important;flex:0 0 15px !important;margin-top:0 !important}
.meta-badge span{display:grid !important;gap:1px !important;min-width:0 !important}
.meta-badge strong,.meta-badge em,.meta-badge small{display:block !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}
.meta-badge strong{font-size:10px !important;line-height:1.1 !important;letter-spacing:.05em !important;text-transform:uppercase !important;color:#7a808a !important}
.meta-badge em{font-size:12px !important;line-height:1.2 !important;font-style:normal !important;color:#1f232a !important;font-weight:850 !important}
.meta-badge small,.meta-read span{font-size:11px !important;line-height:1.2 !important;color:#6c7380 !important;font-weight:700 !important}
.meta-read span{display:block !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}
.article-standfirst-text,.js-article-body > p:first-of-type{font-weight:800 !important}
.article-standfirst-text .dropcap-letter,.js-article-body > p:first-of-type .dropcap-letter{float:left;display:inline-block;margin:.04em .12em 0 0;font-size:4.2em;line-height:.74;font-weight:950;color:var(--accent);text-transform:uppercase}
.mostread-list-ref{display:grid !important;gap:12px !important}
.sidebar-item-mostread-ref{display:grid !important;grid-template-columns:56px minmax(0,1fr) !important;align-items:start !important;gap:14px !important;padding:14px 16px !important;border:1px solid rgba(254,2,2,.12) !important;border-radius:18px !important;background:linear-gradient(180deg,#fff 0%,#fff7f7 100%) !important;box-shadow:0 10px 24px rgba(18,22,34,.05) !important}
.mostread-rank-ref{display:flex !important;align-items:flex-start !important;justify-content:center !important;text-decoration:none !important}
.mostread-rank-ref span{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:42px !important;height:42px !important;border-radius:14px !important;background:linear-gradient(180deg,var(--accent) 0%,#fe0202 100%) !important;color:#fff !important;font-size:20px !important;font-weight:900 !important;box-shadow:0 10px 18px rgba(254,2,2,.22) !important}
.sidebar-item-mostread-ref .sidebar-item-body{display:grid !important;gap:6px !important;min-width:0 !important}
.mostread-kicker-ref,.mostread-kicker-ref a{font-size:11px !important;line-height:1.2 !important;font-weight:900 !important;letter-spacing:.08em !important;text-transform:uppercase !important;color:var(--accent) !important}
.sidebar-item-mostread-ref .card-surtitle{margin:0 !important;font-size:11px !important}
.sidebar-item-mostread-ref h4{margin:0 !important;font-size:18px !important;line-height:1.22 !important;letter-spacing:-.02em !important}
.sidebar-item-mostread-ref h4 a{display:block !important}
.mostread-meta-ref{display:flex !important;align-items:center !important;gap:8px !important;flex-wrap:wrap !important;font-size:11px !important;font-weight:800 !important;color:#6d7480 !important;text-transform:none !important;letter-spacing:0 !important}
.mostread-meta-ref .mostread-label{display:inline-flex !important;align-items:center !important;gap:6px !important;color:var(--accent) !important}
.mostread-meta-ref .mostread-label::before{content:"";width:6px;height:6px;border-radius:999px;background:var(--accent)}
@media (max-width:1080px){.author-lines{grid-template-columns:1fr !important;row-gap:8px !important}.article-meta-badges{grid-template-columns:repeat(3,minmax(0,1fr)) !important}.sidebar-item-mostread-ref{grid-template-columns:52px minmax(0,1fr) !important}}
@media (max-width:720px){.article-authorbox{grid-template-columns:44px minmax(0,1fr) !important}.author-avatar{width:44px !important;height:44px !important;flex-basis:44px !important}.article-meta-badges{grid-template-columns:1fr !important}.meta-badge strong,.meta-badge em,.meta-badge small{white-space:normal !important;overflow:visible !important}.article-standfirst-text .dropcap-letter,.js-article-body > p:first-of-type .dropcap-letter{font-size:3.5em !important}.sidebar-item-mostread-ref{grid-template-columns:46px minmax(0,1fr) !important;padding:12px 14px !important}.mostread-rank-ref span{width:36px !important;height:36px !important;font-size:17px !important}}

/* footer conventionnel et mode sombre renforcé */
.footer.footer-refined{margin-top:52px;background:#11151c;border-top:4px solid var(--accent);padding:0;border-radius:0!important}
.footer-refined .footer-inner{position:relative;grid-template-columns:minmax(0,1.45fr) minmax(190px,.75fr) minmax(190px,.75fr);gap:28px;padding:26px 0 20px}
.footer-refined .footer-inner:before{display:none}
.footer-refined .footer-brand-col,.footer-refined .footer-links-col{background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0}
.footer-refined .footer-brand{margin-bottom:10px;gap:8px}
.footer-refined .footer-brand img{height:44px;max-width:220px;filter:brightness(1.02)}
.footer-refined .footer-brand small{color:rgba(255,255,255,.62)}
.footer-refined .footer-brand small:before{box-shadow:none;background:var(--accent)}
.footer-refined .footer-description{margin:0 0 14px;max-width:60ch;color:rgba(255,255,255,.78);font-size:14px;line-height:1.7}
.footer-refined h4{margin:0 0 12px;color:#fff;font-size:11px;letter-spacing:.18em}
.footer-refined h4:before{width:22px;height:2px;border-radius:0;background:var(--accent)}
.footer-refined .footer-links-list{gap:2px}
.footer-refined .footer-links-list a{padding:8px 0 8px 16px;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;color:rgba(255,255,255,.8)!important}
.footer-refined .footer-links-list a:before{left:0;top:11px;bottom:11px;width:3px;border-radius:0;background:rgba(254,2,2,.9)}
.footer-refined .footer-links-list a:hover{transform:none;color:#fff!important;text-decoration:none}
.footer-refined .footer-links-list a:hover:before{transform:none;background:#fff}
.footer-refined .footer-socials{gap:8px;margin-top:4px!important}
.footer-refined .footer-socials a{width:38px;height:38px;border-radius:0;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.03)!important;color:#fff;box-shadow:none}
.footer-refined .footer-socials a:hover{background:var(--accent)!important;border-color:var(--accent);transform:none}
.footer-refined .footer-bottom{background:#0a0d12;border-top:1px solid rgba(255,255,255,.1)}
.footer-refined .footer-bottom-inner{padding:12px 0}
.footer-refined .footer-bottom p{font-size:12px;line-height:1.65;color:rgba(255,255,255,.72)}
.footer-refined .footer-bottom a{color:#fff;border:0;text-decoration:none;font-weight:800}
.footer-refined .footer-bottom a:hover{color:#fff;text-decoration:underline}
@media (max-width:860px){.footer-refined .footer-inner{grid-template-columns:1fr;gap:18px;padding:22px 0 18px}}

html[data-theme="dark"] .menuwrap,html[data-theme="dark"] .menu-drawer,html[data-theme="dark"] .latest-track,html[data-theme="dark"] .search-hero form,html[data-theme="dark"] .pagination a,html[data-theme="dark"] .pagination .on,html[data-theme="dark"] .ajax-pager a,html[data-theme="dark"] .comment-form-wrap,html[data-theme="dark"] .comments-refined,html[data-theme="dark"] .comments-shell,html[data-theme="dark"] .comment-form,html[data-theme="dark"] .section-head-inline,html[data-theme="dark"] .section-head,html[data-theme="dark"] .home-mostread-inline-section,html[data-theme="dark"] .home-mostread-editorial-section,html[data-theme="dark"] .home-mostread-editorial-grid,html[data-theme="dark"] .lireaussi-refined,html[data-theme="dark"] .read-more-card,html[data-theme="dark"] .mostread-card-editorial,html[data-theme="dark"] .sidebar-item-mostread-ref,html[data-theme="dark"] .comment-form input,html[data-theme="dark"] .comment-form textarea,html[data-theme="dark"] .comment-form select{border-color:rgba(255,255,255,.09)!important}
html[data-theme="dark"] p,html[data-theme="dark"] li,html[data-theme="dark"] dd,html[data-theme="dark"] dt,html[data-theme="dark"] figcaption,html[data-theme="dark"] .article-body-ref blockquote,html[data-theme="dark"] .article-body-ref li,html[data-theme="dark"] .article-meta-strip,html[data-theme="dark"] .article-breadcrumb-ref,html[data-theme="dark"] .comment-item p,html[data-theme="dark"] .comment-form label,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .rub-card-meta,html[data-theme="dark"] .home-mostread-lead p,html[data-theme="dark"] .sidebar-item-body p,html[data-theme="dark"] .search-card-advanced p,html[data-theme="dark"] .contact-form-wrap p{color:var(--muted)!important}
html[data-theme="dark"] a,html[data-theme="dark"] .article-body-ref a,html[data-theme="dark"] .page-card a,html[data-theme="dark"] .author-card a,html[data-theme="dark"] .sidebar-module a,html[data-theme="dark"] .rub-feature a,html[data-theme="dark"] .rub-mini a,html[data-theme="dark"] .compact-card a{color:inherit}
html[data-theme="dark"] .article-body-ref a,html[data-theme="dark"] .footer-refined a:hover,html[data-theme="dark"] .mainmenu a:hover,html[data-theme="dark"] .menu-drawer-nav a:hover,html[data-theme="dark"] .header-search-link:hover{color:#fff!important}
html[data-theme="dark"] .menuwrap{background:#121821;border-bottom-color:rgba(255,255,255,.08)}
html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .header-search-link{color:#edf2f7}
html[data-theme="dark"] .menu-burger{border-color:rgba(255,255,255,.12);background:#151c25;color:#fff}
html[data-theme="dark"] .menu-burger span{background:#fff}
html[data-theme="dark"] .home-mostread-card,html[data-theme="dark"] .home-mostread-lead,html[data-theme="dark"] .home-mostread-item,html[data-theme="dark"] .mostread-row,html[data-theme="dark"] .sidebar-item-mostread-ref,html[data-theme="dark"] .lireaussi-card,html[data-theme="dark"] .related-card,html[data-theme="dark"] .archive-feed article,html[data-theme="dark"] .rubrique-feed article,html[data-theme="dark"] .search-card-advanced,html[data-theme="dark"] .contact-form-wrap,html[data-theme="dark"] .comment-form-wrap{background:var(--card)!important;box-shadow:0 14px 32px rgba(0,0,0,.22)!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum,html[data-theme="dark"] .comment-form-wrap form{background:linear-gradient(180deg,#121923 0%,#0f151e 100%)!important;border-color:rgba(255,255,255,.12)!important;box-shadow:0 18px 40px rgba(0,0,0,.32)!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum fieldset,html[data-theme="dark"] .comment-form-wrap form fieldset{border-color:rgba(255,255,255,.14)!important;background:rgba(255,255,255,.02)!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum h3,html[data-theme="dark"] .comment-form-wrap form h3,html[data-theme="dark"] .comment-form-wrap .formulaire_forum legend,html[data-theme="dark"] .comment-form-wrap form legend{color:#ff5b5b!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum .session,html[data-theme="dark"] .comment-form-wrap form .session{background:rgba(255,255,255,.03)!important;border-color:rgba(255,255,255,.1)!important;color:#e8edf5!important}
html[data-theme="dark"] .comment-form-wrap label,html[data-theme="dark"] .comment-form-wrap .explication,html[data-theme="dark"] .comment-form-wrap .notice,html[data-theme="dark"] .comment-form-wrap .session,html[data-theme="dark"] .comment-form-wrap .session a,html[data-theme="dark"] .comment-form-wrap p{color:#cdd6e3!important}
html[data-theme="dark"] .comment-form-wrap input,html[data-theme="dark"] .comment-form-wrap textarea,html[data-theme="dark"] .comment-form-wrap select{background:#08111d!important;border-color:rgba(255,255,255,.12)!important;color:#f5f7fb!important;box-shadow:inset 0 1px 2px rgba(0,0,0,.22)!important}
html[data-theme="dark"] .comment-form-wrap input::placeholder,html[data-theme="dark"] .comment-form-wrap textarea::placeholder{color:#7f8aa0!important}
html[data-theme="dark"] .comment-form-wrap input:focus,html[data-theme="dark"] .comment-form-wrap textarea:focus,html[data-theme="dark"] .comment-form-wrap select:focus{border-color:rgba(254,2,2,.55)!important;box-shadow:0 0 0 4px rgba(254,2,2,.14)!important;background:#0b1522!important}
html[data-theme="dark"] .comment-form-wrap .boutons input,html[data-theme="dark"] .comment-form-wrap .boutons button,html[data-theme="dark"] .comment-form-wrap .submit{color:#fff!important}
html[data-theme="dark"] .article-body-ref strong,html[data-theme="dark"] .article-body-ref b,html[data-theme="dark"] .article-body-ref h2,html[data-theme="dark"] .article-body-ref h3,html[data-theme="dark"] .article-body-ref h4,html[data-theme="dark"] .article-body-ref h5,html[data-theme="dark"] .article-body-ref h6,html[data-theme="dark"] .article-standfirst-text,html[data-theme="dark"] .meta-badge strong,html[data-theme="dark"] .comment-author,html[data-theme="dark"] .section-head-inline h2,html[data-theme="dark"] .section-head h2,html[data-theme="dark"] .footer-refined h4{color:#f5f7fb!important}
html[data-theme="dark"] .article-body-ref blockquote{background:#121923;border-left:4px solid var(--accent);color:#dce4ee}
html[data-theme="dark"] .article-body-ref hr{border-color:rgba(255,255,255,.1)}
html[data-theme="dark"] .meta-badge,html[data-theme="dark"] .author-avatar,html[data-theme="dark"] .comment-avatar,html[data-theme="dark"] .badge,html[data-theme="dark"] .page-surtitle,html[data-theme="dark"] .card-surtitle{box-shadow:none}
html[data-theme="dark"] .comment-form input::placeholder,html[data-theme="dark"] .comment-form textarea::placeholder,html[data-theme="dark"] input::placeholder,html[data-theme="dark"] textarea::placeholder{color:#8190a3}
html[data-theme="dark"] .theme-toggle{border-color:rgba(255,255,255,.18);background:#171f2a}

/* v30 dark mode, share rail, latest strip and rubrique fixes */
.share-label-vertical{display:flex;flex-direction:column;align-items:center;gap:8px;color:#222630}
.share-label-vertical .share-count{display:inline-flex;align-items:center;justify-content:center;min-width:74px;padding:6px 10px;border-radius:999px;background:#f3f5f8;color:#616978;font-size:11px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}
.share-buttons{display:grid;gap:12px}
.share-buttons a,.share-buttons button{display:inline-flex;align-items:center;justify-content:center;width:64px;height:54px;border-radius:14px;border:1px solid #e8ecf2;background:linear-gradient(180deg,#fff 0%,#f7f9fc 100%);color:#5a6780;box-shadow:0 10px 24px rgba(17,20,31,.06);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease,color .2s ease;cursor:pointer}
.share-buttons a:hover,.share-buttons button:hover{transform:translateY(-2px);border-color:rgba(254,2,2,.26);color:var(--accent);box-shadow:0 14px 28px rgba(17,20,31,.12)}
.share-buttons a[aria-label="facebook"]{color:#1877f2}.share-buttons a[aria-label="x"]{color:#111}.share-buttons a[aria-label="linkedin"]{color:#0a66c2}.share-buttons a[aria-label="whatsapp"]{color:#20b874}.share-copy-btn{color:#596579}.share-print-btn{color:#6d7fbe}
.share-buttons svg{width:22px;height:22px}
.latest-strip{background:#fff}.latest-label{box-shadow:inset 0 0 0 1px rgba(254,2,2,.05)}
.latest-links a{font-weight:900}.latest-links a:after{width:6px;height:6px}
html[data-theme="dark"] .latest-strip{background:#10161f;border-bottom-color:rgba(255,255,255,.08)}
html[data-theme="dark"] .latest-label{background:rgba(254,2,2,.14)!important;color:#fe0202!important;box-shadow:inset 0 0 0 1px rgba(254,2,2,.2)}
html[data-theme="dark"] .latest-track:after{background:linear-gradient(90deg,rgba(16,22,31,0),#10161f)}
html[data-theme="dark"] .latest-links a{color:#eef3fa!important}
html[data-theme="dark"] .latest-links a:hover{color:#fe0202!important}
html[data-theme="dark"] .share-label-vertical{color:#e7edf6!important}
html[data-theme="dark"] .share-label-vertical .share-count{background:#141d28!important;color:#a9b5c7!important;border:1px solid rgba(255,255,255,.08)}
html[data-theme="dark"] .share-buttons a,html[data-theme="dark"] .share-buttons button{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important;border-color:rgba(255,255,255,.1)!important;box-shadow:0 14px 28px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .share-buttons a:hover,html[data-theme="dark"] .share-buttons button:hover{border-color:rgba(254,2,2,.34)!important;box-shadow:0 18px 32px rgba(0,0,0,.36)!important}
html[data-theme="dark"] .share-buttons a[aria-label="facebook"]{color:#7fb2ff!important}
html[data-theme="dark"] .share-buttons a[aria-label="x"]{color:#f5f7fb!important}
html[data-theme="dark"] .share-buttons a[aria-label="linkedin"]{color:#68b1ff!important}
html[data-theme="dark"] .share-buttons a[aria-label="whatsapp"]{color:#4be3a0!important}
html[data-theme="dark"] .share-copy-btn{color:#c9d4e3!important}html[data-theme="dark"] .share-print-btn{color:#b9c7ff!important}
html[data-theme="dark"] .rubrique-feed article,html[data-theme="dark"] .archive-grid.rubrique-main-grid article{background:linear-gradient(180deg,#131a24 0%,#0e141d 100%)!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 16px 34px rgba(0,0,0,.26)!important}
html[data-theme="dark"] .rubrique-feed article h3 a,html[data-theme="dark"] .rubrique-feed article .author,html[data-theme="dark"] .rubrique-feed article .meta,html[data-theme="dark"] .rubrique-feed article .excerpt,html[data-theme="dark"] .rubrique-sidebar .sidebar-item h4 a,html[data-theme="dark"] .rubrique-sidebar .headline-item a,html[data-theme="dark"] .rubrique-sidebar .quick-links a{color:#edf2f8!important}
html[data-theme="dark"] .rubrique-feed article .excerpt,html[data-theme="dark"] .rubrique-feed article .meta,html[data-theme="dark"] .rubrique-sidebar .catline a{color:#aab5c5!important}
html[data-theme="dark"] .rubrique-loadmore-btn{background:linear-gradient(180deg,var(--accent) 0%,#fe0202 100%)!important;border-color:transparent!important;color:#fff!important;box-shadow:0 16px 28px rgba(254,2,2,.22)!important}
html[data-theme="dark"] .rubrique-sidebar .compact-box,html[data-theme="dark"] .rubrique-sidebar .compact-sidebar-card{background:linear-gradient(180deg,#131a24 0%,#0e141d 100%)!important;border-color:rgba(255,255,255,.08)!important}

/* v33 menu rouge en mode sombre + module en ce moment */
.latest-label{font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:none}
.moment-strip{background:#fff;border-bottom:1px solid var(--line)}
.moment-strip .container{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:18px;padding:10px 18px}
.moment-track:after{background:linear-gradient(90deg,rgba(255,255,255,0),#fff)}
.moment-links a{font-weight:900;color:#1a1d22}
.moment-links a:hover{color:var(--accent)}
.latest-strip .container,.moment-strip .container{padding-top:11px;padding-bottom:11px}
html[data-theme="dark"] .menuwrap{background:#fe0202!important;border-bottom-color:rgba(255,255,255,.16)!important}
html[data-theme="dark"] .menu-drawer{background:#d80000!important;border-bottom-color:rgba(255,255,255,.14)!important}
html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .header-search-link,html[data-theme="dark"] .social-icons a,html[data-theme="dark"] .menu-tools .theme-toggle{color:#fff!important}
html[data-theme="dark"] .mainmenu a.is-hot,html[data-theme="dark"] .mainmenu a:hover{color:#fff!important;opacity:1}
html[data-theme="dark"] .mainmenu a:after{background:#fff!important}
html[data-theme="dark"] .menu-burger{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.2)!important;color:#fff!important}
html[data-theme="dark"] .theme-toggle{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.2)!important;color:#fff!important}
html[data-theme="dark"] .menu-burger span{background:#fff!important}
html[data-theme="dark"] .moment-strip,html[data-theme="dark"] .latest-strip{background:#10161f!important;border-bottom-color:rgba(255,255,255,.08)!important}
html[data-theme="dark"] .moment-track,html[data-theme="dark"] .latest-track,html[data-theme="dark"] .moment-links,html[data-theme="dark"] .latest-links{background:#10161f!important}
html[data-theme="dark"] .moment-track:after,html[data-theme="dark"] .latest-track:after{background:linear-gradient(90deg,rgba(16,22,31,0),#10161f)!important}
html[data-theme="dark"] .moment-links a,html[data-theme="dark"] .latest-links a{color:#edf2f8!important}
html[data-theme="dark"] .latest-label{background:rgba(254,2,2,.16)!important;border-color:rgba(254,2,2,.26)!important;color:#ffd7d7!important}
@media (max-width:860px){.moment-strip .container,.latest-strip .container{grid-template-columns:1fr;gap:10px}.moment-strip,.latest-strip{margin-top:0}.moment-strip .latest-label,.latest-strip .latest-label{justify-self:start}}

/* v34 footer, menu rouge #fe0202 et bouton thème en sidebar */
.menuwrap{background:#fe0202!important;border-bottom:0!important;box-shadow:0 12px 28px rgba(35,10,10,.12)!important}
.menuwrap .container{min-height:80px}
.menu-drawer{background:#e10202!important;border-bottom:0!important;box-shadow:0 18px 32px rgba(35,10,10,.18)!important}
.mainmenu a.is-hot:after,.mainmenu a:hover:after{background:#fff!important}
html[data-theme="dark"] .menuwrap{background:#fe0202!important;border-bottom:0!important;box-shadow:0 12px 28px rgba(0,0,0,.24)!important}
html[data-theme="dark"] .menu-drawer{background:#e10202!important;border-bottom:0!important;box-shadow:0 18px 32px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .header-search-link,html[data-theme="dark"] .social-icons a,html[data-theme="dark"] .menu-tools .theme-toggle{color:#fff!important}
html[data-theme="dark"] .mainmenu a.is-hot:after,html[data-theme="dark"] .mainmenu a:hover:after{background:#fff!important}

.footer-refined{position:relative;background:linear-gradient(180deg,#0a111a 0%,#070d14 100%);border-top:4px solid #fe0202;color:#d7dee9}
.footer-refined:before{content:"";position:absolute;inset:0 0 auto 0;height:1px;background:rgba(255,255,255,.08)}
.footer-inner{display:grid;grid-template-columns:minmax(260px,1.2fr) .95fr .75fr .75fr;gap:34px;padding:34px 0 26px}
.footer-brand{display:grid;gap:12px;align-content:start}
.footer-brand img{height:52px;width:auto}
.footer-brand small{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:#f6f8fb;font-weight:800}
.footer-description{max-width:48ch;margin:0;color:#c4cddd;line-height:1.75;font-size:16px}
.footer-links-col h4{margin:0 0 14px;font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:#f7f9fc;font-weight:900}
.footer-links-list{display:grid;gap:12px}
.footer-links-list-columns{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:18px;row-gap:12px}
.footer-links-list a{display:inline-flex;align-items:center;gap:10px;color:#d7dee9;font-weight:700;line-height:1.4}
.footer-links-list a:before{content:"";width:5px;height:5px;border-radius:999px;background:#fe0202;flex:0 0 5px;box-shadow:0 0 0 6px rgba(254,2,2,.08)}
.footer-links-list a:hover{color:#fff}
.footer-socials{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}
.footer-socials a{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.02);color:#fff}
.footer-socials a:hover{border-color:rgba(254,2,2,.36);background:rgba(254,2,2,.12);color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.16)}
.footer-bottom-inner{display:flex;justify-content:center;padding:16px 0}
.footer-bottom p{margin:0;text-align:center;font-size:14px;line-height:1.6;color:#c9d2df}
.footer-bottom a{color:#fff;font-weight:800}
.footer-bottom a:hover{color:#fff}
html[data-theme="dark"] .footer-refined{background:linear-gradient(180deg,#071018 0%,#04080e 100%);color:#d7dee9}
html[data-theme="dark"] .footer-links-list a,html[data-theme="dark"] .footer-description,html[data-theme="dark"] .footer-bottom p{color:#d7dee9!important}
html[data-theme="dark"] .footer-socials a{border-color:rgba(255,255,255,.12)!important;background:rgba(255,255,255,.02)!important;color:#fff!important}
html[data-theme="dark"] .footer-socials a:hover{background:rgba(254,2,2,.14)!important;border-color:rgba(254,2,2,.4)!important}

.sidebar-theme-module,.home-theme-module{overflow:hidden}
.sidebar-theme-box{display:grid;gap:14px;padding:18px 20px;background:linear-gradient(180deg,#fff 0%,#fbfcfe 100%)}
.sidebar-theme-box p{margin:0;color:#5c6472;line-height:1.65;font-size:14px}
.sidebar-theme-toggle{width:100%!important;height:52px!important;border-radius:16px!important;grid-template-columns:24px 1fr;justify-content:start!important;gap:12px;padding:0 16px!important;background:linear-gradient(180deg,#fe0202 0%,#fe0202 100%)!important;border:0!important;box-shadow:0 14px 28px rgba(254,2,2,.24)!important;color:#fff!important}
.sidebar-theme-toggle:hover{background:linear-gradient(180deg,#ff1919 0%,#fe0202 100%)!important;transform:translateY(-2px)!important}
.sidebar-theme-toggle .sidebar-theme-toggle-icon{position:relative;display:inline-grid;place-items:center;width:22px;height:22px}
.sidebar-theme-toggle .sidebar-theme-toggle-icon svg{position:absolute;width:18px;height:18px}
.sidebar-theme-toggle .theme-toggle-sun{opacity:0;transform:scale(.72) rotate(-35deg)}
html[data-theme="dark"] .sidebar-theme-toggle .theme-toggle-moon{opacity:0;transform:scale(.72) rotate(35deg)}
html[data-theme="dark"] .sidebar-theme-toggle .theme-toggle-sun{opacity:1;transform:scale(1) rotate(0)}
.sidebar-theme-toggle-label{font-size:14px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.site-sidebar-unified .sidebar-theme-module .module-tag::after,.rubrique-sidebar .sidebar-theme-module .module-tag::after{background:#fff}
html[data-theme="dark"] .sidebar-theme-box{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important}
html[data-theme="dark"] .sidebar-theme-box p{color:#b8c3d2!important}
html[data-theme="dark"] .sidebar-theme-toggle{box-shadow:0 16px 30px rgba(0,0,0,.3)!important}

@media (max-width:1180px){.footer-inner{grid-template-columns:1fr 1fr}.footer-brand-col{grid-column:1/-1}}
@media (max-width:760px){.footer-inner{grid-template-columns:1fr;gap:24px;padding:28px 0 20px}.footer-links-list-columns{grid-template-columns:1fr 1fr}.footer-brand img{height:46px}.footer-description{font-size:15px}.footer-bottom-inner{padding:14px 0}.footer-bottom p{font-size:13px}.sidebar-theme-box{padding:16px}}

/* v44 pages intérieures unifiées : sidebar, contact, recherche */
.interior-page-wrap{padding-top:26px;padding-bottom:34px}
.interior-layout-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px;align-items:start}
.interior-main-content{display:grid;gap:22px;min-width:0}
.interior-sidebar{display:grid;gap:22px}
.interior-sidebar .side-module{background:var(--card);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);overflow:hidden}
.interior-hero-card,.editorial-panel{background:var(--card);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);padding:28px 30px}
.interior-hero-card h1,.editorial-panel h2{margin:0 0 10px;line-height:1.02;letter-spacing:-.04em}
.interior-hero-card h1{font-size:44px}
.interior-hero-text,.editorial-panel p{color:var(--muted);font-size:17px;line-height:1.78}
.panel-kicker,.page-surtitle{display:inline-flex;align-items:center;gap:12px;margin-bottom:16px;color:#fe0202;font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}
.panel-kicker:before,.page-surtitle:before{content:"";width:48px;height:4px;border-radius:999px;background:#fe0202}
.interior-hero-pills,.search-shortcuts-chips,.contact-highlight-list,.contact-checklist{display:flex;flex-wrap:wrap;gap:10px}
.interior-hero-pills span,.search-shortcuts-chips a,.contact-highlight-list li,.contact-checklist li,.search-chip{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 16px;border-radius:999px;border:1px solid rgba(254,2,2,.16);background:#fff5f5;color:#7f1d1d;font-size:13px;font-weight:800}
.contact-info-grid,.editorial-panels-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.contact-checklist,.contact-highlight-list{padding:0;margin:14px 0 0;list-style:none}
.panel-linkline a{display:inline-flex;align-items:center;gap:10px;font-weight:900;color:#fe0202}
.contact-guidelines-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:16px}
.contact-guidelines-grid article{padding:18px;border-radius:18px;background:var(--bg-soft);border:1px solid var(--line)}
.contact-guidelines-grid strong{display:block;margin-bottom:10px;font-size:15px;letter-spacing:-.02em}
.contact-form-shell-enhanced{padding:22px;border-radius:24px;background:linear-gradient(180deg,#fff, #fbfcfe);border:1px solid var(--line)}
.contact-form-wrap-enhanced{display:grid;gap:16px}
.contact-form-wrap-enhanced form{display:grid;gap:16px}
.contact-form-wrap-enhanced fieldset{margin:0;padding:18px;border:1px solid var(--line);border-radius:20px;background:var(--card)}
.contact-form-wrap-enhanced .editer,.contact-form-wrap-enhanced .fieldset .editer{margin-bottom:14px}
.contact-form-wrap-enhanced label{display:block;margin-bottom:8px;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#2a313d}
.contact-form-wrap-enhanced input,.contact-form-wrap-enhanced textarea,.contact-form-wrap-enhanced select{width:100%;border:1px solid var(--line-strong);border-radius:16px;padding:14px 16px;background:#fff;color:var(--text)}
.contact-form-wrap-enhanced textarea{min-height:180px;resize:vertical}
.contact-form-wrap-enhanced .boutons{display:flex;justify-content:flex-start}
.contact-form-wrap-enhanced .submit,.contact-form-wrap-enhanced button{display:inline-flex;align-items:center;justify-content:center;min-width:220px;min-height:52px;padding:0 24px;border:0;border-radius:999px;background:#fe0202;color:#fff;font-weight:900;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 16px 32px rgba(254,2,2,.22)}
.search-hero-card{gap:18px}
.search-form-pro{display:grid;gap:14px;margin-top:18px}
.search-form-mainline{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px}
.search-form-pro input[type="search"]{height:58px;padding:0 18px;border:1px solid var(--line-strong);border-radius:18px;background:var(--card);font-size:17px}
.search-submit-primary{min-width:220px;height:58px;border:0;border-radius:18px;background:#fe0202;color:#fff;font-weight:900;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 18px 34px rgba(254,2,2,.24)}
.search-form-tools{display:flex;flex-wrap:wrap;gap:10px}
.search-tool-btn,.search-tool-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;border:1px solid var(--line);background:var(--bg-soft);color:var(--text);font-size:13px;font-weight:800}
.search-tool-link{border-color:rgba(254,2,2,.18);background:#fff5f5;color:#fe0202}
.search-shortcuts-panel{display:grid;gap:12px;padding:18px;border-radius:22px;background:linear-gradient(180deg,#fff,#fbfcfe);border:1px solid var(--line)}
.search-shortcuts-panel strong{font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:#1a2230}
.search-metrics-row-enhanced{margin:0}
.search-results-panel .search-block-head,.search-block-taxonomy .search-block-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}
.search-results-panel .search-block-head span,.search-block-taxonomy .search-block-head span{font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#fe0202}
.search-grid-editorial{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.search-card-editorial{background:var(--card);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:16px;display:grid;gap:12px}
.search-card-editorial .thumb{border-radius:18px;overflow:hidden}
.search-card-topline{display:flex;align-items:center;justify-content:space-between;gap:12px}
.search-card-topline .search-score{font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#fe0202}
.search-card-editorial h3{margin:0;font-size:30px;line-height:1.08;letter-spacing:-.04em}
.search-card-editorial .excerpt{margin:0;color:var(--muted)}
.search-card-editorial .search-meta{display:flex;flex-wrap:wrap;gap:12px;color:#6f7682;font-size:14px;font-weight:700}
.search-empty-card h2{font-size:34px}
.search-chip-grid{display:flex;flex-wrap:wrap;gap:10px}
.site-sidebar-unified .social-grid-ref{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:18px 20px}
.site-sidebar-unified .social-grid-ref a{display:flex;align-items:center;gap:12px;min-height:56px;padding:0 16px;border-radius:16px;background:var(--bg-soft);border:1px solid var(--line);font-weight:800;color:var(--text)}
.site-sidebar-unified .social-grid-ref .icon{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:999px;background:#fff;color:#fe0202;border:1px solid rgba(254,2,2,.16)}
.site-sidebar-unified .sidebar-item-ref{display:grid;grid-template-columns:88px 1fr;gap:14px;padding:16px 18px;border-top:1px solid var(--line)}
.site-sidebar-unified .sidebar-item-ref .thumb{overflow:hidden;border-radius:16px}
.site-sidebar-unified .sidebar-item-ref .thumb img{width:100%;height:100%;object-fit:cover}
.site-sidebar-unified .sidebar-item-ref h4{margin:0;font-size:21px;line-height:1.14;letter-spacing:-.03em}
.site-sidebar-unified .card-surtitle{margin-top:8px;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#fe0202}
.site-sidebar-unified .sidebar-item-mostread-ref{grid-template-columns:54px 1fr !important;padding-left:16px !important}
.site-sidebar-unified .sidebar-item-mostread-ref .mostread-rank-ref{align-self:start}
.site-sidebar-unified .sidebar-item-mostread-ref h4{font-size:18px !important}
html[data-theme="dark"] .interior-hero-card,html[data-theme="dark"] .editorial-panel,html[data-theme="dark"] .contact-form-shell-enhanced,html[data-theme="dark"] .search-shortcuts-panel{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important;border-color:rgba(255,255,255,.08)!important;box-shadow:0 16px 34px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .interior-hero-text,html[data-theme="dark"] .editorial-panel p,html[data-theme="dark"] .contact-form-intro,html[data-theme="dark"] .search-card-editorial .excerpt{color:#b8c3d2!important}
html[data-theme="dark"] .interior-hero-pills span,html[data-theme="dark"] .search-shortcuts-chips a,html[data-theme="dark"] .contact-highlight-list li,html[data-theme="dark"] .contact-checklist li,html[data-theme="dark"] .search-chip,html[data-theme="dark"] .search-tool-btn{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .search-tool-link{background:rgba(254,2,2,.12)!important;border-color:rgba(254,2,2,.28)!important;color:#ffd8d8!important}
html[data-theme="dark"] .contact-guidelines-grid article,html[data-theme="dark"] .site-sidebar-unified .social-grid-ref a{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .site-sidebar-unified .social-grid-ref .icon{background:#0d141d!important;border-color:rgba(254,2,2,.22)!important;color:#fff!important}
html[data-theme="dark"] .contact-form-wrap-enhanced fieldset,html[data-theme="dark"] .contact-form-wrap-enhanced input,html[data-theme="dark"] .contact-form-wrap-enhanced textarea,html[data-theme="dark"] .contact-form-wrap-enhanced select,html[data-theme="dark"] .search-form-pro input[type="search"],html[data-theme="dark"] .search-card-editorial{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .contact-form-wrap-enhanced label,html[data-theme="dark"] .search-shortcuts-panel strong{color:#edf2f8!important}
@media (max-width:1180px){.interior-layout-grid{grid-template-columns:1fr}.interior-sidebar{order:2}.contact-info-grid,.editorial-panels-grid,.contact-guidelines-grid,.search-grid-editorial{grid-template-columns:1fr 1fr}}
@media (max-width:760px){.interior-page-wrap{padding-top:18px}.interior-hero-card,.editorial-panel{padding:22px 18px}.interior-hero-card h1{font-size:34px}.search-form-mainline,.contact-info-grid,.editorial-panels-grid,.contact-guidelines-grid,.search-grid-editorial,.site-sidebar-unified .social-grid-ref{grid-template-columns:1fr}.search-submit-primary,.contact-form-wrap-enhanced .submit,.contact-form-wrap-enhanced button{min-width:0;width:100%}.site-sidebar-unified .sidebar-item-ref{grid-template-columns:76px 1fr}.site-sidebar-unified .sidebar-item-ref h4{font-size:18px}}

/* v60 home sections align strictly with top grid */
.page-home .home-wrap-tight > .home-bottom-shell{display:block!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;box-sizing:border-box!important}
.page-home .home-wrap-tight > .home-bottom-shell > .section,
.page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin:0 0 34px 0!important;
  padding:0!important;
  box-sizing:border-box!important;
}
.page-home .home-wrap-tight > .home-bottom-shell > .section:last-child{margin-bottom:0!important}
.page-home .home-wrap-tight > .home-bottom-shell .home-mostread-editorial-section,
.page-home .home-wrap-tight > .home-bottom-shell .home-mostread-editorial-grid,
.page-home .home-wrap-tight > .home-bottom-shell .section-head,
.page-home .home-wrap-tight > .home-bottom-shell .rub-grid{
  max-width:100%!important;
}
@media (max-width:860px){
  .page-home .home-wrap-tight > .home-bottom-shell > .section,
  .page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
  .page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
  .page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{margin-bottom:28px!important}
}

/* v61 final home boxed alignment */
.page-home .home-wrap-tight > .home-bottom-shell{
  width:calc(100% - 36px)!important;
  max-width:calc(var(--container) - 36px)!important;
  margin:0 auto!important;
  padding:0!important;
  box-sizing:border-box!important;
}
.page-home .home-wrap-tight > .home-bottom-shell > .section,
.page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{
  width:100%!important;
  max-width:100%!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:0!important;
  padding-right:0!important;
}
@media (max-width:860px){
  .page-home .home-wrap-tight > .home-bottom-shell{
    width:calc(100% - 28px)!important;
    max-width:calc(100% - 28px)!important;
  }
}

.article-title-ref,.article-body-ref h2,.article-body-ref h3,.article-body-ref h4,.article-body-ref h5,.article-body-ref h6{display:block;width:100%;max-width:none !important}
.article-body-ref h2,.article-body-ref h3,.article-body-ref h4,.article-body-ref h5,.article-body-ref h6{text-wrap:balance}
.article-meta-badges{display:grid;grid-template-columns:repeat(3,minmax(0,max-content));gap:12px;align-items:start}
.meta-badge{background:#fff;border:1px solid rgba(254,2,2,.16);box-shadow:0 10px 26px rgba(21,26,32,.08)}
.meta-badge span{white-space:normal}
.meta-badge svg{color:var(--accent)}
.author-avatar{overflow:hidden;background:#fff;border:1px solid rgba(254,2,2,.18)}
.author-avatar img{width:100%;height:100%;display:block;object-fit:cover;border-radius:50%}
.article-standfirst-text{display:block}
.article-standfirst-text:first-letter{float:left;font-size:4.6em;line-height:.74;padding:.07em .12em 0 0;color:var(--accent);font-weight:900;text-transform:uppercase}
.reading-progress{height:9px !important;background:rgba(0,0,0,.14) !important;box-shadow:inset 0 1px 0 rgba(255,255,255,.18)}
.reading-progress span{position:relative;overflow:hidden;background:linear-gradient(90deg,#0a0a0a 0%,#151515 20%,#2c2c2c 50%,#050505 100%) !important;background-size:220% 100% !important;animation:reading-bar-flow .9s linear infinite, reading-bar-pulse 1.1s ease-in-out infinite alternate !important;transition:width .16s cubic-bezier(.22,.61,.36,1) !important;box-shadow:0 0 20px rgba(0,0,0,.38),0 0 10px rgba(254,2,2,.18) !important}
.reading-progress span::after{content:"";position:absolute;top:0;bottom:0;width:120px;right:-120px;background:linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.18) 32%,rgba(255,255,255,.55) 50%,rgba(255,255,255,.18) 68%,rgba(255,255,255,0) 100%);transform:skewX(-24deg);animation:reading-bar-sheen 1.35s linear infinite}
@keyframes reading-bar-sheen{0%{transform:translateX(-220%) skewX(-24deg)}100%{transform:translateX(280%) skewX(-24deg)}}
@keyframes reading-bar-pulse{0%{filter:brightness(1)}100%{filter:brightness(1.18)}}
@media (max-width:1080px){.article-meta-badges{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:720px){.article-meta-badges{grid-template-columns:1fr}.article-standfirst-text:first-letter{font-size:3.9em}}

.author-head-hero{display:grid;grid-template-columns:96px minmax(0,1fr);gap:18px;align-items:center}.author-avatar-page{width:96px;height:96px}.author-avatar-page img{border-radius:50%}@media (max-width:720px){.author-head-hero{grid-template-columns:72px 1fr}.author-avatar-page{width:72px;height:72px}}

.article-title-ref,.article-body-ref h2,.article-body-ref h3,.article-body-ref h4,.article-body-ref h5,.article-body-ref h6{max-width:none !important;width:100% !important}
.article-meta-strip{margin:0 0 18px !important}
.article-authorbox{display:grid !important;grid-template-columns:52px minmax(0,1fr) !important;align-items:center !important;gap:12px !important;padding:12px 14px !important;border-radius:14px !important}
.author-avatar{width:52px !important;height:52px !important;flex-basis:52px !important}
.author-lines{display:grid !important;grid-template-columns:minmax(110px,max-content) minmax(0,1fr) !important;align-items:center !important;column-gap:12px !important;row-gap:0 !important;min-width:0 !important}
.author-mainline{min-width:0 !important}
.author-mainline strong{font-size:16px !important;white-space:nowrap !important}
.article-meta-badges{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:8px !important;min-width:0 !important;overflow:visible !important}
.meta-badge{display:flex !important;align-items:center !important;min-width:0 !important;min-height:40px !important;padding:8px 10px !important;border-radius:14px !important;gap:8px !important;white-space:normal !important}
.meta-badge svg{width:15px !important;height:15px !important;flex:0 0 15px !important;margin-top:0 !important}
.meta-badge span{display:grid !important;gap:1px !important;min-width:0 !important}
.meta-badge strong,.meta-badge em,.meta-badge small{display:block !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}
.meta-badge strong{font-size:10px !important;line-height:1.1 !important;letter-spacing:.05em !important;text-transform:uppercase !important;color:#7a808a !important}
.meta-badge em{font-size:12px !important;line-height:1.2 !important;font-style:normal !important;color:#1f232a !important;font-weight:850 !important}
.meta-badge small,.meta-read span{font-size:11px !important;line-height:1.2 !important;color:#6c7380 !important;font-weight:700 !important}
.meta-read span{display:block !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}
.article-standfirst-text,.js-article-body > p:first-of-type{font-weight:800 !important}
.article-standfirst-text .dropcap-letter,.js-article-body > p:first-of-type .dropcap-letter{float:left;display:inline-block;margin:.04em .12em 0 0;font-size:4.2em;line-height:.74;font-weight:950;color:var(--accent);text-transform:uppercase}
.mostread-list-ref{display:grid !important;gap:12px !important}
.sidebar-item-mostread-ref{display:grid !important;grid-template-columns:56px minmax(0,1fr) !important;align-items:start !important;gap:14px !important;padding:14px 16px !important;border:1px solid rgba(254,2,2,.12) !important;border-radius:18px !important;background:linear-gradient(180deg,#fff 0%,#fff7f7 100%) !important;box-shadow:0 10px 24px rgba(18,22,34,.05) !important}
.mostread-rank-ref{display:flex !important;align-items:flex-start !important;justify-content:center !important;text-decoration:none !important}
.mostread-rank-ref span{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:42px !important;height:42px !important;border-radius:14px !important;background:linear-gradient(180deg,var(--accent) 0%,#fe0202 100%) !important;color:#fff !important;font-size:20px !important;font-weight:900 !important;box-shadow:0 10px 18px rgba(254,2,2,.22) !important}
.sidebar-item-mostread-ref .sidebar-item-body{display:grid !important;gap:6px !important;min-width:0 !important}
.mostread-kicker-ref,.mostread-kicker-ref a{font-size:11px !important;line-height:1.2 !important;font-weight:900 !important;letter-spacing:.08em !important;text-transform:uppercase !important;color:var(--accent) !important}
.sidebar-item-mostread-ref .card-surtitle{margin:0 !important;font-size:11px !important}
.sidebar-item-mostread-ref h4{margin:0 !important;font-size:18px !important;line-height:1.22 !important;letter-spacing:-.02em !important}
.sidebar-item-mostread-ref h4 a{display:block !important}
.mostread-meta-ref{display:flex !important;align-items:center !important;gap:8px !important;flex-wrap:wrap !important;font-size:11px !important;font-weight:800 !important;color:#6d7480 !important;text-transform:none !important;letter-spacing:0 !important}
.mostread-meta-ref .mostread-label{display:inline-flex !important;align-items:center !important;gap:6px !important;color:var(--accent) !important}
.mostread-meta-ref .mostread-label::before{content:"";width:6px;height:6px;border-radius:999px;background:var(--accent)}
@media (max-width:1080px){.author-lines{grid-template-columns:1fr !important;row-gap:8px !important}.article-meta-badges{grid-template-columns:repeat(3,minmax(0,1fr)) !important}.sidebar-item-mostread-ref{grid-template-columns:52px minmax(0,1fr) !important}}
@media (max-width:720px){.article-authorbox{grid-template-columns:44px minmax(0,1fr) !important}.author-avatar{width:44px !important;height:44px !important;flex-basis:44px !important}.article-meta-badges{grid-template-columns:1fr !important}.meta-badge strong,.meta-badge em,.meta-badge small{white-space:normal !important;overflow:visible !important}.article-standfirst-text .dropcap-letter,.js-article-body > p:first-of-type .dropcap-letter{font-size:3.5em !important}.sidebar-item-mostread-ref{grid-template-columns:46px minmax(0,1fr) !important;padding:12px 14px !important}.mostread-rank-ref span{width:36px !important;height:36px !important;font-size:17px !important}}

/* footer conventionnel et mode sombre renforcé */
.footer.footer-refined{margin-top:52px;background:#11151c;border-top:4px solid var(--accent);padding:0;border-radius:0!important}
.footer-refined .footer-inner{position:relative;grid-template-columns:minmax(0,1.45fr) minmax(190px,.75fr) minmax(190px,.75fr);gap:28px;padding:26px 0 20px}
.footer-refined .footer-inner:before{display:none}
.footer-refined .footer-brand-col,.footer-refined .footer-links-col{background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0}
.footer-refined .footer-brand{margin-bottom:10px;gap:8px}
.footer-refined .footer-brand img{height:44px;max-width:220px;filter:brightness(1.02)}
.footer-refined .footer-brand small{color:rgba(255,255,255,.62)}
.footer-refined .footer-brand small:before{box-shadow:none;background:var(--accent)}
.footer-refined .footer-description{margin:0 0 14px;max-width:60ch;color:rgba(255,255,255,.78);font-size:14px;line-height:1.7}
.footer-refined h4{margin:0 0 12px;color:#fff;font-size:11px;letter-spacing:.18em}
.footer-refined h4:before{width:22px;height:2px;border-radius:0;background:var(--accent)}
.footer-refined .footer-links-list{gap:2px}
.footer-refined .footer-links-list a{padding:8px 0 8px 16px;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;color:rgba(255,255,255,.8)!important}
.footer-refined .footer-links-list a:before{left:0;top:11px;bottom:11px;width:3px;border-radius:0;background:rgba(254,2,2,.9)}
.footer-refined .footer-links-list a:hover{transform:none;color:#fff!important;text-decoration:none}
.footer-refined .footer-links-list a:hover:before{transform:none;background:#fff}
.footer-refined .footer-socials{gap:8px;margin-top:4px!important}
.footer-refined .footer-socials a{width:38px;height:38px;border-radius:0;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.03)!important;color:#fff;box-shadow:none}
.footer-refined .footer-socials a:hover{background:var(--accent)!important;border-color:var(--accent);transform:none}
.footer-refined .footer-bottom{background:#0a0d12;border-top:1px solid rgba(255,255,255,.1)}
.footer-refined .footer-bottom-inner{padding:12px 0}
.footer-refined .footer-bottom p{font-size:12px;line-height:1.65;color:rgba(255,255,255,.72)}
.footer-refined .footer-bottom a{color:#fff;border:0;text-decoration:none;font-weight:800}
.footer-refined .footer-bottom a:hover{color:#fff;text-decoration:underline}
@media (max-width:860px){.footer-refined .footer-inner{grid-template-columns:1fr;gap:18px;padding:22px 0 18px}}

html[data-theme="dark"] .menuwrap,html[data-theme="dark"] .menu-drawer,html[data-theme="dark"] .latest-track,html[data-theme="dark"] .search-hero form,html[data-theme="dark"] .pagination a,html[data-theme="dark"] .pagination .on,html[data-theme="dark"] .ajax-pager a,html[data-theme="dark"] .comment-form-wrap,html[data-theme="dark"] .comments-refined,html[data-theme="dark"] .comments-shell,html[data-theme="dark"] .comment-form,html[data-theme="dark"] .section-head-inline,html[data-theme="dark"] .section-head,html[data-theme="dark"] .home-mostread-inline-section,html[data-theme="dark"] .home-mostread-editorial-section,html[data-theme="dark"] .home-mostread-editorial-grid,html[data-theme="dark"] .lireaussi-refined,html[data-theme="dark"] .read-more-card,html[data-theme="dark"] .mostread-card-editorial,html[data-theme="dark"] .sidebar-item-mostread-ref,html[data-theme="dark"] .comment-form input,html[data-theme="dark"] .comment-form textarea,html[data-theme="dark"] .comment-form select{border-color:rgba(255,255,255,.09)!important}
html[data-theme="dark"] p,html[data-theme="dark"] li,html[data-theme="dark"] dd,html[data-theme="dark"] dt,html[data-theme="dark"] figcaption,html[data-theme="dark"] .article-body-ref blockquote,html[data-theme="dark"] .article-body-ref li,html[data-theme="dark"] .article-meta-strip,html[data-theme="dark"] .article-breadcrumb-ref,html[data-theme="dark"] .comment-item p,html[data-theme="dark"] .comment-form label,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .rub-card-meta,html[data-theme="dark"] .home-mostread-lead p,html[data-theme="dark"] .sidebar-item-body p,html[data-theme="dark"] .search-card-advanced p,html[data-theme="dark"] .contact-form-wrap p{color:var(--muted)!important}
html[data-theme="dark"] a,html[data-theme="dark"] .article-body-ref a,html[data-theme="dark"] .page-card a,html[data-theme="dark"] .author-card a,html[data-theme="dark"] .sidebar-module a,html[data-theme="dark"] .rub-feature a,html[data-theme="dark"] .rub-mini a,html[data-theme="dark"] .compact-card a{color:inherit}
html[data-theme="dark"] .article-body-ref a,html[data-theme="dark"] .footer-refined a:hover,html[data-theme="dark"] .mainmenu a:hover,html[data-theme="dark"] .menu-drawer-nav a:hover,html[data-theme="dark"] .header-search-link:hover{color:#fff!important}
html[data-theme="dark"] .menuwrap{background:#121821;border-bottom-color:rgba(255,255,255,.08)}
html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .header-search-link{color:#edf2f7}
html[data-theme="dark"] .menu-burger{border-color:rgba(255,255,255,.12);background:#151c25;color:#fff}
html[data-theme="dark"] .menu-burger span{background:#fff}
html[data-theme="dark"] .home-mostread-card,html[data-theme="dark"] .home-mostread-lead,html[data-theme="dark"] .home-mostread-item,html[data-theme="dark"] .mostread-row,html[data-theme="dark"] .sidebar-item-mostread-ref,html[data-theme="dark"] .lireaussi-card,html[data-theme="dark"] .related-card,html[data-theme="dark"] .archive-feed article,html[data-theme="dark"] .rubrique-feed article,html[data-theme="dark"] .search-card-advanced,html[data-theme="dark"] .contact-form-wrap,html[data-theme="dark"] .comment-form-wrap{background:var(--card)!important;box-shadow:0 14px 32px rgba(0,0,0,.22)!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum,html[data-theme="dark"] .comment-form-wrap form{background:linear-gradient(180deg,#121923 0%,#0f151e 100%)!important;border-color:rgba(255,255,255,.12)!important;box-shadow:0 18px 40px rgba(0,0,0,.32)!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum fieldset,html[data-theme="dark"] .comment-form-wrap form fieldset{border-color:rgba(255,255,255,.14)!important;background:rgba(255,255,255,.02)!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum h3,html[data-theme="dark"] .comment-form-wrap form h3,html[data-theme="dark"] .comment-form-wrap .formulaire_forum legend,html[data-theme="dark"] .comment-form-wrap form legend{color:#ff5b5b!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum .session,html[data-theme="dark"] .comment-form-wrap form .session{background:rgba(255,255,255,.03)!important;border-color:rgba(255,255,255,.1)!important;color:#e8edf5!important}
html[data-theme="dark"] .comment-form-wrap label,html[data-theme="dark"] .comment-form-wrap .explication,html[data-theme="dark"] .comment-form-wrap .notice,html[data-theme="dark"] .comment-form-wrap .session,html[data-theme="dark"] .comment-form-wrap .session a,html[data-theme="dark"] .comment-form-wrap p{color:#cdd6e3!important}
html[data-theme="dark"] .comment-form-wrap input,html[data-theme="dark"] .comment-form-wrap textarea,html[data-theme="dark"] .comment-form-wrap select{background:#08111d!important;border-color:rgba(255,255,255,.12)!important;color:#f5f7fb!important;box-shadow:inset 0 1px 2px rgba(0,0,0,.22)!important}
html[data-theme="dark"] .comment-form-wrap input::placeholder,html[data-theme="dark"] .comment-form-wrap textarea::placeholder{color:#7f8aa0!important}
html[data-theme="dark"] .comment-form-wrap input:focus,html[data-theme="dark"] .comment-form-wrap textarea:focus,html[data-theme="dark"] .comment-form-wrap select:focus{border-color:rgba(254,2,2,.55)!important;box-shadow:0 0 0 4px rgba(254,2,2,.14)!important;background:#0b1522!important}
html[data-theme="dark"] .comment-form-wrap .boutons input,html[data-theme="dark"] .comment-form-wrap .boutons button,html[data-theme="dark"] .comment-form-wrap .submit{color:#fff!important}
html[data-theme="dark"] .article-body-ref strong,html[data-theme="dark"] .article-body-ref b,html[data-theme="dark"] .article-body-ref h2,html[data-theme="dark"] .article-body-ref h3,html[data-theme="dark"] .article-body-ref h4,html[data-theme="dark"] .article-body-ref h5,html[data-theme="dark"] .article-body-ref h6,html[data-theme="dark"] .article-standfirst-text,html[data-theme="dark"] .meta-badge strong,html[data-theme="dark"] .comment-author,html[data-theme="dark"] .section-head-inline h2,html[data-theme="dark"] .section-head h2,html[data-theme="dark"] .footer-refined h4{color:#f5f7fb!important}
html[data-theme="dark"] .article-body-ref blockquote{background:#121923;border-left:4px solid var(--accent);color:#dce4ee}
html[data-theme="dark"] .article-body-ref hr{border-color:rgba(255,255,255,.1)}
html[data-theme="dark"] .meta-badge,html[data-theme="dark"] .author-avatar,html[data-theme="dark"] .comment-avatar,html[data-theme="dark"] .badge,html[data-theme="dark"] .page-surtitle,html[data-theme="dark"] .card-surtitle{box-shadow:none}
html[data-theme="dark"] .comment-form input::placeholder,html[data-theme="dark"] .comment-form textarea::placeholder,html[data-theme="dark"] input::placeholder,html[data-theme="dark"] textarea::placeholder{color:#8190a3}
html[data-theme="dark"] .theme-toggle{border-color:rgba(255,255,255,.18);background:#171f2a}

/* v30 dark mode, share rail, latest strip and rubrique fixes */
.share-label-vertical{display:flex;flex-direction:column;align-items:center;gap:8px;color:#222630}
.share-label-vertical .share-count{display:inline-flex;align-items:center;justify-content:center;min-width:74px;padding:6px 10px;border-radius:999px;background:#f3f5f8;color:#616978;font-size:11px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}
.share-buttons{display:grid;gap:12px}
.share-buttons a,.share-buttons button{display:inline-flex;align-items:center;justify-content:center;width:64px;height:54px;border-radius:14px;border:1px solid #e8ecf2;background:linear-gradient(180deg,#fff 0%,#f7f9fc 100%);color:#5a6780;box-shadow:0 10px 24px rgba(17,20,31,.06);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease,color .2s ease;cursor:pointer}
.share-buttons a:hover,.share-buttons button:hover{transform:translateY(-2px);border-color:rgba(254,2,2,.26);color:var(--accent);box-shadow:0 14px 28px rgba(17,20,31,.12)}
.share-buttons a[aria-label="facebook"]{color:#1877f2}.share-buttons a[aria-label="x"]{color:#111}.share-buttons a[aria-label="linkedin"]{color:#0a66c2}.share-buttons a[aria-label="whatsapp"]{color:#20b874}.share-copy-btn{color:#596579}.share-print-btn{color:#6d7fbe}
.share-buttons svg{width:22px;height:22px}
.latest-strip{background:#fff}.latest-label{box-shadow:inset 0 0 0 1px rgba(254,2,2,.05)}
.latest-links a{font-weight:900}.latest-links a:after{width:6px;height:6px}
html[data-theme="dark"] .latest-strip{background:#10161f;border-bottom-color:rgba(255,255,255,.08)}
html[data-theme="dark"] .latest-label{background:rgba(254,2,2,.14)!important;color:#fe0202!important;box-shadow:inset 0 0 0 1px rgba(254,2,2,.2)}
html[data-theme="dark"] .latest-track:after{background:linear-gradient(90deg,rgba(16,22,31,0),#10161f)}
html[data-theme="dark"] .latest-links a{color:#eef3fa!important}
html[data-theme="dark"] .latest-links a:hover{color:#fe0202!important}
html[data-theme="dark"] .share-label-vertical{color:#e7edf6!important}
html[data-theme="dark"] .share-label-vertical .share-count{background:#141d28!important;color:#a9b5c7!important;border:1px solid rgba(255,255,255,.08)}
html[data-theme="dark"] .share-buttons a,html[data-theme="dark"] .share-buttons button{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important;border-color:rgba(255,255,255,.1)!important;box-shadow:0 14px 28px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .share-buttons a:hover,html[data-theme="dark"] .share-buttons button:hover{border-color:rgba(254,2,2,.34)!important;box-shadow:0 18px 32px rgba(0,0,0,.36)!important}
html[data-theme="dark"] .share-buttons a[aria-label="facebook"]{color:#7fb2ff!important}
html[data-theme="dark"] .share-buttons a[aria-label="x"]{color:#f5f7fb!important}
html[data-theme="dark"] .share-buttons a[aria-label="linkedin"]{color:#68b1ff!important}
html[data-theme="dark"] .share-buttons a[aria-label="whatsapp"]{color:#4be3a0!important}
html[data-theme="dark"] .share-copy-btn{color:#c9d4e3!important}html[data-theme="dark"] .share-print-btn{color:#b9c7ff!important}
html[data-theme="dark"] .rubrique-feed article,html[data-theme="dark"] .archive-grid.rubrique-main-grid article{background:linear-gradient(180deg,#131a24 0%,#0e141d 100%)!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 16px 34px rgba(0,0,0,.26)!important}
html[data-theme="dark"] .rubrique-feed article h3 a,html[data-theme="dark"] .rubrique-feed article .author,html[data-theme="dark"] .rubrique-feed article .meta,html[data-theme="dark"] .rubrique-feed article .excerpt,html[data-theme="dark"] .rubrique-sidebar .sidebar-item h4 a,html[data-theme="dark"] .rubrique-sidebar .headline-item a,html[data-theme="dark"] .rubrique-sidebar .quick-links a{color:#edf2f8!important}
html[data-theme="dark"] .rubrique-feed article .excerpt,html[data-theme="dark"] .rubrique-feed article .meta,html[data-theme="dark"] .rubrique-sidebar .catline a{color:#aab5c5!important}
html[data-theme="dark"] .rubrique-loadmore-btn{background:linear-gradient(180deg,var(--accent) 0%,#fe0202 100%)!important;border-color:transparent!important;color:#fff!important;box-shadow:0 16px 28px rgba(254,2,2,.22)!important}
html[data-theme="dark"] .rubrique-sidebar .compact-box,html[data-theme="dark"] .rubrique-sidebar .compact-sidebar-card{background:linear-gradient(180deg,#131a24 0%,#0e141d 100%)!important;border-color:rgba(255,255,255,.08)!important}

/* v33 menu rouge en mode sombre + module en ce moment */
.latest-label{font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:none}
.moment-strip{background:#fff;border-bottom:1px solid var(--line)}
.moment-strip .container{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:18px;padding:10px 18px}
.moment-track:after{background:linear-gradient(90deg,rgba(255,255,255,0),#fff)}
.moment-links a{font-weight:900;color:#1a1d22}
.moment-links a:hover{color:var(--accent)}
.latest-strip .container,.moment-strip .container{padding-top:11px;padding-bottom:11px}
html[data-theme="dark"] .menuwrap{background:#fe0202!important;border-bottom-color:rgba(255,255,255,.16)!important}
html[data-theme="dark"] .menu-drawer{background:#d80000!important;border-bottom-color:rgba(255,255,255,.14)!important}
html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .header-search-link,html[data-theme="dark"] .social-icons a,html[data-theme="dark"] .menu-tools .theme-toggle{color:#fff!important}
html[data-theme="dark"] .mainmenu a.is-hot,html[data-theme="dark"] .mainmenu a:hover{color:#fff!important;opacity:1}
html[data-theme="dark"] .mainmenu a:after{background:#fff!important}
html[data-theme="dark"] .menu-burger{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.2)!important;color:#fff!important}
html[data-theme="dark"] .theme-toggle{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.2)!important;color:#fff!important}
html[data-theme="dark"] .menu-burger span{background:#fff!important}
html[data-theme="dark"] .moment-strip,html[data-theme="dark"] .latest-strip{background:#10161f!important;border-bottom-color:rgba(255,255,255,.08)!important}
html[data-theme="dark"] .moment-track,html[data-theme="dark"] .latest-track,html[data-theme="dark"] .moment-links,html[data-theme="dark"] .latest-links{background:#10161f!important}
html[data-theme="dark"] .moment-track:after,html[data-theme="dark"] .latest-track:after{background:linear-gradient(90deg,rgba(16,22,31,0),#10161f)!important}
html[data-theme="dark"] .moment-links a,html[data-theme="dark"] .latest-links a{color:#edf2f8!important}
html[data-theme="dark"] .latest-label{background:rgba(254,2,2,.16)!important;border-color:rgba(254,2,2,.26)!important;color:#ffd7d7!important}
@media (max-width:860px){.moment-strip .container,.latest-strip .container{grid-template-columns:1fr;gap:10px}.moment-strip,.latest-strip{margin-top:0}.moment-strip .latest-label,.latest-strip .latest-label{justify-self:start}}

/* v34 footer, menu rouge #fe0202 et bouton thème en sidebar */
.menuwrap{background:#fe0202!important;border-bottom:0!important;box-shadow:0 12px 28px rgba(35,10,10,.12)!important}
.menuwrap .container{min-height:80px}
.menu-drawer{background:#e10202!important;border-bottom:0!important;box-shadow:0 18px 32px rgba(35,10,10,.18)!important}
.mainmenu a.is-hot:after,.mainmenu a:hover:after{background:#fff!important}
html[data-theme="dark"] .menuwrap{background:#fe0202!important;border-bottom:0!important;box-shadow:0 12px 28px rgba(0,0,0,.24)!important}
html[data-theme="dark"] .menu-drawer{background:#e10202!important;border-bottom:0!important;box-shadow:0 18px 32px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .header-search-link,html[data-theme="dark"] .social-icons a,html[data-theme="dark"] .menu-tools .theme-toggle{color:#fff!important}
html[data-theme="dark"] .mainmenu a.is-hot:after,html[data-theme="dark"] .mainmenu a:hover:after{background:#fff!important}

.footer-refined{position:relative;background:linear-gradient(180deg,#0a111a 0%,#070d14 100%);border-top:4px solid #fe0202;color:#d7dee9}
.footer-refined:before{content:"";position:absolute;inset:0 0 auto 0;height:1px;background:rgba(255,255,255,.08)}
.footer-inner{display:grid;grid-template-columns:minmax(260px,1.2fr) .95fr .75fr .75fr;gap:34px;padding:34px 0 26px}
.footer-brand{display:grid;gap:12px;align-content:start}
.footer-brand img{height:52px;width:auto}
.footer-brand small{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:#f6f8fb;font-weight:800}
.footer-description{max-width:48ch;margin:0;color:#c4cddd;line-height:1.75;font-size:16px}
.footer-links-col h4{margin:0 0 14px;font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:#f7f9fc;font-weight:900}
.footer-links-list{display:grid;gap:12px}
.footer-links-list-columns{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:18px;row-gap:12px}
.footer-links-list a{display:inline-flex;align-items:center;gap:10px;color:#d7dee9;font-weight:700;line-height:1.4}
.footer-links-list a:before{content:"";width:5px;height:5px;border-radius:999px;background:#fe0202;flex:0 0 5px;box-shadow:0 0 0 6px rgba(254,2,2,.08)}
.footer-links-list a:hover{color:#fff}
.footer-socials{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}
.footer-socials a{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.02);color:#fff}
.footer-socials a:hover{border-color:rgba(254,2,2,.36);background:rgba(254,2,2,.12);color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.16)}
.footer-bottom-inner{display:flex;justify-content:center;padding:16px 0}
.footer-bottom p{margin:0;text-align:center;font-size:14px;line-height:1.6;color:#c9d2df}
.footer-bottom a{color:#fff;font-weight:800}
.footer-bottom a:hover{color:#fff}
html[data-theme="dark"] .footer-refined{background:linear-gradient(180deg,#071018 0%,#04080e 100%);color:#d7dee9}
html[data-theme="dark"] .footer-links-list a,html[data-theme="dark"] .footer-description,html[data-theme="dark"] .footer-bottom p{color:#d7dee9!important}
html[data-theme="dark"] .footer-socials a{border-color:rgba(255,255,255,.12)!important;background:rgba(255,255,255,.02)!important;color:#fff!important}
html[data-theme="dark"] .footer-socials a:hover{background:rgba(254,2,2,.14)!important;border-color:rgba(254,2,2,.4)!important}

.sidebar-theme-module,.home-theme-module{overflow:hidden}
.sidebar-theme-box{display:grid;gap:14px;padding:18px 20px;background:linear-gradient(180deg,#fff 0%,#fbfcfe 100%)}
.sidebar-theme-box p{margin:0;color:#5c6472;line-height:1.65;font-size:14px}
.sidebar-theme-toggle{width:100%!important;height:52px!important;border-radius:16px!important;grid-template-columns:24px 1fr;justify-content:start!important;gap:12px;padding:0 16px!important;background:linear-gradient(180deg,#fe0202 0%,#fe0202 100%)!important;border:0!important;box-shadow:0 14px 28px rgba(254,2,2,.24)!important;color:#fff!important}
.sidebar-theme-toggle:hover{background:linear-gradient(180deg,#ff1919 0%,#fe0202 100%)!important;transform:translateY(-2px)!important}
.sidebar-theme-toggle .sidebar-theme-toggle-icon{position:relative;display:inline-grid;place-items:center;width:22px;height:22px}
.sidebar-theme-toggle .sidebar-theme-toggle-icon svg{position:absolute;width:18px;height:18px}
.sidebar-theme-toggle .theme-toggle-sun{opacity:0;transform:scale(.72) rotate(-35deg)}
html[data-theme="dark"] .sidebar-theme-toggle .theme-toggle-moon{opacity:0;transform:scale(.72) rotate(35deg)}
html[data-theme="dark"] .sidebar-theme-toggle .theme-toggle-sun{opacity:1;transform:scale(1) rotate(0)}
.sidebar-theme-toggle-label{font-size:14px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.site-sidebar-unified .sidebar-theme-module .module-tag::after,.rubrique-sidebar .sidebar-theme-module .module-tag::after{background:#fff}
html[data-theme="dark"] .sidebar-theme-box{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important}
html[data-theme="dark"] .sidebar-theme-box p{color:#b8c3d2!important}
html[data-theme="dark"] .sidebar-theme-toggle{box-shadow:0 16px 30px rgba(0,0,0,.3)!important}

@media (max-width:1180px){.footer-inner{grid-template-columns:1fr 1fr}.footer-brand-col{grid-column:1/-1}}
@media (max-width:760px){.footer-inner{grid-template-columns:1fr;gap:24px;padding:28px 0 20px}.footer-links-list-columns{grid-template-columns:1fr 1fr}.footer-brand img{height:46px}.footer-description{font-size:15px}.footer-bottom-inner{padding:14px 0}.footer-bottom p{font-size:13px}.sidebar-theme-box{padding:16px}}

/* v44 pages intérieures unifiées : sidebar, contact, recherche */
.interior-page-wrap{padding-top:26px;padding-bottom:34px}
.interior-layout-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px;align-items:start}
.interior-main-content{display:grid;gap:22px;min-width:0}
.interior-sidebar{display:grid;gap:22px}
.interior-sidebar .side-module{background:var(--card);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);overflow:hidden}
.interior-hero-card,.editorial-panel{background:var(--card);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);padding:28px 30px}
.interior-hero-card h1,.editorial-panel h2{margin:0 0 10px;line-height:1.02;letter-spacing:-.04em}
.interior-hero-card h1{font-size:44px}
.interior-hero-text,.editorial-panel p{color:var(--muted);font-size:17px;line-height:1.78}
.panel-kicker,.page-surtitle{display:inline-flex;align-items:center;gap:12px;margin-bottom:16px;color:#fe0202;font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}
.panel-kicker:before,.page-surtitle:before{content:"";width:48px;height:4px;border-radius:999px;background:#fe0202}
.interior-hero-pills,.search-shortcuts-chips,.contact-highlight-list,.contact-checklist{display:flex;flex-wrap:wrap;gap:10px}
.interior-hero-pills span,.search-shortcuts-chips a,.contact-highlight-list li,.contact-checklist li,.search-chip{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 16px;border-radius:999px;border:1px solid rgba(254,2,2,.16);background:#fff5f5;color:#7f1d1d;font-size:13px;font-weight:800}
.contact-info-grid,.editorial-panels-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.contact-checklist,.contact-highlight-list{padding:0;margin:14px 0 0;list-style:none}
.panel-linkline a{display:inline-flex;align-items:center;gap:10px;font-weight:900;color:#fe0202}
.contact-guidelines-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:16px}
.contact-guidelines-grid article{padding:18px;border-radius:18px;background:var(--bg-soft);border:1px solid var(--line)}
.contact-guidelines-grid strong{display:block;margin-bottom:10px;font-size:15px;letter-spacing:-.02em}
.contact-form-shell-enhanced{padding:22px;border-radius:24px;background:linear-gradient(180deg,#fff, #fbfcfe);border:1px solid var(--line)}
.contact-form-wrap-enhanced{display:grid;gap:16px}
.contact-form-wrap-enhanced form{display:grid;gap:16px}
.contact-form-wrap-enhanced fieldset{margin:0;padding:18px;border:1px solid var(--line);border-radius:20px;background:var(--card)}
.contact-form-wrap-enhanced .editer,.contact-form-wrap-enhanced .fieldset .editer{margin-bottom:14px}
.contact-form-wrap-enhanced label{display:block;margin-bottom:8px;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#2a313d}
.contact-form-wrap-enhanced input,.contact-form-wrap-enhanced textarea,.contact-form-wrap-enhanced select{width:100%;border:1px solid var(--line-strong);border-radius:16px;padding:14px 16px;background:#fff;color:var(--text)}
.contact-form-wrap-enhanced textarea{min-height:180px;resize:vertical}
.contact-form-wrap-enhanced .boutons{display:flex;justify-content:flex-start}
.contact-form-wrap-enhanced .submit,.contact-form-wrap-enhanced button{display:inline-flex;align-items:center;justify-content:center;min-width:220px;min-height:52px;padding:0 24px;border:0;border-radius:999px;background:#fe0202;color:#fff;font-weight:900;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 16px 32px rgba(254,2,2,.22)}
.search-hero-card{gap:18px}
.search-form-pro{display:grid;gap:14px;margin-top:18px}
.search-form-mainline{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px}
.search-form-pro input[type="search"]{height:58px;padding:0 18px;border:1px solid var(--line-strong);border-radius:18px;background:var(--card);font-size:17px}
.search-submit-primary{min-width:220px;height:58px;border:0;border-radius:18px;background:#fe0202;color:#fff;font-weight:900;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 18px 34px rgba(254,2,2,.24)}
.search-form-tools{display:flex;flex-wrap:wrap;gap:10px}
.search-tool-btn,.search-tool-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;border:1px solid var(--line);background:var(--bg-soft);color:var(--text);font-size:13px;font-weight:800}
.search-tool-link{border-color:rgba(254,2,2,.18);background:#fff5f5;color:#fe0202}
.search-shortcuts-panel{display:grid;gap:12px;padding:18px;border-radius:22px;background:linear-gradient(180deg,#fff,#fbfcfe);border:1px solid var(--line)}
.search-shortcuts-panel strong{font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:#1a2230}
.search-metrics-row-enhanced{margin:0}
.search-results-panel .search-block-head,.search-block-taxonomy .search-block-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}
.search-results-panel .search-block-head span,.search-block-taxonomy .search-block-head span{font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#fe0202}
.search-grid-editorial{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.search-card-editorial{background:var(--card);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:16px;display:grid;gap:12px}
.search-card-editorial .thumb{border-radius:18px;overflow:hidden}
.search-card-topline{display:flex;align-items:center;justify-content:space-between;gap:12px}
.search-card-topline .search-score{font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#fe0202}
.search-card-editorial h3{margin:0;font-size:30px;line-height:1.08;letter-spacing:-.04em}
.search-card-editorial .excerpt{margin:0;color:var(--muted)}
.search-card-editorial .search-meta{display:flex;flex-wrap:wrap;gap:12px;color:#6f7682;font-size:14px;font-weight:700}
.search-empty-card h2{font-size:34px}
.search-chip-grid{display:flex;flex-wrap:wrap;gap:10px}
.site-sidebar-unified .social-grid-ref{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:18px 20px}
.site-sidebar-unified .social-grid-ref a{display:flex;align-items:center;gap:12px;min-height:56px;padding:0 16px;border-radius:16px;background:var(--bg-soft);border:1px solid var(--line);font-weight:800;color:var(--text)}
.site-sidebar-unified .social-grid-ref .icon{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:999px;background:#fff;color:#fe0202;border:1px solid rgba(254,2,2,.16)}
.site-sidebar-unified .sidebar-item-ref{display:grid;grid-template-columns:88px 1fr;gap:14px;padding:16px 18px;border-top:1px solid var(--line)}
.site-sidebar-unified .sidebar-item-ref .thumb{overflow:hidden;border-radius:16px}
.site-sidebar-unified .sidebar-item-ref .thumb img{width:100%;height:100%;object-fit:cover}
.site-sidebar-unified .sidebar-item-ref h4{margin:0;font-size:21px;line-height:1.14;letter-spacing:-.03em}
.site-sidebar-unified .card-surtitle{margin-top:8px;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#fe0202}
.site-sidebar-unified .sidebar-item-mostread-ref{grid-template-columns:54px 1fr !important;padding-left:16px !important}
.site-sidebar-unified .sidebar-item-mostread-ref .mostread-rank-ref{align-self:start}
.site-sidebar-unified .sidebar-item-mostread-ref h4{font-size:18px !important}
html[data-theme="dark"] .interior-hero-card,html[data-theme="dark"] .editorial-panel,html[data-theme="dark"] .contact-form-shell-enhanced,html[data-theme="dark"] .search-shortcuts-panel{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important;border-color:rgba(255,255,255,.08)!important;box-shadow:0 16px 34px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .interior-hero-text,html[data-theme="dark"] .editorial-panel p,html[data-theme="dark"] .contact-form-intro,html[data-theme="dark"] .search-card-editorial .excerpt{color:#b8c3d2!important}
html[data-theme="dark"] .interior-hero-pills span,html[data-theme="dark"] .search-shortcuts-chips a,html[data-theme="dark"] .contact-highlight-list li,html[data-theme="dark"] .contact-checklist li,html[data-theme="dark"] .search-chip,html[data-theme="dark"] .search-tool-btn{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .search-tool-link{background:rgba(254,2,2,.12)!important;border-color:rgba(254,2,2,.28)!important;color:#ffd8d8!important}
html[data-theme="dark"] .contact-guidelines-grid article,html[data-theme="dark"] .site-sidebar-unified .social-grid-ref a{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .site-sidebar-unified .social-grid-ref .icon{background:#0d141d!important;border-color:rgba(254,2,2,.22)!important;color:#fff!important}
html[data-theme="dark"] .contact-form-wrap-enhanced fieldset,html[data-theme="dark"] .contact-form-wrap-enhanced input,html[data-theme="dark"] .contact-form-wrap-enhanced textarea,html[data-theme="dark"] .contact-form-wrap-enhanced select,html[data-theme="dark"] .search-form-pro input[type="search"],html[data-theme="dark"] .search-card-editorial{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .contact-form-wrap-enhanced label,html[data-theme="dark"] .search-shortcuts-panel strong{color:#edf2f8!important}
@media (max-width:1180px){.interior-layout-grid{grid-template-columns:1fr}.interior-sidebar{order:2}.contact-info-grid,.editorial-panels-grid,.contact-guidelines-grid,.search-grid-editorial{grid-template-columns:1fr 1fr}}
@media (max-width:760px){.interior-page-wrap{padding-top:18px}.interior-hero-card,.editorial-panel{padding:22px 18px}.interior-hero-card h1{font-size:34px}.search-form-mainline,.contact-info-grid,.editorial-panels-grid,.contact-guidelines-grid,.search-grid-editorial,.site-sidebar-unified .social-grid-ref{grid-template-columns:1fr}.search-submit-primary,.contact-form-wrap-enhanced .submit,.contact-form-wrap-enhanced button{min-width:0;width:100%}.site-sidebar-unified .sidebar-item-ref{grid-template-columns:76px 1fr}.site-sidebar-unified .sidebar-item-ref h4{font-size:18px}}

/* v60 home sections align strictly with top grid */
.page-home .home-wrap-tight > .home-bottom-shell{display:block!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;box-sizing:border-box!important}
.page-home .home-wrap-tight > .home-bottom-shell > .section,
.page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin:0 0 34px 0!important;
  padding:0!important;
  box-sizing:border-box!important;
}
.page-home .home-wrap-tight > .home-bottom-shell > .section:last-child{margin-bottom:0!important}
.page-home .home-wrap-tight > .home-bottom-shell .home-mostread-editorial-section,
.page-home .home-wrap-tight > .home-bottom-shell .home-mostread-editorial-grid,
.page-home .home-wrap-tight > .home-bottom-shell .section-head,
.page-home .home-wrap-tight > .home-bottom-shell .rub-grid{
  max-width:100%!important;
}
@media (max-width:860px){
  .page-home .home-wrap-tight > .home-bottom-shell > .section,
  .page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
  .page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
  .page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{margin-bottom:28px!important}
}

/* v61 final home boxed alignment */
.page-home .home-wrap-tight > .home-bottom-shell{
  width:calc(100% - 36px)!important;
  max-width:calc(var(--container) - 36px)!important;
  margin:0 auto!important;
  padding:0!important;
  box-sizing:border-box!important;
}
.page-home .home-wrap-tight > .home-bottom-shell > .section,
.page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{
  width:100%!important;
  max-width:100%!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:0!important;
  padding-right:0!important;
}
@media (max-width:860px){
  .page-home .home-wrap-tight > .home-bottom-shell{
    width:calc(100% - 28px)!important;
    max-width:calc(100% - 28px)!important;
  }
}

[<link rel="stylesheet" href="(#CHEMIN{css/article.css}|timestamp)" media="all
]
<script src="[(#CHEMIN{js/article.js}|timestamp)]" defer></script>

.article-standfirst-text:first-letter{all:unset}
.article-standfirst-text .dropcap-letter{float:left;display:inline-block;font-size:4.9em;line-height:.72;margin:.02em .12em -.02em 0;color:var(--accent);font-weight:900;text-transform:uppercase;font-family:inherit}
.mostread-module .sidebar-list-ref{display:grid;gap:18px}
.sidebar-item-mostread-ref{display:grid;grid-template-columns:58px 96px 1fr;gap:16px;align-items:start;padding:14px 0;border-top:1px solid rgba(21,26,32,.08)}
.sidebar-item-mostread-ref:first-child{border-top:0;padding-top:0}
.sidebar-item-mostread-ref .thumb img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:6px}
.sidebar-rank-ref{display:flex;align-items:center;justify-content:flex-start;min-height:96px;font-size:42px;line-height:1;font-weight:950;letter-spacing:-.06em;color:var(--accent)}
.sidebar-rank-ref::after{content:"";display:block;width:18px;height:2px;margin-left:10px;background:linear-gradient(90deg,var(--accent),rgba(254,2,2,0))}
.meta-badge{align-items:flex-start;padding:12px 16px;min-height:unset;border-radius:18px}
.meta-badge svg{margin-top:2px}
.meta-badge span{display:block;line-height:1.45}
.meta-date,.meta-updated{min-width:min(100%,320px)}
.meta-date span strong,.meta-updated span strong{display:block;font-size:11px;line-height:1.1;letter-spacing:.12em;text-transform:uppercase;color:#8d93a0;margin-bottom:4px}
.reading-progress{height:8px !important;background:rgba(0,0,0,.18) !important}
.reading-progress span{position:relative;background:linear-gradient(90deg,#000 0%,#1b1b1b 18%,#000 36%,#4b4b4b 52%,#000 68%,#111 84%,#000 100%) !important;background-size:260% 100% !important;animation:reading-bar-flow .9s linear infinite !important;box-shadow:0 0 22px rgba(0,0,0,.45),0 0 8px rgba(0,0,0,.35) !important}
.reading-progress span::after{content:"";position:absolute;top:0;right:-14px;width:36px;height:100%;background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.55),rgba(255,255,255,0));filter:blur(1px);animation:reading-bar-glint 1.2s ease-in-out infinite}
@keyframes reading-bar-glint{0%{opacity:.2;transform:translateX(-8px)}50%{opacity:.95;transform:translateX(8px)}100%{opacity:.2;transform:translateX(-8px)}}
@media (max-width:1080px){.sidebar-item-mostread-ref{grid-template-columns:52px 88px 1fr}.sidebar-rank-ref{min-height:88px;font-size:36px}.article-standfirst-text .dropcap-letter{font-size:4.4em}}
@media (max-width:720px){.sidebar-item-mostread-ref{grid-template-columns:44px 78px 1fr;gap:12px}.sidebar-rank-ref{min-height:78px;font-size:30px}.meta-date,.meta-updated{min-width:100%}.article-standfirst-text .dropcap-letter{font-size:3.8em}}

.article-title-ref,.article-body-ref h2,.article-body-ref h3,.article-body-ref h4,.article-body-ref h5,.article-body-ref h6{max-width:none !important;width:100% !important}
.article-meta-strip{margin:0 0 18px !important}
.article-authorbox{display:grid !important;grid-template-columns:52px minmax(0,1fr) !important;align-items:center !important;gap:12px !important;padding:12px 14px !important;border-radius:14px !important}
.author-avatar{width:52px !important;height:52px !important;flex-basis:52px !important}
.author-lines{display:grid !important;grid-template-columns:minmax(110px,max-content) minmax(0,1fr) !important;align-items:center !important;column-gap:12px !important;row-gap:0 !important;min-width:0 !important}
.author-mainline{min-width:0 !important}
.author-mainline strong{font-size:16px !important;white-space:nowrap !important}
.article-meta-badges{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:8px !important;min-width:0 !important;overflow:visible !important}
.meta-badge{display:flex !important;align-items:center !important;min-width:0 !important;min-height:40px !important;padding:8px 10px !important;border-radius:14px !important;gap:8px !important;white-space:normal !important}
.meta-badge svg{width:15px !important;height:15px !important;flex:0 0 15px !important;margin-top:0 !important}
.meta-badge span{display:grid !important;gap:1px !important;min-width:0 !important}
.meta-badge strong,.meta-badge em,.meta-badge small{display:block !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}
.meta-badge strong{font-size:10px !important;line-height:1.1 !important;letter-spacing:.05em !important;text-transform:uppercase !important;color:#7a808a !important}
.meta-badge em{font-size:12px !important;line-height:1.2 !important;font-style:normal !important;color:#1f232a !important;font-weight:850 !important}
.meta-badge small,.meta-read span{font-size:11px !important;line-height:1.2 !important;color:#6c7380 !important;font-weight:700 !important}
.meta-read span{display:block !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}
.article-standfirst-text,.js-article-body > p:first-of-type{font-weight:800 !important}
.article-standfirst-text .dropcap-letter,.js-article-body > p:first-of-type .dropcap-letter{float:left;display:inline-block;margin:.04em .12em 0 0;font-size:4.2em;line-height:.74;font-weight:950;color:var(--accent);text-transform:uppercase}
.mostread-list-ref{display:grid !important;gap:12px !important}
.sidebar-item-mostread-ref{display:grid !important;grid-template-columns:56px minmax(0,1fr) !important;align-items:start !important;gap:14px !important;padding:14px 16px !important;border:1px solid rgba(254,2,2,.12) !important;border-radius:18px !important;background:linear-gradient(180deg,#fff 0%,#fff7f7 100%) !important;box-shadow:0 10px 24px rgba(18,22,34,.05) !important}
.mostread-rank-ref{display:flex !important;align-items:flex-start !important;justify-content:center !important;text-decoration:none !important}
.mostread-rank-ref span{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:42px !important;height:42px !important;border-radius:14px !important;background:linear-gradient(180deg,var(--accent) 0%,#fe0202 100%) !important;color:#fff !important;font-size:20px !important;font-weight:900 !important;box-shadow:0 10px 18px rgba(254,2,2,.22) !important}
.sidebar-item-mostread-ref .sidebar-item-body{display:grid !important;gap:6px !important;min-width:0 !important}
.mostread-kicker-ref,.mostread-kicker-ref a{font-size:11px !important;line-height:1.2 !important;font-weight:900 !important;letter-spacing:.08em !important;text-transform:uppercase !important;color:var(--accent) !important}
.sidebar-item-mostread-ref .card-surtitle{margin:0 !important;font-size:11px !important}
.sidebar-item-mostread-ref h4{margin:0 !important;font-size:18px !important;line-height:1.22 !important;letter-spacing:-.02em !important}
.sidebar-item-mostread-ref h4 a{display:block !important}
.mostread-meta-ref{display:flex !important;align-items:center !important;gap:8px !important;flex-wrap:wrap !important;font-size:11px !important;font-weight:800 !important;color:#6d7480 !important;text-transform:none !important;letter-spacing:0 !important}
.mostread-meta-ref .mostread-label{display:inline-flex !important;align-items:center !important;gap:6px !important;color:var(--accent) !important}
.mostread-meta-ref .mostread-label::before{content:"";width:6px;height:6px;border-radius:999px;background:var(--accent)}
@media (max-width:1080px){.author-lines{grid-template-columns:1fr !important;row-gap:8px !important}.article-meta-badges{grid-template-columns:repeat(3,minmax(0,1fr)) !important}.sidebar-item-mostread-ref{grid-template-columns:52px minmax(0,1fr) !important}}
@media (max-width:720px){.article-authorbox{grid-template-columns:44px minmax(0,1fr) !important}.author-avatar{width:44px !important;height:44px !important;flex-basis:44px !important}.article-meta-badges{grid-template-columns:1fr !important}.meta-badge strong,.meta-badge em,.meta-badge small{white-space:normal !important;overflow:visible !important}.article-standfirst-text .dropcap-letter,.js-article-body > p:first-of-type .dropcap-letter{font-size:3.5em !important}.sidebar-item-mostread-ref{grid-template-columns:46px minmax(0,1fr) !important;padding:12px 14px !important}.mostread-rank-ref span{width:36px !important;height:36px !important;font-size:17px !important}}

/* footer conventionnel et mode sombre renforcé */
.footer.footer-refined{margin-top:52px;background:#11151c;border-top:4px solid var(--accent);padding:0;border-radius:0!important}
.footer-refined .footer-inner{position:relative;grid-template-columns:minmax(0,1.45fr) minmax(190px,.75fr) minmax(190px,.75fr);gap:28px;padding:26px 0 20px}
.footer-refined .footer-inner:before{display:none}
.footer-refined .footer-brand-col,.footer-refined .footer-links-col{background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0}
.footer-refined .footer-brand{margin-bottom:10px;gap:8px}
.footer-refined .footer-brand img{height:44px;max-width:220px;filter:brightness(1.02)}
.footer-refined .footer-brand small{color:rgba(255,255,255,.62)}
.footer-refined .footer-brand small:before{box-shadow:none;background:var(--accent)}
.footer-refined .footer-description{margin:0 0 14px;max-width:60ch;color:rgba(255,255,255,.78);font-size:14px;line-height:1.7}
.footer-refined h4{margin:0 0 12px;color:#fff;font-size:11px;letter-spacing:.18em}
.footer-refined h4:before{width:22px;height:2px;border-radius:0;background:var(--accent)}
.footer-refined .footer-links-list{gap:2px}
.footer-refined .footer-links-list a{padding:8px 0 8px 16px;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;color:rgba(255,255,255,.8)!important}
.footer-refined .footer-links-list a:before{left:0;top:11px;bottom:11px;width:3px;border-radius:0;background:rgba(254,2,2,.9)}
.footer-refined .footer-links-list a:hover{transform:none;color:#fff!important;text-decoration:none}
.footer-refined .footer-links-list a:hover:before{transform:none;background:#fff}
.footer-refined .footer-socials{gap:8px;margin-top:4px!important}
.footer-refined .footer-socials a{width:38px;height:38px;border-radius:0;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.03)!important;color:#fff;box-shadow:none}
.footer-refined .footer-socials a:hover{background:var(--accent)!important;border-color:var(--accent);transform:none}
.footer-refined .footer-bottom{background:#0a0d12;border-top:1px solid rgba(255,255,255,.1)}
.footer-refined .footer-bottom-inner{padding:12px 0}
.footer-refined .footer-bottom p{font-size:12px;line-height:1.65;color:rgba(255,255,255,.72)}
.footer-refined .footer-bottom a{color:#fff;border:0;text-decoration:none;font-weight:800}
.footer-refined .footer-bottom a:hover{color:#fff;text-decoration:underline}
@media (max-width:860px){.footer-refined .footer-inner{grid-template-columns:1fr;gap:18px;padding:22px 0 18px}}

html[data-theme="dark"] .menuwrap,html[data-theme="dark"] .menu-drawer,html[data-theme="dark"] .latest-track,html[data-theme="dark"] .search-hero form,html[data-theme="dark"] .pagination a,html[data-theme="dark"] .pagination .on,html[data-theme="dark"] .ajax-pager a,html[data-theme="dark"] .comment-form-wrap,html[data-theme="dark"] .comments-refined,html[data-theme="dark"] .comments-shell,html[data-theme="dark"] .comment-form,html[data-theme="dark"] .section-head-inline,html[data-theme="dark"] .section-head,html[data-theme="dark"] .home-mostread-inline-section,html[data-theme="dark"] .home-mostread-editorial-section,html[data-theme="dark"] .home-mostread-editorial-grid,html[data-theme="dark"] .lireaussi-refined,html[data-theme="dark"] .read-more-card,html[data-theme="dark"] .mostread-card-editorial,html[data-theme="dark"] .sidebar-item-mostread-ref,html[data-theme="dark"] .comment-form input,html[data-theme="dark"] .comment-form textarea,html[data-theme="dark"] .comment-form select{border-color:rgba(255,255,255,.09)!important}
html[data-theme="dark"] p,html[data-theme="dark"] li,html[data-theme="dark"] dd,html[data-theme="dark"] dt,html[data-theme="dark"] figcaption,html[data-theme="dark"] .article-body-ref blockquote,html[data-theme="dark"] .article-body-ref li,html[data-theme="dark"] .article-meta-strip,html[data-theme="dark"] .article-breadcrumb-ref,html[data-theme="dark"] .comment-item p,html[data-theme="dark"] .comment-form label,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .rub-card-meta,html[data-theme="dark"] .home-mostread-lead p,html[data-theme="dark"] .sidebar-item-body p,html[data-theme="dark"] .search-card-advanced p,html[data-theme="dark"] .contact-form-wrap p{color:var(--muted)!important}
html[data-theme="dark"] a,html[data-theme="dark"] .article-body-ref a,html[data-theme="dark"] .page-card a,html[data-theme="dark"] .author-card a,html[data-theme="dark"] .sidebar-module a,html[data-theme="dark"] .rub-feature a,html[data-theme="dark"] .rub-mini a,html[data-theme="dark"] .compact-card a{color:inherit}
html[data-theme="dark"] .article-body-ref a,html[data-theme="dark"] .footer-refined a:hover,html[data-theme="dark"] .mainmenu a:hover,html[data-theme="dark"] .menu-drawer-nav a:hover,html[data-theme="dark"] .header-search-link:hover{color:#fff!important}
html[data-theme="dark"] .menuwrap{background:#121821;border-bottom-color:rgba(255,255,255,.08)}
html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .header-search-link{color:#edf2f7}
html[data-theme="dark"] .menu-burger{border-color:rgba(255,255,255,.12);background:#151c25;color:#fff}
html[data-theme="dark"] .menu-burger span{background:#fff}
html[data-theme="dark"] .home-mostread-card,html[data-theme="dark"] .home-mostread-lead,html[data-theme="dark"] .home-mostread-item,html[data-theme="dark"] .mostread-row,html[data-theme="dark"] .sidebar-item-mostread-ref,html[data-theme="dark"] .lireaussi-card,html[data-theme="dark"] .related-card,html[data-theme="dark"] .archive-feed article,html[data-theme="dark"] .rubrique-feed article,html[data-theme="dark"] .search-card-advanced,html[data-theme="dark"] .contact-form-wrap,html[data-theme="dark"] .comment-form-wrap{background:var(--card)!important;box-shadow:0 14px 32px rgba(0,0,0,.22)!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum,html[data-theme="dark"] .comment-form-wrap form{background:linear-gradient(180deg,#121923 0%,#0f151e 100%)!important;border-color:rgba(255,255,255,.12)!important;box-shadow:0 18px 40px rgba(0,0,0,.32)!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum fieldset,html[data-theme="dark"] .comment-form-wrap form fieldset{border-color:rgba(255,255,255,.14)!important;background:rgba(255,255,255,.02)!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum h3,html[data-theme="dark"] .comment-form-wrap form h3,html[data-theme="dark"] .comment-form-wrap .formulaire_forum legend,html[data-theme="dark"] .comment-form-wrap form legend{color:#ff5b5b!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum .session,html[data-theme="dark"] .comment-form-wrap form .session{background:rgba(255,255,255,.03)!important;border-color:rgba(255,255,255,.1)!important;color:#e8edf5!important}
html[data-theme="dark"] .comment-form-wrap label,html[data-theme="dark"] .comment-form-wrap .explication,html[data-theme="dark"] .comment-form-wrap .notice,html[data-theme="dark"] .comment-form-wrap .session,html[data-theme="dark"] .comment-form-wrap .session a,html[data-theme="dark"] .comment-form-wrap p{color:#cdd6e3!important}
html[data-theme="dark"] .comment-form-wrap input,html[data-theme="dark"] .comment-form-wrap textarea,html[data-theme="dark"] .comment-form-wrap select{background:#08111d!important;border-color:rgba(255,255,255,.12)!important;color:#f5f7fb!important;box-shadow:inset 0 1px 2px rgba(0,0,0,.22)!important}
html[data-theme="dark"] .comment-form-wrap input::placeholder,html[data-theme="dark"] .comment-form-wrap textarea::placeholder{color:#7f8aa0!important}
html[data-theme="dark"] .comment-form-wrap input:focus,html[data-theme="dark"] .comment-form-wrap textarea:focus,html[data-theme="dark"] .comment-form-wrap select:focus{border-color:rgba(254,2,2,.55)!important;box-shadow:0 0 0 4px rgba(254,2,2,.14)!important;background:#0b1522!important}
html[data-theme="dark"] .comment-form-wrap .boutons input,html[data-theme="dark"] .comment-form-wrap .boutons button,html[data-theme="dark"] .comment-form-wrap .submit{color:#fff!important}
html[data-theme="dark"] .article-body-ref strong,html[data-theme="dark"] .article-body-ref b,html[data-theme="dark"] .article-body-ref h2,html[data-theme="dark"] .article-body-ref h3,html[data-theme="dark"] .article-body-ref h4,html[data-theme="dark"] .article-body-ref h5,html[data-theme="dark"] .article-body-ref h6,html[data-theme="dark"] .article-standfirst-text,html[data-theme="dark"] .meta-badge strong,html[data-theme="dark"] .comment-author,html[data-theme="dark"] .section-head-inline h2,html[data-theme="dark"] .section-head h2,html[data-theme="dark"] .footer-refined h4{color:#f5f7fb!important}
html[data-theme="dark"] .article-body-ref blockquote{background:#121923;border-left:4px solid var(--accent);color:#dce4ee}
html[data-theme="dark"] .article-body-ref hr{border-color:rgba(255,255,255,.1)}
html[data-theme="dark"] .meta-badge,html[data-theme="dark"] .author-avatar,html[data-theme="dark"] .comment-avatar,html[data-theme="dark"] .badge,html[data-theme="dark"] .page-surtitle,html[data-theme="dark"] .card-surtitle{box-shadow:none}
html[data-theme="dark"] .comment-form input::placeholder,html[data-theme="dark"] .comment-form textarea::placeholder,html[data-theme="dark"] input::placeholder,html[data-theme="dark"] textarea::placeholder{color:#8190a3}
html[data-theme="dark"] .theme-toggle{border-color:rgba(255,255,255,.18);background:#171f2a}

/* v30 dark mode, share rail, latest strip and rubrique fixes */
.share-label-vertical{display:flex;flex-direction:column;align-items:center;gap:8px;color:#222630}
.share-label-vertical .share-count{display:inline-flex;align-items:center;justify-content:center;min-width:74px;padding:6px 10px;border-radius:999px;background:#f3f5f8;color:#616978;font-size:11px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}
.share-buttons{display:grid;gap:12px}
.share-buttons a,.share-buttons button{display:inline-flex;align-items:center;justify-content:center;width:64px;height:54px;border-radius:14px;border:1px solid #e8ecf2;background:linear-gradient(180deg,#fff 0%,#f7f9fc 100%);color:#5a6780;box-shadow:0 10px 24px rgba(17,20,31,.06);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease,color .2s ease;cursor:pointer}
.share-buttons a:hover,.share-buttons button:hover{transform:translateY(-2px);border-color:rgba(254,2,2,.26);color:var(--accent);box-shadow:0 14px 28px rgba(17,20,31,.12)}
.share-buttons a[aria-label="facebook"]{color:#1877f2}.share-buttons a[aria-label="x"]{color:#111}.share-buttons a[aria-label="linkedin"]{color:#0a66c2}.share-buttons a[aria-label="whatsapp"]{color:#20b874}.share-copy-btn{color:#596579}.share-print-btn{color:#6d7fbe}
.share-buttons svg{width:22px;height:22px}
.latest-strip{background:#fff}.latest-label{box-shadow:inset 0 0 0 1px rgba(254,2,2,.05)}
.latest-links a{font-weight:900}.latest-links a:after{width:6px;height:6px}
html[data-theme="dark"] .latest-strip{background:#10161f;border-bottom-color:rgba(255,255,255,.08)}
html[data-theme="dark"] .latest-label{background:rgba(254,2,2,.14)!important;color:#fe0202!important;box-shadow:inset 0 0 0 1px rgba(254,2,2,.2)}
html[data-theme="dark"] .latest-track:after{background:linear-gradient(90deg,rgba(16,22,31,0),#10161f)}
html[data-theme="dark"] .latest-links a{color:#eef3fa!important}
html[data-theme="dark"] .latest-links a:hover{color:#fe0202!important}
html[data-theme="dark"] .share-label-vertical{color:#e7edf6!important}
html[data-theme="dark"] .share-label-vertical .share-count{background:#141d28!important;color:#a9b5c7!important;border:1px solid rgba(255,255,255,.08)}
html[data-theme="dark"] .share-buttons a,html[data-theme="dark"] .share-buttons button{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important;border-color:rgba(255,255,255,.1)!important;box-shadow:0 14px 28px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .share-buttons a:hover,html[data-theme="dark"] .share-buttons button:hover{border-color:rgba(254,2,2,.34)!important;box-shadow:0 18px 32px rgba(0,0,0,.36)!important}
html[data-theme="dark"] .share-buttons a[aria-label="facebook"]{color:#7fb2ff!important}
html[data-theme="dark"] .share-buttons a[aria-label="x"]{color:#f5f7fb!important}
html[data-theme="dark"] .share-buttons a[aria-label="linkedin"]{color:#68b1ff!important}
html[data-theme="dark"] .share-buttons a[aria-label="whatsapp"]{color:#4be3a0!important}
html[data-theme="dark"] .share-copy-btn{color:#c9d4e3!important}html[data-theme="dark"] .share-print-btn{color:#b9c7ff!important}
html[data-theme="dark"] .rubrique-feed article,html[data-theme="dark"] .archive-grid.rubrique-main-grid article{background:linear-gradient(180deg,#131a24 0%,#0e141d 100%)!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 16px 34px rgba(0,0,0,.26)!important}
html[data-theme="dark"] .rubrique-feed article h3 a,html[data-theme="dark"] .rubrique-feed article .author,html[data-theme="dark"] .rubrique-feed article .meta,html[data-theme="dark"] .rubrique-feed article .excerpt,html[data-theme="dark"] .rubrique-sidebar .sidebar-item h4 a,html[data-theme="dark"] .rubrique-sidebar .headline-item a,html[data-theme="dark"] .rubrique-sidebar .quick-links a{color:#edf2f8!important}
html[data-theme="dark"] .rubrique-feed article .excerpt,html[data-theme="dark"] .rubrique-feed article .meta,html[data-theme="dark"] .rubrique-sidebar .catline a{color:#aab5c5!important}
html[data-theme="dark"] .rubrique-loadmore-btn{background:linear-gradient(180deg,var(--accent) 0%,#fe0202 100%)!important;border-color:transparent!important;color:#fff!important;box-shadow:0 16px 28px rgba(254,2,2,.22)!important}
html[data-theme="dark"] .rubrique-sidebar .compact-box,html[data-theme="dark"] .rubrique-sidebar .compact-sidebar-card{background:linear-gradient(180deg,#131a24 0%,#0e141d 100%)!important;border-color:rgba(255,255,255,.08)!important}

/* v33 menu rouge en mode sombre + module en ce moment */
.latest-label{font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:none}
.moment-strip{background:#fff;border-bottom:1px solid var(--line)}
.moment-strip .container{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:18px;padding:10px 18px}
.moment-track:after{background:linear-gradient(90deg,rgba(255,255,255,0),#fff)}
.moment-links a{font-weight:900;color:#1a1d22}
.moment-links a:hover{color:var(--accent)}
.latest-strip .container,.moment-strip .container{padding-top:11px;padding-bottom:11px}
html[data-theme="dark"] .menuwrap{background:#fe0202!important;border-bottom-color:rgba(255,255,255,.16)!important}
html[data-theme="dark"] .menu-drawer{background:#d80000!important;border-bottom-color:rgba(255,255,255,.14)!important}
html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .header-search-link,html[data-theme="dark"] .social-icons a,html[data-theme="dark"] .menu-tools .theme-toggle{color:#fff!important}
html[data-theme="dark"] .mainmenu a.is-hot,html[data-theme="dark"] .mainmenu a:hover{color:#fff!important;opacity:1}
html[data-theme="dark"] .mainmenu a:after{background:#fff!important}
html[data-theme="dark"] .menu-burger{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.2)!important;color:#fff!important}
html[data-theme="dark"] .theme-toggle{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.2)!important;color:#fff!important}
html[data-theme="dark"] .menu-burger span{background:#fff!important}
html[data-theme="dark"] .moment-strip,html[data-theme="dark"] .latest-strip{background:#10161f!important;border-bottom-color:rgba(255,255,255,.08)!important}
html[data-theme="dark"] .moment-track,html[data-theme="dark"] .latest-track,html[data-theme="dark"] .moment-links,html[data-theme="dark"] .latest-links{background:#10161f!important}
html[data-theme="dark"] .moment-track:after,html[data-theme="dark"] .latest-track:after{background:linear-gradient(90deg,rgba(16,22,31,0),#10161f)!important}
html[data-theme="dark"] .moment-links a,html[data-theme="dark"] .latest-links a{color:#edf2f8!important}
html[data-theme="dark"] .latest-label{background:rgba(254,2,2,.16)!important;border-color:rgba(254,2,2,.26)!important;color:#ffd7d7!important}
@media (max-width:860px){.moment-strip .container,.latest-strip .container{grid-template-columns:1fr;gap:10px}.moment-strip,.latest-strip{margin-top:0}.moment-strip .latest-label,.latest-strip .latest-label{justify-self:start}}

/* v34 footer, menu rouge #fe0202 et bouton thème en sidebar */
.menuwrap{background:#fe0202!important;border-bottom:0!important;box-shadow:0 12px 28px rgba(35,10,10,.12)!important}
.menuwrap .container{min-height:80px}
.menu-drawer{background:#e10202!important;border-bottom:0!important;box-shadow:0 18px 32px rgba(35,10,10,.18)!important}
.mainmenu a.is-hot:after,.mainmenu a:hover:after{background:#fff!important}
html[data-theme="dark"] .menuwrap{background:#fe0202!important;border-bottom:0!important;box-shadow:0 12px 28px rgba(0,0,0,.24)!important}
html[data-theme="dark"] .menu-drawer{background:#e10202!important;border-bottom:0!important;box-shadow:0 18px 32px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .header-search-link,html[data-theme="dark"] .social-icons a,html[data-theme="dark"] .menu-tools .theme-toggle{color:#fff!important}
html[data-theme="dark"] .mainmenu a.is-hot:after,html[data-theme="dark"] .mainmenu a:hover:after{background:#fff!important}

.footer-refined{position:relative;background:linear-gradient(180deg,#0a111a 0%,#070d14 100%);border-top:4px solid #fe0202;color:#d7dee9}
.footer-refined:before{content:"";position:absolute;inset:0 0 auto 0;height:1px;background:rgba(255,255,255,.08)}
.footer-inner{display:grid;grid-template-columns:minmax(260px,1.2fr) .95fr .75fr .75fr;gap:34px;padding:34px 0 26px}
.footer-brand{display:grid;gap:12px;align-content:start}
.footer-brand img{height:52px;width:auto}
.footer-brand small{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:#f6f8fb;font-weight:800}
.footer-description{max-width:48ch;margin:0;color:#c4cddd;line-height:1.75;font-size:16px}
.footer-links-col h4{margin:0 0 14px;font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:#f7f9fc;font-weight:900}
.footer-links-list{display:grid;gap:12px}
.footer-links-list-columns{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:18px;row-gap:12px}
.footer-links-list a{display:inline-flex;align-items:center;gap:10px;color:#d7dee9;font-weight:700;line-height:1.4}
.footer-links-list a:before{content:"";width:5px;height:5px;border-radius:999px;background:#fe0202;flex:0 0 5px;box-shadow:0 0 0 6px rgba(254,2,2,.08)}
.footer-links-list a:hover{color:#fff}
.footer-socials{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}
.footer-socials a{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.02);color:#fff}
.footer-socials a:hover{border-color:rgba(254,2,2,.36);background:rgba(254,2,2,.12);color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.16)}
.footer-bottom-inner{display:flex;justify-content:center;padding:16px 0}
.footer-bottom p{margin:0;text-align:center;font-size:14px;line-height:1.6;color:#c9d2df}
.footer-bottom a{color:#fff;font-weight:800}
.footer-bottom a:hover{color:#fff}
html[data-theme="dark"] .footer-refined{background:linear-gradient(180deg,#071018 0%,#04080e 100%);color:#d7dee9}
html[data-theme="dark"] .footer-links-list a,html[data-theme="dark"] .footer-description,html[data-theme="dark"] .footer-bottom p{color:#d7dee9!important}
html[data-theme="dark"] .footer-socials a{border-color:rgba(255,255,255,.12)!important;background:rgba(255,255,255,.02)!important;color:#fff!important}
html[data-theme="dark"] .footer-socials a:hover{background:rgba(254,2,2,.14)!important;border-color:rgba(254,2,2,.4)!important}

.sidebar-theme-module,.home-theme-module{overflow:hidden}
.sidebar-theme-box{display:grid;gap:14px;padding:18px 20px;background:linear-gradient(180deg,#fff 0%,#fbfcfe 100%)}
.sidebar-theme-box p{margin:0;color:#5c6472;line-height:1.65;font-size:14px}
.sidebar-theme-toggle{width:100%!important;height:52px!important;border-radius:16px!important;grid-template-columns:24px 1fr;justify-content:start!important;gap:12px;padding:0 16px!important;background:linear-gradient(180deg,#fe0202 0%,#fe0202 100%)!important;border:0!important;box-shadow:0 14px 28px rgba(254,2,2,.24)!important;color:#fff!important}
.sidebar-theme-toggle:hover{background:linear-gradient(180deg,#ff1919 0%,#fe0202 100%)!important;transform:translateY(-2px)!important}
.sidebar-theme-toggle .sidebar-theme-toggle-icon{position:relative;display:inline-grid;place-items:center;width:22px;height:22px}
.sidebar-theme-toggle .sidebar-theme-toggle-icon svg{position:absolute;width:18px;height:18px}
.sidebar-theme-toggle .theme-toggle-sun{opacity:0;transform:scale(.72) rotate(-35deg)}
html[data-theme="dark"] .sidebar-theme-toggle .theme-toggle-moon{opacity:0;transform:scale(.72) rotate(35deg)}
html[data-theme="dark"] .sidebar-theme-toggle .theme-toggle-sun{opacity:1;transform:scale(1) rotate(0)}
.sidebar-theme-toggle-label{font-size:14px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.site-sidebar-unified .sidebar-theme-module .module-tag::after,.rubrique-sidebar .sidebar-theme-module .module-tag::after{background:#fff}
html[data-theme="dark"] .sidebar-theme-box{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important}
html[data-theme="dark"] .sidebar-theme-box p{color:#b8c3d2!important}
html[data-theme="dark"] .sidebar-theme-toggle{box-shadow:0 16px 30px rgba(0,0,0,.3)!important}

@media (max-width:1180px){.footer-inner{grid-template-columns:1fr 1fr}.footer-brand-col{grid-column:1/-1}}
@media (max-width:760px){.footer-inner{grid-template-columns:1fr;gap:24px;padding:28px 0 20px}.footer-links-list-columns{grid-template-columns:1fr 1fr}.footer-brand img{height:46px}.footer-description{font-size:15px}.footer-bottom-inner{padding:14px 0}.footer-bottom p{font-size:13px}.sidebar-theme-box{padding:16px}}

/* v44 pages intérieures unifiées : sidebar, contact, recherche */
.interior-page-wrap{padding-top:26px;padding-bottom:34px}
.interior-layout-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px;align-items:start}
.interior-main-content{display:grid;gap:22px;min-width:0}
.interior-sidebar{display:grid;gap:22px}
.interior-sidebar .side-module{background:var(--card);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);overflow:hidden}
.interior-hero-card,.editorial-panel{background:var(--card);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);padding:28px 30px}
.interior-hero-card h1,.editorial-panel h2{margin:0 0 10px;line-height:1.02;letter-spacing:-.04em}
.interior-hero-card h1{font-size:44px}
.interior-hero-text,.editorial-panel p{color:var(--muted);font-size:17px;line-height:1.78}
.panel-kicker,.page-surtitle{display:inline-flex;align-items:center;gap:12px;margin-bottom:16px;color:#fe0202;font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}
.panel-kicker:before,.page-surtitle:before{content:"";width:48px;height:4px;border-radius:999px;background:#fe0202}
.interior-hero-pills,.search-shortcuts-chips,.contact-highlight-list,.contact-checklist{display:flex;flex-wrap:wrap;gap:10px}
.interior-hero-pills span,.search-shortcuts-chips a,.contact-highlight-list li,.contact-checklist li,.search-chip{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 16px;border-radius:999px;border:1px solid rgba(254,2,2,.16);background:#fff5f5;color:#7f1d1d;font-size:13px;font-weight:800}
.contact-info-grid,.editorial-panels-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.contact-checklist,.contact-highlight-list{padding:0;margin:14px 0 0;list-style:none}
.panel-linkline a{display:inline-flex;align-items:center;gap:10px;font-weight:900;color:#fe0202}
.contact-guidelines-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:16px}
.contact-guidelines-grid article{padding:18px;border-radius:18px;background:var(--bg-soft);border:1px solid var(--line)}
.contact-guidelines-grid strong{display:block;margin-bottom:10px;font-size:15px;letter-spacing:-.02em}
.contact-form-shell-enhanced{padding:22px;border-radius:24px;background:linear-gradient(180deg,#fff, #fbfcfe);border:1px solid var(--line)}
.contact-form-wrap-enhanced{display:grid;gap:16px}
.contact-form-wrap-enhanced form{display:grid;gap:16px}
.contact-form-wrap-enhanced fieldset{margin:0;padding:18px;border:1px solid var(--line);border-radius:20px;background:var(--card)}
.contact-form-wrap-enhanced .editer,.contact-form-wrap-enhanced .fieldset .editer{margin-bottom:14px}
.contact-form-wrap-enhanced label{display:block;margin-bottom:8px;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#2a313d}
.contact-form-wrap-enhanced input,.contact-form-wrap-enhanced textarea,.contact-form-wrap-enhanced select{width:100%;border:1px solid var(--line-strong);border-radius:16px;padding:14px 16px;background:#fff;color:var(--text)}
.contact-form-wrap-enhanced textarea{min-height:180px;resize:vertical}
.contact-form-wrap-enhanced .boutons{display:flex;justify-content:flex-start}
.contact-form-wrap-enhanced .submit,.contact-form-wrap-enhanced button{display:inline-flex;align-items:center;justify-content:center;min-width:220px;min-height:52px;padding:0 24px;border:0;border-radius:999px;background:#fe0202;color:#fff;font-weight:900;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 16px 32px rgba(254,2,2,.22)}
.search-hero-card{gap:18px}
.search-form-pro{display:grid;gap:14px;margin-top:18px}
.search-form-mainline{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px}
.search-form-pro input[type="search"]{height:58px;padding:0 18px;border:1px solid var(--line-strong);border-radius:18px;background:var(--card);font-size:17px}
.search-submit-primary{min-width:220px;height:58px;border:0;border-radius:18px;background:#fe0202;color:#fff;font-weight:900;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 18px 34px rgba(254,2,2,.24)}
.search-form-tools{display:flex;flex-wrap:wrap;gap:10px}
.search-tool-btn,.search-tool-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;border:1px solid var(--line);background:var(--bg-soft);color:var(--text);font-size:13px;font-weight:800}
.search-tool-link{border-color:rgba(254,2,2,.18);background:#fff5f5;color:#fe0202}
.search-shortcuts-panel{display:grid;gap:12px;padding:18px;border-radius:22px;background:linear-gradient(180deg,#fff,#fbfcfe);border:1px solid var(--line)}
.search-shortcuts-panel strong{font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:#1a2230}
.search-metrics-row-enhanced{margin:0}
.search-results-panel .search-block-head,.search-block-taxonomy .search-block-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}
.search-results-panel .search-block-head span,.search-block-taxonomy .search-block-head span{font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#fe0202}
.search-grid-editorial{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.search-card-editorial{background:var(--card);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:16px;display:grid;gap:12px}
.search-card-editorial .thumb{border-radius:18px;overflow:hidden}
.search-card-topline{display:flex;align-items:center;justify-content:space-between;gap:12px}
.search-card-topline .search-score{font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#fe0202}
.search-card-editorial h3{margin:0;font-size:30px;line-height:1.08;letter-spacing:-.04em}
.search-card-editorial .excerpt{margin:0;color:var(--muted)}
.search-card-editorial .search-meta{display:flex;flex-wrap:wrap;gap:12px;color:#6f7682;font-size:14px;font-weight:700}
.search-empty-card h2{font-size:34px}
.search-chip-grid{display:flex;flex-wrap:wrap;gap:10px}
.site-sidebar-unified .social-grid-ref{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:18px 20px}
.site-sidebar-unified .social-grid-ref a{display:flex;align-items:center;gap:12px;min-height:56px;padding:0 16px;border-radius:16px;background:var(--bg-soft);border:1px solid var(--line);font-weight:800;color:var(--text)}
.site-sidebar-unified .social-grid-ref .icon{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:999px;background:#fff;color:#fe0202;border:1px solid rgba(254,2,2,.16)}
.site-sidebar-unified .sidebar-item-ref{display:grid;grid-template-columns:88px 1fr;gap:14px;padding:16px 18px;border-top:1px solid var(--line)}
.site-sidebar-unified .sidebar-item-ref .thumb{overflow:hidden;border-radius:16px}
.site-sidebar-unified .sidebar-item-ref .thumb img{width:100%;height:100%;object-fit:cover}
.site-sidebar-unified .sidebar-item-ref h4{margin:0;font-size:21px;line-height:1.14;letter-spacing:-.03em}
.site-sidebar-unified .card-surtitle{margin-top:8px;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#fe0202}
.site-sidebar-unified .sidebar-item-mostread-ref{grid-template-columns:54px 1fr !important;padding-left:16px !important}
.site-sidebar-unified .sidebar-item-mostread-ref .mostread-rank-ref{align-self:start}
.site-sidebar-unified .sidebar-item-mostread-ref h4{font-size:18px !important}
html[data-theme="dark"] .interior-hero-card,html[data-theme="dark"] .editorial-panel,html[data-theme="dark"] .contact-form-shell-enhanced,html[data-theme="dark"] .search-shortcuts-panel{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important;border-color:rgba(255,255,255,.08)!important;box-shadow:0 16px 34px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .interior-hero-text,html[data-theme="dark"] .editorial-panel p,html[data-theme="dark"] .contact-form-intro,html[data-theme="dark"] .search-card-editorial .excerpt{color:#b8c3d2!important}
html[data-theme="dark"] .interior-hero-pills span,html[data-theme="dark"] .search-shortcuts-chips a,html[data-theme="dark"] .contact-highlight-list li,html[data-theme="dark"] .contact-checklist li,html[data-theme="dark"] .search-chip,html[data-theme="dark"] .search-tool-btn{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .search-tool-link{background:rgba(254,2,2,.12)!important;border-color:rgba(254,2,2,.28)!important;color:#ffd8d8!important}
html[data-theme="dark"] .contact-guidelines-grid article,html[data-theme="dark"] .site-sidebar-unified .social-grid-ref a{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .site-sidebar-unified .social-grid-ref .icon{background:#0d141d!important;border-color:rgba(254,2,2,.22)!important;color:#fff!important}
html[data-theme="dark"] .contact-form-wrap-enhanced fieldset,html[data-theme="dark"] .contact-form-wrap-enhanced input,html[data-theme="dark"] .contact-form-wrap-enhanced textarea,html[data-theme="dark"] .contact-form-wrap-enhanced select,html[data-theme="dark"] .search-form-pro input[type="search"],html[data-theme="dark"] .search-card-editorial{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .contact-form-wrap-enhanced label,html[data-theme="dark"] .search-shortcuts-panel strong{color:#edf2f8!important}
@media (max-width:1180px){.interior-layout-grid{grid-template-columns:1fr}.interior-sidebar{order:2}.contact-info-grid,.editorial-panels-grid,.contact-guidelines-grid,.search-grid-editorial{grid-template-columns:1fr 1fr}}
@media (max-width:760px){.interior-page-wrap{padding-top:18px}.interior-hero-card,.editorial-panel{padding:22px 18px}.interior-hero-card h1{font-size:34px}.search-form-mainline,.contact-info-grid,.editorial-panels-grid,.contact-guidelines-grid,.search-grid-editorial,.site-sidebar-unified .social-grid-ref{grid-template-columns:1fr}.search-submit-primary,.contact-form-wrap-enhanced .submit,.contact-form-wrap-enhanced button{min-width:0;width:100%}.site-sidebar-unified .sidebar-item-ref{grid-template-columns:76px 1fr}.site-sidebar-unified .sidebar-item-ref h4{font-size:18px}}

/* v60 home sections align strictly with top grid */
.page-home .home-wrap-tight > .home-bottom-shell{display:block!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;box-sizing:border-box!important}
.page-home .home-wrap-tight > .home-bottom-shell > .section,
.page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin:0 0 34px 0!important;
  padding:0!important;
  box-sizing:border-box!important;
}
.page-home .home-wrap-tight > .home-bottom-shell > .section:last-child{margin-bottom:0!important}
.page-home .home-wrap-tight > .home-bottom-shell .home-mostread-editorial-section,
.page-home .home-wrap-tight > .home-bottom-shell .home-mostread-editorial-grid,
.page-home .home-wrap-tight > .home-bottom-shell .section-head,
.page-home .home-wrap-tight > .home-bottom-shell .rub-grid{
  max-width:100%!important;
}
@media (max-width:860px){
  .page-home .home-wrap-tight > .home-bottom-shell > .section,
  .page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
  .page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
  .page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{margin-bottom:28px!important}
}

/* v61 final home boxed alignment */
.page-home .home-wrap-tight > .home-bottom-shell{
  width:calc(100% - 36px)!important;
  max-width:calc(var(--container) - 36px)!important;
  margin:0 auto!important;
  padding:0!important;
  box-sizing:border-box!important;
}
.page-home .home-wrap-tight > .home-bottom-shell > .section,
.page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{
  width:100%!important;
  max-width:100%!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:0!important;
  padding-right:0!important;
}
@media (max-width:860px){
  .page-home .home-wrap-tight > .home-bottom-shell{
    width:calc(100% - 28px)!important;
    max-width:calc(100% - 28px)!important;
  }
}

.page-surtitle,.article-surtitle-ref,.card-surtitle,.rubrique-surtitle,.quick-link-surtitle{display:block;color:var(--accent);font-size:12px;line-height:1.15;font-weight:900;letter-spacing:.14em;text-transform:uppercase;margin:0 0 8px}
.rubrique-surtitle{margin-bottom:6px}
.quick-link-surtitle{font-size:10px;letter-spacing:.12em;margin:0 0 4px}
.quick-link-title{display:block}
.rub-block-head > div{display:block}
.rub-feature .card-surtitle,.rub-mini .card-surtitle,.compact-card .card-surtitle,.sidebar-item .card-surtitle,.sidebar-item-ref .card-surtitle,.mostread-card .card-surtitle{margin-bottom:8px}
.mostread-module .module-tag,.home-mostread-section .section-head h2:before{background:var(--accent)}
.mostread-module .sidebar-list-ref{gap:14px}
.sidebar-item-mostread-ref{position:relative;grid-template-columns:72px 104px 1fr;gap:18px;align-items:stretch;padding:18px;border:1px solid rgba(254,2,2,.1);border-radius:22px;background:linear-gradient(180deg,#fff 0%,#fff8f8 100%);box-shadow:0 12px 30px rgba(21,26,32,.05)}
.sidebar-item-mostread-ref + .sidebar-item-mostread-ref{margin-top:0}
.sidebar-item-mostread-ref .thumb{align-self:stretch}
.sidebar-item-mostread-ref .thumb img{height:100%;min-height:104px;border-radius:14px}
.sidebar-rank-ref{position:relative;display:flex;align-items:center;justify-content:center;min-height:104px;border-radius:18px;background:linear-gradient(180deg,#fff1f1 0%,#ffe2e2 100%);border:1px solid rgba(254,2,2,.16);box-shadow:inset 0 1px 0 rgba(255,255,255,.75)}
.sidebar-rank-ref span{display:block;font-size:40px;line-height:1;font-weight:950;letter-spacing:-.07em;color:var(--accent)}
.sidebar-rank-ref::before{content:"";position:absolute;top:12px;left:12px;width:18px;height:3px;border-radius:999px;background:var(--accent)}
.sidebar-rank-ref::after{content:"lu";position:absolute;left:12px;bottom:12px;font-size:10px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:#a34d55;background:none;width:auto;height:auto;margin:0}
.sidebar-item-mostread-ref .sidebar-item-body{display:flex;flex-direction:column;justify-content:center;min-width:0}
.sidebar-item-mostread-ref h4{font-size:21px;line-height:1.14;letter-spacing:-.03em}
.mostread-meta-ref{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#7a818c}
.mostread-meta-ref .mostread-label{display:inline-flex;align-items:center;gap:8px;color:#222831}
.mostread-meta-ref .mostread-label::before{content:"";width:8px;height:8px;border-radius:999px;background:var(--accent);box-shadow:0 0 0 4px rgba(254,2,2,.12)}
.home-mostread-section{padding:8px 18px 0;max-width:var(--container);margin:0 auto 34px}
.mostread-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px}
.mostread-card{position:relative;display:grid;grid-template-rows:auto 1fr;background:#fff;border:1px solid rgba(254,2,2,.1);border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}
.mostread-rank-home{position:absolute;top:14px;left:14px;z-index:2;display:inline-flex;align-items:center;justify-content:center;min-width:52px;height:52px;padding:0 10px;border-radius:16px;background:rgba(254,2,2,.95);box-shadow:0 10px 22px rgba(254,2,2,.24)}
.mostread-rank-home span{font-size:26px;line-height:1;font-weight:950;letter-spacing:-.06em;color:#fff}
.mostread-card .thumb{aspect-ratio:16/11;border-radius:0;background:#f4f6f8}
.mostread-card .thumb img{width:100%;height:100%;object-fit:cover}
.mostread-card-body{display:flex;flex-direction:column;padding:18px 18px 20px}
.mostread-card h3{margin:0;font-size:23px;line-height:1.12;letter-spacing:-.03em}
.mostread-card .meta{margin-top:auto;padding-top:14px;font-size:12px;color:#707784}
.article-meta-badges{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.meta-badge{display:flex;align-items:flex-start;padding:14px 16px;border-radius:20px}
.meta-badge span{display:block}
.meta-badge span em{display:block;font-style:normal;font-size:15px;line-height:1.4;color:#1d2229;font-weight:850}
.meta-badge span small{display:block;margin-top:3px;font-size:12px;line-height:1.35;color:#6e7581;font-weight:700}
@media (max-width:1240px){.mostread-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:1080px){.sidebar-item-mostread-ref{grid-template-columns:64px 96px 1fr}.sidebar-rank-ref,.sidebar-item-mostread-ref .thumb img{min-height:96px}.mostread-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:720px){.sidebar-item-mostread-ref{grid-template-columns:58px 84px 1fr;gap:14px;padding:14px;border-radius:18px}.sidebar-rank-ref,.sidebar-item-mostread-ref .thumb img{min-height:84px}.sidebar-rank-ref span{font-size:32px}.sidebar-item-mostread-ref h4{font-size:18px}.mostread-grid{grid-template-columns:1fr}.mostread-card-body{padding:16px}.mostread-card h3{font-size:21px}.meta-badge span em{font-size:14px}}

.article-title-ref,.article-body-ref h2,.article-body-ref h3,.article-body-ref h4,.article-body-ref h5,.article-body-ref h6{max-width:none !important;width:100% !important}
.article-meta-strip{margin:0 0 18px !important}
.article-authorbox{display:grid !important;grid-template-columns:52px minmax(0,1fr) !important;align-items:center !important;gap:12px !important;padding:12px 14px !important;border-radius:14px !important}
.author-avatar{width:52px !important;height:52px !important;flex-basis:52px !important}
.author-lines{display:grid !important;grid-template-columns:minmax(110px,max-content) minmax(0,1fr) !important;align-items:center !important;column-gap:12px !important;row-gap:0 !important;min-width:0 !important}
.author-mainline{min-width:0 !important}
.author-mainline strong{font-size:16px !important;white-space:nowrap !important}
.article-meta-badges{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:8px !important;min-width:0 !important;overflow:visible !important}
.meta-badge{display:flex !important;align-items:center !important;min-width:0 !important;min-height:40px !important;padding:8px 10px !important;border-radius:14px !important;gap:8px !important;white-space:normal !important}
.meta-badge svg{width:15px !important;height:15px !important;flex:0 0 15px !important;margin-top:0 !important}
.meta-badge span{display:grid !important;gap:1px !important;min-width:0 !important}
.meta-badge strong,.meta-badge em,.meta-badge small{display:block !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}
.meta-badge strong{font-size:10px !important;line-height:1.1 !important;letter-spacing:.05em !important;text-transform:uppercase !important;color:#7a808a !important}
.meta-badge em{font-size:12px !important;line-height:1.2 !important;font-style:normal !important;color:#1f232a !important;font-weight:850 !important}
.meta-badge small,.meta-read span{font-size:11px !important;line-height:1.2 !important;color:#6c7380 !important;font-weight:700 !important}
.meta-read span{display:block !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}
.article-standfirst-text,.js-article-body > p:first-of-type{font-weight:800 !important}
.article-standfirst-text .dropcap-letter,.js-article-body > p:first-of-type .dropcap-letter{float:left;display:inline-block;margin:.04em .12em 0 0;font-size:4.2em;line-height:.74;font-weight:950;color:var(--accent);text-transform:uppercase}
.mostread-list-ref{display:grid !important;gap:12px !important}
.sidebar-item-mostread-ref{display:grid !important;grid-template-columns:56px minmax(0,1fr) !important;align-items:start !important;gap:14px !important;padding:14px 16px !important;border:1px solid rgba(254,2,2,.12) !important;border-radius:18px !important;background:linear-gradient(180deg,#fff 0%,#fff7f7 100%) !important;box-shadow:0 10px 24px rgba(18,22,34,.05) !important}
.mostread-rank-ref{display:flex !important;align-items:flex-start !important;justify-content:center !important;text-decoration:none !important}
.mostread-rank-ref span{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:42px !important;height:42px !important;border-radius:14px !important;background:linear-gradient(180deg,var(--accent) 0%,#fe0202 100%) !important;color:#fff !important;font-size:20px !important;font-weight:900 !important;box-shadow:0 10px 18px rgba(254,2,2,.22) !important}
.sidebar-item-mostread-ref .sidebar-item-body{display:grid !important;gap:6px !important;min-width:0 !important}
.mostread-kicker-ref,.mostread-kicker-ref a{font-size:11px !important;line-height:1.2 !important;font-weight:900 !important;letter-spacing:.08em !important;text-transform:uppercase !important;color:var(--accent) !important}
.sidebar-item-mostread-ref .card-surtitle{margin:0 !important;font-size:11px !important}
.sidebar-item-mostread-ref h4{margin:0 !important;font-size:18px !important;line-height:1.22 !important;letter-spacing:-.02em !important}
.sidebar-item-mostread-ref h4 a{display:block !important}
.mostread-meta-ref{display:flex !important;align-items:center !important;gap:8px !important;flex-wrap:wrap !important;font-size:11px !important;font-weight:800 !important;color:#6d7480 !important;text-transform:none !important;letter-spacing:0 !important}
.mostread-meta-ref .mostread-label{display:inline-flex !important;align-items:center !important;gap:6px !important;color:var(--accent) !important}
.mostread-meta-ref .mostread-label::before{content:"";width:6px;height:6px;border-radius:999px;background:var(--accent)}
@media (max-width:1080px){.author-lines{grid-template-columns:1fr !important;row-gap:8px !important}.article-meta-badges{grid-template-columns:repeat(3,minmax(0,1fr)) !important}.sidebar-item-mostread-ref{grid-template-columns:52px minmax(0,1fr) !important}}
@media (max-width:720px){.article-authorbox{grid-template-columns:44px minmax(0,1fr) !important}.author-avatar{width:44px !important;height:44px !important;flex-basis:44px !important}.article-meta-badges{grid-template-columns:1fr !important}.meta-badge strong,.meta-badge em,.meta-badge small{white-space:normal !important;overflow:visible !important}.article-standfirst-text .dropcap-letter,.js-article-body > p:first-of-type .dropcap-letter{font-size:3.5em !important}.sidebar-item-mostread-ref{grid-template-columns:46px minmax(0,1fr) !important;padding:12px 14px !important}.mostread-rank-ref span{width:36px !important;height:36px !important;font-size:17px !important}}

/* footer conventionnel et mode sombre renforcé */
.footer.footer-refined{margin-top:52px;background:#11151c;border-top:4px solid var(--accent);padding:0;border-radius:0!important}
.footer-refined .footer-inner{position:relative;grid-template-columns:minmax(0,1.45fr) minmax(190px,.75fr) minmax(190px,.75fr);gap:28px;padding:26px 0 20px}
.footer-refined .footer-inner:before{display:none}
.footer-refined .footer-brand-col,.footer-refined .footer-links-col{background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0}
.footer-refined .footer-brand{margin-bottom:10px;gap:8px}
.footer-refined .footer-brand img{height:44px;max-width:220px;filter:brightness(1.02)}
.footer-refined .footer-brand small{color:rgba(255,255,255,.62)}
.footer-refined .footer-brand small:before{box-shadow:none;background:var(--accent)}
.footer-refined .footer-description{margin:0 0 14px;max-width:60ch;color:rgba(255,255,255,.78);font-size:14px;line-height:1.7}
.footer-refined h4{margin:0 0 12px;color:#fff;font-size:11px;letter-spacing:.18em}
.footer-refined h4:before{width:22px;height:2px;border-radius:0;background:var(--accent)}
.footer-refined .footer-links-list{gap:2px}
.footer-refined .footer-links-list a{padding:8px 0 8px 16px;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;color:rgba(255,255,255,.8)!important}
.footer-refined .footer-links-list a:before{left:0;top:11px;bottom:11px;width:3px;border-radius:0;background:rgba(254,2,2,.9)}
.footer-refined .footer-links-list a:hover{transform:none;color:#fff!important;text-decoration:none}
.footer-refined .footer-links-list a:hover:before{transform:none;background:#fff}
.footer-refined .footer-socials{gap:8px;margin-top:4px!important}
.footer-refined .footer-socials a{width:38px;height:38px;border-radius:0;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.03)!important;color:#fff;box-shadow:none}
.footer-refined .footer-socials a:hover{background:var(--accent)!important;border-color:var(--accent);transform:none}
.footer-refined .footer-bottom{background:#0a0d12;border-top:1px solid rgba(255,255,255,.1)}
.footer-refined .footer-bottom-inner{padding:12px 0}
.footer-refined .footer-bottom p{font-size:12px;line-height:1.65;color:rgba(255,255,255,.72)}
.footer-refined .footer-bottom a{color:#fff;border:0;text-decoration:none;font-weight:800}
.footer-refined .footer-bottom a:hover{color:#fff;text-decoration:underline}
@media (max-width:860px){.footer-refined .footer-inner{grid-template-columns:1fr;gap:18px;padding:22px 0 18px}}

html[data-theme="dark"] .menuwrap,html[data-theme="dark"] .menu-drawer,html[data-theme="dark"] .latest-track,html[data-theme="dark"] .search-hero form,html[data-theme="dark"] .pagination a,html[data-theme="dark"] .pagination .on,html[data-theme="dark"] .ajax-pager a,html[data-theme="dark"] .comment-form-wrap,html[data-theme="dark"] .comments-refined,html[data-theme="dark"] .comments-shell,html[data-theme="dark"] .comment-form,html[data-theme="dark"] .section-head-inline,html[data-theme="dark"] .section-head,html[data-theme="dark"] .home-mostread-inline-section,html[data-theme="dark"] .home-mostread-editorial-section,html[data-theme="dark"] .home-mostread-editorial-grid,html[data-theme="dark"] .lireaussi-refined,html[data-theme="dark"] .read-more-card,html[data-theme="dark"] .mostread-card-editorial,html[data-theme="dark"] .sidebar-item-mostread-ref,html[data-theme="dark"] .comment-form input,html[data-theme="dark"] .comment-form textarea,html[data-theme="dark"] .comment-form select{border-color:rgba(255,255,255,.09)!important}
html[data-theme="dark"] p,html[data-theme="dark"] li,html[data-theme="dark"] dd,html[data-theme="dark"] dt,html[data-theme="dark"] figcaption,html[data-theme="dark"] .article-body-ref blockquote,html[data-theme="dark"] .article-body-ref li,html[data-theme="dark"] .article-meta-strip,html[data-theme="dark"] .article-breadcrumb-ref,html[data-theme="dark"] .comment-item p,html[data-theme="dark"] .comment-form label,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .rub-card-meta,html[data-theme="dark"] .home-mostread-lead p,html[data-theme="dark"] .sidebar-item-body p,html[data-theme="dark"] .search-card-advanced p,html[data-theme="dark"] .contact-form-wrap p{color:var(--muted)!important}
html[data-theme="dark"] a,html[data-theme="dark"] .article-body-ref a,html[data-theme="dark"] .page-card a,html[data-theme="dark"] .author-card a,html[data-theme="dark"] .sidebar-module a,html[data-theme="dark"] .rub-feature a,html[data-theme="dark"] .rub-mini a,html[data-theme="dark"] .compact-card a{color:inherit}
html[data-theme="dark"] .article-body-ref a,html[data-theme="dark"] .footer-refined a:hover,html[data-theme="dark"] .mainmenu a:hover,html[data-theme="dark"] .menu-drawer-nav a:hover,html[data-theme="dark"] .header-search-link:hover{color:#fff!important}
html[data-theme="dark"] .menuwrap{background:#121821;border-bottom-color:rgba(255,255,255,.08)}
html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .header-search-link{color:#edf2f7}
html[data-theme="dark"] .menu-burger{border-color:rgba(255,255,255,.12);background:#151c25;color:#fff}
html[data-theme="dark"] .menu-burger span{background:#fff}
html[data-theme="dark"] .home-mostread-card,html[data-theme="dark"] .home-mostread-lead,html[data-theme="dark"] .home-mostread-item,html[data-theme="dark"] .mostread-row,html[data-theme="dark"] .sidebar-item-mostread-ref,html[data-theme="dark"] .lireaussi-card,html[data-theme="dark"] .related-card,html[data-theme="dark"] .archive-feed article,html[data-theme="dark"] .rubrique-feed article,html[data-theme="dark"] .search-card-advanced,html[data-theme="dark"] .contact-form-wrap,html[data-theme="dark"] .comment-form-wrap{background:var(--card)!important;box-shadow:0 14px 32px rgba(0,0,0,.22)!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum,html[data-theme="dark"] .comment-form-wrap form{background:linear-gradient(180deg,#121923 0%,#0f151e 100%)!important;border-color:rgba(255,255,255,.12)!important;box-shadow:0 18px 40px rgba(0,0,0,.32)!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum fieldset,html[data-theme="dark"] .comment-form-wrap form fieldset{border-color:rgba(255,255,255,.14)!important;background:rgba(255,255,255,.02)!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum h3,html[data-theme="dark"] .comment-form-wrap form h3,html[data-theme="dark"] .comment-form-wrap .formulaire_forum legend,html[data-theme="dark"] .comment-form-wrap form legend{color:#ff5b5b!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum .session,html[data-theme="dark"] .comment-form-wrap form .session{background:rgba(255,255,255,.03)!important;border-color:rgba(255,255,255,.1)!important;color:#e8edf5!important}
html[data-theme="dark"] .comment-form-wrap label,html[data-theme="dark"] .comment-form-wrap .explication,html[data-theme="dark"] .comment-form-wrap .notice,html[data-theme="dark"] .comment-form-wrap .session,html[data-theme="dark"] .comment-form-wrap .session a,html[data-theme="dark"] .comment-form-wrap p{color:#cdd6e3!important}
html[data-theme="dark"] .comment-form-wrap input,html[data-theme="dark"] .comment-form-wrap textarea,html[data-theme="dark"] .comment-form-wrap select{background:#08111d!important;border-color:rgba(255,255,255,.12)!important;color:#f5f7fb!important;box-shadow:inset 0 1px 2px rgba(0,0,0,.22)!important}
html[data-theme="dark"] .comment-form-wrap input::placeholder,html[data-theme="dark"] .comment-form-wrap textarea::placeholder{color:#7f8aa0!important}
html[data-theme="dark"] .comment-form-wrap input:focus,html[data-theme="dark"] .comment-form-wrap textarea:focus,html[data-theme="dark"] .comment-form-wrap select:focus{border-color:rgba(254,2,2,.55)!important;box-shadow:0 0 0 4px rgba(254,2,2,.14)!important;background:#0b1522!important}
html[data-theme="dark"] .comment-form-wrap .boutons input,html[data-theme="dark"] .comment-form-wrap .boutons button,html[data-theme="dark"] .comment-form-wrap .submit{color:#fff!important}
html[data-theme="dark"] .article-body-ref strong,html[data-theme="dark"] .article-body-ref b,html[data-theme="dark"] .article-body-ref h2,html[data-theme="dark"] .article-body-ref h3,html[data-theme="dark"] .article-body-ref h4,html[data-theme="dark"] .article-body-ref h5,html[data-theme="dark"] .article-body-ref h6,html[data-theme="dark"] .article-standfirst-text,html[data-theme="dark"] .meta-badge strong,html[data-theme="dark"] .comment-author,html[data-theme="dark"] .section-head-inline h2,html[data-theme="dark"] .section-head h2,html[data-theme="dark"] .footer-refined h4{color:#f5f7fb!important}
html[data-theme="dark"] .article-body-ref blockquote{background:#121923;border-left:4px solid var(--accent);color:#dce4ee}
html[data-theme="dark"] .article-body-ref hr{border-color:rgba(255,255,255,.1)}
html[data-theme="dark"] .meta-badge,html[data-theme="dark"] .author-avatar,html[data-theme="dark"] .comment-avatar,html[data-theme="dark"] .badge,html[data-theme="dark"] .page-surtitle,html[data-theme="dark"] .card-surtitle{box-shadow:none}
html[data-theme="dark"] .comment-form input::placeholder,html[data-theme="dark"] .comment-form textarea::placeholder,html[data-theme="dark"] input::placeholder,html[data-theme="dark"] textarea::placeholder{color:#8190a3}
html[data-theme="dark"] .theme-toggle{border-color:rgba(255,255,255,.18);background:#171f2a}

/* v30 dark mode, share rail, latest strip and rubrique fixes */
.share-label-vertical{display:flex;flex-direction:column;align-items:center;gap:8px;color:#222630}
.share-label-vertical .share-count{display:inline-flex;align-items:center;justify-content:center;min-width:74px;padding:6px 10px;border-radius:999px;background:#f3f5f8;color:#616978;font-size:11px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}
.share-buttons{display:grid;gap:12px}
.share-buttons a,.share-buttons button{display:inline-flex;align-items:center;justify-content:center;width:64px;height:54px;border-radius:14px;border:1px solid #e8ecf2;background:linear-gradient(180deg,#fff 0%,#f7f9fc 100%);color:#5a6780;box-shadow:0 10px 24px rgba(17,20,31,.06);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease,color .2s ease;cursor:pointer}
.share-buttons a:hover,.share-buttons button:hover{transform:translateY(-2px);border-color:rgba(254,2,2,.26);color:var(--accent);box-shadow:0 14px 28px rgba(17,20,31,.12)}
.share-buttons a[aria-label="facebook"]{color:#1877f2}.share-buttons a[aria-label="x"]{color:#111}.share-buttons a[aria-label="linkedin"]{color:#0a66c2}.share-buttons a[aria-label="whatsapp"]{color:#20b874}.share-copy-btn{color:#596579}.share-print-btn{color:#6d7fbe}
.share-buttons svg{width:22px;height:22px}
.latest-strip{background:#fff}.latest-label{box-shadow:inset 0 0 0 1px rgba(254,2,2,.05)}
.latest-links a{font-weight:900}.latest-links a:after{width:6px;height:6px}
html[data-theme="dark"] .latest-strip{background:#10161f;border-bottom-color:rgba(255,255,255,.08)}
html[data-theme="dark"] .latest-label{background:rgba(254,2,2,.14)!important;color:#fe0202!important;box-shadow:inset 0 0 0 1px rgba(254,2,2,.2)}
html[data-theme="dark"] .latest-track:after{background:linear-gradient(90deg,rgba(16,22,31,0),#10161f)}
html[data-theme="dark"] .latest-links a{color:#eef3fa!important}
html[data-theme="dark"] .latest-links a:hover{color:#fe0202!important}
html[data-theme="dark"] .share-label-vertical{color:#e7edf6!important}
html[data-theme="dark"] .share-label-vertical .share-count{background:#141d28!important;color:#a9b5c7!important;border:1px solid rgba(255,255,255,.08)}
html[data-theme="dark"] .share-buttons a,html[data-theme="dark"] .share-buttons button{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important;border-color:rgba(255,255,255,.1)!important;box-shadow:0 14px 28px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .share-buttons a:hover,html[data-theme="dark"] .share-buttons button:hover{border-color:rgba(254,2,2,.34)!important;box-shadow:0 18px 32px rgba(0,0,0,.36)!important}
html[data-theme="dark"] .share-buttons a[aria-label="facebook"]{color:#7fb2ff!important}
html[data-theme="dark"] .share-buttons a[aria-label="x"]{color:#f5f7fb!important}
html[data-theme="dark"] .share-buttons a[aria-label="linkedin"]{color:#68b1ff!important}
html[data-theme="dark"] .share-buttons a[aria-label="whatsapp"]{color:#4be3a0!important}
html[data-theme="dark"] .share-copy-btn{color:#c9d4e3!important}html[data-theme="dark"] .share-print-btn{color:#b9c7ff!important}
html[data-theme="dark"] .rubrique-feed article,html[data-theme="dark"] .archive-grid.rubrique-main-grid article{background:linear-gradient(180deg,#131a24 0%,#0e141d 100%)!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 16px 34px rgba(0,0,0,.26)!important}
html[data-theme="dark"] .rubrique-feed article h3 a,html[data-theme="dark"] .rubrique-feed article .author,html[data-theme="dark"] .rubrique-feed article .meta,html[data-theme="dark"] .rubrique-feed article .excerpt,html[data-theme="dark"] .rubrique-sidebar .sidebar-item h4 a,html[data-theme="dark"] .rubrique-sidebar .headline-item a,html[data-theme="dark"] .rubrique-sidebar .quick-links a{color:#edf2f8!important}
html[data-theme="dark"] .rubrique-feed article .excerpt,html[data-theme="dark"] .rubrique-feed article .meta,html[data-theme="dark"] .rubrique-sidebar .catline a{color:#aab5c5!important}
html[data-theme="dark"] .rubrique-loadmore-btn{background:linear-gradient(180deg,var(--accent) 0%,#fe0202 100%)!important;border-color:transparent!important;color:#fff!important;box-shadow:0 16px 28px rgba(254,2,2,.22)!important}
html[data-theme="dark"] .rubrique-sidebar .compact-box,html[data-theme="dark"] .rubrique-sidebar .compact-sidebar-card{background:linear-gradient(180deg,#131a24 0%,#0e141d 100%)!important;border-color:rgba(255,255,255,.08)!important}

/* v33 menu rouge en mode sombre + module en ce moment */
.latest-label{font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:none}
.moment-strip{background:#fff;border-bottom:1px solid var(--line)}
.moment-strip .container{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:18px;padding:10px 18px}
.moment-track:after{background:linear-gradient(90deg,rgba(255,255,255,0),#fff)}
.moment-links a{font-weight:900;color:#1a1d22}
.moment-links a:hover{color:var(--accent)}
.latest-strip .container,.moment-strip .container{padding-top:11px;padding-bottom:11px}
html[data-theme="dark"] .menuwrap{background:#fe0202!important;border-bottom-color:rgba(255,255,255,.16)!important}
html[data-theme="dark"] .menu-drawer{background:#d80000!important;border-bottom-color:rgba(255,255,255,.14)!important}
html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .header-search-link,html[data-theme="dark"] .social-icons a,html[data-theme="dark"] .menu-tools .theme-toggle{color:#fff!important}
html[data-theme="dark"] .mainmenu a.is-hot,html[data-theme="dark"] .mainmenu a:hover{color:#fff!important;opacity:1}
html[data-theme="dark"] .mainmenu a:after{background:#fff!important}
html[data-theme="dark"] .menu-burger{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.2)!important;color:#fff!important}
html[data-theme="dark"] .theme-toggle{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.2)!important;color:#fff!important}
html[data-theme="dark"] .menu-burger span{background:#fff!important}
html[data-theme="dark"] .moment-strip,html[data-theme="dark"] .latest-strip{background:#10161f!important;border-bottom-color:rgba(255,255,255,.08)!important}
html[data-theme="dark"] .moment-track,html[data-theme="dark"] .latest-track,html[data-theme="dark"] .moment-links,html[data-theme="dark"] .latest-links{background:#10161f!important}
html[data-theme="dark"] .moment-track:after,html[data-theme="dark"] .latest-track:after{background:linear-gradient(90deg,rgba(16,22,31,0),#10161f)!important}
html[data-theme="dark"] .moment-links a,html[data-theme="dark"] .latest-links a{color:#edf2f8!important}
html[data-theme="dark"] .latest-label{background:rgba(254,2,2,.16)!important;border-color:rgba(254,2,2,.26)!important;color:#ffd7d7!important}
@media (max-width:860px){.moment-strip .container,.latest-strip .container{grid-template-columns:1fr;gap:10px}.moment-strip,.latest-strip{margin-top:0}.moment-strip .latest-label,.latest-strip .latest-label{justify-self:start}}

/* v34 footer, menu rouge #fe0202 et bouton thème en sidebar */
.menuwrap{background:#fe0202!important;border-bottom:0!important;box-shadow:0 12px 28px rgba(35,10,10,.12)!important}
.menuwrap .container{min-height:80px}
.menu-drawer{background:#e10202!important;border-bottom:0!important;box-shadow:0 18px 32px rgba(35,10,10,.18)!important}
.mainmenu a.is-hot:after,.mainmenu a:hover:after{background:#fff!important}
html[data-theme="dark"] .menuwrap{background:#fe0202!important;border-bottom:0!important;box-shadow:0 12px 28px rgba(0,0,0,.24)!important}
html[data-theme="dark"] .menu-drawer{background:#e10202!important;border-bottom:0!important;box-shadow:0 18px 32px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .header-search-link,html[data-theme="dark"] .social-icons a,html[data-theme="dark"] .menu-tools .theme-toggle{color:#fff!important}
html[data-theme="dark"] .mainmenu a.is-hot:after,html[data-theme="dark"] .mainmenu a:hover:after{background:#fff!important}

.footer-refined{position:relative;background:linear-gradient(180deg,#0a111a 0%,#070d14 100%);border-top:4px solid #fe0202;color:#d7dee9}
.footer-refined:before{content:"";position:absolute;inset:0 0 auto 0;height:1px;background:rgba(255,255,255,.08)}
.footer-inner{display:grid;grid-template-columns:minmax(260px,1.2fr) .95fr .75fr .75fr;gap:34px;padding:34px 0 26px}
.footer-brand{display:grid;gap:12px;align-content:start}
.footer-brand img{height:52px;width:auto}
.footer-brand small{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:#f6f8fb;font-weight:800}
.footer-description{max-width:48ch;margin:0;color:#c4cddd;line-height:1.75;font-size:16px}
.footer-links-col h4{margin:0 0 14px;font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:#f7f9fc;font-weight:900}
.footer-links-list{display:grid;gap:12px}
.footer-links-list-columns{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:18px;row-gap:12px}
.footer-links-list a{display:inline-flex;align-items:center;gap:10px;color:#d7dee9;font-weight:700;line-height:1.4}
.footer-links-list a:before{content:"";width:5px;height:5px;border-radius:999px;background:#fe0202;flex:0 0 5px;box-shadow:0 0 0 6px rgba(254,2,2,.08)}
.footer-links-list a:hover{color:#fff}
.footer-socials{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}
.footer-socials a{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.02);color:#fff}
.footer-socials a:hover{border-color:rgba(254,2,2,.36);background:rgba(254,2,2,.12);color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.16)}
.footer-bottom-inner{display:flex;justify-content:center;padding:16px 0}
.footer-bottom p{margin:0;text-align:center;font-size:14px;line-height:1.6;color:#c9d2df}
.footer-bottom a{color:#fff;font-weight:800}
.footer-bottom a:hover{color:#fff}
html[data-theme="dark"] .footer-refined{background:linear-gradient(180deg,#071018 0%,#04080e 100%);color:#d7dee9}
html[data-theme="dark"] .footer-links-list a,html[data-theme="dark"] .footer-description,html[data-theme="dark"] .footer-bottom p{color:#d7dee9!important}
html[data-theme="dark"] .footer-socials a{border-color:rgba(255,255,255,.12)!important;background:rgba(255,255,255,.02)!important;color:#fff!important}
html[data-theme="dark"] .footer-socials a:hover{background:rgba(254,2,2,.14)!important;border-color:rgba(254,2,2,.4)!important}

.sidebar-theme-module,.home-theme-module{overflow:hidden}
.sidebar-theme-box{display:grid;gap:14px;padding:18px 20px;background:linear-gradient(180deg,#fff 0%,#fbfcfe 100%)}
.sidebar-theme-box p{margin:0;color:#5c6472;line-height:1.65;font-size:14px}
.sidebar-theme-toggle{width:100%!important;height:52px!important;border-radius:16px!important;grid-template-columns:24px 1fr;justify-content:start!important;gap:12px;padding:0 16px!important;background:linear-gradient(180deg,#fe0202 0%,#fe0202 100%)!important;border:0!important;box-shadow:0 14px 28px rgba(254,2,2,.24)!important;color:#fff!important}
.sidebar-theme-toggle:hover{background:linear-gradient(180deg,#ff1919 0%,#fe0202 100%)!important;transform:translateY(-2px)!important}
.sidebar-theme-toggle .sidebar-theme-toggle-icon{position:relative;display:inline-grid;place-items:center;width:22px;height:22px}
.sidebar-theme-toggle .sidebar-theme-toggle-icon svg{position:absolute;width:18px;height:18px}
.sidebar-theme-toggle .theme-toggle-sun{opacity:0;transform:scale(.72) rotate(-35deg)}
html[data-theme="dark"] .sidebar-theme-toggle .theme-toggle-moon{opacity:0;transform:scale(.72) rotate(35deg)}
html[data-theme="dark"] .sidebar-theme-toggle .theme-toggle-sun{opacity:1;transform:scale(1) rotate(0)}
.sidebar-theme-toggle-label{font-size:14px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.site-sidebar-unified .sidebar-theme-module .module-tag::after,.rubrique-sidebar .sidebar-theme-module .module-tag::after{background:#fff}
html[data-theme="dark"] .sidebar-theme-box{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important}
html[data-theme="dark"] .sidebar-theme-box p{color:#b8c3d2!important}
html[data-theme="dark"] .sidebar-theme-toggle{box-shadow:0 16px 30px rgba(0,0,0,.3)!important}

@media (max-width:1180px){.footer-inner{grid-template-columns:1fr 1fr}.footer-brand-col{grid-column:1/-1}}
@media (max-width:760px){.footer-inner{grid-template-columns:1fr;gap:24px;padding:28px 0 20px}.footer-links-list-columns{grid-template-columns:1fr 1fr}.footer-brand img{height:46px}.footer-description{font-size:15px}.footer-bottom-inner{padding:14px 0}.footer-bottom p{font-size:13px}.sidebar-theme-box{padding:16px}}

/* v44 pages intérieures unifiées : sidebar, contact, recherche */
.interior-page-wrap{padding-top:26px;padding-bottom:34px}
.interior-layout-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px;align-items:start}
.interior-main-content{display:grid;gap:22px;min-width:0}
.interior-sidebar{display:grid;gap:22px}
.interior-sidebar .side-module{background:var(--card);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);overflow:hidden}
.interior-hero-card,.editorial-panel{background:var(--card);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);padding:28px 30px}
.interior-hero-card h1,.editorial-panel h2{margin:0 0 10px;line-height:1.02;letter-spacing:-.04em}
.interior-hero-card h1{font-size:44px}
.interior-hero-text,.editorial-panel p{color:var(--muted);font-size:17px;line-height:1.78}
.panel-kicker,.page-surtitle{display:inline-flex;align-items:center;gap:12px;margin-bottom:16px;color:#fe0202;font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}
.panel-kicker:before,.page-surtitle:before{content:"";width:48px;height:4px;border-radius:999px;background:#fe0202}
.interior-hero-pills,.search-shortcuts-chips,.contact-highlight-list,.contact-checklist{display:flex;flex-wrap:wrap;gap:10px}
.interior-hero-pills span,.search-shortcuts-chips a,.contact-highlight-list li,.contact-checklist li,.search-chip{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 16px;border-radius:999px;border:1px solid rgba(254,2,2,.16);background:#fff5f5;color:#7f1d1d;font-size:13px;font-weight:800}
.contact-info-grid,.editorial-panels-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.contact-checklist,.contact-highlight-list{padding:0;margin:14px 0 0;list-style:none}
.panel-linkline a{display:inline-flex;align-items:center;gap:10px;font-weight:900;color:#fe0202}
.contact-guidelines-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:16px}
.contact-guidelines-grid article{padding:18px;border-radius:18px;background:var(--bg-soft);border:1px solid var(--line)}
.contact-guidelines-grid strong{display:block;margin-bottom:10px;font-size:15px;letter-spacing:-.02em}
.contact-form-shell-enhanced{padding:22px;border-radius:24px;background:linear-gradient(180deg,#fff, #fbfcfe);border:1px solid var(--line)}
.contact-form-wrap-enhanced{display:grid;gap:16px}
.contact-form-wrap-enhanced form{display:grid;gap:16px}
.contact-form-wrap-enhanced fieldset{margin:0;padding:18px;border:1px solid var(--line);border-radius:20px;background:var(--card)}
.contact-form-wrap-enhanced .editer,.contact-form-wrap-enhanced .fieldset .editer{margin-bottom:14px}
.contact-form-wrap-enhanced label{display:block;margin-bottom:8px;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#2a313d}
.contact-form-wrap-enhanced input,.contact-form-wrap-enhanced textarea,.contact-form-wrap-enhanced select{width:100%;border:1px solid var(--line-strong);border-radius:16px;padding:14px 16px;background:#fff;color:var(--text)}
.contact-form-wrap-enhanced textarea{min-height:180px;resize:vertical}
.contact-form-wrap-enhanced .boutons{display:flex;justify-content:flex-start}
.contact-form-wrap-enhanced .submit,.contact-form-wrap-enhanced button{display:inline-flex;align-items:center;justify-content:center;min-width:220px;min-height:52px;padding:0 24px;border:0;border-radius:999px;background:#fe0202;color:#fff;font-weight:900;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 16px 32px rgba(254,2,2,.22)}
.search-hero-card{gap:18px}
.search-form-pro{display:grid;gap:14px;margin-top:18px}
.search-form-mainline{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px}
.search-form-pro input[type="search"]{height:58px;padding:0 18px;border:1px solid var(--line-strong);border-radius:18px;background:var(--card);font-size:17px}
.search-submit-primary{min-width:220px;height:58px;border:0;border-radius:18px;background:#fe0202;color:#fff;font-weight:900;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 18px 34px rgba(254,2,2,.24)}
.search-form-tools{display:flex;flex-wrap:wrap;gap:10px}
.search-tool-btn,.search-tool-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;border:1px solid var(--line);background:var(--bg-soft);color:var(--text);font-size:13px;font-weight:800}
.search-tool-link{border-color:rgba(254,2,2,.18);background:#fff5f5;color:#fe0202}
.search-shortcuts-panel{display:grid;gap:12px;padding:18px;border-radius:22px;background:linear-gradient(180deg,#fff,#fbfcfe);border:1px solid var(--line)}
.search-shortcuts-panel strong{font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:#1a2230}
.search-metrics-row-enhanced{margin:0}
.search-results-panel .search-block-head,.search-block-taxonomy .search-block-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}
.search-results-panel .search-block-head span,.search-block-taxonomy .search-block-head span{font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#fe0202}
.search-grid-editorial{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.search-card-editorial{background:var(--card);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:16px;display:grid;gap:12px}
.search-card-editorial .thumb{border-radius:18px;overflow:hidden}
.search-card-topline{display:flex;align-items:center;justify-content:space-between;gap:12px}
.search-card-topline .search-score{font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#fe0202}
.search-card-editorial h3{margin:0;font-size:30px;line-height:1.08;letter-spacing:-.04em}
.search-card-editorial .excerpt{margin:0;color:var(--muted)}
.search-card-editorial .search-meta{display:flex;flex-wrap:wrap;gap:12px;color:#6f7682;font-size:14px;font-weight:700}
.search-empty-card h2{font-size:34px}
.search-chip-grid{display:flex;flex-wrap:wrap;gap:10px}
.site-sidebar-unified .social-grid-ref{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:18px 20px}
.site-sidebar-unified .social-grid-ref a{display:flex;align-items:center;gap:12px;min-height:56px;padding:0 16px;border-radius:16px;background:var(--bg-soft);border:1px solid var(--line);font-weight:800;color:var(--text)}
.site-sidebar-unified .social-grid-ref .icon{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:999px;background:#fff;color:#fe0202;border:1px solid rgba(254,2,2,.16)}
.site-sidebar-unified .sidebar-item-ref{display:grid;grid-template-columns:88px 1fr;gap:14px;padding:16px 18px;border-top:1px solid var(--line)}
.site-sidebar-unified .sidebar-item-ref .thumb{overflow:hidden;border-radius:16px}
.site-sidebar-unified .sidebar-item-ref .thumb img{width:100%;height:100%;object-fit:cover}
.site-sidebar-unified .sidebar-item-ref h4{margin:0;font-size:21px;line-height:1.14;letter-spacing:-.03em}
.site-sidebar-unified .card-surtitle{margin-top:8px;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#fe0202}
.site-sidebar-unified .sidebar-item-mostread-ref{grid-template-columns:54px 1fr !important;padding-left:16px !important}
.site-sidebar-unified .sidebar-item-mostread-ref .mostread-rank-ref{align-self:start}
.site-sidebar-unified .sidebar-item-mostread-ref h4{font-size:18px !important}
html[data-theme="dark"] .interior-hero-card,html[data-theme="dark"] .editorial-panel,html[data-theme="dark"] .contact-form-shell-enhanced,html[data-theme="dark"] .search-shortcuts-panel{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important;border-color:rgba(255,255,255,.08)!important;box-shadow:0 16px 34px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .interior-hero-text,html[data-theme="dark"] .editorial-panel p,html[data-theme="dark"] .contact-form-intro,html[data-theme="dark"] .search-card-editorial .excerpt{color:#b8c3d2!important}
html[data-theme="dark"] .interior-hero-pills span,html[data-theme="dark"] .search-shortcuts-chips a,html[data-theme="dark"] .contact-highlight-list li,html[data-theme="dark"] .contact-checklist li,html[data-theme="dark"] .search-chip,html[data-theme="dark"] .search-tool-btn{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .search-tool-link{background:rgba(254,2,2,.12)!important;border-color:rgba(254,2,2,.28)!important;color:#ffd8d8!important}
html[data-theme="dark"] .contact-guidelines-grid article,html[data-theme="dark"] .site-sidebar-unified .social-grid-ref a{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .site-sidebar-unified .social-grid-ref .icon{background:#0d141d!important;border-color:rgba(254,2,2,.22)!important;color:#fff!important}
html[data-theme="dark"] .contact-form-wrap-enhanced fieldset,html[data-theme="dark"] .contact-form-wrap-enhanced input,html[data-theme="dark"] .contact-form-wrap-enhanced textarea,html[data-theme="dark"] .contact-form-wrap-enhanced select,html[data-theme="dark"] .search-form-pro input[type="search"],html[data-theme="dark"] .search-card-editorial{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .contact-form-wrap-enhanced label,html[data-theme="dark"] .search-shortcuts-panel strong{color:#edf2f8!important}
@media (max-width:1180px){.interior-layout-grid{grid-template-columns:1fr}.interior-sidebar{order:2}.contact-info-grid,.editorial-panels-grid,.contact-guidelines-grid,.search-grid-editorial{grid-template-columns:1fr 1fr}}
@media (max-width:760px){.interior-page-wrap{padding-top:18px}.interior-hero-card,.editorial-panel{padding:22px 18px}.interior-hero-card h1{font-size:34px}.search-form-mainline,.contact-info-grid,.editorial-panels-grid,.contact-guidelines-grid,.search-grid-editorial,.site-sidebar-unified .social-grid-ref{grid-template-columns:1fr}.search-submit-primary,.contact-form-wrap-enhanced .submit,.contact-form-wrap-enhanced button{min-width:0;width:100%}.site-sidebar-unified .sidebar-item-ref{grid-template-columns:76px 1fr}.site-sidebar-unified .sidebar-item-ref h4{font-size:18px}}

/* v60 home sections align strictly with top grid */
.page-home .home-wrap-tight > .home-bottom-shell{display:block!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;box-sizing:border-box!important}
.page-home .home-wrap-tight > .home-bottom-shell > .section,
.page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin:0 0 34px 0!important;
  padding:0!important;
  box-sizing:border-box!important;
}
.page-home .home-wrap-tight > .home-bottom-shell > .section:last-child{margin-bottom:0!important}
.page-home .home-wrap-tight > .home-bottom-shell .home-mostread-editorial-section,
.page-home .home-wrap-tight > .home-bottom-shell .home-mostread-editorial-grid,
.page-home .home-wrap-tight > .home-bottom-shell .section-head,
.page-home .home-wrap-tight > .home-bottom-shell .rub-grid{
  max-width:100%!important;
}
@media (max-width:860px){
  .page-home .home-wrap-tight > .home-bottom-shell > .section,
  .page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
  .page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
  .page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{margin-bottom:28px!important}
}

/* v61 final home boxed alignment */
.page-home .home-wrap-tight > .home-bottom-shell{
  width:calc(100% - 36px)!important;
  max-width:calc(var(--container) - 36px)!important;
  margin:0 auto!important;
  padding:0!important;
  box-sizing:border-box!important;
}
.page-home .home-wrap-tight > .home-bottom-shell > .section,
.page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{
  width:100%!important;
  max-width:100%!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:0!important;
  padding-right:0!important;
}
@media (max-width:860px){
  .page-home .home-wrap-tight > .home-bottom-shell{
    width:calc(100% - 28px)!important;
    max-width:calc(100% - 28px)!important;
  }
}

.article-content > p:first-of-type::first-letter{float:left;font-size:4.6em;line-height:.78;padding:.08em .12em 0 0;color:var(--accent);font-weight:900;text-transform:uppercase}
.article-content > p:first-of-type .dropcap-letter{float:left;font-size:4.6em;line-height:.78;padding:.08em .12em 0 0;color:var(--accent);font-weight:900;text-transform:uppercase}
.article-meta-strip{margin:0 0 22px}.article-authorbox{grid-template-columns:56px 1fr !important;gap:14px !important;padding:14px 16px !important;border-radius:12px !important}.author-avatar{width:56px !important;height:56px !important;flex-basis:56px !important}.author-lines{gap:8px !important}.author-mainline{font-size:15px !important}.author-mainline strong{font-size:18px !important}.article-meta-badges{display:flex !important;flex-wrap:wrap !important;gap:8px !important}.meta-badge{min-height:38px !important;padding:7px 11px !important;border-radius:12px !important;gap:8px !important;font-size:12px !important;line-height:1.2 !important;box-shadow:none !important}.meta-badge svg{width:15px !important;height:15px !important}.meta-badge span{display:grid;gap:2px}.meta-badge strong{display:block;font-size:11px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;color:#7a808a}.meta-badge em,.meta-badge small{display:block;font-style:normal}.meta-badge em{font-size:13px;font-weight:800;color:#1f232a}.meta-badge small{font-size:11px;color:#6c7380}.meta-read span{display:block !important;font-size:13px !important;font-weight:800 !important;color:#1f232a !important}.meta-read span.js-reading-time{white-space:nowrap}.mostread-module .module-tag{margin-bottom:14px}.mostread-list-ref{display:grid;gap:12px}.sidebar-item-mostread-ref{display:grid;grid-template-columns:52px minmax(0,92px) 1fr;align-items:start;gap:14px;padding:14px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(180deg,#fff 0%,#fcfcfd 100%);box-shadow:0 10px 22px rgba(18,22,34,.04)}.sidebar-rank-ref{display:flex;align-items:flex-start;justify-content:center;padding-top:2px}.sidebar-rank-ref span{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:14px;background:linear-gradient(180deg,var(--accent) 0%,#b30000 100%);color:#fff;font-size:20px;font-weight:900;line-height:1;box-shadow:0 10px 18px rgba(254,2,2,.2)}.sidebar-item-mostread-ref .thumb{display:block;overflow:hidden;border-radius:14px;aspect-ratio:1/1;background:var(--bg-soft)}.sidebar-item-mostread-ref .thumb img{width:100%;height:100%;object-fit:cover}.sidebar-item-mostread-ref .sidebar-item-body{min-width:0;display:grid;gap:8px}.sidebar-item-mostread-ref .card-surtitle{margin:0;color:var(--accent);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.sidebar-item-mostread-ref h4{margin:0;font-size:18px;line-height:1.18;letter-spacing:-.02em}.sidebar-item-mostread-ref h4 a{display:block}.mostread-meta-ref{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:11px;font-weight:800;color:#737986;text-transform:uppercase;letter-spacing:.05em}.mostread-meta-ref .mostread-label{display:inline-flex;align-items:center;gap:6px;color:var(--accent)}.mostread-meta-ref .mostread-label::before{content:"";width:6px;height:6px;border-radius:999px;background:var(--accent)}.sidebar-item-mostread-ref .catline{margin:2px 0 0}.sidebar-item-mostread-ref .catline a{padding:5px 9px;font-size:10px}.reading-progress{height:7px !important;background:rgba(0,0,0,.2) !important}.reading-progress span{background:linear-gradient(90deg,#000 0%,#1b1b1b 18%,var(--accent) 52%,#000 84%,#2a2a2a 100%) !important;background-size:260% 100% !important;animation:reading-bar-flow 1s linear infinite,reading-bar-pulse 1.4s ease-in-out infinite !important;box-shadow:0 0 20px rgba(0,0,0,.34),0 0 12px rgba(254,2,2,.16) !important}@keyframes reading-bar-pulse{0%,100%{filter:saturate(1) brightness(1)}50%{filter:saturate(1.3) brightness(1.08)}}
@media (max-width:860px){.sidebar-item-mostread-ref{grid-template-columns:44px 86px 1fr;gap:12px;padding:12px}.sidebar-rank-ref span{width:36px;height:36px;font-size:17px}.article-content > p:first-of-type::first-letter{font-size:4em}.meta-badge{min-height:36px !important;padding:6px 10px !important}}
@media (max-width:640px){.sidebar-item-mostread-ref{grid-template-columns:40px 72px 1fr;gap:10px;padding:10px}.sidebar-rank-ref span{width:32px;height:32px;border-radius:11px;font-size:15px}.sidebar-item-mostread-ref h4{font-size:16px}.article-content > p:first-of-type::first-letter{font-size:3.4em}}

.article-title-ref,.article-body-ref h2,.article-body-ref h3,.article-body-ref h4,.article-body-ref h5,.article-body-ref h6{max-width:none !important;width:100% !important}
.article-meta-strip{margin:0 0 18px !important}
.article-authorbox{display:grid !important;grid-template-columns:52px minmax(0,1fr) !important;align-items:center !important;gap:12px !important;padding:12px 14px !important;border-radius:14px !important}
.author-avatar{width:52px !important;height:52px !important;flex-basis:52px !important}
.author-lines{display:grid !important;grid-template-columns:minmax(110px,max-content) minmax(0,1fr) !important;align-items:center !important;column-gap:12px !important;row-gap:0 !important;min-width:0 !important}
.author-mainline{min-width:0 !important}
.author-mainline strong{font-size:16px !important;white-space:nowrap !important}
.article-meta-badges{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:8px !important;min-width:0 !important;overflow:visible !important}
.meta-badge{display:flex !important;align-items:center !important;min-width:0 !important;min-height:40px !important;padding:8px 10px !important;border-radius:14px !important;gap:8px !important;white-space:normal !important}
.meta-badge svg{width:15px !important;height:15px !important;flex:0 0 15px !important;margin-top:0 !important}
.meta-badge span{display:grid !important;gap:1px !important;min-width:0 !important}
.meta-badge strong,.meta-badge em,.meta-badge small{display:block !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}
.meta-badge strong{font-size:10px !important;line-height:1.1 !important;letter-spacing:.05em !important;text-transform:uppercase !important;color:#7a808a !important}
.meta-badge em{font-size:12px !important;line-height:1.2 !important;font-style:normal !important;color:#1f232a !important;font-weight:850 !important}
.meta-badge small,.meta-read span{font-size:11px !important;line-height:1.2 !important;color:#6c7380 !important;font-weight:700 !important}
.meta-read span{display:block !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}
.article-standfirst-text,.js-article-body > p:first-of-type{font-weight:800 !important}
.article-standfirst-text .dropcap-letter,.js-article-body > p:first-of-type .dropcap-letter{float:left;display:inline-block;margin:.04em .12em 0 0;font-size:4.2em;line-height:.74;font-weight:950;color:var(--accent);text-transform:uppercase}
.mostread-list-ref{display:grid !important;gap:12px !important}
.sidebar-item-mostread-ref{display:grid !important;grid-template-columns:56px minmax(0,1fr) !important;align-items:start !important;gap:14px !important;padding:14px 16px !important;border:1px solid rgba(254,2,2,.12) !important;border-radius:18px !important;background:linear-gradient(180deg,#fff 0%,#fff7f7 100%) !important;box-shadow:0 10px 24px rgba(18,22,34,.05) !important}
.mostread-rank-ref{display:flex !important;align-items:flex-start !important;justify-content:center !important;text-decoration:none !important}
.mostread-rank-ref span{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:42px !important;height:42px !important;border-radius:14px !important;background:linear-gradient(180deg,var(--accent) 0%,#fe0202 100%) !important;color:#fff !important;font-size:20px !important;font-weight:900 !important;box-shadow:0 10px 18px rgba(254,2,2,.22) !important}
.sidebar-item-mostread-ref .sidebar-item-body{display:grid !important;gap:6px !important;min-width:0 !important}
.mostread-kicker-ref,.mostread-kicker-ref a{font-size:11px !important;line-height:1.2 !important;font-weight:900 !important;letter-spacing:.08em !important;text-transform:uppercase !important;color:var(--accent) !important}
.sidebar-item-mostread-ref .card-surtitle{margin:0 !important;font-size:11px !important}
.sidebar-item-mostread-ref h4{margin:0 !important;font-size:18px !important;line-height:1.22 !important;letter-spacing:-.02em !important}
.sidebar-item-mostread-ref h4 a{display:block !important}
.mostread-meta-ref{display:flex !important;align-items:center !important;gap:8px !important;flex-wrap:wrap !important;font-size:11px !important;font-weight:800 !important;color:#6d7480 !important;text-transform:none !important;letter-spacing:0 !important}
.mostread-meta-ref .mostread-label{display:inline-flex !important;align-items:center !important;gap:6px !important;color:var(--accent) !important}
.mostread-meta-ref .mostread-label::before{content:"";width:6px;height:6px;border-radius:999px;background:var(--accent)}
@media (max-width:1080px){.author-lines{grid-template-columns:1fr !important;row-gap:8px !important}.article-meta-badges{grid-template-columns:repeat(3,minmax(0,1fr)) !important}.sidebar-item-mostread-ref{grid-template-columns:52px minmax(0,1fr) !important}}
@media (max-width:720px){.article-authorbox{grid-template-columns:44px minmax(0,1fr) !important}.author-avatar{width:44px !important;height:44px !important;flex-basis:44px !important}.article-meta-badges{grid-template-columns:1fr !important}.meta-badge strong,.meta-badge em,.meta-badge small{white-space:normal !important;overflow:visible !important}.article-standfirst-text .dropcap-letter,.js-article-body > p:first-of-type .dropcap-letter{font-size:3.5em !important}.sidebar-item-mostread-ref{grid-template-columns:46px minmax(0,1fr) !important;padding:12px 14px !important}.mostread-rank-ref span{width:36px !important;height:36px !important;font-size:17px !important}}

/* footer conventionnel et mode sombre renforcé */
.footer.footer-refined{margin-top:52px;background:#11151c;border-top:4px solid var(--accent);padding:0;border-radius:0!important}
.footer-refined .footer-inner{position:relative;grid-template-columns:minmax(0,1.45fr) minmax(190px,.75fr) minmax(190px,.75fr);gap:28px;padding:26px 0 20px}
.footer-refined .footer-inner:before{display:none}
.footer-refined .footer-brand-col,.footer-refined .footer-links-col{background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0}
.footer-refined .footer-brand{margin-bottom:10px;gap:8px}
.footer-refined .footer-brand img{height:44px;max-width:220px;filter:brightness(1.02)}
.footer-refined .footer-brand small{color:rgba(255,255,255,.62)}
.footer-refined .footer-brand small:before{box-shadow:none;background:var(--accent)}
.footer-refined .footer-description{margin:0 0 14px;max-width:60ch;color:rgba(255,255,255,.78);font-size:14px;line-height:1.7}
.footer-refined h4{margin:0 0 12px;color:#fff;font-size:11px;letter-spacing:.18em}
.footer-refined h4:before{width:22px;height:2px;border-radius:0;background:var(--accent)}
.footer-refined .footer-links-list{gap:2px}
.footer-refined .footer-links-list a{padding:8px 0 8px 16px;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;color:rgba(255,255,255,.8)!important}
.footer-refined .footer-links-list a:before{left:0;top:11px;bottom:11px;width:3px;border-radius:0;background:rgba(254,2,2,.9)}
.footer-refined .footer-links-list a:hover{transform:none;color:#fff!important;text-decoration:none}
.footer-refined .footer-links-list a:hover:before{transform:none;background:#fff}
.footer-refined .footer-socials{gap:8px;margin-top:4px!important}
.footer-refined .footer-socials a{width:38px;height:38px;border-radius:0;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.03)!important;color:#fff;box-shadow:none}
.footer-refined .footer-socials a:hover{background:var(--accent)!important;border-color:var(--accent);transform:none}
.footer-refined .footer-bottom{background:#0a0d12;border-top:1px solid rgba(255,255,255,.1)}
.footer-refined .footer-bottom-inner{padding:12px 0}
.footer-refined .footer-bottom p{font-size:12px;line-height:1.65;color:rgba(255,255,255,.72)}
.footer-refined .footer-bottom a{color:#fff;border:0;text-decoration:none;font-weight:800}
.footer-refined .footer-bottom a:hover{color:#fff;text-decoration:underline}
@media (max-width:860px){.footer-refined .footer-inner{grid-template-columns:1fr;gap:18px;padding:22px 0 18px}}

html[data-theme="dark"] .menuwrap,html[data-theme="dark"] .menu-drawer,html[data-theme="dark"] .latest-track,html[data-theme="dark"] .search-hero form,html[data-theme="dark"] .pagination a,html[data-theme="dark"] .pagination .on,html[data-theme="dark"] .ajax-pager a,html[data-theme="dark"] .comment-form-wrap,html[data-theme="dark"] .comments-refined,html[data-theme="dark"] .comments-shell,html[data-theme="dark"] .comment-form,html[data-theme="dark"] .section-head-inline,html[data-theme="dark"] .section-head,html[data-theme="dark"] .home-mostread-inline-section,html[data-theme="dark"] .home-mostread-editorial-section,html[data-theme="dark"] .home-mostread-editorial-grid,html[data-theme="dark"] .lireaussi-refined,html[data-theme="dark"] .read-more-card,html[data-theme="dark"] .mostread-card-editorial,html[data-theme="dark"] .sidebar-item-mostread-ref,html[data-theme="dark"] .comment-form input,html[data-theme="dark"] .comment-form textarea,html[data-theme="dark"] .comment-form select{border-color:rgba(255,255,255,.09)!important}
html[data-theme="dark"] p,html[data-theme="dark"] li,html[data-theme="dark"] dd,html[data-theme="dark"] dt,html[data-theme="dark"] figcaption,html[data-theme="dark"] .article-body-ref blockquote,html[data-theme="dark"] .article-body-ref li,html[data-theme="dark"] .article-meta-strip,html[data-theme="dark"] .article-breadcrumb-ref,html[data-theme="dark"] .comment-item p,html[data-theme="dark"] .comment-form label,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .rub-card-meta,html[data-theme="dark"] .home-mostread-lead p,html[data-theme="dark"] .sidebar-item-body p,html[data-theme="dark"] .search-card-advanced p,html[data-theme="dark"] .contact-form-wrap p{color:var(--muted)!important}
html[data-theme="dark"] a,html[data-theme="dark"] .article-body-ref a,html[data-theme="dark"] .page-card a,html[data-theme="dark"] .author-card a,html[data-theme="dark"] .sidebar-module a,html[data-theme="dark"] .rub-feature a,html[data-theme="dark"] .rub-mini a,html[data-theme="dark"] .compact-card a{color:inherit}
html[data-theme="dark"] .article-body-ref a,html[data-theme="dark"] .footer-refined a:hover,html[data-theme="dark"] .mainmenu a:hover,html[data-theme="dark"] .menu-drawer-nav a:hover,html[data-theme="dark"] .header-search-link:hover{color:#fff!important}
html[data-theme="dark"] .menuwrap{background:#121821;border-bottom-color:rgba(255,255,255,.08)}
html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .header-search-link{color:#edf2f7}
html[data-theme="dark"] .menu-burger{border-color:rgba(255,255,255,.12);background:#151c25;color:#fff}
html[data-theme="dark"] .menu-burger span{background:#fff}
html[data-theme="dark"] .home-mostread-card,html[data-theme="dark"] .home-mostread-lead,html[data-theme="dark"] .home-mostread-item,html[data-theme="dark"] .mostread-row,html[data-theme="dark"] .sidebar-item-mostread-ref,html[data-theme="dark"] .lireaussi-card,html[data-theme="dark"] .related-card,html[data-theme="dark"] .archive-feed article,html[data-theme="dark"] .rubrique-feed article,html[data-theme="dark"] .search-card-advanced,html[data-theme="dark"] .contact-form-wrap,html[data-theme="dark"] .comment-form-wrap{background:var(--card)!important;box-shadow:0 14px 32px rgba(0,0,0,.22)!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum,html[data-theme="dark"] .comment-form-wrap form{background:linear-gradient(180deg,#121923 0%,#0f151e 100%)!important;border-color:rgba(255,255,255,.12)!important;box-shadow:0 18px 40px rgba(0,0,0,.32)!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum fieldset,html[data-theme="dark"] .comment-form-wrap form fieldset{border-color:rgba(255,255,255,.14)!important;background:rgba(255,255,255,.02)!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum h3,html[data-theme="dark"] .comment-form-wrap form h3,html[data-theme="dark"] .comment-form-wrap .formulaire_forum legend,html[data-theme="dark"] .comment-form-wrap form legend{color:#ff5b5b!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum .session,html[data-theme="dark"] .comment-form-wrap form .session{background:rgba(255,255,255,.03)!important;border-color:rgba(255,255,255,.1)!important;color:#e8edf5!important}
html[data-theme="dark"] .comment-form-wrap label,html[data-theme="dark"] .comment-form-wrap .explication,html[data-theme="dark"] .comment-form-wrap .notice,html[data-theme="dark"] .comment-form-wrap .session,html[data-theme="dark"] .comment-form-wrap .session a,html[data-theme="dark"] .comment-form-wrap p{color:#cdd6e3!important}
html[data-theme="dark"] .comment-form-wrap input,html[data-theme="dark"] .comment-form-wrap textarea,html[data-theme="dark"] .comment-form-wrap select{background:#08111d!important;border-color:rgba(255,255,255,.12)!important;color:#f5f7fb!important;box-shadow:inset 0 1px 2px rgba(0,0,0,.22)!important}
html[data-theme="dark"] .comment-form-wrap input::placeholder,html[data-theme="dark"] .comment-form-wrap textarea::placeholder{color:#7f8aa0!important}
html[data-theme="dark"] .comment-form-wrap input:focus,html[data-theme="dark"] .comment-form-wrap textarea:focus,html[data-theme="dark"] .comment-form-wrap select:focus{border-color:rgba(254,2,2,.55)!important;box-shadow:0 0 0 4px rgba(254,2,2,.14)!important;background:#0b1522!important}
html[data-theme="dark"] .comment-form-wrap .boutons input,html[data-theme="dark"] .comment-form-wrap .boutons button,html[data-theme="dark"] .comment-form-wrap .submit{color:#fff!important}
html[data-theme="dark"] .article-body-ref strong,html[data-theme="dark"] .article-body-ref b,html[data-theme="dark"] .article-body-ref h2,html[data-theme="dark"] .article-body-ref h3,html[data-theme="dark"] .article-body-ref h4,html[data-theme="dark"] .article-body-ref h5,html[data-theme="dark"] .article-body-ref h6,html[data-theme="dark"] .article-standfirst-text,html[data-theme="dark"] .meta-badge strong,html[data-theme="dark"] .comment-author,html[data-theme="dark"] .section-head-inline h2,html[data-theme="dark"] .section-head h2,html[data-theme="dark"] .footer-refined h4{color:#f5f7fb!important}
html[data-theme="dark"] .article-body-ref blockquote{background:#121923;border-left:4px solid var(--accent);color:#dce4ee}
html[data-theme="dark"] .article-body-ref hr{border-color:rgba(255,255,255,.1)}
html[data-theme="dark"] .meta-badge,html[data-theme="dark"] .author-avatar,html[data-theme="dark"] .comment-avatar,html[data-theme="dark"] .badge,html[data-theme="dark"] .page-surtitle,html[data-theme="dark"] .card-surtitle{box-shadow:none}
html[data-theme="dark"] .comment-form input::placeholder,html[data-theme="dark"] .comment-form textarea::placeholder,html[data-theme="dark"] input::placeholder,html[data-theme="dark"] textarea::placeholder{color:#8190a3}
html[data-theme="dark"] .theme-toggle{border-color:rgba(255,255,255,.18);background:#171f2a}

/* v30 dark mode, share rail, latest strip and rubrique fixes */
.share-label-vertical{display:flex;flex-direction:column;align-items:center;gap:8px;color:#222630}
.share-label-vertical .share-count{display:inline-flex;align-items:center;justify-content:center;min-width:74px;padding:6px 10px;border-radius:999px;background:#f3f5f8;color:#616978;font-size:11px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}
.share-buttons{display:grid;gap:12px}
.share-buttons a,.share-buttons button{display:inline-flex;align-items:center;justify-content:center;width:64px;height:54px;border-radius:14px;border:1px solid #e8ecf2;background:linear-gradient(180deg,#fff 0%,#f7f9fc 100%);color:#5a6780;box-shadow:0 10px 24px rgba(17,20,31,.06);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease,color .2s ease;cursor:pointer}
.share-buttons a:hover,.share-buttons button:hover{transform:translateY(-2px);border-color:rgba(254,2,2,.26);color:var(--accent);box-shadow:0 14px 28px rgba(17,20,31,.12)}
.share-buttons a[aria-label="facebook"]{color:#1877f2}.share-buttons a[aria-label="x"]{color:#111}.share-buttons a[aria-label="linkedin"]{color:#0a66c2}.share-buttons a[aria-label="whatsapp"]{color:#20b874}.share-copy-btn{color:#596579}.share-print-btn{color:#6d7fbe}
.share-buttons svg{width:22px;height:22px}
.latest-strip{background:#fff}.latest-label{box-shadow:inset 0 0 0 1px rgba(254,2,2,.05)}
.latest-links a{font-weight:900}.latest-links a:after{width:6px;height:6px}
html[data-theme="dark"] .latest-strip{background:#10161f;border-bottom-color:rgba(255,255,255,.08)}
html[data-theme="dark"] .latest-label{background:rgba(254,2,2,.14)!important;color:#fe0202!important;box-shadow:inset 0 0 0 1px rgba(254,2,2,.2)}
html[data-theme="dark"] .latest-track:after{background:linear-gradient(90deg,rgba(16,22,31,0),#10161f)}
html[data-theme="dark"] .latest-links a{color:#eef3fa!important}
html[data-theme="dark"] .latest-links a:hover{color:#fe0202!important}
html[data-theme="dark"] .share-label-vertical{color:#e7edf6!important}
html[data-theme="dark"] .share-label-vertical .share-count{background:#141d28!important;color:#a9b5c7!important;border:1px solid rgba(255,255,255,.08)}
html[data-theme="dark"] .share-buttons a,html[data-theme="dark"] .share-buttons button{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important;border-color:rgba(255,255,255,.1)!important;box-shadow:0 14px 28px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .share-buttons a:hover,html[data-theme="dark"] .share-buttons button:hover{border-color:rgba(254,2,2,.34)!important;box-shadow:0 18px 32px rgba(0,0,0,.36)!important}
html[data-theme="dark"] .share-buttons a[aria-label="facebook"]{color:#7fb2ff!important}
html[data-theme="dark"] .share-buttons a[aria-label="x"]{color:#f5f7fb!important}
html[data-theme="dark"] .share-buttons a[aria-label="linkedin"]{color:#68b1ff!important}
html[data-theme="dark"] .share-buttons a[aria-label="whatsapp"]{color:#4be3a0!important}
html[data-theme="dark"] .share-copy-btn{color:#c9d4e3!important}html[data-theme="dark"] .share-print-btn{color:#b9c7ff!important}
html[data-theme="dark"] .rubrique-feed article,html[data-theme="dark"] .archive-grid.rubrique-main-grid article{background:linear-gradient(180deg,#131a24 0%,#0e141d 100%)!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 16px 34px rgba(0,0,0,.26)!important}
html[data-theme="dark"] .rubrique-feed article h3 a,html[data-theme="dark"] .rubrique-feed article .author,html[data-theme="dark"] .rubrique-feed article .meta,html[data-theme="dark"] .rubrique-feed article .excerpt,html[data-theme="dark"] .rubrique-sidebar .sidebar-item h4 a,html[data-theme="dark"] .rubrique-sidebar .headline-item a,html[data-theme="dark"] .rubrique-sidebar .quick-links a{color:#edf2f8!important}
html[data-theme="dark"] .rubrique-feed article .excerpt,html[data-theme="dark"] .rubrique-feed article .meta,html[data-theme="dark"] .rubrique-sidebar .catline a{color:#aab5c5!important}
html[data-theme="dark"] .rubrique-loadmore-btn{background:linear-gradient(180deg,var(--accent) 0%,#fe0202 100%)!important;border-color:transparent!important;color:#fff!important;box-shadow:0 16px 28px rgba(254,2,2,.22)!important}
html[data-theme="dark"] .rubrique-sidebar .compact-box,html[data-theme="dark"] .rubrique-sidebar .compact-sidebar-card{background:linear-gradient(180deg,#131a24 0%,#0e141d 100%)!important;border-color:rgba(255,255,255,.08)!important}

/* v33 menu rouge en mode sombre + module en ce moment */
.latest-label{font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:none}
.moment-strip{background:#fff;border-bottom:1px solid var(--line)}
.moment-strip .container{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:18px;padding:10px 18px}
.moment-track:after{background:linear-gradient(90deg,rgba(255,255,255,0),#fff)}
.moment-links a{font-weight:900;color:#1a1d22}
.moment-links a:hover{color:var(--accent)}
.latest-strip .container,.moment-strip .container{padding-top:11px;padding-bottom:11px}
html[data-theme="dark"] .menuwrap{background:#fe0202!important;border-bottom-color:rgba(255,255,255,.16)!important}
html[data-theme="dark"] .menu-drawer{background:#d80000!important;border-bottom-color:rgba(255,255,255,.14)!important}
html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .header-search-link,html[data-theme="dark"] .social-icons a,html[data-theme="dark"] .menu-tools .theme-toggle{color:#fff!important}
html[data-theme="dark"] .mainmenu a.is-hot,html[data-theme="dark"] .mainmenu a:hover{color:#fff!important;opacity:1}
html[data-theme="dark"] .mainmenu a:after{background:#fff!important}
html[data-theme="dark"] .menu-burger{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.2)!important;color:#fff!important}
html[data-theme="dark"] .theme-toggle{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.2)!important;color:#fff!important}
html[data-theme="dark"] .menu-burger span{background:#fff!important}
html[data-theme="dark"] .moment-strip,html[data-theme="dark"] .latest-strip{background:#10161f!important;border-bottom-color:rgba(255,255,255,.08)!important}
html[data-theme="dark"] .moment-track,html[data-theme="dark"] .latest-track,html[data-theme="dark"] .moment-links,html[data-theme="dark"] .latest-links{background:#10161f!important}
html[data-theme="dark"] .moment-track:after,html[data-theme="dark"] .latest-track:after{background:linear-gradient(90deg,rgba(16,22,31,0),#10161f)!important}
html[data-theme="dark"] .moment-links a,html[data-theme="dark"] .latest-links a{color:#edf2f8!important}
html[data-theme="dark"] .latest-label{background:rgba(254,2,2,.16)!important;border-color:rgba(254,2,2,.26)!important;color:#ffd7d7!important}
@media (max-width:860px){.moment-strip .container,.latest-strip .container{grid-template-columns:1fr;gap:10px}.moment-strip,.latest-strip{margin-top:0}.moment-strip .latest-label,.latest-strip .latest-label{justify-self:start}}

/* v34 footer, menu rouge #fe0202 et bouton thème en sidebar */
.menuwrap{background:#fe0202!important;border-bottom:0!important;box-shadow:0 12px 28px rgba(35,10,10,.12)!important}
.menuwrap .container{min-height:80px}
.menu-drawer{background:#e10202!important;border-bottom:0!important;box-shadow:0 18px 32px rgba(35,10,10,.18)!important}
.mainmenu a.is-hot:after,.mainmenu a:hover:after{background:#fff!important}
html[data-theme="dark"] .menuwrap{background:#fe0202!important;border-bottom:0!important;box-shadow:0 12px 28px rgba(0,0,0,.24)!important}
html[data-theme="dark"] .menu-drawer{background:#e10202!important;border-bottom:0!important;box-shadow:0 18px 32px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .header-search-link,html[data-theme="dark"] .social-icons a,html[data-theme="dark"] .menu-tools .theme-toggle{color:#fff!important}
html[data-theme="dark"] .mainmenu a.is-hot:after,html[data-theme="dark"] .mainmenu a:hover:after{background:#fff!important}

.footer-refined{position:relative;background:linear-gradient(180deg,#0a111a 0%,#070d14 100%);border-top:4px solid #fe0202;color:#d7dee9}
.footer-refined:before{content:"";position:absolute;inset:0 0 auto 0;height:1px;background:rgba(255,255,255,.08)}
.footer-inner{display:grid;grid-template-columns:minmax(260px,1.2fr) .95fr .75fr .75fr;gap:34px;padding:34px 0 26px}
.footer-brand{display:grid;gap:12px;align-content:start}
.footer-brand img{height:52px;width:auto}
.footer-brand small{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:#f6f8fb;font-weight:800}
.footer-description{max-width:48ch;margin:0;color:#c4cddd;line-height:1.75;font-size:16px}
.footer-links-col h4{margin:0 0 14px;font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:#f7f9fc;font-weight:900}
.footer-links-list{display:grid;gap:12px}
.footer-links-list-columns{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:18px;row-gap:12px}
.footer-links-list a{display:inline-flex;align-items:center;gap:10px;color:#d7dee9;font-weight:700;line-height:1.4}
.footer-links-list a:before{content:"";width:5px;height:5px;border-radius:999px;background:#fe0202;flex:0 0 5px;box-shadow:0 0 0 6px rgba(254,2,2,.08)}
.footer-links-list a:hover{color:#fff}
.footer-socials{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}
.footer-socials a{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.02);color:#fff}
.footer-socials a:hover{border-color:rgba(254,2,2,.36);background:rgba(254,2,2,.12);color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.16)}
.footer-bottom-inner{display:flex;justify-content:center;padding:16px 0}
.footer-bottom p{margin:0;text-align:center;font-size:14px;line-height:1.6;color:#c9d2df}
.footer-bottom a{color:#fff;font-weight:800}
.footer-bottom a:hover{color:#fff}
html[data-theme="dark"] .footer-refined{background:linear-gradient(180deg,#071018 0%,#04080e 100%);color:#d7dee9}
html[data-theme="dark"] .footer-links-list a,html[data-theme="dark"] .footer-description,html[data-theme="dark"] .footer-bottom p{color:#d7dee9!important}
html[data-theme="dark"] .footer-socials a{border-color:rgba(255,255,255,.12)!important;background:rgba(255,255,255,.02)!important;color:#fff!important}
html[data-theme="dark"] .footer-socials a:hover{background:rgba(254,2,2,.14)!important;border-color:rgba(254,2,2,.4)!important}

.sidebar-theme-module,.home-theme-module{overflow:hidden}
.sidebar-theme-box{display:grid;gap:14px;padding:18px 20px;background:linear-gradient(180deg,#fff 0%,#fbfcfe 100%)}
.sidebar-theme-box p{margin:0;color:#5c6472;line-height:1.65;font-size:14px}
.sidebar-theme-toggle{width:100%!important;height:52px!important;border-radius:16px!important;grid-template-columns:24px 1fr;justify-content:start!important;gap:12px;padding:0 16px!important;background:linear-gradient(180deg,#fe0202 0%,#fe0202 100%)!important;border:0!important;box-shadow:0 14px 28px rgba(254,2,2,.24)!important;color:#fff!important}
.sidebar-theme-toggle:hover{background:linear-gradient(180deg,#ff1919 0%,#fe0202 100%)!important;transform:translateY(-2px)!important}
.sidebar-theme-toggle .sidebar-theme-toggle-icon{position:relative;display:inline-grid;place-items:center;width:22px;height:22px}
.sidebar-theme-toggle .sidebar-theme-toggle-icon svg{position:absolute;width:18px;height:18px}
.sidebar-theme-toggle .theme-toggle-sun{opacity:0;transform:scale(.72) rotate(-35deg)}
html[data-theme="dark"] .sidebar-theme-toggle .theme-toggle-moon{opacity:0;transform:scale(.72) rotate(35deg)}
html[data-theme="dark"] .sidebar-theme-toggle .theme-toggle-sun{opacity:1;transform:scale(1) rotate(0)}
.sidebar-theme-toggle-label{font-size:14px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.site-sidebar-unified .sidebar-theme-module .module-tag::after,.rubrique-sidebar .sidebar-theme-module .module-tag::after{background:#fff}
html[data-theme="dark"] .sidebar-theme-box{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important}
html[data-theme="dark"] .sidebar-theme-box p{color:#b8c3d2!important}
html[data-theme="dark"] .sidebar-theme-toggle{box-shadow:0 16px 30px rgba(0,0,0,.3)!important}

@media (max-width:1180px){.footer-inner{grid-template-columns:1fr 1fr}.footer-brand-col{grid-column:1/-1}}
@media (max-width:760px){.footer-inner{grid-template-columns:1fr;gap:24px;padding:28px 0 20px}.footer-links-list-columns{grid-template-columns:1fr 1fr}.footer-brand img{height:46px}.footer-description{font-size:15px}.footer-bottom-inner{padding:14px 0}.footer-bottom p{font-size:13px}.sidebar-theme-box{padding:16px}}

/* v44 pages intérieures unifiées : sidebar, contact, recherche */
.interior-page-wrap{padding-top:26px;padding-bottom:34px}
.interior-layout-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px;align-items:start}
.interior-main-content{display:grid;gap:22px;min-width:0}
.interior-sidebar{display:grid;gap:22px}
.interior-sidebar .side-module{background:var(--card);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);overflow:hidden}
.interior-hero-card,.editorial-panel{background:var(--card);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);padding:28px 30px}
.interior-hero-card h1,.editorial-panel h2{margin:0 0 10px;line-height:1.02;letter-spacing:-.04em}
.interior-hero-card h1{font-size:44px}
.interior-hero-text,.editorial-panel p{color:var(--muted);font-size:17px;line-height:1.78}
.panel-kicker,.page-surtitle{display:inline-flex;align-items:center;gap:12px;margin-bottom:16px;color:#fe0202;font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}
.panel-kicker:before,.page-surtitle:before{content:"";width:48px;height:4px;border-radius:999px;background:#fe0202}
.interior-hero-pills,.search-shortcuts-chips,.contact-highlight-list,.contact-checklist{display:flex;flex-wrap:wrap;gap:10px}
.interior-hero-pills span,.search-shortcuts-chips a,.contact-highlight-list li,.contact-checklist li,.search-chip{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 16px;border-radius:999px;border:1px solid rgba(254,2,2,.16);background:#fff5f5;color:#7f1d1d;font-size:13px;font-weight:800}
.contact-info-grid,.editorial-panels-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.contact-checklist,.contact-highlight-list{padding:0;margin:14px 0 0;list-style:none}
.panel-linkline a{display:inline-flex;align-items:center;gap:10px;font-weight:900;color:#fe0202}
.contact-guidelines-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:16px}
.contact-guidelines-grid article{padding:18px;border-radius:18px;background:var(--bg-soft);border:1px solid var(--line)}
.contact-guidelines-grid strong{display:block;margin-bottom:10px;font-size:15px;letter-spacing:-.02em}
.contact-form-shell-enhanced{padding:22px;border-radius:24px;background:linear-gradient(180deg,#fff, #fbfcfe);border:1px solid var(--line)}
.contact-form-wrap-enhanced{display:grid;gap:16px}
.contact-form-wrap-enhanced form{display:grid;gap:16px}
.contact-form-wrap-enhanced fieldset{margin:0;padding:18px;border:1px solid var(--line);border-radius:20px;background:var(--card)}
.contact-form-wrap-enhanced .editer,.contact-form-wrap-enhanced .fieldset .editer{margin-bottom:14px}
.contact-form-wrap-enhanced label{display:block;margin-bottom:8px;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#2a313d}
.contact-form-wrap-enhanced input,.contact-form-wrap-enhanced textarea,.contact-form-wrap-enhanced select{width:100%;border:1px solid var(--line-strong);border-radius:16px;padding:14px 16px;background:#fff;color:var(--text)}
.contact-form-wrap-enhanced textarea{min-height:180px;resize:vertical}
.contact-form-wrap-enhanced .boutons{display:flex;justify-content:flex-start}
.contact-form-wrap-enhanced .submit,.contact-form-wrap-enhanced button{display:inline-flex;align-items:center;justify-content:center;min-width:220px;min-height:52px;padding:0 24px;border:0;border-radius:999px;background:#fe0202;color:#fff;font-weight:900;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 16px 32px rgba(254,2,2,.22)}
.search-hero-card{gap:18px}
.search-form-pro{display:grid;gap:14px;margin-top:18px}
.search-form-mainline{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px}
.search-form-pro input[type="search"]{height:58px;padding:0 18px;border:1px solid var(--line-strong);border-radius:18px;background:var(--card);font-size:17px}
.search-submit-primary{min-width:220px;height:58px;border:0;border-radius:18px;background:#fe0202;color:#fff;font-weight:900;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 18px 34px rgba(254,2,2,.24)}
.search-form-tools{display:flex;flex-wrap:wrap;gap:10px}
.search-tool-btn,.search-tool-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;border:1px solid var(--line);background:var(--bg-soft);color:var(--text);font-size:13px;font-weight:800}
.search-tool-link{border-color:rgba(254,2,2,.18);background:#fff5f5;color:#fe0202}
.search-shortcuts-panel{display:grid;gap:12px;padding:18px;border-radius:22px;background:linear-gradient(180deg,#fff,#fbfcfe);border:1px solid var(--line)}
.search-shortcuts-panel strong{font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:#1a2230}
.search-metrics-row-enhanced{margin:0}
.search-results-panel .search-block-head,.search-block-taxonomy .search-block-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}
.search-results-panel .search-block-head span,.search-block-taxonomy .search-block-head span{font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#fe0202}
.search-grid-editorial{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.search-card-editorial{background:var(--card);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:16px;display:grid;gap:12px}
.search-card-editorial .thumb{border-radius:18px;overflow:hidden}
.search-card-topline{display:flex;align-items:center;justify-content:space-between;gap:12px}
.search-card-topline .search-score{font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#fe0202}
.search-card-editorial h3{margin:0;font-size:30px;line-height:1.08;letter-spacing:-.04em}
.search-card-editorial .excerpt{margin:0;color:var(--muted)}
.search-card-editorial .search-meta{display:flex;flex-wrap:wrap;gap:12px;color:#6f7682;font-size:14px;font-weight:700}
.search-empty-card h2{font-size:34px}
.search-chip-grid{display:flex;flex-wrap:wrap;gap:10px}
.site-sidebar-unified .social-grid-ref{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:18px 20px}
.site-sidebar-unified .social-grid-ref a{display:flex;align-items:center;gap:12px;min-height:56px;padding:0 16px;border-radius:16px;background:var(--bg-soft);border:1px solid var(--line);font-weight:800;color:var(--text)}
.site-sidebar-unified .social-grid-ref .icon{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:999px;background:#fff;color:#fe0202;border:1px solid rgba(254,2,2,.16)}
.site-sidebar-unified .sidebar-item-ref{display:grid;grid-template-columns:88px 1fr;gap:14px;padding:16px 18px;border-top:1px solid var(--line)}
.site-sidebar-unified .sidebar-item-ref .thumb{overflow:hidden;border-radius:16px}
.site-sidebar-unified .sidebar-item-ref .thumb img{width:100%;height:100%;object-fit:cover}
.site-sidebar-unified .sidebar-item-ref h4{margin:0;font-size:21px;line-height:1.14;letter-spacing:-.03em}
.site-sidebar-unified .card-surtitle{margin-top:8px;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#fe0202}
.site-sidebar-unified .sidebar-item-mostread-ref{grid-template-columns:54px 1fr !important;padding-left:16px !important}
.site-sidebar-unified .sidebar-item-mostread-ref .mostread-rank-ref{align-self:start}
.site-sidebar-unified .sidebar-item-mostread-ref h4{font-size:18px !important}
html[data-theme="dark"] .interior-hero-card,html[data-theme="dark"] .editorial-panel,html[data-theme="dark"] .contact-form-shell-enhanced,html[data-theme="dark"] .search-shortcuts-panel{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important;border-color:rgba(255,255,255,.08)!important;box-shadow:0 16px 34px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .interior-hero-text,html[data-theme="dark"] .editorial-panel p,html[data-theme="dark"] .contact-form-intro,html[data-theme="dark"] .search-card-editorial .excerpt{color:#b8c3d2!important}
html[data-theme="dark"] .interior-hero-pills span,html[data-theme="dark"] .search-shortcuts-chips a,html[data-theme="dark"] .contact-highlight-list li,html[data-theme="dark"] .contact-checklist li,html[data-theme="dark"] .search-chip,html[data-theme="dark"] .search-tool-btn{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .search-tool-link{background:rgba(254,2,2,.12)!important;border-color:rgba(254,2,2,.28)!important;color:#ffd8d8!important}
html[data-theme="dark"] .contact-guidelines-grid article,html[data-theme="dark"] .site-sidebar-unified .social-grid-ref a{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .site-sidebar-unified .social-grid-ref .icon{background:#0d141d!important;border-color:rgba(254,2,2,.22)!important;color:#fff!important}
html[data-theme="dark"] .contact-form-wrap-enhanced fieldset,html[data-theme="dark"] .contact-form-wrap-enhanced input,html[data-theme="dark"] .contact-form-wrap-enhanced textarea,html[data-theme="dark"] .contact-form-wrap-enhanced select,html[data-theme="dark"] .search-form-pro input[type="search"],html[data-theme="dark"] .search-card-editorial{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .contact-form-wrap-enhanced label,html[data-theme="dark"] .search-shortcuts-panel strong{color:#edf2f8!important}
@media (max-width:1180px){.interior-layout-grid{grid-template-columns:1fr}.interior-sidebar{order:2}.contact-info-grid,.editorial-panels-grid,.contact-guidelines-grid,.search-grid-editorial{grid-template-columns:1fr 1fr}}
@media (max-width:760px){.interior-page-wrap{padding-top:18px}.interior-hero-card,.editorial-panel{padding:22px 18px}.interior-hero-card h1{font-size:34px}.search-form-mainline,.contact-info-grid,.editorial-panels-grid,.contact-guidelines-grid,.search-grid-editorial,.site-sidebar-unified .social-grid-ref{grid-template-columns:1fr}.search-submit-primary,.contact-form-wrap-enhanced .submit,.contact-form-wrap-enhanced button{min-width:0;width:100%}.site-sidebar-unified .sidebar-item-ref{grid-template-columns:76px 1fr}.site-sidebar-unified .sidebar-item-ref h4{font-size:18px}}

/* v60 home sections align strictly with top grid */
.page-home .home-wrap-tight > .home-bottom-shell{display:block!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;box-sizing:border-box!important}
.page-home .home-wrap-tight > .home-bottom-shell > .section,
.page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin:0 0 34px 0!important;
  padding:0!important;
  box-sizing:border-box!important;
}
.page-home .home-wrap-tight > .home-bottom-shell > .section:last-child{margin-bottom:0!important}
.page-home .home-wrap-tight > .home-bottom-shell .home-mostread-editorial-section,
.page-home .home-wrap-tight > .home-bottom-shell .home-mostread-editorial-grid,
.page-home .home-wrap-tight > .home-bottom-shell .section-head,
.page-home .home-wrap-tight > .home-bottom-shell .rub-grid{
  max-width:100%!important;
}
@media (max-width:860px){
  .page-home .home-wrap-tight > .home-bottom-shell > .section,
  .page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
  .page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
  .page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{margin-bottom:28px!important}
}

/* v61 final home boxed alignment */
.page-home .home-wrap-tight > .home-bottom-shell{
  width:calc(100% - 36px)!important;
  max-width:calc(var(--container) - 36px)!important;
  margin:0 auto!important;
  padding:0!important;
  box-sizing:border-box!important;
}
.page-home .home-wrap-tight > .home-bottom-shell > .section,
.page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{
  width:100%!important;
  max-width:100%!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:0!important;
  padding-right:0!important;
}
@media (max-width:860px){
  .page-home .home-wrap-tight > .home-bottom-shell{
    width:calc(100% - 28px)!important;
    max-width:calc(100% - 28px)!important;
  }
}

.article-breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 16px;padding:0;background:transparent;border:0;font-size:12px !important;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#8b919d}.article-breadcrumbs a{display:inline-flex;align-items:center;color:#4b515c}.article-breadcrumbs a:hover{color:var(--accent)}.article-breadcrumbs .crumb-sep{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:999px;background:#f4f5f7;color:var(--accent);font-size:11px;font-weight:900}.article-breadcrumbs span:last-child{color:#1f232a;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.article-hero-ref img,.article-hero-ref .spip_logos,.article-hero-ref .spip_logo{border:3px solid var(--accent);box-sizing:border-box}
.article-standfirst-ref{max-width:none !important}.article-standfirst-text{font-weight:800 !important}.article-standfirst-text .dropcap-letter{float:left;display:inline-block;margin:.02em .12em 0 0;font-size:4.35em;line-height:.78;font-weight:950;color:var(--accent);text-transform:uppercase}
.article-meta-strip{margin:0 0 18px !important}.article-authorbox{display:grid !important;grid-template-columns:48px minmax(0,1fr) !important;align-items:center !important;gap:12px !important;padding:10px 14px !important}.author-avatar{width:48px !important;height:48px !important;flex-basis:48px !important}.author-lines{display:grid !important;grid-template-columns:max-content 1fr !important;align-items:center !important;column-gap:14px !important;row-gap:0 !important}.author-mainline{display:flex !important;align-items:center !important;min-width:max-content}.author-mainline strong{font-size:16px !important}.article-meta-badges{display:flex !important;flex-wrap:nowrap !important;align-items:center !important;gap:8px !important;min-width:0 !important;overflow:auto hidden !important;padding-bottom:2px}.meta-badge{min-height:34px !important;padding:5px 10px !important;border-radius:999px !important;gap:7px !important;white-space:nowrap !important}.meta-badge span{display:inline-flex !important;align-items:baseline !important;gap:6px !important;white-space:nowrap !important}.meta-badge strong,.meta-badge em,.meta-badge small{display:inline !important}.meta-badge strong{font-size:10px !important;letter-spacing:.05em}.meta-badge em{font-size:12px !important}.meta-badge small,.meta-read span{font-size:12px !important}.meta-badge svg{width:14px !important;height:14px !important}
.mostread-module .sidebar-list-ref{display:grid !important;gap:10px !important}.sidebar-item-mostread-ref{grid-template-columns:48px 88px minmax(0,1fr) !important;align-items:center !important;gap:12px !important;padding:12px !important;border-radius:16px !important;background:#fff !important;border:1px solid rgba(254,2,2,.12) !important;box-shadow:0 8px 20px rgba(18,22,34,.04) !important}.sidebar-rank-ref{align-self:stretch !important;display:flex !important;align-items:center !important;justify-content:center !important}.sidebar-rank-ref span{width:38px !important;height:38px !important;border-radius:12px !important;font-size:18px !important;box-shadow:0 8px 16px rgba(254,2,2,.18) !important}.sidebar-item-mostread-ref .thumb{width:100% !important;aspect-ratio:1 / 1 !important;border-radius:12px !important;overflow:hidden}.sidebar-item-mostread-ref .thumb img{display:block;width:100% !important;height:100% !important;min-height:0 !important;aspect-ratio:1 / 1 !important;object-fit:cover;border-radius:12px !important}.sidebar-item-mostread-ref .sidebar-item-body{display:grid !important;gap:6px !important;min-width:0}.sidebar-item-mostread-ref h4{font-size:17px !important;line-height:1.18 !important;margin:0 !important}.sidebar-item-mostread-ref .catline{margin:0 !important}.mostread-meta-ref{margin-top:2px !important;gap:6px !important;font-size:10px !important;letter-spacing:.04em !important}.mostread-meta-ref .mostread-label{font-size:10px !important}
.reading-progress{height:8px !important;background:rgba(0,0,0,.18) !important}.reading-progress span{background:linear-gradient(90deg,#000 0%,#2a2a2a 20%,var(--accent) 46%,#000 72%,var(--accent) 100%) !important;background-size:300% 100% !important;animation:reading-bar-flow .75s linear infinite,reading-bar-pulse 1s ease-in-out infinite !important;box-shadow:0 0 24px rgba(0,0,0,.34),0 0 16px rgba(254,2,2,.26) !important;transform-origin:left center}\.reading-progress.is-active span{animation:reading-bar-flow .75s linear infinite,reading-bar-pulse 1s ease-in-out infinite,reading-bar-jitter .45s ease-in-out infinite !important}@keyframes reading-bar-jitter{0%,100%{transform:scaleY(1)}50%{transform:scaleY(1.18)}}
@media (max-width:1080px){.author-lines{grid-template-columns:1fr !important;row-gap:8px !important}.article-meta-badges{flex-wrap:wrap !important;overflow:visible !important}.sidebar-item-mostread-ref{grid-template-columns:44px 82px minmax(0,1fr) !important}}
@media (max-width:640px){.article-breadcrumbs{font-size:11px !important;gap:6px}.article-standfirst-text .dropcap-letter{font-size:3.6em}.article-authorbox{grid-template-columns:42px minmax(0,1fr) !important;padding:10px 12px !important}.author-avatar{width:42px !important;height:42px !important;flex-basis:42px !important}.meta-badge{min-height:32px !important;padding:5px 8px !important}.sidebar-item-mostread-ref{grid-template-columns:38px 68px minmax(0,1fr) !important;gap:10px !important}.sidebar-rank-ref span{width:30px !important;height:30px !important;font-size:14px !important}}

.article-title-ref,.article-body-ref h2,.article-body-ref h3,.article-body-ref h4,.article-body-ref h5,.article-body-ref h6{max-width:none !important;width:100% !important}
.article-meta-strip{margin:0 0 18px !important}
.article-authorbox{display:grid !important;grid-template-columns:52px minmax(0,1fr) !important;align-items:center !important;gap:12px !important;padding:12px 14px !important;border-radius:14px !important}
.author-avatar{width:52px !important;height:52px !important;flex-basis:52px !important}
.author-lines{display:grid !important;grid-template-columns:minmax(110px,max-content) minmax(0,1fr) !important;align-items:center !important;column-gap:12px !important;row-gap:0 !important;min-width:0 !important}
.author-mainline{min-width:0 !important}
.author-mainline strong{font-size:16px !important;white-space:nowrap !important}
.article-meta-badges{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:8px !important;min-width:0 !important;overflow:visible !important}
.meta-badge{display:flex !important;align-items:center !important;min-width:0 !important;min-height:40px !important;padding:8px 10px !important;border-radius:14px !important;gap:8px !important;white-space:normal !important}
.meta-badge svg{width:15px !important;height:15px !important;flex:0 0 15px !important;margin-top:0 !important}
.meta-badge span{display:grid !important;gap:1px !important;min-width:0 !important}
.meta-badge strong,.meta-badge em,.meta-badge small{display:block !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}
.meta-badge strong{font-size:10px !important;line-height:1.1 !important;letter-spacing:.05em !important;text-transform:uppercase !important;color:#7a808a !important}
.meta-badge em{font-size:12px !important;line-height:1.2 !important;font-style:normal !important;color:#1f232a !important;font-weight:850 !important}
.meta-badge small,.meta-read span{font-size:11px !important;line-height:1.2 !important;color:#6c7380 !important;font-weight:700 !important}
.meta-read span{display:block !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}
.article-standfirst-text,.js-article-body > p:first-of-type{font-weight:800 !important}
.article-standfirst-text .dropcap-letter,.js-article-body > p:first-of-type .dropcap-letter{float:left;display:inline-block;margin:.04em .12em 0 0;font-size:4.2em;line-height:.74;font-weight:950;color:var(--accent);text-transform:uppercase}
.mostread-list-ref{display:grid !important;gap:12px !important}
.sidebar-item-mostread-ref{display:grid !important;grid-template-columns:56px minmax(0,1fr) !important;align-items:start !important;gap:14px !important;padding:14px 16px !important;border:1px solid rgba(254,2,2,.12) !important;border-radius:18px !important;background:linear-gradient(180deg,#fff 0%,#fff7f7 100%) !important;box-shadow:0 10px 24px rgba(18,22,34,.05) !important}
.mostread-rank-ref{display:flex !important;align-items:flex-start !important;justify-content:center !important;text-decoration:none !important}
.mostread-rank-ref span{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:42px !important;height:42px !important;border-radius:14px !important;background:linear-gradient(180deg,var(--accent) 0%,#fe0202 100%) !important;color:#fff !important;font-size:20px !important;font-weight:900 !important;box-shadow:0 10px 18px rgba(254,2,2,.22) !important}
.sidebar-item-mostread-ref .sidebar-item-body{display:grid !important;gap:6px !important;min-width:0 !important}
.mostread-kicker-ref,.mostread-kicker-ref a{font-size:11px !important;line-height:1.2 !important;font-weight:900 !important;letter-spacing:.08em !important;text-transform:uppercase !important;color:var(--accent) !important}
.sidebar-item-mostread-ref .card-surtitle{margin:0 !important;font-size:11px !important}
.sidebar-item-mostread-ref h4{margin:0 !important;font-size:18px !important;line-height:1.22 !important;letter-spacing:-.02em !important}
.sidebar-item-mostread-ref h4 a{display:block !important}
.mostread-meta-ref{display:flex !important;align-items:center !important;gap:8px !important;flex-wrap:wrap !important;font-size:11px !important;font-weight:800 !important;color:#6d7480 !important;text-transform:none !important;letter-spacing:0 !important}
.mostread-meta-ref .mostread-label{display:inline-flex !important;align-items:center !important;gap:6px !important;color:var(--accent) !important}
.mostread-meta-ref .mostread-label::before{content:"";width:6px;height:6px;border-radius:999px;background:var(--accent)}
@media (max-width:1080px){.author-lines{grid-template-columns:1fr !important;row-gap:8px !important}.article-meta-badges{grid-template-columns:repeat(3,minmax(0,1fr)) !important}.sidebar-item-mostread-ref{grid-template-columns:52px minmax(0,1fr) !important}}
@media (max-width:720px){.article-authorbox{grid-template-columns:44px minmax(0,1fr) !important}.author-avatar{width:44px !important;height:44px !important;flex-basis:44px !important}.article-meta-badges{grid-template-columns:1fr !important}.meta-badge strong,.meta-badge em,.meta-badge small{white-space:normal !important;overflow:visible !important}.article-standfirst-text .dropcap-letter,.js-article-body > p:first-of-type .dropcap-letter{font-size:3.5em !important}.sidebar-item-mostread-ref{grid-template-columns:46px minmax(0,1fr) !important;padding:12px 14px !important}.mostread-rank-ref span{width:36px !important;height:36px !important;font-size:17px !important}}

/* footer conventionnel et mode sombre renforcé */
.footer.footer-refined{margin-top:52px;background:#11151c;border-top:4px solid var(--accent);padding:0;border-radius:0!important}
.footer-refined .footer-inner{position:relative;grid-template-columns:minmax(0,1.45fr) minmax(190px,.75fr) minmax(190px,.75fr);gap:28px;padding:26px 0 20px}
.footer-refined .footer-inner:before{display:none}
.footer-refined .footer-brand-col,.footer-refined .footer-links-col{background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0}
.footer-refined .footer-brand{margin-bottom:10px;gap:8px}
.footer-refined .footer-brand img{height:44px;max-width:220px;filter:brightness(1.02)}
.footer-refined .footer-brand small{color:rgba(255,255,255,.62)}
.footer-refined .footer-brand small:before{box-shadow:none;background:var(--accent)}
.footer-refined .footer-description{margin:0 0 14px;max-width:60ch;color:rgba(255,255,255,.78);font-size:14px;line-height:1.7}
.footer-refined h4{margin:0 0 12px;color:#fff;font-size:11px;letter-spacing:.18em}
.footer-refined h4:before{width:22px;height:2px;border-radius:0;background:var(--accent)}
.footer-refined .footer-links-list{gap:2px}
.footer-refined .footer-links-list a{padding:8px 0 8px 16px;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;color:rgba(255,255,255,.8)!important}
.footer-refined .footer-links-list a:before{left:0;top:11px;bottom:11px;width:3px;border-radius:0;background:rgba(254,2,2,.9)}
.footer-refined .footer-links-list a:hover{transform:none;color:#fff!important;text-decoration:none}
.footer-refined .footer-links-list a:hover:before{transform:none;background:#fff}
.footer-refined .footer-socials{gap:8px;margin-top:4px!important}
.footer-refined .footer-socials a{width:38px;height:38px;border-radius:0;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.03)!important;color:#fff;box-shadow:none}
.footer-refined .footer-socials a:hover{background:var(--accent)!important;border-color:var(--accent);transform:none}
.footer-refined .footer-bottom{background:#0a0d12;border-top:1px solid rgba(255,255,255,.1)}
.footer-refined .footer-bottom-inner{padding:12px 0}
.footer-refined .footer-bottom p{font-size:12px;line-height:1.65;color:rgba(255,255,255,.72)}
.footer-refined .footer-bottom a{color:#fff;border:0;text-decoration:none;font-weight:800}
.footer-refined .footer-bottom a:hover{color:#fff;text-decoration:underline}
@media (max-width:860px){.footer-refined .footer-inner{grid-template-columns:1fr;gap:18px;padding:22px 0 18px}}

html[data-theme="dark"] .menuwrap,html[data-theme="dark"] .menu-drawer,html[data-theme="dark"] .latest-track,html[data-theme="dark"] .search-hero form,html[data-theme="dark"] .pagination a,html[data-theme="dark"] .pagination .on,html[data-theme="dark"] .ajax-pager a,html[data-theme="dark"] .comment-form-wrap,html[data-theme="dark"] .comments-refined,html[data-theme="dark"] .comments-shell,html[data-theme="dark"] .comment-form,html[data-theme="dark"] .section-head-inline,html[data-theme="dark"] .section-head,html[data-theme="dark"] .home-mostread-inline-section,html[data-theme="dark"] .home-mostread-editorial-section,html[data-theme="dark"] .home-mostread-editorial-grid,html[data-theme="dark"] .lireaussi-refined,html[data-theme="dark"] .read-more-card,html[data-theme="dark"] .mostread-card-editorial,html[data-theme="dark"] .sidebar-item-mostread-ref,html[data-theme="dark"] .comment-form input,html[data-theme="dark"] .comment-form textarea,html[data-theme="dark"] .comment-form select{border-color:rgba(255,255,255,.09)!important}
html[data-theme="dark"] p,html[data-theme="dark"] li,html[data-theme="dark"] dd,html[data-theme="dark"] dt,html[data-theme="dark"] figcaption,html[data-theme="dark"] .article-body-ref blockquote,html[data-theme="dark"] .article-body-ref li,html[data-theme="dark"] .article-meta-strip,html[data-theme="dark"] .article-breadcrumb-ref,html[data-theme="dark"] .comment-item p,html[data-theme="dark"] .comment-form label,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .rub-card-meta,html[data-theme="dark"] .home-mostread-lead p,html[data-theme="dark"] .sidebar-item-body p,html[data-theme="dark"] .search-card-advanced p,html[data-theme="dark"] .contact-form-wrap p{color:var(--muted)!important}
html[data-theme="dark"] a,html[data-theme="dark"] .article-body-ref a,html[data-theme="dark"] .page-card a,html[data-theme="dark"] .author-card a,html[data-theme="dark"] .sidebar-module a,html[data-theme="dark"] .rub-feature a,html[data-theme="dark"] .rub-mini a,html[data-theme="dark"] .compact-card a{color:inherit}
html[data-theme="dark"] .article-body-ref a,html[data-theme="dark"] .footer-refined a:hover,html[data-theme="dark"] .mainmenu a:hover,html[data-theme="dark"] .menu-drawer-nav a:hover,html[data-theme="dark"] .header-search-link:hover{color:#fff!important}
html[data-theme="dark"] .menuwrap{background:#121821;border-bottom-color:rgba(255,255,255,.08)}
html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .header-search-link{color:#edf2f7}
html[data-theme="dark"] .menu-burger{border-color:rgba(255,255,255,.12);background:#151c25;color:#fff}
html[data-theme="dark"] .menu-burger span{background:#fff}
html[data-theme="dark"] .home-mostread-card,html[data-theme="dark"] .home-mostread-lead,html[data-theme="dark"] .home-mostread-item,html[data-theme="dark"] .mostread-row,html[data-theme="dark"] .sidebar-item-mostread-ref,html[data-theme="dark"] .lireaussi-card,html[data-theme="dark"] .related-card,html[data-theme="dark"] .archive-feed article,html[data-theme="dark"] .rubrique-feed article,html[data-theme="dark"] .search-card-advanced,html[data-theme="dark"] .contact-form-wrap,html[data-theme="dark"] .comment-form-wrap{background:var(--card)!important;box-shadow:0 14px 32px rgba(0,0,0,.22)!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum,html[data-theme="dark"] .comment-form-wrap form{background:linear-gradient(180deg,#121923 0%,#0f151e 100%)!important;border-color:rgba(255,255,255,.12)!important;box-shadow:0 18px 40px rgba(0,0,0,.32)!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum fieldset,html[data-theme="dark"] .comment-form-wrap form fieldset{border-color:rgba(255,255,255,.14)!important;background:rgba(255,255,255,.02)!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum h3,html[data-theme="dark"] .comment-form-wrap form h3,html[data-theme="dark"] .comment-form-wrap .formulaire_forum legend,html[data-theme="dark"] .comment-form-wrap form legend{color:#ff5b5b!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum .session,html[data-theme="dark"] .comment-form-wrap form .session{background:rgba(255,255,255,.03)!important;border-color:rgba(255,255,255,.1)!important;color:#e8edf5!important}
html[data-theme="dark"] .comment-form-wrap label,html[data-theme="dark"] .comment-form-wrap .explication,html[data-theme="dark"] .comment-form-wrap .notice,html[data-theme="dark"] .comment-form-wrap .session,html[data-theme="dark"] .comment-form-wrap .session a,html[data-theme="dark"] .comment-form-wrap p{color:#cdd6e3!important}
html[data-theme="dark"] .comment-form-wrap input,html[data-theme="dark"] .comment-form-wrap textarea,html[data-theme="dark"] .comment-form-wrap select{background:#08111d!important;border-color:rgba(255,255,255,.12)!important;color:#f5f7fb!important;box-shadow:inset 0 1px 2px rgba(0,0,0,.22)!important}
html[data-theme="dark"] .comment-form-wrap input::placeholder,html[data-theme="dark"] .comment-form-wrap textarea::placeholder{color:#7f8aa0!important}
html[data-theme="dark"] .comment-form-wrap input:focus,html[data-theme="dark"] .comment-form-wrap textarea:focus,html[data-theme="dark"] .comment-form-wrap select:focus{border-color:rgba(254,2,2,.55)!important;box-shadow:0 0 0 4px rgba(254,2,2,.14)!important;background:#0b1522!important}
html[data-theme="dark"] .comment-form-wrap .boutons input,html[data-theme="dark"] .comment-form-wrap .boutons button,html[data-theme="dark"] .comment-form-wrap .submit{color:#fff!important}
html[data-theme="dark"] .article-body-ref strong,html[data-theme="dark"] .article-body-ref b,html[data-theme="dark"] .article-body-ref h2,html[data-theme="dark"] .article-body-ref h3,html[data-theme="dark"] .article-body-ref h4,html[data-theme="dark"] .article-body-ref h5,html[data-theme="dark"] .article-body-ref h6,html[data-theme="dark"] .article-standfirst-text,html[data-theme="dark"] .meta-badge strong,html[data-theme="dark"] .comment-author,html[data-theme="dark"] .section-head-inline h2,html[data-theme="dark"] .section-head h2,html[data-theme="dark"] .footer-refined h4{color:#f5f7fb!important}
html[data-theme="dark"] .article-body-ref blockquote{background:#121923;border-left:4px solid var(--accent);color:#dce4ee}
html[data-theme="dark"] .article-body-ref hr{border-color:rgba(255,255,255,.1)}
html[data-theme="dark"] .meta-badge,html[data-theme="dark"] .author-avatar,html[data-theme="dark"] .comment-avatar,html[data-theme="dark"] .badge,html[data-theme="dark"] .page-surtitle,html[data-theme="dark"] .card-surtitle{box-shadow:none}
html[data-theme="dark"] .comment-form input::placeholder,html[data-theme="dark"] .comment-form textarea::placeholder,html[data-theme="dark"] input::placeholder,html[data-theme="dark"] textarea::placeholder{color:#8190a3}
html[data-theme="dark"] .theme-toggle{border-color:rgba(255,255,255,.18);background:#171f2a}

/* v30 dark mode, share rail, latest strip and rubrique fixes */
.share-label-vertical{display:flex;flex-direction:column;align-items:center;gap:8px;color:#222630}
.share-label-vertical .share-count{display:inline-flex;align-items:center;justify-content:center;min-width:74px;padding:6px 10px;border-radius:999px;background:#f3f5f8;color:#616978;font-size:11px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}
.share-buttons{display:grid;gap:12px}
.share-buttons a,.share-buttons button{display:inline-flex;align-items:center;justify-content:center;width:64px;height:54px;border-radius:14px;border:1px solid #e8ecf2;background:linear-gradient(180deg,#fff 0%,#f7f9fc 100%);color:#5a6780;box-shadow:0 10px 24px rgba(17,20,31,.06);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease,color .2s ease;cursor:pointer}
.share-buttons a:hover,.share-buttons button:hover{transform:translateY(-2px);border-color:rgba(254,2,2,.26);color:var(--accent);box-shadow:0 14px 28px rgba(17,20,31,.12)}
.share-buttons a[aria-label="facebook"]{color:#1877f2}.share-buttons a[aria-label="x"]{color:#111}.share-buttons a[aria-label="linkedin"]{color:#0a66c2}.share-buttons a[aria-label="whatsapp"]{color:#20b874}.share-copy-btn{color:#596579}.share-print-btn{color:#6d7fbe}
.share-buttons svg{width:22px;height:22px}
.latest-strip{background:#fff}.latest-label{box-shadow:inset 0 0 0 1px rgba(254,2,2,.05)}
.latest-links a{font-weight:900}.latest-links a:after{width:6px;height:6px}
html[data-theme="dark"] .latest-strip{background:#10161f;border-bottom-color:rgba(255,255,255,.08)}
html[data-theme="dark"] .latest-label{background:rgba(254,2,2,.14)!important;color:#fe0202!important;box-shadow:inset 0 0 0 1px rgba(254,2,2,.2)}
html[data-theme="dark"] .latest-track:after{background:linear-gradient(90deg,rgba(16,22,31,0),#10161f)}
html[data-theme="dark"] .latest-links a{color:#eef3fa!important}
html[data-theme="dark"] .latest-links a:hover{color:#fe0202!important}
html[data-theme="dark"] .share-label-vertical{color:#e7edf6!important}
html[data-theme="dark"] .share-label-vertical .share-count{background:#141d28!important;color:#a9b5c7!important;border:1px solid rgba(255,255,255,.08)}
html[data-theme="dark"] .share-buttons a,html[data-theme="dark"] .share-buttons button{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important;border-color:rgba(255,255,255,.1)!important;box-shadow:0 14px 28px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .share-buttons a:hover,html[data-theme="dark"] .share-buttons button:hover{border-color:rgba(254,2,2,.34)!important;box-shadow:0 18px 32px rgba(0,0,0,.36)!important}
html[data-theme="dark"] .share-buttons a[aria-label="facebook"]{color:#7fb2ff!important}
html[data-theme="dark"] .share-buttons a[aria-label="x"]{color:#f5f7fb!important}
html[data-theme="dark"] .share-buttons a[aria-label="linkedin"]{color:#68b1ff!important}
html[data-theme="dark"] .share-buttons a[aria-label="whatsapp"]{color:#4be3a0!important}
html[data-theme="dark"] .share-copy-btn{color:#c9d4e3!important}html[data-theme="dark"] .share-print-btn{color:#b9c7ff!important}
html[data-theme="dark"] .rubrique-feed article,html[data-theme="dark"] .archive-grid.rubrique-main-grid article{background:linear-gradient(180deg,#131a24 0%,#0e141d 100%)!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 16px 34px rgba(0,0,0,.26)!important}
html[data-theme="dark"] .rubrique-feed article h3 a,html[data-theme="dark"] .rubrique-feed article .author,html[data-theme="dark"] .rubrique-feed article .meta,html[data-theme="dark"] .rubrique-feed article .excerpt,html[data-theme="dark"] .rubrique-sidebar .sidebar-item h4 a,html[data-theme="dark"] .rubrique-sidebar .headline-item a,html[data-theme="dark"] .rubrique-sidebar .quick-links a{color:#edf2f8!important}
html[data-theme="dark"] .rubrique-feed article .excerpt,html[data-theme="dark"] .rubrique-feed article .meta,html[data-theme="dark"] .rubrique-sidebar .catline a{color:#aab5c5!important}
html[data-theme="dark"] .rubrique-loadmore-btn{background:linear-gradient(180deg,var(--accent) 0%,#fe0202 100%)!important;border-color:transparent!important;color:#fff!important;box-shadow:0 16px 28px rgba(254,2,2,.22)!important}
html[data-theme="dark"] .rubrique-sidebar .compact-box,html[data-theme="dark"] .rubrique-sidebar .compact-sidebar-card{background:linear-gradient(180deg,#131a24 0%,#0e141d 100%)!important;border-color:rgba(255,255,255,.08)!important}

/* v33 menu rouge en mode sombre + module en ce moment */
.latest-label{font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:none}
.moment-strip{background:#fff;border-bottom:1px solid var(--line)}
.moment-strip .container{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:18px;padding:10px 18px}
.moment-track:after{background:linear-gradient(90deg,rgba(255,255,255,0),#fff)}
.moment-links a{font-weight:900;color:#1a1d22}
.moment-links a:hover{color:var(--accent)}
.latest-strip .container,.moment-strip .container{padding-top:11px;padding-bottom:11px}
html[data-theme="dark"] .menuwrap{background:#fe0202!important;border-bottom-color:rgba(255,255,255,.16)!important}
html[data-theme="dark"] .menu-drawer{background:#d80000!important;border-bottom-color:rgba(255,255,255,.14)!important}
html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .header-search-link,html[data-theme="dark"] .social-icons a,html[data-theme="dark"] .menu-tools .theme-toggle{color:#fff!important}
html[data-theme="dark"] .mainmenu a.is-hot,html[data-theme="dark"] .mainmenu a:hover{color:#fff!important;opacity:1}
html[data-theme="dark"] .mainmenu a:after{background:#fff!important}
html[data-theme="dark"] .menu-burger{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.2)!important;color:#fff!important}
html[data-theme="dark"] .theme-toggle{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.2)!important;color:#fff!important}
html[data-theme="dark"] .menu-burger span{background:#fff!important}
html[data-theme="dark"] .moment-strip,html[data-theme="dark"] .latest-strip{background:#10161f!important;border-bottom-color:rgba(255,255,255,.08)!important}
html[data-theme="dark"] .moment-track,html[data-theme="dark"] .latest-track,html[data-theme="dark"] .moment-links,html[data-theme="dark"] .latest-links{background:#10161f!important}
html[data-theme="dark"] .moment-track:after,html[data-theme="dark"] .latest-track:after{background:linear-gradient(90deg,rgba(16,22,31,0),#10161f)!important}
html[data-theme="dark"] .moment-links a,html[data-theme="dark"] .latest-links a{color:#edf2f8!important}
html[data-theme="dark"] .latest-label{background:rgba(254,2,2,.16)!important;border-color:rgba(254,2,2,.26)!important;color:#ffd7d7!important}
@media (max-width:860px){.moment-strip .container,.latest-strip .container{grid-template-columns:1fr;gap:10px}.moment-strip,.latest-strip{margin-top:0}.moment-strip .latest-label,.latest-strip .latest-label{justify-self:start}}

/* v34 footer, menu rouge #fe0202 et bouton thème en sidebar */
.menuwrap{background:#fe0202!important;border-bottom:0!important;box-shadow:0 12px 28px rgba(35,10,10,.12)!important}
.menuwrap .container{min-height:80px}
.menu-drawer{background:#e10202!important;border-bottom:0!important;box-shadow:0 18px 32px rgba(35,10,10,.18)!important}
.mainmenu a.is-hot:after,.mainmenu a:hover:after{background:#fff!important}
html[data-theme="dark"] .menuwrap{background:#fe0202!important;border-bottom:0!important;box-shadow:0 12px 28px rgba(0,0,0,.24)!important}
html[data-theme="dark"] .menu-drawer{background:#e10202!important;border-bottom:0!important;box-shadow:0 18px 32px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .header-search-link,html[data-theme="dark"] .social-icons a,html[data-theme="dark"] .menu-tools .theme-toggle{color:#fff!important}
html[data-theme="dark"] .mainmenu a.is-hot:after,html[data-theme="dark"] .mainmenu a:hover:after{background:#fff!important}

.footer-refined{position:relative;background:linear-gradient(180deg,#0a111a 0%,#070d14 100%);border-top:4px solid #fe0202;color:#d7dee9}
.footer-refined:before{content:"";position:absolute;inset:0 0 auto 0;height:1px;background:rgba(255,255,255,.08)}
.footer-inner{display:grid;grid-template-columns:minmax(260px,1.2fr) .95fr .75fr .75fr;gap:34px;padding:34px 0 26px}
.footer-brand{display:grid;gap:12px;align-content:start}
.footer-brand img{height:52px;width:auto}
.footer-brand small{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:#f6f8fb;font-weight:800}
.footer-description{max-width:48ch;margin:0;color:#c4cddd;line-height:1.75;font-size:16px}
.footer-links-col h4{margin:0 0 14px;font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:#f7f9fc;font-weight:900}
.footer-links-list{display:grid;gap:12px}
.footer-links-list-columns{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:18px;row-gap:12px}
.footer-links-list a{display:inline-flex;align-items:center;gap:10px;color:#d7dee9;font-weight:700;line-height:1.4}
.footer-links-list a:before{content:"";width:5px;height:5px;border-radius:999px;background:#fe0202;flex:0 0 5px;box-shadow:0 0 0 6px rgba(254,2,2,.08)}
.footer-links-list a:hover{color:#fff}
.footer-socials{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}
.footer-socials a{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.02);color:#fff}
.footer-socials a:hover{border-color:rgba(254,2,2,.36);background:rgba(254,2,2,.12);color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.16)}
.footer-bottom-inner{display:flex;justify-content:center;padding:16px 0}
.footer-bottom p{margin:0;text-align:center;font-size:14px;line-height:1.6;color:#c9d2df}
.footer-bottom a{color:#fff;font-weight:800}
.footer-bottom a:hover{color:#fff}
html[data-theme="dark"] .footer-refined{background:linear-gradient(180deg,#071018 0%,#04080e 100%);color:#d7dee9}
html[data-theme="dark"] .footer-links-list a,html[data-theme="dark"] .footer-description,html[data-theme="dark"] .footer-bottom p{color:#d7dee9!important}
html[data-theme="dark"] .footer-socials a{border-color:rgba(255,255,255,.12)!important;background:rgba(255,255,255,.02)!important;color:#fff!important}
html[data-theme="dark"] .footer-socials a:hover{background:rgba(254,2,2,.14)!important;border-color:rgba(254,2,2,.4)!important}

.sidebar-theme-module,.home-theme-module{overflow:hidden}
.sidebar-theme-box{display:grid;gap:14px;padding:18px 20px;background:linear-gradient(180deg,#fff 0%,#fbfcfe 100%)}
.sidebar-theme-box p{margin:0;color:#5c6472;line-height:1.65;font-size:14px}
.sidebar-theme-toggle{width:100%!important;height:52px!important;border-radius:16px!important;grid-template-columns:24px 1fr;justify-content:start!important;gap:12px;padding:0 16px!important;background:linear-gradient(180deg,#fe0202 0%,#fe0202 100%)!important;border:0!important;box-shadow:0 14px 28px rgba(254,2,2,.24)!important;color:#fff!important}
.sidebar-theme-toggle:hover{background:linear-gradient(180deg,#ff1919 0%,#fe0202 100%)!important;transform:translateY(-2px)!important}
.sidebar-theme-toggle .sidebar-theme-toggle-icon{position:relative;display:inline-grid;place-items:center;width:22px;height:22px}
.sidebar-theme-toggle .sidebar-theme-toggle-icon svg{position:absolute;width:18px;height:18px}
.sidebar-theme-toggle .theme-toggle-sun{opacity:0;transform:scale(.72) rotate(-35deg)}
html[data-theme="dark"] .sidebar-theme-toggle .theme-toggle-moon{opacity:0;transform:scale(.72) rotate(35deg)}
html[data-theme="dark"] .sidebar-theme-toggle .theme-toggle-sun{opacity:1;transform:scale(1) rotate(0)}
.sidebar-theme-toggle-label{font-size:14px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.site-sidebar-unified .sidebar-theme-module .module-tag::after,.rubrique-sidebar .sidebar-theme-module .module-tag::after{background:#fff}
html[data-theme="dark"] .sidebar-theme-box{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important}
html[data-theme="dark"] .sidebar-theme-box p{color:#b8c3d2!important}
html[data-theme="dark"] .sidebar-theme-toggle{box-shadow:0 16px 30px rgba(0,0,0,.3)!important}

@media (max-width:1180px){.footer-inner{grid-template-columns:1fr 1fr}.footer-brand-col{grid-column:1/-1}}
@media (max-width:760px){.footer-inner{grid-template-columns:1fr;gap:24px;padding:28px 0 20px}.footer-links-list-columns{grid-template-columns:1fr 1fr}.footer-brand img{height:46px}.footer-description{font-size:15px}.footer-bottom-inner{padding:14px 0}.footer-bottom p{font-size:13px}.sidebar-theme-box{padding:16px}}

/* v44 pages intérieures unifiées : sidebar, contact, recherche */
.interior-page-wrap{padding-top:26px;padding-bottom:34px}
.interior-layout-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px;align-items:start}
.interior-main-content{display:grid;gap:22px;min-width:0}
.interior-sidebar{display:grid;gap:22px}
.interior-sidebar .side-module{background:var(--card);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);overflow:hidden}
.interior-hero-card,.editorial-panel{background:var(--card);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);padding:28px 30px}
.interior-hero-card h1,.editorial-panel h2{margin:0 0 10px;line-height:1.02;letter-spacing:-.04em}
.interior-hero-card h1{font-size:44px}
.interior-hero-text,.editorial-panel p{color:var(--muted);font-size:17px;line-height:1.78}
.panel-kicker,.page-surtitle{display:inline-flex;align-items:center;gap:12px;margin-bottom:16px;color:#fe0202;font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}
.panel-kicker:before,.page-surtitle:before{content:"";width:48px;height:4px;border-radius:999px;background:#fe0202}
.interior-hero-pills,.search-shortcuts-chips,.contact-highlight-list,.contact-checklist{display:flex;flex-wrap:wrap;gap:10px}
.interior-hero-pills span,.search-shortcuts-chips a,.contact-highlight-list li,.contact-checklist li,.search-chip{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 16px;border-radius:999px;border:1px solid rgba(254,2,2,.16);background:#fff5f5;color:#7f1d1d;font-size:13px;font-weight:800}
.contact-info-grid,.editorial-panels-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.contact-checklist,.contact-highlight-list{padding:0;margin:14px 0 0;list-style:none}
.panel-linkline a{display:inline-flex;align-items:center;gap:10px;font-weight:900;color:#fe0202}
.contact-guidelines-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:16px}
.contact-guidelines-grid article{padding:18px;border-radius:18px;background:var(--bg-soft);border:1px solid var(--line)}
.contact-guidelines-grid strong{display:block;margin-bottom:10px;font-size:15px;letter-spacing:-.02em}
.contact-form-shell-enhanced{padding:22px;border-radius:24px;background:linear-gradient(180deg,#fff, #fbfcfe);border:1px solid var(--line)}
.contact-form-wrap-enhanced{display:grid;gap:16px}
.contact-form-wrap-enhanced form{display:grid;gap:16px}
.contact-form-wrap-enhanced fieldset{margin:0;padding:18px;border:1px solid var(--line);border-radius:20px;background:var(--card)}
.contact-form-wrap-enhanced .editer,.contact-form-wrap-enhanced .fieldset .editer{margin-bottom:14px}
.contact-form-wrap-enhanced label{display:block;margin-bottom:8px;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#2a313d}
.contact-form-wrap-enhanced input,.contact-form-wrap-enhanced textarea,.contact-form-wrap-enhanced select{width:100%;border:1px solid var(--line-strong);border-radius:16px;padding:14px 16px;background:#fff;color:var(--text)}
.contact-form-wrap-enhanced textarea{min-height:180px;resize:vertical}
.contact-form-wrap-enhanced .boutons{display:flex;justify-content:flex-start}
.contact-form-wrap-enhanced .submit,.contact-form-wrap-enhanced button{display:inline-flex;align-items:center;justify-content:center;min-width:220px;min-height:52px;padding:0 24px;border:0;border-radius:999px;background:#fe0202;color:#fff;font-weight:900;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 16px 32px rgba(254,2,2,.22)}
.search-hero-card{gap:18px}
.search-form-pro{display:grid;gap:14px;margin-top:18px}
.search-form-mainline{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px}
.search-form-pro input[type="search"]{height:58px;padding:0 18px;border:1px solid var(--line-strong);border-radius:18px;background:var(--card);font-size:17px}
.search-submit-primary{min-width:220px;height:58px;border:0;border-radius:18px;background:#fe0202;color:#fff;font-weight:900;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 18px 34px rgba(254,2,2,.24)}
.search-form-tools{display:flex;flex-wrap:wrap;gap:10px}
.search-tool-btn,.search-tool-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;border:1px solid var(--line);background:var(--bg-soft);color:var(--text);font-size:13px;font-weight:800}
.search-tool-link{border-color:rgba(254,2,2,.18);background:#fff5f5;color:#fe0202}
.search-shortcuts-panel{display:grid;gap:12px;padding:18px;border-radius:22px;background:linear-gradient(180deg,#fff,#fbfcfe);border:1px solid var(--line)}
.search-shortcuts-panel strong{font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:#1a2230}
.search-metrics-row-enhanced{margin:0}
.search-results-panel .search-block-head,.search-block-taxonomy .search-block-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}
.search-results-panel .search-block-head span,.search-block-taxonomy .search-block-head span{font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#fe0202}
.search-grid-editorial{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.search-card-editorial{background:var(--card);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:16px;display:grid;gap:12px}
.search-card-editorial .thumb{border-radius:18px;overflow:hidden}
.search-card-topline{display:flex;align-items:center;justify-content:space-between;gap:12px}
.search-card-topline .search-score{font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#fe0202}
.search-card-editorial h3{margin:0;font-size:30px;line-height:1.08;letter-spacing:-.04em}
.search-card-editorial .excerpt{margin:0;color:var(--muted)}
.search-card-editorial .search-meta{display:flex;flex-wrap:wrap;gap:12px;color:#6f7682;font-size:14px;font-weight:700}
.search-empty-card h2{font-size:34px}
.search-chip-grid{display:flex;flex-wrap:wrap;gap:10px}
.site-sidebar-unified .social-grid-ref{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:18px 20px}
.site-sidebar-unified .social-grid-ref a{display:flex;align-items:center;gap:12px;min-height:56px;padding:0 16px;border-radius:16px;background:var(--bg-soft);border:1px solid var(--line);font-weight:800;color:var(--text)}
.site-sidebar-unified .social-grid-ref .icon{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:999px;background:#fff;color:#fe0202;border:1px solid rgba(254,2,2,.16)}
.site-sidebar-unified .sidebar-item-ref{display:grid;grid-template-columns:88px 1fr;gap:14px;padding:16px 18px;border-top:1px solid var(--line)}
.site-sidebar-unified .sidebar-item-ref .thumb{overflow:hidden;border-radius:16px}
.site-sidebar-unified .sidebar-item-ref .thumb img{width:100%;height:100%;object-fit:cover}
.site-sidebar-unified .sidebar-item-ref h4{margin:0;font-size:21px;line-height:1.14;letter-spacing:-.03em}
.site-sidebar-unified .card-surtitle{margin-top:8px;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#fe0202}
.site-sidebar-unified .sidebar-item-mostread-ref{grid-template-columns:54px 1fr !important;padding-left:16px !important}
.site-sidebar-unified .sidebar-item-mostread-ref .mostread-rank-ref{align-self:start}
.site-sidebar-unified .sidebar-item-mostread-ref h4{font-size:18px !important}
html[data-theme="dark"] .interior-hero-card,html[data-theme="dark"] .editorial-panel,html[data-theme="dark"] .contact-form-shell-enhanced,html[data-theme="dark"] .search-shortcuts-panel{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important;border-color:rgba(255,255,255,.08)!important;box-shadow:0 16px 34px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .interior-hero-text,html[data-theme="dark"] .editorial-panel p,html[data-theme="dark"] .contact-form-intro,html[data-theme="dark"] .search-card-editorial .excerpt{color:#b8c3d2!important}
html[data-theme="dark"] .interior-hero-pills span,html[data-theme="dark"] .search-shortcuts-chips a,html[data-theme="dark"] .contact-highlight-list li,html[data-theme="dark"] .contact-checklist li,html[data-theme="dark"] .search-chip,html[data-theme="dark"] .search-tool-btn{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .search-tool-link{background:rgba(254,2,2,.12)!important;border-color:rgba(254,2,2,.28)!important;color:#ffd8d8!important}
html[data-theme="dark"] .contact-guidelines-grid article,html[data-theme="dark"] .site-sidebar-unified .social-grid-ref a{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .site-sidebar-unified .social-grid-ref .icon{background:#0d141d!important;border-color:rgba(254,2,2,.22)!important;color:#fff!important}
html[data-theme="dark"] .contact-form-wrap-enhanced fieldset,html[data-theme="dark"] .contact-form-wrap-enhanced input,html[data-theme="dark"] .contact-form-wrap-enhanced textarea,html[data-theme="dark"] .contact-form-wrap-enhanced select,html[data-theme="dark"] .search-form-pro input[type="search"],html[data-theme="dark"] .search-card-editorial{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .contact-form-wrap-enhanced label,html[data-theme="dark"] .search-shortcuts-panel strong{color:#edf2f8!important}
@media (max-width:1180px){.interior-layout-grid{grid-template-columns:1fr}.interior-sidebar{order:2}.contact-info-grid,.editorial-panels-grid,.contact-guidelines-grid,.search-grid-editorial{grid-template-columns:1fr 1fr}}
@media (max-width:760px){.interior-page-wrap{padding-top:18px}.interior-hero-card,.editorial-panel{padding:22px 18px}.interior-hero-card h1{font-size:34px}.search-form-mainline,.contact-info-grid,.editorial-panels-grid,.contact-guidelines-grid,.search-grid-editorial,.site-sidebar-unified .social-grid-ref{grid-template-columns:1fr}.search-submit-primary,.contact-form-wrap-enhanced .submit,.contact-form-wrap-enhanced button{min-width:0;width:100%}.site-sidebar-unified .sidebar-item-ref{grid-template-columns:76px 1fr}.site-sidebar-unified .sidebar-item-ref h4{font-size:18px}}

/* v60 home sections align strictly with top grid */
.page-home .home-wrap-tight > .home-bottom-shell{display:block!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;box-sizing:border-box!important}
.page-home .home-wrap-tight > .home-bottom-shell > .section,
.page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin:0 0 34px 0!important;
  padding:0!important;
  box-sizing:border-box!important;
}
.page-home .home-wrap-tight > .home-bottom-shell > .section:last-child{margin-bottom:0!important}
.page-home .home-wrap-tight > .home-bottom-shell .home-mostread-editorial-section,
.page-home .home-wrap-tight > .home-bottom-shell .home-mostread-editorial-grid,
.page-home .home-wrap-tight > .home-bottom-shell .section-head,
.page-home .home-wrap-tight > .home-bottom-shell .rub-grid{
  max-width:100%!important;
}
@media (max-width:860px){
  .page-home .home-wrap-tight > .home-bottom-shell > .section,
  .page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
  .page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
  .page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{margin-bottom:28px!important}
}

/* v61 final home boxed alignment */
.page-home .home-wrap-tight > .home-bottom-shell{
  width:calc(100% - 36px)!important;
  max-width:calc(var(--container) - 36px)!important;
  margin:0 auto!important;
  padding:0!important;
  box-sizing:border-box!important;
}
.page-home .home-wrap-tight > .home-bottom-shell > .section,
.page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{
  width:100%!important;
  max-width:100%!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:0!important;
  padding-right:0!important;
}
@media (max-width:860px){
  .page-home .home-wrap-tight > .home-bottom-shell{
    width:calc(100% - 28px)!important;
    max-width:calc(100% - 28px)!important;
  }
}

/* v8 overrides */
.article-breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 16px;padding:0;background:transparent;border:0;font-size:12px !important;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#8b919d}
.article-breadcrumbs a{display:inline-flex;align-items:center;color:#4b515c}
.article-breadcrumbs a:hover{color:var(--accent)}
.article-breadcrumbs .crumb-sep{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:999px;background:#f4f5f7;color:var(--accent);font-size:11px;font-weight:900}
.article-breadcrumbs span:last-child{color:#1f232a;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.article-hero-ref img,.article-hero-ref .spip_logos,.article-hero-ref .spip_logo{border:3px solid var(--accent);box-sizing:border-box}
.article-standfirst-ref{max-width:none !important}
.article-standfirst-text{font-weight:800 !important}
.article-standfirst-text .dropcap-letter{float:left;display:inline-block;margin:.02em .12em 0 0;font-size:4.35em;line-height:.78;font-weight:950;color:var(--accent);text-transform:uppercase}
.article-meta-strip{margin:0 0 18px !important}
.article-authorbox{display:grid !important;grid-template-columns:48px minmax(0,1fr) !important;align-items:center !important;gap:12px !important;padding:10px 14px !important}
.author-avatar{width:48px !important;height:48px !important;flex-basis:48px !important}
.author-lines{display:grid !important;grid-template-columns:max-content 1fr !important;align-items:center !important;column-gap:14px !important;row-gap:0 !important}
.author-mainline{display:flex !important;align-items:center !important;min-width:max-content}
.author-mainline strong{font-size:16px !important}
.article-meta-badges{display:flex !important;flex-wrap:nowrap !important;align-items:center !important;gap:8px !important;min-width:0 !important;overflow:auto hidden !important;padding-bottom:2px}
.meta-badge{min-height:34px !important;padding:5px 10px !important;border-radius:999px !important;gap:7px !important;white-space:nowrap !important}
.meta-badge span{display:inline-flex !important;align-items:baseline !important;gap:6px !important;white-space:nowrap !important}
.meta-badge strong,.meta-badge em,.meta-badge small{display:inline !important}
.meta-badge strong{font-size:10px !important;letter-spacing:.05em}
.meta-badge em{font-size:12px !important}
.meta-badge small,.meta-read span{font-size:12px !important}
.meta-badge svg{width:14px !important;height:14px !important}
.mostread-module .sidebar-list-ref{display:grid !important;gap:10px !important}
.sidebar-item-mostread-ref{grid-template-columns:48px 88px minmax(0,1fr) !important;align-items:center !important;gap:12px !important;padding:12px !important;border-radius:16px !important;background:#fff !important;border:1px solid rgba(254,2,2,.12) !important;box-shadow:0 8px 20px rgba(18,22,34,.04) !important}
.sidebar-rank-ref{align-self:stretch !important;display:flex !important;align-items:center !important;justify-content:center !important}
.sidebar-rank-ref span{width:38px !important;height:38px !important;border-radius:12px !important;font-size:18px !important;box-shadow:0 8px 16px rgba(254,2,2,.18) !important}
.sidebar-item-mostread-ref .thumb{width:100% !important;aspect-ratio:1 / 1 !important;border-radius:12px !important;overflow:hidden}
.sidebar-item-mostread-ref .thumb img{display:block;width:100% !important;height:100% !important;min-height:0 !important;aspect-ratio:1 / 1 !important;object-fit:cover;border-radius:12px !important}
.sidebar-item-mostread-ref .sidebar-item-body{display:grid !important;gap:6px !important;min-width:0}
.sidebar-item-mostread-ref h4{font-size:17px !important;line-height:1.18 !important;margin:0 !important}
.sidebar-item-mostread-ref .catline{margin:0 !important}
.mostread-meta-ref{margin-top:2px !important;gap:6px !important;font-size:10px !important;letter-spacing:.04em !important}
.mostread-meta-ref .mostread-label{font-size:10px !important}
.reading-progress{height:8px !important;background:rgba(0,0,0,.18) !important}
.reading-progress span{background:linear-gradient(90deg,#000 0%,#2a2a2a 20%,var(--accent) 46%,#000 72%,var(--accent) 100%) !important;background-size:300% 100% !important;animation:reading-bar-flow .75s linear infinite,reading-bar-pulse 1s ease-in-out infinite !important;box-shadow:0 0 24px rgba(0,0,0,.34),0 0 16px rgba(254,2,2,.26) !important;transform-origin:left center}
.reading-progress.is-active span{animation:reading-bar-flow .75s linear infinite,reading-bar-pulse 1s ease-in-out infinite,reading-bar-jitter .45s ease-in-out infinite !important}
@keyframes reading-bar-jitter{0%,100%{transform:scaleY(1)}50%{transform:scaleY(1.18)}}
@media (max-width:1080px){.author-lines{grid-template-columns:1fr !important;row-gap:8px !important}.article-meta-badges{flex-wrap:wrap !important;overflow:visible !important}.sidebar-item-mostread-ref{grid-template-columns:44px 82px minmax(0,1fr) !important}}
@media (max-width:640px){.article-breadcrumbs{font-size:11px !important;gap:6px}.article-standfirst-text .dropcap-letter{font-size:3.6em}.article-authorbox{grid-template-columns:42px minmax(0,1fr) !important;padding:10px 12px !important}.author-avatar{width:42px !important;height:42px !important;flex-basis:42px !important}.meta-badge{min-height:32px !important;padding:5px 8px !important}.sidebar-item-mostread-ref{grid-template-columns:38px 68px minmax(0,1fr) !important;gap:10px !important}.sidebar-rank-ref span{width:30px !important;height:30px !important;font-size:14px !important}}

.article-title-ref,.article-body-ref h2,.article-body-ref h3,.article-body-ref h4,.article-body-ref h5,.article-body-ref h6{max-width:none !important;width:100% !important}
.article-meta-strip{margin:0 0 18px !important}
.article-authorbox{display:grid !important;grid-template-columns:52px minmax(0,1fr) !important;align-items:center !important;gap:12px !important;padding:12px 14px !important;border-radius:14px !important}
.author-avatar{width:52px !important;height:52px !important;flex-basis:52px !important}
.author-lines{display:grid !important;grid-template-columns:minmax(110px,max-content) minmax(0,1fr) !important;align-items:center !important;column-gap:12px !important;row-gap:0 !important;min-width:0 !important}
.author-mainline{min-width:0 !important}
.author-mainline strong{font-size:16px !important;white-space:nowrap !important}
.article-meta-badges{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:8px !important;min-width:0 !important;overflow:visible !important}
.meta-badge{display:flex !important;align-items:center !important;min-width:0 !important;min-height:40px !important;padding:8px 10px !important;border-radius:14px !important;gap:8px !important;white-space:normal !important}
.meta-badge svg{width:15px !important;height:15px !important;flex:0 0 15px !important;margin-top:0 !important}
.meta-badge span{display:grid !important;gap:1px !important;min-width:0 !important}
.meta-badge strong,.meta-badge em,.meta-badge small{display:block !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}
.meta-badge strong{font-size:10px !important;line-height:1.1 !important;letter-spacing:.05em !important;text-transform:uppercase !important;color:#7a808a !important}
.meta-badge em{font-size:12px !important;line-height:1.2 !important;font-style:normal !important;color:#1f232a !important;font-weight:850 !important}
.meta-badge small,.meta-read span{font-size:11px !important;line-height:1.2 !important;color:#6c7380 !important;font-weight:700 !important}
.meta-read span{display:block !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}
.article-standfirst-text,.js-article-body > p:first-of-type{font-weight:800 !important}
.article-standfirst-text .dropcap-letter,.js-article-body > p:first-of-type .dropcap-letter{float:left;display:inline-block;margin:.04em .12em 0 0;font-size:4.2em;line-height:.74;font-weight:950;color:var(--accent);text-transform:uppercase}
.mostread-list-ref{display:grid !important;gap:12px !important}
.sidebar-item-mostread-ref{display:grid !important;grid-template-columns:56px minmax(0,1fr) !important;align-items:start !important;gap:14px !important;padding:14px 16px !important;border:1px solid rgba(254,2,2,.12) !important;border-radius:18px !important;background:linear-gradient(180deg,#fff 0%,#fff7f7 100%) !important;box-shadow:0 10px 24px rgba(18,22,34,.05) !important}
.mostread-rank-ref{display:flex !important;align-items:flex-start !important;justify-content:center !important;text-decoration:none !important}
.mostread-rank-ref span{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:42px !important;height:42px !important;border-radius:14px !important;background:linear-gradient(180deg,var(--accent) 0%,#fe0202 100%) !important;color:#fff !important;font-size:20px !important;font-weight:900 !important;box-shadow:0 10px 18px rgba(254,2,2,.22) !important}
.sidebar-item-mostread-ref .sidebar-item-body{display:grid !important;gap:6px !important;min-width:0 !important}
.mostread-kicker-ref,.mostread-kicker-ref a{font-size:11px !important;line-height:1.2 !important;font-weight:900 !important;letter-spacing:.08em !important;text-transform:uppercase !important;color:var(--accent) !important}
.sidebar-item-mostread-ref .card-surtitle{margin:0 !important;font-size:11px !important}
.sidebar-item-mostread-ref h4{margin:0 !important;font-size:18px !important;line-height:1.22 !important;letter-spacing:-.02em !important}
.sidebar-item-mostread-ref h4 a{display:block !important}
.mostread-meta-ref{display:flex !important;align-items:center !important;gap:8px !important;flex-wrap:wrap !important;font-size:11px !important;font-weight:800 !important;color:#6d7480 !important;text-transform:none !important;letter-spacing:0 !important}
.mostread-meta-ref .mostread-label{display:inline-flex !important;align-items:center !important;gap:6px !important;color:var(--accent) !important}
.mostread-meta-ref .mostread-label::before{content:"";width:6px;height:6px;border-radius:999px;background:var(--accent)}
@media (max-width:1080px){.author-lines{grid-template-columns:1fr !important;row-gap:8px !important}.article-meta-badges{grid-template-columns:repeat(3,minmax(0,1fr)) !important}.sidebar-item-mostread-ref{grid-template-columns:52px minmax(0,1fr) !important}}
@media (max-width:720px){.article-authorbox{grid-template-columns:44px minmax(0,1fr) !important}.author-avatar{width:44px !important;height:44px !important;flex-basis:44px !important}.article-meta-badges{grid-template-columns:1fr !important}.meta-badge strong,.meta-badge em,.meta-badge small{white-space:normal !important;overflow:visible !important}.article-standfirst-text .dropcap-letter,.js-article-body > p:first-of-type .dropcap-letter{font-size:3.5em !important}.sidebar-item-mostread-ref{grid-template-columns:46px minmax(0,1fr) !important;padding:12px 14px !important}.mostread-rank-ref span{width:36px !important;height:36px !important;font-size:17px !important}}

/* footer conventionnel et mode sombre renforcé */
.footer.footer-refined{margin-top:52px;background:#11151c;border-top:4px solid var(--accent);padding:0;border-radius:0!important}
.footer-refined .footer-inner{position:relative;grid-template-columns:minmax(0,1.45fr) minmax(190px,.75fr) minmax(190px,.75fr);gap:28px;padding:26px 0 20px}
.footer-refined .footer-inner:before{display:none}
.footer-refined .footer-brand-col,.footer-refined .footer-links-col{background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0}
.footer-refined .footer-brand{margin-bottom:10px;gap:8px}
.footer-refined .footer-brand img{height:44px;max-width:220px;filter:brightness(1.02)}
.footer-refined .footer-brand small{color:rgba(255,255,255,.62)}
.footer-refined .footer-brand small:before{box-shadow:none;background:var(--accent)}
.footer-refined .footer-description{margin:0 0 14px;max-width:60ch;color:rgba(255,255,255,.78);font-size:14px;line-height:1.7}
.footer-refined h4{margin:0 0 12px;color:#fff;font-size:11px;letter-spacing:.18em}
.footer-refined h4:before{width:22px;height:2px;border-radius:0;background:var(--accent)}
.footer-refined .footer-links-list{gap:2px}
.footer-refined .footer-links-list a{padding:8px 0 8px 16px;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;color:rgba(255,255,255,.8)!important}
.footer-refined .footer-links-list a:before{left:0;top:11px;bottom:11px;width:3px;border-radius:0;background:rgba(254,2,2,.9)}
.footer-refined .footer-links-list a:hover{transform:none;color:#fff!important;text-decoration:none}
.footer-refined .footer-links-list a:hover:before{transform:none;background:#fff}
.footer-refined .footer-socials{gap:8px;margin-top:4px!important}
.footer-refined .footer-socials a{width:38px;height:38px;border-radius:0;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.03)!important;color:#fff;box-shadow:none}
.footer-refined .footer-socials a:hover{background:var(--accent)!important;border-color:var(--accent);transform:none}
.footer-refined .footer-bottom{background:#0a0d12;border-top:1px solid rgba(255,255,255,.1)}
.footer-refined .footer-bottom-inner{padding:12px 0}
.footer-refined .footer-bottom p{font-size:12px;line-height:1.65;color:rgba(255,255,255,.72)}
.footer-refined .footer-bottom a{color:#fff;border:0;text-decoration:none;font-weight:800}
.footer-refined .footer-bottom a:hover{color:#fff;text-decoration:underline}
@media (max-width:860px){.footer-refined .footer-inner{grid-template-columns:1fr;gap:18px;padding:22px 0 18px}}

html[data-theme="dark"] .menuwrap,html[data-theme="dark"] .menu-drawer,html[data-theme="dark"] .latest-track,html[data-theme="dark"] .search-hero form,html[data-theme="dark"] .pagination a,html[data-theme="dark"] .pagination .on,html[data-theme="dark"] .ajax-pager a,html[data-theme="dark"] .comment-form-wrap,html[data-theme="dark"] .comments-refined,html[data-theme="dark"] .comments-shell,html[data-theme="dark"] .comment-form,html[data-theme="dark"] .section-head-inline,html[data-theme="dark"] .section-head,html[data-theme="dark"] .home-mostread-inline-section,html[data-theme="dark"] .home-mostread-editorial-section,html[data-theme="dark"] .home-mostread-editorial-grid,html[data-theme="dark"] .lireaussi-refined,html[data-theme="dark"] .read-more-card,html[data-theme="dark"] .mostread-card-editorial,html[data-theme="dark"] .sidebar-item-mostread-ref,html[data-theme="dark"] .comment-form input,html[data-theme="dark"] .comment-form textarea,html[data-theme="dark"] .comment-form select{border-color:rgba(255,255,255,.09)!important}
html[data-theme="dark"] p,html[data-theme="dark"] li,html[data-theme="dark"] dd,html[data-theme="dark"] dt,html[data-theme="dark"] figcaption,html[data-theme="dark"] .article-body-ref blockquote,html[data-theme="dark"] .article-body-ref li,html[data-theme="dark"] .article-meta-strip,html[data-theme="dark"] .article-breadcrumb-ref,html[data-theme="dark"] .comment-item p,html[data-theme="dark"] .comment-form label,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .rub-card-meta,html[data-theme="dark"] .home-mostread-lead p,html[data-theme="dark"] .sidebar-item-body p,html[data-theme="dark"] .search-card-advanced p,html[data-theme="dark"] .contact-form-wrap p{color:var(--muted)!important}
html[data-theme="dark"] a,html[data-theme="dark"] .article-body-ref a,html[data-theme="dark"] .page-card a,html[data-theme="dark"] .author-card a,html[data-theme="dark"] .sidebar-module a,html[data-theme="dark"] .rub-feature a,html[data-theme="dark"] .rub-mini a,html[data-theme="dark"] .compact-card a{color:inherit}
html[data-theme="dark"] .article-body-ref a,html[data-theme="dark"] .footer-refined a:hover,html[data-theme="dark"] .mainmenu a:hover,html[data-theme="dark"] .menu-drawer-nav a:hover,html[data-theme="dark"] .header-search-link:hover{color:#fff!important}
html[data-theme="dark"] .menuwrap{background:#121821;border-bottom-color:rgba(255,255,255,.08)}
html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .header-search-link{color:#edf2f7}
html[data-theme="dark"] .menu-burger{border-color:rgba(255,255,255,.12);background:#151c25;color:#fff}
html[data-theme="dark"] .menu-burger span{background:#fff}
html[data-theme="dark"] .home-mostread-card,html[data-theme="dark"] .home-mostread-lead,html[data-theme="dark"] .home-mostread-item,html[data-theme="dark"] .mostread-row,html[data-theme="dark"] .sidebar-item-mostread-ref,html[data-theme="dark"] .lireaussi-card,html[data-theme="dark"] .related-card,html[data-theme="dark"] .archive-feed article,html[data-theme="dark"] .rubrique-feed article,html[data-theme="dark"] .search-card-advanced,html[data-theme="dark"] .contact-form-wrap,html[data-theme="dark"] .comment-form-wrap{background:var(--card)!important;box-shadow:0 14px 32px rgba(0,0,0,.22)!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum,html[data-theme="dark"] .comment-form-wrap form{background:linear-gradient(180deg,#121923 0%,#0f151e 100%)!important;border-color:rgba(255,255,255,.12)!important;box-shadow:0 18px 40px rgba(0,0,0,.32)!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum fieldset,html[data-theme="dark"] .comment-form-wrap form fieldset{border-color:rgba(255,255,255,.14)!important;background:rgba(255,255,255,.02)!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum h3,html[data-theme="dark"] .comment-form-wrap form h3,html[data-theme="dark"] .comment-form-wrap .formulaire_forum legend,html[data-theme="dark"] .comment-form-wrap form legend{color:#ff5b5b!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum .session,html[data-theme="dark"] .comment-form-wrap form .session{background:rgba(255,255,255,.03)!important;border-color:rgba(255,255,255,.1)!important;color:#e8edf5!important}
html[data-theme="dark"] .comment-form-wrap label,html[data-theme="dark"] .comment-form-wrap .explication,html[data-theme="dark"] .comment-form-wrap .notice,html[data-theme="dark"] .comment-form-wrap .session,html[data-theme="dark"] .comment-form-wrap .session a,html[data-theme="dark"] .comment-form-wrap p{color:#cdd6e3!important}
html[data-theme="dark"] .comment-form-wrap input,html[data-theme="dark"] .comment-form-wrap textarea,html[data-theme="dark"] .comment-form-wrap select{background:#08111d!important;border-color:rgba(255,255,255,.12)!important;color:#f5f7fb!important;box-shadow:inset 0 1px 2px rgba(0,0,0,.22)!important}
html[data-theme="dark"] .comment-form-wrap input::placeholder,html[data-theme="dark"] .comment-form-wrap textarea::placeholder{color:#7f8aa0!important}
html[data-theme="dark"] .comment-form-wrap input:focus,html[data-theme="dark"] .comment-form-wrap textarea:focus,html[data-theme="dark"] .comment-form-wrap select:focus{border-color:rgba(254,2,2,.55)!important;box-shadow:0 0 0 4px rgba(254,2,2,.14)!important;background:#0b1522!important}
html[data-theme="dark"] .comment-form-wrap .boutons input,html[data-theme="dark"] .comment-form-wrap .boutons button,html[data-theme="dark"] .comment-form-wrap .submit{color:#fff!important}
html[data-theme="dark"] .article-body-ref strong,html[data-theme="dark"] .article-body-ref b,html[data-theme="dark"] .article-body-ref h2,html[data-theme="dark"] .article-body-ref h3,html[data-theme="dark"] .article-body-ref h4,html[data-theme="dark"] .article-body-ref h5,html[data-theme="dark"] .article-body-ref h6,html[data-theme="dark"] .article-standfirst-text,html[data-theme="dark"] .meta-badge strong,html[data-theme="dark"] .comment-author,html[data-theme="dark"] .section-head-inline h2,html[data-theme="dark"] .section-head h2,html[data-theme="dark"] .footer-refined h4{color:#f5f7fb!important}
html[data-theme="dark"] .article-body-ref blockquote{background:#121923;border-left:4px solid var(--accent);color:#dce4ee}
html[data-theme="dark"] .article-body-ref hr{border-color:rgba(255,255,255,.1)}
html[data-theme="dark"] .meta-badge,html[data-theme="dark"] .author-avatar,html[data-theme="dark"] .comment-avatar,html[data-theme="dark"] .badge,html[data-theme="dark"] .page-surtitle,html[data-theme="dark"] .card-surtitle{box-shadow:none}
html[data-theme="dark"] .comment-form input::placeholder,html[data-theme="dark"] .comment-form textarea::placeholder,html[data-theme="dark"] input::placeholder,html[data-theme="dark"] textarea::placeholder{color:#8190a3}
html[data-theme="dark"] .theme-toggle{border-color:rgba(255,255,255,.18);background:#171f2a}

/* v30 dark mode, share rail, latest strip and rubrique fixes */
.share-label-vertical{display:flex;flex-direction:column;align-items:center;gap:8px;color:#222630}
.share-label-vertical .share-count{display:inline-flex;align-items:center;justify-content:center;min-width:74px;padding:6px 10px;border-radius:999px;background:#f3f5f8;color:#616978;font-size:11px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}
.share-buttons{display:grid;gap:12px}
.share-buttons a,.share-buttons button{display:inline-flex;align-items:center;justify-content:center;width:64px;height:54px;border-radius:14px;border:1px solid #e8ecf2;background:linear-gradient(180deg,#fff 0%,#f7f9fc 100%);color:#5a6780;box-shadow:0 10px 24px rgba(17,20,31,.06);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease,color .2s ease;cursor:pointer}
.share-buttons a:hover,.share-buttons button:hover{transform:translateY(-2px);border-color:rgba(254,2,2,.26);color:var(--accent);box-shadow:0 14px 28px rgba(17,20,31,.12)}
.share-buttons a[aria-label="facebook"]{color:#1877f2}.share-buttons a[aria-label="x"]{color:#111}.share-buttons a[aria-label="linkedin"]{color:#0a66c2}.share-buttons a[aria-label="whatsapp"]{color:#20b874}.share-copy-btn{color:#596579}.share-print-btn{color:#6d7fbe}
.share-buttons svg{width:22px;height:22px}
.latest-strip{background:#fff}.latest-label{box-shadow:inset 0 0 0 1px rgba(254,2,2,.05)}
.latest-links a{font-weight:900}.latest-links a:after{width:6px;height:6px}
html[data-theme="dark"] .latest-strip{background:#10161f;border-bottom-color:rgba(255,255,255,.08)}
html[data-theme="dark"] .latest-label{background:rgba(254,2,2,.14)!important;color:#fe0202!important;box-shadow:inset 0 0 0 1px rgba(254,2,2,.2)}
html[data-theme="dark"] .latest-track:after{background:linear-gradient(90deg,rgba(16,22,31,0),#10161f)}
html[data-theme="dark"] .latest-links a{color:#eef3fa!important}
html[data-theme="dark"] .latest-links a:hover{color:#fe0202!important}
html[data-theme="dark"] .share-label-vertical{color:#e7edf6!important}
html[data-theme="dark"] .share-label-vertical .share-count{background:#141d28!important;color:#a9b5c7!important;border:1px solid rgba(255,255,255,.08)}
html[data-theme="dark"] .share-buttons a,html[data-theme="dark"] .share-buttons button{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important;border-color:rgba(255,255,255,.1)!important;box-shadow:0 14px 28px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .share-buttons a:hover,html[data-theme="dark"] .share-buttons button:hover{border-color:rgba(254,2,2,.34)!important;box-shadow:0 18px 32px rgba(0,0,0,.36)!important}
html[data-theme="dark"] .share-buttons a[aria-label="facebook"]{color:#7fb2ff!important}
html[data-theme="dark"] .share-buttons a[aria-label="x"]{color:#f5f7fb!important}
html[data-theme="dark"] .share-buttons a[aria-label="linkedin"]{color:#68b1ff!important}
html[data-theme="dark"] .share-buttons a[aria-label="whatsapp"]{color:#4be3a0!important}
html[data-theme="dark"] .share-copy-btn{color:#c9d4e3!important}html[data-theme="dark"] .share-print-btn{color:#b9c7ff!important}
html[data-theme="dark"] .rubrique-feed article,html[data-theme="dark"] .archive-grid.rubrique-main-grid article{background:linear-gradient(180deg,#131a24 0%,#0e141d 100%)!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 16px 34px rgba(0,0,0,.26)!important}
html[data-theme="dark"] .rubrique-feed article h3 a,html[data-theme="dark"] .rubrique-feed article .author,html[data-theme="dark"] .rubrique-feed article .meta,html[data-theme="dark"] .rubrique-feed article .excerpt,html[data-theme="dark"] .rubrique-sidebar .sidebar-item h4 a,html[data-theme="dark"] .rubrique-sidebar .headline-item a,html[data-theme="dark"] .rubrique-sidebar .quick-links a{color:#edf2f8!important}
html[data-theme="dark"] .rubrique-feed article .excerpt,html[data-theme="dark"] .rubrique-feed article .meta,html[data-theme="dark"] .rubrique-sidebar .catline a{color:#aab5c5!important}
html[data-theme="dark"] .rubrique-loadmore-btn{background:linear-gradient(180deg,var(--accent) 0%,#fe0202 100%)!important;border-color:transparent!important;color:#fff!important;box-shadow:0 16px 28px rgba(254,2,2,.22)!important}
html[data-theme="dark"] .rubrique-sidebar .compact-box,html[data-theme="dark"] .rubrique-sidebar .compact-sidebar-card{background:linear-gradient(180deg,#131a24 0%,#0e141d 100%)!important;border-color:rgba(255,255,255,.08)!important}

/* v33 menu rouge en mode sombre + module en ce moment */
.latest-label{font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:none}
.moment-strip{background:#fff;border-bottom:1px solid var(--line)}
.moment-strip .container{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:18px;padding:10px 18px}
.moment-track:after{background:linear-gradient(90deg,rgba(255,255,255,0),#fff)}
.moment-links a{font-weight:900;color:#1a1d22}
.moment-links a:hover{color:var(--accent)}
.latest-strip .container,.moment-strip .container{padding-top:11px;padding-bottom:11px}
html[data-theme="dark"] .menuwrap{background:#fe0202!important;border-bottom-color:rgba(255,255,255,.16)!important}
html[data-theme="dark"] .menu-drawer{background:#d80000!important;border-bottom-color:rgba(255,255,255,.14)!important}
html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .header-search-link,html[data-theme="dark"] .social-icons a,html[data-theme="dark"] .menu-tools .theme-toggle{color:#fff!important}
html[data-theme="dark"] .mainmenu a.is-hot,html[data-theme="dark"] .mainmenu a:hover{color:#fff!important;opacity:1}
html[data-theme="dark"] .mainmenu a:after{background:#fff!important}
html[data-theme="dark"] .menu-burger{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.2)!important;color:#fff!important}
html[data-theme="dark"] .theme-toggle{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.2)!important;color:#fff!important}
html[data-theme="dark"] .menu-burger span{background:#fff!important}
html[data-theme="dark"] .moment-strip,html[data-theme="dark"] .latest-strip{background:#10161f!important;border-bottom-color:rgba(255,255,255,.08)!important}
html[data-theme="dark"] .moment-track,html[data-theme="dark"] .latest-track,html[data-theme="dark"] .moment-links,html[data-theme="dark"] .latest-links{background:#10161f!important}
html[data-theme="dark"] .moment-track:after,html[data-theme="dark"] .latest-track:after{background:linear-gradient(90deg,rgba(16,22,31,0),#10161f)!important}
html[data-theme="dark"] .moment-links a,html[data-theme="dark"] .latest-links a{color:#edf2f8!important}
html[data-theme="dark"] .latest-label{background:rgba(254,2,2,.16)!important;border-color:rgba(254,2,2,.26)!important;color:#ffd7d7!important}
@media (max-width:860px){.moment-strip .container,.latest-strip .container{grid-template-columns:1fr;gap:10px}.moment-strip,.latest-strip{margin-top:0}.moment-strip .latest-label,.latest-strip .latest-label{justify-self:start}}

/* v34 footer, menu rouge #fe0202 et bouton thème en sidebar */
.menuwrap{background:#fe0202!important;border-bottom:0!important;box-shadow:0 12px 28px rgba(35,10,10,.12)!important}
.menuwrap .container{min-height:80px}
.menu-drawer{background:#e10202!important;border-bottom:0!important;box-shadow:0 18px 32px rgba(35,10,10,.18)!important}
.mainmenu a.is-hot:after,.mainmenu a:hover:after{background:#fff!important}
html[data-theme="dark"] .menuwrap{background:#fe0202!important;border-bottom:0!important;box-shadow:0 12px 28px rgba(0,0,0,.24)!important}
html[data-theme="dark"] .menu-drawer{background:#e10202!important;border-bottom:0!important;box-shadow:0 18px 32px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .header-search-link,html[data-theme="dark"] .social-icons a,html[data-theme="dark"] .menu-tools .theme-toggle{color:#fff!important}
html[data-theme="dark"] .mainmenu a.is-hot:after,html[data-theme="dark"] .mainmenu a:hover:after{background:#fff!important}

.footer-refined{position:relative;background:linear-gradient(180deg,#0a111a 0%,#070d14 100%);border-top:4px solid #fe0202;color:#d7dee9}
.footer-refined:before{content:"";position:absolute;inset:0 0 auto 0;height:1px;background:rgba(255,255,255,.08)}
.footer-inner{display:grid;grid-template-columns:minmax(260px,1.2fr) .95fr .75fr .75fr;gap:34px;padding:34px 0 26px}
.footer-brand{display:grid;gap:12px;align-content:start}
.footer-brand img{height:52px;width:auto}
.footer-brand small{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:#f6f8fb;font-weight:800}
.footer-description{max-width:48ch;margin:0;color:#c4cddd;line-height:1.75;font-size:16px}
.footer-links-col h4{margin:0 0 14px;font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:#f7f9fc;font-weight:900}
.footer-links-list{display:grid;gap:12px}
.footer-links-list-columns{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:18px;row-gap:12px}
.footer-links-list a{display:inline-flex;align-items:center;gap:10px;color:#d7dee9;font-weight:700;line-height:1.4}
.footer-links-list a:before{content:"";width:5px;height:5px;border-radius:999px;background:#fe0202;flex:0 0 5px;box-shadow:0 0 0 6px rgba(254,2,2,.08)}
.footer-links-list a:hover{color:#fff}
.footer-socials{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}
.footer-socials a{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.02);color:#fff}
.footer-socials a:hover{border-color:rgba(254,2,2,.36);background:rgba(254,2,2,.12);color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.16)}
.footer-bottom-inner{display:flex;justify-content:center;padding:16px 0}
.footer-bottom p{margin:0;text-align:center;font-size:14px;line-height:1.6;color:#c9d2df}
.footer-bottom a{color:#fff;font-weight:800}
.footer-bottom a:hover{color:#fff}
html[data-theme="dark"] .footer-refined{background:linear-gradient(180deg,#071018 0%,#04080e 100%);color:#d7dee9}
html[data-theme="dark"] .footer-links-list a,html[data-theme="dark"] .footer-description,html[data-theme="dark"] .footer-bottom p{color:#d7dee9!important}
html[data-theme="dark"] .footer-socials a{border-color:rgba(255,255,255,.12)!important;background:rgba(255,255,255,.02)!important;color:#fff!important}
html[data-theme="dark"] .footer-socials a:hover{background:rgba(254,2,2,.14)!important;border-color:rgba(254,2,2,.4)!important}

.sidebar-theme-module,.home-theme-module{overflow:hidden}
.sidebar-theme-box{display:grid;gap:14px;padding:18px 20px;background:linear-gradient(180deg,#fff 0%,#fbfcfe 100%)}
.sidebar-theme-box p{margin:0;color:#5c6472;line-height:1.65;font-size:14px}
.sidebar-theme-toggle{width:100%!important;height:52px!important;border-radius:16px!important;grid-template-columns:24px 1fr;justify-content:start!important;gap:12px;padding:0 16px!important;background:linear-gradient(180deg,#fe0202 0%,#fe0202 100%)!important;border:0!important;box-shadow:0 14px 28px rgba(254,2,2,.24)!important;color:#fff!important}
.sidebar-theme-toggle:hover{background:linear-gradient(180deg,#ff1919 0%,#fe0202 100%)!important;transform:translateY(-2px)!important}
.sidebar-theme-toggle .sidebar-theme-toggle-icon{position:relative;display:inline-grid;place-items:center;width:22px;height:22px}
.sidebar-theme-toggle .sidebar-theme-toggle-icon svg{position:absolute;width:18px;height:18px}
.sidebar-theme-toggle .theme-toggle-sun{opacity:0;transform:scale(.72) rotate(-35deg)}
html[data-theme="dark"] .sidebar-theme-toggle .theme-toggle-moon{opacity:0;transform:scale(.72) rotate(35deg)}
html[data-theme="dark"] .sidebar-theme-toggle .theme-toggle-sun{opacity:1;transform:scale(1) rotate(0)}
.sidebar-theme-toggle-label{font-size:14px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.site-sidebar-unified .sidebar-theme-module .module-tag::after,.rubrique-sidebar .sidebar-theme-module .module-tag::after{background:#fff}
html[data-theme="dark"] .sidebar-theme-box{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important}
html[data-theme="dark"] .sidebar-theme-box p{color:#b8c3d2!important}
html[data-theme="dark"] .sidebar-theme-toggle{box-shadow:0 16px 30px rgba(0,0,0,.3)!important}

@media (max-width:1180px){.footer-inner{grid-template-columns:1fr 1fr}.footer-brand-col{grid-column:1/-1}}
@media (max-width:760px){.footer-inner{grid-template-columns:1fr;gap:24px;padding:28px 0 20px}.footer-links-list-columns{grid-template-columns:1fr 1fr}.footer-brand img{height:46px}.footer-description{font-size:15px}.footer-bottom-inner{padding:14px 0}.footer-bottom p{font-size:13px}.sidebar-theme-box{padding:16px}}

/* v44 pages intérieures unifiées : sidebar, contact, recherche */
.interior-page-wrap{padding-top:26px;padding-bottom:34px}
.interior-layout-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px;align-items:start}
.interior-main-content{display:grid;gap:22px;min-width:0}
.interior-sidebar{display:grid;gap:22px}
.interior-sidebar .side-module{background:var(--card);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);overflow:hidden}
.interior-hero-card,.editorial-panel{background:var(--card);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);padding:28px 30px}
.interior-hero-card h1,.editorial-panel h2{margin:0 0 10px;line-height:1.02;letter-spacing:-.04em}
.interior-hero-card h1{font-size:44px}
.interior-hero-text,.editorial-panel p{color:var(--muted);font-size:17px;line-height:1.78}
.panel-kicker,.page-surtitle{display:inline-flex;align-items:center;gap:12px;margin-bottom:16px;color:#fe0202;font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}
.panel-kicker:before,.page-surtitle:before{content:"";width:48px;height:4px;border-radius:999px;background:#fe0202}
.interior-hero-pills,.search-shortcuts-chips,.contact-highlight-list,.contact-checklist{display:flex;flex-wrap:wrap;gap:10px}
.interior-hero-pills span,.search-shortcuts-chips a,.contact-highlight-list li,.contact-checklist li,.search-chip{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 16px;border-radius:999px;border:1px solid rgba(254,2,2,.16);background:#fff5f5;color:#7f1d1d;font-size:13px;font-weight:800}
.contact-info-grid,.editorial-panels-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.contact-checklist,.contact-highlight-list{padding:0;margin:14px 0 0;list-style:none}
.panel-linkline a{display:inline-flex;align-items:center;gap:10px;font-weight:900;color:#fe0202}
.contact-guidelines-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:16px}
.contact-guidelines-grid article{padding:18px;border-radius:18px;background:var(--bg-soft);border:1px solid var(--line)}
.contact-guidelines-grid strong{display:block;margin-bottom:10px;font-size:15px;letter-spacing:-.02em}
.contact-form-shell-enhanced{padding:22px;border-radius:24px;background:linear-gradient(180deg,#fff, #fbfcfe);border:1px solid var(--line)}
.contact-form-wrap-enhanced{display:grid;gap:16px}
.contact-form-wrap-enhanced form{display:grid;gap:16px}
.contact-form-wrap-enhanced fieldset{margin:0;padding:18px;border:1px solid var(--line);border-radius:20px;background:var(--card)}
.contact-form-wrap-enhanced .editer,.contact-form-wrap-enhanced .fieldset .editer{margin-bottom:14px}
.contact-form-wrap-enhanced label{display:block;margin-bottom:8px;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#2a313d}
.contact-form-wrap-enhanced input,.contact-form-wrap-enhanced textarea,.contact-form-wrap-enhanced select{width:100%;border:1px solid var(--line-strong);border-radius:16px;padding:14px 16px;background:#fff;color:var(--text)}
.contact-form-wrap-enhanced textarea{min-height:180px;resize:vertical}
.contact-form-wrap-enhanced .boutons{display:flex;justify-content:flex-start}
.contact-form-wrap-enhanced .submit,.contact-form-wrap-enhanced button{display:inline-flex;align-items:center;justify-content:center;min-width:220px;min-height:52px;padding:0 24px;border:0;border-radius:999px;background:#fe0202;color:#fff;font-weight:900;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 16px 32px rgba(254,2,2,.22)}
.search-hero-card{gap:18px}
.search-form-pro{display:grid;gap:14px;margin-top:18px}
.search-form-mainline{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px}
.search-form-pro input[type="search"]{height:58px;padding:0 18px;border:1px solid var(--line-strong);border-radius:18px;background:var(--card);font-size:17px}
.search-submit-primary{min-width:220px;height:58px;border:0;border-radius:18px;background:#fe0202;color:#fff;font-weight:900;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 18px 34px rgba(254,2,2,.24)}
.search-form-tools{display:flex;flex-wrap:wrap;gap:10px}
.search-tool-btn,.search-tool-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;border:1px solid var(--line);background:var(--bg-soft);color:var(--text);font-size:13px;font-weight:800}
.search-tool-link{border-color:rgba(254,2,2,.18);background:#fff5f5;color:#fe0202}
.search-shortcuts-panel{display:grid;gap:12px;padding:18px;border-radius:22px;background:linear-gradient(180deg,#fff,#fbfcfe);border:1px solid var(--line)}
.search-shortcuts-panel strong{font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:#1a2230}
.search-metrics-row-enhanced{margin:0}
.search-results-panel .search-block-head,.search-block-taxonomy .search-block-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}
.search-results-panel .search-block-head span,.search-block-taxonomy .search-block-head span{font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#fe0202}
.search-grid-editorial{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.search-card-editorial{background:var(--card);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:16px;display:grid;gap:12px}
.search-card-editorial .thumb{border-radius:18px;overflow:hidden}
.search-card-topline{display:flex;align-items:center;justify-content:space-between;gap:12px}
.search-card-topline .search-score{font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#fe0202}
.search-card-editorial h3{margin:0;font-size:30px;line-height:1.08;letter-spacing:-.04em}
.search-card-editorial .excerpt{margin:0;color:var(--muted)}
.search-card-editorial .search-meta{display:flex;flex-wrap:wrap;gap:12px;color:#6f7682;font-size:14px;font-weight:700}
.search-empty-card h2{font-size:34px}
.search-chip-grid{display:flex;flex-wrap:wrap;gap:10px}
.site-sidebar-unified .social-grid-ref{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:18px 20px}
.site-sidebar-unified .social-grid-ref a{display:flex;align-items:center;gap:12px;min-height:56px;padding:0 16px;border-radius:16px;background:var(--bg-soft);border:1px solid var(--line);font-weight:800;color:var(--text)}
.site-sidebar-unified .social-grid-ref .icon{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:999px;background:#fff;color:#fe0202;border:1px solid rgba(254,2,2,.16)}
.site-sidebar-unified .sidebar-item-ref{display:grid;grid-template-columns:88px 1fr;gap:14px;padding:16px 18px;border-top:1px solid var(--line)}
.site-sidebar-unified .sidebar-item-ref .thumb{overflow:hidden;border-radius:16px}
.site-sidebar-unified .sidebar-item-ref .thumb img{width:100%;height:100%;object-fit:cover}
.site-sidebar-unified .sidebar-item-ref h4{margin:0;font-size:21px;line-height:1.14;letter-spacing:-.03em}
.site-sidebar-unified .card-surtitle{margin-top:8px;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#fe0202}
.site-sidebar-unified .sidebar-item-mostread-ref{grid-template-columns:54px 1fr !important;padding-left:16px !important}
.site-sidebar-unified .sidebar-item-mostread-ref .mostread-rank-ref{align-self:start}
.site-sidebar-unified .sidebar-item-mostread-ref h4{font-size:18px !important}
html[data-theme="dark"] .interior-hero-card,html[data-theme="dark"] .editorial-panel,html[data-theme="dark"] .contact-form-shell-enhanced,html[data-theme="dark"] .search-shortcuts-panel{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important;border-color:rgba(255,255,255,.08)!important;box-shadow:0 16px 34px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .interior-hero-text,html[data-theme="dark"] .editorial-panel p,html[data-theme="dark"] .contact-form-intro,html[data-theme="dark"] .search-card-editorial .excerpt{color:#b8c3d2!important}
html[data-theme="dark"] .interior-hero-pills span,html[data-theme="dark"] .search-shortcuts-chips a,html[data-theme="dark"] .contact-highlight-list li,html[data-theme="dark"] .contact-checklist li,html[data-theme="dark"] .search-chip,html[data-theme="dark"] .search-tool-btn{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .search-tool-link{background:rgba(254,2,2,.12)!important;border-color:rgba(254,2,2,.28)!important;color:#ffd8d8!important}
html[data-theme="dark"] .contact-guidelines-grid article,html[data-theme="dark"] .site-sidebar-unified .social-grid-ref a{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .site-sidebar-unified .social-grid-ref .icon{background:#0d141d!important;border-color:rgba(254,2,2,.22)!important;color:#fff!important}
html[data-theme="dark"] .contact-form-wrap-enhanced fieldset,html[data-theme="dark"] .contact-form-wrap-enhanced input,html[data-theme="dark"] .contact-form-wrap-enhanced textarea,html[data-theme="dark"] .contact-form-wrap-enhanced select,html[data-theme="dark"] .search-form-pro input[type="search"],html[data-theme="dark"] .search-card-editorial{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .contact-form-wrap-enhanced label,html[data-theme="dark"] .search-shortcuts-panel strong{color:#edf2f8!important}
@media (max-width:1180px){.interior-layout-grid{grid-template-columns:1fr}.interior-sidebar{order:2}.contact-info-grid,.editorial-panels-grid,.contact-guidelines-grid,.search-grid-editorial{grid-template-columns:1fr 1fr}}
@media (max-width:760px){.interior-page-wrap{padding-top:18px}.interior-hero-card,.editorial-panel{padding:22px 18px}.interior-hero-card h1{font-size:34px}.search-form-mainline,.contact-info-grid,.editorial-panels-grid,.contact-guidelines-grid,.search-grid-editorial,.site-sidebar-unified .social-grid-ref{grid-template-columns:1fr}.search-submit-primary,.contact-form-wrap-enhanced .submit,.contact-form-wrap-enhanced button{min-width:0;width:100%}.site-sidebar-unified .sidebar-item-ref{grid-template-columns:76px 1fr}.site-sidebar-unified .sidebar-item-ref h4{font-size:18px}}

/* v60 home sections align strictly with top grid */
.page-home .home-wrap-tight > .home-bottom-shell{display:block!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;box-sizing:border-box!important}
.page-home .home-wrap-tight > .home-bottom-shell > .section,
.page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin:0 0 34px 0!important;
  padding:0!important;
  box-sizing:border-box!important;
}
.page-home .home-wrap-tight > .home-bottom-shell > .section:last-child{margin-bottom:0!important}
.page-home .home-wrap-tight > .home-bottom-shell .home-mostread-editorial-section,
.page-home .home-wrap-tight > .home-bottom-shell .home-mostread-editorial-grid,
.page-home .home-wrap-tight > .home-bottom-shell .section-head,
.page-home .home-wrap-tight > .home-bottom-shell .rub-grid{
  max-width:100%!important;
}
@media (max-width:860px){
  .page-home .home-wrap-tight > .home-bottom-shell > .section,
  .page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
  .page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
  .page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{margin-bottom:28px!important}
}

/* v61 final home boxed alignment */
.page-home .home-wrap-tight > .home-bottom-shell{
  width:calc(100% - 36px)!important;
  max-width:calc(var(--container) - 36px)!important;
  margin:0 auto!important;
  padding:0!important;
  box-sizing:border-box!important;
}
.page-home .home-wrap-tight > .home-bottom-shell > .section,
.page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{
  width:100%!important;
  max-width:100%!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:0!important;
  padding-right:0!important;
}
@media (max-width:860px){
  .page-home .home-wrap-tight > .home-bottom-shell{
    width:calc(100% - 28px)!important;
    max-width:calc(100% - 28px)!important;
  }
}

.article-standfirst-text:first-letter,.js-article-body > p:first-of-type:first-letter{all:unset !important}
.article-standfirst-text .dropcap-letter,.js-article-body > p:first-of-type .dropcap-letter{float:left !important;display:inline-block !important;margin:.03em .12em 0 0 !important;font-size:4.7em !important;line-height:.72 !important;font-weight:950 !important;color:var(--accent) !important;text-transform:uppercase !important}
.article-meta-strip{margin:0 0 16px !important}
.article-authorbox{display:grid !important;grid-template-columns:48px minmax(0,1fr) !important;gap:12px !important;align-items:start !important;padding:12px 14px !important;border-radius:16px !important}
.author-lines{display:grid !important;grid-template-columns:minmax(0,1fr) !important;row-gap:10px !important}
.author-mainline{display:flex !important;align-items:center !important;min-width:0 !important}
.article-meta-badges{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:8px !important;overflow:visible !important}
.meta-badge{display:grid !important;grid-template-columns:14px minmax(0,1fr) !important;align-items:start !important;gap:8px !important;min-height:unset !important;padding:9px 10px !important;border-radius:14px !important;white-space:normal !important}
.meta-badge svg{width:14px !important;height:14px !important;flex:none !important;margin-top:3px !important}
.meta-badge span,.meta-read span.js-reading-time{display:grid !important;grid-template-columns:1fr !important;gap:2px !important;min-width:0 !important}
.meta-badge strong,.meta-read span.js-reading-time strong{display:block !important;font-size:10px !important;line-height:1.1 !important;letter-spacing:.06em !important;text-transform:uppercase !important;color:#7c818c !important;white-space:normal !important;overflow:visible !important}
.meta-badge em,.meta-read span.js-reading-time em{display:block !important;font-size:12px !important;line-height:1.32 !important;font-style:normal !important;font-weight:850 !important;color:#1d232d !important;white-space:normal !important;overflow:visible !important;text-overflow:clip !important}
.meta-badge small{display:none !important}
.mostread-module{padding:18px !important;background:linear-gradient(180deg,#fff 0%,#fff8f8 100%) !important}
.mostread-list-ref{display:grid !important;gap:12px !important}
.sidebar-item-mostread-ref{display:grid !important;grid-template-columns:54px minmax(0,1fr) !important;gap:14px !important;padding:14px !important;border:1px solid rgba(215,25,32,.12) !important;border-radius:20px !important;background:#fff !important;box-shadow:0 14px 28px rgba(16,18,24,.05) !important}
.mostread-rank-ref{display:flex !important;align-items:stretch !important;justify-content:center !important;text-decoration:none !important}
.mostread-rank-ref span{display:flex !important;align-items:center !important;justify-content:center !important;width:44px !important;min-height:100% !important;border-radius:16px !important;background:linear-gradient(180deg,#fe0202 0%,#b60000 100%) !important;color:#fff !important;font-size:20px !important;font-weight:900 !important;box-shadow:0 12px 20px rgba(254,2,2,.18) !important}
.sidebar-item-mostread-ref .sidebar-item-body{display:grid !important;gap:7px !important;min-width:0 !important}
.mostread-head-ref{display:flex !important;flex-wrap:wrap !important;align-items:center !important;gap:8px !important}
.sidebar-item-mostread-ref .card-surtitle{margin:0 !important;padding:0 !important;background:none !important;border:0 !important;box-shadow:none !important;font-size:10px !important;letter-spacing:.08em !important}
.mostread-kicker-ref a{display:inline-flex !important;align-items:center !important;padding:4px 9px !important;border-radius:999px !important;background:#fff2f2 !important;color:var(--accent) !important;font-size:10px !important;font-weight:900 !important;letter-spacing:.06em !important;text-transform:uppercase !important}
.sidebar-item-mostread-ref h4{margin:0 !important;font-size:18px !important;line-height:1.22 !important}
.sidebar-item-mostread-ref h4 a{display:block !important}
.mostread-meta-ref{display:flex !important;align-items:center !important;gap:9px !important;flex-wrap:wrap !important;font-size:11px !important;font-weight:800 !important;color:#6e7480 !important}
.mostread-meta-ref .mostread-label{display:inline-flex !important;align-items:center !important;gap:6px !important;padding:4px 8px !important;border-radius:999px !important;background:#fff1f1 !important;color:var(--accent) !important}
.mostread-meta-ref .mostread-label::before{content:"";width:6px;height:6px;border-radius:999px;background:var(--accent)}
.comment-form-wrap{margin-top:18px !important;padding:0 !important;background:transparent !important;border:0 !important;box-shadow:none !important}
.comment-form-wrap .formulaire_forum,.comment-form-wrap form{display:grid !important;gap:16px !important;padding:20px !important;border:1px solid rgba(215,25,32,.12) !important;border-radius:22px !important;background:linear-gradient(180deg,#fff 0%,#fff7f7 100%) !important;box-shadow:0 18px 36px rgba(16,18,24,.06) !important}
.comment-form-wrap label{display:block !important;margin:0 0 6px !important;font-size:12px !important;font-weight:800 !important;letter-spacing:.04em !important;text-transform:uppercase !important;color:#535a66 !important}
.comment-form-wrap input,.comment-form-wrap textarea{width:100% !important;min-height:50px !important;padding:13px 15px !important;border:1px solid #e5d4d4 !important;border-radius:16px !important;background:#fff !important;box-shadow:inset 0 1px 2px rgba(15,23,42,.03) !important;transition:border-color .2s ease, box-shadow .2s ease, transform .2s ease !important}
.comment-form-wrap textarea{min-height:170px !important}
.comment-form-wrap input:focus,.comment-form-wrap textarea:focus{outline:none !important;border-color:rgba(254,2,2,.42) !important;box-shadow:0 0 0 4px rgba(254,2,2,.08) !important;transform:translateY(-1px) !important}
.comment-form-wrap .editer,.comment-form-wrap .fieldset,.comment-form-wrap fieldset,.comment-form-wrap p,.comment-form-wrap div{min-width:0 !important}
.comment-form-wrap .boutons{display:flex !important;justify-content:flex-start !important;margin-top:4px !important}
.comment-form-wrap button,.comment-form-wrap input[type="submit"],.comment-form-wrap .submit{display:inline-flex !important;align-items:center !important;justify-content:center !important;min-height:48px !important;padding:0 20px !important;border:0 !important;border-radius:999px !important;background:linear-gradient(180deg,#fe0202 0%,#c40000 100%) !important;color:#fff !important;font-weight:900 !important;letter-spacing:.02em !important;box-shadow:0 14px 24px rgba(254,2,2,.22) !important}
.comment-form-wrap .explication,.comment-form-wrap .notice{font-size:13px !important;line-height:1.5 !important;color:#666d79 !important}
 .comment-form-wrap .formulaire_forum h3,.comment-form-wrap form h3,.comment-form-wrap .formulaire_forum legend,.comment-form-wrap form legend{color:var(--accent)!important;font-size:12px!important;font-weight:900!important;letter-spacing:.12em!important;text-transform:uppercase!important;border:0!important;padding:0 6px 0 0!important;background:transparent!important}
.comment-form-wrap .formulaire_forum fieldset,.comment-form-wrap form fieldset{border:1px solid rgba(31,41,55,.18)!important;padding:12px 14px 14px!important;border-radius:0!important;background:transparent!important}
.comment-form-wrap .formulaire_forum .session{padding:12px 14px!important;border:1px solid rgba(31,41,55,.12)!important;background:rgba(255,255,255,.72)!important;border-radius:12px!important}
.comment-form-wrap .formulaire_forum .explication,.comment-form-wrap .formulaire_forum .notice,.comment-form-wrap form .explication,.comment-form-wrap form .notice{color:#5f6774!important}
.comment-form-wrap .formulaire_forum .obligatoire,.comment-form-wrap form .obligatoire{color:var(--accent)!important}
.comment-form-wrap .formulaire_forum input::placeholder,.comment-form-wrap .formulaire_forum textarea::placeholder,.comment-form-wrap form input::placeholder,.comment-form-wrap form textarea::placeholder{color:#8a93a3!important;opacity:1!important}
@media (max-width:860px){.article-meta-badges{grid-template-columns:1fr !important}.meta-badge{grid-template-columns:14px minmax(0,1fr) !important}.sidebar-item-mostread-ref{grid-template-columns:46px minmax(0,1fr) !important}.mostread-rank-ref span{width:38px !important;font-size:17px !important}.article-standfirst-text .dropcap-letter,.js-article-body > p:first-of-type .dropcap-letter{font-size:4em !important}}

/* footer conventionnel et mode sombre renforcé */
.footer.footer-refined{margin-top:52px;background:#11151c;border-top:4px solid var(--accent);padding:0;border-radius:0!important}
.footer-refined .footer-inner{position:relative;grid-template-columns:minmax(0,1.45fr) minmax(190px,.75fr) minmax(190px,.75fr);gap:28px;padding:26px 0 20px}
.footer-refined .footer-inner:before{display:none}
.footer-refined .footer-brand-col,.footer-refined .footer-links-col{background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0}
.footer-refined .footer-brand{margin-bottom:10px;gap:8px}
.footer-refined .footer-brand img{height:44px;max-width:220px;filter:brightness(1.02)}
.footer-refined .footer-brand small{color:rgba(255,255,255,.62)}
.footer-refined .footer-brand small:before{box-shadow:none;background:var(--accent)}
.footer-refined .footer-description{margin:0 0 14px;max-width:60ch;color:rgba(255,255,255,.78);font-size:14px;line-height:1.7}
.footer-refined h4{margin:0 0 12px;color:#fff;font-size:11px;letter-spacing:.18em}
.footer-refined h4:before{width:22px;height:2px;border-radius:0;background:var(--accent)}
.footer-refined .footer-links-list{gap:2px}
.footer-refined .footer-links-list a{padding:8px 0 8px 16px;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;color:rgba(255,255,255,.8)!important}
.footer-refined .footer-links-list a:before{left:0;top:11px;bottom:11px;width:3px;border-radius:0;background:rgba(254,2,2,.9)}
.footer-refined .footer-links-list a:hover{transform:none;color:#fff!important;text-decoration:none}
.footer-refined .footer-links-list a:hover:before{transform:none;background:#fff}
.footer-refined .footer-socials{gap:8px;margin-top:4px!important}
.footer-refined .footer-socials a{width:38px;height:38px;border-radius:0;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.03)!important;color:#fff;box-shadow:none}
.footer-refined .footer-socials a:hover{background:var(--accent)!important;border-color:var(--accent);transform:none}
.footer-refined .footer-bottom{background:#0a0d12;border-top:1px solid rgba(255,255,255,.1)}
.footer-refined .footer-bottom-inner{padding:12px 0}
.footer-refined .footer-bottom p{font-size:12px;line-height:1.65;color:rgba(255,255,255,.72)}
.footer-refined .footer-bottom a{color:#fff;border:0;text-decoration:none;font-weight:800}
.footer-refined .footer-bottom a:hover{color:#fff;text-decoration:underline}
@media (max-width:860px){.footer-refined .footer-inner{grid-template-columns:1fr;gap:18px;padding:22px 0 18px}}

html[data-theme="dark"] .menuwrap,html[data-theme="dark"] .menu-drawer,html[data-theme="dark"] .latest-track,html[data-theme="dark"] .search-hero form,html[data-theme="dark"] .pagination a,html[data-theme="dark"] .pagination .on,html[data-theme="dark"] .ajax-pager a,html[data-theme="dark"] .comment-form-wrap,html[data-theme="dark"] .comments-refined,html[data-theme="dark"] .comments-shell,html[data-theme="dark"] .comment-form,html[data-theme="dark"] .section-head-inline,html[data-theme="dark"] .section-head,html[data-theme="dark"] .home-mostread-inline-section,html[data-theme="dark"] .home-mostread-editorial-section,html[data-theme="dark"] .home-mostread-editorial-grid,html[data-theme="dark"] .lireaussi-refined,html[data-theme="dark"] .read-more-card,html[data-theme="dark"] .mostread-card-editorial,html[data-theme="dark"] .sidebar-item-mostread-ref,html[data-theme="dark"] .comment-form input,html[data-theme="dark"] .comment-form textarea,html[data-theme="dark"] .comment-form select{border-color:rgba(255,255,255,.09)!important}
html[data-theme="dark"] p,html[data-theme="dark"] li,html[data-theme="dark"] dd,html[data-theme="dark"] dt,html[data-theme="dark"] figcaption,html[data-theme="dark"] .article-body-ref blockquote,html[data-theme="dark"] .article-body-ref li,html[data-theme="dark"] .article-meta-strip,html[data-theme="dark"] .article-breadcrumb-ref,html[data-theme="dark"] .comment-item p,html[data-theme="dark"] .comment-form label,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .rub-card-meta,html[data-theme="dark"] .home-mostread-lead p,html[data-theme="dark"] .sidebar-item-body p,html[data-theme="dark"] .search-card-advanced p,html[data-theme="dark"] .contact-form-wrap p{color:var(--muted)!important}
html[data-theme="dark"] a,html[data-theme="dark"] .article-body-ref a,html[data-theme="dark"] .page-card a,html[data-theme="dark"] .author-card a,html[data-theme="dark"] .sidebar-module a,html[data-theme="dark"] .rub-feature a,html[data-theme="dark"] .rub-mini a,html[data-theme="dark"] .compact-card a{color:inherit}
html[data-theme="dark"] .article-body-ref a,html[data-theme="dark"] .footer-refined a:hover,html[data-theme="dark"] .mainmenu a:hover,html[data-theme="dark"] .menu-drawer-nav a:hover,html[data-theme="dark"] .header-search-link:hover{color:#fff!important}
html[data-theme="dark"] .menuwrap{background:#121821;border-bottom-color:rgba(255,255,255,.08)}
html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .header-search-link{color:#edf2f7}
html[data-theme="dark"] .menu-burger{border-color:rgba(255,255,255,.12);background:#151c25;color:#fff}
html[data-theme="dark"] .menu-burger span{background:#fff}
html[data-theme="dark"] .home-mostread-card,html[data-theme="dark"] .home-mostread-lead,html[data-theme="dark"] .home-mostread-item,html[data-theme="dark"] .mostread-row,html[data-theme="dark"] .sidebar-item-mostread-ref,html[data-theme="dark"] .lireaussi-card,html[data-theme="dark"] .related-card,html[data-theme="dark"] .archive-feed article,html[data-theme="dark"] .rubrique-feed article,html[data-theme="dark"] .search-card-advanced,html[data-theme="dark"] .contact-form-wrap,html[data-theme="dark"] .comment-form-wrap{background:var(--card)!important;box-shadow:0 14px 32px rgba(0,0,0,.22)!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum,html[data-theme="dark"] .comment-form-wrap form{background:linear-gradient(180deg,#121923 0%,#0f151e 100%)!important;border-color:rgba(255,255,255,.12)!important;box-shadow:0 18px 40px rgba(0,0,0,.32)!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum fieldset,html[data-theme="dark"] .comment-form-wrap form fieldset{border-color:rgba(255,255,255,.14)!important;background:rgba(255,255,255,.02)!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum h3,html[data-theme="dark"] .comment-form-wrap form h3,html[data-theme="dark"] .comment-form-wrap .formulaire_forum legend,html[data-theme="dark"] .comment-form-wrap form legend{color:#ff5b5b!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum .session,html[data-theme="dark"] .comment-form-wrap form .session{background:rgba(255,255,255,.03)!important;border-color:rgba(255,255,255,.1)!important;color:#e8edf5!important}
html[data-theme="dark"] .comment-form-wrap label,html[data-theme="dark"] .comment-form-wrap .explication,html[data-theme="dark"] .comment-form-wrap .notice,html[data-theme="dark"] .comment-form-wrap .session,html[data-theme="dark"] .comment-form-wrap .session a,html[data-theme="dark"] .comment-form-wrap p{color:#cdd6e3!important}
html[data-theme="dark"] .comment-form-wrap input,html[data-theme="dark"] .comment-form-wrap textarea,html[data-theme="dark"] .comment-form-wrap select{background:#08111d!important;border-color:rgba(255,255,255,.12)!important;color:#f5f7fb!important;box-shadow:inset 0 1px 2px rgba(0,0,0,.22)!important}
html[data-theme="dark"] .comment-form-wrap input::placeholder,html[data-theme="dark"] .comment-form-wrap textarea::placeholder{color:#7f8aa0!important}
html[data-theme="dark"] .comment-form-wrap input:focus,html[data-theme="dark"] .comment-form-wrap textarea:focus,html[data-theme="dark"] .comment-form-wrap select:focus{border-color:rgba(254,2,2,.55)!important;box-shadow:0 0 0 4px rgba(254,2,2,.14)!important;background:#0b1522!important}
html[data-theme="dark"] .comment-form-wrap .boutons input,html[data-theme="dark"] .comment-form-wrap .boutons button,html[data-theme="dark"] .comment-form-wrap .submit{color:#fff!important}
html[data-theme="dark"] .article-body-ref strong,html[data-theme="dark"] .article-body-ref b,html[data-theme="dark"] .article-body-ref h2,html[data-theme="dark"] .article-body-ref h3,html[data-theme="dark"] .article-body-ref h4,html[data-theme="dark"] .article-body-ref h5,html[data-theme="dark"] .article-body-ref h6,html[data-theme="dark"] .article-standfirst-text,html[data-theme="dark"] .meta-badge strong,html[data-theme="dark"] .comment-author,html[data-theme="dark"] .section-head-inline h2,html[data-theme="dark"] .section-head h2,html[data-theme="dark"] .footer-refined h4{color:#f5f7fb!important}
html[data-theme="dark"] .article-body-ref blockquote{background:#121923;border-left:4px solid var(--accent);color:#dce4ee}
html[data-theme="dark"] .article-body-ref hr{border-color:rgba(255,255,255,.1)}
html[data-theme="dark"] .meta-badge,html[data-theme="dark"] .author-avatar,html[data-theme="dark"] .comment-avatar,html[data-theme="dark"] .badge,html[data-theme="dark"] .page-surtitle,html[data-theme="dark"] .card-surtitle{box-shadow:none}
html[data-theme="dark"] .comment-form input::placeholder,html[data-theme="dark"] .comment-form textarea::placeholder,html[data-theme="dark"] input::placeholder,html[data-theme="dark"] textarea::placeholder{color:#8190a3}
html[data-theme="dark"] .theme-toggle{border-color:rgba(255,255,255,.18);background:#171f2a}

/* v30 dark mode, share rail, latest strip and rubrique fixes */
.share-label-vertical{display:flex;flex-direction:column;align-items:center;gap:8px;color:#222630}
.share-label-vertical .share-count{display:inline-flex;align-items:center;justify-content:center;min-width:74px;padding:6px 10px;border-radius:999px;background:#f3f5f8;color:#616978;font-size:11px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}
.share-buttons{display:grid;gap:12px}
.share-buttons a,.share-buttons button{display:inline-flex;align-items:center;justify-content:center;width:64px;height:54px;border-radius:14px;border:1px solid #e8ecf2;background:linear-gradient(180deg,#fff 0%,#f7f9fc 100%);color:#5a6780;box-shadow:0 10px 24px rgba(17,20,31,.06);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease,color .2s ease;cursor:pointer}
.share-buttons a:hover,.share-buttons button:hover{transform:translateY(-2px);border-color:rgba(254,2,2,.26);color:var(--accent);box-shadow:0 14px 28px rgba(17,20,31,.12)}
.share-buttons a[aria-label="facebook"]{color:#1877f2}.share-buttons a[aria-label="x"]{color:#111}.share-buttons a[aria-label="linkedin"]{color:#0a66c2}.share-buttons a[aria-label="whatsapp"]{color:#20b874}.share-copy-btn{color:#596579}.share-print-btn{color:#6d7fbe}
.share-buttons svg{width:22px;height:22px}
.latest-strip{background:#fff}.latest-label{box-shadow:inset 0 0 0 1px rgba(254,2,2,.05)}
.latest-links a{font-weight:900}.latest-links a:after{width:6px;height:6px}
html[data-theme="dark"] .latest-strip{background:#10161f;border-bottom-color:rgba(255,255,255,.08)}
html[data-theme="dark"] .latest-label{background:rgba(254,2,2,.14)!important;color:#fe0202!important;box-shadow:inset 0 0 0 1px rgba(254,2,2,.2)}
html[data-theme="dark"] .latest-track:after{background:linear-gradient(90deg,rgba(16,22,31,0),#10161f)}
html[data-theme="dark"] .latest-links a{color:#eef3fa!important}
html[data-theme="dark"] .latest-links a:hover{color:#fe0202!important}
html[data-theme="dark"] .share-label-vertical{color:#e7edf6!important}
html[data-theme="dark"] .share-label-vertical .share-count{background:#141d28!important;color:#a9b5c7!important;border:1px solid rgba(255,255,255,.08)}
html[data-theme="dark"] .share-buttons a,html[data-theme="dark"] .share-buttons button{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important;border-color:rgba(255,255,255,.1)!important;box-shadow:0 14px 28px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .share-buttons a:hover,html[data-theme="dark"] .share-buttons button:hover{border-color:rgba(254,2,2,.34)!important;box-shadow:0 18px 32px rgba(0,0,0,.36)!important}
html[data-theme="dark"] .share-buttons a[aria-label="facebook"]{color:#7fb2ff!important}
html[data-theme="dark"] .share-buttons a[aria-label="x"]{color:#f5f7fb!important}
html[data-theme="dark"] .share-buttons a[aria-label="linkedin"]{color:#68b1ff!important}
html[data-theme="dark"] .share-buttons a[aria-label="whatsapp"]{color:#4be3a0!important}
html[data-theme="dark"] .share-copy-btn{color:#c9d4e3!important}html[data-theme="dark"] .share-print-btn{color:#b9c7ff!important}
html[data-theme="dark"] .rubrique-feed article,html[data-theme="dark"] .archive-grid.rubrique-main-grid article{background:linear-gradient(180deg,#131a24 0%,#0e141d 100%)!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 16px 34px rgba(0,0,0,.26)!important}
html[data-theme="dark"] .rubrique-feed article h3 a,html[data-theme="dark"] .rubrique-feed article .author,html[data-theme="dark"] .rubrique-feed article .meta,html[data-theme="dark"] .rubrique-feed article .excerpt,html[data-theme="dark"] .rubrique-sidebar .sidebar-item h4 a,html[data-theme="dark"] .rubrique-sidebar .headline-item a,html[data-theme="dark"] .rubrique-sidebar .quick-links a{color:#edf2f8!important}
html[data-theme="dark"] .rubrique-feed article .excerpt,html[data-theme="dark"] .rubrique-feed article .meta,html[data-theme="dark"] .rubrique-sidebar .catline a{color:#aab5c5!important}
html[data-theme="dark"] .rubrique-loadmore-btn{background:linear-gradient(180deg,var(--accent) 0%,#fe0202 100%)!important;border-color:transparent!important;color:#fff!important;box-shadow:0 16px 28px rgba(254,2,2,.22)!important}
html[data-theme="dark"] .rubrique-sidebar .compact-box,html[data-theme="dark"] .rubrique-sidebar .compact-sidebar-card{background:linear-gradient(180deg,#131a24 0%,#0e141d 100%)!important;border-color:rgba(255,255,255,.08)!important}

/* v33 menu rouge en mode sombre + module en ce moment */
.latest-label{font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:none}
.moment-strip{background:#fff;border-bottom:1px solid var(--line)}
.moment-strip .container{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:18px;padding:10px 18px}
.moment-track:after{background:linear-gradient(90deg,rgba(255,255,255,0),#fff)}
.moment-links a{font-weight:900;color:#1a1d22}
.moment-links a:hover{color:var(--accent)}
.latest-strip .container,.moment-strip .container{padding-top:11px;padding-bottom:11px}
html[data-theme="dark"] .menuwrap{background:#fe0202!important;border-bottom-color:rgba(255,255,255,.16)!important}
html[data-theme="dark"] .menu-drawer{background:#d80000!important;border-bottom-color:rgba(255,255,255,.14)!important}
html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .header-search-link,html[data-theme="dark"] .social-icons a,html[data-theme="dark"] .menu-tools .theme-toggle{color:#fff!important}
html[data-theme="dark"] .mainmenu a.is-hot,html[data-theme="dark"] .mainmenu a:hover{color:#fff!important;opacity:1}
html[data-theme="dark"] .mainmenu a:after{background:#fff!important}
html[data-theme="dark"] .menu-burger{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.2)!important;color:#fff!important}
html[data-theme="dark"] .theme-toggle{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.2)!important;color:#fff!important}
html[data-theme="dark"] .menu-burger span{background:#fff!important}
html[data-theme="dark"] .moment-strip,html[data-theme="dark"] .latest-strip{background:#10161f!important;border-bottom-color:rgba(255,255,255,.08)!important}
html[data-theme="dark"] .moment-track,html[data-theme="dark"] .latest-track,html[data-theme="dark"] .moment-links,html[data-theme="dark"] .latest-links{background:#10161f!important}
html[data-theme="dark"] .moment-track:after,html[data-theme="dark"] .latest-track:after{background:linear-gradient(90deg,rgba(16,22,31,0),#10161f)!important}
html[data-theme="dark"] .moment-links a,html[data-theme="dark"] .latest-links a{color:#edf2f8!important}
html[data-theme="dark"] .latest-label{background:rgba(254,2,2,.16)!important;border-color:rgba(254,2,2,.26)!important;color:#ffd7d7!important}
@media (max-width:860px){.moment-strip .container,.latest-strip .container{grid-template-columns:1fr;gap:10px}.moment-strip,.latest-strip{margin-top:0}.moment-strip .latest-label,.latest-strip .latest-label{justify-self:start}}

/* v34 footer, menu rouge #fe0202 et bouton thème en sidebar */
.menuwrap{background:#fe0202!important;border-bottom:0!important;box-shadow:0 12px 28px rgba(35,10,10,.12)!important}
.menuwrap .container{min-height:80px}
.menu-drawer{background:#e10202!important;border-bottom:0!important;box-shadow:0 18px 32px rgba(35,10,10,.18)!important}
.mainmenu a.is-hot:after,.mainmenu a:hover:after{background:#fff!important}
html[data-theme="dark"] .menuwrap{background:#fe0202!important;border-bottom:0!important;box-shadow:0 12px 28px rgba(0,0,0,.24)!important}
html[data-theme="dark"] .menu-drawer{background:#e10202!important;border-bottom:0!important;box-shadow:0 18px 32px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .header-search-link,html[data-theme="dark"] .social-icons a,html[data-theme="dark"] .menu-tools .theme-toggle{color:#fff!important}
html[data-theme="dark"] .mainmenu a.is-hot:after,html[data-theme="dark"] .mainmenu a:hover:after{background:#fff!important}

.footer-refined{position:relative;background:linear-gradient(180deg,#0a111a 0%,#070d14 100%);border-top:4px solid #fe0202;color:#d7dee9}
.footer-refined:before{content:"";position:absolute;inset:0 0 auto 0;height:1px;background:rgba(255,255,255,.08)}
.footer-inner{display:grid;grid-template-columns:minmax(260px,1.2fr) .95fr .75fr .75fr;gap:34px;padding:34px 0 26px}
.footer-brand{display:grid;gap:12px;align-content:start}
.footer-brand img{height:52px;width:auto}
.footer-brand small{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:#f6f8fb;font-weight:800}
.footer-description{max-width:48ch;margin:0;color:#c4cddd;line-height:1.75;font-size:16px}
.footer-links-col h4{margin:0 0 14px;font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:#f7f9fc;font-weight:900}
.footer-links-list{display:grid;gap:12px}
.footer-links-list-columns{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:18px;row-gap:12px}
.footer-links-list a{display:inline-flex;align-items:center;gap:10px;color:#d7dee9;font-weight:700;line-height:1.4}
.footer-links-list a:before{content:"";width:5px;height:5px;border-radius:999px;background:#fe0202;flex:0 0 5px;box-shadow:0 0 0 6px rgba(254,2,2,.08)}
.footer-links-list a:hover{color:#fff}
.footer-socials{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}
.footer-socials a{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.02);color:#fff}
.footer-socials a:hover{border-color:rgba(254,2,2,.36);background:rgba(254,2,2,.12);color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.16)}
.footer-bottom-inner{display:flex;justify-content:center;padding:16px 0}
.footer-bottom p{margin:0;text-align:center;font-size:14px;line-height:1.6;color:#c9d2df}
.footer-bottom a{color:#fff;font-weight:800}
.footer-bottom a:hover{color:#fff}
html[data-theme="dark"] .footer-refined{background:linear-gradient(180deg,#071018 0%,#04080e 100%);color:#d7dee9}
html[data-theme="dark"] .footer-links-list a,html[data-theme="dark"] .footer-description,html[data-theme="dark"] .footer-bottom p{color:#d7dee9!important}
html[data-theme="dark"] .footer-socials a{border-color:rgba(255,255,255,.12)!important;background:rgba(255,255,255,.02)!important;color:#fff!important}
html[data-theme="dark"] .footer-socials a:hover{background:rgba(254,2,2,.14)!important;border-color:rgba(254,2,2,.4)!important}

.sidebar-theme-module,.home-theme-module{overflow:hidden}
.sidebar-theme-box{display:grid;gap:14px;padding:18px 20px;background:linear-gradient(180deg,#fff 0%,#fbfcfe 100%)}
.sidebar-theme-box p{margin:0;color:#5c6472;line-height:1.65;font-size:14px}
.sidebar-theme-toggle{width:100%!important;height:52px!important;border-radius:16px!important;grid-template-columns:24px 1fr;justify-content:start!important;gap:12px;padding:0 16px!important;background:linear-gradient(180deg,#fe0202 0%,#fe0202 100%)!important;border:0!important;box-shadow:0 14px 28px rgba(254,2,2,.24)!important;color:#fff!important}
.sidebar-theme-toggle:hover{background:linear-gradient(180deg,#ff1919 0%,#fe0202 100%)!important;transform:translateY(-2px)!important}
.sidebar-theme-toggle .sidebar-theme-toggle-icon{position:relative;display:inline-grid;place-items:center;width:22px;height:22px}
.sidebar-theme-toggle .sidebar-theme-toggle-icon svg{position:absolute;width:18px;height:18px}
.sidebar-theme-toggle .theme-toggle-sun{opacity:0;transform:scale(.72) rotate(-35deg)}
html[data-theme="dark"] .sidebar-theme-toggle .theme-toggle-moon{opacity:0;transform:scale(.72) rotate(35deg)}
html[data-theme="dark"] .sidebar-theme-toggle .theme-toggle-sun{opacity:1;transform:scale(1) rotate(0)}
.sidebar-theme-toggle-label{font-size:14px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.site-sidebar-unified .sidebar-theme-module .module-tag::after,.rubrique-sidebar .sidebar-theme-module .module-tag::after{background:#fff}
html[data-theme="dark"] .sidebar-theme-box{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important}
html[data-theme="dark"] .sidebar-theme-box p{color:#b8c3d2!important}
html[data-theme="dark"] .sidebar-theme-toggle{box-shadow:0 16px 30px rgba(0,0,0,.3)!important}

@media (max-width:1180px){.footer-inner{grid-template-columns:1fr 1fr}.footer-brand-col{grid-column:1/-1}}
@media (max-width:760px){.footer-inner{grid-template-columns:1fr;gap:24px;padding:28px 0 20px}.footer-links-list-columns{grid-template-columns:1fr 1fr}.footer-brand img{height:46px}.footer-description{font-size:15px}.footer-bottom-inner{padding:14px 0}.footer-bottom p{font-size:13px}.sidebar-theme-box{padding:16px}}

/* v44 pages intérieures unifiées : sidebar, contact, recherche */
.interior-page-wrap{padding-top:26px;padding-bottom:34px}
.interior-layout-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px;align-items:start}
.interior-main-content{display:grid;gap:22px;min-width:0}
.interior-sidebar{display:grid;gap:22px}
.interior-sidebar .side-module{background:var(--card);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);overflow:hidden}
.interior-hero-card,.editorial-panel{background:var(--card);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);padding:28px 30px}
.interior-hero-card h1,.editorial-panel h2{margin:0 0 10px;line-height:1.02;letter-spacing:-.04em}
.interior-hero-card h1{font-size:44px}
.interior-hero-text,.editorial-panel p{color:var(--muted);font-size:17px;line-height:1.78}
.panel-kicker,.page-surtitle{display:inline-flex;align-items:center;gap:12px;margin-bottom:16px;color:#fe0202;font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}
.panel-kicker:before,.page-surtitle:before{content:"";width:48px;height:4px;border-radius:999px;background:#fe0202}
.interior-hero-pills,.search-shortcuts-chips,.contact-highlight-list,.contact-checklist{display:flex;flex-wrap:wrap;gap:10px}
.interior-hero-pills span,.search-shortcuts-chips a,.contact-highlight-list li,.contact-checklist li,.search-chip{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 16px;border-radius:999px;border:1px solid rgba(254,2,2,.16);background:#fff5f5;color:#7f1d1d;font-size:13px;font-weight:800}
.contact-info-grid,.editorial-panels-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.contact-checklist,.contact-highlight-list{padding:0;margin:14px 0 0;list-style:none}
.panel-linkline a{display:inline-flex;align-items:center;gap:10px;font-weight:900;color:#fe0202}
.contact-guidelines-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:16px}
.contact-guidelines-grid article{padding:18px;border-radius:18px;background:var(--bg-soft);border:1px solid var(--line)}
.contact-guidelines-grid strong{display:block;margin-bottom:10px;font-size:15px;letter-spacing:-.02em}
.contact-form-shell-enhanced{padding:22px;border-radius:24px;background:linear-gradient(180deg,#fff, #fbfcfe);border:1px solid var(--line)}
.contact-form-wrap-enhanced{display:grid;gap:16px}
.contact-form-wrap-enhanced form{display:grid;gap:16px}
.contact-form-wrap-enhanced fieldset{margin:0;padding:18px;border:1px solid var(--line);border-radius:20px;background:var(--card)}
.contact-form-wrap-enhanced .editer,.contact-form-wrap-enhanced .fieldset .editer{margin-bottom:14px}
.contact-form-wrap-enhanced label{display:block;margin-bottom:8px;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#2a313d}
.contact-form-wrap-enhanced input,.contact-form-wrap-enhanced textarea,.contact-form-wrap-enhanced select{width:100%;border:1px solid var(--line-strong);border-radius:16px;padding:14px 16px;background:#fff;color:var(--text)}
.contact-form-wrap-enhanced textarea{min-height:180px;resize:vertical}
.contact-form-wrap-enhanced .boutons{display:flex;justify-content:flex-start}
.contact-form-wrap-enhanced .submit,.contact-form-wrap-enhanced button{display:inline-flex;align-items:center;justify-content:center;min-width:220px;min-height:52px;padding:0 24px;border:0;border-radius:999px;background:#fe0202;color:#fff;font-weight:900;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 16px 32px rgba(254,2,2,.22)}
.search-hero-card{gap:18px}
.search-form-pro{display:grid;gap:14px;margin-top:18px}
.search-form-mainline{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px}
.search-form-pro input[type="search"]{height:58px;padding:0 18px;border:1px solid var(--line-strong);border-radius:18px;background:var(--card);font-size:17px}
.search-submit-primary{min-width:220px;height:58px;border:0;border-radius:18px;background:#fe0202;color:#fff;font-weight:900;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 18px 34px rgba(254,2,2,.24)}
.search-form-tools{display:flex;flex-wrap:wrap;gap:10px}
.search-tool-btn,.search-tool-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;border:1px solid var(--line);background:var(--bg-soft);color:var(--text);font-size:13px;font-weight:800}
.search-tool-link{border-color:rgba(254,2,2,.18);background:#fff5f5;color:#fe0202}
.search-shortcuts-panel{display:grid;gap:12px;padding:18px;border-radius:22px;background:linear-gradient(180deg,#fff,#fbfcfe);border:1px solid var(--line)}
.search-shortcuts-panel strong{font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:#1a2230}
.search-metrics-row-enhanced{margin:0}
.search-results-panel .search-block-head,.search-block-taxonomy .search-block-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}
.search-results-panel .search-block-head span,.search-block-taxonomy .search-block-head span{font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#fe0202}
.search-grid-editorial{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.search-card-editorial{background:var(--card);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:16px;display:grid;gap:12px}
.search-card-editorial .thumb{border-radius:18px;overflow:hidden}
.search-card-topline{display:flex;align-items:center;justify-content:space-between;gap:12px}
.search-card-topline .search-score{font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#fe0202}
.search-card-editorial h3{margin:0;font-size:30px;line-height:1.08;letter-spacing:-.04em}
.search-card-editorial .excerpt{margin:0;color:var(--muted)}
.search-card-editorial .search-meta{display:flex;flex-wrap:wrap;gap:12px;color:#6f7682;font-size:14px;font-weight:700}
.search-empty-card h2{font-size:34px}
.search-chip-grid{display:flex;flex-wrap:wrap;gap:10px}
.site-sidebar-unified .social-grid-ref{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:18px 20px}
.site-sidebar-unified .social-grid-ref a{display:flex;align-items:center;gap:12px;min-height:56px;padding:0 16px;border-radius:16px;background:var(--bg-soft);border:1px solid var(--line);font-weight:800;color:var(--text)}
.site-sidebar-unified .social-grid-ref .icon{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:999px;background:#fff;color:#fe0202;border:1px solid rgba(254,2,2,.16)}
.site-sidebar-unified .sidebar-item-ref{display:grid;grid-template-columns:88px 1fr;gap:14px;padding:16px 18px;border-top:1px solid var(--line)}
.site-sidebar-unified .sidebar-item-ref .thumb{overflow:hidden;border-radius:16px}
.site-sidebar-unified .sidebar-item-ref .thumb img{width:100%;height:100%;object-fit:cover}
.site-sidebar-unified .sidebar-item-ref h4{margin:0;font-size:21px;line-height:1.14;letter-spacing:-.03em}
.site-sidebar-unified .card-surtitle{margin-top:8px;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#fe0202}
.site-sidebar-unified .sidebar-item-mostread-ref{grid-template-columns:54px 1fr !important;padding-left:16px !important}
.site-sidebar-unified .sidebar-item-mostread-ref .mostread-rank-ref{align-self:start}
.site-sidebar-unified .sidebar-item-mostread-ref h4{font-size:18px !important}
html[data-theme="dark"] .interior-hero-card,html[data-theme="dark"] .editorial-panel,html[data-theme="dark"] .contact-form-shell-enhanced,html[data-theme="dark"] .search-shortcuts-panel{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important;border-color:rgba(255,255,255,.08)!important;box-shadow:0 16px 34px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .interior-hero-text,html[data-theme="dark"] .editorial-panel p,html[data-theme="dark"] .contact-form-intro,html[data-theme="dark"] .search-card-editorial .excerpt{color:#b8c3d2!important}
html[data-theme="dark"] .interior-hero-pills span,html[data-theme="dark"] .search-shortcuts-chips a,html[data-theme="dark"] .contact-highlight-list li,html[data-theme="dark"] .contact-checklist li,html[data-theme="dark"] .search-chip,html[data-theme="dark"] .search-tool-btn{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .search-tool-link{background:rgba(254,2,2,.12)!important;border-color:rgba(254,2,2,.28)!important;color:#ffd8d8!important}
html[data-theme="dark"] .contact-guidelines-grid article,html[data-theme="dark"] .site-sidebar-unified .social-grid-ref a{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .site-sidebar-unified .social-grid-ref .icon{background:#0d141d!important;border-color:rgba(254,2,2,.22)!important;color:#fff!important}
html[data-theme="dark"] .contact-form-wrap-enhanced fieldset,html[data-theme="dark"] .contact-form-wrap-enhanced input,html[data-theme="dark"] .contact-form-wrap-enhanced textarea,html[data-theme="dark"] .contact-form-wrap-enhanced select,html[data-theme="dark"] .search-form-pro input[type="search"],html[data-theme="dark"] .search-card-editorial{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .contact-form-wrap-enhanced label,html[data-theme="dark"] .search-shortcuts-panel strong{color:#edf2f8!important}
@media (max-width:1180px){.interior-layout-grid{grid-template-columns:1fr}.interior-sidebar{order:2}.contact-info-grid,.editorial-panels-grid,.contact-guidelines-grid,.search-grid-editorial{grid-template-columns:1fr 1fr}}
@media (max-width:760px){.interior-page-wrap{padding-top:18px}.interior-hero-card,.editorial-panel{padding:22px 18px}.interior-hero-card h1{font-size:34px}.search-form-mainline,.contact-info-grid,.editorial-panels-grid,.contact-guidelines-grid,.search-grid-editorial,.site-sidebar-unified .social-grid-ref{grid-template-columns:1fr}.search-submit-primary,.contact-form-wrap-enhanced .submit,.contact-form-wrap-enhanced button{min-width:0;width:100%}.site-sidebar-unified .sidebar-item-ref{grid-template-columns:76px 1fr}.site-sidebar-unified .sidebar-item-ref h4{font-size:18px}}

/* v60 home sections align strictly with top grid */
.page-home .home-wrap-tight > .home-bottom-shell{display:block!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;box-sizing:border-box!important}
.page-home .home-wrap-tight > .home-bottom-shell > .section,
.page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin:0 0 34px 0!important;
  padding:0!important;
  box-sizing:border-box!important;
}
.page-home .home-wrap-tight > .home-bottom-shell > .section:last-child{margin-bottom:0!important}
.page-home .home-wrap-tight > .home-bottom-shell .home-mostread-editorial-section,
.page-home .home-wrap-tight > .home-bottom-shell .home-mostread-editorial-grid,
.page-home .home-wrap-tight > .home-bottom-shell .section-head,
.page-home .home-wrap-tight > .home-bottom-shell .rub-grid{
  max-width:100%!important;
}
@media (max-width:860px){
  .page-home .home-wrap-tight > .home-bottom-shell > .section,
  .page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
  .page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
  .page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{margin-bottom:28px!important}
}

/* v61 final home boxed alignment */
.page-home .home-wrap-tight > .home-bottom-shell{
  width:calc(100% - 36px)!important;
  max-width:calc(var(--container) - 36px)!important;
  margin:0 auto!important;
  padding:0!important;
  box-sizing:border-box!important;
}
.page-home .home-wrap-tight > .home-bottom-shell > .section,
.page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{
  width:100%!important;
  max-width:100%!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:0!important;
  padding-right:0!important;
}
@media (max-width:860px){
  .page-home .home-wrap-tight > .home-bottom-shell{
    width:calc(100% - 28px)!important;
    max-width:calc(100% - 28px)!important;
  }
}

.article-breadcrumbs{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:18px}
.article-breadcrumbs .breadcrumb-rubrique{color:var(--accent);font-weight:800}
.article-breadcrumbs .breadcrumb-current{color:#1b1f27;font-weight:800;letter-spacing:.04em;text-transform:uppercase;font-size:12px}
.article-content,.article-content p,.article-body-ref,.article-body-ref p{text-align:justify;text-justify:inter-word;hyphens:auto}
.home-mostread-slider-section{margin-top:36px;padding:28px;border:1px solid rgba(254,2,2,.09);border-radius:32px;background:linear-gradient(180deg,#fff 0%,#fff8f8 100%);box-shadow:0 22px 60px rgba(17,22,31,.07);overflow:hidden}
.home-mostread-head{margin-bottom:20px}
.home-mostread-head h2{position:relative;padding-left:18px}
.home-mostread-head h2:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:28px;border-radius:999px;background:var(--accent)}
.home-mostread-shell{position:relative}
.home-mostread-track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(300px,1fr);gap:18px;overflow:auto;padding:4px 2px 14px;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth}
.home-mostread-track::-webkit-scrollbar{display:none}
.home-mostread-slide{display:grid;grid-template-columns:62px minmax(0,220px) minmax(0,1fr);gap:18px;align-items:stretch;padding:18px;border-radius:26px;border:1px solid rgba(254,2,2,.12);background:linear-gradient(180deg,#fff 0%,#fffdfd 100%);box-shadow:0 16px 34px rgba(17,22,31,.06);scroll-snap-align:start;min-height:220px}
.home-mostread-rank{display:flex;align-items:flex-start;justify-content:center;text-decoration:none}
.home-mostread-rank span{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:16px;background:linear-gradient(180deg,var(--accent) 0%,#a80000 100%);color:#fff;font-size:22px;font-weight:900;box-shadow:0 14px 28px rgba(254,2,2,.22)}
.home-mostread-slide .thumb{display:block;height:100%;min-height:184px;border-radius:18px;overflow:hidden;background:#f3f5f8}
.home-mostread-slide .thumb img{width:100%;height:100%;object-fit:cover}
.home-mostread-card-body{display:grid;align-content:start;gap:10px;min-width:0}
.home-mostread-topline{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}
.home-mostread-topline .card-surtitle{margin:0}
.home-mostread-pop{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#111;color:#fff;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.home-mostread-slide h3{margin:0;font-size:28px;line-height:1.03;letter-spacing:-.04em}
.home-mostread-slide h3 a{display:block}
.home-mostread-excerpt{margin:0;color:#4c5462;font-size:15px;line-height:1.58}
.home-mostread-meta{display:flex;align-items:center;gap:14px;flex-wrap:wrap;font-size:12px;font-weight:800;color:#6a707d;text-transform:uppercase;letter-spacing:.05em;margin-top:auto}
.home-mostread-meta span{display:inline-flex;align-items:center;gap:8px}
.home-mostread-meta span+span:before{content:"";width:5px;height:5px;border-radius:999px;background:var(--accent)}
.home-mostread-dots{display:flex;justify-content:center;gap:8px;margin-top:10px}
.home-mostread-dots button{width:10px;height:10px;border:0;border-radius:999px;background:rgba(17,22,31,.16);padding:0;cursor:pointer;transition:transform .2s ease,background .2s ease}
.home-mostread-dots button.is-active{background:var(--accent);transform:scale(1.18)}
@media (max-width:1080px){.home-mostread-slide{grid-template-columns:54px 180px minmax(0,1fr)}.home-mostread-slide h3{font-size:24px}}
@media (max-width:720px){.home-mostread-slider-section{padding:18px;border-radius:24px}.home-mostread-track{grid-auto-columns:90%}.home-mostread-slide{grid-template-columns:1fr;gap:14px;padding:16px}.home-mostread-rank{justify-content:flex-start}.home-mostread-slide .thumb{min-height:190px}.home-mostread-slide h3{font-size:22px}.home-mostread-meta{gap:10px}}

.home-mostread-section.home-mostread-slider-section{padding:10px 18px 0;max-width:var(--container);margin:6px auto 42px}
.home-mostread-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:16px}
.home-mostread-head h2{margin:4px 0 0;font-size:36px;line-height:1;letter-spacing:-.04em}
.home-mostread-kicker{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:900;letter-spacing:.22em;text-transform:uppercase;color:var(--accent)}
.home-mostread-kicker::before{content:"";width:10px;height:10px;border-radius:999px;background:var(--accent);box-shadow:0 0 0 6px rgba(254,2,2,.12)}
.home-mostread-filmstrip{position:relative;padding:28px 20px 22px;border-radius:30px;background:linear-gradient(180deg,#181a1e 0%,#101216 100%);box-shadow:0 24px 60px rgba(11,13,17,.24);overflow:hidden}
.home-mostread-filmstrip::before,.home-mostread-filmstrip::after{content:"";position:absolute;left:16px;right:16px;height:18px;border-radius:999px;background:repeating-linear-gradient(90deg,rgba(255,255,255,.1) 0 18px,transparent 18px 34px);opacity:.95;pointer-events:none}
.home-mostread-filmstrip::before{top:8px}
.home-mostread-filmstrip::after{bottom:8px}
.home-mostread-filmstrip .home-mostread-track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(280px,31%);gap:18px;overflow:auto hidden;scroll-snap-type:x mandatory;scrollbar-width:none;padding:4px 2px 10px}
.home-mostread-filmstrip .home-mostread-track::-webkit-scrollbar{display:none}
.home-mostread-slide{position:relative;display:grid;grid-template-rows:auto 1fr;min-width:0;background:linear-gradient(180deg,#20242b 0%,#15181d 100%);border:1px solid rgba(255,255,255,.08);border-radius:24px;overflow:hidden;scroll-snap-align:start;box-shadow:0 14px 34px rgba(0,0,0,.26);transform:translateY(0);transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}
.home-mostread-slide:hover,.home-mostread-slide:focus-within{transform:translateY(-4px);border-color:rgba(254,2,2,.44);box-shadow:0 22px 44px rgba(0,0,0,.34)}
.home-mostread-slide .thumb{position:relative;display:block;aspect-ratio:16/10;background:#0f1115;overflow:hidden}
.home-mostread-slide .thumb::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 0%,transparent 44%,rgba(0,0,0,.52) 100%)}
.home-mostread-slide .thumb img{width:100%;height:100%;object-fit:cover;transform:scale(1.01);transition:transform .45s ease,filter .45s ease;filter:saturate(1.02) contrast(1.02)}
.home-mostread-slide:hover .thumb img,.home-mostread-slide:focus-within .thumb img{transform:scale(1.06);filter:saturate(1.08) contrast(1.05)}
.home-mostread-rank{position:absolute;top:14px;left:14px;z-index:3;display:inline-flex;align-items:center;justify-content:center;min-width:52px;height:52px;padding:0 12px;border-radius:16px;background:linear-gradient(180deg,var(--accent) 0%,#a40000 100%);color:#fff;text-decoration:none;box-shadow:0 12px 24px rgba(254,2,2,.26);backdrop-filter:blur(4px)}
.home-mostread-rank span{font-size:24px;line-height:1;font-weight:950;letter-spacing:-.06em}
.home-mostread-card-body{display:grid;gap:12px;padding:18px 18px 20px;color:#f5f7fa}
.home-mostread-topline{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0}
.home-mostread-topline .card-surtitle{margin:0;color:#fff;font-size:10px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;opacity:.96}
.home-mostread-pop{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.06);font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#fff;white-space:nowrap}
.home-mostread-pop::before{content:"";width:8px;height:8px;border-radius:999px;background:var(--accent);box-shadow:0 0 0 5px rgba(254,2,2,.14)}
.home-mostread-slide h3{margin:0;font-size:24px;line-height:1.12;letter-spacing:-.03em;color:#fff}
.home-mostread-slide h3 a{color:inherit;text-decoration:none}
.home-mostread-slide h3 a:hover{text-decoration:none}
.home-mostread-excerpt{margin:0;font-size:14px;line-height:1.55;color:rgba(245,247,250,.76)}
.home-mostread-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:auto;padding-top:4px;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.72)}
.home-mostread-author{display:inline-flex;align-items:center;gap:8px}
.home-mostread-author::before,.home-mostread-date::before{content:"";width:7px;height:7px;border-radius:999px;background:var(--accent)}
.home-mostread-dots{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:14px}
.home-mostread-dots button{width:10px;height:10px;border:0;border-radius:999px;background:rgba(255,255,255,.22);padding:0;cursor:pointer;transition:all .25s ease}
.home-mostread-dots button.is-active{width:34px;background:var(--accent);box-shadow:0 0 0 5px rgba(254,2,2,.14)}
@media (max-width:1180px){.home-mostread-filmstrip .home-mostread-track{grid-auto-columns:minmax(280px,44%)}.home-mostread-head h2{font-size:32px}}
@media (max-width:820px){.home-mostread-filmstrip{padding:24px 14px 18px;border-radius:24px}.home-mostread-filmstrip::before,.home-mostread-filmstrip::after{left:12px;right:12px}.home-mostread-filmstrip .home-mostread-track{grid-auto-columns:minmax(250px,72%);gap:14px}.home-mostread-slide h3{font-size:21px}.home-mostread-head{align-items:flex-start;flex-direction:column}.home-mostread-head a{align-self:flex-start}}
@media (max-width:560px){.home-mostread-filmstrip .home-mostread-track{grid-auto-columns:86%;gap:12px}.home-mostread-card-body{padding:16px}.home-mostread-rank{top:12px;left:12px;min-width:46px;height:46px}.home-mostread-rank span{font-size:21px}.home-mostread-pop{padding:6px 8px}}

/* footer conventionnel et mode sombre renforcé */
.footer.footer-refined{margin-top:52px;background:#11151c;border-top:4px solid var(--accent);padding:0;border-radius:0!important}
.footer-refined .footer-inner{position:relative;grid-template-columns:minmax(0,1.45fr) minmax(190px,.75fr) minmax(190px,.75fr);gap:28px;padding:26px 0 20px}
.footer-refined .footer-inner:before{display:none}
.footer-refined .footer-brand-col,.footer-refined .footer-links-col{background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0}
.footer-refined .footer-brand{margin-bottom:10px;gap:8px}
.footer-refined .footer-brand img{height:44px;max-width:220px;filter:brightness(1.02)}
.footer-refined .footer-brand small{color:rgba(255,255,255,.62)}
.footer-refined .footer-brand small:before{box-shadow:none;background:var(--accent)}
.footer-refined .footer-description{margin:0 0 14px;max-width:60ch;color:rgba(255,255,255,.78);font-size:14px;line-height:1.7}
.footer-refined h4{margin:0 0 12px;color:#fff;font-size:11px;letter-spacing:.18em}
.footer-refined h4:before{width:22px;height:2px;border-radius:0;background:var(--accent)}
.footer-refined .footer-links-list{gap:2px}
.footer-refined .footer-links-list a{padding:8px 0 8px 16px;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;color:rgba(255,255,255,.8)!important}
.footer-refined .footer-links-list a:before{left:0;top:11px;bottom:11px;width:3px;border-radius:0;background:rgba(254,2,2,.9)}
.footer-refined .footer-links-list a:hover{transform:none;color:#fff!important;text-decoration:none}
.footer-refined .footer-links-list a:hover:before{transform:none;background:#fff}
.footer-refined .footer-socials{gap:8px;margin-top:4px!important}
.footer-refined .footer-socials a{width:38px;height:38px;border-radius:0;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.03)!important;color:#fff;box-shadow:none}
.footer-refined .footer-socials a:hover{background:var(--accent)!important;border-color:var(--accent);transform:none}
.footer-refined .footer-bottom{background:#0a0d12;border-top:1px solid rgba(255,255,255,.1)}
.footer-refined .footer-bottom-inner{padding:12px 0}
.footer-refined .footer-bottom p{font-size:12px;line-height:1.65;color:rgba(255,255,255,.72)}
.footer-refined .footer-bottom a{color:#fff;border:0;text-decoration:none;font-weight:800}
.footer-refined .footer-bottom a:hover{color:#fff;text-decoration:underline}
@media (max-width:860px){.footer-refined .footer-inner{grid-template-columns:1fr;gap:18px;padding:22px 0 18px}}

html[data-theme="dark"] .menuwrap,html[data-theme="dark"] .menu-drawer,html[data-theme="dark"] .latest-track,html[data-theme="dark"] .search-hero form,html[data-theme="dark"] .pagination a,html[data-theme="dark"] .pagination .on,html[data-theme="dark"] .ajax-pager a,html[data-theme="dark"] .comment-form-wrap,html[data-theme="dark"] .comments-refined,html[data-theme="dark"] .comments-shell,html[data-theme="dark"] .comment-form,html[data-theme="dark"] .section-head-inline,html[data-theme="dark"] .section-head,html[data-theme="dark"] .home-mostread-inline-section,html[data-theme="dark"] .home-mostread-editorial-section,html[data-theme="dark"] .home-mostread-editorial-grid,html[data-theme="dark"] .lireaussi-refined,html[data-theme="dark"] .read-more-card,html[data-theme="dark"] .mostread-card-editorial,html[data-theme="dark"] .sidebar-item-mostread-ref,html[data-theme="dark"] .comment-form input,html[data-theme="dark"] .comment-form textarea,html[data-theme="dark"] .comment-form select{border-color:rgba(255,255,255,.09)!important}
html[data-theme="dark"] p,html[data-theme="dark"] li,html[data-theme="dark"] dd,html[data-theme="dark"] dt,html[data-theme="dark"] figcaption,html[data-theme="dark"] .article-body-ref blockquote,html[data-theme="dark"] .article-body-ref li,html[data-theme="dark"] .article-meta-strip,html[data-theme="dark"] .article-breadcrumb-ref,html[data-theme="dark"] .comment-item p,html[data-theme="dark"] .comment-form label,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .rub-card-meta,html[data-theme="dark"] .home-mostread-lead p,html[data-theme="dark"] .sidebar-item-body p,html[data-theme="dark"] .search-card-advanced p,html[data-theme="dark"] .contact-form-wrap p{color:var(--muted)!important}
html[data-theme="dark"] a,html[data-theme="dark"] .article-body-ref a,html[data-theme="dark"] .page-card a,html[data-theme="dark"] .author-card a,html[data-theme="dark"] .sidebar-module a,html[data-theme="dark"] .rub-feature a,html[data-theme="dark"] .rub-mini a,html[data-theme="dark"] .compact-card a{color:inherit}
html[data-theme="dark"] .article-body-ref a,html[data-theme="dark"] .footer-refined a:hover,html[data-theme="dark"] .mainmenu a:hover,html[data-theme="dark"] .menu-drawer-nav a:hover,html[data-theme="dark"] .header-search-link:hover{color:#fff!important}
html[data-theme="dark"] .menuwrap{background:#121821;border-bottom-color:rgba(255,255,255,.08)}
html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .header-search-link{color:#edf2f7}
html[data-theme="dark"] .menu-burger{border-color:rgba(255,255,255,.12);background:#151c25;color:#fff}
html[data-theme="dark"] .menu-burger span{background:#fff}
html[data-theme="dark"] .home-mostread-card,html[data-theme="dark"] .home-mostread-lead,html[data-theme="dark"] .home-mostread-item,html[data-theme="dark"] .mostread-row,html[data-theme="dark"] .sidebar-item-mostread-ref,html[data-theme="dark"] .lireaussi-card,html[data-theme="dark"] .related-card,html[data-theme="dark"] .archive-feed article,html[data-theme="dark"] .rubrique-feed article,html[data-theme="dark"] .search-card-advanced,html[data-theme="dark"] .contact-form-wrap,html[data-theme="dark"] .comment-form-wrap{background:var(--card)!important;box-shadow:0 14px 32px rgba(0,0,0,.22)!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum,html[data-theme="dark"] .comment-form-wrap form{background:linear-gradient(180deg,#121923 0%,#0f151e 100%)!important;border-color:rgba(255,255,255,.12)!important;box-shadow:0 18px 40px rgba(0,0,0,.32)!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum fieldset,html[data-theme="dark"] .comment-form-wrap form fieldset{border-color:rgba(255,255,255,.14)!important;background:rgba(255,255,255,.02)!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum h3,html[data-theme="dark"] .comment-form-wrap form h3,html[data-theme="dark"] .comment-form-wrap .formulaire_forum legend,html[data-theme="dark"] .comment-form-wrap form legend{color:#ff5b5b!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum .session,html[data-theme="dark"] .comment-form-wrap form .session{background:rgba(255,255,255,.03)!important;border-color:rgba(255,255,255,.1)!important;color:#e8edf5!important}
html[data-theme="dark"] .comment-form-wrap label,html[data-theme="dark"] .comment-form-wrap .explication,html[data-theme="dark"] .comment-form-wrap .notice,html[data-theme="dark"] .comment-form-wrap .session,html[data-theme="dark"] .comment-form-wrap .session a,html[data-theme="dark"] .comment-form-wrap p{color:#cdd6e3!important}
html[data-theme="dark"] .comment-form-wrap input,html[data-theme="dark"] .comment-form-wrap textarea,html[data-theme="dark"] .comment-form-wrap select{background:#08111d!important;border-color:rgba(255,255,255,.12)!important;color:#f5f7fb!important;box-shadow:inset 0 1px 2px rgba(0,0,0,.22)!important}
html[data-theme="dark"] .comment-form-wrap input::placeholder,html[data-theme="dark"] .comment-form-wrap textarea::placeholder{color:#7f8aa0!important}
html[data-theme="dark"] .comment-form-wrap input:focus,html[data-theme="dark"] .comment-form-wrap textarea:focus,html[data-theme="dark"] .comment-form-wrap select:focus{border-color:rgba(254,2,2,.55)!important;box-shadow:0 0 0 4px rgba(254,2,2,.14)!important;background:#0b1522!important}
html[data-theme="dark"] .comment-form-wrap .boutons input,html[data-theme="dark"] .comment-form-wrap .boutons button,html[data-theme="dark"] .comment-form-wrap .submit{color:#fff!important}
html[data-theme="dark"] .article-body-ref strong,html[data-theme="dark"] .article-body-ref b,html[data-theme="dark"] .article-body-ref h2,html[data-theme="dark"] .article-body-ref h3,html[data-theme="dark"] .article-body-ref h4,html[data-theme="dark"] .article-body-ref h5,html[data-theme="dark"] .article-body-ref h6,html[data-theme="dark"] .article-standfirst-text,html[data-theme="dark"] .meta-badge strong,html[data-theme="dark"] .comment-author,html[data-theme="dark"] .section-head-inline h2,html[data-theme="dark"] .section-head h2,html[data-theme="dark"] .footer-refined h4{color:#f5f7fb!important}
html[data-theme="dark"] .article-body-ref blockquote{background:#121923;border-left:4px solid var(--accent);color:#dce4ee}
html[data-theme="dark"] .article-body-ref hr{border-color:rgba(255,255,255,.1)}
html[data-theme="dark"] .meta-badge,html[data-theme="dark"] .author-avatar,html[data-theme="dark"] .comment-avatar,html[data-theme="dark"] .badge,html[data-theme="dark"] .page-surtitle,html[data-theme="dark"] .card-surtitle{box-shadow:none}
html[data-theme="dark"] .comment-form input::placeholder,html[data-theme="dark"] .comment-form textarea::placeholder,html[data-theme="dark"] input::placeholder,html[data-theme="dark"] textarea::placeholder{color:#8190a3}
html[data-theme="dark"] .theme-toggle{border-color:rgba(255,255,255,.18);background:#171f2a}

/* v30 dark mode, share rail, latest strip and rubrique fixes */
.share-label-vertical{display:flex;flex-direction:column;align-items:center;gap:8px;color:#222630}
.share-label-vertical .share-count{display:inline-flex;align-items:center;justify-content:center;min-width:74px;padding:6px 10px;border-radius:999px;background:#f3f5f8;color:#616978;font-size:11px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}
.share-buttons{display:grid;gap:12px}
.share-buttons a,.share-buttons button{display:inline-flex;align-items:center;justify-content:center;width:64px;height:54px;border-radius:14px;border:1px solid #e8ecf2;background:linear-gradient(180deg,#fff 0%,#f7f9fc 100%);color:#5a6780;box-shadow:0 10px 24px rgba(17,20,31,.06);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease,color .2s ease;cursor:pointer}
.share-buttons a:hover,.share-buttons button:hover{transform:translateY(-2px);border-color:rgba(254,2,2,.26);color:var(--accent);box-shadow:0 14px 28px rgba(17,20,31,.12)}
.share-buttons a[aria-label="facebook"]{color:#1877f2}.share-buttons a[aria-label="x"]{color:#111}.share-buttons a[aria-label="linkedin"]{color:#0a66c2}.share-buttons a[aria-label="whatsapp"]{color:#20b874}.share-copy-btn{color:#596579}.share-print-btn{color:#6d7fbe}
.share-buttons svg{width:22px;height:22px}
.latest-strip{background:#fff}.latest-label{box-shadow:inset 0 0 0 1px rgba(254,2,2,.05)}
.latest-links a{font-weight:900}.latest-links a:after{width:6px;height:6px}
html[data-theme="dark"] .latest-strip{background:#10161f;border-bottom-color:rgba(255,255,255,.08)}
html[data-theme="dark"] .latest-label{background:rgba(254,2,2,.14)!important;color:#fe0202!important;box-shadow:inset 0 0 0 1px rgba(254,2,2,.2)}
html[data-theme="dark"] .latest-track:after{background:linear-gradient(90deg,rgba(16,22,31,0),#10161f)}
html[data-theme="dark"] .latest-links a{color:#eef3fa!important}
html[data-theme="dark"] .latest-links a:hover{color:#fe0202!important}
html[data-theme="dark"] .share-label-vertical{color:#e7edf6!important}
html[data-theme="dark"] .share-label-vertical .share-count{background:#141d28!important;color:#a9b5c7!important;border:1px solid rgba(255,255,255,.08)}
html[data-theme="dark"] .share-buttons a,html[data-theme="dark"] .share-buttons button{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important;border-color:rgba(255,255,255,.1)!important;box-shadow:0 14px 28px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .share-buttons a:hover,html[data-theme="dark"] .share-buttons button:hover{border-color:rgba(254,2,2,.34)!important;box-shadow:0 18px 32px rgba(0,0,0,.36)!important}
html[data-theme="dark"] .share-buttons a[aria-label="facebook"]{color:#7fb2ff!important}
html[data-theme="dark"] .share-buttons a[aria-label="x"]{color:#f5f7fb!important}
html[data-theme="dark"] .share-buttons a[aria-label="linkedin"]{color:#68b1ff!important}
html[data-theme="dark"] .share-buttons a[aria-label="whatsapp"]{color:#4be3a0!important}
html[data-theme="dark"] .share-copy-btn{color:#c9d4e3!important}html[data-theme="dark"] .share-print-btn{color:#b9c7ff!important}
html[data-theme="dark"] .rubrique-feed article,html[data-theme="dark"] .archive-grid.rubrique-main-grid article{background:linear-gradient(180deg,#131a24 0%,#0e141d 100%)!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 16px 34px rgba(0,0,0,.26)!important}
html[data-theme="dark"] .rubrique-feed article h3 a,html[data-theme="dark"] .rubrique-feed article .author,html[data-theme="dark"] .rubrique-feed article .meta,html[data-theme="dark"] .rubrique-feed article .excerpt,html[data-theme="dark"] .rubrique-sidebar .sidebar-item h4 a,html[data-theme="dark"] .rubrique-sidebar .headline-item a,html[data-theme="dark"] .rubrique-sidebar .quick-links a{color:#edf2f8!important}
html[data-theme="dark"] .rubrique-feed article .excerpt,html[data-theme="dark"] .rubrique-feed article .meta,html[data-theme="dark"] .rubrique-sidebar .catline a{color:#aab5c5!important}
html[data-theme="dark"] .rubrique-loadmore-btn{background:linear-gradient(180deg,var(--accent) 0%,#fe0202 100%)!important;border-color:transparent!important;color:#fff!important;box-shadow:0 16px 28px rgba(254,2,2,.22)!important}
html[data-theme="dark"] .rubrique-sidebar .compact-box,html[data-theme="dark"] .rubrique-sidebar .compact-sidebar-card{background:linear-gradient(180deg,#131a24 0%,#0e141d 100%)!important;border-color:rgba(255,255,255,.08)!important}

/* v33 menu rouge en mode sombre + module en ce moment */
.latest-label{font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:none}
.moment-strip{background:#fff;border-bottom:1px solid var(--line)}
.moment-strip .container{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:18px;padding:10px 18px}
.moment-track:after{background:linear-gradient(90deg,rgba(255,255,255,0),#fff)}
.moment-links a{font-weight:900;color:#1a1d22}
.moment-links a:hover{color:var(--accent)}
.latest-strip .container,.moment-strip .container{padding-top:11px;padding-bottom:11px}
html[data-theme="dark"] .menuwrap{background:#fe0202!important;border-bottom-color:rgba(255,255,255,.16)!important}
html[data-theme="dark"] .menu-drawer{background:#d80000!important;border-bottom-color:rgba(255,255,255,.14)!important}
html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .header-search-link,html[data-theme="dark"] .social-icons a,html[data-theme="dark"] .menu-tools .theme-toggle{color:#fff!important}
html[data-theme="dark"] .mainmenu a.is-hot,html[data-theme="dark"] .mainmenu a:hover{color:#fff!important;opacity:1}
html[data-theme="dark"] .mainmenu a:after{background:#fff!important}
html[data-theme="dark"] .menu-burger{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.2)!important;color:#fff!important}
html[data-theme="dark"] .theme-toggle{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.2)!important;color:#fff!important}
html[data-theme="dark"] .menu-burger span{background:#fff!important}
html[data-theme="dark"] .moment-strip,html[data-theme="dark"] .latest-strip{background:#10161f!important;border-bottom-color:rgba(255,255,255,.08)!important}
html[data-theme="dark"] .moment-track,html[data-theme="dark"] .latest-track,html[data-theme="dark"] .moment-links,html[data-theme="dark"] .latest-links{background:#10161f!important}
html[data-theme="dark"] .moment-track:after,html[data-theme="dark"] .latest-track:after{background:linear-gradient(90deg,rgba(16,22,31,0),#10161f)!important}
html[data-theme="dark"] .moment-links a,html[data-theme="dark"] .latest-links a{color:#edf2f8!important}
html[data-theme="dark"] .latest-label{background:rgba(254,2,2,.16)!important;border-color:rgba(254,2,2,.26)!important;color:#ffd7d7!important}
@media (max-width:860px){.moment-strip .container,.latest-strip .container{grid-template-columns:1fr;gap:10px}.moment-strip,.latest-strip{margin-top:0}.moment-strip .latest-label,.latest-strip .latest-label{justify-self:start}}

/* v34 footer, menu rouge #fe0202 et bouton thème en sidebar */
.menuwrap{background:#fe0202!important;border-bottom:0!important;box-shadow:0 12px 28px rgba(35,10,10,.12)!important}
.menuwrap .container{min-height:80px}
.menu-drawer{background:#e10202!important;border-bottom:0!important;box-shadow:0 18px 32px rgba(35,10,10,.18)!important}
.mainmenu a.is-hot:after,.mainmenu a:hover:after{background:#fff!important}
html[data-theme="dark"] .menuwrap{background:#fe0202!important;border-bottom:0!important;box-shadow:0 12px 28px rgba(0,0,0,.24)!important}
html[data-theme="dark"] .menu-drawer{background:#e10202!important;border-bottom:0!important;box-shadow:0 18px 32px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .header-search-link,html[data-theme="dark"] .social-icons a,html[data-theme="dark"] .menu-tools .theme-toggle{color:#fff!important}
html[data-theme="dark"] .mainmenu a.is-hot:after,html[data-theme="dark"] .mainmenu a:hover:after{background:#fff!important}

.footer-refined{position:relative;background:linear-gradient(180deg,#0a111a 0%,#070d14 100%);border-top:4px solid #fe0202;color:#d7dee9}
.footer-refined:before{content:"";position:absolute;inset:0 0 auto 0;height:1px;background:rgba(255,255,255,.08)}
.footer-inner{display:grid;grid-template-columns:minmax(260px,1.2fr) .95fr .75fr .75fr;gap:34px;padding:34px 0 26px}
.footer-brand{display:grid;gap:12px;align-content:start}
.footer-brand img{height:52px;width:auto}
.footer-brand small{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:#f6f8fb;font-weight:800}
.footer-description{max-width:48ch;margin:0;color:#c4cddd;line-height:1.75;font-size:16px}
.footer-links-col h4{margin:0 0 14px;font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:#f7f9fc;font-weight:900}
.footer-links-list{display:grid;gap:12px}
.footer-links-list-columns{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:18px;row-gap:12px}
.footer-links-list a{display:inline-flex;align-items:center;gap:10px;color:#d7dee9;font-weight:700;line-height:1.4}
.footer-links-list a:before{content:"";width:5px;height:5px;border-radius:999px;background:#fe0202;flex:0 0 5px;box-shadow:0 0 0 6px rgba(254,2,2,.08)}
.footer-links-list a:hover{color:#fff}
.footer-socials{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}
.footer-socials a{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.02);color:#fff}
.footer-socials a:hover{border-color:rgba(254,2,2,.36);background:rgba(254,2,2,.12);color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.16)}
.footer-bottom-inner{display:flex;justify-content:center;padding:16px 0}
.footer-bottom p{margin:0;text-align:center;font-size:14px;line-height:1.6;color:#c9d2df}
.footer-bottom a{color:#fff;font-weight:800}
.footer-bottom a:hover{color:#fff}
html[data-theme="dark"] .footer-refined{background:linear-gradient(180deg,#071018 0%,#04080e 100%);color:#d7dee9}
html[data-theme="dark"] .footer-links-list a,html[data-theme="dark"] .footer-description,html[data-theme="dark"] .footer-bottom p{color:#d7dee9!important}
html[data-theme="dark"] .footer-socials a{border-color:rgba(255,255,255,.12)!important;background:rgba(255,255,255,.02)!important;color:#fff!important}
html[data-theme="dark"] .footer-socials a:hover{background:rgba(254,2,2,.14)!important;border-color:rgba(254,2,2,.4)!important}

.sidebar-theme-module,.home-theme-module{overflow:hidden}
.sidebar-theme-box{display:grid;gap:14px;padding:18px 20px;background:linear-gradient(180deg,#fff 0%,#fbfcfe 100%)}
.sidebar-theme-box p{margin:0;color:#5c6472;line-height:1.65;font-size:14px}
.sidebar-theme-toggle{width:100%!important;height:52px!important;border-radius:16px!important;grid-template-columns:24px 1fr;justify-content:start!important;gap:12px;padding:0 16px!important;background:linear-gradient(180deg,#fe0202 0%,#fe0202 100%)!important;border:0!important;box-shadow:0 14px 28px rgba(254,2,2,.24)!important;color:#fff!important}
.sidebar-theme-toggle:hover{background:linear-gradient(180deg,#ff1919 0%,#fe0202 100%)!important;transform:translateY(-2px)!important}
.sidebar-theme-toggle .sidebar-theme-toggle-icon{position:relative;display:inline-grid;place-items:center;width:22px;height:22px}
.sidebar-theme-toggle .sidebar-theme-toggle-icon svg{position:absolute;width:18px;height:18px}
.sidebar-theme-toggle .theme-toggle-sun{opacity:0;transform:scale(.72) rotate(-35deg)}
html[data-theme="dark"] .sidebar-theme-toggle .theme-toggle-moon{opacity:0;transform:scale(.72) rotate(35deg)}
html[data-theme="dark"] .sidebar-theme-toggle .theme-toggle-sun{opacity:1;transform:scale(1) rotate(0)}
.sidebar-theme-toggle-label{font-size:14px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.site-sidebar-unified .sidebar-theme-module .module-tag::after,.rubrique-sidebar .sidebar-theme-module .module-tag::after{background:#fff}
html[data-theme="dark"] .sidebar-theme-box{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important}
html[data-theme="dark"] .sidebar-theme-box p{color:#b8c3d2!important}
html[data-theme="dark"] .sidebar-theme-toggle{box-shadow:0 16px 30px rgba(0,0,0,.3)!important}

@media (max-width:1180px){.footer-inner{grid-template-columns:1fr 1fr}.footer-brand-col{grid-column:1/-1}}
@media (max-width:760px){.footer-inner{grid-template-columns:1fr;gap:24px;padding:28px 0 20px}.footer-links-list-columns{grid-template-columns:1fr 1fr}.footer-brand img{height:46px}.footer-description{font-size:15px}.footer-bottom-inner{padding:14px 0}.footer-bottom p{font-size:13px}.sidebar-theme-box{padding:16px}}

/* v44 pages intérieures unifiées : sidebar, contact, recherche */
.interior-page-wrap{padding-top:26px;padding-bottom:34px}
.interior-layout-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px;align-items:start}
.interior-main-content{display:grid;gap:22px;min-width:0}
.interior-sidebar{display:grid;gap:22px}
.interior-sidebar .side-module{background:var(--card);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);overflow:hidden}
.interior-hero-card,.editorial-panel{background:var(--card);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);padding:28px 30px}
.interior-hero-card h1,.editorial-panel h2{margin:0 0 10px;line-height:1.02;letter-spacing:-.04em}
.interior-hero-card h1{font-size:44px}
.interior-hero-text,.editorial-panel p{color:var(--muted);font-size:17px;line-height:1.78}
.panel-kicker,.page-surtitle{display:inline-flex;align-items:center;gap:12px;margin-bottom:16px;color:#fe0202;font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}
.panel-kicker:before,.page-surtitle:before{content:"";width:48px;height:4px;border-radius:999px;background:#fe0202}
.interior-hero-pills,.search-shortcuts-chips,.contact-highlight-list,.contact-checklist{display:flex;flex-wrap:wrap;gap:10px}
.interior-hero-pills span,.search-shortcuts-chips a,.contact-highlight-list li,.contact-checklist li,.search-chip{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 16px;border-radius:999px;border:1px solid rgba(254,2,2,.16);background:#fff5f5;color:#7f1d1d;font-size:13px;font-weight:800}
.contact-info-grid,.editorial-panels-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.contact-checklist,.contact-highlight-list{padding:0;margin:14px 0 0;list-style:none}
.panel-linkline a{display:inline-flex;align-items:center;gap:10px;font-weight:900;color:#fe0202}
.contact-guidelines-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:16px}
.contact-guidelines-grid article{padding:18px;border-radius:18px;background:var(--bg-soft);border:1px solid var(--line)}
.contact-guidelines-grid strong{display:block;margin-bottom:10px;font-size:15px;letter-spacing:-.02em}
.contact-form-shell-enhanced{padding:22px;border-radius:24px;background:linear-gradient(180deg,#fff, #fbfcfe);border:1px solid var(--line)}
.contact-form-wrap-enhanced{display:grid;gap:16px}
.contact-form-wrap-enhanced form{display:grid;gap:16px}
.contact-form-wrap-enhanced fieldset{margin:0;padding:18px;border:1px solid var(--line);border-radius:20px;background:var(--card)}
.contact-form-wrap-enhanced .editer,.contact-form-wrap-enhanced .fieldset .editer{margin-bottom:14px}
.contact-form-wrap-enhanced label{display:block;margin-bottom:8px;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#2a313d}
.contact-form-wrap-enhanced input,.contact-form-wrap-enhanced textarea,.contact-form-wrap-enhanced select{width:100%;border:1px solid var(--line-strong);border-radius:16px;padding:14px 16px;background:#fff;color:var(--text)}
.contact-form-wrap-enhanced textarea{min-height:180px;resize:vertical}
.contact-form-wrap-enhanced .boutons{display:flex;justify-content:flex-start}
.contact-form-wrap-enhanced .submit,.contact-form-wrap-enhanced button{display:inline-flex;align-items:center;justify-content:center;min-width:220px;min-height:52px;padding:0 24px;border:0;border-radius:999px;background:#fe0202;color:#fff;font-weight:900;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 16px 32px rgba(254,2,2,.22)}
.search-hero-card{gap:18px}
.search-form-pro{display:grid;gap:14px;margin-top:18px}
.search-form-mainline{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px}
.search-form-pro input[type="search"]{height:58px;padding:0 18px;border:1px solid var(--line-strong);border-radius:18px;background:var(--card);font-size:17px}
.search-submit-primary{min-width:220px;height:58px;border:0;border-radius:18px;background:#fe0202;color:#fff;font-weight:900;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 18px 34px rgba(254,2,2,.24)}
.search-form-tools{display:flex;flex-wrap:wrap;gap:10px}
.search-tool-btn,.search-tool-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;border:1px solid var(--line);background:var(--bg-soft);color:var(--text);font-size:13px;font-weight:800}
.search-tool-link{border-color:rgba(254,2,2,.18);background:#fff5f5;color:#fe0202}
.search-shortcuts-panel{display:grid;gap:12px;padding:18px;border-radius:22px;background:linear-gradient(180deg,#fff,#fbfcfe);border:1px solid var(--line)}
.search-shortcuts-panel strong{font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:#1a2230}
.search-metrics-row-enhanced{margin:0}
.search-results-panel .search-block-head,.search-block-taxonomy .search-block-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}
.search-results-panel .search-block-head span,.search-block-taxonomy .search-block-head span{font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#fe0202}
.search-grid-editorial{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.search-card-editorial{background:var(--card);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:16px;display:grid;gap:12px}
.search-card-editorial .thumb{border-radius:18px;overflow:hidden}
.search-card-topline{display:flex;align-items:center;justify-content:space-between;gap:12px}
.search-card-topline .search-score{font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#fe0202}
.search-card-editorial h3{margin:0;font-size:30px;line-height:1.08;letter-spacing:-.04em}
.search-card-editorial .excerpt{margin:0;color:var(--muted)}
.search-card-editorial .search-meta{display:flex;flex-wrap:wrap;gap:12px;color:#6f7682;font-size:14px;font-weight:700}
.search-empty-card h2{font-size:34px}
.search-chip-grid{display:flex;flex-wrap:wrap;gap:10px}
.site-sidebar-unified .social-grid-ref{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:18px 20px}
.site-sidebar-unified .social-grid-ref a{display:flex;align-items:center;gap:12px;min-height:56px;padding:0 16px;border-radius:16px;background:var(--bg-soft);border:1px solid var(--line);font-weight:800;color:var(--text)}
.site-sidebar-unified .social-grid-ref .icon{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:999px;background:#fff;color:#fe0202;border:1px solid rgba(254,2,2,.16)}
.site-sidebar-unified .sidebar-item-ref{display:grid;grid-template-columns:88px 1fr;gap:14px;padding:16px 18px;border-top:1px solid var(--line)}
.site-sidebar-unified .sidebar-item-ref .thumb{overflow:hidden;border-radius:16px}
.site-sidebar-unified .sidebar-item-ref .thumb img{width:100%;height:100%;object-fit:cover}
.site-sidebar-unified .sidebar-item-ref h4{margin:0;font-size:21px;line-height:1.14;letter-spacing:-.03em}
.site-sidebar-unified .card-surtitle{margin-top:8px;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#fe0202}
.site-sidebar-unified .sidebar-item-mostread-ref{grid-template-columns:54px 1fr !important;padding-left:16px !important}
.site-sidebar-unified .sidebar-item-mostread-ref .mostread-rank-ref{align-self:start}
.site-sidebar-unified .sidebar-item-mostread-ref h4{font-size:18px !important}
html[data-theme="dark"] .interior-hero-card,html[data-theme="dark"] .editorial-panel,html[data-theme="dark"] .contact-form-shell-enhanced,html[data-theme="dark"] .search-shortcuts-panel{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important;border-color:rgba(255,255,255,.08)!important;box-shadow:0 16px 34px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .interior-hero-text,html[data-theme="dark"] .editorial-panel p,html[data-theme="dark"] .contact-form-intro,html[data-theme="dark"] .search-card-editorial .excerpt{color:#b8c3d2!important}
html[data-theme="dark"] .interior-hero-pills span,html[data-theme="dark"] .search-shortcuts-chips a,html[data-theme="dark"] .contact-highlight-list li,html[data-theme="dark"] .contact-checklist li,html[data-theme="dark"] .search-chip,html[data-theme="dark"] .search-tool-btn{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .search-tool-link{background:rgba(254,2,2,.12)!important;border-color:rgba(254,2,2,.28)!important;color:#ffd8d8!important}
html[data-theme="dark"] .contact-guidelines-grid article,html[data-theme="dark"] .site-sidebar-unified .social-grid-ref a{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .site-sidebar-unified .social-grid-ref .icon{background:#0d141d!important;border-color:rgba(254,2,2,.22)!important;color:#fff!important}
html[data-theme="dark"] .contact-form-wrap-enhanced fieldset,html[data-theme="dark"] .contact-form-wrap-enhanced input,html[data-theme="dark"] .contact-form-wrap-enhanced textarea,html[data-theme="dark"] .contact-form-wrap-enhanced select,html[data-theme="dark"] .search-form-pro input[type="search"],html[data-theme="dark"] .search-card-editorial{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .contact-form-wrap-enhanced label,html[data-theme="dark"] .search-shortcuts-panel strong{color:#edf2f8!important}
@media (max-width:1180px){.interior-layout-grid{grid-template-columns:1fr}.interior-sidebar{order:2}.contact-info-grid,.editorial-panels-grid,.contact-guidelines-grid,.search-grid-editorial{grid-template-columns:1fr 1fr}}
@media (max-width:760px){.interior-page-wrap{padding-top:18px}.interior-hero-card,.editorial-panel{padding:22px 18px}.interior-hero-card h1{font-size:34px}.search-form-mainline,.contact-info-grid,.editorial-panels-grid,.contact-guidelines-grid,.search-grid-editorial,.site-sidebar-unified .social-grid-ref{grid-template-columns:1fr}.search-submit-primary,.contact-form-wrap-enhanced .submit,.contact-form-wrap-enhanced button{min-width:0;width:100%}.site-sidebar-unified .sidebar-item-ref{grid-template-columns:76px 1fr}.site-sidebar-unified .sidebar-item-ref h4{font-size:18px}}

/* v60 home sections align strictly with top grid */
.page-home .home-wrap-tight > .home-bottom-shell{display:block!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;box-sizing:border-box!important}
.page-home .home-wrap-tight > .home-bottom-shell > .section,
.page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin:0 0 34px 0!important;
  padding:0!important;
  box-sizing:border-box!important;
}
.page-home .home-wrap-tight > .home-bottom-shell > .section:last-child{margin-bottom:0!important}
.page-home .home-wrap-tight > .home-bottom-shell .home-mostread-editorial-section,
.page-home .home-wrap-tight > .home-bottom-shell .home-mostread-editorial-grid,
.page-home .home-wrap-tight > .home-bottom-shell .section-head,
.page-home .home-wrap-tight > .home-bottom-shell .rub-grid{
  max-width:100%!important;
}
@media (max-width:860px){
  .page-home .home-wrap-tight > .home-bottom-shell > .section,
  .page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
  .page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
  .page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{margin-bottom:28px!important}
}

/* v61 final home boxed alignment */
.page-home .home-wrap-tight > .home-bottom-shell{
  width:calc(100% - 36px)!important;
  max-width:calc(var(--container) - 36px)!important;
  margin:0 auto!important;
  padding:0!important;
  box-sizing:border-box!important;
}
.page-home .home-wrap-tight > .home-bottom-shell > .section,
.page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{
  width:100%!important;
  max-width:100%!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:0!important;
  padding-right:0!important;
}
@media (max-width:860px){
  .page-home .home-wrap-tight > .home-bottom-shell{
    width:calc(100% - 28px)!important;
    max-width:calc(100% - 28px)!important;
  }
}

/* home most read editorial grid */
.home-mostread-editorial-section{max-width:var(--container);margin:8px auto 46px;padding:0 18px}.home-mostread-editorial-head{display:flex;align-items:center;gap:12px;margin:0 0 22px}.home-mostread-editorial-dot{width:22px;height:22px;border:2px solid var(--accent);border-radius:999px;display:inline-block;flex:0 0 auto}.home-mostread-editorial-head h2{margin:0;font-size:19px;line-height:1.1;font-weight:900;letter-spacing:-.03em}.home-mostread-editorial-grid{display:grid;grid-template-columns:220px repeat(3,minmax(0,1fr));grid-template-rows:repeat(2,minmax(148px,1fr));gap:0 40px;align-items:stretch;background:#f3f3f3;padding:30px 24px 18px;border-radius:0}.home-mostread-intro{grid-column:1;grid-row:1 / span 2;display:flex;align-items:flex-start;justify-content:center;padding-top:34px}.home-mostread-icon{position:relative;width:86px;height:70px;border:4px solid #16181d;border-radius:6px;background:#fff;transform:skew(-8deg)}.home-mostread-icon:before{content:"";position:absolute;left:-12px;top:8px;width:86px;height:70px;border:4px solid #16181d;border-radius:6px;background:transparent;z-index:-1}.home-mostread-icon span{position:absolute;left:14px;right:14px;height:4px;background:#16181d;border-radius:999px}.home-mostread-icon span:nth-child(1){top:14px}.home-mostread-icon span:nth-child(2){top:26px}.home-mostread-icon span:nth-child(3){top:38px;width:34px;right:auto}.home-mostread-icon span:nth-child(4){top:26px;left:auto;right:14px;width:18px;height:18px;border:4px solid #16181d;background:transparent;border-radius:3px}.home-mostread-item{position:relative;min-width:0;padding:14px 0 24px;border-bottom:1px solid #d7d7d7}.home-mostread-item:nth-child(2),.home-mostread-item:nth-child(3),.home-mostread-item:nth-child(4){padding-top:6px}.home-mostread-item:nth-child(5),.home-mostread-item:nth-child(6),.home-mostread-item:nth-child(7){padding-top:30px}.home-mostread-item-link{display:block;text-decoration:none}.home-mostread-item-main{display:grid;grid-template-columns:48px minmax(0,1fr);gap:18px;align-items:start}.home-mostread-item-rank{display:block;color:var(--accent);font-size:50px;line-height:.9;font-weight:900;letter-spacing:-.06em}.home-mostread-item-body{min-width:0}.home-mostread-item-surtitle{margin:0 0 6px;font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--accent)}.home-mostread-item h3{margin:0 0 12px;font-size:22px;line-height:1.34;font-weight:900;letter-spacing:-.04em;max-width:18ch}.home-mostread-item-link:hover h3{color:var(--accent)}.home-mostread-item-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:#7d828d}.home-mostread-item-meta span+span:before{content:"•";margin-right:12px;color:#8d919a}.home-mostread-item-meta span{display:inline-flex;align-items:center}.home-mostread-item-meta span+span{margin-left:-2px}.home-mostread-item:nth-child(5),.home-mostread-item:nth-child(6),.home-mostread-item:nth-child(7){align-self:start}.home-mostread-item:nth-child(5),.home-mostread-item:nth-child(6),.home-mostread-item:nth-child(7),.home-mostread-item:last-child{border-bottom:1px solid #d7d7d7}.home-mostread-editorial-grid > .home-mostread-item:nth-last-child(-n+3){border-bottom:0}@media (max-width:1180px){.home-mostread-editorial-grid{grid-template-columns:170px repeat(2,minmax(0,1fr));grid-template-rows:none;gap:0 28px}.home-mostread-intro{grid-row:1 / span 3;padding-top:22px}.home-mostread-editorial-grid>.home-mostread-item:nth-last-child(-n+2){border-bottom:0}.home-mostread-item h3{max-width:none}}@media (max-width:760px){.home-mostread-editorial-grid{grid-template-columns:1fr;background:#f5f5f5;padding:18px;border-radius:20px}.home-mostread-intro{display:none}.home-mostread-item{padding:16px 0}.home-mostread-item:nth-child(n){padding-top:16px}.home-mostread-item-main{grid-template-columns:42px minmax(0,1fr);gap:14px}.home-mostread-item-rank{font-size:40px}.home-mostread-item h3{font-size:20px;max-width:none}.home-mostread-editorial-grid>.home-mostread-item:last-child{border-bottom:0}}

/* footer conventionnel et mode sombre renforcé */
.footer.footer-refined{margin-top:52px;background:#11151c;border-top:4px solid var(--accent);padding:0;border-radius:0!important}
.footer-refined .footer-inner{position:relative;grid-template-columns:minmax(0,1.45fr) minmax(190px,.75fr) minmax(190px,.75fr);gap:28px;padding:26px 0 20px}
.footer-refined .footer-inner:before{display:none}
.footer-refined .footer-brand-col,.footer-refined .footer-links-col{background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0}
.footer-refined .footer-brand{margin-bottom:10px;gap:8px}
.footer-refined .footer-brand img{height:44px;max-width:220px;filter:brightness(1.02)}
.footer-refined .footer-brand small{color:rgba(255,255,255,.62)}
.footer-refined .footer-brand small:before{box-shadow:none;background:var(--accent)}
.footer-refined .footer-description{margin:0 0 14px;max-width:60ch;color:rgba(255,255,255,.78);font-size:14px;line-height:1.7}
.footer-refined h4{margin:0 0 12px;color:#fff;font-size:11px;letter-spacing:.18em}
.footer-refined h4:before{width:22px;height:2px;border-radius:0;background:var(--accent)}
.footer-refined .footer-links-list{gap:2px}
.footer-refined .footer-links-list a{padding:8px 0 8px 16px;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;color:rgba(255,255,255,.8)!important}
.footer-refined .footer-links-list a:before{left:0;top:11px;bottom:11px;width:3px;border-radius:0;background:rgba(254,2,2,.9)}
.footer-refined .footer-links-list a:hover{transform:none;color:#fff!important;text-decoration:none}
.footer-refined .footer-links-list a:hover:before{transform:none;background:#fff}
.footer-refined .footer-socials{gap:8px;margin-top:4px!important}
.footer-refined .footer-socials a{width:38px;height:38px;border-radius:0;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.03)!important;color:#fff;box-shadow:none}
.footer-refined .footer-socials a:hover{background:var(--accent)!important;border-color:var(--accent);transform:none}
.footer-refined .footer-bottom{background:#0a0d12;border-top:1px solid rgba(255,255,255,.1)}
.footer-refined .footer-bottom-inner{padding:12px 0}
.footer-refined .footer-bottom p{font-size:12px;line-height:1.65;color:rgba(255,255,255,.72)}
.footer-refined .footer-bottom a{color:#fff;border:0;text-decoration:none;font-weight:800}
.footer-refined .footer-bottom a:hover{color:#fff;text-decoration:underline}
@media (max-width:860px){.footer-refined .footer-inner{grid-template-columns:1fr;gap:18px;padding:22px 0 18px}}

html[data-theme="dark"] .menuwrap,html[data-theme="dark"] .menu-drawer,html[data-theme="dark"] .latest-track,html[data-theme="dark"] .search-hero form,html[data-theme="dark"] .pagination a,html[data-theme="dark"] .pagination .on,html[data-theme="dark"] .ajax-pager a,html[data-theme="dark"] .comment-form-wrap,html[data-theme="dark"] .comments-refined,html[data-theme="dark"] .comments-shell,html[data-theme="dark"] .comment-form,html[data-theme="dark"] .section-head-inline,html[data-theme="dark"] .section-head,html[data-theme="dark"] .home-mostread-inline-section,html[data-theme="dark"] .home-mostread-editorial-section,html[data-theme="dark"] .home-mostread-editorial-grid,html[data-theme="dark"] .lireaussi-refined,html[data-theme="dark"] .read-more-card,html[data-theme="dark"] .mostread-card-editorial,html[data-theme="dark"] .sidebar-item-mostread-ref,html[data-theme="dark"] .comment-form input,html[data-theme="dark"] .comment-form textarea,html[data-theme="dark"] .comment-form select{border-color:rgba(255,255,255,.09)!important}
html[data-theme="dark"] p,html[data-theme="dark"] li,html[data-theme="dark"] dd,html[data-theme="dark"] dt,html[data-theme="dark"] figcaption,html[data-theme="dark"] .article-body-ref blockquote,html[data-theme="dark"] .article-body-ref li,html[data-theme="dark"] .article-meta-strip,html[data-theme="dark"] .article-breadcrumb-ref,html[data-theme="dark"] .comment-item p,html[data-theme="dark"] .comment-form label,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .rub-card-meta,html[data-theme="dark"] .home-mostread-lead p,html[data-theme="dark"] .sidebar-item-body p,html[data-theme="dark"] .search-card-advanced p,html[data-theme="dark"] .contact-form-wrap p{color:var(--muted)!important}
html[data-theme="dark"] a,html[data-theme="dark"] .article-body-ref a,html[data-theme="dark"] .page-card a,html[data-theme="dark"] .author-card a,html[data-theme="dark"] .sidebar-module a,html[data-theme="dark"] .rub-feature a,html[data-theme="dark"] .rub-mini a,html[data-theme="dark"] .compact-card a{color:inherit}
html[data-theme="dark"] .article-body-ref a,html[data-theme="dark"] .footer-refined a:hover,html[data-theme="dark"] .mainmenu a:hover,html[data-theme="dark"] .menu-drawer-nav a:hover,html[data-theme="dark"] .header-search-link:hover{color:#fff!important}
html[data-theme="dark"] .menuwrap{background:#121821;border-bottom-color:rgba(255,255,255,.08)}
html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .header-search-link{color:#edf2f7}
html[data-theme="dark"] .menu-burger{border-color:rgba(255,255,255,.12);background:#151c25;color:#fff}
html[data-theme="dark"] .menu-burger span{background:#fff}
html[data-theme="dark"] .home-mostread-card,html[data-theme="dark"] .home-mostread-lead,html[data-theme="dark"] .home-mostread-item,html[data-theme="dark"] .mostread-row,html[data-theme="dark"] .sidebar-item-mostread-ref,html[data-theme="dark"] .lireaussi-card,html[data-theme="dark"] .related-card,html[data-theme="dark"] .archive-feed article,html[data-theme="dark"] .rubrique-feed article,html[data-theme="dark"] .search-card-advanced,html[data-theme="dark"] .contact-form-wrap,html[data-theme="dark"] .comment-form-wrap{background:var(--card)!important;box-shadow:0 14px 32px rgba(0,0,0,.22)!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum,html[data-theme="dark"] .comment-form-wrap form{background:linear-gradient(180deg,#121923 0%,#0f151e 100%)!important;border-color:rgba(255,255,255,.12)!important;box-shadow:0 18px 40px rgba(0,0,0,.32)!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum fieldset,html[data-theme="dark"] .comment-form-wrap form fieldset{border-color:rgba(255,255,255,.14)!important;background:rgba(255,255,255,.02)!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum h3,html[data-theme="dark"] .comment-form-wrap form h3,html[data-theme="dark"] .comment-form-wrap .formulaire_forum legend,html[data-theme="dark"] .comment-form-wrap form legend{color:#ff5b5b!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum .session,html[data-theme="dark"] .comment-form-wrap form .session{background:rgba(255,255,255,.03)!important;border-color:rgba(255,255,255,.1)!important;color:#e8edf5!important}
html[data-theme="dark"] .comment-form-wrap label,html[data-theme="dark"] .comment-form-wrap .explication,html[data-theme="dark"] .comment-form-wrap .notice,html[data-theme="dark"] .comment-form-wrap .session,html[data-theme="dark"] .comment-form-wrap .session a,html[data-theme="dark"] .comment-form-wrap p{color:#cdd6e3!important}
html[data-theme="dark"] .comment-form-wrap input,html[data-theme="dark"] .comment-form-wrap textarea,html[data-theme="dark"] .comment-form-wrap select{background:#08111d!important;border-color:rgba(255,255,255,.12)!important;color:#f5f7fb!important;box-shadow:inset 0 1px 2px rgba(0,0,0,.22)!important}
html[data-theme="dark"] .comment-form-wrap input::placeholder,html[data-theme="dark"] .comment-form-wrap textarea::placeholder{color:#7f8aa0!important}
html[data-theme="dark"] .comment-form-wrap input:focus,html[data-theme="dark"] .comment-form-wrap textarea:focus,html[data-theme="dark"] .comment-form-wrap select:focus{border-color:rgba(254,2,2,.55)!important;box-shadow:0 0 0 4px rgba(254,2,2,.14)!important;background:#0b1522!important}
html[data-theme="dark"] .comment-form-wrap .boutons input,html[data-theme="dark"] .comment-form-wrap .boutons button,html[data-theme="dark"] .comment-form-wrap .submit{color:#fff!important}
html[data-theme="dark"] .article-body-ref strong,html[data-theme="dark"] .article-body-ref b,html[data-theme="dark"] .article-body-ref h2,html[data-theme="dark"] .article-body-ref h3,html[data-theme="dark"] .article-body-ref h4,html[data-theme="dark"] .article-body-ref h5,html[data-theme="dark"] .article-body-ref h6,html[data-theme="dark"] .article-standfirst-text,html[data-theme="dark"] .meta-badge strong,html[data-theme="dark"] .comment-author,html[data-theme="dark"] .section-head-inline h2,html[data-theme="dark"] .section-head h2,html[data-theme="dark"] .footer-refined h4{color:#f5f7fb!important}
html[data-theme="dark"] .article-body-ref blockquote{background:#121923;border-left:4px solid var(--accent);color:#dce4ee}
html[data-theme="dark"] .article-body-ref hr{border-color:rgba(255,255,255,.1)}
html[data-theme="dark"] .meta-badge,html[data-theme="dark"] .author-avatar,html[data-theme="dark"] .comment-avatar,html[data-theme="dark"] .badge,html[data-theme="dark"] .page-surtitle,html[data-theme="dark"] .card-surtitle{box-shadow:none}
html[data-theme="dark"] .comment-form input::placeholder,html[data-theme="dark"] .comment-form textarea::placeholder,html[data-theme="dark"] input::placeholder,html[data-theme="dark"] textarea::placeholder{color:#8190a3}
html[data-theme="dark"] .theme-toggle{border-color:rgba(255,255,255,.18);background:#171f2a}

/* v30 dark mode, share rail, latest strip and rubrique fixes */
.share-label-vertical{display:flex;flex-direction:column;align-items:center;gap:8px;color:#222630}
.share-label-vertical .share-count{display:inline-flex;align-items:center;justify-content:center;min-width:74px;padding:6px 10px;border-radius:999px;background:#f3f5f8;color:#616978;font-size:11px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}
.share-buttons{display:grid;gap:12px}
.share-buttons a,.share-buttons button{display:inline-flex;align-items:center;justify-content:center;width:64px;height:54px;border-radius:14px;border:1px solid #e8ecf2;background:linear-gradient(180deg,#fff 0%,#f7f9fc 100%);color:#5a6780;box-shadow:0 10px 24px rgba(17,20,31,.06);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease,color .2s ease;cursor:pointer}
.share-buttons a:hover,.share-buttons button:hover{transform:translateY(-2px);border-color:rgba(254,2,2,.26);color:var(--accent);box-shadow:0 14px 28px rgba(17,20,31,.12)}
.share-buttons a[aria-label="facebook"]{color:#1877f2}.share-buttons a[aria-label="x"]{color:#111}.share-buttons a[aria-label="linkedin"]{color:#0a66c2}.share-buttons a[aria-label="whatsapp"]{color:#20b874}.share-copy-btn{color:#596579}.share-print-btn{color:#6d7fbe}
.share-buttons svg{width:22px;height:22px}
.latest-strip{background:#fff}.latest-label{box-shadow:inset 0 0 0 1px rgba(254,2,2,.05)}
.latest-links a{font-weight:900}.latest-links a:after{width:6px;height:6px}
html[data-theme="dark"] .latest-strip{background:#10161f;border-bottom-color:rgba(255,255,255,.08)}
html[data-theme="dark"] .latest-label{background:rgba(254,2,2,.14)!important;color:#fe0202!important;box-shadow:inset 0 0 0 1px rgba(254,2,2,.2)}
html[data-theme="dark"] .latest-track:after{background:linear-gradient(90deg,rgba(16,22,31,0),#10161f)}
html[data-theme="dark"] .latest-links a{color:#eef3fa!important}
html[data-theme="dark"] .latest-links a:hover{color:#fe0202!important}
html[data-theme="dark"] .share-label-vertical{color:#e7edf6!important}
html[data-theme="dark"] .share-label-vertical .share-count{background:#141d28!important;color:#a9b5c7!important;border:1px solid rgba(255,255,255,.08)}
html[data-theme="dark"] .share-buttons a,html[data-theme="dark"] .share-buttons button{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important;border-color:rgba(255,255,255,.1)!important;box-shadow:0 14px 28px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .share-buttons a:hover,html[data-theme="dark"] .share-buttons button:hover{border-color:rgba(254,2,2,.34)!important;box-shadow:0 18px 32px rgba(0,0,0,.36)!important}
html[data-theme="dark"] .share-buttons a[aria-label="facebook"]{color:#7fb2ff!important}
html[data-theme="dark"] .share-buttons a[aria-label="x"]{color:#f5f7fb!important}
html[data-theme="dark"] .share-buttons a[aria-label="linkedin"]{color:#68b1ff!important}
html[data-theme="dark"] .share-buttons a[aria-label="whatsapp"]{color:#4be3a0!important}
html[data-theme="dark"] .share-copy-btn{color:#c9d4e3!important}html[data-theme="dark"] .share-print-btn{color:#b9c7ff!important}
html[data-theme="dark"] .rubrique-feed article,html[data-theme="dark"] .archive-grid.rubrique-main-grid article{background:linear-gradient(180deg,#131a24 0%,#0e141d 100%)!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 16px 34px rgba(0,0,0,.26)!important}
html[data-theme="dark"] .rubrique-feed article h3 a,html[data-theme="dark"] .rubrique-feed article .author,html[data-theme="dark"] .rubrique-feed article .meta,html[data-theme="dark"] .rubrique-feed article .excerpt,html[data-theme="dark"] .rubrique-sidebar .sidebar-item h4 a,html[data-theme="dark"] .rubrique-sidebar .headline-item a,html[data-theme="dark"] .rubrique-sidebar .quick-links a{color:#edf2f8!important}
html[data-theme="dark"] .rubrique-feed article .excerpt,html[data-theme="dark"] .rubrique-feed article .meta,html[data-theme="dark"] .rubrique-sidebar .catline a{color:#aab5c5!important}
html[data-theme="dark"] .rubrique-loadmore-btn{background:linear-gradient(180deg,var(--accent) 0%,#fe0202 100%)!important;border-color:transparent!important;color:#fff!important;box-shadow:0 16px 28px rgba(254,2,2,.22)!important}
html[data-theme="dark"] .rubrique-sidebar .compact-box,html[data-theme="dark"] .rubrique-sidebar .compact-sidebar-card{background:linear-gradient(180deg,#131a24 0%,#0e141d 100%)!important;border-color:rgba(255,255,255,.08)!important}

/* v33 menu rouge en mode sombre + module en ce moment */
.latest-label{font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:none}
.moment-strip{background:#fff;border-bottom:1px solid var(--line)}
.moment-strip .container{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:18px;padding:10px 18px}
.moment-track:after{background:linear-gradient(90deg,rgba(255,255,255,0),#fff)}
.moment-links a{font-weight:900;color:#1a1d22}
.moment-links a:hover{color:var(--accent)}
.latest-strip .container,.moment-strip .container{padding-top:11px;padding-bottom:11px}
html[data-theme="dark"] .menuwrap{background:#fe0202!important;border-bottom-color:rgba(255,255,255,.16)!important}
html[data-theme="dark"] .menu-drawer{background:#d80000!important;border-bottom-color:rgba(255,255,255,.14)!important}
html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .header-search-link,html[data-theme="dark"] .social-icons a,html[data-theme="dark"] .menu-tools .theme-toggle{color:#fff!important}
html[data-theme="dark"] .mainmenu a.is-hot,html[data-theme="dark"] .mainmenu a:hover{color:#fff!important;opacity:1}
html[data-theme="dark"] .mainmenu a:after{background:#fff!important}
html[data-theme="dark"] .menu-burger{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.2)!important;color:#fff!important}
html[data-theme="dark"] .theme-toggle{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.2)!important;color:#fff!important}
html[data-theme="dark"] .menu-burger span{background:#fff!important}
html[data-theme="dark"] .moment-strip,html[data-theme="dark"] .latest-strip{background:#10161f!important;border-bottom-color:rgba(255,255,255,.08)!important}
html[data-theme="dark"] .moment-track,html[data-theme="dark"] .latest-track,html[data-theme="dark"] .moment-links,html[data-theme="dark"] .latest-links{background:#10161f!important}
html[data-theme="dark"] .moment-track:after,html[data-theme="dark"] .latest-track:after{background:linear-gradient(90deg,rgba(16,22,31,0),#10161f)!important}
html[data-theme="dark"] .moment-links a,html[data-theme="dark"] .latest-links a{color:#edf2f8!important}
html[data-theme="dark"] .latest-label{background:rgba(254,2,2,.16)!important;border-color:rgba(254,2,2,.26)!important;color:#ffd7d7!important}
@media (max-width:860px){.moment-strip .container,.latest-strip .container{grid-template-columns:1fr;gap:10px}.moment-strip,.latest-strip{margin-top:0}.moment-strip .latest-label,.latest-strip .latest-label{justify-self:start}}

/* v34 footer, menu rouge #fe0202 et bouton thème en sidebar */
.menuwrap{background:#fe0202!important;border-bottom:0!important;box-shadow:0 12px 28px rgba(35,10,10,.12)!important}
.menuwrap .container{min-height:80px}
.menu-drawer{background:#e10202!important;border-bottom:0!important;box-shadow:0 18px 32px rgba(35,10,10,.18)!important}
.mainmenu a.is-hot:after,.mainmenu a:hover:after{background:#fff!important}
html[data-theme="dark"] .menuwrap{background:#fe0202!important;border-bottom:0!important;box-shadow:0 12px 28px rgba(0,0,0,.24)!important}
html[data-theme="dark"] .menu-drawer{background:#e10202!important;border-bottom:0!important;box-shadow:0 18px 32px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .header-search-link,html[data-theme="dark"] .social-icons a,html[data-theme="dark"] .menu-tools .theme-toggle{color:#fff!important}
html[data-theme="dark"] .mainmenu a.is-hot:after,html[data-theme="dark"] .mainmenu a:hover:after{background:#fff!important}

.footer-refined{position:relative;background:linear-gradient(180deg,#0a111a 0%,#070d14 100%);border-top:4px solid #fe0202;color:#d7dee9}
.footer-refined:before{content:"";position:absolute;inset:0 0 auto 0;height:1px;background:rgba(255,255,255,.08)}
.footer-inner{display:grid;grid-template-columns:minmax(260px,1.2fr) .95fr .75fr .75fr;gap:34px;padding:34px 0 26px}
.footer-brand{display:grid;gap:12px;align-content:start}
.footer-brand img{height:52px;width:auto}
.footer-brand small{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:#f6f8fb;font-weight:800}
.footer-description{max-width:48ch;margin:0;color:#c4cddd;line-height:1.75;font-size:16px}
.footer-links-col h4{margin:0 0 14px;font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:#f7f9fc;font-weight:900}
.footer-links-list{display:grid;gap:12px}
.footer-links-list-columns{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:18px;row-gap:12px}
.footer-links-list a{display:inline-flex;align-items:center;gap:10px;color:#d7dee9;font-weight:700;line-height:1.4}
.footer-links-list a:before{content:"";width:5px;height:5px;border-radius:999px;background:#fe0202;flex:0 0 5px;box-shadow:0 0 0 6px rgba(254,2,2,.08)}
.footer-links-list a:hover{color:#fff}
.footer-socials{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}
.footer-socials a{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.02);color:#fff}
.footer-socials a:hover{border-color:rgba(254,2,2,.36);background:rgba(254,2,2,.12);color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.16)}
.footer-bottom-inner{display:flex;justify-content:center;padding:16px 0}
.footer-bottom p{margin:0;text-align:center;font-size:14px;line-height:1.6;color:#c9d2df}
.footer-bottom a{color:#fff;font-weight:800}
.footer-bottom a:hover{color:#fff}
html[data-theme="dark"] .footer-refined{background:linear-gradient(180deg,#071018 0%,#04080e 100%);color:#d7dee9}
html[data-theme="dark"] .footer-links-list a,html[data-theme="dark"] .footer-description,html[data-theme="dark"] .footer-bottom p{color:#d7dee9!important}
html[data-theme="dark"] .footer-socials a{border-color:rgba(255,255,255,.12)!important;background:rgba(255,255,255,.02)!important;color:#fff!important}
html[data-theme="dark"] .footer-socials a:hover{background:rgba(254,2,2,.14)!important;border-color:rgba(254,2,2,.4)!important}

.sidebar-theme-module,.home-theme-module{overflow:hidden}
.sidebar-theme-box{display:grid;gap:14px;padding:18px 20px;background:linear-gradient(180deg,#fff 0%,#fbfcfe 100%)}
.sidebar-theme-box p{margin:0;color:#5c6472;line-height:1.65;font-size:14px}
.sidebar-theme-toggle{width:100%!important;height:52px!important;border-radius:16px!important;grid-template-columns:24px 1fr;justify-content:start!important;gap:12px;padding:0 16px!important;background:linear-gradient(180deg,#fe0202 0%,#fe0202 100%)!important;border:0!important;box-shadow:0 14px 28px rgba(254,2,2,.24)!important;color:#fff!important}
.sidebar-theme-toggle:hover{background:linear-gradient(180deg,#ff1919 0%,#fe0202 100%)!important;transform:translateY(-2px)!important}
.sidebar-theme-toggle .sidebar-theme-toggle-icon{position:relative;display:inline-grid;place-items:center;width:22px;height:22px}
.sidebar-theme-toggle .sidebar-theme-toggle-icon svg{position:absolute;width:18px;height:18px}
.sidebar-theme-toggle .theme-toggle-sun{opacity:0;transform:scale(.72) rotate(-35deg)}
html[data-theme="dark"] .sidebar-theme-toggle .theme-toggle-moon{opacity:0;transform:scale(.72) rotate(35deg)}
html[data-theme="dark"] .sidebar-theme-toggle .theme-toggle-sun{opacity:1;transform:scale(1) rotate(0)}
.sidebar-theme-toggle-label{font-size:14px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.site-sidebar-unified .sidebar-theme-module .module-tag::after,.rubrique-sidebar .sidebar-theme-module .module-tag::after{background:#fff}
html[data-theme="dark"] .sidebar-theme-box{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important}
html[data-theme="dark"] .sidebar-theme-box p{color:#b8c3d2!important}
html[data-theme="dark"] .sidebar-theme-toggle{box-shadow:0 16px 30px rgba(0,0,0,.3)!important}

@media (max-width:1180px){.footer-inner{grid-template-columns:1fr 1fr}.footer-brand-col{grid-column:1/-1}}
@media (max-width:760px){.footer-inner{grid-template-columns:1fr;gap:24px;padding:28px 0 20px}.footer-links-list-columns{grid-template-columns:1fr 1fr}.footer-brand img{height:46px}.footer-description{font-size:15px}.footer-bottom-inner{padding:14px 0}.footer-bottom p{font-size:13px}.sidebar-theme-box{padding:16px}}

/* v44 pages intérieures unifiées : sidebar, contact, recherche */
.interior-page-wrap{padding-top:26px;padding-bottom:34px}
.interior-layout-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px;align-items:start}
.interior-main-content{display:grid;gap:22px;min-width:0}
.interior-sidebar{display:grid;gap:22px}
.interior-sidebar .side-module{background:var(--card);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);overflow:hidden}
.interior-hero-card,.editorial-panel{background:var(--card);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);padding:28px 30px}
.interior-hero-card h1,.editorial-panel h2{margin:0 0 10px;line-height:1.02;letter-spacing:-.04em}
.interior-hero-card h1{font-size:44px}
.interior-hero-text,.editorial-panel p{color:var(--muted);font-size:17px;line-height:1.78}
.panel-kicker,.page-surtitle{display:inline-flex;align-items:center;gap:12px;margin-bottom:16px;color:#fe0202;font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}
.panel-kicker:before,.page-surtitle:before{content:"";width:48px;height:4px;border-radius:999px;background:#fe0202}
.interior-hero-pills,.search-shortcuts-chips,.contact-highlight-list,.contact-checklist{display:flex;flex-wrap:wrap;gap:10px}
.interior-hero-pills span,.search-shortcuts-chips a,.contact-highlight-list li,.contact-checklist li,.search-chip{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 16px;border-radius:999px;border:1px solid rgba(254,2,2,.16);background:#fff5f5;color:#7f1d1d;font-size:13px;font-weight:800}
.contact-info-grid,.editorial-panels-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.contact-checklist,.contact-highlight-list{padding:0;margin:14px 0 0;list-style:none}
.panel-linkline a{display:inline-flex;align-items:center;gap:10px;font-weight:900;color:#fe0202}
.contact-guidelines-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:16px}
.contact-guidelines-grid article{padding:18px;border-radius:18px;background:var(--bg-soft);border:1px solid var(--line)}
.contact-guidelines-grid strong{display:block;margin-bottom:10px;font-size:15px;letter-spacing:-.02em}
.contact-form-shell-enhanced{padding:22px;border-radius:24px;background:linear-gradient(180deg,#fff, #fbfcfe);border:1px solid var(--line)}
.contact-form-wrap-enhanced{display:grid;gap:16px}
.contact-form-wrap-enhanced form{display:grid;gap:16px}
.contact-form-wrap-enhanced fieldset{margin:0;padding:18px;border:1px solid var(--line);border-radius:20px;background:var(--card)}
.contact-form-wrap-enhanced .editer,.contact-form-wrap-enhanced .fieldset .editer{margin-bottom:14px}
.contact-form-wrap-enhanced label{display:block;margin-bottom:8px;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#2a313d}
.contact-form-wrap-enhanced input,.contact-form-wrap-enhanced textarea,.contact-form-wrap-enhanced select{width:100%;border:1px solid var(--line-strong);border-radius:16px;padding:14px 16px;background:#fff;color:var(--text)}
.contact-form-wrap-enhanced textarea{min-height:180px;resize:vertical}
.contact-form-wrap-enhanced .boutons{display:flex;justify-content:flex-start}
.contact-form-wrap-enhanced .submit,.contact-form-wrap-enhanced button{display:inline-flex;align-items:center;justify-content:center;min-width:220px;min-height:52px;padding:0 24px;border:0;border-radius:999px;background:#fe0202;color:#fff;font-weight:900;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 16px 32px rgba(254,2,2,.22)}
.search-hero-card{gap:18px}
.search-form-pro{display:grid;gap:14px;margin-top:18px}
.search-form-mainline{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px}
.search-form-pro input[type="search"]{height:58px;padding:0 18px;border:1px solid var(--line-strong);border-radius:18px;background:var(--card);font-size:17px}
.search-submit-primary{min-width:220px;height:58px;border:0;border-radius:18px;background:#fe0202;color:#fff;font-weight:900;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 18px 34px rgba(254,2,2,.24)}
.search-form-tools{display:flex;flex-wrap:wrap;gap:10px}
.search-tool-btn,.search-tool-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;border:1px solid var(--line);background:var(--bg-soft);color:var(--text);font-size:13px;font-weight:800}
.search-tool-link{border-color:rgba(254,2,2,.18);background:#fff5f5;color:#fe0202}
.search-shortcuts-panel{display:grid;gap:12px;padding:18px;border-radius:22px;background:linear-gradient(180deg,#fff,#fbfcfe);border:1px solid var(--line)}
.search-shortcuts-panel strong{font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:#1a2230}
.search-metrics-row-enhanced{margin:0}
.search-results-panel .search-block-head,.search-block-taxonomy .search-block-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}
.search-results-panel .search-block-head span,.search-block-taxonomy .search-block-head span{font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#fe0202}
.search-grid-editorial{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.search-card-editorial{background:var(--card);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:16px;display:grid;gap:12px}
.search-card-editorial .thumb{border-radius:18px;overflow:hidden}
.search-card-topline{display:flex;align-items:center;justify-content:space-between;gap:12px}
.search-card-topline .search-score{font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#fe0202}
.search-card-editorial h3{margin:0;font-size:30px;line-height:1.08;letter-spacing:-.04em}
.search-card-editorial .excerpt{margin:0;color:var(--muted)}
.search-card-editorial .search-meta{display:flex;flex-wrap:wrap;gap:12px;color:#6f7682;font-size:14px;font-weight:700}
.search-empty-card h2{font-size:34px}
.search-chip-grid{display:flex;flex-wrap:wrap;gap:10px}
.site-sidebar-unified .social-grid-ref{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:18px 20px}
.site-sidebar-unified .social-grid-ref a{display:flex;align-items:center;gap:12px;min-height:56px;padding:0 16px;border-radius:16px;background:var(--bg-soft);border:1px solid var(--line);font-weight:800;color:var(--text)}
.site-sidebar-unified .social-grid-ref .icon{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:999px;background:#fff;color:#fe0202;border:1px solid rgba(254,2,2,.16)}
.site-sidebar-unified .sidebar-item-ref{display:grid;grid-template-columns:88px 1fr;gap:14px;padding:16px 18px;border-top:1px solid var(--line)}
.site-sidebar-unified .sidebar-item-ref .thumb{overflow:hidden;border-radius:16px}
.site-sidebar-unified .sidebar-item-ref .thumb img{width:100%;height:100%;object-fit:cover}
.site-sidebar-unified .sidebar-item-ref h4{margin:0;font-size:21px;line-height:1.14;letter-spacing:-.03em}
.site-sidebar-unified .card-surtitle{margin-top:8px;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#fe0202}
.site-sidebar-unified .sidebar-item-mostread-ref{grid-template-columns:54px 1fr !important;padding-left:16px !important}
.site-sidebar-unified .sidebar-item-mostread-ref .mostread-rank-ref{align-self:start}
.site-sidebar-unified .sidebar-item-mostread-ref h4{font-size:18px !important}
html[data-theme="dark"] .interior-hero-card,html[data-theme="dark"] .editorial-panel,html[data-theme="dark"] .contact-form-shell-enhanced,html[data-theme="dark"] .search-shortcuts-panel{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important;border-color:rgba(255,255,255,.08)!important;box-shadow:0 16px 34px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .interior-hero-text,html[data-theme="dark"] .editorial-panel p,html[data-theme="dark"] .contact-form-intro,html[data-theme="dark"] .search-card-editorial .excerpt{color:#b8c3d2!important}
html[data-theme="dark"] .interior-hero-pills span,html[data-theme="dark"] .search-shortcuts-chips a,html[data-theme="dark"] .contact-highlight-list li,html[data-theme="dark"] .contact-checklist li,html[data-theme="dark"] .search-chip,html[data-theme="dark"] .search-tool-btn{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .search-tool-link{background:rgba(254,2,2,.12)!important;border-color:rgba(254,2,2,.28)!important;color:#ffd8d8!important}
html[data-theme="dark"] .contact-guidelines-grid article,html[data-theme="dark"] .site-sidebar-unified .social-grid-ref a{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .site-sidebar-unified .social-grid-ref .icon{background:#0d141d!important;border-color:rgba(254,2,2,.22)!important;color:#fff!important}
html[data-theme="dark"] .contact-form-wrap-enhanced fieldset,html[data-theme="dark"] .contact-form-wrap-enhanced input,html[data-theme="dark"] .contact-form-wrap-enhanced textarea,html[data-theme="dark"] .contact-form-wrap-enhanced select,html[data-theme="dark"] .search-form-pro input[type="search"],html[data-theme="dark"] .search-card-editorial{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .contact-form-wrap-enhanced label,html[data-theme="dark"] .search-shortcuts-panel strong{color:#edf2f8!important}
@media (max-width:1180px){.interior-layout-grid{grid-template-columns:1fr}.interior-sidebar{order:2}.contact-info-grid,.editorial-panels-grid,.contact-guidelines-grid,.search-grid-editorial{grid-template-columns:1fr 1fr}}
@media (max-width:760px){.interior-page-wrap{padding-top:18px}.interior-hero-card,.editorial-panel{padding:22px 18px}.interior-hero-card h1{font-size:34px}.search-form-mainline,.contact-info-grid,.editorial-panels-grid,.contact-guidelines-grid,.search-grid-editorial,.site-sidebar-unified .social-grid-ref{grid-template-columns:1fr}.search-submit-primary,.contact-form-wrap-enhanced .submit,.contact-form-wrap-enhanced button{min-width:0;width:100%}.site-sidebar-unified .sidebar-item-ref{grid-template-columns:76px 1fr}.site-sidebar-unified .sidebar-item-ref h4{font-size:18px}}

/* v60 home sections align strictly with top grid */
.page-home .home-wrap-tight > .home-bottom-shell{display:block!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;box-sizing:border-box!important}
.page-home .home-wrap-tight > .home-bottom-shell > .section,
.page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin:0 0 34px 0!important;
  padding:0!important;
  box-sizing:border-box!important;
}
.page-home .home-wrap-tight > .home-bottom-shell > .section:last-child{margin-bottom:0!important}
.page-home .home-wrap-tight > .home-bottom-shell .home-mostread-editorial-section,
.page-home .home-wrap-tight > .home-bottom-shell .home-mostread-editorial-grid,
.page-home .home-wrap-tight > .home-bottom-shell .section-head,
.page-home .home-wrap-tight > .home-bottom-shell .rub-grid{
  max-width:100%!important;
}
@media (max-width:860px){
  .page-home .home-wrap-tight > .home-bottom-shell > .section,
  .page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
  .page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
  .page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{margin-bottom:28px!important}
}

/* v61 final home boxed alignment */
.page-home .home-wrap-tight > .home-bottom-shell{
  width:calc(100% - 36px)!important;
  max-width:calc(var(--container) - 36px)!important;
  margin:0 auto!important;
  padding:0!important;
  box-sizing:border-box!important;
}
.page-home .home-wrap-tight > .home-bottom-shell > .section,
.page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{
  width:100%!important;
  max-width:100%!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:0!important;
  padding-right:0!important;
}
@media (max-width:860px){
  .page-home .home-wrap-tight > .home-bottom-shell{
    width:calc(100% - 28px)!important;
    max-width:calc(100% - 28px)!important;
  }
}

.section-rubriques-primary,.section-rubriques-secondary,.home-mostread-inline-section{position:relative}
.home-mostread-inline-section{margin-top:30px;margin-bottom:6px}
.home-section-head-unified{margin-bottom:18px;padding-bottom:10px;border-bottom:1px solid var(--line)}
.home-section-head-unified h2,.section-rubriques-grid .section-head h2{font-size:24px;letter-spacing:-.03em}
.home-section-head-unified h2:before,.section-rubriques-grid .section-head h2:before{width:12px;height:12px;border-radius:999px}
.section-rubriques-grid .section-head{margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid var(--line)}
.section-rubriques-grid .section-head h2{text-transform:none}
.home-mostread-editorial-section{max-width:none;margin:0;padding:0}
.home-mostread-editorial-head{gap:0}
.home-mostread-editorial-grid{margin-top:0}
.section-rubriques-primary{margin-top:34px}
.section-rubriques-secondary{margin-top:34px}
@media (max-width:760px){.home-mostread-inline-section{margin-top:22px}.section-rubriques-primary,.section-rubriques-secondary{margin-top:26px}}

.page-rubrique .rubrique-layout{align-items:start !important}
.page-rubrique .rubrique-main-grid{display:grid !important;grid-template-columns:minmax(0,1fr) !important;gap:18px !important}
.page-rubrique .rubrique-main-grid{background:linear-gradient(180deg,#fff 0%,#fffdfd 100%);border:1px solid rgba(254,2,2,.08);border-radius:28px;padding:18px;box-shadow:0 18px 36px rgba(21,26,32,.05)}
.page-rubrique section.archive-grid.rubrique-main-grid{grid-template-columns:minmax(0,1fr) !important}
.page-rubrique .rubrique-feed-shell > .rubrique-feed,
.page-rubrique .rubrique-feed-shell > .rubrique-pagination-fallback,
.page-rubrique .rubrique-feed-shell > .rubrique-loadmore-wrap{grid-column:1 / -1 !important}
.page-rubrique .rubrique-feed article{min-width:0 !important}
.page-rubrique .rubrique-feed article h3,.page-rubrique .rubrique-feed article .excerpt{word-break:normal;overflow-wrap:anywhere}

.page-rubrique .rubrique-feed{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.page-rubrique .rubrique-feed article{height:100%;display:flex;flex-direction:column;border-radius:24px;padding:14px;background:linear-gradient(180deg,#ffffff 0%,#fff8f8 100%);border:1px solid rgba(21,26,32,.08);box-shadow:0 14px 30px rgba(21,26,32,.05);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.page-rubrique .rubrique-feed article:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(21,26,32,.09);border-color:rgba(254,2,2,.18)}
.page-rubrique .rubrique-feed article .thumb{margin-bottom:12px}
.page-rubrique .rubrique-feed article h3{font-size:24px;line-height:1.08;letter-spacing:-.04em}
.page-rubrique .rubrique-feed article .excerpt{margin-top:10px;flex:1}
.page-rubrique .rubrique-feed article .meta{margin-top:14px;padding-top:12px;border-top:1px solid rgba(21,26,32,.08)}
.page-rubrique .rubrique-pagination-fallback{display:none !important}
.page-rubrique .rubrique-loadmore-wrap{display:flex;justify-content:center;align-items:center;padding-top:8px;margin-top:2px}
.page-rubrique .rubrique-loadmore-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:260px;min-height:58px;padding:0 30px;border:0;border-radius:999px;background:linear-gradient(180deg,#fe0202 0%,#fe0202 100%);box-shadow:0 18px 34px rgba(254,2,2,.26);color:#fff;font-size:13px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}
.page-rubrique .rubrique-loadmore-btn:before{content:"＋";font-size:18px;line-height:1;letter-spacing:0}
.page-rubrique .rubrique-loadmore-btn:hover{transform:translateY(-2px);box-shadow:0 22px 40px rgba(254,2,2,.32);filter:saturate(1.05)}
.page-rubrique .rubrique-loadmore-btn:disabled{opacity:.58;cursor:default;transform:none;box-shadow:none;filter:none}
.page-rubrique .rubrique-loadmore-btn.is-loading::after{content:"…";margin-left:2px;animation:rubloadblink .9s linear infinite}
.page-rubrique .rubrique-feed.is-appending article{animation:rubriqueCardIn .35s ease both}
.page-rubrique .rubrique-sidebar{display:grid;gap:18px;align-self:start;position:sticky;top:102px}
.page-rubrique .rubrique-sidebar > *{position:static !important;top:auto !important;transform:none !important}
.page-rubrique .rubrique-side-module{overflow:hidden}
.page-rubrique .rubrique-side-module + .rubrique-side-module{margin-top:0 !important}
@keyframes rubriqueCardIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
@keyframes rubloadblink{0%,100%{opacity:.35}50%{opacity:1}}
@media (max-width:1180px){.page-rubrique .rubrique-feed{grid-template-columns:repeat(2,minmax(0,1fr))}.page-rubrique .rubrique-sidebar{position:static}}
@media (max-width:760px){.page-rubrique .rubrique-main-grid{padding:14px}.page-rubrique .rubrique-feed{grid-template-columns:1fr}.page-rubrique .rubrique-loadmore-btn{width:100%;min-width:0}}

/* footer conventionnel et mode sombre renforcé */
.footer.footer-refined{margin-top:52px;background:#11151c;border-top:4px solid var(--accent);padding:0;border-radius:0!important}
.footer-refined .footer-inner{position:relative;grid-template-columns:minmax(0,1.45fr) minmax(190px,.75fr) minmax(190px,.75fr);gap:28px;padding:26px 0 20px}
.footer-refined .footer-inner:before{display:none}
.footer-refined .footer-brand-col,.footer-refined .footer-links-col{background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0}
.footer-refined .footer-brand{margin-bottom:10px;gap:8px}
.footer-refined .footer-brand img{height:44px;max-width:220px;filter:brightness(1.02)}
.footer-refined .footer-brand small{color:rgba(255,255,255,.62)}
.footer-refined .footer-brand small:before{box-shadow:none;background:var(--accent)}
.footer-refined .footer-description{margin:0 0 14px;max-width:60ch;color:rgba(255,255,255,.78);font-size:14px;line-height:1.7}
.footer-refined h4{margin:0 0 12px;color:#fff;font-size:11px;letter-spacing:.18em}
.footer-refined h4:before{width:22px;height:2px;border-radius:0;background:var(--accent)}
.footer-refined .footer-links-list{gap:2px}
.footer-refined .footer-links-list a{padding:8px 0 8px 16px;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;color:rgba(255,255,255,.8)!important}
.footer-refined .footer-links-list a:before{left:0;top:11px;bottom:11px;width:3px;border-radius:0;background:rgba(254,2,2,.9)}
.footer-refined .footer-links-list a:hover{transform:none;color:#fff!important;text-decoration:none}
.footer-refined .footer-links-list a:hover:before{transform:none;background:#fff}
.footer-refined .footer-socials{gap:8px;margin-top:4px!important}
.footer-refined .footer-socials a{width:38px;height:38px;border-radius:0;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.03)!important;color:#fff;box-shadow:none}
.footer-refined .footer-socials a:hover{background:var(--accent)!important;border-color:var(--accent);transform:none}
.footer-refined .footer-bottom{background:#0a0d12;border-top:1px solid rgba(255,255,255,.1)}
.footer-refined .footer-bottom-inner{padding:12px 0}
.footer-refined .footer-bottom p{font-size:12px;line-height:1.65;color:rgba(255,255,255,.72)}
.footer-refined .footer-bottom a{color:#fff;border:0;text-decoration:none;font-weight:800}
.footer-refined .footer-bottom a:hover{color:#fff;text-decoration:underline}
@media (max-width:860px){.footer-refined .footer-inner{grid-template-columns:1fr;gap:18px;padding:22px 0 18px}}

html[data-theme="dark"] .menuwrap,html[data-theme="dark"] .menu-drawer,html[data-theme="dark"] .latest-track,html[data-theme="dark"] .search-hero form,html[data-theme="dark"] .pagination a,html[data-theme="dark"] .pagination .on,html[data-theme="dark"] .ajax-pager a,html[data-theme="dark"] .comment-form-wrap,html[data-theme="dark"] .comments-refined,html[data-theme="dark"] .comments-shell,html[data-theme="dark"] .comment-form,html[data-theme="dark"] .section-head-inline,html[data-theme="dark"] .section-head,html[data-theme="dark"] .home-mostread-inline-section,html[data-theme="dark"] .home-mostread-editorial-section,html[data-theme="dark"] .home-mostread-editorial-grid,html[data-theme="dark"] .lireaussi-refined,html[data-theme="dark"] .read-more-card,html[data-theme="dark"] .mostread-card-editorial,html[data-theme="dark"] .sidebar-item-mostread-ref,html[data-theme="dark"] .comment-form input,html[data-theme="dark"] .comment-form textarea,html[data-theme="dark"] .comment-form select{border-color:rgba(255,255,255,.09)!important}
html[data-theme="dark"] p,html[data-theme="dark"] li,html[data-theme="dark"] dd,html[data-theme="dark"] dt,html[data-theme="dark"] figcaption,html[data-theme="dark"] .article-body-ref blockquote,html[data-theme="dark"] .article-body-ref li,html[data-theme="dark"] .article-meta-strip,html[data-theme="dark"] .article-breadcrumb-ref,html[data-theme="dark"] .comment-item p,html[data-theme="dark"] .comment-form label,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .rub-card-meta,html[data-theme="dark"] .home-mostread-lead p,html[data-theme="dark"] .sidebar-item-body p,html[data-theme="dark"] .search-card-advanced p,html[data-theme="dark"] .contact-form-wrap p{color:var(--muted)!important}
html[data-theme="dark"] a,html[data-theme="dark"] .article-body-ref a,html[data-theme="dark"] .page-card a,html[data-theme="dark"] .author-card a,html[data-theme="dark"] .sidebar-module a,html[data-theme="dark"] .rub-feature a,html[data-theme="dark"] .rub-mini a,html[data-theme="dark"] .compact-card a{color:inherit}
html[data-theme="dark"] .article-body-ref a,html[data-theme="dark"] .footer-refined a:hover,html[data-theme="dark"] .mainmenu a:hover,html[data-theme="dark"] .menu-drawer-nav a:hover,html[data-theme="dark"] .header-search-link:hover{color:#fff!important}
html[data-theme="dark"] .menuwrap{background:#121821;border-bottom-color:rgba(255,255,255,.08)}
html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .header-search-link{color:#edf2f7}
html[data-theme="dark"] .menu-burger{border-color:rgba(255,255,255,.12);background:#151c25;color:#fff}
html[data-theme="dark"] .menu-burger span{background:#fff}
html[data-theme="dark"] .home-mostread-card,html[data-theme="dark"] .home-mostread-lead,html[data-theme="dark"] .home-mostread-item,html[data-theme="dark"] .mostread-row,html[data-theme="dark"] .sidebar-item-mostread-ref,html[data-theme="dark"] .lireaussi-card,html[data-theme="dark"] .related-card,html[data-theme="dark"] .archive-feed article,html[data-theme="dark"] .rubrique-feed article,html[data-theme="dark"] .search-card-advanced,html[data-theme="dark"] .contact-form-wrap,html[data-theme="dark"] .comment-form-wrap{background:var(--card)!important;box-shadow:0 14px 32px rgba(0,0,0,.22)!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum,html[data-theme="dark"] .comment-form-wrap form{background:linear-gradient(180deg,#121923 0%,#0f151e 100%)!important;border-color:rgba(255,255,255,.12)!important;box-shadow:0 18px 40px rgba(0,0,0,.32)!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum fieldset,html[data-theme="dark"] .comment-form-wrap form fieldset{border-color:rgba(255,255,255,.14)!important;background:rgba(255,255,255,.02)!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum h3,html[data-theme="dark"] .comment-form-wrap form h3,html[data-theme="dark"] .comment-form-wrap .formulaire_forum legend,html[data-theme="dark"] .comment-form-wrap form legend{color:#ff5b5b!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum .session,html[data-theme="dark"] .comment-form-wrap form .session{background:rgba(255,255,255,.03)!important;border-color:rgba(255,255,255,.1)!important;color:#e8edf5!important}
html[data-theme="dark"] .comment-form-wrap label,html[data-theme="dark"] .comment-form-wrap .explication,html[data-theme="dark"] .comment-form-wrap .notice,html[data-theme="dark"] .comment-form-wrap .session,html[data-theme="dark"] .comment-form-wrap .session a,html[data-theme="dark"] .comment-form-wrap p{color:#cdd6e3!important}
html[data-theme="dark"] .comment-form-wrap input,html[data-theme="dark"] .comment-form-wrap textarea,html[data-theme="dark"] .comment-form-wrap select{background:#08111d!important;border-color:rgba(255,255,255,.12)!important;color:#f5f7fb!important;box-shadow:inset 0 1px 2px rgba(0,0,0,.22)!important}
html[data-theme="dark"] .comment-form-wrap input::placeholder,html[data-theme="dark"] .comment-form-wrap textarea::placeholder{color:#7f8aa0!important}
html[data-theme="dark"] .comment-form-wrap input:focus,html[data-theme="dark"] .comment-form-wrap textarea:focus,html[data-theme="dark"] .comment-form-wrap select:focus{border-color:rgba(254,2,2,.55)!important;box-shadow:0 0 0 4px rgba(254,2,2,.14)!important;background:#0b1522!important}
html[data-theme="dark"] .comment-form-wrap .boutons input,html[data-theme="dark"] .comment-form-wrap .boutons button,html[data-theme="dark"] .comment-form-wrap .submit{color:#fff!important}
html[data-theme="dark"] .article-body-ref strong,html[data-theme="dark"] .article-body-ref b,html[data-theme="dark"] .article-body-ref h2,html[data-theme="dark"] .article-body-ref h3,html[data-theme="dark"] .article-body-ref h4,html[data-theme="dark"] .article-body-ref h5,html[data-theme="dark"] .article-body-ref h6,html[data-theme="dark"] .article-standfirst-text,html[data-theme="dark"] .meta-badge strong,html[data-theme="dark"] .comment-author,html[data-theme="dark"] .section-head-inline h2,html[data-theme="dark"] .section-head h2,html[data-theme="dark"] .footer-refined h4{color:#f5f7fb!important}
html[data-theme="dark"] .article-body-ref blockquote{background:#121923;border-left:4px solid var(--accent);color:#dce4ee}
html[data-theme="dark"] .article-body-ref hr{border-color:rgba(255,255,255,.1)}
html[data-theme="dark"] .meta-badge,html[data-theme="dark"] .author-avatar,html[data-theme="dark"] .comment-avatar,html[data-theme="dark"] .badge,html[data-theme="dark"] .page-surtitle,html[data-theme="dark"] .card-surtitle{box-shadow:none}
html[data-theme="dark"] .comment-form input::placeholder,html[data-theme="dark"] .comment-form textarea::placeholder,html[data-theme="dark"] input::placeholder,html[data-theme="dark"] textarea::placeholder{color:#8190a3}
html[data-theme="dark"] .theme-toggle{border-color:rgba(255,255,255,.18);background:#171f2a}

/* v30 dark mode, share rail, latest strip and rubrique fixes */
.share-label-vertical{display:flex;flex-direction:column;align-items:center;gap:8px;color:#222630}
.share-label-vertical .share-count{display:inline-flex;align-items:center;justify-content:center;min-width:74px;padding:6px 10px;border-radius:999px;background:#f3f5f8;color:#616978;font-size:11px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}
.share-buttons{display:grid;gap:12px}
.share-buttons a,.share-buttons button{display:inline-flex;align-items:center;justify-content:center;width:64px;height:54px;border-radius:14px;border:1px solid #e8ecf2;background:linear-gradient(180deg,#fff 0%,#f7f9fc 100%);color:#5a6780;box-shadow:0 10px 24px rgba(17,20,31,.06);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease,color .2s ease;cursor:pointer}
.share-buttons a:hover,.share-buttons button:hover{transform:translateY(-2px);border-color:rgba(254,2,2,.26);color:var(--accent);box-shadow:0 14px 28px rgba(17,20,31,.12)}
.share-buttons a[aria-label="facebook"]{color:#1877f2}.share-buttons a[aria-label="x"]{color:#111}.share-buttons a[aria-label="linkedin"]{color:#0a66c2}.share-buttons a[aria-label="whatsapp"]{color:#20b874}.share-copy-btn{color:#596579}.share-print-btn{color:#6d7fbe}
.share-buttons svg{width:22px;height:22px}
.latest-strip{background:#fff}.latest-label{box-shadow:inset 0 0 0 1px rgba(254,2,2,.05)}
.latest-links a{font-weight:900}.latest-links a:after{width:6px;height:6px}
html[data-theme="dark"] .latest-strip{background:#10161f;border-bottom-color:rgba(255,255,255,.08)}
html[data-theme="dark"] .latest-label{background:rgba(254,2,2,.14)!important;color:#fe0202!important;box-shadow:inset 0 0 0 1px rgba(254,2,2,.2)}
html[data-theme="dark"] .latest-track:after{background:linear-gradient(90deg,rgba(16,22,31,0),#10161f)}
html[data-theme="dark"] .latest-links a{color:#eef3fa!important}
html[data-theme="dark"] .latest-links a:hover{color:#fe0202!important}
html[data-theme="dark"] .share-label-vertical{color:#e7edf6!important}
html[data-theme="dark"] .share-label-vertical .share-count{background:#141d28!important;color:#a9b5c7!important;border:1px solid rgba(255,255,255,.08)}
html[data-theme="dark"] .share-buttons a,html[data-theme="dark"] .share-buttons button{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important;border-color:rgba(255,255,255,.1)!important;box-shadow:0 14px 28px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .share-buttons a:hover,html[data-theme="dark"] .share-buttons button:hover{border-color:rgba(254,2,2,.34)!important;box-shadow:0 18px 32px rgba(0,0,0,.36)!important}
html[data-theme="dark"] .share-buttons a[aria-label="facebook"]{color:#7fb2ff!important}
html[data-theme="dark"] .share-buttons a[aria-label="x"]{color:#f5f7fb!important}
html[data-theme="dark"] .share-buttons a[aria-label="linkedin"]{color:#68b1ff!important}
html[data-theme="dark"] .share-buttons a[aria-label="whatsapp"]{color:#4be3a0!important}
html[data-theme="dark"] .share-copy-btn{color:#c9d4e3!important}html[data-theme="dark"] .share-print-btn{color:#b9c7ff!important}
html[data-theme="dark"] .rubrique-feed article,html[data-theme="dark"] .archive-grid.rubrique-main-grid article{background:linear-gradient(180deg,#131a24 0%,#0e141d 100%)!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 16px 34px rgba(0,0,0,.26)!important}
html[data-theme="dark"] .rubrique-feed article h3 a,html[data-theme="dark"] .rubrique-feed article .author,html[data-theme="dark"] .rubrique-feed article .meta,html[data-theme="dark"] .rubrique-feed article .excerpt,html[data-theme="dark"] .rubrique-sidebar .sidebar-item h4 a,html[data-theme="dark"] .rubrique-sidebar .headline-item a,html[data-theme="dark"] .rubrique-sidebar .quick-links a{color:#edf2f8!important}
html[data-theme="dark"] .rubrique-feed article .excerpt,html[data-theme="dark"] .rubrique-feed article .meta,html[data-theme="dark"] .rubrique-sidebar .catline a{color:#aab5c5!important}
html[data-theme="dark"] .rubrique-loadmore-btn{background:linear-gradient(180deg,var(--accent) 0%,#fe0202 100%)!important;border-color:transparent!important;color:#fff!important;box-shadow:0 16px 28px rgba(254,2,2,.22)!important}
html[data-theme="dark"] .rubrique-sidebar .compact-box,html[data-theme="dark"] .rubrique-sidebar .compact-sidebar-card{background:linear-gradient(180deg,#131a24 0%,#0e141d 100%)!important;border-color:rgba(255,255,255,.08)!important}

/* v33 menu rouge en mode sombre + module en ce moment */
.latest-label{font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:none}
.moment-strip{background:#fff;border-bottom:1px solid var(--line)}
.moment-strip .container{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:18px;padding:10px 18px}
.moment-track:after{background:linear-gradient(90deg,rgba(255,255,255,0),#fff)}
.moment-links a{font-weight:900;color:#1a1d22}
.moment-links a:hover{color:var(--accent)}
.latest-strip .container,.moment-strip .container{padding-top:11px;padding-bottom:11px}
html[data-theme="dark"] .menuwrap{background:#fe0202!important;border-bottom-color:rgba(255,255,255,.16)!important}
html[data-theme="dark"] .menu-drawer{background:#d80000!important;border-bottom-color:rgba(255,255,255,.14)!important}
html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .header-search-link,html[data-theme="dark"] .social-icons a,html[data-theme="dark"] .menu-tools .theme-toggle{color:#fff!important}
html[data-theme="dark"] .mainmenu a.is-hot,html[data-theme="dark"] .mainmenu a:hover{color:#fff!important;opacity:1}
html[data-theme="dark"] .mainmenu a:after{background:#fff!important}
html[data-theme="dark"] .menu-burger{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.2)!important;color:#fff!important}
html[data-theme="dark"] .theme-toggle{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.2)!important;color:#fff!important}
html[data-theme="dark"] .menu-burger span{background:#fff!important}
html[data-theme="dark"] .moment-strip,html[data-theme="dark"] .latest-strip{background:#10161f!important;border-bottom-color:rgba(255,255,255,.08)!important}
html[data-theme="dark"] .moment-track,html[data-theme="dark"] .latest-track,html[data-theme="dark"] .moment-links,html[data-theme="dark"] .latest-links{background:#10161f!important}
html[data-theme="dark"] .moment-track:after,html[data-theme="dark"] .latest-track:after{background:linear-gradient(90deg,rgba(16,22,31,0),#10161f)!important}
html[data-theme="dark"] .moment-links a,html[data-theme="dark"] .latest-links a{color:#edf2f8!important}
html[data-theme="dark"] .latest-label{background:rgba(254,2,2,.16)!important;border-color:rgba(254,2,2,.26)!important;color:#ffd7d7!important}
@media (max-width:860px){.moment-strip .container,.latest-strip .container{grid-template-columns:1fr;gap:10px}.moment-strip,.latest-strip{margin-top:0}.moment-strip .latest-label,.latest-strip .latest-label{justify-self:start}}

/* v34 footer, menu rouge #fe0202 et bouton thème en sidebar */
.menuwrap{background:#fe0202!important;border-bottom:0!important;box-shadow:0 12px 28px rgba(35,10,10,.12)!important}
.menuwrap .container{min-height:80px}
.menu-drawer{background:#e10202!important;border-bottom:0!important;box-shadow:0 18px 32px rgba(35,10,10,.18)!important}
.mainmenu a.is-hot:after,.mainmenu a:hover:after{background:#fff!important}
html[data-theme="dark"] .menuwrap{background:#fe0202!important;border-bottom:0!important;box-shadow:0 12px 28px rgba(0,0,0,.24)!important}
html[data-theme="dark"] .menu-drawer{background:#e10202!important;border-bottom:0!important;box-shadow:0 18px 32px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .header-search-link,html[data-theme="dark"] .social-icons a,html[data-theme="dark"] .menu-tools .theme-toggle{color:#fff!important}
html[data-theme="dark"] .mainmenu a.is-hot:after,html[data-theme="dark"] .mainmenu a:hover:after{background:#fff!important}

.footer-refined{position:relative;background:linear-gradient(180deg,#0a111a 0%,#070d14 100%);border-top:4px solid #fe0202;color:#d7dee9}
.footer-refined:before{content:"";position:absolute;inset:0 0 auto 0;height:1px;background:rgba(255,255,255,.08)}
.footer-inner{display:grid;grid-template-columns:minmax(260px,1.2fr) .95fr .75fr .75fr;gap:34px;padding:34px 0 26px}
.footer-brand{display:grid;gap:12px;align-content:start}
.footer-brand img{height:52px;width:auto}
.footer-brand small{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:#f6f8fb;font-weight:800}
.footer-description{max-width:48ch;margin:0;color:#c4cddd;line-height:1.75;font-size:16px}
.footer-links-col h4{margin:0 0 14px;font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:#f7f9fc;font-weight:900}
.footer-links-list{display:grid;gap:12px}
.footer-links-list-columns{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:18px;row-gap:12px}
.footer-links-list a{display:inline-flex;align-items:center;gap:10px;color:#d7dee9;font-weight:700;line-height:1.4}
.footer-links-list a:before{content:"";width:5px;height:5px;border-radius:999px;background:#fe0202;flex:0 0 5px;box-shadow:0 0 0 6px rgba(254,2,2,.08)}
.footer-links-list a:hover{color:#fff}
.footer-socials{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}
.footer-socials a{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.02);color:#fff}
.footer-socials a:hover{border-color:rgba(254,2,2,.36);background:rgba(254,2,2,.12);color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.16)}
.footer-bottom-inner{display:flex;justify-content:center;padding:16px 0}
.footer-bottom p{margin:0;text-align:center;font-size:14px;line-height:1.6;color:#c9d2df}
.footer-bottom a{color:#fff;font-weight:800}
.footer-bottom a:hover{color:#fff}
html[data-theme="dark"] .footer-refined{background:linear-gradient(180deg,#071018 0%,#04080e 100%);color:#d7dee9}
html[data-theme="dark"] .footer-links-list a,html[data-theme="dark"] .footer-description,html[data-theme="dark"] .footer-bottom p{color:#d7dee9!important}
html[data-theme="dark"] .footer-socials a{border-color:rgba(255,255,255,.12)!important;background:rgba(255,255,255,.02)!important;color:#fff!important}
html[data-theme="dark"] .footer-socials a:hover{background:rgba(254,2,2,.14)!important;border-color:rgba(254,2,2,.4)!important}

.sidebar-theme-module,.home-theme-module{overflow:hidden}
.sidebar-theme-box{display:grid;gap:14px;padding:18px 20px;background:linear-gradient(180deg,#fff 0%,#fbfcfe 100%)}
.sidebar-theme-box p{margin:0;color:#5c6472;line-height:1.65;font-size:14px}
.sidebar-theme-toggle{width:100%!important;height:52px!important;border-radius:16px!important;grid-template-columns:24px 1fr;justify-content:start!important;gap:12px;padding:0 16px!important;background:linear-gradient(180deg,#fe0202 0%,#fe0202 100%)!important;border:0!important;box-shadow:0 14px 28px rgba(254,2,2,.24)!important;color:#fff!important}
.sidebar-theme-toggle:hover{background:linear-gradient(180deg,#ff1919 0%,#fe0202 100%)!important;transform:translateY(-2px)!important}
.sidebar-theme-toggle .sidebar-theme-toggle-icon{position:relative;display:inline-grid;place-items:center;width:22px;height:22px}
.sidebar-theme-toggle .sidebar-theme-toggle-icon svg{position:absolute;width:18px;height:18px}
.sidebar-theme-toggle .theme-toggle-sun{opacity:0;transform:scale(.72) rotate(-35deg)}
html[data-theme="dark"] .sidebar-theme-toggle .theme-toggle-moon{opacity:0;transform:scale(.72) rotate(35deg)}
html[data-theme="dark"] .sidebar-theme-toggle .theme-toggle-sun{opacity:1;transform:scale(1) rotate(0)}
.sidebar-theme-toggle-label{font-size:14px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.site-sidebar-unified .sidebar-theme-module .module-tag::after,.rubrique-sidebar .sidebar-theme-module .module-tag::after{background:#fff}
html[data-theme="dark"] .sidebar-theme-box{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important}
html[data-theme="dark"] .sidebar-theme-box p{color:#b8c3d2!important}
html[data-theme="dark"] .sidebar-theme-toggle{box-shadow:0 16px 30px rgba(0,0,0,.3)!important}

@media (max-width:1180px){.footer-inner{grid-template-columns:1fr 1fr}.footer-brand-col{grid-column:1/-1}}
@media (max-width:760px){.footer-inner{grid-template-columns:1fr;gap:24px;padding:28px 0 20px}.footer-links-list-columns{grid-template-columns:1fr 1fr}.footer-brand img{height:46px}.footer-description{font-size:15px}.footer-bottom-inner{padding:14px 0}.footer-bottom p{font-size:13px}.sidebar-theme-box{padding:16px}}

/* v44 pages intérieures unifiées : sidebar, contact, recherche */
.interior-page-wrap{padding-top:26px;padding-bottom:34px}
.interior-layout-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px;align-items:start}
.interior-main-content{display:grid;gap:22px;min-width:0}
.interior-sidebar{display:grid;gap:22px}
.interior-sidebar .side-module{background:var(--card);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);overflow:hidden}
.interior-hero-card,.editorial-panel{background:var(--card);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);padding:28px 30px}
.interior-hero-card h1,.editorial-panel h2{margin:0 0 10px;line-height:1.02;letter-spacing:-.04em}
.interior-hero-card h1{font-size:44px}
.interior-hero-text,.editorial-panel p{color:var(--muted);font-size:17px;line-height:1.78}
.panel-kicker,.page-surtitle{display:inline-flex;align-items:center;gap:12px;margin-bottom:16px;color:#fe0202;font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}
.panel-kicker:before,.page-surtitle:before{content:"";width:48px;height:4px;border-radius:999px;background:#fe0202}
.interior-hero-pills,.search-shortcuts-chips,.contact-highlight-list,.contact-checklist{display:flex;flex-wrap:wrap;gap:10px}
.interior-hero-pills span,.search-shortcuts-chips a,.contact-highlight-list li,.contact-checklist li,.search-chip{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 16px;border-radius:999px;border:1px solid rgba(254,2,2,.16);background:#fff5f5;color:#7f1d1d;font-size:13px;font-weight:800}
.contact-info-grid,.editorial-panels-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.contact-checklist,.contact-highlight-list{padding:0;margin:14px 0 0;list-style:none}
.panel-linkline a{display:inline-flex;align-items:center;gap:10px;font-weight:900;color:#fe0202}
.contact-guidelines-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:16px}
.contact-guidelines-grid article{padding:18px;border-radius:18px;background:var(--bg-soft);border:1px solid var(--line)}
.contact-guidelines-grid strong{display:block;margin-bottom:10px;font-size:15px;letter-spacing:-.02em}
.contact-form-shell-enhanced{padding:22px;border-radius:24px;background:linear-gradient(180deg,#fff, #fbfcfe);border:1px solid var(--line)}
.contact-form-wrap-enhanced{display:grid;gap:16px}
.contact-form-wrap-enhanced form{display:grid;gap:16px}
.contact-form-wrap-enhanced fieldset{margin:0;padding:18px;border:1px solid var(--line);border-radius:20px;background:var(--card)}
.contact-form-wrap-enhanced .editer,.contact-form-wrap-enhanced .fieldset .editer{margin-bottom:14px}
.contact-form-wrap-enhanced label{display:block;margin-bottom:8px;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#2a313d}
.contact-form-wrap-enhanced input,.contact-form-wrap-enhanced textarea,.contact-form-wrap-enhanced select{width:100%;border:1px solid var(--line-strong);border-radius:16px;padding:14px 16px;background:#fff;color:var(--text)}
.contact-form-wrap-enhanced textarea{min-height:180px;resize:vertical}
.contact-form-wrap-enhanced .boutons{display:flex;justify-content:flex-start}
.contact-form-wrap-enhanced .submit,.contact-form-wrap-enhanced button{display:inline-flex;align-items:center;justify-content:center;min-width:220px;min-height:52px;padding:0 24px;border:0;border-radius:999px;background:#fe0202;color:#fff;font-weight:900;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 16px 32px rgba(254,2,2,.22)}
.search-hero-card{gap:18px}
.search-form-pro{display:grid;gap:14px;margin-top:18px}
.search-form-mainline{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px}
.search-form-pro input[type="search"]{height:58px;padding:0 18px;border:1px solid var(--line-strong);border-radius:18px;background:var(--card);font-size:17px}
.search-submit-primary{min-width:220px;height:58px;border:0;border-radius:18px;background:#fe0202;color:#fff;font-weight:900;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 18px 34px rgba(254,2,2,.24)}
.search-form-tools{display:flex;flex-wrap:wrap;gap:10px}
.search-tool-btn,.search-tool-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;border:1px solid var(--line);background:var(--bg-soft);color:var(--text);font-size:13px;font-weight:800}
.search-tool-link{border-color:rgba(254,2,2,.18);background:#fff5f5;color:#fe0202}
.search-shortcuts-panel{display:grid;gap:12px;padding:18px;border-radius:22px;background:linear-gradient(180deg,#fff,#fbfcfe);border:1px solid var(--line)}
.search-shortcuts-panel strong{font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:#1a2230}
.search-metrics-row-enhanced{margin:0}
.search-results-panel .search-block-head,.search-block-taxonomy .search-block-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}
.search-results-panel .search-block-head span,.search-block-taxonomy .search-block-head span{font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#fe0202}
.search-grid-editorial{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.search-card-editorial{background:var(--card);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:16px;display:grid;gap:12px}
.search-card-editorial .thumb{border-radius:18px;overflow:hidden}
.search-card-topline{display:flex;align-items:center;justify-content:space-between;gap:12px}
.search-card-topline .search-score{font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#fe0202}
.search-card-editorial h3{margin:0;font-size:30px;line-height:1.08;letter-spacing:-.04em}
.search-card-editorial .excerpt{margin:0;color:var(--muted)}
.search-card-editorial .search-meta{display:flex;flex-wrap:wrap;gap:12px;color:#6f7682;font-size:14px;font-weight:700}
.search-empty-card h2{font-size:34px}
.search-chip-grid{display:flex;flex-wrap:wrap;gap:10px}
.site-sidebar-unified .social-grid-ref{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:18px 20px}
.site-sidebar-unified .social-grid-ref a{display:flex;align-items:center;gap:12px;min-height:56px;padding:0 16px;border-radius:16px;background:var(--bg-soft);border:1px solid var(--line);font-weight:800;color:var(--text)}
.site-sidebar-unified .social-grid-ref .icon{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:999px;background:#fff;color:#fe0202;border:1px solid rgba(254,2,2,.16)}
.site-sidebar-unified .sidebar-item-ref{display:grid;grid-template-columns:88px 1fr;gap:14px;padding:16px 18px;border-top:1px solid var(--line)}
.site-sidebar-unified .sidebar-item-ref .thumb{overflow:hidden;border-radius:16px}
.site-sidebar-unified .sidebar-item-ref .thumb img{width:100%;height:100%;object-fit:cover}
.site-sidebar-unified .sidebar-item-ref h4{margin:0;font-size:21px;line-height:1.14;letter-spacing:-.03em}
.site-sidebar-unified .card-surtitle{margin-top:8px;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#fe0202}
.site-sidebar-unified .sidebar-item-mostread-ref{grid-template-columns:54px 1fr !important;padding-left:16px !important}
.site-sidebar-unified .sidebar-item-mostread-ref .mostread-rank-ref{align-self:start}
.site-sidebar-unified .sidebar-item-mostread-ref h4{font-size:18px !important}
html[data-theme="dark"] .interior-hero-card,html[data-theme="dark"] .editorial-panel,html[data-theme="dark"] .contact-form-shell-enhanced,html[data-theme="dark"] .search-shortcuts-panel{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important;border-color:rgba(255,255,255,.08)!important;box-shadow:0 16px 34px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .interior-hero-text,html[data-theme="dark"] .editorial-panel p,html[data-theme="dark"] .contact-form-intro,html[data-theme="dark"] .search-card-editorial .excerpt{color:#b8c3d2!important}
html[data-theme="dark"] .interior-hero-pills span,html[data-theme="dark"] .search-shortcuts-chips a,html[data-theme="dark"] .contact-highlight-list li,html[data-theme="dark"] .contact-checklist li,html[data-theme="dark"] .search-chip,html[data-theme="dark"] .search-tool-btn{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .search-tool-link{background:rgba(254,2,2,.12)!important;border-color:rgba(254,2,2,.28)!important;color:#ffd8d8!important}
html[data-theme="dark"] .contact-guidelines-grid article,html[data-theme="dark"] .site-sidebar-unified .social-grid-ref a{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .site-sidebar-unified .social-grid-ref .icon{background:#0d141d!important;border-color:rgba(254,2,2,.22)!important;color:#fff!important}
html[data-theme="dark"] .contact-form-wrap-enhanced fieldset,html[data-theme="dark"] .contact-form-wrap-enhanced input,html[data-theme="dark"] .contact-form-wrap-enhanced textarea,html[data-theme="dark"] .contact-form-wrap-enhanced select,html[data-theme="dark"] .search-form-pro input[type="search"],html[data-theme="dark"] .search-card-editorial{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .contact-form-wrap-enhanced label,html[data-theme="dark"] .search-shortcuts-panel strong{color:#edf2f8!important}
@media (max-width:1180px){.interior-layout-grid{grid-template-columns:1fr}.interior-sidebar{order:2}.contact-info-grid,.editorial-panels-grid,.contact-guidelines-grid,.search-grid-editorial{grid-template-columns:1fr 1fr}}
@media (max-width:760px){.interior-page-wrap{padding-top:18px}.interior-hero-card,.editorial-panel{padding:22px 18px}.interior-hero-card h1{font-size:34px}.search-form-mainline,.contact-info-grid,.editorial-panels-grid,.contact-guidelines-grid,.search-grid-editorial,.site-sidebar-unified .social-grid-ref{grid-template-columns:1fr}.search-submit-primary,.contact-form-wrap-enhanced .submit,.contact-form-wrap-enhanced button{min-width:0;width:100%}.site-sidebar-unified .sidebar-item-ref{grid-template-columns:76px 1fr}.site-sidebar-unified .sidebar-item-ref h4{font-size:18px}}

/* v60 home sections align strictly with top grid */
.page-home .home-wrap-tight > .home-bottom-shell{display:block!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;box-sizing:border-box!important}
.page-home .home-wrap-tight > .home-bottom-shell > .section,
.page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin:0 0 34px 0!important;
  padding:0!important;
  box-sizing:border-box!important;
}
.page-home .home-wrap-tight > .home-bottom-shell > .section:last-child{margin-bottom:0!important}
.page-home .home-wrap-tight > .home-bottom-shell .home-mostread-editorial-section,
.page-home .home-wrap-tight > .home-bottom-shell .home-mostread-editorial-grid,
.page-home .home-wrap-tight > .home-bottom-shell .section-head,
.page-home .home-wrap-tight > .home-bottom-shell .rub-grid{
  max-width:100%!important;
}
@media (max-width:860px){
  .page-home .home-wrap-tight > .home-bottom-shell > .section,
  .page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
  .page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
  .page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{margin-bottom:28px!important}
}

/* v61 final home boxed alignment */
.page-home .home-wrap-tight > .home-bottom-shell{
  width:calc(100% - 36px)!important;
  max-width:calc(var(--container) - 36px)!important;
  margin:0 auto!important;
  padding:0!important;
  box-sizing:border-box!important;
}
.page-home .home-wrap-tight > .home-bottom-shell > .section,
.page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{
  width:100%!important;
  max-width:100%!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:0!important;
  padding-right:0!important;
}
@media (max-width:860px){
  .page-home .home-wrap-tight > .home-bottom-shell{
    width:calc(100% - 28px)!important;
    max-width:calc(100% - 28px)!important;
  }
}

.footer-brand{display:inline-flex;flex-direction:column;align-items:flex-start;gap:8px}.footer-brand img{height:46px;width:auto;max-width:260px;object-fit:contain}.footer-brand small{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:#a7afbe;font-weight:800}

/* footer conventionnel et mode sombre renforcé */
.footer.footer-refined{margin-top:52px;background:#11151c;border-top:4px solid var(--accent);padding:0;border-radius:0!important}
.footer-refined .footer-inner{position:relative;grid-template-columns:minmax(0,1.45fr) minmax(190px,.75fr) minmax(190px,.75fr);gap:28px;padding:26px 0 20px}
.footer-refined .footer-inner:before{display:none}
.footer-refined .footer-brand-col,.footer-refined .footer-links-col{background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0}
.footer-refined .footer-brand{margin-bottom:10px;gap:8px}
.footer-refined .footer-brand img{height:44px;max-width:220px;filter:brightness(1.02)}
.footer-refined .footer-brand small{color:rgba(255,255,255,.62)}
.footer-refined .footer-brand small:before{box-shadow:none;background:var(--accent)}
.footer-refined .footer-description{margin:0 0 14px;max-width:60ch;color:rgba(255,255,255,.78);font-size:14px;line-height:1.7}
.footer-refined h4{margin:0 0 12px;color:#fff;font-size:11px;letter-spacing:.18em}
.footer-refined h4:before{width:22px;height:2px;border-radius:0;background:var(--accent)}
.footer-refined .footer-links-list{gap:2px}
.footer-refined .footer-links-list a{padding:8px 0 8px 16px;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;color:rgba(255,255,255,.8)!important}
.footer-refined .footer-links-list a:before{left:0;top:11px;bottom:11px;width:3px;border-radius:0;background:rgba(254,2,2,.9)}
.footer-refined .footer-links-list a:hover{transform:none;color:#fff!important;text-decoration:none}
.footer-refined .footer-links-list a:hover:before{transform:none;background:#fff}
.footer-refined .footer-socials{gap:8px;margin-top:4px!important}
.footer-refined .footer-socials a{width:38px;height:38px;border-radius:0;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.03)!important;color:#fff;box-shadow:none}
.footer-refined .footer-socials a:hover{background:var(--accent)!important;border-color:var(--accent);transform:none}
.footer-refined .footer-bottom{background:#0a0d12;border-top:1px solid rgba(255,255,255,.1)}
.footer-refined .footer-bottom-inner{padding:12px 0}
.footer-refined .footer-bottom p{font-size:12px;line-height:1.65;color:rgba(255,255,255,.72)}
.footer-refined .footer-bottom a{color:#fff;border:0;text-decoration:none;font-weight:800}
.footer-refined .footer-bottom a:hover{color:#fff;text-decoration:underline}
@media (max-width:860px){.footer-refined .footer-inner{grid-template-columns:1fr;gap:18px;padding:22px 0 18px}}

html[data-theme="dark"] .menuwrap,html[data-theme="dark"] .menu-drawer,html[data-theme="dark"] .latest-track,html[data-theme="dark"] .search-hero form,html[data-theme="dark"] .pagination a,html[data-theme="dark"] .pagination .on,html[data-theme="dark"] .ajax-pager a,html[data-theme="dark"] .comment-form-wrap,html[data-theme="dark"] .comments-refined,html[data-theme="dark"] .comments-shell,html[data-theme="dark"] .comment-form,html[data-theme="dark"] .section-head-inline,html[data-theme="dark"] .section-head,html[data-theme="dark"] .home-mostread-inline-section,html[data-theme="dark"] .home-mostread-editorial-section,html[data-theme="dark"] .home-mostread-editorial-grid,html[data-theme="dark"] .lireaussi-refined,html[data-theme="dark"] .read-more-card,html[data-theme="dark"] .mostread-card-editorial,html[data-theme="dark"] .sidebar-item-mostread-ref,html[data-theme="dark"] .comment-form input,html[data-theme="dark"] .comment-form textarea,html[data-theme="dark"] .comment-form select{border-color:rgba(255,255,255,.09)!important}
html[data-theme="dark"] p,html[data-theme="dark"] li,html[data-theme="dark"] dd,html[data-theme="dark"] dt,html[data-theme="dark"] figcaption,html[data-theme="dark"] .article-body-ref blockquote,html[data-theme="dark"] .article-body-ref li,html[data-theme="dark"] .article-meta-strip,html[data-theme="dark"] .article-breadcrumb-ref,html[data-theme="dark"] .comment-item p,html[data-theme="dark"] .comment-form label,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .rub-card-meta,html[data-theme="dark"] .home-mostread-lead p,html[data-theme="dark"] .sidebar-item-body p,html[data-theme="dark"] .search-card-advanced p,html[data-theme="dark"] .contact-form-wrap p{color:var(--muted)!important}
html[data-theme="dark"] a,html[data-theme="dark"] .article-body-ref a,html[data-theme="dark"] .page-card a,html[data-theme="dark"] .author-card a,html[data-theme="dark"] .sidebar-module a,html[data-theme="dark"] .rub-feature a,html[data-theme="dark"] .rub-mini a,html[data-theme="dark"] .compact-card a{color:inherit}
html[data-theme="dark"] .article-body-ref a,html[data-theme="dark"] .footer-refined a:hover,html[data-theme="dark"] .mainmenu a:hover,html[data-theme="dark"] .menu-drawer-nav a:hover,html[data-theme="dark"] .header-search-link:hover{color:#fff!important}
html[data-theme="dark"] .menuwrap{background:#121821;border-bottom-color:rgba(255,255,255,.08)}
html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .header-search-link{color:#edf2f7}
html[data-theme="dark"] .menu-burger{border-color:rgba(255,255,255,.12);background:#151c25;color:#fff}
html[data-theme="dark"] .menu-burger span{background:#fff}
html[data-theme="dark"] .home-mostread-card,html[data-theme="dark"] .home-mostread-lead,html[data-theme="dark"] .home-mostread-item,html[data-theme="dark"] .mostread-row,html[data-theme="dark"] .sidebar-item-mostread-ref,html[data-theme="dark"] .lireaussi-card,html[data-theme="dark"] .related-card,html[data-theme="dark"] .archive-feed article,html[data-theme="dark"] .rubrique-feed article,html[data-theme="dark"] .search-card-advanced,html[data-theme="dark"] .contact-form-wrap,html[data-theme="dark"] .comment-form-wrap{background:var(--card)!important;box-shadow:0 14px 32px rgba(0,0,0,.22)!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum,html[data-theme="dark"] .comment-form-wrap form{background:linear-gradient(180deg,#121923 0%,#0f151e 100%)!important;border-color:rgba(255,255,255,.12)!important;box-shadow:0 18px 40px rgba(0,0,0,.32)!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum fieldset,html[data-theme="dark"] .comment-form-wrap form fieldset{border-color:rgba(255,255,255,.14)!important;background:rgba(255,255,255,.02)!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum h3,html[data-theme="dark"] .comment-form-wrap form h3,html[data-theme="dark"] .comment-form-wrap .formulaire_forum legend,html[data-theme="dark"] .comment-form-wrap form legend{color:#ff5b5b!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum .session,html[data-theme="dark"] .comment-form-wrap form .session{background:rgba(255,255,255,.03)!important;border-color:rgba(255,255,255,.1)!important;color:#e8edf5!important}
html[data-theme="dark"] .comment-form-wrap label,html[data-theme="dark"] .comment-form-wrap .explication,html[data-theme="dark"] .comment-form-wrap .notice,html[data-theme="dark"] .comment-form-wrap .session,html[data-theme="dark"] .comment-form-wrap .session a,html[data-theme="dark"] .comment-form-wrap p{color:#cdd6e3!important}
html[data-theme="dark"] .comment-form-wrap input,html[data-theme="dark"] .comment-form-wrap textarea,html[data-theme="dark"] .comment-form-wrap select{background:#08111d!important;border-color:rgba(255,255,255,.12)!important;color:#f5f7fb!important;box-shadow:inset 0 1px 2px rgba(0,0,0,.22)!important}
html[data-theme="dark"] .comment-form-wrap input::placeholder,html[data-theme="dark"] .comment-form-wrap textarea::placeholder{color:#7f8aa0!important}
html[data-theme="dark"] .comment-form-wrap input:focus,html[data-theme="dark"] .comment-form-wrap textarea:focus,html[data-theme="dark"] .comment-form-wrap select:focus{border-color:rgba(254,2,2,.55)!important;box-shadow:0 0 0 4px rgba(254,2,2,.14)!important;background:#0b1522!important}
html[data-theme="dark"] .comment-form-wrap .boutons input,html[data-theme="dark"] .comment-form-wrap .boutons button,html[data-theme="dark"] .comment-form-wrap .submit{color:#fff!important}
html[data-theme="dark"] .article-body-ref strong,html[data-theme="dark"] .article-body-ref b,html[data-theme="dark"] .article-body-ref h2,html[data-theme="dark"] .article-body-ref h3,html[data-theme="dark"] .article-body-ref h4,html[data-theme="dark"] .article-body-ref h5,html[data-theme="dark"] .article-body-ref h6,html[data-theme="dark"] .article-standfirst-text,html[data-theme="dark"] .meta-badge strong,html[data-theme="dark"] .comment-author,html[data-theme="dark"] .section-head-inline h2,html[data-theme="dark"] .section-head h2,html[data-theme="dark"] .footer-refined h4{color:#f5f7fb!important}
html[data-theme="dark"] .article-body-ref blockquote{background:#121923;border-left:4px solid var(--accent);color:#dce4ee}
html[data-theme="dark"] .article-body-ref hr{border-color:rgba(255,255,255,.1)}
html[data-theme="dark"] .meta-badge,html[data-theme="dark"] .author-avatar,html[data-theme="dark"] .comment-avatar,html[data-theme="dark"] .badge,html[data-theme="dark"] .page-surtitle,html[data-theme="dark"] .card-surtitle{box-shadow:none}
html[data-theme="dark"] .comment-form input::placeholder,html[data-theme="dark"] .comment-form textarea::placeholder,html[data-theme="dark"] input::placeholder,html[data-theme="dark"] textarea::placeholder{color:#8190a3}
html[data-theme="dark"] .theme-toggle{border-color:rgba(255,255,255,.18);background:#171f2a}

/* v30 dark mode, share rail, latest strip and rubrique fixes */
.share-label-vertical{display:flex;flex-direction:column;align-items:center;gap:8px;color:#222630}
.share-label-vertical .share-count{display:inline-flex;align-items:center;justify-content:center;min-width:74px;padding:6px 10px;border-radius:999px;background:#f3f5f8;color:#616978;font-size:11px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}
.share-buttons{display:grid;gap:12px}
.share-buttons a,.share-buttons button{display:inline-flex;align-items:center;justify-content:center;width:64px;height:54px;border-radius:14px;border:1px solid #e8ecf2;background:linear-gradient(180deg,#fff 0%,#f7f9fc 100%);color:#5a6780;box-shadow:0 10px 24px rgba(17,20,31,.06);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease,color .2s ease;cursor:pointer}
.share-buttons a:hover,.share-buttons button:hover{transform:translateY(-2px);border-color:rgba(254,2,2,.26);color:var(--accent);box-shadow:0 14px 28px rgba(17,20,31,.12)}
.share-buttons a[aria-label="facebook"]{color:#1877f2}.share-buttons a[aria-label="x"]{color:#111}.share-buttons a[aria-label="linkedin"]{color:#0a66c2}.share-buttons a[aria-label="whatsapp"]{color:#20b874}.share-copy-btn{color:#596579}.share-print-btn{color:#6d7fbe}
.share-buttons svg{width:22px;height:22px}
.latest-strip{background:#fff}.latest-label{box-shadow:inset 0 0 0 1px rgba(254,2,2,.05)}
.latest-links a{font-weight:900}.latest-links a:after{width:6px;height:6px}
html[data-theme="dark"] .latest-strip{background:#10161f;border-bottom-color:rgba(255,255,255,.08)}
html[data-theme="dark"] .latest-label{background:rgba(254,2,2,.14)!important;color:#fe0202!important;box-shadow:inset 0 0 0 1px rgba(254,2,2,.2)}
html[data-theme="dark"] .latest-track:after{background:linear-gradient(90deg,rgba(16,22,31,0),#10161f)}
html[data-theme="dark"] .latest-links a{color:#eef3fa!important}
html[data-theme="dark"] .latest-links a:hover{color:#fe0202!important}
html[data-theme="dark"] .share-label-vertical{color:#e7edf6!important}
html[data-theme="dark"] .share-label-vertical .share-count{background:#141d28!important;color:#a9b5c7!important;border:1px solid rgba(255,255,255,.08)}
html[data-theme="dark"] .share-buttons a,html[data-theme="dark"] .share-buttons button{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important;border-color:rgba(255,255,255,.1)!important;box-shadow:0 14px 28px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .share-buttons a:hover,html[data-theme="dark"] .share-buttons button:hover{border-color:rgba(254,2,2,.34)!important;box-shadow:0 18px 32px rgba(0,0,0,.36)!important}
html[data-theme="dark"] .share-buttons a[aria-label="facebook"]{color:#7fb2ff!important}
html[data-theme="dark"] .share-buttons a[aria-label="x"]{color:#f5f7fb!important}
html[data-theme="dark"] .share-buttons a[aria-label="linkedin"]{color:#68b1ff!important}
html[data-theme="dark"] .share-buttons a[aria-label="whatsapp"]{color:#4be3a0!important}
html[data-theme="dark"] .share-copy-btn{color:#c9d4e3!important}html[data-theme="dark"] .share-print-btn{color:#b9c7ff!important}
html[data-theme="dark"] .rubrique-feed article,html[data-theme="dark"] .archive-grid.rubrique-main-grid article{background:linear-gradient(180deg,#131a24 0%,#0e141d 100%)!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 16px 34px rgba(0,0,0,.26)!important}
html[data-theme="dark"] .rubrique-feed article h3 a,html[data-theme="dark"] .rubrique-feed article .author,html[data-theme="dark"] .rubrique-feed article .meta,html[data-theme="dark"] .rubrique-feed article .excerpt,html[data-theme="dark"] .rubrique-sidebar .sidebar-item h4 a,html[data-theme="dark"] .rubrique-sidebar .headline-item a,html[data-theme="dark"] .rubrique-sidebar .quick-links a{color:#edf2f8!important}
html[data-theme="dark"] .rubrique-feed article .excerpt,html[data-theme="dark"] .rubrique-feed article .meta,html[data-theme="dark"] .rubrique-sidebar .catline a{color:#aab5c5!important}
html[data-theme="dark"] .rubrique-loadmore-btn{background:linear-gradient(180deg,var(--accent) 0%,#fe0202 100%)!important;border-color:transparent!important;color:#fff!important;box-shadow:0 16px 28px rgba(254,2,2,.22)!important}
html[data-theme="dark"] .rubrique-sidebar .compact-box,html[data-theme="dark"] .rubrique-sidebar .compact-sidebar-card{background:linear-gradient(180deg,#131a24 0%,#0e141d 100%)!important;border-color:rgba(255,255,255,.08)!important}

/* v33 menu rouge en mode sombre + module en ce moment */
.latest-label{font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:none}
.moment-strip{background:#fff;border-bottom:1px solid var(--line)}
.moment-strip .container{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:18px;padding:10px 18px}
.moment-track:after{background:linear-gradient(90deg,rgba(255,255,255,0),#fff)}
.moment-links a{font-weight:900;color:#1a1d22}
.moment-links a:hover{color:var(--accent)}
.latest-strip .container,.moment-strip .container{padding-top:11px;padding-bottom:11px}
html[data-theme="dark"] .menuwrap{background:#fe0202!important;border-bottom-color:rgba(255,255,255,.16)!important}
html[data-theme="dark"] .menu-drawer{background:#d80000!important;border-bottom-color:rgba(255,255,255,.14)!important}
html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .header-search-link,html[data-theme="dark"] .social-icons a,html[data-theme="dark"] .menu-tools .theme-toggle{color:#fff!important}
html[data-theme="dark"] .mainmenu a.is-hot,html[data-theme="dark"] .mainmenu a:hover{color:#fff!important;opacity:1}
html[data-theme="dark"] .mainmenu a:after{background:#fff!important}
html[data-theme="dark"] .menu-burger{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.2)!important;color:#fff!important}
html[data-theme="dark"] .theme-toggle{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.2)!important;color:#fff!important}
html[data-theme="dark"] .menu-burger span{background:#fff!important}
html[data-theme="dark"] .moment-strip,html[data-theme="dark"] .latest-strip{background:#10161f!important;border-bottom-color:rgba(255,255,255,.08)!important}
html[data-theme="dark"] .moment-track,html[data-theme="dark"] .latest-track,html[data-theme="dark"] .moment-links,html[data-theme="dark"] .latest-links{background:#10161f!important}
html[data-theme="dark"] .moment-track:after,html[data-theme="dark"] .latest-track:after{background:linear-gradient(90deg,rgba(16,22,31,0),#10161f)!important}
html[data-theme="dark"] .moment-links a,html[data-theme="dark"] .latest-links a{color:#edf2f8!important}
html[data-theme="dark"] .latest-label{background:rgba(254,2,2,.16)!important;border-color:rgba(254,2,2,.26)!important;color:#ffd7d7!important}
@media (max-width:860px){.moment-strip .container,.latest-strip .container{grid-template-columns:1fr;gap:10px}.moment-strip,.latest-strip{margin-top:0}.moment-strip .latest-label,.latest-strip .latest-label{justify-self:start}}

/* v34 footer, menu rouge #fe0202 et bouton thème en sidebar */
.menuwrap{background:#fe0202!important;border-bottom:0!important;box-shadow:0 12px 28px rgba(35,10,10,.12)!important}
.menuwrap .container{min-height:80px}
.menu-drawer{background:#e10202!important;border-bottom:0!important;box-shadow:0 18px 32px rgba(35,10,10,.18)!important}
.mainmenu a.is-hot:after,.mainmenu a:hover:after{background:#fff!important}
html[data-theme="dark"] .menuwrap{background:#fe0202!important;border-bottom:0!important;box-shadow:0 12px 28px rgba(0,0,0,.24)!important}
html[data-theme="dark"] .menu-drawer{background:#e10202!important;border-bottom:0!important;box-shadow:0 18px 32px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .header-search-link,html[data-theme="dark"] .social-icons a,html[data-theme="dark"] .menu-tools .theme-toggle{color:#fff!important}
html[data-theme="dark"] .mainmenu a.is-hot:after,html[data-theme="dark"] .mainmenu a:hover:after{background:#fff!important}

.footer-refined{position:relative;background:linear-gradient(180deg,#0a111a 0%,#070d14 100%);border-top:4px solid #fe0202;color:#d7dee9}
.footer-refined:before{content:"";position:absolute;inset:0 0 auto 0;height:1px;background:rgba(255,255,255,.08)}
.footer-inner{display:grid;grid-template-columns:minmax(260px,1.2fr) .95fr .75fr .75fr;gap:34px;padding:34px 0 26px}
.footer-brand{display:grid;gap:12px;align-content:start}
.footer-brand img{height:52px;width:auto}
.footer-brand small{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:#f6f8fb;font-weight:800}
.footer-description{max-width:48ch;margin:0;color:#c4cddd;line-height:1.75;font-size:16px}
.footer-links-col h4{margin:0 0 14px;font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:#f7f9fc;font-weight:900}
.footer-links-list{display:grid;gap:12px}
.footer-links-list-columns{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:18px;row-gap:12px}
.footer-links-list a{display:inline-flex;align-items:center;gap:10px;color:#d7dee9;font-weight:700;line-height:1.4}
.footer-links-list a:before{content:"";width:5px;height:5px;border-radius:999px;background:#fe0202;flex:0 0 5px;box-shadow:0 0 0 6px rgba(254,2,2,.08)}
.footer-links-list a:hover{color:#fff}
.footer-socials{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}
.footer-socials a{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.02);color:#fff}
.footer-socials a:hover{border-color:rgba(254,2,2,.36);background:rgba(254,2,2,.12);color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.16)}
.footer-bottom-inner{display:flex;justify-content:center;padding:16px 0}
.footer-bottom p{margin:0;text-align:center;font-size:14px;line-height:1.6;color:#c9d2df}
.footer-bottom a{color:#fff;font-weight:800}
.footer-bottom a:hover{color:#fff}
html[data-theme="dark"] .footer-refined{background:linear-gradient(180deg,#071018 0%,#04080e 100%);color:#d7dee9}
html[data-theme="dark"] .footer-links-list a,html[data-theme="dark"] .footer-description,html[data-theme="dark"] .footer-bottom p{color:#d7dee9!important}
html[data-theme="dark"] .footer-socials a{border-color:rgba(255,255,255,.12)!important;background:rgba(255,255,255,.02)!important;color:#fff!important}
html[data-theme="dark"] .footer-socials a:hover{background:rgba(254,2,2,.14)!important;border-color:rgba(254,2,2,.4)!important}

.sidebar-theme-module,.home-theme-module{overflow:hidden}
.sidebar-theme-box{display:grid;gap:14px;padding:18px 20px;background:linear-gradient(180deg,#fff 0%,#fbfcfe 100%)}
.sidebar-theme-box p{margin:0;color:#5c6472;line-height:1.65;font-size:14px}
.sidebar-theme-toggle{width:100%!important;height:52px!important;border-radius:16px!important;grid-template-columns:24px 1fr;justify-content:start!important;gap:12px;padding:0 16px!important;background:linear-gradient(180deg,#fe0202 0%,#fe0202 100%)!important;border:0!important;box-shadow:0 14px 28px rgba(254,2,2,.24)!important;color:#fff!important}
.sidebar-theme-toggle:hover{background:linear-gradient(180deg,#ff1919 0%,#fe0202 100%)!important;transform:translateY(-2px)!important}
.sidebar-theme-toggle .sidebar-theme-toggle-icon{position:relative;display:inline-grid;place-items:center;width:22px;height:22px}
.sidebar-theme-toggle .sidebar-theme-toggle-icon svg{position:absolute;width:18px;height:18px}
.sidebar-theme-toggle .theme-toggle-sun{opacity:0;transform:scale(.72) rotate(-35deg)}
html[data-theme="dark"] .sidebar-theme-toggle .theme-toggle-moon{opacity:0;transform:scale(.72) rotate(35deg)}
html[data-theme="dark"] .sidebar-theme-toggle .theme-toggle-sun{opacity:1;transform:scale(1) rotate(0)}
.sidebar-theme-toggle-label{font-size:14px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.site-sidebar-unified .sidebar-theme-module .module-tag::after,.rubrique-sidebar .sidebar-theme-module .module-tag::after{background:#fff}
html[data-theme="dark"] .sidebar-theme-box{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important}
html[data-theme="dark"] .sidebar-theme-box p{color:#b8c3d2!important}
html[data-theme="dark"] .sidebar-theme-toggle{box-shadow:0 16px 30px rgba(0,0,0,.3)!important}

@media (max-width:1180px){.footer-inner{grid-template-columns:1fr 1fr}.footer-brand-col{grid-column:1/-1}}
@media (max-width:760px){.footer-inner{grid-template-columns:1fr;gap:24px;padding:28px 0 20px}.footer-links-list-columns{grid-template-columns:1fr 1fr}.footer-brand img{height:46px}.footer-description{font-size:15px}.footer-bottom-inner{padding:14px 0}.footer-bottom p{font-size:13px}.sidebar-theme-box{padding:16px}}

/* v44 pages intérieures unifiées : sidebar, contact, recherche */
.interior-page-wrap{padding-top:26px;padding-bottom:34px}
.interior-layout-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px;align-items:start}
.interior-main-content{display:grid;gap:22px;min-width:0}
.interior-sidebar{display:grid;gap:22px}
.interior-sidebar .side-module{background:var(--card);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);overflow:hidden}
.interior-hero-card,.editorial-panel{background:var(--card);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);padding:28px 30px}
.interior-hero-card h1,.editorial-panel h2{margin:0 0 10px;line-height:1.02;letter-spacing:-.04em}
.interior-hero-card h1{font-size:44px}
.interior-hero-text,.editorial-panel p{color:var(--muted);font-size:17px;line-height:1.78}
.panel-kicker,.page-surtitle{display:inline-flex;align-items:center;gap:12px;margin-bottom:16px;color:#fe0202;font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}
.panel-kicker:before,.page-surtitle:before{content:"";width:48px;height:4px;border-radius:999px;background:#fe0202}
.interior-hero-pills,.search-shortcuts-chips,.contact-highlight-list,.contact-checklist{display:flex;flex-wrap:wrap;gap:10px}
.interior-hero-pills span,.search-shortcuts-chips a,.contact-highlight-list li,.contact-checklist li,.search-chip{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 16px;border-radius:999px;border:1px solid rgba(254,2,2,.16);background:#fff5f5;color:#7f1d1d;font-size:13px;font-weight:800}
.contact-info-grid,.editorial-panels-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.contact-checklist,.contact-highlight-list{padding:0;margin:14px 0 0;list-style:none}
.panel-linkline a{display:inline-flex;align-items:center;gap:10px;font-weight:900;color:#fe0202}
.contact-guidelines-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:16px}
.contact-guidelines-grid article{padding:18px;border-radius:18px;background:var(--bg-soft);border:1px solid var(--line)}
.contact-guidelines-grid strong{display:block;margin-bottom:10px;font-size:15px;letter-spacing:-.02em}
.contact-form-shell-enhanced{padding:22px;border-radius:24px;background:linear-gradient(180deg,#fff, #fbfcfe);border:1px solid var(--line)}
.contact-form-wrap-enhanced{display:grid;gap:16px}
.contact-form-wrap-enhanced form{display:grid;gap:16px}
.contact-form-wrap-enhanced fieldset{margin:0;padding:18px;border:1px solid var(--line);border-radius:20px;background:var(--card)}
.contact-form-wrap-enhanced .editer,.contact-form-wrap-enhanced .fieldset .editer{margin-bottom:14px}
.contact-form-wrap-enhanced label{display:block;margin-bottom:8px;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#2a313d}
.contact-form-wrap-enhanced input,.contact-form-wrap-enhanced textarea,.contact-form-wrap-enhanced select{width:100%;border:1px solid var(--line-strong);border-radius:16px;padding:14px 16px;background:#fff;color:var(--text)}
.contact-form-wrap-enhanced textarea{min-height:180px;resize:vertical}
.contact-form-wrap-enhanced .boutons{display:flex;justify-content:flex-start}
.contact-form-wrap-enhanced .submit,.contact-form-wrap-enhanced button{display:inline-flex;align-items:center;justify-content:center;min-width:220px;min-height:52px;padding:0 24px;border:0;border-radius:999px;background:#fe0202;color:#fff;font-weight:900;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 16px 32px rgba(254,2,2,.22)}
.search-hero-card{gap:18px}
.search-form-pro{display:grid;gap:14px;margin-top:18px}
.search-form-mainline{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px}
.search-form-pro input[type="search"]{height:58px;padding:0 18px;border:1px solid var(--line-strong);border-radius:18px;background:var(--card);font-size:17px}
.search-submit-primary{min-width:220px;height:58px;border:0;border-radius:18px;background:#fe0202;color:#fff;font-weight:900;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 18px 34px rgba(254,2,2,.24)}
.search-form-tools{display:flex;flex-wrap:wrap;gap:10px}
.search-tool-btn,.search-tool-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;border:1px solid var(--line);background:var(--bg-soft);color:var(--text);font-size:13px;font-weight:800}
.search-tool-link{border-color:rgba(254,2,2,.18);background:#fff5f5;color:#fe0202}
.search-shortcuts-panel{display:grid;gap:12px;padding:18px;border-radius:22px;background:linear-gradient(180deg,#fff,#fbfcfe);border:1px solid var(--line)}
.search-shortcuts-panel strong{font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:#1a2230}
.search-metrics-row-enhanced{margin:0}
.search-results-panel .search-block-head,.search-block-taxonomy .search-block-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}
.search-results-panel .search-block-head span,.search-block-taxonomy .search-block-head span{font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#fe0202}
.search-grid-editorial{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.search-card-editorial{background:var(--card);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:16px;display:grid;gap:12px}
.search-card-editorial .thumb{border-radius:18px;overflow:hidden}
.search-card-topline{display:flex;align-items:center;justify-content:space-between;gap:12px}
.search-card-topline .search-score{font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#fe0202}
.search-card-editorial h3{margin:0;font-size:30px;line-height:1.08;letter-spacing:-.04em}
.search-card-editorial .excerpt{margin:0;color:var(--muted)}
.search-card-editorial .search-meta{display:flex;flex-wrap:wrap;gap:12px;color:#6f7682;font-size:14px;font-weight:700}
.search-empty-card h2{font-size:34px}
.search-chip-grid{display:flex;flex-wrap:wrap;gap:10px}
.site-sidebar-unified .social-grid-ref{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:18px 20px}
.site-sidebar-unified .social-grid-ref a{display:flex;align-items:center;gap:12px;min-height:56px;padding:0 16px;border-radius:16px;background:var(--bg-soft);border:1px solid var(--line);font-weight:800;color:var(--text)}
.site-sidebar-unified .social-grid-ref .icon{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:999px;background:#fff;color:#fe0202;border:1px solid rgba(254,2,2,.16)}
.site-sidebar-unified .sidebar-item-ref{display:grid;grid-template-columns:88px 1fr;gap:14px;padding:16px 18px;border-top:1px solid var(--line)}
.site-sidebar-unified .sidebar-item-ref .thumb{overflow:hidden;border-radius:16px}
.site-sidebar-unified .sidebar-item-ref .thumb img{width:100%;height:100%;object-fit:cover}
.site-sidebar-unified .sidebar-item-ref h4{margin:0;font-size:21px;line-height:1.14;letter-spacing:-.03em}
.site-sidebar-unified .card-surtitle{margin-top:8px;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#fe0202}
.site-sidebar-unified .sidebar-item-mostread-ref{grid-template-columns:54px 1fr !important;padding-left:16px !important}
.site-sidebar-unified .sidebar-item-mostread-ref .mostread-rank-ref{align-self:start}
.site-sidebar-unified .sidebar-item-mostread-ref h4{font-size:18px !important}
html[data-theme="dark"] .interior-hero-card,html[data-theme="dark"] .editorial-panel,html[data-theme="dark"] .contact-form-shell-enhanced,html[data-theme="dark"] .search-shortcuts-panel{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important;border-color:rgba(255,255,255,.08)!important;box-shadow:0 16px 34px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .interior-hero-text,html[data-theme="dark"] .editorial-panel p,html[data-theme="dark"] .contact-form-intro,html[data-theme="dark"] .search-card-editorial .excerpt{color:#b8c3d2!important}
html[data-theme="dark"] .interior-hero-pills span,html[data-theme="dark"] .search-shortcuts-chips a,html[data-theme="dark"] .contact-highlight-list li,html[data-theme="dark"] .contact-checklist li,html[data-theme="dark"] .search-chip,html[data-theme="dark"] .search-tool-btn{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .search-tool-link{background:rgba(254,2,2,.12)!important;border-color:rgba(254,2,2,.28)!important;color:#ffd8d8!important}
html[data-theme="dark"] .contact-guidelines-grid article,html[data-theme="dark"] .site-sidebar-unified .social-grid-ref a{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .site-sidebar-unified .social-grid-ref .icon{background:#0d141d!important;border-color:rgba(254,2,2,.22)!important;color:#fff!important}
html[data-theme="dark"] .contact-form-wrap-enhanced fieldset,html[data-theme="dark"] .contact-form-wrap-enhanced input,html[data-theme="dark"] .contact-form-wrap-enhanced textarea,html[data-theme="dark"] .contact-form-wrap-enhanced select,html[data-theme="dark"] .search-form-pro input[type="search"],html[data-theme="dark"] .search-card-editorial{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .contact-form-wrap-enhanced label,html[data-theme="dark"] .search-shortcuts-panel strong{color:#edf2f8!important}
@media (max-width:1180px){.interior-layout-grid{grid-template-columns:1fr}.interior-sidebar{order:2}.contact-info-grid,.editorial-panels-grid,.contact-guidelines-grid,.search-grid-editorial{grid-template-columns:1fr 1fr}}
@media (max-width:760px){.interior-page-wrap{padding-top:18px}.interior-hero-card,.editorial-panel{padding:22px 18px}.interior-hero-card h1{font-size:34px}.search-form-mainline,.contact-info-grid,.editorial-panels-grid,.contact-guidelines-grid,.search-grid-editorial,.site-sidebar-unified .social-grid-ref{grid-template-columns:1fr}.search-submit-primary,.contact-form-wrap-enhanced .submit,.contact-form-wrap-enhanced button{min-width:0;width:100%}.site-sidebar-unified .sidebar-item-ref{grid-template-columns:76px 1fr}.site-sidebar-unified .sidebar-item-ref h4{font-size:18px}}

/* v60 home sections align strictly with top grid */
.page-home .home-wrap-tight > .home-bottom-shell{display:block!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;box-sizing:border-box!important}
.page-home .home-wrap-tight > .home-bottom-shell > .section,
.page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin:0 0 34px 0!important;
  padding:0!important;
  box-sizing:border-box!important;
}
.page-home .home-wrap-tight > .home-bottom-shell > .section:last-child{margin-bottom:0!important}
.page-home .home-wrap-tight > .home-bottom-shell .home-mostread-editorial-section,
.page-home .home-wrap-tight > .home-bottom-shell .home-mostread-editorial-grid,
.page-home .home-wrap-tight > .home-bottom-shell .section-head,
.page-home .home-wrap-tight > .home-bottom-shell .rub-grid{
  max-width:100%!important;
}
@media (max-width:860px){
  .page-home .home-wrap-tight > .home-bottom-shell > .section,
  .page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
  .page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
  .page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{margin-bottom:28px!important}
}

/* v61 final home boxed alignment */
.page-home .home-wrap-tight > .home-bottom-shell{
  width:calc(100% - 36px)!important;
  max-width:calc(var(--container) - 36px)!important;
  margin:0 auto!important;
  padding:0!important;
  box-sizing:border-box!important;
}
.page-home .home-wrap-tight > .home-bottom-shell > .section,
.page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{
  width:100%!important;
  max-width:100%!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:0!important;
  padding-right:0!important;
}
@media (max-width:860px){
  .page-home .home-wrap-tight > .home-bottom-shell{
    width:calc(100% - 28px)!important;
    max-width:calc(100% - 28px)!important;
  }
}

.footer.footer-refined{margin-top:56px;padding:0;border-top:0;background:linear-gradient(180deg,#ffffff 0%,#fbfbfd 100%)}
.footer-refined .footer-inner{position:relative;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(220px,.8fr) minmax(220px,.8fr);gap:28px;padding:34px 0 28px}
.footer-refined .footer-inner:before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,rgba(254,2,2,.35),rgba(22,24,29,.08),rgba(254,2,2,.35))}
.footer-refined .footer-brand-col,.footer-refined .footer-links-col{background:#fff;border:1px solid rgba(22,24,29,.08);border-radius:22px;padding:24px 24px 22px;box-shadow:0 12px 30px rgba(17,24,39,.04)}
.footer-refined .footer-brand{display:inline-flex;flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:14px}
.footer-refined .footer-brand img{height:52px;width:auto;max-width:280px;object-fit:contain}
.footer-refined .footer-brand small{display:inline-flex;align-items:center;gap:8px;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:#7d8594;font-weight:800}
.footer-refined .footer-brand small:before{content:"";width:10px;height:10px;border-radius:999px;background:var(--accent);box-shadow:0 0 0 6px rgba(254,2,2,.08)}
.footer-refined .footer-description{margin:0 0 18px;color:#4b5058;font-size:15px;line-height:1.8;max-width:62ch}
.footer-refined h4{display:flex;align-items:center;gap:10px;margin:0 0 16px;font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:#16181d}
.footer-refined h4:before{content:"";width:26px;height:3px;border-radius:999px;background:var(--accent)}
.footer-refined .footer-links-list{display:grid;gap:8px}
.footer-refined .footer-links-list a{position:relative;display:block;margin:0;padding:10px 14px 10px 16px;border-radius:14px;border:1px solid rgba(22,24,29,.06);background:linear-gradient(180deg,#fff 0%,#fcfcfd 100%);color:#31353d;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,color .18s ease}
.footer-refined .footer-links-list a:before{content:"";position:absolute;left:0;top:10px;bottom:10px;width:4px;border-radius:999px;background:rgba(254,2,2,.18);transition:background .18s ease,transform .18s ease}
.footer-refined .footer-links-list a:hover{transform:translateY(-1px);border-color:rgba(254,2,2,.16);box-shadow:0 10px 22px rgba(17,24,39,.06);color:#16181d}
.footer-refined .footer-links-list a:hover:before{background:var(--accent);transform:scaleY(1.06)}
.footer-refined .footer-socials{display:flex;flex-wrap:wrap;gap:10px;margin-top:6px!important}
.footer-refined .footer-socials a{display:grid;place-items:center;width:44px;height:44px;margin:0;border-radius:999px;border:1px solid rgba(22,24,29,.08);background:#fff;color:#16181d;box-shadow:0 8px 18px rgba(17,24,39,.04);transition:transform .18s ease,background .18s ease,color .18s ease,border-color .18s ease}
.footer-refined .footer-socials a:hover{transform:translateY(-2px);background:var(--accent);color:#fff;border-color:var(--accent)}
.footer-refined .footer-bottom{border-top:1px solid rgba(22,24,29,.08);background:#16181d}
.footer-refined .footer-bottom-inner{padding:16px 0}
.footer-refined .footer-bottom p{margin:0;color:rgba(255,255,255,.78);font-size:13px;line-height:1.7;text-align:center}
.footer-refined .footer-bottom a{display:inline;color:#fff;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.3)}
.footer-refined .footer-bottom a:hover{border-color:#fff}
@media (max-width:1180px){.footer-refined .footer-inner{grid-template-columns:1fr 1fr}.footer-refined .footer-brand-col{grid-column:1/-1}}
@media (max-width:760px){.footer.footer-refined{margin-top:42px}.footer-refined .footer-inner{grid-template-columns:1fr;gap:16px;padding:24px 0 22px}.footer-refined .footer-brand-col,.footer-refined .footer-links-col{padding:20px 18px;border-radius:18px}.footer-refined .footer-bottom p{text-align:left}}

/* footer conventionnel et mode sombre renforcé */
.footer.footer-refined{margin-top:52px;background:#11151c;border-top:4px solid var(--accent);padding:0;border-radius:0!important}
.footer-refined .footer-inner{position:relative;grid-template-columns:minmax(0,1.45fr) minmax(190px,.75fr) minmax(190px,.75fr);gap:28px;padding:26px 0 20px}
.footer-refined .footer-inner:before{display:none}
.footer-refined .footer-brand-col,.footer-refined .footer-links-col{background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0}
.footer-refined .footer-brand{margin-bottom:10px;gap:8px}
.footer-refined .footer-brand img{height:44px;max-width:220px;filter:brightness(1.02)}
.footer-refined .footer-brand small{color:rgba(255,255,255,.62)}
.footer-refined .footer-brand small:before{box-shadow:none;background:var(--accent)}
.footer-refined .footer-description{margin:0 0 14px;max-width:60ch;color:rgba(255,255,255,.78);font-size:14px;line-height:1.7}
.footer-refined h4{margin:0 0 12px;color:#fff;font-size:11px;letter-spacing:.18em}
.footer-refined h4:before{width:22px;height:2px;border-radius:0;background:var(--accent)}
.footer-refined .footer-links-list{gap:2px}
.footer-refined .footer-links-list a{padding:8px 0 8px 16px;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;color:rgba(255,255,255,.8)!important}
.footer-refined .footer-links-list a:before{left:0;top:11px;bottom:11px;width:3px;border-radius:0;background:rgba(254,2,2,.9)}
.footer-refined .footer-links-list a:hover{transform:none;color:#fff!important;text-decoration:none}
.footer-refined .footer-links-list a:hover:before{transform:none;background:#fff}
.footer-refined .footer-socials{gap:8px;margin-top:4px!important}
.footer-refined .footer-socials a{width:38px;height:38px;border-radius:0;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.03)!important;color:#fff;box-shadow:none}
.footer-refined .footer-socials a:hover{background:var(--accent)!important;border-color:var(--accent);transform:none}
.footer-refined .footer-bottom{background:#0a0d12;border-top:1px solid rgba(255,255,255,.1)}
.footer-refined .footer-bottom-inner{padding:12px 0}
.footer-refined .footer-bottom p{font-size:12px;line-height:1.65;color:rgba(255,255,255,.72)}
.footer-refined .footer-bottom a{color:#fff;border:0;text-decoration:none;font-weight:800}
.footer-refined .footer-bottom a:hover{color:#fff;text-decoration:underline}
@media (max-width:860px){.footer-refined .footer-inner{grid-template-columns:1fr;gap:18px;padding:22px 0 18px}}

html[data-theme="dark"] .menuwrap,html[data-theme="dark"] .menu-drawer,html[data-theme="dark"] .latest-track,html[data-theme="dark"] .search-hero form,html[data-theme="dark"] .pagination a,html[data-theme="dark"] .pagination .on,html[data-theme="dark"] .ajax-pager a,html[data-theme="dark"] .comment-form-wrap,html[data-theme="dark"] .comments-refined,html[data-theme="dark"] .comments-shell,html[data-theme="dark"] .comment-form,html[data-theme="dark"] .section-head-inline,html[data-theme="dark"] .section-head,html[data-theme="dark"] .home-mostread-inline-section,html[data-theme="dark"] .home-mostread-editorial-section,html[data-theme="dark"] .home-mostread-editorial-grid,html[data-theme="dark"] .lireaussi-refined,html[data-theme="dark"] .read-more-card,html[data-theme="dark"] .mostread-card-editorial,html[data-theme="dark"] .sidebar-item-mostread-ref,html[data-theme="dark"] .comment-form input,html[data-theme="dark"] .comment-form textarea,html[data-theme="dark"] .comment-form select{border-color:rgba(255,255,255,.09)!important}
html[data-theme="dark"] p,html[data-theme="dark"] li,html[data-theme="dark"] dd,html[data-theme="dark"] dt,html[data-theme="dark"] figcaption,html[data-theme="dark"] .article-body-ref blockquote,html[data-theme="dark"] .article-body-ref li,html[data-theme="dark"] .article-meta-strip,html[data-theme="dark"] .article-breadcrumb-ref,html[data-theme="dark"] .comment-item p,html[data-theme="dark"] .comment-form label,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .rub-card-meta,html[data-theme="dark"] .home-mostread-lead p,html[data-theme="dark"] .sidebar-item-body p,html[data-theme="dark"] .search-card-advanced p,html[data-theme="dark"] .contact-form-wrap p{color:var(--muted)!important}
html[data-theme="dark"] a,html[data-theme="dark"] .article-body-ref a,html[data-theme="dark"] .page-card a,html[data-theme="dark"] .author-card a,html[data-theme="dark"] .sidebar-module a,html[data-theme="dark"] .rub-feature a,html[data-theme="dark"] .rub-mini a,html[data-theme="dark"] .compact-card a{color:inherit}
html[data-theme="dark"] .article-body-ref a,html[data-theme="dark"] .footer-refined a:hover,html[data-theme="dark"] .mainmenu a:hover,html[data-theme="dark"] .menu-drawer-nav a:hover,html[data-theme="dark"] .header-search-link:hover{color:#fff!important}
html[data-theme="dark"] .menuwrap{background:#121821;border-bottom-color:rgba(255,255,255,.08)}
html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .header-search-link{color:#edf2f7}
html[data-theme="dark"] .menu-burger{border-color:rgba(255,255,255,.12);background:#151c25;color:#fff}
html[data-theme="dark"] .menu-burger span{background:#fff}
html[data-theme="dark"] .home-mostread-card,html[data-theme="dark"] .home-mostread-lead,html[data-theme="dark"] .home-mostread-item,html[data-theme="dark"] .mostread-row,html[data-theme="dark"] .sidebar-item-mostread-ref,html[data-theme="dark"] .lireaussi-card,html[data-theme="dark"] .related-card,html[data-theme="dark"] .archive-feed article,html[data-theme="dark"] .rubrique-feed article,html[data-theme="dark"] .search-card-advanced,html[data-theme="dark"] .contact-form-wrap,html[data-theme="dark"] .comment-form-wrap{background:var(--card)!important;box-shadow:0 14px 32px rgba(0,0,0,.22)!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum,html[data-theme="dark"] .comment-form-wrap form{background:linear-gradient(180deg,#121923 0%,#0f151e 100%)!important;border-color:rgba(255,255,255,.12)!important;box-shadow:0 18px 40px rgba(0,0,0,.32)!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum fieldset,html[data-theme="dark"] .comment-form-wrap form fieldset{border-color:rgba(255,255,255,.14)!important;background:rgba(255,255,255,.02)!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum h3,html[data-theme="dark"] .comment-form-wrap form h3,html[data-theme="dark"] .comment-form-wrap .formulaire_forum legend,html[data-theme="dark"] .comment-form-wrap form legend{color:#ff5b5b!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum .session,html[data-theme="dark"] .comment-form-wrap form .session{background:rgba(255,255,255,.03)!important;border-color:rgba(255,255,255,.1)!important;color:#e8edf5!important}
html[data-theme="dark"] .comment-form-wrap label,html[data-theme="dark"] .comment-form-wrap .explication,html[data-theme="dark"] .comment-form-wrap .notice,html[data-theme="dark"] .comment-form-wrap .session,html[data-theme="dark"] .comment-form-wrap .session a,html[data-theme="dark"] .comment-form-wrap p{color:#cdd6e3!important}
html[data-theme="dark"] .comment-form-wrap input,html[data-theme="dark"] .comment-form-wrap textarea,html[data-theme="dark"] .comment-form-wrap select{background:#08111d!important;border-color:rgba(255,255,255,.12)!important;color:#f5f7fb!important;box-shadow:inset 0 1px 2px rgba(0,0,0,.22)!important}
html[data-theme="dark"] .comment-form-wrap input::placeholder,html[data-theme="dark"] .comment-form-wrap textarea::placeholder{color:#7f8aa0!important}
html[data-theme="dark"] .comment-form-wrap input:focus,html[data-theme="dark"] .comment-form-wrap textarea:focus,html[data-theme="dark"] .comment-form-wrap select:focus{border-color:rgba(254,2,2,.55)!important;box-shadow:0 0 0 4px rgba(254,2,2,.14)!important;background:#0b1522!important}
html[data-theme="dark"] .comment-form-wrap .boutons input,html[data-theme="dark"] .comment-form-wrap .boutons button,html[data-theme="dark"] .comment-form-wrap .submit{color:#fff!important}
html[data-theme="dark"] .article-body-ref strong,html[data-theme="dark"] .article-body-ref b,html[data-theme="dark"] .article-body-ref h2,html[data-theme="dark"] .article-body-ref h3,html[data-theme="dark"] .article-body-ref h4,html[data-theme="dark"] .article-body-ref h5,html[data-theme="dark"] .article-body-ref h6,html[data-theme="dark"] .article-standfirst-text,html[data-theme="dark"] .meta-badge strong,html[data-theme="dark"] .comment-author,html[data-theme="dark"] .section-head-inline h2,html[data-theme="dark"] .section-head h2,html[data-theme="dark"] .footer-refined h4{color:#f5f7fb!important}
html[data-theme="dark"] .article-body-ref blockquote{background:#121923;border-left:4px solid var(--accent);color:#dce4ee}
html[data-theme="dark"] .article-body-ref hr{border-color:rgba(255,255,255,.1)}
html[data-theme="dark"] .meta-badge,html[data-theme="dark"] .author-avatar,html[data-theme="dark"] .comment-avatar,html[data-theme="dark"] .badge,html[data-theme="dark"] .page-surtitle,html[data-theme="dark"] .card-surtitle{box-shadow:none}
html[data-theme="dark"] .comment-form input::placeholder,html[data-theme="dark"] .comment-form textarea::placeholder,html[data-theme="dark"] input::placeholder,html[data-theme="dark"] textarea::placeholder{color:#8190a3}
html[data-theme="dark"] .theme-toggle{border-color:rgba(255,255,255,.18);background:#171f2a}

/* v30 dark mode, share rail, latest strip and rubrique fixes */
.share-label-vertical{display:flex;flex-direction:column;align-items:center;gap:8px;color:#222630}
.share-label-vertical .share-count{display:inline-flex;align-items:center;justify-content:center;min-width:74px;padding:6px 10px;border-radius:999px;background:#f3f5f8;color:#616978;font-size:11px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}
.share-buttons{display:grid;gap:12px}
.share-buttons a,.share-buttons button{display:inline-flex;align-items:center;justify-content:center;width:64px;height:54px;border-radius:14px;border:1px solid #e8ecf2;background:linear-gradient(180deg,#fff 0%,#f7f9fc 100%);color:#5a6780;box-shadow:0 10px 24px rgba(17,20,31,.06);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease,color .2s ease;cursor:pointer}
.share-buttons a:hover,.share-buttons button:hover{transform:translateY(-2px);border-color:rgba(254,2,2,.26);color:var(--accent);box-shadow:0 14px 28px rgba(17,20,31,.12)}
.share-buttons a[aria-label="facebook"]{color:#1877f2}.share-buttons a[aria-label="x"]{color:#111}.share-buttons a[aria-label="linkedin"]{color:#0a66c2}.share-buttons a[aria-label="whatsapp"]{color:#20b874}.share-copy-btn{color:#596579}.share-print-btn{color:#6d7fbe}
.share-buttons svg{width:22px;height:22px}
.latest-strip{background:#fff}.latest-label{box-shadow:inset 0 0 0 1px rgba(254,2,2,.05)}
.latest-links a{font-weight:900}.latest-links a:after{width:6px;height:6px}
html[data-theme="dark"] .latest-strip{background:#10161f;border-bottom-color:rgba(255,255,255,.08)}
html[data-theme="dark"] .latest-label{background:rgba(254,2,2,.14)!important;color:#fe0202!important;box-shadow:inset 0 0 0 1px rgba(254,2,2,.2)}
html[data-theme="dark"] .latest-track:after{background:linear-gradient(90deg,rgba(16,22,31,0),#10161f)}
html[data-theme="dark"] .latest-links a{color:#eef3fa!important}
html[data-theme="dark"] .latest-links a:hover{color:#fe0202!important}
html[data-theme="dark"] .share-label-vertical{color:#e7edf6!important}
html[data-theme="dark"] .share-label-vertical .share-count{background:#141d28!important;color:#a9b5c7!important;border:1px solid rgba(255,255,255,.08)}
html[data-theme="dark"] .share-buttons a,html[data-theme="dark"] .share-buttons button{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important;border-color:rgba(255,255,255,.1)!important;box-shadow:0 14px 28px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .share-buttons a:hover,html[data-theme="dark"] .share-buttons button:hover{border-color:rgba(254,2,2,.34)!important;box-shadow:0 18px 32px rgba(0,0,0,.36)!important}
html[data-theme="dark"] .share-buttons a[aria-label="facebook"]{color:#7fb2ff!important}
html[data-theme="dark"] .share-buttons a[aria-label="x"]{color:#f5f7fb!important}
html[data-theme="dark"] .share-buttons a[aria-label="linkedin"]{color:#68b1ff!important}
html[data-theme="dark"] .share-buttons a[aria-label="whatsapp"]{color:#4be3a0!important}
html[data-theme="dark"] .share-copy-btn{color:#c9d4e3!important}html[data-theme="dark"] .share-print-btn{color:#b9c7ff!important}
html[data-theme="dark"] .rubrique-feed article,html[data-theme="dark"] .archive-grid.rubrique-main-grid article{background:linear-gradient(180deg,#131a24 0%,#0e141d 100%)!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 16px 34px rgba(0,0,0,.26)!important}
html[data-theme="dark"] .rubrique-feed article h3 a,html[data-theme="dark"] .rubrique-feed article .author,html[data-theme="dark"] .rubrique-feed article .meta,html[data-theme="dark"] .rubrique-feed article .excerpt,html[data-theme="dark"] .rubrique-sidebar .sidebar-item h4 a,html[data-theme="dark"] .rubrique-sidebar .headline-item a,html[data-theme="dark"] .rubrique-sidebar .quick-links a{color:#edf2f8!important}
html[data-theme="dark"] .rubrique-feed article .excerpt,html[data-theme="dark"] .rubrique-feed article .meta,html[data-theme="dark"] .rubrique-sidebar .catline a{color:#aab5c5!important}
html[data-theme="dark"] .rubrique-loadmore-btn{background:linear-gradient(180deg,var(--accent) 0%,#fe0202 100%)!important;border-color:transparent!important;color:#fff!important;box-shadow:0 16px 28px rgba(254,2,2,.22)!important}
html[data-theme="dark"] .rubrique-sidebar .compact-box,html[data-theme="dark"] .rubrique-sidebar .compact-sidebar-card{background:linear-gradient(180deg,#131a24 0%,#0e141d 100%)!important;border-color:rgba(255,255,255,.08)!important}

/* v33 menu rouge en mode sombre + module en ce moment */
.latest-label{font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:none}
.moment-strip{background:#fff;border-bottom:1px solid var(--line)}
.moment-strip .container{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:18px;padding:10px 18px}
.moment-track:after{background:linear-gradient(90deg,rgba(255,255,255,0),#fff)}
.moment-links a{font-weight:900;color:#1a1d22}
.moment-links a:hover{color:var(--accent)}
.latest-strip .container,.moment-strip .container{padding-top:11px;padding-bottom:11px}
html[data-theme="dark"] .menuwrap{background:#fe0202!important;border-bottom-color:rgba(255,255,255,.16)!important}
html[data-theme="dark"] .menu-drawer{background:#d80000!important;border-bottom-color:rgba(255,255,255,.14)!important}
html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .header-search-link,html[data-theme="dark"] .social-icons a,html[data-theme="dark"] .menu-tools .theme-toggle{color:#fff!important}
html[data-theme="dark"] .mainmenu a.is-hot,html[data-theme="dark"] .mainmenu a:hover{color:#fff!important;opacity:1}
html[data-theme="dark"] .mainmenu a:after{background:#fff!important}
html[data-theme="dark"] .menu-burger{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.2)!important;color:#fff!important}
html[data-theme="dark"] .theme-toggle{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.2)!important;color:#fff!important}
html[data-theme="dark"] .menu-burger span{background:#fff!important}
html[data-theme="dark"] .moment-strip,html[data-theme="dark"] .latest-strip{background:#10161f!important;border-bottom-color:rgba(255,255,255,.08)!important}
html[data-theme="dark"] .moment-track,html[data-theme="dark"] .latest-track,html[data-theme="dark"] .moment-links,html[data-theme="dark"] .latest-links{background:#10161f!important}
html[data-theme="dark"] .moment-track:after,html[data-theme="dark"] .latest-track:after{background:linear-gradient(90deg,rgba(16,22,31,0),#10161f)!important}
html[data-theme="dark"] .moment-links a,html[data-theme="dark"] .latest-links a{color:#edf2f8!important}
html[data-theme="dark"] .latest-label{background:rgba(254,2,2,.16)!important;border-color:rgba(254,2,2,.26)!important;color:#ffd7d7!important}
@media (max-width:860px){.moment-strip .container,.latest-strip .container{grid-template-columns:1fr;gap:10px}.moment-strip,.latest-strip{margin-top:0}.moment-strip .latest-label,.latest-strip .latest-label{justify-self:start}}

/* v34 footer, menu rouge #fe0202 et bouton thème en sidebar */
.menuwrap{background:#fe0202!important;border-bottom:0!important;box-shadow:0 12px 28px rgba(35,10,10,.12)!important}
.menuwrap .container{min-height:80px}
.menu-drawer{background:#e10202!important;border-bottom:0!important;box-shadow:0 18px 32px rgba(35,10,10,.18)!important}
.mainmenu a.is-hot:after,.mainmenu a:hover:after{background:#fff!important}
html[data-theme="dark"] .menuwrap{background:#fe0202!important;border-bottom:0!important;box-shadow:0 12px 28px rgba(0,0,0,.24)!important}
html[data-theme="dark"] .menu-drawer{background:#e10202!important;border-bottom:0!important;box-shadow:0 18px 32px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .header-search-link,html[data-theme="dark"] .social-icons a,html[data-theme="dark"] .menu-tools .theme-toggle{color:#fff!important}
html[data-theme="dark"] .mainmenu a.is-hot:after,html[data-theme="dark"] .mainmenu a:hover:after{background:#fff!important}

.footer-refined{position:relative;background:linear-gradient(180deg,#0a111a 0%,#070d14 100%);border-top:4px solid #fe0202;color:#d7dee9}
.footer-refined:before{content:"";position:absolute;inset:0 0 auto 0;height:1px;background:rgba(255,255,255,.08)}
.footer-inner{display:grid;grid-template-columns:minmax(260px,1.2fr) .95fr .75fr .75fr;gap:34px;padding:34px 0 26px}
.footer-brand{display:grid;gap:12px;align-content:start}
.footer-brand img{height:52px;width:auto}
.footer-brand small{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:#f6f8fb;font-weight:800}
.footer-description{max-width:48ch;margin:0;color:#c4cddd;line-height:1.75;font-size:16px}
.footer-links-col h4{margin:0 0 14px;font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:#f7f9fc;font-weight:900}
.footer-links-list{display:grid;gap:12px}
.footer-links-list-columns{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:18px;row-gap:12px}
.footer-links-list a{display:inline-flex;align-items:center;gap:10px;color:#d7dee9;font-weight:700;line-height:1.4}
.footer-links-list a:before{content:"";width:5px;height:5px;border-radius:999px;background:#fe0202;flex:0 0 5px;box-shadow:0 0 0 6px rgba(254,2,2,.08)}
.footer-links-list a:hover{color:#fff}
.footer-socials{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}
.footer-socials a{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.02);color:#fff}
.footer-socials a:hover{border-color:rgba(254,2,2,.36);background:rgba(254,2,2,.12);color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.16)}
.footer-bottom-inner{display:flex;justify-content:center;padding:16px 0}
.footer-bottom p{margin:0;text-align:center;font-size:14px;line-height:1.6;color:#c9d2df}
.footer-bottom a{color:#fff;font-weight:800}
.footer-bottom a:hover{color:#fff}
html[data-theme="dark"] .footer-refined{background:linear-gradient(180deg,#071018 0%,#04080e 100%);color:#d7dee9}
html[data-theme="dark"] .footer-links-list a,html[data-theme="dark"] .footer-description,html[data-theme="dark"] .footer-bottom p{color:#d7dee9!important}
html[data-theme="dark"] .footer-socials a{border-color:rgba(255,255,255,.12)!important;background:rgba(255,255,255,.02)!important;color:#fff!important}
html[data-theme="dark"] .footer-socials a:hover{background:rgba(254,2,2,.14)!important;border-color:rgba(254,2,2,.4)!important}

.sidebar-theme-module,.home-theme-module{overflow:hidden}
.sidebar-theme-box{display:grid;gap:14px;padding:18px 20px;background:linear-gradient(180deg,#fff 0%,#fbfcfe 100%)}
.sidebar-theme-box p{margin:0;color:#5c6472;line-height:1.65;font-size:14px}
.sidebar-theme-toggle{width:100%!important;height:52px!important;border-radius:16px!important;grid-template-columns:24px 1fr;justify-content:start!important;gap:12px;padding:0 16px!important;background:linear-gradient(180deg,#fe0202 0%,#fe0202 100%)!important;border:0!important;box-shadow:0 14px 28px rgba(254,2,2,.24)!important;color:#fff!important}
.sidebar-theme-toggle:hover{background:linear-gradient(180deg,#ff1919 0%,#fe0202 100%)!important;transform:translateY(-2px)!important}
.sidebar-theme-toggle .sidebar-theme-toggle-icon{position:relative;display:inline-grid;place-items:center;width:22px;height:22px}
.sidebar-theme-toggle .sidebar-theme-toggle-icon svg{position:absolute;width:18px;height:18px}
.sidebar-theme-toggle .theme-toggle-sun{opacity:0;transform:scale(.72) rotate(-35deg)}
html[data-theme="dark"] .sidebar-theme-toggle .theme-toggle-moon{opacity:0;transform:scale(.72) rotate(35deg)}
html[data-theme="dark"] .sidebar-theme-toggle .theme-toggle-sun{opacity:1;transform:scale(1) rotate(0)}
.sidebar-theme-toggle-label{font-size:14px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.site-sidebar-unified .sidebar-theme-module .module-tag::after,.rubrique-sidebar .sidebar-theme-module .module-tag::after{background:#fff}
html[data-theme="dark"] .sidebar-theme-box{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important}
html[data-theme="dark"] .sidebar-theme-box p{color:#b8c3d2!important}
html[data-theme="dark"] .sidebar-theme-toggle{box-shadow:0 16px 30px rgba(0,0,0,.3)!important}

@media (max-width:1180px){.footer-inner{grid-template-columns:1fr 1fr}.footer-brand-col{grid-column:1/-1}}
@media (max-width:760px){.footer-inner{grid-template-columns:1fr;gap:24px;padding:28px 0 20px}.footer-links-list-columns{grid-template-columns:1fr 1fr}.footer-brand img{height:46px}.footer-description{font-size:15px}.footer-bottom-inner{padding:14px 0}.footer-bottom p{font-size:13px}.sidebar-theme-box{padding:16px}}

/* v44 pages intérieures unifiées : sidebar, contact, recherche */
.interior-page-wrap{padding-top:26px;padding-bottom:34px}
.interior-layout-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px;align-items:start}
.interior-main-content{display:grid;gap:22px;min-width:0}
.interior-sidebar{display:grid;gap:22px}
.interior-sidebar .side-module{background:var(--card);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);overflow:hidden}
.interior-hero-card,.editorial-panel{background:var(--card);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);padding:28px 30px}
.interior-hero-card h1,.editorial-panel h2{margin:0 0 10px;line-height:1.02;letter-spacing:-.04em}
.interior-hero-card h1{font-size:44px}
.interior-hero-text,.editorial-panel p{color:var(--muted);font-size:17px;line-height:1.78}
.panel-kicker,.page-surtitle{display:inline-flex;align-items:center;gap:12px;margin-bottom:16px;color:#fe0202;font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}
.panel-kicker:before,.page-surtitle:before{content:"";width:48px;height:4px;border-radius:999px;background:#fe0202}
.interior-hero-pills,.search-shortcuts-chips,.contact-highlight-list,.contact-checklist{display:flex;flex-wrap:wrap;gap:10px}
.interior-hero-pills span,.search-shortcuts-chips a,.contact-highlight-list li,.contact-checklist li,.search-chip{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 16px;border-radius:999px;border:1px solid rgba(254,2,2,.16);background:#fff5f5;color:#7f1d1d;font-size:13px;font-weight:800}
.contact-info-grid,.editorial-panels-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.contact-checklist,.contact-highlight-list{padding:0;margin:14px 0 0;list-style:none}
.panel-linkline a{display:inline-flex;align-items:center;gap:10px;font-weight:900;color:#fe0202}
.contact-guidelines-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:16px}
.contact-guidelines-grid article{padding:18px;border-radius:18px;background:var(--bg-soft);border:1px solid var(--line)}
.contact-guidelines-grid strong{display:block;margin-bottom:10px;font-size:15px;letter-spacing:-.02em}
.contact-form-shell-enhanced{padding:22px;border-radius:24px;background:linear-gradient(180deg,#fff, #fbfcfe);border:1px solid var(--line)}
.contact-form-wrap-enhanced{display:grid;gap:16px}
.contact-form-wrap-enhanced form{display:grid;gap:16px}
.contact-form-wrap-enhanced fieldset{margin:0;padding:18px;border:1px solid var(--line);border-radius:20px;background:var(--card)}
.contact-form-wrap-enhanced .editer,.contact-form-wrap-enhanced .fieldset .editer{margin-bottom:14px}
.contact-form-wrap-enhanced label{display:block;margin-bottom:8px;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#2a313d}
.contact-form-wrap-enhanced input,.contact-form-wrap-enhanced textarea,.contact-form-wrap-enhanced select{width:100%;border:1px solid var(--line-strong);border-radius:16px;padding:14px 16px;background:#fff;color:var(--text)}
.contact-form-wrap-enhanced textarea{min-height:180px;resize:vertical}
.contact-form-wrap-enhanced .boutons{display:flex;justify-content:flex-start}
.contact-form-wrap-enhanced .submit,.contact-form-wrap-enhanced button{display:inline-flex;align-items:center;justify-content:center;min-width:220px;min-height:52px;padding:0 24px;border:0;border-radius:999px;background:#fe0202;color:#fff;font-weight:900;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 16px 32px rgba(254,2,2,.22)}
.search-hero-card{gap:18px}
.search-form-pro{display:grid;gap:14px;margin-top:18px}
.search-form-mainline{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px}
.search-form-pro input[type="search"]{height:58px;padding:0 18px;border:1px solid var(--line-strong);border-radius:18px;background:var(--card);font-size:17px}
.search-submit-primary{min-width:220px;height:58px;border:0;border-radius:18px;background:#fe0202;color:#fff;font-weight:900;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 18px 34px rgba(254,2,2,.24)}
.search-form-tools{display:flex;flex-wrap:wrap;gap:10px}
.search-tool-btn,.search-tool-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;border:1px solid var(--line);background:var(--bg-soft);color:var(--text);font-size:13px;font-weight:800}
.search-tool-link{border-color:rgba(254,2,2,.18);background:#fff5f5;color:#fe0202}
.search-shortcuts-panel{display:grid;gap:12px;padding:18px;border-radius:22px;background:linear-gradient(180deg,#fff,#fbfcfe);border:1px solid var(--line)}
.search-shortcuts-panel strong{font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:#1a2230}
.search-metrics-row-enhanced{margin:0}
.search-results-panel .search-block-head,.search-block-taxonomy .search-block-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}
.search-results-panel .search-block-head span,.search-block-taxonomy .search-block-head span{font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#fe0202}
.search-grid-editorial{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.search-card-editorial{background:var(--card);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:16px;display:grid;gap:12px}
.search-card-editorial .thumb{border-radius:18px;overflow:hidden}
.search-card-topline{display:flex;align-items:center;justify-content:space-between;gap:12px}
.search-card-topline .search-score{font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#fe0202}
.search-card-editorial h3{margin:0;font-size:30px;line-height:1.08;letter-spacing:-.04em}
.search-card-editorial .excerpt{margin:0;color:var(--muted)}
.search-card-editorial .search-meta{display:flex;flex-wrap:wrap;gap:12px;color:#6f7682;font-size:14px;font-weight:700}
.search-empty-card h2{font-size:34px}
.search-chip-grid{display:flex;flex-wrap:wrap;gap:10px}
.site-sidebar-unified .social-grid-ref{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:18px 20px}
.site-sidebar-unified .social-grid-ref a{display:flex;align-items:center;gap:12px;min-height:56px;padding:0 16px;border-radius:16px;background:var(--bg-soft);border:1px solid var(--line);font-weight:800;color:var(--text)}
.site-sidebar-unified .social-grid-ref .icon{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:999px;background:#fff;color:#fe0202;border:1px solid rgba(254,2,2,.16)}
.site-sidebar-unified .sidebar-item-ref{display:grid;grid-template-columns:88px 1fr;gap:14px;padding:16px 18px;border-top:1px solid var(--line)}
.site-sidebar-unified .sidebar-item-ref .thumb{overflow:hidden;border-radius:16px}
.site-sidebar-unified .sidebar-item-ref .thumb img{width:100%;height:100%;object-fit:cover}
.site-sidebar-unified .sidebar-item-ref h4{margin:0;font-size:21px;line-height:1.14;letter-spacing:-.03em}
.site-sidebar-unified .card-surtitle{margin-top:8px;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#fe0202}
.site-sidebar-unified .sidebar-item-mostread-ref{grid-template-columns:54px 1fr !important;padding-left:16px !important}
.site-sidebar-unified .sidebar-item-mostread-ref .mostread-rank-ref{align-self:start}
.site-sidebar-unified .sidebar-item-mostread-ref h4{font-size:18px !important}
html[data-theme="dark"] .interior-hero-card,html[data-theme="dark"] .editorial-panel,html[data-theme="dark"] .contact-form-shell-enhanced,html[data-theme="dark"] .search-shortcuts-panel{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important;border-color:rgba(255,255,255,.08)!important;box-shadow:0 16px 34px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .interior-hero-text,html[data-theme="dark"] .editorial-panel p,html[data-theme="dark"] .contact-form-intro,html[data-theme="dark"] .search-card-editorial .excerpt{color:#b8c3d2!important}
html[data-theme="dark"] .interior-hero-pills span,html[data-theme="dark"] .search-shortcuts-chips a,html[data-theme="dark"] .contact-highlight-list li,html[data-theme="dark"] .contact-checklist li,html[data-theme="dark"] .search-chip,html[data-theme="dark"] .search-tool-btn{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .search-tool-link{background:rgba(254,2,2,.12)!important;border-color:rgba(254,2,2,.28)!important;color:#ffd8d8!important}
html[data-theme="dark"] .contact-guidelines-grid article,html[data-theme="dark"] .site-sidebar-unified .social-grid-ref a{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .site-sidebar-unified .social-grid-ref .icon{background:#0d141d!important;border-color:rgba(254,2,2,.22)!important;color:#fff!important}
html[data-theme="dark"] .contact-form-wrap-enhanced fieldset,html[data-theme="dark"] .contact-form-wrap-enhanced input,html[data-theme="dark"] .contact-form-wrap-enhanced textarea,html[data-theme="dark"] .contact-form-wrap-enhanced select,html[data-theme="dark"] .search-form-pro input[type="search"],html[data-theme="dark"] .search-card-editorial{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .contact-form-wrap-enhanced label,html[data-theme="dark"] .search-shortcuts-panel strong{color:#edf2f8!important}
@media (max-width:1180px){.interior-layout-grid{grid-template-columns:1fr}.interior-sidebar{order:2}.contact-info-grid,.editorial-panels-grid,.contact-guidelines-grid,.search-grid-editorial{grid-template-columns:1fr 1fr}}
@media (max-width:760px){.interior-page-wrap{padding-top:18px}.interior-hero-card,.editorial-panel{padding:22px 18px}.interior-hero-card h1{font-size:34px}.search-form-mainline,.contact-info-grid,.editorial-panels-grid,.contact-guidelines-grid,.search-grid-editorial,.site-sidebar-unified .social-grid-ref{grid-template-columns:1fr}.search-submit-primary,.contact-form-wrap-enhanced .submit,.contact-form-wrap-enhanced button{min-width:0;width:100%}.site-sidebar-unified .sidebar-item-ref{grid-template-columns:76px 1fr}.site-sidebar-unified .sidebar-item-ref h4{font-size:18px}}

/* v60 home sections align strictly with top grid */
.page-home .home-wrap-tight > .home-bottom-shell{display:block!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;box-sizing:border-box!important}
.page-home .home-wrap-tight > .home-bottom-shell > .section,
.page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin:0 0 34px 0!important;
  padding:0!important;
  box-sizing:border-box!important;
}
.page-home .home-wrap-tight > .home-bottom-shell > .section:last-child{margin-bottom:0!important}
.page-home .home-wrap-tight > .home-bottom-shell .home-mostread-editorial-section,
.page-home .home-wrap-tight > .home-bottom-shell .home-mostread-editorial-grid,
.page-home .home-wrap-tight > .home-bottom-shell .section-head,
.page-home .home-wrap-tight > .home-bottom-shell .rub-grid{
  max-width:100%!important;
}
@media (max-width:860px){
  .page-home .home-wrap-tight > .home-bottom-shell > .section,
  .page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
  .page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
  .page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{margin-bottom:28px!important}
}

/* v61 final home boxed alignment */
.page-home .home-wrap-tight > .home-bottom-shell{
  width:calc(100% - 36px)!important;
  max-width:calc(var(--container) - 36px)!important;
  margin:0 auto!important;
  padding:0!important;
  box-sizing:border-box!important;
}
.page-home .home-wrap-tight > .home-bottom-shell > .section,
.page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{
  width:100%!important;
  max-width:100%!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:0!important;
  padding-right:0!important;
}
@media (max-width:860px){
  .page-home .home-wrap-tight > .home-bottom-shell{
    width:calc(100% - 28px)!important;
    max-width:calc(100% - 28px)!important;
  }
}

.theme-toggle{display:inline-grid;place-items:center;position:relative;width:36px;height:36px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:rgba(255,255,255,.08);color:#fff;cursor:pointer;transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease}
.theme-toggle:hover{background:rgba(255,255,255,.16);transform:translateY(-1px)}
.theme-toggle svg{position:absolute;width:16px;height:16px;transition:opacity .22s ease,transform .22s ease}
.theme-toggle-sun{opacity:0;transform:scale(.7) rotate(-35deg)}
html[data-theme="dark"] .theme-toggle-moon{opacity:0;transform:scale(.7) rotate(35deg)}
html[data-theme="dark"] .theme-toggle-sun{opacity:1;transform:scale(1) rotate(0)}

html[data-theme="dark"]{--bg:#0f131a;--bg-soft:#141a23;--text:#eef2f7;--muted:#aab4c3;--line:#262e39;--line-strong:#36404d;--card:#161d27;--shadow:0 14px 36px rgba(0,0,0,.34)}
html[data-theme="dark"] body{background:var(--bg);color:var(--text)}
html[data-theme="dark"] .page-home,html[data-theme="dark"] .page-article,html[data-theme="dark"] .page-rubrique,html[data-theme="dark"] .page-default,html[data-theme="dark"] .page-search{background:var(--bg)}
html[data-theme="dark"] .latest-strip{background:#121823;border-color:rgba(255,255,255,.08)}
html[data-theme="dark"] .latest-label{background:rgba(255,255,255,.08);color:#fff0f0}
html[data-theme="dark"] .latest-links a{color:#f2f4f7}
html[data-theme="dark"] .latest-links a:hover{color:#fff}
html[data-theme="dark"] .card,html[data-theme="dark"] .card,html[data-theme="dark"] .page-card,html[data-theme="dark"] .author-card,html[data-theme="dark"] .sidebar-module,html[data-theme="dark"] .article-authorbox,html[data-theme="dark"] .archive-feed article,html[data-theme="dark"] .rubrique-feed article,html[data-theme="dark"] .comment-item,html[data-theme="dark"] .footer-refined .footer-brand-col,html[data-theme="dark"] .footer-refined .footer-links-col{background:var(--card)!important;border-color:rgba(255,255,255,.08)!important;box-shadow:0 16px 40px rgba(0,0,0,.24)!important}
html[data-theme="dark"] .home-hero-card,html[data-theme="dark"] .rub-feature,html[data-theme="dark"] .rub-mini,html[data-theme="dark"] .compact-card,html[data-theme="dark"] .sidebar-item,html[data-theme="dark"] .sidebar-item-ref{background:var(--card)!important;border-color:rgba(255,255,255,.08)!important}
html[data-theme="dark"] .archive-head p,html[data-theme="dark"] .search-hero p,html[data-theme="dark"] .page-card p,html[data-theme="dark"] .error-hero p,html[data-theme="dark"] .footer-refined .footer-description,html[data-theme="dark"] .footer p,html[data-theme="dark"] .footer a,html[data-theme="dark"] .mostread-meta-ref,html[data-theme="dark"] .meta-badge small,html[data-theme="dark"] .meta-read span,html[data-theme="dark"] .card-excerpt,html[data-theme="dark"] .article-body-ref p{color:var(--muted)!important}
html[data-theme="dark"] h1,html[data-theme="dark"] h2,html[data-theme="dark"] h3,html[data-theme="dark"] h4,html[data-theme="dark"] h5,html[data-theme="dark"] h6,html[data-theme="dark"] .card-title,html[data-theme="dark"] .article-title-ref,html[data-theme="dark"] .author-mainline strong,html[data-theme="dark"] .meta-badge em{color:var(--text)!important}
html[data-theme="dark"] input,html[data-theme="dark"] textarea,html[data-theme="dark"] select{background:#10161f;color:var(--text);border-color:#303a47}
html[data-theme="dark"] .footer-refined .footer-links-list a{background:linear-gradient(180deg,#151c26 0%,#111822 100%);color:#e8edf4;border-color:rgba(255,255,255,.06)}
html[data-theme="dark"] .footer-refined .footer-socials a{background:#121924;border-color:rgba(255,255,255,.08);color:#f3f5f8;box-shadow:none}
html[data-theme="dark"] .footer-refined .footer-bottom{background:#0a0d12;border-color:rgba(255,255,255,.07)}
html[data-theme="dark"] .footer-refined .footer-bottom p{color:rgba(255,255,255,.72)}
html[data-theme="dark"] .footer-refined .footer-bottom a{color:#fff;border-color:rgba(255,255,255,.28)}

.footer.footer-refined{margin-top:46px}
.footer-refined .footer-inner{grid-template-columns:minmax(0,1.4fr) minmax(190px,.7fr) minmax(190px,.7fr);gap:18px;padding:24px 0 18px}
.footer-refined .footer-brand-col,.footer-refined .footer-links-col{padding:18px 18px 16px;border-radius:18px}
.footer-refined .footer-brand{margin-bottom:10px;gap:8px}
.footer-refined .footer-brand img{height:46px;max-width:230px}
.footer-refined .footer-brand small{font-size:10px;letter-spacing:.14em}
.footer-refined .footer-description{margin:0 0 14px;font-size:14px;line-height:1.65;max-width:56ch}
.footer-refined h4{margin:0 0 12px;font-size:11px;letter-spacing:.16em}
.footer-refined .footer-links-list{gap:6px}
.footer-refined .footer-links-list a{padding:9px 12px 9px 14px;border-radius:12px;font-size:14px;line-height:1.35}
.footer-refined .footer-links-list a:before{top:8px;bottom:8px;width:3px}
.footer-refined .footer-socials{gap:8px;margin-top:2px!important}
.footer-refined .footer-socials a{width:40px;height:40px}
.footer-refined .footer-bottom-inner{padding:12px 0}
.footer-refined .footer-bottom p{font-size:12px;line-height:1.6}
.footer-refined .footer-bottom a{font-weight:800}
@media (max-width:760px){.footer.footer-refined{margin-top:38px}.footer-refined .footer-inner{padding:18px 0 16px}.footer-refined .footer-brand-col,.footer-refined .footer-links-col{padding:16px 15px 14px}.footer-refined .footer-brand img{height:40px}}

/* footer conventionnel et mode sombre renforcé */
.footer.footer-refined{margin-top:52px;background:#11151c;border-top:4px solid var(--accent);padding:0;border-radius:0!important}
.footer-refined .footer-inner{position:relative;grid-template-columns:minmax(0,1.45fr) minmax(190px,.75fr) minmax(190px,.75fr);gap:28px;padding:26px 0 20px}
.footer-refined .footer-inner:before{display:none}
.footer-refined .footer-brand-col,.footer-refined .footer-links-col{background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0}
.footer-refined .footer-brand{margin-bottom:10px;gap:8px}
.footer-refined .footer-brand img{height:44px;max-width:220px;filter:brightness(1.02)}
.footer-refined .footer-brand small{color:rgba(255,255,255,.62)}
.footer-refined .footer-brand small:before{box-shadow:none;background:var(--accent)}
.footer-refined .footer-description{margin:0 0 14px;max-width:60ch;color:rgba(255,255,255,.78);font-size:14px;line-height:1.7}
.footer-refined h4{margin:0 0 12px;color:#fff;font-size:11px;letter-spacing:.18em}
.footer-refined h4:before{width:22px;height:2px;border-radius:0;background:var(--accent)}
.footer-refined .footer-links-list{gap:2px}
.footer-refined .footer-links-list a{padding:8px 0 8px 16px;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;color:rgba(255,255,255,.8)!important}
.footer-refined .footer-links-list a:before{left:0;top:11px;bottom:11px;width:3px;border-radius:0;background:rgba(254,2,2,.9)}
.footer-refined .footer-links-list a:hover{transform:none;color:#fff!important;text-decoration:none}
.footer-refined .footer-links-list a:hover:before{transform:none;background:#fff}
.footer-refined .footer-socials{gap:8px;margin-top:4px!important}
.footer-refined .footer-socials a{width:38px;height:38px;border-radius:0;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.03)!important;color:#fff;box-shadow:none}
.footer-refined .footer-socials a:hover{background:var(--accent)!important;border-color:var(--accent);transform:none}
.footer-refined .footer-bottom{background:#0a0d12;border-top:1px solid rgba(255,255,255,.1)}
.footer-refined .footer-bottom-inner{padding:12px 0}
.footer-refined .footer-bottom p{font-size:12px;line-height:1.65;color:rgba(255,255,255,.72)}
.footer-refined .footer-bottom a{color:#fff;border:0;text-decoration:none;font-weight:800}
.footer-refined .footer-bottom a:hover{color:#fff;text-decoration:underline}
@media (max-width:860px){.footer-refined .footer-inner{grid-template-columns:1fr;gap:18px;padding:22px 0 18px}}

html[data-theme="dark"] .menuwrap,html[data-theme="dark"] .menu-drawer,html[data-theme="dark"] .latest-track,html[data-theme="dark"] .search-hero form,html[data-theme="dark"] .pagination a,html[data-theme="dark"] .pagination .on,html[data-theme="dark"] .ajax-pager a,html[data-theme="dark"] .comment-form-wrap,html[data-theme="dark"] .comments-refined,html[data-theme="dark"] .comments-shell,html[data-theme="dark"] .comment-form,html[data-theme="dark"] .section-head-inline,html[data-theme="dark"] .section-head,html[data-theme="dark"] .home-mostread-inline-section,html[data-theme="dark"] .home-mostread-editorial-section,html[data-theme="dark"] .home-mostread-editorial-grid,html[data-theme="dark"] .lireaussi-refined,html[data-theme="dark"] .read-more-card,html[data-theme="dark"] .mostread-card-editorial,html[data-theme="dark"] .sidebar-item-mostread-ref,html[data-theme="dark"] .comment-form input,html[data-theme="dark"] .comment-form textarea,html[data-theme="dark"] .comment-form select{border-color:rgba(255,255,255,.09)!important}
html[data-theme="dark"] p,html[data-theme="dark"] li,html[data-theme="dark"] dd,html[data-theme="dark"] dt,html[data-theme="dark"] figcaption,html[data-theme="dark"] .article-body-ref blockquote,html[data-theme="dark"] .article-body-ref li,html[data-theme="dark"] .article-meta-strip,html[data-theme="dark"] .article-breadcrumb-ref,html[data-theme="dark"] .comment-item p,html[data-theme="dark"] .comment-form label,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .rub-card-meta,html[data-theme="dark"] .home-mostread-lead p,html[data-theme="dark"] .sidebar-item-body p,html[data-theme="dark"] .search-card-advanced p,html[data-theme="dark"] .contact-form-wrap p{color:var(--muted)!important}
html[data-theme="dark"] a,html[data-theme="dark"] .article-body-ref a,html[data-theme="dark"] .page-card a,html[data-theme="dark"] .author-card a,html[data-theme="dark"] .sidebar-module a,html[data-theme="dark"] .rub-feature a,html[data-theme="dark"] .rub-mini a,html[data-theme="dark"] .compact-card a{color:inherit}
html[data-theme="dark"] .article-body-ref a,html[data-theme="dark"] .footer-refined a:hover,html[data-theme="dark"] .mainmenu a:hover,html[data-theme="dark"] .menu-drawer-nav a:hover,html[data-theme="dark"] .header-search-link:hover{color:#fff!important}
html[data-theme="dark"] .menuwrap{background:#121821;border-bottom-color:rgba(255,255,255,.08)}
html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .header-search-link{color:#edf2f7}
html[data-theme="dark"] .menu-burger{border-color:rgba(255,255,255,.12);background:#151c25;color:#fff}
html[data-theme="dark"] .menu-burger span{background:#fff}
html[data-theme="dark"] .home-mostread-card,html[data-theme="dark"] .home-mostread-lead,html[data-theme="dark"] .home-mostread-item,html[data-theme="dark"] .mostread-row,html[data-theme="dark"] .sidebar-item-mostread-ref,html[data-theme="dark"] .lireaussi-card,html[data-theme="dark"] .related-card,html[data-theme="dark"] .archive-feed article,html[data-theme="dark"] .rubrique-feed article,html[data-theme="dark"] .search-card-advanced,html[data-theme="dark"] .contact-form-wrap,html[data-theme="dark"] .comment-form-wrap{background:var(--card)!important;box-shadow:0 14px 32px rgba(0,0,0,.22)!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum,html[data-theme="dark"] .comment-form-wrap form{background:linear-gradient(180deg,#121923 0%,#0f151e 100%)!important;border-color:rgba(255,255,255,.12)!important;box-shadow:0 18px 40px rgba(0,0,0,.32)!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum fieldset,html[data-theme="dark"] .comment-form-wrap form fieldset{border-color:rgba(255,255,255,.14)!important;background:rgba(255,255,255,.02)!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum h3,html[data-theme="dark"] .comment-form-wrap form h3,html[data-theme="dark"] .comment-form-wrap .formulaire_forum legend,html[data-theme="dark"] .comment-form-wrap form legend{color:#ff5b5b!important}
html[data-theme="dark"] .comment-form-wrap .formulaire_forum .session,html[data-theme="dark"] .comment-form-wrap form .session{background:rgba(255,255,255,.03)!important;border-color:rgba(255,255,255,.1)!important;color:#e8edf5!important}
html[data-theme="dark"] .comment-form-wrap label,html[data-theme="dark"] .comment-form-wrap .explication,html[data-theme="dark"] .comment-form-wrap .notice,html[data-theme="dark"] .comment-form-wrap .session,html[data-theme="dark"] .comment-form-wrap .session a,html[data-theme="dark"] .comment-form-wrap p{color:#cdd6e3!important}
html[data-theme="dark"] .comment-form-wrap input,html[data-theme="dark"] .comment-form-wrap textarea,html[data-theme="dark"] .comment-form-wrap select{background:#08111d!important;border-color:rgba(255,255,255,.12)!important;color:#f5f7fb!important;box-shadow:inset 0 1px 2px rgba(0,0,0,.22)!important}
html[data-theme="dark"] .comment-form-wrap input::placeholder,html[data-theme="dark"] .comment-form-wrap textarea::placeholder{color:#7f8aa0!important}
html[data-theme="dark"] .comment-form-wrap input:focus,html[data-theme="dark"] .comment-form-wrap textarea:focus,html[data-theme="dark"] .comment-form-wrap select:focus{border-color:rgba(254,2,2,.55)!important;box-shadow:0 0 0 4px rgba(254,2,2,.14)!important;background:#0b1522!important}
html[data-theme="dark"] .comment-form-wrap .boutons input,html[data-theme="dark"] .comment-form-wrap .boutons button,html[data-theme="dark"] .comment-form-wrap .submit{color:#fff!important}
html[data-theme="dark"] .article-body-ref strong,html[data-theme="dark"] .article-body-ref b,html[data-theme="dark"] .article-body-ref h2,html[data-theme="dark"] .article-body-ref h3,html[data-theme="dark"] .article-body-ref h4,html[data-theme="dark"] .article-body-ref h5,html[data-theme="dark"] .article-body-ref h6,html[data-theme="dark"] .article-standfirst-text,html[data-theme="dark"] .meta-badge strong,html[data-theme="dark"] .comment-author,html[data-theme="dark"] .section-head-inline h2,html[data-theme="dark"] .section-head h2,html[data-theme="dark"] .footer-refined h4{color:#f5f7fb!important}
html[data-theme="dark"] .article-body-ref blockquote{background:#121923;border-left:4px solid var(--accent);color:#dce4ee}
html[data-theme="dark"] .article-body-ref hr{border-color:rgba(255,255,255,.1)}
html[data-theme="dark"] .meta-badge,html[data-theme="dark"] .author-avatar,html[data-theme="dark"] .comment-avatar,html[data-theme="dark"] .badge,html[data-theme="dark"] .page-surtitle,html[data-theme="dark"] .card-surtitle{box-shadow:none}
html[data-theme="dark"] .comment-form input::placeholder,html[data-theme="dark"] .comment-form textarea::placeholder,html[data-theme="dark"] input::placeholder,html[data-theme="dark"] textarea::placeholder{color:#8190a3}
html[data-theme="dark"] .theme-toggle{border-color:rgba(255,255,255,.18);background:#171f2a}

/* v30 dark mode, share rail, latest strip and rubrique fixes */
.share-label-vertical{display:flex;flex-direction:column;align-items:center;gap:8px;color:#222630}
.share-label-vertical .share-count{display:inline-flex;align-items:center;justify-content:center;min-width:74px;padding:6px 10px;border-radius:999px;background:#f3f5f8;color:#616978;font-size:11px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}
.share-buttons{display:grid;gap:12px}
.share-buttons a,.share-buttons button{display:inline-flex;align-items:center;justify-content:center;width:64px;height:54px;border-radius:14px;border:1px solid #e8ecf2;background:linear-gradient(180deg,#fff 0%,#f7f9fc 100%);color:#5a6780;box-shadow:0 10px 24px rgba(17,20,31,.06);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease,color .2s ease;cursor:pointer}
.share-buttons a:hover,.share-buttons button:hover{transform:translateY(-2px);border-color:rgba(254,2,2,.26);color:var(--accent);box-shadow:0 14px 28px rgba(17,20,31,.12)}
.share-buttons a[aria-label="facebook"]{color:#1877f2}.share-buttons a[aria-label="x"]{color:#111}.share-buttons a[aria-label="linkedin"]{color:#0a66c2}.share-buttons a[aria-label="whatsapp"]{color:#20b874}.share-copy-btn{color:#596579}.share-print-btn{color:#6d7fbe}
.share-buttons svg{width:22px;height:22px}
.latest-strip{background:#fff}.latest-label{box-shadow:inset 0 0 0 1px rgba(254,2,2,.05)}
.latest-links a{font-weight:900}.latest-links a:after{width:6px;height:6px}
html[data-theme="dark"] .latest-strip{background:#10161f;border-bottom-color:rgba(255,255,255,.08)}
html[data-theme="dark"] .latest-label{background:rgba(254,2,2,.14)!important;color:#fe0202!important;box-shadow:inset 0 0 0 1px rgba(254,2,2,.2)}
html[data-theme="dark"] .latest-track:after{background:linear-gradient(90deg,rgba(16,22,31,0),#10161f)}
html[data-theme="dark"] .latest-links a{color:#eef3fa!important}
html[data-theme="dark"] .latest-links a:hover{color:#fe0202!important}
html[data-theme="dark"] .share-label-vertical{color:#e7edf6!important}
html[data-theme="dark"] .share-label-vertical .share-count{background:#141d28!important;color:#a9b5c7!important;border:1px solid rgba(255,255,255,.08)}
html[data-theme="dark"] .share-buttons a,html[data-theme="dark"] .share-buttons button{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important;border-color:rgba(255,255,255,.1)!important;box-shadow:0 14px 28px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .share-buttons a:hover,html[data-theme="dark"] .share-buttons button:hover{border-color:rgba(254,2,2,.34)!important;box-shadow:0 18px 32px rgba(0,0,0,.36)!important}
html[data-theme="dark"] .share-buttons a[aria-label="facebook"]{color:#7fb2ff!important}
html[data-theme="dark"] .share-buttons a[aria-label="x"]{color:#f5f7fb!important}
html[data-theme="dark"] .share-buttons a[aria-label="linkedin"]{color:#68b1ff!important}
html[data-theme="dark"] .share-buttons a[aria-label="whatsapp"]{color:#4be3a0!important}
html[data-theme="dark"] .share-copy-btn{color:#c9d4e3!important}html[data-theme="dark"] .share-print-btn{color:#b9c7ff!important}
html[data-theme="dark"] .rubrique-feed article,html[data-theme="dark"] .archive-grid.rubrique-main-grid article{background:linear-gradient(180deg,#131a24 0%,#0e141d 100%)!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 16px 34px rgba(0,0,0,.26)!important}
html[data-theme="dark"] .rubrique-feed article h3 a,html[data-theme="dark"] .rubrique-feed article .author,html[data-theme="dark"] .rubrique-feed article .meta,html[data-theme="dark"] .rubrique-feed article .excerpt,html[data-theme="dark"] .rubrique-sidebar .sidebar-item h4 a,html[data-theme="dark"] .rubrique-sidebar .headline-item a,html[data-theme="dark"] .rubrique-sidebar .quick-links a{color:#edf2f8!important}
html[data-theme="dark"] .rubrique-feed article .excerpt,html[data-theme="dark"] .rubrique-feed article .meta,html[data-theme="dark"] .rubrique-sidebar .catline a{color:#aab5c5!important}
html[data-theme="dark"] .rubrique-loadmore-btn{background:linear-gradient(180deg,var(--accent) 0%,#fe0202 100%)!important;border-color:transparent!important;color:#fff!important;box-shadow:0 16px 28px rgba(254,2,2,.22)!important}
html[data-theme="dark"] .rubrique-sidebar .compact-box,html[data-theme="dark"] .rubrique-sidebar .compact-sidebar-card{background:linear-gradient(180deg,#131a24 0%,#0e141d 100%)!important;border-color:rgba(255,255,255,.08)!important}

/* v33 menu rouge en mode sombre + module en ce moment */
.latest-label{font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:none}
.moment-strip{background:#fff;border-bottom:1px solid var(--line)}
.moment-strip .container{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:18px;padding:10px 18px}
.moment-track:after{background:linear-gradient(90deg,rgba(255,255,255,0),#fff)}
.moment-links a{font-weight:900;color:#1a1d22}
.moment-links a:hover{color:var(--accent)}
.latest-strip .container,.moment-strip .container{padding-top:11px;padding-bottom:11px}
html[data-theme="dark"] .menuwrap{background:#fe0202!important;border-bottom-color:rgba(255,255,255,.16)!important}
html[data-theme="dark"] .menu-drawer{background:#d80000!important;border-bottom-color:rgba(255,255,255,.14)!important}
html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .header-search-link,html[data-theme="dark"] .social-icons a,html[data-theme="dark"] .menu-tools .theme-toggle{color:#fff!important}
html[data-theme="dark"] .mainmenu a.is-hot,html[data-theme="dark"] .mainmenu a:hover{color:#fff!important;opacity:1}
html[data-theme="dark"] .mainmenu a:after{background:#fff!important}
html[data-theme="dark"] .menu-burger{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.2)!important;color:#fff!important}
html[data-theme="dark"] .theme-toggle{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.2)!important;color:#fff!important}
html[data-theme="dark"] .menu-burger span{background:#fff!important}
html[data-theme="dark"] .moment-strip,html[data-theme="dark"] .latest-strip{background:#10161f!important;border-bottom-color:rgba(255,255,255,.08)!important}
html[data-theme="dark"] .moment-track,html[data-theme="dark"] .latest-track,html[data-theme="dark"] .moment-links,html[data-theme="dark"] .latest-links{background:#10161f!important}
html[data-theme="dark"] .moment-track:after,html[data-theme="dark"] .latest-track:after{background:linear-gradient(90deg,rgba(16,22,31,0),#10161f)!important}
html[data-theme="dark"] .moment-links a,html[data-theme="dark"] .latest-links a{color:#edf2f8!important}
html[data-theme="dark"] .latest-label{background:rgba(254,2,2,.16)!important;border-color:rgba(254,2,2,.26)!important;color:#ffd7d7!important}
@media (max-width:860px){.moment-strip .container,.latest-strip .container{grid-template-columns:1fr;gap:10px}.moment-strip,.latest-strip{margin-top:0}.moment-strip .latest-label,.latest-strip .latest-label{justify-self:start}}

/* v34 footer, menu rouge #fe0202 et bouton thème en sidebar */
.menuwrap{background:#fe0202!important;border-bottom:0!important;box-shadow:0 12px 28px rgba(35,10,10,.12)!important}
.menuwrap .container{min-height:80px}
.menu-drawer{background:#e10202!important;border-bottom:0!important;box-shadow:0 18px 32px rgba(35,10,10,.18)!important}
.mainmenu a.is-hot:after,.mainmenu a:hover:after{background:#fff!important}
html[data-theme="dark"] .menuwrap{background:#fe0202!important;border-bottom:0!important;box-shadow:0 12px 28px rgba(0,0,0,.24)!important}
html[data-theme="dark"] .menu-drawer{background:#e10202!important;border-bottom:0!important;box-shadow:0 18px 32px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .header-search-link,html[data-theme="dark"] .social-icons a,html[data-theme="dark"] .menu-tools .theme-toggle{color:#fff!important}
html[data-theme="dark"] .mainmenu a.is-hot:after,html[data-theme="dark"] .mainmenu a:hover:after{background:#fff!important}

.footer-refined{position:relative;background:linear-gradient(180deg,#0a111a 0%,#070d14 100%);border-top:4px solid #fe0202;color:#d7dee9}
.footer-refined:before{content:"";position:absolute;inset:0 0 auto 0;height:1px;background:rgba(255,255,255,.08)}
.footer-inner{display:grid;grid-template-columns:minmax(260px,1.2fr) .95fr .75fr .75fr;gap:34px;padding:34px 0 26px}
.footer-brand{display:grid;gap:12px;align-content:start}
.footer-brand img{height:52px;width:auto}
.footer-brand small{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:#f6f8fb;font-weight:800}
.footer-description{max-width:48ch;margin:0;color:#c4cddd;line-height:1.75;font-size:16px}
.footer-links-col h4{margin:0 0 14px;font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:#f7f9fc;font-weight:900}
.footer-links-list{display:grid;gap:12px}
.footer-links-list-columns{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:18px;row-gap:12px}
.footer-links-list a{display:inline-flex;align-items:center;gap:10px;color:#d7dee9;font-weight:700;line-height:1.4}
.footer-links-list a:before{content:"";width:5px;height:5px;border-radius:999px;background:#fe0202;flex:0 0 5px;box-shadow:0 0 0 6px rgba(254,2,2,.08)}
.footer-links-list a:hover{color:#fff}
.footer-socials{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}
.footer-socials a{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.02);color:#fff}
.footer-socials a:hover{border-color:rgba(254,2,2,.36);background:rgba(254,2,2,.12);color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.16)}
.footer-bottom-inner{display:flex;justify-content:center;padding:16px 0}
.footer-bottom p{margin:0;text-align:center;font-size:14px;line-height:1.6;color:#c9d2df}
.footer-bottom a{color:#fff;font-weight:800}
.footer-bottom a:hover{color:#fff}
html[data-theme="dark"] .footer-refined{background:linear-gradient(180deg,#071018 0%,#04080e 100%);color:#d7dee9}
html[data-theme="dark"] .footer-links-list a,html[data-theme="dark"] .footer-description,html[data-theme="dark"] .footer-bottom p{color:#d7dee9!important}
html[data-theme="dark"] .footer-socials a{border-color:rgba(255,255,255,.12)!important;background:rgba(255,255,255,.02)!important;color:#fff!important}
html[data-theme="dark"] .footer-socials a:hover{background:rgba(254,2,2,.14)!important;border-color:rgba(254,2,2,.4)!important}

.sidebar-theme-module,.home-theme-module{overflow:hidden}
.sidebar-theme-box{display:grid;gap:14px;padding:18px 20px;background:linear-gradient(180deg,#fff 0%,#fbfcfe 100%)}
.sidebar-theme-box p{margin:0;color:#5c6472;line-height:1.65;font-size:14px}
.sidebar-theme-toggle{width:100%!important;height:52px!important;border-radius:16px!important;grid-template-columns:24px 1fr;justify-content:start!important;gap:12px;padding:0 16px!important;background:linear-gradient(180deg,#fe0202 0%,#fe0202 100%)!important;border:0!important;box-shadow:0 14px 28px rgba(254,2,2,.24)!important;color:#fff!important}
.sidebar-theme-toggle:hover{background:linear-gradient(180deg,#ff1919 0%,#fe0202 100%)!important;transform:translateY(-2px)!important}
.sidebar-theme-toggle .sidebar-theme-toggle-icon{position:relative;display:inline-grid;place-items:center;width:22px;height:22px}
.sidebar-theme-toggle .sidebar-theme-toggle-icon svg{position:absolute;width:18px;height:18px}
.sidebar-theme-toggle .theme-toggle-sun{opacity:0;transform:scale(.72) rotate(-35deg)}
html[data-theme="dark"] .sidebar-theme-toggle .theme-toggle-moon{opacity:0;transform:scale(.72) rotate(35deg)}
html[data-theme="dark"] .sidebar-theme-toggle .theme-toggle-sun{opacity:1;transform:scale(1) rotate(0)}
.sidebar-theme-toggle-label{font-size:14px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.site-sidebar-unified .sidebar-theme-module .module-tag::after,.rubrique-sidebar .sidebar-theme-module .module-tag::after{background:#fff}
html[data-theme="dark"] .sidebar-theme-box{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important}
html[data-theme="dark"] .sidebar-theme-box p{color:#b8c3d2!important}
html[data-theme="dark"] .sidebar-theme-toggle{box-shadow:0 16px 30px rgba(0,0,0,.3)!important}

@media (max-width:1180px){.footer-inner{grid-template-columns:1fr 1fr}.footer-brand-col{grid-column:1/-1}}
@media (max-width:760px){.footer-inner{grid-template-columns:1fr;gap:24px;padding:28px 0 20px}.footer-links-list-columns{grid-template-columns:1fr 1fr}.footer-brand img{height:46px}.footer-description{font-size:15px}.footer-bottom-inner{padding:14px 0}.footer-bottom p{font-size:13px}.sidebar-theme-box{padding:16px}}

/* v44 pages intérieures unifiées : sidebar, contact, recherche */
.interior-page-wrap{padding-top:26px;padding-bottom:34px}
.interior-layout-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px;align-items:start}
.interior-main-content{display:grid;gap:22px;min-width:0}
.interior-sidebar{display:grid;gap:22px}
.interior-sidebar .side-module{background:var(--card);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);overflow:hidden}
.interior-hero-card,.editorial-panel{background:var(--card);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);padding:28px 30px}
.interior-hero-card h1,.editorial-panel h2{margin:0 0 10px;line-height:1.02;letter-spacing:-.04em}
.interior-hero-card h1{font-size:44px}
.interior-hero-text,.editorial-panel p{color:var(--muted);font-size:17px;line-height:1.78}
.panel-kicker,.page-surtitle{display:inline-flex;align-items:center;gap:12px;margin-bottom:16px;color:#fe0202;font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}
.panel-kicker:before,.page-surtitle:before{content:"";width:48px;height:4px;border-radius:999px;background:#fe0202}
.interior-hero-pills,.search-shortcuts-chips,.contact-highlight-list,.contact-checklist{display:flex;flex-wrap:wrap;gap:10px}
.interior-hero-pills span,.search-shortcuts-chips a,.contact-highlight-list li,.contact-checklist li,.search-chip{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 16px;border-radius:999px;border:1px solid rgba(254,2,2,.16);background:#fff5f5;color:#7f1d1d;font-size:13px;font-weight:800}
.contact-info-grid,.editorial-panels-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.contact-checklist,.contact-highlight-list{padding:0;margin:14px 0 0;list-style:none}
.panel-linkline a{display:inline-flex;align-items:center;gap:10px;font-weight:900;color:#fe0202}
.contact-guidelines-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:16px}
.contact-guidelines-grid article{padding:18px;border-radius:18px;background:var(--bg-soft);border:1px solid var(--line)}
.contact-guidelines-grid strong{display:block;margin-bottom:10px;font-size:15px;letter-spacing:-.02em}
.contact-form-shell-enhanced{padding:22px;border-radius:24px;background:linear-gradient(180deg,#fff, #fbfcfe);border:1px solid var(--line)}
.contact-form-wrap-enhanced{display:grid;gap:16px}
.contact-form-wrap-enhanced form{display:grid;gap:16px}
.contact-form-wrap-enhanced fieldset{margin:0;padding:18px;border:1px solid var(--line);border-radius:20px;background:var(--card)}
.contact-form-wrap-enhanced .editer,.contact-form-wrap-enhanced .fieldset .editer{margin-bottom:14px}
.contact-form-wrap-enhanced label{display:block;margin-bottom:8px;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#2a313d}
.contact-form-wrap-enhanced input,.contact-form-wrap-enhanced textarea,.contact-form-wrap-enhanced select{width:100%;border:1px solid var(--line-strong);border-radius:16px;padding:14px 16px;background:#fff;color:var(--text)}
.contact-form-wrap-enhanced textarea{min-height:180px;resize:vertical}
.contact-form-wrap-enhanced .boutons{display:flex;justify-content:flex-start}
.contact-form-wrap-enhanced .submit,.contact-form-wrap-enhanced button{display:inline-flex;align-items:center;justify-content:center;min-width:220px;min-height:52px;padding:0 24px;border:0;border-radius:999px;background:#fe0202;color:#fff;font-weight:900;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 16px 32px rgba(254,2,2,.22)}
.search-hero-card{gap:18px}
.search-form-pro{display:grid;gap:14px;margin-top:18px}
.search-form-mainline{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px}
.search-form-pro input[type="search"]{height:58px;padding:0 18px;border:1px solid var(--line-strong);border-radius:18px;background:var(--card);font-size:17px}
.search-submit-primary{min-width:220px;height:58px;border:0;border-radius:18px;background:#fe0202;color:#fff;font-weight:900;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 18px 34px rgba(254,2,2,.24)}
.search-form-tools{display:flex;flex-wrap:wrap;gap:10px}
.search-tool-btn,.search-tool-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;border:1px solid var(--line);background:var(--bg-soft);color:var(--text);font-size:13px;font-weight:800}
.search-tool-link{border-color:rgba(254,2,2,.18);background:#fff5f5;color:#fe0202}
.search-shortcuts-panel{display:grid;gap:12px;padding:18px;border-radius:22px;background:linear-gradient(180deg,#fff,#fbfcfe);border:1px solid var(--line)}
.search-shortcuts-panel strong{font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:#1a2230}
.search-metrics-row-enhanced{margin:0}
.search-results-panel .search-block-head,.search-block-taxonomy .search-block-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}
.search-results-panel .search-block-head span,.search-block-taxonomy .search-block-head span{font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#fe0202}
.search-grid-editorial{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.search-card-editorial{background:var(--card);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:16px;display:grid;gap:12px}
.search-card-editorial .thumb{border-radius:18px;overflow:hidden}
.search-card-topline{display:flex;align-items:center;justify-content:space-between;gap:12px}
.search-card-topline .search-score{font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#fe0202}
.search-card-editorial h3{margin:0;font-size:30px;line-height:1.08;letter-spacing:-.04em}
.search-card-editorial .excerpt{margin:0;color:var(--muted)}
.search-card-editorial .search-meta{display:flex;flex-wrap:wrap;gap:12px;color:#6f7682;font-size:14px;font-weight:700}
.search-empty-card h2{font-size:34px}
.search-chip-grid{display:flex;flex-wrap:wrap;gap:10px}
.site-sidebar-unified .social-grid-ref{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:18px 20px}
.site-sidebar-unified .social-grid-ref a{display:flex;align-items:center;gap:12px;min-height:56px;padding:0 16px;border-radius:16px;background:var(--bg-soft);border:1px solid var(--line);font-weight:800;color:var(--text)}
.site-sidebar-unified .social-grid-ref .icon{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:999px;background:#fff;color:#fe0202;border:1px solid rgba(254,2,2,.16)}
.site-sidebar-unified .sidebar-item-ref{display:grid;grid-template-columns:88px 1fr;gap:14px;padding:16px 18px;border-top:1px solid var(--line)}
.site-sidebar-unified .sidebar-item-ref .thumb{overflow:hidden;border-radius:16px}
.site-sidebar-unified .sidebar-item-ref .thumb img{width:100%;height:100%;object-fit:cover}
.site-sidebar-unified .sidebar-item-ref h4{margin:0;font-size:21px;line-height:1.14;letter-spacing:-.03em}
.site-sidebar-unified .card-surtitle{margin-top:8px;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#fe0202}
.site-sidebar-unified .sidebar-item-mostread-ref{grid-template-columns:54px 1fr !important;padding-left:16px !important}
.site-sidebar-unified .sidebar-item-mostread-ref .mostread-rank-ref{align-self:start}
.site-sidebar-unified .sidebar-item-mostread-ref h4{font-size:18px !important}
html[data-theme="dark"] .interior-hero-card,html[data-theme="dark"] .editorial-panel,html[data-theme="dark"] .contact-form-shell-enhanced,html[data-theme="dark"] .search-shortcuts-panel{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important;border-color:rgba(255,255,255,.08)!important;box-shadow:0 16px 34px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .interior-hero-text,html[data-theme="dark"] .editorial-panel p,html[data-theme="dark"] .contact-form-intro,html[data-theme="dark"] .search-card-editorial .excerpt{color:#b8c3d2!important}
html[data-theme="dark"] .interior-hero-pills span,html[data-theme="dark"] .search-shortcuts-chips a,html[data-theme="dark"] .contact-highlight-list li,html[data-theme="dark"] .contact-checklist li,html[data-theme="dark"] .search-chip,html[data-theme="dark"] .search-tool-btn{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .search-tool-link{background:rgba(254,2,2,.12)!important;border-color:rgba(254,2,2,.28)!important;color:#ffd8d8!important}
html[data-theme="dark"] .contact-guidelines-grid article,html[data-theme="dark"] .site-sidebar-unified .social-grid-ref a{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .site-sidebar-unified .social-grid-ref .icon{background:#0d141d!important;border-color:rgba(254,2,2,.22)!important;color:#fff!important}
html[data-theme="dark"] .contact-form-wrap-enhanced fieldset,html[data-theme="dark"] .contact-form-wrap-enhanced input,html[data-theme="dark"] .contact-form-wrap-enhanced textarea,html[data-theme="dark"] .contact-form-wrap-enhanced select,html[data-theme="dark"] .search-form-pro input[type="search"],html[data-theme="dark"] .search-card-editorial{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .contact-form-wrap-enhanced label,html[data-theme="dark"] .search-shortcuts-panel strong{color:#edf2f8!important}
@media (max-width:1180px){.interior-layout-grid{grid-template-columns:1fr}.interior-sidebar{order:2}.contact-info-grid,.editorial-panels-grid,.contact-guidelines-grid,.search-grid-editorial{grid-template-columns:1fr 1fr}}
@media (max-width:760px){.interior-page-wrap{padding-top:18px}.interior-hero-card,.editorial-panel{padding:22px 18px}.interior-hero-card h1{font-size:34px}.search-form-mainline,.contact-info-grid,.editorial-panels-grid,.contact-guidelines-grid,.search-grid-editorial,.site-sidebar-unified .social-grid-ref{grid-template-columns:1fr}.search-submit-primary,.contact-form-wrap-enhanced .submit,.contact-form-wrap-enhanced button{min-width:0;width:100%}.site-sidebar-unified .sidebar-item-ref{grid-template-columns:76px 1fr}.site-sidebar-unified .sidebar-item-ref h4{font-size:18px}}

/* v60 home sections align strictly with top grid */
.page-home .home-wrap-tight > .home-bottom-shell{display:block!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;box-sizing:border-box!important}
.page-home .home-wrap-tight > .home-bottom-shell > .section,
.page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin:0 0 34px 0!important;
  padding:0!important;
  box-sizing:border-box!important;
}
.page-home .home-wrap-tight > .home-bottom-shell > .section:last-child{margin-bottom:0!important}
.page-home .home-wrap-tight > .home-bottom-shell .home-mostread-editorial-section,
.page-home .home-wrap-tight > .home-bottom-shell .home-mostread-editorial-grid,
.page-home .home-wrap-tight > .home-bottom-shell .section-head,
.page-home .home-wrap-tight > .home-bottom-shell .rub-grid{
  max-width:100%!important;
}
@media (max-width:860px){
  .page-home .home-wrap-tight > .home-bottom-shell > .section,
  .page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
  .page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
  .page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{margin-bottom:28px!important}
}

/* v61 final home boxed alignment */
.page-home .home-wrap-tight > .home-bottom-shell{
  width:calc(100% - 36px)!important;
  max-width:calc(var(--container) - 36px)!important;
  margin:0 auto!important;
  padding:0!important;
  box-sizing:border-box!important;
}
.page-home .home-wrap-tight > .home-bottom-shell > .section,
.page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{
  width:100%!important;
  max-width:100%!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:0!important;
  padding-right:0!important;
}
@media (max-width:860px){
  .page-home .home-wrap-tight > .home-bottom-shell{
    width:calc(100% - 28px)!important;
    max-width:calc(100% - 28px)!important;
  }
}

/* footer v27 */
.footer.footer-refined{margin-top:46px;background:#10141b;border-top:4px solid var(--accent);padding:0;border-radius:0!important}
.footer-refined .footer-inner{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr) minmax(0,.95fr) minmax(0,.9fr);gap:30px;padding:22px 0 16px}
.footer-refined .footer-brand-col,.footer-refined .footer-links-col{min-width:0}
.footer-refined .footer-brand{display:inline-grid;gap:8px;align-items:start;margin-bottom:10px}
.footer-refined .footer-brand img{height:44px;max-width:220px}
.footer-refined .footer-brand small{display:block;color:rgba(255,255,255,.62);font-size:10px;letter-spacing:.16em;text-transform:uppercase}
.footer-refined .footer-description{margin:0 0 14px;max-width:58ch;color:rgba(255,255,255,.76);font-size:14px;line-height:1.7}
.footer-refined h4{position:relative;margin:0 0 12px;padding-left:14px;color:#fff;font-size:11px;line-height:1.2;letter-spacing:.18em;text-transform:uppercase}
.footer-refined h4:before{content:"";position:absolute;left:0;top:2px;bottom:2px;width:4px;background:var(--accent)}
.footer-refined .footer-links-list{display:grid;gap:2px}
.footer-refined .footer-links-list-columns{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:18px;row-gap:2px}
.footer-refined .footer-links-list a{position:relative;display:block;padding:8px 0 8px 14px;color:rgba(255,255,255,.8)!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;line-height:1.4}
.footer-refined .footer-links-list a:before{content:"";position:absolute;left:0;top:12px;width:5px;height:5px;border-radius:999px;background:rgba(254,2,2,.92);transition:transform .18s ease,background .18s ease}
.footer-refined .footer-links-list a:hover{color:#fff!important;text-decoration:none}
.footer-refined .footer-links-list a:hover:before{transform:scale(1.25);background:#fff}
.footer-refined .footer-socials{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px!important}
.footer-refined .footer-socials a{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid rgba(255,255,255,.14);border-radius:0;background:rgba(255,255,255,.03)!important;color:#fff;box-shadow:none}
.footer-refined .footer-socials a:hover{background:var(--accent)!important;border-color:var(--accent);transform:none}
.footer-refined .footer-bottom{background:#0a0d12;border-top:1px solid rgba(255,255,255,.08)}
.footer-refined .footer-bottom-inner{padding:11px 0}
.footer-refined .footer-bottom p{margin:0;color:rgba(255,255,255,.72);font-size:12px;line-height:1.65}
.footer-refined .footer-bottom a{color:#fff;text-decoration:none;font-weight:800}
.footer-refined .footer-bottom a:hover{text-decoration:underline}
@media (max-width:1080px){.footer-refined .footer-inner{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr) minmax(0,1fr);gap:24px}.footer-refined .footer-links-col-quick{grid-column:2/4}.footer-refined .footer-links-list-columns{column-gap:14px}}
@media (max-width:860px){.footer-refined .footer-inner{grid-template-columns:1fr 1fr;gap:20px;padding:20px 0 16px}.footer-refined .footer-brand-col{grid-column:1/-1}.footer-refined .footer-links-col-quick{grid-column:auto}.footer-refined .footer-links-list-columns{column-gap:12px}}
@media (max-width:640px){.footer-refined .footer-inner{grid-template-columns:1fr;gap:16px}.footer-refined .footer-links-list-columns{grid-template-columns:1fr 1fr}}

/* home dark mode renforcé */
html[data-theme="dark"] body{background:#0e131a;color:#eef3f9}
html[data-theme="dark"] .page-home .home-top-grid,
html[data-theme="dark"] .page-home .section,
html[data-theme="dark"] .page-home .section-rubriques-grid,
html[data-theme="dark"] .page-home .home-mostread-inline-section{background:transparent}
html[data-theme="dark"] .page-home .mast-main,
html[data-theme="dark"] .page-home .compact-card,
html[data-theme="dark"] .page-home .sidebar-card,
html[data-theme="dark"] .page-home .sidebar-item,
html[data-theme="dark"] .page-home .rub-block,
html[data-theme="dark"] .page-home .rub-feature,
html[data-theme="dark"] .page-home .rub-mini,
html[data-theme="dark"] .page-home .home-mostread-item{background:#131a23!important;border-color:rgba(255,255,255,.08)!important;box-shadow:0 16px 34px rgba(0,0,0,.24)!important}
html[data-theme="dark"] .page-home .hero-overlay-full,
html[data-theme="dark"] .page-home .home-mostread-editorial-grid,
html[data-theme="dark"] .page-home .home-mostread-intro{background:transparent!important}
html[data-theme="dark"] .page-home .home-top-sidebar .sidebar-head,
html[data-theme="dark"] .page-home .section-head,
html[data-theme="dark"] .page-home .home-section-head-unified{background:transparent!important;border-bottom-color:rgba(255,255,255,.08)!important}
html[data-theme="dark"] .page-home h1,
html[data-theme="dark"] .page-home h2,
html[data-theme="dark"] .page-home h3,
html[data-theme="dark"] .page-home h4,
html[data-theme="dark"] .page-home h5,
html[data-theme="dark"] .page-home .sidebar-item h4 a,
html[data-theme="dark"] .page-home .compact-card h3 a,
html[data-theme="dark"] .page-home .rub-feature h4 a,
html[data-theme="dark"] .page-home .rub-mini h5 a,
html[data-theme="dark"] .page-home .home-mostread-item h3,
html[data-theme="dark"] .page-home .mast-main h1 a{color:#f6f9fd!important}
html[data-theme="dark"] .page-home .meta,
html[data-theme="dark"] .page-home .meta span,
html[data-theme="dark"] .page-home .sidebar-item .meta,
html[data-theme="dark"] .page-home .home-mostread-item-meta,
html[data-theme="dark"] .page-home .excerpt,
html[data-theme="dark"] .page-home .sidebar-item-body p{color:#95a3b6!important}
html[data-theme="dark"] .page-home .catline a,
html[data-theme="dark"] .page-home .card-surtitle,
html[data-theme="dark"] .page-home .page-surtitle{color:#ff6666!important}
html[data-theme="dark"] .page-home .home-mostread-item{border-top-color:rgba(255,255,255,.08)!important}
html[data-theme="dark"] .page-home .home-mostread-item-link{color:inherit!important}
html[data-theme="dark"] .page-home .rub-block-head,
html[data-theme="dark"] .page-home .rub-minis,
html[data-theme="dark"] .page-home .sidebar-list{border-color:rgba(255,255,255,.08)!important}
html[data-theme="dark"] .page-home .thumb{background:#0f141b!important}
html[data-theme="dark"] .page-home .sidebar-card.compact-sidebar-card,
html[data-theme="dark"] .page-home .latest-news-card{background:#131a23!important}
html[data-theme="dark"] .page-home .home-mostread-intro .home-mostread-icon span{background:rgba(255,255,255,.22)!important}

/* v30 dark mode, share rail, latest strip and rubrique fixes */
.share-label-vertical{display:flex;flex-direction:column;align-items:center;gap:8px;color:#222630}
.share-label-vertical .share-count{display:inline-flex;align-items:center;justify-content:center;min-width:74px;padding:6px 10px;border-radius:999px;background:#f3f5f8;color:#616978;font-size:11px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}
.share-buttons{display:grid;gap:12px}
.share-buttons a,.share-buttons button{display:inline-flex;align-items:center;justify-content:center;width:64px;height:54px;border-radius:14px;border:1px solid #e8ecf2;background:linear-gradient(180deg,#fff 0%,#f7f9fc 100%);color:#5a6780;box-shadow:0 10px 24px rgba(17,20,31,.06);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease,color .2s ease;cursor:pointer}
.share-buttons a:hover,.share-buttons button:hover{transform:translateY(-2px);border-color:rgba(254,2,2,.26);color:var(--accent);box-shadow:0 14px 28px rgba(17,20,31,.12)}
.share-buttons a[aria-label="facebook"]{color:#1877f2}.share-buttons a[aria-label="x"]{color:#111}.share-buttons a[aria-label="linkedin"]{color:#0a66c2}.share-buttons a[aria-label="whatsapp"]{color:#20b874}.share-copy-btn{color:#596579}.share-print-btn{color:#6d7fbe}
.share-buttons svg{width:22px;height:22px}
.latest-strip{background:#fff}.latest-label{box-shadow:inset 0 0 0 1px rgba(254,2,2,.05)}
.latest-links a{font-weight:900}.latest-links a:after{width:6px;height:6px}
html[data-theme="dark"] .latest-strip{background:#10161f;border-bottom-color:rgba(255,255,255,.08)}
html[data-theme="dark"] .latest-label{background:rgba(254,2,2,.14)!important;color:#fe0202!important;box-shadow:inset 0 0 0 1px rgba(254,2,2,.2)}
html[data-theme="dark"] .latest-track:after{background:linear-gradient(90deg,rgba(16,22,31,0),#10161f)}
html[data-theme="dark"] .latest-links a{color:#eef3fa!important}
html[data-theme="dark"] .latest-links a:hover{color:#fe0202!important}
html[data-theme="dark"] .share-label-vertical{color:#e7edf6!important}
html[data-theme="dark"] .share-label-vertical .share-count{background:#141d28!important;color:#a9b5c7!important;border:1px solid rgba(255,255,255,.08)}
html[data-theme="dark"] .share-buttons a,html[data-theme="dark"] .share-buttons button{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important;border-color:rgba(255,255,255,.1)!important;box-shadow:0 14px 28px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .share-buttons a:hover,html[data-theme="dark"] .share-buttons button:hover{border-color:rgba(254,2,2,.34)!important;box-shadow:0 18px 32px rgba(0,0,0,.36)!important}
html[data-theme="dark"] .share-buttons a[aria-label="facebook"]{color:#7fb2ff!important}
html[data-theme="dark"] .share-buttons a[aria-label="x"]{color:#f5f7fb!important}
html[data-theme="dark"] .share-buttons a[aria-label="linkedin"]{color:#68b1ff!important}
html[data-theme="dark"] .share-buttons a[aria-label="whatsapp"]{color:#4be3a0!important}
html[data-theme="dark"] .share-copy-btn{color:#c9d4e3!important}html[data-theme="dark"] .share-print-btn{color:#b9c7ff!important}
html[data-theme="dark"] .rubrique-feed article,html[data-theme="dark"] .archive-grid.rubrique-main-grid article{background:linear-gradient(180deg,#131a24 0%,#0e141d 100%)!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 16px 34px rgba(0,0,0,.26)!important}
html[data-theme="dark"] .rubrique-feed article h3 a,html[data-theme="dark"] .rubrique-feed article .author,html[data-theme="dark"] .rubrique-feed article .meta,html[data-theme="dark"] .rubrique-feed article .excerpt,html[data-theme="dark"] .rubrique-sidebar .sidebar-item h4 a,html[data-theme="dark"] .rubrique-sidebar .headline-item a,html[data-theme="dark"] .rubrique-sidebar .quick-links a{color:#edf2f8!important}
html[data-theme="dark"] .rubrique-feed article .excerpt,html[data-theme="dark"] .rubrique-feed article .meta,html[data-theme="dark"] .rubrique-sidebar .catline a{color:#aab5c5!important}
html[data-theme="dark"] .rubrique-loadmore-btn{background:linear-gradient(180deg,var(--accent) 0%,#fe0202 100%)!important;border-color:transparent!important;color:#fff!important;box-shadow:0 16px 28px rgba(254,2,2,.22)!important}
html[data-theme="dark"] .rubrique-sidebar .compact-box,html[data-theme="dark"] .rubrique-sidebar .compact-sidebar-card{background:linear-gradient(180deg,#131a24 0%,#0e141d 100%)!important;border-color:rgba(255,255,255,.08)!important}

/* v33 menu rouge en mode sombre + module en ce moment */
.latest-label{font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:none}
.moment-strip{background:#fff;border-bottom:1px solid var(--line)}
.moment-strip .container{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:18px;padding:10px 18px}
.moment-track:after{background:linear-gradient(90deg,rgba(255,255,255,0),#fff)}
.moment-links a{font-weight:900;color:#1a1d22}
.moment-links a:hover{color:var(--accent)}
.latest-strip .container,.moment-strip .container{padding-top:11px;padding-bottom:11px}
html[data-theme="dark"] .menuwrap{background:#fe0202!important;border-bottom-color:rgba(255,255,255,.16)!important}
html[data-theme="dark"] .menu-drawer{background:#d80000!important;border-bottom-color:rgba(255,255,255,.14)!important}
html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .header-search-link,html[data-theme="dark"] .social-icons a,html[data-theme="dark"] .menu-tools .theme-toggle{color:#fff!important}
html[data-theme="dark"] .mainmenu a.is-hot,html[data-theme="dark"] .mainmenu a:hover{color:#fff!important;opacity:1}
html[data-theme="dark"] .mainmenu a:after{background:#fff!important}
html[data-theme="dark"] .menu-burger{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.2)!important;color:#fff!important}
html[data-theme="dark"] .theme-toggle{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.2)!important;color:#fff!important}
html[data-theme="dark"] .menu-burger span{background:#fff!important}
html[data-theme="dark"] .moment-strip,html[data-theme="dark"] .latest-strip{background:#10161f!important;border-bottom-color:rgba(255,255,255,.08)!important}
html[data-theme="dark"] .moment-track,html[data-theme="dark"] .latest-track,html[data-theme="dark"] .moment-links,html[data-theme="dark"] .latest-links{background:#10161f!important}
html[data-theme="dark"] .moment-track:after,html[data-theme="dark"] .latest-track:after{background:linear-gradient(90deg,rgba(16,22,31,0),#10161f)!important}
html[data-theme="dark"] .moment-links a,html[data-theme="dark"] .latest-links a{color:#edf2f8!important}
html[data-theme="dark"] .latest-label{background:rgba(254,2,2,.16)!important;border-color:rgba(254,2,2,.26)!important;color:#ffd7d7!important}
@media (max-width:860px){.moment-strip .container,.latest-strip .container{grid-template-columns:1fr;gap:10px}.moment-strip,.latest-strip{margin-top:0}.moment-strip .latest-label,.latest-strip .latest-label{justify-self:start}}

/* v34 footer, menu rouge #fe0202 et bouton thème en sidebar */
.menuwrap{background:#fe0202!important;border-bottom:0!important;box-shadow:0 12px 28px rgba(35,10,10,.12)!important}
.menuwrap .container{min-height:80px}
.menu-drawer{background:#e10202!important;border-bottom:0!important;box-shadow:0 18px 32px rgba(35,10,10,.18)!important}
.mainmenu a.is-hot:after,.mainmenu a:hover:after{background:#fff!important}
html[data-theme="dark"] .menuwrap{background:#fe0202!important;border-bottom:0!important;box-shadow:0 12px 28px rgba(0,0,0,.24)!important}
html[data-theme="dark"] .menu-drawer{background:#e10202!important;border-bottom:0!important;box-shadow:0 18px 32px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .header-search-link,html[data-theme="dark"] .social-icons a,html[data-theme="dark"] .menu-tools .theme-toggle{color:#fff!important}
html[data-theme="dark"] .mainmenu a.is-hot:after,html[data-theme="dark"] .mainmenu a:hover:after{background:#fff!important}

.footer-refined{position:relative;background:linear-gradient(180deg,#0a111a 0%,#070d14 100%);border-top:4px solid #fe0202;color:#d7dee9}
.footer-refined:before{content:"";position:absolute;inset:0 0 auto 0;height:1px;background:rgba(255,255,255,.08)}
.footer-inner{display:grid;grid-template-columns:minmax(260px,1.2fr) .95fr .75fr .75fr;gap:34px;padding:34px 0 26px}
.footer-brand{display:grid;gap:12px;align-content:start}
.footer-brand img{height:52px;width:auto}
.footer-brand small{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:#f6f8fb;font-weight:800}
.footer-description{max-width:48ch;margin:0;color:#c4cddd;line-height:1.75;font-size:16px}
.footer-links-col h4{margin:0 0 14px;font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:#f7f9fc;font-weight:900}
.footer-links-list{display:grid;gap:12px}
.footer-links-list-columns{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:18px;row-gap:12px}
.footer-links-list a{display:inline-flex;align-items:center;gap:10px;color:#d7dee9;font-weight:700;line-height:1.4}
.footer-links-list a:before{content:"";width:5px;height:5px;border-radius:999px;background:#fe0202;flex:0 0 5px;box-shadow:0 0 0 6px rgba(254,2,2,.08)}
.footer-links-list a:hover{color:#fff}
.footer-socials{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}
.footer-socials a{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.02);color:#fff}
.footer-socials a:hover{border-color:rgba(254,2,2,.36);background:rgba(254,2,2,.12);color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.16)}
.footer-bottom-inner{display:flex;justify-content:center;padding:16px 0}
.footer-bottom p{margin:0;text-align:center;font-size:14px;line-height:1.6;color:#c9d2df}
.footer-bottom a{color:#fff;font-weight:800}
.footer-bottom a:hover{color:#fff}
html[data-theme="dark"] .footer-refined{background:linear-gradient(180deg,#071018 0%,#04080e 100%);color:#d7dee9}
html[data-theme="dark"] .footer-links-list a,html[data-theme="dark"] .footer-description,html[data-theme="dark"] .footer-bottom p{color:#d7dee9!important}
html[data-theme="dark"] .footer-socials a{border-color:rgba(255,255,255,.12)!important;background:rgba(255,255,255,.02)!important;color:#fff!important}
html[data-theme="dark"] .footer-socials a:hover{background:rgba(254,2,2,.14)!important;border-color:rgba(254,2,2,.4)!important}

.sidebar-theme-module,.home-theme-module{overflow:hidden}
.sidebar-theme-box{display:grid;gap:14px;padding:18px 20px;background:linear-gradient(180deg,#fff 0%,#fbfcfe 100%)}
.sidebar-theme-box p{margin:0;color:#5c6472;line-height:1.65;font-size:14px}
.sidebar-theme-toggle{width:100%!important;height:52px!important;border-radius:16px!important;grid-template-columns:24px 1fr;justify-content:start!important;gap:12px;padding:0 16px!important;background:linear-gradient(180deg,#fe0202 0%,#fe0202 100%)!important;border:0!important;box-shadow:0 14px 28px rgba(254,2,2,.24)!important;color:#fff!important}
.sidebar-theme-toggle:hover{background:linear-gradient(180deg,#ff1919 0%,#fe0202 100%)!important;transform:translateY(-2px)!important}
.sidebar-theme-toggle .sidebar-theme-toggle-icon{position:relative;display:inline-grid;place-items:center;width:22px;height:22px}
.sidebar-theme-toggle .sidebar-theme-toggle-icon svg{position:absolute;width:18px;height:18px}
.sidebar-theme-toggle .theme-toggle-sun{opacity:0;transform:scale(.72) rotate(-35deg)}
html[data-theme="dark"] .sidebar-theme-toggle .theme-toggle-moon{opacity:0;transform:scale(.72) rotate(35deg)}
html[data-theme="dark"] .sidebar-theme-toggle .theme-toggle-sun{opacity:1;transform:scale(1) rotate(0)}
.sidebar-theme-toggle-label{font-size:14px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.site-sidebar-unified .sidebar-theme-module .module-tag::after,.rubrique-sidebar .sidebar-theme-module .module-tag::after{background:#fff}
html[data-theme="dark"] .sidebar-theme-box{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important}
html[data-theme="dark"] .sidebar-theme-box p{color:#b8c3d2!important}
html[data-theme="dark"] .sidebar-theme-toggle{box-shadow:0 16px 30px rgba(0,0,0,.3)!important}

@media (max-width:1180px){.footer-inner{grid-template-columns:1fr 1fr}.footer-brand-col{grid-column:1/-1}}
@media (max-width:760px){.footer-inner{grid-template-columns:1fr;gap:24px;padding:28px 0 20px}.footer-links-list-columns{grid-template-columns:1fr 1fr}.footer-brand img{height:46px}.footer-description{font-size:15px}.footer-bottom-inner{padding:14px 0}.footer-bottom p{font-size:13px}.sidebar-theme-box{padding:16px}}

/* v44 pages intérieures unifiées : sidebar, contact, recherche */
.interior-page-wrap{padding-top:26px;padding-bottom:34px}
.interior-layout-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px;align-items:start}
.interior-main-content{display:grid;gap:22px;min-width:0}
.interior-sidebar{display:grid;gap:22px}
.interior-sidebar .side-module{background:var(--card);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);overflow:hidden}
.interior-hero-card,.editorial-panel{background:var(--card);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);padding:28px 30px}
.interior-hero-card h1,.editorial-panel h2{margin:0 0 10px;line-height:1.02;letter-spacing:-.04em}
.interior-hero-card h1{font-size:44px}
.interior-hero-text,.editorial-panel p{color:var(--muted);font-size:17px;line-height:1.78}
.panel-kicker,.page-surtitle{display:inline-flex;align-items:center;gap:12px;margin-bottom:16px;color:#fe0202;font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}
.panel-kicker:before,.page-surtitle:before{content:"";width:48px;height:4px;border-radius:999px;background:#fe0202}
.interior-hero-pills,.search-shortcuts-chips,.contact-highlight-list,.contact-checklist{display:flex;flex-wrap:wrap;gap:10px}
.interior-hero-pills span,.search-shortcuts-chips a,.contact-highlight-list li,.contact-checklist li,.search-chip{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 16px;border-radius:999px;border:1px solid rgba(254,2,2,.16);background:#fff5f5;color:#7f1d1d;font-size:13px;font-weight:800}
.contact-info-grid,.editorial-panels-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.contact-checklist,.contact-highlight-list{padding:0;margin:14px 0 0;list-style:none}
.panel-linkline a{display:inline-flex;align-items:center;gap:10px;font-weight:900;color:#fe0202}
.contact-guidelines-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:16px}
.contact-guidelines-grid article{padding:18px;border-radius:18px;background:var(--bg-soft);border:1px solid var(--line)}
.contact-guidelines-grid strong{display:block;margin-bottom:10px;font-size:15px;letter-spacing:-.02em}
.contact-form-shell-enhanced{padding:22px;border-radius:24px;background:linear-gradient(180deg,#fff, #fbfcfe);border:1px solid var(--line)}
.contact-form-wrap-enhanced{display:grid;gap:16px}
.contact-form-wrap-enhanced form{display:grid;gap:16px}
.contact-form-wrap-enhanced fieldset{margin:0;padding:18px;border:1px solid var(--line);border-radius:20px;background:var(--card)}
.contact-form-wrap-enhanced .editer,.contact-form-wrap-enhanced .fieldset .editer{margin-bottom:14px}
.contact-form-wrap-enhanced label{display:block;margin-bottom:8px;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#2a313d}
.contact-form-wrap-enhanced input,.contact-form-wrap-enhanced textarea,.contact-form-wrap-enhanced select{width:100%;border:1px solid var(--line-strong);border-radius:16px;padding:14px 16px;background:#fff;color:var(--text)}
.contact-form-wrap-enhanced textarea{min-height:180px;resize:vertical}
.contact-form-wrap-enhanced .boutons{display:flex;justify-content:flex-start}
.contact-form-wrap-enhanced .submit,.contact-form-wrap-enhanced button{display:inline-flex;align-items:center;justify-content:center;min-width:220px;min-height:52px;padding:0 24px;border:0;border-radius:999px;background:#fe0202;color:#fff;font-weight:900;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 16px 32px rgba(254,2,2,.22)}
.search-hero-card{gap:18px}
.search-form-pro{display:grid;gap:14px;margin-top:18px}
.search-form-mainline{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px}
.search-form-pro input[type="search"]{height:58px;padding:0 18px;border:1px solid var(--line-strong);border-radius:18px;background:var(--card);font-size:17px}
.search-submit-primary{min-width:220px;height:58px;border:0;border-radius:18px;background:#fe0202;color:#fff;font-weight:900;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 18px 34px rgba(254,2,2,.24)}
.search-form-tools{display:flex;flex-wrap:wrap;gap:10px}
.search-tool-btn,.search-tool-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;border:1px solid var(--line);background:var(--bg-soft);color:var(--text);font-size:13px;font-weight:800}
.search-tool-link{border-color:rgba(254,2,2,.18);background:#fff5f5;color:#fe0202}
.search-shortcuts-panel{display:grid;gap:12px;padding:18px;border-radius:22px;background:linear-gradient(180deg,#fff,#fbfcfe);border:1px solid var(--line)}
.search-shortcuts-panel strong{font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:#1a2230}
.search-metrics-row-enhanced{margin:0}
.search-results-panel .search-block-head,.search-block-taxonomy .search-block-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}
.search-results-panel .search-block-head span,.search-block-taxonomy .search-block-head span{font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#fe0202}
.search-grid-editorial{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.search-card-editorial{background:var(--card);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:16px;display:grid;gap:12px}
.search-card-editorial .thumb{border-radius:18px;overflow:hidden}
.search-card-topline{display:flex;align-items:center;justify-content:space-between;gap:12px}
.search-card-topline .search-score{font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#fe0202}
.search-card-editorial h3{margin:0;font-size:30px;line-height:1.08;letter-spacing:-.04em}
.search-card-editorial .excerpt{margin:0;color:var(--muted)}
.search-card-editorial .search-meta{display:flex;flex-wrap:wrap;gap:12px;color:#6f7682;font-size:14px;font-weight:700}
.search-empty-card h2{font-size:34px}
.search-chip-grid{display:flex;flex-wrap:wrap;gap:10px}
.site-sidebar-unified .social-grid-ref{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:18px 20px}
.site-sidebar-unified .social-grid-ref a{display:flex;align-items:center;gap:12px;min-height:56px;padding:0 16px;border-radius:16px;background:var(--bg-soft);border:1px solid var(--line);font-weight:800;color:var(--text)}
.site-sidebar-unified .social-grid-ref .icon{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:999px;background:#fff;color:#fe0202;border:1px solid rgba(254,2,2,.16)}
.site-sidebar-unified .sidebar-item-ref{display:grid;grid-template-columns:88px 1fr;gap:14px;padding:16px 18px;border-top:1px solid var(--line)}
.site-sidebar-unified .sidebar-item-ref .thumb{overflow:hidden;border-radius:16px}
.site-sidebar-unified .sidebar-item-ref .thumb img{width:100%;height:100%;object-fit:cover}
.site-sidebar-unified .sidebar-item-ref h4{margin:0;font-size:21px;line-height:1.14;letter-spacing:-.03em}
.site-sidebar-unified .card-surtitle{margin-top:8px;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#fe0202}
.site-sidebar-unified .sidebar-item-mostread-ref{grid-template-columns:54px 1fr !important;padding-left:16px !important}
.site-sidebar-unified .sidebar-item-mostread-ref .mostread-rank-ref{align-self:start}
.site-sidebar-unified .sidebar-item-mostread-ref h4{font-size:18px !important}
html[data-theme="dark"] .interior-hero-card,html[data-theme="dark"] .editorial-panel,html[data-theme="dark"] .contact-form-shell-enhanced,html[data-theme="dark"] .search-shortcuts-panel{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important;border-color:rgba(255,255,255,.08)!important;box-shadow:0 16px 34px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .interior-hero-text,html[data-theme="dark"] .editorial-panel p,html[data-theme="dark"] .contact-form-intro,html[data-theme="dark"] .search-card-editorial .excerpt{color:#b8c3d2!important}
html[data-theme="dark"] .interior-hero-pills span,html[data-theme="dark"] .search-shortcuts-chips a,html[data-theme="dark"] .contact-highlight-list li,html[data-theme="dark"] .contact-checklist li,html[data-theme="dark"] .search-chip,html[data-theme="dark"] .search-tool-btn{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .search-tool-link{background:rgba(254,2,2,.12)!important;border-color:rgba(254,2,2,.28)!important;color:#ffd8d8!important}
html[data-theme="dark"] .contact-guidelines-grid article,html[data-theme="dark"] .site-sidebar-unified .social-grid-ref a{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .site-sidebar-unified .social-grid-ref .icon{background:#0d141d!important;border-color:rgba(254,2,2,.22)!important;color:#fff!important}
html[data-theme="dark"] .contact-form-wrap-enhanced fieldset,html[data-theme="dark"] .contact-form-wrap-enhanced input,html[data-theme="dark"] .contact-form-wrap-enhanced textarea,html[data-theme="dark"] .contact-form-wrap-enhanced select,html[data-theme="dark"] .search-form-pro input[type="search"],html[data-theme="dark"] .search-card-editorial{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .contact-form-wrap-enhanced label,html[data-theme="dark"] .search-shortcuts-panel strong{color:#edf2f8!important}
@media (max-width:1180px){.interior-layout-grid{grid-template-columns:1fr}.interior-sidebar{order:2}.contact-info-grid,.editorial-panels-grid,.contact-guidelines-grid,.search-grid-editorial{grid-template-columns:1fr 1fr}}
@media (max-width:760px){.interior-page-wrap{padding-top:18px}.interior-hero-card,.editorial-panel{padding:22px 18px}.interior-hero-card h1{font-size:34px}.search-form-mainline,.contact-info-grid,.editorial-panels-grid,.contact-guidelines-grid,.search-grid-editorial,.site-sidebar-unified .social-grid-ref{grid-template-columns:1fr}.search-submit-primary,.contact-form-wrap-enhanced .submit,.contact-form-wrap-enhanced button{min-width:0;width:100%}.site-sidebar-unified .sidebar-item-ref{grid-template-columns:76px 1fr}.site-sidebar-unified .sidebar-item-ref h4{font-size:18px}}

/* v60 home sections align strictly with top grid */
.page-home .home-wrap-tight > .home-bottom-shell{display:block!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;box-sizing:border-box!important}
.page-home .home-wrap-tight > .home-bottom-shell > .section,
.page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin:0 0 34px 0!important;
  padding:0!important;
  box-sizing:border-box!important;
}
.page-home .home-wrap-tight > .home-bottom-shell > .section:last-child{margin-bottom:0!important}
.page-home .home-wrap-tight > .home-bottom-shell .home-mostread-editorial-section,
.page-home .home-wrap-tight > .home-bottom-shell .home-mostread-editorial-grid,
.page-home .home-wrap-tight > .home-bottom-shell .section-head,
.page-home .home-wrap-tight > .home-bottom-shell .rub-grid{
  max-width:100%!important;
}
@media (max-width:860px){
  .page-home .home-wrap-tight > .home-bottom-shell > .section,
  .page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
  .page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
  .page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{margin-bottom:28px!important}
}

/* v61 final home boxed alignment */
.page-home .home-wrap-tight > .home-bottom-shell{
  width:calc(100% - 36px)!important;
  max-width:calc(var(--container) - 36px)!important;
  margin:0 auto!important;
  padding:0!important;
  box-sizing:border-box!important;
}
.page-home .home-wrap-tight > .home-bottom-shell > .section,
.page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{
  width:100%!important;
  max-width:100%!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:0!important;
  padding-right:0!important;
}
@media (max-width:860px){
  .page-home .home-wrap-tight > .home-bottom-shell{
    width:calc(100% - 28px)!important;
    max-width:calc(100% - 28px)!important;
  }
}

/* article dark mode verrouillé : méta, commentaires, plus lus, restons connecté */
html[data-theme="dark"] body.is-article{background:#0e131a;color:#edf2f8}
html[data-theme="dark"] .article-reference-page .article-meta-strip,
html[data-theme="dark"] .article-reference-page .article-comments-box,
html[data-theme="dark"] .article-reference-page .side-module,
html[data-theme="dark"] .article-reference-page .social-module,
html[data-theme="dark"] .article-reference-page .mostread-module{background:transparent!important}

html[data-theme="dark"] .article-reference-page .article-authorbox{
  background:#131a23!important;
  border:1px solid rgba(255,255,255,.08)!important;
  box-shadow:0 16px 34px rgba(0,0,0,.24)!important;
}
html[data-theme="dark"] .article-reference-page .author-mainline,
html[data-theme="dark"] .article-reference-page .author-subline,
html[data-theme="dark"] .article-reference-page .article-breadcrumbs,
html[data-theme="dark"] .article-reference-page .article-breadcrumbs a,
html[data-theme="dark"] .article-reference-page .article-breadcrumbs span{color:#9aabc0!important}
html[data-theme="dark"] .article-reference-page .author-mainline strong,
html[data-theme="dark"] .article-reference-page .breadcrumb-current{color:#f6f9fd!important}
html[data-theme="dark"] .article-reference-page .author-mainline .sep{background:rgba(255,255,255,.14)!important}
html[data-theme="dark"] .article-reference-page .author-avatar{background:#0f141b!important;color:#aeb9c8!important}

html[data-theme="dark"] .article-reference-page .meta-badge{
  background:#161e29!important;
  border:1px solid rgba(255,255,255,.08)!important;
  color:#dce6f3!important;
  box-shadow:none!important;
}
html[data-theme="dark"] .article-reference-page .meta-badge strong{color:#95a3b6!important}
html[data-theme="dark"] .article-reference-page .meta-badge em,
html[data-theme="dark"] .article-reference-page .meta-badge small,
html[data-theme="dark"] .article-reference-page .meta-read span{color:#f4f7fb!important}
html[data-theme="dark"] .article-reference-page .meta-badge svg{color:var(--accent)!important}

html[data-theme="dark"] .article-reference-page .comment-card,
html[data-theme="dark"] .article-reference-page .comments-empty,
html[data-theme="dark"] .article-reference-page .comment-form-wrap{
  background:#131a23!important;
  border:1px solid rgba(255,255,255,.08)!important;
  box-shadow:0 16px 34px rgba(0,0,0,.24)!important;
}
html[data-theme="dark"] .article-reference-page .comment-meta,
html[data-theme="dark"] .article-reference-page .comment-date,
html[data-theme="dark"] .article-reference-page .comments-empty{color:#96a6ba!important}
html[data-theme="dark"] .article-reference-page .comment-meta strong,
html[data-theme="dark"] .article-reference-page .comment-author,
html[data-theme="dark"] .article-reference-page .comment-text,
html[data-theme="dark"] .article-reference-page .article-comments-box .section-head-inline h2{color:#f6f9fd!important}
html[data-theme="dark"] .article-reference-page .comment-avatar{
  background:rgba(254,2,2,.16)!important;
  color:#fff!important;
}
html[data-theme="dark"] .article-reference-page .comment-form-wrap input,
html[data-theme="dark"] .article-reference-page .comment-form-wrap textarea,
html[data-theme="dark"] .article-reference-page .comment-form-wrap select,
html[data-theme="dark"] .article-reference-page .comment-form-wrap .text,
html[data-theme="dark"] .article-reference-page .comment-form-wrap .textarea,
html[data-theme="dark"] .article-reference-page .comment-form-wrap .select{
  background:#0f141b!important;
  border:1px solid rgba(255,255,255,.1)!important;
  color:#eef4fb!important;
}
html[data-theme="dark"] .article-reference-page .comment-form-wrap label,
html[data-theme="dark"] .article-reference-page .comment-form-wrap legend,
html[data-theme="dark"] .article-reference-page .comment-form-wrap .editer_label{color:#dbe6f4!important}
html[data-theme="dark"] .article-reference-page .comment-form-wrap input::placeholder,
html[data-theme="dark"] .article-reference-page .comment-form-wrap textarea::placeholder{color:#8191a6!important}

html[data-theme="dark"] .article-reference-page .social-grid-ref a,
html[data-theme="dark"] .article-reference-page .sidebar-item-mostread-ref{
  background:#131a23!important;
  border:1px solid rgba(255,255,255,.08)!important;
  box-shadow:0 16px 34px rgba(0,0,0,.24)!important;
}
html[data-theme="dark"] .article-reference-page .social-grid-ref a{color:#edf3fa!important}
html[data-theme="dark"] .article-reference-page .social-grid-ref .icon{color:#ff6b6b!important}
html[data-theme="dark"] .article-reference-page .social-grid-ref a:hover{
  background:#182230!important;
  border-color:rgba(254,2,2,.28)!important;
}
html[data-theme="dark"] .article-reference-page .sidebar-item-mostread-ref h4,
html[data-theme="dark"] .article-reference-page .sidebar-item-mostread-ref h4 a,
html[data-theme="dark"] .article-reference-page .sidebar-item-mostread-ref .card-surtitle,
html[data-theme="dark"] .article-reference-page .mostread-kicker-ref,
html[data-theme="dark"] .article-reference-page .mostread-kicker-ref a{color:#f6f9fd!important}
html[data-theme="dark"] .article-reference-page .mostread-kicker-ref,
html[data-theme="dark"] .article-reference-page .mostread-kicker-ref a,
html[data-theme="dark"] .article-reference-page .sidebar-item-mostread-ref .card-surtitle{color:#ff6666!important}
html[data-theme="dark"] .article-reference-page .mostread-meta-ref{color:#95a3b6!important}
html[data-theme="dark"] .article-reference-page .mostread-meta-ref .mostread-label{color:#ff7575!important}
html[data-theme="dark"] .article-reference-page .mostread-meta-ref .mostread-label:before{background:#ff6666!important}

html[data-theme="dark"] .article-reference-page .latest-module-ref .sidebar-item-ref h4,
html[data-theme="dark"] .article-reference-page .latest-module-ref .sidebar-item-ref h4 a{color:#f6f9fd!important}
html[data-theme="dark"] .article-reference-page .latest-module-ref .sidebar-item-body .catline,
html[data-theme="dark"] .article-reference-page .latest-module-ref .sidebar-item-body .catline a{color:#95a3b6!important}

/* v30 dark mode, share rail, latest strip and rubrique fixes */
.share-label-vertical{display:flex;flex-direction:column;align-items:center;gap:8px;color:#222630}
.share-label-vertical .share-count{display:inline-flex;align-items:center;justify-content:center;min-width:74px;padding:6px 10px;border-radius:999px;background:#f3f5f8;color:#616978;font-size:11px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}
.share-buttons{display:grid;gap:12px}
.share-buttons a,.share-buttons button{display:inline-flex;align-items:center;justify-content:center;width:64px;height:54px;border-radius:14px;border:1px solid #e8ecf2;background:linear-gradient(180deg,#fff 0%,#f7f9fc 100%);color:#5a6780;box-shadow:0 10px 24px rgba(17,20,31,.06);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease,color .2s ease;cursor:pointer}
.share-buttons a:hover,.share-buttons button:hover{transform:translateY(-2px);border-color:rgba(254,2,2,.26);color:var(--accent);box-shadow:0 14px 28px rgba(17,20,31,.12)}
.share-buttons a[aria-label="facebook"]{color:#1877f2}.share-buttons a[aria-label="x"]{color:#111}.share-buttons a[aria-label="linkedin"]{color:#0a66c2}.share-buttons a[aria-label="whatsapp"]{color:#20b874}.share-copy-btn{color:#596579}.share-print-btn{color:#6d7fbe}
.share-buttons svg{width:22px;height:22px}
.latest-strip{background:#fff}.latest-label{box-shadow:inset 0 0 0 1px rgba(254,2,2,.05)}
.latest-links a{font-weight:900}.latest-links a:after{width:6px;height:6px}
html[data-theme="dark"] .latest-strip{background:#10161f;border-bottom-color:rgba(255,255,255,.08)}
html[data-theme="dark"] .latest-label{background:rgba(254,2,2,.14)!important;color:#fe0202!important;box-shadow:inset 0 0 0 1px rgba(254,2,2,.2)}
html[data-theme="dark"] .latest-track:after{background:linear-gradient(90deg,rgba(16,22,31,0),#10161f)}
html[data-theme="dark"] .latest-links a{color:#eef3fa!important}
html[data-theme="dark"] .latest-links a:hover{color:#fe0202!important}
html[data-theme="dark"] .share-label-vertical{color:#e7edf6!important}
html[data-theme="dark"] .share-label-vertical .share-count{background:#141d28!important;color:#a9b5c7!important;border:1px solid rgba(255,255,255,.08)}
html[data-theme="dark"] .share-buttons a,html[data-theme="dark"] .share-buttons button{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important;border-color:rgba(255,255,255,.1)!important;box-shadow:0 14px 28px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .share-buttons a:hover,html[data-theme="dark"] .share-buttons button:hover{border-color:rgba(254,2,2,.34)!important;box-shadow:0 18px 32px rgba(0,0,0,.36)!important}
html[data-theme="dark"] .share-buttons a[aria-label="facebook"]{color:#7fb2ff!important}
html[data-theme="dark"] .share-buttons a[aria-label="x"]{color:#f5f7fb!important}
html[data-theme="dark"] .share-buttons a[aria-label="linkedin"]{color:#68b1ff!important}
html[data-theme="dark"] .share-buttons a[aria-label="whatsapp"]{color:#4be3a0!important}
html[data-theme="dark"] .share-copy-btn{color:#c9d4e3!important}html[data-theme="dark"] .share-print-btn{color:#b9c7ff!important}
html[data-theme="dark"] .rubrique-feed article,html[data-theme="dark"] .archive-grid.rubrique-main-grid article{background:linear-gradient(180deg,#131a24 0%,#0e141d 100%)!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 16px 34px rgba(0,0,0,.26)!important}
html[data-theme="dark"] .rubrique-feed article h3 a,html[data-theme="dark"] .rubrique-feed article .author,html[data-theme="dark"] .rubrique-feed article .meta,html[data-theme="dark"] .rubrique-feed article .excerpt,html[data-theme="dark"] .rubrique-sidebar .sidebar-item h4 a,html[data-theme="dark"] .rubrique-sidebar .headline-item a,html[data-theme="dark"] .rubrique-sidebar .quick-links a{color:#edf2f8!important}
html[data-theme="dark"] .rubrique-feed article .excerpt,html[data-theme="dark"] .rubrique-feed article .meta,html[data-theme="dark"] .rubrique-sidebar .catline a{color:#aab5c5!important}
html[data-theme="dark"] .rubrique-loadmore-btn{background:linear-gradient(180deg,var(--accent) 0%,#fe0202 100%)!important;border-color:transparent!important;color:#fff!important;box-shadow:0 16px 28px rgba(254,2,2,.22)!important}
html[data-theme="dark"] .rubrique-sidebar .compact-box,html[data-theme="dark"] .rubrique-sidebar .compact-sidebar-card{background:linear-gradient(180deg,#131a24 0%,#0e141d 100%)!important;border-color:rgba(255,255,255,.08)!important}

/* v32 share counter centering, rubrique dark mode and unified sidebar */
.share-label-vertical{gap:10px!important}.share-label-vertical .share-count{display:grid!important;grid-template-columns:1fr;justify-items:center;align-items:center;row-gap:1px;min-width:84px;min-height:58px;padding:8px 12px!important;text-align:center;line-height:1.04}.share-count-number{display:block;font-size:20px;font-weight:950;letter-spacing:-.04em;color:#4b5567}.share-count-label{display:block;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.share-label-vertical .share-count.is-feedback,.share-label-vertical .share-count:empty{display:inline-flex!important}.share-panel-left .share-label span{font-size:13px;font-weight:900}.latest-label{background:#fff1f1!important;color:#fe0202!important;border:1px solid rgba(254,2,2,.12)}
.site-sidebar-unified{display:grid;gap:22px}.site-sidebar-unified .side-module,.rubrique-sidebar .side-module{background:var(--card);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);overflow:hidden}.site-sidebar-unified .module-tag,.rubrique-sidebar .module-tag{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;background:linear-gradient(90deg,#10131a,#20293a);color:#fff;font-size:18px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.site-sidebar-unified .module-tag::after,.rubrique-sidebar .module-tag::after{content:"";width:34px;height:4px;border-radius:999px;background:#fe0202}.site-sidebar-unified .sidebar-list-ref,.rubrique-sidebar .sidebar-list-ref{display:grid}.site-sidebar-unified .sidebar-item-ref,.rubrique-sidebar .sidebar-item-ref{border-top:1px solid var(--line)}.site-sidebar-unified .sidebar-item-ref:first-child,.rubrique-sidebar .sidebar-item-ref:first-child{border-top:0}.site-sidebar-unified .sidebar-item-ref .thumb,.rubrique-sidebar .sidebar-item-ref .thumb{border-radius:16px}.site-sidebar-unified .quick-links,.rubrique-sidebar .quick-links{display:grid;gap:12px;padding:18px 20px}.site-sidebar-unified .quick-links a,.rubrique-sidebar .quick-links a{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-radius:14px;background:var(--bg-soft);border:1px solid var(--line);color:var(--text);font-weight:800}.site-sidebar-unified .quick-links a::after,.rubrique-sidebar .quick-links a::after{content:"→";color:#fe0202;font-weight:900}.rubrique-layout{align-items:start}.rubrique-feed-shell{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important}.rubrique-feed{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.rubrique-feed article{min-width:0}.rubrique-feed article h3 a,.rubrique-feed article .excerpt{overflow-wrap:anywhere}.rubrique-loadmore-wrap{display:flex;justify-content:center;margin:22px 0 0}.rubrique-loadmore-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:220px;height:54px;padding:0 28px;border:0;border-radius:999px;background:#fe0202;color:#fff;font-size:14px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 16px 34px rgba(254,2,2,.24);transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.rubrique-loadmore-btn::before{content:"+";font-size:22px;line-height:1}.rubrique-loadmore-btn:hover{transform:translateY(-2px);box-shadow:0 20px 38px rgba(254,2,2,.3)}html[data-theme="dark"] .share-label-vertical{color:#f4f7fb!important}html[data-theme="dark"] .share-label-vertical .share-count{background:linear-gradient(180deg,#111824 0%,#0d141d 100%)!important;color:#d6deea!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 14px 28px rgba(0,0,0,.3)!important}html[data-theme="dark"] .share-count-number{color:#ffffff!important}html[data-theme="dark"] .share-count-label{color:#aeb9c8!important}html[data-theme="dark"] .latest-strip,html[data-theme="dark"] .latest-track,html[data-theme="dark"] .latest-links{background:#0d141d!important;color:#edf2f8!important}html[data-theme="dark"] .latest-links a,html[data-theme="dark"] .latest-links span,html[data-theme="dark"] .latest-track *{color:#edf2f8!important}html[data-theme="dark"] .latest-label{background:rgba(254,2,2,.16)!important;border-color:rgba(254,2,2,.24)!important;color:#ffd1d1!important}html[data-theme="dark"] .rubrique-wrap,html[data-theme="dark"] .rubrique-main-grid,html[data-theme="dark"] .rubrique-layout{background:transparent!important}html[data-theme="dark"] .rubrique-feed article,html[data-theme="dark"] .archive-grid.rubrique-main-grid article,html[data-theme="dark"] .rubrique-feed article .thumb,html[data-theme="dark"] .rubrique-feed article .thumb img,html[data-theme="dark"] .rubrique-feed article .thumb picture{background:#111824!important}html[data-theme="dark"] .rubrique-feed article{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 16px 34px rgba(0,0,0,.28)!important}html[data-theme="dark"] .rubrique-feed article h3 a,html[data-theme="dark"] .rubrique-feed article .author,html[data-theme="dark"] .rubrique-feed article .meta,html[data-theme="dark"] .rubrique-feed article .excerpt{color:#edf2f8!important}html[data-theme="dark"] .rubrique-feed article .excerpt,html[data-theme="dark"] .rubrique-feed article .meta{color:#afbac9!important}html[data-theme="dark"] .rubrique-sidebar .side-module,html[data-theme="dark"] .site-sidebar-unified .side-module{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important;border-color:rgba(255,255,255,.08)!important;box-shadow:0 16px 34px rgba(0,0,0,.28)!important}html[data-theme="dark"] .rubrique-sidebar .module-tag,html[data-theme="dark"] .site-sidebar-unified .module-tag{background:linear-gradient(90deg,#101620,#182234)!important;color:#fff!important}html[data-theme="dark"] .rubrique-sidebar .sidebar-item-ref,html[data-theme="dark"] .site-sidebar-unified .sidebar-item-ref,html[data-theme="dark"] .rubrique-sidebar .quick-links a,html[data-theme="dark"] .site-sidebar-unified .quick-links a{border-color:rgba(255,255,255,.08)!important}html[data-theme="dark"] .rubrique-sidebar .quick-links a,html[data-theme="dark"] .site-sidebar-unified .quick-links a{background:#111824!important;color:#edf2f8!important}html[data-theme="dark"] .rubrique-sidebar .sidebar-item-body h4 a,html[data-theme="dark"] .rubrique-sidebar .sidebar-item-body p,html[data-theme="dark"] .rubrique-sidebar .card-surtitle,html[data-theme="dark"] .site-sidebar-unified .sidebar-item-body h4 a,html[data-theme="dark"] .site-sidebar-unified .sidebar-item-body p,html[data-theme="dark"] .site-sidebar-unified .card-surtitle{color:#edf2f8!important}html[data-theme="dark"] .rubrique-sidebar .catline a,html[data-theme="dark"] .rubrique-sidebar .mostread-meta-ref,html[data-theme="dark"] .site-sidebar-unified .catline a,html[data-theme="dark"] .site-sidebar-unified .mostread-meta-ref{color:#afbac9!important}html[data-theme="dark"] .rubrique-pagination-fallback .pagination a,html[data-theme="dark"] .rubrique-pagination-fallback .pagination .on{background:#111824!important;color:#edf2f8!important;border-color:rgba(255,255,255,.08)!important}@media (max-width:1180px){.rubrique-feed{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.rubrique-feed{grid-template-columns:1fr}.share-label-vertical .share-count{min-width:78px;min-height:54px}.site-sidebar-unified .module-tag,.rubrique-sidebar .module-tag{font-size:16px}}

/* v33 menu rouge en mode sombre + module en ce moment */
.latest-label{font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:none}
.moment-strip{background:#fff;border-bottom:1px solid var(--line)}
.moment-strip .container{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:18px;padding:10px 18px}
.moment-track:after{background:linear-gradient(90deg,rgba(255,255,255,0),#fff)}
.moment-links a{font-weight:900;color:#1a1d22}
.moment-links a:hover{color:var(--accent)}
.latest-strip .container,.moment-strip .container{padding-top:11px;padding-bottom:11px}
html[data-theme="dark"] .menuwrap{background:#fe0202!important;border-bottom-color:rgba(255,255,255,.16)!important}
html[data-theme="dark"] .menu-drawer{background:#d80000!important;border-bottom-color:rgba(255,255,255,.14)!important}
html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .header-search-link,html[data-theme="dark"] .social-icons a,html[data-theme="dark"] .menu-tools .theme-toggle{color:#fff!important}
html[data-theme="dark"] .mainmenu a.is-hot,html[data-theme="dark"] .mainmenu a:hover{color:#fff!important;opacity:1}
html[data-theme="dark"] .mainmenu a:after{background:#fff!important}
html[data-theme="dark"] .menu-burger{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.2)!important;color:#fff!important}
html[data-theme="dark"] .theme-toggle{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.2)!important;color:#fff!important}
html[data-theme="dark"] .menu-burger span{background:#fff!important}
html[data-theme="dark"] .moment-strip,html[data-theme="dark"] .latest-strip{background:#10161f!important;border-bottom-color:rgba(255,255,255,.08)!important}
html[data-theme="dark"] .moment-track,html[data-theme="dark"] .latest-track,html[data-theme="dark"] .moment-links,html[data-theme="dark"] .latest-links{background:#10161f!important}
html[data-theme="dark"] .moment-track:after,html[data-theme="dark"] .latest-track:after{background:linear-gradient(90deg,rgba(16,22,31,0),#10161f)!important}
html[data-theme="dark"] .moment-links a,html[data-theme="dark"] .latest-links a{color:#edf2f8!important}
html[data-theme="dark"] .latest-label{background:rgba(254,2,2,.16)!important;border-color:rgba(254,2,2,.26)!important;color:#ffd7d7!important}
@media (max-width:860px){.moment-strip .container,.latest-strip .container{grid-template-columns:1fr;gap:10px}.moment-strip,.latest-strip{margin-top:0}.moment-strip .latest-label,.latest-strip .latest-label{justify-self:start}}

/* v34 footer, menu rouge #fe0202 et bouton thème en sidebar */
.menuwrap{background:#fe0202!important;border-bottom:0!important;box-shadow:0 12px 28px rgba(35,10,10,.12)!important}
.menuwrap .container{min-height:80px}
.menu-drawer{background:#e10202!important;border-bottom:0!important;box-shadow:0 18px 32px rgba(35,10,10,.18)!important}
.mainmenu a.is-hot:after,.mainmenu a:hover:after{background:#fff!important}
html[data-theme="dark"] .menuwrap{background:#fe0202!important;border-bottom:0!important;box-shadow:0 12px 28px rgba(0,0,0,.24)!important}
html[data-theme="dark"] .menu-drawer{background:#e10202!important;border-bottom:0!important;box-shadow:0 18px 32px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .mainmenu a,html[data-theme="dark"] .menu-drawer-nav a,html[data-theme="dark"] .header-search-link,html[data-theme="dark"] .social-icons a,html[data-theme="dark"] .menu-tools .theme-toggle{color:#fff!important}
html[data-theme="dark"] .mainmenu a.is-hot:after,html[data-theme="dark"] .mainmenu a:hover:after{background:#fff!important}

.footer-refined{position:relative;background:linear-gradient(180deg,#0a111a 0%,#070d14 100%);border-top:4px solid #fe0202;color:#d7dee9}
.footer-refined:before{content:"";position:absolute;inset:0 0 auto 0;height:1px;background:rgba(255,255,255,.08)}
.footer-inner{display:grid;grid-template-columns:minmax(260px,1.2fr) .95fr .75fr .75fr;gap:34px;padding:34px 0 26px}
.footer-brand{display:grid;gap:12px;align-content:start}
.footer-brand img{height:52px;width:auto}
.footer-brand small{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:#f6f8fb;font-weight:800}
.footer-description{max-width:48ch;margin:0;color:#c4cddd;line-height:1.75;font-size:16px}
.footer-links-col h4{margin:0 0 14px;font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:#f7f9fc;font-weight:900}
.footer-links-list{display:grid;gap:12px}
.footer-links-list-columns{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:18px;row-gap:12px}
.footer-links-list a{display:inline-flex;align-items:center;gap:10px;color:#d7dee9;font-weight:700;line-height:1.4}
.footer-links-list a:before{content:"";width:5px;height:5px;border-radius:999px;background:#fe0202;flex:0 0 5px;box-shadow:0 0 0 6px rgba(254,2,2,.08)}
.footer-links-list a:hover{color:#fff}
.footer-socials{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}
.footer-socials a{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.02);color:#fff}
.footer-socials a:hover{border-color:rgba(254,2,2,.36);background:rgba(254,2,2,.12);color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.16)}
.footer-bottom-inner{display:flex;justify-content:center;padding:16px 0}
.footer-bottom p{margin:0;text-align:center;font-size:14px;line-height:1.6;color:#c9d2df}
.footer-bottom a{color:#fff;font-weight:800}
.footer-bottom a:hover{color:#fff}
html[data-theme="dark"] .footer-refined{background:linear-gradient(180deg,#071018 0%,#04080e 100%);color:#d7dee9}
html[data-theme="dark"] .footer-links-list a,html[data-theme="dark"] .footer-description,html[data-theme="dark"] .footer-bottom p{color:#d7dee9!important}
html[data-theme="dark"] .footer-socials a{border-color:rgba(255,255,255,.12)!important;background:rgba(255,255,255,.02)!important;color:#fff!important}
html[data-theme="dark"] .footer-socials a:hover{background:rgba(254,2,2,.14)!important;border-color:rgba(254,2,2,.4)!important}

.sidebar-theme-module,.home-theme-module{overflow:hidden}
.sidebar-theme-box{display:grid;gap:14px;padding:18px 20px;background:linear-gradient(180deg,#fff 0%,#fbfcfe 100%)}
.sidebar-theme-box p{margin:0;color:#5c6472;line-height:1.65;font-size:14px}
.sidebar-theme-toggle{width:100%!important;height:52px!important;border-radius:16px!important;grid-template-columns:24px 1fr;justify-content:start!important;gap:12px;padding:0 16px!important;background:linear-gradient(180deg,#fe0202 0%,#fe0202 100%)!important;border:0!important;box-shadow:0 14px 28px rgba(254,2,2,.24)!important;color:#fff!important}
.sidebar-theme-toggle:hover{background:linear-gradient(180deg,#ff1919 0%,#fe0202 100%)!important;transform:translateY(-2px)!important}
.sidebar-theme-toggle .sidebar-theme-toggle-icon{position:relative;display:inline-grid;place-items:center;width:22px;height:22px}
.sidebar-theme-toggle .sidebar-theme-toggle-icon svg{position:absolute;width:18px;height:18px}
.sidebar-theme-toggle .theme-toggle-sun{opacity:0;transform:scale(.72) rotate(-35deg)}
html[data-theme="dark"] .sidebar-theme-toggle .theme-toggle-moon{opacity:0;transform:scale(.72) rotate(35deg)}
html[data-theme="dark"] .sidebar-theme-toggle .theme-toggle-sun{opacity:1;transform:scale(1) rotate(0)}
.sidebar-theme-toggle-label{font-size:14px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.site-sidebar-unified .sidebar-theme-module .module-tag::after,.rubrique-sidebar .sidebar-theme-module .module-tag::after{background:#fff}
html[data-theme="dark"] .sidebar-theme-box{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important}
html[data-theme="dark"] .sidebar-theme-box p{color:#b8c3d2!important}
html[data-theme="dark"] .sidebar-theme-toggle{box-shadow:0 16px 30px rgba(0,0,0,.3)!important}

@media (max-width:1180px){.footer-inner{grid-template-columns:1fr 1fr}.footer-brand-col{grid-column:1/-1}}
@media (max-width:760px){.footer-inner{grid-template-columns:1fr;gap:24px;padding:28px 0 20px}.footer-links-list-columns{grid-template-columns:1fr 1fr}.footer-brand img{height:46px}.footer-description{font-size:15px}.footer-bottom-inner{padding:14px 0}.footer-bottom p{font-size:13px}.sidebar-theme-box{padding:16px}}

/* v44 pages intérieures unifiées : sidebar, contact, recherche */
.interior-page-wrap{padding-top:26px;padding-bottom:34px}
.interior-layout-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px;align-items:start}
.interior-main-content{display:grid;gap:22px;min-width:0}
.interior-sidebar{display:grid;gap:22px}
.interior-sidebar .side-module{background:var(--card);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);overflow:hidden}
.interior-hero-card,.editorial-panel{background:var(--card);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);padding:28px 30px}
.interior-hero-card h1,.editorial-panel h2{margin:0 0 10px;line-height:1.02;letter-spacing:-.04em}
.interior-hero-card h1{font-size:44px}
.interior-hero-text,.editorial-panel p{color:var(--muted);font-size:17px;line-height:1.78}
.panel-kicker,.page-surtitle{display:inline-flex;align-items:center;gap:12px;margin-bottom:16px;color:#fe0202;font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}
.panel-kicker:before,.page-surtitle:before{content:"";width:48px;height:4px;border-radius:999px;background:#fe0202}
.interior-hero-pills,.search-shortcuts-chips,.contact-highlight-list,.contact-checklist{display:flex;flex-wrap:wrap;gap:10px}
.interior-hero-pills span,.search-shortcuts-chips a,.contact-highlight-list li,.contact-checklist li,.search-chip{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 16px;border-radius:999px;border:1px solid rgba(254,2,2,.16);background:#fff5f5;color:#7f1d1d;font-size:13px;font-weight:800}
.contact-info-grid,.editorial-panels-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.contact-checklist,.contact-highlight-list{padding:0;margin:14px 0 0;list-style:none}
.panel-linkline a{display:inline-flex;align-items:center;gap:10px;font-weight:900;color:#fe0202}
.contact-guidelines-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:16px}
.contact-guidelines-grid article{padding:18px;border-radius:18px;background:var(--bg-soft);border:1px solid var(--line)}
.contact-guidelines-grid strong{display:block;margin-bottom:10px;font-size:15px;letter-spacing:-.02em}
.contact-form-shell-enhanced{padding:22px;border-radius:24px;background:linear-gradient(180deg,#fff, #fbfcfe);border:1px solid var(--line)}
.contact-form-wrap-enhanced{display:grid;gap:16px}
.contact-form-wrap-enhanced form{display:grid;gap:16px}
.contact-form-wrap-enhanced fieldset{margin:0;padding:18px;border:1px solid var(--line);border-radius:20px;background:var(--card)}
.contact-form-wrap-enhanced .editer,.contact-form-wrap-enhanced .fieldset .editer{margin-bottom:14px}
.contact-form-wrap-enhanced label{display:block;margin-bottom:8px;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#2a313d}
.contact-form-wrap-enhanced input,.contact-form-wrap-enhanced textarea,.contact-form-wrap-enhanced select{width:100%;border:1px solid var(--line-strong);border-radius:16px;padding:14px 16px;background:#fff;color:var(--text)}
.contact-form-wrap-enhanced textarea{min-height:180px;resize:vertical}
.contact-form-wrap-enhanced .boutons{display:flex;justify-content:flex-start}
.contact-form-wrap-enhanced .submit,.contact-form-wrap-enhanced button{display:inline-flex;align-items:center;justify-content:center;min-width:220px;min-height:52px;padding:0 24px;border:0;border-radius:999px;background:#fe0202;color:#fff;font-weight:900;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 16px 32px rgba(254,2,2,.22)}
.search-hero-card{gap:18px}
.search-form-pro{display:grid;gap:14px;margin-top:18px}
.search-form-mainline{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px}
.search-form-pro input[type="search"]{height:58px;padding:0 18px;border:1px solid var(--line-strong);border-radius:18px;background:var(--card);font-size:17px}
.search-submit-primary{min-width:220px;height:58px;border:0;border-radius:18px;background:#fe0202;color:#fff;font-weight:900;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 18px 34px rgba(254,2,2,.24)}
.search-form-tools{display:flex;flex-wrap:wrap;gap:10px}
.search-tool-btn,.search-tool-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;border:1px solid var(--line);background:var(--bg-soft);color:var(--text);font-size:13px;font-weight:800}
.search-tool-link{border-color:rgba(254,2,2,.18);background:#fff5f5;color:#fe0202}
.search-shortcuts-panel{display:grid;gap:12px;padding:18px;border-radius:22px;background:linear-gradient(180deg,#fff,#fbfcfe);border:1px solid var(--line)}
.search-shortcuts-panel strong{font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:#1a2230}
.search-metrics-row-enhanced{margin:0}
.search-results-panel .search-block-head,.search-block-taxonomy .search-block-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}
.search-results-panel .search-block-head span,.search-block-taxonomy .search-block-head span{font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#fe0202}
.search-grid-editorial{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.search-card-editorial{background:var(--card);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:16px;display:grid;gap:12px}
.search-card-editorial .thumb{border-radius:18px;overflow:hidden}
.search-card-topline{display:flex;align-items:center;justify-content:space-between;gap:12px}
.search-card-topline .search-score{font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#fe0202}
.search-card-editorial h3{margin:0;font-size:30px;line-height:1.08;letter-spacing:-.04em}
.search-card-editorial .excerpt{margin:0;color:var(--muted)}
.search-card-editorial .search-meta{display:flex;flex-wrap:wrap;gap:12px;color:#6f7682;font-size:14px;font-weight:700}
.search-empty-card h2{font-size:34px}
.search-chip-grid{display:flex;flex-wrap:wrap;gap:10px}
.site-sidebar-unified .social-grid-ref{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:18px 20px}
.site-sidebar-unified .social-grid-ref a{display:flex;align-items:center;gap:12px;min-height:56px;padding:0 16px;border-radius:16px;background:var(--bg-soft);border:1px solid var(--line);font-weight:800;color:var(--text)}
.site-sidebar-unified .social-grid-ref .icon{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:999px;background:#fff;color:#fe0202;border:1px solid rgba(254,2,2,.16)}
.site-sidebar-unified .sidebar-item-ref{display:grid;grid-template-columns:88px 1fr;gap:14px;padding:16px 18px;border-top:1px solid var(--line)}
.site-sidebar-unified .sidebar-item-ref .thumb{overflow:hidden;border-radius:16px}
.site-sidebar-unified .sidebar-item-ref .thumb img{width:100%;height:100%;object-fit:cover}
.site-sidebar-unified .sidebar-item-ref h4{margin:0;font-size:21px;line-height:1.14;letter-spacing:-.03em}
.site-sidebar-unified .card-surtitle{margin-top:8px;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#fe0202}
.site-sidebar-unified .sidebar-item-mostread-ref{grid-template-columns:54px 1fr !important;padding-left:16px !important}
.site-sidebar-unified .sidebar-item-mostread-ref .mostread-rank-ref{align-self:start}
.site-sidebar-unified .sidebar-item-mostread-ref h4{font-size:18px !important}
html[data-theme="dark"] .interior-hero-card,html[data-theme="dark"] .editorial-panel,html[data-theme="dark"] .contact-form-shell-enhanced,html[data-theme="dark"] .search-shortcuts-panel{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important;border-color:rgba(255,255,255,.08)!important;box-shadow:0 16px 34px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .interior-hero-text,html[data-theme="dark"] .editorial-panel p,html[data-theme="dark"] .contact-form-intro,html[data-theme="dark"] .search-card-editorial .excerpt{color:#b8c3d2!important}
html[data-theme="dark"] .interior-hero-pills span,html[data-theme="dark"] .search-shortcuts-chips a,html[data-theme="dark"] .contact-highlight-list li,html[data-theme="dark"] .contact-checklist li,html[data-theme="dark"] .search-chip,html[data-theme="dark"] .search-tool-btn{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .search-tool-link{background:rgba(254,2,2,.12)!important;border-color:rgba(254,2,2,.28)!important;color:#ffd8d8!important}
html[data-theme="dark"] .contact-guidelines-grid article,html[data-theme="dark"] .site-sidebar-unified .social-grid-ref a{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .site-sidebar-unified .social-grid-ref .icon{background:#0d141d!important;border-color:rgba(254,2,2,.22)!important;color:#fff!important}
html[data-theme="dark"] .contact-form-wrap-enhanced fieldset,html[data-theme="dark"] .contact-form-wrap-enhanced input,html[data-theme="dark"] .contact-form-wrap-enhanced textarea,html[data-theme="dark"] .contact-form-wrap-enhanced select,html[data-theme="dark"] .search-form-pro input[type="search"],html[data-theme="dark"] .search-card-editorial{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .contact-form-wrap-enhanced label,html[data-theme="dark"] .search-shortcuts-panel strong{color:#edf2f8!important}
@media (max-width:1180px){.interior-layout-grid{grid-template-columns:1fr}.interior-sidebar{order:2}.contact-info-grid,.editorial-panels-grid,.contact-guidelines-grid,.search-grid-editorial{grid-template-columns:1fr 1fr}}
@media (max-width:760px){.interior-page-wrap{padding-top:18px}.interior-hero-card,.editorial-panel{padding:22px 18px}.interior-hero-card h1{font-size:34px}.search-form-mainline,.contact-info-grid,.editorial-panels-grid,.contact-guidelines-grid,.search-grid-editorial,.site-sidebar-unified .social-grid-ref{grid-template-columns:1fr}.search-submit-primary,.contact-form-wrap-enhanced .submit,.contact-form-wrap-enhanced button{min-width:0;width:100%}.site-sidebar-unified .sidebar-item-ref{grid-template-columns:76px 1fr}.site-sidebar-unified .sidebar-item-ref h4{font-size:18px}}

/* v60 home sections align strictly with top grid */
.page-home .home-wrap-tight > .home-bottom-shell{display:block!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;box-sizing:border-box!important}
.page-home .home-wrap-tight > .home-bottom-shell > .section,
.page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin:0 0 34px 0!important;
  padding:0!important;
  box-sizing:border-box!important;
}
.page-home .home-wrap-tight > .home-bottom-shell > .section:last-child{margin-bottom:0!important}
.page-home .home-wrap-tight > .home-bottom-shell .home-mostread-editorial-section,
.page-home .home-wrap-tight > .home-bottom-shell .home-mostread-editorial-grid,
.page-home .home-wrap-tight > .home-bottom-shell .section-head,
.page-home .home-wrap-tight > .home-bottom-shell .rub-grid{
  max-width:100%!important;
}
@media (max-width:860px){
  .page-home .home-wrap-tight > .home-bottom-shell > .section,
  .page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
  .page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
  .page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{margin-bottom:28px!important}
}

/* v61 final home boxed alignment */
.page-home .home-wrap-tight > .home-bottom-shell{
  width:calc(100% - 36px)!important;
  max-width:calc(var(--container) - 36px)!important;
  margin:0 auto!important;
  padding:0!important;
  box-sizing:border-box!important;
}
.page-home .home-wrap-tight > .home-bottom-shell > .section,
.page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{
  width:100%!important;
  max-width:100%!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:0!important;
  padding-right:0!important;
}
@media (max-width:860px){
  .page-home .home-wrap-tight > .home-bottom-shell{
    width:calc(100% - 28px)!important;
    max-width:calc(100% - 28px)!important;
  }
}

/* v35 surtitre prioritaire et rouge unifié */
.hero-overlay-full .card-surtitle,.compact-hero-card .card-surtitle,.latest-news-card .card-surtitle,.sidebar-item-ref .card-surtitle,.sidebar-item .card-surtitle{display:inline-flex;align-items:center;gap:10px;margin:0 0 10px;color:#fe0202!important;font-size:13px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.hero-overlay-full .card-surtitle::before,.compact-hero-card .card-surtitle::before,.latest-news-card .card-surtitle::before,.sidebar-item-ref .card-surtitle::before,.sidebar-item .card-surtitle::before{content:"";width:34px;height:3px;border-radius:999px;background:#fe0202;box-shadow:none}
.hero-overlay-full .catline,.compact-hero-card .catline,.latest-news-card .catline,.sidebar-item-ref .catline,.sidebar-item .catline,.mostread-kicker-ref{display:none!important}
html[data-theme="dark"] .hero-overlay-full .card-surtitle,html[data-theme="dark"] .compact-hero-card .card-surtitle,html[data-theme="dark"] .latest-news-card .card-surtitle,html[data-theme="dark"] .sidebar-item-ref .card-surtitle,html[data-theme="dark"] .sidebar-item .card-surtitle{color:#fe0202!important}

/* v39 en ce moment en cartes fixes + rouge global + lisibilité */
:root{--accent:#fe0202;--accent-2:#fe0202;--accent-soft:#fff1f1}
.menuwrap{background:#fe0202!important}
html[data-theme="dark"] .menuwrap{background:#fe0202!important}
.moment-strip{position:relative;z-index:25;background:#fff;border-bottom:1px solid var(--line)}
.moment-container{display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:start;padding-top:12px;padding-bottom:12px}
.moment-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;min-width:0}
.moment-card{display:grid;grid-template-columns:34px 1fr;align-items:flex-start;gap:10px;padding:10px 12px;border:1px solid var(--line);border-radius:14px;background:linear-gradient(180deg,#ffffff,#fafbfc);min-height:58px;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.moment-card:hover{transform:translateY(-1px);border-color:rgba(254,2,2,.32);box-shadow:0 10px 22px rgba(18,22,34,.07)}
.moment-card-rank{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;background:#fe0202;color:#fff;font-size:13px;font-weight:900;letter-spacing:.02em}
.moment-card-text{display:block;font-size:13px;line-height:1.35;font-weight:850;color:#14171c}
html[data-theme="dark"] .moment-strip{background:#10161f!important;border-bottom-color:rgba(255,255,255,.08)!important}
html[data-theme="dark"] .moment-card{background:linear-gradient(180deg,#0f1824,#0c1320)!important;border-color:rgba(255,255,255,.08)!important;box-shadow:none}
html[data-theme="dark"] .moment-card:hover{border-color:rgba(254,2,2,.42)!important}
html[data-theme="dark"] .moment-card-text{color:#edf2f8!important}
@media (max-width:1180px){.moment-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:860px){.moment-container{grid-template-columns:1fr;gap:10px}.moment-grid{grid-template-columns:1fr}.moment-card{min-height:0}}

/* v44 pages intérieures unifiées : sidebar, contact, recherche */
.interior-page-wrap{padding-top:26px;padding-bottom:34px}
.interior-layout-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px;align-items:start}
.interior-main-content{display:grid;gap:22px;min-width:0}
.interior-sidebar{display:grid;gap:22px}
.interior-sidebar .side-module{background:var(--card);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);overflow:hidden}
.interior-hero-card,.editorial-panel{background:var(--card);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);padding:28px 30px}
.interior-hero-card h1,.editorial-panel h2{margin:0 0 10px;line-height:1.02;letter-spacing:-.04em}
.interior-hero-card h1{font-size:44px}
.interior-hero-text,.editorial-panel p{color:var(--muted);font-size:17px;line-height:1.78}
.panel-kicker,.page-surtitle{display:inline-flex;align-items:center;gap:12px;margin-bottom:16px;color:#fe0202;font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}
.panel-kicker:before,.page-surtitle:before{content:"";width:48px;height:4px;border-radius:999px;background:#fe0202}
.interior-hero-pills,.search-shortcuts-chips,.contact-highlight-list,.contact-checklist{display:flex;flex-wrap:wrap;gap:10px}
.interior-hero-pills span,.search-shortcuts-chips a,.contact-highlight-list li,.contact-checklist li,.search-chip{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 16px;border-radius:999px;border:1px solid rgba(254,2,2,.16);background:#fff5f5;color:#7f1d1d;font-size:13px;font-weight:800}
.contact-info-grid,.editorial-panels-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.contact-checklist,.contact-highlight-list{padding:0;margin:14px 0 0;list-style:none}
.panel-linkline a{display:inline-flex;align-items:center;gap:10px;font-weight:900;color:#fe0202}
.contact-guidelines-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:16px}
.contact-guidelines-grid article{padding:18px;border-radius:18px;background:var(--bg-soft);border:1px solid var(--line)}
.contact-guidelines-grid strong{display:block;margin-bottom:10px;font-size:15px;letter-spacing:-.02em}
.contact-form-shell-enhanced{padding:22px;border-radius:24px;background:linear-gradient(180deg,#fff, #fbfcfe);border:1px solid var(--line)}
.contact-form-wrap-enhanced{display:grid;gap:16px}
.contact-form-wrap-enhanced form{display:grid;gap:16px}
.contact-form-wrap-enhanced fieldset{margin:0;padding:18px;border:1px solid var(--line);border-radius:20px;background:var(--card)}
.contact-form-wrap-enhanced .editer,.contact-form-wrap-enhanced .fieldset .editer{margin-bottom:14px}
.contact-form-wrap-enhanced label{display:block;margin-bottom:8px;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#2a313d}
.contact-form-wrap-enhanced input,.contact-form-wrap-enhanced textarea,.contact-form-wrap-enhanced select{width:100%;border:1px solid var(--line-strong);border-radius:16px;padding:14px 16px;background:#fff;color:var(--text)}
.contact-form-wrap-enhanced textarea{min-height:180px;resize:vertical}
.contact-form-wrap-enhanced .boutons{display:flex;justify-content:flex-start}
.contact-form-wrap-enhanced .submit,.contact-form-wrap-enhanced button{display:inline-flex;align-items:center;justify-content:center;min-width:220px;min-height:52px;padding:0 24px;border:0;border-radius:999px;background:#fe0202;color:#fff;font-weight:900;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 16px 32px rgba(254,2,2,.22)}
.search-hero-card{gap:18px}
.search-form-pro{display:grid;gap:14px;margin-top:18px}
.search-form-mainline{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px}
.search-form-pro input[type="search"]{height:58px;padding:0 18px;border:1px solid var(--line-strong);border-radius:18px;background:var(--card);font-size:17px}
.search-submit-primary{min-width:220px;height:58px;border:0;border-radius:18px;background:#fe0202;color:#fff;font-weight:900;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 18px 34px rgba(254,2,2,.24)}
.search-form-tools{display:flex;flex-wrap:wrap;gap:10px}
.search-tool-btn,.search-tool-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;border:1px solid var(--line);background:var(--bg-soft);color:var(--text);font-size:13px;font-weight:800}
.search-tool-link{border-color:rgba(254,2,2,.18);background:#fff5f5;color:#fe0202}
.search-shortcuts-panel{display:grid;gap:12px;padding:18px;border-radius:22px;background:linear-gradient(180deg,#fff,#fbfcfe);border:1px solid var(--line)}
.search-shortcuts-panel strong{font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:#1a2230}
.search-metrics-row-enhanced{margin:0}
.search-results-panel .search-block-head,.search-block-taxonomy .search-block-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}
.search-results-panel .search-block-head span,.search-block-taxonomy .search-block-head span{font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#fe0202}
.search-grid-editorial{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.search-card-editorial{background:var(--card);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:16px;display:grid;gap:12px}
.search-card-editorial .thumb{border-radius:18px;overflow:hidden}
.search-card-topline{display:flex;align-items:center;justify-content:space-between;gap:12px}
.search-card-topline .search-score{font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#fe0202}
.search-card-editorial h3{margin:0;font-size:30px;line-height:1.08;letter-spacing:-.04em}
.search-card-editorial .excerpt{margin:0;color:var(--muted)}
.search-card-editorial .search-meta{display:flex;flex-wrap:wrap;gap:12px;color:#6f7682;font-size:14px;font-weight:700}
.search-empty-card h2{font-size:34px}
.search-chip-grid{display:flex;flex-wrap:wrap;gap:10px}
.site-sidebar-unified .social-grid-ref{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:18px 20px}
.site-sidebar-unified .social-grid-ref a{display:flex;align-items:center;gap:12px;min-height:56px;padding:0 16px;border-radius:16px;background:var(--bg-soft);border:1px solid var(--line);font-weight:800;color:var(--text)}
.site-sidebar-unified .social-grid-ref .icon{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:999px;background:#fff;color:#fe0202;border:1px solid rgba(254,2,2,.16)}
.site-sidebar-unified .sidebar-item-ref{display:grid;grid-template-columns:88px 1fr;gap:14px;padding:16px 18px;border-top:1px solid var(--line)}
.site-sidebar-unified .sidebar-item-ref .thumb{overflow:hidden;border-radius:16px}
.site-sidebar-unified .sidebar-item-ref .thumb img{width:100%;height:100%;object-fit:cover}
.site-sidebar-unified .sidebar-item-ref h4{margin:0;font-size:21px;line-height:1.14;letter-spacing:-.03em}
.site-sidebar-unified .card-surtitle{margin-top:8px;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#fe0202}
.site-sidebar-unified .sidebar-item-mostread-ref{grid-template-columns:54px 1fr !important;padding-left:16px !important}
.site-sidebar-unified .sidebar-item-mostread-ref .mostread-rank-ref{align-self:start}
.site-sidebar-unified .sidebar-item-mostread-ref h4{font-size:18px !important}
html[data-theme="dark"] .interior-hero-card,html[data-theme="dark"] .editorial-panel,html[data-theme="dark"] .contact-form-shell-enhanced,html[data-theme="dark"] .search-shortcuts-panel{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%)!important;border-color:rgba(255,255,255,.08)!important;box-shadow:0 16px 34px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .interior-hero-text,html[data-theme="dark"] .editorial-panel p,html[data-theme="dark"] .contact-form-intro,html[data-theme="dark"] .search-card-editorial .excerpt{color:#b8c3d2!important}
html[data-theme="dark"] .interior-hero-pills span,html[data-theme="dark"] .search-shortcuts-chips a,html[data-theme="dark"] .contact-highlight-list li,html[data-theme="dark"] .contact-checklist li,html[data-theme="dark"] .search-chip,html[data-theme="dark"] .search-tool-btn{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .search-tool-link{background:rgba(254,2,2,.12)!important;border-color:rgba(254,2,2,.28)!important;color:#ffd8d8!important}
html[data-theme="dark"] .contact-guidelines-grid article,html[data-theme="dark"] .site-sidebar-unified .social-grid-ref a{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .site-sidebar-unified .social-grid-ref .icon{background:#0d141d!important;border-color:rgba(254,2,2,.22)!important;color:#fff!important}
html[data-theme="dark"] .contact-form-wrap-enhanced fieldset,html[data-theme="dark"] .contact-form-wrap-enhanced input,html[data-theme="dark"] .contact-form-wrap-enhanced textarea,html[data-theme="dark"] .contact-form-wrap-enhanced select,html[data-theme="dark"] .search-form-pro input[type="search"],html[data-theme="dark"] .search-card-editorial{background:#111824!important;border-color:rgba(255,255,255,.08)!important;color:#edf2f8!important}
html[data-theme="dark"] .contact-form-wrap-enhanced label,html[data-theme="dark"] .search-shortcuts-panel strong{color:#edf2f8!important}
@media (max-width:1180px){.interior-layout-grid{grid-template-columns:1fr}.interior-sidebar{order:2}.contact-info-grid,.editorial-panels-grid,.contact-guidelines-grid,.search-grid-editorial{grid-template-columns:1fr 1fr}}
@media (max-width:760px){.interior-page-wrap{padding-top:18px}.interior-hero-card,.editorial-panel{padding:22px 18px}.interior-hero-card h1{font-size:34px}.search-form-mainline,.contact-info-grid,.editorial-panels-grid,.contact-guidelines-grid,.search-grid-editorial,.site-sidebar-unified .social-grid-ref{grid-template-columns:1fr}.search-submit-primary,.contact-form-wrap-enhanced .submit,.contact-form-wrap-enhanced button{min-width:0;width:100%}.site-sidebar-unified .sidebar-item-ref{grid-template-columns:76px 1fr}.site-sidebar-unified .sidebar-item-ref h4{font-size:18px}}

/* v60 home sections align strictly with top grid */
.page-home .home-wrap-tight > .home-bottom-shell{display:block!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;box-sizing:border-box!important}
.page-home .home-wrap-tight > .home-bottom-shell > .section,
.page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin:0 0 34px 0!important;
  padding:0!important;
  box-sizing:border-box!important;
}
.page-home .home-wrap-tight > .home-bottom-shell > .section:last-child{margin-bottom:0!important}
.page-home .home-wrap-tight > .home-bottom-shell .home-mostread-editorial-section,
.page-home .home-wrap-tight > .home-bottom-shell .home-mostread-editorial-grid,
.page-home .home-wrap-tight > .home-bottom-shell .section-head,
.page-home .home-wrap-tight > .home-bottom-shell .rub-grid{
  max-width:100%!important;
}
@media (max-width:860px){
  .page-home .home-wrap-tight > .home-bottom-shell > .section,
  .page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
  .page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
  .page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{margin-bottom:28px!important}
}

/* v61 final home boxed alignment */
.page-home .home-wrap-tight > .home-bottom-shell{
  width:calc(100% - 36px)!important;
  max-width:calc(var(--container) - 36px)!important;
  margin:0 auto!important;
  padding:0!important;
  box-sizing:border-box!important;
}
.page-home .home-wrap-tight > .home-bottom-shell > .section,
.page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{
  width:100%!important;
  max-width:100%!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:0!important;
  padding-right:0!important;
}
@media (max-width:860px){
  .page-home .home-wrap-tight > .home-bottom-shell{
    width:calc(100% - 28px)!important;
    max-width:calc(100% - 28px)!important;
  }
}

.home-bottom-shell{max-width:1240px;margin:0 auto}
.home-bottom-shell .section{margin-left:auto;margin-right:auto}
.section-rubriques-grid .section-head h2,.home-section-head-unified h2{text-transform:none}
@media (max-width:1320px){.home-bottom-shell{max-width:100%}}

/* sidebar most read press style */
.mostread-module-press{padding:0!important;overflow:hidden!important;background:var(--card,#fff)!important}
.mostread-module-press .module-tag{padding:18px 20px 14px!important;margin:0!important;border-bottom:1px solid var(--line)!important}
.mostread-press-wrap{display:grid;gap:0}
.mostread-featured-ref{display:grid;gap:0;background:transparent}
.mostread-featured-thumb{display:block;aspect-ratio:16/10;overflow:hidden;background:var(--bg-soft);border-bottom:1px solid var(--line)}
.mostread-featured-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.mostread-featured-body{padding:16px 18px 10px}
.mostread-featured-kicker{margin:0 0 10px;color:var(--accent);font-size:12px;font-weight:900;letter-spacing:.03em;text-transform:uppercase}
.mostread-featured-main{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;align-items:start}
.mostread-featured-main .mostread-rank-inline{display:flex;align-items:flex-start;justify-content:center;color:var(--accent);font-size:34px;line-height:1;font-weight:800;font-family:Georgia,"Times New Roman",serif}
.mostread-featured-main h4{margin:0;font-size:20px;line-height:1.14;letter-spacing:-.03em}
.mostread-featured-main h4 a{display:block;color:var(--text);text-decoration:none}
.mostread-featured-main h4 a:hover{color:var(--accent)}
.mostread-press-list{display:grid}
.mostread-press-item{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;align-items:start;padding:16px 18px;border-top:1px solid var(--line);background:transparent}
.mostread-press-item .mostread-rank-ref{display:flex;align-items:flex-start;justify-content:center;text-decoration:none}
.mostread-press-item .mostread-rank-ref span{display:block;width:auto;height:auto;background:none!important;box-shadow:none!important;border-radius:0!important;color:var(--accent)!important;font-size:34px!important;line-height:1!important;font-weight:800!important;font-family:Georgia,"Times New Roman",serif}
.mostread-press-item .sidebar-item-body{display:grid;gap:7px;min-width:0}
.mostread-press-item .card-surtitle{margin:0;color:var(--accent)!important;font-size:12px!important;font-weight:900!important;letter-spacing:.03em!important;text-transform:uppercase!important}
.mostread-press-item h4{margin:0;font-size:18px!important;line-height:1.18!important;letter-spacing:-.02em!important}
.mostread-press-item h4 a{color:var(--text);text-decoration:none}
.mostread-press-item h4 a:hover{color:var(--accent)}
html[data-theme="dark"] .mostread-module-press{background:var(--card)!important}
html[data-theme="dark"] .mostread-featured-thumb{border-bottom-color:rgba(255,255,255,.08)!important}
html[data-theme="dark"] .mostread-press-item{border-top-color:rgba(255,255,255,.08)!important}
html[data-theme="dark"] .mostread-featured-main h4 a,html[data-theme="dark"] .mostread-press-item h4 a{color:#f6f8fb}
html[data-theme="dark"] .mostread-featured-main h4 a:hover,html[data-theme="dark"] .mostread-press-item h4 a:hover{color:var(--accent)}
@media (max-width:720px){.mostread-featured-body,.mostread-press-item{padding-left:16px;padding-right:16px}.mostread-featured-main,.mostread-press-item{grid-template-columns:34px minmax(0,1fr)}.mostread-featured-main .mostread-rank-inline,.mostread-press-item .mostread-rank-ref span{font-size:30px!important}.mostread-featured-main h4{font-size:18px}.mostread-press-item h4{font-size:17px!important}}

/* home width alignment fix */
.page-home .home-wrap-tight > .home-bottom-shell{width:100%!important;max-width:100%!important;margin:0 auto!important;padding-left:0!important;padding-right:0!important}
.page-home .home-wrap-tight > .home-bottom-shell > .section{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important}
.page-home .home-wrap-tight > .home-bottom-shell .home-mostread-editorial-section{padding-left:0!important;padding-right:0!important}
@media (max-width:1180px){.page-home .home-wrap-tight > .home-bottom-shell,.page-home .home-wrap-tight > .home-bottom-shell > .section{max-width:100%!important}}

/* v58 home width alignment + relative dates */
.page-home .home-wrap-tight{max-width:var(--container)!important;margin:0 auto!important;padding-left:18px!important;padding-right:18px!important;}
.page-home .home-top-grid-refined,.page-home .home-wrap-tight > .home-bottom-shell,.page-home .home-wrap-tight > .home-bottom-shell > .section{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;}
.page-home .home-wrap-tight > .home-bottom-shell{display:block!important;padding-left:0!important;padding-right:0!important;}
.page-home .home-wrap-tight > .home-bottom-shell > .section{padding-left:0!important;padding-right:0!important;}
@media (max-width:860px){.page-home .home-wrap-tight{padding-left:14px!important;padding-right:14px!important;}}

/* v60 home sections align strictly with top grid */
.page-home .home-wrap-tight > .home-bottom-shell{display:block!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;box-sizing:border-box!important}
.page-home .home-wrap-tight > .home-bottom-shell > .section,
.page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin:0 0 34px 0!important;
  padding:0!important;
  box-sizing:border-box!important;
}
.page-home .home-wrap-tight > .home-bottom-shell > .section:last-child{margin-bottom:0!important}
.page-home .home-wrap-tight > .home-bottom-shell .home-mostread-editorial-section,
.page-home .home-wrap-tight > .home-bottom-shell .home-mostread-editorial-grid,
.page-home .home-wrap-tight > .home-bottom-shell .section-head,
.page-home .home-wrap-tight > .home-bottom-shell .rub-grid{
  max-width:100%!important;
}
@media (max-width:860px){
  .page-home .home-wrap-tight > .home-bottom-shell > .section,
  .page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
  .page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
  .page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{margin-bottom:28px!important}
}

/* v61 final home boxed alignment */
.page-home .home-wrap-tight > .home-bottom-shell{
  width:calc(100% - 36px)!important;
  max-width:calc(var(--container) - 36px)!important;
  margin:0 auto!important;
  padding:0!important;
  box-sizing:border-box!important;
}
.page-home .home-wrap-tight > .home-bottom-shell > .section,
.page-home .home-wrap-tight > .home-bottom-shell > .home-mostread-inline-section,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-primary,
.page-home .home-wrap-tight > .home-bottom-shell > .section-rubriques-secondary{
  width:100%!important;
  max-width:100%!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:0!important;
  padding-right:0!important;
}
@media (max-width:860px){
  .page-home .home-wrap-tight > .home-bottom-shell{
    width:calc(100% - 28px)!important;
    max-width:calc(100% - 28px)!important;
  }
}

/* v62 lecture bleue vive + dernières news chronologiques */
.reading-progress{height:8px !important;background:rgba(18,85,255,.18) !important;box-shadow:inset 0 1px 0 rgba(255,255,255,.16) !important}
.reading-progress span{background:linear-gradient(90deg,#00a2ff 0%,#2a6bff 26%,#00d4ff 52%,#2f7dff 76%,#00a2ff 100%) !important;background-size:280% 100% !important;animation:reading-bar-flow .72s linear infinite,reading-bar-pulse 1.05s ease-in-out infinite !important;box-shadow:0 0 24px rgba(0,140,255,.38),0 0 14px rgba(42,107,255,.32) !important}
.reading-progress span::after{background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.68),rgba(255,255,255,0)) !important}
.latest-module-press .module-tag{margin-bottom:14px}
.latest-press-wrap{display:grid;gap:14px}
.latest-featured-ref{display:grid;gap:12px;padding:14px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(180deg,#fff 0%,#fcfcfd 100%);box-shadow:0 10px 22px rgba(18,22,34,.04)}
.latest-featured-thumb{display:block;overflow:hidden;border-radius:14px;background:var(--bg-soft);aspect-ratio:16/10}
.latest-featured-thumb img{width:100%;height:100%;object-fit:cover}
.latest-featured-body{display:grid;gap:8px}
.latest-featured-kicker,.latest-press-item .card-surtitle{margin:0;color:var(--accent);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.latest-featured-ref h4{margin:0;font-size:28px;line-height:1.12;letter-spacing:-.04em}
.latest-featured-ref h4 a,.latest-press-item h4 a{display:block}
.latest-featured-meta,.latest-press-meta{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:800;color:#737986;text-transform:uppercase;letter-spacing:.05em}
.latest-time-dot{display:inline-flex;flex:0 0 auto;width:10px;height:10px;border-radius:999px;background:var(--accent);box-shadow:0 0 0 4px rgba(254,2,2,.1)}
.latest-press-list{position:relative;display:grid;gap:0;padding-left:10px}
.latest-press-list::before{content:"";position:absolute;left:4px;top:0;bottom:0;width:2px;background:linear-gradient(180deg,rgba(254,2,2,.6) 0%,rgba(254,2,2,.18) 100%);border-radius:999px}
.latest-press-item{position:relative;display:grid;grid-template-columns:22px 1fr;gap:14px;padding:14px 0 14px 6px;border-top:1px solid var(--line)}
.latest-press-item:first-child{border-top:0;padding-top:2px}
.latest-time-col{position:relative;display:flex;justify-content:center}
.latest-time-col .latest-time-dot{margin-top:6px;position:relative;z-index:1}
.latest-time-line{display:none}
.latest-press-item .sidebar-item-body{display:grid;gap:7px}
.latest-press-item h4{margin:0;font-size:20px;line-height:1.18;letter-spacing:-.03em;color:#1f232a}
.latest-press-item:hover h4 a,.latest-featured-ref:hover h4 a{color:var(--accent)}
html[data-theme="dark"] .latest-featured-ref{background:linear-gradient(180deg,#121a25 0%,#0d141d 100%) !important;border-color:rgba(255,255,255,.08) !important;box-shadow:0 14px 30px rgba(0,0,0,.24) !important}
html[data-theme="dark"] .latest-featured-ref h4,html[data-theme="dark"] .latest-press-item h4,html[data-theme="dark"] .latest-featured-ref h4 a,html[data-theme="dark"] .latest-press-item h4 a{color:#eef2f7 !important}
html[data-theme="dark"] .latest-featured-meta,html[data-theme="dark"] .latest-press-meta{color:#9eabbd !important}
html[data-theme="dark"] .latest-press-item{border-top-color:rgba(255,255,255,.08) !important}
html[data-theme="dark"] .latest-press-list::before{background:linear-gradient(180deg,rgba(254,2,2,.75) 0%,rgba(254,2,2,.22) 100%) !important}
@media (max-width:860px){.latest-featured-ref h4{font-size:22px}.latest-press-item h4{font-size:18px}}

/* v66 consolidated article + home adjustments */
.reading-progress{height:9px !important;background:rgba(7,48,122,.18) !important;box-shadow:inset 0 1px 0 rgba(255,255,255,.18) !important}
.reading-progress span{position:relative;overflow:hidden;background:linear-gradient(90deg,#00a2ff 0%,#2b6bff 38%,#00c6ff 72%,#2b6bff 100%) !important;background-size:220% 100% !important;animation:reading-bar-flow .95s linear infinite, reading-bar-pulse-blue 1.1s ease-in-out infinite alternate !important;transition:width .16s cubic-bezier(.22,.61,.36,1) !important;box-shadow:0 0 18px rgba(0,140,255,.38),0 0 14px rgba(42,107,255,.32) !important}
.reading-progress span::after{content:"";position:absolute;top:0;bottom:0;width:120px;right:-120px;background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.68),rgba(255,255,255,0)) !important;transform:skewX(-24deg);animation:reading-bar-sheen 1.35s linear infinite}
@keyframes reading-bar-pulse-blue{0%{filter:brightness(1)}100%{filter:brightness(1.2)}}
.article-standfirst-ref,.article-standfirst-text,.standfirst{font-weight:700 !important}
.article-body-ref,.article-content{line-height:1.76 !important}
.sidebar-item-mostread-ref h4,.sidebar-item-mostread-ref h4 a,.home-mostread-item h3,.home-mostread-lead h3{font-weight:700 !important}
.page-home .home-bottom-shell{width:100% !important;max-width:1324px !important;margin:0 auto !important;padding:0 !important;box-sizing:border-box !important}
.page-home .home-bottom-shell > .section,.page-home .home-bottom-shell > .home-mostread-inline-section,.page-home .home-bottom-shell > .section-rubriques-primary,.page-home .home-bottom-shell > .section-rubriques-secondary{max-width:1324px !important;margin-left:auto !important;margin-right:auto !important;padding-left:0 !important;padding-right:0 !important}
.page-home .home-bottom-shell .home-mostread-editorial-grid,.page-home .home-bottom-shell .rub-grid,.page-home .home-bottom-shell .section-head{max-width:100% !important}
@media (max-width:1340px){.page-home .home-bottom-shell,.page-home .home-bottom-shell > .section,.page-home .home-bottom-shell > .home-mostread-inline-section,.page-home .home-bottom-shell > .section-rubriques-primary,.page-home .home-bottom-shell > .section-rubriques-secondary{max-width:calc(100% - 36px) !important}}
@media (max-width:860px){.article-title-ref{font-size:36px !important}.article-body-ref,.article-content{line-height:1.7 !important}.page-home .home-bottom-shell,.page-home .home-bottom-shell > .section,.page-home .home-bottom-shell > .home-mostread-inline-section,.page-home .home-bottom-shell > .section-rubriques-primary,.page-home .home-bottom-shell > .section-rubriques-secondary{max-width:calc(100% - 28px) !important}}

/* v69 cleanup + final overrides */
.article-title-ref{font-size:55px !important;max-width:none !important}
@media (max-width:1080px){.article-title-ref{font-size:50px !important}}
@media (max-width:860px){.article-title-ref{font-size:36px !important}}

.theme-toggle{position:relative;display:inline-flex !important;align-items:center;justify-content:center;width:40px;height:40px;border-radius:999px;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.08);color:#fff;overflow:hidden}
.theme-toggle svg{position:absolute;width:18px;height:18px;transition:transform .22s ease,opacity .22s ease}
.theme-toggle-moon{opacity:1;transform:scale(1) rotate(0deg)}
.theme-toggle-sun{opacity:0;transform:scale(.7) rotate(-35deg)}
html[data-theme="dark"] .theme-toggle-moon{opacity:0;transform:scale(.7) rotate(35deg)}
html[data-theme="dark"] .theme-toggle-sun{opacity:1;transform:scale(1) rotate(0deg)}

.latest-press-list{position:relative;display:grid;gap:0;padding-left:0 !important}
.latest-press-list::before{content:"";position:absolute;left:11px;top:8px;bottom:8px;width:2px;background:linear-gradient(180deg,rgba(254,2,2,.55) 0%,rgba(254,2,2,.16) 100%);border-radius:999px}
.latest-press-item{position:relative;display:grid;grid-template-columns:22px 1fr;gap:14px;padding:14px 0 14px 0;border-top:1px solid var(--line)}
.latest-time-col{position:relative;display:flex;justify-content:center;align-items:flex-start}
.latest-time-col .latest-time-dot{position:relative;z-index:1;margin-top:6px}
.latest-time-dot{display:inline-flex;flex:0 0 auto;width:10px;height:10px;border-radius:999px;background:var(--accent);box-shadow:0 0 0 4px rgba(254,2,2,.12)}
.latest-time-line{display:none !important}
html[data-theme="dark"] .latest-press-list::before{background:linear-gradient(180deg,rgba(254,2,2,.78) 0%,rgba(254,2,2,.22) 100%) !important}

.article-hero-caption{display:flex;align-items:center;gap:8px;min-height:40px;padding:10px 14px;background:linear-gradient(180deg,rgba(254,2,2,.96) 0%,#fe0202 100%);color:#fff;font-size:13px;line-height:1.35;font-weight:800;letter-spacing:.01em;text-shadow:0 1px 0 rgba(0,0,0,.08);box-shadow:0 -10px 24px rgba(0,0,0,.12)}
.article-hero-caption:before{content:"";display:inline-block;width:4px;align-self:stretch;border-radius:999px;background:rgba(255,255,255,.9)}
@media (max-width:720px){.article-hero-caption{padding:8px 10px;font-size:12px;line-height:1.3}}

.page-home .home-bottom-shell,.page-home .home-bottom-shell > .section,.page-home .home-bottom-shell > .home-mostread-inline-section,.page-home .home-bottom-shell > .section-rubriques-primary,.page-home .home-bottom-shell > .section-rubriques-secondary{max-width:1324px !important;margin-left:auto !important;margin-right:auto !important}



/* v70 final overrides */
.article-title-ref{font-size:55px !important;max-width:none !important;line-height:1.02 !important;}
.article-standfirst-ref,.article-standfirst-text{font-weight:700 !important;}
.article-body-ref{line-height:1.72 !important;}
.theme-toggle{position:relative;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:999px;overflow:hidden;}
.theme-toggle svg{position:absolute;width:19px;height:19px;display:block;transition:opacity .2s ease,transform .2s ease;}
.theme-toggle .theme-toggle-sun{opacity:0;transform:scale(.72) rotate(-35deg);}
html[data-theme="dark"] .theme-toggle .theme-toggle-moon{opacity:0;transform:scale(.72) rotate(35deg);}
html[data-theme="dark"] .theme-toggle .theme-toggle-sun{opacity:1;transform:scale(1) rotate(0);}
.latest-press-list{position:relative;padding-left:0 !important;}
.latest-press-list::before{left:9px !important;top:18px !important;bottom:18px !important;}
.latest-press-item{grid-template-columns:20px 1fr !important;gap:14px !important;align-items:start !important;padding:14px 0 !important;}
.latest-press-item:first-child{padding-top:0 !important;}
.latest-time-col{display:flex !important;align-items:flex-start !important;justify-content:flex-start !important;padding-top:0 !important;}
.latest-time-col .latest-time-dot{margin-top:0.28em !important;transform:none !important;}
.latest-press-item .card-surtitle{margin:0 !important;line-height:1.15 !important;}
.latest-press-item .sidebar-item-body{display:grid !important;gap:6px !important;}
.latest-featured-ref h4,.latest-press-item h4,.sidebar-item-mostread-ref h4{font-weight:700 !important;}
.article-hero-ref{border-radius:6px !important;overflow:hidden !important;}
.article-hero-caption{position:absolute !important;left:0 !important;right:0 !important;bottom:0 !important;display:flex !important;align-items:center !important;min-height:40px !important;padding:10px 14px !important;background:linear-gradient(180deg,rgba(254,2,2,.96) 0%,#fe0202 100%) !important;color:#fff !important;font-size:13px !important;line-height:1.35 !important;font-weight:700 !important;letter-spacing:.01em !important;box-shadow:0 -10px 24px rgba(0,0,0,.12) !important;z-index:2 !important;text-wrap:pretty;}
.article-hero-caption:before{content:"";display:inline-block;width:4px;align-self:stretch;border-radius:999px;background:rgba(255,255,255,.92);margin-right:8px;}
@media (max-width:1080px){.article-title-ref{font-size:48px !important;}}
@media (max-width:720px){.article-title-ref{font-size:36px !important;}.article-hero-caption{padding:8px 10px !important;font-size:12px !important;line-height:1.3 !important;}.latest-press-list::before{left:8px !important;}}


/* v71 latest news timeline padding alignment */
.latest-module-press{padding-left:0 !important;padding-right:0 !important}
.latest-press-wrap{padding-left:12px !important;padding-right:12px !important}
.latest-press-list{padding-left:8px !important;padding-right:8px !important}
.latest-press-list::before{left:21px !important;top:16px !important;bottom:16px !important}
.latest-press-item{grid-template-columns:28px minmax(0,1fr) !important;gap:14px !important;padding:14px 8px 14px 0 !important}
.latest-time-col{justify-content:flex-start !important;align-items:flex-start !important;padding-left:0 !important}
.latest-time-col .latest-time-dot{margin-top:.22em !important;margin-left:0 !important}
.latest-press-item .sidebar-item-body{padding-right:2px !important}
@media (max-width:720px){
  .latest-press-wrap{padding-left:10px !important;padding-right:10px !important}
  .latest-press-list{padding-left:6px !important;padding-right:6px !important}
  .latest-press-list::before{left:18px !important}
  .latest-press-item{grid-template-columns:24px minmax(0,1fr) !important;gap:12px !important;padding:12px 6px 12px 0 !important}
}

/* v72 mobile readability + floating share + latest timeline alignment */
html,body{overflow-x:hidden;}
img,svg,video,iframe{max-width:100%;}

.latest-press-wrap{padding-left:14px !important;padding-right:14px !important;}
.latest-press-list{padding-left:12px !important;padding-right:12px !important;}
.latest-press-list::before{left:26px !important;top:18px !important;bottom:18px !important;}
.latest-press-item{grid-template-columns:34px minmax(0,1fr) !important;gap:16px !important;padding:14px 4px 14px 0 !important;}
.latest-time-col{justify-content:flex-start !important;align-items:flex-start !important;padding-left:8px !important;}
.latest-time-col .latest-time-dot{margin-top:0.26em !important;}
.latest-press-item .sidebar-item-body{padding-right:4px !important;}
.latest-press-item .card-surtitle{font-size:12px !important;line-height:1.18 !important;}
.latest-press-meta{font-size:12px !important;}

.article-hero-caption{padding:12px 16px !important;font-size:13px !important;line-height:1.45 !important;letter-spacing:.01em !important;text-wrap:pretty;}
.article-hero-caption:before{margin-right:10px !important;}

@media (max-width:860px){
  .latest-strip .container{padding-left:14px !important;padding-right:14px !important;}
  .latest-links a{font-size:14px !important;line-height:1.45 !important;}
  .section-head h2,.section-head-inline h2,.module-tag{font-size:18px !important;line-height:1.18 !important;}
  .excerpt,.sidebar-item-body p,.contact-form-header span,.editorial-panel p,.interior-hero-text,.search-card-editorial .excerpt{font-size:16px !important;line-height:1.65 !important;}
  .meta,.article-meta,.latest-press-meta,.mostread-meta-ref,.rub-card-meta,.search-card-editorial .search-meta{font-size:13px !important;line-height:1.45 !important;}
  .quick-links a,.headline-item a,.site-sidebar-unified .social-grid-ref a{font-size:15px !important;line-height:1.4 !important;}
  .site-sidebar-unified .sidebar-item-ref h4,.sidebar-item-mostread-ref h4,.latest-press-item h4,.latest-featured-ref h4{font-size:20px !important;line-height:1.18 !important;}
  .card-surtitle,.site-sidebar-unified .card-surtitle,.latest-featured-kicker,.latest-press-item .card-surtitle{font-size:12px !important;letter-spacing:.08em !important;}
  .article-reference-wrap{padding-bottom:110px !important;}
  .article-share-rail{position:fixed !important;left:12px !important;right:12px !important;bottom:12px !important;top:auto !important;z-index:1600 !important;}
  .share-panel.share-panel-left{display:grid !important;grid-template-columns:minmax(0,1fr) auto !important;align-items:center !important;gap:12px !important;padding:12px 14px !important;border-radius:18px !important;background:rgba(255,255,255,.96) !important;border:1px solid rgba(18,22,34,.08) !important;box-shadow:0 18px 40px rgba(0,0,0,.16) !important;backdrop-filter:blur(10px);}
  html[data-theme="dark"] .share-panel.share-panel-left{background:rgba(12,18,27,.94) !important;border-color:rgba(255,255,255,.1) !important;box-shadow:0 18px 42px rgba(0,0,0,.34) !important;}
  .share-panel .share-label{align-items:flex-start !important;gap:4px !important;}
  .share-panel .share-label svg{width:20px !important;height:20px !important;}
  .share-label-vertical{flex-direction:row !important;align-items:center !important;justify-content:flex-start !important;gap:10px !important;color:#1a1e25 !important;}
  html[data-theme="dark"] .share-label-vertical{color:#eef3fa !important;}
  .share-label-vertical > span{font-size:14px !important;font-weight:900 !important;letter-spacing:.04em !important;text-transform:uppercase;}
  .share-label-vertical .share-count{min-width:auto !important;padding:0 !important;background:transparent !important;border:0 !important;border-radius:0 !important;display:inline-grid !important;gap:0 !important;text-align:left !important;}
  .share-count-number{font-size:18px !important;line-height:1 !important;font-weight:950 !important;color:var(--accent) !important;}
  .share-count-label{font-size:11px !important;line-height:1.15 !important;color:inherit !important;letter-spacing:.04em !important;text-transform:uppercase;}
  .share-buttons{display:flex !important;flex-direction:row !important;flex-wrap:nowrap !important;gap:8px !important;justify-content:flex-end !important;}
  .share-buttons a,.share-buttons button{width:46px !important;height:46px !important;border-radius:14px !important;flex:0 0 46px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;}
  .share-buttons svg{width:20px !important;height:20px !important;}
  .mainmenu a,.menu-drawer-nav a{font-size:15px !important;}
  .menu-logo img{height:36px !important;}
}

@media (max-width:640px){
  .article-title-ref{font-size:34px !important;}
  .article-standfirst-ref{font-size:21px !important;line-height:1.45 !important;}
  .article-body-ref,.article-content{font-size:18px !important;line-height:1.72 !important;}
  .article-body-ref h2{font-size:28px !important;}
  .article-body-ref h3{font-size:23px !important;}
  .latest-press-wrap{padding-left:12px !important;padding-right:12px !important;}
  .latest-press-list{padding-left:8px !important;padding-right:8px !important;}
  .latest-press-list::before{left:20px !important;}
  .latest-press-item{grid-template-columns:26px minmax(0,1fr) !important;gap:12px !important;padding:12px 0 !important;}
  .latest-time-col{padding-left:4px !important;}
  .share-panel.share-panel-left{grid-template-columns:1fr !important;gap:10px !important;padding:12px !important;}
  .share-buttons{justify-content:space-between !important;}
}
