@font-face {
  font-family: "Helvetica Neue Extended";
  src: url("helveticaneue-extended-webfont.woff2");
}


::-webkit-scrollbar {
    display: none;
  }



.Width219 {
    width: 740px;
    height: 310px;
}

#videofadePosition {
    position: relative;
    padding-top: 40px;
}

#imgmix {
    position: absolute;
    width: 175px;
    padding-top: 37px;
    right: 14px;
}

iframe {
    opacity: 0;
}

.container{
    position: relative;
}

.titre{
    position: fixed;
    top:25%;
  	left:4.1%;
    margin-top: 7px;
}

#logo{
    font-family: Dooorr;
    font-size: 7px;
    position: absolute;
    width: 475px;
    cursor: pointer;
}

#logo012021{
    font-family: Dooorr;
    font-size: 7px;
    position: absolute;
    width: 436px;
    cursor: pointer;
}

#logo022022{
    font-family: Dooorr;
    font-size: 7px;
    position: absolute;
    width: 515px;
    cursor: pointer;
}

#linklogo {
    position: absolute;
    width: 410px;
    z-index: 1;
}

.textlogo{
    font-family: Helvetica Neue Extended;
    font-size: 10px;
    position: absolute;
    letter-spacing: 0.0611111rem;
    padding-top: 7px;
    width: 200px; 
}
   
.list_container{
    position:relative;    
}

#disabled1, #disabled2, #disabled3, #disabled4, #disabled5, #disabled6, #disabled7, #disabled8, #disabled9, #disabled10, #disabled12, #disabled13 {
    pointer-events:none;
}

.btn{
    opacity: 0;
    font-family: HNE;
    font-size: 10px;
    margin-right: 3px;
}

.btn2{
    opacity: 0;
    font-family: Helvetica Neue Extended;
    font-size: 10px;
}

.mixtext:hover{
    cursor: pointer;
}

.mixtext:hover > .btn2, iframe{
    opacity: 1;
}


.category-nav__item:hover{
    cursor: pointer;
}

.category-nav__item:hover > .btn{
    opacity: 1;
}

.list_bar{
    font-family: Helvetica Neue Extended;
    font-size: 10px;
    letter-spacing: 0.0611111rem;
    width: 35px;
    transform-origin: left bottom;
    transform: translateY(-100%) rotate(90deg);
    border: 0 none;
    position: fixed;
    bottom: 15%;
  	left:4.1%;
    margin-left: -6px;
    margin-bottom: -140px;
}

li {
  	height: 18px;
    color: white;
}

.positionPlayer {
    position: absolute;
    top:25%;
    right: 9%;
}

#audioHolder {
    width: 760px;
    position:relative;
       
}

audioBox {
    background-color: grey;
    position:relative;
}

a {
    text-decoration: inherit;
    color: white;
}

button {
    width: 10px;
    height: 10px;
    border: none;
    outline: none;
    background-color: transparent;
    background-repeat: no-repeat;
    padding: 0px;
    position: relative;
    top: 0px;
}

#playNPause {
    background-image: url(./images/pause.svg);
}

#progressBar {
    width: 650px;
    height: 2px;
    background-color: #101010;
    position: relative;
    top: -5px;
    cursor: pointer;
}

#audioHolder > #audioBox > div {
    display: inline-block;
}

#progress {
    width: 0%;
    height: 2px;
    background-color: white;
    transition: width 0.1s linear 0s;
    cursor: pointer;
}

#timeBox {
    font-family: Helvetica Neue Extended;
    letter-spacing: 0.0611111rem;
    position: absolute;
    font-size: 10px;
    margin-left: 5px;
    top: 2px;
    color: white;

}



.musiclist{
    font-family: Helvetica Neue Extended;
    font-size: 10px;
    letter-spacing: 0.0611111rem;
    position: relative;
    width: 500px;
    padding-left: 0;
    padding-top:25px; 
        
}

#mixtextPosition {
    position: relative;
    padding-top: 25px;
}

.mixtext{
    font-family: Helvetica Neue Extended;
    letter-spacing: 0.0611111rem;
    font-size: 10px;
    position: relative;
       
}

.logo a {
    text-decoration: none;
    color: white;
}

@media screen and (max-width:1400px) {
    .positionPlayer {
        left: 4.1%;
        padding-top: 55px;
        position: fixed;
    }
       
}

@media screen and (max-width:800px) {
    #progressBar {
        width: 278px;
    }
    
    .Width219 {
        width: 370px;
        height: 158px;
    }

    #imgmix {
        right: 387px;
    }

    #logo, #logo012021, #logo022022 {
        width: 370px;
    }

}

@media screen and (min-width:1920px) {
    .positionPlayer {
        left:50%;
    }
}