Finaly I find a solution.
My problem was probably an invalid application.
I have reinstalled hello_word program with a right bootloader, following pages :
https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/get-started/windows-setup.html
https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/tools/idf-py.html
I type following commands :
idf.py set-target esp32s3
idf.py build
cd build
esptool.py -c esp32s3 -p COM3 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 2MB 0x0 bootloader\bootloader.bin 0x10000 hello_world.bin 0x8000 partition_table\partition-table.bin