/* ===========================
   WPBakery - Uniformisation des cartes
   =========================== */

/* Carte principale */
.vc_grid-item-mini{
    display:flex;
    flex-direction:column;
    height:100%;
}

/* Structure interne */
.vc_gitem-animated-block,
.vc_gitem-zone-c,
.vc_gitem-zone-mini,
.vc_gitem_row,
.vc_gitem-col{
    display:flex;
    flex-direction:column;
    flex:1;
}

/* Uniformiser les images */
.vc_gitem-zone-a{
    height:220px;
    overflow:hidden;
}

.vc_gitem-zone-a img{
    width:100%;
    height:220px;
    object-fit:cover;
}

/* Titre */
.vc_gitem-post-data-source-post_title{
    margin-bottom:15px;
}

/* Description */
.vc_gitem-post-data-source-post_excerpt{
    min-height:180px;   /* Ajuste à 190px ou 200px si nécessaire */
    overflow:hidden;
}

/* Bouton toujours en bas */
.vc_btn3-container{
    margin-top:auto;
}

/* Toute la partie texte garde la même hauteur */
.vc_gitem-zone-c{
    min-height:320px;
}