.audioPlayer {
	margin: 0;
}

#r8player {
    color: #fff;
    width: 100%;
    height: 80px;
    position: fixed;
    z-index: 10000;
    bottom: 0;
    background: #000;
    box-shadow: 0 0 20px #FFFFFF, 0 0 8px #FFFFFF, 0 0 8px #FFFFFF;
    text-align: center;
    margin-left: -1px;
}

#r8player table {
    width: 100%;
    max-width: 600px;
	margin: auto;
}

#r8player img {
    width: 150px;
    height: 150px;
}
#r8player #player {
    height: 50px;
    margin: 10px;
}
#r8player #player > div {
    height: 35px;
}
#r8player .title {
    margin: 25px 0;
}
#r8player .title img {
    height: auto;
}

#r8player .valeur div {
    margin: 10px 0;
}
#r8player #player div a {
    color: #fff;
}

#live {
	display: inline-block;
	text-align:center;
    width: 100%;
}

/*#live > div {
	margin: 0;
    position: relative;
}*/

#live img, #grid img {
	width:80px;
	height:80px;
}

#liveImg {
	display: inline-block;
    width: 48%;
    height: 80px;
    /*margin: 0 15px;*/
    position: relative;
    top: -16px;
}

#liveSingle {
	display: inline-block;
    width: 49%;
    height: 100%;
/*    top: 3px;
    position: relative;
    margin: 0 auto;*/
}

#playback {
	/*display: flex;*/
    margin: 0;
    padding: 0 0 0px 5px;
    position: relative;
    top: 10px;
}

.playback:hover {
	cursor: pointer;
}

.r8player-play, .r8player-pause { 
	display: inline-block;
	width: 60px;
	height: 60px;
}

.r8player-play {
	background: url('/theme/origine20/modules/r8player/play.png');
	background-size: cover;
}

.r8player-play:hover {
	background: url('/theme/origine20/modules/r8player/play-hover.png');
	background-size: cover;
	cursor: pointer;
}

.r8player-pause {
	background: url('/theme/origine20/modules/r8player/pause.png');
	background-size: cover;
}

.r8player-pause:hover {
	background: url('/theme/origine20/modules/r8player/pause-hover.png');
	background-size: cover;
	cursor: pointer;
}

.live_switch {
    display: none;
}

@media (max-width: 420px) {
    .audioPlayer {
        width: 50%;
    }
    .live_switch {
        display: table-cell;
    }
    #liveImg, #liveSingle {
        width: 100%;
    }

    #liveSingle {
        display: none;
    }
}

#freq {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgb(173 216 230 / 60%);
    z-index: 10001;
    /*visibility: hidden;*/
}

#freq > div {
    width: 370px;
    height: 470px;
    margin: 10% auto;
    background: white;
    border-radius: 20px;
    padding: 10px 30px;
    position: relative;
}

#freq > div > h2 {
    font-weight: bold;
    font-size: 1.7em;
    font-style: italic;
}

#freq > div > div {
    line-height: 40px;
    font-weight: bold;
    font-size: large;
    text-align: center;
    display: block;
}

.cfreq {
    color: #1f4e98;
    font-weight: bold;
}

.cfreq > span {
    font-size: x-large;
}

.cfreq:hover {
    cursor: pointer;
    background-color: lightblue;
}

.green {
    opacity: 1;
    color: green;
}

.invisible {
    opacity: 0
    color: none;
}