Could someone give me the content of a fresh .bashrc ? I did not find it with Google.
Why ? Because I unfortunately ecrased it.
There isn't a default .bash_profile but you can get a new copy of .bashrc from /etc/skel/.bashrc:
cp /etc/skel/.bashrc /home/$USER/
If you meant .profile, that's also sitting in /etc/skel:
cp /etc/skel/.bash_profile /home/$USER/