.outline{
  color: transparent !important;
  -webkit-text-stroke: var(--outline-size) var(--rouge-numero);
  position: absolute;
  top: 0;
  /*left: -3vw;*/
  margin: 0;
  padding: 0;
  line-height: 1;
}

h1.outline{
  font-weight: 600;
        /*width: 3em;*/
      z-index: 99;
  line-height: 0.9;
      opacity: 0.55;
}

.editor-styles-wrapper h1.outline{
  margin: 0;
  z-index: 0;
}

.editor-styles-wrapper h1.outline.preview{
  margin: 0 0 0 0 !important;
  white-space: nowrap;
  z-index: 9999;
}