/* Define your custom classes with specific styling */


.ck.ck-content .date-article {
    font-size: 14pt !important;
    color: #000 !important;
    font-weight: bold !important;
    text-align: center;
    font-family: 'Times New Roman', serif;
}
.ck.ck-content .titre-article {
    font-size: 20pt !important;
    color: #000 !important;
    font-weight: bold !important;
    text-align: center;
    text-decoration: underline ;
    font-family: 'Times New Roman', serif;
}

.ck.ck-content .president-article {
    font-size: 20pt !important;
    color: #000 !important;
    font-weight: bold !important;
    font-style:italic;
    text-align: center;
    font-family: 'Times New Roman', serif;
}

.ck.ck-content .procedure-infos-article {
    font-size: 18pt !important;
    color: #000 !important;
    font-weight: bold !important;
    text-align: right;
    font-family: 'Times New Roman', serif;
}
.ck.ck-content .partie-title-article {
    font-size: 20pt !important;
    color: #000 !important;
    font-weight: bold !important;
    text-decoration: underline ;
    text-align: right;
    font-family: 'Times New Roman', serif;
}
.ck.ck-content .partie-text-article {
    font-size: 18pt !important;
    color: #000 !important;
    font-weight: bold !important;
    text-align: right;
    font-family: 'Times New Roman', serif;
}

.ck.ck-content .partie-position-article {
    font-size: 18pt !important;
    color: #000 !important;
    font-weight: bold !important;
    font-style:italic;
    text-decoration: underline;
    text-align: left;
    font-family: 'Times New Roman', serif;

}

.ck.ck-content .partie-intro-article {
    font-size: 18pt !important;
    color: #000 !important;
    font-weight: bold !important;
    text-align: center;
    font-family: 'Times New Roman', serif;
}

.ck.ck-content .contenu-article-gras {
    font-size: 16pt !important;
    color: #000 !important;
    font-weight: bold !important;
    text-align: right;
    font-family: 'Times New Roman', serif;
}
.ck.ck-content .contenu-article-normal {
    font-size: 16pt !important;
    color: #000 !important;
    font-weight: normal !important;
    text-align: right;
    font-family: 'Times New Roman', serif;
}



.ck.ck-content .arabic-text {
    direction: rtl;
    text-align: right;
    font-family: 'Times New Roman', serif;
}



/* Arabic text styling RENDER TESTING IN PAGE */


.date-article {
    font-size: 14pt !important;
    color: #000 !important;
    font-weight: bold !important;
    text-align: center;
    font-family: 'Times New Roman', serif;
}
.titre-article {
    font-size: 20pt !important;
    color: #000 !important;
    font-weight: bold !important;
    text-align: center;
    /* font-family: 'Amiri', 'Noto Naskh Arabic', serif; */
    font-family: 'Times New Roman', serif;
    text-decoration: underline ;
}

.president-article {
    font-size: 20pt !important;
    color: #000 !important;
    font-weight: bold !important;
    font-style:italic;
    text-align: right;
    font-family: 'Times New Roman', serif;
}

.procedure-infos-article {
    font-size: 18pt !important;
    color: #000 !important;
    font-weight: bold !important;
    text-align: right;
    font-family: 'Times New Roman', serif;
}
.partie-title-article {
    font-size: 20pt !important;
    color: #000 !important;
    font-weight: bold !important;
    text-decoration: underline ;
    text-align: right;
    font-family: 'Times New Roman', serif;
}
.partie-text-article {
    font-size: 18pt !important;
    color: #000 !important;
    font-weight: bold !important;
    text-align: right;
    font-family: 'Times New Roman', serif;
}

.partie-position-article {
    font-size: 18pt !important;
    color: #000 !important;
    font-weight: bold !important;
    font-style:italic;
    text-decoration: underline;
    text-align: left;
    font-family: 'Times New Roman', serif;
}

.contenu-article-gras {
    font-size: 16pt !important;
    color: #000 !important;
    font-weight: bold !important;
    text-align: right;
    font-family: 'Times New Roman', serif;
}
.contenu-article-normal {
    font-size: 16pt !important;
    color: #000 !important;
    font-weight: normal !important;
    text-align: right;
    font-family: 'Times New Roman', serif;
}

/* Arabic text styling */
.arabic-text {
    direction: rtl;
    text-align: right;
    font-family: 'Times New Roman', serif;
}

.partie-intro-article {
    font-size: 18pt !important;
    color: #000 !important;
    font-weight: bold !important;
    text-align: center;
    font-family: 'Times New Roman', serif;
}

.content p{
    margin: 5px 0;
}