/* Justifier le texte des articles et aligner la dernière ligne à droite */
.com-content-article p, 
.article-details p, 
main p {
    text-align: justify !important;
    text-align-last: left !important;
}
