/**
 * Footer site v3 — styles autonomes (ne dépend pas de Bootstrap footer4).
 */
footer.cl-new-footer {
  width: 100%;
  max-width: none;
  margin: 48px auto 0;
  padding: 0;
  background-color: #f4f4f4;
  border-top: 1px solid rgba(29, 29, 29, 0.08);
  box-sizing: border-box;
}

footer.cl-new-footer .footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px 24px;
  max-width: 1384px;
  margin: 0 auto;
  padding: 48px 32px 32px;
  box-sizing: border-box;
}

footer.cl-new-footer .foo-col {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex: 1 1 200px;
  min-width: min(100%, 200px);
  max-width: 100%;
}

footer.cl-new-footer .foo-items {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

footer.cl-new-footer .foo-items-logistique {
  margin-top: 0;
}

footer.cl-new-footer .cl-contact-btns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 0;
}

footer.cl-new-footer .foo-title {
  margin: 0 0 2px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

footer.cl-new-footer .text.grey,
footer.cl-new-footer .foo-title.grey {
  color: #5f5f5f;
}

footer.cl-new-footer a.link2 {
  display: block;
  position: relative;
  width: fit-content;
  max-width: 100%;
  color: #1d1d1d;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.01em;
  transition: color 0.25s ease;
}

footer.cl-new-footer a.link2:visited {
  color: #1d1d1d;
}

footer.cl-new-footer a.link2:hover {
  color: rgba(29, 29, 29, 0.55);
}

footer.cl-new-footer .foo-addr {
  margin: 0;
  font-size: 16px;
  line-height: 1.35;
  color: #1d1d1d;
}

footer.cl-new-footer p.text {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
}

footer.cl-new-footer .foo-carron,
footer.cl-new-footer .foo-carron-mob {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1320px;
  height: auto;
  padding: 0 32px 40px;
  box-sizing: border-box;
}

footer.cl-new-footer .foo-carron-mob {
  display: none;
}

@media (max-width: 768px) {
  footer.cl-new-footer .footer {
    padding: 40px 16px 24px;
    gap: 28px;
  }

  footer.cl-new-footer .foo-col {
    flex: 1 1 100%;
  }

  footer.cl-new-footer .foo-carron {
    display: none;
  }

  footer.cl-new-footer .foo-carron-mob {
    display: block;
    padding: 0 16px 24px;
  }
}

/* Ancien footer legacy : mise en page minimale si encore affiché */
#footer4.footer2-black {
  background-color: #1d1d1d;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 48px;
}

#footer4.footer2-black .container {
  max-width: 1384px;
  margin: 0 auto;
  padding: 40px 32px;
  box-sizing: border-box;
}

#footer4.footer2-black .row {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 24px;
  margin: 0;
}

#footer4.footer2-black .widget {
  flex: 1 1 220px;
  min-width: 0;
}

#footer4.footer2-black a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

#footer4.footer2-black a:hover {
  color: #fff;
  text-decoration: underline;
}

#footer4.footer2-black address {
  font-style: normal;
  line-height: 1.5;
}
