.bd-content-wrapper {
        font-size: 16px;
        line-height: 1.8;
        padding: 25px;
    }

    .bd-content-wrapper p {
        margin-bottom: 1.2em;
    }

    .bd-content-wrapper h1, 
    .bd-content-wrapper h2, 
    .bd-content-wrapper h3, 
    .bd-content-wrapper h4 {
        color: #333;
        font-weight: 600;
        margin: 1.5em 0 0.8em;
    }

    .bd-content-wrapper h1 { font-size: 1.8em; }
    .bd-content-wrapper h2 { font-size: 1.5em; }
    .bd-content-wrapper h3 { font-size: 1.3em; }
    .bd-content-wrapper h4 { font-size: 1.1em; }

    .bd-content-wrapper table {
        width: 100%;
        margin: 1.5em 0;
        border-collapse: collapse;
        overflow-x: auto;
        display: block;
    }

    .bd-content-wrapper table td,
    .bd-content-wrapper table th {
        padding: 12px;
        border: 1px solid #e2e8f0;
        background: #fff;
    }

    .custom-responsive-img-last {
        width: 52px;
        height: 52px;
        object-fit: cover;
        /* Pour maintenir le ratio d'aspect */
    }

    .custom-responsive-img-article {
        width: 1156px;
        height: 545px;
        object-fit: cover;
        /* Pour maintenir le ratio d'aspect */
    }