body{
    font-family: 'Roboto', Tahoma, Geneva, sans-serif;
    margin: 0;
    min-width: 300px;
}

/* Couleur de fond commune */
audio {
    border-radius: 0 !important;
    background-color: #f0f0f0 !important; /* Couleur par défaut */
}

/* Couleur spécifique pour Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
    audio {
        background-color: #f1f3f4 !important; /* Remplace #f1f3f4 par la couleur voulue pour Chrome */
    }
}

/* Couleur spécifique pour Safari */
@supports (-webkit-touch-callout: none;) {
    audio {
        background-color: #3d3d3d !important; /* Remplace #3d3d3d par la couleur voulue pour Safari */
    }
}

.audio-legend .wp-element-caption {
    color: #1dd05d !important; /* Couleur du texte */
    font-size: 11px;
}



.audio-list-item {
    cursor: pointer;
    padding: 5px;
}
.audio-list-item.active {
    color: #000000; /* Couleur du titre en lecture */
}

.audio-list-item {
    color: #FFFFFF;
}

.lecteur-liste-lF li{
    background-color: #1ed05e;
    list-style-type: none;
    border-bottom: solid 1px #000000;
    padding: 10px;
    font-size: 16px;
}
.lecteur-liste-lF{
    padding:0;
    font-size: 16px;
    width: 100%;
    padding: 0;
    margin: 0;
    height: auto;
}

.lecteur-lF{
    min-width: 300px;
    width: 100%;
}

.audio-legend .wp-element-caption {
    text-align: center;
}

figure{
    padding: 0 !important;
    margin: 0 !important;
}

.infos_lecteur{
    background-color: #ffffff78;
    overflow: hidden;
    text-align: center;
    color: #000000;
}
.infos_lecteur h1{
    font-size: 16px;
    margin-bottom: 2px;
}
.infos_lecteur h2{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    float: none;
    text-align: center;
    color: black;
    font-weight: normal;
    font-size: 11px;
}

#lecteur {
    margin-top: 115px;
}

#my-control, #prev, #next, #toggleList {
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 0px;
    cursor: pointer;
    margin: 10px;

}
#toggleList {
    position: absolute;
    right: 0px;
    margin: 3px;
    background-image: url(https://www.lmusic.link//wp-content/themes/LNKLABEL/images/list.png);
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position: center;
    width: 22px;
    height: 22px;

}
#toggleList:hover {
    position: absolute;
    right: 0px;
    margin: 3px;
    background-image: url(https://www.lmusic.link//wp-content/themes/LNKLABEL/images/list_hover.png);
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position: center;
    width: 22px;
    height: 22px;

}

#progressBar {
    width: 100%;
    height: 16px;
    min-width: 300px;
    position: absolute;
}
/* Pour changer la couleur de fond de la barre de progression */
progress {
    -webkit-appearance: none;
    appearance: none;
}

progress::-webkit-progress-bar {
    background-color: #d1d1d1; /* Couleur de fond de la barre de progression */
}

/* Pour changer la couleur de la valeur de progression */
progress::-webkit-progress-value {
    background-color: #00b9eb; /* Couleur de la valeur de progression */
}
.time{
    position: absolute;
    /* bottom: 12px; */
    right: 5px;
    /* top: 216px; */
    /* padding-right: 5px; */
    padding: 1px;
    color: #000000;
    /* background-color: #000000; */
    font-size: 12px;
}

#songTitle, #artistName {
    font-weight: bold;
}
#info {
    white-space: nowrap;
    overflow: hidden;
    width: 99%;
    min-width: 297px;
    /* position: absolute; */
    color: #1ed05e;
    font-size: 12px;
    padding-left: 0.5%;
    padding-right: 0.5%;
    padding-top: 10px;
    padding-bottom: 5px;
    /* margin-top: 16px; */
    text-align: center;
}

@keyframes marquee {
    0% {
        text-indent: 100%
    }
    100% {
        text-indent: -100%
    }
}
.artistName{

    background-color: #272727c4;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}


.cont_time_info{

    background-color: #272727c4;
    padding-top: 2px;
    padding-bottom: 5px;
    color: #ffffff;
    margin-top: 110px;
}

#prev {
    background-image: url('https://www.lmusic.link//wp-content/themes/LNKLABEL/images/prev-lf.png');
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 40px;
}
#my-control.play {
    background-image: url(https://www.lmusic.link//wp-content/themes/LNKLABEL/images/play-lf.png);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center;
    height: 25px;
    width: 25px;
    margin-top: 0px;
}
#my-control.pause {
    background-image: url(https://www.lmusic.link//wp-content/themes/LNKLABEL/images/pause-lf.png);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center;
    height: 25px;
    width: 25px;
    margin-top: 0px;
}
#next {
    background-image: url('https://www.lmusic.link//wp-content/themes/LNKLABEL/images/next-lf.png');
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 40px;
}

.contain-lm {
    width: 100%;
    min-width: 300px;
    height: 40px;
    text-align: center;
    background-color: #000000;
    margin-top: 16px;
}