.player {
    width: 100%;
    height: 50vh;
    position: fixed;
    z-index: 2;
    bottom: 0;
    background-color: white;
    transform: translateY();
    display: none;
    justify-content: center;
    align-items: center;
}
.positionner {
    position: absolute;
    font-size: 30px;
    height: 5vh;
    width: 10vh;
    border-top-left-radius: 5vh;
    border-top-right-radius: 5vh;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -5vh;
    right: 0;
}
.positionner a {
    color: white;
    position: relative;
    height: 5vh;
    width: 10vh;
    border-top-left-radius: 5vh;
    border-top-right-radius: 5vh;
    text-align: center;
    background-color: rgb(69, 69, 69);
}
.positionner:hover {
    background-color: #71158a;
}
.positionner a:hover {
    color: white;
}