.badge-competence {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.6rem;
  border-radius: 0.5rem;
  background-color: #f8f9fa;
  border: 1px solid #e0e0e0;
  white-space: nowrap;
  margin-bottom: 5px; }

.badge-competence .icon {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  background-color: var(--primary-color, #007bff);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 1; }

.badge-competence .bloc-title {
  width: 170px;
  font-weight: 600;
  white-space: normal;
  word-break: break-word;
  flex-shrink: 0; }

.badge-competence .sous-competences {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem;
  white-space: normal; }

.badge-competence ul li {
  margin-bottom: 0.5rem; }

.badge-competence ul li:last-child {
  margin-bottom: 0; }

.sous-competences ul {
  margin-bottom: 0; }

/*# sourceMappingURL=rncp.css.map */
