/* Styles personnalisés pour l'application */
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.footer {
    margin-top: auto;
}

.navbar-brand img {
    max-height: 40px;
}

/* Styles pour les tableaux */
.table th {
    background-color: #f8f9fa;
}

/* Styles pour les cartes */
.card {
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.card-header {
    background-color: #f8f9fa;
}

/* Styles pour les formulaires */
.form-group {
    margin-bottom: 1rem;
}

/* Styles pour les boutons */
.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    background-color: #0069d9;
    border-color: #0062cc;
}
