/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
.c-mad-footer {
  position: relative;
  z-index: 20;
  background: var(--wp--preset--color--white);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: var(--wp--preset--color--black);
}
.c-mad-footer a,
.c-mad-footer a:where(:not(.wp-element-button)) {
  color: inherit;
  text-decoration: none;
}
.c-mad-footer__top {
  padding-inline: 2rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 639px) {
  .c-mad-footer__top {
    padding-inline: 1rem;
  }
}
@media screen and (max-width: 639px) {
  .c-mad-footer__top {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
}
.c-mad-footer__logo-mobile {
  display: none;
}
@media screen and (max-width: 639px) {
  .c-mad-footer__logo-mobile {
    display: inline-block;
    margin-bottom: 1.5rem;
  }
}
.c-mad-footer__logo-mobile img {
  height: 1.625rem;
  width: auto;
}
.c-mad-footer__row {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
}
.c-mad-footer__cities {
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.2;
}
@media screen and (max-width: 1039px) {
  .c-mad-footer__cities {
    font-size: 0.875rem;
    gap: 1.25rem;
  }
}
@media screen and (max-width: 639px) {
  .c-mad-footer__cities {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.c-mad-footer__city {
  color: inherit;
  text-decoration: none;
}
.c-mad-footer__cta {
  overflow: hidden;
  height: 2.3rem;
  flex-shrink: 0;
}
@media screen and (max-width: 639px) {
  .c-mad-footer__cta {
    display: none;
  }
}
.c-mad-footer__links {
  padding-inline: 2rem;
  padding-top: 4rem;
  padding-bottom: 2.5rem;
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 639px) {
  .c-mad-footer__links {
    padding-inline: 1rem;
  }
}
@media screen and (max-width: 639px) {
  .c-mad-footer__links {
    padding-top: 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.c-mad-footer__links-main {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem;
  flex-grow: 1;
}
@media screen and (max-width: 639px) {
  .c-mad-footer__links-main {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-mad-footer__logo-desktop img {
  height: 2.25rem;
  width: auto;
}
@media screen and (max-width: 639px) {
  .c-mad-footer__logo-desktop {
    display: none;
  }
}
.c-mad-footer__social {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
  margin-left: auto;
}
.c-mad-footer__hr {
  border: 0;
  border-top: 1px solid var(--wp--preset--color--black);
  opacity: 0.5;
  width: 0;
  margin: 0;
}
.c-mad-footer__legal {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  padding: 1rem 1.875rem 2.5rem;
  font-size: 0.875rem;
}
.c-mad-footer__copy {
  text-align: center;
  opacity: 0.5;
  margin: 0;
  font-weight: 200;
  font-variation-settings: "wght" 200;
}

.overflow-hidden {
  overflow: hidden;
}