.bg--primary {
  background-color: #1684ac;
  color: white;
}
.bg--primary:hover {
  background-color: #1995c3;
}
.bg--orange {
  background-color: #d5992c;
  color: white;
}
.bg--orange:hover {
  background-color: #d9a341;
}
.bg--gris {
  background-color: rgb(236, 236, 236);
}

.color--primary {
  color: #1684ac;
}

.custom-top-margin {
  margin-top: 105px;
}

.alert-position {
  position: relative;
  top: 57px;
}

/* Le menu */
.dropdown-item.active, .dropdown-item:active {
  background-color: #1684ac;
}

.logo-eluv {
  width: 120px;
  margin-left: 30px;
}

/*# sourceMappingURL=app.output.css.map */
