:root {
font-size: 62.5%;
}  :root {
--primary-color: #EE5858;
--secondary-color: #B98FEA;
--custom-color: #000;
}
.backend a {
pointer-events: none !important;
}
.block-actualite .next-event {
display: flex;
flex-wrap: wrap;
gap: clamp(1.5rem, 1.6666666667vw, 2.4rem);
margin: clamp(1.5rem, 1.6666666667vw, 2.4rem) 0;
}
.block-actualite .next-event article {
flex: 0 0 calc(33.3333333333% - clamp(1.5rem, 1.6666666667vw, 2.4rem) * 2 / 3);
}
@media screen and (max-width: 820px) {
.block-actualite .next-event article {
flex: 1 0 100%;
}
}
@media screen and (min-width: 821px) {
.block-actualite .next-event article:first-of-type, .block-actualite .next-event article:last-of-type {
margin-top: 4rem;
}
}