@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,700,600);

@font-face {
  font-family: 'fontello';
  src: url('../../../bundles/laeurope1user/fonts/fontello/fontello.eot?52584755');
  src: url('../../../bundles/laeurope1user/fonts/fontello/fontello.eot?52584755#iefix') format('embedded-opentype'),
       url('../../../bundles/laeurope1user/fonts/fontello/fontello.woff?52584755') format('woff'),
       url('../../../bundles/laeurope1user/fonts/fontello/fontello.ttf?52584755') format('truetype'),
       url('../../../bundles/laeurope1user/fonts/fontello/fontello.svg?52584755#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

.sharing [class^="icon-"]:before, .sharing [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  font-size: 40px !important;

  text-decoration: inherit;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

}
 
.icon-user-delete:before { content: '\e808'; } /* '' */
.icon-home:before { content: '\e801'; } /* '' */
.icon-google:before { content: '\e803'; background-color: #e03522; } /* '' */
.icon-twit:before { content: '\e805'; background-color: #00aced; } /* '' */
.icon-fb:before { content: '\e802'; background-color: #044d94; } /* '' */
.icon-google, .icon-twit, .icon-fb{
	float: left;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 20px;
}
.icon-google:before, .icon-twit:before, .icon-fb:before{
	margin-bottom: 5px;
	display: block;
	color: #fff;
	width: 103px;
	height: 60px;
	line-height: 60px;
}
.icon-google{
	color: #e03522;
}
.icon-fb{
	color: #044d94;
}
.icon-twit{
	color: #00aced;
}

.content .col-main{
	background: #fff;
}
.content .col-main .box{
	border: 0;
}
.content .col-main p{
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 26px;
}
.content .col-main .form p{ margin-bottom: 20px; }
.content .col-main p b{
	color: #333;
	font-weight: 600;
}
.content .col-main p a{
	color: #3699db;
}

.content .mention{
	font-size: 12px !important;
	line-height: 18px !important;
	font-weight: 300 !important;
	color: #333;
}
.content p.error{
	font-size: 12px !important;
	color: #e33c48 !important;
	font-weight: 400 !important;
	margin: 0;
}
.content .titre{
	font-size: 30px;
	line-height: 40px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #3699db;
}
.content .content-header{
	margin: 10px 0;
}

.content p.required{
	font-size: 12px; line-height: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #333;
}

.content .aside{
	float: right;
	width: 160px; height: 600px;
	margin-left: 40px; margin-top: 33px;
	background: #999;
	margin-right: 24px;
}
.content .side{
	float: left;
	width: 406px;
}
.content .sign{
	border-top: 1px solid #eaeaea;
	margin-top: 30px; padding-top: 30px;
	background: url("../../../bundles/laeurope1user/images/logo-club.gif") no-repeat right 25px;
	clear: both; min-height: 55px;
}
.content .sign .button{
	margin-top: 80px !important;
}

/* Formulaire */
.content .form{ margin-top: 35px; }
.profil .form{ margin-top: 0; }
.content .form ul{ margin: 0; }
.content .form li{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #333;
	margin-top: 12px; padding-bottom: 18px;
	position: relative;
        clear: both;
}
.content .form ul li:first-child{ margin-top: 0; }
.content .form li label{
	font-weight: 300;
	width: 30%;
	font-size: 15px;
	display: inline-block;
	*display: inline; *zoom: 1;
	vertical-align: middle;
}

.fancy-select{
	display: inline-block;
	*display: inline; *zoom: 1;
	vertical-align: middle;
}
.content .form li .text{
	height: 48px;
	border: 1px solid #ccc;
	width: 54%; margin-left: 2%;
	padding: 0 4%;
	display: inline-block;
	*display: inline; *zoom: 1;
	vertical-align: middle;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #333;
}
.content .col-main .form li .text{
	width: 52%; margin-left: 4%;
}
.content .col-main .form li input.middle{
	width: 38%; margin-left: 0;
}
.content input.error{
	box-shadow: 0 0 2px 2px #e33c48;
	-moz-box-shadow: 0 0 2px 2px #e33c48;
	-webkit-box-shadow: 0 0 2px 2px #e33c48;
}
.content .button{
	background: #3699db;
	color: #fff;
	font-size: 22px; line-height: 22px;
	width: 230px;
	text-align: center;
	text-transform: uppercase;
	border: 0;
	padding: 14px;
	margin: 35px auto;
	cursor: pointer;
	display: block;
	transition: all 0.5s ease-out;
}
.content .grey{ background: #9a9a9a; }
.content .button:hover{
	background: #2874a6;
}
.content .button.fl{
	margin: 25px !important;
}
.content .bt-large{
	margin: 15px 0 0;
	width: 100%;
}
.content .bt-little{
	width: 8%;
}
.content .invit .bt-little{
	position: absolute;
	left: 59%; top: 0;
	margin: 0; width: auto;
}
.content .button.bt-small{
	font-size: 16px;
	white-space: pre-wrap;
	width: 32%; padding: 5px 4%;
	margin: 20px 0;
	margin-left: 39.25%;
}
.content .invit{
	padding: 15px 0;
}
.content .invit li{
	margin-top: 15px;
	padding-bottom: 0;
}
.content .checkbox label input{ visibility: hidden; }
.content .checkbox label{
	margin: 8px 0; padding: 0 38px;
	line-height: 21px;
	display: block;
	font-weight: 400;
	background-position: 0 0;
	background-repeat: no-repeat; 
}
.content .checkbox label a{ color: #017DC0; }
.content .checkbox label.checked{
	background-position: 0 -179px;
}
.content .radio label{ background-image: url("../../../bundles/laeurope1user/images/quiz/radio.png"); }
.content .check label{ background-image: url("../../../bundles/laeurope1user/images/quiz/check.png"); }
.content .col-main .checkbox .alertes label{
	padding: 0;
	background-position: 280px 42px;
}
.content .col-main .checkbox .alertes label.checked{
	background-position: 280px bottom;
}
.content .col-main .form .inline.checkbox li{
	width: auto;
	color: #000;
	display: inline-block;
	*display: inline; *zoom: 1;
}
.content .col-main .form .inline.checkbox label{
	padding-left: 30px;
	font-size: 14px;
	width: auto;
	font-weight: 400;
	padding-right: 18px;
}
.content .optins{
	border-top: 1px solid #eaeaea;
	color: #000;
}
.content .optins li{ padding-bottom: 0px !important; }
.content .optins label{ width: auto !important; font-size: 14px !important; color: #000; text-indent: 0 !important; }
.content .optins .opt-mail{
	padding: 0 0 12px 120px; margin-top: 22px;
	background: url("../../../bundles/laeurope1user/images/quiz/opt-mail.png") no-repeat 0 8px;
}
.content .col-main .invit li label{
	padding-left: 0;
	width: 10%;
}

/* Boxhead */
.box-head{
	background: #3699db;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 30px;
	font-weight: 300;
	overflow: hidden;
	margin-bottom: 10px;
}
.box-head h1{
	color: #fff;
	font-size: 30px;
	font-weight: 300;
	margin: 0;
	height: 50px; line-height: 50px;
	text-indent: 15px;
}
.box-head h1:before{
	height: 50px; line-height: 50px;
	width: 80px;
	float: right;
	font-size: 32px !important;
	background: #2874a6;
	text-indent: 0;
	margin: 0;
}

/* QUIZ --------------------------- */
.content .quiz-head{ font-family: 'Open Sans', sans-serif; padding: 20px 15px; }
.content .quiz-head h2{
	color: #3699db;
	font-size: 30px;
	font-weight: 300;
}
.content .quiz-head p{
	color: #333;
	font-size: 17px;
	line-height: 26px;
}
.content .quiz-head p small{
	display: block;
	font-size: 12px;
	line-height: 18px;
}
.content .quiz-head img{
	margin: 15px 0;
}
.content .quiz-content{ font-family: 'Open Sans', sans-serif; font-size: 14px; padding: 15px; }
.content .quiz-content .quiz-questions{
	margin-top: 35px;
}
.content .quiz-content .quiz-questions:first-child{
	margin-top: 0;
}
.content .quiz-questions p.error{ margin-left: 66px; }
.content .quiz-questions span{
	display: block;
	position: relative;
	padding: 0 88px 0 18px;
	background: #3699db;
	color: #fff;
	height: 30px;
	line-height: 28px;
	font-weight: 400;
	font-size: 18px;
}
.content .quiz-questions span a{
	display: block;
	width: 70px; height: 30px;
	color: #3498db;
	font-size: 15px;
	background: #ebebeb;
	text-decoration: underline;
	position: absolute;
	top: 0; right: 0;
	text-align: center;
}
.content .quiz-questions span a:hover{ text-decoration: none; }
.content .quiz-questions p{
	font-weight: 700;
	line-height: 26px;
	margin: 10px 0 10px 20px;
	font-size: 14px;	
}
.content .quiz-questions ul{ margin: 0 20px; }
.content .quiz-questions li{
	line-height: 24px;
	padding: 0 44px;
	list-style: none;
	border-top: 1px solid #eaeaea;
}
.content .quiz-questions li:first-child{ border: 0; }

/* INSCRIPTION --------------------------- */
.content .inscription .titre{
	padding: 15px 0 0;
}

/* VALIDATION ---------------------------- */
.content .sharing{
	clear: both;
	margin-top: 32px;
	border-top: 1px solid #eaeaea;
	padding-top: 15px;
	overflow: hidden;
}
.content .validation-inscription .sharing{
	margin-top: 20px;
	padding-bottom: 30px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
}
.content .validation-inscription .sharing a{ margin-right: 45px; }

.content a.link{
	font-family: 'Open Sans', sans-serif;
	color: #3699db;
	font-size: 11px;
	text-decoration: underline;
	font-weight: 400;
}
.content a.link:hover{
	text-decoration: none;
}

/* Col aside */
.content .col-aside .titre{
	background: #3699db;
	color: #fff;
	position: relative;
	height: 50px;
	line-height: 50px;
	text-indent: 20px;
}
.content .col-aside .titre a{
	position: absolute;
	right: 0; top: 0;
	width: 128px; height: 50px;
	background: #2874a6;
	color: white;
	display: block;
	text-decoration: underline;
	font-size: 15px;
	text-align: center;
	text-indent: 0;
}
.content .col-aside .titre a:hover{ text-decoration: none; }
.content .col-aside .form{
	padding: 13px 10px;
}
.content .col-aside .log{ overflow: hidden; padding-top: 10px; }
.content .col-aside .log ul,
.content .col-aside .log li{
	list-style: none;
	margin: 0;
	font-size: 20px;
	color: #3699db;
	text-align: center;
	font-weight: 300;
	text-transform: uppercase;
	padding: 9px 0;
	font-family: 'Open Sans', sans-serif;
}
.content .col-aside .log li a{
	color: #3699db;
}
.log .link{
	float: right;
	font-size: 12px;
	padding: 20px 15px 10px;
}

.col-main .fl-2{
	width: 46%; margin-left: 3%;
}

.content .box-connexion{ margin-left: 0; margin-top: 20px; }
.content .box-connexion .form{ margin-top: 0; }
.content .col-aside li label{ width: 35%; }
.content .col-main .box-connexion{ padding-top: 15px; }
.content .col-main .box-connexion li{
	padding-bottom: 10px;
}
.content .col-main .box-connexion li .error{
	bottom: -8px;
}
.content .col-main .box-connexion li label{ padding-left: 0; width: 36%; }
.content .col-main .box-connexion li .text{ width: 49%; }
.content .col-main .box-connexion .button{ margin-top: 10px; }
.content .box-inscription{
	background: #3699db;
	padding: 15px; margin-top: 20px;
	color: #fff !important;
}
.content .box-inscription .titre{ color: #fff; margin-bottom: 15px; }
.content .box-inscription .button{
	background: #2874a6;
	margin: 40px auto;
}
.content .box-inscription .button:hover{
	background: #fff;
	color: #2874a6;
}

#taboola-bmc{ background: #fff; }

/*Header du player*/
.player-live .player-live-head{
	background-color: #fff;
	padding: 12px 17px 0;
}
.player-live .player-live-head h1{
	background: #fff url('http://www.europe1.fr/includes/cobrand/img/player-live/player-title.png') no-repeat;
	text-indent: -9999em;
	display: inline-block;
	*display: inline; *zoom: 1;
	width:155px;
}

.player-live .player-live-head ul{
	display: inline!important;
	margin-left: 280px;
}
/*Fin header du player*/


/*Content du player*/

/*Partie partage du player*/
.player-live .player-live-content .player-live-share{
	display: inline-block;
	*display: inline; *zoom: 1;
	width: 80px;
	border-right: 1px black solid;
	vertical-align: middle;
	margin-top: 1px;
}

.player-live .player-live-content .player-live-share ul{
	margin: 0;
	text-align: center;
	height: 453px;
}

.player-live .player-live-content .player-live-share ul li{
	list-style: none;
	border-bottom: 1px #283655 solid;
	height:25%;
}

.player-live .player-live-content .player-live-share ul li a{
	font-family: Arial;
	font-size: 11px;
	color: #fff;
	display: block;
	height: 100%;
}
.player-live .player-live-content .player-live-share ul li a:hover{
	background-color: #1e2e4c;
}

.player-live .player-live-content .player-live-share ul li a#player-contact img{margin-top:35px;}
.player-live .player-live-content .player-live-share ul li a#player-fb img{margin-top:24px;}
.player-live .player-live-content .player-live-share ul li a#player-twitter img {margin-top:25px;}
.player-live .player-live-content .player-live-share ul li a#player-google img{margin-top:20px;}

.player-live .player-live-content .player-live-share ul li a img{
	margin-bottom: 7px;
}
/*Partie video du player*/
.player-live .player-live-content .player-live-video{
	display: inline-block;
	*display: inline; *zoom: 1;
	vertical-align: middle;
	width:537px;
	height: 376px;
	border: 8px #fff solid;
	margin: 0 30px;
}

/*Partie link du player*/
.player-live .player-live-content .player-live-link{
	display: inline-block;
	*display: inline; *zoom: 1;
	width: 280px;
	vertical-align: middle;

}

.player-live .player-live-content .player-live-link ul{
	margin: 0;
}

.player-live .player-live-content .player-live-link ul li{
	list-style: none;
	border-bottom: 1px #283655 solid;
	cursor: pointer;
}

.player-live .player-live-content .player-live-link ul li:first-child{
	border-top: 1px #283655 solid;
}
.player-live .player-live-content .player-live-link ul li a{
	font-family: Helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	display: block;
	padding: 15px 8px 5px;
	cursor: pointer;
}
.player-live .player-live-content .player-live-link ul li:hover{
	background:  url('http://www.europe1.fr/includes/cobrand/img/back-player-live-link.png');
	cursor: pointer;
}
.player-live .player-live-content .player-live-link ul li a{
	background:  url('http://www.europe1.fr/includes/cobrand/img/player-live/player-btn.png') no-repeat 165px center;
}

.player-live .player-live-content .player-live-link ul li a:hover{
	background:  url('http://www.europe1.fr/includes/cobrand/img/player-live/player-btn-hover.png') no-repeat 165px center;
}


.player-live .player-live-content .player-live-link ul li a p{
	width: 145px;
}

.player-live .player-live-content .player-live-link .player-live-ptop img {
	float: left;
}

.player-live .player-live-podscast a{ margin-top: 15px;
	display: block;
	width: 262px; height: 214px;
	background:  url('http://www.europe1.fr/includes/cobrand/img/player-live/bloc-podcast.png') no-repeat center center;
}
.player-live .player-live-content .player-live-link .player-live-podscast a > p{
	clear:both;
} 

.player-live .player-live-content .player-live-link .player-live-podscast h2{
	background: transparent url('http://www.europe1.fr/includes/cobrand/img/player-live/player-podcast-title.png') no-repeat;
	text-indent: -9999em;
}

.player-live .col.s1{
	width: 209px;
	margin-left: 14px;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}
.player-live .col.s1:first-child{ margin-left: 0; }
.player-live .col.s1 .b-title em{ text-align: center; font-size: 15px; }
.player-live .col.s1 div.box{ padding: 8px 10px; }
.player-live .col.s1 div.box p,
.player-live .col.s1 div.box p a{
	font: bold 13px Arial;
	padding: 8px 0;
}
#modal-content{ width: 450px !important; }

/* NEW */
body{
	/* background: #EAEAEA url("../live-radio/back.jpg") no-repeat center 40px; */
}
.player-live .col.s1 div.box{
	padding: 15px 0;
	overflow: hidden;
}
.player-live .col.s1{
	width: 330px;
	margin-left: 0;
	border: 0;
	border-left: 1px solid #e1e1e1;
}
.player-live .col.s1:first-child{
	border-left: 0;
	border-right: 1px solid #e1e1e1;
	margin-right: -1px;
}
.player-live .col.s1 div.box p,
.player-live .col.s1 div.box p a{
	font-weight: normal;
	padding: 0;
}
#content{ position: relative; margin-bottom:15px;}
#live-radio{
	background: transparent none;
	margin-bottom: 23px;
} 

.player-live-content{
	background: none;
}
.live-comments,
#live-radio .player-live{
	display: inline-block;
	*display: inline; *zoom: 1;
	width: 660px;
	vertical-align: top;
	background: #fff;
}
.live-comments{
	width: 300px;
	margin-left: 14px;
	padding: 10px;
}
#live-radio .player-live-head{
	padding: 18px 17px 0;
	position: relative;
}
#live-radio .player-live-head h1{
	margin-bottom: 15px;
}
#live-radio .player-live-head .popup-live{
	position: absolute;
	right: 17px; top: 10px;
}
#live-radio .player-live-content{
	width: 100%; height: auto;
}
#live-radio .player-live-content .player-live-video{
	width: 96%; height: auto;
	margin: 0 10px 2%;
	border: 0;
}
#live-radio{
	margin-top: 10px;
}

/* Question du midi */
.radio-live-question{
	background: #e79b54 url("http://www.europe1.fr/includes/cobrand/img/player-live/back-que.png") no-repeat left top;
	position: relative;
}
.radio-live-question.open{ background: #e79b54 url("http://www.europe1.fr/includes/cobrand/img/player-live/back-rep.png") no-repeat left top; }
.radio-live-question .title{
	height: 24px;
	padding: 0; margin-bottom: 10px;
	border: 0;
	text-indent: -999em;
}
.radio-live-question form{
	cursor: pointer;
	padding: 10px 20px;
}
.radio-live-question form dl{
	margin: 34px 0 0;
	padding-left: 130px;
}
.radio-live-question.open form{
	padding: 27px 20px;
	min-height: 156px; 
}
.radio-live-question.open form dl{
	margin: 72px 0 0;
}
.radio-live-question form dt{
	padding-right: 300px;
}
.radio-live-question form dt,
.radio-live-question form dd label{
	font: 100 19px/28px arial, sans-serif;
	letter-spacing: -1px;
	color: #fff;
}
.radio-live-question form dd{
	display: block;
	margin: 0 0 0 60px;
	padding-right: 155px;
}
.radio-live-question form .btn{
	font: bold 16px/35px arial, sans-serif;
	border: 2px solid #fff;
	color: #fff;
	height: 35px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	right: 40px;
	width: auto;
	padding: 0 10px;
}
.radio-live-question.open{ z-index: 1000; position: absolute; top: 0; left: 0; width: 100%; }
.radio-live-question form .q-validated{
	font: 100 18px/32px arial, sans-serif;
	border: 2px solid #fff;
	color: #fff;
	height: 35px;
	position: absolute;
	right: 40px; bottom: 20px;
	cursor: pointer;
	background: transparent;
	padding: 0 20px;
	text-transform: uppercase;
}
#e1-direct .radio-live-question form dt,
#e1-direct .radio-live-question form dd{ padding-right: 200px; }
#e1-direct .radio-live-question form .btn,
#e1-direct .radio-live-question form .q-validated{ right: 20px; }
.radio-live-question form dd,
.radio-live-question form .q-validated,
.radio-live-question.open form dt,
.radio-live-question.open form .btn{
	display: none;
	color: #fff;
}
.radio-live-question.open form dd,
.radio-live-question.open form .q-validated{ display: block; }
.radio-live-question.open{
	cursor: inherit;
}
@font-face {
    font-family: 'trade_gothic_lt_std_lightRg';
    src: url('../../../bundles/laeurope1user/css/europe1/fonts/gothic-trade/tradegothicltstd-light-webfont.eot');
    src: url('../../../bundles/laeurope1user/css/europe1/fonts/gothic-trade/tradegothicltstd-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../bundles/laeurope1user/css/europe1/fonts/gothic-trade/tradegothicltstd-light-webfont.woff') format('woff'),
         url('../../../bundles/laeurope1user/css/europe1/fonts/gothic-trade/tradegothicltstd-light-webfont.ttf') format('truetype'),
         url('../../../bundles/laeurope1user/css/europe1/fonts/gothic-trade/tradegothicltstd-light-webfont.svg#trade_gothic_lt_std_lightRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.tradeLight{
	font-family: 'trade_gothic_lt_std_lightRg'; 
}

@font-face {
    font-family: 'trade_gothic_lt_std_boldRg';
    src: url('../../../bundles/laeurope1user/css/europe1/fonts/gothic-trade/tradegothicltstd-bold-webfont.eot');
    src: url('../../../bundles/laeurope1user/css/europe1/fonts/gothic-trade/tradegothicltstd-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../bundles/laeurope1user/css/europe1/fonts/gothic-trade/tradegothicltstd-bold-webfont.woff') format('woff'),
         url('../../../bundles/laeurope1user/css/europe1/fonts/gothic-trade/tradegothicltstd-bold-webfont.ttf') format('truetype'),
         url('../../../bundles/laeurope1user/css/europe1/fonts/gothic-trade/tradegothicltstd-bold-webfont.svg#trade_gothic_lt_std_boldRg') format('svg');
    font-weight: normal;
    font-style: normal;

}

.tradeBold{
	font-family: 'trade_gothic_lt_std_boldRg';
}

.radio-live-question .success{
	text-align: center;
	line-height: 30px;
	font-size: 25px;
	font-family: 'trade_gothic_lt_std_boldRg', arial, sans-serif;
	font-weight: 100;
	color: #fff;
	margin-bottom: 0;
	background: #e79b54;
	width: 100%;
	padding: 50px 0;
	position: absolute;
	letter-spacing: -1px;
	top: 0; left: 0;
	z-index: 5;
}
.radio-live-question .success span,
.radio-live-question .success i{
	display: block;
	font-size: 19px;
	font-family: arial, sans-serif;
	font-weight: 100;
	line-height: 35px;
}
.radio-live-question .success i{
	font-style: inherit;
	font-size: 16px;
	margin-top: 5px;
}
.radio-live-question .success a{ color: #fff; text-decoration: underline; }
.radio-live-question span.close{
	display: block;
	width: 8px; height: 8px;
	position: absolute;
	top: 10px; right: 10px;
	background: url('http://www.europe1.fr/includes/cobrand/img/live-radio/closed.gif') no-repeat center center;
	cursor: pointer;
	z-index: 6;
}
.live-question-back{
	width: 100%; height: 1000px;
	position: fixed;
	top: 0; left: 0;
	z-index: 999;
	background: #000;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	opacity: 0.80;
	cursor: pointer;
}

.player-live-content .date{
	display: block;
	margin-top: 15px;
	font: 100 20px/25px arial, sans-serif;
}
.player-live-content h2{
	font: bold 25px/25px arial, sans-serif;
	color: #333;
}
.live-comments h2{
	height: 35px;
	margin-bottom: 10px;
	text-indent: -999em;
	background: transparent url("http://www.europe1.fr/includes/cobrand/img/live-radio/comment-title.png") no-repeat center center;
}
.react-tel{
	font: 100 16px/19px arial, sans-serif;
	color: #fff;
	text-align: center;
	background-color: #2c3e50;
	padding: 10px 0;
}
.react-tel span{
	font-size: 13px;
	display: block;
}

/* UI TABS */
.player-live-video{ position: relative; }
.player-live-video .socialbar{
	position: absolute;
	right: 0; bottom: 0;
	height: 50px;
}
.live-comments #tabs{
	border: 0;
	background: transparent none;
	min-height: 362px;
}
.live-comments #tabs > ul{
	margin: 0;
	padding-top: 25px;
	overflow: hidden;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
	background: transparent url("http://www.europe1.fr/includes/cobrand/img/live-radio/back-tabs.png") no-repeat center 5px;
}
.live-comments .ui-tabs {
	position: relative;
}
.live-comments #tabs > ul li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	width: 50%;
	padding: 19px 0;
	font: 100 16px arial, sans-serif;
	white-space: nowrap;
	background: transparent none;
	border: 0;
	color: #e74b3d;
	text-align: center;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
}
.live-comments #tabs > ul li li a{ color: #e74b3d; }
.live-comments #tabs > ul li li.tweet a{ color: #55a5da; }
.live-comments .ui-widget-header,
.live-comments .ui-state-active,
.live-comments .ui-widget-content .ui-state-active,
.live-comments .ui-widget-header .ui-state-active{
	border: 0;
	background: transparent none;
}
.live-comments #tabs .ui-tabs-active,
.live-comments #tabs input[type="submit"]{
	background-color: #e74b3d;
}
.live-comments #tabs .ui-tabs-active a,
.live-comments #tabs .tweet.ui-tabs-active a{
	color: #fff;
	font-weight: bold;
}
.live-comments #tabs .tweet.ui-tabs-active,
.live-comments #tabs #tweet-live input[type="submit"]{
	background-color: #55a5da;
}
.live-comments #tabs #tweet-live div{
	text-align: center;
	margin: 50px 0 0;
}
.live-comments .counter{
	float: right;
}
.live-comments #tabs > div{
	background: transparent none;
	border: 0;
	display: none;
	font: 12px Arial, Helvetica, sans-serif;
	color: #202c39;
}
.live-comments #tabs > div ul{ margin: 0; }
.live-comments #tabs > div li{
	list-style: none;
}
.live-comments #tabs > div #comment li:first-child{
	margin-right: 19px;
}
.live-comments #tabs > div input,
.live-comments #tabs > div textarea{
	font: 12px/32px Arial, Helvetica, sans-serif;
	color: #202c39;
	height: 32px;
	padding: 0 4%;
	width: 91%;
	border: 1px solid #bdc3c7;
	margin: 11px 0 0;
}
.live-comments #tabs > div label{ font-weight: normal; }
.live-comments #tabs > div input[type="checkbox"]{
	width: auto; border: 0; padding: 0; height: auto;
}
.live-comments #tabs > div .check{ margin-top: -10px; }
.live-comments #tabs > div .check a{ color: #55a5da; }
.live-comments #tabs > div input[type="submit"]{
	padding: 0;
	border: 0;
	width: 100%;
	font: bold 14px/34px arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	height: 34px;
	margin-bottom: 0;
}
.live-comments #tabs > div textarea{ height: 96px; }
.live-comments #tabs > div #comment textarea{ height: 94px;
	padding: 5px 4%; line-height: 20px }
.live-comments #tabs > div #tweeter textarea{ height: 160px; }
.live-comments #tabs > #comment-live textarea{ margin-bottom: 0; }
.live-comments #tabs ul + div{
	display: block;
}
.fl{
	float: left;
}
.asterisque{ font-size: 9px; margin-top: 2px; margin-bottom: 0; }
.thanks{ font-size: 14px; margin-top: 20px; }
.live-comments #tabs > div .fl input{
	width: 114px;
	padding: 0 12px;
}

/* TWEETER */
.live-comments .user{
	margin-top: 17px;
}
.live-comments .user img,
.live-comments .user strong{
	display: inline-block;
	*display: inline; *zoom: 1;
	vertical-align: middle;
	font: bold 16px arial, sans-serif;
}
.live-comments .user strong{
	margin-left: 10px;
}

.downPodcasts, .coulisses{
	padding: 10px;
	overflow: hidden;
	position: relative;
}
.downPodcasts li, .coulisses li{
	float: left;
	margin-left: 7px;
}
.downPodcasts li.first,
.coulisses li.first,
.downPodcasts li.grille,
.downPodcasts li.contact{
	margin-left: 0;
}
.downPodcasts li img, .coulisses li img{
	display: block;
}
.downPodcasts .header, .coulisses .header{
	height: 20px; margin-bottom: 20px; margin-top: 10px;
	width: 99%;
}
.downPodcasts h2,
.coulisses h2{
	height: 10px;
	border-bottom: 1px solid #ccc;
}
.downPodcasts h2 strong,
.coulisses h2 strong{
	display: block;
	height: 20px; width: auto;
	padding-right: 10px;
	text-indent: -999em;
}
.downPodcasts h2 strong{
	width: 267px;
	background: #fff url("http://www.europe1.fr/includes/cobrand/img/live-radio/tet-downPodcasts.gif") no-repeat left center;
}
.coulisses h2 strong{
	width: 244px;
	background: #fff url("http://www.europe1.fr/includes/cobrand/img/live-radio/tet-coulisses.gif") no-repeat left center;
}
.downPodcasts li.grille{
	position: absolute;
	top: 13px; right: 142px;
	border-left: 10px solid #fff;
}
.downPodcasts li.contact{
	position: absolute;
	top: 13px; right: 13px;
	border-left: 10px solid #fff;
}
.player-live .col-article h2{
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 6px;
}

span.form-error, div .container .inner .main.club form.form ul li > .form-error {
    padding: initial;
	padding-left: 33%;
    text-align: inherit;
    font-weight: inherit;

}


p.register-msg {
    margin-bottom: 15px;
}
.green {
    color :green;
}

.red {
    color: red !important;
}

.center {
    text-align: center !important;
}

.icon-newsletters:before {
    content: "";
    background: url("../../../bundles/laeurope1user/images/newsletters.png") no-repeat #2874a6 !important;
}

div .container .inner .main.club p.mention a#delete {
    color: #333;
    font-size: 12px;
}

#forgotten_password {
    display: block;
}

.container .inner .main.col-main .box div.fl-2.box-connexion .button {
    margin: 25px 20%;
}

form div.optins label.checkbox span.form-error {
    padding-left: 0;
}

.alerte-info span, .alerte-info a, .alerte-info span._NOL, .alerte-info span._NOL {
    max-width: none;
}
