a {
	text-decoration: none;
}
.error {
	color:#fd1717;
}
.error_question {
	color:#fd1717;
	padding-left: 10px;
}
#formulaire .error {
	margin-bottom:10px;
}
.gras {
	font-weight:bold;
}
.clear {
	clear:both;
	font-size:0;
}
.questionnaire_question_ligne #question {
	color: black;
}
.logo-op-part-block{
	display:none;
}
#iframe {
	position:relative;
}
#offline, #probleme {
	display:none;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	width:100%;
	height:440px;
}
#offline {
	background:url('../images_index/offline.jpg') no-repeat;
}
#probleme {
	background:url('../images_index/probleme.png') no-repeat;
}
.remerciement {
	padding: 80px 50px;
	text-align: left;
}
.erreur {
	color: #ee3838;
}
#popin {
	text-align: left;
}
#popin a {
	color:#333;
}
	#popin .btn:hover {
		color: #FFF;
	}
/***BARRE DE NAVIGATION***/
.barre_de_navigation {
	padding-bottom: 5px;
	margin-bottom: 8px;
	border-bottom: 2px solid #DDD;
}
/*FIN BARRE DE NAVIGATION*/
/***CONNEXION***/
#boite_login .evenement {
	display: none;
}
a#boite_perso_site_principal {
	display: block;
	color: #FFF;
	width:340px !important;
}
#connexion_empreinte {
	float:left;
	width:45%;
	height:225px;
	text-align:center;
	background:url('../images_index/empreinte.jpg') center no-repeat;
}
#connexion_cadenas {
	float:left;
	margin-right:10px;
	width:33px;
	height:52px;
	background:url('/images_communes/cadenas.png') center no-repeat;
}
#inscription_crayon {
	float:left;
	margin-right:10px;
	width:42px;
	height:33px;
	background:url('/images_communes/icones/icone_crayon_42x34_gris.png') center no-repeat;
}
/*FIN CONNEXION*/
/******ENVOIE EMAIL******/
#envoie_email {
	display:none;
	position:absolute;
	top:0;
	left:0;
	background-color:#FFFFFF;
	width:300px;
	height:190px;
	text-align:left;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
}
	#envoie_email_content {
		padding:5px 10px 20px 10px;
		text-align:center;
	}
	#envoie_email #f_email {
		width: 99%;
		padding: 3px 4px;
		margin-bottom: 10px;
		font-size: 1.1em;
		color: #333;
		box-shadow: 1px 1px 2px rgba(0,0,0,0.3) inset;
	}
#envoie_email_fond {
	display:none;
	position:absolute;
	background-color:#000000;
	width:100%;
	height:100%;
}
#close_envoie_email {
	float:right;
	margin-right:10px;
}
/****FIN ENVOIE EMAIL****/
/***EXPERT***/
.expert_ligne .metier {
	display: none;
}
/*FIN EXPERT*/
/***MOBILE***/
body.mobile #compte_a_rebour {
	width:100%;
	background:url('../images_index/fondOpacity75.png');
	
}
body.mobile .compte_a_rebourContener {
	margin:20px 0 0 45px;
}
body.mobile .compte_a_rebourTime {
	font-size:20px;
}
body.mobile .compte_a_rebourTxt {
	font-size:14px;
}
body.mobile .compte_a_rebourInfo {
	margin-top:10px;
}
body.mobile .compte_a_rebourTime,
body.mobile .compte_a_rebourTxt,
body.mobile .compte_a_rebourInfo{
	color:white !important;
}
body.mobile .compte_a_rebourInfo{
	padding-bottom:20px !important;
}
/*FIN MOBILE*/
/***FORM INSCRIPTION IPAD***/
div#inscriptionIpadRemerciement {
	font-size: 14px;
}
#inscriptionIpadFormContener {
	background-color: #FFF;
}
#inscriptionIpadRemerciement {
	padding: 15px;
}
#inscriptionIpadFormContener input[type="text"], #inscriptionIpadFormContener input[type="password"] {
	padding: 3px;
	font-size: 14px;
	border: 1px solid #CCC;
}
#inscriptionIpadFormContener #f_submit {
	cursor: pointer;
	padding: 5px 10px;
	font-size: 15px;
	color: #FFF;
	background-color: #333;
	border: none;
	border-radius: 5px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.3);
}
#inscriptionIpadFormContener #f_submit:hover {
	background-color: #000;
}
#hideformsubmits, #showformsubmits {
	margin-top: 10px;
	text-align: center;
}
.mandatoryInvalidInput {
	background-color: #ffcece;
}
hr {
	display: none;
}
#form_question_webcast_sonfage_hidden{
	display:none;
}
/*FIN FORM INSCRIPTION IPAD*/
/***SONDAGE***/
.module.questions{
	padding:0px;
	margin:0px;
}
.module.questions > .module_content .module_content{
	padding:0px;
	margin:0px;
}
.module.questions .form_container_div{
	border:none !important;
	padding:0px !important;
}
.module.questions form{
	margin:0px;
}
.module.questions form .form_ligne > div{
	width:100% !important;
}

.module.questions .formInterligne{
	display:none;
}
.module.questions .grp:first-child{
	margin-top:10px;
}
.module.questions .grp{
	margin-bottom:5px;
	float:left;
	width:100%;
}
.module.questions .grp input{
	float:left;
}
.module.questions .grp label{
	float:left;
	margin-bottom:10px;
	width:155px;
	margin-left:8px;
}
.module.questions .grp:last-child{
	margin-bottom:àpx;
}
.module.questions br + .form_container_div{
	display:none;
}
.module.questions #f_submit{
	border:none;
	background-color:#0090cf;
	cursor:pointer;
	color:white;
	border-radius:0px;
	-o-border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	text-transform:uppercase;
	padding-top:3px;
	padding-bottom:3px;
	opacity:1;
}
.module.questions #f_submit:hover{
	opacity:0.8;
}
.module.questions .ligne_q{	
	text-align:left;
	width:100%;
}
.module.questions .ligne_q span{
	width:100%;
	margin-bottom:5px;
	float:left;
}
.module.questions .ligne_q span{
	font-size:13px;
}
.module.questions .ligne_q .global_perc{
	float:left;
	height:20px;
	max-width:120px;
	width:100%;
	margin-right:10px;
	background-color:#D1D1D1;
}
.module.questions .ligne_q .perc{
	background-color:#a04086;
	float:left;
	height:20px;	
}
.module.questions .mandatoryInvalidRadioLabel{
	color:red;
}
.module.questions.none{
	display:none;
}
.ccl{
	text-align:left;
	font-size:12px;
	margin-bottom:15px;
}
.ccl h3{
	margin:0px;
}
/***FIN SONDAGE*/
/***CAS CLINIQUE***/
#cas_cliniquev2 .barredenavigation {
	display: none;
}
	#cas_cliniquev2 .contenu {
		position: static;
		padding: 8px 15px;
		background: transparent;
	}
/*FIN CAS CLINIQUE*/
/***QUESTION REPONSE***/
.question_reponse_rapport {
	padding: 15px;
	margin-bottom: 15px;
	color: #FFF;
	background-color: #3e85c2;
	border-radius: 8px;
}
.question_reponse_titre {
	width: 600px;
	margin-bottom: 15px;
}
	.question_reponse_titre p {
		font-size: 1emem;
	}
	.question_reponse_titre img {
		float: left; 
		width: 300px;
		margin-right: 15px;
		box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
	}
#question_reponse textarea {
	padding: 8px;
	border: 1px solid #EEE;
	border-radius: 8px;
	box-shadow: inset 2px 2px 3px rgba(0,0,0,0.3);
}
#idl_f_reponse .form_ligne,
#idl_f_question .form_ligne {
	height: 100px;
}
#question_reponse #showformsubmits {
	text-align: center;
}
#question_reponse {
	min-height: 380px;
}
	#question_reponse .ligne {
		padding: 10px 10px 15px 10px;
		margin-bottom: 15px;
		border-bottom: 2px solid #DDD;
	}
	#question_reponse .ligne:nth-last-child(0) {
		margin-bottom: 0;
		border-bottom: 0;
	}
	.question {
		margin-bottom: 15px;
	}
		.question .titre, 
		.reponse .titre {
			font-size: 1.1em;
			margin-bottom: 5px;
		}
		.question .intitule, 
		.reponse .intitule {
			padding: 0 15px;
		}
		#question_reponse .btn_container {
			text-align: right;
		}
			#question_reponse .valider {
				background-color: #6fbd5d;
			}
			#question_reponse .valider:hover {
				color: #FFF;
				background-color: #55a342;
			}
			#question_reponse .refuser {
				background-color: #e06862;
			}
			#question_reponse .refuser:hover {
				color: #FFF;
				background-color: #cb524c;
			}
			#question_reponse .editer:hover {
				color: #FFF;
			}
			#question_reponse .statut_attente, 
			#question_reponse .statut_refuser, 
			#question_reponse .statut_valider {
				text-transform: capitalize;
				font-weight: bold;
			}
			#question_reponse .statut_attente {
				color: #333;
			}
			#question_reponse .statut_refuser {
				color: #ea5a5a;
			}
			#question_reponse .statut_valider {
				color: #39c439;
			}
			#question_reponse_submit {
				font-size: 1rem;
			}
			#question_reponse .btn {
				margin-left: 10px;
			}
/*FIN QUESTION REPONSE*/
/***VIDEOS***/
/*Interview, imedia*/
#video {
	width: 100%;
	position : relative;
}
#video_player_wrapper {
	margin: auto;
}
#video_player,
#video-player-container {
	margin: auto;
	width: 770px;
	height: 434px;
}
.box-video #video_player {
	float: none;
	width: auto;
	height: auto;
}
	.box-video .entete .titre {
		color: #333;
	}
	#video .data {
		width: 100%;
		background-color: #323335;
	}
		#video .data .contenu {
			padding: 15px;
		}
		/*Global interview_video/imedia_video*/
		#video .logo.labo {
			margin-bottom: 5px;
			text-align: right;
			font-size: 0.8em;
			color: #333;
		}
		/*VideoPlayer*/
		#video .data .logo.labo {
			color: #DDD;
		}
			#video .logo.labo img {
				width: 50px;
				margin-left: 8px;
			}
		#video .chapitres {}
			#video .chapitres .titre {
				color: #333;
			}
			#video .chapitres .contenu {
				padding: 0;
			}
				#video .chapitres .contenu .chapitre {
					display: block;
					padding: 10px;
					color: #333;
					border-bottom: 1px solid #888;
				}
				#video .chapitres .contenu .chapitre:nth-last-child(1) {
					border-bottom: none;
				}
				#video .chapitres .contenu .inactif {
					cursor: default;
					color: #AAA;
				}
				#video .chapitres .contenu .chapitre:hover,
				#video .chapitres .contenu .actif {
					text-decoration: none;
					color: #FFF;
					background-color: #666;
				}
				#video .chapitres .contenu .chapitre.inactif:hover {
					color: #AAA;
					background-color: #FFF;
				}
		#video .data .ville {
			display: block;
		}
		#video .data .chapeau {
			margin-bottom: 10px;
		}
		#video .data .plus_de_container {
			padding-top: 10px;
			border-top: 1px solid #DDD;
		}
		#video .data a.plus_de {
			display: block;
			padding-left: 40px;
			margin-bottom: 10px;
			color: #FFF;
			background: url('/images_communes/icone_plus_24x24_blanc_sur_bleu.png') left center no-repeat;
		}
		#video .data a.plus_de:hover {
			color: #CCC;
		}
		#video .data a.plus_de:nth-last-child(1) {
			margin-bottom: 0;
		}
/*FIN VIDEOS*/

.not-loggin .btn-back{
	display:none;
}

#article > #content > div{
	color:black !important;
}

.not-connected-sidebar {
	float:left;
	width:100%;
	background-color:white;
}

#webcast-bottom{
	background-image:url('../images_index/pso2017/logo_webcast_login.png');
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: 200;
	width:142px;
	height:38px;
}


.acces_interdit .experts-block{
	display:none !important;
}

.acces_interdit #article *{
	color:black;
}

.acces_interdit #article{
	background-color:white;
	margin:20px;
	padding:20px;
}

@media screen and (max-width:1024px){
	#webcast-bottom{
		display:none !important;
	}
}