.grosLogo {
  position: absolute;
  z-index: 0 !important;
  width: 100%;
  mix-blend-mode: color-dodge;
  opacity: 65%;
  left: 0%;
}
.feuillesFond {
  position: absolute;
  z-index: -5;
  width: 100%;
  top: 0px;
  left: 0;
}
.feuillesPremierPlan {
  position: absolute;
  z-index: -3;
  width: 100%;
  top: -200px;
  left: 0%;
}
.sakura {
  position: absolute;
  z-index: -4;
  width: 100%;
  top: 0;
  left: 0%;
}

/* *****************************************rajout css********************************* */

/* ***************************************responsive mobile engine ******************* */

@media screen and (max-width: 998px) {
  .feuilleMobile {
    display: none !important;
    width: 80%;
  }

  .grosLogo {
    display: none !important;
  }
  .feuillesFond {
    display: none !important;
  }
  .feuillesPremierPlan {
    display: none !important;
  }
  .sakura {
    display: none !important;
  }
}
