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

    /* Logo */
    .menuLogo {
        position: relative;
    }
    .menuLogo {
        margin: 5px;
        padding: 0 10px;
    }
    .menuLogo {
        width: 100%;
        height: 50%;
    }
    .menuLogo {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .menuLogo img {
        width: auto;
        height: 100%;
    }

    /* Boutons */
    #menuMobileButtons {
        position: absolute;
        margin-right: 1.5em;
    }
    #menuMobileButtons {
        display: flex;
        gap: 15px;;
    }

    /* Boutons / Hamburger + Checkbox */
    .menuHamburger {
        position: relative;
    }
    .menuHamburger {
        align-items: center;
        justify-content: center;
    }
    .menuCheckbox {
        position: absolute;
        top: -20;
        right: -5;
        width: 45px;
        height: 45px;
    }
    .menuCheckbox {
        opacity: 0;
        cursor: pointer;
    }

    
        
        
}