.article-content ul {
  list-style-type: disc !important;
  padding-left: 25px !important;
}

.article-content li {
  list-style-position: outside;
}

/*Contrôler le retrait dans les paragraphes des articles*/
/*Plus le chiffre est grand, plus le retrait est important*/
.news-accordion-content table td {              /* la FAQ générale */
    padding-left: 10px; /*Retrait gauche*/
    padding-right: 10px; /*Retrait right*/
    padding-top: 5px; /*Retrait dessus*/
    padding-bottom: 5px; /*Retrait en dessous*/
    border-right-color: green;
    border-left-color: green;
    border-top-color: green;
    border-bottom-color: green;
}
.news-content table td {                       /* la FAQ ADN    */
    padding-left: 10px; /*Retrait gauche*/
    padding-right: 10px; /*Retrait right*/
    padding-top: 5px; /*Retrait dessus*/
    padding-bottom: 5px; /*Retrait en dessous*/
    border-right-color: green;
    border-left-color: green;
    border-top-color: green;
    border-bottom-color: green;
}


li::marker {
    color: #000 !important;
}

