/* Fond de page invariant : aucun visuel, grain ou trame derrière le contenu. */
html,
body {
  background: #050505 !important;
  background-image: none !important;
}

:root {
  --exkave-mobile-grooves: none !important;
  --exkave-mobile-box-grooves: none !important;
}

body::before,
body::after {
  content: none !important;
  display: none !important;
  background: none !important;
  background-image: none !important;
}

.grain-layer,
.exkave-depth-far,
.exkave-depth-near,
.page-background,
.page-background::before,
.page-background::after {
  content: none !important;
  display: none !important;
  background: none !important;
  background-image: none !important;
  mask: none !important;
  -webkit-mask: none !important;
}
