.menu {
    height: 100vh;
    background-color: #EE18A0;
    width: 0;
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
}
.icones {
    z-index: 2;
    margin-left: 15px;
    margin-top: 10px;
}
.croix {
    display: none;
}
.liste {
    display: none;
    height: 100%;
    margin-left: 17px;
    margin-top: 80px;
    list-style-type: none;
    font-size: 26px;
}
li {
    margin-top: 30px;
}
a {
    text-decoration: none;
    color: #FFE872;
}
a:hover {
    color: #33B0F8;
}