div.container-page-contact {
    margin-top: 25px;
    padding: 25px;
    border: 1px solid #fff;
    border-radius: 15px;
    position: relative;
}

div.container-page-contact .img-dove {
    position: absolute;
    right: 0px;
    top: -50px;
}

div.container-page-contact h1 {
    text-align: left;
}

div.container-page-contact form.form-contact label {
    font-family: 'Gabriela';
    font-size: 1.7em;
    margin-top: 51px;
}

div.container-page-contact form.form-contact {
    margin: 30px 0;
}

div.container-page-contact form.form-contact input,
div.container-page-contact form.form-contact input:focus,
div.container-page-contact form.form-contact textarea,
div.container-page-contact form.form-contact textarea:focus {
    font-size: 1.7em;
    color: #474b4c;
}

div.container-page-contact form.form-contact span.field-required {
    color: #dc3545;
}

div.container-page-contact form.form-contact .invalid-feedback {
    font-size: 1.3em !important;
}

div.container-page-contact form.form-contact button.submit {
    margin-top: 20px;
    color: #fff;
    border: 1px solid #403234;
    background-color: #403234;
    font-size: 1.3em;
}

div.container-page-contact form.form-contact button.submit:hover {
    color: #403234;
    border: 1px solid #403234;
    background-color: #fff;
}

div.container-page-contact form.form-contact div.recaptcha {
    margin-top: 20px !important;
}

/* ********************************************** */
/* Fenêtre modale */

div#modalSendMail div.modal-content {
    background-color: #E2C2B3;
    border: 5px solid #fff;
}

div#modalSendMail div.modal-body {
    color: #403234;
    text-align: center;
}

div#modalSendMail div#emailSent {
    width: 50px;
    height: 50px;
}

div#modalSendMail div#emailSent svg {
    fill: #fff;
}

#modalSendMail h4 {
    font-size: 2rem;
}

div#modalSendMail h6 {
    margin-top: 25px;
    font-size: 1.2rem;
}

div#modalSendMail div.modal-footer {
    border-top: none;
    background-color: #E2C2B3;
}

/* ***************************
    MOBILE
*************************** */

@media (max-width: 991px) {
    div.container-page-contact .img-dove {
        display: none;
    }
}