
.menu{
    color: rgb(111, 0, 255);
    background-color: white;
    padding: 10px;
    width: 100%;
    height: 100%;
    box-shadow: 5px 0px 10px gray;
}
.menu-titre{
    font-size: 24px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: outset 2px white;
    font-weight: bold;
}
.menu-list{
    border: none;
    list-style: none;
    background-color: white;
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
}
   .menu {
        display: none;    
    }
  
