
/* ------------- Alignement de l'icon ------------ */
.elementor-shortcode {
    height: 16px !important;
    display: inline-flex !important;  /* ← Ajoutez flex */
    align-items: center !important;   /* ← Centre verticalement */
    justify-content: center !important;
    text-align: center;
    line-height: 1 !important;        /* ← Supprime l'espace du line-height */
}

.elementor-shortcode i {
    display: block;
    line-height: 1 !important;        /* ← Important pour l'icône aussi */
}

.elementor-widget-shortcode{
    height: 16px !important;
    display: inline-flex !important;  /* ← Ajoutez flex */
    align-items: center !important;   /* ← Centre verticalement */
    justify-content: center !important;
    text-align: center;
    line-height: 1 !important;        /* ← Supprime l'espace du line-height */
}
