.elementor-kit-6{--e-global-color-primary:#0B0C0C;--e-global-color-secondary:#F2F2F2;--e-global-color-text:#F2F2F2;--e-global-color-accent:#F2F2F2;--e-global-color-7ef260f:#FFFFFF;--e-global-typography-primary-font-family:"Raleway";--e-global-typography-primary-font-size:140px;--e-global-typography-primary-font-weight:300;--e-global-typography-primary-letter-spacing:4px;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-size:30px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-line-height:29px;--e-global-typography-secondary-letter-spacing:2px;--e-global-typography-text-font-family:"Raleway";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:300;--e-global-typography-text-line-height:30px;--e-global-typography-text-letter-spacing:2px;--e-global-typography-accent-font-family:"Raleway";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-letter-spacing:2px;background-color:#0B0C0C;color:#F2F2F2;font-family:"Raleway", Sans-serif;font-size:14px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:#F2F2F2;font-family:"Raleway", Sans-serif;font-size:16px;font-weight:300;line-height:30px;letter-spacing:1px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* --- 1. CACHER LE CURSEUR PAR DÉFAUT (ORDI) --- */
@media (min-width: 1025px) {
    html, body, a, button, input, select, textarea {
        cursor: none !important;
    }
}

/* --- 2. LE PETIT POINT CENTRAL --- */
#custom-cursor {
    width: 8px !important;
    height: 8px !important;
    background-color: white !important;
    border-radius: 50% !important;
    position: fixed !important;
    pointer-events: none !important;
    z-index: 999999 !important;
    /* Centrage parfait */
    transform: translate(-50%, -50%) !important;
    aspect-ratio: 1 / 1;
    display: block;
}

/* --- 3. LE CERCLE QUI SUIT --- */
#cursor-follower {
    width: 30px !important;
    height: 30px !important;
    border: 1px solid rgba(255, 255, 255, 0.7) !important;
    border-radius: 50% !important;
    position: fixed !important;
    pointer-events: none !important;
    z-index: 999998 !important;
    /* Centrage parfait + fluidité */
    transform: translate(-50%, -50%) !important;
    transition: transform 0.1s ease-out, width 0.2s, height 0.2s;
    aspect-ratio: 1 / 1;
    display: block;
}

/* --- 4. SÉCURITÉ MOBILE ET TACTILE (CACHER LE CURSEUR) --- */
@media (max-width: 1024px), (pointer: coarse) {
    #custom-cursor, 
    #cursor-follower {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }
    /* On redonne la flèche normale sur mobile au cas où */
    html, body, a, button {
        cursor: auto !important;
    }
}

/* --- 5. EFFET AU SURVOL DES LIENS --- */
a:hover ~ #cursor-follower, 
button:hover ~ #cursor-follower {
    transform: translate(-50%, -50%) scale(1.6) !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
}/* End custom CSS */