.footer-social {
  text-align: center;
  padding: 20px;
  background-color: #f9f9f9;
  font-family: Arial, sans-serif;
}

.footer-social p {
  margin-bottom: 12px;
  font-weight: bold;
  color: #333;
}

.social-link {
  margin: 0 15px;
  font-size: 26px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.social-link:hover {
  transform: scale(1.2);
  opacity: 0.8;
}

/* Couleurs par réseau social */
.facebook {
  color: #3b5998;
}

.twitter {
  color: #1da1f2;
}

.instagram {
  color: #e4405f;
}

.linkedin {
  color: #0077b5;
}
