.color--primary {
  color: #d7bf4e !important;
}
.color--secondary {
  color: #53b931 !important;
}
.color--tertiary {
  color: #102015 !important;
}

.font--secondary {
  font-family: "Barlow", sans-serif;
}

.w--60 {
  width: 60%;
}

.h-30-px {
  height: 30px;
}
.h-50-px {
  height: 50px;
}

.w-fit-content {
  width: fit-content;
}

.h-fit-content {
  height: fit-content;
}

.bg--primary {
  background-color: #d7bf4e !important;
}
.bg--secondary {
  background-color: #53b931 !important;
}
.bg--tertiary {
  background-color: #102015 !important;
}

.alerte {
  position: relative;
  z-index: 99;
}

.text-justify {
  text-align: justify;
}

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