.item-bloc {
	position: relative;
}
.item-bloc div.card-flag {
	position: absolute;
	right: 0;
	top: 0;
	color: #FFF;
	font-size: 12px;
	text-align: right;
	display: block;
	padding: 5px 10px;
	z-index: 999999;
}
.item-bloc div.card-flag.actualite {
	background: #14b0bf;
}
.item-bloc div.card-flag.campagne {
	background: #f39563;
}
.item-bloc div.card-flag.ressource {
	background: #0ab882;
}
.item-bloc div.created_date {
	cursor: help;
	text-align: right;
}
