/* Styles pour le footer */
footer {
  background-color: #2D6A4F;
  color: white;
  padding: 20px 0;
  text-align: center;
  font-size: 1.3rem;
  margin-top: auto;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-col {
  flex: 1;
  min-width: 200px;
  margin: 10px;
}

.footer-col h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #D4AF37;
}

.footer-col p {
  font-size: 1.2rem;
  line-height: 1.6;
}
