I've fixed the problem. In fact, I haven't done images for the retina screen (Image size x 2). And I need to use the following lines to define these retina images :
@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (min-resolution:240dpi){
}