/* Start custom CSS for section, class: .elementor-element-6d6e290 *//* Cache le chevron uniquement sur mobile (écrans < 768px) */
@media (max-width: 768px) {
    #hformatik-ecommerce-root .chevron {
        display: none !important;
    }
}

/* Force le texte de la question à aller à la ligne */
#hformatik-ecommerce-root .question-text {
    white-space: normal !important;       /* Autorise le retour à la ligne */
    overflow-wrap: break-word !important; /* Coupe proprement les mots longs */
    word-break: break-word !important;    /* Sécurité supplémentaire */
    display: block !important;            /* Force le comportement bloc */
    width: 100% !important;               /* Prend toute la largeur */
    line-height: 1.5 !important;          /* Espace entre les lignes */
}

/* Ajuste le bouton pour qu'il s'agrandisse avec le texte */
#hformatik-ecommerce-root button {
    height: auto !important;              /* Hauteur automatique */
    align-items: flex-start !important;   /* Aligne le texte en haut */
}/* End custom CSS */