/* Gabarit `single` : fond de page à motif. Titre d'en-tête et lien de retour, partagés avec `single-evenement`. */

.rosee-single {
    background-image: url("../images/pattern-large-black.svg");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;

    border-bottom: 4px solid var(--wp--preset--color--blanc);
}

.rosee-single-title {
    max-width: 950px;
    margin-inline: auto;
}

/* Le lien de retour reprend la puce fléchée des listes, tournée vers la gauche. */
.rosee-retour-liste a::before {
    content: '';
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.3rem;
    vertical-align: -0.2rem;
    background-image: url("../images/arrow-black.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(90deg);
}


