.elementor-8574 .elementor-element.elementor-element-342cfb1{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-22512ee */.grille-domaines {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
.domaine-bloc {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    text-align: center;
    background-color:#eee;
}
.domaine-bloc img {
    width: 100%;
    height: auto;
}

.domaine-titre{font-size:19px; font-weight:bold; line-height:19px; margin:10px}

@media (max-width: 768px) {
    .grille-domaines { grid-template-columns: repeat(2, 1fr); }
}/* End custom CSS */