#preloader{
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: var(--e-global-color-primary);            
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .6s ease;
}
#preloader.loaded{                  
    opacity: 0;
    pointer-events: none;
}


#loaderCanvas{
    width: 240px;   /* taille visible du canvas */
    height: 240px;
    display: block;
}

