#footer>.container-fluid{
    padding-bottom: 10px;
}

#navbutton>img{
    width: 20px;
    height: auto;
}

#navbar:hover{
    display: block;
}

#navbutton{
    position:fixed;
    bottom:150px;
    right: 4%;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    border-color: grey;
    border-width: 3px;
    text-align: center;
    align-items: center;
    display: none;
}

#menubutton{
    padding-top: 8px;
    position:fixed;
    bottom:150px;
    right: 4%;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    border-color: grey;
    border-width: 3px;
    text-align: center;
    align-items: center;
}
#menubutton>img{
    width: 20px;
    height: auto;
}
#footer{
    position:fixed;
    z-index: 2;
    bottom:0;
    background: linear-gradient(#1C1C1C,black);
    width:100%;
    height:auto;
}

#reglages{
    margin-top: 10px;
    margin-bottom: 10px;
    width:260px;
    margin-left: auto;
    margin-right: auto;
}

#hit-box-progression{
    height: 30px;
    width:95%;
    margin: 0 auto;
    justify-content: center;
}

#progression{
    background-color: #535353;
    height:4px;
    width:100%;
    border-radius: 30px;
    vertical-align: middle;
    position: relative;
    top: 40%;
}


#curseur{
    background-color: #fff;
    border: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
    height: 12px;
    display: none;
    left: var(--progress-bar-transform);
    margin-left: -6px;
    left : 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    z-index: 100;
}

#progression .barre{
    width:0%;
    height:100%;
    background-color:#b3b3b3;
    transition-duration: 0.3s;
    border-radius: 30px;
}

#hit-box-volume{
    width:80px;
    margin-left: 200px;
    height: 30px;
    vertical-align: middle;
    position: absolute;
    top: 11px;
}

#volume{
    top:40%;
    position: relative;
    height:5px;
    background-color: grey;
    border-radius: 30px;
}

#volume div{
    width:80%;
    height:5px;
    opacity: 0.7;
    background-color: white;
    border-radius: 30px;
}

#prec{
    opacity:0.9;
    width:30px;

}

#prec:hover{
    opacity:1;
}

#suiv{
    opacity:0.9;
    width:30px;
}

#suiv:hover{
    opacity:1;
}

#btnlistedelecture{
    margin-left: 10px;
    margin-right: 5%;
    opacity:0.9;
    width:20px;
    float: right;
}

#coeur{
    margin-left: 10px;
    opacity:0.9;
    float: right;
    font-size: 25px;
    color: whitesmoke;
    margin-top: -11px;
}

@media(max-width: 330px){
    #coeur{
        display: none;
    }
}

#btnlistedelecture:hover{
    opacity:1;
}
#btninfo{
    margin-left: 3%;
    margin-right: 2%;
    opacity:0.9;
    width:20px;
    float: right;
}

#btninfo:hover{
    opacity:1;
}
#playpause{
    margin-left: 10px;
    margin-right: 10px;
    opacity:0.9;
    width:30px;
}

#playpause:hover{
    opacity:1;
}

#enecoute{
    margin-left: 200px;
}
#titreEcoute{
    color:white;
    font-size: 20px;
    margin-left: auto;
    margin-right: 10%;
    overflow: hidden;
    justify-content: center;
    text-align: center;
}

#tempsecoule{
    color:white;
}

#instant{
    width:120px;
    color:white;
    font-size: 20px;
    float : left;
    margin-left: 10px;
}

#boutons{
    float:left;
    width:120px;
}

#iconevolume{
    height:12px;
}

#infovolume{
    vertical-align:middle;
}

#enboucle {
    opacity:0.9;
    margin-right: 15px;
    margin-left:13px;
    width:17px;
}

#enboucle:hover {
    opacity:1;
}
