If each part have the same lines number, for example 22, here my solution:
split --numeric-suffixes=2 --additional-suffix=.txt -l 22 file.txt file
and you obtain file2.txt with the first 22 lines, file3.txt the 22 next lineā¦
Thank @hamruta-takawale, @dror-s and @stackoverflowuser2010