@font-face {
  font-family: Insigne Senlot Serif Ext Book;
  src: url('../fonts/insigne---Senlot-Serif-Ext-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Insigne Senlot Serif Ext;
  src: url('../fonts/insigne---Senlot-Serif-Ext-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --noir: #111;
  --blanc: #f8f8f8;
  --light-grey\<deleted\|variable-dcf2c627-b7df-c4d2-9929-c4180ca1f2c0\>: #f8f8f8;
  --noir\<deleted\|variable-a9aa1ec2-4af2-bb1a-c574-88a44b4fe35c\>: #000;
  --blanc\<deleted\|variable-de1ca1f5-bea7-e094-6e14-71b6aa6560fb\>: #fff;
  --e5e5e5\<deleted\|variable-87d02f17-db72-2279-0ab5-e964d3616873\>: #e5e5e5;
  --gris\<deleted\|variable-fea20fef-4449-d115-1229-b1ea50e44e56\>: gray;
  --gris: #9f9f9f;
}

a {
  color: #fff;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: inline-block;
}

.body {
  background-color: var(--noir);
  color: var(--blanc);
}

.body.call {
  background-color: var(--light-grey\<deleted\|variable-dcf2c627-b7df-c4d2-9929-c4180ca1f2c0\>);
  color: var(--noir\<deleted\|variable-a9aa1ec2-4af2-bb1a-c574-88a44b4fe35c\>);
}

.wrapper {
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.menu {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  display: grid;
  position: relative;
}

.header-texte {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Helveticaneueltstd Cn;
  font-size: 12px;
  font-weight: 400;
  display: block;
}

.header-texte.large {
  font-size: 14px;
}

.mini-menu-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  display: flex;
}

.menu-logo {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Optima Roman;
  font-size: 24px;
  font-weight: 400;
  transition: opacity .4s;
}

.footer {
  z-index: 999;
  border-top: 1px solid var(--blanc\<deleted\|variable-de1ca1f5-bea7-e094-6e14-71b6aa6560fb\>);
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.footer.black {
  border-top-color: var(--noir\<deleted\|variable-a9aa1ec2-4af2-bb1a-c574-88a44b4fe35c\>);
}

.infos {
  padding-top: 140px;
  padding-bottom: 200px;
}

.heading-big {
  color: var(--blanc\<deleted\|variable-de1ca1f5-bea7-e094-6e14-71b6aa6560fb\>);
  text-transform: none;
  white-space: pre-line;
  direction: ltr;
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: Optima Roman;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  display: block;
}

.link-block-no-style {
  flex: 0 auto;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-block-no-style.black {
  color: var(--noir\<deleted\|variable-a9aa1ec2-4af2-bb1a-c574-88a44b4fe35c\>);
  justify-content: center;
  align-items: center;
}

.link-block-no-style.black.muted {
  opacity: .5;
}

.link-block-no-style.header-top.hided {
  display: none;
}

.link-block-no-style.muted {
  opacity: .5;
  transition: opacity .2s;
}

.link-block-no-style.muted:hover {
  opacity: 1;
}

.lien-simple {
  color: var(--blanc\<deleted\|variable-de1ca1f5-bea7-e094-6e14-71b6aa6560fb\>);
  text-decoration: underline;
}

.link-logo-menu {
  color: #fff;
  text-decoration: none;
}

.link-logo-menu:hover {
  opacity: .8;
}

.link-logo-menu.w--current {
  transition: opacity .4s;
}

.link-logo-menu.black.w--current {
  color: var(--noir\<deleted\|variable-a9aa1ec2-4af2-bb1a-c574-88a44b4fe35c\>);
}

.menu-avec-point {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  display: flex;
}

.menu-avec-point.black {
  color: var(--noir\<deleted\|variable-a9aa1ec2-4af2-bb1a-c574-88a44b4fe35c\>);
}

.point {
  background-color: var(--blanc\<deleted\|variable-de1ca1f5-bea7-e094-6e14-71b6aa6560fb\>);
  outline-offset: 0px;
  width: 10px;
  height: 10px;
  color: var(--blanc\<deleted\|variable-de1ca1f5-bea7-e094-6e14-71b6aa6560fb\>);
  border: 1px #000;
  border-radius: 5px;
  outline: 2px #fff;
  margin-right: 10px;
  padding: 1px;
}

.point.black {
  background-color: var(--noir\<deleted\|variable-a9aa1ec2-4af2-bb1a-c574-88a44b4fe35c\>);
}

.point-block {
  padding-right: 0;
}

.iconarrow {
  justify-content: center;
  align-items: flex-start;
  width: 16px;
  height: 20px;
  display: block;
}

.title-text {
  color: var(--blanc\<deleted\|variable-de1ca1f5-bea7-e094-6e14-71b6aa6560fb\>);
  font-family: Neuemontreal;
  font-size: 20px;
  font-weight: 400;
}

.flex-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.max-width-1440 {
  width: 100%;
  max-width: 1440px;
}

.grid-contact {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 100px;
  padding-bottom: 100px;
  display: grid;
}

.left-part {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 100%;
  min-width: 500px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.right-part {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 400px;
  display: flex;
  position: relative;
}

.text-top {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-middle {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-bottom {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-xl {
  text-align: center;
  font-family: Optima Roman;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}

.double-button {
  background-color: var(--e5e5e5\<deleted\|variable-87d02f17-db72-2279-0ab5-e964d3616873\>);
  cursor: default;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
}

.button-contact-call {
  background-color: var(--noir\<deleted\|variable-a9aa1ec2-4af2-bb1a-c574-88a44b4fe35c\>);
  cursor: default;
  border-radius: 200px;
  padding: 18px 35px;
  transition: all .4s;
}

.button-contact-call:hover {
  background-color: var(--noir\<deleted\|variable-a9aa1ec2-4af2-bb1a-c574-88a44b4fe35c\>);
  color: var(--light-grey\<deleted\|variable-dcf2c627-b7df-c4d2-9929-c4180ca1f2c0\>);
}

.button-contact-call:active {
  background-color: var(--gris\<deleted\|variable-fea20fef-4449-d115-1229-b1ea50e44e56\>);
}

.right-part-button-call {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.price-text {
  color: var(--gris\<deleted\|variable-fea20fef-4449-d115-1229-b1ea50e44e56\>);
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.price-text.black {
  color: var(--noir\<deleted\|variable-a9aa1ec2-4af2-bb1a-c574-88a44b4fe35c\>);
}

.xs-text {
  color: var(--gris\<deleted\|variable-fea20fef-4449-d115-1229-b1ea50e44e56\>);
  font-size: 12px;
  line-height: 12px;
}

.text-medium-call {
  font-size: 16px;
  line-height: 20px;
}

.bullet-point {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-check-circle {
  background-color: var(--e5e5e5\<deleted\|variable-87d02f17-db72-2279-0ab5-e964d3616873\>);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.bullet-points {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 380px;
  display: flex;
}

.marquee {
  grid-column-gap: 6px;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.marquee-content.scroll {
  grid-column-gap: 6px;
}

.text-marquee {
  color: var(--gris\<deleted\|variable-fea20fef-4449-d115-1229-b1ea50e44e56\>);
  font-family: Neuemontreal;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.marquee-bloc {
  width: 500px;
}

.gradient-over {
  z-index: 2;
  background-image: linear-gradient(135deg, var(--light-grey\<deleted\|variable-dcf2c627-b7df-c4d2-9929-c4180ca1f2c0\>), #fff0 50%, var(--light-grey\<deleted\|variable-dcf2c627-b7df-c4d2-9929-c4180ca1f2c0\>));
  position: absolute;
  inset: 0%;
}

.calendly-v1 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: none;
}

.udesly-code-snippet {
  display: none;
}

.udesly-typewriter-effect {
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Helveticaneueltstd Cn;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.max-width-800 {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.calendly-v2 {
  background-color: var(--blanc\<deleted\|variable-de1ca1f5-bea7-e094-6e14-71b6aa6560fb\>);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.image-flottante {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  pointer-events: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: -37px;
  display: none;
  position: absolute;
  inset: 0%;
}

.image-3 {
  width: 140px;
  padding-bottom: 0;
}

.div-block-4 {
  border-radius: 10px;
  padding-left: 0;
  position: relative;
  overflow: hidden;
}

.div-block-5 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.calendly-v3 {
  background-color: var(--blanc\<deleted\|variable-de1ca1f5-bea7-e094-6e14-71b6aa6560fb\>);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80%;
  height: 100%;
  display: none;
  overflow: hidden;
}

.wrapper-100vh {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: hidden;
}

.text-medium-reserve {
  font-size: 16px;
  line-height: 16px;
}

.wrapper-100 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.center-block {
  z-index: 999;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  display: flex;
  position: relative;
}

.center-block.move-up {
  margin-top: -20px;
}

.top-infos {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.small-text {
  opacity: .5;
  font-family: Optima Roman;
  font-size: 14px;
  font-weight: 400;
}

.bottom-infos {
  flex-flow: column;
  display: flex;
}

.success-message {
  background-color: var(--gris\<deleted\|variable-fea20fef-4449-d115-1229-b1ea50e44e56\>);
  border-radius: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.text-block-5 {
  font-family: Optima Roman;
  font-size: 20px;
}

.link {
  border-bottom: 1px solid var(--blanc\<deleted\|variable-de1ca1f5-bea7-e094-6e14-71b6aa6560fb\>);
  transition: opacity .3s;
}

.link:hover {
  opacity: .5;
}

.text-block-6 {
  color: var(--blanc\<deleted\|variable-de1ca1f5-bea7-e094-6e14-71b6aa6560fb\>);
  font-family: Optima Roman;
  font-size: 16px;
}

.form-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.error-message {
  background-color: #ff5d5d;
  border-radius: 40px;
  align-self: center;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.flexv-left-100px {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  display: flex;
}

.paragraph-legal {
  color: var(--e5e5e5\<deleted\|variable-87d02f17-db72-2279-0ab5-e964d3616873\>);
  letter-spacing: .3px;
  flex: 1;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Neuemontreal;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  display: block;
}

.div-block-10 {
  border-bottom: 1px solid var(--gris\<deleted\|variable-fea20fef-4449-d115-1229-b1ea50e44e56\>);
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.heading-xxl {
  text-align: center;
  font-family: Optima Roman;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
}

.max-width-600 {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.flexh-20px-center {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flexh-20px-center.others {
  opacity: .5;
  transition: opacity .4s;
}

.flexh-20px-center.others:hover {
  opacity: 100;
}

.max-width-title-session {
  justify-content: center;
  align-items: center;
  max-width: 463px;
  display: flex;
}

.text-field-v3 {
  color: #fff;
  background-color: #0000001a;
  border: 1px solid #fff;
  border-radius: 30px;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  font-family: Optima Roman;
  font-size: 20px;
}

.text-field-v3:focus {
  border: 1px solid var(--blanc\<deleted\|variable-de1ca1f5-bea7-e094-6e14-71b6aa6560fb\>);
}

.text-field-v3::placeholder {
  color: #ffffff80;
}

.submit-button-v3 {
  background-color: var(--blanc\<deleted\|variable-de1ca1f5-bea7-e094-6e14-71b6aa6560fb\>);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  height: 50px;
  color: var(--noir\<deleted\|variable-a9aa1ec2-4af2-bb1a-c574-88a44b4fe35c\>);
  border-radius: 30px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Optima Roman;
  font-size: 20px;
}

.form-capture {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.page-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.image-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.image-wrap {
  position: absolute;
  top: 25px;
  left: 25px;
}

.content__img {
  background-color: #0d0d0d00;
}

.flexh-left-stretch-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.max-width-400 {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.mobile-image-wrapper, .images-from-center {
  display: none;
}

.image-mobile {
  aspect-ratio: auto;
  opacity: 1;
  object-fit: fill;
  transition: opacity .5s, padding .5s;
  display: block;
}

.image-mobile:hover {
  opacity: .75;
  padding-top: 20px;
}

.images-slider {
  position: absolute;
  inset: 0%;
}

.image-mobile-bg {
  aspect-ratio: auto;
  opacity: 1;
  object-fit: fill;
  transition: opacity .5s, padding .5s;
  display: block;
}

.image-mobile-bg:hover {
  opacity: .75;
  padding-top: 20px;
}

.full-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.form-min {
  min-width: 300px;
}

.full-bloc {
  padding: 1.5rem;
  font-family: Insigne Senlot Serif Ext Book, Arial, sans-serif;
  position: absolute;
  inset: 0%;
}

.full-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: minmax(120px, 140px) auto;
  grid-template-columns: .75fr 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  height: 100%;
  display: grid;
}

.text-medium {
  font-family: Insigne Senlot Serif Ext, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 110%;
}

.text-medium.gris {
  color: var(--gris);
}

.text-medium.uppercase {
  text-transform: uppercase;
}

.flexv {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flexv-left-top-4px {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.link-block {
  text-underline-offset: 3px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.jordan-photo {
  aspect-ratio: 5 / 6;
  pointer-events: none;
  object-fit: cover;
  max-width: 250px;
}

.empty-div {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1280px) {
  .full-grid {
    grid-template-columns: .75fr 1fr .25fr .5fr;
  }
}

@media screen and (min-width: 1440px) {
  .footer.black {
    justify-content: space-between;
    align-items: flex-end;
  }

  .grid-contact {
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrapper-100vh {
    height: 100vh;
  }
}

@media screen and (max-width: 991px) {
  .menu {
    grid-template-columns: 1fr 1fr;
  }

  .header-texte.hided {
    display: none;
  }

  .mini-menu-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .menu-logo {
    padding-left: 10px;
  }

  .footer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .link-block-no-style.black {
    justify-content: center;
    align-items: center;
  }

  .point-block {
    display: none;
  }

  .iconarrow {
    display: block;
  }

  .grid-contact {
    grid-template-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .calendly-v2 {
    height: 700px;
  }

  .wrapper-100vh {
    height: 100%;
  }

  .wrapper-100.unlocked-mobile {
    overflow: visible;
  }

  .paragraph-legal {
    padding-right: 40px;
  }

  .flexh-20px-center.others {
    order: 1;
  }

  .page-wrapper {
    display: none;
  }

  .mobile-image-wrapper {
    z-index: -1;
    display: block;
    overflow: visible;
  }

  .images-from-center {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .image-mobile-01 {
    aspect-ratio: 2 / 3;
    width: 200px;
    padding-left: 0;
    position: absolute;
    top: 5%;
    left: auto;
    right: 70%;
  }

  .image-mobile {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .image-mobile-03 {
    aspect-ratio: 1;
    width: 200px;
    padding-left: 0;
    position: absolute;
    top: 60%;
    left: 70%;
    right: auto;
  }

  .images-slider {
    height: 100%;
    display: none;
  }

  .slider {
    opacity: .3;
    height: 100%;
  }

  .left-arrow, .right-arrow, .slide-nav {
    display: none;
  }

  .image-mobile-bg {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .image-mobile-bg:hover {
    opacity: 100;
    padding-top: 0;
  }

  .full-bloc {
    padding: 2rem;
  }

  .full-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: .5fr .25fr;
    grid-template-columns: .75fr;
    grid-auto-rows: 2.75fr;
  }

  .photo-div, .link-div {
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .mini-menu-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .link-block-no-style {
    padding-top: 0;
  }

  .link-block-no-style.black {
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .link-block-no-style.black.header-top {
    padding-top: 7px;
  }

  .link-block-no-style.header-top {
    padding-top: 6px;
  }

  .grid-contact {
    width: 100%;
  }

  .left-part, .right-part {
    min-width: 100%;
  }

  .heading-xl {
    font-size: 34px;
    line-height: 42px;
  }

  .double-button {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: var(--light-grey\<deleted\|variable-dcf2c627-b7df-c4d2-9929-c4180ca1f2c0\>);
    border-radius: 36px 36px 20px 20px;
    flex-flow: column;
  }

  .right-part-button-call {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: var(--e5e5e5\<deleted\|variable-87d02f17-db72-2279-0ab5-e964d3616873\>);
    border-radius: 90px;
    flex-flow: row;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    padding: 10px 20px;
  }

  .marquee-bloc {
    width: 100%;
  }

  .calendly-v2 {
    max-width: 100%;
  }

  .center-block.move-up {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .paragraph-legal {
    padding-right: 20px;
  }

  .heading-xxl {
    font-size: 34px;
    line-height: 42px;
  }

  .max-width-title-session {
    max-width: 519px;
  }

  .text-field-v3 {
    width: 100%;
    height: 50px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .submit-button-v3 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .flexh-left-stretch-16px {
    flex-flow: column;
  }

  .image-mobile-01 {
    top: 15%;
    right: 65%;
  }

  .image-mobile-03 {
    top: 72%;
    left: 65%;
  }
}

@media screen and (max-width: 479px) {
  .menu {
    grid-template-columns: 1fr .5fr;
  }

  .header-texte {
    text-align: center;
  }

  .mini-menu-right {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer {
    align-items: center;
  }

  .infos {
    padding-top: 60px;
    padding-bottom: 140px;
  }

  .heading-big {
    font-size: 27px;
    line-height: 35px;
  }

  .iconarrow {
    flex: 0 auto;
  }

  .text-medium-call {
    font-size: 14px;
  }

  .bullet-point {
    text-align: left;
  }

  .icon-check-circle {
    width: 27px;
    height: 27px;
  }

  .bullet-points {
    text-align: center;
    width: 300px;
  }

  .calendly-v2 {
    height: 600px;
  }

  .wrapper-100vh {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-medium-reserve {
    font-size: 15px;
  }

  .paragraph-legal {
    padding-top: 0;
  }

  .text-field-v3 {
    width: 100%;
  }

  .mobile-image-wrapper {
    height: 100%;
    overflow: hidden;
  }

  .image-mobile-01 {
    width: 150px;
  }

  .image-mobile-03 {
    width: 200px;
    top: 90%;
  }

  .full-bloc {
    padding: 1.5rem;
  }

  .full-grid {
    grid-auto-rows: 3.75fr;
  }

  .jordan-photo {
    max-width: 180px;
  }

  .bloc-texte {
    width: 100%;
  }

  #w-node-_2183266a-9673-92ce-77e9-ad4b8a22b943-cfa179bc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Insigne Senlot Serif Ext Book';
  src: url('../fonts/insigne---Senlot-Serif-Ext-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Insigne Senlot Serif Ext';
  src: url('../fonts/insigne---Senlot-Serif-Ext-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}