0
Passer au contenu
ACCUEIL
NOTRE HISTOIRE
LA CARTE
CONTACT
BON CADEAU
RÉSERVER
Ouvrir le menu
Fermer le menu
ACCUEIL
NOTRE HISTOIRE
LA CARTE
CONTACT
BON CADEAU
RÉSERVER
Ouvrir le menu
Fermer le menu
ACCUEIL
NOTRE HISTOIRE
LA CARTE
CONTACT
BON CADEAU
RÉSERVER
document.addEventListener("mousemove", function(e) { const cursor = document.querySelector(".custom-cursor"); if (cursor) { cursor.style.left = `${e.pageX}px`; cursor.style.top = `${e.pageY}px`; } });