/**************************
editor - Bloc sur les pages
***************************/
blockquote {
	border-width: 1px 1px 1px 5px !important;
	border-style: solid !important;
	border-color: #CCCCCC !important;
	margin: 10px 0 10px 20px !important;
	background-color: #F5F4FF !important;
	padding: 10px !important;
}

.titre_style_1 {
	font-weight: bold;
	font-size: 120% !important;
	margin: 20px 0;
	color: #2d5a00;
}

.titre_style_2 {
	text-align: center !important;
	font-weight: bold;
	font-size: 150% !important;
	margin: 20px 0;
	color: #000000;
	background: none;
	box-shadow: none;
}

.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-color: rgba(238, 240, 249, .5);
	background-image: url("../images/information.png") !important;
	background-size: 100px;
	background-position: 5px 15px;
	color: #1F15B9;
}

.bloc_information_1 {
	font-style: italic;
	color: #6666FF;
}

.bloc_attention {
	/* background-color: #FBF274; */
	background-color: rgba(251, 242, 116, .5);
	background-image: url("../images/attention.png") !important;
	background-size: 80px;
	background-position: 13px 13px;
}

.bloc_exemple {
	/* background-color: #fff2ac; */
	background-color: rgba(255, 242, 172, .5);
	background-image: url("../images/exemple.png") !important;
	background-size: 90px;
	background-position: 10px 10px;
}

.bloc_euro {
	background-image: url("../images/euro.png") !important;
	background-size: 100px;
	background-position: 6px 17px;
	color: #27AE60;
}

.bloc_exemple ul {
	margin: 20px 0;
}

.bloc_exemple ul li {
	margin: 10px 0;
}

.ref_1 {
	font-style: italic;
	/* font-size: 80%; */
	color: #8C8C8C;
}
/****************************************
*****************************************
****************************************/

/****************************************
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;
}
/****************************************
*****************************************
****************************************/

.wiki_themes_contenu,
.cke_editable {
	line-height: 170%;
}

.cke_editable table,
.cke_editable table td,
.wiki_themes_contenu table,
.wiki_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;
}
/****************************************
*****************************************
****************************************/