Inside serialEvent(), you are calling "background(255);//couleur du fond (blanck)", which clears the entire drawing every a serialEvent happens.
Simply removing this line might fix your problem. There is a better solution, but it is much more complicated.