footer {
  background: #f8f1ea;
  padding: 40px 20px;
  width: 100%;
  margin-top: auto;
  flex-shrink: 0;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.footer-section h3 {
  margin-bottom: 20px;
  font-size: 1.2em;
}

.contact-info {
  list-style: none;
}

.contact-info li {
  margin-bottom: 10px;
}

.social-links {
  list-style: none;
  display: flex;
  gap: 15px;
}

.liensexternes ul {
  list-style: none;
  padding: 0;
}

.social-links a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
  padding: 5px 19px;
  border-radius: 16px;
  background-color: #ffffff;
  font-size: 0.98em;
  transition: background-color 0.3s, color 0.3s;
}

.social-links a:hover {
  background-color: #e0c9b5;
}

ul {
  margin-top: 20px;
}

.href {
  color: #4a4a4a;
}

footer,
.footer-content,
.footer-section,
.footer-section h3,
.contact-info,
.social-links,
.social-links a {
  font-size: 1.07em;
}

@media screen and (max-width: 768px) {
  .footer-content {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .social-links {
    justify-content: center;
  }

  footer,
  .footer-content,
  .footer-section,
  .footer-section h3,
  .contact-info,
  .social-links,
  .social-links a {
    font-size: 1.03em;
  }
}
