.lmf-footer {
  background:
    radial-gradient(circle at 12% 0, rgba(111, 125, 89, 0.26), transparent 32%),
    linear-gradient(135deg, #0d2118 0%, #10251b 48%, #08150f 100%);
  color: rgba(255, 255, 255, 0.72);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  padding: clamp(2.6rem, 4vw, 4rem) 7.5vw 1.4rem;
}

.lmf-footer__inner {
  display: grid;
  gap: clamp(2rem, 3.8vw, 4.25rem);
  grid-template-columns: minmax(230px, 0.75fr) minmax(0, 2.1fr) minmax(220px, 0.68fr);
  margin: 0 auto;
  max-width: 1680px;
}

.lmf-footer__brand {
  max-width: 290px;
  text-align: center;
}

.lmf-footer__logo {
  align-items: center;
  color: #fff;
  justify-content: center;
  margin-bottom: 1.1rem;
  transform-origin: center top;
}

.lmf-footer__logo:hover {
  color: #fff;
}

.lmf-footer__logo .lmf-brand__tree {
  filter: brightness(0) invert(1);
  height: 48px;
  width: 48px;
}

.lmf-footer__logo .lmf-brand__small {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  letter-spacing: 5px;
  padding-left: 5px;
}

.lmf-footer__logo .lmf-brand__name {
  color: #fff;
  font-size: 36px;
  letter-spacing: 7px;
  padding-left: 7px;
}

.lmf-footer__logo .lmf-brand__tagline {
  color: rgba(255, 255, 255, 0.62);
  font-size: 8px;
  letter-spacing: 3px;
  padding-left: 3px;
}

.lmf-footer__brand p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.92rem;
  line-height: 1.65;
  margin: 0;
}

.lmf-footer__links {
  display: grid;
  gap: clamp(1.5rem, 3vw, 3rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lmf-footer .footer-block {
  margin: 0;
}

.lmf-footer .ps-contactinfo.footer-block {
  display: none;
}

.lmf-footer .footer-block__title,
.lmf-footer__title {
  color: #fff;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin: 0 0 1.2rem;
  text-transform: uppercase;
}

.lmf-footer__links .footer-block__title,
.lmf-footer__links .footer-block__list a {
  white-space: nowrap;
}

.lmf-footer .footer-block__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lmf-footer .footer-block__list a {
  color: rgba(255, 255, 255, 0.68);
  display: inline-flex;
  font-size: 0.92rem;
  line-height: 1.5;
  padding: 0.22rem 0;
  transition: color 160ms ease, transform 160ms ease;
}

.lmf-footer .footer-block__list a:hover {
  color: #fff;
  transform: translateX(2px);
}

.lmf-footer__secure {
  border-left: 1px solid rgba(255, 255, 255, 0.13);
  display: flex;
  flex-direction: column;
  gap: 2.1rem;
  padding-left: clamp(1.8rem, 3vw, 3rem);
}

.lmf-footer__info {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  line-height: 1.65;
  margin: 0;
}

.lmf-footer__info a {
  color: rgba(255, 255, 255, 0.72);
}

.lmf-footer__info a:hover {
  color: #fff;
}

.lmf-footer__payments {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.lmf-footer__payments img {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 4px;
  display: block;
  height: 26px;
  max-width: 56px;
  object-fit: contain;
  padding: 3px 5px;
}

.lmf-footer__france {
  display: block;
  height: auto;
  width: 74px;
}

.lmf-footer__bottom {
  align-items: center;
  color: rgba(255, 255, 255, 0.58);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  font-size: 0.82rem;
  gap: 0.45rem;
  justify-content: center;
  line-height: 1.5;
  margin: 2.25rem auto 0;
  max-width: 1680px;
  text-align: center;
}

.lmf-footer__bottom #steavisgarantisFooterVerif {
  align-items: center;
  color: rgba(255, 255, 255, 0.72);
  display: inline-flex !important;
  flex-direction: column;
  gap: 0.25rem;
  justify-content: center;
  margin: 0.15rem auto 0.35rem !important;
  max-width: min(100%, 390px);
  text-align: center !important;
}

.lmf-footer__bottom #steavisgarantisFooterVerif > a {
  display: inline-flex;
  justify-content: center;
}

.lmf-footer__bottom #steavisgarantisFooterVerif img {
  flex: 0 0 auto;
  margin-right: 0 !important;
}

.lmf-footer__bottom #steavisgarantisFooterText {
  display: inline !important;
  font-size: 0.76rem !important;
  line-height: 1.35;
  text-align: center !important;
  vertical-align: initial;
}

.lmf-footer__bottom #steavisgarantisFooterText a {
  font-size: inherit !important;
}

.lmf-footer__bottom a {
  color: rgba(255, 255, 255, 0.66);
}

.lmf-footer__bottom a:hover {
  color: #fff;
}

@media (max-width: 1199.98px) {
  .lmf-footer__inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .lmf-footer__brand {
    max-width: 520px;
    justify-self: center;
  }

  .lmf-footer__secure {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    padding-left: 0;
    padding-top: 2rem;
  }
}

@media (max-width: 575.98px) {
  .lmf-footer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lmf-footer__links {
    grid-template-columns: minmax(0, 1fr);
  }

  .lmf-footer .footer-block__content.collapse {
    display: none;
  }

  .lmf-footer .footer-block__content.collapse.show {
    display: block;
  }

  .lmf-footer__bottom #steavisgarantisFooterVerif {
    align-items: center;
    max-width: 100%;
  }
}
