#app-marquer>div {
  background-color: #e6e7e8;
  margin-bottom: 10px;
  height: 14pt;
  padding: 5px 10px;
  overflow: hidden;

  color: #ed1d24;
  font-weight: bold;
}

#app-marquer .marquee-content {
  width: 100%;
}
#app-marquer .marquee-content > a {
  color: #ed1d24;
  font-weight: bold;

  padding: 0 15px;
  display: inline;
  border-right: 1px solid gray;
}
#app-marquer .marquee-content > a:hover {
  color: #ed1d24;
  font-weight: bold;
}
#app-marquer .marquee-content > a:last-child {
  border: none;
}
