@import "reset.css";
.fontJostL {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  line-height: 120%;
}
.fontJostM {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 120%;
}
.fontJostSB {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 120%;
}
.fontJostB {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 120%;
}
.fontManL {
  font-family: "Manrope", sans-serif;
  line-height: 120%;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.fontManR {
  font-family: "Manrope", sans-serif;
  line-height: 120%;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.fontManSB {
  font-family: "Manrope", sans-serif;
  line-height: 120%;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.fontManB {
  font-family: "Manrope", sans-serif;
  line-height: 120%;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.fontReg {
  font-family: "Manrope", sans-serif;
  line-height: 120%;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.fontBold {
  font-family: "Manrope", sans-serif;
  line-height: 120%;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
:root {
  --doc-height: 100%;
  --vh: 1vh;
}
html {
  height: -webkit-fill-available;
}
body {
  height: var(--doc-height);
  min-height: 100vh;
  min-height: 100dvh;
  min-height: calc(var(--vh, 1vh) * 100);
  color: #4a4a4a;
  font-family: "Manrope", sans-serif;
  line-height: 120%;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  position: relative;
  margin: 0;
  padding: 0;
  background-color: #FCFCFC;
}
.is-hidden {
  visibility: hidden;
}
.noScroll {
  overflow: hidden;
}
section {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.content {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
}
a {
  outline: none !important;
}
p,
button {
  font-family: "Manrope", sans-serif;
  line-height: 120%;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
b,
strong {
  font-family: "Manrope", sans-serif;
  line-height: 120%;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
}
nowrap {
  white-space: nowrap;
}
/* Avoid Chrome to see Safari hack */
@supports (-webkit-touch-callout: none) {
  body {
    /* The hack for Safari */
    min-height: -webkit-fill-available;
  }
}
@media screen and (max-width: 1279px) {
  .mobHide {
    display: none !important;
  }
}
.mobShow {
  display: none !important;
}
@media screen and (max-width: 1279px) {
  .mobShow {
    display: flex !important;
  }
}
html.lenis,
html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}
.top {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  min-height: 950px;
}
@media screen and (max-width: 1440px) {
  .top {
    min-height: 800px;
  }
}
@media screen and (max-width: 1279px) {
  .top {
    height: auto;
  }
}
.top .top-content {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
  max-width: 1920px;
}
.top .logo {
  position: absolute;
  top: 70px;
  left: 77px;
  z-index: 3;
  width: 216px;
}
@media (max-width: 1440px) {
  .top .logo {
    top: 60px;
  }
}
@media (max-width: 1279px) {
  .top .logo {
    position: relative;
    top: 0;
    margin-top: 60px;
    left: 67px;
  }
}
@media (max-width: 767px) {
  .top .logo {
    left: 17px;
    margin-top: 30px;
    width: 192px;
  }
}
.top .txt {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  margin-top: 360px;
  margin-left: 90px;
  z-index: 4;
  max-width: 600px;
}
@media (max-width: 1440px) {
  .top .txt {
    margin-top: 300px;
  }
}
@media (max-width: 1279px) {
  .top .txt {
    position: relative;
    margin-top: 30px;
    margin-bottom: 90px;
    margin-left: 0;
    align-items: flex-start;
    margin-left: 80px;
  }
}
@media (max-width: 767px) {
  .top .txt {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.top .txt h1 {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  line-height: 120%;
  color: #0B1215;
  text-transform: uppercase;
  padding-bottom: 60px;
  line-height: 110%;
}
@media (max-width: 1440px) {
  .top .txt h1 {
    padding-bottom: 30px;
  }
}
.top .txt h1 b {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 120%;
}
.top .txt h1 .t-44 {
  font-size: 44px;
}
@media (max-width: 767px) {
  .top .txt h1 .t-44 {
    font-size: 34px;
  }
}
.top .txt h1 .t-60 {
  font-size: 60px;
}
@media (max-width: 767px) {
  .top .txt h1 .t-60 {
    font-size: 50px;
  }
}
.top .txt h1 .line {
  display: block;
  line-height: 1;
  opacity: 0;
  z-index: 1;
}
.top .txt .description {
  width: 530px;
  font-family: "Manrope", sans-serif;
  line-height: 120%;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #0B1215;
  line-height: 160%;
  opacity: 0;
}
.top .txt .description b {
  font-family: "Manrope", sans-serif;
  line-height: 120%;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 767px) {
  .top .txt .description {
    width: 100%;
  }
}
.top .btn-validation {
  margin-top: 20px;
  width: 100%;
}
.top .btn-decouvrir {
  background-color: #0B1215;
  width: 364px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 90px;
  bottom: 120px;
  z-index: 4;
  overflow: hidden;
  transition: background-color 0.75s linear;
}
@media (max-width: 1440px) {
  .top .btn-decouvrir {
    right: 30px;
  }
}
@media screen and (max-width: 1279px) {
  .top .btn-decouvrir {
    display: none;
  }
}
.top .btn-decouvrir:hover {
  background-color: #FCFCFC;
}
.top .btn-decouvrir:hover span {
  color: #0B1215;
}
.top .btn-decouvrir span {
  color: #FCFCFC;
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 120%;
  font-size: 24px;
  position: relative;
  z-index: 10;
  transition: color 0.75s linear;
}
.top .arrow {
  position: absolute;
  right: 480px;
  bottom: 116px;
  z-index: 4;
  animation: animArrow 2s ease-in-out infinite;
}
@media (max-width: 1440px) {
  .top .arrow {
    right: 440px;
  }
}
@media screen and (max-width: 1279px) {
  .top .arrow {
    display: none;
  }
}
@keyframes animArrow {
  0% {
    transform: translateX(0);
    /* Position de départ (gauche) */
  }
  50% {
    transform: translateX(-75px);
    /* Position intermédiaire (droite) */
  }
  100% {
    transform: translateX(0);
    /* Retour à la position de départ */
  }
}
.top .cercle {
  position: absolute;
  right: -90px;
  bottom: -20px;
  width: 281px;
  height: 281px;
  background-color: transparent;
  /* Fond transparent */
  border: 8px solid #0B1215;
  /* Bordure noire */
  border-radius: 50%;
  /* Transforme le carré en cercle */
  opacity: 0.2;
}
@media (max-width: 1279px) {
  .top .cercle {
    display: none;
  }
}
.top .formulaire {
  position: absolute;
  z-index: 5;
  bottom: 0;
  right: 0;
  background-color: #0B1215;
  width: 420px;
  transform: translateY(105%);
  pointer-events: none;
  height: 100%;
}
@media (max-width: 1440px) {
  .top .formulaire {
    right: 0;
  }
}
@media screen and (max-width: 1279px) {
  .top .formulaire {
    position: relative;
    right: auto;
    width: 100%;
    transform: none;
    display: block !important;
    pointer-events: auto !important;
    transform: none !important;
    opacity: 1 !important;
  }
}
.top .formulaire form {
  position: relative;
}
.top .formulaire .close-form {
  position: absolute;
  top: 20px;
  right: 30px;
}
@media (max-width: 1279px) {
  .top .formulaire .close-form {
    display: none;
  }
}
.top .formulaire .etape1,
.top .formulaire .etape2,
.top .formulaire .etape3 {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 950px;
}
@media screen and (max-width: 1440px) {
  .top .formulaire .etape1,
  .top .formulaire .etape2,
  .top .formulaire .etape3 {
    min-height: 800px;
  }
}
@media (max-width: 1279px) {
  .top .formulaire .etape1,
  .top .formulaire .etape2,
  .top .formulaire .etape3 {
    height: auto;
    align-items: center;
    min-height: auto;
  }
}
.top .formulaire .etape2 {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.top .formulaire .etape2 .titre1 {
  margin-right: 115px;
}
.top .formulaire .etape2 .sstitre {
  margin-right: 75px;
}
.top .formulaire .titre1,
.top .formulaire .titre2,
.top .formulaire .rdv,
.top .formulaire .sstitre {
  margin: 0 30px;
  color: #FCFCFC;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 120%;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  width: -webkit-fill-available;
}
@media (max-width: 1279px) {
  .top .formulaire .titre1,
  .top .formulaire .titre2,
  .top .formulaire .rdv,
  .top .formulaire .sstitre {
    text-align: center;
    display: flex;
    flex-direction: column;
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .top .formulaire .titre1,
  .top .formulaire .titre2,
  .top .formulaire .rdv,
  .top .formulaire .sstitre {
    text-align: left;
  }
}
.top .formulaire .titre1 {
  padding: 80px 0 10px;
  font-size: 24px;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 120%;
  letter-spacing: 2px;
}
.top .formulaire .titre2 {
  font-size: 18px;
  margin-right: 120px;
  font-family: "Manrope", sans-serif;
  line-height: 120%;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
  line-height: 140%;
  padding-bottom: 15px;
}
@media (max-width: 1279px) {
  .top .formulaire .titre2 {
    margin-left: 30px;
    margin-right: 30px;
    padding-bottom: 30px;
  }
}
.top .formulaire .rdv {
  border-top: 2px solid #FCFCFC;
  border-bottom: 2px solid #FCFCFC;
  font-family: "Manrope", sans-serif;
  line-height: 120%;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  padding: 15px 0;
  display: block;
  max-width: 600px;
}
.top .formulaire .rdv b {
  font-family: "Manrope", sans-serif;
  line-height: 120%;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.top .formulaire .sstitre {
  padding-top: 15px;
  font-size: 18px;
  margin-right: 120px;
  font-family: "Manrope", sans-serif;
  line-height: 120%;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
  line-height: 140%;
}
@media (max-width: 1279px) {
  .top .formulaire .sstitre {
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 30px;
  }
}
.top .formulaire .desc {
  padding-top: 20px;
  padding-bottom: 240px;
  font-family: "Manrope", sans-serif;
  line-height: 120%;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #FCFCFC;
  font-size: 18px;
  line-height: 140%;
  margin: 0 30px;
}
@media (max-width: 1279px) {
  .top .formulaire .desc {
    padding-bottom: 80px;
    max-width: 600px;
  }
}
.top .formulaire .desc b {
  font-family: "Manrope", sans-serif;
  line-height: 120%;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.top .formulaire .padT40 {
  padding-top: 40px !important;
}
.top .formulaire .champs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 7px;
  padding: 15px 0 15px;
  max-width: 600px;
  margin: 0 auto;
  width: calc(100% - 60px);
  z-index: 5;
}
@media (max-width: 767px) {
  .top .formulaire .champs {
    grid-template-columns: repeat(1, 1fr);
    gap: 7px;
  }
}
.top .formulaire .input {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .top .formulaire .input {
    margin-right: 0;
  }
}
.top .formulaire .input:last-child {
  margin-right: 0;
}
.top .formulaire .input .input-field {
  width: -webkit-fill-available;
  width: -moz-available;
  height: 40px;
  padding: 0 15px;
  background-color: #FCFCFC;
  border: 1px solid #FCFCFC;
  border-radius: 10px;
  color: #0B1215;
  font-size: 15px;
  font-family: "Manrope", sans-serif;
  line-height: 120%;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  transition: all 0.125s ease-in-out;
  box-shadow: none !important;
}
.top .formulaire .input .input-field::placeholder {
  color: #0B1215;
}
.top .formulaire .input .input-field:focus,
.top .formulaire .input .input-field:valid,
.top .formulaire .input .input-field:not(:placeholder-shown):not(:focus):invalid {
  background-color: #FCFCFC;
  border-color: #FCFCFC;
}
.top .formulaire .input .input-field:focus + .input-label,
.top .formulaire .input .input-field:valid + .input-label,
.top .formulaire .input .input-field:not(:placeholder-shown):not(:focus):invalid + .input-label {
  opacity: 0;
}
.top .formulaire .input .input-label {
  position: absolute;
  top: 7px;
  left: 15px;
  z-index: 2;
  color: #FCFCFC;
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  line-height: 120%;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  pointer-events: none;
  padding: 5px 0;
  transition: opacity 0.25s ease-in-out;
}
.top .formulaire .input .error {
  background-image: url("../images/ico_error.svg");
  background-size: contain;
  position: absolute;
  top: 13px;
  right: 10px;
  height: 16px;
  width: 16px;
  display: none;
  z-index: 5;
}
.top .formulaire .optin {
  max-width: 600px;
  margin: 0 auto;
  width: calc(100% - 60px);
  padding-bottom: 20px;
}
.top .formulaire .input-optin {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.top .formulaire .input-optin span {
  width: 100%;
  text-align: left;
  color: #FCFCFC;
  font-size: 12px;
  line-height: 140%;
  font-family: "Manrope", sans-serif;
  line-height: 120%;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.top .formulaire .input-optin span a {
  color: #FCFCFC;
  text-decoration: underline !important;
}
.top .formulaire .input-optin .input-radio {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 60%;
  margin: 0 auto;
  padding-bottom: 0;
  font-family: "Manrope", sans-serif;
  line-height: 120%;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.top .formulaire .input-optin .input-radio input {
  appearance: none;
  pointer-events: none;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #0B1215;
  border: 1px solid #FCFCFC;
  padding: 0;
  margin: 0;
}
.top .formulaire .input-optin .input-radio input:focus {
  outline: none;
}
.top .formulaire .input-optin .input-radio input:checked {
  background-color: #FCFCFC;
  border: 6px solid #555;
}
.top .formulaire .input-optin .input-radio .label-radio {
  display: flex;
  align-items: center;
  padding: 6px 10px 6px 6px;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
.top .formulaire .input-optin .input-radio .label-radio input {
  flex-shrink: 0;
}
.top .formulaire .input-optin .input-radio .label-radio span {
  font-size: 15px;
  padding-left: 6px;
}
.top .formulaire .input-optin .input-radio .label-radio:hover {
  background-color: #333;
}
.top .formulaire .input-optin .label-radio {
  margin-top: 8px;
  margin-bottom: 0;
}
.top .formulaire .accompagnant {
  max-width: 600px;
  margin: 0 auto;
  width: calc(100% - 60px);
  /* Checkbox OUI – style cohérent avec tes radios */
  /* Champ email accompagnant */
}
.top .formulaire .accompagnant .lbl {
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  line-height: 120%;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  text-align: left;
  color: #FCFCFC;
}
.top .formulaire .accompagnant .accompagnant-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  margin-top: 8px;
  padding-bottom: 20px;
}
.top .formulaire .accompagnant .label-checkbox {
  display: flex;
  align-items: center;
  padding: 6px 10px 6px 6px;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
.top .formulaire .accompagnant .label-checkbox:hover {
  background-color: #333;
}
.top .formulaire .accompagnant .label-checkbox input {
  appearance: none;
  pointer-events: none;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background-color: #0B1215;
  border: 1px solid #FCFCFC;
  box-sizing: border-box;
  margin: 0;
  position: relative;
}
.top .formulaire .accompagnant .label-checkbox input:checked {
  background-color: #FCFCFC;
  border-color: #FCFCFC;
}
.top .formulaire .accompagnant .label-checkbox input:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 12px;
  border: solid #0B1215;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -55%) rotate(45deg);
}
.top .formulaire .accompagnant .label-checkbox span {
  font-size: 15px;
  padding-left: 6px;
  color: #FCFCFC;
}
.top .formulaire .accompagnant .accompagnant-email {
  opacity: 0.4;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.top .formulaire .accompagnant .accompagnant-email.active {
  opacity: 1;
  pointer-events: auto;
}
.top .formulaire .formButtonValidation,
.top .formulaire #formloader,
.top .formulaire #formloader2 {
  height: 44px;
}
@media (max-width: 1279px) {
  .top .formulaire .formButtonValidation,
  .top .formulaire #formloader,
  .top .formulaire #formloader2 {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.top .formulaire .formButtonValidation {
  color: #0B1215;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 120%;
  font-size: 20px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 44px;
  background: #FCFCFC;
  letter-spacing: 0.05em;
  margin: 0 30px;
}
.top .formulaire .formButtonValidation:hover {
  transform: translateY(-4px);
  filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.2)) brightness(1.1);
}
@media (max-width: 1279px) {
  .top .formulaire .formButtonValidation:hover {
    transform: none;
  }
}
.top .formulaire .formloader {
  display: flex;
  justify-content: flex-start !important;
  align-items: center !important;
  flex-direction: row !important;
  text-align: center;
  margin: 0 30px;
  pointer-events: none;
}
.top .formulaire .formloader .fl-content {
  width: 200px;
  height: 44px;
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: row !important;
  text-align: center;
  background-color: #333;
}
@media (max-width: 1279px) {
  .top .formulaire .formloader {
    justify-content: center !important;
  }
}
.top .formulaire .formloader svg path,
.top .formulaire .formloader svg rect {
  fill: #FCFCFC;
}
.top .formulaire .formloader p {
  margin-left: 10px;
  font-size: 12px;
  font-family: "Manrope", sans-serif;
  line-height: 120%;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #FCFCFC;
  opacity: 1;
}
.top .formulaire .step2-conclusion p {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 120%;
  font-size: 20px;
  text-transform: uppercase;
}
.top .formulaire .mentions {
  display: block;
  padding: 15px 0 80px 0;
  margin: 0 30px;
  font-size: 12px;
  font-family: "Manrope", sans-serif;
  line-height: 120%;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #FCFCFC;
  text-align: left;
}
@media (max-width: 1279px) {
  .top .formulaire .mentions {
    text-align: center;
    padding-bottom: 80px;
  }
}
.stickyBtn {
  position: fixed;
  z-index: 123;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  bottom: 20px;
  background-color: #0B1215;
  height: 50px;
  display: none;
  width: calc(100% - 40px);
  left: 0;
  right: 0;
}
@media screen and (max-width: 1279px) {
  .stickyBtn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.stickyBtn button {
  width: 100%;
  height: 100%;
  color: #ffffff;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  transition: all 0.125s ease-in-out;
}
.stickyBtn button p {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  text-transform: uppercase;
  color: #FCFCFC;
  text-align: center;
  line-height: 120%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .stickyBtn button p {
    margin: 0 20px;
  }
}
.stickyBtn button:hover {
  filter: brightness(1.1);
}
form .msgEr {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
form .msgEr label {
  padding: 6px 14px;
}
form .error2 {
  font-size: 12px !important;
  color: white !important;
  font-family: "Manrope", sans-serif;
  line-height: 120%;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  display: none;
  border: 2px solid red;
  background-color: red;
  border-radius: 20px;
  margin-top: 10px;
}
form #msgConfirmation,
form #msgConfirmation2 {
  display: none;
  text-align: center;
}
form #msgConfirmation p,
form #msgConfirmation2 p {
  margin: 0 30px 30px 30px;
  padding: 20px 0;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 120%;
  border-bottom: 2px solid #EF7C6B;
  border-top: 2px solid #EF7C6B;
  color: #535351;
}
form #website,
form #website2 {
  display: none !important;
  visibility: hidden;
}
input {
  appearance: none;
  border-radius: 0;
}
.footer {
  position: relative;
  z-index: 20;
  background-color: #0B1215;
}
.footer .b2-g-b4 {
  width: 100%;
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0B1215;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer .b2-g-b4 {
    height: auto;
  }
}
.footer .b2-g-b4 > .content {
  height: 100%;
  margin: 0 auto;
  width: calc(100% - 200px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer .b2-g-b4 > .content {
    flex-direction: column;
    height: auto;
    padding: 30px 0;
    width: auto;
  }
}
.footer .b2-g-b4 .bp,
.footer .b2-g-b4 .tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer .b2-g-b4 .bp,
  .footer .b2-g-b4 .tel {
    width: auto;
  }
}
.footer .b2-g-b4 .bp p,
.footer .b2-g-b4 .tel p {
  font-family: "Manrope", sans-serif;
  line-height: 120%;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #535351;
  font-size: 12px;
  padding-bottom: 10px;
}
.footer .b2-g-b4 .bp img {
  max-width: 220px;
  height: auto;
}
.footer .b2-g-b4 .tel {
  width: 350px;
}
@media screen and (max-width: 1440px) {
  .footer .b2-g-b4 .tel {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .footer .b2-g-b4 .tel {
    padding-top: 30px;
  }
}
.footer .b2-g-b4 .tel a {
  color: #FCFCFC;
  text-decoration: none;
  font-size: 36px;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 120%;
  height: 46px;
  display: flex;
  align-items: center;
  margin-top: -8px;
  -webkit-font-feature-settings: "lnum";
  -moz-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
}
@media screen and (max-width: 767px) {
  .footer .b2-g-b4 .tel a {
    height: auto;
    font-size: 28px;
  }
}
.footer .b2-g-b5 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0B1215;
}
.footer .b2-g-b5 .mentions {
  padding: 20px 0;
}
@media screen and (max-width: 1279px) {
  .footer .b2-g-b5 .mentions {
    display: flex;
    flex-direction: column;
  }
}
.footer .b2-g-b5 .mentions button {
  font-family: "Manrope", sans-serif;
  line-height: 120%;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  position: relative;
  margin: 0 20px;
  font-size: 12px;
  color: #FCFCFC;
}
@media screen and (max-width: 1279px) {
  .footer .b2-g-b5 .mentions button {
    margin-bottom: 20px;
    text-decoration: underline;
  }
}
.footer .b2-g-b5 .mentions button:hover {
  text-decoration: underline;
}
.footer .b2-g-b5 .mentions button::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -24px;
  content: "";
  margin: auto;
  text-decoration: none !important;
}
@media screen and (max-width: 1279px) {
  .footer .b2-g-b5 .mentions button::after {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 20px;
  }
}
.footer .b2-g-b5 .mentions button:last-child::after {
  content: none;
}
.popins {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 1234567;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  display: none;
  /* Firefox */
  /* Chrome, Edge, and Safari */
}
.popins * {
  scrollbar-width: auto;
  scrollbar-color: #ccc #FCFCFC;
}
.popins *::-webkit-scrollbar {
  width: 12px;
}
.popins *::-webkit-scrollbar-track {
  background: #FCFCFC;
}
.popins *::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
  border: 4px solid #FCFCFC;
}
.popins .popin {
  background-color: #FCFCFC;
  width: 720px;
  max-height: 80%;
  height: auto;
  position: relative;
  margin: 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0;
}
.popins .popin .popin-header {
  position: relative;
}
.popins .popin .popin-header .popinArt {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 575px) {
  .popins .popin .popin-header .popinArt {
    width: 60px;
    height: auto;
  }
}
.popins .popin .popin-header h1 {
  font-size: 34px;
  padding: 60px 40px 60px 40px;
  text-align: left;
  color: #0B1215;
  line-height: 100%;
  width: auto;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 120%;
  text-transform: uppercase;
}
.popins .popin .popin-header h1::after {
  content: "";
  display: none;
}
@media screen and (max-width: 575px) {
  .popins .popin .popin-header h1 {
    padding: 30px 60px 30px 20px;
    font-size: 34px;
  }
}
.popins .popin .popin-header button {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  text-align: center;
  background-color: transparent;
  border: none;
  outline: none;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  transition: opacity 0.125s ease-in-out;
  font-size: 28px;
}
.popins .popin .popin-header button:hover {
  opacity: 0.5;
}
.popins .popin .popin-content {
  color: #0B1215;
  height: 100%;
  overflow-y: auto;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .popins .popin .popin-content {
    margin-bottom: 20px;
  }
}
.popins .popin .popin-content > div {
  overflow: hidden;
  margin: 0 40px 40px 40px;
}
@media screen and (max-width: 575px) {
  .popins .popin .popin-content > div {
    margin: 0 20px 20px 20px;
  }
}
.popins .popin .popin-content > div .tableau {
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  padding-bottom: 20px;
}
.popins .popin .popin-content > div .tableau table,
.popins .popin .popin-content > div .tableau tr,
.popins .popin .popin-content > div .tableau td {
  border: 1px solid #0B1215;
  height: auto;
  color: #5d6968;
  font-family: "Manrope", sans-serif;
  line-height: 120%;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}
.popins .popin .popin-content > div .tableau table {
  width: 100%;
  min-width: 575px;
}
.popins .popin .popin-content > div .tableau tr:first-child {
  background-color: #eee;
}
.popins .popin .popin-content > div .tableau td {
  text-align: center;
  padding: 20px;
  min-width: 100px;
}
.popins .popin .popin-content > div .tableau td a {
  font-size: 14px;
}
.popins .popin .popin-content > div .tableau td span {
  padding-top: 10px;
  font-size: 11px;
  line-height: 120%;
  display: block;
}
.popins .popin .popin-content > div .tableau::-webkit-scrollbar {
  display: none !important;
}
.popins .popin .popin-content > div h4 {
  font-size: 18px;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 120%;
  padding-bottom: 10px;
  color: #0B1215;
  letter-spacing: normal !important;
  line-height: 140%;
}
.popins .popin .popin-content > div p {
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  letter-spacing: normal !important;
  padding-bottom: 20px;
  line-height: 140%;
  color: #5d6968 !important;
}
.popins .popin .popin-content > div p:last-child {
  padding-bottom: 0;
}
.popins .popin .popin-content > div li {
  list-style: none;
  position: relative;
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  padding-bottom: 20px;
  line-height: 140%;
  color: #5d6968 !important;
  letter-spacing: normal !important;
  margin: 0 20px;
}
.popins .popin .popin-content > div li::before {
  content: "●";
  position: absolute;
  font-size: 14px;
  line-height: 100%;
  font-family: "Manrope", sans-serif;
  line-height: 120%;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 140%;
  padding-right: 10px;
  color: #5d6968;
  margin-left: -15px;
}
.popins .popin .popin-content > div .soustitre {
  color: #5d6968;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 140%;
  font-style: italic;
}
.popins .popin .popin-content > div .soustitre::before {
  content: "•";
  padding-right: 10px;
}
.popins .popin .popin-content > div a {
  color: #5d6968 !important;
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  line-height: 120%;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 140%;
  text-decoration: underline;
}
.popin-active {
  display: flex !important;
}
.fancybox__slide {
  padding: 0 30px !important;
}
.fancybox__content {
  padding: 10px !important;
  margin: 30px 0 !important;
}
