.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 0;
}

a {
  color: #020c53;
  text-decoration: none;
}

.heading-1, .heading-1-log {
  font-family: Syne, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.banner-description {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.banner-description.smooth-animation {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.banner-description.smooth-animation:hover {
  border-bottom: 1px solid #d839b5;
}

.section {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  font-family: Space Grotesk, sans-serif;
  display: flex;
  overflow: hidden;
}

.section.hero-home {
  width: 100vw;
  height: 100vh;
  background-color: #161f61;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.bg {
  background-color: #e6e8f6;
}

.section.bg.padding-top-120px {
  padding-top: 32px;
}

.section.bg.padding-top-132px {
  padding-top: 100px;
}

.section.bg.scroll-horizontal {
  height: 280vw;
  overflow: visible;
}

.section.bg.padding-top-32px {
  padding-top: 32px;
}

.section.bg.padding-top-100px {
  padding-top: 100px;
}

.section.gradient-bg {
  background-image: linear-gradient(#fff, #e6e8f6);
}

.section.scroll-horizontal {
  height: 300vw;
}


.section.hero {
  height: 100vh;
  background-color: #e6e8f6;
}

.section.hero.white {
  background-color: #fff;
}

.banner-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.nav-block {
  width: 100%;
}

.logo {
  min-width: 140px;
}

.wrapper-home-hero {
  width: 100%;
  display: flex;
}

.block-content-left-hero {
  width: 56%;
  margin-top: -4rem;
}

.block-content-left-hero.justify-vertical-center {
  align-items: flex-start;
}

.block-content-right-hero {
  width: 44%;
}

.banner {
  min-height: 56px;
  color: #fff;
  text-align: center;
  background-color: #020c53;
  justify-content: center;
  align-items: center;
  padding: 16px 5%;
  display: flex;
}

.nav-button-group {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.image-hero {
  z-index: 1;
  width: 500px;
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
}

.paragraph {
  color: #7e8394;
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.paragraph.ma-w56 {
  max-width: 56%;
}

.paragraph.faq {
  margin-bottom: 32px;
  overflow: hidden;
}

.paragraph.small {
  font-size: 14px;
}

.paragraph.small.dark {
  line-height: 18px;
}

.paragraph.small.log-hover {
  transition: opacity .2s;
}

.paragraph.small.smooth-animation:hover {
  color: #020c53;
  font-weight: 400;
}

.paragraph.extra-small {
  font-size: 13px;
  line-height: 16px;
}

.paragraph.hyper-small {
  font-size: 11px;
  line-height: 14px;
}

.nav-wrapper {
  grid-column-gap: 62px;
  align-items: center;
  display: flex;
}

.gradient-one {
  background-image: repeating-linear-gradient(96deg, #4f61ff, #f0ddff);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gradient-one.absolute {
  z-index: 1;
  border-radius: 16px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gradient-one.absolute.blur {
  z-index: 0;
  filter: blur(17px);
}

.gradient-one.absolute {
  border-radius: 15px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gradient-one.absolute.blur {
  filter: blur(17px);
}

.icon-small {
  width: 16px;
  height: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: -.02em;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 32px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.nav-link:hover {
  color: #4f61ff;
  background-color: #eeeffc;
  font-weight: 400;
}

.nav-link.w--current {
  color: #642eff;
}

.img-air-max {
  z-index: 2;
  width: 480px;
  position: absolute;
  top: 60%;
  bottom: 0%;
  left: auto;
  right: 25%;
}

.img-blur-bg-hero.absolute {
  z-index: 0;
  width: 940px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-sticky-hero {
  z-index: 3;
  max-width: 320px;
}

.content-cta-main {
  z-index: 2;
  grid-column-gap: 8px;
  color: #020c53;
  background-color: #fff;
  border-radius: 14px;
  align-items: center;
  padding: 2px;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-cta-main.smooth-animation:hover {
  transform: translate(0, -4px);
}

.nav-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
  position: static;
}

.link-banner {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/gradient-three_1gradient three.webp');
  background-position: 50%;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 500;
  text-decoration: underline;
}

.link-banner.smooth-animation:hover {
  text-decoration: underline;
}

.navigation {
  z-index: 999;
  width: 100%;
  min-height: 96px;
  background-color: #161f61;
  align-items: center;
  padding: 24px 5%;
  display: flex;
}

.img-arrow-spin.absolute {
  width: 86px;
  top: 50%;
  bottom: 0%;
  left: auto;
  right: 42%;
}

.nav-container {
  width: 100%;
  max-width: 1240px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.subtitle-hero {
  font-size: 16px;
  font-weight: 500;
}

.subtitle-hero.gradient {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/Rectangle-3037_1Rectangle 3037.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  -webkit-background-clip: text;
  background-clip: text;
}

.container {
  width: 100%;
  height: 100%;
  max-width: 1240px;
  flex-direction: column;
  display: flex;
}

.container.align-vertical-center {
  flex-direction: column;
  align-items: center;
}

.container.justify-vertical-center._10rem-padding-mobile {
  padding-top: 4rem;
}

.container.footer {
  margin-top: 64px;
  margin-bottom: 64px;
}

.container.sticky {
  height: auto;
}

.cta-main {
  z-index: 2;
  grid-column-gap: 8px;
  color: #020c53;
  background-color: #fff;
  border-radius: 14px;
  align-items: center;
  padding: 14px 14px 14px 20px;
  font-size: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cta-main.blue {
  color: #fff;
  background-color: #4f61ff;
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.cta-main.transparent-white {
  color: #f1f3ff;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #f1f3ff;
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.cta-main.transparent-blue {
  color: #4f61ff;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #4f61ff;
}

.cta-main.dark {
  color: #fff;
  background-color: #020c53;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
}

.cta-main.small {
  padding: 12px 12px 12px 18px;
  font-size: 16px;
}

.bg-cta-main-blue {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #161f61;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.color-blue {
  background-color: #4f61ff;
}

.color-grey {
  background-color: #7e8394;
}

.heading-3 {
  font-family: Syne, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}

.heading-3.relative {
  z-index: 2;
}

.heading-3.f-size-32px {
  font-size: 32px;
  line-height: 36px;
}

.div-transfert {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.color-dark {
  background-color: #020c53;
}

.font-color-grey {
  color: #7e8394;
}

.heading-2 {
  font-family: Syne, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 48px;
}

.heading-2.text-align-center {
  line-height: 48px;
}

.heading-4 {
  font-family: Syne, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
}

.heading-4.absolute {
  top: 8%;
  bottom: 0%;
  left: 4%;
  right: auto;
}

.heading-4.bold {
  font-weight: 700;
  top: 6%;
  left: 3%;
}

.heading-4.bold.absolute.second {
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.heading-4.bold.absolute.second.d-none {
  display: block;
  top: 8%;
  right: 3%;
}

.heading-4.bold.absolute.d-none {
  display: block;
}

.font-color-dark {
  color: #020c53;
}

.color-light-grey {
  background-color: #d9d9d9;
}

.font-color-white {
  color: #fff;
}

.text-block {
  z-index: 2;
  position: relative;
}

.embed-arrow-white {
  width: 28px;
  height: 28px;
}

.embed-arrow-dark {
  z-index: 2;
  width: 28px;
  height: 28px;
  position: relative;
}

.body-ui-kit {
  background-color: #e6e8f6;
}

.bg-cta-main-blue-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  display: flex;
}

.content-cta-main-2 {
  border-radius: 14px;
  padding: 2px;
  position: relative;
}

.cta-main-2 {
  z-index: 1;
  grid-column-gap: 8px;
  color: #020c53;
  background-color: #fff;
  border-radius: 14px;
  align-items: center;
  padding: 14px 14px 14px 20px;
  font-family: Space Grotesk, sans-serif;
  font-size: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cta-main-2.transparent-blue {
  color: #4f61ff;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #4f61ff;
}

.cta-main-2.blue {
  color: #fff;
  background-color: #4f61ff;
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.cta-main-2.dark {
  color: #fff;
  background-color: #020c53;
}

.cta-main-2.transparent-white {
  color: #f1f3ff;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #f1f3ff;
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
}

.margin-bank {
  display: flex;
}

.margin-top-8px {
  margin-top: 8px;
}

.margin-top-16px {
  margin-top: 16px;
}

.margin-top-32px {
  margin-top: 32px;
}

.margin-top-64px {
  margin-top: 64px;
}

.margin-bottom-8px {
  margin-bottom: 8px;
}

.margin-bottom-16px {
  margin-bottom: 16px;
}

.margin-bottom-32px {
  margin-bottom: 32px;
}

.margin-bottom-64px {
  margin-bottom: 64px;
}

.paragraph-large {
  color: #7e8394;
  font-family: Space Grotesk, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-large.font-color-white {
  color: #fff;
}

.justify-vertical-center {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.margin-top-24px {
  margin-top: 24px;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.space-build {
  height: 40vh;
}

.wrapper-marques {
  grid-row-gap: 16px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.wrapper-marques.text-align-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.span-gradient-two {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/gradient-two.webp');
  background-position: 50%;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
}

.span-gradient-two.medium {
  font-weight: 500;
}

.span-gradient-two.medium.font-size-24px {
  font-size: 22px;
}

.block-content-marques {
  grid-column-gap: 72px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.img-marque {
  max-width: 80px;
  object-fit: scale-down;
}

.wrapper-how-make-it.text-align-center {
  margin-top: 80px;
  margin-bottom: 80px;
}

.subtitle {
  text-transform: uppercase;
  font-weight: 500;
}

.subtitle.gradient-one {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.subtitle.span-gradient-two {
  background-position: 50%;
  background-repeat: no-repeat;
}

.subtitle.font-size-20px {
  font-size: 20px;
  font-weight: 600;
}

.subtitle.font-size-32px {
  font-size: 32px;
  font-weight: 600;
}

.subtitle.font-size-32px.font-color-light-grey {
  color: #c7cde2;
}

.grid-steps {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.block-content-step {
  max-width: 280px;
}

.wrapper-web-3-0 {
  width: 100%;
  min-height: 660px;
  background-color: #161f61;
  background-image: url('../images/Rectangle-2847.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  justify-content: center;
  margin-top: 120px;
  display: flex;
  overflow: hidden;
}

.gradient-3-0 {
  width: 104%;
  height: 160px;
  background-image: linear-gradient(#c547fe, #e43497);
}

.block-content-web-3-0 {
  z-index: 1;
  min-height: 240px;
  background-color: #fff;
  border-radius: 14px;
  justify-content: space-between;
  padding: 32px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 4px;
  left: 4px;
  right: 4px;
}

.item-left-content-web-3-0 {
  max-width: 420px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.wrap-heading-block-content {
  grid-column-gap: 12px;
  align-items: flex-start;
  display: flex;
}

.wrap-heading-block-content.align-center {
  align-items: center;
}

.item-right-content-web-3-0 {
  grid-column-gap: 40px;
  justify-content: flex-end;
  display: flex;
}

.icon-star {
  width: 24px;
  height: 24px;
}

.wrap-subtitle-block-content {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.block-inner-right-content-3-0 {
  max-width: 36%;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.img-web-3-0 {
  max-width: 74%;
  object-fit: contain;
}

.img-web-3-0.absolute {
  max-width: 64%;
}

.section-2 {
  z-index: 2;
  width: 92%;
  max-width: 90rem;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.heading-5 {
  color: #141842;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 3.375rem;
}

.dropdown-paragraph {
  color: #8c87a6;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 2rem;
  overflow: hidden;
}

.horizontal-line {
  width: 100%;
  height: .1875rem;
  background-color: #1f2937;
}

.dropdown-block {
  background-color: #fff;
  border: .0625rem solid #f1f1f1;
  border-radius: 1rem;
  padding: 0 .6rem;
  text-decoration: none;
  transition: border-color .2s;
  box-shadow: 70px 23px 6rem -2rem rgba(85, 85, 124, .08);
}

.dropdown-block:hover {
  border-color: #4f46e5;
}

.faq-title-wrap-centre {
  max-width: 27rem;
  grid-row-gap: 12px;
  text-align: left;
  flex-direction: column;
  margin-bottom: 5rem;
  margin-right: auto;
  display: flex;
}

.faq-question-wrapper {
  color: #0a071b;
  letter-spacing: -.02em;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.vertical-line {
  width: .1875rem;
  height: 100%;
  background-color: #1f2937;
  position: absolute;
}

.faq-grid {
  width: 910px;
  min-width: 640px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
}

.faq-title {
  font-weight: 600;
  line-height: 2rem;
}

.accordian-icon-wrapper {
  width: .8125rem;
  height: .8125rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.span-font-gradient {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/Rectangle-3037_1Rectangle 3037.webp');
  background-position: 50%;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
}

.faq-container {
  width: 100%;
  max-width: 1240px;
  grid-column-gap: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.faq6_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.faq6_icon {
  width: 1.6rem;
  align-self: flex-start;
  margin-top: 8px;
  margin-left: 1.5rem;
  display: flex;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-size-medium {
  font-size: 1.125rem;
}

.faq6_accordion {
  border: 1px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.faq6_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.faq6_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.button {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button.is-secondary {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.faq6_list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

.wrapper-bandeau {
  width: 80%;
  background-color: #161f61;
  border-radius: 24px;
  padding: 80px;
  overflow: hidden;
}

.wrapper-bandeau.text-align-center.font-color-white.relative {
  background-image: url('../images/Group-9945.png');
  background-position: 50%;
  background-size: cover;
}

.img-bg-bandeau.absolute {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.block-content-z-index-bandeau {
  z-index: 3;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.contain-img-sticky-scroll.overflow-hidden {
  width: 50%;
  height: 82vh;
  grid-row-gap: 64px;
  border-radius: 24px;
  flex-direction: column;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 12%;
}

.contain-title-content-card-scroll {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cta-main-round-arrow {
  grid-column-gap: 8px;
  color: #f8f7fc;
  background-color: #01164d;
  border: 2px solid #01164d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 12px 56px 12px 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-lp-main-cta {
  z-index: 1;
  position: relative;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.text-weight-bold {
  font-weight: 700;
}

.rounded-text-icon {
  grid-column-gap: 12px;
  background-color: #dde6fd;
  border-radius: 100px;
  padding: 16px;
  display: flex;
}

.contain-text-card-scroll {
  height: 18rem;
  position: relative;
}

.text-size-regular {
  font-size: 1rem;
}

.text-size-regular.text-color-grey.cs {
  position: absolute;
}

.text-size-regular.text-color-grey.cs._4 {
  z-index: 1;
  opacity: 0;
}

.text-size-regular.text-color-grey.cs._1 {
  z-index: 4;
  opacity: 1;
}

.text-size-regular.text-color-grey.cs._2 {
  z-index: 3;
  opacity: 0;
}

.text-size-regular.text-color-grey.cs._3 {
  z-index: 2;
  opacity: 0;
}

.item-arrow-cta {
  z-index: 0;
  width: 40px;
  height: 40px;
  min-height: 2rem;
  min-width: 2rem;
  color: #01164d;
  background-color: #dde6fd;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 8px 8px 2px;
  display: flex;
  position: absolute;
  left: auto;
  right: 4px;
}

.column-scroll-content {
  width: 50%;
  position: relative;
}

.heading-6 {
  text-align: center;
  font-weight: 600;
}

.heading-6.small {
  font-size: 1.6rem;
  font-weight: 400;
}

.heading-6.small.text-color-water-blue {
  color: #0b39af;
  font-weight: 500;
}

.img-sticky-visual {
  width: 100%;
  border-radius: 24px;
  position: relative;
}

.section-3 {
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.section-3._120ptb {
  padding-top: 140px;
  padding-bottom: 120px;
}

.contain-text-content-card-scroll {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.contain-text-content-card-scroll.first {
  width: 80%;
  padding-top: 64px;
}

.card-scroll-content {
  height: 80vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 10rem;
}

.upgrade-market-wrapper {
  height: 300vh;
  grid-column-gap: 64px;
  display: flex;
  position: relative;
}

.arrow-main-cta {
  color: #01164d;
  position: absolute;
  top: 30%;
  bottom: 0%;
  left: auto;
  right: 13px;
}

.contain-cta-justify-left {
  display: flex;
}

.wrapper-heading-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper-heading-content.row-16px {
  grid-row-gap: 16px;
}

.wrapper-heading-content.row-16px.margin-bottom-24px {
  position: -webkit-sticky;
  position: sticky;
  top: 72px;
}

.wrapper-first-way {
  width: 100%;
  grid-column-gap: 64px;
  background-color: #fff;
  border-radius: 24px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 224px;
}

.wrapper-first-way.relative {
  flex: none;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.wrapper-first-way.relative.dark {
  background-color: #020c53;
}

.wrapper-first-way.dark {
  background-color: #020c53;
  top: 382px;
}

.block-content-way {
  width: 50%;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 12%;
  display: flex;
}

.block-content-way.second {
  align-items: flex-start;
  padding-left: 6%;
  padding-right: 8%;
}

.block-content-img-way {
  width: 50%;
  justify-content: flex-end;
  display: flex;
}

.block-content-img-way.second {
  justify-content: flex-start;
}

.arrow-way-first.absolute {
  top: 13%;
  bottom: 0%;
  left: 7%;
  right: auto;
}

.arrow-way-first.absolute.second {
  transform-style: preserve-3d;
  top: 8%;
  bottom: 0%;
  left: auto;
  right: 3%;
  transform: rotateX(180deg)rotateY(0)rotateZ(180deg);
}

.arrow-way-first.absolute.second.d-none {
  top: 15%;
  right: 9%;
}

.arrow-way-first.absolute.d-none {
  display: block;
}

.wrapper-second-way {
  grid-column-gap: 64px;
  background-color: #e6e8f6;
  border-radius: 24px;
  flex-direction: row-reverse;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 248px;
}

.wrapper-second-way.relative {
  width: 100vw;
  grid-column-gap: 0px;
  flex: none;
}

.img-way {
  width: 64%;
}

.img-way.relative {
  object-fit: contain;
  top: 24px;
}

.d-none {
  display: none;
}

.wrapper-footer {
  justify-content: space-between;
  display: flex;
}

.color-light-dark {
  background-color: #161f61;
}

.block-left-footer {
  flex-direction: column;
  display: flex;
}

.block-left-footer.row-24 {
  grid-row-gap: 24px;
}

.block-left-footer.row-16 {
  grid-row-gap: 16px;
}

.item-links-cgu {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.text-link {
  color: #e6e8f6;
  font-weight: 400;
  text-decoration: none;
}

.text-link.smooth-animation.w--current:hover {
  transform: translate(0, -4px);
}

.bock-right-footer {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.item-logos-partenaires {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: end;
  display: flex;
}

.img-logo-partenaire {
  max-height: 48px;
  max-width: 80px;
}

.line-grey {
  width: 100%;
  height: 1px;
  background-color: #7e8394;
  margin-top: 32px;
  margin-bottom: 32px;
}

.link-rs:hover {
  transform: translate(0, -4px);
}

.space-top-footer {
  background-color: #e6e8f6;
  padding-top: 120px;
}

.content-cta-burger {
  grid-column-gap: 16px;
  display: flex;
}

.content-cta-burger.d-none {
  display: none;
}

.link-block {
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.smooth-animation {
  transition: all .25s;
}

.camera-all-way {
  width: 100vw;
  height: auto;
  max-width: 1240px;
  position: -webkit-sticky;
  position: sticky;
  top: -5.6vh;
  overflow: hidden;
}

.camera-all-way.margin-top-32px {
  height: 300vw;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame-slide-way {
  width: 100vw;
  height: 100%;
  display: flex;
}

.frame-slide-way.margin-top-32px {
  width: 100%;
  height: 56%;
  grid-column-gap: 120px;
}

.frame-slide-way.margin-top-32px.justify-vertical-center {
  position: relative;
}

.wrap-title {
  max-width: 34%;
}

.wrap-title.macro-blog {
  max-width: 100%;
}

.wrap-title.maxw-none {
  max-width: none;
}

.img-splash-blog {
  z-index: 1;
  border-radius: 13px;
  position: relative;
}

.collection-list-splash-blog {
  flex-direction: row;
}

.content-text-splash-blog {
  width: 40%;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.content-text-splash-blog.margin-top-32px {
  max-width: 56%;
  padding-right: 0%;
}

.content-text-splash-blog.margin-top-32px.micro-blog {
  width: 50%;
}

.block-infos-redac {
  grid-column-gap: 16px;
  display: flex;
}

.block-infos-redac.margin-top-32px, .block-infos-redac.margin-top-8px {
  grid-column-gap: 16px;
}

.block-temps-de-lecture {
  grid-column-gap: 4px;
  display: flex;
}

.block-content-border-img-splash-blog {
  width: 50%;
  border-radius: 16px;
  padding: 4px;
  position: relative;
  overflow: hidden;
}

.collection-list-wrapper-blog-macro {
  width: 100%;
}

.collection-list-blog-macro {
  grid-column-gap: 40px;
  grid-row-gap: 64px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-blog-macro {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.content-text-blog-macro {
  flex-direction: column;
  display: flex;
}

.img-blog-macro {
  z-index: 1;
  width: 100%;
  max-height: 24vh;
  object-fit: cover;
  border-radius: 13px;
  position: relative;
}

.img-blog-macro.margin-top-64px {
  width: 100%;
  height: 40vh;
  object-fit: cover;
  object-position: 50% 50%;
}

.img-blog-macro.margin-top-32px {
  height: 40vh;
  max-height: none;
}

.block-content-border-img-blog-macro {
  border-radius: 16px;
  padding: 2px;
  position: relative;
  overflow: hidden;
}

.block-fil-arianne {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.cta-arianne {
  color: #020c53;
  text-decoration: none;
}

.cta-arianne:hover {
  text-decoration: underline;
}

.link-blog {
  background-color: #fff;
  border-radius: 16px;
  padding: 16px;
}

.link-blog-2 {
  grid-column-gap: 40px;
  display: flex;
}

.rich-text-content-blog h2 {
  color: #040c54;
  margin-bottom: 40px;
  font-family: Syne, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}

.rich-text-content-blog p {
  color: #7e8394;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.rich-text-content-blog h4 {
  color: #020c53;
  margin-top: 32px;
  margin-bottom: 24px;
  font-family: Syne, sans-serif;
  font-weight: 600;
}

.features-card {
  transform-origin: 50% 0;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.features-card.second {
  top: 165px;
}

.features-card.third {
  top: 180px;
}

.features-card.fourth {
  top: 195px;
}

.features-card-title {
  letter-spacing: -1px;
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

.features-left {
  max-width: 450px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.features-right {
  width: 100%;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.container-2 {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-wrapper.justify-vertical-center.align-center {
  align-items: center;
}

.features-card-img {
  margin-bottom: 30px;
}

.section-4 {
  background-color: #e3e3ff;
  background-image: linear-gradient(#e6e8f6, #e6e8f6 29%, #e6e8f6 74%, #fff);
  padding: 100px 20px;
}

.img-hero-mobile {
  display: none;
}

.img-bitcoin {
  z-index: 4;
  max-width: 100px;
  position: relative;
  top: 49px;
  right: 56px;
}

.wrapper-log {
  height: 100%;
  align-items: center;
  display: flex;
}

.block-left-log {
  width: 50%;
  flex-direction: column;
  padding-top: 40px;
}

.block-left-log.justify-vertical-center {
  padding-right: 64px;
}

.block-left-log.justify-vertical-center.recup-password {
  width: 56%;
}

.text-field-log {
  width: 400px;
  min-height: 48px;
  color: #020c53;
  border: 1.5px solid #d9e3ec;
  border-radius: 10px;
  padding: 12px 16px 12px 42px;
  font-size: 13px;
  transition: all .1s;
}

.text-field-log:hover {
  border-width: 1.5px;
  border-color: #4f61ff;
}

.text-field-log:focus {
  background-color: #fff;
  border-color: #4f61ff;
}

.text-field-log::-ms-input-placeholder {
  color: #acb0c0;
}

.text-field-log::placeholder {
  color: #acb0c0;
}

.text-field-log.name {
  background-image: url('../images/person.webp');
  background-position: 3%;
  background-repeat: no-repeat;
  background-size: 24px;
}

.text-field-log.mail {
  width: 50%;
  background-image: url('../images/mail.webp');
  background-position: 3%;
  background-repeat: no-repeat;
  background-size: 24px;
}

.text-field-log.mail._w-100 {
  width: 100%;
}

.text-field-log.passeword {
  width: 100%;
  background-image: url('../images/password.webp');
  background-position: 3%;
  background-repeat: no-repeat;
  background-size: 24px;
  margin-bottom: 4px;
}

.content-text-sharing {
  grid-column-gap: 4px;
  display: flex;
}

.text-medium-24 {
  font-size: 20px;
  font-weight: 500;
}

.span-blue {
  color: #4f61ff;
}

.subtitle-grey {
  color: #acb0c0;
  font-size: 16px;
  font-weight: 400;
}

.block-riight-log {
  width: 50%;
  background-image: url('../images/Rectangle-3053.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 16px;
  margin: 8px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.block-riight-log.connexion-img {
  background-image: url('../images/Side-img-Connexion.webp');
}

.form-block {
  max-width: 96%;
}

.link-block-logo-log {
  position: absolute;
  top: 4%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.submit-button {
  background-color: #161f61;
  background-image: url('../images/icon-form-button.webp');
  background-position: 94%;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 46px;
}

.submit-button.relative {
  z-index: 1;
}

.submit-button.relative.small {
  background-position: 88%;
}

.form {
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.link-form-submission {
  color: #7e8394;
  font-weight: 500;
}

.link-form-submission.dark {
  color: #020c53;
}

.block-right-recup-password {
  width: 44%;
}

.img-password {
  width: 340px;
  min-width: 472px;
}

.contain-absolute-img {
  z-index: 4;
  flex-direction: column;
  position: absolute;
  transform: rotate(-20deg);
  top: 22%;
  bottom: 0%;
  left: auto;
  right: 13%;
}

.container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.grid {
  grid-template-columns: .75fr 1fr;
}

.wrap-text-field {
  width: 100%;
  grid-column-gap: 12px;
  flex-wrap: nowrap;
  display: flex;
}

.success-message {
  background-color: #e6e8f6;
  border-radius: 8px;
}

.error-message {
  border-radius: 8px;
}

.contain-password-rules {
  width: 50%;
}

.back-cta {
  display: flex;
}

.back-cta.margin-top-32px {
  grid-column-gap: 8px;
  align-items: flex-start;
}

.back-cta.margin-top-32px.smooth-animation:hover {
  grid-column-gap: 12px;
}

.span-pink {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/Rectangle-3054.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
}

@media screen and (min-width: 1440px) {
  .content-text-splash-blog.margin-top-32px.micro-blog {
    width: 100%;
    max-width: 100%;
  }

  .img-blog-macro {
    height: 22vh;
  }

  .link-blog {
    text-decoration: none;
  }
}

@media screen and (min-width: 1920px) {
  .section.hero-home.relative {
    height: 80vh;
  }

  .section.bg.hero.blog {
    height: auto;
  }

  .image-hero {
    right: 13%;
  }

  .img-air-max {
    top: 58%;
    right: 34%;
  }

  .image-sticky-hero {
    top: 34%;
    right: 23%;
  }

  .container.justify-vertical-center._10rem-padding-mobile {
    padding-top: 4rem;
  }

  .img-blog-macro {
    height: 16vh;
  }

  .img-bitcoin {
    top: 38%;
    right: 20%;
  }

  .img-password {
    width: auto;
    max-width: 400px;
    min-width: 340px;
  }
}

@media screen and (max-width: 991px) {
  .section.bg.scroll-horizontal {
    height: auto;
  }

  .section.hero.white.relative {
    height: auto;
    min-height: 100vh;
  }

  .block-content-left-hero.justify-vertical-center {
    margin-top: -12rem;
  }

  .nav-button-group {
    width: auto;
    align-items: center;
    display: flex;
  }

  .image-hero {
    max-width: 44%;
  }

  .paragraph {
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph.responsive-w-72 {
    width: 80%;
  }

  .nav-wrapper {
    width: auto;
    align-items: center;
    display: flex;
  }

  .nav-link {
    color: #e6e8f6;
    margin-top: 14px;
    margin-bottom: 14px;
    font-weight: 400;
  }

  .nav-menu-button {
    color: #6173e5;
    background-color: #eeeffc;
    border-radius: 100px;
    padding: 12px;
  }

  .nav-menu-button.w--open {
    background-color: #6173e5;
    border-color: #fff;
  }

  .img-air-max {
    max-width: 50%;
    top: 64%;
    right: 28%;
  }

  .image-sticky-hero {
    max-width: 240px;
  }

  .nav-logo-link {
    margin-right: 0;
  }

  .nav-menu {
    color: #e6e8f6;
    background-color: #161f61;
    border-radius: 0 0 16px 16px;
    padding: 24px 4%;
    position: absolute;
  }

  .nav-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .navigation {
    position: relative;
  }

  .img-arrow-spin.absolute {
    max-width: 8%;
    top: 58%;
    right: 42%;
  }

  .container {
    max-width: 872px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .container.justify-vertical-center._100vh {
    min-height: 100%;
  }

  .heading-3 {
    font-size: 24px;
    line-height: 28px;
  }

  .heading-2 {
    font-size: 36px;
    line-height: 42px;
  }

  .heading-4 {
    font-size: 18px;
  }

  .heading-4.bold.absolute.d-none {
    display: block;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .paragraph-large.font-color-white.margin-bottom-32px.margin-top-24px {
    margin-top: 14px;
    margin-bottom: 24px;
  }

  .subtitle.font-size-20px {
    font-size: 17px;
    line-height: 21px;
  }

  .subtitle.font-size-32px.font-color-light-grey {
    font-size: 26px;
  }

  .block-content-step {
    max-width: 200px;
  }

  .wrapper-web-3-0.relative {
    min-height: 530px;
  }

  .block-content-web-3-0 {
    flex-direction: column;
    align-items: flex-start;
  }

  .item-left-content-web-3-0 {
    max-width: 100%;
    grid-row-gap: 4px;
  }

  .icon-bitcoin {
    max-width: 40px;
  }

  .item-right-content-web-3-0 {
    justify-content: flex-start;
  }

  .wrap-subtitle-block-content {
    align-items: flex-start;
  }

  .block-inner-right-content-3-0 {
    max-width: 50%;
  }

  .section-2 {
    display: block;
  }

  .heading-5 {
    font-size: 2rem;
    line-height: 2.75rem;
  }

  .faq-title-wrap-centre {
    margin-bottom: 3rem;
    margin-left: 0;
  }

  .faq-grid {
    width: auto;
  }

  .faq-container {
    max-width: 872px;
    flex-direction: column;
    padding-left: 4%;
    padding-right: 4%;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq6_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .wrapper-bandeau.text-align-center.font-color-white.relative {
    width: 96%;
    background-position: 50%;
    background-size: cover;
  }

  .img-bg-bandeau.absolute {
    max-width: none;
  }

  .icon-flash {
    width: 1.6rem;
    height: 2rem;
  }

  .rounded-text-icon {
    padding-bottom: 12px;
  }

  .heading-6.small {
    text-align: left;
    font-size: 1.4rem;
  }

  .section-3 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .section-3._120ptb.display-none-mobile {
    display: none;
  }

  .arrow-way-first.absolute {
    max-width: 8%;
    top: 14%;
    left: 3%;
    transform: rotate(35deg);
  }

  .arrow-way-first.absolute.second {
    top: 10%;
    right: 1%;
    transform: rotateX(180deg)rotateY(0)rotateZ(210deg);
  }

  .arrow-way-first.absolute.d-none {
    display: block;
  }

  .img-way.relative {
    width: 76%;
    object-fit: contain;
  }

  .item-links-cgu {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
  }

  .item-links-cgu.rs {
    flex-direction: row;
    align-items: center;
  }

  .content-cta-burger {
    grid-column-gap: 24px;
    flex-direction: row;
    display: none;
  }

  .content-cta-burger.d-none {
    display: flex;
  }

  .frame-slide-way.margin-top-32px {
    grid-row-gap: 40px;
    flex-direction: column;
    padding-left: 4%;
    padding-right: 4%;
  }

  .wrap-title.margin-bottom-32px.blog {
    width: auto;
    max-width: 60%;
  }

  .img-splash-blog {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .collection-item-splash-blog {
    grid-column-gap: 32px;
  }

  .collection-list-blog-macro {
    grid-template-columns: 1fr 1fr;
  }

  .img-blog-macro {
    height: auto;
    min-height: 18vh;
  }

  .img-bitcoin {
    max-width: 80px;
    top: 36px;
    right: 45px;
  }

  .wrapper-log.relative {
    min-height: 100vh;
  }

  .block-left-log.justify-vertical-center {
    width: 100%;
    padding-top: 96px;
  }

  .text-field-log.mail._w-100 {
    width: 100%;
  }

  .block-riight-log {
    display: none;
  }

  .block-right-recup-password {
    justify-content: center;
    display: flex;
  }

  .img-password {
    width: auto;
    max-width: 220px;
    min-width: 260px;
  }

  .contain-absolute-img {
    top: 51%;
    right: 0%;
  }
  /* .multiple-btc {
    top: auto;
    bottom: 33%;
    max-width: 200px;
  } */
}

@media screen and (max-width: 767px) {
  .heading-1, .heading-1-log {
    font-size: 40px;
    line-height: 44px;
  }

  .banner-description {
    text-align: center;
  }

  .banner {
    text-align: left;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .image-hero {
    background-size: cover;
  }

  /* .multiple-btc {
    display: none;
  } */

  .image-sticky-hero {
    max-width: 180px;
  }

  .content-cta-main.smooth-animation.margin-top-8px:hover {
    transform: none;
  }

  .img-arrow-spin.absolute {
    max-width: 9%;
    right: 39%;
  }

  .cta-main.dark {
    font-size: 14px;
  }

  .heading-3.f-size-32px {
    font-size: 26px;
    line-height: 30px;
  }

  .heading-3.f-size-32px.justify-text-center {
    text-align: center;
  }

  .heading-2 {
    font-size: 32px;
  }

  .heading-4.bold.absolute.second.d-none, .heading-4.bold.absolute.d-none {
    display: none;
  }

  .block-content-marques.margin-bottom-24px {
    max-width: 80%;
    grid-row-gap: 32px;
    flex-wrap: wrap;
  }

  .subtitle {
    font-size: 12px;
  }

  .subtitle.span-gradient-two {
    font-size: 16px;
  }

  .grid-steps.margin-bottom-64px {
    grid-row-gap: 56px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .block-content-step {
    max-width: 280px;
  }

  .wrapper-web-3-0.relative {
    min-height: 480px;
  }

  .block-content-web-3-0 {
    grid-row-gap: 32px;
  }

  .img-web-3-0.absolute {
    top: -8%;
  }

  .heading-5 {
    font-size: 1.75rem;
    line-height: 1.4em;
  }

  .dropdown-paragraph {
    line-height: 1.75rem;
  }

  .dropdown-block {
    border-radius: 1rem;
    padding: 0;
  }

  .faq-title-wrap-centre {
    margin-bottom: 2rem;
  }

  .faq-grid {
    min-width: auto;
  }

  .faq-title {
    width: 92%;
    font-size: 1.125rem;
    line-height: 1.4em;
  }

  .span-font-gradient {
    letter-spacing: -.05em;
  }

  .faq-container {
    width: 96%;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .faq6_question {
    padding: 1rem 1.25rem;
  }

  .faq6_icon {
    width: 1.75rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .faq6_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .faq6_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .contain-title-content-card-scroll {
    align-items: center;
  }

  .text-lp-main-cta {
    font-size: .8rem;
  }

  .text-size-regular.text-color-grey {
    font-size: .9rem;
  }

  .heading-6.small {
    font-weight: 500;
  }

  .section-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-3._120ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .wrapper-heading-content.row-16px.margin-bottom-24px {
    top: 24px;
  }

  .wrapper-first-way {
    max-width: 72vh;
    flex-direction: column;
    padding: 24px 32px;
    top: 156px;
  }

  .wrapper-first-way.relative {
    flex-direction: column;
    padding: 32px;
  }

  .wrapper-first-way.dark {
    top: 305px;
  }

  .block-content-way {
    width: 100%;
    padding-right: 0%;
  }

  .block-content-way.second {
    padding-left: 0%;
    padding-right: 0%;
  }

  .block-content-img-way {
    width: 100%;
    justify-content: center;
  }

  .block-content-img-way.second {
    justify-content: center;
  }

  .arrow-way-first.absolute {
    left: 10%;
  }

  .arrow-way-first.absolute.d-none {
    display: none;
  }

  .wrapper-second-way {
    flex-direction: column;
    padding: 32px;
    top: 188px;
  }

  .wrapper-second-way.relative {
    flex-direction: column;
  }

  .img-way.relative {
    width: 64%;
  }

  .wrap-title.margin-bottom-64px, .wrap-title.margin-bottom-32px.blog {
    max-width: 100%;
  }

  .collection-item-splash-blog {
    flex-direction: column;
  }

  .content-text-splash-blog {
    width: 100%;
    margin-top: 16px;
  }

  .block-content-border-img-splash-blog {
    width: 100%;
    max-height: 32vh;
  }

  .collection-list-blog-macro {
    grid-template-columns: 1fr;
  }

  .link-blog-2 {
    flex-direction: column;
  }

  .section-4 {
    padding-top: 64px;
  }

  .img-bitcoin {
    max-width: 60px;
    top: 26px;
    right: 36px;
  }

  .wrapper-log.relative.recup-password {
    grid-row-gap: 64px;
    flex-direction: column-reverse;
    justify-content: center;
  }

  .block-left-log.justify-vertical-center {
    padding-right: 0;
  }

  .block-left-log.justify-vertical-center.recup-password {
    width: 100%;
    align-items: center;
    padding-top: 0;
    padding-right: 0;
  }

  .contain-form.margin-top-24px {
    width: 100%;
  }

  .contain-form.margin-top-24px.justify-text-center {
    text-align: center;
  }

  .text-field-log, .text-field-log.name, .text-field-log.mail {
    width: 100%;
  }

  .text-field-log.passeword {
    margin-bottom: 4px;
  }

  .text-medium-24 {
    font-size: 18px;
  }

  .subtitle-grey {
    font-size: 14px;
  }

  .subtitle-grey.margin-bottom-8px.justify-text-center {
    text-align: center;
  }

  .form-block {
    max-width: 100%;
  }

  .link-block-logo-log {
    top: 2%;
  }

  .form {
    width: 100%;
  }

  .form.justify-center {
    align-items: center;
  }

  .block-right-recup-password {
    width: 100%;
  }

  .img-password {
    max-width: 240px;
    min-width: 180px;
  }

  .contain-absolute-img {
    top: 55%;
    right: -4%;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .wrap-text-field {
    flex-direction: column;
  }

  .contain-password-rules {
    width: 100%;
  }

  .back-cta.margin-top-32px.smooth-animation {
    justify-content: center;
  }
}

@media screen and (max-width: 479px) {
  .heading-1, .heading-1-log {
    font-size: 29px;
    line-height: 34px;
  }

  .heading-1.font-color-white, .heading-1-log.font-color-white {
    margin-top: 8px;
  }

  .section.bg.padding-top-120px {
    padding-top: 81px;
  }

  .wrapper-home-hero {
    flex-direction: column;
  }

  .block-content-left-hero.justify-vertical-center {
    width: 100%;
    margin-top: -10.4rem;
  }

  .img-truspilot {
    max-width: 78%;
  }

  .image-hero {
    background-size: cover;
    display: none;
  }

  .paragraph.ma-w56 {
    max-width: 88%;
  }

  .paragraph.font-color-white.mobile-m-b16px {
    margin-bottom: 16px;
  }

  .paragraph.responsive-w-72 {
    width: 100%;
  }

  .paragraph.small.margin-top-32px {
    text-align: center;
  }

  .paragraph._14px {
    font-size: 14px;
  }

  .paragraph.extra-small {
    text-align: center;
  }

  .icon-small {
    display: none;
  }

  .img-air-max {
    max-width: 56%;
    top: 79%;
    right: 48%;
  }

  .image-sticky-hero {
    max-width: 172px;
    top: 66%;
    right: 3%;
  }

  .img-arrow-spin.absolute {
    max-width: 10%;
    top: 72%;
    right: 68%;
    transform: rotate(16deg);
  }

  .container.justify-vertical-center {
    justify-content: flex-start;
    padding-top: 12rem;
  }

  .container.justify-vertical-center._10rem-padding-mobile {
    padding-top: 2rem;
  }

  .cta-main.blue, .cta-main.transparent-white {
    justify-content: center;
  }

  .heading-3 {
    font-size: 20px;
    line-height: 24px;
  }

  .heading-3.f-size-32px {
    text-align: center;
    font-size: 23px;
    line-height: 26px;
  }

  .heading-2 {
    font-size: 28px;
    line-height: 32px;
  }

  .heading-2.font-color-dark {
    max-width: 100%;
  }

  .heading-2.cards {
    font-size: 24px;
  }

  .heading-4 {
    font-size: 20px;
  }

  .paragraph-large.font-color-white.margin-bottom-32px.margin-top-24px {
    margin-top: 8px;
  }

  .wrapper-marques.text-align-center {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .block-content-marques.margin-bottom-24px {
    grid-column-gap: 30px;
  }

  .img-marque {
    max-width: 60px;
  }

  .wrapper-how-make-it {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .wrapper-how-make-it.text-align-center {
    margin-bottom: 40px;
  }

  .block-content-step {
    max-width: 260px;
  }

  .wrapper-web-3-0.relative {
    max-height: 80vh;
    min-height: 40rem;
  }

  .block-content-web-3-0 {
    padding: 24px;
  }

  .item-right-content-web-3-0 {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .block-inner-right-content-3-0 {
    max-width: 100%;
  }

  .img-web-3-0.absolute {
    max-width: 88%;
    top: 24px;
  }

  .faq-question-wrapper {
    padding-top: 10px;
  }

  .span-font-gradient {
    line-height: 1;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq6_component {
    grid-template-columns: 1fr;
  }

  .wrapper-bandeau.text-align-center.font-color-white.relative {
    padding-left: 64px;
    padding-right: 64px;
  }

  .heading-6.small {
    font-size: 1.2rem;
  }

  .section-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-3._120ptb {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .wrapper-heading-content.row-16px.margin-bottom-24px {
    margin-top: 72px;
    margin-bottom: 24px;
  }

  .wrapper-first-way {
    border-radius: 14px;
    top: 32px;
  }

  .wrapper-first-way.relative {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .wrapper-second-way {
    border-radius: 14px;
    top: 54px;
  }

  .img-way.relative {
    max-width: 180px;
  }

  .wrapper-footer {
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: flex-start;
  }

  .bock-right-footer {
    align-items: flex-start;
  }

  .content-cta-burger.d-none {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .wrap-title.margin-bottom-64px {
    margin-bottom: 32px;
  }

  .wrap-title.maxw-none {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .img-hero-mobile {
    height: 300px;
    max-width: 64%;
    object-fit: contain;
    display: block;
    position: absolute;
    top: auto;
    bottom: -8%;
    left: auto;
    right: 0%;
  }

  .wrapper-log.relative.recup-password {
    grid-row-gap: 24px;
  }

  .block-left-log.justify-vertical-center {
    align-items: center;
    padding-right: 0;
  }

  .content-text-sharing {
    flex-wrap: wrap;
    justify-content: center;
  }

  .form {
    align-items: center;
  }

  .block-right-recup-password {
    padding-left: 8%;
    padding-right: 8%;
  }

  .img-password {
    max-width: 172px;
    min-width: 120px;
  }

  .contain-absolute-img {
    top: 61%;
  }

  .text-justify-center {
    text-align: center;
  }
}

#w-node-_17ac43ad-0f71-e49a-29d2-1ca94d6a43c8-5fc85759, #w-node-b0c7767a-647c-0f52-2d0e-c12189e2bdba-5fc85759, #w-node-a4d8ee67-9261-62f6-f73e-59a9515fc14b-5fc85759, #w-node-b3ddf679-ea00-3928-98b0-69ccee4878c2-ee4878b0, #w-node-b3ddf679-ea00-3928-98b0-69ccee4878c3-ee4878b0, #w-node-b3ddf679-ea00-3928-98b0-69ccee4878c4-ee4878b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


#poper {
  display: flex!important;
  flex-direction: row!important;
  align-items: center!important;
  padding: 15px 25px 15px 27px!important;
  gap: 32px!important;
  
  
  background-color: #4F61FF!important;
  border-radius: 16px!important;
  background-image: url("../images/cookie.png")!important;
  background-size: 64px 64px;
  background-position: 8px center; /* Positionne l'image à 8 pixels du bord gauche */
  padding-left: 80px!important; /* Déplace le contenu à droite de 64 pixels + 8 pixels de l'image + 8*/
  background-repeat: no-repeat;
}

#cookie-btn {
  color: #4F61FF!important;
  background-color: white!important;
  font-size: 16px!important;
  font-family: 'Space Grotesk'!important;
  font-weight: 700!important;
  padding: 11px 18px!important;
  border-radius: 13px;
}

#poper #msg {
  font-size: 13px;
  text-align: start!important;
}

.credit {
  display: none !important;
  opacity: 0!important;
}

@media screen and (max-width: 800px) {
  #poper {
      flex-direction: column!important;
      padding-left: 15px!important;
      background-image: none!important;
  }
}