:root {
    ---color-dark-blue: #191937;
}

html body:not(.wp-admin),
html #poststuff .-preview {

    #titre_desc_fond_image_simple {
        color: var(--color-dark-blue);

        .head {
            padding-top: 20rem;
            padding-bottom: 15rem;

            h1 {
                font-weight: 500;
                font-size: 2.5rem;
                font-style: normal;
            }

            h2 {
                font-style: italic;
                font-weight: 750;
                font-size: 5.9rem;
                line-height: 1.1;
                @media (min-width: 640px){
                    font-size: 3rem;
                }

            }

        }

        position: relative;

        &:before {
            position: absolute;
            content: "";
            bottom: 0;
            left: 0;
            right: 0;
            height: 10rem;
            background: linear-gradient(to bottom, transparent, white);
        }
    }
}
