/* Workshops - Styles personnalisés */

body {
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    background-color: #f8f9fa;
}

.navbar-brand {
    font-size: 1.3rem;
}

.card {
    transition: transform 0.2s ease;
}

.card:hover {
    transform: translateY(-2px);
}

.badge {
    font-weight: 500;
}

footer {
    font-size: 0.9rem;
}
