/* ===== Footer Grid ===== */

.footer-nav {
  margin-bottom: 3rem;
}

.footer-nav h3 {
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  font-weight: 600;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: space-between;
}

.footer-column {
  flex: 1 1 180px;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.footer-column h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.95rem;
  opacity: 0.85;
  transition: opacity 0.2s ease;
}

.footer-column ul li a:hover {
  opacity: 1;
}

/* ===== Footer Corporate Links ===== */

#footer .copyright a {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.85;
}

#footer .copyright a:hover {
  opacity: 1;
}

#footer {
  padding: 4rem 0;
}

#footer .footer-grid {
  display: flex !important;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: space-between;
}
#footer {
  padding: 4rem 0;
}

.footer-nav {
  margin-bottom: 3rem;
}

#footer h3 {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

#footer ul.icons.bulleted {
  margin-top: 2rem;
}

#footer .copyright {
  margin-top: 3rem;
  


#footer-wrapper {
  padding: 4rem 0;
}



#footer-wrapper .footer-slogan {
  margin-top: 3rem;
  margin-bottom: 2rem;
  text-align: center;
}

#footer-wrapper .footer-contact {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#footer-wrapper {
  display: block !important;
  min-height: auto !important;
  height: auto !important;
}

#footer-wrapper .footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  align-items: flex-start;   /* force l’alignement en haut */
}

}#footer-wrapper .footer-column {
  align-self: flex-start;    /* empêche le centrage individuel */
}
#footer-wrapper .footer-grid {
  align-items: flex-start !important;
}
#footer-wrapper .footer-column {
  align-self: flex-start !important;
}
#footer-placeholder {
  display: block !important;
  height: auto !important;
}