a{
  text-decoration: none;
  list-style: none;
}

.background_footer {
  background-color: var(--couleur-background);
  border-top: 1px solid black;
}
.section_footer {
  padding-bottom: 30px;
  padding-top: 30px;
  padding-left: calc(-12.94118px + 7.84314vw);
  padding-right: calc(-12.94118px + 7.84314vw);
  font-family: 'Salsa';
  align-items: center;
  display: flex;
  justify-content: center;
}

.section_footer .background_footer_image {
  margin-right: 60px;
}
.section_footer .background_footer_image .footer_logo {
  display: block;
  height: auto;
  width: 250px;
}

.section_footer .footer_menus {
  display: flex;
  justify-content: space-between;
}

.section_footer .footer_menus .footer_menu {
  max-width: 310px;
  padding: 0 40px;
}

.section_footer .footer_menus .footer_menu h1 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 10px;
  position: relative;
  color: var(--couleur-titre);
}
.section_footer .footer_menus .footer_menu a {
  color: var(--couleur-sous-titre);
}
.section_footer .footer_menus .footer_menu li {
  align-items: center;
  display: flex;
  font-size: 16px;
  padding: 3px 0;
}

.section_footer .footer_menus .footer_menu li i {
  color: var(--couleur-titre);
  margin-right: 4px;
}

.section_footer .footer_menus .footer_menu a:hover {
  text-decoration: underline;
  color: var(--couleur-rouge);
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.contact-item .icon-mail {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}
@media (max-width: 900px) {
  .section_footer .background_footer_image {
    margin-right: 0px;
  }
  .section_footer .background_footer_image .footer_logo {
    width: 180px;
  }

  .section_footer .footer_menus .footer_menu {
    padding: 0 20px;
  }
  .section_footer {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
}
