.bloc-wysiwyg {

    h1, h2, h3, h4, h5, h6 {
        color: var(--couleur-4);
        font-family: Cormorant;
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 25px;
    }
    ul {
        padding-left: 15px;
    }
    p, li {
        color: var(--couleur-4);
        font-family: "Gotham";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px; /* 125% */
    }

}