/* stabilo jaune sur balise mark  : il faut mettre class 'stab' sur le paragraphe, passer en html pour rajouter la balise <mark class="yellow"> autour du texte à stabilossé*/
@keyframes mark {
  to {
    background-position: -100%;
  } 
}

p.stab{
  isolation: isolate;
}

mark.corky-highlighter {
 margin: 0 -0.3em;
  padding: 0.1em 0.4em;
  border-radius: 1em 0.3em 0.8em 0.3em;
  background: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
  animation: mark linear 1s forwards;
  background-size: 200% 100%;
  background-image: linear-gradient(to right, transparent 50%, currentColor 50%);
}

.components-circular-option-picker__option-wrapper:before {
  background-image: none !important;
  /* Autres styles du pseudo-élément ::before ici */
}

/* Uniquement le color picker dans l'onglet Fluo */
#tab-fluo-view .components-color-picker {
    position: relative !important;
}

#tab-fluo-view .components-popover {
    position: fixed !important;
    z-index: 1000000 !important;
}