body {
  font-size: 17px;
}

.brand__cnpf {
  align-items: center;
}

.brand__cnpf.no_main_logo {
  margin-left: 0;
}

.brand__cnpf.no_main_logo .brand__cnpf__baseline {
  font-size: 2.25rem;
  margin-left: 1.5rem;
}

@media (max-width: 63.9275em) {
  .brand__cnpf.no_main_logo img {
    height: 80%;
  }

  .brand__cnpf.no_main_logo .brand__cnpf__baseline {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}

.footer__top {
  background-image: none;
}

.footer__top .grid > * {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.footer__logo img {
  margin-top: 5px;
}

.footer__abonne::before,
.footer__abonne::after {
  content: none;
  left: unset;
}

.footer__top .grid > *:not(:last-child):after {
  content: "";
  height: 60%;
  width: 1px;
  background-color: var(--green-stepper,#538164);
  position: absolute;
  right: 0;
  top: 20%;
}

.footer__social {
  flex-direction: column;
}

.footer__abonne span {
  margin-right: 4rem;
}

.footer__menu {
  padding-left: 20px;
}

@media (max-width: 47.9275em) {
  .footer__top .grid > *:not(:last-child):after {
    top: 185px;
    width: 100%;
    height: 1px;
  }

  .footer__abonne span {
    margin-right: 0;
  }

  .footer__menu {
    padding-left: 0;
    justify-content: flex-start;
  }

  .footer__menu ul {
    width: 100%;
  }
}
