body.popup{
	overflow: hidden;
}

.cdmbox-overlay{
	background-color: rgba(0,0,0,0.4);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	
	display: none;
}
.cdmbox{
	padding: 20px 35px 30px 35px;
	background-color: white;
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #d6d6d6 100%);
	box-shadow: -7px 7px 9px rgba(0, 0, 0, 0.6);
	
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	z-index: 2;
	
	display: none;

	overflow-y: auto;
	overflow-x: none;	
	
}

.cdmbox a{
	color: #0db8ee;
}

.box-form-error{
	color: red;
	padding: 10px 0;
	display: none;
}
.box-form-msg{
	color: green;
}

.black{
	color: black !important;
}

.box-close{
	background-image: url(images/box-close.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
	width: 52px;
	height: 54px;
	position: absolute;
	top: 0;
	right: 0;
}

.box-loading{
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	margin: 20px auto;
	height: 50px;
	width: 50px;
	display: none;
}
.form-save-loading{
	background-image: url(images/loading-save.gif);
	width: 16px;
	height: 11px;
	display: none;
}

/* inputs */
.cdmbox input[type="email"],
.cdmbox input[type="password"],
.cdmbox input[type="text"]
{
	border: 1px solid #000;
	background-color: white;
	width: 100%;
	margin-bottom: 10px;
	font-size: 14px;
	padding: 4px 6px;
}
.cdmbox input::placeholder{
	font-style: italic;
}



.box-logo{
	width: 55px;
	display: inline-block;
}
.box-title{
	color: #0db8ee;
	font-size: 37px;
	font-family: "Code Pro W01 Regular";
	margin-bottom: 2px;
	display: inline-block;
	margin-left: 15px;
}




/* welcome */

.box-welcome-logo{
	width: 80px;
	margin: auto;
	margin-bottom: 10px;
}

.box-welcome{
	text-align: center;
	width: 380px;
}
.box-welcome-title{
	color: #0db8ee;
	font-size: 50px;
	font-family: "Code Pro W01 Regular";
	margin-bottom: 8px;
}

.box-welcome-text{
	font-size: 16px;
	text-align: justify;
}
.box-welcome-text span{
	color: #0db8ee;
	font-weight: bold;
}
.box-welcome-buttons{
	display: -webkit-flex;
	display: flex;
	margin: 0 -10px;	
	margin-top: 13px;
}
.box-welcome-buttons a{
	flex:1;
	width: 50%;
	margin: 0 10px;
}


.box-welcome-login-title{
	margin-top: 25px;
	margin-bottom: 15px;
	font-size: 16px;	
}
.box-welcome-button-login{
	width: 50%;
	margin: auto;
}

.lines{
	display: table;
	white-space: nowrap;
}
.lines span{
	padding: 0 8px;
}
.lines:after,
.lines:before {
	background-image: linear-gradient(#000 0%, #000 100%);
	content: '';
	display: table-cell;
	width: 50%;
	_background-clip: content-box;
	background-size: 100% 1px;
	background-repeat: no-repeat;
	background-position: center;
}
.lines:after{
	padding-left: 10px;
}
.lines:before {
	padding-right: 10px;
}


a.box-button,
input.box-button
{
	text-decoration: none;
	display: block;
	font-family: "Code Pro W01 Regular";
	color: white;
	background-color: #0db8ee;
	line-height: 27px;
	border: none;
	text-align: center;
	font-weight: bold;
}
.box-button.transparent{
	font-family: "Code Pro W01 Regular";
	color: black;
	background-color: transparent;
	border: 1px solid #000;
}
a.box-button.inline{
	display: inline-block;
}

/* signup */
.box-signup{
	width: 380px;
}
.box-signup-text{
	font-size: 16px;
	margin-bottom: 18px;
}
.box-signup-or{
	margin: 5px 0 15px 0;
	font-size: 16px;
}
.box-signup-soc{
	display: -webkit-flex;
	display: flex;
	margin: 0 -10px;	
	margin-top: 13px;
}
.box-signup-soc input{
	flex:1;
	width: 50%;
	margin: 0 10px;
}
.facebook, .google{
	border: none;
	color: white;
	height: 40px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left 7px center;
	background-size: 26px;
	font-size: 16px;
}
.facebook{
	background-color: #3b5998;
	background-image: url(images/premium-signup-facebook.png);
}
.google{
	background-color: #dd5044;
	background-image: url(images/premium-signup-google.png);
}



.box-signup-terms{
	font-size: 14px;
	margin-top: 5px;
}
.box-signup-submit{
	text-align: center;
	margin-top: 30px;
}
.box-signup-submit-button{
	width: 55%;
	margin: auto;
}

.abcRioButton{ /* google button */
	display: none;
}

/* signup - confirmation */
.box-signup_confirmed .box-text{

	text-align: center;
	
}



/* login */
.box-login{
	width: 380px;
}
.box-login-text{
	font-size: 16px;
	margin-bottom: 18px;
}
.box-login-remember{
	position: relative;
	padding-left: 24px;
	font-size: 14px;
}
.box-login-remember input{
	display: none;
}
.box-login-remember input:checked + label:after{
	content: '';
	position: absolute;
	top: 2px;
	left: 3px;
	width: 10px;
	height: 10px;
	background-color: #777;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	
}
.box-login-remember label{
	cursor: pointer;
}
.box-login-remember label:before{
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	border: 1px solid #000;
	position: absolute;
	top: -1px;
	left: 0;
	background-color: white;
}
.box-login-or{
	margin-top: 20px;
}
.box-login-terms{
	font-size: 14px;
	margin-top: 5px;
}
.box-login-submit{
	text-align: center;
	margin-top: 30px;
}
.box-login-button{
	width: 55%;
	margin: auto;
}

.box-login-lostpassword{
	margin-top: 5px;	
}
.box-login-lostpassword a{
	font-weight: normal;
	font-size: 0.9em;
}

.box-login-signup-links{
	text-align: center;
	margin-top: 20px;
}



/* MY ACCOUNT
----------------------------------------------*/
.box-account{
	width: 440px;
	min-height: 400px;
	position: relative;
	padding-bottom: 35px;
}
.box-account-profile{
	margin-top: 20px;
}
.box-account .toggle{
	
}
.box-account .content{
	display: none;
}
.box-account .toggle{
	padding: 4px 0px;
	text-transform: uppercase;
	cursor: pointer;
	_background-color: rgba(255, 255, 255, 0.5);
	border-bottom: 1px solid #000;
	margin-bottom: 2px;
	background-image: url(images/fleche-more.png);
	background-position: right 10px center;
	background-size: 14px;
	background-repeat: no-repeat;
}
.box-account .active .toggle{
	background-image: url(images/icon-close.png);
}
.box-account .content{
	display: none;
	color: #555;
	padding: 8px 10px;
	padding-bottom: 10px;
}


.box-account-profile label{
	width: 100px;
	display: inline-block;
}
.box-account-profile input[type="text"],
.box-account-profile input[type="email"],
.box-account-profile input[type="password"]
{
	width: 280px;
}
.box-account-profile-changepassword{
	text-align: right;
	font-weight: normal;
}
.box-account-profile-save{
	text-align: right;
	margin-top: 8px;
}
.box-account-profile-save .box-button{
	display: inline-block;
}


.box-account-type-upgrade{
	margin-top: 10px;
}
.box-account-type-upgrade .box-button{
	font-size: 0.85em;
	padding: 0 5px;
	line-height: 1.8;
}

.box-account-players a{
	font-weight: normal;
}
.box-account-players em{
	color: #666;
	font-size: 0.8em;
}
.box-account-players .stations .station{
	margin-bottom: 3px;
}
.box-account-players .stations .station .flex{
	display: -web-flex;
	display: flex;
}
.box-account-players .stations .station div.buttons{
	text-align: right;
	-webkit-flex: 1;
	flex: 1;
}
.box-account-players .stations .station div.url{
	-webkit-flex: none;
	flex: none;
}
.box-account-players .stations .box-button{
	font-size: 0.85em;
	padding: 0 5px;
	line-height: 1.6;
	margin-left: 5px;
}
.box-account-players .stations textarea{
	border: 1px solid #eee;
	font-size: 0.85em;
	width: 100%;
	height: 39px;
	padding: 3px;
	color: #555;
	margin-top: 5px;
	margin-bottom: 6px;
	resize: none;
	display: none;
}

.box-account-logout{
	text-align: right;
	position: absolute;
	right: 0;
	bottom: 0;
}
.box-account .logout-button{
	background-color: black;
	padding: 0 10px;
	display: inline-block;
}

/* Resend link */
.box-resend{
	text-align: center;
	width: 380px;
}
.box-resend-content{
	margin-top: 30px;
}
.box-resend-content input[type="submit"]{
	width: auto;
}

/* Lost password */
.box-lp{
	text-align: center;
	width: 380px;
}

.box-lp-content{
	margin-top: 30px;
}
.box-lp-content input[type="submit"]{
	width: auto;
}

/* Reset password */

.box-changepassword{
	text-align: center;
	width: 400px;
}
.box-changepassword .box-title{
	font-size: 32px;
}
.box-changepassword-text{
	margin-bottom: 20px;
}

/* Hello (popup pour free account) */
.box-hello-logo{
	width: 80px;
	margin: auto;
	margin-bottom: 10px;
}
.box-hello{
	text-align: center;
	width: 380px;
}

.box-hello-text{
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
}
.box-hello-text .want{
	color: #0db8ee;
	font-weight: bold;
	margin-top: 10px;
}

.box-hello-text a{
	margin-top: 10px;
	padding: 0 10px;
}

/* Hello 2 (popup si 8 track dans playlist) */

.box-hello2-logo{
	width: 80px;
	margin: auto;
	margin-bottom: 10px;
}
.box-hello2{
	text-align: center;
	width: 380px;
}

.box-hello2-text{
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
}
.box-hello2-text .want{
	color: #0db8ee;
	font-weight: bold;
	margin-top: 10px;
}

.box-hello2-text a{
	margin-top: 10px;
	padding: 0 10px;
}


/* Retour Paypal "paypal-return" */

.box-return-logo{
	width: 80px;
	margin: auto;
	margin-bottom: 10px;
}
.box-return{
	text-align: center;
	width: 380px;
}

.box-return-text{
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
}


/* "NEW" : TV */

.box-tv-logo{
	width: 80px;
	margin: auto;
	margin-bottom: 10px;
}

.box-tv{
	text-align: center;
	width: 380px;
}
.box-tv-title{
	color: #0db8ee;
	font-size: 50px;
	font-family: "Code Pro W01 Regular";
	margin-bottom: 8px;
}
.box-tv-title2{
	font-size:36px;
	text-align:center;
	font-weight:bold;
}
.box-tv-text{
	margin-top: 10px;
	font-size: 16px;
	font-size: 17px;
	text-align: justify;
	padding: 0 14px;
}
.box-tv-text span{
	color: #0db8ee;
	font-weight: bold;
}
.box-tv-button{
	width: 55%;
	margin: auto;
	margin-top: 25px;
}
a.box-tv-button-try{
	background-color: black;
	color: white;
}

/* NEW Android App */
.box-android{
	text-align: center;
	width: 370px;
	transform-origin: top;
	margin-bottom: -20px;
}
.box-android-logo{
	width: 96px;
	margin: auto;
	margin-bottom: 17px;
}
/*
.box-android-title{
	color: #0db8ee;
	font-size: 50px;
	font-family: "Code Pro W01 Regular";
	margin-bottom: 30px;
}
*/
.box-android-title2{
	font-size:36px;
	font-weight:bold;
	text-align: left;	
	margin-bottom: 8px;
	transform: scaleY(90%);
}
.box-android-text{
	font-size: 21px;
	padding: 0 0;
	text-align: left;
	transform: scaleY(90%);
}
.box-android-text span{
	color: #0db8ee;
	font-weight: bold;
}

.box-android-images {
	display: flex;
	justify-content: space-between;
	margin: 9px auto 30px auto;
}

.box-android-images img{
	height: 50px;

}

.box-android-checkbox{
	text-align: left;
	color: #555;
	font-size: 19px;
	display: block;
	cursor: pointer;
}
.box-android-checkbox input{
	margin-right: 10px;
	margin-top: -6px;
	vertical-align: middle;
}
.box-android-checkbox span{
	transform: scaleY(90%);
	display: inline-block;
}
