

/*Footer | Taille */

.footer-wrap.style3 .footer-top {
    padding: 50px 0 0 !important;
}

/*Footer | Centrer le bouton du formulaire de contact*/

#frm_field_15_container{
    display:flex;
    justify-content:center;
}

/*Footer | Style du bouton contact*/

.footer-contact-btn {
  display: inline-block;
  background-color:#538AC3;
  color: #fff;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.footer-contact-btn:hover{
    color: #fff;
}

/*Footer : centrage*/

.row{
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.custom-html-widget{
    display: flex;
    justify-content: CENTER !important;
}
