/* ===========================
   SKREEEN — GRAVITY FORMS 2.5+
   Scoping global
   =========================== */

   .gform_wrapper.gravity-theme .gfield-choice-input+label {
    margin-bottom: 0;
    max-width: 100%;
    vertical-align: middle;
  }
  .gf-theme-skreeen_wrapper {
    width: 100%;
  }
  .gf-theme-skreeen_wrapper .gform_heading p.gform_required_legend {
    display: none;
  }
/* ===========================
   DESCRIPTIONS
   =========================== */
  .gf-theme-skreeen .field_sublabel_above .description, 
  .gf-theme-skreeen .field_sublabel_above .gfield_description, 
  .gf-theme-skreeen .field_sublabel_above .gsection_description {
      margin-top: 0px !important;
      padding-top:0px;
      font-size:var(--hfs-text-s);
      font-style:italic;
      color:var(--hcl-neutral-10);
  }

/* ===========================
   LABELS
   =========================== */
   .gf-theme-skreeen .gfield_label {
      display: inline-block;
      font-size: var(--hfs-text-m);
      color:var(--hcl-neutral-12);
      font-weight: 700;
      margin-bottom: 8px;
      padding: 0;
  }

/* ===========================
   TOUS LES INPUTS
   =========================== */
  .gf-theme-skreeen input[type=color], 
  .gf-theme-skreeen input[type=date], 
  .gf-theme-skreeen input[type=datetime-local], 
  .gf-theme-skreeen input[type=datetime], 
  .gf-theme-skreeen input[type=email], 
  .gf-theme-skreeen input[type=month], 
  .gf-theme-skreeen input[type=number], 
  .gf-theme-skreeen input[type=password], 
  .gf-theme-skreeen input[type=search],
  .gf-theme-skreeen input[type=tel], 
  .gf-theme-skreeen input[type=text], 
  .gf-theme-skreeen input[type=time], 
  .gf-theme-skreeen input[type=url], 
  .gf-theme-skreeen input[type=week], 
  .gf-theme-skreeen select, 
  .gf-theme-skreeen textarea {
    font-size: var(--hfs-text-m);
    color:var(--hcl-neutral-12);
    margin-bottom: 0;
    margin-top: 0;
    padding: 8px;
    border-radius: var(--hrd-m);
    box-shadow: none;
    border:1px solid var(--hcl-neutral-6);
    min-height:44px;
}

  /* ÉTAT = Focus */
  .gf-theme-skreeen input:focus,
  .gf-theme-skreeen select:focus,
  .gf-theme-skreeen textarea:focus {
    border-color: var(--hcl-brand-9);
    outline: 3px solid color-mix(in srgb, var(--hcl-brand-9) 20%, transparent);
    outline-offset: 1px; /* Décalage du contour */
  }

/* ===========================
   SELECT
   =========================== */
   /* Supprimer la flèche native */
  .gf-theme-skreeen .ginput_container_select select,
  .gf-theme-skreeen .ginput_address_country select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M201.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 338.7 54.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 14px;
    padding-right: 40px; /* espace pour la flèche */
    border-radius: var(--hrd-m);
    border: 1px solid var(--hcl-neutral-6);
    color: var(--hcl-neutral-12);
    font-size: var(--hfs-text-s);
    transition: all 0.15s ease;
    cursor: pointer;
  }

  /* ÉTAT = Focus / Géré par les inputs */


/* ==============================
   CHECKBOX + CONSENT
   ============================== */

  .gf-theme-skreeen .gfield_checkbox input[type="checkbox"],
  .gf-theme-skreeen .gfield--input-type-consent input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    position: relative;
    transition: all 0.15s ease;
    width:var(--hfs-text-m);
    height:var(--hfs-text-m);
    border:1px solid var(--hcl-neutral-6);
    margin-right:4px;
    border-radius:4px;
    background-color:transparent;
  }
  /* ÉTAT = Focus clavier */
  .gf-theme-skreeen .gfield_checkbox input[type="checkbox"]:focus-visible,
  .gf-theme-skreeen .gfield--input-type-consent input[type="checkbox"]:focus-visible {
    outline: 2px solid color-mix(in srgb, var(--hcl-brand-3) 35%, transparent);
    outline-offset: 2px;
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--hcl-brand-3) 18%, transparent);
    background-color:var(--hcl-brand-3);
    border-color:var(--hcl-brand-3);
  }
  /* ÉTAT = Checked */
  .gf-theme-skreeen .gfield_checkbox input[type="checkbox"]:checked,
  .gf-theme-skreeen .gfield--input-type-consent input[type="checkbox"]:checked {
    background-color:var(--hcl-brand-3);
    border-color:var(--hcl-brand-3);
  }
  /* Icône SVG centrée quand checked */
  .gf-theme-skreeen .gfield_checkbox input[type="checkbox"]:checked::after,
  .gf-theme-skreeen .gfield--input-type-consent input[type="checkbox"]:checked::after,
  .gf-theme-skreeen .gfield_checkbox input[type="checkbox"]:focus-visible::after,
  .gf-theme-skreeen .gfield--input-type-consent input[type="checkbox"]:focus-visible::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(var(--hfs-text-m) - 4px);
    height: calc(var(--hfs-text-m) - 4px);
    transform: translate(-50%, -50%);
    background-color: var(--hcl-brand-9);
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M434.8 70.1c14.3 10.4 17.5 30.4 7.1 44.7l-256 352c-5.5 7.6-14 12.3-23.4 13.1s-18.5-2.7-25.1-9.3l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l101.5 101.5 234-321.7c10.4-14.3 30.4-17.5 44.7-7.1z'/%3E%3C/svg%3E") no-repeat center / contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M434.8 70.1c14.3 10.4 17.5 30.4 7.1 44.7l-256 352c-5.5 7.6-14 12.3-23.4 13.1s-18.5-2.7-25.1-9.3l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l101.5 101.5 234-321.7c10.4-14.3 30.4-17.5 44.7-7.1z'/%3E%3C/svg%3E") no-repeat center / contain;
  }
  .gf-theme-skreeen .gfield_consent_label {
    font-size: var(--hfs-text-s);
    color: var(--hcl-neutral-12);
    font-weight: 500;
    width:calc(100% - (var(--hfs-text-m) - 10px));
    line-height:1.2;
  }
  .gf-theme-skreeen .ginput_container_consent{
    display:flex;
    flex-direction:row;
  }
  .gf-theme-skreeen .ginput_container_consent input[type="checkbox"]{
    top:2px;
  }

/* ==============================
   CHECKBOX / .toggle
   ============================== */
  /* Ligne d’alignement toggle + label */
  .form-don .gf-theme-skreeen .gfield.toggle .sk-toggle-row{
    display:flex;
    align-items:center;
    gap:12px;
  }

  /* Le label de champ (à droite) */
  .form-don .gf-theme-skreeen .gfield.toggle .sk-toggle-row .gfield_label{
    margin:0;
    font-weight:600;
    font-size:var(--hfs-text-s);
    line-height:1.2;
    white-space:nowrap; /* optionnel */
  }

  /* Le conteneur du switch (à gauche) */
  .form-don .gf-theme-skreeen .gfield.toggle .sk-toggle-row .ginput_container_checkbox{
    flex:0 0 auto;
    width:auto;
    margin:0;
  }
  /* Fix largeur/prise de place du toggle */
  .form-don .gf-theme-skreeen .gfield.toggle .sk-toggle-row .ginput_container_checkbox{
    display: block !important;
    box-sizing: border-box;
    width: 52px !important;
    min-width: 52px !important;
    height: 26px !important;
    flex: 0 0 52px !important;   /* réserve l'espace dans la ligne */
    margin: 0 !important;
  }


  /* Masquer le label "Oui/Non" natif si besoin */
  .gf-theme-skreeen .gfield.toggle .gfield_label {
    font-size: var(--hfs-text-s);
    font-weight: 600;
    margin: 0;
  }

  /* Le conteneur principal */
  .gf-theme-skreeen .gfield.toggle .ginput_container_checkbox {
    position: relative;
    width: 52px;
    height: 26px;
  }

  /* Cache la vraie checkbox mais garde l’accessibilité */
  .gf-theme-skreeen .gfield.toggle input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    inset: 0;
    cursor: pointer;
    z-index: 2;
  }

  /* Piste (OFF = Non) */
  .gf-theme-skreeen .gfield.toggle .ginput_container_checkbox::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: var(--hrd-pill);
    background: var(--hcl-neutral-5);
    border: 1px solid var(--hcl-neutral-6);
    transition: all 0.25s ease;
  }

  /* Le bouton (rond) */
  .gf-theme-skreeen .gfield.toggle .ginput_container_checkbox::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
    transition: transform 0.25s ease, background-color 0.25s ease;
  }

  /* ÉTAT ON piloté par le JS (.is-on) */
  .gf-theme-skreeen .gfield.toggle .ginput_container_checkbox.is-on::before{
    background: var(--hcl-brand-9);
    border-color: var(--hcl-brand-9);
  }
  .gf-theme-skreeen .gfield.toggle .ginput_container_checkbox.is-on::after{
    transform: translateX(26px);
  }

  /* Focus clavier sur la piste (adjacent de l’input) */
  .gf-theme-skreeen .gfield.toggle input[type="checkbox"]:focus-visible + .ginput_container_checkbox{
    outline: 2px solid color-mix(in srgb, var(--hcl-brand-9) 40%, transparent);
    outline-offset: 3px;
  }


/* ==============================
   RADIO
   ============================== */

  .gf-theme-skreeen .gfield_radio input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    position: relative;
    width: var(--hfs-text-m);
    height: var(--hfs-text-m);
    border: 1px solid var(--hcl-neutral-6);
    border-radius: 50%;
    background-color: transparent;
    transition: all 0.15s ease;
    margin-right: 6px;
  }
  /* ÉTAT = Focus clavier */
  .gf-theme-skreeen .gfield_radio input[type="radio"]:focus-visible {
    outline: 2px solid color-mix(in srgb, var(--hcl-brand-3) 35%, transparent);
    outline-offset: 2px;
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--hcl-brand-3) 18%, transparent);
  }

  /* ÉTAT = Checked */
  .gf-theme-skreeen .gfield_radio input[type="radio"]:checked {
    border-color: var(--hcl-brand-3);
    background-color: var(--hcl-brand-3);
  }

  /* Icône SVG centrée quand checked */
  .gf-theme-skreeen .gfield_radio input[type="radio"]:checked::after,
  .gf-theme-skreeen .gfield_radio input[type="radio"]:focus-visible::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    transform: translate(-50%, -50%);
    background-color: var(--hcl-brand-9);
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M434.8 70.1c14.3 10.4 17.5 30.4 7.1 44.7l-256 352c-5.5 7.6-14 12.3-23.4 13.1s-18.5-2.7-25.1-9.3l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l101.5 101.5 234-321.7c10.4-14.3 30.4-17.5 44.7-7.1z'/%3E%3C/svg%3E") no-repeat center / contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M434.8 70.1c14.3 10.4 17.5 30.4 7.1 44.7l-256 352c-5.5 7.6-14 12.3-23.4 13.1s-18.5-2.7-25.1-9.3l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l101.5 101.5 234-321.7c10.4-14.3 30.4-17.5 44.7-7.1z'/%3E%3C/svg%3E") no-repeat center / contain;
  }

/* ==============================
   RADIO / FORM-DON
   ============================== */
   // à retirer si pas de formulaire de don ou à adapter avec la bonne class CSS si usage sous forme de bouton des boutons radio

  /* ===== RADIOS → boutons en GRID, uniquement dans .form-don ===== */

  /* Conteneur des choix */
  .form-don .gf-theme-skreeen_wrapper .gf-theme-skreeen .ginput_container_radio .gfield_radio{
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)); /* 2 colonnes par défaut */
    gap: var(--hsp-xxs);
    align-items: stretch; /* étire la cellule en hauteur */
    justify-items: stretch; /* étire la cellule en largeur */
  }
  .gform_wrapper.gravity-theme .gfield-choice-input+label {
    margin-bottom: 0;
    max-width: 100% !important;
    vertical-align: middle;
  }
  /* S'il y a au moins 2 choix → 2 colonnes */
  .form-don .gf-theme-skreeen_wrapper .gf-theme-skreeen .ginput_container_radio .gfield_radio:has(.gchoice:nth-child(2)){
    display:grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap:var(--hsp-xxs);
  }

  /* S'il y a au moins 3 choix → 3 colonnes */
  .form-don .gf-theme-skreeen_wrapper .gf-theme-skreeen .ginput_container_radio .gfield_radio:has(.gchoice:nth-child(3)){
    display:grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap:var(--hsp-xxs);
  }
/* Autorise l'étirement dans la colonne de grid */
  .form-don .gf-theme-skreeen_wrapper .gf-theme-skreeen .ginput_container_radio .gfield_radio .gchoice,
  .form-don .gf-theme-skreeen_wrapper .gf-theme-skreeen .ginput_container_radio .gform-field-label--type-inline{
    min-inline-size: 0 !important;   /* ⬅️ clé (équiv. min-width:0) */
  }
  /* Chaque choix = une cellule de grid */
  .form-don .gf-theme-skreeen_wrapper .gf-theme-skreeen .ginput_container_radio .gfield_radio .gchoice{
    display: grid;/* 1 zone, facile à remplir */
    position:relative;              
    width:100%;
    min-width:0;
    grid-template-columns: 1fr;   /* piste pleine largeur au lieu de auto/max-content */
    justify-items: stretch;        /* étire le contenu horizontalement */
    align-items: stretch;          /* étire le contenu verticalement */
  }

  /* Input : accessible mais invisible visuellement (overlay) */
  .form-don .gf-theme-skreeen_wrapper .gf-theme-skreeen .ginput_container_radio
  .gfield-choice-input[type="radio"]{
    position: absolute;
    inset: 0;
    opacity: 0;
    margin: 0;
    z-index: 2;
    cursor: pointer;
  }

  .form-don .gf-theme-skreeen_wrapper .gf-theme-skreeen .ginput_container_radio .gform-field-label--type-inline {
    grid-area: 1 / 1;               /* Remplit la cellule */
    display: flex !important;       
    align-items: center;
    justify-content: center;
    width: auto !important;         /* Étend le label sur toute la cellule */
    height: auto;
    min-height: 44px;
    padding: 10px 12px;
    border-radius: var(--hrd-m);
    border: 1px solid var(--hcl-neutral-6);
    background: var(--hcl-neutral-3);
    color: var(--hcl-neutral-12);
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;         /* Important pour éviter le débordement */
    justify-self: stretch;    /* force la largeur à 100% de la piste */
    align-self: stretch;      /* remplit la hauteur de la cellule */
    min-inline-size: 0 !important; /* neutralise min-width:auto des form controls */
  }

  /* ÉTAT = Hover */
  .form-don .gf-theme-skreeen_wrapper .gf-theme-skreeen .ginput_container_radio .gchoice:hover
  .gform-field-label--type-inline{ 
    background: var(--hcl-brand-9); 
    color:var(--hcl-neutral-1);
    border-color:var(--hcl-brand-9);
  }

  /* ÉTAT = Focus clavier */
  .form-don .gf-theme-skreeen_wrapper .gf-theme-skreeen .ginput_container_radio
  .gfield-choice-input[type="radio"]:focus-visible + .gform-field-label--type-inline{
    outline: 2px solid color-mix(in srgb, var(--hcl-brand-9) 35%, transparent);
    outline-offset: 2px;
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--hcl-brand-9) 18%, transparent);
  }

  /* ÉTAT = Checked */
  .form-don .gf-theme-skreeen_wrapper .gf-theme-skreeen .ginput_container_radio .gfield-choice-input[type="radio"]:checked + .gform-field-label--type-inline{
    background: var(--hcl-brand-9);
    border-color: var(--hcl-brand-9);
    color: var(--hcl-neutral-1);
    font-weight: 600;
  }

  /* Mobile : 2 colonnes max */
  @media (max-width: 480px){
    .form-don .gf-theme-skreeen_wrapper .gf-theme-skreeen .ginput_container_radio .gfield_radio{
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
  }

/* ==============================
   PROGRESS BAR
   ============================== */
  .gf-theme-skreeen .gf_progressbar,
  .gf-theme-skreeen .gf_progressbar_blue {
    background: var(--hcl-neutral-3) !important; /* fond global de la barre */
    border-radius: var(--hrd-pill);
    overflow: hidden;
    height: 10px; /* tu peux ajuster la hauteur ici */
    position: relative;
  }

  /* Barre de progression */
  .gf-theme-skreeen .gf_progressbar_percentage.percentbar_blue {
    background-color: var(--hcl-accent-10) !important; /* couleur principale */
    background-image: repeating-linear-gradient(
      135deg,
      rgba(255,255,255,0.2) 0,
      rgba(255,255,255,0.2) 10px,
      transparent 10px,
      transparent 20px
    );
    background-size: 30px 30px;
    border-radius: var(--hrd-pill);
    height: 100%;
    transition: width .3s ease;
  }

  /* Suppression du texte de progression */
  .gf-theme-skreeen .gf_progressbar_percentage span {
    display: none !important;
  }

/* ===============================
   IMAGE CHOICE
   =============================== */
   /* Conteneur des cartes */
  .gf-theme-skreeen .gfield--type-image_choice .ginput_container_image_choice .gfield_radio{
    display: flex !important;
    flex-direction:row !important;
    flex-wrap: wrap;
    gap: var(--hsp-xxs, 12px);
  }
  .gf-theme-skreeen_wrapper.gravity-theme .ginput_container_image_choice .gchoice {
      align-self: start;
      display: block;
      inline-size: 31%;
      border-radius:var(--hrd-m);
      position: relative;
  }
  /* Chaque carte : largeur flexible, min 160px, max 1/3 */
  .gf-theme-skreeen .gfield--type-image_choice .gchoice{
    position: relative;
    display: flex !important;
    flex-direction: column;
    align-self:stretch;
    min-width: 0;                 /* évite les débordements */
    background: transparent;
    overflow: hidden;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
  }
  .gf-theme-skreeen .gfield--type-image_choice .gchoice .gfield-image-choice-wrapper-outer {
    border:1px solid var(--hcl-neutral-6);
    border-radius:var(--hrd-m);
    padding:2px;
    overflow:hidden;
  }

  /* Image */
  .gf-theme-skreeen .gfield--type-image_choice .gchoice img{
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 1 / 1; /* ou 16 / 9 selon ton besoin */
    object-fit: cover;
    border-radius:calc(var(--hrd-m) - 2px);
  }

  /* Libellé */
  .gf-theme-skreeen .gfield--type-image_choice .gform-field-label--type-inline{
    width: 100%;
    text-align: center;
    font-size: var(--hfs-text-s);
    font-weight: 500;
    color: var(--hcl-neutral-12);
    padding: 8px 10px;
    background: #fff;
  }
  .form-don .gf-theme-skreeen_wrapper .gf-theme-skreeen .ginput_container_radio.ginput_container_image_choice .gform-field-label--type-inline {
    grid-area: 1 / 1;
    display: flex !important;
    align-self: stretch;
    justify-self: stretch;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 44px;
    padding: 10px 12px;
    border-radius: var(--hrd-m);
    border: none;
    background: transparent;
    color: var(--hcl-neutral-12);
    text-align: center;
    cursor: pointer;
}

  /* Input overlay (accessible, n’affecte pas le layout) */
  .gf-theme-skreeen .gfield--type-image_choice input[type="radio"],
  .gf-theme-skreeen .gfield--type-image_choice input[type="checkbox"]{
    position: absolute; inset: 0; opacity: 0; margin: 0; z-index: 2; cursor: pointer;
  }

  /* Hover / focus / checked */
  .gf-theme-skreeen .gfield--type-image_choice .gchoice:hover{
    border-color: var(--hcl-brand-9);
    border-radius:var(--hrd-m);
    box-shadow: 0 0 0 2px color-mix(in srgb, var(--hcl-brand-6) 35%, transparent);
    background-color:var(--hcl-brand-9);
  }
  .gf-theme-skreeen_wrapper.gravity-theme .ginput_container_image_choice .gchoice:where(:focus-within) .gfield-choice-image-wrapper::before {
    border-color: transparent;
  }
  .gf-theme-skreeen .gfield--type-image_choice input:focus-visible ~ img{
    outline: 3px solid color-mix(in srgb, var(--hcl-brand-9) 40%, transparent);
    outline-offset: -3px;
  }
  .gf-theme-skreeen .gfield--type-image_choice input:checked ~ img{
    outline: 3px solid var(--hcl-brand-9);
    outline-offset: -3px;
  }
  .gf-theme-skreeen .gfield--type-image_choice input:checked + .gform-field-label--type-inline{
    color: var(--hcl-brand-9);
    font-weight: 600;
  }
  .gf-theme-skreeen_wrapper.gravity-theme .ginput_container_image_choice .gchoice:where(:has(input:checked))::after {
    font-family: gform-icons-theme !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    speak: none;
    text-transform: none;
    align-items: center;
    background-color: var(--hcl-accent-9);
    block-size: 38px;
    border-radius: 50%;
    color: var(--hcl-brand-9);
    content: "\e917";
    display: flex;
    filter: none;
    font-size: 32px;
    inline-size: 38px;
    inset-block-start: 10px;
    inset-inline-end: 10px;
    justify-content: center;
    position: absolute;
    z-index: 5;
}



  /* 1 carte par ligne sur mobile */
  @media (max-width: 600px){
    .gf-theme-skreeen .gfield--type-image_choice .gchoice{
      flex: 1 1 100%;
    }
  }

  /* Pas d’effet “hover zoom” sur écrans tactiles */
  @media (pointer: coarse){
    .gf-theme-skreeen .gfield--type-image_choice .gchoice:hover{ box-shadow: none; }
  }

/* ===============================
   QUANTITÉ
   =============================== */
  .gf-theme-skreeen_wrapper.gravity-theme .ginput_product_price_wrapper {
    display: none;
  }

/* ===============================
   TOTAL
   =============================== */

  .gf-theme-skreeen .gfield--type-total {
    display:flex;
    flex-direction:column;
    justify-content:center;
  }
  .gf-theme-skreeen .gfield--type-total .gfield_label {
    text-align:center;
  }
  .gf-theme-skreeen .gfield--type-total .ginput_container_total {
    display:flex;
    justify-content:center;
  }
  .gf-theme-skreeen .gfield--type-total .ginput_container_total .ginput_total {
    width:100%;
    background-color:var(--hcl-brand-3);
    display:block;
    text-align:center;
    font-size:var(--hfs-text-l);
    padding:var(--hsp-l);
    font-weight:900 !important;
    border-radius:var(--hrd-m);
    color:var(--hcl-brand-9);
  }

/* ===============================
   ZAKAT À VERSER
   =============================== */

  .gf-theme-skreeen .zakat {
    display:flex;
    flex-direction:column;
    justify-content:center;
  }
  .gf-theme-skreeen .zakat .gfield_label {
    text-align:center;
  }
  .gf-theme-skreeen .zakat .ginput_product_price_wrapper {
    display:flex;
    justify-content:center;
    width:100% !important;
  }
  .gf-theme-skreeen .zakat .ginput_product_price_label {
    display:none;
  }
  .gf-theme-skreeen .zakat .ginput_product_price {
    width:100%;
    background-color:var(--hcl-brand-3);
    display:block;
    text-align:center;
    font-size:var(--hfs-text-l) !important;
    color:var(--hcl-brand-9) !important;
    padding:var(--hsp-l);
    font-weight:900 !important;
    border-radius:var(--hrd-m);
  }
  .gf-theme-skreeen_wrapper.gravity-theme .ginput_product_price, 
  .gf-theme-skreeen_wrapper.gravity-theme .ginput_shipping_price {
    color: var(--hcl-brand-9) !important;
  }

/* ===============================
   BUTTON NEXT / .form-don
   =============================== */
  .gf-theme-skreeen .gform_next_button {
    width: 100%;
    position:relative;
    background-color: var(--hcl-brand-9);
    height: 44px;
    border-radius: var(--hrd-pill);
    color: var(--hcl-neutral-1);
    text-transform: uppercase;
    font-size: var(--hfs-text-s);
    border:1px solid var(--hcl-brand-9);
    cursor:pointer;
  }
  .gf-theme-skreeen .gform_next_button:hover {
    background-color: var(--hcl-accent-9);
    border-color:var(--hcl-accent-9);
    color:var(--hcl-brand-9);
  }
  /* Scope: seulement si le formulaire est dans .form-don */
.form-don .sk-btn--next{
  width:100%;
  height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:0 20px;
  border-radius:var(--hrd-pill);
  background:var(--hcl-brand-9);
  color:var(--hcl-neutral-1);
  border:1px solid var(--hcl-brand-9);
  text-transform:uppercase;
  font:600 var(--hfs-text-s)/1 system-ui,sans-serif;
  cursor:pointer;
  transition:background-color .2s,color .2s,border-color .2s;
}
.form-don .sk-btn--next:hover{
  background:var(--hcl-accent-9);
  border-color:var(--hcl-accent-9);
  color:var(--hcl-brand-9);
}

/* Icône (cercle + cœur) à gauche du texte */
.form-don .sk-btn--next .sk-btn__icon{
  width:var(--hfs-text-l); 
  height:var(--hfs-text-l);  
  position:relative;
}
.form-don .sk-btn--next .sk-btn__icon::before{
  content:"";
  width:var(--hfs-text-l);
  height:var(--hfs-text-l); 
  position:absolute; 
  inset:0; 
  margin-right:16px;
  background:var(--hcl-accent-9);
  -webkit-mask:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20640%20640%22%3E%3Cpath%20d%3D%22M320%20576C461.4%20576%20576%20461.4%20576%20320C576%20178.6%20461.4%2064%20320%2064C178.6%2064%2064%20178.6%2064%20320C64%20461.4%20178.6%20576%20320%20576zM313.6%20263.5L320%20272L326.4%20263.5C337.5%20248.7%20354.9%20240%20373.3%20240C405.7%20240%20432%20266.3%20432%20298.7L432%20304C432%20353.1%20366.2%20402.1%20335.5%20422.3C326%20428.5%20314%20428.5%20304.6%20422.3C273.9%20402.1%20208.1%20353%20208.1%20304L208.1%20298.7C208.1%20266.3%20234.4%20240%20266.8%20240C285.3%20240%20302.7%20248.7%20313.7%20263.5z%22%2F%3E%3C%2Fsvg%3E") center/contain no-repeat;
          mask:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20640%20640%22%3E%3Cpath%20d%3D%22M320%20576C461.4%20576%20576%20461.4%20576%20320C576%20178.6%20461.4%2064%20320%2064C178.6%2064%2064%20178.6%2064%20320C64%20461.4%20178.6%20576%20320%20576zM313.6%20263.5L320%20272L326.4%20263.5C337.5%20248.7%20354.9%20240%20373.3%20240C405.7%20240%20432%20266.3%20432%20298.7L432%20304C432%20353.1%20366.2%20402.1%20335.5%20422.3C326%20428.5%20314%20428.5%20304.6%20422.3C273.9%20402.1%20208.1%20353%20208.1%20304L208.1%20298.7C208.1%20266.3%20234.4%20240%20266.8%20240C285.3%20240%20302.7%20248.7%20313.7%20263.5z%22%2F%3E%3C%2Fsvg%3E") center/contain no-repeat;
}
.form-don .sk-btn--next:hover .sk-btn__icon::before{
  background:var(--hcl-brand-9);
}
/* ==============================
   HTML 
   ============================== */
  .gf-theme-skreeen .gfield_html {
    font-size: var(--hfs-text-s);
    color: var(--hcl-neutral-11);
    font-style:italic;
  }

/* ==============================
   BUTTON PREVIOUS
   ============================== */
  .gf-theme-skreeen_wrapper.gravity-theme .gform_previous_button.button, 
  .gf-theme-skreeen_wrapper.gravity-theme .gform_save_link.button {
    -webkit-appearance: none !important;
    background-color: #fff;
    color: var(--hcl-neutral-11);;
    text-decoration: none;
    cursor:pointer;
    height:24px;
    border:none;
    font-size:var(--hfs-text-s);
    width:80px;
    position:relative;
}
  .gf-theme-skreeen_wrapper.gravity-theme .gform_footer, 
  .gf-theme-skreeen_wrapper.gravity-theme .gform_page_footer {
      margin: 6px 0 0;
      padding: 16px 0;
      display: flex;
      flex-direction: column-reverse;
      position:relative;
  }
  /* ===============================
   BUTTON SUBMIT / .form-don
   =============================== */
  .gf-theme-skreeen button[type=submit] {
    width: 100%;
    position:relative;
    background-color: var(--hcl-brand-9);
    height: 44px;
    border-radius: var(--hrd-pill);
    color: var(--hcl-neutral-1);
    text-transform: uppercase;
    font-size: var(--hfs-text-s);
    border:1px solid var(--hcl-brand-9);
    cursor:pointer;
    margin-left:0px !important;
  }
  .gf-theme-skreeen button[type=submit]:hover {
    background-color: var(--hcl-accent-9);
    border-color:var(--hcl-accent-9);
    color:var(--hcl-brand-9);
  }
  /* Scope: seulement si le formulaire est dans .form-don */
.form-don button[type=submit]{
  width:100%;
  height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:0 20px;
  border-radius:var(--hrd-pill);
  background:var(--hcl-brand-9);
  color:var(--hcl-neutral-1);
  border:1px solid var(--hcl-brand-9);
  text-transform:uppercase;
  font:600 var(--hfs-text-s)/1 system-ui,sans-serif;
  cursor:pointer;
  transition:background-color .2s,color .2s,border-color .2s;
}
.form-don button[type=submit]:hover{
  background:var(--hcl-accent-9);
  border-color:var(--hcl-accent-9);
  color:var(--hcl-brand-9);
}

/* Icône (cercle + cœur) à gauche du texte */
.form-don button[type=submit] .sk-btn__icon{
  width:var(--hfs-text-l); 
  height:var(--hfs-text-l);  
  position:relative;
}
.form-don button[type=submit] .sk-btn__icon::before{
  content:"";
  width:var(--hfs-text-l);
  height:var(--hfs-text-l); 
  position:absolute; 
  inset:0; 
  margin-right:16px;
  background:var(--hcl-accent-9);
  -webkit-mask:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20640%20640%22%3E%3Cpath%20d%3D%22M320%20576C461.4%20576%20576%20461.4%20576%20320C576%20178.6%20461.4%2064%20320%2064C178.6%2064%2064%20178.6%2064%20320C64%20461.4%20178.6%20576%20320%20576zM313.6%20263.5L320%20272L326.4%20263.5C337.5%20248.7%20354.9%20240%20373.3%20240C405.7%20240%20432%20266.3%20432%20298.7L432%20304C432%20353.1%20366.2%20402.1%20335.5%20422.3C326%20428.5%20314%20428.5%20304.6%20422.3C273.9%20402.1%20208.1%20353%20208.1%20304L208.1%20298.7C208.1%20266.3%20234.4%20240%20266.8%20240C285.3%20240%20302.7%20248.7%20313.7%20263.5z%22%2F%3E%3C%2Fsvg%3E") center/contain no-repeat;
          mask:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20640%20640%22%3E%3Cpath%20d%3D%22M320%20576C461.4%20576%20576%20461.4%20576%20320C576%20178.6%20461.4%2064%20320%2064C178.6%2064%2064%20178.6%2064%20320C64%20461.4%20178.6%20576%20320%20576zM313.6%20263.5L320%20272L326.4%20263.5C337.5%20248.7%20354.9%20240%20373.3%20240C405.7%20240%20432%20266.3%20432%20298.7L432%20304C432%20353.1%20366.2%20402.1%20335.5%20422.3C326%20428.5%20314%20428.5%20304.6%20422.3C273.9%20402.1%20208.1%20353%20208.1%20304L208.1%20298.7C208.1%20266.3%20234.4%20240%20266.8%20240C285.3%20240%20302.7%20248.7%20313.7%20263.5z%22%2F%3E%3C%2Fsvg%3E") center/contain no-repeat;
}
.form-don button[type=submit]:hover .sk-btn__icon::before{
  background:var(--hcl-brand-9);
}