/* OVERLAY FOND */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  pointer-events: none;
  z-index: 0;
}

/* BARRE HAUT - glassy comme avant */
#information-widgets {
  background: rgba(10, 10, 25, 0.55) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border: 1px solid rgba(255, 255, 255, 0.10) !important;
  border-radius: 12px !important;
  padding: 8px 24px !important;
}

/* CARTES - TOUT cibler */
#services *,
#services li,
#services li > *,
#services li > * > * {
  background: rgba(5, 5, 20, 0.88) !important;
}

#services li {
  backdrop-filter: blur(25px) !important;
  -webkit-backdrop-filter: blur(25px) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 12px !important;
}