.node-event--teaser-events-lists {
  padding-bottom: 25px;
  padding-top: 25px;
  height: 350px;
}

.view-id-events .item-list ul li:last-of-type {
  border: 0;
}

.view-id-events .item-list ul li h3 a {
  color: var(--black);
  font-weight: bold;
}

.view-id-events .item-list ul li h3 a:hover,
.view-id-events .item-list ul li h3 a:focus {
  color: var(--black);
}

.view-id-events .item-list ul li .field--name-field-categorie {
  padding-top: 20px;
}

.view-id-events .item-list ul li .field--name-field-categorie a {
  background-color: var(--bg-tag);
  padding: 2px 10px;
  border-radius: 4px;
  text-decoration: none;
  color: var(--white);
}

.view-id-events .item-list ul li .field--name-field-categorie a:hover,
.view-id-events .item-list ul li .field--name-field-categorie a:focus {
  color: black;
}
