.rosee-page-header {
    &:has(figure) {

    }

    &:not(:has(figure)) {
        display: none;
    }

    /*.rosee-page-header-image:not(:has(figure)) {
        display: none;
    }*/

    .rosee-page-header-image {
        border-bottom: 4px solid var(--wp--preset--color--blanc);
        > figure {
            height: 400px;

            img {
                height: 100%;
            }
        }
    }
}
