

/* Section radio */
.section-radio{
	margin-top: 10px;
	_background-image: linear-gradient(to bottom, #0db8ee 0%, #cdeafb 80%);
	box-shadow: 7px 7px 9px rgba(0, 0, 0, 0.6);
}

.section-radio-about{
	padding: 0 10px;
}

.director{
	float: left;
	line-height: 36px;
	font-size: 23px;
	font-family: 'dinbold';
	padding-left: 15px;
	margin-top: 2px;
	-webkit-transform: scaleX(0.93);
	transform: scaleX(0.93);
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
}

.section-radio .about-title{
font-family:'dinblackalternate';
	text-align: right;
	padding: 0 50px 3px 0;
	background-repeat: no-repeat;
	background-image: url(images/fleche-more.png);
	background-size: 26px;
	background-position: right 10px top 12px;
	display: block;
	border-bottom: 2px solid black;
}
.about-title.active,
.recently-title.active,
.comments-title.active{
	background-image: url(images/icon-close.png);
	background-repeat: no-repeat;
	background-size: 22px;
	background-position: right 12px top 11px;
}

.section-radio .about-title span{
	display: inline-block;
	-webkit-transform: scaleX(0.93);
	transform: scaleX(0.93);
	line-height: 36px;
	font-size: 27px;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}
.radio-about-text{
	display: none;
	padding: 0 20px 10px 30px;

	font-family:'AvenirNextLTW01-Medium';
	font-size: 24px;
	margin-top: 18px;
	_text-align: justify;
	padding-right: 0px;

	line-height: 1.25;

	border-bottom: 2px solid black;
}
.radio-about-text p{
	-webkit-transform: scaleX(0.9);
	transform: scaleX(0.9);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	margin-right: -5%; /* compensate scaleX */
}


.section-radio .radio-content{
	font-family:'Code Pro W01 Regular';	
}

.radio-player{
	padding: 13px 28px 0 28px;

}
.radio-player:after{
	content: '';
	display: table;
	clear: both;
}
.radio-player > div{
	float: left;
}

.radio-player-radio-couv{
	width: 218px;
}
.radio-player-radio-couv-equalizer{
	margin-bottom: 1px;
	opacity: 0.7;
}

.stopped .radio-player-radio-couv-equalizer .on{
	display: none;
}
.radio-player-radio-couv-equalizer .off{
	display: none;
}
.stopped .radio-player-radio-couv-equalizer .off{
	display: block;
}

.radio-player-volume{
	width: 106px;	
	padding-top: 26px;
	padding-left: 28px;
	position: relative;
}
.radio-player-volume-icon{
	position: absolute;
	top: 220px;
	left: 34px;
	width: 24px;
	height: 21px;
	background-image: url(images/vol_icon.png);
	background-size: 100%;
	display: block;
}
.mute .radio-player-volume-icon{
	background-image: url(images/vol_icon_mute.png);
}

.radio-player .ui-slider-vertical{
	width: 4px;
	background-color: white;
	height: 186px !important;
}
.radio-player .ui-slider-vertical:after{ /* petit morceau a coté de l'icone volume */
	content: '';
	background-color: black;
	height: 30px;
	width: 4px;
	position: absolute;
	top: 100%;
}

.radio-player .ui-slider-vertical .ui-slider-handle{
	width: 44px;
	height: 32px;
	cursor: pointer;
	left: -10px;
	margin-bottom: -12px;
}
.radio-player .ui-slider-vertical .ui-slider-handle:before{
	display: block;
	content: attr(data-level)'%';
	position: absolute;
	top: 0;
	right: 0;
	font-family:'Code Pro W01 Regular';
	-webkit-transform: scaleX(0.9);
	transform: scaleX(0.9);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}
.radio-player .ui-slider-vertical .ui-slider-handle:after{
	content: '';
	background-color: black;
	display: block;
	position: absolute;
	height: 6px;
	top: 18px;
	width: 100%;
}
.radio-player .ui-slider-vertical .ui-slider-range-min{
	background-color: black;
}

.radio-player-control{
	width: 180px;
}
.radio-player-control button{
	margin-top: 89px;
	background-image: url(images/control-stop.png);
	background-color: transparent;
	background-size: 100%;
	border: none;
	width: 109px;
	height: 109px;
	text-indent: -999px;
	overflow: hidden;
}
.stopped .radio-player-control button{
	background-image: url(images/control-play.png);	
}

.radio-player-infos{
	width: 336px;
	margin-right: 40px;
	position: relative;
}

.radio-player-infos .couv{
	margin-top: 68px;
	width: 80px;
	height: 80px;
	border: 1px solid #000;
	background-color: #555;
	position: relative;
}
.couv-likes{
    position: absolute;
    left: 86px;
    top: -6px;
    font-size: 11px;
}
.couv-likes .couv-like {
    background-image: url(images/radio-buttons-like2.png);
    background-position: left 3px top 2px;
    border-bottom: 1px solid black;
    padding-top: 6px;
    padding-bottom: 3px;
}
.couv-likes .couv-dislike {
    background-image: url(images/radio-buttons-dislike.png);
    background-position: left 3px top 5px;
    padding-top: 3px;
    padding-bottom: 8px;
}
.couv-likes .couv-like, .couv-likes .couv-dislike {
    font-weight: bold;
    background-repeat: no-repeat;
    background-size: 15px;
    display: block;
    line-height: 1;
    padding-left: 25px;
    padding-right: 3px;
}

.radio-player-infos .now{

	font-size: 11px;
	margin-top: 4px;
	-webkit-transform: scaleX(0.93);
	transform: scaleX(0.93);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
}
.radio-player-infos .title{
	font-size: 17px;
	margin-top: 4px;
	text-transform: uppercase;
	-webkit-transform: scaleX(0.93);
	transform: scaleX(0.93);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
}
.radio-player-infos .progress{
	height: 6px;
	background-color: white;
	margin-top: 15px;
	margin-bottom: 7px;
}
.radio-player-infos .progress div{
	background-color: black;
	height: 100%;
	width: 0%;
}

.radio-player-infos .duration{
	float: left;
}
.radio-player-infos .remaining{
	float: right;
}


/* Buttons */

.player-buttons{
	width: 170px;
	padding-top: 45px;

}
.player-buttons a{
	display: block;
	position: relative;
	line-height: 35px;
	border: 3px solid black;
	background-color: black;
	color: white;
	text-align: center;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left 10px top 8px;
	background-size: 20px;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 8px;
	width: 100%;
}
.player-buttons a.actif{
	color: #e41813;
}



.player-buttons a span{
	display: inline-block;
	-webkit-transform: scaleX(0.90);
	transform: scaleX(0.90);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	color: inherit;
}
a.player-buttons-add{
	background-image: url(images/radio-buttons-add_w.png);
}
a.player-buttons-remove{
	background-image: url(images/radio-buttons-remove_w.png);
	background-size: 18px;
}

#rp-remove{
	display: none;
}
a.player-buttons-history{
	background-image: url(images/radio-buttons-history.png);
}
a.player-buttons-like{
	background-image: url(images/radio-buttons-like_w.png);
	background-size: 18px;
	background-position: left 10px top 9px;
}
a.player-buttons-like.actif{
	background-image: url(images/radio-buttons-like_r.png);
}

a.player-buttons-dislike{
	background-image: url(images/radio-buttons-dislike_w.png);
	background-size: 18px;
	background-position: left 4px top 12px;
}
a.player-buttons-dislike.actif{
	background-image: url(images/radio-buttons-dislike_r.png);
}

a.player-buttons-share{
	background-image: url(images/radio-buttons-share_w.png);
	background-position: left 7px top 7px;
}
a.player-buttons-buy{
	background-image: url(images/radio-buttons-buy_w.png);
	background-size: 18px;
	background-position: left 10px top 7px;
}
a.player-buttons-tv{
	background-image: url(images/radio-buttons-tv_w.png);
	background-size: 23px;
	background-position: left 8px top 8px;
}

a.player-buttons-like,
a.player-buttons-dislike,
a.player-buttons-share,
a.player-buttons-buy,
.radio-player a.player-buttons-tv
{
	float: left;
	width: 81px;
}

a.player-buttons-like,
a.player-buttons-share
{
	margin-right: 8px;
}

a.player-buttons-popup{
	background-size: 22px;
	background-image: url(images/control-play.png);
	background-position: left 40px top 6px;
	padding-left: 57px;
}
a.player-buttons-popup .logo{
	display: block;
	position: absolute;
	left: 3px;
	top: 3px;
	width: 29px;
	height: 29px;
	background-color: black;
	background-size: 100%;
}

.player-buttons-like_dislike{
	position: relative;
}
.player-buttons > div:after{
	clear: both;
	content: '';
	display: table;
}

.like_tooltip{
	position: absolute;
	width: 290px;
	height: 80px;
	background-color: #c7c7c7;
	padding: 13px 11px 8px 11px;
	text-transform: uppercase;
	font-family:'Code Pro W01 Regular';
	font-size: 14px;
	left: -56px;
	top: -90px;
	box-shadow: -7px 7px 9px rgba(0, 0, 0, 0.6);
	cursor: default;
	color: black;
	line-height: 1;
	z-index: 1;
	display: none;
}
.like_tooltip .likes-total{
	font-weight: bold;
	font-size: 1.1em;
}
.like_tooltip .balance{
	display: -webkit-flex;
	display: flex;
	line-height: 24px;
	height: 24px;
	margin-bottom: 3px;
}
.like_tooltip .balance .likes-like,
.like_tooltip .balance .likes-dislike{
	-webkit-flex: 0 1;	
	flex: 0 1;	
	font-weight: bold;
	background-repeat: no-repeat;
	background-size: 20px;
}
.like_tooltip .balance .likes-bar{
	-webkit-flex: 1 0;
	flex: 1 0;
	background-color: #e41813;
	height: 5px;
	margin-top: 10px;
}
.like_tooltip .balance .likes-bar div{
	background-color: black;
	height: 100%;
	width: 100%;
}

.like_tooltip .balance .likes-like{
	padding-right: 28px;
	margin-right: 9px;
	background-image: url(images/radio-buttons-like2.png);
	background-position: right top;
}
.like_tooltip .balance .likes-dislike{
	padding-left: 28px;
	margin-left: 9px;
	background-image: url(images/radio-buttons-dislike.png);
	background-position: left top 7px;
}
.like_tooltip .balance .likes-like.actif,
.like_tooltip .balance .likes-dislike.actif{
	color: #e41813;
}


.add-animation{
	width: 76px;
	height: 76px;

	position: absolute;
	top: 2px;
	left: 2px;
	border: 1px solid black;
	opacity: 0.8;
}




/* History (covers list) */

.radio-tracklist-covers{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	
	padding: 75px 14px 12px 14px;
}
.radio-tracklist-covers .cover{
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: 8px;
	width: 75px;
	position: relative;
}
.radio-tracklist-covers .cover div.img{
	height: 75px;
	border: 1px solid black;
	overflow: hidden;
}
.radio-tracklist-covers .cover img{
	width: auto;
	height: 100%;
	max-width: none;
}
.radio-tracklist-covers .cover.current:after{
	content: '';
	display: block;
	position: absolute;
	top: -6px;
	left: -6px;
	right: -6px;
	height: 75px;
	border: 6px solid #e41813;
}
.radio-tracklist-covers .cover.current:before{
	content: '';
	background-image: url(images/equaliseur.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: -17px;
	left: -6px;
	width: 86px;
	height: 10px;
	background-size: 100%;
	opacity: 0.8;
}
.stopped .radio-tracklist-covers .cover.current:before{
	display: none;
}

.radio-tracklist-covers .cover:last-of-type{
	margin-right: 0;
}

.radio-tracklist-covers .cover .infos{
	display: none;
	position: absolute;
	height: 60px;
	top: -70px;
	left: 50%;
	white-space: nowrap; 
	padding-left: 6px;
	border-left: 1px solid black;
	text-transform: uppercase;
}
.radio-tracklist-covers .cover:nth-of-type(n+8) .infos{
	left: auto;
	right: 50%;
	padding-left: 0;
	padding-right: 6px;
	text-align: right;
	border-left: none;
	border-right: 1px solid black;
}
.radio-tracklist-covers .cover .infos .playtime{
	color: #e41813;
}
.radio-tracklist-covers .cover:hover .infos{
	display: block;
}

.radio-tracklist-covers .cover .likes{
	position: absolute;
	right: 100%;
	top: -4px;
	font-size: 11px;
	padding-right: 5px;
}
.radio-tracklist-covers .cover:nth-of-type(n+8) .likes{
	right: auto;
	left: 100%;
	padding-left: 5px;
}
.radio-tracklist-covers .like {
    background-image: url(images/radio-buttons-like2.png);
    background-position: left 3px top 2px;
    border-bottom: 1px solid black;
    padding-top: 6px;
    padding-bottom: 3px;
}
.radio-tracklist-covers .dislike {
    background-image: url(images/radio-buttons-dislike.png);
    background-position: left 3px top 5px;
    padding-top: 3px;
    padding-bottom: 8px;
}
.radio-tracklist-covers .like, .radio-tracklist-covers .dislike {
    font-weight: bold;
    background-repeat: no-repeat;
    background-size: 15px;
    display: block;
    line-height: 1;
    padding-left: 25px;
    padding-right: 3px;
}

.radio-tracklist-covers .cover .add{
	font-size: 11px;
	text-transform: uppercase;
	border: 1px solid black;
	margin-top: 4px;
	overflow: hidden;
	width: 100%;
	padding: 2px;
	visibility: hidden;
	cursor: pointer;
	text-align: center;
	display: block;
}
.radio-tracklist-covers .cover:not([data-trackid=""]):hover .add{
	visibility: visible;
}
.radio-tracklist-covers .cover:not(.in_playlist) .add:hover{
	background-color: black;
	color: white;
}

.radio-tracklist-covers .cover.in_playlist .add{
	color: #e41813;
	border-color: #e41813;
	opacity: 1;
}

/*
Recently Played
------------------------------- */
.section-radio-recently{
	padding: 0 10px;
	position: relative;
}
.recently-date{
	position: absolute;
	top: 7px;

	font-size: 19px;
	margin-top: 5px;
	-webkit-transform: scaleX(0.93);
	transform: scaleX(0.93);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	text-transform: uppercase;
	z-index: 2;
	display: none;
}
.recently-date-day{
	display: inline-block;
	position: relative;
	padding-right: 15px;

}
.recently-date span{
	font-family:'Avenir Next LT W01 Bold';
}
.recently-date .list{
	position: absolute;
	background-color: #c7c7c7;
	padding: 8px 25px 3px 17px;
	text-transform: uppercase;
	box-shadow: -7px 7px 9px rgba(0, 0, 0, 1);
	color: black;
	left: 100%;
	top: -8px;
	white-space: nowrap; 
	display: none;
}
.recently-date-day:hover .list,
.recently-date-hour:hover .list
{
	display: block;
}
.recently-date .list a{
	display: block;
	margin-bottom: 5px;
}
.recently-date .list a.active{
	font-weight: bold;
}


.recently-date-hour{
	display: inline-block;
	margin-left: 135px;
	padding-right: 15px;
}
.recently-date-hour .list{
	font-size: 0.8em;
}


.section-radio .recently-title span{
	display: inline-block;
	-webkit-transform: scaleX(0.93);
	transform: scaleX(0.93);
	line-height: 39px;
	font-size: 27px;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}
.recently-title{
	border-top: 2px solid black;
	text-align: right;
	padding-right: 50px;
	font-family:'dinblackalternate';
	padding: 0 50px 3px 0;
	background-repeat: no-repeat;
	background-image: url(images/fleche-more.png);
	background-size: 26px;
	background-position: right 10px top 12px;
	display: block;
}

.recently-content-wrap{

}
.recently-content{	
	padding-top: 7px;
	padding-bottom: 32px;
}

.track{
	display: -webkit-flex;
	display: flex;
	line-height: 30px;
	padding: 0 0px 0 12px;
	position: relative;

}
.track.current:after {
	content: '';
	position: absolute;
	top: -2px;
	bottom: -2px;
	left: -2px;
	right: -2px;
	border: 3px solid #e41813;
	z-index: 1;
} 
.track:nth-of-type(odd){
	background-color: rgba(255, 255, 255, 0.5);
}
.track > div{
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
}
.track a{
	z-index: 2; /* stay above red highlight */
}
.track-playtime span,
.track-title > span{
	font-size: 17px;
	display: inline-block;
	-webkit-transform: scaleX(0.88);
	transform: scaleX(0.88);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
}
.track-playtime{
	width: 80px;
	font-family:'AvenirNextLTW01-Medium';
}
.track-title{
	font-family:'AvenirNextLTW01-Medium';
	-webkit-flex: 1 !important;
	flex: 1 !important;
	overflow: hidden;
}
.track-title .artist{
	font-weight: bold;
}
.current .track-title {
	background-image: url(images/equaliseur.gif);
	background-position: right 18px center;
	background-size: 128px;
	background-repeat: no-repeat;
}
.stopped .current .track-title{
	background-image: none;
}
.track-add{
	font-family:'Code Pro W01 Regular';
	padding-right: 10px;
}
.track-add a{
	display: inline-block;
	font-size: 13px;
	padding: 0 10px;
	-webkit-transform: scaleX(0.90);
	transform: scaleX(0.90);
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	border: 1px solid #000;
	color: #000;
	line-height: 18px;
}
.track:not(.in_playlist) .track-add a:hover{
	background-color: black;
	color: white;
}
.in_playlist .track-add a{
	border-color: #e41813;
	color: #e41813;
}

.track-likes{
	font-size: 14px;
	font-family:'Code Pro W01 Regular';
}
.track-likes .track-like,
.track-likes .track-dislike{
	font-weight: bold;
	background-repeat: no-repeat;
	background-size: 17px;
	display: inline-block;
	line-height: 23px;
	width: 58px;
	text-align: center;
	padding-left: 20px;

}
.track-likes .track-like{
	background-image: url(images/radio-buttons-like.png);
	background-position: left top 2px;
	margin-right: 12px;
	border-right: 2px solid black;
}
.track-likes .track-dislike{
	background-image: url(images/radio-buttons-dislike.png);
	background-position: left top 6px;
	color: #e41813;
}


/* Commentaires */
.section-radio-comments{
	padding: 0 10px;
	font-family:'AvenirNextLTW01-Medium';
}
.section-radio .comments-title span{
	display: block;
	transform: scaleX(0.93);
	line-height: 39px;
	font-size: 27px;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}
.comments-title{
	text-align: right;
	border-top: 2px solid black;
	padding-right: 50px;
	font-family:'dinblackalternate';
	padding: 0 50px 3px 0;
	background-repeat: no-repeat;
	background-image: url(images/fleche-more.png);
	background-size: 26px;
	background-position: right 10px top 12px;
	display: block;
}
.comments-content{
	display: none;
	padding: 0 50px 30px 30px;
}
.comments-form-right{
	margin-left: 100px;
}
.comment-form-author{
	display: none;
}
.comment-form .logged-in-as{
	display: none;
}
.comment-form-author label{
	text-transform: uppercase;
	font-size: 18px;
	background-color: black;
	color: white;
	font-family: 'Code Pro W01 Regular';
	line-height: 24px;
	display: inline-block;
	padding: 0 9px;
}
.comment-form-author input{
	border: none;
	line-height: 24px;
	height: 24px;
}
.comment-form-comment textarea{
	border: none;
	width: 100%;
	min-height: 62px;
	padding: 20px 15px;
	font-family:'AvenirNextLTW01-Medium';
	resize: vertical;
}
.comment-form .submit{
	border: none;
	background-color: #e41813;
	color: white;
	font-family: 'Code Pro W01 Regular';
	padding: 0 9px;
	line-height: 28px;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: -1px;
	cursor: pointer;
}

div.comments-list{
	overflow: auto;
	max-height: 480px;
	padding-right: 10px;
}
ol.commentlist{
	list-style: none;
	color: #333;
	margin: 0;
	padding: 0;
}
.comment{

	margin-bottom: 38px;
}
.comment-right{
	padding-top: 12px;
	margin-left: 98px;
	border-top: 1px solid black;
}
.comment-avatar{
	padding-top: 12px;
	width: 66px;
	float: left;
	height: 66px;
}
.comment-author{
	font-weight: bold;
	margin-bottom: 6px;
	font-size: 18px;
}
.comment-meta{
	font-size: 14px;
	margin-top: 5px;
	color: #666;
}
.comment-content{
	font-style: italic;
	font-size: 18px;
}