.event-tag{width:max-content; padding:5px 10px; color:var(--cl-blanc); border-radius:10px;}

/* Colonne gauche */
.wp-block-column > h2:first-child{margin-top:0;}

/* Colonne droite */
.wp-block-group.has-background.event-infos{padding:30px; border-radius:25px;}
.wp-block-group.has-background.event-infos div{margin-bottom:10px;}

/* Pied de page */
.is-layout-flex > :is(*, div).events-links{margin-bottom:2em; width:500px; max-width:100%;}
.events-links-title{font-weight:bold; font-size:120%; margin-bottom:10px;}

@media all and (max-width:781px){
    h1 + .wp-block-columns .wp-block-column:first-child{order:2;}
    h1 + .wp-block-columns .wp-block-column:last-child{order:1;}
}