body {
  margin: 0;
  height: 100vh;
}

#bg-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    min-height: 100dvh; /* Fixe le problème de hauteur sur mobile */
    z-index: -1;
}

svg {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Assure que l'arrière-plan couvre tout */
}
