


body.page-id-46{
	margin: 0;
	padding: 0;
	
	overflow: hidden;
}
body.page-id-46 .site{
	border: none;
}

.page-id-46{
	background-color: black;
}

.popup-player{
	background-color: black;
	font-family:'Code Pro W01 Regular';	
	color: white;
	width: 880px;
}
.popup-player:after,
.popup-player > div:after{
	content: '';
	display: table;
	clear: both;
}


/* section 1 */

.popup-player .section-1{
	padding: 16px 10px 9px 16px;
	border-bottom: 1px solid #eee;
	
	height: 173px;
}
.popup-player .section-1 > div{
	float: left;
}

.popup-player-radio-couv{
	width: 120px;
	border: 1px solid #d0d0d0;
}


.popup-player-control{
	width: 120px;
	height: 122px;
	position: relative;
	margin-left: 25px;
}
.popup-player-control button{
	top: 50%;
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(images/control-stop.png);
	background-color: transparent;
	background-size: 100%;
	border: none;
	width: 68px;
	height: 68px;
	text-indent: -999px;
	overflow: hidden;
	left: 16px;
}
.stopped .popup-player-control button{
	background-image: url(images/control-play.png);	
}


.popup-player-infos{
	width: 402px;
	margin-right: 16px;
}

.popup-player-infos .couv{
	width: 64px;
	height: 64px;
	border: 1px solid #000;
	background-color: #555;
	position: relative;
	
}
.popup-player-infos .title{
	font-size: 18px;
	margin-top: 4px;
	text-transform: uppercase;
	-webkit-transform: scaleX(0.93);
	transform: scaleX(0.93);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	letter-spacing: -0.2px;
}
.popup-player-infos .progress{
	height: 5px;
	background-color: white;
	margin-top: 8px;
	margin-bottom: 7px;
}
.popup-player-infos .progress div{
	background-color: #0db8ee;
	height: 100%;
	width: 0%;
}

.popup-player-infos .duration{
	float: left;
}
.popup-player-infos .remaining{
	float: right;
}

/* Buttons */

.popup-player-buttons{
	width: 160px;
	_padding-top: 18px;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.popup-player-buttons a{
	display: block;
	line-height: 30px;
	border: 1px solid white;
	text-align: center;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: 22px;
	font-size: 11px;
	text-transform: uppercase;
	width: 100%;
	margin-bottom: 8px;
	color: white;
}
.popup-player-buttons a:hover{
	background-color: white;
	color: black;
}
.popup-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.popup-player-buttons-add{
	background-image: url(images/radio-buttons-add_w.png);
}
a.popup-player-buttons-add:hover{
	background-image: url(images/radio-buttons-add.png);
}
a.popup-player-buttons-remove{
	background-image: url(images/radio-buttons-remove_w.png);
	background-size: 18px;
}
a.popup-player-buttons-remove:hover{
	background-image: url(images/radio-buttons-remove.png);
}
a.popup-player-buttons-like{
	background-image: url(images/radio-buttons-like_w.png);
	background-size: 18px;
	background-position: left 7px top 6px;
}
a.popup-player-buttons-like:hover{
	background-image: url(images/radio-buttons-like.png);	
}
a.popup-player-buttons-dislike{
	background-image: url(images/radio-buttons-dislike_w.png);
	background-size: 18px;
	background-position: left 3px top 10px;
}
a.popup-player-buttons-dislike:hover{
	background-image: url(images/radio-buttons-dislike.png);
}
a.popup-player-buttons-tv{
	background-image: url(images/radio-buttons-tv_w.png);
	background-size: 23px;
	background-position: left 8px top 6px;
}
a.popup-player-buttons-tv:hover{
	background-image: url(images/radio-buttons-tv.png);
}

a.popup-player-buttons-like,
a.popup-player-buttons-dislike{
	width: 76px;
	float: left;
}
a.popup-player-buttons-like{
	margin-right: 8px;
}
.popup-player-buttons-like_dislike{
	position: relative;
}
.popup-player .like_tooltip{
	top: 38px;
	left: -120px;
}




/* section 2 */
.section-2{
	height: 90px;
	padding-top: 10px;
}

.popup-player-volume{
	margin-left: 16px;
	position: relative;
	width: 160px;
	float: left;
}
.popup-player-volume-icon{
	width: 24px;
	height: 21px;
	background-image: url(images/vol_icon_w.png);
	background-size: 100%;
	display: block;
}
.mute .popup-player-volume-icon{
	background-image: url(images/vol_icon_mute_w.png);
}

.popup-player .ui-slider-horizontal{
	height: 2px;
	width: 110px;
	background-color: white;
	margin: 25px 0 0 12px;
}
.popup-player .ui-slider-horizontal .ui-slider-handle{
	width: 20px;
	height: 26px;
	cursor: pointer;
	left: -10px;
	top: -12px;
}
.popup-player .ui-slider-horizontal .ui-slider-handle:after{
	content: '';
	background-color: white;
	display: block;
	position: absolute;
	height: 26px;
	top: 0;
	left: 6px;
	width: 7px;
}
.popup-player-volume-val:after{
	content: attr(data-level)'%';
	display: block;
	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%;
	top: 34px;
}

.popup-player .ui-slider-horizontal .ui-slider-range-min{
	_background-color: black;
}

.popup-player-stations{
	margin-left: 14px;
	float: left;
}
.popup-player-stations .stations{
	float: left;
}
.popup-player-stations .station{
	float: left;
	text-align: center;
	margin-right: 14px;
	position: relative;
	display: block;
}

.popup-player-stations .station .name{
/*
	font-size: 10px;
	-webkit-transform: scaleX(0.88) translateX(-50%);
	transform:  scaleX(0.88) translateX(-50%);
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	margin-bottom: 5px;
	text-transform: uppercase;

	position: absolute;
	white-space: nowrap;
	top: 0;
	left: 25px;
*/
	display: none;
}
.popup-player-stations .station a{
	border: none;
}
.popup-player-stations .station img{
	width: 50px;
	border: 1px solid #999 !important;
}
.popup-player-stations .station.current{
	padding-right: 236px;
}
.popup-player-stations .station.current .name{
	display: none;
}
.popup-player-stations .station.myplaylist{
	background-color: white;
}

.popup-player-stations .equalizer-name{
	position: absolute;
	left: 61px;
	bottom: 0;
	font-size: 19px;
	color: black;
	background-color: white;
	text-transform: uppercase;
	content: attr(data-name);
	width: 124px;	
	line-height: 22px;
}
.popup-player-stations .equalizer-name span{
	-webkit-transform: scaleX(0.9);
	transform: scaleX(0.9);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	display: block;
}
.popup-player-stations .equalizer-img{
	position: absolute;
	bottom: 0;
	background-image: url(images/equaliseur.gif);
	background-size: 90px 22px;
	left: 196px;
	height: 22px;
	width: 90px;
	
}
.stopped .popup-player-stations .equalizer-img{
	background-image: url(images/equaliseur_off.png);
	opacity: 0.3;
}

/* embed player */

.embed .popup-player-radio-couv{
	display: none;
	
}
.embed .section-1{
	padding-left: 100px;
}
.embed .couv{
	position: absolute;
	left: 10px;
	width: 86px;
	top: 10px;
}
.embed .popup-player-control{
	margin-left: 0;
	height: 74px;
}

.embed .popup-player-control button.play{
	right: auto;
	left: 16px;
}

.embed .popup-player-infos{
	width: 330px;
}
.embed .popup-player-buttons{
	display: none;
}

.embed .section-2{
	display: none;
}