[x-cloak] { display: none !important; }

.article-page ul {
    list-style-type: disc; /* Pour une liste avec des puces */
    margin-left: 3%;
    font-family: Arial, Helvetica, sans-serif;
}

.article-page ol {
    list-style-type: decimal; /* Pour une liste numérotée */
    margin-left: 3%;
}

.article-page p {
    margin-left: 1%;
    font-family: Arial, Helvetica, sans-serif;
}

.article-page h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2em;
    text-align: center;
}
