.cursor-blocked a,
.cursor-blocked img,
.cursor-blocked .marquee-box {
cursor: not-allowed !important;
}
catch (err) {
document.body.style.cursor = "none"; // cache curseur normal
fakeCursor.style.display = "block";
fakeCursor.classList.add("cursor-shake");
}
}
}