.bg-body-custom {
    background-color: #0079c1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.content {
    margin-top: 50px;
    margin-bottom: 100px;
    max-height: calc(100vh - 150px);
    overflow-y: auto;
}

.card-custom {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    border-radius: 8px;
}

.msginvisible {

    margin-top: 30px;
    display: none;
    /* Rend le message d'erreur invisible par défaut */
    width: 65%;
    height: 30%;

}

.ecart {
    margin-top: 10px;
}