.breadcrumbs-wrapper-83a9b17a {
    width: 100%;
}

.breadcrumbs-container-83a9b17a {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.breadcrumbs-list-83a9b17a {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    
    /* Permet le retour à la ligne automatique propre et évite les débordements */
    flex-wrap: wrap;
    row-gap: 8px;
}

.breadcrumbs-item-83a9b17a {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.breadcrumbs-link-83a9b17a {
    text-decoration: none;
    cursor: pointer;
    transition: color 0.2s ease;
    white-space: normal; /* Permet aux longs textes de se wrapper */
}

.breadcrumbs-separator-83a9b17a {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.breadcrumbs-current-83a9b17a {
    font-weight: 500;
    white-space: normal; /* Permet le retour à la ligne du texte de la page courante */
}
