/* =========================================================
   LACASE — FLÈCHE WINDOWS ROUGE AU-DESSUS DE TOUT LE SITE
========================================================= */

@media (hover: hover) and (pointer: fine) {
    html,
    body,
    body * {
        cursor: none !important;
    }

    .lacase-cursor-arrow {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 50000;
        width: 32px;
        height: 32px;
        pointer-events: none;
        opacity: 0;
        background:
            url("../assets/cursor-arrow-windows-red-v5.png")
            no-repeat
            top left /
            contain;
        image-rendering: auto;
        will-change: transform;
    }

    .lacase-cursor-arrow.is-visible {
        opacity: 1;
    }

    .lacase-cursor-arrow.is-pointer {
        width: 32px;
        height: 32px;
        margin-top: 0;
        margin-left: -6px;
        background-image:
            url("../assets/cursor-link-windows-red-v5.png");
    }

    .lacase-cursor-arrow.is-drone-target {
        width: 58px;
        height: 58px;
        margin-top: -2px;
        margin-left: -56px;
        background-image:
            url("../assets/cursor-glock18-red-v1-small.png");
    }
}
