/* ==========================================================================
   FOOTER KARUWEB — Styles personnalisés
   ========================================================================== */

/* Background footer */
.site-footer {
  background: #0A0118;
  border-top: 1px solid rgba(180, 124, 253, 0.15);
}

/* Liens — retirer le soulignement */
.site-footer a,
.site-footer .menu a {
  text-decoration: none;
}



/* ==========================================================================
   MOBILE — Centrer les menus
   ========================================================================== */
@media (max-width: 768px) {
  .footer-widgets-container {
    text-align: center;
  }
	
	