.footer-container .social-links,
.block-social,
#footer .social-links {
    display: flex !important;
    gap: 10px !important; /* espace entre les deux icônes */
    justify-content: center !important;
    align-items: center !important;
}

.footer-container .social-links a,
.block-social a {
    margin: 0 !important;
    padding: 0 !important; /* enlève les marges forcées par Avanto */
}
/* Donne au bloc newsletter le même fond que le footer et réduit sa hauteur */
.block_newsletter {
    background-color: #282828 !important; /* même gris foncé que le footer */
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    border: none !important;
    box-shadow: none !important;
}

/* Centre le contenu et évite que ça prenne toute la hauteur */
.block_newsletter .container {
    max-width: 700px !important;
    margin: 0 auto !important;
}
/* Supprimer le rectangle blanc autour du bulletin */
#custom-text {
    background: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
}
/* Enlève le gros espace en bas du formulaire */
.block_newsletter form {
    margin-bottom: 0 !important;
}