.badge {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0.25rem $spacer-tiny-plus;
  user-select: none;
  text-decoration: none;
  border: none;
  box-shadow: none;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 600;
  [class^='icon-'] {
    margin-right: 6px;
    font-size: 14px;
    line-height: 0;
  }
  &-boosteuse {
    background-color: $orange;
    color: white;
  }
}
