ul {
  margin-left: var(--dt-list-margin_left);
  list-style: disc;

  // suppression du style list
  &.--list_no_list_style {
    list-style: none;
  }
}
