/* Code couleur des catégories de tags */
.category-auteur {
	border-color: #e74c3c !important;
	background-color: #e74c3c22 !important;
}

.category-concept {
	border-color: #3498db !important;
	background-color: #3498db22 !important;
}

.category-couleur {
	border-color: #9b59b6 !important;
	background-color: #9b59b622 !important;
}

.category-discipline {
	border-color: #2ecc71 !important;
	background-color: #2ecc7122 !important;
}

.category-format {
	border-color: #f39c12 !important;
	background-color: #f39c1222 !important;
}

.category-lieu {
	border-color: #1abc9c !important;
	background-color: #1abc9c22 !important;
}

.category-medium {
	border-color: #e67e22 !important;
	background-color: #e67e2222 !important;
}

.category-technique {
	border-color: #34495e !important;
	background-color: #34495e22 !important;
}

.category-thematique {
	border-color: #16a085 !important;
	background-color: #16a08522 !important;
}

.category-autre {
	border-color: #95a5a6 !important;
	background-color: #95a5a622 !important;
}

.category-none {
	border-color: #6c757d !important;
	background-color: #6c757d22 !important;
}

/* Badges de catégories */
.badge-category-auteur { background-color: #e74c3c; }
.badge-category-concept { background-color: #3498db; }
.badge-category-couleur { background-color: #9b59b6; }
.badge-category-discipline { background-color: #2ecc71; }
.badge-category-format { background-color: #f39c12; }
.badge-category-lieu { background-color: #1abc9c; }
.badge-category-medium { background-color: #e67e22; }
.badge-category-technique { background-color: #34495e; }
.badge-category-thematique { background-color: #16a085; }
.badge-category-autre { background-color: #95a5a6; }
