/* Neutraliser les ::before Avada (awb-icons) sur les icônes réseaux sociaux */
.awb-icon-facebook::before,
.awb-icon-instagram::before,
.awb-icon-youtube::before,
.awb-icon-linkedin::before { content: none !important; }

/* Neutraliser le ::before Avada sur le bouton to-top et assurer la visibilité */
#toTop::before,
.fusion-top-top-link::before { content: none !important; }
#toTop { justify-content: center; align-items: center; display: flex; padding-bottom: 5px; }
#toTop i.fa-chevron-up { color: var(--totop_icon_color, #fff); font-size: 32px; }
