#mentions {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 40px;
  color: #ffffff;
  font-size: 14px;
  background-color: #111111;
}

#mentions > a {
  display: block;
  color: #ffffff;
  text-decoration: none;
}

@media screen and (max-width: 1200px) {
  #mentions {
    height: 30px;
    font-size: 12px;
  }
}
@media screen and (max-width: 760px) {
  #mentions {
    height: 50px;
    font-size: 12px;
  }
  #mentions > a {
    width: 50%;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  #mentions {
    height: 50px;
    font-size: 12px;
  }
}
