#rl-social-icons {
  text-align: center;
  margin: 20px 0;
}

#rl-social-icons .rl-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0 6px;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0,0,0,.3);
}

#rl-social-icons .rl-facebook {
  background: #1877f2;
}

#rl-social-icons .rl-instagram {
  background: radial-gradient(circle at 30% 30%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

#rl-social-icons .rl-icon::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* SVG icônes intégrées */
#rl-social-icons .rl-facebook::before {
  background-image: url("../img/facebook.svg");
}

#rl-social-icons .rl-instagram::before {
  background-image: url("../img/instagram.svg");
}

/* Option : texte du footer en noir */
footer, #footer, .footer-container {
  color: #000 !important;
}
