/* Verrou final du bandeau : aucun mouvement ni scintillement au défilement. */
html body > header.topbar.mz-new-header,
html body > header.topbar.mz-new-header.is-scrolled,
html body > .topbar.mz-new-header,
html body > .topbar.mz-new-header.is-scrolled {
  position: relative !important;
  inset: auto !important;
  width: calc(100% - 24px) !important;
  max-width: 1500px !important;
  margin: 10px auto 18px !important;
  height: 82px !important;
  min-height: 82px !important;
  max-height: 82px !important;
  z-index: 10000 !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: translate3d(0,0,0) !important;
  animation: none !important;
  transition: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  background: #1c121d !important;
  contain: layout paint style !important;
  isolation: isolate !important;
}
html body > header.topbar.mz-new-header *,
html body > header.topbar.mz-new-header *::before,
html body > header.topbar.mz-new-header *::after {
  animation: none !important;
  transition: none !important;
  text-shadow: none !important;
  filter: none !important;
}
html body > header.topbar.mz-new-header .main-nav > a {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

@media (min-width: 901px) {
  html body > header.topbar.mz-new-header .main-nav > a,
  html body > .topbar.mz-new-header .main-nav > a {
    font-size: clamp(12.5px, 1vw, 14px) !important;
    font-weight: 800 !important;
  }
}
html body > #mz-header-flow-space {
  display: none !important;
}
@media (max-width: 680px) {
  html body > header.topbar.mz-new-header,
  html body > header.topbar.mz-new-header.is-scrolled {
    inset: auto !important;
    width: calc(100% - 16px) !important;
    margin: 8px auto 12px !important;
    height: 82px !important;
    min-height: 82px !important;
    max-height: 82px !important;
    border-radius: 22px !important;
  }
  html body > #mz-header-flow-space {
    display: none !important;
  }
}
