/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* Alignement icône + titre */
.custom-title-with-icon {
    display: flex;
    align-items: center;
    gap: 0.4em; /* Espace entre l'icône et le texte */
}

.custom-title-with-icon i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}