:root {
  --neutral-200: #e6e6e6;
}
html, body {
  height: auto;
  background-color: #fff !important;
}
.site-main {
  padding: 0;
}
html {
  font-size: 60%;
  overflow-y: initial;
  scroll-behavior: smooth;
}
html body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: normal;
  opacity: 1;
  transition: 1s opacity;
  overflow-x: hidden;
  position: relative;
  height: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
body.fade-out {
  opacity: 0;
  transition: none;
}
section {
  overflow: hidden;
}
.site-main > section:not(.hero-accueil) {
  padding: 15rem 0;
}
.btn-theme {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 1.5rem 6rem;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 2.4rem;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s ease;
}
.btn-theme--dark {
  background: #000000;
  border-color: var(--neutral-200);
  color: #ffffff;
}
.btn-theme--dark:hover {
  background: #1a1a1a;
  color: #ffffff;
}
.btn-theme--light {
  background: var(--neutral-200);
  color: #000000;
}
.btn-theme--light:hover {
  background: #d7d7d7;
  color: #000000;
}
.global-section-title {
  margin: 0 0 1.2rem;
  font-family: var(--wp--preset--font-family--inter, "Inter"), sans-serif;
  font-size: clamp(3rem, 4vw, 6rem);
  font-weight: 700;
  line-height: 1.15;
  color: #000;
}
.global-section-subtitle {
  margin: 0 0 2rem;
  font-family: var(--wp--preset--font-family--inter, "Inter"), sans-serif;
  font-size: clamp(1.8rem, 2.2vw, 2.4rem);
  font-weight: 400;
  line-height: 1.35;
  color: #828282;
}
.global-section-text {
  margin: 0;
  font-family: var(--wp--preset--font-family--inter, "Inter"), sans-serif;
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  font-weight: 500;
  line-height: 1.7;
  color: #000;
}
.global-section-text p {
  margin: 0 0 1.2rem;
}
.global-section-text p:last-child {
  margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
  line-height: normal;
  font-weight: normal;
}
.bold {
  font-weight: 900;
}
b, strong {
  font-weight: bolder !important;
}
a {
  color: #006a6d;
  text-decoration: none !important;
}
a:hover {
  color: #00afaa;
}
a:visited {
  text-decoration: none !important;
}
a:focus {
  outline: none !important;
  text-decoration: none !important;
}
a:active, a:hover {
  outline: 0 !important;
}
*:focus {
  outline: none;
}
em {
  font-style: italic;
}
input[type="password"] {
  border: 1px solid #ccc;
  border-radius: 8px;
  background: white;
  width: 100%;
  padding: 10px 15px;
}
.no-label .gfield_label {
  display: none !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
input, textarea {
  text-align: left;
}
.h100 {
  height: 100%;
}
img {
  max-width: 100%;
}
.hidden {
  display: none;
}
a.button {
  max-width: max-content;
  display: inline-block;
}
.wordpress-gdpr-privacy-settings-trigger img {
  height: 40px;
  width: 40px;
  margin: auto;
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
}
#topBtn {
  position: fixed;
  bottom: 1%;
  right: 1%;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #000;
  cursor: pointer;
  border-radius: 100px;
  padding: 0;
  width: 60px;
  height: 60px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}
#topBtn.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
#topBtn:hover {
  background-color: #828282;
}
#topBtn svg {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
  color: #fff;
  fill: currentColor;
}
.g-5, .gx-5 {
  --bs-gutter-x: 5rem;
}
.g-4, .gx-4 {
  --bs-gutter-x: 4rem;
}
.g-3, .gx-3 {
  --bs-gutter-x: 3rem;
}
.g-2, .gx-2 {
  --bs-gutter-x: 2rem;
}
header {
  width: 100%;
  max-width: 1330px;
  margin: auto;
  justify-content: space-between;
  padding: 0 15px;
}
.site-header {
  padding: 0 !important;
}
.header-main {
  padding: 4rem;
  gap: 4rem;
}
.header-title a {
  font-size: 4.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}
.header-title a:hover {
  color: #666666;
}
.mobile-menu-toggle {
  display: none;
  width: 5.6rem;
  height: 5.6rem;
  padding: 0;
  border: 1px solid #e6e6e6;
  border-radius: 999px;
  background: #ffffff;
  color: #000000;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
  cursor: pointer;
  transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.mobile-menu-toggle:hover {
  border-color: #cfcfcf;
  background: #f7f7f7;
}
.mobile-menu-toggle__line {
  display: block;
  width: 2rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.header-right {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-left: auto;
}
.main-navigation .nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 30px;
}
.main-navigation .nav-menu a {
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #333333;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}
.main-navigation .nav-menu a:hover {
  color: #0066cc;
}
.btn-signup {
  background-color: #000;
  color: #ffffff !important;
  padding: 12px 28px;
  border-radius: 4px;
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
  display: inline-block;
}
.site-footer {
  background: #ffffff;
}
.footer-main {
  padding: 8rem 0 6rem;
  border-top: 1px solid #e6e6e6;
}
.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
.footer-brand__title {
  font-family: var(--wp--preset--font-family--inter, "Inter"), sans-serif;
  font-size: 5.5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  letter-spacing: 0.5px;
  line-height: 1;
}
.footer-brand__title:hover {
  color: #828282;
}
.footer-social {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.footer-social__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.footer-social__link img {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
  display: block;
}
.footer-nav {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.footer-navigation .footer-nav__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 3.2rem;
  justify-content: flex-end;
}
.footer-navigation .footer-nav__menu li a {
  font-family: var(--wp--preset--font-family--inter, "Inter"), sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #000000;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-navigation .footer-nav__menu li a:hover {
  color: #555555;
}
.footer-navigation .footer-nav__menu .sub-menu {
  display: none;
}
.footer-legal {
  padding: 2rem 0;
  background-color: #000;
}
.footer-legal__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.footer-legal__links {
  display: flex;
  align-items: center;
  gap: 0.6rem 2.4rem;
  flex-wrap: wrap;
}
.footer-legal__links a {
  font-family: var(--wp--preset--font-family--inter, "Inter"), sans-serif;
  font-size: 1.3rem;
  color: #aaaaaa;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-legal__links a:hover {
  color: #000000;
}
.footer-legal__copy {
  margin: 0;
  font-family: var(--wp--preset--font-family--inter, "Inter"), sans-serif;
  font-size: 1.3rem;
  color: #aaaaaa;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .footer-main {
    padding: 6rem 0 4rem;
  }
  .footer-nav {
    justify-content: flex-start;
    margin-top: 4rem;
  }
  .footer-navigation .footer-nav__menu {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) {
  .footer-nav {
    margin-top: 4rem !important;
  }
}
@media (max-width: 767px) {
  .footer-brand {
    gap: 4rem;
  }
  .footer-legal__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
.hero-accueil {
  position: relative;
  height: 100vh;
  min-height: 100vh;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-accueil__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.hero-accueil__content {
  position: relative;
  z-index: 1;
  width: min(1100px, 92%);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.hero-accueil__title {
  margin: 0;
  color: #ffffff;
  font-family: var(--wp--preset--font-family--inter, "Inter"), sans-serif;
  font-size: clamp(3rem, 4vw, 5.4rem);
  font-weight: 400;
  font-style: normal;
  line-height: 1.1;
  max-width: 30ch;
}
.hero-accueil__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  flex-wrap: wrap;
}
.intro-accueil .global-section-text {
  max-width: 750px;
}
.categories-accueil {
  padding: 0 0 15rem !important;
}
.category-card {
  height: 100%;
  display: flex;
  gap: 1.8rem;
  padding: 2rem;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  background: #ffffff;
  color: #000000;
  text-decoration: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.category-card:hover {
  border-color: #d0d0d0;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  color: #000000;
}
.category-card__media {
  width: 160px;
  min-width: 160px;
  height: 160px;
  border-radius: 6px;
  overflow: hidden;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.category-card__name {
  font-family: var(--wp--preset--font-family--inter, "Inter"), sans-serif;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.3;
  color: #000000;
}
.process-accueil {
  padding: 15rem 0;
  background: #000;
}
.process-accueil__steps {
  padding: 10rem 0;
  max-width: 1000px;
  margin: 0 auto !important;
}
.process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 1.6rem;
}
.process-step__icon {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.process-step__icon i, .process-step__icon span, .process-step__icon svg, .process-step__icon img {
  font-size: 7.2rem;
  width: 7.2rem;
  height: 7.2rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  object-fit: contain;
}
.process-step__index {
  border: 1px solid #ffffff;
  border-radius: 100%;
  font-size: 2.2rem;
  font-weight: 600;
}
.process-step__name {
  margin: 0;
  text-align: center;
  color: #ffffff;
  font-family: var(--wp--preset--font-family--inter, "Inter"), sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.1rem;
  font-weight: 300;
  line-height: 1.25;
}
.global-section-title--light, .global-section-text--light {
  color: #ffffff;
}
.about-accueil {
  padding: 0 0 15rem !important;
  background: #ffffff;
}
.about-accueil .row {
  --bs-gutter-x: clamp(3rem, 5vw, 8rem);
}
.about-accueil .global-section-title {
  margin-bottom: 1.2rem;
}
.about-accueil .global-section-subtitle {
  margin-bottom: 2rem;
}
.about-accueil__media {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #f7f7f7;
}
.about-accueil__media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}
.enrolment-accueil {
  background: #ffffff;
}
.enrolment-accueil .row {
  --bs-gutter-x: clamp(3rem, 5vw, 8rem);
}
.enrolment-accueil .global-section-title {
  margin-bottom: 1.2rem;
}
.enrolment-accueil .global-section-subtitle {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .hero-accueil__actions {
    width: 100%;
  }
  .hero-accueil .btn-theme {
    width: min(320px, 100%);
  }
  .categories-accueil {
    padding: 0 0 8rem;
  }
  .category-card__name {
    font-size: 1.6rem;
  }
  .process-accueil {
    padding: 8rem 0;
  }
  .process-accueil__steps {
    padding: 5rem 0;
  }
  .process-accueil .global-section-subtitle {
    margin-bottom: 5rem;
  }
  .process-accueil .global-section-text {
    margin-top: 5rem;
  }
  .process-step {
    min-height: auto;
  }
  .process-step__name {
    font-size: 1.8rem;
  }
  .process-step__icon i, .process-step__icon span, .process-step__icon svg, .process-step__icon img {
    font-size: 5.2rem;
    width: 5.2rem;
    height: 5.2rem;
  }
  .about-accueil {
    padding: 0 0 8rem;
  }
  .about-accueil__media img {
    min-height: 280px;
  }
}
#gform_wrapper_1.gform_wrapper.gform-theme {
  --gf-color-primary: #000000 !important;
  --gf-color-primary-darker: #000000 !important;
  --gf-color-primary-lighter: #333333 !important;
  --gf-color-primary-contrast: #ffffff !important;
  --gf-color-primary-contrast-rgb: 255, 255, 255 !important;
  --gf-color-secondary: #ffffff !important;
  --gf-color-secondary-darker: #f5f5f5 !important;
  --gf-color-secondary-lighter: #ffffff !important;
  --gf-color-secondary-contrast: #000000 !important;
  --gf-color-secondary-contrast-rgb: 0, 0, 0 !important;
  --gf-ctrl-border-color: #e6e6e6 !important;
  --gf-radius: 6px !important;
  --gf-ctrl-label-color-primary: #000000 !important;
  --gf-ctrl-label-color-secondary: #666666 !important;
  --gf-form-gap-x: 3rem;
  --gf-form-gap-y: 1.2rem;
}
#gform_wrapper_1.gform_wrapper {
  font-family: var(--wp--preset--font-family--inter, "Inter"), sans-serif !important;
}
.gform_required_legend, .gform-theme--framework .gform_validation_errors {
  display: none !important;
}
#gform_wrapper_1 .gform-body {
  margin: 0 !important;
}
#gform_wrapper_1 .ginput_container input[type="text"], #gform_wrapper_1 .ginput_container input[type="email"], #gform_wrapper_1 .ginput_container input[type="tel"], #gform_wrapper_1 .ginput_container input[type="number"], #gform_wrapper_1 .ginput_container input[type="url"], #gform_wrapper_1 .ginput_container textarea, #gform_wrapper_1 .ginput_container select {
  font-family: var(--wp--preset--font-family--inter, "Inter"), sans-serif !important;
  font-size: 1.6rem !important;
  border: 1px solid #e6e6e6 !important;
  border-radius: 6px !important;
  background: #ffffff !important;
  color: #000000 !important;
  width: 100% !important;
  transition: border-color 0.25s ease, box-shadow 0.25s ease !important;
}
#gform_wrapper_1 .ginput_container input[type="text"]:focus, #gform_wrapper_1 .ginput_container input[type="email"]:focus, #gform_wrapper_1 .ginput_container input[type="tel"]:focus, #gform_wrapper_1 .ginput_container input[type="number"]:focus, #gform_wrapper_1 .ginput_container input[type="url"]:focus, #gform_wrapper_1 .ginput_container textarea:focus, #gform_wrapper_1 .ginput_container select:focus {
  outline: none !important;
  border-color: #000000 !important;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08) !important;
}
#gform_wrapper_1 .ginput_container input::placeholder, #gform_wrapper_1 .ginput_container textarea::placeholder {
  color: #999999 !important;
}
#gform_wrapper_1 .ginput_container textarea {
  resize: vertical !important;
  min-height: 120px !important;
}
#gform_wrapper_1 .ginput_container select {
  cursor: pointer !important;
}
#gform_wrapper_1 .gfield_label, #gform_wrapper_1 .gform-field-label {
  font-family: var(--wp--preset--font-family--inter, "Inter"), sans-serif !important;
  font-size: 1.8rem !important;
  font-weight: 400 !important;
  color: #000000 !important;
  margin-bottom: 0.6rem !important;
  display: block !important;
}
#gform_wrapper_1 .gfield_description, #gform_wrapper_1 .gform_description {
  font-family: var(--wp--preset--font-family--inter, "Inter"), sans-serif !important;
  font-size: 1.3rem !important;
  color: #666666 !important;
  margin-top: 0.4rem !important;
}
#gform_wrapper_1 .gfield_required {
  color: #e74c3c !important;
  font-weight: 600 !important;
  margin-left: 0.3rem !important;
}
#gform_wrapper_1 .ginput_complex {
  gap: 1.6rem !important;
}
#gform_wrapper_1 .ginput_complex input {
  width: 100% !important;
}
#gform_wrapper_1 .gform_button, #gform_wrapper_1 .gform-button, #gform_submit_button_1 {
  background: #000000 !important;
  color: #ffffff !important;
  border: 1px solid #e6e6e6 !important;
  border-radius: 6px !important;
  font-family: var(--wp--preset--font-family--inter, "Inter"), sans-serif !important;
  font-size: 1.6rem !important;
  font-weight: 600 !important;
  padding: 1rem 2rem !important;
  cursor: pointer !important;
  transition: all 0.25s ease !important;
  letter-spacing: 0.5px !important;
  width: 100% !important;
}
#gform_wrapper_1 .gform_button:hover, #gform_wrapper_1 .gform-button:hover, #gform_submit_button_1:hover {
  background: #1a1a1a !important;
  border-color: #000000 !important;
}
#gform_wrapper_1 .gform_button:focus, #gform_wrapper_1 .gform-button:focus, #gform_submit_button_1:focus {
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15) !important;
}
#gform_wrapper_1 .gfield {
  margin-bottom: 2rem !important;
}
#gform_wrapper_1 .gfield--width-half {
  flex: 0 0 calc(50% - 0.8rem) !important;
}
#gform_wrapper_1 .gfield_validation_message {
  font-size: 1.3rem !important;
  color: #e74c3c !important;
  margin-top: 0.4rem !important;
}
#gform_wrapper_1 .ginput_counter {
  display: none;
}
@media (max-width: 767px) {
  #gform_wrapper_1 .ginput_container input, #gform_wrapper_1 .ginput_container textarea, #gform_wrapper_1 .ginput_container select {
    font-size: 1.6rem !important;
  }
  #gform_wrapper_1 .gfield_label {
    font-size: 1.6rem !important;
  }
  #gform_wrapper_1 .gform_button, #gform_wrapper_1 .gform-button, #gform_submit_button_1 {
    width: 100% !important;
    padding: 1.2rem 1.6rem !important;
    font-size: 1.6rem !important;
  }
  #gform_wrapper_1 .gfield--width-half {
    flex: 0 0 100% !important;
  }
}
@media (max-width: 990px) {
  #masthead {
    max-width: none;
  }
  .header-main {
    position: relative;
    padding: 2rem 3rem;
    gap: 2rem;
  }
  .header-title {
    position: relative;
    z-index: 11;
  }
  .mobile-menu-toggle {
    position: relative;
    z-index: 11;
    display: inline-flex;
    margin-left: auto;
  }
  .header-right {
    position: absolute;
    top: calc(100% + 1.2rem);
    left: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    margin-left: 0;
    padding: 2.4rem;
    border: 1px solid #e6e6e6;
    border-radius: 2.4rem;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(14px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 2.4rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-1.2rem);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  }
  #masthead.is-menu-open .header-right {
    left: 1.6rem;
    right: 1.6rem;
    width: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  #masthead.is-menu-open .mobile-menu-toggle__line:nth-child(1) {
    transform: translateY(0.7rem) rotate(45deg);
  }
  #masthead.is-menu-open .mobile-menu-toggle__line:nth-child(2) {
    opacity: 0;
  }
  #masthead.is-menu-open .mobile-menu-toggle__line:nth-child(3) {
    transform: translateY(-0.7rem) rotate(-45deg);
  }
  .main-navigation .nav-menu {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }
  .main-navigation .nav-menu a {
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .btn-signup {
    width: 100%;
    padding: 1.4rem 2rem;
    text-align: center;
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .site-main > section:not(.hero-accueil) {
    padding: 10rem 0;
  }
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    --bs-gutter-x: 4rem !important;
  }
  .header-right {
    padding: 2rem;
  }
}
