header {
  background: #18243F;
}
header .navbar-brand {
  color: #fff;
}
header .nav-item a.nav-link {
  color: #fff;
}
header .nav-item a.nav-link.active {
  color: #fff;
  font-weight: bold;
}

#activities .activity figure {
  position: relative;
}
#activities .activity figure span.info {
  position: absolute;
  top: 3px;
  right: 3px;
  color: #8AC344;
  font-size: 12px;
  border-radius: 100%;
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  padding: 0;
  /*&:hover{
  	background: $vert;
  	color: #fff;
  }*/
}
#activities .activity h3 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 2px;
  text-align: center;
  margin: 0;
  padding: 10px 0;
}
#activities .activity figcaption {
  font-size: 12px;
}
#activities .btn {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  background: #18243F;
  color: #fff;
}
#activities .btn:hover {
  background: #8AC344;
}
#activities .font-monospace {
  font-size: 12px;
}

/*# sourceMappingURL=programme.css.map */
