/****************************************
editor - Bloc sur les pages de formations 
****************************************/
.titre_style_1 {
	text-decoration: underline;
	font-weight: bold;
	font-size: 120%;
	margin: 40px 0;
	color: #2d5a00;
}

.titre_style_2 {
	text-decoration: underline;
	text-align: center;
	font-weight: bold;
	font-size: 150%;
	margin: 40px 0;
	color: #000000;
}

.bloc_information,
.bloc_attention,
.bloc_exemple,
.bloc_euro {
	padding: 10px 10px 10px 110px;
	margin: 40px 10px;
	min-height: 100px;
	border-radius: 20px;
	border: 1px solid;
	background-repeat: no-repeat;
}

.bloc_information {
	background-color: #eef0f9;
	background-image: url("../images/information.png");
	background-size: 100px;
	background-position: 5px 15px;
	color: #1F15B9;
}

.bloc_attention {
	background-color: #FBF274;
	background-image: url("../images/attention.png");
	background-size: 80px;
	background-position: 13px 13px;
}

.bloc_exemple {
	background-color: #fff2ac;
	background-image: url("../images/exemple.png");
	background-size: 90px;
	background-position: 10px 10px;
}

.bloc_euro {
	border-color: #27AE60;
	background-image: url("../images/euro.png");
	background-size: 100px;
	background-position: 6px 17px;
	color: #27AE60;
}

.bloc_exemple ul {
	margin: 20px 0;
}

.bloc_exemple ul li {
	margin: 10px 0;
}
/****************************************
*****************************************
****************************************/

/****************************************
INFOBULLE - DOIT RESTER LA POUR ETRE 
VISIBLE DANS TEXTAREA
****************************************/
.source-info {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF040D;
}

.source-info:hover {
	cursor: pointer;
}

.source_info_underline_none {
	border-bottom-style: none;
}

.recu_signature_grise {
	opacity: 0.4;
	color: #BDBDBD;
}

.tooltip {
	border: 1px solid;
	border-radius: 10px;
	padding: 10px;
	margin-top: 43px;
	background-color: #F5F5F5;
	max-width: 400px;
}
/****************************************
*****************************************
****************************************/

.formation_description,
.formation_objectifs,
.formation_prerequis,
.formation_themes_contenu,
.cke_editable {
	line-height: 170%;
}

.cke_editable table,
.cke_editable table td,
.formation_themes_contenu table,
.formation_themes_contenu table td {
	border-color: #E0DDDD;
	/* border: 1px solid #E0DDDD; */
}

img {
	vertical-align: middle;
	max-width: 100%;
	height: auto !important;
	margin: 30px 0;
}

a img {
	 margin: 0;
}


/****************************************
VIDEO YOUTUBE
****************************************/
.videoEmbed iframe {
	width: 100%;
}

.videoEmbed {
	text-align: center;
}
/****************************************
*****************************************
****************************************/