.wrapper-container {
    padding: 50px 0 30px;
}

.conteneur-line-audio {
    width: 100%;
}

.wrap-line-audio:hover, .wrap-line-audio.titre-en-cours {
    webkit-box-shadow: 0 1px 12.87px 0.13px rgba(137,37,239,.3);
    box-shadow: 0 1px 12.87px 0.13px rgba(177, 177, 177, 0.72);
}

.wrap-line-audio:after {
    position: absolute;
    height: 2px;
    width: 0;
    content: '';
    left: 0;
    top: 100%;
    transition: all linear 0.4s;
    background-color: #005aa9;
}

span.reset-lecteur {
    margin-right: 15px;
    color: black;
}
.wrap-line-audio.titre-en-cours {
    color: #d30d33;
}
figure.audioplayer {
    display: none;
}

.wrap-line-audio.titre-en-cours span.play-lecteur {
    color: #d30d33;
    border-color: #d30d33;
}
.wrap-line-audio:hover:after, .wrap-line-audio.titre-en-cours:after {
    width: 100%;
    transition: all linear 0.4s;
}

.wrap-line-audio:hover .titre-audio {
    color: #d30d33;
}

.wrap-line-audio i:hover {
    color: #d30d33;
    cursor: pointer;
}
.wrap-line-audio {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    background-color: #fff;
    margin-bottom: 45px;
    position: relative;
    -webkit-box-shadow: 0 8px 50px -6px rgba(84, 84, 120, 0.26);
    box-shadow: -1px -1px 50px -6px rgba(84, 84, 120, 0.26);
}

.wrap-img-audio-detail {
    width: 90px;
    height: 90px;
    margin-right: 5px;
    box-sizing: border-box;
    padding: 15px;
}

.wrap-lecteur-detail-audio {
    width: 87%;
    display: flex;
    align-items: center;
}

.lecteur-detail-audio {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.wrap-content-titre {
    width: 72%;
}

.titre-audio {
    font-size: 19px;
    /* font-family: 'Work Sans', sans-serif; */
}

.wrap-progress-bar {
    position: relative;
    width: 100%;
    margin: 9px 0;
}

.progress-bar {
    height: 2px;
    width: 100%;
    background-color: #000;
}

.album-detail-audio {
    font-size: 11px;
    color: #7d7d7d;
}

.progress-bar-niveau {
    position: absolute;
    left: 0;
    width: 0%;
    background-color: #d70c31;
    height: 2;
    top: 0;
}


.progress-bar-niveau:after {
    background-color: #d70c31;
    position: absolute;
    left: 100%;
    top: -2px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    content: '';
}
.duree-audio {
    font-size: 18px;
    font-style: italic;
    margin-top: 20px;
}

.wrap-elt-lecteur {
    width: 10%;
    display: flex;
    /* justify-content: flex-end; */
    font-size: 16px;
    align-items: center;
}

span.next-lecteur {
    display: none;
}

span.prev-lecteur {
    display: none;
}
.wrap-elt-volume {
    width: auto;
    font-size: 18px;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* display: none; */
    /* margin: 21px 0  0 15px; */
}

.wrap-elt-volume > span {
    margin-right: 5px;
    color: black;
}

.wrap-progress-bar-vol {
    width: 80%;
    position: relative;
    display: none;
}

.progress-bar-vol {
    width: 100%;
    height: 2px;
    background-color: #000;
}

.progress-bar-niveau-vol {
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    background-color: #d70c31;
    height: 2px;
}

span.play-lecteur {
    font-size: 25px;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
    border-radius: 50%;
    /* padding-left: 7px; */
    box-sizing: border-box;
}

h1.titre-interne {
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    margin: 0 20px 60px;
    position: relative;
    text-transform: uppercase;
}

h1.titre-interne:before {
    /* content: ''; */
    width: 50px;
    height: 1px;
    background-color: #d70c31;
    position: absolute;
    left: 50%;
    bottom: 141%;
    transform: translateX(-50%);
}

h1.titre-interne:after {
    content: '';
    width: 50px;
    height: 1px;
    background-color: #d70c31;
    position: absolute;
    left: 50%;
    top: 141%;
    transform: translateX(-50%);
}

p.acroche-page-interne {
    margin: 0 0 40px 0;
    width: 75%;
    text-align: center;
    margin: -25px auto 40px;
    color: #55595c;
    font-size: 14px;
    line-height: 1.8em;
    letter-spacing: 1;
    word-spacing: 1.5;
}
.wrap-img-audio-detail img {
    max-width: 100%;
    display: block;
}


.langue-audio-detail {
    position: absolute;
    bottom: 100%;
    font-size: 12px;
    padding: 5px 10px;
    background-color: #005aa9;
    color: #fff;
    border-radius: 3px 3px 0 0;
}