/* Justifier le texte dans tous les blocs de paragraphes */
.tdb_single_content p {
    text-align: justify;
}

