<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.test {
    height: 50px;
    border: solid 2px red;
    text-align: center;
    margin-bottom: 0px !important;
}
#dBody {
    margin-top:0px !important;
}
.playlist_title{
    text-align: center;
    top: 35px; 
    padding: 0;
}
.playlist_title .titre{
    margin-left: 0px;
    padding: 0px; 
    color: #32404d !important; 
    font-size: 22px !important;
}
.playlist_title .defaut{
    color: #32404d !important;
    font-size: 16px;
}
.playlist_vote{
    text-align: center;
    top: 35px;
}
.player_playlist{
    margin: 0 auto;
    padding: 0; 
    text-align: center; 
    position: absolute !important;
    bottom: 6px;
}
.playlist_social{
    background-color: #32404d; 
    width: 74px !important; 
    margin:0 auto; 
    border-radius: 20px; 
    padding: 0 !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    position: absolute !important; 
    bottom: 0; right: 0; 
    margin-right: 16px;
    text-align: center;
}
.bloc_es{
    text-align: center; 
    background-color: #32404d; 
    min-height: 80px !important; 
    border-radius: 40px; 
    padding: 0 !important; 
    top: 16px;
}
.title_bloc_es{
    color: #fff; 
    height: 40px; 
    font-size: 32px; 
    text-align: center; 
    margin-bottom: 0px !important; 
    font-family: HelveticaNeueBlackCondensed;
}
/*.bloc_es span{
    margin-left: 0px; 
    padding: 0px !important; 
    font-size: 16px; 
    text-transform: uppercase; 
    color: #8db4d3;
}*/

.bloc_es .defaut{
    margin-left: 10px; 
    font-size: 14px; 
    color: #8db4d3; 
    text-transform: capitalize !important;
}
.bloc_es .player_es{
    float: right; 
    width: 80px; 
    height: 80px; 
    border-radius: 40px; 
    background-color: #32404d; box-shadow: 0 0 6px rgba(0,0,0,1);
}

.bloc_entree, .player_entree {
    background-color: #565563 !important;
}

    
@media only screen and (min-width: 1020px) and (max-width: 1349px) {
    .playlist_music_content{
        width: 240px;
    }
    .playlist_music_cover img{
        width: 240px;
        height: 240px;
    }
}
@media only screen and (min-width: 690px) and (max-width: 1019px) {
    .playlist_music_content{
        width: 315px !important;
        height: 300px !important;
    }
    .playlist_music_cover img{
        width: 315px;
        height: 300px;
    }
    
    .playlist_number {
        line-height: 40px !important;
    }
}
@media only screen and (max-width: 689px) {
    .playlist_music_content{
        width: 300px !important;
        height: 300px !important;
    }
    .playlist_music_cover img{
        width: 300px;
        height: 300px;
    }
    
    .bloc_playlist .playlist_music_cover {
        margin: 0 auto !important;
        width: 300px !important;
    }
    
    .playlist_number {
        line-height: 40px !important;
    }
    
    .playlist-container {
        margin-top: 0 !important;
    }
}</pre></body></html>