/* Chaque carte prend la même hauteur */
.vc_grid-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Contenu interne */
.vc_gitem-post-data-source-post_excerpt {
    flex-grow: 1;
}

/* Limiter le texte à 4 lignes */
.vc_gitem-post-data-source-post_excerpt p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 80px;
}

/* Aligner le bouton en bas */
.vc_btn3-container {
    margin-top: auto !important;
}