@charset "UTF-8";
#form-group.wp-block-columns,
#form-brochure.wp-block-columns {
  gap: var(--wp--preset--spacing--xx-large);
}
#form-group.wp-block-columns .wp-block-column:first-child,
#form-brochure.wp-block-columns .wp-block-column:first-child {
  flex-basis: 66.66%;
}
#form-group.wp-block-columns .yh-selected-activities, #form-group.wp-block-columns .yh-selected-brochures,
#form-brochure.wp-block-columns .yh-selected-activities,
#form-brochure.wp-block-columns .yh-selected-brochures {
  flex-basis: 33.33%;
}

body:not(.editor-sidebar__panel) {
  /* SCSS Variables */
  /* Mixins */
}
body:not(.editor-sidebar__panel) form, body:not(.editor-sidebar__panel).form {
  /* ADMIN */
  /* ADMIN END */
  /* Custom File Upload Styling */
  /* Custom Radio Button Styling */
  /* Styles for when the radio is checked */
  /* Focus style for accessibility */
  /* ===== CONTACT FORM 7 RADIO BUTTONS ===== */
  /* Structure CF7 différente : .wpcf7-radio > .wpcf7-list-item */
  /* Custom Checkbox Styling */
}
body:not(.editor-sidebar__panel) form .wpcf7 form.invalid .wpcf7-response-output,
body:not(.editor-sidebar__panel) form .wpcf7 form.unaccepted .wpcf7-response-output,
body:not(.editor-sidebar__panel) form .wpcf7 form.payment-required .wpcf7-response-output,
body:not(.editor-sidebar__panel) form form:not(.metabox-location-normal),
body:not(.editor-sidebar__panel) form body, body:not(.editor-sidebar__panel).form .wpcf7 form.invalid .wpcf7-response-output,
body:not(.editor-sidebar__panel).form .wpcf7 form.unaccepted .wpcf7-response-output,
body:not(.editor-sidebar__panel).form .wpcf7 form.payment-required .wpcf7-response-output,
body:not(.editor-sidebar__panel).form form:not(.metabox-location-normal),
body:not(.editor-sidebar__panel).form body {
  border-color: var(--wp--preset--color--tertiary);
}
body:not(.editor-sidebar__panel) form fieldset:not(.hidden-fields-container), body:not(.editor-sidebar__panel).form fieldset:not(.hidden-fields-container) {
  border: 1px solid var(--wp--preset--color--primary-border);
  border-radius: 1rem;
  padding: var(--wp--preset--spacing--medium) var(--wp--preset--spacing--large) var(--wp--preset--spacing--large) var(--wp--preset--spacing--large);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: var(--wp--preset--spacing--medium);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body:not(.editor-sidebar__panel) form .form-fieldset-informations, body:not(.editor-sidebar__panel).form .form-fieldset-informations {
  grid-template-columns: repeat(2, 1fr);
}
body:not(.editor-sidebar__panel) form .form-container, body:not(.editor-sidebar__panel).form .form-container {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--medium);
}
body:not(.editor-sidebar__panel) form select, body:not(.editor-sidebar__panel).form select {
  width: 100%;
  border: 0px;
  box-sizing: border-box;
  width: 100%;
  padding: var(--wp--preset--spacing--medium);
}
body:not(.editor-sidebar__panel) form.metabox-location-normal fieldset, body:not(.editor-sidebar__panel).form.metabox-location-normal fieldset {
  border-color: lightgrey;
  border-radius: 0;
}
body:not(.editor-sidebar__panel) form.metabox-location-normal th, body:not(.editor-sidebar__panel).form.metabox-location-normal th {
  width: 150px;
  text-align: left;
}
body:not(.editor-sidebar__panel) form:not(.metabox-location-normal):not(.metabox-location-side) legend, body:not(.editor-sidebar__panel).form:not(.metabox-location-normal):not(.metabox-location-side) legend {
  font-size: var(--wp--preset--font-size--x-large);
  font-family: var(--wp--preset--font-family--heading);
  color: var(--wp--preset--color--primary);
  text-transform: uppercase;
  line-height: 0.8em;
}
body:not(.editor-sidebar__panel) form:not(.metabox-location-normal):not(.metabox-location-side) input, body:not(.editor-sidebar__panel) form:not(.metabox-location-normal):not(.metabox-location-side) select, body:not(.editor-sidebar__panel) form:not(.metabox-location-normal):not(.metabox-location-side) textarea, body:not(.editor-sidebar__panel).form:not(.metabox-location-normal):not(.metabox-location-side) input, body:not(.editor-sidebar__panel).form:not(.metabox-location-normal):not(.metabox-location-side) select, body:not(.editor-sidebar__panel).form:not(.metabox-location-normal):not(.metabox-location-side) textarea {
  padding: var(--wp--preset--spacing--x-small) var(--wp--preset--spacing--small) var(--wp--preset--spacing--x-small) var(--wp--preset--spacing--x-small);
  border-radius: 2rem;
  border: 1px;
  font-size: 1rem;
  width: 100%;
  font-family: var(--wp--preset--font-family--base);
  border-color: var(--wp--preset--color--primary-light);
  border-style: solid;
  appearance: initial;
}
body:not(.editor-sidebar__panel) form:not(.metabox-location-normal):not(.metabox-location-side) input:not([type=submit]), body:not(.editor-sidebar__panel) form:not(.metabox-location-normal):not(.metabox-location-side) select:not([type=submit]), body:not(.editor-sidebar__panel) form:not(.metabox-location-normal):not(.metabox-location-side) textarea:not([type=submit]), body:not(.editor-sidebar__panel).form:not(.metabox-location-normal):not(.metabox-location-side) input:not([type=submit]), body:not(.editor-sidebar__panel).form:not(.metabox-location-normal):not(.metabox-location-side) select:not([type=submit]), body:not(.editor-sidebar__panel).form:not(.metabox-location-normal):not(.metabox-location-side) textarea:not([type=submit]) {
  background-color: white;
}
body:not(.editor-sidebar__panel) form:not(.metabox-location-normal):not(.metabox-location-side) input + i[class*=yh-icon-], body:not(.editor-sidebar__panel) form:not(.metabox-location-normal):not(.metabox-location-side) select + i[class*=yh-icon-], body:not(.editor-sidebar__panel) form:not(.metabox-location-normal):not(.metabox-location-side) textarea + i[class*=yh-icon-], body:not(.editor-sidebar__panel).form:not(.metabox-location-normal):not(.metabox-location-side) input + i[class*=yh-icon-], body:not(.editor-sidebar__panel).form:not(.metabox-location-normal):not(.metabox-location-side) select + i[class*=yh-icon-], body:not(.editor-sidebar__panel).form:not(.metabox-location-normal):not(.metabox-location-side) textarea + i[class*=yh-icon-] {
  aspect-ratio: 1/1;
  color: var(--wp--preset--color--black);
  width: 20px;
  height: 48px;
  display: flex;
  position: absolute;
  right: 0.75rem;
  top: 0;
  bottom: 0;
  align-items: center;
  font-size: 1.25rem;
}
body:not(.editor-sidebar__panel) form:not(.metabox-location-normal):not(.metabox-location-side) input, body:not(.editor-sidebar__panel).form:not(.metabox-location-normal):not(.metabox-location-side) input {
  /*&.with-icon{
    padding-right: var(--wp--preset--spacing--medium) !important;
    width: calc(100% - (var(--wp--preset--spacing--xx-large))) !important;
  }*/
}
body:not(.editor-sidebar__panel) form:not(.metabox-location-normal):not(.metabox-location-side) input[type=date], body:not(.editor-sidebar__panel) form:not(.metabox-location-normal):not(.metabox-location-side) input[type=time], body:not(.editor-sidebar__panel).form:not(.metabox-location-normal):not(.metabox-location-side) input[type=date], body:not(.editor-sidebar__panel).form:not(.metabox-location-normal):not(.metabox-location-side) input[type=time] {
  padding: 0 var(--wp--preset--spacing--medium);
  width: calc(100% - 2 * var(--wp--preset--spacing--medium));
  /*&.with-icon{
    &::-webkit-calendar-picker-indicator {
      opacity: 0;
      position: absolute;
      right: 0;
      width: 100%;
      height: 100%;
      cursor: pointer;
    }

    &::-webkit-inner-spin-button,
    &::-webkit-clear-button {
      display: none;
    }
  }*/
}
body:not(.editor-sidebar__panel) form:not(.metabox-location-normal):not(.metabox-location-side) select, body:not(.editor-sidebar__panel).form:not(.metabox-location-normal):not(.metabox-location-side) select {
  padding-left: var(--wp--preset--spacing--small) !important;
  /*&.with-icon{
    // Masquer l'icône native du select (flèche)
    // NOTE: -webkit-appearance: none est acceptable pour les selects
    // car l'élément reste fonctionnel et accessible (contrairement aux checkboxes/radios)
    -webkit-appearance: none !important;
    -moz-appearance: none;
    appearance: none;

    // Pour Firefox
    background-image: none !important;
    width:100%;

    // Safari spécifique - masquer les éléments natifs
    &::-webkit-inner-spin-button,
    &::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }

    // Assurer que le padding à droite laisse de l'espace si on veut une icône custom
    padding-right: var(--wp--preset--spacing--large);
  }*/
}
body:not(.editor-sidebar__panel) form .form-field, body:not(.editor-sidebar__panel).form .form-field {
  position: relative;
}
body:not(.editor-sidebar__panel) form .form-field p, body:not(.editor-sidebar__panel).form .form-field p {
  margin: 0px;
}
body:not(.editor-sidebar__panel) form .form-field:not(.form-field-half):not(.form-field-third), body:not(.editor-sidebar__panel).form .form-field:not(.form-field-half):not(.form-field-third) {
  width: 100%;
}
body:not(.editor-sidebar__panel) form .form-field-half, body:not(.editor-sidebar__panel).form .form-field-half {
  width: 100%;
}
@media (min-width: 991px) {
  body:not(.editor-sidebar__panel) form .form-field-half, body:not(.editor-sidebar__panel).form .form-field-half {
    width: calc(50% - 0.5 * var(--wp--preset--spacing--medium));
  }
}
body:not(.editor-sidebar__panel) form .form-field-third, body:not(.editor-sidebar__panel).form .form-field-third {
  width: 100%;
}
@media (min-width: 991px) {
  body:not(.editor-sidebar__panel) form .form-field-third, body:not(.editor-sidebar__panel).form .form-field-third {
    width: calc(50% - 0.5 * var(--wp--preset--spacing--medium));
  }
}
@media (min-width: 1199px) {
  body:not(.editor-sidebar__panel) form .form-field-third, body:not(.editor-sidebar__panel).form .form-field-third {
    width: calc(33.33% - 1 * var(--wp--preset--spacing--medium));
  }
}
body:not(.editor-sidebar__panel) form .form-field-checkbox, body:not(.editor-sidebar__panel).form .form-field-checkbox {
  display: flex;
}
body:not(.editor-sidebar__panel) form .form-field-checkbox .wpcf7-list-item, body:not(.editor-sidebar__panel).form .form-field-checkbox .wpcf7-list-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body:not(.editor-sidebar__panel) form .form-field-checkbox .wpcf7-list-item label, body:not(.editor-sidebar__panel).form .form-field-checkbox .wpcf7-list-item label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body:not(.editor-sidebar__panel) form .wpcf7-submit, body:not(.editor-sidebar__panel).form .wpcf7-submit {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  border-radius: 1rem;
  padding: var(--wp--preset--spacing--medium);
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.2s ease;
  padding-top: var(--wp--preset--spacing--small);
  padding-right: var(--wp--preset--spacing--medium);
  padding-bottom: var(--wp--preset--spacing--small);
  padding-left: var(--wp--preset--spacing--medium);
}
body:not(.editor-sidebar__panel) form .wpcf7-submit:hover, body:not(.editor-sidebar__panel) form .wpcf7-submit:focus, body:not(.editor-sidebar__panel).form .wpcf7-submit:hover, body:not(.editor-sidebar__panel).form .wpcf7-submit:focus {
  background-color: var(--wp--preset--color--primary-dark);
  cursor: pointer;
}
body:not(.editor-sidebar__panel) form .wpcf7-submit:disabled, body:not(.editor-sidebar__panel).form .wpcf7-submit:disabled {
  background-color: var(--wp--preset--color--black-100);
  color: var(--wp--preset--color--black-300);
}
body:not(.editor-sidebar__panel) form .form-field, body:not(.editor-sidebar__panel).form .form-field {
  position: relative;
}
body:not(.editor-sidebar__panel) form .form-field-row, body:not(.editor-sidebar__panel).form .form-field-row {
  display: flex;
  flex-direction: row;
  row-gap: 1rem;
  flex-wrap: wrap;
  column-gap: 2rem;
}
body:not(.editor-sidebar__panel) form .form-field-row > p, body:not(.editor-sidebar__panel).form .form-field-row > p {
  display: flex;
  flex-direction: row;
  row-gap: 1rem;
  flex-wrap: wrap;
  column-gap: 2rem;
}
body:not(.editor-sidebar__panel) form label.placeholder, body:not(.editor-sidebar__panel).form label.placeholder {
  font-size: var(--wp--preset--font-size--base);
  color: var(--wp--preset--color--black);
  font-weight: 400;
  pointer-events: none;
  transition: top 0.2s;
}
body:not(.editor-sidebar__panel) form label.placeholder:not(.placeholder-radio), body:not(.editor-sidebar__panel).form label.placeholder:not(.placeholder-radio) {
  position: absolute;
  transform: translate(1rem, -50%);
  left: 0px;
  z-index: 3;
  top: 1.5rem;
}
body:not(.editor-sidebar__panel) form label.placeholder-select:not(.has-value), body:not(.editor-sidebar__panel).form label.placeholder-select:not(.has-value) {
  background-color: var(--wp--preset--color--white);
  width: calc(100% - 2 * var(--wp--preset--spacing--small));
}
body:not(.editor-sidebar__panel) form label.placeholder-date:not(.has-value), body:not(.editor-sidebar__panel) form label.placeholder-time:not(.has-value), body:not(.editor-sidebar__panel).form label.placeholder-date:not(.has-value), body:not(.editor-sidebar__panel).form label.placeholder-time:not(.has-value) {
  background-color: var(--wp--preset--color--white);
  width: calc(100% - 4 * var(--wp--preset--spacing--small));
}
body:not(.editor-sidebar__panel) form label.placeholder.has-value, body:not(.editor-sidebar__panel).form label.placeholder.has-value {
  top: 0px;
  font-size: var(--wp--preset--font-size--x-small);
  background-color: var(--wp--preset--color--primary-dark);
  padding: 0.25rem var(--wp--preset--spacing--small);
  border-radius: 1rem;
  color: var(--wp--preset--color--white);
}
body:not(.editor-sidebar__panel) form input:not([type=checkbox]):not([type=radio]), body:not(.editor-sidebar__panel) form select, body:not(.editor-sidebar__panel).form input:not([type=checkbox]):not([type=radio]), body:not(.editor-sidebar__panel).form select {
  min-height: 48px;
  padding-top: 0px;
  padding-bottom: 0px;
}
body:not(.editor-sidebar__panel) form .class-form-error, body:not(.editor-sidebar__panel).form .class-form-error {
  padding: var(--wp--preset--spacing--large);
  padding-bottom: var(--wp--preset--spacing--large);
  background-color: var(--wp--preset--color--tertiary);
  border-radius: 1rem;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.16rem;
  color: white;
}
body:not(.editor-sidebar__panel) form .custom-file-container, body:not(.editor-sidebar__panel).form .custom-file-container {
  position: relative;
  display: block;
  background-color: white;
  border-radius: 9999px;
  padding: var(--wp--preset--spacing--small) var(--wp--preset--spacing--medium);
  cursor: pointer;
  min-height: 48px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
}
body:not(.editor-sidebar__panel) form .custom-file-container label.placeholder, body:not(.editor-sidebar__panel).form .custom-file-container label.placeholder {
  top: 50%;
  transform: translate(0, -50%);
  left: var(--wp--preset--spacing--medium);
}
body:not(.editor-sidebar__panel) form .custom-file-container label.placeholder.has-value, body:not(.editor-sidebar__panel).form .custom-file-container label.placeholder.has-value {
  /* Adjust floated position */
  top: 0;
  transform: translate(0.75rem, -50%);
}
body:not(.editor-sidebar__panel) form .custom-file-container input[type=file], body:not(.editor-sidebar__panel).form .custom-file-container input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  cursor: pointer;
  z-index: 0;
  padding: 0px;
  font-size: 0px !important;
  background-color: transparent !important;
}
body:not(.editor-sidebar__panel) form .custom-file-container input[type=file]::file-selector-button, body:not(.editor-sidebar__panel).form .custom-file-container input[type=file]::file-selector-button {
  display: none;
}
body:not(.editor-sidebar__panel) form .custom-file-container .file-name-display, body:not(.editor-sidebar__panel).form .custom-file-container .file-name-display {
  display: block;
  color: var(--wp--preset--color--black);
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
  z-index: 5;
}
body:not(.editor-sidebar__panel) form .form-field.form-field-acceptance, body:not(.editor-sidebar__panel).form .form-field.form-field-acceptance {
  padding: var(--wp--preset--spacing--medium) 0;
}
body:not(.editor-sidebar__panel) form .form-field-radio, body:not(.editor-sidebar__panel) form .radio-group, body:not(.editor-sidebar__panel).form .form-field-radio, body:not(.editor-sidebar__panel).form .radio-group {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--x-small);
}
body:not(.editor-sidebar__panel) form .radio-label, body:not(.editor-sidebar__panel).form .radio-label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-left: 1.5em;
  min-height: 1em;
  /* Hide original radio button - Accessible approach */
  /* The custom radio circle */
  /* Hover state */
}
body:not(.editor-sidebar__panel) form .radio-label input[type=radio], body:not(.editor-sidebar__panel).form .radio-label input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  cursor: pointer;
  clip-path: inset(50%);
  clip: rect(0, 0, 0, 0);
  margin: 0;
  padding: 0;
}
body:not(.editor-sidebar__panel) form .radio-label::before, body:not(.editor-sidebar__panel).form .radio-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.125rem;
  transform: translateY(0%);
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: white;
  border: 1px solid var(--wp--preset--color--primary);
  transition: all 0.3s ease;
  box-sizing: border-box;
}
body:not(.editor-sidebar__panel) form .radio-label:hover::before, body:not(.editor-sidebar__panel).form .radio-label:hover::before {
  border-color: var(--wp--preset--color--primary);
  box-shadow: 0 0 0 2px rgba(243, 148, 30, 0.2);
}
body:not(.editor-sidebar__panel) form .radio-label input[type=radio]:checked + span::before, body:not(.editor-sidebar__panel) form .radio-label:has(input[type=radio]:checked)::before, body:not(.editor-sidebar__panel).form .radio-label input[type=radio]:checked + span::before, body:not(.editor-sidebar__panel).form .radio-label:has(input[type=radio]:checked)::before {
  background-color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
}
body:not(.editor-sidebar__panel) form .radio-label input[type=radio]:focus + span::before, body:not(.editor-sidebar__panel) form .radio-label:has(input[type=radio]:focus)::before, body:not(.editor-sidebar__panel).form .radio-label input[type=radio]:focus + span::before, body:not(.editor-sidebar__panel).form .radio-label:has(input[type=radio]:focus)::before {
  outline: 1px solid var(--wp--preset--color--primary);
  outline-offset: 1px;
}
body:not(.editor-sidebar__panel) form .wpcf7-form-control.wpcf7-radio, body:not(.editor-sidebar__panel).form .wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-direction: row;
  gap: var(--wp--preset--spacing--x-small);
  flex-wrap: wrap;
}
body:not(.editor-sidebar__panel) form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item, body:not(.editor-sidebar__panel).form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  min-height: 1.5em;
  /* Hide original radio button - Accessible approach */
  /* Label wrapper */
  /* Hover state */
  /* Checked state */
  /* Focus state (accessibility) */
  /* Disabled state */
}
body:not(.editor-sidebar__panel) form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item.first, body:not(.editor-sidebar__panel).form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item.first {
  margin-left: 0px;
}
body:not(.editor-sidebar__panel) form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio], body:not(.editor-sidebar__panel).form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio] {
  position: absolute;
  opacity: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
  margin: 0;
  padding: 0;
  clip: auto;
  clip-path: inset(0);
}
body:not(.editor-sidebar__panel) form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio] + .wpcf7-list-item-label::before, body:not(.editor-sidebar__panel).form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio] + .wpcf7-list-item-label::before {
  transform: rotate(0deg) translate(0px, 0px);
}
body:not(.editor-sidebar__panel) form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label, body:not(.editor-sidebar__panel).form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  display: inline-flex;
  align-items: center;
  padding-left: 1.75em;
  position: relative;
  cursor: pointer;
  width: 100%;
  /* Custom radio circle */
}
body:not(.editor-sidebar__panel) form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before, body:not(.editor-sidebar__panel).form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.125rem;
  transform: translateY(0%);
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: white;
  border: 1px solid var(--wp--preset--color--primary);
  transition: all 0.3s ease;
  box-sizing: border-box;
  transform: rotate(45deg) translate(-5px, -5px);
}
body:not(.editor-sidebar__panel) form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item:hover .wpcf7-list-item-label::before, body:not(.editor-sidebar__panel).form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item:hover .wpcf7-list-item-label::before {
  border-color: var(--wp--preset--color--primary);
  box-shadow: 0 0 0 3px rgba(243, 148, 30, 0.15);
}
body:not(.editor-sidebar__panel) form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::before, body:not(.editor-sidebar__panel).form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
}
body:not(.editor-sidebar__panel) form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio]:focus + .wpcf7-list-item-label::before, body:not(.editor-sidebar__panel).form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio]:focus + .wpcf7-list-item-label::before {
  outline: 2px solid var(--wp--preset--color--primary);
  outline-offset: 2px;
}
body:not(.editor-sidebar__panel) form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio]:disabled + .wpcf7-list-item-label, body:not(.editor-sidebar__panel).form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio]:disabled + .wpcf7-list-item-label {
  opacity: 0.5;
  cursor: not-allowed;
}
body:not(.editor-sidebar__panel) form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio]:disabled + .wpcf7-list-item-label::before, body:not(.editor-sidebar__panel).form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio]:disabled + .wpcf7-list-item-label::before {
  border-color: #ccc;
  background-color: #f5f5f5;
}
body:not(.editor-sidebar__panel) form .wpcf7-form-control-wrap, body:not(.editor-sidebar__panel).form .wpcf7-form-control-wrap {
  display: flex;
}
body:not(.editor-sidebar__panel) form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item, body:not(.editor-sidebar__panel).form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  /* Hide original checkbox - Accessible approach */
  /* Styles for when the box is checked */
  /* Focus style for accessibility */
}
body:not(.editor-sidebar__panel) form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item:hover, body:not(.editor-sidebar__panel) form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item:focus, body:not(.editor-sidebar__panel).form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item:hover, body:not(.editor-sidebar__panel).form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item:focus {
  cursor: pointer;
}
body:not(.editor-sidebar__panel) form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox], body:not(.editor-sidebar__panel).form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 1.5em;
  height: 1.5em;
  cursor: pointer;
  clip-path: inset(50%);
  clip: rect(0, 0, 0, 0);
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
}
body:not(.editor-sidebar__panel) form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label, body:not(.editor-sidebar__panel).form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  display: block;
  padding-left: 1.5em; /* Space for the custom checkbox */
  /* The custom checkbox - cercle orange */
  /* The checkmark */
  /* Hover state */
}
body:not(.editor-sidebar__panel) form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::before, body:not(.editor-sidebar__panel).form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(0%);
  width: 1em;
  height: 1em;
  border-radius: 50%; /* Cercle */
  background-color: white;
  border: 1px solid var(--wp--preset--color--primary); /* Bordure orange */
  transition: all 0.3s ease;
  box-sizing: border-box;
}
body:not(.editor-sidebar__panel) form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::after, body:not(.editor-sidebar__panel).form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 0.25em;
  width: 0.3em;
  height: 0.6em;
  border: solid white;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  transform: rotate(45deg);
  top: 0;
}
body:not(.editor-sidebar__panel) form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:hover::before, body:not(.editor-sidebar__panel).form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:hover::before {
  border-color: var(--wp--preset--color--primary);
  box-shadow: 0 0 0 2px rgba(243, 148, 30, 0.2);
}
body:not(.editor-sidebar__panel) form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before, body:not(.editor-sidebar__panel).form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: var(--wp--preset--color--primary); /* Fond orange quand checked */
  border-color: var(--wp--preset--color--primary);
}
body:not(.editor-sidebar__panel) form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after, body:not(.editor-sidebar__panel).form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
body:not(.editor-sidebar__panel) form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:focus + .wpcf7-list-item-label::before, body:not(.editor-sidebar__panel).form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:focus + .wpcf7-list-item-label::before {
  outline: 2px solid var(--wp--preset--color--primary);
  outline-offset: 2px;
}
body:not(.editor-sidebar__panel) form #field-group_activity_checkbox, body:not(.editor-sidebar__panel).form #field-group_activity_checkbox {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--x-small);
}
body:not(.editor-sidebar__panel) form #field-group_activity_checkbox .wpcf7-form-control-wrap, body:not(.editor-sidebar__panel).form #field-group_activity_checkbox .wpcf7-form-control-wrap {
  flex-direction: column;
  gap: var(--wp--preset--spacing--x-small);
}
body:not(.editor-sidebar__panel) form #field-group_activity_checkbox .wpcf7-list-item, body:not(.editor-sidebar__panel).form #field-group_activity_checkbox .wpcf7-list-item {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  min-height: 1.5em;
}
body:not(.editor-sidebar__panel) form #field-group_activity_checkbox .wpcf7-list-item.first, body:not(.editor-sidebar__panel).form #field-group_activity_checkbox .wpcf7-list-item.first {
  margin-left: 0px;
}
body:not(.editor-sidebar__panel) form #field-group_activity_checkbox .wpcf7-list-item label, body:not(.editor-sidebar__panel).form #field-group_activity_checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  width: 100%;
  /* Hide original checkbox - Accessible approach */
  /* Label wrapper */
  /* Hover state */
  /* Checked state */
  /* Focus state (accessibility) */
  /* Focus-visible pour meilleure accessibilité clavier */
  /* Disabled state */
}
body:not(.editor-sidebar__panel) form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox], body:not(.editor-sidebar__panel).form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: 1;
  clip-path: inset(50%);
  clip: rect(0, 0, 0, 0);
  margin: 0;
  padding: 0;
}
body:not(.editor-sidebar__panel) form #field-group_activity_checkbox .wpcf7-list-item label .wpcf7-list-item-label, body:not(.editor-sidebar__panel).form #field-group_activity_checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  display: inline-flex;
  align-items: center;
  padding-left: 2em;
  position: relative;
  cursor: pointer;
  width: 100%;
  /* Custom circle (outer circle) */
}
body:not(.editor-sidebar__panel) form #field-group_activity_checkbox .wpcf7-list-item label .wpcf7-list-item-label::before, body:not(.editor-sidebar__panel).form #field-group_activity_checkbox .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background-color: white;
  border: 1px solid var(--wp--preset--color--primary);
  transition: all 0.3s ease;
  box-sizing: border-box;
}
body:not(.editor-sidebar__panel) form #field-group_activity_checkbox .wpcf7-list-item label:hover .wpcf7-list-item-label::before, body:not(.editor-sidebar__panel).form #field-group_activity_checkbox .wpcf7-list-item label:hover .wpcf7-list-item-label::before {
  border-color: var(--wp--preset--color--primary);
  box-shadow: 0 0 0 3px rgba(243, 148, 30, 0.15);
}
body:not(.editor-sidebar__panel) form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label::before, body:not(.editor-sidebar__panel).form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
  border-width: 1px;
}
body:not(.editor-sidebar__panel) form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox]:focus + .wpcf7-list-item-label::before, body:not(.editor-sidebar__panel).form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox]:focus + .wpcf7-list-item-label::before {
  outline: 2px solid var(--wp--preset--color--primary);
  outline-offset: 2px;
}
body:not(.editor-sidebar__panel) form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox]:focus-visible + .wpcf7-list-item-label::before, body:not(.editor-sidebar__panel).form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox]:focus-visible + .wpcf7-list-item-label::before {
  outline: 2px solid var(--wp--preset--color--primary);
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(243, 148, 30, 0.25);
}
body:not(.editor-sidebar__panel) form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox]:disabled + .wpcf7-list-item-label, body:not(.editor-sidebar__panel).form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox]:disabled + .wpcf7-list-item-label {
  opacity: 0.5;
  cursor: not-allowed;
}
body:not(.editor-sidebar__panel) form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox]:disabled + .wpcf7-list-item-label::before, body:not(.editor-sidebar__panel).form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox]:disabled + .wpcf7-list-item-label::before {
  border-color: #ccc;
  background-color: #f5f5f5;
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form {
  /* ADMIN */
  /* ADMIN END */
  /* Custom File Upload Styling */
  /* Custom Radio Button Styling */
  /* Styles for when the radio is checked */
  /* Focus style for accessibility */
  /* ===== CONTACT FORM 7 RADIO BUTTONS ===== */
  /* Structure CF7 différente : .wpcf7-radio > .wpcf7-list-item */
  /* Custom Checkbox Styling */
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .wpcf7 form.invalid .wpcf7-response-output,
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .wpcf7 form.unaccepted .wpcf7-response-output,
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .wpcf7 form.payment-required .wpcf7-response-output,
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form form:not(.metabox-location-normal),
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form body {
  border-color: var(--wp--preset--color--tertiary);
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form fieldset:not(.hidden-fields-container) {
  border: 1px solid var(--wp--preset--color--secondary-border);
  border-radius: 1rem;
  padding: var(--wp--preset--spacing--medium) var(--wp--preset--spacing--large) var(--wp--preset--spacing--large) var(--wp--preset--spacing--large);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: var(--wp--preset--spacing--medium);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .form-fieldset-informations {
  grid-template-columns: repeat(2, 1fr);
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .form-container {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--medium);
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form select {
  width: 100%;
  border: 0px;
  box-sizing: border-box;
  width: 100%;
  padding: var(--wp--preset--spacing--medium);
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form.metabox-location-normal fieldset {
  border-color: lightgrey;
  border-radius: 0;
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form.metabox-location-normal th {
  width: 150px;
  text-align: left;
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) legend {
  font-size: var(--wp--preset--font-size--x-large);
  font-family: var(--wp--preset--font-family--heading);
  color: var(--wp--preset--color--secondary);
  text-transform: uppercase;
  line-height: 0.8em;
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) input, body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) select, body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) textarea {
  padding: var(--wp--preset--spacing--x-small) var(--wp--preset--spacing--small) var(--wp--preset--spacing--x-small) var(--wp--preset--spacing--x-small);
  border-radius: 2rem;
  border: 1px;
  font-size: 1rem;
  width: 100%;
  font-family: var(--wp--preset--font-family--base);
  border-color: var(--wp--preset--color--secondary-light);
  border-style: solid;
  appearance: initial;
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) input:not([type=submit]), body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) select:not([type=submit]), body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) textarea:not([type=submit]) {
  background-color: white;
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) input + i[class*=yh-icon-], body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) select + i[class*=yh-icon-], body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) textarea + i[class*=yh-icon-] {
  aspect-ratio: 1/1;
  color: var(--wp--preset--color--black);
  width: 20px;
  height: 48px;
  display: flex;
  position: absolute;
  right: 0.75rem;
  top: 0;
  bottom: 0;
  align-items: center;
  font-size: 1.25rem;
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) input {
  /*&.with-icon{
    padding-right: var(--wp--preset--spacing--medium) !important;
    width: calc(100% - (var(--wp--preset--spacing--xx-large))) !important;
  }*/
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) input[type=date], body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) input[type=time] {
  padding: 0 var(--wp--preset--spacing--medium);
  width: calc(100% - 2 * var(--wp--preset--spacing--medium));
  /*&.with-icon{
    &::-webkit-calendar-picker-indicator {
      opacity: 0;
      position: absolute;
      right: 0;
      width: 100%;
      height: 100%;
      cursor: pointer;
    }

    &::-webkit-inner-spin-button,
    &::-webkit-clear-button {
      display: none;
    }
  }*/
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) select {
  padding-left: var(--wp--preset--spacing--small) !important;
  /*&.with-icon{
    // Masquer l'icône native du select (flèche)
    // NOTE: -webkit-appearance: none est acceptable pour les selects
    // car l'élément reste fonctionnel et accessible (contrairement aux checkboxes/radios)
    -webkit-appearance: none !important;
    -moz-appearance: none;
    appearance: none;

    // Pour Firefox
    background-image: none !important;
    width:100%;

    // Safari spécifique - masquer les éléments natifs
    &::-webkit-inner-spin-button,
    &::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }

    // Assurer que le padding à droite laisse de l'espace si on veut une icône custom
    padding-right: var(--wp--preset--spacing--large);
  }*/
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .form-field {
  position: relative;
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .form-field p {
  margin: 0px;
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .form-field:not(.form-field-half):not(.form-field-third) {
  width: 100%;
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .form-field-half {
  width: 100%;
}
@media (min-width: 991px) {
  body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .form-field-half {
    width: calc(50% - 0.5 * var(--wp--preset--spacing--medium));
  }
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .form-field-third {
  width: 100%;
}
@media (min-width: 991px) {
  body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .form-field-third {
    width: calc(50% - 0.5 * var(--wp--preset--spacing--medium));
  }
}
@media (min-width: 1199px) {
  body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .form-field-third {
    width: calc(33.33% - 1 * var(--wp--preset--spacing--medium));
  }
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .form-field-checkbox {
  display: flex;
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .form-field-checkbox .wpcf7-list-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .form-field-checkbox .wpcf7-list-item label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .wpcf7-submit {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  border-radius: 1rem;
  padding: var(--wp--preset--spacing--medium);
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.2s ease;
  padding-top: var(--wp--preset--spacing--small);
  padding-right: var(--wp--preset--spacing--medium);
  padding-bottom: var(--wp--preset--spacing--small);
  padding-left: var(--wp--preset--spacing--medium);
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .wpcf7-submit:hover, body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .wpcf7-submit:focus {
  background-color: var(--wp--preset--color--secondary-dark);
  cursor: pointer;
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .wpcf7-submit:disabled {
  background-color: var(--wp--preset--color--black-100);
  color: var(--wp--preset--color--black-300);
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .form-field {
  position: relative;
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .form-field-row {
  display: flex;
  flex-direction: row;
  row-gap: 1rem;
  flex-wrap: wrap;
  column-gap: 2rem;
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .form-field-row > p {
  display: flex;
  flex-direction: row;
  row-gap: 1rem;
  flex-wrap: wrap;
  column-gap: 2rem;
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form label.placeholder {
  font-size: var(--wp--preset--font-size--base);
  color: var(--wp--preset--color--black);
  font-weight: 400;
  pointer-events: none;
  transition: top 0.2s;
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form label.placeholder:not(.placeholder-radio) {
  position: absolute;
  transform: translate(1rem, -50%);
  left: 0px;
  z-index: 3;
  top: 1.5rem;
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form label.placeholder-select:not(.has-value) {
  background-color: var(--wp--preset--color--white);
  width: calc(100% - 2 * var(--wp--preset--spacing--small));
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form label.placeholder-date:not(.has-value), body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form label.placeholder-time:not(.has-value) {
  background-color: var(--wp--preset--color--white);
  width: calc(100% - 4 * var(--wp--preset--spacing--small));
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form label.placeholder.has-value {
  top: 0px;
  font-size: var(--wp--preset--font-size--x-small);
  background-color: var(--wp--preset--color--secondary-dark);
  padding: 0.25rem var(--wp--preset--spacing--small);
  border-radius: 1rem;
  color: var(--wp--preset--color--white);
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form input:not([type=checkbox]):not([type=radio]), body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form select {
  min-height: 48px;
  padding-top: 0px;
  padding-bottom: 0px;
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .class-form-error {
  padding: var(--wp--preset--spacing--large);
  padding-bottom: var(--wp--preset--spacing--large);
  background-color: var(--wp--preset--color--tertiary);
  border-radius: 1rem;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.16rem;
  color: white;
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .custom-file-container {
  position: relative;
  display: block;
  background-color: white;
  border-radius: 9999px;
  padding: var(--wp--preset--spacing--small) var(--wp--preset--spacing--medium);
  cursor: pointer;
  min-height: 48px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .custom-file-container label.placeholder {
  top: 50%;
  transform: translate(0, -50%);
  left: var(--wp--preset--spacing--medium);
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .custom-file-container label.placeholder.has-value {
  /* Adjust floated position */
  top: 0;
  transform: translate(0.75rem, -50%);
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .custom-file-container input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  cursor: pointer;
  z-index: 0;
  padding: 0px;
  font-size: 0px !important;
  background-color: transparent !important;
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .custom-file-container input[type=file]::file-selector-button {
  display: none;
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .custom-file-container .file-name-display {
  display: block;
  color: var(--wp--preset--color--black);
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
  z-index: 5;
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .form-field.form-field-acceptance {
  padding: var(--wp--preset--spacing--medium) 0;
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .form-field-radio, body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .radio-group {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--x-small);
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .radio-label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-left: 1.5em;
  min-height: 1em;
  /* Hide original radio button - Accessible approach */
  /* The custom radio circle */
  /* Hover state */
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .radio-label input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  cursor: pointer;
  clip-path: inset(50%);
  clip: rect(0, 0, 0, 0);
  margin: 0;
  padding: 0;
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .radio-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.125rem;
  transform: translateY(0%);
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: white;
  border: 1px solid var(--wp--preset--color--secondary);
  transition: all 0.3s ease;
  box-sizing: border-box;
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .radio-label:hover::before {
  border-color: var(--wp--preset--color--secondary);
  box-shadow: 0 0 0 2px rgba(243, 148, 30, 0.2);
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .radio-label input[type=radio]:checked + span::before, body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .radio-label:has(input[type=radio]:checked)::before {
  background-color: var(--wp--preset--color--secondary);
  border-color: var(--wp--preset--color--secondary);
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .radio-label input[type=radio]:focus + span::before, body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .radio-label:has(input[type=radio]:focus)::before {
  outline: 1px solid var(--wp--preset--color--secondary);
  outline-offset: 1px;
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-direction: row;
  gap: var(--wp--preset--spacing--x-small);
  flex-wrap: wrap;
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  min-height: 1.5em;
  /* Hide original radio button - Accessible approach */
  /* Label wrapper */
  /* Hover state */
  /* Checked state */
  /* Focus state (accessibility) */
  /* Disabled state */
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item.first {
  margin-left: 0px;
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio] {
  position: absolute;
  opacity: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
  margin: 0;
  padding: 0;
  clip: auto;
  clip-path: inset(0);
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio] + .wpcf7-list-item-label::before {
  transform: rotate(0deg) translate(0px, 0px);
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  display: inline-flex;
  align-items: center;
  padding-left: 1.75em;
  position: relative;
  cursor: pointer;
  width: 100%;
  /* Custom radio circle */
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.125rem;
  transform: translateY(0%);
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: white;
  border: 1px solid var(--wp--preset--color--secondary);
  transition: all 0.3s ease;
  box-sizing: border-box;
  transform: rotate(45deg) translate(-5px, -5px);
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item:hover .wpcf7-list-item-label::before {
  border-color: var(--wp--preset--color--secondary);
  box-shadow: 0 0 0 3px rgba(243, 148, 30, 0.15);
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: var(--wp--preset--color--secondary);
  border-color: var(--wp--preset--color--secondary);
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio]:focus + .wpcf7-list-item-label::before {
  outline: 2px solid var(--wp--preset--color--secondary);
  outline-offset: 2px;
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio]:disabled + .wpcf7-list-item-label {
  opacity: 0.5;
  cursor: not-allowed;
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio]:disabled + .wpcf7-list-item-label::before {
  border-color: #ccc;
  background-color: #f5f5f5;
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .wpcf7-form-control-wrap {
  display: flex;
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  /* Hide original checkbox - Accessible approach */
  /* Styles for when the box is checked */
  /* Focus style for accessibility */
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item:hover, body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item:focus {
  cursor: pointer;
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 1.5em;
  height: 1.5em;
  cursor: pointer;
  clip-path: inset(50%);
  clip: rect(0, 0, 0, 0);
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  display: block;
  padding-left: 1.5em; /* Space for the custom checkbox */
  /* The custom checkbox - cercle orange */
  /* The checkmark */
  /* Hover state */
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(0%);
  width: 1em;
  height: 1em;
  border-radius: 50%; /* Cercle */
  background-color: white;
  border: 1px solid var(--wp--preset--color--secondary); /* Bordure orange */
  transition: all 0.3s ease;
  box-sizing: border-box;
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 0.25em;
  width: 0.3em;
  height: 0.6em;
  border: solid white;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  transform: rotate(45deg);
  top: 0;
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:hover::before {
  border-color: var(--wp--preset--color--secondary);
  box-shadow: 0 0 0 2px rgba(243, 148, 30, 0.2);
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: var(--wp--preset--color--secondary); /* Fond orange quand checked */
  border-color: var(--wp--preset--color--secondary);
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:focus + .wpcf7-list-item-label::before {
  outline: 2px solid var(--wp--preset--color--secondary);
  outline-offset: 2px;
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form #field-group_activity_checkbox {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--x-small);
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-form-control-wrap {
  flex-direction: column;
  gap: var(--wp--preset--spacing--x-small);
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  min-height: 1.5em;
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item.first {
  margin-left: 0px;
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  width: 100%;
  /* Hide original checkbox - Accessible approach */
  /* Label wrapper */
  /* Hover state */
  /* Checked state */
  /* Focus state (accessibility) */
  /* Focus-visible pour meilleure accessibilité clavier */
  /* Disabled state */
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: 1;
  clip-path: inset(50%);
  clip: rect(0, 0, 0, 0);
  margin: 0;
  padding: 0;
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  display: inline-flex;
  align-items: center;
  padding-left: 2em;
  position: relative;
  cursor: pointer;
  width: 100%;
  /* Custom circle (outer circle) */
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background-color: white;
  border: 1px solid var(--wp--preset--color--secondary);
  transition: all 0.3s ease;
  box-sizing: border-box;
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label:hover .wpcf7-list-item-label::before {
  border-color: var(--wp--preset--color--secondary);
  box-shadow: 0 0 0 3px rgba(243, 148, 30, 0.15);
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: var(--wp--preset--color--secondary);
  border-color: var(--wp--preset--color--secondary);
  border-width: 1px;
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox]:focus + .wpcf7-list-item-label::before {
  outline: 2px solid var(--wp--preset--color--secondary);
  outline-offset: 2px;
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox]:focus-visible + .wpcf7-list-item-label::before {
  outline: 2px solid var(--wp--preset--color--secondary);
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(243, 148, 30, 0.25);
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox]:disabled + .wpcf7-list-item-label {
  opacity: 0.5;
  cursor: not-allowed;
}
body:not(.editor-sidebar__panel) .has-secondary-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox]:disabled + .wpcf7-list-item-label::before {
  border-color: #ccc;
  background-color: #f5f5f5;
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form {
  /* ADMIN */
  /* ADMIN END */
  /* Custom File Upload Styling */
  /* Custom Radio Button Styling */
  /* Styles for when the radio is checked */
  /* Focus style for accessibility */
  /* ===== CONTACT FORM 7 RADIO BUTTONS ===== */
  /* Structure CF7 différente : .wpcf7-radio > .wpcf7-list-item */
  /* Custom Checkbox Styling */
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .wpcf7 form.invalid .wpcf7-response-output,
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .wpcf7 form.unaccepted .wpcf7-response-output,
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .wpcf7 form.payment-required .wpcf7-response-output,
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form form:not(.metabox-location-normal),
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form body {
  border-color: var(--wp--preset--color--tertiary);
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form fieldset:not(.hidden-fields-container) {
  border: 1px solid var(--wp--preset--color--tertiary-border);
  border-radius: 1rem;
  padding: var(--wp--preset--spacing--medium) var(--wp--preset--spacing--large) var(--wp--preset--spacing--large) var(--wp--preset--spacing--large);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: var(--wp--preset--spacing--medium);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .form-fieldset-informations {
  grid-template-columns: repeat(2, 1fr);
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .form-container {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--medium);
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form select {
  width: 100%;
  border: 0px;
  box-sizing: border-box;
  width: 100%;
  padding: var(--wp--preset--spacing--medium);
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form.metabox-location-normal fieldset {
  border-color: lightgrey;
  border-radius: 0;
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form.metabox-location-normal th {
  width: 150px;
  text-align: left;
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) legend {
  font-size: var(--wp--preset--font-size--x-large);
  font-family: var(--wp--preset--font-family--heading);
  color: var(--wp--preset--color--tertiary);
  text-transform: uppercase;
  line-height: 0.8em;
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) input, body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) select, body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) textarea {
  padding: var(--wp--preset--spacing--x-small) var(--wp--preset--spacing--small) var(--wp--preset--spacing--x-small) var(--wp--preset--spacing--x-small);
  border-radius: 2rem;
  border: 1px;
  font-size: 1rem;
  width: 100%;
  font-family: var(--wp--preset--font-family--base);
  border-color: var(--wp--preset--color--tertiary-light);
  border-style: solid;
  appearance: initial;
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) input:not([type=submit]), body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) select:not([type=submit]), body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) textarea:not([type=submit]) {
  background-color: white;
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) input + i[class*=yh-icon-], body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) select + i[class*=yh-icon-], body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) textarea + i[class*=yh-icon-] {
  aspect-ratio: 1/1;
  color: var(--wp--preset--color--black);
  width: 20px;
  height: 48px;
  display: flex;
  position: absolute;
  right: 0.75rem;
  top: 0;
  bottom: 0;
  align-items: center;
  font-size: 1.25rem;
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) input {
  /*&.with-icon{
    padding-right: var(--wp--preset--spacing--medium) !important;
    width: calc(100% - (var(--wp--preset--spacing--xx-large))) !important;
  }*/
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) input[type=date], body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) input[type=time] {
  padding: 0 var(--wp--preset--spacing--medium);
  width: calc(100% - 2 * var(--wp--preset--spacing--medium));
  /*&.with-icon{
    &::-webkit-calendar-picker-indicator {
      opacity: 0;
      position: absolute;
      right: 0;
      width: 100%;
      height: 100%;
      cursor: pointer;
    }

    &::-webkit-inner-spin-button,
    &::-webkit-clear-button {
      display: none;
    }
  }*/
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) select {
  padding-left: var(--wp--preset--spacing--small) !important;
  /*&.with-icon{
    // Masquer l'icône native du select (flèche)
    // NOTE: -webkit-appearance: none est acceptable pour les selects
    // car l'élément reste fonctionnel et accessible (contrairement aux checkboxes/radios)
    -webkit-appearance: none !important;
    -moz-appearance: none;
    appearance: none;

    // Pour Firefox
    background-image: none !important;
    width:100%;

    // Safari spécifique - masquer les éléments natifs
    &::-webkit-inner-spin-button,
    &::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }

    // Assurer que le padding à droite laisse de l'espace si on veut une icône custom
    padding-right: var(--wp--preset--spacing--large);
  }*/
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .form-field {
  position: relative;
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .form-field p {
  margin: 0px;
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .form-field:not(.form-field-half):not(.form-field-third) {
  width: 100%;
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .form-field-half {
  width: 100%;
}
@media (min-width: 991px) {
  body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .form-field-half {
    width: calc(50% - 0.5 * var(--wp--preset--spacing--medium));
  }
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .form-field-third {
  width: 100%;
}
@media (min-width: 991px) {
  body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .form-field-third {
    width: calc(50% - 0.5 * var(--wp--preset--spacing--medium));
  }
}
@media (min-width: 1199px) {
  body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .form-field-third {
    width: calc(33.33% - 1 * var(--wp--preset--spacing--medium));
  }
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .form-field-checkbox {
  display: flex;
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .form-field-checkbox .wpcf7-list-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .form-field-checkbox .wpcf7-list-item label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .wpcf7-submit {
  background-color: var(--wp--preset--color--tertiary);
  color: var(--wp--preset--color--white);
  border-radius: 1rem;
  padding: var(--wp--preset--spacing--medium);
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.2s ease;
  padding-top: var(--wp--preset--spacing--small);
  padding-right: var(--wp--preset--spacing--medium);
  padding-bottom: var(--wp--preset--spacing--small);
  padding-left: var(--wp--preset--spacing--medium);
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .wpcf7-submit:hover, body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .wpcf7-submit:focus {
  background-color: var(--wp--preset--color--tertiary-dark);
  cursor: pointer;
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .wpcf7-submit:disabled {
  background-color: var(--wp--preset--color--black-100);
  color: var(--wp--preset--color--black-300);
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .form-field {
  position: relative;
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .form-field-row {
  display: flex;
  flex-direction: row;
  row-gap: 1rem;
  flex-wrap: wrap;
  column-gap: 2rem;
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .form-field-row > p {
  display: flex;
  flex-direction: row;
  row-gap: 1rem;
  flex-wrap: wrap;
  column-gap: 2rem;
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form label.placeholder {
  font-size: var(--wp--preset--font-size--base);
  color: var(--wp--preset--color--black);
  font-weight: 400;
  pointer-events: none;
  transition: top 0.2s;
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form label.placeholder:not(.placeholder-radio) {
  position: absolute;
  transform: translate(1rem, -50%);
  left: 0px;
  z-index: 3;
  top: 1.5rem;
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form label.placeholder-select:not(.has-value) {
  background-color: var(--wp--preset--color--white);
  width: calc(100% - 2 * var(--wp--preset--spacing--small));
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form label.placeholder-date:not(.has-value), body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form label.placeholder-time:not(.has-value) {
  background-color: var(--wp--preset--color--white);
  width: calc(100% - 4 * var(--wp--preset--spacing--small));
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form label.placeholder.has-value {
  top: 0px;
  font-size: var(--wp--preset--font-size--x-small);
  background-color: var(--wp--preset--color--tertiary-dark);
  padding: 0.25rem var(--wp--preset--spacing--small);
  border-radius: 1rem;
  color: var(--wp--preset--color--white);
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form input:not([type=checkbox]):not([type=radio]), body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form select {
  min-height: 48px;
  padding-top: 0px;
  padding-bottom: 0px;
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .class-form-error {
  padding: var(--wp--preset--spacing--large);
  padding-bottom: var(--wp--preset--spacing--large);
  background-color: var(--wp--preset--color--tertiary);
  border-radius: 1rem;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.16rem;
  color: white;
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .custom-file-container {
  position: relative;
  display: block;
  background-color: white;
  border-radius: 9999px;
  padding: var(--wp--preset--spacing--small) var(--wp--preset--spacing--medium);
  cursor: pointer;
  min-height: 48px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .custom-file-container label.placeholder {
  top: 50%;
  transform: translate(0, -50%);
  left: var(--wp--preset--spacing--medium);
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .custom-file-container label.placeholder.has-value {
  /* Adjust floated position */
  top: 0;
  transform: translate(0.75rem, -50%);
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .custom-file-container input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  cursor: pointer;
  z-index: 0;
  padding: 0px;
  font-size: 0px !important;
  background-color: transparent !important;
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .custom-file-container input[type=file]::file-selector-button {
  display: none;
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .custom-file-container .file-name-display {
  display: block;
  color: var(--wp--preset--color--black);
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
  z-index: 5;
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .form-field.form-field-acceptance {
  padding: var(--wp--preset--spacing--medium) 0;
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .form-field-radio, body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .radio-group {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--x-small);
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .radio-label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-left: 1.5em;
  min-height: 1em;
  /* Hide original radio button - Accessible approach */
  /* The custom radio circle */
  /* Hover state */
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .radio-label input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  cursor: pointer;
  clip-path: inset(50%);
  clip: rect(0, 0, 0, 0);
  margin: 0;
  padding: 0;
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .radio-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.125rem;
  transform: translateY(0%);
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: white;
  border: 1px solid var(--wp--preset--color--tertiary);
  transition: all 0.3s ease;
  box-sizing: border-box;
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .radio-label:hover::before {
  border-color: var(--wp--preset--color--tertiary);
  box-shadow: 0 0 0 2px rgba(243, 148, 30, 0.2);
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .radio-label input[type=radio]:checked + span::before, body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .radio-label:has(input[type=radio]:checked)::before {
  background-color: var(--wp--preset--color--tertiary);
  border-color: var(--wp--preset--color--tertiary);
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .radio-label input[type=radio]:focus + span::before, body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .radio-label:has(input[type=radio]:focus)::before {
  outline: 1px solid var(--wp--preset--color--tertiary);
  outline-offset: 1px;
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-direction: row;
  gap: var(--wp--preset--spacing--x-small);
  flex-wrap: wrap;
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  min-height: 1.5em;
  /* Hide original radio button - Accessible approach */
  /* Label wrapper */
  /* Hover state */
  /* Checked state */
  /* Focus state (accessibility) */
  /* Disabled state */
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item.first {
  margin-left: 0px;
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio] {
  position: absolute;
  opacity: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
  margin: 0;
  padding: 0;
  clip: auto;
  clip-path: inset(0);
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio] + .wpcf7-list-item-label::before {
  transform: rotate(0deg) translate(0px, 0px);
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  display: inline-flex;
  align-items: center;
  padding-left: 1.75em;
  position: relative;
  cursor: pointer;
  width: 100%;
  /* Custom radio circle */
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.125rem;
  transform: translateY(0%);
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: white;
  border: 1px solid var(--wp--preset--color--tertiary);
  transition: all 0.3s ease;
  box-sizing: border-box;
  transform: rotate(45deg) translate(-5px, -5px);
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item:hover .wpcf7-list-item-label::before {
  border-color: var(--wp--preset--color--tertiary);
  box-shadow: 0 0 0 3px rgba(243, 148, 30, 0.15);
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: var(--wp--preset--color--tertiary);
  border-color: var(--wp--preset--color--tertiary);
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio]:focus + .wpcf7-list-item-label::before {
  outline: 2px solid var(--wp--preset--color--tertiary);
  outline-offset: 2px;
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio]:disabled + .wpcf7-list-item-label {
  opacity: 0.5;
  cursor: not-allowed;
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio]:disabled + .wpcf7-list-item-label::before {
  border-color: #ccc;
  background-color: #f5f5f5;
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .wpcf7-form-control-wrap {
  display: flex;
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  /* Hide original checkbox - Accessible approach */
  /* Styles for when the box is checked */
  /* Focus style for accessibility */
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item:hover, body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item:focus {
  cursor: pointer;
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 1.5em;
  height: 1.5em;
  cursor: pointer;
  clip-path: inset(50%);
  clip: rect(0, 0, 0, 0);
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  display: block;
  padding-left: 1.5em; /* Space for the custom checkbox */
  /* The custom checkbox - cercle orange */
  /* The checkmark */
  /* Hover state */
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(0%);
  width: 1em;
  height: 1em;
  border-radius: 50%; /* Cercle */
  background-color: white;
  border: 1px solid var(--wp--preset--color--tertiary); /* Bordure orange */
  transition: all 0.3s ease;
  box-sizing: border-box;
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 0.25em;
  width: 0.3em;
  height: 0.6em;
  border: solid white;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  transform: rotate(45deg);
  top: 0;
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:hover::before {
  border-color: var(--wp--preset--color--tertiary);
  box-shadow: 0 0 0 2px rgba(243, 148, 30, 0.2);
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: var(--wp--preset--color--tertiary); /* Fond orange quand checked */
  border-color: var(--wp--preset--color--tertiary);
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:focus + .wpcf7-list-item-label::before {
  outline: 2px solid var(--wp--preset--color--tertiary);
  outline-offset: 2px;
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form #field-group_activity_checkbox {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--x-small);
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-form-control-wrap {
  flex-direction: column;
  gap: var(--wp--preset--spacing--x-small);
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  min-height: 1.5em;
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item.first {
  margin-left: 0px;
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  width: 100%;
  /* Hide original checkbox - Accessible approach */
  /* Label wrapper */
  /* Hover state */
  /* Checked state */
  /* Focus state (accessibility) */
  /* Focus-visible pour meilleure accessibilité clavier */
  /* Disabled state */
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: 1;
  clip-path: inset(50%);
  clip: rect(0, 0, 0, 0);
  margin: 0;
  padding: 0;
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  display: inline-flex;
  align-items: center;
  padding-left: 2em;
  position: relative;
  cursor: pointer;
  width: 100%;
  /* Custom circle (outer circle) */
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background-color: white;
  border: 1px solid var(--wp--preset--color--tertiary);
  transition: all 0.3s ease;
  box-sizing: border-box;
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label:hover .wpcf7-list-item-label::before {
  border-color: var(--wp--preset--color--tertiary);
  box-shadow: 0 0 0 3px rgba(243, 148, 30, 0.15);
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: var(--wp--preset--color--tertiary);
  border-color: var(--wp--preset--color--tertiary);
  border-width: 1px;
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox]:focus + .wpcf7-list-item-label::before {
  outline: 2px solid var(--wp--preset--color--tertiary);
  outline-offset: 2px;
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox]:focus-visible + .wpcf7-list-item-label::before {
  outline: 2px solid var(--wp--preset--color--tertiary);
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(243, 148, 30, 0.25);
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox]:disabled + .wpcf7-list-item-label {
  opacity: 0.5;
  cursor: not-allowed;
}
body:not(.editor-sidebar__panel) .has-tertiary-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox]:disabled + .wpcf7-list-item-label::before {
  border-color: #ccc;
  background-color: #f5f5f5;
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container {
  /* ADMIN */
  /* ADMIN END */
  /* Custom File Upload Styling */
  /* Custom Radio Button Styling */
  /* Styles for when the radio is checked */
  /* Focus style for accessibility */
  /* ===== CONTACT FORM 7 RADIO BUTTONS ===== */
  /* Structure CF7 différente : .wpcf7-radio > .wpcf7-list-item */
  /* Custom Checkbox Styling */
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .wpcf7 form.invalid .wpcf7-response-output,
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .wpcf7 form.unaccepted .wpcf7-response-output,
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .wpcf7 form.payment-required .wpcf7-response-output,
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container form:not(.metabox-location-normal),
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container body {
  border-color: var(--wp--preset--color--tertiary);
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container fieldset:not(.hidden-fields-container) {
  border: 1px solid var(--wp--preset--color--purple-border);
  border-radius: 1rem;
  padding: var(--wp--preset--spacing--medium) var(--wp--preset--spacing--large) var(--wp--preset--spacing--large) var(--wp--preset--spacing--large);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: var(--wp--preset--spacing--medium);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .form-fieldset-informations {
  grid-template-columns: repeat(2, 1fr);
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .form-container {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--medium);
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container select {
  width: 100%;
  border: 0px;
  box-sizing: border-box;
  width: 100%;
  padding: var(--wp--preset--spacing--medium);
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container.metabox-location-normal fieldset {
  border-color: lightgrey;
  border-radius: 0;
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container.metabox-location-normal th {
  width: 150px;
  text-align: left;
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container:not(.metabox-location-normal):not(.metabox-location-side) legend {
  font-size: var(--wp--preset--font-size--x-large);
  font-family: var(--wp--preset--font-family--heading);
  color: var(--wp--preset--color--purple);
  text-transform: uppercase;
  line-height: 0.8em;
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container:not(.metabox-location-normal):not(.metabox-location-side) input, body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container:not(.metabox-location-normal):not(.metabox-location-side) select, body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container:not(.metabox-location-normal):not(.metabox-location-side) textarea {
  padding: var(--wp--preset--spacing--x-small) var(--wp--preset--spacing--small) var(--wp--preset--spacing--x-small) var(--wp--preset--spacing--x-small);
  border-radius: 2rem;
  border: 1px;
  font-size: 1rem;
  width: 100%;
  font-family: var(--wp--preset--font-family--base);
  border-color: var(--wp--preset--color--purple-light);
  border-style: solid;
  appearance: initial;
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container:not(.metabox-location-normal):not(.metabox-location-side) input:not([type=submit]), body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container:not(.metabox-location-normal):not(.metabox-location-side) select:not([type=submit]), body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container:not(.metabox-location-normal):not(.metabox-location-side) textarea:not([type=submit]) {
  background-color: white;
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container:not(.metabox-location-normal):not(.metabox-location-side) input + i[class*=yh-icon-], body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container:not(.metabox-location-normal):not(.metabox-location-side) select + i[class*=yh-icon-], body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container:not(.metabox-location-normal):not(.metabox-location-side) textarea + i[class*=yh-icon-] {
  aspect-ratio: 1/1;
  color: var(--wp--preset--color--black);
  width: 20px;
  height: 48px;
  display: flex;
  position: absolute;
  right: 0.75rem;
  top: 0;
  bottom: 0;
  align-items: center;
  font-size: 1.25rem;
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container:not(.metabox-location-normal):not(.metabox-location-side) input {
  /*&.with-icon{
    padding-right: var(--wp--preset--spacing--medium) !important;
    width: calc(100% - (var(--wp--preset--spacing--xx-large))) !important;
  }*/
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container:not(.metabox-location-normal):not(.metabox-location-side) input[type=date], body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container:not(.metabox-location-normal):not(.metabox-location-side) input[type=time] {
  padding: 0 var(--wp--preset--spacing--medium);
  width: calc(100% - 2 * var(--wp--preset--spacing--medium));
  /*&.with-icon{
    &::-webkit-calendar-picker-indicator {
      opacity: 0;
      position: absolute;
      right: 0;
      width: 100%;
      height: 100%;
      cursor: pointer;
    }

    &::-webkit-inner-spin-button,
    &::-webkit-clear-button {
      display: none;
    }
  }*/
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container:not(.metabox-location-normal):not(.metabox-location-side) select {
  padding-left: var(--wp--preset--spacing--small) !important;
  /*&.with-icon{
    // Masquer l'icône native du select (flèche)
    // NOTE: -webkit-appearance: none est acceptable pour les selects
    // car l'élément reste fonctionnel et accessible (contrairement aux checkboxes/radios)
    -webkit-appearance: none !important;
    -moz-appearance: none;
    appearance: none;

    // Pour Firefox
    background-image: none !important;
    width:100%;

    // Safari spécifique - masquer les éléments natifs
    &::-webkit-inner-spin-button,
    &::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }

    // Assurer que le padding à droite laisse de l'espace si on veut une icône custom
    padding-right: var(--wp--preset--spacing--large);
  }*/
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .form-field {
  position: relative;
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .form-field p {
  margin: 0px;
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .form-field:not(.form-field-half):not(.form-field-third) {
  width: 100%;
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .form-field-half {
  width: 100%;
}
@media (min-width: 991px) {
  body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .form-field-half {
    width: calc(50% - 0.5 * var(--wp--preset--spacing--medium));
  }
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .form-field-third {
  width: 100%;
}
@media (min-width: 991px) {
  body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .form-field-third {
    width: calc(50% - 0.5 * var(--wp--preset--spacing--medium));
  }
}
@media (min-width: 1199px) {
  body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .form-field-third {
    width: calc(33.33% - 1 * var(--wp--preset--spacing--medium));
  }
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .form-field-checkbox {
  display: flex;
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .form-field-checkbox .wpcf7-list-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .form-field-checkbox .wpcf7-list-item label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .wpcf7-submit {
  background-color: var(--wp--preset--color--purple);
  color: var(--wp--preset--color--white);
  border-radius: 1rem;
  padding: var(--wp--preset--spacing--medium);
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.2s ease;
  padding-top: var(--wp--preset--spacing--small);
  padding-right: var(--wp--preset--spacing--medium);
  padding-bottom: var(--wp--preset--spacing--small);
  padding-left: var(--wp--preset--spacing--medium);
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .wpcf7-submit:hover, body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .wpcf7-submit:focus {
  background-color: var(--wp--preset--color--purple-dark);
  cursor: pointer;
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .wpcf7-submit:disabled {
  background-color: var(--wp--preset--color--black-100);
  color: var(--wp--preset--color--black-300);
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .form-field {
  position: relative;
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .form-field-row {
  display: flex;
  flex-direction: row;
  row-gap: 1rem;
  flex-wrap: wrap;
  column-gap: 2rem;
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .form-field-row > p {
  display: flex;
  flex-direction: row;
  row-gap: 1rem;
  flex-wrap: wrap;
  column-gap: 2rem;
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container label.placeholder {
  font-size: var(--wp--preset--font-size--base);
  color: var(--wp--preset--color--black);
  font-weight: 400;
  pointer-events: none;
  transition: top 0.2s;
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container label.placeholder:not(.placeholder-radio) {
  position: absolute;
  transform: translate(1rem, -50%);
  left: 0px;
  z-index: 3;
  top: 1.5rem;
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container label.placeholder-select:not(.has-value) {
  background-color: var(--wp--preset--color--white);
  width: calc(100% - 2 * var(--wp--preset--spacing--small));
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container label.placeholder-date:not(.has-value), body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container label.placeholder-time:not(.has-value) {
  background-color: var(--wp--preset--color--white);
  width: calc(100% - 4 * var(--wp--preset--spacing--small));
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container label.placeholder.has-value {
  top: 0px;
  font-size: var(--wp--preset--font-size--x-small);
  background-color: var(--wp--preset--color--purple-dark);
  padding: 0.25rem var(--wp--preset--spacing--small);
  border-radius: 1rem;
  color: var(--wp--preset--color--white);
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container input:not([type=checkbox]):not([type=radio]), body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container select {
  min-height: 48px;
  padding-top: 0px;
  padding-bottom: 0px;
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .class-form-error {
  padding: var(--wp--preset--spacing--large);
  padding-bottom: var(--wp--preset--spacing--large);
  background-color: var(--wp--preset--color--tertiary);
  border-radius: 1rem;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.16rem;
  color: white;
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .custom-file-container {
  position: relative;
  display: block;
  background-color: white;
  border-radius: 9999px;
  padding: var(--wp--preset--spacing--small) var(--wp--preset--spacing--medium);
  cursor: pointer;
  min-height: 48px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .custom-file-container label.placeholder {
  top: 50%;
  transform: translate(0, -50%);
  left: var(--wp--preset--spacing--medium);
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .custom-file-container label.placeholder.has-value {
  /* Adjust floated position */
  top: 0;
  transform: translate(0.75rem, -50%);
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .custom-file-container input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  cursor: pointer;
  z-index: 0;
  padding: 0px;
  font-size: 0px !important;
  background-color: transparent !important;
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .custom-file-container input[type=file]::file-selector-button {
  display: none;
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .custom-file-container .file-name-display {
  display: block;
  color: var(--wp--preset--color--black);
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
  z-index: 5;
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .form-field.form-field-acceptance {
  padding: var(--wp--preset--spacing--medium) 0;
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .form-field-radio, body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .radio-group {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--x-small);
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .radio-label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-left: 1.5em;
  min-height: 1em;
  /* Hide original radio button - Accessible approach */
  /* The custom radio circle */
  /* Hover state */
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .radio-label input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  cursor: pointer;
  clip-path: inset(50%);
  clip: rect(0, 0, 0, 0);
  margin: 0;
  padding: 0;
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .radio-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.125rem;
  transform: translateY(0%);
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: white;
  border: 1px solid var(--wp--preset--color--purple);
  transition: all 0.3s ease;
  box-sizing: border-box;
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .radio-label:hover::before {
  border-color: var(--wp--preset--color--purple);
  box-shadow: 0 0 0 2px rgba(243, 148, 30, 0.2);
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .radio-label input[type=radio]:checked + span::before, body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .radio-label:has(input[type=radio]:checked)::before {
  background-color: var(--wp--preset--color--purple);
  border-color: var(--wp--preset--color--purple);
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .radio-label input[type=radio]:focus + span::before, body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .radio-label:has(input[type=radio]:focus)::before {
  outline: 1px solid var(--wp--preset--color--purple);
  outline-offset: 1px;
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-direction: row;
  gap: var(--wp--preset--spacing--x-small);
  flex-wrap: wrap;
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  min-height: 1.5em;
  /* Hide original radio button - Accessible approach */
  /* Label wrapper */
  /* Hover state */
  /* Checked state */
  /* Focus state (accessibility) */
  /* Disabled state */
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .wpcf7-form-control.wpcf7-radio .wpcf7-list-item.first {
  margin-left: 0px;
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio] {
  position: absolute;
  opacity: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
  margin: 0;
  padding: 0;
  clip: auto;
  clip-path: inset(0);
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio] + .wpcf7-list-item-label::before {
  transform: rotate(0deg) translate(0px, 0px);
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  display: inline-flex;
  align-items: center;
  padding-left: 1.75em;
  position: relative;
  cursor: pointer;
  width: 100%;
  /* Custom radio circle */
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.125rem;
  transform: translateY(0%);
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: white;
  border: 1px solid var(--wp--preset--color--purple);
  transition: all 0.3s ease;
  box-sizing: border-box;
  transform: rotate(45deg) translate(-5px, -5px);
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .wpcf7-form-control.wpcf7-radio .wpcf7-list-item:hover .wpcf7-list-item-label::before {
  border-color: var(--wp--preset--color--purple);
  box-shadow: 0 0 0 3px rgba(243, 148, 30, 0.15);
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: var(--wp--preset--color--purple);
  border-color: var(--wp--preset--color--purple);
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio]:focus + .wpcf7-list-item-label::before {
  outline: 2px solid var(--wp--preset--color--purple);
  outline-offset: 2px;
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio]:disabled + .wpcf7-list-item-label {
  opacity: 0.5;
  cursor: not-allowed;
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio]:disabled + .wpcf7-list-item-label::before {
  border-color: #ccc;
  background-color: #f5f5f5;
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .wpcf7-form-control-wrap {
  display: flex;
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  /* Hide original checkbox - Accessible approach */
  /* Styles for when the box is checked */
  /* Focus style for accessibility */
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item:hover, body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item:focus {
  cursor: pointer;
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 1.5em;
  height: 1.5em;
  cursor: pointer;
  clip-path: inset(50%);
  clip: rect(0, 0, 0, 0);
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  display: block;
  padding-left: 1.5em; /* Space for the custom checkbox */
  /* The custom checkbox - cercle orange */
  /* The checkmark */
  /* Hover state */
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(0%);
  width: 1em;
  height: 1em;
  border-radius: 50%; /* Cercle */
  background-color: white;
  border: 1px solid var(--wp--preset--color--purple); /* Bordure orange */
  transition: all 0.3s ease;
  box-sizing: border-box;
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 0.25em;
  width: 0.3em;
  height: 0.6em;
  border: solid white;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  transform: rotate(45deg);
  top: 0;
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:hover::before {
  border-color: var(--wp--preset--color--purple);
  box-shadow: 0 0 0 2px rgba(243, 148, 30, 0.2);
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: var(--wp--preset--color--purple); /* Fond orange quand checked */
  border-color: var(--wp--preset--color--purple);
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:focus + .wpcf7-list-item-label::before {
  outline: 2px solid var(--wp--preset--color--purple);
  outline-offset: 2px;
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container #field-group_activity_checkbox {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--x-small);
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container #field-group_activity_checkbox .wpcf7-form-control-wrap {
  flex-direction: column;
  gap: var(--wp--preset--spacing--x-small);
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container #field-group_activity_checkbox .wpcf7-list-item {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  min-height: 1.5em;
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container #field-group_activity_checkbox .wpcf7-list-item.first {
  margin-left: 0px;
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container #field-group_activity_checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  width: 100%;
  /* Hide original checkbox - Accessible approach */
  /* Label wrapper */
  /* Hover state */
  /* Checked state */
  /* Focus state (accessibility) */
  /* Focus-visible pour meilleure accessibilité clavier */
  /* Disabled state */
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: 1;
  clip-path: inset(50%);
  clip: rect(0, 0, 0, 0);
  margin: 0;
  padding: 0;
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container #field-group_activity_checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  display: inline-flex;
  align-items: center;
  padding-left: 2em;
  position: relative;
  cursor: pointer;
  width: 100%;
  /* Custom circle (outer circle) */
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container #field-group_activity_checkbox .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background-color: white;
  border: 1px solid var(--wp--preset--color--purple);
  transition: all 0.3s ease;
  box-sizing: border-box;
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container #field-group_activity_checkbox .wpcf7-list-item label:hover .wpcf7-list-item-label::before {
  border-color: var(--wp--preset--color--purple);
  box-shadow: 0 0 0 3px rgba(243, 148, 30, 0.15);
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: var(--wp--preset--color--purple);
  border-color: var(--wp--preset--color--purple);
  border-width: 1px;
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox]:focus + .wpcf7-list-item-label::before {
  outline: 2px solid var(--wp--preset--color--purple);
  outline-offset: 2px;
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox]:focus-visible + .wpcf7-list-item-label::before {
  outline: 2px solid var(--wp--preset--color--purple);
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(243, 148, 30, 0.25);
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox]:disabled + .wpcf7-list-item-label {
  opacity: 0.5;
  cursor: not-allowed;
}
body:not(.editor-sidebar__panel) .yh-ga-hero-favorite-form-container #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox]:disabled + .wpcf7-list-item-label::before {
  border-color: #ccc;
  background-color: #f5f5f5;
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form {
  /* ADMIN */
  /* ADMIN END */
  /* Custom File Upload Styling */
  /* Custom Radio Button Styling */
  /* Styles for when the radio is checked */
  /* Focus style for accessibility */
  /* ===== CONTACT FORM 7 RADIO BUTTONS ===== */
  /* Structure CF7 différente : .wpcf7-radio > .wpcf7-list-item */
  /* Custom Checkbox Styling */
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .wpcf7 form.invalid .wpcf7-response-output,
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .wpcf7 form.unaccepted .wpcf7-response-output,
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .wpcf7 form.payment-required .wpcf7-response-output,
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form form:not(.metabox-location-normal),
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form body {
  border-color: var(--wp--preset--color--tertiary);
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form fieldset:not(.hidden-fields-container) {
  border: 1px solid var(--wp--preset--color--purple-border);
  border-radius: 1rem;
  padding: var(--wp--preset--spacing--medium) var(--wp--preset--spacing--large) var(--wp--preset--spacing--large) var(--wp--preset--spacing--large);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: var(--wp--preset--spacing--medium);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .form-fieldset-informations {
  grid-template-columns: repeat(2, 1fr);
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .form-container {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--medium);
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form select {
  width: 100%;
  border: 0px;
  box-sizing: border-box;
  width: 100%;
  padding: var(--wp--preset--spacing--medium);
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form.metabox-location-normal fieldset {
  border-color: lightgrey;
  border-radius: 0;
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form.metabox-location-normal th {
  width: 150px;
  text-align: left;
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) legend {
  font-size: var(--wp--preset--font-size--x-large);
  font-family: var(--wp--preset--font-family--heading);
  color: var(--wp--preset--color--purple);
  text-transform: uppercase;
  line-height: 0.8em;
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) input, body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) select, body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) textarea {
  padding: var(--wp--preset--spacing--x-small) var(--wp--preset--spacing--small) var(--wp--preset--spacing--x-small) var(--wp--preset--spacing--x-small);
  border-radius: 2rem;
  border: 1px;
  font-size: 1rem;
  width: 100%;
  font-family: var(--wp--preset--font-family--base);
  border-color: var(--wp--preset--color--purple-light);
  border-style: solid;
  appearance: initial;
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) input:not([type=submit]), body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) select:not([type=submit]), body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) textarea:not([type=submit]) {
  background-color: white;
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) input + i[class*=yh-icon-], body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) select + i[class*=yh-icon-], body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) textarea + i[class*=yh-icon-] {
  aspect-ratio: 1/1;
  color: var(--wp--preset--color--black);
  width: 20px;
  height: 48px;
  display: flex;
  position: absolute;
  right: 0.75rem;
  top: 0;
  bottom: 0;
  align-items: center;
  font-size: 1.25rem;
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) input {
  /*&.with-icon{
    padding-right: var(--wp--preset--spacing--medium) !important;
    width: calc(100% - (var(--wp--preset--spacing--xx-large))) !important;
  }*/
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) input[type=date], body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) input[type=time] {
  padding: 0 var(--wp--preset--spacing--medium);
  width: calc(100% - 2 * var(--wp--preset--spacing--medium));
  /*&.with-icon{
    &::-webkit-calendar-picker-indicator {
      opacity: 0;
      position: absolute;
      right: 0;
      width: 100%;
      height: 100%;
      cursor: pointer;
    }

    &::-webkit-inner-spin-button,
    &::-webkit-clear-button {
      display: none;
    }
  }*/
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) select {
  padding-left: var(--wp--preset--spacing--small) !important;
  /*&.with-icon{
    // Masquer l'icône native du select (flèche)
    // NOTE: -webkit-appearance: none est acceptable pour les selects
    // car l'élément reste fonctionnel et accessible (contrairement aux checkboxes/radios)
    -webkit-appearance: none !important;
    -moz-appearance: none;
    appearance: none;

    // Pour Firefox
    background-image: none !important;
    width:100%;

    // Safari spécifique - masquer les éléments natifs
    &::-webkit-inner-spin-button,
    &::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }

    // Assurer que le padding à droite laisse de l'espace si on veut une icône custom
    padding-right: var(--wp--preset--spacing--large);
  }*/
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .form-field {
  position: relative;
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .form-field p {
  margin: 0px;
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .form-field:not(.form-field-half):not(.form-field-third) {
  width: 100%;
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .form-field-half {
  width: 100%;
}
@media (min-width: 991px) {
  body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .form-field-half {
    width: calc(50% - 0.5 * var(--wp--preset--spacing--medium));
  }
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .form-field-third {
  width: 100%;
}
@media (min-width: 991px) {
  body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .form-field-third {
    width: calc(50% - 0.5 * var(--wp--preset--spacing--medium));
  }
}
@media (min-width: 1199px) {
  body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .form-field-third {
    width: calc(33.33% - 1 * var(--wp--preset--spacing--medium));
  }
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .form-field-checkbox {
  display: flex;
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .form-field-checkbox .wpcf7-list-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .form-field-checkbox .wpcf7-list-item label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .wpcf7-submit {
  background-color: var(--wp--preset--color--purple);
  color: var(--wp--preset--color--white);
  border-radius: 1rem;
  padding: var(--wp--preset--spacing--medium);
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.2s ease;
  padding-top: var(--wp--preset--spacing--small);
  padding-right: var(--wp--preset--spacing--medium);
  padding-bottom: var(--wp--preset--spacing--small);
  padding-left: var(--wp--preset--spacing--medium);
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .wpcf7-submit:hover, body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .wpcf7-submit:focus {
  background-color: var(--wp--preset--color--purple-dark);
  cursor: pointer;
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .wpcf7-submit:disabled {
  background-color: var(--wp--preset--color--black-100);
  color: var(--wp--preset--color--black-300);
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .form-field {
  position: relative;
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .form-field-row {
  display: flex;
  flex-direction: row;
  row-gap: 1rem;
  flex-wrap: wrap;
  column-gap: 2rem;
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .form-field-row > p {
  display: flex;
  flex-direction: row;
  row-gap: 1rem;
  flex-wrap: wrap;
  column-gap: 2rem;
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form label.placeholder {
  font-size: var(--wp--preset--font-size--base);
  color: var(--wp--preset--color--black);
  font-weight: 400;
  pointer-events: none;
  transition: top 0.2s;
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form label.placeholder:not(.placeholder-radio) {
  position: absolute;
  transform: translate(1rem, -50%);
  left: 0px;
  z-index: 3;
  top: 1.5rem;
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form label.placeholder-select:not(.has-value) {
  background-color: var(--wp--preset--color--white);
  width: calc(100% - 2 * var(--wp--preset--spacing--small));
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form label.placeholder-date:not(.has-value), body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form label.placeholder-time:not(.has-value) {
  background-color: var(--wp--preset--color--white);
  width: calc(100% - 4 * var(--wp--preset--spacing--small));
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form label.placeholder.has-value {
  top: 0px;
  font-size: var(--wp--preset--font-size--x-small);
  background-color: var(--wp--preset--color--purple-dark);
  padding: 0.25rem var(--wp--preset--spacing--small);
  border-radius: 1rem;
  color: var(--wp--preset--color--white);
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form input:not([type=checkbox]):not([type=radio]), body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form select {
  min-height: 48px;
  padding-top: 0px;
  padding-bottom: 0px;
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .class-form-error {
  padding: var(--wp--preset--spacing--large);
  padding-bottom: var(--wp--preset--spacing--large);
  background-color: var(--wp--preset--color--tertiary);
  border-radius: 1rem;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.16rem;
  color: white;
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .custom-file-container {
  position: relative;
  display: block;
  background-color: white;
  border-radius: 9999px;
  padding: var(--wp--preset--spacing--small) var(--wp--preset--spacing--medium);
  cursor: pointer;
  min-height: 48px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .custom-file-container label.placeholder {
  top: 50%;
  transform: translate(0, -50%);
  left: var(--wp--preset--spacing--medium);
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .custom-file-container label.placeholder.has-value {
  /* Adjust floated position */
  top: 0;
  transform: translate(0.75rem, -50%);
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .custom-file-container input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  cursor: pointer;
  z-index: 0;
  padding: 0px;
  font-size: 0px !important;
  background-color: transparent !important;
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .custom-file-container input[type=file]::file-selector-button {
  display: none;
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .custom-file-container .file-name-display {
  display: block;
  color: var(--wp--preset--color--black);
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
  z-index: 5;
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .form-field.form-field-acceptance {
  padding: var(--wp--preset--spacing--medium) 0;
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .form-field-radio, body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .radio-group {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--x-small);
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .radio-label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-left: 1.5em;
  min-height: 1em;
  /* Hide original radio button - Accessible approach */
  /* The custom radio circle */
  /* Hover state */
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .radio-label input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  cursor: pointer;
  clip-path: inset(50%);
  clip: rect(0, 0, 0, 0);
  margin: 0;
  padding: 0;
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .radio-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.125rem;
  transform: translateY(0%);
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: white;
  border: 1px solid var(--wp--preset--color--purple);
  transition: all 0.3s ease;
  box-sizing: border-box;
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .radio-label:hover::before {
  border-color: var(--wp--preset--color--purple);
  box-shadow: 0 0 0 2px rgba(243, 148, 30, 0.2);
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .radio-label input[type=radio]:checked + span::before, body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .radio-label:has(input[type=radio]:checked)::before {
  background-color: var(--wp--preset--color--purple);
  border-color: var(--wp--preset--color--purple);
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .radio-label input[type=radio]:focus + span::before, body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .radio-label:has(input[type=radio]:focus)::before {
  outline: 1px solid var(--wp--preset--color--purple);
  outline-offset: 1px;
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-direction: row;
  gap: var(--wp--preset--spacing--x-small);
  flex-wrap: wrap;
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  min-height: 1.5em;
  /* Hide original radio button - Accessible approach */
  /* Label wrapper */
  /* Hover state */
  /* Checked state */
  /* Focus state (accessibility) */
  /* Disabled state */
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item.first {
  margin-left: 0px;
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio] {
  position: absolute;
  opacity: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
  margin: 0;
  padding: 0;
  clip: auto;
  clip-path: inset(0);
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio] + .wpcf7-list-item-label::before {
  transform: rotate(0deg) translate(0px, 0px);
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  display: inline-flex;
  align-items: center;
  padding-left: 1.75em;
  position: relative;
  cursor: pointer;
  width: 100%;
  /* Custom radio circle */
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.125rem;
  transform: translateY(0%);
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: white;
  border: 1px solid var(--wp--preset--color--purple);
  transition: all 0.3s ease;
  box-sizing: border-box;
  transform: rotate(45deg) translate(-5px, -5px);
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item:hover .wpcf7-list-item-label::before {
  border-color: var(--wp--preset--color--purple);
  box-shadow: 0 0 0 3px rgba(243, 148, 30, 0.15);
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: var(--wp--preset--color--purple);
  border-color: var(--wp--preset--color--purple);
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio]:focus + .wpcf7-list-item-label::before {
  outline: 2px solid var(--wp--preset--color--purple);
  outline-offset: 2px;
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio]:disabled + .wpcf7-list-item-label {
  opacity: 0.5;
  cursor: not-allowed;
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio]:disabled + .wpcf7-list-item-label::before {
  border-color: #ccc;
  background-color: #f5f5f5;
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .wpcf7-form-control-wrap {
  display: flex;
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  /* Hide original checkbox - Accessible approach */
  /* Styles for when the box is checked */
  /* Focus style for accessibility */
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item:hover, body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item:focus {
  cursor: pointer;
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 1.5em;
  height: 1.5em;
  cursor: pointer;
  clip-path: inset(50%);
  clip: rect(0, 0, 0, 0);
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  display: block;
  padding-left: 1.5em; /* Space for the custom checkbox */
  /* The custom checkbox - cercle orange */
  /* The checkmark */
  /* Hover state */
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(0%);
  width: 1em;
  height: 1em;
  border-radius: 50%; /* Cercle */
  background-color: white;
  border: 1px solid var(--wp--preset--color--purple); /* Bordure orange */
  transition: all 0.3s ease;
  box-sizing: border-box;
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 0.25em;
  width: 0.3em;
  height: 0.6em;
  border: solid white;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  transform: rotate(45deg);
  top: 0;
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:hover::before {
  border-color: var(--wp--preset--color--purple);
  box-shadow: 0 0 0 2px rgba(243, 148, 30, 0.2);
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: var(--wp--preset--color--purple); /* Fond orange quand checked */
  border-color: var(--wp--preset--color--purple);
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:focus + .wpcf7-list-item-label::before {
  outline: 2px solid var(--wp--preset--color--purple);
  outline-offset: 2px;
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form #field-group_activity_checkbox {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--x-small);
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-form-control-wrap {
  flex-direction: column;
  gap: var(--wp--preset--spacing--x-small);
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  min-height: 1.5em;
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item.first {
  margin-left: 0px;
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  width: 100%;
  /* Hide original checkbox - Accessible approach */
  /* Label wrapper */
  /* Hover state */
  /* Checked state */
  /* Focus state (accessibility) */
  /* Focus-visible pour meilleure accessibilité clavier */
  /* Disabled state */
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: 1;
  clip-path: inset(50%);
  clip: rect(0, 0, 0, 0);
  margin: 0;
  padding: 0;
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  display: inline-flex;
  align-items: center;
  padding-left: 2em;
  position: relative;
  cursor: pointer;
  width: 100%;
  /* Custom circle (outer circle) */
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background-color: white;
  border: 1px solid var(--wp--preset--color--purple);
  transition: all 0.3s ease;
  box-sizing: border-box;
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label:hover .wpcf7-list-item-label::before {
  border-color: var(--wp--preset--color--purple);
  box-shadow: 0 0 0 3px rgba(243, 148, 30, 0.15);
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: var(--wp--preset--color--purple);
  border-color: var(--wp--preset--color--purple);
  border-width: 1px;
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox]:focus + .wpcf7-list-item-label::before {
  outline: 2px solid var(--wp--preset--color--purple);
  outline-offset: 2px;
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox]:focus-visible + .wpcf7-list-item-label::before {
  outline: 2px solid var(--wp--preset--color--purple);
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(243, 148, 30, 0.25);
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox]:disabled + .wpcf7-list-item-label {
  opacity: 0.5;
  cursor: not-allowed;
}
body:not(.editor-sidebar__panel) .has-purple-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox]:disabled + .wpcf7-list-item-label::before {
  border-color: #ccc;
  background-color: #f5f5f5;
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form {
  /* ADMIN */
  /* ADMIN END */
  /* Custom File Upload Styling */
  /* Custom Radio Button Styling */
  /* Styles for when the radio is checked */
  /* Focus style for accessibility */
  /* ===== CONTACT FORM 7 RADIO BUTTONS ===== */
  /* Structure CF7 différente : .wpcf7-radio > .wpcf7-list-item */
  /* Custom Checkbox Styling */
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .wpcf7 form.invalid .wpcf7-response-output,
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .wpcf7 form.unaccepted .wpcf7-response-output,
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .wpcf7 form.payment-required .wpcf7-response-output,
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form form:not(.metabox-location-normal),
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form body, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .wpcf7 form.invalid .wpcf7-response-output,
body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .wpcf7 form.unaccepted .wpcf7-response-output,
body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .wpcf7 form.payment-required .wpcf7-response-output,
body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form form:not(.metabox-location-normal),
body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form body {
  border-color: var(--wp--preset--color--tertiary);
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form fieldset:not(.hidden-fields-container), body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form fieldset:not(.hidden-fields-container) {
  border: 1px solid var(--wp--preset--color--green-border);
  border-radius: 1rem;
  padding: var(--wp--preset--spacing--medium) var(--wp--preset--spacing--large) var(--wp--preset--spacing--large) var(--wp--preset--spacing--large);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: var(--wp--preset--spacing--medium);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .form-fieldset-informations, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .form-fieldset-informations {
  grid-template-columns: repeat(2, 1fr);
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .form-container, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .form-container {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--medium);
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form select, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form select {
  width: 100%;
  border: 0px;
  box-sizing: border-box;
  width: 100%;
  padding: var(--wp--preset--spacing--medium);
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form.metabox-location-normal fieldset, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form.metabox-location-normal fieldset {
  border-color: lightgrey;
  border-radius: 0;
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form.metabox-location-normal th, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form.metabox-location-normal th {
  width: 150px;
  text-align: left;
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) legend, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) legend {
  font-size: var(--wp--preset--font-size--x-large);
  font-family: var(--wp--preset--font-family--heading);
  color: var(--wp--preset--color--green);
  text-transform: uppercase;
  line-height: 0.8em;
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) input, body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) select, body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) textarea, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) input, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) select, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) textarea {
  padding: var(--wp--preset--spacing--x-small) var(--wp--preset--spacing--small) var(--wp--preset--spacing--x-small) var(--wp--preset--spacing--x-small);
  border-radius: 2rem;
  border: 1px;
  font-size: 1rem;
  width: 100%;
  font-family: var(--wp--preset--font-family--base);
  border-color: var(--wp--preset--color--green-light);
  border-style: solid;
  appearance: initial;
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) input:not([type=submit]), body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) select:not([type=submit]), body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) textarea:not([type=submit]), body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) input:not([type=submit]), body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) select:not([type=submit]), body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) textarea:not([type=submit]) {
  background-color: white;
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) input + i[class*=yh-icon-], body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) select + i[class*=yh-icon-], body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) textarea + i[class*=yh-icon-], body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) input + i[class*=yh-icon-], body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) select + i[class*=yh-icon-], body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) textarea + i[class*=yh-icon-] {
  aspect-ratio: 1/1;
  color: var(--wp--preset--color--black);
  width: 20px;
  height: 48px;
  display: flex;
  position: absolute;
  right: 0.75rem;
  top: 0;
  bottom: 0;
  align-items: center;
  font-size: 1.25rem;
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) input, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) input {
  /*&.with-icon{
    padding-right: var(--wp--preset--spacing--medium) !important;
    width: calc(100% - (var(--wp--preset--spacing--xx-large))) !important;
  }*/
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) input[type=date], body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) input[type=time], body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) input[type=date], body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) input[type=time] {
  padding: 0 var(--wp--preset--spacing--medium);
  width: calc(100% - 2 * var(--wp--preset--spacing--medium));
  /*&.with-icon{
    &::-webkit-calendar-picker-indicator {
      opacity: 0;
      position: absolute;
      right: 0;
      width: 100%;
      height: 100%;
      cursor: pointer;
    }

    &::-webkit-inner-spin-button,
    &::-webkit-clear-button {
      display: none;
    }
  }*/
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) select, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) select {
  padding-left: var(--wp--preset--spacing--small) !important;
  /*&.with-icon{
    // Masquer l'icône native du select (flèche)
    // NOTE: -webkit-appearance: none est acceptable pour les selects
    // car l'élément reste fonctionnel et accessible (contrairement aux checkboxes/radios)
    -webkit-appearance: none !important;
    -moz-appearance: none;
    appearance: none;

    // Pour Firefox
    background-image: none !important;
    width:100%;

    // Safari spécifique - masquer les éléments natifs
    &::-webkit-inner-spin-button,
    &::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }

    // Assurer que le padding à droite laisse de l'espace si on veut une icône custom
    padding-right: var(--wp--preset--spacing--large);
  }*/
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .form-field, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .form-field {
  position: relative;
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .form-field p, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .form-field p {
  margin: 0px;
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .form-field:not(.form-field-half):not(.form-field-third), body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .form-field:not(.form-field-half):not(.form-field-third) {
  width: 100%;
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .form-field-half, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .form-field-half {
  width: 100%;
}
@media (min-width: 991px) {
  body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .form-field-half, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .form-field-half {
    width: calc(50% - 0.5 * var(--wp--preset--spacing--medium));
  }
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .form-field-third, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .form-field-third {
  width: 100%;
}
@media (min-width: 991px) {
  body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .form-field-third, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .form-field-third {
    width: calc(50% - 0.5 * var(--wp--preset--spacing--medium));
  }
}
@media (min-width: 1199px) {
  body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .form-field-third, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .form-field-third {
    width: calc(33.33% - 1 * var(--wp--preset--spacing--medium));
  }
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .form-field-checkbox, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .form-field-checkbox {
  display: flex;
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .form-field-checkbox .wpcf7-list-item, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .form-field-checkbox .wpcf7-list-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .form-field-checkbox .wpcf7-list-item label, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .form-field-checkbox .wpcf7-list-item label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .wpcf7-submit, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .wpcf7-submit {
  background-color: var(--wp--preset--color--green);
  color: var(--wp--preset--color--white);
  border-radius: 1rem;
  padding: var(--wp--preset--spacing--medium);
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.2s ease;
  padding-top: var(--wp--preset--spacing--small);
  padding-right: var(--wp--preset--spacing--medium);
  padding-bottom: var(--wp--preset--spacing--small);
  padding-left: var(--wp--preset--spacing--medium);
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .wpcf7-submit:hover, body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .wpcf7-submit:focus, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .wpcf7-submit:hover, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .wpcf7-submit:focus {
  background-color: var(--wp--preset--color--green-dark);
  cursor: pointer;
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .wpcf7-submit:disabled, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .wpcf7-submit:disabled {
  background-color: var(--wp--preset--color--black-100);
  color: var(--wp--preset--color--black-300);
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .form-field, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .form-field {
  position: relative;
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .form-field-row, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .form-field-row {
  display: flex;
  flex-direction: row;
  row-gap: 1rem;
  flex-wrap: wrap;
  column-gap: 2rem;
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .form-field-row > p, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .form-field-row > p {
  display: flex;
  flex-direction: row;
  row-gap: 1rem;
  flex-wrap: wrap;
  column-gap: 2rem;
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form label.placeholder, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form label.placeholder {
  font-size: var(--wp--preset--font-size--base);
  color: var(--wp--preset--color--black);
  font-weight: 400;
  pointer-events: none;
  transition: top 0.2s;
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form label.placeholder:not(.placeholder-radio), body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form label.placeholder:not(.placeholder-radio) {
  position: absolute;
  transform: translate(1rem, -50%);
  left: 0px;
  z-index: 3;
  top: 1.5rem;
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form label.placeholder-select:not(.has-value), body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form label.placeholder-select:not(.has-value) {
  background-color: var(--wp--preset--color--white);
  width: calc(100% - 2 * var(--wp--preset--spacing--small));
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form label.placeholder-date:not(.has-value), body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form label.placeholder-time:not(.has-value), body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form label.placeholder-date:not(.has-value), body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form label.placeholder-time:not(.has-value) {
  background-color: var(--wp--preset--color--white);
  width: calc(100% - 4 * var(--wp--preset--spacing--small));
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form label.placeholder.has-value, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form label.placeholder.has-value {
  top: 0px;
  font-size: var(--wp--preset--font-size--x-small);
  background-color: var(--wp--preset--color--green-dark);
  padding: 0.25rem var(--wp--preset--spacing--small);
  border-radius: 1rem;
  color: var(--wp--preset--color--white);
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form input:not([type=checkbox]):not([type=radio]), body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form select, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form input:not([type=checkbox]):not([type=radio]), body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form select {
  min-height: 48px;
  padding-top: 0px;
  padding-bottom: 0px;
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .class-form-error, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .class-form-error {
  padding: var(--wp--preset--spacing--large);
  padding-bottom: var(--wp--preset--spacing--large);
  background-color: var(--wp--preset--color--tertiary);
  border-radius: 1rem;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.16rem;
  color: white;
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .custom-file-container, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .custom-file-container {
  position: relative;
  display: block;
  background-color: white;
  border-radius: 9999px;
  padding: var(--wp--preset--spacing--small) var(--wp--preset--spacing--medium);
  cursor: pointer;
  min-height: 48px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .custom-file-container label.placeholder, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .custom-file-container label.placeholder {
  top: 50%;
  transform: translate(0, -50%);
  left: var(--wp--preset--spacing--medium);
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .custom-file-container label.placeholder.has-value, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .custom-file-container label.placeholder.has-value {
  /* Adjust floated position */
  top: 0;
  transform: translate(0.75rem, -50%);
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .custom-file-container input[type=file], body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .custom-file-container input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  cursor: pointer;
  z-index: 0;
  padding: 0px;
  font-size: 0px !important;
  background-color: transparent !important;
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .custom-file-container input[type=file]::file-selector-button, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .custom-file-container input[type=file]::file-selector-button {
  display: none;
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .custom-file-container .file-name-display, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .custom-file-container .file-name-display {
  display: block;
  color: var(--wp--preset--color--black);
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
  z-index: 5;
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .form-field.form-field-acceptance, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .form-field.form-field-acceptance {
  padding: var(--wp--preset--spacing--medium) 0;
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .form-field-radio, body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .radio-group, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .form-field-radio, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .radio-group {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--x-small);
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .radio-label, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .radio-label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-left: 1.5em;
  min-height: 1em;
  /* Hide original radio button - Accessible approach */
  /* The custom radio circle */
  /* Hover state */
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .radio-label input[type=radio], body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .radio-label input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  cursor: pointer;
  clip-path: inset(50%);
  clip: rect(0, 0, 0, 0);
  margin: 0;
  padding: 0;
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .radio-label::before, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .radio-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.125rem;
  transform: translateY(0%);
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: white;
  border: 1px solid var(--wp--preset--color--green);
  transition: all 0.3s ease;
  box-sizing: border-box;
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .radio-label:hover::before, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .radio-label:hover::before {
  border-color: var(--wp--preset--color--green);
  box-shadow: 0 0 0 2px rgba(243, 148, 30, 0.2);
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .radio-label input[type=radio]:checked + span::before, body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .radio-label:has(input[type=radio]:checked)::before, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .radio-label input[type=radio]:checked + span::before, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .radio-label:has(input[type=radio]:checked)::before {
  background-color: var(--wp--preset--color--green);
  border-color: var(--wp--preset--color--green);
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .radio-label input[type=radio]:focus + span::before, body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .radio-label:has(input[type=radio]:focus)::before, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .radio-label input[type=radio]:focus + span::before, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .radio-label:has(input[type=radio]:focus)::before {
  outline: 1px solid var(--wp--preset--color--green);
  outline-offset: 1px;
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-direction: row;
  gap: var(--wp--preset--spacing--x-small);
  flex-wrap: wrap;
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  min-height: 1.5em;
  /* Hide original radio button - Accessible approach */
  /* Label wrapper */
  /* Hover state */
  /* Checked state */
  /* Focus state (accessibility) */
  /* Disabled state */
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item.first, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item.first {
  margin-left: 0px;
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio], body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio] {
  position: absolute;
  opacity: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
  margin: 0;
  padding: 0;
  clip: auto;
  clip-path: inset(0);
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio] + .wpcf7-list-item-label::before, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio] + .wpcf7-list-item-label::before {
  transform: rotate(0deg) translate(0px, 0px);
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  display: inline-flex;
  align-items: center;
  padding-left: 1.75em;
  position: relative;
  cursor: pointer;
  width: 100%;
  /* Custom radio circle */
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.125rem;
  transform: translateY(0%);
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: white;
  border: 1px solid var(--wp--preset--color--green);
  transition: all 0.3s ease;
  box-sizing: border-box;
  transform: rotate(45deg) translate(-5px, -5px);
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item:hover .wpcf7-list-item-label::before, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item:hover .wpcf7-list-item-label::before {
  border-color: var(--wp--preset--color--green);
  box-shadow: 0 0 0 3px rgba(243, 148, 30, 0.15);
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::before, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: var(--wp--preset--color--green);
  border-color: var(--wp--preset--color--green);
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio]:focus + .wpcf7-list-item-label::before, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio]:focus + .wpcf7-list-item-label::before {
  outline: 2px solid var(--wp--preset--color--green);
  outline-offset: 2px;
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio]:disabled + .wpcf7-list-item-label, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio]:disabled + .wpcf7-list-item-label {
  opacity: 0.5;
  cursor: not-allowed;
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio]:disabled + .wpcf7-list-item-label::before, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio]:disabled + .wpcf7-list-item-label::before {
  border-color: #ccc;
  background-color: #f5f5f5;
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .wpcf7-form-control-wrap, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .wpcf7-form-control-wrap {
  display: flex;
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  /* Hide original checkbox - Accessible approach */
  /* Styles for when the box is checked */
  /* Focus style for accessibility */
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item:hover, body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item:focus, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item:hover, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item:focus {
  cursor: pointer;
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox], body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 1.5em;
  height: 1.5em;
  cursor: pointer;
  clip-path: inset(50%);
  clip: rect(0, 0, 0, 0);
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  display: block;
  padding-left: 1.5em; /* Space for the custom checkbox */
  /* The custom checkbox - cercle orange */
  /* The checkmark */
  /* Hover state */
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::before, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(0%);
  width: 1em;
  height: 1em;
  border-radius: 50%; /* Cercle */
  background-color: white;
  border: 1px solid var(--wp--preset--color--green); /* Bordure orange */
  transition: all 0.3s ease;
  box-sizing: border-box;
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::after, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 0.25em;
  width: 0.3em;
  height: 0.6em;
  border: solid white;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  transform: rotate(45deg);
  top: 0;
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:hover::before, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:hover::before {
  border-color: var(--wp--preset--color--green);
  box-shadow: 0 0 0 2px rgba(243, 148, 30, 0.2);
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: var(--wp--preset--color--green); /* Fond orange quand checked */
  border-color: var(--wp--preset--color--green);
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:focus + .wpcf7-list-item-label::before, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:focus + .wpcf7-list-item-label::before {
  outline: 2px solid var(--wp--preset--color--green);
  outline-offset: 2px;
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form #field-group_activity_checkbox, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form #field-group_activity_checkbox {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--x-small);
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-form-control-wrap, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form #field-group_activity_checkbox .wpcf7-form-control-wrap {
  flex-direction: column;
  gap: var(--wp--preset--spacing--x-small);
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  min-height: 1.5em;
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item.first, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item.first {
  margin-left: 0px;
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  width: 100%;
  /* Hide original checkbox - Accessible approach */
  /* Label wrapper */
  /* Hover state */
  /* Checked state */
  /* Focus state (accessibility) */
  /* Focus-visible pour meilleure accessibilité clavier */
  /* Disabled state */
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox], body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: 1;
  clip-path: inset(50%);
  clip: rect(0, 0, 0, 0);
  margin: 0;
  padding: 0;
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label .wpcf7-list-item-label, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  display: inline-flex;
  align-items: center;
  padding-left: 2em;
  position: relative;
  cursor: pointer;
  width: 100%;
  /* Custom circle (outer circle) */
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label .wpcf7-list-item-label::before, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background-color: white;
  border: 1px solid var(--wp--preset--color--green);
  transition: all 0.3s ease;
  box-sizing: border-box;
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label:hover .wpcf7-list-item-label::before, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label:hover .wpcf7-list-item-label::before {
  border-color: var(--wp--preset--color--green);
  box-shadow: 0 0 0 3px rgba(243, 148, 30, 0.15);
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label::before, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: var(--wp--preset--color--green);
  border-color: var(--wp--preset--color--green);
  border-width: 1px;
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox]:focus + .wpcf7-list-item-label::before, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox]:focus + .wpcf7-list-item-label::before {
  outline: 2px solid var(--wp--preset--color--green);
  outline-offset: 2px;
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox]:focus-visible + .wpcf7-list-item-label::before, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox]:focus-visible + .wpcf7-list-item-label::before {
  outline: 2px solid var(--wp--preset--color--green);
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(243, 148, 30, 0.25);
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox]:disabled + .wpcf7-list-item-label, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox]:disabled + .wpcf7-list-item-label {
  opacity: 0.5;
  cursor: not-allowed;
}
body:not(.editor-sidebar__panel) .has-green-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox]:disabled + .wpcf7-list-item-label::before, body:not(.editor-sidebar__panel) .activity-contact-modal .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox]:disabled + .wpcf7-list-item-label::before {
  border-color: #ccc;
  background-color: #f5f5f5;
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form {
  /* ADMIN */
  /* ADMIN END */
  /* Custom File Upload Styling */
  /* Custom Radio Button Styling */
  /* Styles for when the radio is checked */
  /* Focus style for accessibility */
  /* ===== CONTACT FORM 7 RADIO BUTTONS ===== */
  /* Structure CF7 différente : .wpcf7-radio > .wpcf7-list-item */
  /* Custom Checkbox Styling */
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .wpcf7 form.invalid .wpcf7-response-output,
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .wpcf7 form.unaccepted .wpcf7-response-output,
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .wpcf7 form.payment-required .wpcf7-response-output,
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form form:not(.metabox-location-normal),
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form body {
  border-color: var(--wp--preset--color--tertiary);
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form fieldset:not(.hidden-fields-container) {
  border: 1px solid var(--wp--preset--color--yellow-border);
  border-radius: 1rem;
  padding: var(--wp--preset--spacing--medium) var(--wp--preset--spacing--large) var(--wp--preset--spacing--large) var(--wp--preset--spacing--large);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: var(--wp--preset--spacing--medium);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .form-fieldset-informations {
  grid-template-columns: repeat(2, 1fr);
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .form-container {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--medium);
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form select {
  width: 100%;
  border: 0px;
  box-sizing: border-box;
  width: 100%;
  padding: var(--wp--preset--spacing--medium);
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form.metabox-location-normal fieldset {
  border-color: lightgrey;
  border-radius: 0;
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form.metabox-location-normal th {
  width: 150px;
  text-align: left;
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) legend {
  font-size: var(--wp--preset--font-size--x-large);
  font-family: var(--wp--preset--font-family--heading);
  color: var(--wp--preset--color--yellow);
  text-transform: uppercase;
  line-height: 0.8em;
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) input, body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) select, body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) textarea {
  padding: var(--wp--preset--spacing--x-small) var(--wp--preset--spacing--small) var(--wp--preset--spacing--x-small) var(--wp--preset--spacing--x-small);
  border-radius: 2rem;
  border: 1px;
  font-size: 1rem;
  width: 100%;
  font-family: var(--wp--preset--font-family--base);
  border-color: var(--wp--preset--color--yellow-light);
  border-style: solid;
  appearance: initial;
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) input:not([type=submit]), body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) select:not([type=submit]), body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) textarea:not([type=submit]) {
  background-color: white;
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) input + i[class*=yh-icon-], body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) select + i[class*=yh-icon-], body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) textarea + i[class*=yh-icon-] {
  aspect-ratio: 1/1;
  color: var(--wp--preset--color--black);
  width: 20px;
  height: 48px;
  display: flex;
  position: absolute;
  right: 0.75rem;
  top: 0;
  bottom: 0;
  align-items: center;
  font-size: 1.25rem;
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) input {
  /*&.with-icon{
    padding-right: var(--wp--preset--spacing--medium) !important;
    width: calc(100% - (var(--wp--preset--spacing--xx-large))) !important;
  }*/
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) input[type=date], body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) input[type=time] {
  padding: 0 var(--wp--preset--spacing--medium);
  width: calc(100% - 2 * var(--wp--preset--spacing--medium));
  /*&.with-icon{
    &::-webkit-calendar-picker-indicator {
      opacity: 0;
      position: absolute;
      right: 0;
      width: 100%;
      height: 100%;
      cursor: pointer;
    }

    &::-webkit-inner-spin-button,
    &::-webkit-clear-button {
      display: none;
    }
  }*/
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) select {
  padding-left: var(--wp--preset--spacing--small) !important;
  /*&.with-icon{
    // Masquer l'icône native du select (flèche)
    // NOTE: -webkit-appearance: none est acceptable pour les selects
    // car l'élément reste fonctionnel et accessible (contrairement aux checkboxes/radios)
    -webkit-appearance: none !important;
    -moz-appearance: none;
    appearance: none;

    // Pour Firefox
    background-image: none !important;
    width:100%;

    // Safari spécifique - masquer les éléments natifs
    &::-webkit-inner-spin-button,
    &::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }

    // Assurer que le padding à droite laisse de l'espace si on veut une icône custom
    padding-right: var(--wp--preset--spacing--large);
  }*/
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .form-field {
  position: relative;
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .form-field p {
  margin: 0px;
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .form-field:not(.form-field-half):not(.form-field-third) {
  width: 100%;
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .form-field-half {
  width: 100%;
}
@media (min-width: 991px) {
  body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .form-field-half {
    width: calc(50% - 0.5 * var(--wp--preset--spacing--medium));
  }
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .form-field-third {
  width: 100%;
}
@media (min-width: 991px) {
  body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .form-field-third {
    width: calc(50% - 0.5 * var(--wp--preset--spacing--medium));
  }
}
@media (min-width: 1199px) {
  body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .form-field-third {
    width: calc(33.33% - 1 * var(--wp--preset--spacing--medium));
  }
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .form-field-checkbox {
  display: flex;
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .form-field-checkbox .wpcf7-list-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .form-field-checkbox .wpcf7-list-item label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .wpcf7-submit {
  background-color: var(--wp--preset--color--yellow);
  color: var(--wp--preset--color--white);
  border-radius: 1rem;
  padding: var(--wp--preset--spacing--medium);
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.2s ease;
  padding-top: var(--wp--preset--spacing--small);
  padding-right: var(--wp--preset--spacing--medium);
  padding-bottom: var(--wp--preset--spacing--small);
  padding-left: var(--wp--preset--spacing--medium);
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .wpcf7-submit:hover, body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .wpcf7-submit:focus {
  background-color: var(--wp--preset--color--yellow-dark);
  cursor: pointer;
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .wpcf7-submit:disabled {
  background-color: var(--wp--preset--color--black-100);
  color: var(--wp--preset--color--black-300);
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .form-field {
  position: relative;
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .form-field-row {
  display: flex;
  flex-direction: row;
  row-gap: 1rem;
  flex-wrap: wrap;
  column-gap: 2rem;
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .form-field-row > p {
  display: flex;
  flex-direction: row;
  row-gap: 1rem;
  flex-wrap: wrap;
  column-gap: 2rem;
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form label.placeholder {
  font-size: var(--wp--preset--font-size--base);
  color: var(--wp--preset--color--black);
  font-weight: 400;
  pointer-events: none;
  transition: top 0.2s;
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form label.placeholder:not(.placeholder-radio) {
  position: absolute;
  transform: translate(1rem, -50%);
  left: 0px;
  z-index: 3;
  top: 1.5rem;
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form label.placeholder-select:not(.has-value) {
  background-color: var(--wp--preset--color--white);
  width: calc(100% - 2 * var(--wp--preset--spacing--small));
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form label.placeholder-date:not(.has-value), body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form label.placeholder-time:not(.has-value) {
  background-color: var(--wp--preset--color--white);
  width: calc(100% - 4 * var(--wp--preset--spacing--small));
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form label.placeholder.has-value {
  top: 0px;
  font-size: var(--wp--preset--font-size--x-small);
  background-color: var(--wp--preset--color--yellow-dark);
  padding: 0.25rem var(--wp--preset--spacing--small);
  border-radius: 1rem;
  color: var(--wp--preset--color--white);
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form input:not([type=checkbox]):not([type=radio]), body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form select {
  min-height: 48px;
  padding-top: 0px;
  padding-bottom: 0px;
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .class-form-error {
  padding: var(--wp--preset--spacing--large);
  padding-bottom: var(--wp--preset--spacing--large);
  background-color: var(--wp--preset--color--tertiary);
  border-radius: 1rem;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.16rem;
  color: white;
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .custom-file-container {
  position: relative;
  display: block;
  background-color: white;
  border-radius: 9999px;
  padding: var(--wp--preset--spacing--small) var(--wp--preset--spacing--medium);
  cursor: pointer;
  min-height: 48px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .custom-file-container label.placeholder {
  top: 50%;
  transform: translate(0, -50%);
  left: var(--wp--preset--spacing--medium);
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .custom-file-container label.placeholder.has-value {
  /* Adjust floated position */
  top: 0;
  transform: translate(0.75rem, -50%);
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .custom-file-container input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  cursor: pointer;
  z-index: 0;
  padding: 0px;
  font-size: 0px !important;
  background-color: transparent !important;
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .custom-file-container input[type=file]::file-selector-button {
  display: none;
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .custom-file-container .file-name-display {
  display: block;
  color: var(--wp--preset--color--black);
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
  z-index: 5;
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .form-field.form-field-acceptance {
  padding: var(--wp--preset--spacing--medium) 0;
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .form-field-radio, body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .radio-group {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--x-small);
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .radio-label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-left: 1.5em;
  min-height: 1em;
  /* Hide original radio button - Accessible approach */
  /* The custom radio circle */
  /* Hover state */
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .radio-label input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  cursor: pointer;
  clip-path: inset(50%);
  clip: rect(0, 0, 0, 0);
  margin: 0;
  padding: 0;
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .radio-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.125rem;
  transform: translateY(0%);
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: white;
  border: 1px solid var(--wp--preset--color--yellow);
  transition: all 0.3s ease;
  box-sizing: border-box;
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .radio-label:hover::before {
  border-color: var(--wp--preset--color--yellow);
  box-shadow: 0 0 0 2px rgba(243, 148, 30, 0.2);
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .radio-label input[type=radio]:checked + span::before, body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .radio-label:has(input[type=radio]:checked)::before {
  background-color: var(--wp--preset--color--yellow);
  border-color: var(--wp--preset--color--yellow);
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .radio-label input[type=radio]:focus + span::before, body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .radio-label:has(input[type=radio]:focus)::before {
  outline: 1px solid var(--wp--preset--color--yellow);
  outline-offset: 1px;
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-direction: row;
  gap: var(--wp--preset--spacing--x-small);
  flex-wrap: wrap;
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  min-height: 1.5em;
  /* Hide original radio button - Accessible approach */
  /* Label wrapper */
  /* Hover state */
  /* Checked state */
  /* Focus state (accessibility) */
  /* Disabled state */
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item.first {
  margin-left: 0px;
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio] {
  position: absolute;
  opacity: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
  margin: 0;
  padding: 0;
  clip: auto;
  clip-path: inset(0);
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio] + .wpcf7-list-item-label::before {
  transform: rotate(0deg) translate(0px, 0px);
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  display: inline-flex;
  align-items: center;
  padding-left: 1.75em;
  position: relative;
  cursor: pointer;
  width: 100%;
  /* Custom radio circle */
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.125rem;
  transform: translateY(0%);
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: white;
  border: 1px solid var(--wp--preset--color--yellow);
  transition: all 0.3s ease;
  box-sizing: border-box;
  transform: rotate(45deg) translate(-5px, -5px);
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item:hover .wpcf7-list-item-label::before {
  border-color: var(--wp--preset--color--yellow);
  box-shadow: 0 0 0 3px rgba(243, 148, 30, 0.15);
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: var(--wp--preset--color--yellow);
  border-color: var(--wp--preset--color--yellow);
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio]:focus + .wpcf7-list-item-label::before {
  outline: 2px solid var(--wp--preset--color--yellow);
  outline-offset: 2px;
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio]:disabled + .wpcf7-list-item-label {
  opacity: 0.5;
  cursor: not-allowed;
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio]:disabled + .wpcf7-list-item-label::before {
  border-color: #ccc;
  background-color: #f5f5f5;
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .wpcf7-form-control-wrap {
  display: flex;
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  /* Hide original checkbox - Accessible approach */
  /* Styles for when the box is checked */
  /* Focus style for accessibility */
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item:hover, body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item:focus {
  cursor: pointer;
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 1.5em;
  height: 1.5em;
  cursor: pointer;
  clip-path: inset(50%);
  clip: rect(0, 0, 0, 0);
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  display: block;
  padding-left: 1.5em; /* Space for the custom checkbox */
  /* The custom checkbox - cercle orange */
  /* The checkmark */
  /* Hover state */
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(0%);
  width: 1em;
  height: 1em;
  border-radius: 50%; /* Cercle */
  background-color: white;
  border: 1px solid var(--wp--preset--color--yellow); /* Bordure orange */
  transition: all 0.3s ease;
  box-sizing: border-box;
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 0.25em;
  width: 0.3em;
  height: 0.6em;
  border: solid white;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  transform: rotate(45deg);
  top: 0;
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:hover::before {
  border-color: var(--wp--preset--color--yellow);
  box-shadow: 0 0 0 2px rgba(243, 148, 30, 0.2);
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: var(--wp--preset--color--yellow); /* Fond orange quand checked */
  border-color: var(--wp--preset--color--yellow);
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:focus + .wpcf7-list-item-label::before {
  outline: 2px solid var(--wp--preset--color--yellow);
  outline-offset: 2px;
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form #field-group_activity_checkbox {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--x-small);
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-form-control-wrap {
  flex-direction: column;
  gap: var(--wp--preset--spacing--x-small);
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  min-height: 1.5em;
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item.first {
  margin-left: 0px;
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  width: 100%;
  /* Hide original checkbox - Accessible approach */
  /* Label wrapper */
  /* Hover state */
  /* Checked state */
  /* Focus state (accessibility) */
  /* Focus-visible pour meilleure accessibilité clavier */
  /* Disabled state */
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: 1;
  clip-path: inset(50%);
  clip: rect(0, 0, 0, 0);
  margin: 0;
  padding: 0;
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  display: inline-flex;
  align-items: center;
  padding-left: 2em;
  position: relative;
  cursor: pointer;
  width: 100%;
  /* Custom circle (outer circle) */
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background-color: white;
  border: 1px solid var(--wp--preset--color--yellow);
  transition: all 0.3s ease;
  box-sizing: border-box;
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label:hover .wpcf7-list-item-label::before {
  border-color: var(--wp--preset--color--yellow);
  box-shadow: 0 0 0 3px rgba(243, 148, 30, 0.15);
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: var(--wp--preset--color--yellow);
  border-color: var(--wp--preset--color--yellow);
  border-width: 1px;
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox]:focus + .wpcf7-list-item-label::before {
  outline: 2px solid var(--wp--preset--color--yellow);
  outline-offset: 2px;
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox]:focus-visible + .wpcf7-list-item-label::before {
  outline: 2px solid var(--wp--preset--color--yellow);
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(243, 148, 30, 0.25);
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox]:disabled + .wpcf7-list-item-label {
  opacity: 0.5;
  cursor: not-allowed;
}
body:not(.editor-sidebar__panel) .has-yellow-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox]:disabled + .wpcf7-list-item-label::before {
  border-color: #ccc;
  background-color: #f5f5f5;
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form {
  /* ADMIN */
  /* ADMIN END */
  /* Custom File Upload Styling */
  /* Custom Radio Button Styling */
  /* Styles for when the radio is checked */
  /* Focus style for accessibility */
  /* ===== CONTACT FORM 7 RADIO BUTTONS ===== */
  /* Structure CF7 différente : .wpcf7-radio > .wpcf7-list-item */
  /* Custom Checkbox Styling */
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .wpcf7 form.invalid .wpcf7-response-output,
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .wpcf7 form.unaccepted .wpcf7-response-output,
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .wpcf7 form.payment-required .wpcf7-response-output,
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form form:not(.metabox-location-normal),
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form body {
  border-color: var(--wp--preset--color--tertiary);
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form fieldset:not(.hidden-fields-container) {
  border: 1px solid var(--wp--preset--color--grey-border);
  border-radius: 1rem;
  padding: var(--wp--preset--spacing--medium) var(--wp--preset--spacing--large) var(--wp--preset--spacing--large) var(--wp--preset--spacing--large);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: var(--wp--preset--spacing--medium);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .form-fieldset-informations {
  grid-template-columns: repeat(2, 1fr);
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .form-container {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--medium);
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form select {
  width: 100%;
  border: 0px;
  box-sizing: border-box;
  width: 100%;
  padding: var(--wp--preset--spacing--medium);
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form.metabox-location-normal fieldset {
  border-color: lightgrey;
  border-radius: 0;
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form.metabox-location-normal th {
  width: 150px;
  text-align: left;
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) legend {
  font-size: var(--wp--preset--font-size--x-large);
  font-family: var(--wp--preset--font-family--heading);
  color: var(--wp--preset--color--grey);
  text-transform: uppercase;
  line-height: 0.8em;
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) input, body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) select, body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) textarea {
  padding: var(--wp--preset--spacing--x-small) var(--wp--preset--spacing--small) var(--wp--preset--spacing--x-small) var(--wp--preset--spacing--x-small);
  border-radius: 2rem;
  border: 1px;
  font-size: 1rem;
  width: 100%;
  font-family: var(--wp--preset--font-family--base);
  border-color: var(--wp--preset--color--grey-light);
  border-style: solid;
  appearance: initial;
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) input:not([type=submit]), body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) select:not([type=submit]), body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) textarea:not([type=submit]) {
  background-color: white;
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) input + i[class*=yh-icon-], body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) select + i[class*=yh-icon-], body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) textarea + i[class*=yh-icon-] {
  aspect-ratio: 1/1;
  color: var(--wp--preset--color--black);
  width: 20px;
  height: 48px;
  display: flex;
  position: absolute;
  right: 0.75rem;
  top: 0;
  bottom: 0;
  align-items: center;
  font-size: 1.25rem;
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) input {
  /*&.with-icon{
    padding-right: var(--wp--preset--spacing--medium) !important;
    width: calc(100% - (var(--wp--preset--spacing--xx-large))) !important;
  }*/
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) input[type=date], body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) input[type=time] {
  padding: 0 var(--wp--preset--spacing--medium);
  width: calc(100% - 2 * var(--wp--preset--spacing--medium));
  /*&.with-icon{
    &::-webkit-calendar-picker-indicator {
      opacity: 0;
      position: absolute;
      right: 0;
      width: 100%;
      height: 100%;
      cursor: pointer;
    }

    &::-webkit-inner-spin-button,
    &::-webkit-clear-button {
      display: none;
    }
  }*/
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) select {
  padding-left: var(--wp--preset--spacing--small) !important;
  /*&.with-icon{
    // Masquer l'icône native du select (flèche)
    // NOTE: -webkit-appearance: none est acceptable pour les selects
    // car l'élément reste fonctionnel et accessible (contrairement aux checkboxes/radios)
    -webkit-appearance: none !important;
    -moz-appearance: none;
    appearance: none;

    // Pour Firefox
    background-image: none !important;
    width:100%;

    // Safari spécifique - masquer les éléments natifs
    &::-webkit-inner-spin-button,
    &::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }

    // Assurer que le padding à droite laisse de l'espace si on veut une icône custom
    padding-right: var(--wp--preset--spacing--large);
  }*/
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .form-field {
  position: relative;
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .form-field p {
  margin: 0px;
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .form-field:not(.form-field-half):not(.form-field-third) {
  width: 100%;
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .form-field-half {
  width: 100%;
}
@media (min-width: 991px) {
  body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .form-field-half {
    width: calc(50% - 0.5 * var(--wp--preset--spacing--medium));
  }
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .form-field-third {
  width: 100%;
}
@media (min-width: 991px) {
  body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .form-field-third {
    width: calc(50% - 0.5 * var(--wp--preset--spacing--medium));
  }
}
@media (min-width: 1199px) {
  body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .form-field-third {
    width: calc(33.33% - 1 * var(--wp--preset--spacing--medium));
  }
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .form-field-checkbox {
  display: flex;
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .form-field-checkbox .wpcf7-list-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .form-field-checkbox .wpcf7-list-item label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .wpcf7-submit {
  background-color: var(--wp--preset--color--grey);
  color: var(--wp--preset--color--white);
  border-radius: 1rem;
  padding: var(--wp--preset--spacing--medium);
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.2s ease;
  padding-top: var(--wp--preset--spacing--small);
  padding-right: var(--wp--preset--spacing--medium);
  padding-bottom: var(--wp--preset--spacing--small);
  padding-left: var(--wp--preset--spacing--medium);
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .wpcf7-submit:hover, body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .wpcf7-submit:focus {
  background-color: var(--wp--preset--color--grey-dark);
  cursor: pointer;
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .wpcf7-submit:disabled {
  background-color: var(--wp--preset--color--black-100);
  color: var(--wp--preset--color--black-300);
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .form-field {
  position: relative;
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .form-field-row {
  display: flex;
  flex-direction: row;
  row-gap: 1rem;
  flex-wrap: wrap;
  column-gap: 2rem;
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .form-field-row > p {
  display: flex;
  flex-direction: row;
  row-gap: 1rem;
  flex-wrap: wrap;
  column-gap: 2rem;
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form label.placeholder {
  font-size: var(--wp--preset--font-size--base);
  color: var(--wp--preset--color--black);
  font-weight: 400;
  pointer-events: none;
  transition: top 0.2s;
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form label.placeholder:not(.placeholder-radio) {
  position: absolute;
  transform: translate(1rem, -50%);
  left: 0px;
  z-index: 3;
  top: 1.5rem;
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form label.placeholder-select:not(.has-value) {
  background-color: var(--wp--preset--color--white);
  width: calc(100% - 2 * var(--wp--preset--spacing--small));
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form label.placeholder-date:not(.has-value), body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form label.placeholder-time:not(.has-value) {
  background-color: var(--wp--preset--color--white);
  width: calc(100% - 4 * var(--wp--preset--spacing--small));
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form label.placeholder.has-value {
  top: 0px;
  font-size: var(--wp--preset--font-size--x-small);
  background-color: var(--wp--preset--color--grey-dark);
  padding: 0.25rem var(--wp--preset--spacing--small);
  border-radius: 1rem;
  color: var(--wp--preset--color--white);
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form input:not([type=checkbox]):not([type=radio]), body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form select {
  min-height: 48px;
  padding-top: 0px;
  padding-bottom: 0px;
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .class-form-error {
  padding: var(--wp--preset--spacing--large);
  padding-bottom: var(--wp--preset--spacing--large);
  background-color: var(--wp--preset--color--tertiary);
  border-radius: 1rem;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.16rem;
  color: white;
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .custom-file-container {
  position: relative;
  display: block;
  background-color: white;
  border-radius: 9999px;
  padding: var(--wp--preset--spacing--small) var(--wp--preset--spacing--medium);
  cursor: pointer;
  min-height: 48px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .custom-file-container label.placeholder {
  top: 50%;
  transform: translate(0, -50%);
  left: var(--wp--preset--spacing--medium);
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .custom-file-container label.placeholder.has-value {
  /* Adjust floated position */
  top: 0;
  transform: translate(0.75rem, -50%);
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .custom-file-container input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  cursor: pointer;
  z-index: 0;
  padding: 0px;
  font-size: 0px !important;
  background-color: transparent !important;
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .custom-file-container input[type=file]::file-selector-button {
  display: none;
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .custom-file-container .file-name-display {
  display: block;
  color: var(--wp--preset--color--black);
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
  z-index: 5;
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .form-field.form-field-acceptance {
  padding: var(--wp--preset--spacing--medium) 0;
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .form-field-radio, body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .radio-group {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--x-small);
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .radio-label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-left: 1.5em;
  min-height: 1em;
  /* Hide original radio button - Accessible approach */
  /* The custom radio circle */
  /* Hover state */
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .radio-label input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  cursor: pointer;
  clip-path: inset(50%);
  clip: rect(0, 0, 0, 0);
  margin: 0;
  padding: 0;
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .radio-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.125rem;
  transform: translateY(0%);
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: white;
  border: 1px solid var(--wp--preset--color--grey);
  transition: all 0.3s ease;
  box-sizing: border-box;
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .radio-label:hover::before {
  border-color: var(--wp--preset--color--grey);
  box-shadow: 0 0 0 2px rgba(243, 148, 30, 0.2);
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .radio-label input[type=radio]:checked + span::before, body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .radio-label:has(input[type=radio]:checked)::before {
  background-color: var(--wp--preset--color--grey);
  border-color: var(--wp--preset--color--grey);
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .radio-label input[type=radio]:focus + span::before, body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .radio-label:has(input[type=radio]:focus)::before {
  outline: 1px solid var(--wp--preset--color--grey);
  outline-offset: 1px;
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-direction: row;
  gap: var(--wp--preset--spacing--x-small);
  flex-wrap: wrap;
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  min-height: 1.5em;
  /* Hide original radio button - Accessible approach */
  /* Label wrapper */
  /* Hover state */
  /* Checked state */
  /* Focus state (accessibility) */
  /* Disabled state */
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item.first {
  margin-left: 0px;
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio] {
  position: absolute;
  opacity: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
  margin: 0;
  padding: 0;
  clip: auto;
  clip-path: inset(0);
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio] + .wpcf7-list-item-label::before {
  transform: rotate(0deg) translate(0px, 0px);
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  display: inline-flex;
  align-items: center;
  padding-left: 1.75em;
  position: relative;
  cursor: pointer;
  width: 100%;
  /* Custom radio circle */
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.125rem;
  transform: translateY(0%);
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: white;
  border: 1px solid var(--wp--preset--color--grey);
  transition: all 0.3s ease;
  box-sizing: border-box;
  transform: rotate(45deg) translate(-5px, -5px);
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item:hover .wpcf7-list-item-label::before {
  border-color: var(--wp--preset--color--grey);
  box-shadow: 0 0 0 3px rgba(243, 148, 30, 0.15);
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: var(--wp--preset--color--grey);
  border-color: var(--wp--preset--color--grey);
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio]:focus + .wpcf7-list-item-label::before {
  outline: 2px solid var(--wp--preset--color--grey);
  outline-offset: 2px;
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio]:disabled + .wpcf7-list-item-label {
  opacity: 0.5;
  cursor: not-allowed;
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio]:disabled + .wpcf7-list-item-label::before {
  border-color: #ccc;
  background-color: #f5f5f5;
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .wpcf7-form-control-wrap {
  display: flex;
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  /* Hide original checkbox - Accessible approach */
  /* Styles for when the box is checked */
  /* Focus style for accessibility */
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item:hover, body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item:focus {
  cursor: pointer;
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 1.5em;
  height: 1.5em;
  cursor: pointer;
  clip-path: inset(50%);
  clip: rect(0, 0, 0, 0);
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  display: block;
  padding-left: 1.5em; /* Space for the custom checkbox */
  /* The custom checkbox - cercle orange */
  /* The checkmark */
  /* Hover state */
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(0%);
  width: 1em;
  height: 1em;
  border-radius: 50%; /* Cercle */
  background-color: white;
  border: 1px solid var(--wp--preset--color--grey); /* Bordure orange */
  transition: all 0.3s ease;
  box-sizing: border-box;
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 0.25em;
  width: 0.3em;
  height: 0.6em;
  border: solid white;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  transform: rotate(45deg);
  top: 0;
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:hover::before {
  border-color: var(--wp--preset--color--grey);
  box-shadow: 0 0 0 2px rgba(243, 148, 30, 0.2);
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: var(--wp--preset--color--grey); /* Fond orange quand checked */
  border-color: var(--wp--preset--color--grey);
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:focus + .wpcf7-list-item-label::before {
  outline: 2px solid var(--wp--preset--color--grey);
  outline-offset: 2px;
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form #field-group_activity_checkbox {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--x-small);
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-form-control-wrap {
  flex-direction: column;
  gap: var(--wp--preset--spacing--x-small);
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  min-height: 1.5em;
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item.first {
  margin-left: 0px;
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  width: 100%;
  /* Hide original checkbox - Accessible approach */
  /* Label wrapper */
  /* Hover state */
  /* Checked state */
  /* Focus state (accessibility) */
  /* Focus-visible pour meilleure accessibilité clavier */
  /* Disabled state */
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: 1;
  clip-path: inset(50%);
  clip: rect(0, 0, 0, 0);
  margin: 0;
  padding: 0;
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  display: inline-flex;
  align-items: center;
  padding-left: 2em;
  position: relative;
  cursor: pointer;
  width: 100%;
  /* Custom circle (outer circle) */
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background-color: white;
  border: 1px solid var(--wp--preset--color--grey);
  transition: all 0.3s ease;
  box-sizing: border-box;
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label:hover .wpcf7-list-item-label::before {
  border-color: var(--wp--preset--color--grey);
  box-shadow: 0 0 0 3px rgba(243, 148, 30, 0.15);
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: var(--wp--preset--color--grey);
  border-color: var(--wp--preset--color--grey);
  border-width: 1px;
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox]:focus + .wpcf7-list-item-label::before {
  outline: 2px solid var(--wp--preset--color--grey);
  outline-offset: 2px;
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox]:focus-visible + .wpcf7-list-item-label::before {
  outline: 2px solid var(--wp--preset--color--grey);
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(243, 148, 30, 0.25);
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox]:disabled + .wpcf7-list-item-label {
  opacity: 0.5;
  cursor: not-allowed;
}
body:not(.editor-sidebar__panel) .has-grey-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox]:disabled + .wpcf7-list-item-label::before {
  border-color: #ccc;
  background-color: #f5f5f5;
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form {
  /* ADMIN */
  /* ADMIN END */
  /* Custom File Upload Styling */
  /* Custom Radio Button Styling */
  /* Styles for when the radio is checked */
  /* Focus style for accessibility */
  /* ===== CONTACT FORM 7 RADIO BUTTONS ===== */
  /* Structure CF7 différente : .wpcf7-radio > .wpcf7-list-item */
  /* Custom Checkbox Styling */
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .wpcf7 form.invalid .wpcf7-response-output,
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .wpcf7 form.unaccepted .wpcf7-response-output,
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .wpcf7 form.payment-required .wpcf7-response-output,
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form form:not(.metabox-location-normal),
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form body {
  border-color: var(--wp--preset--color--tertiary);
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form fieldset:not(.hidden-fields-container) {
  border: 1px solid var(--wp--preset--color--pink-border);
  border-radius: 1rem;
  padding: var(--wp--preset--spacing--medium) var(--wp--preset--spacing--large) var(--wp--preset--spacing--large) var(--wp--preset--spacing--large);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: var(--wp--preset--spacing--medium);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .form-fieldset-informations {
  grid-template-columns: repeat(2, 1fr);
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .form-container {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--medium);
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form select {
  width: 100%;
  border: 0px;
  box-sizing: border-box;
  width: 100%;
  padding: var(--wp--preset--spacing--medium);
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form.metabox-location-normal fieldset {
  border-color: lightgrey;
  border-radius: 0;
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form.metabox-location-normal th {
  width: 150px;
  text-align: left;
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) legend {
  font-size: var(--wp--preset--font-size--x-large);
  font-family: var(--wp--preset--font-family--heading);
  color: var(--wp--preset--color--pink);
  text-transform: uppercase;
  line-height: 0.8em;
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) input, body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) select, body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) textarea {
  padding: var(--wp--preset--spacing--x-small) var(--wp--preset--spacing--small) var(--wp--preset--spacing--x-small) var(--wp--preset--spacing--x-small);
  border-radius: 2rem;
  border: 1px;
  font-size: 1rem;
  width: 100%;
  font-family: var(--wp--preset--font-family--base);
  border-color: var(--wp--preset--color--pink-light);
  border-style: solid;
  appearance: initial;
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) input:not([type=submit]), body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) select:not([type=submit]), body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) textarea:not([type=submit]) {
  background-color: white;
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) input + i[class*=yh-icon-], body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) select + i[class*=yh-icon-], body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) textarea + i[class*=yh-icon-] {
  aspect-ratio: 1/1;
  color: var(--wp--preset--color--black);
  width: 20px;
  height: 48px;
  display: flex;
  position: absolute;
  right: 0.75rem;
  top: 0;
  bottom: 0;
  align-items: center;
  font-size: 1.25rem;
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) input {
  /*&.with-icon{
    padding-right: var(--wp--preset--spacing--medium) !important;
    width: calc(100% - (var(--wp--preset--spacing--xx-large))) !important;
  }*/
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) input[type=date], body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) input[type=time] {
  padding: 0 var(--wp--preset--spacing--medium);
  width: calc(100% - 2 * var(--wp--preset--spacing--medium));
  /*&.with-icon{
    &::-webkit-calendar-picker-indicator {
      opacity: 0;
      position: absolute;
      right: 0;
      width: 100%;
      height: 100%;
      cursor: pointer;
    }

    &::-webkit-inner-spin-button,
    &::-webkit-clear-button {
      display: none;
    }
  }*/
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form:not(.metabox-location-normal):not(.metabox-location-side) select {
  padding-left: var(--wp--preset--spacing--small) !important;
  /*&.with-icon{
    // Masquer l'icône native du select (flèche)
    // NOTE: -webkit-appearance: none est acceptable pour les selects
    // car l'élément reste fonctionnel et accessible (contrairement aux checkboxes/radios)
    -webkit-appearance: none !important;
    -moz-appearance: none;
    appearance: none;

    // Pour Firefox
    background-image: none !important;
    width:100%;

    // Safari spécifique - masquer les éléments natifs
    &::-webkit-inner-spin-button,
    &::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }

    // Assurer que le padding à droite laisse de l'espace si on veut une icône custom
    padding-right: var(--wp--preset--spacing--large);
  }*/
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .form-field {
  position: relative;
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .form-field p {
  margin: 0px;
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .form-field:not(.form-field-half):not(.form-field-third) {
  width: 100%;
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .form-field-half {
  width: 100%;
}
@media (min-width: 991px) {
  body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .form-field-half {
    width: calc(50% - 0.5 * var(--wp--preset--spacing--medium));
  }
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .form-field-third {
  width: 100%;
}
@media (min-width: 991px) {
  body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .form-field-third {
    width: calc(50% - 0.5 * var(--wp--preset--spacing--medium));
  }
}
@media (min-width: 1199px) {
  body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .form-field-third {
    width: calc(33.33% - 1 * var(--wp--preset--spacing--medium));
  }
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .form-field-checkbox {
  display: flex;
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .form-field-checkbox .wpcf7-list-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .form-field-checkbox .wpcf7-list-item label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .wpcf7-submit {
  background-color: var(--wp--preset--color--pink);
  color: var(--wp--preset--color--white);
  border-radius: 1rem;
  padding: var(--wp--preset--spacing--medium);
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.2s ease;
  padding-top: var(--wp--preset--spacing--small);
  padding-right: var(--wp--preset--spacing--medium);
  padding-bottom: var(--wp--preset--spacing--small);
  padding-left: var(--wp--preset--spacing--medium);
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .wpcf7-submit:hover, body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .wpcf7-submit:focus {
  background-color: var(--wp--preset--color--pink-dark);
  cursor: pointer;
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .wpcf7-submit:disabled {
  background-color: var(--wp--preset--color--black-100);
  color: var(--wp--preset--color--black-300);
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .form-field {
  position: relative;
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .form-field-row {
  display: flex;
  flex-direction: row;
  row-gap: 1rem;
  flex-wrap: wrap;
  column-gap: 2rem;
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .form-field-row > p {
  display: flex;
  flex-direction: row;
  row-gap: 1rem;
  flex-wrap: wrap;
  column-gap: 2rem;
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form label.placeholder {
  font-size: var(--wp--preset--font-size--base);
  color: var(--wp--preset--color--black);
  font-weight: 400;
  pointer-events: none;
  transition: top 0.2s;
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form label.placeholder:not(.placeholder-radio) {
  position: absolute;
  transform: translate(1rem, -50%);
  left: 0px;
  z-index: 3;
  top: 1.5rem;
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form label.placeholder-select:not(.has-value) {
  background-color: var(--wp--preset--color--white);
  width: calc(100% - 2 * var(--wp--preset--spacing--small));
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form label.placeholder-date:not(.has-value), body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form label.placeholder-time:not(.has-value) {
  background-color: var(--wp--preset--color--white);
  width: calc(100% - 4 * var(--wp--preset--spacing--small));
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form label.placeholder.has-value {
  top: 0px;
  font-size: var(--wp--preset--font-size--x-small);
  background-color: var(--wp--preset--color--pink-dark);
  padding: 0.25rem var(--wp--preset--spacing--small);
  border-radius: 1rem;
  color: var(--wp--preset--color--white);
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form input:not([type=checkbox]):not([type=radio]), body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form select {
  min-height: 48px;
  padding-top: 0px;
  padding-bottom: 0px;
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .class-form-error {
  padding: var(--wp--preset--spacing--large);
  padding-bottom: var(--wp--preset--spacing--large);
  background-color: var(--wp--preset--color--tertiary);
  border-radius: 1rem;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.16rem;
  color: white;
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .custom-file-container {
  position: relative;
  display: block;
  background-color: white;
  border-radius: 9999px;
  padding: var(--wp--preset--spacing--small) var(--wp--preset--spacing--medium);
  cursor: pointer;
  min-height: 48px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .custom-file-container label.placeholder {
  top: 50%;
  transform: translate(0, -50%);
  left: var(--wp--preset--spacing--medium);
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .custom-file-container label.placeholder.has-value {
  /* Adjust floated position */
  top: 0;
  transform: translate(0.75rem, -50%);
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .custom-file-container input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  cursor: pointer;
  z-index: 0;
  padding: 0px;
  font-size: 0px !important;
  background-color: transparent !important;
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .custom-file-container input[type=file]::file-selector-button {
  display: none;
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .custom-file-container .file-name-display {
  display: block;
  color: var(--wp--preset--color--black);
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
  z-index: 5;
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .form-field.form-field-acceptance {
  padding: var(--wp--preset--spacing--medium) 0;
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .form-field-radio, body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .radio-group {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--x-small);
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .radio-label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-left: 1.5em;
  min-height: 1em;
  /* Hide original radio button - Accessible approach */
  /* The custom radio circle */
  /* Hover state */
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .radio-label input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  cursor: pointer;
  clip-path: inset(50%);
  clip: rect(0, 0, 0, 0);
  margin: 0;
  padding: 0;
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .radio-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.125rem;
  transform: translateY(0%);
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: white;
  border: 1px solid var(--wp--preset--color--pink);
  transition: all 0.3s ease;
  box-sizing: border-box;
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .radio-label:hover::before {
  border-color: var(--wp--preset--color--pink);
  box-shadow: 0 0 0 2px rgba(243, 148, 30, 0.2);
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .radio-label input[type=radio]:checked + span::before, body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .radio-label:has(input[type=radio]:checked)::before {
  background-color: var(--wp--preset--color--pink);
  border-color: var(--wp--preset--color--pink);
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .radio-label input[type=radio]:focus + span::before, body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .radio-label:has(input[type=radio]:focus)::before {
  outline: 1px solid var(--wp--preset--color--pink);
  outline-offset: 1px;
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-direction: row;
  gap: var(--wp--preset--spacing--x-small);
  flex-wrap: wrap;
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  min-height: 1.5em;
  /* Hide original radio button - Accessible approach */
  /* Label wrapper */
  /* Hover state */
  /* Checked state */
  /* Focus state (accessibility) */
  /* Disabled state */
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item.first {
  margin-left: 0px;
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio] {
  position: absolute;
  opacity: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
  margin: 0;
  padding: 0;
  clip: auto;
  clip-path: inset(0);
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio] + .wpcf7-list-item-label::before {
  transform: rotate(0deg) translate(0px, 0px);
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  display: inline-flex;
  align-items: center;
  padding-left: 1.75em;
  position: relative;
  cursor: pointer;
  width: 100%;
  /* Custom radio circle */
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.125rem;
  transform: translateY(0%);
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: white;
  border: 1px solid var(--wp--preset--color--pink);
  transition: all 0.3s ease;
  box-sizing: border-box;
  transform: rotate(45deg) translate(-5px, -5px);
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item:hover .wpcf7-list-item-label::before {
  border-color: var(--wp--preset--color--pink);
  box-shadow: 0 0 0 3px rgba(243, 148, 30, 0.15);
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: var(--wp--preset--color--pink);
  border-color: var(--wp--preset--color--pink);
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio]:focus + .wpcf7-list-item-label::before {
  outline: 2px solid var(--wp--preset--color--pink);
  outline-offset: 2px;
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio]:disabled + .wpcf7-list-item-label {
  opacity: 0.5;
  cursor: not-allowed;
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio]:disabled + .wpcf7-list-item-label::before {
  border-color: #ccc;
  background-color: #f5f5f5;
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .wpcf7-form-control-wrap {
  display: flex;
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  /* Hide original checkbox - Accessible approach */
  /* Styles for when the box is checked */
  /* Focus style for accessibility */
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item:hover, body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item:focus {
  cursor: pointer;
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 1.5em;
  height: 1.5em;
  cursor: pointer;
  clip-path: inset(50%);
  clip: rect(0, 0, 0, 0);
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  display: block;
  padding-left: 1.5em; /* Space for the custom checkbox */
  /* The custom checkbox - cercle orange */
  /* The checkmark */
  /* Hover state */
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(0%);
  width: 1em;
  height: 1em;
  border-radius: 50%; /* Cercle */
  background-color: white;
  border: 1px solid var(--wp--preset--color--pink); /* Bordure orange */
  transition: all 0.3s ease;
  box-sizing: border-box;
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 0.25em;
  width: 0.3em;
  height: 0.6em;
  border: solid white;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  transform: rotate(45deg);
  top: 0;
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:hover::before {
  border-color: var(--wp--preset--color--pink);
  box-shadow: 0 0 0 2px rgba(243, 148, 30, 0.2);
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: var(--wp--preset--color--pink); /* Fond orange quand checked */
  border-color: var(--wp--preset--color--pink);
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:focus + .wpcf7-list-item-label::before {
  outline: 2px solid var(--wp--preset--color--pink);
  outline-offset: 2px;
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form #field-group_activity_checkbox {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--x-small);
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-form-control-wrap {
  flex-direction: column;
  gap: var(--wp--preset--spacing--x-small);
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  min-height: 1.5em;
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item.first {
  margin-left: 0px;
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  width: 100%;
  /* Hide original checkbox - Accessible approach */
  /* Label wrapper */
  /* Hover state */
  /* Checked state */
  /* Focus state (accessibility) */
  /* Focus-visible pour meilleure accessibilité clavier */
  /* Disabled state */
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: 1;
  clip-path: inset(50%);
  clip: rect(0, 0, 0, 0);
  margin: 0;
  padding: 0;
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  display: inline-flex;
  align-items: center;
  padding-left: 2em;
  position: relative;
  cursor: pointer;
  width: 100%;
  /* Custom circle (outer circle) */
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background-color: white;
  border: 1px solid var(--wp--preset--color--pink);
  transition: all 0.3s ease;
  box-sizing: border-box;
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label:hover .wpcf7-list-item-label::before {
  border-color: var(--wp--preset--color--pink);
  box-shadow: 0 0 0 3px rgba(243, 148, 30, 0.15);
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: var(--wp--preset--color--pink);
  border-color: var(--wp--preset--color--pink);
  border-width: 1px;
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox]:focus + .wpcf7-list-item-label::before {
  outline: 2px solid var(--wp--preset--color--pink);
  outline-offset: 2px;
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox]:focus-visible + .wpcf7-list-item-label::before {
  outline: 2px solid var(--wp--preset--color--pink);
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(243, 148, 30, 0.25);
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox]:disabled + .wpcf7-list-item-label {
  opacity: 0.5;
  cursor: not-allowed;
}
body:not(.editor-sidebar__panel) .has-pink-light-background-color .wpcf7-form #field-group_activity_checkbox .wpcf7-list-item label input[type=checkbox]:disabled + .wpcf7-list-item-label::before {
  border-color: #ccc;
  background-color: #f5f5f5;
}

.yh-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow-y: auto;
}
.yh-modal.fade-in {
  animation: yh-modal-side-fade-in 0.3s ease-out forwards;
}
.yh-modal.fade-out {
  animation: yh-modal-side-fade-out 0.3s ease-in forwards;
}
.yh-modal-close {
  position: absolute;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  top: var(--wp--preset--spacing--small);
  padding: var(--wp--preset--spacing--small);
  right: var(--wp--preset--spacing--small);
  backdrop-filter: blur(10px);
  border-radius: 99999px;
  overflow: hidden;
  aspect-ratio: 1/1;
  z-index: 1;
}
.yh-modal-close i {
  font-weight: bold;
  color: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--x-large);
}
.yh-modal-close i::after {
  font-weight: bold !important;
}
.yh-modal .modal-content {
  background-color: white;
  width: 80%;
  max-width: 768px;
  position: relative;
  max-height: 80vh;
  overflow-y: hidden;
}
.yh-modal .modal-content-wrapper {
  max-height: 100%;
  overflow-y: scroll;
}
.yh-modal .modal-content i.yh-icon-close {
  color: var(--wp--preset--color--black);
}
.yh-modal .modal-title {
  margin-top: 0px;
  margin-bottom: 0px;
}
.yh-modal .modal-body, .yh-modal .modal-title {
  padding: var(--wp--preset--spacing--large);
}
.yh-modal .modal-body {
  padding-top: 0px;
}

body.modal-is-open,
body.yh-modal-side-open {
  overflow: hidden;
}

@keyframes yh-modal-side-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes yh-modal-side-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* SCSS Variables */
/* Mixins */
#formBooking {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
}
#formBooking legend {
  display: none;
}
#formBooking .form-fieldset {
  border: 0px;
  padding: 0px;
}
#formBooking input, #formBooking select {
  border: 1px solid var(--wp--preset--color--secondary-light);
}
#formBooking .hostel-booking-dates label.placeholder:not(.has-value) {
  width: calc(100% - 2.5 * var(--wp--preset--spacing--medium));
}
#formBooking label.placeholder:not(.has-value) {
  width: calc(100% - 1 * var(--wp--preset--spacing--medium));
  background-color: var(--wp--preset--color--white);
}
#formBooking label.placeholder.has-value {
  color: var(--wp--preset--color--white);
  width: auto;
  background-color: var(--wp--preset--color--secondary);
}
#formBooking label.placeholder.has-value + input, #formBooking label.placeholder.has-value + select {
  opacity: 1;
}
#formBooking .radio-label span {
  font-size: var(--wp--preset--font-size--small);
}
#formBooking .hostel-booking-hostel label.placeholder, #formBooking .hostel-booking-dates label.placeholder {
  text-transform: uppercase;
  font-family: var(--wp--preset--font-family--heading);
}
#formBooking .hostel-booking-hostel label.placeholder:not(.has-value), #formBooking .hostel-booking-dates label.placeholder:not(.has-value) {
  font-size: var(--wp--preset--font-size--medium);
}
#formBooking .hostel-booking-hostel label.placeholder.has-value, #formBooking .hostel-booking-dates label.placeholder.has-value {
  font-size: var(--wp--preset--font-size--small);
}
#formBooking .hostel-booking-hostel {
  width: 100%;
  order: 1;
  margin: 0;
}
@media (min-width: 599px) {
  #formBooking .hostel-booking-hostel {
    width: calc(33.33333% - 0.5rem);
  }
}
@media (min-width: 782px) {
  #formBooking .hostel-booking-hostel {
    width: calc(25% - 0.5rem);
  }
}
.wp-block-youthhostels-hostel-hero #formBooking .hostel-booking-hostel {
  width: 100%;
}

#formBooking .hostel-booking-dates {
  width: 100%;
  order: 2;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 1rem;
}
@media (min-width: 599px) {
  #formBooking .hostel-booking-dates {
    width: calc(66.66666% - 0.5rem);
  }
}
@media (min-width: 782px) {
  #formBooking .hostel-booking-dates {
    width: calc(50% - 1rem);
  }
}
#formBooking .hostel-booking-dates input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: var(--wp--preset--font-family--base);
}
.wp-block-youthhostels-hostel-hero #formBooking .hostel-booking-dates {
  flex-wrap: wrap;
  width: 100%;
}

#formBooking .hostel-booking-dates .form-field {
  width: 100%;
  gap: 1rem;
}
@media (min-width: 319px) {
  #formBooking .hostel-booking-dates .form-field {
    width: calc(50% - 0.5rem);
  }
}
.wp-block-youthhostels-hostel-hero #formBooking .hostel-booking-dates .form-field {
  width: 100%;
}

#formBooking .hostel-booking-group {
  order: 3;
  width: 100%;
}
@media (min-width: 599px) {
  #formBooking .hostel-booking-group {
    order: 3;
    width: auto;
  }
}
@media (min-width: 782px) {
  #formBooking .hostel-booking-group {
    order: 4;
  }
}
#formBooking .hostel-booking-group button {
  width: 100%;
  padding: 0;
}
@media (min-width: 782px) {
  #formBooking .hostel-booking-group button {
    margin: 0;
    width: auto;
  }
}
#formBooking .hostel-booking-type {
  order: 3;
}
#formBooking .hostel-booking-type-option {
  order: 3;
  display: none;
  width: 100%;
  margin: 0px;
  flex-direction: column;
  gap: var(--wp--preset--spacing--x-small);
}
#formBooking .hostel-booking-type-option label:not(.has-value) {
  top: 1.25rem;
  font-size: var(--wp--preset--font-size--small);
}
#formBooking .hostel-booking-type-option.active {
  display: flex;
}
#formBooking .hostel-booking-type-option span, #formBooking .hostel-booking-type-option select {
  font-size: var(--wp--preset--font-size--small);
}
#formBooking .hostel-booking-type-option select {
  min-height: 40px;
}
#formBooking .hostel-booking-submit {
  width: 100%;
  order: 3;
}
@media (min-width: 599px) {
  #formBooking .hostel-booking-submit {
    order: 4;
    width: 50%;
  }
}
@media (min-width: 782px) {
  #formBooking .hostel-booking-submit {
    order: 3;
    width: calc(25% - 0.5rem);
  }
}
.wp-block-youthhostels-hostel-hero #formBooking .hostel-booking-submit {
  width: 100%;
}

#formBooking .hostel-booking-submit button {
  width: 100%;
}
#formBooking .hostel-booking-cancel {
  width: 100%;
  height: auto;
  display: flex;
  margin-left: 0;
  justify-content: flex-end;
  align-items: flex-end;
  align-self: flex-end;
  justify-self: flex-end;
  order: 5;
}
@media (min-width: 599px) {
  #formBooking .hostel-booking-cancel {
    order: 6;
    width: 50%;
    margi-left: auto;
  }
}
@media (min-width: 782px) {
  #formBooking .hostel-booking-cancel {
    order: 6;
    width: auto;
  }
}
#formBooking .hostel-booking-cancel a {
  width: 100%;
}
.wp-block-youthhostels-hostel-hero #formBooking .hostel-booking-cancel {
  margin-left: 0px;
}
.wp-block-youthhostels-hostel-hero #formBooking .hostel-booking-cancel a {
  width: 100%;
}

#formBooking .hostel-booking-international {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 5;
}
@media (min-width: 599px) {
  #formBooking .hostel-booking-international {
    width: auto;
  }
}
@media (min-width: 782px) {
  #formBooking .hostel-booking-international {
    margin-left: 0;
    margin-right: auto;
  }
}
#formBooking .hostel-booking-modal-body .form-fieldset + .optionIndividual, #formBooking .hostel-booking-modal-body .form-fieldset + .optionFamily, #formBooking .hostel-booking-modal-body .form-fieldset + .optionGroup {
  padding-top: 1rem;
  margin: 0px;
}
#formBooking .hostel-booking-modal-body select {
  border: 1px solid var(--wp--preset--color--secondary-light);
}
@media (max-width: 782px) {
  #formBooking.has-responsive-modal {
    display: flex !important;
    flex-direction: column;
    gap: var(--wp--preset--spacing--small);
  }
  #formBooking.has-responsive-modal .hostel-booking-hostel,
  #formBooking.has-responsive-modal .hostel-booking-dates,
  #formBooking.has-responsive-modal .hostel-booking-type,
  #formBooking.has-responsive-modal .hostel-booking-type-option {
    width: 100%;
    margin: 0;
  }
  #formBooking.has-responsive-modal .hostel-booking-dates {
    flex-direction: column;
  }
  #formBooking.has-responsive-modal .hostel-booking-dates .form-field {
    width: 100%;
  }
  #formBooking.has-responsive-modal .hostel-booking-submit {
    width: 100%;
    order: 10;
  }
  #formBooking.has-responsive-modal .hostel-booking-submit button {
    width: 100%;
  }
  #formBooking.has-responsive-modal .hostel-booking-cancel,
  #formBooking.has-responsive-modal .hostel-booking-international {
    width: 100%;
    margin: 0;
    justify-content: center;
  }
}
@media (min-width: 782px) {
  #formBooking.has-responsive-modal {
    display: flex !important;
  }
}

.booking-form-modal-trigger {
  width: 100%;
  margin: 0;
  padding: 0;
  transform: rotate(-5deg);
}
.booking-form-modal-trigger span {
  width: 100%;
  display: block;
  text-align: center;
  text-transform: initial;
  font-weight: 400;
}
.booking-form-modal-trigger-wrapper {
  display: block;
  margin-bottom: var(--wp--preset--spacing--small);
  margin-right: 5%;
}
@media (min-width: 319px) {
  .booking-form-modal-trigger-wrapper {
    margin-right: 5%;
  }
}
@media (min-width: 782px) {
  .booking-form-modal-trigger-wrapper {
    display: none !important;
  }
}
.booking-form-modal-trigger-wrapper button span {
  line-height: 0.8em;
}
.booking-form-full-modal .modal-content {
  max-height: 90vh;
  overflow-y: auto;
  width: 95%;
  max-width: 500px;
}
.booking-form-full-modal .modal-body {
  padding: var(--wp--preset--spacing--small);
}
.booking-form-full-modal .modal-body form {
  margin: 0;
}
@media (min-width: 782px) {
  .booking-form-full-modal {
    display: none !important;
  }
}

#booking-form-placeholder {
  display: none !important;
}