
/* La page Contact est sombre : la navigation reprend exactement son fond. */
html body header.nav,
html body header.nav.ic-unified-nav{
  --ic-menu-ink:#f6f2eb;
  --ic-menu-paper:#080808;
  background:#080808 !important;
  background-color:#080808 !important;
  color:#f6f2eb !important;
  border-bottom-color:rgba(246,242,235,.14) !important;
}

html body header.nav.ic-unified-nav .menu-toggle,
html body header.nav.ic-unified-nav .ic-lang-switcher,
html body header.nav.ic-unified-nav .language-picker,
html body header.nav.ic-unified-nav .news-tool-trigger{
  border-color:rgba(246,242,235,.42) !important;
}

html body header.nav.ic-unified-nav .navbar-wordmark,
html body header.nav.ic-unified-nav .menu-toggle,
html body header.nav.ic-unified-nav .menu-toggle > span,
html body header.nav.ic-unified-nav .ic-lang-switcher,
html body header.nav.ic-unified-nav .ic-lang-switcher button,
html body header.nav.ic-unified-nav .language-picker,
html body header.nav.ic-unified-nav .language-picker button,
html body header.nav.ic-unified-nav .news-tool-trigger{
  color:#f6f2eb !important;
  -webkit-text-fill-color:#f6f2eb !important;
}

html body header.nav.ic-unified-nav .ic-lang-switcher button:hover,
html body header.nav.ic-unified-nav .ic-lang-switcher button.is-active,
html body header.nav.ic-unified-nav .language-picker button:hover,
html body header.nav.ic-unified-nav .language-picker button[aria-pressed="true"],
html body header.nav.ic-unified-nav .menu-toggle:hover,
html body header.nav.ic-unified-nav .menu-toggle:focus-visible,
html body.menu-open header.nav.ic-unified-nav .menu-toggle,
html body header.nav.ic-unified-nav .menu-toggle[aria-expanded="true"],
html body header.nav.ic-unified-nav .news-tool-trigger:hover,
html body header.nav.ic-unified-nav .news-tool-trigger:focus-visible,
html body.news-panel-open header.nav.ic-unified-nav .news-tool-trigger{
  color:#050505 !important;
  -webkit-text-fill-color:#050505 !important;
}

/* Sur ordinateur, le panneau reste clair et son texte reste noir. */
@media (min-width:901px){
  html body header.nav.ic-unified-nav .section-menu{
    --ic-menu-ink:#151515;
  }
}

/* Sur téléphone, le panneau Contact reste sombre et lisible. */
@media (max-width:900px){
  html body header.nav,
  html body header.nav.ic-unified-nav{
    background:#080808 !important;
    background-color:#080808 !important;
  }
  html body header.nav.ic-unified-nav .section-menu{
    --ic-menu-ink:#f6f2eb;
  }
}
