-meteofrance = (Path.cwd() / 'config') / 'feature_meteo.cfg'
-ephemeris = (Path.cwd() / 'config') / 'feature_ephemeris.cfg'
+ephemeris = (Path.cwd() / 'config') / 'features' / 'feature_ephemeris.cfg'
+holidays = (Path.cwd() / 'config') / 'features' / 'feature_holidays.cfg'
+meteofrance = (Path.cwd() / 'config') / 'features' / 'feature_meteo.cfg'
+ramadan = (Path.cwd() / 'config') / 'features' / 'feature_ramadan.cfg'
+sentinelles = (Path.cwd() / 'config') / 'features' / 'feature_sentinelles.cfg'