.highlight-image-advanced {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.highlight-image-advanced::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-image: url("http://xn--lepianovad-h7ad.fr/wp-content/uploads/2026/02/stop.avif");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
		
}
		
.essai-titre-1-page-accueil {
		position: relative;
		display: inline-block;
		z-index: 1;
}

.essai-titre-1-page-accueil::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-image: url("http://xn--lepianovad-h7ad.fr/wp-content/uploads/2025/05/separateur-croissant-bleu-clair-sans-fond.avif");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}