/**
 * Blocks Autres formations du meme cycle (page formation)
 */

body.taxonomy-121 .autres-formations-cycle {
	background-color: rgba(133, 200, 120, 0.2);
}
body.taxonomy-123 .autres-formations-cycle {
	background-color: rgba(140, 98, 170, 0.2);
}
body.taxonomy-124 .autres-formations-cycle {
	background-color: rgba(249, 167, 93, 0.2);
}
body.taxonomy-125 .autres-formations-cycle {
	background-color: rgba(33, 189, 189, 0.2);
}
.autres-formations-cycle {
	border-radius: 4px;
	padding: 12px 20px;
}

body.taxonomy-121 .autres-formations-cycle .view-header {
	color: #85c878;
}
body.taxonomy-123 .autres-formations-cycle .view-header {
	color: #8c62aa;
}
body.taxonomy-124 .autres-formations-cycle .view-header {
	color: #f9a75d;
}
body.taxonomy-125 .autres-formations-cycle .view-header {
	color: #21bdbd;
}
.autres-formations-cycle .view-header {
	font-size: 20px;
	line-height: 22px;
	letter-spacing: -0.5px;
	margin-bottom: 6px;
	font-family: 'source_sans_probold';
	
}
.sidebar .autres-formations-cycle {
    padding: 15px 12px;
}
.sidebar .autres-formations-cycle .view-header {
	font-size: 18px;
	line-height: 20px;	
	font-family: 'source_sans_probold';
	margin-bottom: 6px;
	letter-spacing: -0.5px;
	margin-bottom: 6px
}

.autres-formations-cycle .view-content ul {
	padding: 0; 
}

.autres-formations-cycle .view-content li {
	padding-left: 11px;
	line-height: 18px;
	letter-spacing: -0.2px;
	margin-bottom: 3px;
}
.autres-formations-cycle .view-content li.views-row-last { margin-bottom: 0; }

.autres-formations-cycle .view-content a {
	color: #000000;
	display: block;
}
