/* ici le CSS du formulaire */
/* ModaleConfirm */

.formConfirmation {
    display: none;
    flex-direction: column;
    width: 100%;
    height: 80vh;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    font-size: 40px;
    font-weight: normal;
    padding: 35px;
}

.formConfirmation span {
    padding-top: 25px;
    font-size: 1.5rem;
}

.btn-close-confirm{
    background: #fe142f;
    display: flex;
    margin: 0;
    border-radius: 7px;
    font-size: 1rem;
    padding: 12px 82px;
    color: #fff;
    cursor: pointer;
    border: 0;
}