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

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

  .button-wrap {
    display: flex;
    justify-content: center;
    gap: 16px; /* espace entre les boutons */
  }

  .button-wrap button {
    background-color: #ffffff;
    border: 2px solid #368D96;
    color: #368D96;
    height: 36px;
    padding: 0px 24px;
    font-size: 12px;
    border-radius: 32px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .button-wrap button:hover {     
    background-color: #368D96;
    border: 2px solid #ffffff;
    color: #ffffff;
    height: 36px;
    padding: 0px 24px;
    font-size: 12px;
    border-radius: 32px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .button-wrap button:disabled { }

  .button-wrap .back-button { }

  .button-wrap .back-button svg path { 
    fill: #368D96;
  }

  .button-wrap .back-button svg path:hover { 
    fill: #ffffff;
  }

  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 { }

  /* Masquage du bouton retour dans les formulaires de contact */
  /* guide OHZOPLXQ88 : https://app.stonly.com/app/guide/OHZOPLXQ88/editor/4638842 */
  .guide-OHZOPLXQ88 button.SuccessMessage__StyledBackButton-sc-b286878d-2 {
  display: none !important;
  }

  /* Formulaire de contact Support : https://app.stonly.com/app/guide/q5lZ5wMFFW/editor/4505657 */
  .guide-q5lZ5wMFFW button.SuccessMessage__StyledBackButton-sc-b286878d-2 {
  display: none !important;
  }

