/* Bandeau éditorial clair inspiré de la référence fournie. */
body>.topbar.mz-new-header,
body>header.topbar.mz-new-header{
  position:relative!important;top:auto!important;inset:auto!important;
  width:min(1240px,calc(100% - 28px))!important;height:76px!important;min-height:76px!important;max-height:76px!important;
  margin:12px auto 20px!important;padding:8px 12px 8px 16px!important;
  grid-template-columns:260px minmax(0,1fr) 132px!important;gap:22px!important;align-items:center!important;
  border:1px solid rgba(255,255,255,.72)!important;border-radius:18px!important;
  background:linear-gradient(110deg,rgba(250,253,255,.94),rgba(245,224,213,.9))!important;
  -webkit-backdrop-filter:blur(24px) saturate(150%)!important;backdrop-filter:blur(24px) saturate(150%)!important;
  box-shadow:0 14px 40px rgba(28,19,29,.22),inset 0 1px 0 #fff!important;
}
body>.topbar.mz-new-header>.logo,
body>header.topbar.mz-new-header>.logo{
  width:244px!important;min-width:244px!important;max-width:244px!important;height:56px!important;
  padding:0 12px!important;border-radius:13px!important;background-color:#1d131e!important;
  background-position:center!important;background-size:218px 52px!important;
  box-shadow:0 7px 18px rgba(28,18,28,.2)!important;transform:translateY(-2px)!important;
}
body>.topbar.mz-new-header .main-nav,
body>header.topbar.mz-new-header .main-nav{gap:clamp(9px,1.15vw,20px)!important;transform:translateY(-2px)!important}
body>.topbar.mz-new-header .main-nav>a,
body>header.topbar.mz-new-header .main-nav>a{min-height:44px!important;color:#fff!important;font-size:clamp(12.5px,1vw,14px)!important;font-weight:850!important;line-height:1!important;text-shadow:0 1px 8px rgba(26,17,27,.38)!important}
body>.topbar.mz-new-header .main-nav>a:hover,
body>.topbar.mz-new-header .main-nav>a.active,
body>header.topbar.mz-new-header .main-nav>a:hover,
body>header.topbar.mz-new-header .main-nav>a.active{color:#f0a66f!important}
body>.topbar.mz-new-header:after,
body>header.topbar.mz-new-header:after{
  content:none!important;display:none!important;
}
@media(max-width:780px){
  body>.topbar.mz-new-header,body>header.topbar.mz-new-header{
    width:calc(100% - 16px)!important;height:68px!important;min-height:68px!important;max-height:68px!important;
    margin:8px auto 12px!important;padding:6px 8px!important;border-radius:16px!important;background:rgba(242,251,255,.94)!important;
  }
  body>.topbar.mz-new-header>.logo,body>header.topbar.mz-new-header>.logo{
    width:min(196px,calc(100vw - 88px))!important;min-width:0!important;height:52px!important;padding:0 9px!important;background-size:176px 48px!important;
  }
  body>.topbar.mz-new-header:after,body>header.topbar.mz-new-header:after{display:none!important}
}
