.message--success > .fr-notice {
  background-color: var(--background-alt-green-emeraude);
  color: var(--text-default-success);
}

.message--error > .fr-notice {
  background-color: var(--background-alt-orange-terre-battue);
  color: var(--text-default-error);
}

.message--warning > .fr-notice,
.message--orange > .fr-notice {
  background-color: var(--brown-caramel-975-75);
  color: var(--text-default-warning);
}

.message--grey > .fr-notice {
  background-color: var(--background-alt-grey);
  color: var(--text-default-grey);
}

.message--brown > .fr-notice {
  background-color: var(--background-alt-orange-terre-battue);
  color: var(--text-action-high-orange-terre-battue);
}