/* Style additionnel pour l'intranet */

body {
    background-color: #f4f6f9;
}

.navbar-brand {
    font-weight: 600;
}

.card {
    border: none;
    border-radius: 0.5rem;
}

pre {
    font-size: 0.9rem;
}

footer {
    border-top: 1px solid #dee2e6;
}