#ast-scroll-top {
  display: none !important;
}

.section_footer {
  background: #f4f4f4;
}

.footer-menu {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(184, 183, 184, 0.4);
  padding-bottom: 30px;
}

.footer_links {
  padding-top: 20px;
}

.bloc_section_footer .menu-item {
  padding: 10px 0 10px 0;
}

.bloc_section_footer .menu-item:hover {
  text-decoration: underline;
}

.bloc_section_footer .menu-item {
  list-style-type: none;
}

.sous_titre_section_footer {
  font-weight: 600;
  margin-top: 10px;
}

.bloc_section_footer {
  margin-top: 10px;
}

.titre_section_footer {
  color: #000;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  padding: 10px 0 10px 0;
}

@media screen and (max-width: 768px) {
  .footer-menu {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 1024px) {
  .bloc_section_footer .menu-item {
    margin-bottom: 0;
    padding: 5px 0 5px 0;
  }
}

/* LIENS JURIDIQUES */

.footer-secondary-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  align-self: stretch;
  flex-wrap: wrap;
  list-style-type: none;
  padding-bottom: 30px;
}

.footer-secondary-menu .menu-item {
  padding: 10px 0 10px 0;
}

.footer-secondary-menu .menu-item .menu-link:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .footer-secondary-menu {
    display: flex;
    justify-content: flex-start;
    align-items: unset;
    margin-top: 10px;
  }

  .footer-secondary-menu .menu-item {
    margin-bottom: 0;
  }
}
