html, body { height: 100%; }

/* overlay plein écran */
.bg-anim{
  position: fixed;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 2;
}

/* le contenu au-dessus */
#page, .container{
  position: relative;
  z-index: 10;
}

