.lc-footer {
  /* garde tes couleurs / fond existants si tu en as */
  padding: 2.5rem 0;
}

.lc-footer-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
  align-items: start;
}

@media (min-width: 768px) {
  .lc-footer-inner {
    grid-template-columns: 1.1fr 1fr 1fr auto;
    gap: 2rem;
  }
}

.lc-footer-brand-link {
  display: inline-block;
}

.lc-footer-logo {
  max-width: 180px;
  height: auto;
  display: block;
}

.lc-footer-title {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
}

.lc-footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
}

.lc-footer-list a {
  text-decoration: none;
}

.lc-footer-list a:hover,
.lc-footer-list a:focus {
  text-decoration: underline;
}

.lc-footer-socials {
  display: flex;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .lc-footer-socials {
    justify-content: flex-end;
  }
}

.lc-footer-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem; /* bootstrap icons */
  line-height: 1;
  text-decoration: none;
}

.lc-footer-ecoindex {
  margin-top: 1rem;
  padding-top: 1.5rem;
  display: flex;
  justify-content: center;
}

.lc-footer-ecoindex img {
  display: block;
  height: auto;
  max-width: 140px;
}
