body {
    font-size: 14px; }

.form-control, .form-select {
    font-size: 12px;
}

.img-150 {
    width: 150px !important; }
.img-200 {
    width: 200px !important; }

.avatar-150 {
    width: 150px;
    height: 150px;
    max-width: 155px;
    max-height: 155px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    border: 7px solid rgba(22, 142, 234, 0.08);
    margin-bottom: 15px; 
}
.required-field {
    box-shadow: inset 4px 0 0 #fc4556;
    padding-left: 10px; /* Pour éviter que le texte ne soit trop près de la bordure */
}


/* Style pour les champs obligatoires non remplis après soumission */
.is-invalid {
    border: 1px solid #fc4556 !important;
    background-color: rgba(220, 53, 69, 0.05) !important;
}

/* Style pour le message d'erreur */
.invalid-feedback {
    display: block;
    color: #fc4556;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}
.login-form {
    width: 60%;
}
.login-form form {
    margin-top: 30px;
}

/* Styles pour les tableaux avec bordures */
.table-bordered {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
    padding: 0.75rem;
    vertical-align: top;
    border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
    background-color: #f8f9fa;
}

.table-bordered tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-bordered tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.expandable-card {
    height: auto !important;
}

.expandable-card .card-body {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    padding-bottom: 1.5rem;
}

.expandable-card .table-responsive {
    overflow-x: auto;
    overflow-y: visible;
}

.elementCacher {
    display: none;
}