  div.subtitle, h2.subtitle { }
  div.content-text { }
  div.content-text ul { }

  .content-text aside.tip { }
  .content-text aside.warning { }

  .button-wrap button { }
  .button-wrap button:hover { }
  .button-wrap button:disabled { }

  .button-wrap .back-button button { }
  .button-wrap .back-button button svg path { }

  a.tile { }
  a.tile svg path { }

  div.radio-wrap { }
  div.radio-wrap label { }
  div.radio-wrap .radio-check { }

  div.dropdown-wrap { }
  div.dropdown-wrap li { }

[class*='PoweredByStonly__PoweredByStonly']{
  display: none;
}



html[lang="fr"] .ston-content-rating-follow-up-question textarea::placeholder {
    color: transparent;
}

html[lang="fr"] .ston-content-rating-follow-up-question::before {
    content: "Indiquez-nous ce que nous pourrions améliorer, sans mentionner d'informations personnelles.";
    position: absolute;
    padding: 8px 12px;
    color: #bfc1c6;
    pointer-events: none; 
    z-index: 1;
}

html[lang="fr"] .ston-content-rating-follow-up-question:has(textarea:not(:placeholder-shown))::before {
    opacity: 0;
    visibility: hidden;
}
