*:focus{
    outline: none;
}

body {
    background-color: #ebebeb;
}

.titre h1 {
    margin: 0;
    font-size: 20px;
    color: #fff;
    padding: 0 10%;
    text-align: left;
}
.titre h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    color: #ccc;
    padding: 0 10%;
}
.music-player {
    display: block;
    position: relative;
    max-width: 400px;
    width: auto;
    height: 590px;
    margin: auto;
    margin-top: 2%;
    margin-bottom: 1px;
    border-radius: 10px;
    box-shadow: 1px 10px 20px 1px #222;
    background: linear-gradient(to bottom,
            #4d9559 0%,
            #38703d 28.53%,
            #133917 75.52%
    );
}


.cover {
    float: left;
    width: 100%;
    height: 55%;
}
.cover img {
    display: block;
    position: relative;
    top: 8%;
    /*left: 14%;*/
    width: 40%;
    margin: auto;
    text-align: center;
    max-height: 290px;
}
.titre {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.lecteur {
    width: 100%;
    display: block;
    height: auto;
    position: relative;
    float: left;
    margin-top: 10px;
}
.mejs__button>button:focus {
    outline: 0px dotted #999;
}
.mejs__container {
    position: relative;
    background-color: transparent;
    min-width: auto !important;
    top: 40px;
}
.mejs__controls {
    padding: 0 10%;
    background: transparent !important;
    display: block;
    position: relative;
}
.mejs__controls div {
    display: block;
    float: left;
    position: relative;
}
.mejs__controls .mejs__playpause-button {
    position: absolute !important;
    left: 52%;
    top: -35px;
    /*
    bottom: 95%;
    */
    transform: translateX(-50%);
    width: 40px;
}
.custom_btn_controlls_1 {
    position: absolute !important;
    transform: translateX(-50%);
    width: 40px;
    top: 6px;
    text-align: center;
    left: 140px;
    z-index: 9999;
}


.custom_btn_controlls_2 {
    position: absolute !important;
    transform: translateX(-50%);
    width: 40px;
    top: 6px;
    text-align: center;
    right: 90px;
    z-index: 9999;
}


.custom_btn_controlls_1 button{
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    font-family: FontAwesome;
    font-size: 23px;
    color: #5bbb95;
    background: transparent;
    padding: 0;
    margin: 0;
}

.custom_btn_controlls_2 button{
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    font-family: FontAwesome;
    font-size: 23px;
    color: #5bbb95;
    background: transparent;
    padding: 0;
    margin: 0;
}

.mejs-forward-button {
    top: 21px !important;
}

.mejs-rewind-button {
    top: 21px !important;
}
.mejs__controls .mejs__playpause-button button {
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    font-family: FontAwesome;
    font-size: 30px;
    color: #5bbb95;
    background: transparent;
    padding: 0;
    margin: 0;
}
.mejs__controls .mejs__play button:before{
    content:"\f04b";
}
.mejs__controls .mejs__pause button:before{
    content:"\f04c";
}
.mejs__controls .mejs__volume-button button {
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    font-family: FontAwesome;
    font-size: 20px;
    color: #5bbb95;
    background: transparent;
    margin: 0;
    padding: 0;
}
.mejs__controls .mejs__mute button:before {
    content: "\f028";
}
.mejs__controls .mejs__unmute button:before {
    content: "\f026";
}
.mejs__controls .mejs__time {
    width: 100%;
    margin-top: 7%;
    margin-bottom: 3%;
    color: #fff;
    height: auto;
    padding: 0;
    overflow: visible;
    min-width: 100%;
}
.mejs__controls .mejs__time span {
    font-size: 15px;
}
.mejs__controls span.mejs__duration {
    float: right;
    text-align: right;
    color: #ccc;
}
.mejs__controls span.mejs__currenttime {
    font-weight: 700;
    float: left;
}
.mejs__controls .mejs__time-rail {
    width: 100%;
    margin: 0;
}
.mejs__controls .mejs__time-rail span {
    position: absolute;
    top: 0;
    width: 100%;
    height: 4px;
    border-radius: 50px;
    cursor: pointer;
}
.mejs__controls .mejs__time-rail .mejs__time-loaded {
    background: rgba(255,255,255,0.2);
}
.mejs__controls .mejs__time-rail .mejs__time-float {
    display: none;
    top: -40px;
    width: 40px;
    height: 25px;
    margin-left: 0px;
    text-align: center;
    font-size: 10px;
    background: #fff;
    border: 0;
}
.mejs__controls .mejs__time-rail .mejs__time-float-current {
    display: block;
    position: relative;
    top: 0;
    margin: 0;
    line-height: 26px;
    color: #100d28;
}
.mejs__controls .mejs__time-rail .mejs__time-float-corner {
    top: auto;
    bottom: -9px;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 6px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
.mejs__controls .mejs__time-rail .mejs__time-current {
    background: #5BBB95 none repeat scroll 0 0;
}
.mejs__controls .mejs__time-handle {
    display: none;
}
.mejs__controls .mejs__volume-button {
    position: relative;
    position: absolute !important;
    top: 60px;
    right: 25%;
    width: 40px;
    height: 40px;
}
.mejs__controls .mejs__horizontal-volume-slider {
    display: block;
    position: absolute !important;
    position: relative;
    top: 60px;
    right: 10%;
    width: 60px;
    height: 4px;
    margin-top: 18px;
    border-radius: 50px;
    line-height: 11px;
}
.mejs__controls .mejs__horizontal-volume-slider .mejs__horizontal-volume-total,
.mejs__controls .mejs__horizontal-volume-slider .mejs__horizontal-volume-current {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.1);
}
.mejs__controls .mejs__horizontal-volume-slider .mejs__horizontal-volume-current {
    background: #fff;
}


@media only screen and (min-width: 371px) and (max-width: 450px){
    .cover img {
        display: block;
        position: relative;
        top: 8%;
        /*left: 14%;*/
        width: 150px;
        margin: auto;
        text-align: center;
        max-height: 300px;
    }

    .music-player {
        display: block;
        position: relative;
        max-width: 400px;
        width: auto;
        height: 540px;
        margin: auto;
        margin-top: 2%;
        margin-bottom: 1px;
        border-radius: 10px;
        box-shadow: 1px 10px 20px 5px #222;
        background: linear-gradient(to bottom,
                #4d9559 0%,
                #38703d 28.53%,
                #133917 75.52%
        );
    }

    .titre {
        float: left;
        width: 100%;
        margin-top: 30px;
    }

    .scroll-bg{
        height: 100vh ;
    }

    .scroll-div{
        background: transparent ; 
        height: 100vh ;
    }

    .scroll-object{
        background: transparent ; 
        height: 100vh ;
    }


}


@media only screen and (min-width: 301px) and (max-width: 370px){
    .cover img {
        display: block;
        position: relative;
        top: 8%;
        /*left: 14%;*/
        width: 150px;
        margin: auto;
        text-align: center;
        max-height: 300px;
    }

    .music-player {
        display: block;
        position: relative;
        max-width: 100%;
        width: auto;
        height: 100vh;
        margin: auto;
        margin-top: 0;
        margin-bottom: 0;
        border-radius: 10px;
        box-shadow: 1px 10px 20px 5px #222;
        background: linear-gradient(to bottom,
                #4d9559 0%,
                #38703d 28.53%,
                #133917 75.52%
        );
    }

    .titre {
        float: left;
        width: 100%;
        margin-top: 30px;
    }

 .custom_btn_controlls_1{
    text-align: center;
    left: 100px;
    z-index: 9999;
 }

 .custom_btn_controlls_2{
    text-align: center;
    right: 55px;
    z-index: 9999;
 }

 .scroll-bg{ 
    height: 100vh ;
}

.scroll-div{
    background: transparent ; 
    height: 100vh ;
}

.scroll-object{
    background: transparent ; 
    height: 100vh ;
}

}

@media only screen and (min-width: 251px) and (max-width: 300px){

    .custom_btn_controlls_1{
        text-align: center;
        left: 75px;
        z-index: 9999;
     }
    
     .custom_btn_controlls_2{
        text-align: center;
        right: 30px;
        z-index: 9999;
     }
    
     .cover img {
        display: block;
        position: relative;
        top: 8%;
        /*left: 14%;*/
        width: 150px;
        margin: auto;
        text-align: center;
        max-height: 280px;
    }

    .scroll-bg{
        height: 100vh ;
    }

    .scroll-div{
        background: transparent ; 
        height: 100vh;
    }

    .scroll-object{
        background: transparent ; 
        height: 100vh;
    }

}


@media only screen and (min-width: 0px) and (max-width: 250px){

    .custom_btn_controlls_1{
        text-align: center;
        left: 50px;
        z-index: 9999;
     }
    
     .custom_btn_controlls_2{
        text-align: center;
        right: 5px;
        z-index: 9999;
     }
    
     .cover img {
        display: block;
        position: relative;
        top: 8%;
        /*left: 14%;*/
        width: 150px;
        margin: auto;
        text-align: center;
        max-height: 280px;
    }

    .scroll-bg{
        height: 100vh;
    }

    .scroll-div{
        background: transparent; 
        height: 100vh;
    }

    .scroll-object{
        background: transparent; 
        height: 100vh ;
    }


}


@media only screen and (min-width: 376px) and (max-width: 500px){
    .music-player {
        display: block;
        position: relative;
        max-width: 100%;
        width: auto;
        height: 100vh;
        margin: auto;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0 0 0 0;
        border-radius: 0;
        box-shadow: 1px 10px 20px 1px #222;
        background: linear-gradient(to bottom,
                #4d9559 0%,
                #38703d 28.53%,
                #133917 75.52%
        );
    }

    .cover {
        float: left;
        width: 100%;
        height: 42%;
        margin-top: 50px;
        margin-bottom: 5px;
    }

    .cover img {
        display: block;
        position: relative;
        top: 8%;
        /*left: 14%;*/
        width: 150px;
        margin: auto;
        text-align: center;
        max-height: 280px;
    }

    .scroll-bg{
        height: 100vh !important;
    }

    .scroll-div{
        background: transparent !important;  
        height: 100vh !important;
    }

    .scroll-object{
        background: transparent !important; 
        height: 100vh !important;
    }

}


@media only screen and (min-width: 0px) and (max-width: 375px){
    .music-player {
        display: block;
        position: relative;
        max-width: 100%;
        width: auto;
        height: 100vh;
        max-height: 100%;
        margin: auto;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0 0 0 0;
        border-radius: 0;
        box-shadow: 1px 10px 20px 1px #222;
        background: linear-gradient(to bottom,
                #4d9559 0%,
                #38703d 28.53%,
                #133917 75.52%
        );
    }

    .cover {
        float: left;
        width: 100%;
        height: 42%;
        margin-top: 50px;
        margin-bottom: 5px;
    }

    .scroll-bg{
        height: 100vh !important;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    .scroll-div{
        background: transparent !important;  
        height: 100vh !important;
    }

    .scroll-object{
        background: transparent !important; 
        height: 100vh !important;
    }

    .mejs__controls .mejs__volume-button button {
        display: block;
        width: 40px;
        height: 40px;
        padding: 0;
        border: 0;
        font-family: FontAwesome;
        font-size: 20px;
        color: #5bbb95;
        background: transparent;
        padding: 0px 10px 0px 0px;
    }

    .mejs__controls .mejs__volume-button {
        position: relative;
        position: absolute !important;
        top: 60px;
        right: 25%;
        width: 70px;
        height: 40px;
}

}