@font-face {
  font-family: "Helium Inter";
  src: url("../fonts/Inter_28pt-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
:root {
  --neutral-200: #e6e6e6;
  --theme-font-family:
        "Helium Inter", var(--wp--preset--font-family--inter, "Inter"),
        "Segoe UI", sans-serif;
}
html, body {
  height: auto;
  background-color: #fff !important;
}
.site-main {
  padding: 0 !important;
}
.site-main.container {
  padding-top: 4rem !important;
}
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);
}
h1, h2, h3, h4, h5, h6, button, input, select, textarea {
  font-family: var(--theme-font-family);
}
body.fade-out {
  opacity: 0;
  transition: none;
}
a {
  color: #aaaaaa;
}
a:hover, a:focus, a:visited {
  color: #666666;
}
p + h2, p + header h2, p + h3, p + h4, ul + h2, ul + header h2, ul + h3, ul + h4, ol + h2, ol + header h2, ol + h3, ol + h4, table + h2, table + header h2, table + h3, table + h4, blockquote + h2, blockquote + header h2, blockquote + h3, blockquote + h4, form + h2, form + header h2, form + h3, form + h4 {
  margin-top: 4rem !important;
}
.hentry.type-page .entry-header {
  padding: 0 0 4rem !important;
  text-align: center !important;
}
.home .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;
  color: #000000;
}
.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-size: clamp(3rem, 4vw, 6rem);
  font-weight: 700;
  line-height: 1.15;
  color: #000;
}
.global-section-subtitle {
  margin: 0 0 2rem;
  font-size: clamp(1.8rem, 2.2vw, 2.4rem);
  font-weight: 400;
  line-height: 1.35;
  color: #828282;
}
.global-section-text {
  margin: 0;
  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;
}
button {
  font-weight: 500 !important;
}
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;
}
.helium-models-gate {
  padding: 10rem 0 12rem;
}
.helium-models-gate__header {
  position: relative;
  z-index: 1;
  margin-bottom: 2.4rem;
}
.helium-models-gate__eyebrow {
  margin: 0 0 1rem;
  color: #828282;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.18rem;
  text-transform: uppercase;
}
.helium-models-gate__title {
  margin: 0;
  font-size: clamp(4.8rem, 7vw, 8rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
.helium-models-gate__content {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
}
.helium-models-gate__content p {
  margin-bottom: 1.6rem;
}
.helium-models-gate__intro {
  margin: 0 0 1.8rem;
  font-size: clamp(2.2rem, 2.8vw, 3rem);
  font-weight: 600;
  line-height: 1.25;
}
.helium-models-gate__text {
  margin: 0 auto;
  color: #828282;
  font-size: 1.9rem;
  line-height: 1.75;
}
.helium-models-gate__actions {
  display: flex;
  justify-content: center;
  gap: 1.6rem;
  flex-wrap: wrap;
  margin-top: 3.2rem;
}
.helium-models-gate__button {
  min-width: 220px;
  padding: 1.4rem 2.8rem !important;
  border-radius: 999px !important;
  background: #111 !important;
  color: #fff !important;
  font-size: 1.6rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
}
.helium-models-gate__button--alt {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  background: rgba(255, 255, 255, 0.72) !important;
  color: #111 !important;
}
.helium-models-gate__benefits {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 3rem;
}
.helium-models-gate__benefit {
  display: inline-flex;
  align-items: center;
  padding: 0.9rem 1.4rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.06);
  color: #111;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 767px) {
  .helium-models-gate {
    padding: 7rem 0 8rem;
  }
  .helium-models-gate__shell {
    padding: 3rem 2rem;
    border-radius: 2.4rem;
  }
  .helium-models-gate__text {
    font-size: 1.7rem;
  }
  .helium-models-gate__button {
    width: 100%;
  }
}
header#masthead {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  justify-content: space-between;
  padding: 0;
}
.home.blog .site-header, .home.page:not(.page-template-template-homepage) .site-header, .home.post-type-archive-product .site-header {
  padding: 0;
  margin-bottom: 0;
}
.header-main {
  padding: 4rem;
  gap: 4rem;
}
.header-title a {
  font-size: 4.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 1px;
}
.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 {
  margin: 0 !important;
}
.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 !important;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
  padding: 0 !important;
}
.main-navigation .nav-menu a:hover {
  color: #0066cc;
}
.btn-signup {
  background-color: #000;
  color: #ffffff !important;
  padding: 1.2rem;
  border-radius: 4px;
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
  display: inline-block;
  max-width: none;
  width: 20rem;
  text-align: center;
  line-height: 1;
}
.site-footer {
  background: #ffffff;
  padding: 0;
}
.footer-main {
  padding: 8rem 0 6rem;
  border-top: 1px solid #e6e6e6;
}
.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
.footer-brand__title {
  font-size: 5.5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000 !important;
}
.footer-brand__title:hover {
  color: #828282 !important;
}
.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-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;
}
.site-footer .footer-legal {
  padding: 2rem 0;
  background-color: #000;
}
.site-footer .footer-legal__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.site-footer .footer-legal__links {
  display: flex;
  align-items: center;
  gap: 0.6rem 2.4rem;
  flex-wrap: wrap;
}
.site-footer .footer-legal__links a {
  font-size: 1.3rem;
  color: #aaaaaa !important;
}
.site-footer .footer-legal__copy {
  margin: 0;
  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-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-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-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;
  }
}
.not-found-404 {
  padding: clamp(8rem, 12vw, 15rem) 0;
  background: radial-gradient(circle at 8% 15%, rgba(0, 0, 0, 0.05), transparent 38%), radial-gradient(circle at 92% 85%, rgba(0, 0, 0, 0.08), transparent 32%), #f7f7f7;
}
.not-found-404__card {
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(3rem, 5vw, 6rem);
  border: 1px solid #e6e6e6;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.08);
  text-align: center;
}
.not-found-404__code {
  margin: 0;
  color: #000000;
  font-family: var(--theme-font-family);
  font-size: clamp(6.8rem, 14vw, 14rem);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0.12em;
  text-indent: 0.12em;
}
.not-found-404__title {
  margin-top: clamp(1.2rem, 2vw, 2rem);
  margin-bottom: 1.2rem;
}
.not-found-404__subtitle {
  max-width: 60ch;
  margin: 0 auto 3rem;
}
.not-found-404 .search-form {
  max-width: 560px;
  margin: 0 auto 3rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
}
.not-found-404 .search-field {
  width: 100%;
  min-height: 54px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  padding: 0 1.4rem;
  background: #ffffff;
  color: #000000;
  font-family: var(--theme-font-family);
  font-size: 1.6rem;
}
.not-found-404 .search-submit {
  min-height: 54px;
  padding: 0 2rem;
  border: 1px solid #000000;
  border-radius: 6px;
  background: #000000;
  color: #ffffff;
  font-family: var(--theme-font-family);
  font-size: 1.5rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.not-found-404 .search-submit:hover {
  background: #1a1a1a;
}
.not-found-404__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.4rem;
  flex-wrap: wrap;
}
.not-found-404__actions .btn-theme {
  min-width: 240px;
}
#gform_wrapper_1.gform_wrapper.gform-theme, #gform_wrapper_2.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, #gform_wrapper_2.gform_wrapper {
  font-family: var(--theme-font-family) !important;
}
.gform_required_legend, .gform-theme--framework .gform_validation_errors {
  display: none !important;
}
#gform_wrapper_1 .gform-body, #gform_wrapper_2 .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, #gform_wrapper_2 .ginput_container input[type="text"], #gform_wrapper_2 .ginput_container input[type="email"], #gform_wrapper_2 .ginput_container input[type="tel"], #gform_wrapper_2 .ginput_container input[type="number"], #gform_wrapper_2 .ginput_container input[type="url"], #gform_wrapper_2 .ginput_container textarea, #gform_wrapper_2 .ginput_container select {
  font-family: var(--theme-font-family) !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, #gform_wrapper_2 .ginput_container input[type="text"]:focus, #gform_wrapper_2 .ginput_container input[type="email"]:focus, #gform_wrapper_2 .ginput_container input[type="tel"]:focus, #gform_wrapper_2 .ginput_container input[type="number"]:focus, #gform_wrapper_2 .ginput_container input[type="url"]:focus, #gform_wrapper_2 .ginput_container textarea:focus, #gform_wrapper_2 .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, #gform_wrapper_2 .ginput_container input::placeholder, #gform_wrapper_2 .ginput_container textarea::placeholder {
  color: #999999 !important;
}
#gform_wrapper_1 .ginput_container textarea, #gform_wrapper_2 .ginput_container textarea {
  resize: vertical !important;
  min-height: 120px !important;
}
#gform_wrapper_1 .ginput_container select, #gform_wrapper_2 .ginput_container select {
  cursor: pointer !important;
}
#gform_wrapper_1 .gfield_label, #gform_wrapper_1 .gform-field-label, #gform_wrapper_2 .gfield_label, #gform_wrapper_2 .gform-field-label {
  font-family: var(--theme-font-family) !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, #gform_wrapper_2 .gfield_description, #gform_wrapper_2 .gform_description {
  font-family: var(--theme-font-family) !important;
  font-size: 1.3rem !important;
  color: #666666 !important;
  margin-top: 0.4rem !important;
}
#gform_wrapper_1 .gfield_required, #gform_wrapper_2 .gfield_required {
  color: #e74c3c !important;
  font-weight: 600 !important;
  margin-left: 0.3rem !important;
}
#gform_wrapper_1 .ginput_complex, #gform_wrapper_2 .ginput_complex {
  gap: 1.6rem !important;
}
#gform_wrapper_1 .ginput_complex input, #gform_wrapper_2 .ginput_complex input {
  width: 100% !important;
}
#gform_wrapper_1 .gform_button, #gform_wrapper_1 .gform-button, #gform_submit_button_1, #gform_wrapper_2 .gform_button, #gform_wrapper_2 .gform-button, #gform_submit_button_2 {
  background: #000000 !important;
  color: #ffffff !important;
  border: 1px solid #e6e6e6 !important;
  border-radius: 6px !important;
  font-family: var(--theme-font-family) !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, #gform_wrapper_2 .gform_button:hover, #gform_wrapper_2 .gform-button:hover, #gform_submit_button_2: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, #gform_wrapper_2 .gform_button:focus, #gform_wrapper_2 .gform-button:focus, #gform_submit_button_2:focus {
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15) !important;
}
#gform_wrapper_1 .gfield, #gform_wrapper_2 .gfield {
  margin-bottom: 0.5rem !important;
}
#gform_wrapper_1 .gfield--width-half, #gform_wrapper_2 .gfield--width-half {
  flex: 0 0 calc(50% - 0.8rem) !important;
}
#gform_wrapper_1 .gfield_validation_message, #gform_wrapper_2 .gfield_validation_message {
  font-size: 1.3rem !important;
  color: #e74c3c !important;
  margin-top: 0.4rem !important;
}
#gform_wrapper_1 .ginput_counter, #gform_wrapper_2 .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, #gform_wrapper_2 .ginput_container input, #gform_wrapper_2 .ginput_container textarea, #gform_wrapper_2 .ginput_container select {
    font-size: 1.6rem !important;
  }
  #gform_wrapper_1 .gfield_label, #gform_wrapper_2 .gfield_label {
    font-size: 1.6rem !important;
  }
  #gform_wrapper_1 .gform_button, #gform_wrapper_1 .gform-button, #gform_submit_button_1, #gform_wrapper_2 .gform_button, #gform_wrapper_2 .gform-button, #gform_submit_button_2 {
    width: 100% !important;
    padding: 1.2rem 1.6rem !important;
    font-size: 1.6rem !important;
  }
  #gform_wrapper_1 .gfield--width-half, #gform_wrapper_2 .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, .main-navigation ul.menu, .main-navigation ul.nav-menu {
    display: flex !important;
    flex-direction: column;
    gap: 2rem;
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
  }
  .main-navigation .nav-menu li, .main-navigation ul.menu li, .main-navigation ul.nav-menu li {
    display: block;
    width: 100%;
  }
  .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;
  }
  .selection-card {
    grid-template-columns: 1fr;
  }
  .selection-card__content {
    padding: 0.5rem 2rem 2rem 2rem;
  }
  .selection-card__media img {
    border-radius: 20px 20px 0 0;
  }
  .cart-collaterals--selection {
    flex-direction: column;
    align-items: flex-start;
  }
  .page-intro {
    font-size: 1.2rem;
  }
  .request-board__grid {
    grid-template-columns: 1fr;
  }
  .request-board__success-actions {
    flex-direction: column;
  }
  .request-board__success-actions .button {
    width: 100%;
  }
  .woocommerce-account .helium-account-dashboard__grid {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 768px) {
  .home .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;
  }
  .woocommerce .helium-models-gate, .woocommerce-page .helium-models-gate {
    padding: 7rem 0 8rem;
  }
  .woocommerce .helium-models-gate__shell--catalog, .woocommerce-page .helium-models-gate__shell--catalog {
    padding: 3rem 2rem;
    border-radius: 2.4rem;
  }
  .woocommerce .helium-models-gate__text, .woocommerce-page .helium-models-gate__text {
    font-size: 1.7rem;
  }
  .woocommerce a.button.helium-models-gate__button, .woocommerce-page a.button.helium-models-gate__button {
    width: 100%;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: grid;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation a {
    width: 100%;
  }
  .woocommerce-account .helium-account-dashboard__grid {
    grid-template-columns: 1fr !important;
  }
  .woocommerce-account .helium-account-summary {
    grid-template-columns: 1fr;
  }
  .woocommerce-account .helium-account-card {
    padding: 2.4rem 2rem;
  }
  .woocommerce-account .helium-account-card__title {
    font-size: 2.4rem;
  }
  .woocommerce-account .helium-account-actions {
    display: grid;
  }
  .woocommerce-account .helium-account-actions .button {
    width: 100%;
  }
  .woocommerce-account .helium-account-auth__panel {
    padding: 2.4rem 2rem;
  }
  .woocommerce-account .helium-account-pending__panel {
    padding: 2.4rem 2rem;
  }
  .woocommerce-account .helium-account-pending__actions {
    flex-direction: column;
  }
  .woocommerce-account .helium-account-pending__actions .button {
    width: 100%;
  }
  .woocommerce-account #customer_login .u-column1, .woocommerce-account #customer_login .u-column2 {
    padding: 2rem;
  }
  .woocommerce-account #customer_login h2 {
    font-size: 2.4rem;
  }
}
@media (max-width: 575.98px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    --bs-gutter-x: 2.4rem !important;
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
}
.single-product div.product .woocommerce-product-gallery img {
  min-width: 100%;
}
.custom-card {
  margin-bottom: 24px;
  padding: 0 0 16px;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
}
.custom-card-image img {
  display: block;
  width: 100%;
  border-radius: 12px 12px 0 0;
}
.custom-card-title {
  margin: 12px 0 8px;
  padding-left: 12px;
  font-size: 1.6em;
  font-weight: 600;
  text-align: left;
}
.custom-card-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-left: 12px;
}
.custom-badge, .woocommerce-product-details__attribute-badge {
  display: inline-flex;
  align-items: center;
  color: #fff;
  background: #222;
}
.custom-badge {
  margin-bottom: 4px;
  padding: 4px 12px;
  border-radius: 8px;
  font-size: 1.2em;
}
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
  background-color: #111 !important;
  border-color: rgba(255, 255, 255, 0.25) !important;
}
.woocommerce .password-input, .woocommerce-page .password-input {
  position: relative;
  display: block;
  width: 100%;
}
.woocommerce .password-input .input-text, .woocommerce-page .password-input .input-text {
  width: 100%;
  padding-right: 5.6rem;
}
.woocommerce .show-password-input, .woocommerce-page .show-password-input {
  position: absolute;
  top: 50%;
  right: 1.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111;
  transform: translateY(-50%);
  box-shadow: none;
}
.woocommerce .show-password-input::after, .woocommerce-page .show-password-input::after {
  margin: 0;
  color: inherit;
  font-size: 1.6rem;
}
.woocommerce .show-password-input:hover, .woocommerce .show-password-input:focus, .woocommerce-page .show-password-input:hover, .woocommerce-page .show-password-input:focus {
  background: transparent;
  color: #111;
  box-shadow: none;
  opacity: 0.7;
}
h1.product_title {
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
.wp-grid-builder .wpgb-card .wpgb-card-body {
  flex: none !important;
  -ms-flex: none !important;
}
.wp-grid-builder .wpgb-card .wpgb-card-body a:hover {
  color: #666666 !important;
}
.wp-grid-builder [class*="wpgb-scheme-"] .wpgb-idle-accent-1, .wp-grid-builder [class*="wpgb-scheme-"] .wpgb-card-body [class^="wpgb-block-"].wpgb-hover-accent-1:hover {
  color: #000 !important;
}
a.wpgb-block-term:hover {
  color: #fff !important;
}
.related.products h2 {
  margin-bottom: 6rem !important;
}
.woocommerce-product-details__full-description {
  margin-bottom: 2rem;
  font-size: 1.5rem;
}
.woocommerce-product-details__attribute-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 2rem;
}
.woocommerce-product-details__attribute-badge {
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 1.2rem;
  line-height: 1;
}
.page-header {
  max-width: 760px;
  margin: 0 auto 8rem;
  text-align: center;
}
.page-eyebrow {
  margin-bottom: 0.75rem;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0.18rem;
  text-transform: uppercase;
}
.page-title {
  margin-bottom: 1rem;
  font-size: clamp(3.4rem, 5.4vw, 5.6rem);
  font-weight: 700;
  letter-spacing: 0.04rem;
}
.page-intro {
  max-width: 640px;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.68);
  font-size: 1.4rem;
  line-height: 1.7;
}
.selection-board {
  margin: 0 auto 5rem;
  max-width: 1180px;
}
.selection-board__list {
  display: grid;
  gap: 4rem;
}
.selection-board__count, .selection-board__note {
  margin: 0;
}
.selection-board__count {
  margin-bottom: 0.35rem;
  font-size: 1.6rem;
  font-weight: 700;
}
.selection-board__note {
  color: rgba(0, 0, 0, 0.62);
  font-size: 1.15rem;
}
.selection-card, .request-card {
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: linear-gradient(135deg, #ffffff 0%, #eee 100%);
}
.selection-card {
  display: grid;
  grid-template-columns: minmax(200px, 260px) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: center;
  overflow: hidden;
  border-radius: 28px;
}
.selection-card__media, .selection-card__media a, .selection-card__media img {
  display: block;
}
.selection-card__media {
  min-height: 0;
}
.selection-card__media img {
  width: 100%;
  aspect-ratio: 0.8;
  object-fit: cover;
  border-radius: 20px 0 0 20px;
}
.selection-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  gap: 3rem;
}
.selection-card__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}
.selection-card__label {
  margin: 0;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.14rem;
  text-transform: uppercase;
}
.selection-card__remove {
  color: #111;
  font-size: 1.15rem;
  font-weight: 600;
  text-decoration: none;
}
.selection-card__title {
  margin-bottom: 0.75rem;
  font-size: clamp(3rem, 4.8vw, 4.2rem);
  font-weight: 700;
  line-height: 1.05;
}
.selection-card__title a {
  color: inherit;
  text-decoration: none;
}
.selection-card__description {
  max-width: 52ch;
  margin-bottom: 1rem;
  color: rgba(0, 0, 0, 0.72);
  font-size: 1.35rem;
  line-height: 1.5;
}
.selection-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.selection-card__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 1.18rem;
  font-weight: 600;
  line-height: 1;
}
.selection-card__meta {
  display: none;
}
.cart-collaterals--selection {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 5rem;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #111;
}
.cart-collaterals--selection .checkout-button {
  min-width: 260px;
  padding: 1rem 1.6rem;
  border: 1px solid #111;
  background: #111;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.request-board {
  margin: 0 auto 5rem;
  max-width: 1240px;
  padding: 4rem 0 !important;
}
.request-board__grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
  gap: 4rem;
  align-items: start;
}
.request-board__form, .request-board__empty {
  padding: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 28px;
  background: #fff;
}
.request-board__section-title {
  margin-bottom: 1.4rem;
  font-size: 2rem;
  font-weight: 700;
}
.request-board__cards {
  display: grid;
  gap: 1rem;
}
.request-board__empty {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.request-board__success {
  max-width: 760px;
}
.request-board__success-actions {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  flex-wrap: wrap;
  margin-top: 2.4rem;
}
.request-card {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 2rem;
  align-items: center;
  border-radius: 20px;
}
.request-card__media img {
  display: block;
  width: 100%;
  aspect-ratio: 0.8695652174;
  object-fit: cover;
  border-radius: 16px 0 0 16px;
}
.request-card__title {
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: 500;
}
.request-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}
.request-card__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1;
}
.woocommerce .helium-models-gate, .woocommerce-page .helium-models-gate {
  padding: 10rem 0 12rem;
}
.woocommerce .helium-models-gate__shell--catalog, .woocommerce-page .helium-models-gate__shell--catalog {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 6rem;
  overflow: hidden;
  border-radius: 3.2rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: linear-gradient(135deg, #ffffff 0%, #eee 100%);
  text-align: center;
}
.woocommerce .helium-models-gate__shell--catalog::before, .woocommerce-page .helium-models-gate__shell--catalog::before {
  content: "";
  position: absolute;
  top: -8rem;
  right: -8rem;
  width: 26rem;
  height: 26rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.035);
}
.woocommerce .helium-models-gate__header, .woocommerce .helium-models-gate__content, .woocommerce-page .helium-models-gate__header, .woocommerce-page .helium-models-gate__content {
  position: relative;
  z-index: 1;
}
.woocommerce .helium-models-gate__header, .woocommerce-page .helium-models-gate__header {
  margin-bottom: 2.4rem;
}
.woocommerce .helium-models-gate__eyebrow, .woocommerce-page .helium-models-gate__eyebrow {
  margin: 0 0 1rem;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.18rem;
  text-transform: uppercase;
}
.woocommerce .helium-models-gate__content, .woocommerce-page .helium-models-gate__content {
  max-width: 720px;
  margin: 0 auto;
}
.woocommerce .helium-models-gate__intro, .woocommerce-page .helium-models-gate__intro {
  margin: 0 0 1.8rem;
  font-size: clamp(2.2rem, 2.8vw, 3rem);
  font-weight: 600;
  line-height: 1.25;
}
.woocommerce .helium-models-gate__text, .woocommerce-page .helium-models-gate__text {
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.68);
  font-size: 1.9rem;
  line-height: 1.75;
}
.woocommerce .helium-models-gate__actions, .woocommerce-page .helium-models-gate__actions {
  display: flex;
  justify-content: center;
  gap: 1.6rem;
  flex-wrap: wrap;
  margin-top: 3.2rem;
}
.woocommerce .helium-models-gate__button.button, .woocommerce-page .helium-models-gate__button.button {
  min-width: 220px;
  padding: 1.4rem 2.8rem;
  border-radius: 999px;
  background: #111;
  color: #fff !important;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
}
.woocommerce .helium-models-gate__button--alt.button, .woocommerce-page .helium-models-gate__button--alt.button {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.72);
  color: #111 !important;
}
.woocommerce .helium-models-gate__benefits, .woocommerce-page .helium-models-gate__benefits {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 3rem;
}
.woocommerce .helium-models-gate__benefit, .woocommerce-page .helium-models-gate__benefit {
  display: inline-flex;
  align-items: center;
  padding: 0.9rem 1.4rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.06);
  color: #111;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
}
.woocommerce .helium-shop-container, .woocommerce-page .helium-shop-container {
  max-width: 1240px;
  margin: 0 auto;
}
.woocommerce .helium-models-gate__title.woocommerce-products-header__title.page-title, .woocommerce-page .helium-models-gate__title.woocommerce-products-header__title.page-title {
  margin: 0;
  font-size: clamp(4.8rem, 7vw, 8rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  margin-bottom: 3rem;
  width: 100% !important;
  padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a::before {
  margin-right: 1rem;
  margin-left: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
  margin: 0;
  float: none !important;
  width: auto !important;
  border: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link a {
  display: block;
  padding: 1.5rem 2rem;
  text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 4.8rem;
  padding: 0.9rem 2rem !important;
  border: none;
  color: #111;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  background-color: #eee;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.woocommerce-account .woocommerce-MyAccount-navigation a:hover, .woocommerce-account .woocommerce-MyAccount-navigation a:focus {
  border-color: #111;
  background: #111;
  color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
  border-color: #111;
  background: #111;
  color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 100%;
}
.woocommerce-account .helium-account-dashboard__header {
  margin-bottom: 5rem;
}
.woocommerce-account .helium-account-card__eyebrow {
  margin-bottom: 1rem;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.18rem;
  text-transform: uppercase;
}
.woocommerce-account .helium-account-card__text {
  color: rgba(0, 0, 0, 0.72);
  font-size: 1.6rem;
  line-height: 1.7;
}
.woocommerce-account .helium-account-dashboard__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.8fr);
  gap: 3rem;
  align-items: start;
}
.woocommerce-account .helium-account-card {
  padding: 3rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 2.8rem;
  background: #fff;
}
.woocommerce-account .helium-account-card__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.2rem;
}
.woocommerce-account .helium-account-card__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.6rem 1rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.06);
  color: #111;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
}
.woocommerce-account .helium-account-card__title {
  margin-bottom: 1.8rem;
  font-size: 3rem;
  font-weight: 700;
}
.woocommerce-account .helium-account-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
}
.woocommerce-account .helium-account-summary__item {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 1.4rem 1.6rem;
  border-radius: 1.8rem;
  background: rgba(0, 0, 0, 0.025);
}
.woocommerce-account .helium-account-summary__label {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
}
.woocommerce-account .helium-account-summary__value {
  color: #111;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.4;
}
.woocommerce-account .helium-account-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}
.woocommerce-account .helium-account-actions .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 5rem;
  padding: 1rem 2rem;
  text-align: center;
  white-space: nowrap;
}
.woocommerce-account .helium-account-auth, .woocommerce-account .helium-account-pending {
  display: flex;
  justify-content: center;
  margin: 2rem auto 5rem;
}
.woocommerce-account .helium-account-auth__panel {
  width: 100%;
  max-width: 760px;
  padding: 4rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 2.8rem;
  background: #fff;
  text-align: center;
}
.woocommerce-account .helium-account-auth__intro {
  margin-bottom: 2rem;
}
.woocommerce-account .helium-account-auth .form-row label {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: left;
}
.woocommerce-account .helium-account-auth .input-text {
  min-height: 5.2rem;
  padding: 1.2rem 1.4rem;
  border-radius: 1.4rem;
  font-size: 1.6rem;
}
.woocommerce-account .helium-account-auth .button {
  min-width: 220px;
  margin-top: 1rem;
}
.woocommerce-account .helium-account-auth__backlink {
  margin-top: 2rem;
  font-size: 1.4rem;
}
.woocommerce-account .helium-account-pending__panel {
  max-width: 760px;
  padding: 4rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 2.8rem;
  background: #fff;
  text-align: center;
}
.woocommerce-account .helium-account-pending__text {
  margin: 0 auto 1.2rem;
}
.woocommerce-account .helium-account-pending__actions {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  flex-wrap: wrap;
  margin-top: 2.4rem;
}
.woocommerce-account #customer_login {
  gap: 3rem;
}
.woocommerce-account #customer_login.col1-set {
  max-width: 760px;
  margin: 0 auto;
}
.woocommerce-account #customer_login .u-column1, .woocommerce-account #customer_login .u-column2 {
  padding: 3rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 2.8rem;
  background: #fff;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.woocommerce-account #customer_login.col1-set .u-column1, .woocommerce-account #customer_login.col1-set .u-column2 {
  width: 100%;
  float: none;
  margin-right: 0;
}
.woocommerce-account #customer_login h2 {
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 700;
}
.woocommerce-account #customer_login .form-row label {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.woocommerce-account #customer_login .input-text, .woocommerce-account #customer_login textarea {
  min-height: 5.2rem;
  padding: 1.2rem 1.4rem;
  border-radius: 1.4rem;
  font-size: 1.6rem;
}
.woocommerce-account #customer_login textarea {
  min-height: 14rem;
  resize: vertical;
}
.woocommerce-account .helium-register-field {
  margin-bottom: 1.6rem;
}
.woocommerce-account .helium-register-field--checkbox {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.woocommerce-account .helium-register-field--checkbox .woocommerce-form__label {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.woocommerce-account .helium-register-field--checkbox input[type="checkbox"] {
  margin-top: 0.35rem;
}
.woocommerce-account .helium-account-switch {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-top: 2rem;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.45rem;
}
.woocommerce-account .helium-account-switch a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.3rem 0.8rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 999px;
  color: #111;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.woocommerce-account .helium-account-switch a:hover, .woocommerce-account .helium-account-switch a:focus {
  border-color: #111;
  background: #111;
  color: #fff;
}
body.helium-account-view-login .woocommerce-account #customer_login .u-column1 {
  border-color: rgba(0, 0, 0, 0.16);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}
body.helium-account-view-login .woocommerce-account #customer_login .u-column2 {
  display: none;
}
body.helium-account-view-register .woocommerce-account #customer_login .u-column2 {
  border-color: rgba(0, 0, 0, 0.16);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}
body.helium-account-view-register .woocommerce-account #customer_login .u-column1 {
  display: none;
}
.wpgb-wrapper {
  left: 0 !important;
  width: 100% !important;
  margin: 4rem 0;
  gap: 4rem;
}
.site-main {
  width: 100%;
}
.wp-grid-builder .wpgb-card-1 .wpgb-card-content {
  box-sizing: border-box;
}
.wpgb-card .wpgb-card-media {
  aspect-ratio: 1;
  overflow: hidden;
}
.wpgb-card .wpgb-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* bouton sexe header*/
.wpgb-products-header__facet--sexe .wpgb-facet .wpgb-button[aria-pressed="true"] {
  background-color: black !important;
  border: none !important;
  color: white;
}
.wpgb-products-header__facet--sexe .wpgb-facet .wpgb-button:not(button) {
  background-color: gray;
  border: none !important;
  color: white;
}
.wpgb-products-header__facet--sexe .wpgb-facet .wpgb-button:focus:not(button) {
  outline: none !important;
}
/* bouton categories header*/
.wpgb-products-header__facet--categories .wpgb-facet .wpgb-button-label {
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0;
}
.wpgb-products-header__facet--categories .wpgb-facet .wpgb-button[aria-pressed="true"] {
  color: black !important;
  border: none !important;
  background: none !important;
  padding: 0 !important;
}
.wpgb-products-header__facet--categories .wpgb-facet .wpgb-button:not(button) {
  color: gray;
  background: none;
  border: none !important;
}
.wpgb-products-header__facet--categories .wpgb-facet .wpgb-button:focus:not(button) {
  outline: none !important;
}
.wpgb-products-header__facet--categories .wpgb-facet .wpgb-inline-list li {
  margin: 0 0.5rem;
}
.wpgb-products-header__facet--categories .wpgb-facet fieldset {
  margin: 0 !important;
}
/* header */
.wpgb-products-header {
  margin: 2rem 0;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.wpgb-products-header h2 {
  font-size: 3.5rem;
  font-weight: 600;
  margin: 0 4rem 0 0;
}
