@font-face {
  font-family: "Avenir-Book";
  src: url("/Client/Content/fonts/Avenir-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir-Black";
  src: url("/Client/Content/fonts/Avenir-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir-Book";
  src: url("/Client/Content/fonts/Avenir-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir-Black";
  src: url("/Client/Content/fonts/Avenir-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
timeline-actions .btn-group {
  background-color: #3B3B3A !important;
  color: #fff;
  border-radius: 10px;
}
timeline-actions .btn-group button.w-100:nth-child(1),
timeline-actions .btn-group button.btn:nth-child(2),
timeline-actions .btn-group button.btn:nth-child(3) {
  background-image: none;
  background-color: #3B3B3A;
  border: none;
}
timeline-actions .btn-group button.btn:hover {
  background-color: #262625 !important;
}

#site-navbar ul.navbar-nav > li.nav-item > a.nav-link {
  color: #fff;
}

#site-navbar ul.navbar-nav > li.nav-item > a.nav-link:hover {
  color: #cccccc !important;
}

#site-header {
  border-bottom: none;
}

@media (max-width: 600px) {
  #site-header .programme-logo-wrap {
    text-align: center !important;
  }
}