*{
    margin: 0;
    padding: 0;
}
#volume,
.jp-audio ul li>a {
    text-align: center;
    color: #FFFFFF;
}

.jp-volume-bar-knob {
    position: absolute;
    right: 0;
    margin-top: -6px;
    z-index: 50
}

#center {
    display: block
}

#playstop {
    display: inline-block;
    width: 220px;
    margin-left: 20px
}

#center {
    height: 60px
}

#playerall {
    background-position: center
}

#lecteur-player {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: 0 15px;
    background-image: radial-gradient(circle, #10297a, #10297a, #300e2f, #200917, #000000);
}

#playercontent {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto
}

#direct-texte {
    color: #FFFFFF;
    font-size: 35px;
    font-weight: bold;
    /*padding-left: 55px;*/
}

#direct-texte span {
    color: #c80000;
}

#center {
    width: 100%;
}

#playstop {
    height: 60px
}


#player,
.jp-audio ul>li.volume {
    display: inline-block;
    padding: 9px 0px;
}

.jp-audio ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.jp-audio ul>li {
    float: left;
}

.jp-audio ul li>a {
    display: block
}

#centervolume,
.jp-volume-bar {
    display: inline-block
}

.jp-audio ul li:last-child>a {
    border-right: none
}

.jp-audio ul li a>img {
    opacity: .8;
    width: 50px;
}

.jp-audio ul li a>img:hover {
    opacity: 1
}

.jp-volume-bar {
    margin: 0px 5px 0;
    border-radius: 2px;
    padding: 2px;
    overflow: hidden;
    background: #ffffff;
    min-width: 420px;
    height: 15px;
    cursor: pointer
}

.jp-volume-bar-value {
    width: 0;
    height: 11px
}

#volume {
    margin-left: auto;
    margin-right: auto;
    float: left
}

.animated {
    -webkit-animation-duration: 3s;
    -webkit-animation-delay: 1s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes tada {
    0%,
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
}

@keyframes tada {
    0%,
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

.flash-icon-radio {
    color: #c80000;
    font-size: 30px;
    weight: 50px;
}

#centervolume ul{
    display: flex;
    align-items: center;
    flex-flow: row;
}

#lightPlayer {
    display: flex;
    align-items: center;
    padding: 0;
}
/***************** Responsie ******************/

#direct-texte-mobile {
    color: #c80000;
    font-size: 12px;
    font-weight: bold;
    margin-left: 8px;
    display: flex;
    flex-flow: column;
}

#direct-texte-mobile .flash-icon-radio {
    font-size: 10px;
}

@media (min-width: 575px) {
    #direct-texte-mobile, #light-direct-texte-mobie {
        display: none;
    }
}

@media (max-width: 575px) {
    #lecteur-player{
        padding: 0 26px;
    }
    #direct-texte {
        display: none;
    }
    #super-radio-light:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0px;
        bottom: 0;
        width: 50px;
        height: 60px;
        background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #000000);
    }
    #super-radio-light:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0px;
        bottom: 0;
        width: 50px;
        height: 60px;
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #000000);
    }
    a .fas {
        font-size: 20px !important;
    }
    .jp-volume-bar {
        margin: 0px 5px 0;
        border-radius: 2px;
        padding: 2px;
        overflow: hidden;
        background: #ffffff;
        min-width: 100px;
        height: 11px;
        cursor: pointer;
    }
    #centerplaystop {
        margin-left: 40px;
    }

}
#light-direct-texte-mobie {
    overflow: hidden;
}
#light-direct-texte-mobie p {
    font-size: 0.8em;
    color: transparent;
}
#light-direct-texte-mobie p span {
    display: table-cell;
    animation: animate 2s linear infinite;
}
#light-direct-texte-mobie p span:nth-child(9n+1) {
    animation-delay: 0.5s;
}
#light-direct-texte-mobie p span:nth-child(9n+2) {
    animation-delay: 1.25s;
}
#light-direct-texte-mobie p span:nth-child(9n+3) {
    animation-delay: 2.35s;
}
#light-direct-texte-mobie p span:nth-child(9n+4) {
    animation-delay: 2.75s;
}
#light-direct-texte-mobie p span:nth-child(9n+5) {
    animation-delay: 1s;
}
#light-direct-texte-mobie p span:nth-child(9n+6) {
    animation-delay: 1.35s;
}
#light-direct-texte-mobie p span:nth-child(9n+7) {
    animation-delay: 1.5s;
}
#light-direct-texte-mobie p span:nth-child(9n+8) {
    animation-delay: 0.65s;
}
#light-direct-texte-mobie p span:nth-child(9n+9) {
    animation-delay: 3.85s;
}
@keyframes animate {
    0%,50%
    {
        color: #ffffff;
        filter: blur(0.01px);
        text-shadow: 0 0 0.01px #ffffff,
        0 0 0.02px #ffffff,
        0 0 0.05px #ffffff,
        0 0 0.08px #ffffff,
        0 0 0.1px #ffffff,
        0 0 0.2px #ffffff,
        0 0 0.5px #ffffff,
        0 0 0.8px #ffffff;
    }
}