.CMP-siblings-container {
display: flex;
flex-wrap: wrap;
gap:1rem;
}
.CMP-item-container{
display: flex;
flex-direction: column;
background-color: var(--e-global-color-primary);
max-width: 250px;
flex: 1;
}
.CMP-maillage-image{
background: grey;
width: 100%;
aspect-ratio:1.3/1;
}
.CMP-maillage-text{
padding: 1rem;
width: 100%;
color: white;
text-decoration: none;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: uppercase;
}