/*breakpoints*/
footer {
  --font-clr: var(--white);
  --headline-clr: var(--white);
  background: var(--clr-primary, #000);
  position: relative;
}
footer .typography a, footer * {
  color: var(--white);
}
footer .logo {
  /*max-width: min(12.5rem, 100%);
    height: auto;*/
  width: 80%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 575.98px) {
  footer .logo {
    width: 90%;
  }
}
footer .footer__contact {
  display: flex;
  gap: 1.25rem;
  flex-direction: column;
}
@media screen and (max-width: 767.98px) {
  footer .footer__contact {
    gap: 0.75rem;
  }
}
footer .footer__contact * {
  margin-bottom: 0;
}
footer .footer__menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
footer .footer__menu:not(.legal__menu) {
  gap: 3rem;
}
@media screen and (max-width: 991.98px) {
  footer .footer__menu:not(.legal__menu) {
    gap: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  footer .footer__menu:not(.legal__menu) {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  footer .footer__menu:not(.legal__menu) {
    gap: 1.25rem;
  }
}
footer .footer__menu:not(.legal__menu) a {
  color: var(--white);
  font-size: 1.875rem;
  line-height: 2.125rem;
  font-weight: bold;
}
@media screen and (max-width: 1199.98px) {
  footer .footer__menu:not(.legal__menu) a {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}
@media screen and (max-width: 991.98px) {
  footer .footer__menu:not(.legal__menu) a {
    font-size: 1.65rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  footer .footer__menu:not(.legal__menu) a {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
footer .footer__badge {
  max-width: 4rem;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%2Fthemes%2Fschlumberger%2Fscss%2Fcomponents%2F_footer.scss%22%2C%22%2Fthemes%2Fschlumberger%2Fscss%2Fcomponents%2F..%2Fsettings%2Fbreakpoints.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACPE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADkBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACdE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADuBA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAC7BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADgDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACpCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADiEF%3BAAAA%3BAAAA%22%7D */