@charset "UTF-8";
/* SCSS Variables */
/* Mixins */
.hero-meta-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hero-meta-list.is-two-columns {
  column-count: 1;
  row-gap: var(--wp--preset--spacing--small);
  column-gap: var(--wp--preset--spacing--small);
}
@media (min-width: 599px) {
  .hero-meta-list.is-two-columns {
    column-count: 2;
  }
}
.hero-meta-list.is-two-columns li {
  width: 100%;
  break-inside: avoid-column;
  padding: 0.25rem 0px;
}
.hero-meta-list:not(.is-two-columns) {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--small);
}
.hero-meta-list li {
  font-weight: 700;
  color: var(--wp--preset--color--dark);
  display: inline-flex;
  gap: 0.5rem;
  font-size: var(--wp--preset--font-size--base);
}
.hero-meta-list li i {
  font-size: 1.25rem;
  width: 28px;
  height: 28px;
  min-width: 28px;
}
.hero-meta-list li i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.hero-meta-list li i {
  border: 1px solid var(--wp--preset--color--black-300);
  transform: translateY(-4px);
}
.hero-meta-list li:last-child {
  margin-bottom: 0;
}

.taxonomy-related-hostels,
.activity-meta-info-periods,
.taxonomy-activity-package,
.taxonomy-activity-type,
.item-meta-info {
  font-weight: 700;
  color: var(--wp--preset--color--dark);
  display: inline-flex;
  gap: 0.5rem;
  font-size: var(--wp--preset--font-size--small);
}
.taxonomy-related-hostels i,
.activity-meta-info-periods i,
.taxonomy-activity-package i,
.taxonomy-activity-type i,
.item-meta-info i {
  font-size: 0.875rem;
  width: 16px;
  height: 16px;
  min-width: 16px;
}
.taxonomy-related-hostels i,
.activity-meta-info-periods i,
.taxonomy-activity-package i,
.taxonomy-activity-type i,
.item-meta-info i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.item-meta-info-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

/* SCSS Variables */
/* Mixins */
.hero-columns {
  gap: var(--wp--preset--spacing--x-small);
}
.hero-columns .hero-left-column {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--large);
}

@media (min-width: 782px) {
  .wp-block-youthhostels-page-hero h1, .wp-block-youthhostels-page-hero .wp-block-buttons,
  .wp-block-youthhostels-meltingpot-hero h1,
  .wp-block-youthhostels-meltingpot-hero .wp-block-buttons {
    margin-right: -12.5%;
  }
}

.wp-block-youthhostels-meltingpot-hero .landing-hero-left-column,
.wp-block-youthhostels-page-hero .landing-hero-left-column {
  order: 2;
}
@media (min-width: 782px) {
  .wp-block-youthhostels-meltingpot-hero .landing-hero-left-column,
  .wp-block-youthhostels-page-hero .landing-hero-left-column {
    order: 1;
  }
}
.wp-block-youthhostels-meltingpot-hero .landing-hero-right-column,
.wp-block-youthhostels-page-hero .landing-hero-right-column {
  z-index: -1;
  position: relative;
  overflow: visible;
  order: 1;
  min-height: 250px;
}
@media (min-width: 782px) {
  .wp-block-youthhostels-meltingpot-hero .landing-hero-right-column,
  .wp-block-youthhostels-page-hero .landing-hero-right-column {
    order: 2;
  }
}
.wp-block-youthhostels-meltingpot-hero .landing-hero-right-column .wp-block-post-featured-image,
.wp-block-youthhostels-page-hero .landing-hero-right-column .wp-block-post-featured-image {
  position: absolute;
  left: -2rem;
  right: -2rem;
  top: 0;
  transform: translateY(calc(-1 * var(--wp--preset--spacing--xx-large)));
  /*mask:url("../../assets/shapes/landing-hero-shape-rotate.svg") no-repeat 0% 100% / 100% 150%;
  -webkit-mask:url("../../assets/shapes/landing-hero-shape-rotate.svg") no-repeat 0% 100% / 100% 150%;*/
  margin-bottom: 0px;
  mask: url("../../assets/shapes/landing-hero-shape-rotate.svg") no-repeat 50% 60%/100% 100vw;
  -webkit-mask: url("../../assets/shapes/landing-hero-shape-rotate.svg") no-repeat 50% 60%/100% 100vw;
  margin-bottom: 0px;
  height: 100%;
  aspect-ratio: unset;
  min-width: 105vw;
}
@media (min-width: 599px) {
  .wp-block-youthhostels-meltingpot-hero .landing-hero-right-column .wp-block-post-featured-image,
  .wp-block-youthhostels-page-hero .landing-hero-right-column .wp-block-post-featured-image {
    min-width: 100%;
    aspect-ratio: unset;
    height: 250px;
    mask: url("../../assets/shapes/landing-hero-shape-rotate.svg") no-repeat 50% 100%/200% 200%;
    -webkit-mask: url("../../assets/shapes/landing-hero-shape-rotate.svg") no-repeat 50% 100%/200% 200%;
  }
}
@media (min-width: 782px) {
  .wp-block-youthhostels-meltingpot-hero .landing-hero-right-column .wp-block-post-featured-image,
  .wp-block-youthhostels-page-hero .landing-hero-right-column .wp-block-post-featured-image {
    left: 0;
    top: 0;
    right: calc(-1 * (100vw - 100%));
    height: calc(100% + 2 * var(--wp--preset--spacing--xxxxxx-large));
    transform: translateY(calc(-1 * var(--wp--preset--spacing--xxxxxx-large)));
    mask: url("../../assets/shapes/landing-hero-shape.svg") no-repeat 0% 60%/100% 200%;
    -webkit-mask: url("../../assets/shapes/landing-hero-shape.svg") no-repeat 0% 60%/100% 200%;
  }
}
@media (min-width: 991px) {
  .wp-block-youthhostels-meltingpot-hero .landing-hero-right-column .wp-block-post-featured-image,
  .wp-block-youthhostels-page-hero .landing-hero-right-column .wp-block-post-featured-image {
    mask: url("../../assets/shapes/landing-hero-shape.svg") no-repeat 20% 50%/120% 100%;
    -webkit-mask: url("../../assets/shapes/landing-hero-shape.svg") no-repeat 20% 50%/120% 100%;
    width: 50vw;
    right: -2rem;
    left: 0;
  }
}
@media (min-width: 1199px) {
  .wp-block-youthhostels-meltingpot-hero .landing-hero-right-column .wp-block-post-featured-image,
  .wp-block-youthhostels-page-hero .landing-hero-right-column .wp-block-post-featured-image {
    mask: url("../../assets/shapes/landing-hero-shape.svg") no-repeat 50% 50%/100% 100%;
    -webkit-mask: url("../../assets/shapes/landing-hero-shape.svg") no-repeat 50% 50%/100% 100%;
  }
}
@media (min-width: 1399px) {
  .wp-block-youthhostels-meltingpot-hero .landing-hero-right-column .wp-block-post-featured-image,
  .wp-block-youthhostels-page-hero .landing-hero-right-column .wp-block-post-featured-image {
    mask: url("../../assets/shapes/landing-hero-shape.svg") no-repeat 50% 50%/50vw 50vw;
    -webkit-mask: url("../../assets/shapes/landing-hero-shape.svg") no-repeat 50% 50%/50vw 50vw;
  }
}
.wp-block-youthhostels-meltingpot-hero .landing-hero-right-column .wp-block-post-featured-image picture,
.wp-block-youthhostels-page-hero .landing-hero-right-column .wp-block-post-featured-image picture {
  height: 100%;
  width: 100%;
}
.wp-block-youthhostels-meltingpot-hero .landing-hero-right-column .wp-block-post-featured-image img,
.wp-block-youthhostels-page-hero .landing-hero-right-column .wp-block-post-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (min-width: 782px) {
  .wp-block-youthhostels-meltingpot-hero .landing-hero-right-column .wp-block-post-featured-image img,
  .wp-block-youthhostels-page-hero .landing-hero-right-column .wp-block-post-featured-image img {
    transform: rotate(0deg);
  }
}

/* SCSS Variables */
/* Mixins */
.hero-meta-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hero-meta-list.is-two-columns {
  column-count: 1;
  row-gap: var(--wp--preset--spacing--small);
  column-gap: var(--wp--preset--spacing--small);
}
@media (min-width: 599px) {
  .hero-meta-list.is-two-columns {
    column-count: 2;
  }
}
.hero-meta-list.is-two-columns li {
  width: 100%;
  break-inside: avoid-column;
  padding: 0.25rem 0px;
}
.hero-meta-list:not(.is-two-columns) {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--small);
}
.hero-meta-list li {
  font-weight: 700;
  color: var(--wp--preset--color--dark);
  display: inline-flex;
  gap: 0.5rem;
  font-size: var(--wp--preset--font-size--base);
}
.hero-meta-list li i {
  font-size: 1.25rem;
  width: 28px;
  height: 28px;
  min-width: 28px;
}
.hero-meta-list li i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.hero-meta-list li i {
  border: 1px solid var(--wp--preset--color--black-300);
  transform: translateY(-4px);
}
.hero-meta-list li:last-child {
  margin-bottom: 0;
}

.taxonomy-related-hostels,
.activity-meta-info-periods,
.taxonomy-activity-package,
.taxonomy-activity-type,
.item-meta-info {
  font-weight: 700;
  color: var(--wp--preset--color--dark);
  display: inline-flex;
  gap: 0.5rem;
  font-size: var(--wp--preset--font-size--small);
}
.taxonomy-related-hostels i,
.activity-meta-info-periods i,
.taxonomy-activity-package i,
.taxonomy-activity-type i,
.item-meta-info i {
  font-size: 0.875rem;
  width: 16px;
  height: 16px;
  min-width: 16px;
}
.taxonomy-related-hostels i,
.activity-meta-info-periods i,
.taxonomy-activity-package i,
.taxonomy-activity-type i,
.item-meta-info i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.item-meta-info-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

/* SCSS Variables */
/* Mixins */
.activity-item,
.event-item,
.group-activity-item,
.activity-type-item,
.childcare-youth-item,
.birthday-item {
  background-color: var(--wp--preset--color--white);
  padding: var(--wp--preset--spacing--large);
  padding-bottom: 0px;
  display: flex;
  flex-direction: column;
  box-shadow: var(--wp--preset--shadow--default);
  border-radius: 1rem;
  transition: all 0.3s ease;
  gap: var(--wp--preset--spacing--x-small);
}
.activity-item:hover, .activity-item:focus,
.event-item:hover,
.event-item:focus,
.group-activity-item:hover,
.group-activity-item:focus,
.activity-type-item:hover,
.activity-type-item:focus,
.childcare-youth-item:hover,
.childcare-youth-item:focus,
.birthday-item:hover,
.birthday-item:focus {
  box-shadow: var(--wp--preset--shadow--hover);
}
.activity-item-title,
.event-item-title,
.group-activity-item-title,
.activity-type-item-title,
.childcare-youth-item-title,
.birthday-item-title {
  font-family: var(--wp--preset--font-family--heading);
  font-size: var(--wp--preset--font-size--x-large);
  text-transform: uppercase;
  margin: 0px;
}
.activity-item-title .post-title-second,
.event-item-title .post-title-second,
.group-activity-item-title .post-title-second,
.activity-type-item-title .post-title-second,
.childcare-youth-item-title .post-title-second,
.birthday-item-title .post-title-second {
  text-transform: initial;
}
.activity-item .wp-block-buttons,
.event-item .wp-block-buttons,
.group-activity-item .wp-block-buttons,
.activity-type-item .wp-block-buttons,
.childcare-youth-item .wp-block-buttons,
.birthday-item .wp-block-buttons {
  order: 3;
  align-items: flex-end;
  justify-content: flex-end;
  transform: translateX(var(--wp--preset--spacing--large));
}
.activity-item .wp-block-buttons .wp-block-button__link,
.event-item .wp-block-buttons .wp-block-button__link,
.group-activity-item .wp-block-buttons .wp-block-button__link,
.activity-type-item .wp-block-buttons .wp-block-button__link,
.childcare-youth-item .wp-block-buttons .wp-block-button__link,
.birthday-item .wp-block-buttons .wp-block-button__link {
  padding-left: var(--wp--preset--spacing--large) !important;
  padding-right: var(--wp--preset--spacing--large) !important;
  border-top-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.activity-item .query-item-card-favorite,
.event-item .query-item-card-favorite,
.group-activity-item .query-item-card-favorite,
.activity-type-item .query-item-card-favorite,
.childcare-youth-item .query-item-card-favorite,
.birthday-item .query-item-card-favorite {
  z-index: 3 !important;
}
.activity-item .query-item-card-favorite button,
.event-item .query-item-card-favorite button,
.group-activity-item .query-item-card-favorite button,
.activity-type-item .query-item-card-favorite button,
.childcare-youth-item .query-item-card-favorite button,
.birthday-item .query-item-card-favorite button {
  z-index: 1;
  border: 0px;
  background-color: transparent;
}
.activity-item .query-item-card-favorite button:hover, .activity-item .query-item-card-favorite button:focus,
.event-item .query-item-card-favorite button:hover,
.event-item .query-item-card-favorite button:focus,
.group-activity-item .query-item-card-favorite button:hover,
.group-activity-item .query-item-card-favorite button:focus,
.activity-type-item .query-item-card-favorite button:hover,
.activity-type-item .query-item-card-favorite button:focus,
.childcare-youth-item .query-item-card-favorite button:hover,
.childcare-youth-item .query-item-card-favorite button:focus,
.birthday-item .query-item-card-favorite button:hover,
.birthday-item .query-item-card-favorite button:focus {
  cursor: pointer;
}
.activity-item-informations,
.event-item-informations,
.group-activity-item-informations,
.activity-type-item-informations,
.childcare-youth-item-informations,
.birthday-item-informations {
  order: 2;
  gap: 1rem;
  display: flex;
  flex-direction: column;
}
.activity-item-details,
.event-item-details,
.group-activity-item-details,
.activity-type-item-details,
.childcare-youth-item-details,
.birthday-item-details {
  order: 1;
}
.activity-item-meta-info,
.event-item-meta-info,
.group-activity-item-meta-info,
.activity-type-item-meta-info,
.childcare-youth-item-meta-info,
.birthday-item-meta-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.activity-item-thumbnail,
.event-item-thumbnail,
.group-activity-item-thumbnail,
.activity-type-item-thumbnail,
.childcare-youth-item-thumbnail,
.birthday-item-thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.activity-item-thumbnail-wrapper img,
.event-item-thumbnail-wrapper img,
.group-activity-item-thumbnail-wrapper img,
.activity-type-item-thumbnail-wrapper img,
.childcare-youth-item-thumbnail-wrapper img,
.birthday-item-thumbnail-wrapper img {
  transition: all 0.3s ease-in-out;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: inherit;
  max-width: 120%;
  max-height: 120%;
}
.activity-item-excerpt,
.event-item-excerpt,
.group-activity-item-excerpt,
.activity-type-item-excerpt,
.childcare-youth-item-excerpt,
.birthday-item-excerpt {
  display: none;
}
@media (min-width: 782px) {
  .activity-item-excerpt,
  .event-item-excerpt,
  .group-activity-item-excerpt,
  .activity-type-item-excerpt,
  .childcare-youth-item-excerpt,
  .birthday-item-excerpt {
    display: block;
  }
}
.activity-item-excerpt ul,
.event-item-excerpt ul,
.group-activity-item-excerpt ul,
.activity-type-item-excerpt ul,
.childcare-youth-item-excerpt ul,
.birthday-item-excerpt ul {
  margin-left: 0px;
  padding-left: calc(1rem + 3px);
  list-style: disc;
  line-height: 1em;
}
.activity-item-excerpt ul li,
.event-item-excerpt ul li,
.group-activity-item-excerpt ul li,
.activity-type-item-excerpt ul li,
.childcare-youth-item-excerpt ul li,
.birthday-item-excerpt ul li {
  font-size: var(--wp--preset--font-size--x-small);
}
.activity-item-excerpt ul li::marker,
.event-item-excerpt ul li::marker,
.group-activity-item-excerpt ul li::marker,
.activity-type-item-excerpt ul li::marker,
.childcare-youth-item-excerpt ul li::marker,
.birthday-item-excerpt ul li::marker {
  font-size: 1rem;
  color: var(--wp--preset--color--primary);
}
.activity-item-excerpt ul li:not(:last-child):after,
.event-item-excerpt ul li:not(:last-child):after,
.group-activity-item-excerpt ul li:not(:last-child):after,
.activity-type-item-excerpt ul li:not(:last-child):after,
.childcare-youth-item-excerpt ul li:not(:last-child):after,
.birthday-item-excerpt ul li:not(:last-child):after {
  margin-top: 0.25rem;
}

.hostel-item,
.activity-item,
.event-item,
.group-activity-item,
.media-center-item,
.job-item,
.post-item,
.persona-item,
.catering-offer-item,
.activity-type-item,
.childcare-youth-item,
.birthday-item,
.childcare-youth-type-item {
  position: relative;
}
.hostel-item *,
.activity-item *,
.event-item *,
.group-activity-item *,
.media-center-item *,
.job-item *,
.post-item *,
.persona-item *,
.catering-offer-item *,
.activity-type-item *,
.childcare-youth-item *,
.birthday-item *,
.childcare-youth-type-item * {
  transition: all 0.3s ease;
}
.hostel-item:hover img, .hostel-item:focus img,
.activity-item:hover img,
.activity-item:focus img,
.event-item:hover img,
.event-item:focus img,
.group-activity-item:hover img,
.group-activity-item:focus img,
.media-center-item:hover img,
.media-center-item:focus img,
.job-item:hover img,
.job-item:focus img,
.post-item:hover img,
.post-item:focus img,
.persona-item:hover img,
.persona-item:focus img,
.catering-offer-item:hover img,
.catering-offer-item:focus img,
.activity-type-item:hover img,
.activity-type-item:focus img,
.childcare-youth-item:hover img,
.childcare-youth-item:focus img,
.birthday-item:hover img,
.birthday-item:focus img,
.childcare-youth-type-item:hover img,
.childcare-youth-type-item:focus img {
  transform: scale(1.05);
}
.hostel-item .query-item-card-link,
.activity-item .query-item-card-link,
.event-item .query-item-card-link,
.group-activity-item .query-item-card-link,
.media-center-item .query-item-card-link,
.job-item .query-item-card-link,
.post-item .query-item-card-link,
.persona-item .query-item-card-link,
.catering-offer-item .query-item-card-link,
.activity-type-item .query-item-card-link,
.childcare-youth-item .query-item-card-link,
.birthday-item .query-item-card-link,
.childcare-youth-type-item .query-item-card-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

/* SCSS Variables */
/* Mixins */
.group-activity-item {
  width: calc(100% - 3 * var(--wp--preset--spacing--large));
}
@media (min-width: 782px) {
  .group-activity-item {
    max-width: 100%;
    width: calc(368px - 2 * var(--wp--preset--spacing--large));
  }
}
@media (min-width: 599px) {
  .group-activity-item:not(.group-activity-item-long) {
    max-width: 368px;
  }
}
.card-link-is-hovered .group-activity-item .wp-block-buttons .wp-block-button__link {
  background-color: var(--wp--preset--color--purple-dark) !important;
}
.card-link-is-hovered .group-activity-item .group-activity-item-thumbnail-wrapper img {
  transform: scale(1.05);
}

.group-activity-item-meta-info {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.group-activity-item-meta-info-list {
  z-index: -1;
  pointer-events: none;
}
.group-activity-item-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.group-activity-item-thumbnail-wrapper {
  overflow: hidden;
  background-color: var(--wp--preset--color--purple-light);
  mask: url("../../assets/shapes/group-activity-shape.svg") no-repeat center/contain;
  -webkit-mask: url("../../assets/shapes/group-activity-shape.svg") no-repeat center/contain;
  position: relative;
  width: 135px;
  height: 160px;
}
@media (min-width: 991px) {
  .group-activity-item-thumbnail-wrapper {
    width: 160px;
    height: 190px;
  }
}
.group-activity-item-thumbnail-wrapper:before {
  background-image: url("../../assets/shapes/group-activity-shape-border.svg");
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
  background-size: contain;
  background-repeat: no-repeat;
}
.group-activity-item-thumbnail-wrapper img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: inherit;
}
.group-activity-item-title {
  color: var(--wp--preset--color--purple);
}
.group-activity-item-excerpt {
  font-size: var(--wp--preset--font-size--x-small);
}
.group-activity-item-excerpt p, .group-activity-item-excerpt li {
  font-size: var(--wp--preset--font-size--x-small);
}
.group-activity-item-excerpt p {
  margin-bottom: 0px;
}
.group-activity-item-excerpt p:first-child {
  margin-top: 0px;
}
.group-activity-item .wp-block-buttons {
  order: 5;
}
.group-activity-item .wp-block-button__link.group-activity-stay-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}
.group-activity-item .wp-block-button__link.group-activity-stay-button i {
  font-size: 1.5rem;
  max-height: 10px;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-1px);
}
.group-activity-item-informations {
  padding-bottom: var(--wp--preset--spacing--small);
  padding-right: 160px;
}
.group-activity-item-details {
  position: absolute;
  right: calc(-1 * var(--wp--preset--spacing--large));
  margin-top: calc(-1 * var(--wp--preset--spacing--xxxxx-large));
}
@media (min-width: 782px) {
  .group-activity-item-details {
    right: -1rem;
  }
}
.group-activity-item-details-metas {
  order: 2;
}
@media (min-width: 782px) {
  .group-activity-item-details-metas {
    padding-right: 40%;
    order: 3;
  }
}
@media (min-width: 991px) {
  .group-activity-item-details-metas {
    padding-right: 0px;
  }
}
.group-activity-item-yh {
  position: absolute;
  right: calc(135px - var(--wp--preset--spacing--large));
  top: calc(1 * var(--wp--preset--spacing--small));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 0.25rem;
}
@media (min-width: 991px) {
  .group-activity-item-yh {
    right: calc(160px - var(--wp--preset--spacing--large));
  }
}
@media (min-width: 1199px) {
  .group-activity-item-yh {
    right: calc(160px - var(--wp--preset--spacing--large));
  }
}
.group-activity-item-yh i {
  width: 48px;
  height: 48px;
  background-color: var(--wp--preset--color--purple);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: var(--wp--preset--color--white);
}
.group-activity-item-yh i:before {
  padding-bottom: 4px;
}
.group-activity-item .query-item-card-favorite {
  order: 3;
  z-index: 4;
}
.group-activity-item-long {
  flex-direction: column !important;
  width: calc(100% - 2 * var(--wp--preset--spacing--large));
  padding-bottom: var(--wp--preset--spacing--medium) !important;
  gap: var(--wp--preset--spacing--small) !important;
  justify-content: space-between;
  background-color: var(--wp--preset--color--white);
}
@media (min-width: 782px) {
  .group-activity-item-long {
    flex-direction: row !important;
    background: url("../../assets/shapes/group-activity-bg-shape.svg") no-repeat right center/65% auto;
  }
}
@media (min-width: 991px) {
  .group-activity-item-long {
    background: url("../../assets/shapes/group-activity-bg-shape.svg") no-repeat right center/250px auto;
  }
}
@media (min-width: 1199px) {
  .group-activity-item-long {
    gap: var(--wp--preset--spacing--large) !important;
    background: url("../../assets/shapes/group-activity-bg-shape.svg") no-repeat right center/300px auto;
  }
}
.group-activity-item-long .group-activity-item-details {
  order: 3;
  position: absolute;
  right: -1rem;
  margin-top: calc(-1 * var(--wp--preset--spacing--xxx-large));
}
@media (min-width: 991px) {
  .group-activity-item-long .group-activity-item-details {
    right: auto;
    order: 2;
    position: relative;
  }
}
.group-activity-item-long .group-activity-item-details-meta {
  width: 100%;
}
@media (min-width: 782px) {
  .group-activity-item-long .group-activity-item-details-meta {
    width: 160px;
  }
}
@media (min-width: 1199px) {
  .group-activity-item-long .group-activity-item-details-meta {
    width: 210px;
  }
}
.group-activity-item-long .group-activity-item-informations {
  width: calc(100% - 70px);
  padding-right: 0px;
}
@media (min-width: 782px) {
  .group-activity-item-long .group-activity-item-informations {
    width: 50%;
  }
}
@media (min-width: 991px) {
  .group-activity-item-long .group-activity-item-informations {
    width: 100%;
  }
}
.group-activity-item-long .group-activity-item-thumbnail {
  background-color: var(--wp--preset--color--purple-light);
}
.group-activity-item-long .group-activity-item-thumbnail-wrapper {
  width: 135px;
  height: 160px;
}
@media (min-width: 991px) {
  .group-activity-item-long .group-activity-item-thumbnail-wrapper {
    width: 160px;
    height: 190px;
  }
}
@media (min-width: 1199px) {
  .group-activity-item-long .group-activity-item-thumbnail-wrapper {
    width: 190px;
    height: 223px;
  }
}
.group-activity-item-long .group-activity-item-yh {
  position: absolute;
  right: calc(135px - var(--wp--preset--spacing--large));
}
@media (min-width: 991px) {
  .group-activity-item-long .group-activity-item-yh {
    right: calc(160px - var(--wp--preset--spacing--large));
  }
}
@media (min-width: 1199px) {
  .group-activity-item-long .group-activity-item-yh {
    right: calc(190px - var(--wp--preset--spacing--large));
  }
}
.group-activity-item-long .group-activity-item-excerpt {
  gap: var(--wp--preset--spacing--x-small);
  display: flex;
  flex-direction: column;
  font-size: var(--wp--preset--font-size--x-small);
  display: none;
}
@media (min-width: 782px) {
  .group-activity-item-long .group-activity-item-excerpt {
    display: flex;
  }
}
.group-activity-item-long .group-activity-item-excerpt hr {
  width: 110px;
  max-width: 50%;
  border-color: var(--wp--preset--color--black);
  margin: 0;
  border-bottom-width: 0;
  border-top-width: 1px;
}
.group-activity-item-long .group-activity-item-excerpt p {
  font-size: var(--wp--preset--font-size--x-small);
}
.group-activity-item-long .group-activity-item-excerpt ul {
  font-size: var(--wp--preset--font-size--x-small);
}
.group-activity-item-long .group-activity-item-excerpt ul li {
  font-size: var(--wp--preset--font-size--x-small);
  padding-bottom: 0.25rem;
}
.group-activity-item-long .group-activity-item-excerpt ul li::marker {
  color: var(--wp--preset--color--purple);
}
.group-activity-item-long .grouped-meta-and-favorite {
  order: 3;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
  width: calc(100% - 70px);
  padding-bottom: 1rem;
}
@media (min-width: 782px) {
  .group-activity-item-long .grouped-meta-and-favorite {
    width: 65%;
    padding-bottom: 0px;
  }
}
@media (min-width: 991px) {
  .group-activity-item-long .grouped-meta-and-favorite {
    padding-right: 0px;
    width: 160px;
    gap: 0.5rem;
    min-width: 160px;
  }
}
@media (min-width: 1199px) {
  .group-activity-item-long .grouped-meta-and-favorite {
    gap: 1rem;
    width: 210px;
    min-width: 210px;
  }
}
.group-activity-item-long .wp-block-buttons {
  position: absolute;
  right: 0;
  top: auto;
  bottom: 0;
  left: auto;
  transform: translate(0, 0) !important;
}
@media (min-width: 782px) {
  .group-activity-item-long .wp-block-buttons {
    left: 0 !important;
    right: auto;
  }
}
.group-activity-item-long .wp-block-buttons .wp-block-button__link {
  white-space: nowrap;
}
.group-activity-item-long .wp-block-buttons .wp-block-button .wp-block-button__link {
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}
@media (min-width: 782px) {
  .group-activity-item-long .wp-block-buttons .wp-block-button .wp-block-button__link {
    border-top-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }
}
.group-activity-item-long .query-item-card-favorite {
  top: var(--wp--preset--spacing--small);
  right: var(--wp--preset--spacing--small);
}
.group-activity-item-long .query-item-card-favorite button {
  width: auto;
  padding: 0px;
}
@media (min-width: 991px) {
  .group-activity-item-long .query-item-card-favorite button {
    width: 100%;
  }
}
.group-activity-item-long .query-item-card-favorite button .wp-block-button__link {
  width: 100%;
}

/* SCSS Variables */
/* Mixins */
.activities-archive-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: var(--wp--preset--spacing--medium, 2rem);
  gap: var(--wp--preset--spacing--medium);
}
@media (min-width: 782px) {
  .activities-archive-container {
    gap: var(--wp--preset--spacing--xxxx-large);
  }
}
@media (min-width: 991px) {
  .activities-archive-container {
    gap: var(--wp--preset--spacing--xxxxxx-large);
  }
}

.activities-archive-filters #apply-filters-button fieldset.filter-group ul li .youthhostels-icon {
  color: var(--wp--preset--color--green);
  border-color: var(--wp--preset--color--green-border);
}

.activities-archive-results {
  flex: 2 1 0%;
  min-width: 0;
}
.activities-archive-results #activities-list-content article {
  border: 1px solid #eee;
  padding: var(--wp--preset--spacing--small, 1rem);
  margin-bottom: var(--wp--preset--spacing--medium, 1.5rem);
}
.activities-archive-results #activities-list-content article h3 {
  margin-top: 0;
}
.activities-archive-results #load-more-activities {
  display: block;
  margin: var(--wp--preset--spacing--medium, 2rem) auto 0;
}

@media (min-width: 782px) {
  .activities-archive-container {
    flex-direction: column;
  }
  .activities-archive-filters {
    max-width: 100%;
    border-right: none;
  }
}
/* SCSS Variables */
/* Mixins */
#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;
  }
}
.single-group-activity .hero-meta-list .meta-item, .single-group-activity .hero-meta-list .taxonomy-item, .single-group-activity .hero-meta-list .term-item {
  color: var(--wp--preset--color--purple);
}
.single-group-activity .hero-meta-list .meta-item i, .single-group-activity .hero-meta-list .taxonomy-item i, .single-group-activity .hero-meta-list .term-item i {
  border-color: var(--wp--preset--color--purple-border);
}
.single-group-activity .wp-block-youthhostels-group-activity-hero .wp-block-post-featured-image {
  z-index: -2;
  aspect-ratio: 596/708;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: contain;
  margin: 0px;
  transform: translateY(-5%);
  overflow: hidden;
  object-fit: cover;
  mask: url("../../assets/shapes/group-activity-shape.svg") no-repeat center/contain;
  -webkit-mask: url("../../assets/shapes/group-activity-shape.svg") no-repeat center/contain;
  transform-origin: 0 50%;
  transform: scale(1.1) translate(-16%, -8%);
  width: auto;
  height: 40vh;
  max-height: 500px;
  aspect-ratio: 160/190;
}
@media (min-width: 599px) {
  .single-group-activity .wp-block-youthhostels-group-activity-hero .wp-block-post-featured-image {
    width: auto;
    height: 50vh;
    max-height: 500px;
    transform: scale(1.2) translate(-12%, -12%);
  }
}
@media (min-width: 782px) {
  .single-group-activity .wp-block-youthhostels-group-activity-hero .wp-block-post-featured-image {
    width: 596px;
    height: auto;
    max-height: none;
    transform: scale(0.75) translate(0, 0);
    margin-bottom: -100%;
  }
}
@media (min-width: 991px) {
  .single-group-activity .wp-block-youthhostels-group-activity-hero .wp-block-post-featured-image {
    transform: scale(0.9);
    margin-bottom: -60%;
  }
}
@media (min-width: 1199px) {
  .single-group-activity .wp-block-youthhostels-group-activity-hero .wp-block-post-featured-image {
    transform: scale(1.2);
    margin-bottom: -40%;
  }
}
.single-group-activity .wp-block-youthhostels-group-activity-hero .wp-block-post-featured-image .wp-post-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  object-position: 50% 50%;
}
.single-group-activity .wp-block-youthhostels-group-activity-hero .wp-block-post-featured-image img {
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
  max-width: none;
  min-width: 100%;
  object-position: inherit;
}
.single-group-activity .wp-block-youthhostels-group-activity-hero .wp-block-post-featured-image:before {
  background-image: url("../../assets/shapes/group-activity-shape-border.svg");
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 5px);
  height: calc(100% + 4px);
  z-index: 1;
  object-fit: cover;
  background-size: contain;
  background-repeat: no-repeat;
}
.single-group-activity .wp-block-youthhostels-group-activity-hero .group-activity-hero-left-column {
  order: 2;
}
@media (min-width: 782px) {
  .single-group-activity .wp-block-youthhostels-group-activity-hero .group-activity-hero-left-column {
    order: 1;
  }
}
.single-group-activity .wp-block-youthhostels-group-activity-hero .group-activity-hero-right-column {
  margin-top: -28%;
  order: 1;
}
@media (min-width: 782px) {
  .single-group-activity .wp-block-youthhostels-group-activity-hero .group-activity-hero-right-column {
    order: 2;
    margin-top: -25%;
  }
}
.single-group-activity .wp-block-youthhostels-group-activity-hero .group-activity-hero-right-column .yh-ga-hero-favorite-form-container .form-fieldset {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--small);
}
.single-group-activity .wp-block-youthhostels-group-activity-hero .group-activity-hero-right-column .yh-ga-hero-favorite-form-container .form-fieldset button i {
  font-size: var(--wp--preset--font-size--large);
}
.single-group-activity .wp-block-youthhostels-group-activity-hero .booking-info-container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-left: 1rem;
  padding-right: 1rem;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 599px) {
  .single-group-activity .wp-block-youthhostels-group-activity-hero .booking-info-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: calc(100% - 3rem);
  }
}
@media (min-width: 782px) {
  .single-group-activity .wp-block-youthhostels-group-activity-hero .booking-info-container {
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    padding-left: 25%;
    margin-top: calc(-1 * var(--wp--preset--spacing--x-large));
  }
}
@media (min-width: 1199px) {
  .single-group-activity .wp-block-youthhostels-group-activity-hero .booking-info-container {
    margin-top: var(--wp--preset--spacing--large);
  }
}
.single-group-activity .wp-block-youthhostels-group-activity-hero .booking-info-container .booking-info-text {
  transform: rotate(0deg);
  font-family: var(--wp--preset--font-family--heading);
  padding-bottom: 0px;
}
.single-group-activity .wp-block-youthhostels-group-activity-hero .booking-info-container > * {
  z-index: 1;
}
.single-group-activity .wp-block-youthhostels-group-activity-hero .booking-info-container::before {
  content: "";
  display: block;
  mask: url("../../assets/shapes/shape-01-03.svg") no-repeat center;
  mask-size: contain;
  -webkit-mask: url("../../assets/shapes/shape-01-03.svg") no-repeat center;
  -webkit-mask-size: contain;
  position: absolute;
  height: auto;
  background: var(--wp--preset--color--purple);
  aspect-ratio: 314/257;
  top: 0;
  left: -15%;
  width: 160%;
  height: auto;
  transform: rotate(-20deg) translateY(-12%);
}
@media (min-width: 782px) {
  .single-group-activity .wp-block-youthhostels-group-activity-hero .booking-info-container::before {
    mask: url("../../assets/shapes/shape-group-activity-booking.svg") no-repeat center;
    -webkit-mask: url("../../assets/shapes/shape-group-activity-booking.svg") no-repeat center;
    aspect-ratio: 1091/923;
    bottom: auto;
    top: 0;
    left: 2.5rem;
    width: 1091px;
    background: var(--wp--preset--color--purple-light);
    transform: scale(1.1) rotate(0deg) translateY(15%);
  }
}
@media (min-width: 991px) {
  .single-group-activity .wp-block-youthhostels-group-activity-hero .booking-info-container::before {
    left: 1.5rem;
    transform: scale(1) rotate(0deg) translateY(28%);
  }
}
@media (min-width: 1199px) {
  .single-group-activity .wp-block-youthhostels-group-activity-hero .booking-info-container::before {
    left: 2.5rem;
    transform: scale(1) rotate(0deg) translateY(-50%);
  }
}
.single-group-activity .wp-block-youthhostels-group-activity-hero .booking-info-container h2 {
  display: none;
  margin: 0px;
}
@media (min-width: 782px) {
  .single-group-activity .wp-block-youthhostels-group-activity-hero .booking-info-container h2 {
    display: block;
  }
}
.single-group-activity .wp-block-youthhostels-group-activity-hero .booking-info-container button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-align: left;
}