*:focus {
    outline: none;
}

.download-wrapper {
    position: absolute;
    top: 23px;
    right: 41px;
    font-size: 23px;
}

.downloads-count {
    /* position: absolute;
    bottom: 23px;
    left: 41px; */
    font-size: 13px;
}

.download-wrapper i {
    background: none !important;
}

.music-player-container h1 {
    margin: 0;
    font-size: 33px;
    color: #fff;
    padding: 0 10%;
}

.music-player-container h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    color: #ccc;
    padding: 0 10%;
}

/* .container {
    display: block;
    width: 100%;
    height: 750px;
    margin: auto;
    overflow: hidden;
    background-image: url("https://mariongrandvincent.github.io/HTML-Personal-website/img-codePen/bg-music-player.jpg");
    background-repeat: repeat;
    background-size: cover;
} */
.music-player-container {
    position: relative;
    margin: auto;
    /* overflow: hidden; */
    border: 1px solid #404040;
    position: relative;
    display: inline-block;
    border-radius: 5px;
    width: 100%;
    height: 330px;

}

.music-player-container i {
    position: absolute;
    inset: -2px;
    display: block;
    background: #f00;
    border-radius: 5px
}

.music-player-container i,
.music-player-container i:nth-child(2) {
    background: linear-gradient(var(--x), #00ccff, #0e1538, #0e1538, #d400d4)
}

.music-player-container i:nth-child(2) {
    filter: blur(10px)
}

.music-player {
    position: absolute;
    top: 0;
    left: 0%;
    border: 1px solid #040a29;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    background: rgba(14, 21, 56, 0.65)
}


.music-player-container .cover {
    float: left;
    width: 100%;
    height: 60%;
    overflow: hidden;
}

.music-player-container .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0px -28px;
}

@media (min-width: 576px) {
    .music-player-container .cover img {
        object-position: 0px -50px !important;
    }
}

.titre {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 15px;
}

.titre h3 {
    padding: 0px 5% !important;
    letter-spacing: .2rem !important;
}

.lecteur {
    width: 100%;
    display: block;
    height: 115px;
    position: relative;
    float: left;
}

.mejs__button>button:focus {
    outline: 0px dotted #999;
}

.mejs__container {
    position: relative;
    background-color: transparent;
    min-width: auto !important;
}

.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: 2%;
    bottom: -30%;
    width: 40px;
}

.mejs__controls .mejs__playpause-button button {
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    font-family: FontAwesome;
    font-size: 23px;
    color: #2491bb;
    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;
    display: none;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    font-family: FontAwesome;
    font-size: 20px;
    color: #2491bb;
    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 {
    margin-left: 6%;
    width: 100%;
    margin-top: 3%;
    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 {
    left: 6%;
    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: linear-gradient(to right, #00ccff, #00ccff 50%, #d400d4);
}

.mejs__controls .mejs__time-handle {
    display: none;
}

.mejs__controls .mejs__volume-button {
    position: relative;
    position: absolute !important;
    top: 48px;
    right: 92px;
    width: 40px;
    height: 40px;
}

.mejs__controls .mejs__horizontal-volume-slider {
    display: block;
    display: none !important;
    position: absolute !important;
    position: relative;
    top: 70px;
    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: -11px;
    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;
}