@media screen and (min-width: 1080px) {
	

    /* Masquer la version mobile */
    #mainMenuMobile {
        display: none;
    }

    /* Initial position */
    .mainMenuInitialPosition {
        position: absolute;
        margin-top: 0;
        background: #000;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0) 100%);
    }
    
    /* Style */
    #menuBackground {
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .initialBackground {
        background: transparent;
    }
    .stickyBackground {
        background: #0a0112;
        box-shadow: 0 0 10px 0 #000;
        animation: FadeInDown .5s;
    }

        
}
    