.bg--primary {
  background-color: #1684ac !important;
  color: white !important;
}
.bg--primary:hover {
  background-color: #1995c3 !important;
}
.bg--secondary {
  background-color: #3aa0c4 !important;
  color: white !important;
}
.bg--secondary:hover {
  background-color: #4daaca !important;
}
.bg--tertiary {
  background-color: #6fbad3 !important;
  color: white !important;
}
.bg--tertiary:hover {
  background-color: #5bb1cd !important;
}
.bg--quaternary {
  background-color: #0f5f7c !important;
  color: white !important;
}
.bg--quaternary:hover {
  background-color: #127093 !important;
}
.bg--quinary {
  background-color: #0b455a !important;
  color: white !important;
}
.bg--quinary:hover {
  background-color: #0e5671 !important;
}
.bg--orange {
  background-color: #d5992c !important;
  color: white !important;
}
.bg--orange:hover {
  background-color: #d9a341 !important;
}
.bg--gris {
  background-color: rgb(236, 236, 236) !important;
}

.color--primary {
  color: #1684ac !important;
}
.color--secondary {
  color: #3aa0c4 !important;
}
.color--tertiary {
  color: #6fbad3 !important;
}
.color--quaternary {
  color: #0f5f7c !important;
}
.color--quinary {
  color: #0b455a !important;
}

.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;
}

.navbar-nav .dropdown-item.active {
  background-color: #1684ac !important;
}
.navbar-nav .nav-item .nav-link.active {
  color: #1684ac;
}
.navbar-nav li {
  margin: 0 4px;
}

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