@charset "UTF-8";
.bg--primary {
  background-color: #FE9B4A !important;
}
.bg--primary:hover {
  color: white !important;
}
.bg--white {
  background-color: white !important;
}
.bg--white:hover {
  color: black !important;
}
.bg--whitesmoke {
  background-color: whitesmoke !important;
}
.bg--whitesmoke:hover {
  color: black !important;
}

.color--primary {
  color: #FE9B4A !important;
}

.presentation-bloc__image {
  background-position: center;
  padding: 42px 0;
}
.presentation-bloc__icone {
  width: 75px;
}

.check-list {
  list-style-type: none;
  padding-left: 0;
}

.check-list li::before {
  content: "✓";
  margin-right: 0.5em;
}

.colored-list--primary li::marker {
  color: #FE9B4A;
}

.contact-form input, .contact-form textarea {
  border-color: #FE9B4A;
}

.drapeau-gris {
  filter: grayscale(100%);
}

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