/* FormationsPage - Styles Spécifiques */

/* Breadcrumb Navigation */
.w3breadcrumb-right {
    color: #fff !important;
    font-weight: 500;
}

.w3breadcrumb-right .breadcrumbs-custom-path,
.w3breadcrumb-right ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.95);
    font-size: 15px;
}

.w3breadcrumb-right a {
    color: #fff !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 5px 10px;
    border-radius: 5px;
}

.w3breadcrumb-right a:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.15);
    text-decoration: none;
}

/* Formations Count Badge */
.formations-count-badge {
    background: linear-gradient(135deg, #6a4c93 0%, #8b5fbf 100%);
    color: white;
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 25px;
}
