*{
    box-sizing:border-box
}
html{
    height:100%
}
body{
    line-height:1;
    min-height:100%;
    position:relative
}
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:0 0
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
    display:block
}
ul{
    list-style:none
}
blockquote,q{
    quotes:none
}
blockquote:after,blockquote:before,q:after,q:before{
    content:'';
    content:none
}
a{
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:0 0;
    text-decoration:none
}
table{
    border-collapse:collapse;
    border-spacing:0
}
hr{
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #ccc;
    margin:1em 0;
    padding:0
}
input,select{
    vertical-align:middle
}
 .rollable{
    cursor:pointer
}
body,html{
    position:relative;
    background-color:#f9f9f9
}
body{
    width:100%;
    height:100%;
    font-family:'avenir';
    color:#000;
    overflow:hidden!important;
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    font-weight:400
}
body .wrapper{
    position:absolute;
    left:50%;
    top:50%;
    width:100%;
    height:100%;
    max-width:500px;
    max-height:850px;
    background-color:#fff;
    border-radius:15px;
    box-shadow:0 10px 20px rgba(0,0,0,.1);
    overflow:hidden!important;
    transform:translate(-50%,-50%);
    -webkit-transform-origin:0 0;
    -ms-transform-origin:0 0;
    transform-origin:0 0
}
body .wrapper section{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    display:none;
    overflow:hidden
}
body .wrapper section:not(.home){
    display:none
}
body .wrapper.remotePage:before{
    content:"";
    position:absolute;
    left:0;
    top:9px;
    width:100%;
    height:2px;
    background-color:#000;
    z-index:10
}
body .wrapper.remotePage:after{
    content:"";
    position:absolute;
    top:2px;
    left:50%;
    margin-left:-28px;
    width:56px;
    height:14px;
    background:url(../img/logo.svg) center no-repeat #fff;
    background-size:contain;
    z-index:11
}
.unselectable{
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.cta{
    min-width:180px;
    height:42px;
    line-height:42px;
    text-align:center;
    background-color:#000;
    color:#fff;
    font-size:12px;
    letter-spacing:0;
    text-transform: uppercase;
    font-family:'avenir';
    font-weight: 900;
    cursor:pointer
}
.dislikePopin,.likePopin{
    position:absolute;
    left:0;
    width:100%;
    top:100%;
    background-color:#fff;
    z-index:200;
    border-radius:20px 20px 0 0
}
.dislikePopin .header,.likePopin .header{
    position:relative;
    height:70px;
    line-height:70px;
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    padding:0 45px;
    border-bottom:1px solid #d8d8d8;
    letter-spacing:.117em
}
.dislikePopin .header .closeBtn,.likePopin .header .closeBtn{
    position:absolute;
    right:20px;
    top:50%;
    width:20px;
    height:20px;
    margin-top:-10px;
    cursor:pointer
}
.dislikePopin .header .closeBtn:after,.dislikePopin .header .closeBtn:before,.likePopin .header .closeBtn:after,.likePopin .header .closeBtn:before{
    content:"";
    position:absolute;
    left:0;
    top:50%;
    width:100%;
    height:2px;
    margin-top:-1px;
    border-radius:2px;
    background-color:#000;
    transform:rotate(-45deg)
}
.dislikePopin .header .closeBtn:after,.likePopin .header .closeBtn:after{
    transform:rotate(45deg)
}
.dislikePopin .content,.likePopin .content{
    padding:35px 45px 45px;
    font-size:12px;
    letter-spacing:.09em;
    line-height:14px
}
.dislikePopin .content{
    padding:35px 45px 45px;
    font-size:12px;
    letter-spacing:.09em;
    line-height:14px
}
.dislikePopin .content .btns{
    margin-top:20px;
    font-size:0;
    text-align:center
}
.dislikePopin .content .btns .cta{
    display:inline-block;
    vertical-align:middle;
    width:45%;
    min-width:unset
}
.dislikePopin .content .btns .cta.closeBtn{
    background-color:#fff;
    color:#000
}
.dislikePopin .content .textarea{
    margin-top:20px;
    display:block
}
.dislikePopin .content .textarea textarea{
    margin-top:5px;
    display:block;
    appearance:none;
    width:100%;
    min-width:100%;
    max-width:100%;
    height:165px;
    min-height:165px;
    max-height:165px;
    outline:0;
    font-size:12px;
    line-height:14px;
    padding:10px 10px
}
.dislikePopin .content .field{
    position:relative;
    display:block;
    font-size:12px;
    line-height:20px;
    margin-bottom:23px;
    padding-left:30px;
    cursor:pointer
}
.dislikePopin .content .field .checkmark{
    position:absolute;
    top:0;
    left:0;
    height:20px;
    width:20px;
    border:1px solid #000;
    background-color:#fff
}
.dislikePopin .content .field .checkmark:after{
    position:absolute;
    display:none;
    content:"";
    left:5px;
    top:2px;
    width:5px;
    height:10px;
    border:solid #000;
    border-width:0 3px 3px 0;
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg)
}
.dislikePopin .content .field input{
    position:absolute;
    left:0;
    top:0;
    cursor:pointer;
    width:20px;
    height:20px;
    opacity:0;
    z-index:2;
    margin:0;
    padding:0
}
.dislikePopin .content .field input:checked~.checkmark:after{
    display:block
}
.statutPopin{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,.3);
    z-index:200;
    display:none
}
.statutPopin .bloc{
    position:absolute;
    left:20px;
    top:50%;
    width:calc(100% - 40px);
    transform:translateY(-50%);
    background-color:#fff;
    padding:30px;
    text-align:center
}
.statutPopin .bloc .cta{
    margin-top:20px
}
.sharePopin{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:rgba(230,230,230,.8);
    z-index:200;
    display:none
}
.sharePopin .closeBtn{
    position:absolute;
    right:20px;
    top:20px;
    width:30px;
    height:30px;
    border-radius:30px;
    cursor:pointer;
    background-color:#000
}
.sharePopin .closeBtn:after,.sharePopin .closeBtn:before{
    content:"";
    position:absolute;
    left:5px;
    top:50%;
    width:20px;
    height:2px;
    margin-top:-1px;
    border-radius:2px;
    background-color:#fff;
    transform:rotate(-45deg)
}
.sharePopin .closeBtn:after{
    transform:rotate(45deg)
}
.sharePopin .bloc{
    position:absolute;
    left:20px;
    top:50%;
    width:calc(100% - 40px);
    transform:translateY(-50%);
    padding:30px;
    font-size:16px;
    font-weight:700;
    text-align:center
}
.sharePopin .bloc .text{
    margin-bottom:10px
}
.sharePopin .bloc .share{
    display:inline-block;
    width:50px;
    height:50px;
    border-radius:30px;
    background-color:#000;
    margin:20px;
    cursor:pointer
}
.sharePopin .bloc .share.mail{
    background:url(../img/mail.svg) center no-repeat #000;
    background-size:50%
}
.sharePopin .bloc .share.whatsapp{
    background:url(../img/whatsapp.svg) center no-repeat #000;
    background-size:50%
}
.sharePopin .bloc .share.twitter{
    background:url(../img/twitter.svg) center no-repeat #000;
    background-size:50%
}
@-webkit-keyframes flick{
    0%{
        opacity:1
    }
    50%{
        opacity:0
    }
    100%{
        opacity:1
    }
}
@keyframes flick{
    0%{
        opacity:1
    }
    50%{
        opacity:0
    }
    100%{
        opacity:1
    }
}
 .wrapper section.home{
    display:block
}
.wrapper section.home header{
    position:absolute;
    left:0;
    top:20px;
    width:100%;
    height:80px;
    background-color:#f2f2f2;
    padding:0 30px;
    z-index:2
}
.wrapper section.home header .logo{
    position:absolute;
    left:30px;
    top:10px;
    height:57px;
    width:200px;
    background-repeat:no-repeat;
    background-position:left center;
    background-size:auto 100%
}
.wrapper section.home header .logout{
    position:absolute;
    right:10px;
    top:0;
    height:80px
}
.wrapper section.home header .logout button{
    position:absolute;
    top:50%;
    appearance:none;
    position:relative;
    padding-right:40px;
    line-height:60px;
    height:60px;
    border:none;
    transform:translateY(-50%);
    padding-right:30px;
    background-color:transparent
}
.wrapper section.home header .logout button:before{
    content:"";
    position:absolute;
    right:0;
    top:50%;
    margin-top:-10px;
    height:20px;
    width:20px;
    background:url(../img/logout.png) center no-repeat;
    background-size:contain
}
.wrapper section.home header .logout button span{
    display:inline-block;
    vertical-align:middle;
    font-size:11px;
    line-height:13px;
    text-align:right;
    color: #000 !important
}
.wrapper section.home header .logout button span b{
    display:block
}
.wrapper section.home .innerContent{
    position:absolute;
    left:0;
    top:100px;
    width:100%;
    height:calc(100% - 100px);
    overflow:auto;
    padding:20px 30px 30px
}
.wrapper section.home .innerContent .intro{
    font-size:12px;
    line-height:14px;
    text-align:center;
    text-transform:uppercase;
    letter-spacing:.1em;
    margin-bottom:15px
}
.wrapper section.home .innerContent .zones{
    position:relative
}
.wrapper section.home .innerContent .zones .zone{
    position:relative;
    margin-bottom:10px
}
.wrapper section.home .innerContent .zones .zone .visu{
    position:relative;
    width:100%;
    height:130px;
    background-color:#eee;
    overflow:hidden;
    margin-bottom:5px
}
.wrapper section.home .innerContent .zones .zone .visu .img{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-position:center;
    background-size:cover;
    transition:all .4s cubic-bezier(.165,.84,.44,1)
}
.wrapper section.home .innerContent .zones .zone .name{
    text-align:right;
    font-size:12px;
    line-height:14px;
    text-transform:uppercase;
    letter-spacing:.1em
}
.wrapper section.home .innerContent .zones .zone.over .name{
    font-weight:700
}
.wrapper section.home .innerContent .zones .zone.over .visu .img{
    transform:scale(1.1)
}
@media screen and (max-width:370px){
    .wrapper section.home header{
        padding:0 15px
    }
    .wrapper section.home header .logo{
        left:15px
    }
    .wrapper section.home .innerContent{
        padding:20px 15px 30px
    }
}
@media screen and (max-height:660px){
    .wrapper section.home header{
        height:60px
    }
    .wrapper section.home header .logout{
        height:60px
    }
    .wrapper section.home header .logo{
        top:5px;
        height:47px
    }
    .wrapper section.home .innerContent{
        top:80px
    }
}
 .wrapper.loginPage .logo{
    position:absolute;
    left:50%;
    top:60px;
    font-size:20px;
    line-height:20px;
    text-align:center;
    text-transform:uppercase;
    font-family:'avenir';
    font-weight:normal;
    width:100%;
    transform:translateX(-50%)
}
.wrapper.loginPage .logo .icon{
    margin:20px auto;
    width:40px;
    height:40px;
    background:url(../img/logo.svg) center no-repeat;
    background-size: 40px
}
.wrapper.loginPage:before{
    content:"@ maison sérieuse 2026 - Version 1.3";
    position:absolute;
    left:0;
    width:100%;
    bottom:40px;
    text-align:center;
    font-size:10px;
    line-height:11px;
    letter-spacing:.1em;
    text-transform:uppercase
}
.wrapper.loginPage .errorBloc{
    position:absolute;
    top:100%;
    margin-top:30px;
    left:0;
    width:100%;
    font-weight:700;
    color:#c00;
    font-size:12px;
    line-height:14px;
    text-align:center;
    text-transform:uppercase;
    letter-spacing:.1em;
    padding:0 50px
}
.wrapper.loginPage .blocLogin{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    padding:0 50px;
    width:100%;
    max-width:400px;
    padding-top:60px
}
.wrapper.loginPage .blocLogin .intro{
    font-size:12px;
    line-height:14px;
    text-align:center;
    text-transform:uppercase;
    letter-spacing:.1em;
    margin-bottom:40px
}
.wrapper.loginPage .blocLogin form button{
    appearance:none;
    border:none;
    outline:0
}
.wrapper.loginPage .blocLogin form input{
    appearance:none;
    position:relative;
    border:none;
    outline:0;
    background-color:#fff;
    border-bottom:1px solid #000;
    width:100%;
    height:30px;
    font-size:12px;
    margin-bottom:25px;
    font-family:'avenir';
    padding-left:15px
}
.wrapper.loginPage .blocLogin form input::-webkit-input-placeholder{
    font-size:9px;
    text-transform:uppercase;
    letter-spacing:.18em;
    color:#000;
    font-family:'avenir'
}
.wrapper.loginPage .blocLogin form input:-ms-input-placeholder{
    font-size:9px;
    text-transform:uppercase;
    letter-spacing:.18em;
    color:#000;
    font-family:'avenir'
}
.wrapper.loginPage .blocLogin form input::placeholder{
    font-size:9px;
    text-transform:uppercase;
    letter-spacing:.18em;
    color:#000;
    font-family:'avenir'
}
.wrapper.loginPage .blocLogin form input:-webkit-autofill,.wrapper.loginPage .blocLogin form input:-webkit-autofill::first-line,.wrapper.loginPage .blocLogin form input:-webkit-autofill:active,.wrapper.loginPage .blocLogin form input:-webkit-autofill:focus,.wrapper.loginPage .blocLogin form input:-webkit-autofill:hover{
    -webkit-box-shadow:0 0 0 30px #f9f9f9 inset!important;
    font-size:11px!important;
    font-family:'avenir'!important
}
.wrapper.loginPage .blocLogin form .cta{
    display:block;
    margin:30px auto 0
}
.wrapper.loginPage .blocLogin form .cancel{
    position:relative;
    background-color:#fff;
    width:100%;
    display:block;
    text-align:center;
    margin-top:20px;
    color:currentColor;
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:.24em
}
.wrapper.loginPage .blocLogin form .pwdLost{
    color:currentColor;
    position:relative;
    width:100%;
    display:block;
    font-size:9px;
    text-transform:uppercase;
    letter-spacing:.18em;
    background:0 0;
    text-align:center;
    margin-top:15px;
    text-decoration:underline
}
 nav{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:90px;
    z-index:100;
    background-color:#fff
}
nav .btns{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:90px;
    display:flex;
    justify-content:space-between;
    padding:0 30px;
    align-items:center
}
nav .btns .btn{
    position:relative;
    flex:1;
    font-size:7px;
    letter-spacing:.07em;
    text-transform:uppercase;
    text-align:center;
    font-family:Roboto;
    color:#000
}
nav .btns .btn:before{
    content:"";
    display:block;
    width:33px;
    height:33px;
    border-radius:33px;
    margin:0 auto 10px;
    background-position:center;
    background-repeat:no-repeat;
    background-size:80%
}
nav .btns .btn:after{
    content:"";
    position:absolute;
    display:block;
    width:20px;
    height:20px;
    left:50%;
    top:6px;
    margin-left:-10px;
    background-position:center;
    background-repeat:no-repeat;
    background-size:contain
}
nav .btns .btn.active{
    font-weight:700
}
nav .btns .btn.active:before{
    background-color:#000
}
nav .btns .btn.home:after{
    background-image:url(../img/home.svg);
    margin-left:-9px
}
nav .btns .btn.home.active:after{
    background-image:url(../img/home_white.svg)
}
nav .btns .btn.playlists:after{
    background-image:url(../img/list.svg)
}
nav .btns .btn.playlists.active:after{
    background-image:url(../img/list_white.svg)
}
nav .btns .btn.jingles:after{
    background-image:url(../img/jingle.svg)
}
nav .btns .btn.jingles.active:after{
    background-image:url(../img/jingle_white.svg)
}
nav .btns .btn.history:after{
    background-image:url(../img/history.svg);
    margin-left:-9px
}
nav .btns .btn.history.active:after{
    background-image:url(../img/history_white.svg)
}
nav .btns .btn.contact:after{
    background-image:url(../img/contact.svg);
    margin-left:-9px
}
@media screen and (max-width:370px){
    nav .btns{
        padding:0 15px
    }
}
@media screen and (max-height:660px){
    nav{
        height:70px
    }
    nav .btns{
        height:70px
    }
}
 .wrapper section.playlists{
    display:block;
    background-color:#f2f2f2
}
.wrapper section.playlists header{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100px;
    background-color:#fff;
    padding:0 30px;
    z-index:2
}
.wrapper section.playlists header .logo{
    position:absolute;
    left:30px;
    top:25px;
    height:57px;
    width:200px;
    background-repeat:no-repeat;
    background-position:left center;
    background-size:auto 100%
}
.wrapper section.playlists header .zoneName{
    position:absolute;
    right:30px;
    top:15px;
    height:80px;
    line-height:80px;
    font-size:0;
    max-width:50%
}
.wrapper section.playlists header .zoneName span{
    display:inline-block;
    vertical-align:middle;
    font-weight:100;
    font-size:16px;
    line-height:normal
}
 .wrapper section.zone{
    display:block;
    background-color:#f2f2f2
}
.wrapper section.zone header{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100px;
    background-color:#fff;
    padding:0 30px;
    z-index:2
}
.wrapper section.zone header .logo{
    position:absolute;
    left:30px;
    top:25px;
    height:57px;
    width:200px;
    background-repeat:no-repeat;
    background-position:left center;
    background-size:auto 100%
}
.wrapper section.zone header .zoneName{
    position:absolute;
    right:30px;
    top:15px;
    height:80px;
    line-height:80px;
    font-size:0;
    max-width:50%
}
.wrapper section.zone header .zoneName span{
    display:inline-block;
    vertical-align:middle;
    font-weight:100;
    font-size:16px;
    line-height:normal
}
@media screen and (max-width:370px){
    .wrapper section.zone header{
        padding:0 15px
    }
    .wrapper section.zone header .logo{
        left:15px
    }
}
@media screen and (max-height:660px){
    .wrapper section.zone header{
        height:80px
    }
    .wrapper section.zone header .logo{
        top:20px;
        height:47px
    }
    .wrapper section.zone header .zoneName{
        top:15px;
        height:60px;
        line-height:60px
    }
}
.wrapper section.zone .innerContent{
    position:absolute;
    left:0;
    width:100%;
    top:100px;
    bottom:90px;
    overflow:hidden
}
.wrapper section.zone .innerContent .subSection{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%
}
.wrapper section.zone .innerContent .subSection:not(.player){
    display:none
}
@media screen and (max-height:660px){
    .wrapper section.zone .innerContent{
        top:80px;
        bottom:70px
    }
}
.wrapper section.zone .player .artistName,.wrapper section.zone .player .playlistName,.wrapper section.zone .player .songName{
    position:absolute;
    left:0;
    width:100%;
    text-align:center;
    text-transform:uppercase
}
.wrapper section.zone .player .playlistName{
    bottom:50%;
    margin-bottom:190px;
    font-size:9px;
    line-height:16px
}
.wrapper section.zone .player .playlistName b{
    display:block;
    font-size:12px
}
.wrapper section.zone .player .thumb{
    position:absolute;
    left:50%;
    margin-left:-116px;
    bottom:50%;
    margin-bottom:-50px;
    width:232px;
    height:232px;
    background:url(../img/default.png) center no-repeat #ddd;
    background-size:cover;
    border-radius:18px;
    overflow:hidden
}
.wrapper section.zone .player .thumb img{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    object-fit:cover
}
.wrapper section.zone .player .artistName{
    top:50%;
    margin-top:50px;
    font-size:16px;
    line-height:50px;
    font-family:'avenir';
    font-weight: 900
}
.wrapper section.zone .player .songName{
    top:50%;
    margin-top:90px;
    font-size:14px;
    line-height:18px;
    font-family:'avenir';
    font-weight: 900
}
.wrapper section.zone .player .volume{
    position:absolute;
    top:50%;
    margin-top:140px;
    right:60px;
    left:60px;
    height:1px;
    background-color:#000
}
.wrapper section.zone .player .volume:after,.wrapper section.zone .player .volume:before{
    content:"";
    position:absolute;
    margin-top:-11px;
    width:20px;
    height:22px;
    background-position:center;
    background-repeat:no-repeat;
    background-size:contain
}
.wrapper section.zone .player .volume:before{
    left:-30px;
    background-image:url(../img/sound-less.svg)
}
.wrapper section.zone .player .volume:after{
    right:-30px;
    background-image:url(../img/sound-more.svg)
}
.wrapper section.zone .player .volume .cursor{
    position:absolute;
    top:-22px;
    width:44px;
    height:44px;
    left:0;
    margin-left:-22px;
    cursor:pointer;
    z-index:4
}
.wrapper section.zone .player .volume .cursor .num{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    text-align:center;
    line-height:44px;
    font-size:10px;
    color:#fff;
    font-family:'avenir';
    font-weight: 900
    opacity:0;
    transition:all .2s
}
.wrapper section.zone .player .volume .cursor:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    transform:scale(.5);
    border-radius:40px;
    background-color:#000;
    transition:all .2s
}
.wrapper section.zone .player .volume .cursor.dragging .num{
    opacity:1
}
.wrapper section.zone .player .volume .cursor.dragging:before{
    transform:scale(1)
}
@media screen and (max-width:370px){
    .wrapper section.zone .player .volume{
        right:45px;
        left:45px
    }
}
.wrapper section.zone .player .controls{
    position:absolute;
    bottom:30px;
    left:30px;
    right:30px
}
.wrapper section.zone .player .controls .btn{
    cursor:pointer;
    width:25px;
    height:25px;
    display:inline-block;
    vertical-align:middle;
    background-position:center;
    background-repeat:no-repeat;
    background-size:20px;
    margin-right:25px
}
.wrapper section.zone .player .controls .btn.disabled{
    opacity:.2;
    pointer-events:none
}
.wrapper section.zone .player .controls .btn.listBtn{
    float:right;
    width:auto;
    margin-right:0
}
.wrapper section.zone .player .controls .btn.listBtn:before{
    content:'';
    display:inline-block;
    vertical-align:middle;
    width:25px;
    height:25px;
    background:url(../img/list.svg) center no-repeat;
    background-size:13px
}
.wrapper section.zone .player .controls .btn.listBtn span{
    display:inline-block;
    vertical-align:middle;
    font-size:10px;
    line-height:12px;
    text-transform:uppercase
}
.wrapper section.zone .player .controls .btn.likeBtn{
    background-image:url(../img/like.svg);
    background-size:auto 24px
}
.wrapper section.zone .player .controls .btn.unlikeBtn{
    background-image:url(../img/dislike.svg);
    background-size:auto 24px
}
.wrapper section.zone .player .controls .btn.shareBtn{
    background-image:url(../img/share.svg);
    background-size:auto 20px
}
.wrapper section.zone .player .controls .btn.muteBtn{
    position:relative;
    background-image:url(../img/mute.svg);
    background-size:auto 22px
}
.wrapper section.zone .player .controls .btn.muteBtn.muted:after,.wrapper section.zone .player .controls .btn.muteBtn.muted:before{
    content:"";
    position:absolute;
    right:-4px;
    top:50%;
    width:7px;
    height:1px;
    background-color:#000;
    transform:rotate(45deg)
}
.wrapper section.zone .player .controls .btn.muteBtn.muted:after{
    transform:rotate(-45deg)
}
@media screen and (max-width:370px){
    .wrapper section.zone .player .controls{
        left:15px;
        right:15px
    }
    .wrapper section.zone .player .controls .btn{
        margin-right:15px
    }
}
@media screen and (max-height:660px){
    .wrapper section.zone .player .playlistName{
        margin-bottom:170px
    }
    .wrapper section.zone .player .thumb{
        margin-left:-90px;
        margin-bottom:-20px;
        width:180px;
        height:180px
    }
    .wrapper section.zone .player .artistName{
        margin-top:20px
    }
    .wrapper section.zone .player .songName{
        margin-top:60px
    }
    .wrapper section.zone .player .volume{
        margin-top:110px
    }
}
.wrapper section.zone .subSection.playlists{
    background-color:#fff;
    overflow:hidden;
    padding-top:120px
}
.wrapper section.zone .subSection.playlists .backBtn{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:60px;
    line-height:60px;
    text-transform:uppercase;
    padding-left:15px;
    background-color:#fff;
    border-top:1px solid #f2f2f2;
    cursor:pointer
}
.wrapper section.zone .subSection.playlists .backBtn:before{
    content:"";
    display:inline-block;
    vertical-align:middle;
    width:27px;
    height:13px;
    background:url(../img/backArrow.svg) center no-repeat;
    background-size:100%;
    margin-right:15px
}
.wrapper section.zone .subSection.playlists .backBtn span{
    display:inline-block;
    vertical-align:middle;
    font-size:9px;
    line-height:16px
}
.wrapper section.zone .subSection.playlists .backBtn span b{
    display:block;
    font-size:12px
}
.wrapper section.zone .subSection.playlists .title{
    position:absolute;
    top:60px;
    width:100%;
    height:60px;
    line-height:60px;
    text-transform:uppercase;
    padding:0 25px;
    font-size:12px;
    background-color:#f2f2f2
}
.wrapper section.zone .subSection.playlists .title b{
    font-weight:400
}
.wrapper section.zone .subSection.playlists .list{
    height:100%;
    overflow:auto
}
.wrapper section.zone .subSection.playlists .list .channel{
    position:relative;
    height:60px;
    line-height:60px;
    text-transform:uppercase;
    padding:0 25px;
    background-color:#f2f2f2;
    border-top:1px solid #fff;
    cursor:pointer
}
.wrapper section.zone .subSection.playlists .list .channel.over{
    background-color:#eee
}
.wrapper section.zone .subSection.playlists .list .channel:before{
    content:'';
    display:inline-block;
    vertical-align:middle;
    width:10px;
    height:25px;
    background:url(../img/list.svg) center no-repeat;
    margin-right:15px
}
.wrapper section.zone .subSection.playlists .list .channel span{
    display:inline-block;
    vertical-align:middle;
    font-size:10px;
    line-height:11px
}
.wrapper section.zone .subSection.history,.wrapper section.zone .subSection.jingles{
    background-color:#fff;
    overflow:auto;
    padding-bottom:60px;
    overflow:hidden
}
.wrapper section.zone .subSection.history .list,.wrapper section.zone .subSection.jingles .list{
    height:100%;
    overflow:auto
}
.wrapper section.zone .subSection.history .title,.wrapper section.zone .subSection.jingles .title{
    position:relative;
    height:60px;
    line-height:60px;
    text-transform:uppercase;
    padding:0 25px;
    font-size:12px;
    background-color:#fff;
    border-top:1px solid #f2f2f2
}
.wrapper section.zone .subSection.history .title b,.wrapper section.zone .subSection.jingles .title b{
    font-weight:400
}
.wrapper section.zone .subSection.jingles .list{
    padding-bottom:80px
}
.wrapper section.zone .subSection.jingles .backBtn{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:80px;
    line-height:80px;
    text-transform:uppercase;
    padding-left:6px;
    padding-right:60px;
    background-color:#f2f2f2;
    display:flex;
    align-items:center;
    cursor:pointer
}
.wrapper section.zone .subSection.jingles .backBtn:before{
    content:"";
    position:absolute;
    top:50%;
    right:20px;
    margin-top:-6px;
    width:27px;
    height:13px;
    background:url(../img/backArrow.svg) center no-repeat;
    background-size:100%;
    transform:scale(-1,1)
}
.wrapper section.zone .subSection.jingles .backBtn .thumb{
    position:relative;
    display:inline-block;
    vertical-align:middle;
    width:68px;
    height:68px;
    border-radius:6px;
    background:url(../img/default.png) center no-repeat;
    background-size:cover;
    margin-right:10px;
    flex:0 0 68px;
    overflow:hidden
}
.wrapper section.zone .subSection.jingles .backBtn .thumb img{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    object-fit:cover
}
.wrapper section.zone .subSection.jingles .backBtn .thumb:after{
    content:"";
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    border:1px solid #fff
}
.wrapper section.zone .subSection.jingles .backBtn .text{
    display:inline-block;
    vertical-align:middle;
    font-size:9px;
    line-height:16px;
    white-space:nowrap;
    flex:1;
    overflow:hidden
}
.wrapper section.zone .subSection.jingles .backBtn .text .artistName{
    font-size:16px;
    line-height:20px;
    font-family:'avenir';
    font-weight: 900;
    overflow:hidden;
    text-overflow:ellipsis
}
.wrapper section.zone .subSection.jingles .backBtn .text .songName{
    font-size:14px;
    line-height:18px;
    font-family:'avenir';
    font-weight: 900;
    overflow:hidden;
    text-overflow:ellipsis
}
.wrapper section.zone .subSection.jingles .list .jingle{
    position:relative;
    height:60px;
    line-height:60px;
    text-transform:uppercase;
    cursor:pointer;
    padding-left:70px;
    margin-bottom:1px
}
.wrapper section.zone .subSection.jingles .list .jingle .playBtn{
    position:absolute;
    left:0;
    top:0;
    width:60px;
    height:100%;
    background-image:linear-gradient(224deg,#e4e0e8 0,#d5d4d5 48%,#a5a5a5 100%)
}
.wrapper section.zone .subSection.jingles .list .jingle .playBtn:before{
    content:"";
    position:absolute;
    left:50%;
    top:50%;
    width:26px;
    height:26px;
    margin:-13px;
    border-radius:30px;
    background-color:#000
}
.wrapper section.zone .subSection.jingles .list .jingle .playBtn:after{
    content:"";
    position:absolute;
    left:50%;
    top:50%;
    margin:-4px -6px;
    border:4px solid #fff;
    border-top-color:transparent;
    border-left-color:transparent;
    transform:scaleY(.8) rotate(-45deg)
}
.wrapper section.zone .subSection.jingles .list .jingle .name{
    display:inline-block;
    vertical-align:middle;
    font-size:14px;
    line-height:16px;
    font-weight:400
}
.wrapper section.zone .subSection.jingles .list .jingle .duration{
    position:absolute;
    right:15px;
    top:0;
    font-size:10px
}
.wrapper section.zone .subSection.jingles .list .jingle.over{
    background-color:#f9f9f9
}
.wrapper section.zone .subSection.jingles .list .jingle.playing .playBtn:after{
    border:none;
    width:8px;
    height:8px;
    margin:-4px;
    background-color:#fff;
    transform:none
}
.wrapper section.zone .subSection.jingles .list .jingle.playing .name{
    font-weight:700
}
.wrapper section.zone .subSection.jingles .list .jingle.playing .timeline{
    display:block;
    position:absolute;
    bottom:0;
    left:60px;
    right:0;
    height:4px;
    background-color:#f2f2f2
}
.wrapper section.zone .subSection.jingles .list .jingle.playing .timeline .progress{
    position:absolute;
    left:0;
    top:0;
    width:0;
    height:100%;
    background-color:#000
}
.wrapper section.zone .subSection.history .list .song{
    position:relative;
    line-height:60px;
    text-transform:uppercase;
    cursor:pointer;
    margin-bottom:1px
}
.wrapper section.zone .subSection.history .list .song .thumb{
    position:absolute;
    left:0;
    top:0;
    width:60px;
    height:60px;
    background:url(../img/default.png) center no-repeat;
    background-size:cover;
    overflow:hidden
}
.wrapper section.zone .subSection.history .list .song .thumb img{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    object-fit:cover
}
.wrapper section.zone .subSection.history .list .song .text{
    padding-left:70px;
    display:inline-block;
    vertical-align:middle;
    font-size:10px;
    line-height:11px;
    font-weight:400;
    padding-right:60px
}
.wrapper section.zone .subSection.history .list .song .text b{
    display:block;
    font-size:14px;
    line-height:16px;
    margin-bottom:5px
}
.wrapper section.zone .subSection.history .list .song .toggleBtn{
    position:absolute;
    top:30px;
    right:15px;
    margin-top:-15px;
    width:30px;
    height:30px
}
.wrapper section.zone .subSection.history .list .song .toggleBtn .line{
    position:absolute;
    left:50%;
    top:50%;
    margin:-2px;
    width:4px;
    height:4px;
    border-radius:4px;
    background-color:#000;
    transition:all .4s
}
.wrapper section.zone .subSection.history .list .song .toggleBtn .line:nth-child(1){
    transform:translateX(-8px)
}
.wrapper section.zone .subSection.history .list .song .toggleBtn .line:nth-child(3){
    transform:translateX(8px)
}
.wrapper section.zone .subSection.history .list .song .options{
    position:relative;
    display:block;
    height:0;
    line-height:60px;
    background-color:#f2f2f2;
    text-align:center;
    overflow:hidden;
    transition:all .4s
}
.wrapper section.zone .subSection.history .list .song .options .btn{
    cursor:pointer;
    width:25px;
    height:25px;
    display:inline-block;
    vertical-align:middle;
    background-position:center;
    background-repeat:no-repeat;
    background-size:20px;
    margin:0 25px
}
.wrapper section.zone .subSection.history .list .song .options .btn.disabled{
    opacity:.2;
    pointer-events:none
}
.wrapper section.zone .subSection.history .list .song .options .btn.likeBtn{
    background-image:url(../img/like.svg);
    background-size:auto 24px
}
.wrapper section.zone .subSection.history .list .song .options .btn.unlikeBtn{
    background-image:url(../img/dislike.svg);
    background-size:auto 24px
}
.wrapper section.zone .subSection.history .list .song .options .btn.shareBtn{
    background-image:url(../img/share.svg);
    background-size:auto 20px
}
.wrapper section.zone .subSection.history .list .song.opened .options{
    height:60px
}
.wrapper section.zone .subSection.history .list .song.opened .toggleBtn .line{
    margin:-1px -10px;
    width:20px;
    height:2px
}
.wrapper section.zone .subSection.history .list .song.opened .toggleBtn .line:nth-child(1),.wrapper section.zone .subSection.history .list .song.opened .toggleBtn .line:nth-child(2){
    transform:rotate(135deg)
}
.wrapper section.zone .subSection.history .list .song.opened .toggleBtn .line:nth-child(3){
    transform:rotate(-135deg)
}
.wrapper section.zone .subSection.history .list .song.over{
    background-color:#f9f9f9
}
.wrapper.loginPage .language-switcher{
    position:absolute;
    left:20px;
    top:20px;
    z-index:10;
    display:flex;
    align-items:center;
    width:auto;
    height:30px;
    margin:0;
    color:#000;
    font-family:'avenir';
    font-size:14px;
    line-height:30px;
    letter-spacing:.08em;
    text-transform:uppercase
}
.wrapper.loginPage .language-switcher .language-switcher-icon{
    display:block;
    width:24px;
    height:24px;
    margin-right:12px;
    flex:0 0 24px
}
.wrapper.loginPage .language-switcher a{
    color:#000;
    text-decoration:none;
    opacity:.6
}
.wrapper.loginPage .language-switcher a.active{
    opacity:1;
    font-weight:700;
    text-decoration:underline;
    text-underline-offset:3px
}
.wrapper.loginPage .language-switcher span{
    margin:0 6px;
    opacity:.5
}
@media screen and (max-width:370px){
    .wrapper.loginPage .language-switcher{
        left:15px;
        top:15px;
        font-size:12px
    }
    .wrapper.loginPage .language-switcher .language-switcher-icon{
        width:22px;
        height:22px;
        margin-right:10px;
        flex-basis:22px
    }
}