
.card-stacked div.metadata .chip {
    background-color: white;
}
.card-stacked div.metadata .chip a, .card-stacked div.metadata .chip i {
    color: black;
}

/* EXE */
:is(#article aside, .card-stacked div.metadata, .card-entry-labels, .card-tag-labels) li[title^="50"] {
  background-color: #45f248;
}
:is(.card-stacked, #article aside, .card-entry-labels, .card-tag-labels) li.chip:has(a[href$="t:50"]) {
  background-color: #45f248 !important; /* gris */
  color:black !important;
}


/* DO */
:is(#article aside, .card-stacked div.metadata, .card-entry-labels, .card-tag-labels) li[title^="40"] {
  background-color: #FFA500;
}
:is(.card-stacked, #article aside, .card-entry-labels, .card-tag-labels) li.chip:has(a[href$="t:40"]) {
  background-color: #FFA500 !important; /* Rouge */
  color:black;
}


/* EVAL */
:is(#article aside, .card-stacked div.metadata, .card-entry-labels, .card-tag-labels) li[title^="30"] {
  background-color: #0080FF;
}
:is(.card-stacked, #article aside, .card-entry-labels, .card-tag-labels) li.chip:has(a[href$="t:30"]) {
  background-color: #0080FF !important; /* Rouge */
  color:black;
}


/* PKM */
:is(#article aside, .card-stacked div.metadata, .card-entry-labels, .card-tag-labels) li[title^="20"] {
  background-color: #B266B2;
}
:is(.card-stacked, #article aside, .card-entry-labels, .card-tag-labels) li.chip:has(a[href$="t:20"]) {
  background-color: #B266B2 !important; /* Rouge */
  color:black !important;
}


/* RMO */
:is(#article aside, .card-stacked div.metadata, .card-entry-labels, .card-tag-labels, .card-stacked div.metadata .chip) li[title^="10"] {
  background-color: #FF4D4D;
}
/* Règle pour 10 */
:is(.card-stacked, #article aside, .card-entry-labels, .card-tag-labels) li.chip:has(a[href$="t:10"]) {
  background-color: #e57373 !important; /* Rouge */
}




/* DECIDE */
:is(#article aside, .card-stacked div.metadata, .card-entry-labels, .card-tag-labels) li[title^="00"] {
  background-color:#FFF9AE;
  color:black !important;
}
/* Règle pour 00 */
:is(.card-stacked, #article aside, .card-entry-labels, .card-tag-labels) li.chip:has(a[href$="t:00"]) {
  background-color: #FFF9AE !important; /* Rouge */
  color:black !important;
}


/* DONE */
:is(#article aside, .card-stacked div.metadata, .card-entry-labels, .card-tag-labels) li[title^="60"] {
  background-color: #D5D5D5;
}
:is(.card-stacked, #article aside, .card-entry-labels, .card-tag-labels) li.chip:has(a[href$="t:60"]) {
  background-color: #D5D5D5 !important; /* gris */
  color:black !important;
}


/* GEM */
:is(#article aside, .card-stacked div.metadata, .card-entry-labels, .card-tag-labels) li[title^="70"] {
 background-color: transparent !important; /* Rend le fond du tag transparent */
  border: 1px solid #FFD700 !important; /* Optionnel : Ajoute une fine bordure noire pour délimiter le tag */
}
:is(.card-stacked, #article aside, .card-entry-labels, .card-tag-labels) li.chip:has(a[href$="t:70"]) {
   background-color: transparent !important; /* Rend le fond du tag transparent */
  border: 1px solid #FFD700 !important; /* Optionnel : Ajoute une fine bordure noire pour délimiter le tag */
}
/* Règle pour le texte/icône de @newsletter */
:is(.card-stacked, #article aside, .card-entry-labels, .card-tag-labels) li.chip:has(a[href$="t:70"]) :is(a, i) {
  color: #FFD700 !important; /* gold */
}
