$nbr_heures = array_filter($request->all(), function ($key) { return strpos($key, 'nbr_heure_') === 0; }, ARRAY_FILTER_USE_KEY);