jQuery(window).on('elementor/frontend/init', function() {
elementorFrontend.hooks.addAction('frontend/element_ready/tabs.default', function($scope, $) {
// Fermer tous les onglets de ce widget
$scope.find('.elementor-tab-title').removeClass('elementor-active');
$scope.find('.elementor-tab-content').hide();
});
});