/* Classe CSS pour justifier mon texte dans l'éditeur Gutenberg */
.nc-justify-text {
    text-align: justify;
}