
/** Vidéo Background HomePage **/
.video-background {
    height: 100%;
    width: 100vw;
    background-image: url("https://lsfperformance.com/wp-content/uploads/LSF-Performance-Hero-Site-Internet-Reprogrammation-Moteur.webm");
    background-color: transparent;
    /* position: absolute; */
    z-index: 1;
}
.video-background video {
    position: absolute;
    z-index: -1;
    height: 100%;
}




/** Personnalisation du Configurateur sur HomePage **/
.grille-marques-configurateur li:nth-child(n+10) {
    display: none;
}
