/*** Bloc Sélection de formations (colonne) ***/
.bloc-selection-formations .block-title { 
	line-height: 1; 
	margin-bottom: 14px;
}
.bloc-selection-formations .content ul { 
	border: solid 1px #ccc;
	border-radius: 4px;
	padding: 20px 16px; 
}
.bloc-selection-formations .content li { 
	background: none !important; 
	padding: 17px 0 17px 6px !important; 
	border-bottom: solid 1px #ccc; 
	display: block;
	margin-left: 0 !important;
}

.bloc-selection-formations .content li.views-row-first { padding-top: 0 !important; }
.bloc-selection-formations .content li.views-row-last { 
	border-bottom: none;
	padding-bottom: 0 !important;
}

.bloc-selection-formations .content li span.content-formation { 
	width: 178px; 
	float: left;
}
.bloc-selection-formations .content li img { 
	width: 45px; 
	height: auto; 
	border-radius: 4px; 
	float: left; 
	vertical-align: top; 
	margin-right: 17px;
}
.bloc-selection-formations .content li span.domaine-mediateur, .bloc-selection-formations .content li span.titre-formation { display: block; }
.bloc-selection-formations .content li span.domaine-mediateur { 
	text-transform: uppercase; 
	font-family: 'source_sans_probold'; 
	line-height: 1; 
	font-size: 15px;
}
.bloc-selection-formations .content li.vert span.domaine-mediateur { color: #85c878; }
.bloc-selection-formations .content li.violet span.domaine-mediateur { color: #8c62aa; }
.bloc-selection-formations .content li.orange span.domaine-mediateur { color: #f9a75d; }
.bloc-selection-formations .content li.bleu span.domaine-mediateur { color: #21bdbd; }

.bloc-selection-formations .content li span.titre-formation { 
	color: #000; 
	font-family: 'source_sans_probold'; 
	line-height: 18px; 
	margin-top: 2px;
}
.bloc-selection-formations .content li span.dates-formation { color: #000; }