/* Uniformisation des labels et tags hors cards */
.section-label,
.offre-tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  flex-wrap: wrap;
  gap: 5px;
  padding: 4px 9px;
  border: 2px solid var(--brand-yellow);
  border-radius: 15px;
  background: rgba(255, 241, 184, 0.32);
  line-height: 1.2;
}
