.annuaire-badge {
    display: inline-flex !important;
    align-items: center;
    padding: 0.35em 0.65em;
    font-size: 0.85em;
    font-weight: 500;
    line-height: 1.5;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.annuaire-badge i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
}

.annuaire-badge span {
    display: inline-flex;
    align-items: center;
    height: 100%;
    line-height: 1;
    margin-left: 0.5em;
    padding: 0;
}

/* Couleurs spécifiques pour les badges */
.annuaire-badge.badge-bio {
    background-color: #d1e7dd !important;
    color: #0f5132 !important;
}

.annuaire-badge.badge-patrimoine-vivant {
    background-color: #fff3cd !important;
    color: #664d03 !important;
}

.annuaire-badge.badge-qualiopi {
    background-color: #cfe2ff !important;
    color: #084298 !important;
}

.annuaire-badge.badge-rge {
    background-color: #e2d4f0 !important;
    color: #4a1d96 !important;
}
