.block-text table tr td:first-child {
    padding-right: 20px;
}

.block-text table tr td {
    padding-bottom: 10px;
}

.flexible-content.white .block-buttons__item.download::after {
    filter: invert(0);
    background-image: url(../icons/download-noir.svg);
}

/* CTA Image - Option d'affichage de l'image */
/* Par défaut : cover (comportement existant) */
.cta-image__picture--cover img {
    object-fit: cover;
}

/* Option contain : afficher l'image entière sans crop */
.cta-image__picture--contain {
    height: auto !important; /* Override des hauteurs fixes */
}

.cta-image__picture--contain img {
    object-fit: contain !important;
    height: auto !important;
    width: 100%;
}