h1 .h1-fin {
  color: #E86A2D; /* La couleur de votre choix */
  font-style: italic !important; /* Force l'italique standard */
  display: inline-block; /* Permet d'appliquer la transformation suivante si besoin */
  transform: skewX(-10deg); /* Italique "forcé" artificiellement si la police bloque */
}