.single-article-revue {
    .wp-site-blocks > .wp-block-group > .wp-block-columns {
        .wp-block-column:nth-child(2) {
            figure.wp-block-post-featured-image {
                /* Web articles should not have the sidebar featured image as it is already rendered above the content. */
                display: none;
                visibility: hidden;
            }
        }
    }
}