/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* Apply hover styles only on devices with real hover support (mouse/trackpad) */
/* from... */
/* to... */
/* from... to... */
/* at... */
/* FONT WEIGHTS */
@import url("https://use.typekit.net/rix6vfu.css");
body,
p,
ul li,
ol li {
  font-family: "paralucent-text", sans-serif;
}

.section__title,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "paralucent", sans-serif;
}

p {
  margin: 0 0 0.75rem;
}
p:last-child {
  margin-bottom: 0;
}

.textFormat h1,
.textFormat .h1 {
  font-family: "paralucent-text", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  .textFormat h1,
  .textFormat .h1 {
    font-size: 2.375rem;
  }
}
.textFormat ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.textFormat ul li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.textFormat ul li::before {
  content: "";
  width: 9px;
  height: 9px;
  background: var(--wp--preset--color--capucine);
  display: inline-block;
  margin-top: 0.125em;
  aspect-ratio: 1;
}

.section__title {
  margin-bottom: 1rem;
}
.section__title,
.section__title p,
.section__title h2,
.section__title h3,
.section__title h4,
.section__title h5,
.section__title h6 {
  font-family: "paralucent-text", sans-serif;
  font-weight: 300;
  line-height: 1.125;
  margin: 0;
}
.section__title,
.section__title p,
.section__title h2,
.section__title h3,
.section__title h4,
.section__title h5,
.section__title h6 {
  font-size: 28px;
}
@media screen and (min-width: 569px) {
  .section__title,
  .section__title p,
  .section__title h2,
  .section__title h3,
  .section__title h4,
  .section__title h5,
  .section__title h6 {
    font-size: calc(28px + 20 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .section__title,
  .section__title p,
  .section__title h2,
  .section__title h3,
  .section__title h4,
  .section__title h5,
  .section__title h6 {
    font-size: 3rem;
  }
}
.section__subtitle {
  margin-top: 1rem;
  display: flex;
  gap: 0.75em;
}
.section__subtitle,
.section__subtitle p,
.section__subtitle h2,
.section__subtitle h3,
.section__subtitle h4,
.section__subtitle h5,
.section__subtitle h6 {
  font-family: "paralucent-condensed", sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.125;
  text-transform: none;
}
.section__subtitle::before {
  content: "";
  width: 0.75em;
  height: 0.75em;
  background: var(--wp--preset--color--capucine);
  display: inline-block;
  margin-top: 0.125em;
  aspect-ratio: 1;
}
.section__title em, .section__subtitle em {
  color: var(--section-accent, inherit);
  font-style: normal;
}
.section.has-accent-color .section__title em, .section.has-accent-color .section__subtitle em {
  color: var(--custom-color-accent, var(--section-accent, inherit));
}
.section__text, .section__editorcontent {
  font-family: "paralucent-text", sans-serif;
}
.section__text,
.section__text p, .section__editorcontent,
.section__editorcontent p {
  line-height: 1.375;
  font-size: 0.875rem;
}
.section__hint {
  margin: 0;
  font-family: "paralucent-text", sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  color: var(--wp--preset--color--indigo-rvb);
}

iconify-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
}

.switch-hover {
  --switch-hover-transition-duration: .3s;
  --switch-hover-transition-timing: ease;
  --switch-hover-transition-delay: 0s;
  position: relative;
}
.switch-hover__item {
  position: relative;
  overflow: hidden;
  display: block;
}
.switch-hover__item_normal {
  display: inline-block;
  transition: transform var(--switch-hover-transition-duration) var(--switch-hover-transition-timing);
  transition-delay: var(--switch-hover-transition-delay);
  width: 100%;
}
.switch-hover-attr::before, .switch-hover__item_normal, .switch-hover__item_hover {
  display: inline-block;
  transition: transform var(--switch-hover-transition-duration) var(--switch-hover-transition-timing);
  transition-delay: var(--switch-hover-transition-delay);
}
.switch-hover-attr::before, .switch-hover__item_hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 150%);
  width: 100%;
}
.switch-hover-attr::before {
  content: attr(data-label);
}
.switch-hover-arrow {
  --arrow-size: 1.75em;
  --arrow-bg: var(--wp--preset--color--capucine);
  --arrow-color: var(--wp--preset--color--white);
  --arrow-hover-bg: var(--wp--preset--color--white);
  --arrow-hover-color: var(--wp--preset--color--black);
  width: var(--arrow-size);
  height: var(--arrow-size);
  display: inline-block;
  color: var(--arrow-color);
  overflow: visible;
}
.switch-hover-arrow-block {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--arrow-bg);
  transition: transform var(--switch-hover-transition-duration) var(--switch-hover-transition-timing), background-color var(--switch-hover-transition-duration) var(--switch-hover-transition-timing);
  transition-delay: var(--switch-hover-transition-delay);
}
.switch-hover-arrow .switch-hover__item_normal,
.switch-hover-arrow .switch-hover__item_hover {
  font-size: 1em;
  display: flex;
  position: absolute;
  z-index: 2;
  overflow: hidden;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
}
.switch-hover-arrow .switch-hover__item_normal {
  color: var(--arrow-color);
  transform: translate(0%, 0%);
}
.switch-hover-arrow .switch-hover__item_hover {
  color: var(--arrow-hover-color);
  transform: translate(-100%, 100%);
}
.switch-hover-arrow .switch-hover-arrows {
  overflow: hidden;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border-radius: 50%;
}
@media (hover: hover) and (pointer: fine) {
  .switch-hover:hover .switch-hover__item_normal {
    transform: translateY(-200%);
  }
  .switch-hover:hover .switch-hover-attr::before,
  .switch-hover:hover .switch-hover__item_hover {
    transform: translate(-50%, -50%);
  }
  .switch-hover:hover .switch-hover-arrow-block {
    background-color: var(--arrow-hover-bg);
    transform: rotate(90deg);
  }
  .switch-hover:hover .switch-hover-arrow .switch-hover__item_normal {
    transform: translate(100%, -100%);
  }
  .switch-hover:hover .switch-hover-arrow .switch-hover__item_hover {
    transform: translate(0%, 0%);
  }
}

@media (hover: none), (pointer: coarse) {
  .switch-hover__item_normal, .switch-hover__item_hover, .switch-hover-attr::before,
  .switch-hover .switch-hover-arrow-block {
    transition: none !important;
  }
}
.c-btn {
  font-weight: 700;
  display: inline-flex;
  padding: 0.8125rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 38px;
  border: 1px solid transparent;
  text-decoration: none;
  transition: all 0.3s ease;
  line-height: 1;
  font-family: paralucent, sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  --btn-bg: var(--wp--preset--color--bg-primary);
  --btn-color: var(--wp--preset--color--txt-gray-dark);
  --btn-border-width: 1px;
  --btn-border-style: solid;
  --btn-border-color: var(--wp--preset--color--bg-gray-dark);
  --btn-hover-bg: var(--wp--preset--color--bg-primary);
  --btn-hover-color: var(--wp--preset--color--txt-gray-dark);
  --btn-hover-border-color: var(--wp--preset--color--bg-gray-dark);
  --btn-focus-outline-color: var(--btn-hover-bg);
  background-color: var(--btn-bg);
  color: var(--btn-color);
  border: var(--btn-border-width) var(--btn-border-style) var(--btn-border-color);
}
.c-btn {
  font-size: 15px;
}
@media screen and (min-width: 569px) {
  .c-btn {
    font-size: calc(15px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .c-btn {
    font-size: 0.9375rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn:hover {
    background-color: var(--btn-hover-bg);
    color: var(--btn-hover-color);
    border-color: var(--btn-hover-border-color);
  }
}
.c-btn:focus-visible {
  background-color: var(--btn-hover-bg);
  color: var(--btn-hover-color);
  border-color: var(--btn-hover-border-color);
  outline: 2px solid color-mix(in srgb, var(--btn-focus-outline-color) 25%, transparent 100%);
}

.btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  gap: 1rem;
}

.c-btn {
  --btn-bg: var(--wp--preset--color--white);
  --btn-border-color: var(--wp--preset--color--white);
  --btn-color: var(--wp--preset--color--black);
  --btn-hover-bg: var(--wp--preset--color--black);
  --btn-hover-border-color: var(--wp--preset--color--black);
  --btn-hover-color: var(--wp--preset--color--white);
  --btn-focus-outline-color: var(--wp--preset--color--capucine);
  --btn-arrow-bg: var(--wp--preset--color--capucine);
  --btn-arrow-color: var(--wp--preset--color--white);
  --btn-arrow-hover-bg: var(--wp--preset--color--white);
  --btn-arrow-hover-color: var(--wp--preset--color--black);
  position: relative;
  text-transform: none;
  border-radius: 0;
  padding: 0.25em 0.25em 0.25em 1em;
  gap: 1em;
  overflow: hidden;
  font-weight: 500;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease, box-shadow 0.3s ease, outline 0.3s ease;
}
.c-btn .btn-label {
  font-size: 0.875em;
}
.c-btn .btn-arrow {
  --arrow-size: 1.75em;
  --arrow-bg: var(--btn-arrow-bg);
  --arrow-color: var(--btn-arrow-color);
  --arrow-hover-bg: var(--btn-arrow-hover-bg);
  --arrow-hover-color: var(--btn-arrow-hover-color);
}
.c-btn-arrow--primary, .c-btn-arrow--capucine {
  --btn-arrow-bg: var(--wp--preset--color--capucine);
  --btn-arrow-color: var(--wp--preset--color--white);
}
.c-btn-arrow--secondary, .c-btn-arrow--indigo-rvb {
  --btn-arrow-bg: var(--wp--preset--color--indigo-rvb);
  --btn-arrow-color: var(--wp--preset--color--white);
}
.c-btn-arrow--white {
  --btn-arrow-bg: var(--wp--preset--color--white);
  --btn-arrow-color: var(--btn-bg);
}
.c-btn-arrow--transparent {
  --btn-arrow-bg: var(--wp--preset--color--white);
  --btn-arrow-color: var(--wp--preset--color--white);
}
.c-btn--primary, .c-btn--capucine {
  --btn-bg: var(--wp--preset--color--capucine);
  --btn-border-color: var(--wp--preset--color--capucine);
  --btn-color: var(--wp--preset--color--white);
  --btn-focus-outline-color: var(--wp--preset--color--capucine);
}
.c-btn--primary.c-btn-arrow--white, .c-btn--capucine.c-btn-arrow--white {
  --btn-arrow-hover-bg: var(--wp--preset--color--white);
  --btn-arrow-hover-color: var(--wp--preset--color--black);
}
.c-btn--secondary, .c-btn--indigo-rvb {
  --btn-bg: var(--wp--preset--color--indigo-rvb);
  --btn-border-color: var(--wp--preset--color--indigo-rvb);
  --btn-color: var(--wp--preset--color--white);
  --btn-focus-outline-color: var(--wp--preset--color--indigo-rvb);
}
.c-btn--secondary.c-btn-arrow--white, .c-btn--indigo-rvb.c-btn-arrow--white {
  --btn-arrow-hover-bg: var(--wp--preset--color--white);
  --btn-arrow-hover-color: var(--wp--preset--color--black);
}
.c-btn--white {
  --btn-bg: var(--wp--preset--color--white);
  --btn-border-color: var(--wp--preset--color--white);
  --btn-color: var(--wp--preset--color--black);
  --btn-focus-outline-color: var(--wp--preset--color--white);
}
.c-btn--transparent {
  --btn-bg: transparent;
  --btn-border-color: transparent;
  --btn-color: var(--wp--preset--color--white);
  --btn-hover-bg: transparent;
  --btn-hover-border-color: transparent;
  --btn-hover-color: var(--wp--preset--color--white);
  --btn-focus-outline-color: var(--wp--preset--color--white);
}
.c-btn--transparent.c-btn-arrow--primary, .c-btn--transparent.c-btn-arrow--capucine {
  --btn-arrow-hover-bg: var(--wp--preset--color--capucine);
  --btn-arrow-hover-color: var(--wp--preset--color--white);
}
.c-btn--transparent.c-btn-arrow--secondary, .c-btn--transparent.c-btn-arrow--indigo-rvb {
  --btn-arrow-hover-bg: var(--wp--preset--color--indigo-rvb);
  --btn-arrow-hover-color: var(--wp--preset--color--white);
}
.c-btn--transparent.c-btn-arrow--white {
  --btn-arrow-color: var(--wp--preset--color--black);
}
.c-btn--menu-secondary {
  padding: 0.625rem 1.25rem;
  min-height: 44px;
  border-radius: 28px;
  border-color: rgba(0, 0, 0, 0.15);
  background-color: var(--wp--preset--color--bg-secondary-lighter);
  color: var(--wp--preset--color--txt-gray-dark);
  font-weight: 700;
  line-height: 1.5rem;
}
.c-btn--menu-secondary {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .c-btn--menu-secondary {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .c-btn--menu-secondary {
    font-size: 0.8125rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn--menu-secondary:hover {
    background-color: var(--wp--preset--color--bg-secondary-light);
  }
}
.c-btn--menu-tertiary {
  padding: 0.625rem 1.25rem;
  min-height: 44px;
  border-radius: 28px;
  background-color: var(--wp--preset--color--bg-tertiary);
  color: var(--wp--preset--color--txt-gray-dark);
  font-weight: 700;
  line-height: 1.5rem;
}
.c-btn--menu-tertiary {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .c-btn--menu-tertiary {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .c-btn--menu-tertiary {
    font-size: 0.8125rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn--menu-tertiary:hover {
    color: var(--wp--preset--color--white);
  }
}
.c-btn--menu-primary {
  padding: 0.625rem 1.25rem;
  min-height: 44px;
  border-radius: 28px;
  background-color: var(--wp--preset--color--bg-primary);
  color: var(--wp--preset--color--txt-gray-dark);
  font-weight: 700;
  line-height: 1.5rem;
}
.c-btn--menu-primary {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .c-btn--menu-primary {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .c-btn--menu-primary {
    font-size: 0.8125rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn--menu-primary:hover {
    background-color: var(--wp--preset--color--bg-primary-dark);
    color: var(--wp--preset--color--white);
  }
}
.c-btn--with-chevron::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 5px;
  background-color: currentColor;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='5' viewBox='0 0 9 5' fill='none'%3E%3Cpath fill='black' d='M8.48753 1.24e-05C8.42183 -0.000297546 8.35674 0.012516 8.29607 0.0377016C8.23539 0.0628877 8.18036 0.0999384 8.13419 0.146679L4.48753 3.79335L0.840861 0.146679C0.746078 0.0583596 0.620714 0.0102768 0.491179 0.0125623C0.361645 0.0148478 0.238055 0.0673227 0.146447 0.158932C0.0548379 0.25054 0.00236338 0.37413 7.78982e-05 0.503664C-0.00220758 0.633199 0.0458744 0.758563 0.134194 0.853346L4.13419 4.85335C4.22794 4.94698 4.35503 4.99957 4.48753 4.99957C4.62003 4.99957 4.74711 4.94698 4.84086 4.85335L8.84086 0.853346C8.9345 0.759595 8.98709 0.632513 8.98709 0.500012C8.98709 0.367512 8.9345 0.24043 8.84086 0.146679C8.7947 0.0999384 8.73967 0.0628877 8.67899 0.0377016C8.61832 0.012516 8.55322 -0.000297546 8.48753 1.24e-05Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='5' viewBox='0 0 9 5' fill='none'%3E%3Cpath fill='black' d='M8.48753 1.24e-05C8.42183 -0.000297546 8.35674 0.012516 8.29607 0.0377016C8.23539 0.0628877 8.18036 0.0999384 8.13419 0.146679L4.48753 3.79335L0.840861 0.146679C0.746078 0.0583596 0.620714 0.0102768 0.491179 0.0125623C0.361645 0.0148478 0.238055 0.0673227 0.146447 0.158932C0.0548379 0.25054 0.00236338 0.37413 7.78982e-05 0.503664C-0.00220758 0.633199 0.0458744 0.758563 0.134194 0.853346L4.13419 4.85335C4.22794 4.94698 4.35503 4.99957 4.48753 4.99957C4.62003 4.99957 4.74711 4.94698 4.84086 4.85335L8.84086 0.853346C8.9345 0.759595 8.98709 0.632513 8.98709 0.500012C8.98709 0.367512 8.9345 0.24043 8.84086 0.146679C8.7947 0.0999384 8.73967 0.0628877 8.67899 0.0377016C8.61832 0.012516 8.55322 -0.000297546 8.48753 1.24e-05Z'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  flex-shrink: 0;
}

.c-breadcrumb {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 29rem;
  margin: 0 0 auto;
  color: var(--wp--preset--color--black);
  --section-link-color: var(--wp--preset--color--black);
  --section-link-hover-color: var(--wp--preset--color--black);
  font-family: "paralucent-condensed", sans-serif;
}
@media screen and (max-width: 991px) {
  .c-breadcrumb {
    margin-bottom: 1rem;
  }
}
.c-breadcrumb > span {
  display: flex;
  gap: 0.375rem;
  font-size: 0.8125rem;
  font-weight: 300;
}
.c-breadcrumb span > a,
.c-breadcrumb span > span {
  color: var(--wp--preset--color--black);
}
.c-breadcrumb span > a {
  text-decoration: underline;
}
.c-breadcrumb svg path,
.c-breadcrumb svg circle {
  fill: var(--wp--preset--color--black);
}
.c-breadcrumb span > svg:not(:last-of-type) {
  opacity: 0.65;
}

/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* Apply hover styles only on devices with real hover support (mouse/trackpad) */
/* from... */
/* to... */
/* from... to... */
/* at... */
/* FONT WEIGHTS */
.c-pagination {
  display: flex;
  justify-content: center;
  --pagination-size: 2rem;
}
.c-pagination__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.c-pagination__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--pagination-size);
  height: var(--pagination-size);
  background: var(--wp--preset--color--capucine);
  cursor: pointer;
  border: none;
  color: var(--wp--preset--color--white);
  transition: background-color 0.2s ease, color 0.2s ease;
  font-size: 1.125rem;
  margin-inline: 0.75rem;
}
.c-pagination__arrow:hover:not(:disabled) {
  background-color: var(--wp--preset--color--indigo-rvb);
  color: var(--wp--preset--color--white);
}
.c-pagination__arrow:disabled {
  opacity: 0.3;
  cursor: default;
}
.c-pagination__arrow-icon--prev {
  transform: rotate(180deg);
}
.c-pagination__pill {
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--pagination-size);
  padding: 0.25rem;
  border: none;
  font-family: "paralucent", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  background: transparent;
  color: color-mix(in srgb, var(--wp--preset--color--black) 50%, transparent);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: transparent;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, text-decoration-color 0.2s ease;
}
.c-pagination__pill.is-active, .c-pagination__pill:hover {
  text-decoration-color: currentColor;
  color: var(--wp--preset--color--black);
}
.c-pagination__pill--ellipsis {
  background: none;
  cursor: default;
}

/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* Apply hover styles only on devices with real hover support (mouse/trackpad) */
/* from... */
/* to... */
/* from... to... */
/* at... */
/* FONT WEIGHTS */
.frm-fluent-form .ff-el-form-control {
  padding: 0 1rem !important;
  font-family: "paralucent", sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.25;
  color: var(--wp--preset--color--indigo-rvb);
  border: 1px solid var(--wp--preset--color--lila-rvb);
  border-radius: 0 !important;
  appearance: none;
  background: var(--wp--preset--color--white);
}
.frm-fluent-form textarea.ff-el-form-control {
  padding: 0.75rem 1rem !important;
}
.frm-fluent-form .ff-el-input--label {
  display: block !important;
  min-height: 0 !important;
}
.frm-fluent-form .ff-el-input--label label {
  display: block;
  font-family: "paralucent", sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.25;
}
.frm-fluent-form .ff-el-input--label:not(.ff-el-is-required).asterisk-right label::after {
  display: none;
}
.frm-fluent-form .ff-el-tc label.ff_tc_label > span {
  width: 1.5rem;
}
.frm-fluent-form .ff_tc_checkbox {
  display: inline-flex;
  align-items: center;
}
.frm-fluent-form .ff_tc_checkbox input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  border: 1px solid var(--wp--preset--color--lila-rvb);
  background-color: var(--wp--preset--color--white);
  cursor: pointer;
  position: relative;
}
.frm-fluent-form .ff_tc_checkbox input[type=checkbox]:checked {
  background-color: var(--wp--preset--color--indigo-rvb);
  border-color: var(--wp--preset--color--indigo-rvb);
}
.frm-fluent-form .ff_tc_checkbox input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 0.875rem;
  height: 0.5rem;
  border-left: 2px solid var(--wp--preset--color--white);
  border-bottom: 2px solid var(--wp--preset--color--white);
  transform: rotate(-45deg) translate(15%, -11%);
}
.frm-fluent-form.ff-el-form-left .ff-el-group {
  border: 1px solid var(--wp--preset--color--lila-rvb);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
  margin: 0;
  padding: 0.125rem 0.75rem;
}
@media screen and (max-width: 991px) {
  .frm-fluent-form.ff-el-form-left .ff-el-group {
    padding: 0.75rem;
  }
}
@media screen and (max-width: 580px) {
  .frm-fluent-form.ff-el-form-left .ff-el-group {
    flex-direction: column;
  }
  .frm-fluent-form.ff-el-form-left .ff-el-group .ff-el-input--content,
  .frm-fluent-form.ff-el-form-left .ff-el-group .ff-el-input--label {
    width: 100%;
    max-width: 100%;
    flex: none;
  }
  .frm-fluent-form.ff-el-form-left .ff-el-group .ff-el-form-control {
    width: 100%;
    border-color: var(--wp--preset--color--lila-light);
  }
}
.frm-fluent-form.ff-el-form-left .ff-el-group::before, .frm-fluent-form.ff-el-form-left .ff-el-group::after {
  display: none;
}
.frm-fluent-form.ff-el-form-left .ff-el-group.ff-text-right {
  justify-content: flex-end;
}
.frm-fluent-form.ff-el-form-left .ff-el-group.ff_submit_btn_wrapper {
  gap: 0;
}
.frm-fluent-form.ff-el-form-left .ff-el-group .ff-el-input--content {
  flex: 1 1 auto;
}
.frm-fluent-form.ff-el-form-left .ff-el-group .ff-el-input--content .ff-el-form-control {
  height: 100%;
}
.frm-fluent-form.ff-el-form-left .ff-el-group .ff-el-input--label {
  flex: 0 0 15%;
  max-width: 15%;
}
@media screen and (max-width: 991px) {
  .frm-fluent-form.ff-el-form-left .ff-el-group .ff-el-input--label {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
.frm-fluent-form.ff-el-form-left .ff-el-group .ff-el-form-control {
  border-color: transparent;
}
.frm-fluent-form.ff-el-form-left .ff-el-group .ff-el-form-control:hover {
  border-color: var(--wp--preset--color--lila-rvb);
}
.frm-fluent-form.ff-el-form-left .ff-el-group .ff-el-form-control:focus {
  border-color: var(--wp--preset--color--lila-light);
}
@media screen and (max-width: 580px) {
  .frm-fluent-form.ff-el-form-left .ff-el-group .ff-el-form-control {
    border-color: var(--wp--preset--color--lila-light);
  }
  .frm-fluent-form.ff-el-form-left .ff-el-group .ff-el-form-control:focus {
    border-color: var(--wp--preset--color--lila-rvb);
  }
}
.frm-fluent-form.ff-el-form-left .ff-el-group .ff-el-input--content,
.frm-fluent-form.ff-el-form-left .ff-el-group .ff-el-form-control,
.frm-fluent-form.ff-el-form-left .ff-el-group .ff-el-input--label {
  min-height: 3rem !important;
}
.frm-fluent-form.ff-el-form-left .ff-el-group .ff-el-input--content,
.frm-fluent-form.ff-el-form-left .ff-el-group .ff-el-input--label {
  margin: 0;
  padding: 0;
  display: flex !important;
  align-items: center;
}
.frm-fluent-form.ff-el-form-left .ff-field_container[data-type=name-element] > .ff-t-container,
.frm-fluent-form.ff-el-form-left .ff-t-container.ff-column-container {
  gap: 0;
}
@media screen and (max-width: 991px) {
  .frm-fluent-form.ff-el-form-left .ff-field_container[data-type=name-element] > .ff-t-container,
  .frm-fluent-form.ff-el-form-left .ff-t-container.ff-column-container {
    flex-direction: column;
  }
}
.frm-fluent-form.ff-el-form-left .ff-field_container[data-type=name-element] .ff-t-cell .ff-el-group .ff-el-input--label,
.frm-fluent-form.ff-el-form-left .ff-t-container.ff-column-container .ff-t-cell .ff-el-group .ff-el-input--label {
  flex: 0 0 30%;
  max-width: 30%;
}
@media screen and (max-width: 580px) {
  .frm-fluent-form.ff-el-form-left .ff-field_container[data-type=name-element] .ff-t-cell .ff-el-group .ff-el-input--label,
  .frm-fluent-form.ff-el-form-left .ff-t-container.ff-column-container .ff-t-cell .ff-el-group .ff-el-input--label {
    width: 100%;
    max-width: 100%;
    flex: none;
  }
}
.frm-fluent-form.ff-el-form-left .ff-field_container[data-type=name-element] .ff-t-cell:not(:last-child) .ff-el-group,
.frm-fluent-form.ff-el-form-left .ff-t-container.ff-column-container .ff-t-cell:not(:last-child) .ff-el-group {
  border-right: 0;
}
.frm-fluent-form.ff-el-form-left .ff-field_container[data-type=name-element]:not(:last-child) .ff-t-cell .ff-el-group,
.frm-fluent-form.ff-el-form-left .ff-t-container.ff-column-container:not(:last-child) .ff-t-cell .ff-el-group {
  border-bottom: 0;
}
@media screen and (max-width: 991px) {
  .frm-fluent-form.ff-el-form-left .ff-field_container[data-type=name-element]:not(:last-child) .ff-t-cell .ff-el-group,
  .frm-fluent-form.ff-el-form-left .ff-t-container.ff-column-container:not(:last-child) .ff-t-cell .ff-el-group {
    border-right: 1px solid var(--wp--preset--color--lila-rvb);
  }
}
.frm-fluent-form.ff-el-form-left .ff-field_container[data-type=name-element]:last-child .ff-el-group,
.frm-fluent-form.ff-el-form-left .ff-t-container.ff-column-container:last-child .ff-el-group {
  border: 0;
  padding: 1rem 0.75rem;
}

/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* Apply hover styles only on devices with real hover support (mouse/trackpad) */
/* from... */
/* to... */
/* from... to... */
/* at... */
/* FONT WEIGHTS */
.c-post-card {
  --post-card-vertical-image-width: 100%;
  --post-card-vertical-image-height: 180px;
  --post-card-vertical-columns: 1fr;
  --post-card-vertical-rows: var(--post-card-vertical-image-height) 1fr;
  --post-card-horizontal-image-width: 180px;
  --post-card-horizontal-image-height: 100%;
  --post-card-horizontal-columns: var(--post-card-horizontal-image-width) 1fr;
  --post-card-horizontal-rows: 1fr;
  --post-card-image-width: var(--post-card-horizontal-image-width);
  --post-card-image-height: var(--post-card-horizontal-image-height);
  --post-card-grid-columns: var(--post-card-horizontal-columns);
  --post-card-grid-rows: var(--post-card-horizontal-rows);
  --post-card-bg: var(--wp--preset--color--white);
  --post-card-color: var(--wp--preset--color--black);
  --post-card-padding: 2rem;
  --post-card-title-size: 1.125rem;
  display: grid;
  grid-template-columns: var(--post-card-grid-columns);
  grid-template-rows: var(--post-card-grid-rows);
  position: relative;
  background-color: var(--post-card-bg);
  color: var(--post-card-color);
  height: 100%;
  padding: 0;
}
@media screen and (min-width: 1280px) {
  .c-post-card {
    --post-card-vertical-image-height: 240px;
    --post-card-vertical-rows: var(--post-card-vertical-image-height) 1fr;
    --post-card-horizontal-image-width: 240px;
    --post-card-horizontal-columns: var(--post-card-horizontal-image-width) 1fr;
  }
}
@media screen and (max-width: 991px) {
  .c-post-card {
    --post-card-vertical-image-height: 160px;
    --post-card-vertical-rows: var(--post-card-vertical-image-height) 1fr;
    --post-card-horizontal-image-width: var(--post-card-vertical-image-width);
    --post-card-horizontal-image-height: var(--post-card-vertical-image-height);
    --post-card-horizontal-columns: var(--post-card-vertical-columns);
    --post-card-horizontal-rows: var(--post-card-vertical-rows);
    --post-card-padding: 1.125rem;
  }
}
.c-post-card .switch-hover__item {
  display: block;
  position: relative;
}
.c-post-card__img {
  position: relative;
  width: var(--post-card-image-width);
  height: var(--post-card-image-height);
  overflow: hidden;
}
.c-post-card__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 1;
}
.c-post-card__cat {
  position: absolute;
  z-index: 2;
  right: calc(var(--post-card-padding) / 2);
  top: calc(var(--post-card-padding) / 2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  gap: 0.25rem;
  background-color: var(--wp--preset--color--white);
  font-family: "paralucent-condensed", sans-serif;
  font-weight: 500;
  color: var(--wp--preset--color--indigo-rvb);
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;
}
.c-post-card__cat {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .c-post-card__cat {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .c-post-card__cat {
    font-size: 0.75rem;
  }
}
.c-post-card__cat::before {
  content: "";
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  background-color: var(--wp--preset--color--indigo-rvb);
  aspect-ratio: 1;
}
.c-post-card__body {
  display: grid;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.75rem;
  padding: var(--post-card-padding);
}
.c-post-card__title {
  font-size: var(--post-card-title-size);
  font-weight: 500;
  font-family: "paralucent", sans-serif;
}
.c-post-card__excerpt {
  font-size: 0.875em;
}
.c-post-card__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: static;
  margin-top: auto;
  margin-bottom: 0;
}
.c-post-card__link .btn-label {
  font-size: 0.75em;
  font-weight: 500;
  color: var(--post-card-color) !important;
  font-family: "paralucent", sans-serif;
}
.c-post-card__link::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.c-post-card__link .switch-hover-arrow {
  --arrow-bg: var(--wp--preset--color--capucine);
  --arrow-color: var(--wp--preset--color--white);
  --arrow-hover-bg: var(--wp--preset--color--capucine);
  --arrow-hover-color: var(--wp--preset--color--white);
}
.c-post-card:hover .c-post-card__img img {
  transform: scale(1.125);
}

/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* Apply hover styles only on devices with real hover support (mouse/trackpad) */
/* from... */
/* to... */
/* from... to... */
/* at... */
/* FONT WEIGHTS */
.c-faq-card {
  background: var(--wp--preset--color--lila-light);
  transition: background-color 0.3s ease;
}
.c-faq-card:hover {
  background-color: var(--wp--preset--color--lila-rvb);
}
.c-faq-card__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 1.5rem;
  border: none;
  background: none;
  cursor: pointer;
  text-align: left;
  gap: 1.125rem;
}
.c-faq-card__question, .c-faq-card__question p, .c-faq-card__question h2, .c-faq-card__question h3, .c-faq-card__question h4, .c-faq-card__question h5, .c-faq-card__question h6 {
  font-family: "paralucent-text", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.3;
  color: inherit;
  margin: 0;
}
.c-faq-card__question_toggle {
  background-color: var(--wp--preset--color--capucine);
  color: var(--wp--preset--color--white);
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  font-size: 1.5rem;
  aspect-ratio: 1;
  line-height: 1;
  transition: transform 0.3s ease, background-color 0.3s ease;
  transform: rotate(90deg);
}
.c-faq-card__question[aria-expanded=true] .c-faq-card__question_toggle {
  transform: rotate(-90deg);
}
.c-faq-card__answer {
  padding: 0.5rem 1.5rem 1.5rem;
  font-family: "paralucent-text", sans-serif;
}
.c-faq-card__answer, .c-faq-card__answer p {
  font-size: 1rem;
  line-height: 1.25;
}

/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* Apply hover styles only on devices with real hover support (mouse/trackpad) */
/* from... */
/* to... */
/* from... to... */
/* at... */
/* FONT WEIGHTS */
.c-formation-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  gap: 2.25rem;
  background-color: var(--wp--preset--color--white);
  border: 1px solid var(--wp--preset--color--lila-rvb);
  height: 100%;
  padding: 1.5rem;
  transition: background-color 0.22s ease, border 0.22s ease;
}
.c-formation-card::before {
  content: "";
  aspect-ratio: 0.3831775701;
  width: 2.5rem;
  display: block;
  right: 0;
  position: absolute;
  top: 0;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  background: url(../../images/pixel_background_formation.svg) no-repeat top right/contain;
  transition: opacity 0.4s ease;
}
@media screen and (max-width: 991px) {
  .c-formation-card {
    padding: 0.75rem;
  }
}
.c-formation-card .switch-hover__item {
  display: block;
  position: relative;
  overflow: hidden;
}
.c-formation-card__top {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
  justify-content: space-between;
  height: 100%;
  align-items: flex-start;
}
.c-formation-card__title {
  margin: 0;
  font-family: "paralucent", sans-serif;
  font-weight: 500;
  color: var(--wp--preset--color--black);
  line-height: 1.125;
  will-change: transform;
  transition: transform 0.22s ease;
}
.c-formation-card__title {
  font-size: 24px;
}
@media screen and (min-width: 569px) {
  .c-formation-card__title {
    font-size: calc(24px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .c-formation-card__title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .c-formation-card__title {
    font-weight: 500;
  }
  .c-formation-card__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) and (min-width: 569px) {
  .c-formation-card__title {
    font-size: calc(20px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (max-width: 991px) and (min-width: 1440px) {
  .c-formation-card__title {
    font-size: 1.25rem;
  }
}
.c-formation-card__tag-row {
  display: flex;
  flex-wrap: wrap-reverse;
  gap: 0.5rem;
}
.c-formation-card__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  background-color: var(--wp--preset--color--lila-light);
  font-family: "paralucent-condensed", sans-serif;
  font-weight: 500;
  color: var(--wp--preset--color--indigo-rvb);
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;
  transition: background-color 0.22s ease, color 0.22s ease;
}
.c-formation-card__tag {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .c-formation-card__tag {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .c-formation-card__tag {
    font-size: 0.75rem;
  }
}
.c-formation-card__bottom {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}
.c-formation-card__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.c-formation-card__item-value {
  display: inline-block;
  font-family: "paralucent-condensed", sans-serif;
  font-weight: 300;
  white-space: nowrap;
}
.c-formation-card__item-value {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .c-formation-card__item-value {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .c-formation-card__item-value {
    font-size: 0.875rem;
  }
}
.c-formation-card__item-icon {
  display: flex;
  align-items: center;
  font-size: 1.25em;
  color: var(--wp--preset--color--lila-rvb);
}
.c-formation-card__duree .c-formation-card__item-value {
  font-weight: 500;
  color: var(--wp--preset--color--indigo-rvb);
}
.c-formation-card__link {
  position: absolute;
  inset: 0;
  z-index: 4;
}
@media (hover: hover) and (pointer: fine) {
  .c-formation-card:hover, .c-formation-card:focus-within {
    background-color: var(--wp--preset--color--lila-light);
    border-color: var(--wp--preset--color--white);
  }
  .c-formation-card:hover::before, .c-formation-card:focus-within::before {
    opacity: 1;
  }
  .c-formation-card:hover .c-formation-card__title, .c-formation-card:focus-within .c-formation-card__title {
    transform: translateY(-0.375rem);
  }
  .c-formation-card:hover .c-formation-card__tag, .c-formation-card:focus-within .c-formation-card__tag {
    background-color: var(--wp--preset--color--indigo-rvb);
    color: var(--wp--preset--color--white);
  }
}

:root {
  --selection-color: var(--wp--preset--color--white);
  --selection-bg: var(--wp--preset--color--indigo-rvb);
  --body-color: var(--wp--preset--color--black);
  --body-link: var(--wp--preset--color--indigo-rvb);
  --body-link-hover: var(--wp--preset--color--capucine);
  --global-deco-pixel-size: round(nearest, 2.5rem, 1px);
}
@media screen and (min-width: 1024px) {
  :root {
    --global-deco-pixel-size: round(nearest, 5rem, 1px);
  }
}
@media screen and (max-width: 991px) {
  :root {
    --global-deco-pixel-size: round(nearest, 1.25rem, 1px);
  }
}