/* Use the compact hamburger navigation on every viewport. */
:root{--mdp-heading-bg-opacity-light:.24;--mdp-heading-bg-opacity-dark:.24}
.mdp-site-header{transition:transform .22s ease}
.mdp-site-header .navbar{min-height:76px}
.mdp-site-header .navbar>.container-fluid{display:flex;align-items:center;flex-wrap:nowrap;gap:1rem}
.mdp-site-header .navbar-brand{flex:0 0 auto;margin-right:auto}
.mdp-header-tools{display:flex!important;align-items:center;gap:.65rem;margin-left:auto!important;order:3!important}
.mdp-theme-toggle{position:relative;display:grid!important;place-items:center!important;width:48px!important;height:48px!important;padding:0!important;border:1px solid rgba(17,17,17,.18)!important;border-radius:0!important;background:#fff!important;color:#111!important;overflow:hidden!important;box-shadow:none!important;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease!important}
.mdp-theme-toggle:hover,.mdp-theme-toggle:focus-visible{background:#111!important;color:#fff!important;border-color:#111!important;transform:translateY(-1px)}
.mdp-theme-toggle .mdp-theme-icon{position:absolute;display:grid;place-items:center;font-size:1.35rem;line-height:1;transition:opacity .18s ease,transform .18s ease}.mdp-theme-toggle .mdp-theme-moon{opacity:0;transform:rotate(-35deg) scale(.75)}html[data-theme='dark'] .mdp-theme-toggle,body.mdp-dark .mdp-theme-toggle{background:#0c0e11!important;color:#fff!important;border-color:rgba(255,255,255,.24)!important}html[data-theme='dark'] .mdp-theme-toggle:hover,html[data-theme='dark'] .mdp-theme-toggle:focus-visible,body.mdp-dark .mdp-theme-toggle:hover,body.mdp-dark .mdp-theme-toggle:focus-visible{background:#fff!important;color:#111!important;border-color:#fff!important}html[data-theme='dark'] .mdp-theme-toggle .mdp-theme-sun,body.mdp-dark .mdp-theme-toggle .mdp-theme-sun{opacity:0;transform:rotate(35deg) scale(.75)}html[data-theme='dark'] .mdp-theme-toggle .mdp-theme-moon,body.mdp-dark .mdp-theme-toggle .mdp-theme-moon{opacity:1;transform:none}
.mdp-menu-trigger{display:flex!important;width:auto!important;min-width:52px!important;height:46px!important;align-items:center!important;justify-content:center!important;gap:.6rem!important;padding:.5rem .75rem!important;border:1px solid rgba(17,17,17,.2)!important;border-radius:0!important;background:#fff!important;color:#111!important;z-index:10005!important}
.mdp-menu-trigger__label{display:none!important}.mdp-menu-trigger__icon{display:flex!important;flex-direction:column;justify-content:center;gap:5px;width:24px;height:24px}.mdp-menu-trigger__icon i{display:block!important;width:100%!important;height:2px!important;background:currentColor!important;transform-origin:center;transition:transform .2s ease,opacity .2s ease}.mdp-menu-trigger[aria-expanded='true'] .mdp-menu-trigger__icon i{transform:none!important;opacity:1!important}body.mdp-menu-open .mdp-menu-trigger{visibility:hidden!important;pointer-events:none!important}html[data-theme='dark'] .mdp-menu-trigger{background:#0c0e11!important;color:#fff!important;border-color:rgba(255,255,255,.25)!important}
.mdp-nav-shell{display:none!important;position:fixed!important;inset:0!important;width:100vw!important;height:100dvh!important;min-height:100vh!important;z-index:10002!important;background:rgba(10,10,10,.99)!important;color:#fff!important;overflow-y:auto!important;overscroll-behavior:contain;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translate3d(0,-12px,0)!important;transition:opacity .22s ease,transform .22s ease,visibility .22s ease!important}.mdp-nav-shell.is-open{display:flex!important;flex-direction:column!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important}.mdp-mobile-nav-heading{display:flex!important;flex-direction:column;position:relative;z-index:2;padding:max(1.25rem,env(safe-area-inset-top)) 5.5rem 1rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.16)}.mdp-mobile-nav-heading span{color:var(--mdp-red);font-weight:900;letter-spacing:.14em;text-transform:uppercase;font-size:.72rem}.mdp-mobile-nav-heading strong{color:#fff;font-size:1.25rem;line-height:1.2}.mdp-menu-close{display:grid!important;place-items:center!important;position:absolute!important;right:max(1rem,env(safe-area-inset-right))!important;top:max(.75rem,env(safe-area-inset-top))!important;width:48px!important;height:48px!important;border:1px solid rgba(255,255,255,.3)!important;border-radius:0!important;background:rgba(255,255,255,.08)!important;color:#fff!important;font-size:2.6rem!important;line-height:1!important;z-index:3!important}.mdp-nav-inner{display:block!important;min-height:0!important;width:min(100%,960px)!important;margin:0 auto!important;padding:1rem 1.25rem max(2rem,env(safe-area-inset-bottom))!important}.mdp-nav-inner>.navbar-nav{display:none!important}.mdp-mobile-scene-list{display:block!important;list-style:none!important;margin:0!important;padding:0!important;width:100%}.mdp-mobile-scene-list li{margin:0;border-bottom:1px solid rgba(255,255,255,.14)}.mdp-mobile-scene-list a{display:grid;grid-template-columns:2.8rem 1fr;align-items:center;gap:.75rem;width:100%;padding:.72rem 0;color:#fff;text-decoration:none;text-transform:uppercase}.mdp-mobile-scene-list a span{color:var(--mdp-red);font:900 .72rem/1 system-ui,sans-serif;letter-spacing:.08em}.mdp-mobile-scene-list a strong{font:900 clamp(1.65rem,5vw,3.5rem)/1 Impact,Haettenschweiler,'Arial Narrow Bold',sans-serif}.mdp-mobile-scene-list a.is-active{background:rgba(210,13,24,.13);transform:translateX(5px)}.mdp-mobile-scene-list a.is-active strong{color:var(--mdp-red)}.mdp-mobile-action{display:flex!important;justify-content:center!important;width:100%!important;margin:1.2rem 0 0!important;padding:1rem!important}body.mdp-menu-open{overflow:hidden!important;touch-action:none!important}body.mdp-menu-open .mdp-scene-rail{opacity:0!important;pointer-events:none!important}
.mdp-editorial-header{position:sticky!important;top:0;z-index:1000;background:rgba(248,245,239,.94);border-bottom:1px solid rgba(17,17,17,.12);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.mdp-editorial-header .navbar>.container-fluid{min-height:76px}.mdp-editorial-header .navbar-brand{margin-right:0}.mdp-editorial-header .mdp-header-tools{margin-left:auto!important}html[data-theme='dark'] .mdp-editorial-header,body.mdp-dark .mdp-editorial-header{background:rgba(12,14,17,.92);border-bottom-color:rgba(255,255,255,.14)}
.mdp-landing section h1,.mdp-landing section h2,.mdp-landing section h3{width:fit-content!important;max-width:100%!important;background:rgba(255,255,255,var(--mdp-heading-bg-opacity-light,.24))!important;color:inherit!important;padding:.22em .32em!important;box-decoration-break:clone;-webkit-box-decoration-break:clone}.mdp-landing section h1 .mdp-heading-word,.mdp-landing section h2 .mdp-heading-word,.mdp-landing section h3 .mdp-heading-word,.mdp-landing section h1>span,.mdp-landing section h2>span,.mdp-landing section h3>span{background:transparent!important}.mdp-landing section p{background:transparent!important;padding:0!important;color:inherit!important}.mdp-landing section p .mdp-word{display:inline;padding:.08em .12em;background:#fff!important;color:inherit!important;box-decoration-break:clone;-webkit-box-decoration-break:clone}.mdp-landing .mdp-eyebrow,.mdp-landing .mdp-kicker{background:#fff!important;color:var(--mdp-red)!important}html:not([data-theme='dark']) .mdp-hero h1{display:table!important;width:auto!important;max-width:100%!important;background:rgba(255,255,255,var(--mdp-heading-bg-opacity-light,.24))!important;padding:.18em .24em!important;box-decoration-break:clone;-webkit-box-decoration-break:clone}.mdp-hero h1>span,.mdp-hero h1>span .mdp-heading-word{color:var(--mdp-red)!important}html[data-theme='dark'] .mdp-landing section h1,html[data-theme='dark'] .mdp-landing section h2,html[data-theme='dark'] .mdp-landing section h3,body.mdp-dark .mdp-landing section h1,body.mdp-dark .mdp-landing section h2,body.mdp-dark .mdp-landing section h3{background:rgba(8,10,12,var(--mdp-heading-bg-opacity-dark,.24))!important;color:#fff!important}html[data-theme='dark'] .mdp-landing section p .mdp-word{background:#101214!important;color:inherit!important}html[data-theme='dark'] .mdp-landing .mdp-eyebrow,html[data-theme='dark'] .mdp-landing .mdp-kicker{background:#101214!important;color:#ff3944!important}html[data-theme='dark'] .mdp-hero h1>span,html[data-theme='dark'] .mdp-hero h1>span .mdp-heading-word{color:#ff3944!important}
#actualites.mdp-featured-archive{position:relative;isolation:isolate;color:#111!important}#actualites.mdp-featured-archive::before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:linear-gradient(90deg,rgba(255,255,255,.92) 0%,rgba(255,255,255,.82) 48%,rgba(255,255,255,.58) 100%)!important}#actualites.mdp-featured-archive>.container{position:relative;z-index:1}#actualites .mdp-featured-copy,#actualites .mdp-featured-copy h2,#actualites .mdp-featured-copy h2 a,#actualites .mdp-featured-copy p,#actualites .mdp-featured-meta{color:#111!important}#actualites .mdp-eyebrow{background:#fff!important;color:var(--mdp-red)!important}#actualites .btn-outline-light{border-color:#111!important;color:#111!important}#actualites .btn-outline-light:hover,#actualites .btn-outline-light:focus-visible{background:#111!important;color:#fff!important}html[data-theme='dark'] #actualites.mdp-featured-archive,body.mdp-dark #actualites.mdp-featured-archive{color:#fff!important}html[data-theme='dark'] #actualites.mdp-featured-archive::before,body.mdp-dark #actualites.mdp-featured-archive::before{background:linear-gradient(90deg,rgba(5,7,9,.90) 0%,rgba(5,7,9,.78) 50%,rgba(5,7,9,.58) 100%)!important}html[data-theme='dark'] #actualites .mdp-featured-copy,html[data-theme='dark'] #actualites .mdp-featured-copy h2,html[data-theme='dark'] #actualites .mdp-featured-copy h2 a,html[data-theme='dark'] #actualites .mdp-featured-copy p,html[data-theme='dark'] #actualites .mdp-featured-meta,body.mdp-dark #actualites .mdp-featured-copy,body.mdp-dark #actualites .mdp-featured-copy h2,body.mdp-dark #actualites .mdp-featured-copy h2 a,body.mdp-dark #actualites .mdp-featured-copy p,body.mdp-dark #actualites .mdp-featured-meta{color:#fff!important}html[data-theme='dark'] #actualites .mdp-eyebrow,body.mdp-dark #actualites .mdp-eyebrow{background:#101214!important;color:#ff3944!important}html[data-theme='dark'] #actualites .btn-outline-light,body.mdp-dark #actualites .btn-outline-light{border-color:#fff!important;color:#fff!important}html[data-theme='dark'] #actualites .btn-outline-light:hover,html[data-theme='dark'] #actualites .btn-outline-light:focus-visible,body.mdp-dark #actualites .btn-outline-light:hover,body.mdp-dark #actualites .btn-outline-light:focus-visible{background:#fff!important;color:#111!important}
@media(max-width:700px){.mdp-editorial-header .navbar>.container-fluid{min-height:68px;padding-left:1rem!important;padding-right:1rem!important;gap:.6rem}.mdp-editorial-header .navbar-brand{font-size:.92rem}.mdp-editorial-header .mdp-theme-toggle{width:44px!important;height:44px!important}}
@media(max-width:575.98px){.mdp-site-header .navbar{min-height:68px}.mdp-site-header .navbar>.container-fluid{padding-left:1rem!important;padding-right:1rem!important}.mdp-menu-trigger{min-width:48px!important;height:44px!important;padding:.45rem .65rem!important}.mdp-theme-toggle{width:44px!important;height:44px!important}.mdp-mobile-scene-list a strong{font-size:clamp(1.5rem,8vw,2.5rem)}}
@media(prefers-reduced-motion:reduce){.mdp-nav-shell,.mdp-menu-trigger__icon i,.mdp-theme-toggle,.mdp-theme-toggle .mdp-theme-icon,.mdp-site-header{transition:none!important}}