.editor-styles-wrapper {
    font-size: 24px;
}


h1, h2,
.rosee-uppercase {
    text-transform: uppercase;
}

.has-large-font-size,
.has-x-large-font-size,
h1 {
    line-height: 1.2;
}

h1,h2,h3,h4,h5,p {
    padding-inline: 0;
}

:root :where(p.has-background) {
    padding: 1em 1.5em;

    @media (min-width: 1200px) {
        padding: 1.25em 2.375em;
    }
}

h1,h2,h3,h4,h5 {
    strong {
        font-weight: bold;
    }
}

.wp-element-button {
    font-weight: bold;
}

*::selection {
    background-color: var(--wp--preset--color--rouge);
    color: var(--wp--preset--color--blanc);
}


ul.wp-block-list {
    list-style: none;
    padding-left: 0;
}


ul.wp-block-list li::before {
    content: '';
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    background-image: url("../images/arrow-black.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 0.3rem;
    transform: rotate(-90deg);
    aspect-ratio: 1;
}

ul.wp-block-list li {
    display: flex;
    align-items: first baseline;
}

ul.wp-block-list li strong {
    display: contents;
}

.has-rouge-background-color ul.wp-block-list li::before {
    background-image: url("../images/arrow-white.svg");
}
