/* CSS général de la modal */
.title-modal-mfb{
    font-weight: 800;
    color: black;
    background-color: white;
}

.footer-modal-mfb{
    margin: 20px 0px 10px 0px;
    text-align: center;
}

.modal-mfb-window{
    min-width: 600px !important
}

.modal-content-mfb{
    border-radius: 0.5rem;
}

/* CSS des boutons */
.btn-modal-mfb{
    margin: 10px 10px 10px 10px;
    width: max-content;
    border-radius: 30px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 7px 20px 7px 20px;
}

.btn-vert{
    background-color: #68CBB7;
    color: white;
    border: 1px solid #68CBB7;
}

.btn-white{
    background-color: white;
    color: #68CBB7;
    border: 1px solid #68CBB7;
}