.elementor-20111 .elementor-element.elementor-element-4b99abb{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-c95fd15 */.lhg-footer {
  background: #2f4f2f;
  color: #ffffff;
  padding: 50px 20px 20px;
  font-family: inherit;
}

.lhg-footer,
.lhg-footer * {
  box-sizing: border-box;
}

.lhg-footer a {
  color: #ffffff;
  text-decoration: none !important;
  transition: all 0.25s ease;
}

.lhg-footer a:hover,
.lhg-footer a:focus,
.lhg-footer a:active {
  color: #d7e84f;
  text-decoration: none !important;
  font-weight: 700;
}

.lhg-footer a::after {
  display: none !important;
}

.lhg-footer__top {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.2fr 1.2fr;
  gap: 35px;
}

.lhg-footer__logo {
  display: inline-block;
  margin-bottom: 20px;
}

.lhg-footer__logo img {
  max-width: 240px;
  height: auto;
  display: block;
}

.lhg-footer h2,
.lhg-footer h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 700;
  color: #ffffff;
}

.lhg-footer h2 {
  font-size: 26px;
}

.lhg-footer h3 {
  font-size: 18px;
}

.lhg-footer p,
.lhg-footer li,
.lhg-footer address {
  font-size: 15px;
  line-height: 1.6;
  font-style: normal;
  color: #ffffff;
}

.lhg-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lhg-footer li {
  margin-bottom: 8px;
}

.lhg-footer__hours {
  margin-top: 20px;
  padding: 14px 16px;
  background: rgba(255,255,255,0.12);
  border-radius: 8px;
}

.lhg-footer__button {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 18px;
  background: #ffffff;
  color: #2f4f2f !important;
  border-radius: 30px;
  font-weight: 700;
}

.lhg-footer__button:hover,
.lhg-footer__button:focus,
.lhg-footer__button:active {
  color: #2f4f2f !important;
  background: #d7e84f;
  text-decoration: none !important;
}

.lhg-footer__bottom {
  max-width: 1200px;
  margin: 35px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.25);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 13px;
}

.lhg-footer__bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

/* Tablette */
@media (max-width: 1024px) {
  .lhg-footer {
    padding: 45px 24px 24px;
  }

  .lhg-footer__top {
    grid-template-columns: 1fr 1fr;
    gap: 35px 28px;
  }

  .lhg-footer__brand {
    grid-column: 1 / -1;
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
  }

  .lhg-footer__logo {
    display: flex;
    justify-content: center;
  }

  .lhg-footer__logo img {
    margin: 0 auto;
  }

  .lhg-footer__hours {
    max-width: 420px;
    margin: 20px auto 0;
  }

  .lhg-footer__bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .lhg-footer__bottom nav {
    justify-content: center;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .lhg-footer {
    padding: 40px 20px 24px;
    text-align: center;
  }

  .lhg-footer__top {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .lhg-footer__col,
  .lhg-footer__brand {
    text-align: center;
  }

  .lhg-footer__logo {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .lhg-footer__logo img {
    max-width: 260px;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .lhg-footer ul {
    text-align: center;
  }

  .lhg-footer__button {
    margin-left: auto;
    margin-right: auto;
  }

  .lhg-footer__bottom {
    margin-top: 35px;
    align-items: center;
    text-align: center;
  }

  .lhg-footer__bottom nav {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
}/* End custom CSS */