import $ from 'jquery'; export function toggleCondidentielExplanation() { $('.confidentiel-explanation').toggle(); }