/* Contraste du menu et du questionnaire en mode sombre. */
html[data-um-theme="dark"] #root header nav[class*="DesktopOnly"] [class*="NavigationItem"] > a:is([aria-current="page"],:hover,:focus-visible),
html[data-um-theme="dark"] #root header nav[class*="DesktopOnly"] [class*="NavigationItem"] > a[class*="NavigationItem_active__"] {
  background: #c9a84c !important;
  color: #171717 !important;
  border-color: #c9a84c !important;
}

html[data-um-theme="dark"] #umediad-v21 {
  background: #191919 !important;
  color: #f1f1f1 !important;
}
html[data-um-theme="dark"] #umediad-v21 .uv-corps {
  background: #242424 !important;
  color: #f1f1f1 !important;
}
html[data-um-theme="dark"] #umediad-v21 :is(.uv-carte,.uv-encart,.uv-pied,.uv-liste,.uv-acces) {
  background: #191919 !important;
  color: #f1f1f1 !important;
  border-color: #3c3c3c !important;
}
html[data-um-theme="dark"] #umediad-v21 :is(.uv-q,.uv-sec,.uv-droits summary,.uv-resume-liste dt) {
  color: #f1f1f1 !important;
}
html[data-um-theme="dark"] #umediad-v21 :is(.uv-meta,label.uv-lab,.uv-opt .uv-id,.uv-resume-liste dd,th,td.uv-vide) {
  color: #bdbdbd !important;
}
html[data-um-theme="dark"] #umediad-v21 .uv-opt {
  color: #f1f1f1 !important;
  border-color: #3c3c3c !important;
}
html[data-um-theme="dark"] #umediad-v21 .uv-opt:hover {
  background: #303030 !important;
}
html[data-um-theme="dark"] #umediad-v21 .uv-opt:has(input:checked) {
  background: #302919 !important;
  border-color: #c9a84c !important;
}
html[data-um-theme="dark"] #umediad-v21 :is(button.uv-reset-action,button:not(.uv-primaire):not(.uv-fantome):not(.uv-reset-confirm)) {
  background: #242424 !important;
  color: #f1f1f1 !important;
  border-color: #555 !important;
}
html[data-um-theme="dark"] #umediad-v21 :is(button.uv-reset-action,button:not(.uv-primaire):not(.uv-fantome):not(.uv-reset-confirm)):hover {
  background: #303030 !important;
}
html[data-um-theme="dark"] #umediad-v21 .uv-jauge {
  background: #3c3c3c !important;
}
html[data-um-theme="dark"] #umediad-v21 :is(.uv-avis,.uv-err,.uv-ok,.uv-fac,.uv-oblig) {
  background: #242424 !important;
  color: #f1f1f1 !important;
  border-color: #3c3c3c !important;
}
html[data-um-theme="dark"] #umediad-v21 :is(.uv-resume-liste > div,.uv-droits details,th,td,.uv-sec) {
  border-color: #3c3c3c !important;
}
