.imagesRealisations {
    padding: 40px 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
}

.imagesRealisations .imageCard {
    position: relative;
    width: 100%;
    height: 220px;
    /* ajustez la hauteur selon vos besoins */
    flex: 1;
    overflow: hidden;
    border-radius: 8px;
    /* facultatif : pour adoucir les bords */
}

.type {

    background-color: var(--color-secondary);

}

.textReal {
    font-size: 16px;
    font-family: var(--font-text);
    padding: 5px 10px;
}

.lienVoirPlus {
    font-size: 12px;
    font-family: var(--font-text);
    padding: 5px 10px;
    color: #00A651;
    font-weight: 600;
}