/* Gabarit « Événement » : fond ligné, chapô, filets. */

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

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

.rosee-event-excerpt {
    max-width: 750px;
    margin-inline: auto;
}

.rosee-event-excerpt p {
    font-family: var(--wp--preset--font-family--title);
    font-size: var(--wp--preset--font-size--large);
    color: var(--wp--preset--color--rouge);
}

.rosee-event hr {
    border-top: 2px solid var(--wp--preset--color--blanc);
    opacity: .6;
}

