.special-section {
    position: relative;
    cursor: none; 

}

.elementor-sub-item {
    position: relative;
    cursor: none; 
}

.custom-cursor {
    position: fixed;
    width: 80px;
    height: 80px; 
	
    background: url('https://digitallia.fr/wp-content/uploads/2024/11/souris.svg') no-repeat center center; /*curseur */
    background-size: contain; 
    opacity: 0; 
    transition: opacity 0.3s ease; 
    pointer-events: none; 
    transform: translate(-50%, -50%); 
	z-index: 50;
    
}

.custom-cursor2 {
    position: fixed;
    width: 80px;
    height: 80px; 
	
    background: url('https://digitallia.fr/wp-content/uploads/2024/11/souris.svg') no-repeat center center; /*curseur */
    background-size: contain; 
    opacity: 0; 
    transition: opacity 0.3s ease; 
    pointer-events: none; 
    transform: translate(-50%, -50%); 
	z-index: 50;
    
}