/* ----- Contact et courriel ---*/

/*.w-contacts {
font-size: 16px !important;
font-weight: 500 !important;
}

h4{
 margin-bottom: 0px !important;
}

/* ----- FIN - Contact et courriel ---*/

/* ------ Font awesome in circle -----*/
/*.circle-icon {
    background: #ffc0c0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
    padding: 30px;
}*/
div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], 
div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background-color: #867770 !important; 
    border: 1px solid #ddd; /* Dark grey border */
    color: #333; /* Black text color */
    font-size: 1em; /* Size of text */
    padding: 10px 15px; /* Distance between text and border */
}input:hover[type="submit"] {
    background-color: #a3928a !important;
}
