.map-contact-form form .wpforms-field-container input,
.map-contact-form form .wpforms-field-container input[type=text]:focus,
.map-contact-form form .wpforms-field-container input[type=email]:focus,
.map-contact-form form .wpforms-field-container textarea,
.map-contact-form form .wpforms-field-container select {
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid #4458a8;
    border-left: 0;
    border-radius: 0!important;
    outline: none !important;
    box-shadow: none !important;
}

.map-contact-form form .wpforms-submit-container #wpforms-submit-714 {
    float: right;
    /* padding-right: 3.8rem; */
    /* position: relative; */
        /* Nécessaire pour le positionnement absolu du ::after */
        /* font-size: 1rem; */
        /* Taille de police normale pour le texte */
        /* line-height: 1.5; */
        /* Hauteur de ligne pour un bon alignement */
        /* padding-right: 6rem; */
        /* Espace à droite pour le signe » */

}

.wpforms-submit.map-contact-submit {
    background-color: #4459a8!important;
    /* :after */
    /* content: "»";
    font-size: 3.5rem;
    position: absolute;
    right: 14px;
    transform: translateY(-45%);
    pointer-events: none;
    font-weight: lighter; */
}

/* .wpforms-submit.map-contact-submit:hover {
    background-color: #4459a8 !important;
} */