.icon-facebook { color: #1877F2; }
.icon-instagram { color: #E1306C; } /* ou un dégradé si tu veux plus réaliste */
.icon-tiktok { background: linear-gradient(45deg, #69C9D0, #EE1D52);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}

/* Responsive footer text - reduce font size on small screens */
@media (max-width: 767px) {
  footer .stext-107 {
    font-size: 11px;
    line-height: 1.6;
  }
  
  footer .stext-301 {
    font-size: 14px;
  }
  
  footer ul li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width: 575px) {
  footer .stext-107 {
    font-size: 10px;
    line-height: 1.5;
  }
  
  footer .stext-301 {
    font-size: 12px;
  }
}

/* Footer copyright responsive wrapping */
@media (max-width: 992px) {
  .footer-copyright {
    text-align: center;
    line-height: 1.8;
  }
}
