#bodyToo{
    background-image: linear-gradient(rgba(132, 164, 237, 0.5), rgba(255, 255, 255)),
    url("../images/base/showProfil-30a9c7f527d27522490f02f70151bc19.png");
    /*background-image: url("../images/base/backGroundJM-20950c7fa598ea10268eefcb0079c773.jpg");*/
    background-size: cover; /* Fait en sorte que l'image couvre toute la zone */
    background-position: center; /* Centre l'image */
    background-repeat: no-repeat; /* Empêche la répétition */
    background-attachment: fixed; /* (Optionnel) Fixe l'image pour qu'elle ne bouge pas au scroll */

}