@charset "UTF-8";
/* font-size */
/* font-weight */
/* line-height */
/* sizes */
/* spacing */
/* border-radius */
/* fonts */
/* font sizes */
/* font-weight */
/* fonts */
/* font à utiliser pour un label "normal" */
/* font à utiliser pour un titre d'informations secondaires */
/* font à utiliser pour un texte d'informations secondaires */
.tab-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-bottom: solid 2px transparent;
  color: #6b7280;
  text-align: center;
  padding: 10px 20px;
}
.tab-button:hover {
  color: #374151;
  cursor: pointer;
}
.tab-button--active {
  border-color: #0073e6;
  color: #0073e6;
  font-weight: 700;
}
.tab-button__counter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e5e7eb;
  color: #4b5563;
  font-size: 11px;
  font-weight: 700;
  min-width: 20px;
  border-radius: 10px;
  padding: 3px 5px;
  margin-left: 6px;
}
.tab-button--active .tab-button__counter {
  background: #0073e6;
  color: #ffffff;
}

/*# sourceMappingURL=tab_button.css.0a2620bcdfcb.map */
