/*
 * FilePath: ./style/post/post-text.css
 * Date: Wed Aug 27 2025
 * Description: Text styles for post content
 */

/* -------------------------------- TINY MCE -------------------------------- */

.POST-CONTENT body {
    font-family: "Fira Sans", "Sans-serif";
}

.POST-CONTENT a {
    text-decoration: none !important;
    text-decoration-style: none !important;
    color: #ef4130;
}
.POST-CONTENT a:hover {
    text-decoration: underline;
}
.POST-CONTENT .Titre {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
}
.POST-CONTENT .Rouge {
    color: #ef4130;
}
.POST-CONTENT .Bleu_1 {
    color: #28306a;
}
.POST-CONTENT .Bleu_2 {
    color: #7bbdd6;
}
.POST-CONTENT .Jaune {
    color: #e6b23a;
}
.POST-CONTENT .Titre a {
    color: inherit;
}
.POST-CONTENT .Boutton {
    font-size: 1rem;
    font-weight: 300;
    display: inline-block;
    background-color: #ef4130;
    border-radius: 50px;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
}
.POST-CONTENT .Boutton a {
    margin-right: 5em;
    margin-left: 5em;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    color: #fff;
    text-decoration: none;
}
