﻿.card {
    border-radius: 0.5rem;
    border: none;
}

.card-header {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
}

.table th {
    background-color: #f8f9fa;
    font-weight: 600;
}

.btn-group {
    box-shadow: none !important;
}

.form-control:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.invalid-feedback {
    font-size: 0.875em;
}

.pagination {
    margin-bottom: 0;
}

.paginator {
    background: #fff;
    padding: 0.5rem;
    border-radius: 0.375rem;
}

.quick-grid {
    margin-bottom: 0;
}

.alert {
    margin-bottom: 1.5rem;
}

.bi {
    margin-right: 0.25rem;
}


.form-title {
    font-size: 1rem;
    font-weight: 400;
}

.nav-label {
    font-size: 1rem;
    font-weight: 400;
}

.login-container {
    width: 100%;
    height: 100%;
    background: #fff; /* Fond blanc pour le formulaire */
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    align-self: center;
}