top of page
NOS START-UP
Construire le futur.
Startups
NOS RÉSIDENTS ACTUELS
"Commencer petit, grandir, rester humain et conquérir le monde."
- Jean-Pierre Etter,
Fondateur de la Fongit
bottom of page
import wixWindow from 'wix-window'; $w.onReady(function () { if (wixWindow.multilingual.currentLanguage === 'en') { $w('#section6').hide(); $w('#section7').show(); } else { $w('#section6').show(); $w('#section7').hide(); } });