@import "/css/normalize.css";
@import "font-awesome.min.css";
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700);

body {
	margin: 0;
	padding: 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	color: #3a3a3a;
	background-color: #ebebeb;
}

/* Helpers */

.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}
.cf {
    zoom:1;
}

.mejs-inner:before,
.mejs-inner:after {
    content:"";
    display:table;
}

.mejs-inner:after {
    clear:both;
}
.mejs-inner {
    zoom:1;
}

/* UI */

a {
    text-decoration: none;
}

.btn {
	display: inline-block;
	padding: 10px 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
	-webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

/* Typography */


/* Alerts & Errors */

.alert {
	padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
}
#mediaplayer-error {
	width: auto !important;
	height: auto !important;
	position: relative !important;
	top: auto !important;
	left: auto !important;
	margin-left: 0 !important;
}

.im-connect-error, .im-connect-warning, .im-connect-success {
	text-align: center;
	background-color: #e20d0d;
}
.im-connect-warning {
	background-color: #fffd4c;
}
.im-connect-success {
	background-color: #3ebd20;
}
.im-connect-error .pmsg, .im-connect-warning .pmsg, .im-connect-success .pmsg {
	padding: 5px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 13px;
	margin: 0;
}
.im-connect-warning .pmsg {
	color: #373737;
}
.im-connect-error .pmsg img {
	margin: 6px 0;
}

#mp_require_progress {
	margin-bottom: 0;	
}

/* Ads */

.ad {
	overflow: hidden;
}
.ad img,
.ad iframe {
	/*max-width: 100%;*/
}

/* Layout */

.webradio {
	background-color: #ebebeb;
}
.webradio__topnav,
.webradio__wrapper,
.webradio__footer {
	width: 90%;
    margin: 0 5%;
}
@media (min-width: 980px) {
	.webradio {
		width: 980px;
		margin: 0 auto;
		border-radius: 10px 10px 0 0;
	}
	.webradio__topnav,
	.webradio__wrapper,
	.webradio__footer {
		width: 980px;
		margin: 0 auto;
	}
}


.webradio__wrapper {
	margin-top: 25px;
	background-color: #f1f1f1;
	border-radius: 10px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
	.webradio__wrapper {
		margin-top: 0;
		border-radius: 10px 0 10px 10px;
	}	
}	

/* On Air */

.webradio__onair {
	padding: 20px;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Top Nav */

.webradio__topnav {
	display: none;
}
.wallpaper .webradio__topnav {
	display: none;
}
@media (min-width: 768px) {
	.webradio__topnav {
		display: block;
		margin-top: 25px;
		text-align: right;
	}
}
.webradio__topnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.webradio__topnav ul li {
	display: inline-block;
}
.webradio__topnav .btn {
	padding: 8px 15px;
	font-size: 16px;
	border-radius: 5px 5px 0 0;
}

/* Header */

.webradio__header {
	padding: 20px;
	background-color: #fff;
	border-radius: 10px 10px 0 0;
}
.wallpaper .webradio__header {
	border-radius: 10px 10px 0 0;
}
@media (min-width: 768px) {
	.webradio__header {
		border-radius: 10px 0 0 0;
	}	
}

.webradio__logo {
	display: block;
	float: left;
	max-width: 90px; /* 985 only */
}
.webradio__logo img {
	width: 100%;
	height: auto;
}

.webradio__header .ad728 {
	position: relative;
	float: right;
	width: calc(100% - 125px);
	height: 90px;
	text-align: right;
}
.webradio__header .ad728 img,
.webradio__header .ad728 iframe {
	width: 728px;
	max-width: none;
	height: 90px;
}

/* Content */

/* MediaElement Streamer */

/* On air */

.listening {
	overflow: hidden;
}
@media (min-width: 768px) {

	.listening {
		float: left;
		width: 50%;
	}
}

.listening .picture {
	width: 90px;
	float: left;
	position: relative;
}
.listening .picture .more-btn {
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
}
.listening .picture img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 5px;
    border: 3px solid white;
}
.listening .picture .more-btn i {
	display: none;
}
.listening .infos {
    float: left;
	width: calc(100% - 90px);
}
@media (min-width: 768px) {
	.listening .infos {
		display: flex;
   		flex-direction: row;
		min-height: 125px;
	}
}
@media (min-width: 768px) {
	.listening .picture {
		width: 120px;
	}
	.listening .infos {
		width: calc(100% - 120px);
	}
}
@media (min-width: 980px) {
	.listening .picture {
		width: 25%;
	}
	.listening .infos {
		width: 75%;
	}
}
.listening .infos-show,
.listening .infos-clips,
.listening .infos-music {
	align-self: center;
	line-height: 1;
	color: #fff;
}
.listening .infos-show > *,
.listening .infos-clips > *,
.listening .infos-music > * {
	margin-left: 25px;
	margin-right: 25px;
}

.listening .infos-show h4,
.listening .infos-music h4 {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 5px;
	padding: 3px 5px;
	font-size: 12px;
	text-transform: uppercase;
	border-radius: 2px;
}
.listening .infos-show .show-nom {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 20px;
	text-transform: uppercase;
}
.listening .infos-music h1 {
	margin-top: 0;
    margin-bottom: 5px;
	font-size: 22px;
    font-weight: bold;
}
.listening .infos-show .show-anim,
.listening .infos-music h2 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
}
.listening .infos-music h2 {
	font-size: 16px;
}
.listening .infos-show .show-horaire {
	display: none !important;
	margin-top: 0;
	margin-bottom: 0;
}
@media (min-width: 768px) {
	.listening .infos-show .show-nom {
		font-size: 22px;
	}
	.listening .infos-show .show-anim {
		margin-bottom: 10px;
		font-weight: bold;
	}
	.listening .infos-show .show-horaire {
		display: block !important;	
		font-size: 14px;
	}
}

.listening .infos-clips h1 {
	font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
    max-height: 64px;
    overflow: hidden;
}
.listening .infos-clips h2 {
	font-size: 15px;
	margin-top: 0;
    margin-bottom: 5px;
}
.listening .infos-clips h2:before {
	content: 'Avec ';
}
.listening .infos-clips p {
	opacity: 0.5;
	margin-top: 0;
	line-height: 1.25;
	font-style: italic;
	font-weight: bold;
}
.listening .infos-clips p:before {
	content: 'Dans ';
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
}

/** Default Streamplayer **/

.mediaplayer {
	/*background-color: rgba(255,255,255,0.1);*/
	margin-top: 20px;
    border-radius: 5px;
}
@media (min-width: 768px) {
	.mediaplayer {
		margin-top: 0;
		float: left;
		width: 50%;
	}
}
.mediaplayer > * {
	outline: none;
}

#aplayer .me-plugin {
	position: absolute;
}

#aplayer .mejs-offscreen {
    position: absolute !important;
    top: -10000px;
    left: -10000px;
    overflow: hidden;
    width: 1px;
    height: 1px;
}

#aplayer .mejs-button {
	cursor: pointer;
}
#aplayer .mejs-button button {
	cursor: pointer;
	border: 0;
	outline: none;
	background: none;
	background-color: transparent;
}

#aplayer .mejs-container {
	width: auto !important;
	height: auto !important;
	position: relative;
	padding: 15px 0 15px 15px;
}

#aplayer .mejs-mediaelement {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
}

/* buffering */

.mediaplayer .buffering {
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: 10px;
	text-indent: -9999em;
	border-top: 5px solid rgba(255, 255, 255, 0.2);
	border-right: 5px solid rgba(255, 255, 255, 0.2);
	border-bottom: 5px solid rgba(255, 255, 255, 0.2);
	border-left: 5px solid #ffffff;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}
.mediaplayer .buffering img {
	display: none;
}
.mediaplayer .buffering,
.mediaplayer .buffering:after {
	border-radius: 50%;
	width: 100px;
	height: 100px;
}
@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* play/pause control */

#aplayer .mejs-controls .mejs-playpause-button {
	position: relative;
	float: left;
}
#aplayer .mejs-controls .mejs-playpause-button:before {
	content: '';
	display: block;
	width: 105px;
	height: 120px;
	background-image: url(/img/bck/webradio_controls.svg);
	background-size: contain;
	position: absolute;
	top: -15px;
    left: -15px;
	z-index: 1;
}
#aplayer .mejs-controls .mejs-playpause-button button {
	cursor: pointer;
	display: block;
	padding: 0;
	margin: 0;
	width: 90px;
	height: 90px;
	/*position: absolute;*/
	/*text-indent: -9999px;*/
	border: 0;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(3,26,43,0.4);
	outline: none;
	position: relative;
	z-index: 3;
}
#aplayer .mejs-controls .mejs-playpause-button button:hover {
	background-color: #f4f4f4;
}
#aplayer .mejs-controls .mejs-playpause-button button:active {
	box-shadow: inset 0 5px 5px rgba(0,0,0,0.3);
}

#aplayer .mejs-controls .mejs-playpause-button button:before {
	position: absolute;
	top: 25px;
	left: 30px;
	font-family: FontAwesome;
	font-size: 36px;
	color: #333;
	z-index: 1;
}

#aplayer .mejs-controls .mejs-pause button:before {
	content: "\f04d"; /* f04c */
}
#aplayer .audioplayer .mejs-controls .mejs-pause button:before {
	content: "\f04c";
}
#aplayer .mejs-controls .mejs-play button:before {
	left: 35px;
	content: "\f04b";
}

/* Timeline */

.radio-timeline {
	float: left;
	position: relative;
	padding: 15px;
	margin-top: 5px;
	width: calc(100% - 122px);
	height: 50px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;  
	background-color: rgba(255,255,255,0.4);
    border-radius: 0 5px 5px 0;
}
@media (min-width: 768px) {
	.radio-timeline {
		width: calc(100% - 120px);
	}
}
.radio-timeline .radio-status {
	float: left;
	/*width: 70%;*/
	margin-bottom: 5px;
	text-transform: uppercase;
}
.radio-timeline .status-icon {
	float: left;
	display: block;
	margin: 3px 5px 0 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.radio-timeline .status-icon.status-green { background-color: #31ff00;}
.radio-timeline .status-icon.status-yellow { background-color: #fff24d;}
.radio-timeline .status-icon.status-red { background-color: #ff2c2c;}
.radio-timeline .status-icon.status-off { background-color: rgba(255,255,255,0.15);}
.radio-timeline .status-text {
	white-space: nowrap;
}
.radio-timeline .clock {
	float: right;
	/*width: 30%;*/
	text-align: right;
}
.radio-timeline .clock i {
	float: left;
	margin-right: 3px;
}
.radio-timeline .clock i:before {
	font-family: FontAwesome;
	font-style: normal;
	content: "\f017 ";
}

.radio-timeline .timeline {
	position: relative;
	clear: both;
	width: 100%;
	height: 10px;
	border-radius: 3px;
	/*cursor:pointer;*/
}
.radio-timeline .timeline-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	z-index: 2;
}
.radio-timeline .timeline-fill {
	position: absolute;
	height: 100%;
	border-radius: 3px 0 0 3px;
	background-color: #fff;
	z-index: 4;
}
.radio-timeline .timeline-buffered {
    position: absolute;
	height: 100%;
	border-radius: 3px;
    z-index: 3;
}

.radio-timeline .timeline-dragger {
	position: absolute;
	top: 15px;
	width: 40px;
	font-size: 12px;
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
	z-index: 99;
}
.radio-timeline .timeline:hover .timeline-dragger {
	opacity: 1;
}
.radio-timeline .timeline-dragger:before {
	content: '';
	display: block;
	width: 2px;
	height: 18px;
	position: absolute;
	left: 50%;
	top: -19px;
	background-color: #fff;
	z-index: 99;
}
.timeline .seek-dragger {
	display: none;
	position: absolute;
	top: -200%;
	width: 40px;
	font-size: 12px;
	text-align: center;
	color: #000;
	border-radius: 3px;
	background-color: #fff;
}
.audioplayer .radio-timeline .start-time {
	display: none;
}
.audioplayer .radio-timeline .timeline-dragger {
	left: 0 !important;
	opacity: 1;
	background-color: transparent;
    width: auto;
}
.audioplayer .radio-timeline .timeline-dragger:before {
	display: none;
}

.mejs-controls .time {
	margin: 5px 0 0 0;
    font-size: 12px;
	overflow: hidden;
}
.mejs-controls .time .start-time {
	width: 40%;
	float: left;
}
.mejs-controls .time .loading-percent {
	display: none;
}
.mejs-controls .time .end-time {
	width: 40%;
	float: right;
	text-align: right;
}

.returntolive {
	position: absolute;
    left: 120px;
    bottom: -6px;
}
.returntolive .btn {
	padding: 3px 15px;
}
.returntolive .btn i {
	margin-right: 5px;
}
.returntolive .btn i:before {
	content: "\f130 ";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
}

/*next stream btn*/
/*.streamplayer .nextStream{
	position: absolute; 
	top: 120px; 
	left: 82px;
}*/


/* mute/unmute control */
.volume-holder .mejs-button button,
.volume-holder .mejs-button button {

}

/* volume scrubber bar */

.volume-holder {
	position: absolute;
    right: 0;
    bottom: -10px;
	width: 125px;
	height: 24px;
	padding: 3px;
	/*background-color: rgba(255,255,255,0.4);*/
	border-radius: 5px;
}

.volume-holder .mejs-button button {
	position: relative;
	float: left;
	width: 25px;
	height: 24px;
}
.volume-holder .mejs-button button:before {
	content: "\f028";
	display: block;
	width: 25px;
	margin-top: -9px;
	position: absolute;
	top: 50%;
	left: 0;
	color: #fff;
	font-family: FontAwesome;
	font-size: 18px;
	text-align: center;
}
.volume-holder .mejs-button button.volume-low:before { content: "\f027"; }
.volume-holder .mejs-button button.volume-high:before { content: "\f028"; }
.volume-holder .mejs-button.mejs-unmute button:before { content: "\f026"; }

#aplayer .mejs-horizontal-volume-slider {
	position: relative;
	cursor: pointer;
	width: 90px;
	margin: 10px 0 0 5px;
	/*margin: 15px 0 0 5px;*/
    display: block;
    float: left;
    vertical-align: middle;
}
#aplayer .mejs-horizontal-volume-total {
	width: 90px;
	height: 5px;
	border-radius: 3px;
	background-color: rgba(0,0,0,0.75);
} 
#aplayer .mejs-horizontal-volume-current {
	width: 0;
	height: 5px;
	/*margin-top: -5px;*/
	background-color: #fff;
	border-radius: 3px;
}
#aplayer .mejs-horizontal-volume-handle {
	display: block;
	width: 10px;
	height: 10px;
	opacity: 0;
	border-radius: 50%;
	position: absolute;
	/*top: -7px;*/
	top: -2px;
	background-color: rgb(255, 255, 255);
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
#aplayer .volume-holder:hover .mejs-horizontal-volume-handle {
	opacity: 1;
}
.me-cannotplay {
	display:none;	
}

.audioplayer .audioplayer-error .msg {
	text-align:center;
}

/* Main nav */

.webradio__nav {
	position: relative;
	max-height: 40px;
	overflow: hidden;
	box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    z-index: 9;
	-webkit-transition: max-height ease-out 0.4s;
	-moz-transition: max-height ease-out 0.4s;
	transition: max-height ease-out 0.4s;
}
.webradio__nav.is-open {
	max-height: 400px;
	overflow: auto;
}
@media (min-width: 768px) {
	.webradio__nav {
		max-height: none;
		overflow: visible;
	}
	.webradio__nav.is-open {
		overflow: hidden;
	}
}
.webradio__nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.webradio__nav ul li {
	position: relative;
	-webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.webradio__nav > ul > li.active > a {
	cursor: default;
}
.webradio__nav > ul > li > a {
	display: block;
	cursor: pointer;
	padding: 0 5px 0 45px;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}
@media (min-width: 768px) {
	.webradio__nav ul li {
		display: inline-block;
	}
	.webradio__nav > ul > li > a {
		padding: 0 15px;
		line-height: 50px;
	}
}
@media (min-width: 980px) {
	.webradio__nav > ul > li > a {
		padding: 0 20px;	
	}
}
.webradio__nav > ul > li.social > a {
	width: 40px;
	text-align: center;
	padding: 0;
}
@media (max-width: 768px) {
	.webradio__nav > ul.webradio__nav--right > li:nth-child(2),
	.webradio__nav > ul.webradio__nav--right > li:nth-child(3) {
		position: absolute;
		top: 0;
		right: 40px;
	}
	.webradio__nav > ul.webradio__nav--right > li:nth-child(3) {
		right: 0;
	}
}

@media (min-width: 768px) {
	.webradio__nav--left {
		float: left;
	}
	.webradio__nav--right {
		float: right;
	}
}

.webradio__nav__toggle {
	position: absolute;
    top: 0;
    left: 0;
	width: calc(100% - 80px);
	height: 40px;
	cursor: pointer;
	z-index: 9;
}
@media (min-width: 768px) {
	.webradio__nav__toggle {
		display: none;	
	}	
}
.webradio__nav__toggle span {
	display: inline-block;
	left: 20px;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;	
}
.webradio__nav__toggle span,
.webradio__nav__toggle span:before,
.webradio__nav__toggle span:after {
	position: absolute;
	width: 16px;
	height: 2px;
	background-color: #ffffff;
	
}
.webradio__nav__toggle span:before,
.webradio__nav__toggle span:after {
	content: '';
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    transition: transform 0.2s;
}
.webradio__nav__toggle span:before {
	-webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
}
.webradio__nav__toggle span:after {
	-webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px);
}
.webradio__nav.is-open .webradio__nav__toggle span {
	background-color: transparent;
}
.webradio__nav.is-open .webradio__nav__toggle span:before,
.webradio__nav.is-open .webradio__nav__toggle span:after {
	background-color: white;
}
.webradio__nav.is-open .webradio__nav__toggle span:before {
	-webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.webradio__nav.is-open .webradio__nav__toggle span:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.webradio__nav__placeholder {
	display: block;
	padding-left: 45px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}
@media (min-width: 768px) {
	.webradio__nav__placeholder {
		display: none;
	}
}

.webradio__apptab {
	width: 100%;
	max-height: 0;
	overflow: hidden;
	background-color: #f5f5f5;
	z-index: 99;
	-webkit-transition: max-height 0.2s;
    -moz-transition: max-height 0.2s;
    transition: max-height 0.2s;
}
@media (min-width: 768px) {
	.webradio__apptab {
		width: 140%;
		position: absolute;
		top: 100%;
		box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	}
}

.webradio__nav li.app:hover > .webradio__apptab,
.webradio__nav li.app:active > .webradio__apptab {
	max-height: none;
}

@media (min-width: 768px) {
	.opacity .webradio__apptab {
		max-height: none;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity 0.2s, visibility 0.2s;
		-moz-transition: opacity 0.2s, visibility 0.2s;
		transition: opacity 0.2s, visibility 0.2s;
	}
	.opacity .webradio__nav li.app:hover > .webradio__apptab,
	.touchevents .webradio__nav li.app:active > .webradio__apptab {
		opacity: 1;
		visibility: visible;
	}
	.no-opacity .webradio__apptab {
		display: none;
	}
	.no-opacity .webradio__nav li.app:hover > .webradio__apptab {
		display: block;
	}
}

.webradio__apptab__presentation {
	padding: 15px;
	color: #4c4c4c;
}
.webradio__apptab__presentation img {
	float: left;
	width: 28%;
	margin-right: 15px;
}
.webradio__apptab__presentation h3 {
	margin: 3px 0 5px 0;
    font-size: 20px;
}
.webradio__apptab__presentation p {
	margin: 0 25px 0 0;
    line-height: 1.1;
    font-weight: bold;
    font-size: 16px;
}

.webradio__nav .webradio__apptab__stores {
	padding: 0 15px 15px;
}
.webradio__apptab__stores li {
	width: 50%;
	float: left;
	text-align: center;
}
.webradio__apptab__stores li img {
	width: 95%;
	height: auto;
}

/* Content */

.webradio__content__main {
	position: relative;
	height: 585px;
	background-color: #fff;
	border-radius: 0 0 0 10px;
}
.webradio__content__sidebar {
	padding: 25px 0;
}
@media (min-width: 768px) {
	.webradio__content__main {
		float: left;
		width: 65%;
		border-radius: 0 0 0 10px;
	}
	.webradio__content__sidebar {
		float: left;
		width: 35%;
		padding-top: 0;
	}
}

/* Tabs (pages) */

.webradio__page {
	position: absolute;
	top: 0;
	left: 0;
	height: 545px;
	min-width: calc(100% - 40px);
	padding: 20px;
	overflow: auto;
}
@media (min-width: 768px) {
	.webradio__page {
		min-width: calc(100% - 40px);
	}
}
.webradio__page.webradio__page--audio {
	overflow: hidden;
	padding: 0;
	width: 100%;
	height: 585px;
}
.opacity .webradio__page {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity linear 0.25s, visibility linear 0.25s;
    -moz-transition: opacity linear 0.25s, visibility linear 0.25s;
    transition: opacity linear 0.25s, visibility linear 0.25s;
}
.opacity .webradio__page.active {
	opacity: 1;
	visibility: visible;
}

.no-opacity .webradio__page {
	display: none;
}
.no-opacity .webradio__page.active {
	display: block;
}
.webradio__page .links {
	margin-top: 15px;
	text-align: center;
}
.webradio__page .links a {
    font-weight: bold;
    text-decoration: none;
}
.webradio__page .links a:after {
	content: '\2192';
	margin-left: 8px;
}

/* Subnav */

.webradio__page__nav {
	margin: -20px -20px 40px -20px;
}
.webradio__page__nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.webradio__page__nav ul li {
	display: block;
    float: left;
    width: 50%;
}
.webradio__page__nav ul li > a {
	display: block;
	padding: 10px 5px;
    font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
    text-decoration: none;
	-webkit-transition: color 0.3s, background-color 0.3s;
    -moz-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
}
@media (min-width: 768px) {
	.webradio__page__nav {
		margin: 0;
	}
	.webradio__page__nav ul {
		margin: 0 0 20px;
	}
	.webradio__page__nav ul li {
		display: inline-block;
		float: none;
		width: auto;
	}
	.webradio__page__nav ul li > a {
		margin-right: 15px;
		padding: 5px 15px 5px 0;
		font-size: 16px;
		text-align: left;
		border-right: 1px solid #dcdcdc;
	}
	.webradio__page__nav ul li:last-child > a {
		border-right: none;
	}
	.webradio__page__nav ul li > a:hover {
		color: #737373;
	}
}

/* News list */

.news-item {
	padding: 15px 0;
	border-bottom: 1px solid #dadada;
}
@media (min-width: 768px) {
	.news-item {
		padding: 10px 0;
	}
}
.news-item:last-child {
	border-bottom: none;
}
.news-item > a {
	text-decoration: none;
}
.news-item__image {
	position: relative;
	float: left;
	width: 35%;
	max-height: 150px;
	overflow: hidden;
}
.news-item__image img {
	width: 100%;
	height: auto;
}
.news-item__image .audio-icon {
	display: none;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
	position: absolute;
	bottom: 10px;
	right: 10px;
	-webkit-transition: background-color .3s;
	-moz-transition: background-color .3s;
	transition: background-color .3s;
}
@media (min-width: 768px) {
	.news-item__image .audio-icon {
		display: block;
	}
}
.news-item__image .audio-icon i {
	font-size: 19px;
    vertical-align: middle;
    margin: 6px 0 0 1px;
    color: #ffffff;
}
.news-item--horizontal .news-item__image .audio-icon {
	bottom: 5px;
	right: 5px;
}
.news-item__data {
	float: left;
	width: 65%;
}
.news-item__data .news-item__title {
	margin: 0 0 10px 15px;
	font-size: 16px;
	color: #333;
	-webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}
.news-item__data .news-item__date {
	margin: 0 0 0 15px;
	font-size: 12px;
	color: #9b9b9b;
}
@media (min-width: 768px) {
	.news-item__data .news-item__title {
		margin: 10px 0 10px 20px;
		font-size: 19px;
	}
	.news-item__data .news-item__date {
		margin-left: 20px;
	}
}

/* la voix des marques */

.news-item--vdm {
    position: relative;
}
.news-item--vdm .vdm-info {
    display: block;
    padding: 20px;
	margin: -10px 0 10px;
    color: #fff;
    font-size: 13px;
    line-height: 1.25;
}
.news-item--vdm .vdm-logo {
    width: 190px;
    display: inline-block;
    float: left;
    margin-left: 20px;
}
.news-item--vdm .vdm-logo img {
	width: 90%;
    margin: 8px;
    vertical-align: middle;
}
.news-item--vdm .vdm-info-hook {
	display: inline-block;
    line-height: 30px;
    margin-left: 10px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}
.news-item--vdm .news-item__data a {
	text-decoration: none;
}

/* Audios (shows) */

.audio-module {

}
.audio-module__list-wrapper {
    display: flex;
    align-items: stretch;
}
.audio-module__nav {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 50px;
    width: 60px;
}
.audio-module__list {
    /*float: left;*/
    width: calc(100% - 60px);
	margin-left: 60px;
	height: 535px;
    /*padding: 2% 0 0 0;*/
	overflow: auto;
    text-align: center;
}
@media (min-width: 768px) {
	.audio-module__nav {
		bottom: auto;
		width: 30%;
		height: 100%;
		border-radius: 0 0 0 10px;
	}
	.audio-module__list {
		 width: 70%;
		 margin-left: 30%;
	}
}

.show-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.show-list > li {
	position: relative;
}
/*.show-list > li.top {
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.show-list > li.top:first-child {
	border: none;
}*/
.show-list__item {
	display: block;
	padding: 5px 0;
	text-align: center;
	cursor: pointer;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
.top .show-list__item {
	padding: 0;
}
@media (min-width: 768px) {
	.show-list__item,
	.top .show-list__item {
		padding: 7px 10px;
		text-align: left;
	}
}

.show-list > li:after {
	content: '';
	width: 0; 
    height: 0;
	position: absolute;
	top: 0;
	right: -10px;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.show-list > li.active:after {
	opacity: 1;
}
.no-opacity .show-list > li:after {
	display: none;
}
.no-opacity .show-list > li.active:after {
	display: block;
}

.show-list__image {
	display: inline-block;
	width: 36px;
	text-align: center;
}
.top .show-list__image {
	line-height: 36px;
}
.show-list__image i {
	margin-top: 4px;
	font-size: 24px;
	line-height: 36px;
}
.show-list__image img {
	border-radius: 50%;
	width: 100%;
	background-color: #fff;
}
@media (min-width: 768px) {
	.show-list__image {
		width: 20%;
		float: left;
		margin-right: 5%;
	}
	.top .show-list__image {
		line-height: normal;
	}
	.show-list__image i {
		line-height: normal;
	}
}
.show-list__title {
	width: 75%;
	float: left;
	font-size: 13px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 33px;
}
@media (max-width: 768px) {
	.show-list__title {
		display: none;	
	}
}

.audio-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}
.audio-module__list .audio-list {
	padding: 5px 15px 0;
}

.audio-list__item {
	margin: 15px 0;	
}

.audio-list__image {
	width: 40px;
	float: left;
	margin-right: 15px;
}
.audio-list__image img {
	border-radius: 50%;
	width: 100%;
}
.audio-list__play {
	width: 20px;
	float: left;
	margin: 15px 10px 0 0;
	text-align: center;
}
.audio-list__play a {
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	transition: color 0.5s;
}

.audio-list__play i {
	font-size: 20px;
}

.audio-list__title {
	float: left;
	width: calc(100% - 85px);
	line-height: 1.3;
}
@media (min-width: 768px) {
	.audio-module__list .audio-list {
		padding: 15px 25px 0;
	}
	.audio-list__image {
		width: 12%;
		margin-right: 5%;
	}
	.audio-list__play {
		width: 6%;
		margin: 15px 5% 0 0;
	}
	.audio-list__title {
		width: 72%;
	}
}

.audio-list__title p {
	font-size: 11px;
}
.audio-list__title p span {
	display: inline-block;
}
.audio-list__host {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: calc(100% - 45px);
	vertical-align: middle;
}
.audio-list__title p a {
	font-weight: bold;
}
.audio-list__title > a {
	display: block;
	/*max-height: 50px;
	overflow: hidden;*/
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.audio-list__host {
	line-height: 24px;
}
.audio-list__host a {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: top;
	max-width: 180px;
	line-height: 24px;
}

.audio-list__title a {
	text-decoration: none;
}

.audio-list__time {
	margin-left: 5px;
}
.audio-list__time:before {
	margin-right: 7px;
	content: "\f017";
	font-family: FontAwesome;
}

.audio-list__btn {
	display: block;
	padding: 0 20px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 50px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: background-color .3s;
	-moz-transition: background-color .3s;
	transition: background-color .3s;
}
.audio-list__btn:after {
	display: inline-block;
	margin-left: 10px;
	content: "\f105";
	font-family: FontAwesome;
}
@media (min-width: 768px) {
	.audio-list__btn {
		left: 30%;
	}
}

/* Onair content (mentions + audio clips) */

.mention-item {
    padding: 10px 0;
    border-bottom: 1px solid #dadada;
}
.mention-item a {
    text-decoration: none;
}
.mention-item__image {
    position: relative;
    float: left;
    width: 75px;
    height: 75px;
    margin-right: 20px;
}
.mention-item__image img {
    width: 100%;
	height: auto;
}
.mentions__item--audio .mention-item__image a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -9px;
    content: "\f04b";
    font-family: FontAwesome;
    font-size: 24px;
    color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    transition: color 0.2s;
}
.mention-item__data {
    margin-top: 5px;
    float: left;
    width: calc(100% - 95px);
}
.mention-item__title {
	margin: 0 0 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}
.mention-item__title a {
	color: #333;
}
.mention-item__host {
    display: inline-block;
    padding: 2px 5px;
    border-radius: 3px;
    margin: 0 0 10px 0;
    overflow: hidden;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #888;
    background-color: #d4d4d4;
}
.mention-item__date {
	margin: 0;
    font-size: 12px;
    color: #9b9b9b;
}

/* Music content */

.song-item {
    padding: 10px 0;
    border-bottom: 1px solid #dadada;
}
.song-item > * {
	float: left;
}
.song-item__tag {
	min-width: 65px;
    font-size: 16px;
    font-weight: bold;
	line-height: 75px;
}
.music-list--rank .song-item__tag {
	font-size: 22px;
    font-weight: 700;
	text-align: center;
}
.song-item__image {
    width: 75px;
}
.song-item__image img {
	width: 100%;
	height: auto;
}
.song-item__play a {
	display: block;
	padding: 0 25px;
}
.song-item__play i {
    font-size: 24px;
    line-height: 75px;
}
.song-item__play a.disabled {
	pointer-events: none;
    cursor: default;
    color: #d7d7d7;
}
.song-item__data {
	display: flex;
	width: 285px;
    max-width: 40%;
    height: 75px;
    flex-direction: column;
    justify-content: center;
}
.song-item__data > * {
	max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.song-item__title {
	font-size: 16px;
    font-weight: bold;
}
.song-item__artist {
	font-size: 14px;
}
.song-item__options {
    display: flex;
	height: 75px;
    align-items: center;
    float: right;
    padding: 0 15px 0 0;
}
.song-item__options > a {
    margin-right: 15px;
    font-size: 16px;
    cursor: pointer;
    color: #222;
}
.song-item__options > a:last-child {
	margin-right: 0;
}
.song-item__options > a.disabled {
	pointer-events: none;
	cursor: default;
	color: #ababab;
}
.song-item__options > a.tag.disabled {
	background-color: #e4e4e4;
}
.song-item__options a.thumbs-up.active {
	color: #5cb85c;
}
.song-item__options a.thumbs-down.active {
	color: #d9534f;
}
.song-item__options .tag {
	display: inline-block;
	padding: 4px 10px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #3d3c3f;
	border-radius: 2px;
	background-color: #bdbdbd;
}
.song-item__options .tag:hover {
    color: #fff;
    background-color: #bdbdbd;
}
.song-item__options .tag i {
    margin-right: 7px;
}

/* Sidebar */

.webradio__content__sidebar .ad {
	margin: 10px auto 0;
}
.webradio__content__sidebar .ad300 {
	width: calc(100% - 25px);
	max-width: 300px;
}
.webradio__content__sidebar .ad220 {
	width: calc(100% - 25px);
	max-width: 220px;
}

/* Footer */

.webradio__footer {
	padding: 50px 0;
    margin: 0 auto;
	text-align: center;
	color: #4a4a4a;
}
.webradio__footer a {
	color: #4a4a4a;
}
.webradio__footer a:hover {
	text-decoration: none;
}
.webradio__footer p:last-child,
.webradio__footer p:last-child a {
	color: #a4a4a4;
}
.webradio__footer p:last-child a {
	display: inline-block;
	margin: 0 5px;
}

/*-- adplayer Theme --*/
/*-- utilise pour les pubs --*/

.adplayer #pubInfo {
	font-size: 12px;
	line-height: 30px;
	color: #fff;
	margin-left: 10px;
}
.adplayer #pubInfo:before {
    content: '00:';
}
.adplayer #pubLink {
	float: right;
    font-size: 12px;
    width: auto;
	height: 30px;
    white-space: nowrap;
    background-color: #000;
}

.adplayer #pubSkip {
	float: right;
    font-size: 12px;
    line-height: 30px;
    margin-right: 10px;
    width: auto;
	color:white;
	cursor:pointer;
}
.adplayer #pubLink a {
	display: inline-block;
    padding: 0 15px;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
}
.adplayer #pubLink a:after {
	content: '\f08e';
	font-family: FontAwesome;
	margin-left: 8px;
	color: #fff;
}
.adplayer #pubLink a:hover, .adplayer #pubLink a:hover::after {
	color: rgba(255,255,255,0.5);
}




.adplayer{
	overflow: visible !important;
}
.adplayer:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.75);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
}
.adplayer .mejs-clear {
    clear: both;
}
.adplayer .mejs-offscreen {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: polygon(0px 0px, 0px 0px,0px 0px, 0px 0px);
    position: absolute !important;
    height: 1px;

    width: 1px;
    overflow: hidden;
}
.adplayer .mejs-container {
    position: relative;
    background: #000;
    font-family: Helvetica, Arial;
    text-align: left;
    vertical-align: top;
    text-indent: 0;
}
.adplayer .mejs-mediaelement {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.adplayer .mejs-poster {
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.adplayer .mejs-overlay {
    position: absolute;
    top: 0;
    left: 0;
}
.adplayer .mejs-overlay-play {
    cursor: pointer;
}
.adplayer .mejs-overlay-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    background: url(../lib/mediaelement-2.20.1/bigplay.svg) no-repeat;
}
.adplayer .mejs-container .mejs-controls {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    bottom: 0;
    left: 0;
    background: url(background.png);
    background: rgba(0, 0, 0, 0.7);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.7)), to(rgba(0,0,0,0.7)));
    background: -webkit-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
    background: -moz-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
    background: -o-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
    background: -ms-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
    background: linear-gradient(rgba(50,50,50,0.7), rgba(0,0,0,0.7));
    height: 30px;
    width: 100%;
}
.adplayer .mejs-container .mejs-controls div {
    list-style-type: none;
    background-image: none;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 26px;
    height: 26px;
    font-size: 11px;
    line-height: 11px;
    font-family: Helvetica, Arial;
    border: 0;
}
.adplayer .mejs-controls .mejs-button button {
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    margin: 7px 5px;
    padding: 0;
    position: absolute;
    height: 16px;
    width: 16px;
    border: 0;
    background: transparent url(../lib/mediaelement-2.20.1/controls.svg) no-repeat;
}
.adplayer .mejs-controls .mejs-pause button {
    background-position: 0 -16px;
}
.adplayer .mejs-controls .mejs-volume-button {
    position: relative;
}
.adplayer .mejs-controls .mejs-mute button {
    background-position: -16px -16px;
}
.adplayer .mejs-controls .mejs-unmute button {
    background-position: -16px 0;
}
.adplayer .mejs-controls a.mejs-horizontal-volume-slider {
    height: 26px;
    width: 56px;
    position: relative;
    display: block;
    float: left;
    vertical-align: middle;
}
.adplayer .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    position: absolute;
    left: 0;
    top: 11px;
    width: 50px;
    height: 8px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #333;
    background: rgba(50,50,50,0.8);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30,30,30,0.8)), to(rgba(60,60,60,0.8)));
    background: -webkit-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
    background: -moz-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
    background: -o-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
    background: -ms-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
    background: linear-gradient(rgba(30,30,30,0.8), rgba(60,60,60,0.8));
}
.adplayer .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    position: absolute;
    left: 0;
     top: 0;
	/*top: 11px;*/
    width: 50px;
    height: 8px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    background: rgba(255,255,255,0.8);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.9)), to(rgba(200,200,200,0.8)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
    background: -moz-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
    background: -o-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
    background: -ms-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
    background: linear-gradient(rgba(255,255,255,0.9), rgba(200,200,200,0.8));
}
.adplayer .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
    display: none;
}