/* IMPORT FONT */
@font-face {
    font-family: geomanist;
    src: url(../../../../assets/brand/geomanist-light-webfont.eot), url(../../../../assets/brand/geomanist-light-webfont.woff), url(../../../../assets/brand/geomanist-light-webfont.woff2);
    font-weight: 200;
    font-style:normal
}
@font-face {
    font-family: geomanist;
    src: url(../../../../assets/brand/geomanist-book-webfont.eot), url(../../../../assets/brand/geomanist-book-webfont.woff), url(../../../../assets/brand/geomanist-book-webfont.woff2);
    font-weight: 300;
    font-style:normal
}
@font-face {
    font-family: geomanist;
    src: url(../../../../assets/brand/geomanist-regular-webfont.eot), url(../../../../assets/brand/geomanist-regular-webfont.woff), url(../../../../assets/brand/geomanist-regular-webfont.woff2);
    font-weight: 400;
    font-style:normal
}
@font-face {
    font-family: geomanist;
    src: url(../../../../assets/brand/geomanist-medium-webfont.eot), url(../../../../assets/brand/geomanist-medium-webfont.woff), url(../../../../assets/brand/geomanist-medium-webfont.woff2);
    font-weight: 500;
    font-style:normal
}
@font-face {
    font-family: geomanist;
    src: url(../../../../assets/brand/geomanist-bold-webfont.eot), url(../../../../assets/brand/geomanist-bold-webfont.woff), url(../../../../assets/brand/geomanist-bold-webfont.woff2);
    font-weight: 600;
    font-style:normal
}

html, body{
    margin: 0;
}

.player{
    position: relative;
    padding: 15px;
    background-color: black;
    font-family: geomanist, sans-serif;
    border-radius: 0px;
    z-index: 1;
    overflow: hidden;
    color: white;
}

.player .background-cover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.7;
    height: 100%;
    z-index: -1;
    filter: blur(5px);
    transform: scale(1.4);
    background-size: cover;
    background-position: center;
}

.cover #cover{
background-image: url('/assets/img/favicon.png');
background-repeat: no-repeat;
background-size: 100px 100px;
position: relative;
height: auto;
width: 110px;
object-fit: cover;
z-index: 1;
border-radius: 0px!important;
margin-bottom:-2px;
}










.player .flex{
    display: flex;
}

.player .flex .metas{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 15px;
       max-width: 70%;
	text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
}

.player .flex .metas small{
    padding: 3px 5px;
      background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    max-width: max-content;
    font-size: 12px;
    font-weight: 800;
    border-radius: 0px;
    text-transform: uppercase;
    margin-bottom:10px;
}

.player .flex .metas .titre{
    font-weight:lighter!important;
    margin-top: 8px;
	margin-bottom:-3px;
    font-size: 1.5rem;
}

.player .flex .metas .artiste{
	font-weight:800;
    font-size: 1.5rem;
}

.player .flex .metas span{
    line-height: 10px;
    display: inline-block;

}

.player .flex .commands{
    display: flex;
    flex-direction: column;
    z-index: 2;
    justify-content: space-between;
    margin-left: auto;
}


.player .flex .commands a{
    text-align: right;
    
}

.player .flex .commands a img{
    height: 30px!important;
}

.player .flex .commands .volume{
    display: flex;
    align-items: center;   
}

.player .flex .commands .volume button{
    height: 22px; 
    width: 22px; 
    margin-right: 5px;
    background: none;
    transition: all 0.2s;
    outline: none;
    cursor: pointer;
    border: none;
    background-image: url('../imgs/volume.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}


.player .flex .cover{
    position: relative;
}

.player .flex .cover img{
    height: 100px;
    width: 100px;
    object-fit: cover;
    z-index: 1;
    border-radius: 6px;
}

.player .flex .cover #play{
    background-image: url('../imgs/play.png');
}

.player .flex .cover .hover-to-display{
    transition: all 0.2s;
    opacity: 0;
}

.player .flex .cover .hover-to-display:hover{
    opacity: 1;
}



.player .flex .cover .filter{
    position: absolute;
    height: 100px;
    width: 100px;
    z-index: 2;
    margin: 0;
    top: 0;
    left: 0;
    background-image: url('../imgs/filter.png');
    background-size: contain;
    
}

.player .flex .cover button{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    cursor: pointer;
    background: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border: none;
    outline: none;
    width: 30px;
    height: 30px;
}

input[type="range"] {
    -webkit-appearance: none;
    outline: none;
    overflow: hidden;
    width: 100px;
    height: 7px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.1);
}
input[type="range"]::-webkit-slider-thumb {
    box-shadow: -500px 0 0 500px white;
}
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    cursor: pointer;
    width: 1px;
    height: 10px;
    background: white;
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
}

.dediShow {
position: fixed;
bottom:0px; 
animation: show-popup-alert 5s linear 1s forwards;    
animation-delay: 1s; 
box-shadow: 0 0 10px rgba(0, 0, 0, .4); 
display: block;     
z-index: 999;    
background-color: #0070C0;
color:#fff;
min-height: 20px;
width:100%;
padding: 5px;
text-align:center;
font-size:14px;
text-transform:uppercase;
font-weight:400;
visibility:hidden;
}
.dediShow .infoweight {
font-weight:600;
}
.dediShow svg {
margin-right:5px;
}
.progression {
position: fixed;
bottom: 0px;
left: 0;
width: 0;
transition: all 2s;
height: 5px;
background: #0070C0;
}











