#menudesktop{
    position: fixed;
    top: 0px;
    left: -90px;
    margin: 0;
    background-color: black;
    height: 1200px;
    width: 320px;
    transform: skewX(-7deg) skewY(0deg);
    z-index:11;
}

.logo {
    height: 200px;
}


#mainmenu a:hover{

    color: #72191C !important;
}
.langue {
    height: 26px;
    margin: 3px;
}

div#prev {
    width: 60px;
    height: 60px;
    cursor: pointer;
}

div#next {
    width: 60px;
    height: 60px;
    cursor: pointer;
}

a{


    color:white!important;
    text-decoration: none;
}


.social img {
    height: 25px;
}



#mainmenu{


    color:white;
    position: fixed;
    transform: skewX(0deg) skewY(0deg);
    z-index:111;
}


.scrolled {


background-color:black;
color:white;



}


#mainmenu li {
    list-style: none;
    margin-bottom: 20px;
    text-align: center;
}