#footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 28px;
}

.footer_links {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.footer_link_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.footer_link_wrapper a, .footer_eat_move, .footer_alcool {
  color: #000;
  font-family: Gothic A1;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.05px;
  text-decoration: none;
  white-space: nowrap;
}

.footer_link_wrapper a:after {
  content: "|";
  padding: 0 0.25em;
}

.footer_link_wrapper:last-child > a:last-child:after {
  content: "";
  padding: 0
}

.footer_logo_hippo {
  width: 195px;
  height: 82px;
  object-fit: contain;
  margin: 28px 0;
}

.footer_eat_move, .footer_alcool {
  white-space: normal;
  margin: 0 20px 12px 20px;
}

.footer_eat_move > a {
  color: #000000;
  cursor: pointer;
  text-decoration: none;
}

.footer_eat_move > a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {

  #footer {
    padding: 28px 32px 132px 32px;
  }

  .footer_links {
    margin-top: 0;
  }

  .footer_link_wrapper {
    flex-wrap: wrap;
  }
  
  .footer_link_wrapper a, .footer_eat_move {
    font-size: 13px;
  }

  .footer_logo_hippo {
    margin: 20px 0 12px 0;
  }

  .footer_logo_hippo {
    margin-top: 32px;
    margin-bottom: 38px;
    width: 189px;
    height: 63px;
    object-fit: contain;
  }
}
