Ok,
My son fixed the problem...
.htaccess had this code :
# BEGIN TUTOR_PREVENT_HOTLINKING
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?eclipsedetoile.com [NC]
RewriteRule \.(jpg|jpeg|png|gif|mp4|mov|mp3|avi|flv|wmv)$ - [NC,F,L]
</IfModule>
Thx for support,