.bloc-presentation {
    padding: 50px;
    background-color: var(--couleur-3);
    border-radius: 10px;
    margin-bottom: 100px;
    ul {
        padding-left: 15px;
    }
    h1, h2, h3, h4, h5, h6, b, p, li {
        color: var(--couleur-4);
        font-family: "Gotham";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
    }
    a {
        color: var(--couleur-5);
        font-family: Gotham;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: auto;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }
}

@media (max-width: 768px) {
    .bloc-presentation {
        padding: 25px 15px;
        margin-bottom: 100px;
    }
}