:root {
  --relume-library-lite--rl-black: var(--black);
  --black: black;
  --white: white;
  --relume-library-lite--rl-gray: #f4f4f4;
  --tetx-paragraphe: Quicksand, sans-serif;
  --secondaire\<deleted\|variable-4a9ed05e-e87c-5717-18eb-3a7857fa5789\>: #f5ebdf;
  --orchid\<deleted\|variable-0ed6d820\>: #f5ebdf;
  --dim-grey\<deleted\|variable-3b57eed2\>: #f5ebdf;
  --primaire\<deleted\|variable-27c5ea6c-6fcb-3517-c04e-cdf5e499e184\>: #123850;
  --white-smoke\<deleted\|variable-d6b9e60d\>: #eee;
  --lavender-blush\<deleted\|variable-15d05afc\>: #ffedfc;
  --dark-magenta\<deleted\|variable-b2fedda3\>: #f5ebdf;
  --bleu\<deleted\|variable-ae20d585-a653-c2d3-5f9e-bc123314f772\>: var(--primaire\<deleted\|variable-27c5ea6c-6fcb-3517-c04e-cdf5e499e184\>);
  --relume-library-lite--rl-white: white;
  --bleu: #123850;
  --gris-beige: #f5ebdf;
  --header: Quicksand, sans-serif;
  --gris: #363636;
  --blue: #0575ff;
  --veret: #2ff010;
  --rouge: #fd4900;
  --jaune: #ffcd05;
  --bleu-spécial: var(--bleu);
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

h1 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 6vh;
}

h2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

h4 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

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

p {
  color: var(--relume-library-lite--rl-black);
  margin-bottom: 10px;
  font-size: 18px;
}

a {
  color: #000;
  text-decoration: underline;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.featuresection {
  background-color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: auto;
  display: none;
}

.featuresection.center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--relume-library-lite--rl-gray);
  perspective: 1000px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 43vh;
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: grid;
  position: relative;
}

.hero {
  z-index: 999999;
  color: #f5ebdf;
  text-align: right;
  direction: ltr;
  background-color: #123850;
  border: 1px #000;
  flex-flow: row;
  width: 100%;
  height: auto;
  margin-left: 0;
  padding: 0 0%;
  text-decoration: line-through;
  display: flex;
  position: absolute;
  inset: 0% auto auto;
}

.nav {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.nav-inner {
  border-bottom: 1px #ffffff1a;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.body {
  font-family: var(--tetx-paragraphe);
}

.feature-content {
  border: 1px #000;
  flex: none;
  width: 50vw;
  max-width: 450px;
  padding-left: 4vw;
  padding-right: 4vw;
}

.feature-content.icons {
  text-align: center;
  background-color: #12385000;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 33.33%;
  max-width: none;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.feature-content.icons.numbers {
  width: 25%;
}

.button {
  background-color: var(--secondaire\<deleted\|variable-4a9ed05e-e87c-5717-18eb-3a7857fa5789\>);
  color: var(--black);
  text-align: center;
  border-radius: 10px;
  margin: 20px 10px;
  padding: 20px 40px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

.button:hover {
  background-color: var(--black);
  color: var(--white);
}

.nav-link {
  pointer-events: auto;
  color: #f5ebdf;
  flex: 0 auto;
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.nav-link:hover {
  box-shadow: inset 0 -5px 0 0 var(--orchid\<deleted\|variable-0ed6d820\>);
  color: var(--dim-grey\<deleted\|variable-3b57eed2\>);
  border: 1px #000;
}

.black-text {
  color: var(--black);
  font-family: Open Sans, sans-serif;
}

.hero-content {
  z-index: 90;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-right: 0;
  padding: 0 0 100px 0;
  font-family: Quicksand, sans-serif;
  line-height: 15px;
  display: block;
  position: relative;
}

.feature-wrap {
  border: 1px #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  margin-top: 0;
  margin-bottom: 50px;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.feature-wrap.icons {
  justify-content: center;
  width: 80vw;
  margin-top: 20px;
  margin-left: 10%;
  margin-right: 10%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.feature-wrap.icons.numbers {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}

.footer {
  background-color: var(--primaire\<deleted\|variable-27c5ea6c-6fcb-3517-c04e-cdf5e499e184\>);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 280px;
  display: flex;
}

.footer-link {
  color: var(--white-smoke\<deleted\|variable-d6b9e60d\>);
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.number {
  color: var(--black);
  font-size: 60px;
  line-height: 90px;
}

.nav-logo-wrap {
  flex: none;
}

.nav-menu-2 {
  text-align: right;
  direction: ltr;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  text-decoration: none;
  position: relative;
  inset: auto;
}

.downloadbutton {
  background-color: var(--black);
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  width: 170px;
  height: 60px;
  margin-right: 20px;
  padding: 0;
  display: flex;
}

.downloadbutton.apple {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  background-color: #333;
  border: 1px solid #333;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  overflow: visible;
}

.downloadbutton.apple:hover {
  border-color: var(--black);
  background-color: var(--black);
}

.div-block-14 {
  width: 99.9999%;
  margin-bottom: 40px;
  display: flex;
  overflow: visible;
}

.appletext {
  color: var(--white);
  align-items: center;
  padding-top: 0;
  padding-left: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  display: flex;
}

.pricing {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 120px;
  text-decoration: none;
  display: flex;
}

.price1 {
  border: 1px solid var(--dark-magenta\<deleted\|variable-b2fedda3\>);
  background-color: var(--white);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: auto;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.priceheading {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 37px;
}

.pricecost {
  color: var(--bleu\<deleted\|variable-ae20d585-a653-c2d3-5f9e-bc123314f772\>);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
}

.div-block-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-around;
  justify-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.heading-7 {
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  font-size: 38px;
}

.paragraph-14 {
  color: var(--dim-grey\<deleted\|variable-3b57eed2\>);
  text-align: center;
}

.bold-text-4 {
  color: var(--bleu\<deleted\|variable-ae20d585-a653-c2d3-5f9e-bc123314f772\>);
  font-size: 18px;
}

.text-block-4 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.bold-text-5 {
  font-weight: 400;
}

.div-block-19 {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 100px 10% 0;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.div-block-21 {
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin-top: auto;
  margin-bottom: 0;
  margin-right: 60px;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.rl-text-style-small-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-padding-section-large-2 {
  color: #000;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-heading-style-h2-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_blogpost1_details-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
}

.rl_blogpost1_author-image-2 {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.rl_blogpost1_author-wrapper-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.rl_blogpost1_divider-2 {
  background-color: var(--relume-library-lite--rl-black);
  width: 100%;
  height: 1px;
}

.rl_blogpost1_spacing-block-7-2 {
  width: 100%;
  padding-bottom: 3rem;
}

.rl_blogpost1_tag-item-2 {
  background-color: var(--relume-library-lite--rl-gray);
  color: var(--relume-library-lite--rl-black);
  padding: .25rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.rl_blogpost1_tag-item-2.w--current {
  border-bottom: 2px solid #000;
}

.rl_blogpost1_tag-list-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.rl_blogpost1_tag-list-wrapper-2 {
  width: 50%;
}

.rl_blogpost1_social-icon-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.rl_blogpost1_social-link-2 {
  background-color: var(--relume-library-lite--rl-gray);
  color: var(--relume-library-lite--rl-black);
  border-radius: 20px;
  padding: .25rem;
}

.rl_blogpost1_share-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  display: grid;
}

.rl_blogpost1_spacing-block-6-2 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-heading-style-h6-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl_blogpost1_share-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.rl_blogpost1_content-bottom-2 {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.rl_blogpost1_spacing-block-5-2 {
  width: 100%;
  color: var(--black);
  padding-bottom: 4rem;
}

.rl_blogpost1_content-2 {
  background-color: var(--relume-library-lite--rl-white);
  width: 100%;
  color: var(--black);
  margin-left: auto;
  margin-right: auto;
}

.rl_blogpost1_spacing-block-4-2 {
  width: 100%;
  padding-bottom: 4rem;
}

.rl_blogpost1_image-2 {
  object-fit: cover;
  border-radius: 13px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rl_blogpost1_image-wrapper-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}

.rl_blogpost1_image-wrapper-2.article-text {
  background-color: var(--relume-library-lite--rl-white);
}

.rl_blogpost1_spacing-block-3-2 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_blogpost1_text-divider-2 {
  color: var(--relume-library-lite--rl-black);
  margin-left: .5rem;
  margin-right: .5rem;
}

.rl_blogpost1_date-wrapper-2 {
  display: flex;
}

.rl_blogpost1_author-text-2 {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_blogpost1_content-top-2 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.rl_blogpost1_spacing-block-2-2 {
  width: 100%;
  padding-bottom: 3rem;
}

.rl_blogpost1_spacing-block-1-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-breadcrumb-link-active-2 {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.rl-breadcrumb-link-active-2.w--current {
  font-weight: 600;
}

.rl-breadcrumb-divider-2 {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl-breadcrumb-link-2 {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl-breadcrumb-link-2.w--current {
  font-weight: 600;
}

.rl_blogpost1_breadcrumb-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  width: 100%;
  display: flex;
}

.rl_blogpost1_title-wrapper-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-8 {
  text-align: center;
  overflow: clip;
}

.heading-9 {
  width: 100%;
  color: var(--black);
  margin-top: 100px;
  font-size: 5vh;
}

.heading-10 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3vh;
  font-weight: 400;
  line-height: 3vh;
}

.image-10 {
  width: 43%;
  margin-bottom: 0;
  padding: 0;
}

.image-15 {
  width: 98%;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: 0;
}

.container-3 {
  margin-top: 0;
}

.heading-12 {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
}

.container-4 {
  max-width: 100%;
  margin-top: 20px;
}

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

.div-block-22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 15px;
  margin-bottom: 0;
  display: grid;
}

.div-block-23 {
  text-align: right;
  width: 50%;
}

.code-embed-3 {
  margin-top: 120px;
}

.paragraph-15 {
  color: var(--black);
  text-align: left;
}

.image-17, .image-18, .image-19, .image-20, .image-21 {
  width: 110px;
}

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

.hero__circle-wrap {
  position: relative;
}

.hero__circle-wrap.mod--1 {
  justify-content: center;
  align-items: flex-start;
  width: 35vw;
  height: 45vh;
  margin-top: 0;
  display: flex;
  top: 40px;
}

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

.header__col {
  min-width: 180px;
}

.header__col.mod--3 {
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  min-width: 100%;
  display: flex;
}

.main-2 {
  position: relative;
}

.btn {
  z-index: 1;
  color: #181f25;
  letter-spacing: .03px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  min-height: 45px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn.mod--orange {
  background-color: var(--bleu);
  color: #fff;
  border: 0 solid #181f25;
  border-radius: 999px;
  min-height: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.btn.mod--header {
  border: 2px solid var(--gris-beige);
  border-radius: 999px;
}

.btn.mod--header:hover {
  background-color: var(--bleu);
  color: #fff;
}

.hero__offer {
  border-top: 2px solid #2d3c49;
  justify-content: space-between;
  align-items: center;
  padding-top: 28px;
  display: flex;
}

.btn__bg-wrap {
  z-index: -1;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0;
}

.header__nav-link {
  color: var(--black);
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.header__nav-link:hover {
  color: #181f25;
}

.overflow-hidden {
  overflow: visible;
}

.content {
  z-index: 2;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.btn__txt {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.btn__txt.mod--2 {
  color: var(--relume-library-lite--rl-black);
  position: absolute;
  bottom: -40px;
}

.btn__txts {
  position: relative;
  bottom: 0;
}

.btn__bg {
  background-color: var(--gris-beige);
  border-radius: 100px;
  width: 0;
  height: 0;
}

.hero__heading {
  z-index: 9999;
  font-family: var(--header);
  color: var(--relume-library-lite--rl-black);
  margin-bottom: 20px;
  font-size: 3.5em;
  font-weight: 500;
  line-height: 100%;
  position: relative;
}

.hero__col.mod--1 {
  text-align: center;
  flex: 1;
  max-width: 90%;
  padding-top: 100px;
  padding-left: 0;
}

.hero__col.mod--2 {
  justify-content: center;
  align-items: center;
  width: 40%;
  margin-left: 40px;
  display: flex;
}

.section-4 {
  z-index: 1;
  padding: 110px 60px;
  position: relative;
}

.section-4.mod--hero {
  padding: 0;
}

.text-span {
  color: var(--bleu);
  font-size: 2.1em;
  font-weight: 600;
  line-height: 125%;
}

.container-margin {
  background-color: var(--white);
  outline-offset: 0px;
  width: 100%;
  color: var(--black);
  outline: 3px #333;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  overflow: visible;
}

.wreapper-padding {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  width: 100%;
  max-width: 1440px;
  color: var(--relume-library-lite--rl-black);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.image-22 {
  width: 100px;
}

.c-custom-code {
  display: none;
}

.c-text-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.bold-text-8 {
  text-align: justify;
  font-family: Montserrat, sans-serif;
}

.body-18-regular {
  text-align: justify;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.55556;
}

.time-line-content {
  font-family: var(--tetx-paragraphe);
  text-align: center;
}

.time-line-item-inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 100%;
  display: flex;
}

.timeline-month {
  color: var(--black);
  text-align: center;
  margin-bottom: 20px;
  font-family: Quicksand, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.14286;
}

.time-line-text-wrap {
  width: 100%;
}

.spacer_8rem {
  width: 100%;
  height: 8rem;
}

.container-wrapper {
  width: 100%;
  max-width: 1440px;
  padding-right: 0;
}

.accordion-trigger {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.open-close-line {
  background-color: #000;
  border-radius: 500px;
  width: 100%;
  height: 2.25px;
  position: absolute;
}

.open-close-line.second-line {
  transform: rotate(90deg);
}

.accordion-title {
  color: var(--black);
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  line-height: 1.14286;
}

.open-close-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 19px;
  min-height: 18.75px;
  display: flex;
  position: relative;
}

.accordion-content-inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  max-width: 94%;
  padding-top: 30px;
  padding-left: 40px;
  display: flex;
}

.accordion-item-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}

.accordion-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.footer2 {
  z-index: 2;
  background-color: var(--bleu);
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Quicksand, sans-serif;
  display: flex;
  position: relative;
}

.container-padding {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
}

.sous-text-2 {
  width: 80%;
  color: var(--gris);
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
}

.section-cta {
  background-color: var(--white);
  display: none;
}

.btn-store {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 20px;
}

.section-blog {
  background-color: var(--white);
  display: block;
}

.titre-2-le-titre-h2 {
  color: #002a52;
  text-align: left;
  width: 100%;
  font-size: 65px;
  font-weight: 700;
  line-height: 48px;
}

.frame-1000001015 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 90vw;
  height: 100%;
  display: flex;
}

.collection-item-2 {
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-right: 20px;
  display: flex;
}

.container-17 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.columns-3 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.sous-titre-1 {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
  display: flex;
}

.collection-list-2 {
  display: flex;
}

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

.info-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #0000002b;
  border-top-width: 0;
  border-bottom-right-radius: 31px;
  border-bottom-left-radius: 31px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1rem 24px 0;
  display: flex;
}

.card-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-top-style: none;
  border-bottom-right-radius: 31px;
  border-bottom-left-radius: 31px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.name-2 {
  color: #484843;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.home-work {
  border-top-left-radius: 31px;
  border-top-right-radius: 31px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20rem;
  position: relative;
  overflow: hidden;
}

.image-wrapper-3 {
  border-radius: 13px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.description-9 {
  color: var(--gris);
  margin-top: 1rem;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.name-3 {
  color: #333;
  margin-top: .5rem;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}

.next {
  border-radius: 31px;
}

.text-block-9 {
  font-size: 18px;
}

.sapcer2rem {
  width: 100%;
  height: 2rem;
}

.eb-footer06_link-list-heading {
  color: #f5efed;
  letter-spacing: normal;
  width: 70%;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: underline;
}

.eb-footer06_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  justify-content: center;
  place-items: flex-start start;
  display: flex;
}

.eb-footer06_top-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  padding-top: 20px;
  padding-bottom: 20px;
}

.eb-footer06_newsletter-wrapper {
  border-bottom: 1px solid #eaecf0;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.link-12 {
  text-transform: none;
  padding-bottom: 0;
  text-decoration: none;
}

.eb-footer06_link {
  grid-column-gap: .5rem;
  color: var(--relume-library-lite--rl-black);
  flex-wrap: nowrap;
  align-items: center;
  padding: 10px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.eb-footer06_link:hover {
  color: #8d8d8d;
}

.eb-footer06_bottom-wrapper {
  border-top: 1px solid #eaecf0;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.eb-padding-vertical-xlarge {
  padding-bottom: 2rem;
}

.eb-text-size-small-2 {
  color: #475467;
  letter-spacing: normal;
  font-size: .875rem;
  line-height: 1.5;
}

.eb-text-size-small-2.text-color-gray500 {
  color: #f6f6ff;
  text-transform: uppercase;
}

.background-video {
  width: 80%;
  height: 100%;
  transform-style: preserve-3d;
  background-color: #000;
  border-radius: 35px;
  transform: rotateX(0)rotateY(-7deg)rotateZ(4deg);
  box-shadow: 20px 20px 5px #0003;
}

.page-wrapper {
  z-index: 2;
  background-color: var(--white);
  width: 100%;
  height: 230vh;
  display: none;
  position: relative;
  top: -100px;
}

.section-6 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 100px;
  display: flex;
  position: sticky;
  top: 60px;
}

.text-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-bg {
  z-index: 99;
  background-color: var(--white);
  color: #0000004d;
  background-image: url('../images/Logo-StudyLabs-SVG.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 9999px;
  width: 150px;
  height: 150px;
  display: block;
}

.text-letter {
  background-image: url('../images/1630333659401-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 99999px;
  width: 100px;
  height: 100px;
  position: relative;
}

.text-letter.c-text-1 {
  box-shadow: 8px 6px 5px 0 var(--blue);
  background-image: url('../images/30-2.png');
  background-position: 0 0;
  background-size: cover;
  top: 0;
  right: -299px;
  transform: rotate(23deg);
}

.text-letter._2 {
  box-shadow: 8px 6px 5px 0 var(--veret);
  background-image: url('../images/25-1.png');
  background-position: 0 0;
  background-size: cover;
  top: 0;
  right: -192px;
  transform: rotate(-72deg);
}

.text-letter._3 {
  box-shadow: 8px 6px 5px 0 var(--rouge);
  background-image: url('../images/34-2.png');
  background-position: 0 0;
  background-size: cover;
  top: 0;
  left: 89px;
  transform: rotate(-23deg);
}

.text-letter._4 {
  box-shadow: 8px 6px 5px 0 var(--jaune);
  background-image: url('../images/32-1.png');
  background-position: 0 0;
  background-size: cover;
  top: 0;
  overflow: hidden;
}

.text-letter._5 {
  box-shadow: 8px 6px 5px 0 var(--rouge);
  background-image: url('../images/28.png');
  background-position: 0 0;
  background-size: cover;
  top: 0;
  left: -96px;
  transform: rotate(20deg);
}

.text-letter._6 {
  box-shadow: 8px 6px 5px 0 var(--blue);
  background-image: url('../images/22-1.png');
  background-position: 0 0;
  background-size: cover;
  top: 0;
  left: -206px;
}

.text-letter._7 {
  box-shadow: 8px 6px 5px 0 var(--jaune);
  background-image: url('../images/25-1.png');
  background-position: 0 0;
  background-size: cover;
  top: 0;
  left: -324px;
}

.cta_heading-5 {
  color: var(--white);
  text-align: left;
  text-shadow: 5px 1px 1px var(--black);
  line-height: 110%;
}

.sous-text-3 {
  width: 80%;
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-stroke-width: .1px;
  -webkit-text-stroke-color: var(--relume-library-lite--rl-black);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.875rem;
}

.section-colomn {
  z-index: 1000;
  display: none;
  position: relative;
  top: -100px;
}

.button-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #090b19;
  border: 1px solid #090b19;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-3:hover {
  color: #090b19;
  background-color: #e2e7f1;
  border-color: #e2e7f1;
}

.intro-wrapper {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.tripple-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-hover-item {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border-top: 1px #f3f6fc;
  border-bottom: 1px #f3f6fc;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start stretch;
  padding: 0;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.eb-blog {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  display: flex;
}

.wrapper-larger {
  color: var(--relume-library-lite--rl-black);
  justify-content: center;
  align-items: center;
  margin-bottom: 10vh;
}

.spacer-rem-2 {
  width: 100%;
  height: 2rem;
  color: var(--white);
}

.our-management-tab-link {
  background-color: #fff;
  border: 1px solid #000;
  padding: 0;
}

.our-management-tab-link.w--current {
  background-color: #0000;
  border: 1px solid #000;
}

.flex-block-3 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  align-items: center;
  padding-top: 102px;
  position: absolute;
}

.bg-size {
  z-index: 98;
  background-color: var(--gris-beige);
  border-radius: 9999px;
  display: none;
  position: absolute;
}

.section-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-bottom: 10vh;
  display: flex;
}

.block-gauche {
  width: 100%;
  height: 100%;
}

.block-droit {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.large-heading-2 {
  width: 50%;
  font-family: var(--header);
  color: var(--black);
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 110%;
  display: flex;
}

.div-block-28 {
  order: -1;
  width: 100%;
}

.div-block-29 {
  order: -1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.image-28 {
  object-fit: cover;
  border-radius: 5px;
  width: 55%;
  height: 100%;
}

.div-incone-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 10% 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.text-block-11 {
  color: var(--black);
  text-transform: none;
  padding-bottom: 40px;
  font-family: Quicksand, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 28px;
}

.text-span-14 {
  color: var(--rouge);
}

.image-29 {
  background-color: #fd490033;
  border-radius: 999px;
  width: 60px;
  padding: 10px;
  overflow: visible;
}

.collone-icone {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  flex-flow: column;
  padding-left: 0;
  font-family: Quicksand, sans-serif;
  display: flex;
}

.div-block {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.timeline {
  white-space: nowrap;
  width: 170rem;
  padding-left: 0;
  display: flex;
  position: relative;
}

.height-lock-scroll {
  z-index: 20;
  margin-top: -100vh;
  position: relative;
}

.sticky-extension-lock-sroll {
  height: 100vh;
}

.arrow-timeline {
  transform-origin: 0 100%;
  width: 6rem;
  height: 100vw;
  position: absolute;
  bottom: 100%;
  transform: rotate(90deg);
}

.global-css {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.item-wrapper-timeline {
  transform-origin: 0%;
  display: inline-block;
}

.grid {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
  overflow: visible;
}

.line-progress {
  background-color: #0f243e;
  height: .25rem;
  transform: translate(-25%);
}

.line-progress.is-timeline {
  background-color: var(--black);
  transform: translate(-25%);
}

.item-timeline {
  color: #0f243ea3;
  text-align: left;
  white-space: normal;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 36rem;
  padding: 0 11rem 6rem 40px;
  display: flex;
}

.vs-2xl {
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrapper-container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.arrow-wrapper-timeline {
  z-index: 30;
  height: 4rem;
  position: relative;
  top: 228px;
}

.progress {
  width: 100%;
  position: relative;
  top: -.25rem;
}

.progress-timeline {
  width: 32rem;
  position: absolute;
  top: 100%;
  left: 6rem;
}

.sticky-lock-scroll {
  z-index: 1;
  padding-left: 40px;
  position: sticky;
  top: 20vh;
}

.container-19 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.global-svg {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.height-item-lock-scroll {
  height: 100vh;
}

.line-mask-progress {
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
}

.wrapper-curved-arrow {
  width: 100%;
  height: 100%;
}

.page-2 {
  position: relative;
}

.section-7 {
  padding-top: 12rem;
  padding-bottom: 12rem;
  position: relative;
  overflow: hidden;
}

.section-7.is-timeline {
  align-items: center;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.mac-book {
  height: 100%;
}

.section-mac {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--gris);
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-left: 30px;
  display: flex;
}

.div-block-31 {
  background-color: var(--relume-library-lite--rl-black);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 40px;
}

.bull-rouge {
  background-color: var(--rouge);
  border-radius: 9999px;
  width: 18px;
  height: 18px;
}

.bull-jaune {
  background-color: var(--jaune);
  border-radius: 9999px;
  width: 18px;
  height: 18px;
}

.bull-green {
  background-color: var(--veret);
  border-radius: 9999px;
  width: 18px;
  height: 18px;
}

.clients-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 85%;
  display: grid;
}

.clients-image-two {
  box-sizing: border-box;
  object-fit: cover;
  border-radius: 9999px;
  width: 100px;
  height: 100px;
  box-shadow: 0 2px 5px #0003;
}

.clients-image-two._1 {
  box-shadow: 8px 6px 5px 0 var(--jaune);
  margin-bottom: 10px;
  display: block;
}

.clients-image-two._2 {
  box-shadow: 8px 6px 5px 0 var(--blue);
  margin-bottom: 10px;
}

.clients-image-two._3 {
  box-shadow: 8px 6px 5px 0 var(--rouge);
  margin-bottom: 10px;
}

.clients-image-two._4 {
  box-shadow: 4px 2px 5px 0 var(--veret);
  margin-bottom: 10px;
}

.div-block-32 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 60px;
  font-family: Quicksand, sans-serif;
  display: flex;
}

.text-span-15 {
  color: var(--jaune);
}

.image-234 {
  background-color: var(--relume-library-lite--rl-gray);
  border-radius: 999px;
  width: 60px;
  padding: 10px;
}

.text-span-16 {
  color: var(--veret);
}

.image-123 {
  background-color: #2ff01033;
  border-radius: 999px;
  width: 60px;
  padding: 10px;
}

.text-span-17 {
  color: var(--blue);
}

.image-292 {
  background-color: #0575ff33;
  border-radius: 999px;
  width: 60px;
  padding: 10px;
}

.bold-text-9 {
  font-size: 3rem;
  font-weight: 900;
  line-height: 120%;
}

.text-experience {
  color: var(--black);
  font-size: 18px;
}

.text-block-12 {
  color: var(--relume-library-lite--rl-white);
  font-size: 24px;
  line-height: 110%;
}

.div-horieontal-static {
  z-index: 20;
  background-color: var(--white);
  justify-content: center;
  align-items: flex-start;
  width: 115%;
  padding-bottom: 18rem;
  position: relative;
}

.flex-block-4 {
  background-color: var(--relume-library-lite--rl-white);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.c-hero_trigger {
  z-index: 40;
  cursor: grabbing;
  background-color: #fff;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 7em;
  padding: .4em;
  display: flex;
}

.c-logo {
  width: 6.2em;
  margin-top: 3em;
  margin-left: 2.8em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.c-navbar_link {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 1.9em;
  padding-right: .1em;
  font-size: 1.25em;
  font-weight: 400;
  transition: all .1s cubic-bezier(.19, 1, .22, 1);
  display: flex;
  position: relative;
}

.c-navbar_social {
  transform-origin: 50% 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.2em 0 0;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.f-navigation-menu {
  grid-column-gap: 6px;
  background-color: #c8c8c800;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
}

.nav-container {
  z-index: 35;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-navigation-content-2 {
  grid-column-gap: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.wvs-navbar {
  margin-top: 10px;
}

.fixed-navbar-2 {
  z-index: 999999;
  background-color: #ddd0;
  border-radius: 9999px;
  margin-left: 5vw;
  margin-right: 5vw;
  position: sticky;
  top: 0;
}

.flex {
  width: 100%;
  height: 100%;
  display: flex;
}

.flex.sapce {
  justify-content: space-between;
  align-items: center;
}

.nav-left {
  z-index: 25;
  grid-column-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 16px 40px;
  display: flex;
  position: relative;
}

.container-26 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.wvs-padding, .wvs-contain {
  width: 100%;
}

.f-navigation-container {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff40;
  border: 1px solid #eee;
  border-radius: 99999px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 20px;
  display: flex;
}

.brand-2 {
  z-index: 25;
  color: #fff;
  letter-spacing: .03em;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: -1px;
  font-size: 22px;
  font-weight: 600;
  display: flex;
}

.wvs-margin {
  border-radius: 9999px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  display: flex;
  overflow: visible;
}

.card-hover-item-2 {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border-top: 1px #f3f6fc;
  border-bottom: 1px #f3f6fc;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start stretch;
  padding: 0;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.button-15 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #090b19;
  border: 1px solid #090b19;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-15:hover {
  color: #090b19;
  background-color: #e2e7f1;
  border-color: #e2e7f1;
}

.header__col-2 {
  min-width: 180px;
}

.header__col-2.mod--3 {
  justify-content: flex-end;
  align-items: center;
  display: none;
}

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

.padding-section-1-5rem {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.margin-bottom.margin-2rem {
  margin-bottom: 3rem;
}

.page-wrapper-2 {
  padding-bottom: 10vh;
  overflow: hidden;
}

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

.tab-link {
  background-color: #f2f2f2;
  border-radius: 8px;
  font-size: 16px;
}

.tab-link.w--current {
  color: var(--white);
  background-color: #0f0f0f;
}

.text-block-15 {
  font-size: 18px;
  font-weight: 700;
}

.tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.section-8 {
  position: relative;
}

.section-8.u-pb-0 {
  color: var(--bleu);
}

.splide {
  width: 100%;
  color: var(--white);
  display: block;
}

.page-wrapper-3 {
  color: #002c1d;
  background-color: #e5dac3;
}

.page-wrapper-3.u-minh-100vh {
  background-color: var(--white);
}

.splide__slide {
  cursor: grab;
  border-radius: 0;
  flex: none;
  width: 25%;
  margin-top: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.container {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.splide__list {
  display: flex;
}

.styles__global-embed-code {
  position: fixed;
  inset: 0% auto auto 0%;
}

.card {
  z-index: 100;
  object-fit: cover;
  border-radius: .5rem;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.u-aspect-1x1 {
  aspect-ratio: 1;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.u-img-cover {
  z-index: 6;
  object-fit: cover;
  object-position: 0% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 15% 0% 0%;
}

.h4 {
  color: var(--black);
  text-align: center;
  letter-spacing: .1em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  line-height: 1.1em;
}

.absolute-titre {
  z-index: 3;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 1.5rem 1.5rem;
  position: absolute;
  inset: 0%;
}

.link-block-3 {
  border-radius: 11px;
  width: 100%;
}

.absolute-titre-2 {
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem;
  position: absolute;
  inset: 0%;
}

.div-block-34 {
  width: 100%;
}

.grp-mac-book {
  border: 1px solid #0000001a;
  border-radius: 0 0 20px 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.container-text-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: grid;
}

.timeline_progress {
  z-index: 1;
  background-color: #ea4537;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 3px;
  height: 5%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto 50%;
  transform: translate(-50%);
}

.frame-1000001139 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 10px;
  padding-right: 10px;
  display: none;
}

.timeline_track {
  background-color: #94bac7;
  flex-direction: column;
  align-items: center;
  width: 2px;
  height: 100%;
}

.chiffre3 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(286deg, #0c4096, #0ab193);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 40px;
  padding-bottom: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  display: block;
  overflow: visible;
}

.chiffre3._4 {
  color: var(--blue);
  text-align: center;
}

.titre-1-le-titre {
  padding-bottom: 2em;
  font-size: 16px;
}

.timeline_track-wrap {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.timeline_grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr .25fr 1fr;
  width: 100%;
}

.timeline_dot {
  z-index: 1;
  background-color: #ea4537;
  border: 4px solid #0a227d;
  border-radius: 99px;
  width: 24px;
  height: 24px;
  position: relative;
}

.timeline_grid-wrap {
  position: relative;
}

.timeline_progress-overlay-top {
  z-index: 0;
  width: 6px;
  height: 2em;
  position: absolute;
  inset: 0% 0% auto -2px;
}

.h3_typo1-1-copy-3 {
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 31px;
  font-weight: 700;
  line-height: 120%;
}

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

.timeline_item-wrap.is-hidden-mobile {
  align-items: center;
  display: flex;
}

.div_chiffre {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-35 {
  height: 100%;
}

.presence {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.le-text-1-le-text-3 {
  color: #000;
  padding-top: 13px;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
}

.cta_heading-56 {
  color: var(--black);
  text-align: center;
  letter-spacing: -1px;
  padding-bottom: 40px;
  font-size: 2rem;
  line-height: 110%;
}

.body-2 {
  font-family: var(--tetx-paragraphe);
}

.wreapper-padding-2 {
  width: 100%;
  max-width: 1440px;
  color: var(--relume-library-lite--rl-black);
  padding-bottom: 10vh;
}

.titre-2-le-titre {
  font-size: 65px;
  font-weight: 700;
}

.h3_typo1-3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.text-entreprise-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.frame-1000001154 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.grid-media {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: start;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  display: grid;
  position: relative;
}

.le-text-1-le-text-6 {
  -webkit-text-stroke-width: 0px;
  white-space: normal;
  overflow-wrap: normal;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  overflow: visible;
}

.bold-text-2-copy {
  color: #000;
  font-size: 70px;
  font-weight: 600;
  line-height: 65px;
}

.bold-text-2-copy.heading-4-copy {
  text-align: left;
  vertical-align: baseline;
  justify-content: flex-end;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  display: block;
}

.wink-container-large-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 8rem;
  display: flex;
}

.text-span-10 {
  text-align: left;
  font-weight: 400;
}

.h3_typo1-4 {
  color: var(--relume-library-lite--rl-black);
  text-align: left;
  letter-spacing: -.02em;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin: 0 auto;
  font-size: 4rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  display: inline-flex;
  position: static;
}

.section-histoire {
  background-color: var(--gris-beige);
}

.text-size-large {
  font-size: 1.5rem;
}

.text-size-large.text-weight-semibold {
  text-align: center;
  line-height: 23px;
}

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

.capabilities_component-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  perspective: 1000px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.capabilities_item-content-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.capabilities_item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 2px solid var(--bleu);
  color: #000;
  width: 80%;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 120px;
  margin-right: 0;
  padding: 2rem;
  text-decoration: none;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: static;
  box-shadow: 0 10px 20px 2px #12385075;
}

.capabilities_item:hover {
  background-color: var(--bleu);
  color: #e0e0e0;
  border-color: #0d0d0d;
  transform: translate3d(0, 0, 1rem);
  box-shadow: 0 12px 24px -8px #0009;
}

.capabilities_item:focus {
  color: #f2f2f2;
  background-color: #1a1a1a;
  border-color: #0d0d0d;
  transform: translate3d(0, 0, 1rem);
  box-shadow: 0 12px 24px -8px #0009;
}

.notre-mission {
  justify-content: center;
  align-items: center;
  padding-top: 5vh;
  padding-bottom: 5vh;
  font-family: Quicksand, sans-serif;
}

.text-footer {
  color: var(--white);
  text-align: center;
  font-size: 16px;
}

.image-293 {
  width: 190px;
}

.image-294 {
  width: 200px;
}

.div-bull-partenaire {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-16 {
  color: var(--black);
  text-align: left;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
}

.text-block-17 {
  color: var(--black);
  text-align: left;
  font-size: 16px;
}

.absolute-titre-4 {
  justify-content: flex-start;
  align-items: center;
  padding: 2rem;
  position: absolute;
  inset: 0%;
}

.absolute-titre-3 {
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem;
  position: absolute;
  inset: 0%;
}

.tabs-content {
  color: var(--bleu);
  overflow: visible;
}

.hero__col-v2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero__columns-qui {
  justify-content: space-between;
  padding-top: 10vh;
  display: flex;
}

.accordion-paragraph-2 {
  color: #363636;
  font-size: 18px;
  line-height: 1.55556;
}

.cta_heading-dos-2 {
  color: var(--black);
  text-align: left;
  font-size: 44px;
  font-weight: 700;
  line-height: 110%;
}

.section-v3-2 {
  background-color: #fff;
}

.bold-text-3 {
  color: #000;
  font-weight: 700;
}

.accordion-item-2 {
  background-color: var(--gris-beige);
  cursor: pointer;
  border-radius: 32px;
  width: 100%;
  margin-bottom: 1.5rem;
  padding: 2rem;
  transition: padding-left .2s;
}

.accordion-item-2:hover {
  padding-left: 30px;
}

.faq-tab-pane-inner-2 {
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 60px;
  padding-right: 0;
  font-family: Quicksand, sans-serif;
  display: flex;
}

.spacer-4rem {
  color: #0f0a0a;
  width: 100%;
  height: 4rem;
}

.wreapper-padding-5 {
  background-color: #fff;
  width: 100%;
  max-width: 1440px;
  padding-left: 5vw;
  padding-right: 5vw;
}

.wrapper-larger-2 {
  justify-content: center;
  align-items: center;
  margin-top: 10vh;
  margin-bottom: 10vh;
  display: flex;
}

.cta_heading-dos-1 {
  color: var(--black);
  text-align: left;
  font-size: 44px;
  font-weight: 700;
  line-height: 110%;
}

.hero__heading-2 {
  z-index: 9999;
  font-family: var(--header);
  color: var(--black);
  text-align: center;
  margin-bottom: 20px;
  font-size: 3.5em;
  font-weight: 500;
  line-height: 100%;
  position: relative;
}

.rl-padding-section-large {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.rl-text-style-regular {
  color: var(--relume-library-lite--rl-black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_section_testimonial1 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl_testimonial1_name-text {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_testimonial1_component {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.rl_testimonial1_spacing-block-2 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-heading-style-h5 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.4;
}

.rl_testimonial1_text-wrapper {
  width: 100%;
}

.rl_testimonial1_spacing-block-1 {
  width: 100%;
  padding-bottom: 2rem;
}

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

.rl_team8_item {
  flex-direction: column;
  align-items: stretch;
  padding: 40px;
  display: flex;
  position: relative;
}

.rl_team8_item.bis, .rl_team8_item.relative {
  width: 75%;
}

.rl-padding-section-large-3 {
  padding-top: 2rem;
}

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

.rl_team8_spacing-block-4 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_team8_image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rl_team8_list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.rl_team8_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-text-style-medium {
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_team8_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_team8_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.rl_team8_spacing-block-5 {
  width: 100%;
  padding-bottom: 2rem;
}

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

.rl_team8_name-3 {
  color: var(--white);
  text-align: center;
  border-radius: 9999px;
  padding: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.titre-equipe {
  justify-content: center;
  align-items: center;
}

.wreapper-padding-4 {
  width: 100%;
  max-width: 1440px;
  color: var(--relume-library-lite--rl-black);
}

.wreapper-padding-6 {
  width: 100%;
  max-width: 1440px;
  color: var(--relume-library-lite--rl-black);
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.bold-text-15 {
  color: var(--gris);
  text-align: center;
}

.cta_headin8 {
  color: var(--black);
  text-align: center;
  letter-spacing: -1px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 40px;
  line-height: 110%;
}

.paragraph-27 {
  color: var(--black);
}

.rich-text-block-2 {
  color: var(--black);
  padding-bottom: 10vh;
  font-size: 18px;
}

.paragraph-28, .paragraph-29, .paragraph-30, .paragraph-31, .paragraph-32, .paragraph-33, .paragraph-34, .paragraph-35 {
  color: var(--black);
}

.body-4 {
  font-family: var(--tetx-paragraphe);
  color: var(--black);
}

.paragraph-36, .paragraph-37, .paragraph-38, .paragraph-39, .paragraph-49, .paragraph-50 {
  color: var(--black);
}

.paragraph-51 {
  color: var(--relume-library-lite--rl-black);
  font-size: 18px;
}

.list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #000;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.list-item {
  border: 1px solid #000;
  margin: 0;
  padding: 10px;
}

.list-item-2 {
  border: 1px solid #000;
  padding: 10px;
}

.list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7 {
  border: 1px solid #000;
  margin: 0;
  padding: 10px;
}

.list-item-8 {
  border: 1px solid #000;
  margin: 0;
  padding-top: 10px;
  padding-left: 10px;
}

.list-item-9, .list-item-10, .list-item-11, .list-item-12 {
  border: 1px solid #000;
  margin: 0;
  padding: 10px;
}

.list-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.paragraph-52 {
  color: var(--black);
  font-size: 24px;
}

.paragraph-53 {
  color: var(--black);
  font-size: 32px;
}

.multi-step-form-block---brix {
  width: 70%;
  margin-top: 20px;
  margin-bottom: 0;
}

.multi-step-foirm---success-message---brix {
  background-color: #fff;
  border-radius: 16px;
  min-height: 44vh;
  padding-top: 70px;
  padding-bottom: 70px;
  box-shadow: 38px 38px 34px #4a3aff03, 0 1px 26px #14142b05, 0 16px 26px #13124205;
}

.form-content---brix {
  border-top: 1px solid #d9dbe9;
  padding-top: 64px;
  padding-bottom: 80px;
  overflow: visible;
}

.multi-step-form-radio-trigger---brix {
  color: #170f49;
  border: 2px solid #0000;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 66px;
  padding-right: 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  transition: border-width .2s, border-color .2s;
  display: flex;
  position: absolute;
  inset: 0%;
  box-shadow: 0 2px 6px 2px #13124212;
}

.multi-step-form-radio-trigger---brix:hover {
  border-color: #bfbaff;
}

.completed-form-illustrations---brix {
  margin-bottom: 18px;
}

.multi-step-form-text-field---brix {
  color: #170f49;
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 2px solid #0000;
  border-radius: 500px;
  min-height: 66px;
  margin-bottom: 0;
  padding: 20px 60px 20px 20px;
  font-size: 18px;
  transition: color .4s, border-color .4s, all .4s;
  box-shadow: 0 2px 6px #13124212;
}

.multi-step-form-text-field---brix:hover {
  border-color: #4a3aff;
  box-shadow: 0 4px 10px #1312421f;
}

.multi-step-form-text-field---brix:focus {
  color: #4a3aff;
  border: 2px solid #4a3aff;
}

.multi-step-form-text-field---brix::placeholder {
  color: #6f6c90;
  font-size: 18px;
}

.multi-step-form-text-field---brix.email-icon---brix {
  background-image: none;
  font-family: Quicksand, sans-serif;
}

.multi-step-form-text-field---brix.email-icon---brix:hover {
  border-color: var(--bleu);
}

.multi-step-form-text-field---brix.email-icon---brix:focus {
  background-image: url('../images/icon-2-on-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
}

.multi-step-form-text-field---brix.company-icon---brix {
  background-image: none;
  min-height: 66px;
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.multi-step-form-text-field---brix.company-icon---brix:hover {
  border-color: var(--bleu);
}

.multi-step-form-text-field---brix.company-icon---brix:focus {
  background-image: url('../images/icon-4-on-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
}

.multi-step-form-text-field---brix.name-icon---brix {
  background-image: none;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
}

.multi-step-form-text-field---brix.name-icon---brix:hover {
  border-color: var(--bleu);
  background-image: none;
}

.multi-step-form-text-field---brix.name-icon---brix:focus {
  background-image: url('../images/icon-1-on-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
}

.multi-step-form-text-field---brix.phone-icon---brix {
  background-image: none;
  font-family: Quicksand, sans-serif;
}

.multi-step-form-text-field---brix.phone-icon---brix:hover {
  border-color: var(--gris-beige);
  background-image: none;
}

.multi-step-form-text-field---brix.phone-icon---brix:focus {
  background-image: url('../images/icon-3-on-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
}

.multi-step-form-label---brix1 {
  color: var(--relume-library-lite--rl-black);
  border-radius: 16px;
  margin-bottom: 16px;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.multi-step-form-label---brix1.no-margin---brix {
  z-index: 40;
  width: 100%;
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  position: relative;
}

.first-step-grid---brix {
  grid-column-gap: 28px;
  grid-row-gap: 44px;
}

.first-step-grid---brix.uniform-space---brix {
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-bottom: 30px;
  overflow: visible;
}

.steps-bar---brix {
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.form-step-progress-bar---brix {
  background-color: #eff0f6;
  border-radius: 50px;
  width: 100%;
  min-height: 6px;
}

.form-step-progress-bar---brix.complete-step---brix {
  background-color: var(--bleu);
  color: var(--bleu);
}

.form-step-progress-bar---brix.current-step---brix {
  background-color: var(--bleu);
  width: 50%;
}

.slide---brix {
  margin-right: 80px;
}

.form-step-progress-bar-mobile---brix {
  background-color: #eff0f6;
  border-radius: 50px;
  width: 100%;
  min-height: 6px;
  display: none;
}

.multi-step-form-button---brix {
  color: #4a3aff;
  background-color: #fff;
  border-radius: 500px;
  width: auto;
  padding: 20px 40px;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  transition: transform .2s;
  display: inline-block;
  inset: 682px auto auto;
}

.multi-step-form-button---brix:hover {
  transform: translate(0, -2px);
}

.multi-step-form-button---brix.right---brix {
  color: #fff;
  background-color: #4a3aff;
  font-weight: 700;
  right: -40px;
}

.multi-step-form-button---brix.right---brix.preview-page {
  background-color: var(--bleu);
  right: 0;
}

.multi-step-form-button---brix.left---brix {
  border: 1px solid #4a3aff;
  left: -40px;
}

.multi-step-form-button---brix.left---brix.preview-page {
  border-color: var(--bleu);
  color: var(--bleu);
  left: 0;
}

.submit-button---brix {
  background-color: var(--bleu);
  border-radius: 500px;
  padding: 20px 40px 21px;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  transition: all .2s;
  box-shadow: 0 3px 12px #4a3aff2e;
}

.submit-button---brix:hover {
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px #4a3aff4d;
}

.checkbox---brix {
  z-index: 5;
  opacity: 1;
  text-align: center;
  cursor: pointer;
  border-width: 2px;
  border-color: #0000;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  transition: border-color .35s, all .35s;
  position: absolute;
  inset: 0%;
  overflow: visible;
  box-shadow: 0 2px 6px 1px #13124212;
}

.checkbox---brix:hover {
  border-style: solid;
  border-color: var(--bleu);
}

.checkbox---brix.w--redirected-checked {
  opacity: 1;
  background-color: #0000;
  background-image: none;
  border-width: 2px;
  border-color: #4a3aff;
}

.checkbox---brix.w--redirected-focus {
  border-width: 2px;
  border-color: #4a3aff;
  box-shadow: 0 4px 10px #1f255912;
}

.multi-step-form-grid-item---brix {
  overflow: visible;
}

.checkbox-item--brix {
  color: #170f49;
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 16px;
  align-items: center;
  min-height: 114px;
  max-height: 114px;
  margin-bottom: 0;
  padding: 25px;
  display: flex;
  position: relative;
  overflow: visible;
}

.submit-content-wrapper---brix {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  margin: auto;
  display: flex;
}

.slider---brix {
  background-color: #0000;
  max-width: 750px;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.multi-step-form---brix {
  background-color: #fff;
  border-radius: 34px;
  padding: 40px 40px 100px;
  box-shadow: 0 54px 34px #4a3aff05, 0 1px 26px #14142b05, 0 16px 26px #13124205;
}

.step-title-wrap---brix {
  margin-bottom: 40px;
}

.multi-step-form-error-message---brix {
  border-radius: 16px;
  margin-top: 140px;
  padding: 24px;
}

.display-none {
  display: none;
}

.form-step-number---brix {
  color: #6f6c90;
  background-color: #eff0f6;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-left: 18px;
  margin-right: 18px;
  font-size: 16px;
  display: flex;
}

.form-step-number---brix.completed---brix {
  background-color: var(--bleu);
  color: #fff;
  font-weight: 700;
}

.mask---brix {
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  overflow: hidden;
}

.step-title---brix {
  color: var(--bleu-spécial);
  margin-bottom: 8px;
  font-family: Quicksand, sans-serif;
  font-weight: 700;
}

.step-paragraph---brix {
  margin-bottom: 0;
  padding-top: 20px;
  font-family: Quicksand, sans-serif;
}

.wrapper-larger-1 {
  justify-content: center;
  align-items: center;
  margin-bottom: 25vh;
  display: flex;
}

.body-5 {
  font-family: var(--header);
}

.textarea {
  border: 1px solid var(--bleu);
  border-radius: 13px;
  height: 200px;
  margin-top: 20px;
  padding-bottom: 206px;
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  overflow: hidden;
}

.body-6 {
  font-family: var(--tetx-paragraphe);
}

.rl_section_pricing11 {
  background-color: var(--relume-library-lite--rl-white);
  display: none;
}

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

.rl-heading-style-h2 {
  color: var(--relume-library-lite--rl-black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-text-style-regular-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_pricing11_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_pricing11_feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.rl_pricing11_feature-icon-wrapper {
  color: var(--relume-library-lite--rl-black);
  flex: none;
  align-self: flex-start;
}

.rl_pricing11_content-top {
  flex-direction: column;
}

.rl_pricing11_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_pricing11_feature {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.rl_pricing11_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-button {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--bleu);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  border-radius: 13px;
  padding: .75rem 1.5rem;
  font-size: 1rem;
}

.rl_pricing11_spacing-block-5 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl_pricing11_content {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.rl_pricing11_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl_pricing11_spacing-block-4 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl_pricing11_spacing-block-6 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium-2 {
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-heading-style-h4 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl-heading-style-h6 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl_pricing11_plans {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.rl_pricing11_icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.rl_pricing11_spacing-block-8 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_pricing11_icon-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.rl-container-medium {
  width: 100%;
}

.rl_pricing11_divider {
  background-color: var(--relume-library-lite--rl-black);
  width: 100%;
  height: 1px;
}

.rl_pricing11_heading-wrapper {
  text-align: center;
  width: 100%;
}

.rl-heading-style-h1 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_pricing11_spacing-block-7 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_pricing11_plan {
  border: 1px solid var(--relume-library-lite--rl-black);
  border-radius: 13px;
  flex-direction: column;
  padding: 2rem;
  display: flex;
}

.hero__col-copy.mod--1-copy {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding-top: 4rem;
  display: flex;
}

.grp-abonnements {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.div-abo {
  justify-content: center;
  align-items: center;
}

.abonnement-grille {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.text-field {
  border-radius: 13px;
  margin-top: 20px;
}

.image-296 {
  width: 33%;
  margin-bottom: 20px;
}

.recaptcha {
  margin-bottom: 20px;
}

.walsh-pricing-inner-card-featured {
  grid-row-gap: 2.5em;
  border: 2px solid var(--bleu);
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2em;
  display: flex;
  position: relative;
}

.walsh-circle-check {
  background-color: #123850;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: flex;
}

.walsh-text-small {
  color: #00000080;
  margin-bottom: 15px;
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.walsh-pricing-div-top {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: -18px auto auto 0%;
}

.walsh-price-small {
  color: #00000073;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 32px;
  font-weight: 400;
}

.walsh-main-grid {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-container {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.walsh-list-flex-off2 {
  color: #9191918a;
  text-align: left;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  text-decoration: line-through;
  display: flex;
}

.walsh-list-flex-off2._2, .walsh-list-flex-off2._3 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
}

.walsh-list-flex-off2._4, .walsh-list-flex-off2._5, .walsh-list-flex-off2._6 {
  display: none;
}

.walsh-list-flex {
  color: #000000a6;
  text-align: left;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  display: flex;
}

.walsh-list-flex._8, .walsh-list-flex._9 {
  display: none;
}

.walsh-list-wrapper {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.walsh-circle-check-off {
  opacity: .35;
  color: #fff;
  background-color: #fff;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: flex;
}

.walsh-heading-small-alt {
  color: #0009;
  border: 1px solid #00000026;
  border-radius: 100px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Quicksand, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.25;
}

.walsh-price {
  border: 1px none var(--bleu);
  color: #2c2c2c;
  margin-bottom: 0;
  padding-top: .18em;
  padding-bottom: .18em;
  font-family: Quicksand, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: .8;
}

.walsh-pricing-inner-card {
  grid-row-gap: 2.5em;
  background-color: var(--relume-library-lite--rl-gray);
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2em;
  display: flex;
  position: relative;
}

.walsh-pricing-inner-card.premium {
  display: none;
}

.walsh-icon-check {
  height: 9px;
}

.walsh-button-orange {
  z-index: 5;
  background-color: var(--bleu);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 1.2em 35px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
}

.walsh-button-orange:hover {
  background-color: var(--gris-beige);
  color: var(--black);
}

.walsh-text-block {
  background-color: var(--bleu);
  color: #fff;
  border-radius: 20px;
  padding: 7px 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.walsh-center-wrapper-stretch {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.walsh-price-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 14px;
  display: flex;
}

.top-post-item {
  perspective: 2000px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.title-section-4 {
  justify-content: center;
  align-items: center;
  padding: 180px 30px 90px;
  display: flex;
}

.title-section-4.cc-detail {
  padding: 40px 0 0;
}

.mix {
  flex-wrap: wrap;
  align-content: stretch;
  align-items: stretch;
  width: 32%;
  margin-bottom: 15px;
  padding: 25px 0;
}

.content-1 {
  grid-column-gap: .75rem;
  grid-row-gap: 2rem;
  color: #001f58;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2rem;
  display: flex;
}

.section-container {
  flex: 1;
  width: 100%;
  max-width: 1280px;
  overflow: hidden;
}

.container1 {
  flex-wrap: wrap;
  place-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
}

.titre-h2ia-balise-titre {
  grid-row-gap: .75rem;
  text-align: center;
  flex-direction: row;
  align-items: center;
  display: block;
}

.posts-collection-list-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.title-heading {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #0f0f0f;
  text-align: left;
  text-transform: none;
  flex-direction: row;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.1em;
  overflow: visible;
}

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

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

.posts-wrapper.cc-top-post {
  justify-content: space-between;
  width: 100%;
}

.posts-collection-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  margin: 0;
  padding-top: 0;
  display: flex;
}

.text-span-48 {
  color: var(--blue);
}

.top-post {
  justify-content: center;
  align-items: center;
  padding: 40px 0 60px;
  display: flex;
}

.hover-link-wrapper {
  z-index: 100;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 9.25rem;
  height: 9.25rem;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  inset: auto 0 5vw auto;
}

.hover-link-wrapper.project-view-link {
  position: relative;
  bottom: auto;
  right: auto;
}

.hover-link-wrapper.project-view-link.top {
  width: 100%;
  height: 100%;
  font-family: Quicksand, sans-serif;
  position: absolute;
  inset: 0%;
}

.image-wrapper-2 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.name-4 {
  color: #0f0f0f;
  font-family: Quicksand, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 115%;
}

.info {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  display: flex;
}

.project-hover-link-wrapper-2 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
  inset: 0%;
}

.name {
  color: #484843;
  margin-bottom: -10px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 150%;
}

.card-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff;
  border-bottom-right-radius: 13px;
  border-bottom-left-radius: 13px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.description {
  color: var(--black);
  font-family: Quicksand, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

.image-copy {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  object-fit: cover;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 53rem;
  height: 30rem;
  display: flex;
}

.hover-link-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  letter-spacing: .1875rem;
  text-transform: uppercase;
  background-color: #fff0;
  border: .0625rem solid #f3f6fc;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  font-size: .6875rem;
  text-decoration: none;
  display: flex;
}

.ia-blog-post-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-5 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.info-5 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  display: flex;
}

.name-5 {
  color: #0f0f0f;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.name-6 {
  color: #484843;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 150%;
}

.ia-blog-post {
  background-color: #fff;
  border-radius: 5px;
}

.card-7 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff;
  border-bottom-right-radius: 13px;
  border-bottom-left-radius: 13px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  font-family: Quicksand, sans-serif;
  display: flex;
}

.description-10 {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

.heading-23 {
  color: var(--black);
  font-size: 4vh;
  line-height: 100%;
}

.paragraph-54, .heading-24, .paragraph-55 {
  color: var(--black);
}

.section-5 {
  z-index: 1;
  padding: 110px 60px;
  position: relative;
}

.section-5.mod--hero-2 {
  color: var(--relume-library-lite--rl-black);
  padding: 0;
}

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

.margin-bottom-4.margin-small {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.max-width-medium {
  width: 100%;
}

.gallery20_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.gallery20_mask {
  overflow: visible;
}

.heading-xxlarge {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-xxlarge.text-color-white {
  color: #fff;
  font-size: 2.5rem;
  line-height: 1;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xhuge {
  align-self: flex-end;
  width: 100%;
}

.padding-vertical.padding-large {
  border-radius: 13px;
  align-self: flex-end;
  width: 100%;
}

.max-width-large {
  width: 80%;
}

.gallery20_slide {
  border-radius: 13px;
  width: 100%;
  padding-bottom: 0;
  padding-right: 2rem;
}

.gallery20_arrow {
  background-color: #faf3f0;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
}

.gallery20_arrow.left {
  background-color: #faf3f0;
  right: 60px;
}

.section-services {
  padding-left: 0;
  padding-right: 0;
  font-family: Quicksand, sans-serif;
  overflow: hidden;
}

.service-1 {
  background-image: url('../images/Rectangle-12117.png'), url('../images/Examens.svg');
  background-position: 50% 100%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, 100%;
  background-attachment: scroll, scroll;
  border-radius: 13px;
  position: relative;
}

.service-4 {
  background-image: url('../images/Rectangle-12119.png'), url('../images/Masterclasses.svg');
  background-position: 50% 100%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, 100%;
  background-attachment: scroll, scroll;
  border-radius: 8px;
  position: relative;
}

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

.text-size-medium.text-color-white {
  color: #fff;
  font-size: 1.5rem;
}

.service-3 {
  background-image: url('../images/Rectangle-12118.png'), url('../images/Coaching.svg');
  background-position: 50% 100%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, 100%;
  border-radius: 13px;
  position: relative;
}

.gallery20_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 5rem;
}

.service-2 {
  background-image: url('../images/Rectangle-12120.png'), url('../images/Fiches-de-révision.svg');
  background-position: 50% 100%, 50% 30%;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, 100%;
  border-radius: 13px;
  position: relative;
}

.heading-xlarge-1 {
  color: var(--bleu);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.container-large-2 {
  border-radius: 13px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
}

.header-80vh {
  border-radius: 13px;
  align-items: center;
  height: 50vh;
  min-height: 100%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.page-padding {
  border-radius: 13px;
}

.wrapper-larger-4 {
  justify-content: center;
  align-items: center;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.gallery20_component {
  width: 50%;
  padding-bottom: 10vh;
}

.service-6 {
  background-image: url('../images/Rectangle-12120.png'), url('../images/Exercices-en-ligne.svg');
  background-position: 50% 100%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, 100%;
  border-radius: 13px;
  position: relative;
}

.section-r-gle {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.section-blue {
  overflow: visible;
}

.image-297 {
  width: 200px;
}

.div-block-37 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.grid-media-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: start;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  display: grid;
  position: relative;
}

.cta-buttons-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding-section-large {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.cta-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  background-color: #26262b;
  border: 1px solid #0000;
  border-radius: 3.75rem;
  align-items: center;
  padding: 1.25rem 2.25rem;
  font-size: 16px;
  text-decoration: none;
  transition: color .2s, border-color .2s;
  display: flex;
}

.cta-button:hover {
  border-color: var(--gris-beige);
  color: var(--white);
}

.cta-inner {
  background-image: linear-gradient(225deg, #0c4194, #0ab193);
  border-radius: .875rem;
  width: 100%;
  padding: 5rem 3rem;
}

.cta-component {
  background-image: linear-gradient(235deg, #386eec, #da447f);
  border-radius: 1rem;
  padding: 2px;
}

.heading-stlye-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading-stlye-h1.margin-bottom-20 {
  color: var(--relume-library-lite--rl-white);
  margin-bottom: 40px;
  font-family: Quicksand, sans-serif;
  font-size: 3rem;
}

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

.cta-content-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.padding-global-2 {
  width: 100%;
}

.grp6btn6coach {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
}

.hero__heading-6 {
  z-index: 9999;
  font-family: var(--header);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  margin-bottom: 20px;
  font-size: 5em;
  font-weight: 500;
  line-height: 100%;
  position: relative;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button-2:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.uui-icon-1x1-xsmall-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-pricing07_price {
  color: #101828;
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-pricing07_top-row-content {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.uui-pricing07_top-row {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
}

.uui-pricing07_row-lead-text {
  font-family: var(--header);
  color: #101828;
  font-size: 14px;
  font-weight: 500;
}

.uui-pricing07_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  align-items: stretch;
}

.uui-button-secondary-gray-2 {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-2:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.uui-button-secondary-gray-2:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f2f4f7;
}

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

.uui-max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-pricing07_heading-row {
  border: 1px solid #d3d3d3;
  margin-top: 2.5rem;
  padding: 1rem 1.5rem;
}

.uui-pricing07_feature {
  border: 1px solid #d3d3d3;
  padding: 1rem 1.5rem;
}

.uui-pricing07_row-content {
  text-align: center;
  border: 1px solid #d3d3d3;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.uui-text-size-medium-3 {
  font-family: var(--header);
  color: #475467;
  letter-spacing: normal;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-heading-xxsmall-2 {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-xxsmall-2.text-color-primary700 {
  font-family: var(--tetx-paragraphe);
}

.uui-padding-vertical-xhuge-8 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-pricing07_component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 2.5rem;
  display: flex;
}

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

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

.uui-pricing07_price-text {
  color: #475467;
  letter-spacing: normal;
  margin-left: .25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-pricing07_plans {
  width: 100%;
}

.uui-text-size-small {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-page-padding-10 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-pricing07_bottom-row-content {
  grid-row-gap: .75rem;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.uui-pricing07_heading-row-text {
  font-family: var(--header);
  color: var(--bleu);
  font-size: 20px;
  font-weight: 600;
}

.uui-pricing07_tabs-content {
  width: 100%;
}

.uui-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
}

.uui-space-medium-2 {
  width: 100%;
  min-height: 2rem;
}

.uui-pricing07_bottom-row {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  padding-top: 2rem;
}

.hover-link-wrapper-copy {
  z-index: 100;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 9.25rem;
  height: 9.25rem;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  inset: auto 0 5vw auto;
}

.hover-link-wrapper-copy.project-view-link-copy {
  position: relative;
  bottom: auto;
  right: auto;
}

.hover-link-wrapper-copy.project-view-link-copy.top-copy {
  position: absolute;
  inset: 33% 0% 0% 15%;
}

.section-colomn-copy {
  z-index: 1000;
  position: relative;
}

.section5 {
  z-index: 1;
  padding: 110px 60px;
  position: relative;
}

.section5.mod--hero {
  padding: 5vh 0;
  font-family: Quicksand, sans-serif;
}

.clients-grid-2, .clients-grid-3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 75%;
  display: grid;
}

.image-298 {
  width: 100px;
}

.grid-17 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  object-fit: cover;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  font-size: 14px;
  display: flex;
}

.brand_wrap-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #cecece;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem;
  display: grid;
}

.brand_wrap-2.capabilities_item-2 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  flex-flow: row;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.grid-16 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 7.14286%;
  display: flex;
}

.frame-135 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 76%;
  display: flex;
}

.brand_grid-text {
  width: 50%;
  margin-left: 100px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.card-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 100px 0 0;
  display: flex;
}

.card-8:hover {
  border-style: none;
}

._480 {
  max-width: 480px;
}

._480.sticky, ._480.sticky-copy {
  justify-content: center;
  width: 50%;
  display: flex;
  position: sticky;
  top: 120px;
}

.row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  max-width: 600px;
  padding-left: 0;
  display: flex;
}

.heading-h5 {
  letter-spacing: -.03em;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.features-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 160px;
  transition: all .3s;
  display: flex;
}

.text-default {
  font-size: 14px;
  font-weight: 300;
  line-height: 160%;
}

.container-13 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  display: flex;
}

.brand_content-2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  transform: translate(0);
}

.brand_container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: visible;
}

.grid-15 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.cta_headin {
  color: var(--black);
  text-align: left;
  letter-spacing: -1px;
  white-space: pre;
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  font-size: 56px;
  line-height: 110%;
}

.mac-book-2 {
  height: 100%;
  padding-top: 8rem;
  padding-bottom: 4rem;
}

.heading-xlarge-2 {
  color: var(--relume-library-lite--rl-black);
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

.section-process {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.wrapper {
  padding-bottom: 10vh;
}

.rich-text {
  font-family: var(--tetx-paragraphe);
}

.titre-article {
  font-size: 18px;
}

.paragraph-56 {
  color: var(--relume-library-lite--rl-black);
}

.liens-page-devneir-coach {
  text-decoration: none;
}

.image-299, .image-300 {
  width: 200px;
}

.bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19 {
  font-size: 20px;
}

.cta-buttons-2 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.capabilities_item-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.capabilities_item-2:hover {
  color: #e0e0e0;
  background-image: linear-gradient(45deg, #0c4194, #0ab193);
  border-color: #0d0d0d;
  transform: translate3d(0, 0, 1rem);
  box-shadow: 0 12px 24px -8px #0009;
}

.capabilities_item-2:focus {
  color: #f2f2f2;
  background-color: #1a1a1a;
  border-color: #0d0d0d;
  transform: translate3d(0, 0, 1rem);
  box-shadow: 0 12px 24px -8px #0009;
}

.bold-text-20 {
  color: var(--black);
}

.page-wrapper-3-copy {
  background-color: var(--white);
  color: #002c1d;
}

.page-wrapper-3-copy.u-minh-100vh {
  background-color: var(--bleu);
}

.page-wrapper-3-copy.u-minh-100vh-copy {
  background-color: #fff;
}

.h3_typo1-1 {
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 31px;
  font-weight: 700;
  line-height: 120%;
  display: none;
}

.text-navbar {
  font-family: var(--header);
  color: #1a1b1f;
  letter-spacing: .25px;
  text-transform: uppercase;
  white-space: pre;
  padding: 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.text-navbar:hover {
  color: #1a1b1fbf;
}

.text-navbar:focus-visible, .text-navbar[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.uui-navbar07_dropdown-link-list {
  grid-column-gap: 0rem;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-navbar07_icon-wrapper {
  color: #7f56d9;
  flex: none;
}

.image-87 {
  height: 2rem;
}

.uui-navbar07_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-navbar07_dropdown-link:hover {
  background-color: #eee;
}

.uui-navbar07_item-heading {
  color: #101828;
  margin-top: 0;
  margin-bottom: .25rem;
  font-weight: 600;
}

.uui-navbar07_dropdown-toggle {
  color: #475467;
  align-items: center;
  padding: 0 20px 0 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar07_dropdown-toggle:hover {
  color: #344054;
}

.uui-navbar07_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.uui-dropdown-icon {
  color: #0f0f0f;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.uui-navbar07_dropdown-list {
  box-shadow: 0 12px 1rem -.25rem #00000014, 0 .25rem .375rem -.125rem #10182808;
}

.uui-navbar07_dropdown-list.w--open {
  background-color: #fff;
  border: .0625rem solid #eaecf0;
  border-radius: .75rem;
  width: 20rem;
  padding: .75rem;
  right: -100%;
}

.hero__columns-gris {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.hero__heading-7 {
  z-index: 9999;
  font-family: var(--header);
  color: var(--relume-library-lite--rl-black);
  text-align: left;
  margin-bottom: 20px;
  font-size: 5em;
  font-weight: 500;
  line-height: 100%;
  position: relative;
}

.rl-text {
  color: var(--relume-library-lite--rl-black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.image-301 {
  width: 80%;
  max-width: 100%;
}

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

.image-302 {
  width: 25%;
}

.walsh-main-grid-2 {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-pricing-inner-card-2 {
  grid-row-gap: 2.5em;
  background-color: #12385014;
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 3em;
  display: flex;
  position: relative;
}

.text-block-1 {
  color: var(--gris);
  text-align: center;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
}

.text-block {
  color: var(--relume-library-lite--rl-white);
  text-align: left;
  font-size: 16px;
}

.text-block-23 {
  color: var(--gris);
  text-align: center;
  font-size: 16px;
}

.walsh-main-grid-3 {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.body-7 {
  font-family: Quicksand, sans-serif;
}

.rich-text-block-3 {
  color: #000;
  background-color: #0000;
}

.accordion-content-inner-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  max-width: 94%;
  margin-top: 20px;
  padding: 1rem;
  display: flex;
}

.icon-13 {
  color: var(--white);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dropdown-toggle {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.dropdown-list {
  border-bottom-left-radius: 5px;
}

.dropdown-list.w--open {
  border-bottom-right-radius: 5px;
}

.dropdown-list-2 {
  top: 10px;
}

.dropdown-list-2.w--open {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding-bottom: 10px;
  top: 60px;
}

.clients-grid-copy {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 75%;
  display: none;
}

.flex-block-5 {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.div-block-33 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid #36363680;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 60px;
  font-family: Quicksand, sans-serif;
  display: flex;
}

.cta_heading {
  z-index: 999;
  color: var(--black);
  text-align: left;
  font-size: 64px;
  font-weight: 700;
  line-height: 110%;
  position: relative;
  top: -52px;
}

.page-wrapper-1 {
  background-color: var(--white);
  width: 100%;
  height: 230vh;
  display: none;
  position: relative;
  top: -100px;
}

.rl-heading-style-h56 {
  color: var(--relume-library-lite--rl-black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.4;
}

.rl_testimonial1_component-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.uui-footer01_link-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  justify-content: center;
  place-items: center start;
  display: flex;
}

.uui-footer01_link-list-heading {
  color: #667085;
  letter-spacing: normal;
  margin-bottom: 1rem;
  font-size: .875rem;
  font-weight: 600;
}

.uui-footer01_social-link {
  color: var(--relume-library-lite--rl-white);
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer01_social-link:hover {
  color: #475467;
}

.uui-footer01_social-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--relume-library-lite--rl-white);
  margin-right: 0;
}

.text-block-24 {
  color: var(--relume-library-lite--rl-gray);
}

.accordion-trigger-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.accordion-item-title-2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}

.wreapper-padding-10vh {
  width: 100%;
  max-width: 1440px;
  padding-top: 15vh;
  padding-bottom: 10vh;
}

.walsh-price-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-photo-antoine {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.rl-container-large-2 {
  flex-flow: column;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.body-8, .body-9 {
  font-family: var(--tetx-paragraphe);
}

.paragraph-57 {
  color: var(--relume-library-lite--rl-black);
}

.body-10 {
  font-family: var(--tetx-paragraphe);
}

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

.titre-faq {
  width: 100%;
  padding-bottom: 20px;
}

.text-block-25 {
  font-size: 32px;
  line-height: 110%;
  text-decoration: underline;
}

.text-span-50, .text-span-51, .text-span-52 {
  text-decoration: underline;
}

.text-span-53, .text-span-54, .text-span-55, .text-span-56 {
  margin-left: 20px;
}

.image-303 {
  width: 1.5rem;
  max-width: 0%;
  height: 1.5rem;
}

.text-span-57 {
  color: var(--blue);
}

.bold-text-21 {
  font-size: 13px;
}

.text-block-28, .text-block-29, .text-block-36, .text-block-37, .text-block-38 {
  font-family: Quicksand, sans-serif;
  font-weight: 600;
}

.paragraph-58 {
  color: var(--relume-library-lite--rl-black);
}

.accordion-item-1 {
  cursor: pointer;
  border-radius: 32px;
  width: 100%;
  margin-bottom: 1.5rem;
  padding: 2rem;
  transition: padding-left .2s;
}

.accordion-item-1:hover {
  padding-left: 30px;
}

.f-footer-detail {
  color: #b5b5b5;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.image-app {
  width: 55%;
}

.image-app-2 {
  width: 50%;
  margin-top: 220px;
}

.brand_grid-text-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.img-absolute {
  position: absolute;
}

.image-cate-1 {
  width: 50%;
  display: block;
  position: relative;
  top: -43px;
  left: 353px;
}

.image-cate-2 {
  width: 60%;
  position: relative;
  top: -72px;
  left: 461px;
}

.image-cate-3 {
  z-index: 5;
  width: 40%;
  position: relative;
  top: -117px;
  left: 481px;
}

.image-cate-4 {
  width: 40%;
  display: block;
  position: relative;
  top: -53px;
  left: 359px;
}

.image-cate-5 {
  width: 40%;
  position: relative;
  top: -10px;
  left: 93px;
}

.image-304 {
  width: 120%;
  height: auto;
  margin-left: 60px;
  overflow: clip;
  box-shadow: 5px 2px 5px #0003;
}

.image-305 {
  width: 100%;
  overflow: clip;
}

.image-cate-6 {
  border-radius: 8px;
  width: 30%;
  position: relative;
  top: -9px;
  left: 343px;
}

.image-cate-7 {
  width: 30%;
  box-shadow: 0 2px 5px 0 var(--blue);
  border-radius: 8px;
  position: relative;
  top: 80px;
  left: 28px;
}

.image-cate-8 {
  width: 30%;
  box-shadow: 0 2px 5px 0 var(--blue);
  border-radius: 8px;
  display: block;
  position: relative;
  top: -10px;
  left: 208px;
}

.image-cate-10 {
  width: 60%;
  display: block;
  position: relative;
  top: -124px;
  left: 472px;
}

.div-block-276 {
  order: 1;
  width: 100%;
}

.section-blue-2 {
  overflow: visible;
}

.cta_heading-2 {
  color: var(--black);
  text-align: left;
  font-size: 44px;
  font-weight: 700;
  line-height: 110%;
}

.text-block-13 {
  color: var(--black);
  font-size: 24px;
  line-height: 110%;
}

.container-27 {
  text-align: left;
  width: 100%;
  max-width: 80%;
}

.button-16, .button-17 {
  background-color: var(--bleu);
  border-radius: 20px;
}

.container-28 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--relume-library-lite--rl-gray);
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1000px;
  font-family: Quicksand, sans-serif;
  text-decoration: none;
  display: flex;
}

.form {
  width: 400px;
}

.form-2 {
  width: 400px;
  font-size: 14px;
}

.heading-26 {
  color: var(--bleu);
  font-family: Quicksand, sans-serif;
  font-weight: 500;
}

.heading-27 {
  color: var(--relume-library-lite--rl-black);
  font-family: Quicksand, sans-serif;
  font-weight: 500;
}

.rich-text-block-4 {
  color: var(--black);
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.form-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: block;
}

.text-block-50 {
  text-align: left;
}

.button-18 {
  background-color: var(--bleu);
  border-radius: 20px;
}

.heading-28 {
  width: 100%;
  color: var(--bleu);
  text-align: center;
  font-size: 300%;
  line-height: 100%;
}

.text-block-51, .text-block-52 {
  display: block;
}

.form-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.form-block-3 {
  font-size: 14px;
}

.div-block-278 {
  display: block;
}

.youtube {
  border-radius: 0;
}

.bold-text-22, .bold-text-23 {
  color: var(--black);
}

.timeline-copy {
  white-space: nowrap;
  width: 200rem;
  padding-left: 100px;
  display: flex;
  position: relative;
}

.hero__heading-copy {
  z-index: 9999;
  font-family: var(--header);
  color: var(--relume-library-lite--rl-black);
  margin-bottom: 20px;
  font-size: 3.5em;
  font-weight: 500;
  line-height: 100%;
  position: relative;
}

.hero__heading-copy-2 {
  z-index: 9999;
  font-family: var(--header);
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
  line-height: 110%;
  position: relative;
}

.hero__heading-copy-copy {
  z-index: 9999;
  font-family: var(--header);
  color: var(--black);
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
  line-height: 28px;
  position: relative;
}

.image-306, .image-307, .image-308, .image-309, .image-310, .image-311, .image-312 {
  width: 20%;
}

.collone-icone-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  flex-flow: column;
  padding-left: 120px;
  font-family: Quicksand, sans-serif;
  display: flex;
}

.spacer-rem-2-copy {
  width: 100%;
  height: 3rem;
  color: var(--white);
  width: 100%;
  height: 4rem;
}

.div-block-279 {
  text-align: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.image-313 {
  width: 25%;
  margin-top: 10px;
}

.image-314, .image-315, .image-316, .image-317 {
  width: 40px;
  margin-top: 10px;
}

.image-234-copy {
  background-color: var(--relume-library-lite--rl-gray);
  border-radius: 999px;
  width: 60px;
  padding: 10px;
}

.image-318 {
  width: 20%;
}

.image-319 {
  width: 80%;
}

.code-embed-4 {
  text-align: right;
}

.hero__heading-3 {
  z-index: 9999;
  width: 100%;
  font-family: var(--header);
  color: var(--bleu);
  border-radius: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 2em;
  font-weight: 500;
  line-height: 100%;
  position: relative;
}

.accordion-content-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  max-width: 94%;
  margin-top: 20px;
  padding: 1rem;
  display: flex;
}

.heading-29, .heading-30, .heading-31, .heading-32 {
  color: #000;
}

.paragraph-59, .paragraph-60, .paragraph-61, .paragraph-62, .paragraph-63, .paragraph-64 {
  color: var(--relume-library-lite--rl-black);
}

.paragraph-65, .paragraph-66 {
  color: var(--black);
}

.rl-text-style-small-3 {
  color: #171918;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_blogpost1_text-divider-3 {
  color: #000;
  margin-left: .5rem;
  margin-right: .5rem;
}

.container-31 {
  text-align: left;
}

.rl_blogpost1_social-link-3 {
  color: #000;
  background-color: #f4f4f4;
  border-radius: 20px;
  padding: .25rem;
}

.rl_blogpost1_content-top-3 {
  background-color: #fff;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
}

.rich-text-block-5 {
  margin-top: 20px;
  font-family: Quicksand, sans-serif;
  font-size: 5%;
}

.rl_blogpost1_author-image-3 {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.rl_blogpost1_author-text-3 {
  color: #171918;
  font-family: Quicksand, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.image-320 {
  text-align: center;
  width: 100%;
  height: 20%;
  margin-top: 40px;
  padding-top: 0;
}

.section-10 {
  color: #171918;
  background-color: #fff;
}

.heading-33 {
  font-size: 50px;
}

.search {
  text-align: left;
  width: 100%;
}

.search-button {
  background-color: var(--bleu-spécial);
  width: 20%;
  height: 80%;
  margin-left: 220px;
}

.div-block-280 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.search-input {
  width: 140%;
}

.collection-list-wrapper-8 {
  text-align: center;
  margin-left: 0;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: .8;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: 0;
  display: grid;
}

.collection-item-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  display: block;
}

.button-19 {
  background-color: var(--bleu);
  border-radius: 20px;
  width: 89.864%;
  font-size: 12px;
}

.div-block-281 {
  text-align: left;
}

.dropdown-toggle-2 {
  width: 140%;
}

.link-13 {
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 115%;
  text-decoration: none;
}

.name-copy {
  color: var(--bleu);
  margin-bottom: -10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

.wreapper-padding-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1440px;
  display: none;
}

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

.flex-block.inverser {
  border-radius: 20px;
  flex-flow: wrap;
}

.shadow-two-2 {
  text-align: right;
  width: 100%;
  height: 80%;
  text-decoration: none;
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.margin-bottom-24px-2 {
  width: 100%;
  margin-bottom: 24px;
  padding-top: 5px;
}

.text-block-53 {
  color: #132fd1;
}

.link-14 {
  color: #171918;
  padding-top: 5px;
  padding-bottom: 10px;
  font-size: 1.5rem;
  line-height: 1.2;
}

.div-block-283 {
  width: 160%;
  padding-left: 10px;
}

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

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ffc44d;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.hero-split-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding-right: 220px;
  display: grid;
}

.div-block-284 {
  text-align: right;
}

.text-block-53-copy {
  color: #132fd1;
}

.rl-text-style-small-3-copy {
  color: #171918;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_blogpost1_social-link-4 {
  color: #000;
  background-color: #f4f4f4;
  border-radius: 20px;
  padding: .25rem;
}

.rl_blogpost1_author-text-4 {
  color: #171918;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_blogpost1_author-image-4 {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.rl_blogpost1_text-divider-4 {
  color: #000;
  margin-left: .5rem;
  margin-right: .5rem;
}

.rl-text-style-small-4 {
  color: #171918;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_blogpost1_content-top-4 {
  background-color: #fff;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.section-4-copy {
  z-index: 1;
  padding: 110px 60px;
  position: relative;
}

.section-4-copy.mod--hero, .section-4-copy.mod--hero-copy {
  padding: 0;
}

.form-content---brix-copy {
  border-top: 1px solid #d9dbe9;
  padding-top: 64px;
  padding-bottom: 80px;
  overflow: visible;
}

.multi-step-form-label---brix-copy {
  color: #170f49;
  border-radius: 16px;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.multi-step-form-label---brix-copy.no-margin---brix {
  z-index: 40;
  color: var(--black);
  margin-bottom: 0;
  position: relative;
}

.multi-step-form-label---brix-copy.no-margin---brix-copy {
  z-index: 40;
  width: 100%;
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  position: relative;
}

.link-block-4 {
  z-index: 5;
  width: 100%;
  height: 100px;
  color: var(--bleu);
  text-align: center;
  cursor: pointer;
  border: 2px #0000;
  border-radius: 16px;
  line-height: 1.2;
  text-decoration: none;
  transition: all .35s, border-color .35s;
  position: absolute;
  inset: 0%;
  box-shadow: 0 2px 6px 1px #0003;
}

.container-32 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1000px;
  height: 100%;
  display: grid;
}

.link-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--relume-library-lite--rl-gray);
  text-align: center;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 95%;
  height: 100px;
  text-decoration: none;
  transition: border-color .35s;
  display: flex;
  box-shadow: 0 2px 6px 1px #0003;
}

.div-block-286 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-55 {
  text-align: center;
  width: 50%;
  font-family: Quicksand, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.text-span-58 {
  text-decoration: none;
}

.div-block-281-copy, .div-block-281-copy-copy, .div-block-281-copy-copy-copy {
  text-align: left;
}

.dropdown-link, .dropdown-list-3 {
  display: block;
}

.section-4-copy-2 {
  z-index: 1;
  padding: 110px 60px;
  position: relative;
}

.section-4-copy-2.mod--hero, .section-4-copy-2.mod--hero-copy-2 {
  padding: 0;
}

.posts-wrapper-copy {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.posts-wrapper-copy.cc-top-post {
  justify-content: space-between;
  width: 100%;
}

.search-button-2 {
  background-color: var(--bleu);
}

.container-33 {
  margin-bottom: 40px;
}

.admin-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  height: 100vh;
  padding-top: 20px;
  display: flex;
}

.admin-sidebar {
  background-color: var(--relume-library-lite--rl-gray);
  width: 250px;
  height: 100%;
  padding-left: 20px;
}

.admin-nav-link {
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding-bottom: 10px;
  text-decoration: none;
}

.sidebar-nav-container {
  flex-flow: column;
  padding-top: 20px;
  padding-right: 20px;
  font-family: Quicksand, sans-serif;
  display: flex;
}

.admin-content {
  flex: auto;
  margin-left: -10px;
  overflow: auto;
}

.heading-34 {
  margin-top: 0;
  font-family: Quicksand, sans-serif;
}

.section-11, .utilisateurs-tab {
  padding-left: 20px;
}

.tab-link-tab-2, .tab-link-tab-1, .tab-link-tab-1.w--current {
  width: 15%;
}

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

.tab-link-tab-3, .tab-link-tab-4 {
  width: 15%;
}

.tab-link-tab-5 {
  width: 11.755%;
}

.text-block-57, .text-block-58, .text-block-59, .text-block-60, .text-block-61 {
  text-align: center;
}

.dashboard-tab, .contenus-tab, .candidatures-tab, .r-mun-rations-tab {
  padding-left: 20px;
}

.user-table-header {
  margin-top: 20px;
  padding-top: 0;
  display: flex;
}

.text-block-62 {
  padding-right: 60px;
}

.text-block-63 {
  padding-right: 200px;
}

.container-34 {
  text-align: center;
  margin-top: 60px;
}

.text-block-64 {
  text-align: center;
  margin-top: 220px;
  font-family: Quicksand, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.text-block-65 {
  text-align: center;
  margin-top: 10px;
  font-family: Quicksand, sans-serif;
}

.chiffre-copy {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(286deg, #0c4096, #0ab193);
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  display: block;
  overflow: visible;
}

.chiffre-copy._4 {
  color: var(--blue);
  text-align: center;
}

.image-321 {
  max-width: 60%;
}

.dropdown-toggle-3 {
  border-radius: 10px;
  box-shadow: 0 2px 5px #0003;
}

.text-block-66 {
  font-family: Quicksand, sans-serif;
}

.select-field {
  border-radius: 10px;
  font-family: Quicksand, sans-serif;
}

.code-embed-5 {
  padding-top: 20px;
}

.text-block-67 {
  font-size: 11px;
}

.multi-step-form-label3 {
  color: var(--relume-library-lite--rl-black);
  border-radius: 16px;
  margin-bottom: 16px;
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.multi-step-form-label3.no-margin---brix {
  z-index: 40;
  width: 100%;
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  position: relative;
}

.multi-step-form-label---brix1-copy {
  color: var(--relume-library-lite--rl-black);
  border-radius: 16px;
  margin-bottom: 16px;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.multi-step-form-label---brix1-copy.no-margin---brix {
  z-index: 40;
  width: 100%;
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  position: relative;
}

.multi-step-form-label5 {
  color: var(--relume-library-lite--rl-black);
  border-radius: 16px;
  margin-bottom: 16px;
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.multi-step-form-label5.no-margin---brix {
  z-index: 40;
  width: 100%;
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  position: relative;
}

.multi-step-form-label2 {
  color: var(--relume-library-lite--rl-black);
  border-radius: 16px;
  margin-bottom: 16px;
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.multi-step-form-label2.no-margin---brix {
  z-index: 40;
  width: 100%;
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  position: relative;
}

.multi-step-form-label4 {
  color: var(--relume-library-lite--rl-black);
  border-radius: 16px;
  margin-bottom: 16px;
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.multi-step-form-label4.no-margin---brix {
  z-index: 40;
  width: 100%;
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  position: relative;
}

.textarea-copy {
  border: 1px solid var(--bleu);
  border-radius: 13px;
  height: 200px;
  margin-top: 20px;
  padding-bottom: 206px;
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  overflow: hidden;
}

.sticky-lock-scroll-copy {
  z-index: 1;
  padding-left: 40px;
  position: sticky;
  top: 20vh;
}

.bold-text-24 {
  font-family: Quicksand, sans-serif;
}

.image-322 {
  border-radius: 20px;
  width: 100%;
}

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

.container-36 {
  text-align: center;
  padding-top: 10px;
  font-family: Quicksand, sans-serif;
}

.text-block-68 {
  font-size: 20px;
  font-weight: 600;
}

.text-block-68-copy {
  font-size: 12px;
  font-weight: 400;
}

.container-36-copy {
  text-align: center;
  padding-top: 0;
  font-family: Quicksand, sans-serif;
}

.section-13 {
  text-align: center;
  padding-top: 60px;
}

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

.container-37 {
  color: var(--black);
}

.section-15 {
  padding-top: 40px;
}

.header__nav-link-copy {
  color: var(--black);
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.header__nav-link-copy:hover {
  color: #181f25;
}

.chiffre-2 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(286deg, #0c4096, #0ab193);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  display: block;
  overflow: visible;
}

.chiffre-2._4 {
  color: var(--blue);
  text-align: center;
}

.chiffre1 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(286deg, #0c4096, #0ab193);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  display: block;
  overflow: visible;
}

.chiffre1._4 {
  color: var(--blue);
  text-align: center;
}

.walsh-list-flex-off2-copy._7 {
  display: none;
}

.walsh-list-flex-off2-copy {
  color: #9191918a;
  text-align: left;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  text-decoration: line-through;
  display: flex;
}

.walsh-list-flex-off2-copy._1 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
}

@media screen and (min-width: 1280px) {
  .card-hover-item, .fixed-navbar-2, .card-hover-item-2 {
    padding: 0;
  }

  .section-histoire {
    background-color: var(--gris-beige);
  }

  .accordion-item-2, .faq-tab-pane-inner-2 {
    width: 100%;
  }

  .content-1 {
    background-color: #0000;
  }

  .name-4 {
    color: #0f0f0f;
  }

  .image-5 {
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
  }

  .name-5 {
    color: #0f0f0f;
  }

  .ia-blog-post {
    background-color: #fff0;
  }

  .accordion-item-1 {
    width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .hero__columns {
    height: 60vh;
  }

  .hero__heading {
    font-size: 4em;
  }

  .hero__col.mod--1 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 40px;
    display: flex;
  }

  .container-padding {
    display: flex;
  }

  .eb-padding-vertical-xlarge {
    width: 100%;
  }

  .image-28 {
    width: 50%;
  }

  .vs-2xl {
    font-size: 18px;
  }

  .arrow-wrapper-timeline {
    font-size: 20px;
  }

  .wvs-navbar {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .fixed-navbar-2 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .card {
    background-position: 50%;
    background-size: cover;
  }

  .h4 {
    font-size: 1.5rem;
  }

  .text-size-large.text-weight-semibold {
    text-align: center;
  }

  .capabilities_item-content-2, .capabilities_item {
    justify-content: flex-start;
    align-items: center;
  }

  .div-bull-partenaire {
    font-size: 18px;
  }

  .text-block-16 {
    text-align: center;
    font-size: 22px;
  }

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

  .rl-container-large {
    max-width: 100%;
  }

  .rl_team8_item.relative {
    top: 0;
  }

  .slider---brix {
    max-width: 100%;
  }

  .walsh-center-wrapper-stretch {
    width: 351px;
  }

  .section-container {
    width: 100%;
    max-width: 100%;
  }

  .container1 {
    max-width: 100%;
  }

  .top-post {
    width: 100%;
  }

  .service-3 {
    background-size: 100%, cover;
  }

  .service-2 {
    background-position: 50% 100%, 50% 30%;
  }

  .header-80vh {
    height: 60vh;
  }

  .brand_content-2 {
    grid-row-gap: 32px;
  }

  .capabilities_item-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .hero__columns-gris {
    height: 60vh;
  }

  .rl-container-large-2 {
    max-width: 100%;
  }

  .hero__heading-copy {
    font-size: 4em;
  }

  .hero__heading-3 {
    width: 100%;
    font-size: 3em;
  }

  .image-321 {
    width: 50%;
  }

  .section-12 {
    padding-top: 20px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .container-38 {
    width: 351px;
  }
}

@media screen and (min-width: 1920px) {
  .featuresection {
    margin-top: auto;
  }

  .featuresection.center {
    padding-left: 0%;
    padding-right: 0%;
  }

  .nav-inner {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .feature-content.icons {
    width: 28%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link {
    object-fit: fill;
    border: 1px #0000;
    font-size: 20px;
  }

  .hero-content {
    margin-left: 0;
    margin-right: 140px;
  }

  .feature-wrap.icons {
    margin-left: 20vw;
    margin-right: 20vw;
  }

  .feature-wrap.icons.numbers {
    width: 60vw;
  }

  .nav-menu-2 {
    margin-left: auto;
    padding-left: 200px;
  }

  .nav-menu-2:hover {
    border: 1px #000;
  }

  .price1 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-18 {
    background-color: #eaeaea;
    margin-left: 0;
  }

  .div-block-19 {
    width: 100%;
    padding-left: 20%;
    padding-right: 20%;
  }

  .div-block-21 {
    width: 50%;
  }

  .heading-9 {
    font-family: Exo, sans-serif;
  }

  .hero__circles {
    justify-content: flex-start;
    align-items: center;
    padding-left: 100px;
  }

  .hero__col.mod--2 {
    justify-content: flex-start;
    align-items: center;
  }

  .background-video {
    width: 75%;
    left: 113px;
  }

  .eb-blog {
    max-width: 1400px;
  }

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

  .h3_typo1-3 {
    font-size: 45px;
  }

  .wink-container-large-3 {
    max-width: 80vw;
  }

  .capabilities_item {
    margin-top: 2px;
  }

  .notre-mission {
    padding-bottom: 5rem;
  }

  .walsh-text-small {
    font-size: 18px;
  }

  .posts-collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-wrapper-2 {
    width: 100%;
    height: 50.2612%;
  }

  .image-copy {
    height: 100%;
  }

  .ia-blog-post-2 {
    display: flex;
  }

  .image-5 {
    height: 100%;
  }

  .service-6 {
    background-image: url('../images/Rectangle-12120.png'), url('../images/Exercices-en-ligne.svg');
  }

  .grid-17 {
    width: 50%;
  }

  .brand_wrap-2.capabilities_item-2 {
    margin-top: 0;
  }

  .capabilities_item-2 {
    margin-top: 2px;
  }

  .text-navbar {
    font-size: 18px;
  }

  .image-301 {
    width: 80%;
    max-width: 100%;
  }

  .img-absolute {
    width: 100%;
    height: 100%;
  }

  .image-cate-10 {
    width: 60%;
    top: -123px;
    left: 554px;
  }

  .wreapper-padding-8 {
    max-width: 100%;
  }

  .image-321 {
    width: 45%;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .featuresection.center {
    flex-direction: column;
    height: auto;
    padding-top: 15vh;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
  }

  .nav {
    width: 100vw;
  }

  .nav-inner {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .feature-content.icons {
    flex-direction: column;
    align-items: center;
    width: auto;
    margin-bottom: 50px;
  }

  .nav-link {
    color: var(--black);
    padding-top: 20px;
  }

  .nav-link:hover {
    box-shadow: none;
  }

  .hero-content {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap {
    width: 80%;
    margin-top: 0;
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap.icons {
    flex-direction: column;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .feature-wrap.icons.numbers {
    flex-direction: row;
  }

  .number {
    font-size: 50px;
  }

  .menu-icon {
    color: var(--orchid\<deleted\|variable-0ed6d820\>);
    font-size: 40px;
  }

  .menu-icon:active {
    color: var(--white);
  }

  .menu-button {
    z-index: 100;
  }

  .menu-button.w--open {
    background-color: #0000;
    margin-left: 0;
    position: relative;
    inset: 0% 0% auto auto;
  }

  .nav-menu-2 {
    background-color: var(--lavender-blush\<deleted\|variable-15d05afc\>);
    min-width: 240px;
    height: 100vh;
    padding: 70px 20px 0;
    position: absolute;
    inset: 0% 0% auto;
  }

  .brand {
    padding-left: 0;
  }

  .downloadbutton {
    width: 45%;
    margin-right: 0;
  }

  .div-block-14 {
    justify-content: space-between;
    margin-bottom: 50px;
  }

  .pricing {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .price1 {
    border-color: var(--lavender-blush\<deleted\|variable-15d05afc\>);
    width: 100%;
    margin-bottom: 50px;
  }

  .priceheading {
    font-size: 50px;
  }

  .div-block-18 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-19 {
    flex-direction: column;
    margin-top: 0;
  }

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

  .rl-heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .rl_blogpost1_spacing-block-7-2 {
    padding-bottom: 2.5rem;
  }

  .rl_blogpost1_spacing-block-5-2 {
    padding-bottom: 3.5rem;
  }

  .rl_blogpost1_content-2 {
    margin-bottom: 3rem;
  }

  .rl_blogpost1_spacing-block-4-2 {
    padding-bottom: 3.5rem;
  }

  .rl_blogpost1_image-wrapper-2 {
    padding-top: 56.25%;
  }

  .rl_blogpost1_spacing-block-3-2 {
    padding-bottom: 4.5rem;
  }

  .rl_blogpost1_spacing-block-2-2 {
    padding-bottom: 2.5rem;
  }

  .hero__columns {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .header__col.mod--3 {
    display: none;
  }

  .hero__col.mod--2 {
    margin-left: 10px;
  }

  .section-4.mod--hero {
    padding-bottom: 0;
  }

  .text-span {
    font-size: 1.2em;
  }

  .wreapper-padding {
    padding-top: 5vh;
  }

  .bold-text-8, .timeline-month {
    font-size: 24px;
  }

  .footer2 {
    padding-bottom: 80px;
  }

  .frame-1000001015 {
    height: auto;
  }

  .columns-3 {
    flex-direction: column;
    align-items: center;
  }

  .image-cover-link {
    height: 10rem;
  }

  .info-4 {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 1rem;
  }

  .card-6 {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .home-work {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 13rem;
  }

  .description-9 {
    margin-top: 1rem;
  }

  .name-3 {
    line-height: 110%;
  }

  .eb-footer06_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .eb-footer06_newsletter-wrapper {
    justify-content: space-between;
    margin-top: 0;
    display: flex;
  }

  .eb-padding-vertical-xlarge {
    padding-top: 0;
    padding-bottom: 3.5rem;
  }

  .background-video {
    transform: none;
  }

  .text-letter._7 {
    background-image: url('../images/1630333659401-1.jpg');
  }

  .cta_heading-5 {
    font-size: 3rem;
    line-height: 100%;
  }

  .sous-text-3 {
    width: 90%;
  }

  .section-colomn {
    top: -200px;
  }

  .tripple-grid {
    grid-row-gap: 36px;
    grid-template-columns: 1fr 1fr;
  }

  .block-gauche {
    top: 80px;
  }

  .large-heading-2 {
    font-size: 2em;
  }

  .image-28 {
    width: 100%;
    margin-left: 40px;
    margin-right: 40px;
  }

  .text-block-11 {
    line-height: 40px;
  }

  .image-29 {
    padding: 5px;
  }

  .timeline {
    width: 162rem;
    padding-left: 0;
  }

  .item-timeline {
    width: 27rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-right: 10rem;
  }

  .vs-2xl {
    grid-row-gap: 2.5rem;
  }

  .wrapper-container {
    padding-left: 0;
    padding-right: 4rem;
  }

  .sticky-lock-scroll {
    top: 20px;
  }

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

  .section-7.is-timeline {
    padding-top: 4rem;
  }

  .clients-grid {
    place-items: start center;
    width: 90%;
  }

  .clients-image-two {
    width: 75%;
  }

  .clients-image-two._1, .clients-image-two._2, .clients-image-two._3, .clients-image-two._4 {
    width: 100px;
  }

  .image-234, .image-123, .image-292 {
    padding: 5px;
  }

  .flex-block-4 {
    padding-top: 0;
  }

  .c-navbar_social {
    padding-top: 1.6em;
  }

  .f-navigation-menu {
    background-color: #fff;
    border-radius: 21px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 0;
    padding: 0;
    display: block;
  }

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

  .nav-container {
    grid-template-columns: auto 1fr;
    height: 65px;
    display: flex;
  }

  .f-navigation-content-2 {
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    display: block;
  }

  .icon-12 {
    color: #000;
    font-size: 30px;
  }

  .nav-left {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-color: #fff;
    border-top-style: none;
    border-radius: 21px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 4rem 2rem 2rem;
    top: 250px;
  }

  .f-navigation-container {
    border-radius: 9999px;
  }

  .brand-2 {
    border-left-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .brand-2.w--current {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .f-navigation-menu-button {
    padding: 10px;
  }

  .f-navigation-menu-button.w--open {
    z-index: 99999;
    background-color: #c8c8c800;
    top: -200px;
  }

  .wvs-margin {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
  }

  .header__col-2.mod--3 {
    display: block;
  }

  .padding-section-1-5rem, .section-8, .section-8.u-pb-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .splide__slide {
    width: 33%;
  }

  .card {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .u-img-cover {
    object-position: 50% 50%;
    inset: 18% auto auto 0%;
  }

  .h4 {
    font-size: 1rem;
  }

  .absolute-titre {
    padding-top: .5rem;
  }

  .timeline_progress {
    margin-left: -3px;
  }

  .chiffre3 {
    padding-right: 20px;
    font-size: 32px;
  }

  .timeline_progress-overlay-top {
    left: 0;
  }

  .h3_typo1-1-copy-3 {
    font-size: 24px;
  }

  .presence {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: hidden;
  }

  .h3_typo1-3 {
    font-size: 30px;
  }

  .grid-media {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .le-text-1-le-text-6 {
    font-size: 15px;
  }

  .bold-text-2-copy {
    font-size: 62px;
  }

  .wink-container-large-3 {
    max-width: 90vw;
    height: 100%;
  }

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

  .capabilities_component-2 {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .capabilities_item {
    min-height: 15rem;
    margin-left: 80px;
    padding: 2rem;
  }

  .cta_heading-dos-2 {
    text-align: center;
  }

  .wrapper-larger-2 {
    margin-top: 5vh;
  }

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

  .rl_team8_item.bis, .rl_team8_item.relative {
    padding: 0;
  }

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

  .rl_team8_list {
    grid-column-gap: 2rem;
  }

  .multi-step-form-block---brix {
    width: 100%;
  }

  .multi-step-form-radio-trigger---brix {
    padding-left: 64px;
    padding-right: 24px;
    font-size: 16px;
  }

  .slider---brix {
    width: 100%;
    max-width: 100%;
  }

  .multi-step-form---brix {
    width: 100%;
  }

  .wrapper-larger-1 {
    margin-bottom: 5vh;
  }

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

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl_pricing11_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.75rem;
  }

  .rl-heading-style-h1 {
    font-size: 3.25rem;
  }

  .walsh-pricing-inner-card-featured {
    align-items: center;
  }

  .walsh-main-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .walsh-container {
    flex: 0 auto;
    width: auto;
  }

  .walsh-pricing-inner-card {
    align-items: center;
  }

  .walsh-icon-check {
    margin-right: 0;
  }

  .walsh-button-orange {
    padding: 18px 40px;
  }

  .walsh-button-orange:hover {
    background-color: #80808033;
  }

  .top-post-item {
    flex-wrap: wrap;
  }

  .title-section-4.cc-detail {
    padding-top: 150px;
  }

  .container1 {
    flex-flow: column;
    align-items: center;
  }

  .title-heading {
    font-size: 3rem;
  }

  .hover-link-wrapper.project-view-link.top {
    width: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
  }

  .hover-link-2 {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-style: solid;
    border-radius: 100%;
    width: 100px;
    height: 100px;
  }

  .section-5.mod--hero-2 {
    padding-bottom: 0;
  }

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

  .heading-xxlarge {
    font-size: 3.25rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xhuge {
    padding-top: 0;
    padding-bottom: 0;
  }

  .gallery20_slide {
    width: 100%;
  }

  .service-1, .service-4, .service-3, .service-2 {
    background-size: auto, 200%;
  }

  .heading-xlarge-1 {
    font-size: 2.4rem;
  }

  .header-80vh {
    height: 50vh;
  }

  .service-6 {
    background-size: auto, 200%;
  }

  .image-297 {
    width: 70px;
  }

  .div-block-37 {
    width: 100%;
    height: 100%;
  }

  .grid-media-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .heading-stlye-h1.margin-bottom-20 {
    font-size: 3rem;
    line-height: 1;
  }

  .cta-content-wrapper {
    max-width: 100%;
  }

  .uui-padding-vertical-xhuge-8 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .hover-link-wrapper-copy.project-view-link-copy.top-copy {
    position: absolute;
  }

  .section5.mod--hero {
    padding-bottom: 0;
  }

  .clients-grid-2, .clients-grid-3 {
    place-items: start center;
  }

  .grid-17 {
    object-fit: contain;
  }

  .brand_wrap-2 {
    grid-template-columns: 1fr .5fr;
  }

  .brand_wrap-2.capabilities_item-2, .grid-16, .frame-135 {
    flex-flow: column;
  }

  .card-8 {
    padding: 10px;
  }

  ._480.sticky, ._480.sticky-copy {
    padding-left: 0;
  }

  .features-2 {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .brand_content-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .heading-xlarge-2 {
    font-size: 2.4rem;
  }

  .capabilities_item-2 {
    min-height: 15rem;
    padding: 2rem;
  }

  .h3_typo1-1 {
    font-size: 24px;
    display: none;
  }

  .text-navbar {
    padding-left: 5px;
    padding-right: 5px;
  }

  .uui-navbar07_dropdown-link-list {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-navbar07_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .uui-navbar07_dropdown-link {
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .uui-navbar07_dropdown-link:hover {
    background-color: #0000;
  }

  .uui-navbar07_dropdown-toggle {
    color: #101828;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar07_dropdown-toggle:hover {
    color: #101828;
  }

  .uui-dropdown-icon {
    color: #667085;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto 60%;
  }

  .uui-navbar07_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .uui-navbar07_dropdown-list.w--open {
    width: auto;
    box-shadow: none;
    border-style: none;
    border-color: #0000;
    padding: 0;
  }

  .hero__columns-gris {
    grid-template-columns: 1fr .5fr;
  }

  .hero__heading-7 {
    width: 99.9999%;
    font-size: 4em;
  }

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

  .image-301 {
    max-width: 100%;
  }

  .div-block-38 {
    justify-content: flex-end;
    align-items: center;
  }

  .walsh-main-grid-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .walsh-pricing-inner-card-2 {
    align-items: center;
  }

  .walsh-main-grid-3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .clients-grid-copy {
    place-items: start center;
    width: 90%;
  }

  .cta_heading {
    text-align: center;
  }

  .wreapper-padding-10vh {
    padding-top: 5vh;
  }

  .image-app-2 {
    margin-top: 0;
  }

  .brand_grid-text-2 {
    width: 100%;
    margin-left: 0;
  }

  .image-cate-3 {
    left: 314px;
  }

  .image-cate-4 {
    top: -66px;
    left: 193px;
  }

  .image-cate-6 {
    left: 314px;
  }

  .image-cate-8, .image-cate-10 {
    top: -66px;
    left: 193px;
  }

  .timeline-copy {
    width: 162rem;
    padding-left: 0;
  }

  .image-234-copy {
    padding: 5px;
  }

  .hero__heading-3 {
    width: 100%;
    font-size: 2em;
  }

  .wreapper-padding-8 {
    padding-top: 5vh;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .container-30 {
    max-width: 728px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .section-4-copy.mod--hero, .section-4-copy.mod--hero-copy, .section-4-copy-2.mod--hero, .section-4-copy-2.mod--hero-copy-2 {
    padding-bottom: 0;
  }

  .chiffre-copy {
    padding-right: 20px;
    font-size: 32px;
  }

  .image-321 {
    width: 100%;
    max-width: 100%;
  }

  .sticky-lock-scroll-copy {
    top: 20px;
  }

  .chiffre-2, .chiffre1 {
    padding-right: 20px;
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .feature-content.icons {
    text-align: left;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-content.icons.numbers {
    flex: none;
    align-items: center;
    width: 50%;
  }

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

  .feature-wrap {
    flex-direction: row;
  }

  .feature-wrap.icons {
    flex-flow: wrap;
    display: block;
  }

  .feature-wrap.icons.numbers {
    display: flex;
  }

  .footer-link {
    margin-bottom: 10px;
    display: inline-block;
  }

  .menu-icon {
    font-size: 30px;
  }

  .nav-menu-2 {
    background-color: var(--lavender-blush\<deleted\|variable-15d05afc\>);
  }

  .downloadbutton {
    width: 45%;
    margin-right: 0;
  }

  .div-block-14 {
    justify-content: space-between;
  }

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

  .rl-heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .rl_blogpost1_divider-2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .rl_blogpost1_spacing-block-7-2 {
    padding-bottom: 2rem;
  }

  .rl_blogpost1_spacing-block-6-2 {
    padding-bottom: 1rem;
  }

  .rl-heading-style-h6-2 {
    font-size: 1.125rem;
  }

  .rl_blogpost1_spacing-block-5-2 {
    padding-bottom: 2.5rem;
  }

  .rl_blogpost1_content-2 {
    margin-bottom: 2rem;
  }

  .rl_blogpost1_spacing-block-4-2 {
    padding-bottom: 2.5rem;
  }

  .rl_blogpost1_spacing-block-3-2 {
    padding-bottom: 3rem;
  }

  .rl_blogpost1_spacing-block-2-2 {
    padding-bottom: 2rem;
  }

  .rl_blogpost1_spacing-block-1-2 {
    padding-bottom: 1.25rem;
  }

  .hero__columns {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10vh;
  }

  .hero__circle-wrap.mod--1, .hero__circles {
    width: 100%;
  }

  .overflow-hidden {
    overflow: visible;
  }

  .hero__heading {
    margin-top: 40px;
  }

  .hero__col.mod--1 {
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero__col.mod--2 {
    width: 90%;
  }

  .section-4.mod--hero {
    padding-bottom: 0;
  }

  .c-text-1 {
    font-size: 16px;
    line-height: 28px;
  }

  .timeline-month {
    font-size: 22px;
  }

  .accordion-item-title {
    max-width: 70%;
  }

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

  .titre-2-le-titre-h2 {
    line-height: 110%;
  }

  .collection-item-2 {
    flex-direction: column-reverse;
    padding-right: 0;
    display: flex;
  }

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

  .sous-titre-1 {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

  .collection-list-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .info-4 {
    padding-bottom: 3rem;
  }

  .image-wrapper-3 {
    flex-direction: column;
  }

  .eb-footer06_top-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .eb-footer06_newsletter-wrapper {
    border-bottom-style: none;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
    padding-bottom: 0;
  }

  .eb-footer06_link:hover {
    color: #667085;
  }

  .eb-footer06_bottom-wrapper {
    margin-top: 3rem;
  }

  .eb-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .eb-text-size-small-2.text-color-gray500 {
    color: #667085;
  }

  .text-wrapper {
    width: 100%;
  }

  .text-letter.c-text-1, .text-letter._2, .text-letter._3, .text-letter._4, .text-letter._5, .text-letter._6, .text-letter._7 {
    min-width: 100px;
  }

  .cta_heading-5 {
    font-size: 3rem;
  }

  .tripple-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .wrapper-larger {
    margin-bottom: 5vh;
  }

  .spacer-rem-2 {
    height: 2rem;
  }

  .section-block {
    flex-flow: column;
  }

  .block-gauche {
    width: 100%;
    position: static;
  }

  .block-droit {
    width: 100%;
  }

  .image-28 {
    object-fit: contain;
    width: 65%;
  }

  .div-block {
    flex-flow: column;
  }

  .arrow-timeline {
    display: none;
  }

  .item-timeline {
    margin-right: 0;
    padding: 0 0 2rem 4rem;
  }

  .wrapper-container {
    padding-left: 0;
    padding-right: 0;
  }

  .arrow-wrapper-timeline {
    height: 2rem;
  }

  .progress-timeline {
    width: 100%;
    left: 0;
  }

  .container-19 {
    flex-flow: column;
    padding-top: 40px;
  }

  .global-svg {
    display: block;
  }

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

  .section-7.is-timeline {
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .section-mac {
    display: flex;
  }

  .clients-grid {
    grid-column-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    margin-top: 15px;
  }

  .clients-image-two._1, .clients-image-two._2 {
    width: 75px;
    height: 75px;
  }

  .clients-image-two._3 {
    width: 75px;
    height: 75px;
    box-shadow: 8px 6px 5px 0 var(--rouge);
  }

  .clients-image-two._4 {
    width: 75px;
    height: 75px;
  }

  .bold-text-9 {
    line-height: 110%;
  }

  .div-horieontal-static {
    width: 100%;
    padding-bottom: 0;
  }

  .f-navigation-menu {
    border: 1px solid #dbdbdb29;
    top: 220.914px;
    left: -60px;
  }

  .nav-container {
    grid-column-gap: 18px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .wvs-navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .fixed-navbar-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-left {
    border: 1px #5050504a;
  }

  .wvs-padding, .f-navigation-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .brand-2 {
    padding: 0;
    font-size: 18px;
  }

  .card-hover-item-2 {
    width: 100%;
  }

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

  .margin-bottom.margin-2rem {
    margin-bottom: 0;
  }

  .tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-15 {
    font-size: 14px;
  }

  .tabs-menu {
    box-sizing: border-box;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    overflow: clip;
  }

  .section-8 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .splide__slide {
    width: 50%;
  }

  .h4 {
    font-size: 1.3rem;
  }

  .absolute-titre {
    padding-top: .5rem;
  }

  .timeline_progress {
    margin-left: 0;
    inset: 0% auto auto 2.5em;
  }

  .frame-1000001139 {
    padding-bottom: 0;
    display: block;
  }

  .chiffre3 {
    display: block;
  }

  .timeline_grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 5em 1fr;
  }

  .timeline_dot {
    width: 20px;
    height: 20px;
  }

  .timeline_progress-overlay-top {
    background-image: linear-gradient(#0a227d 18%, #0a227d00);
    left: 0;
  }

  .timeline_item-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .timeline_item-wrap.is-hidden-mobile {
    display: none;
  }

  .le-text-1-le-text-3 {
    text-align: center;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#0c4096, #0ab193);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 36px;
    font-weight: 600;
    line-height: 110%;
  }

  .cta_heading-56 {
    line-height: 110%;
  }

  .wreapper-padding-2 {
    padding-bottom: 10vh;
  }

  .frame-1000001154 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 40px;
  }

  .grid-media {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .bold-text-2-copy.heading-4-copy {
    font-size: 44px;
    line-height: 44px;
  }

  .wink-container-large-3 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .text-span-10 {
    font-size: 44px;
    line-height: 44px;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

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

  .capabilities_component-2 {
    flex-flow: column;
    display: flex;
  }

  .capabilities_item-content-2 {
    justify-content: center;
    align-items: flex-start;
  }

  .capabilities_item {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2rem;
  }

  .text-footer {
    width: 90%;
  }

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

  .cta_heading-dos-2 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .accordion-item-2 {
    width: 100%;
  }

  .faq-tab-pane-inner-2 {
    padding: 30px 0;
  }

  .spacer-4rem {
    height: 2rem;
  }

  .wrapper-larger-2 {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .hero__heading-2 {
    margin-top: 40px;
  }

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

  .rl_testimonial1_spacing-block-2 {
    padding-bottom: .75rem;
  }

  .rl-heading-style-h5 {
    font-size: 1.25rem;
  }

  .rl_testimonial1_spacing-block-1 {
    padding-bottom: 1.5rem;
  }

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

  .rl_team8_spacing-block-4 {
    padding-bottom: 1.25rem;
  }

  .rl_team8_image-wrapper {
    height: 100%;
  }

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

  .rl_team8_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

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

  .rl_team8_spacing-block-1, .rl_team8_spacing-block-5 {
    padding-bottom: .75rem;
  }

  .rl_team8_name-3 {
    font-size: 1.125rem;
  }

  .wreapper-padding-4, .wreapper-padding-6 {
    padding-bottom: 10vh;
  }

  .cta_headin8 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 36px;
    line-height: 110%;
  }

  .multi-step-form-block---brix {
    min-height: auto;
  }

  .form-content---brix {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .first-step-grid---brix {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .first-step-grid---brix.uniform-space---brix {
    grid-row-gap: 24px;
  }

  .steps-bar---brix {
    justify-content: space-between;
    padding-bottom: 24px;
  }

  .form-step-progress-bar---brix {
    display: none;
  }

  .slide---brix {
    padding-bottom: 8px;
  }

  .form-step-progress-bar-mobile---brix {
    border-radius: 500px;
    width: auto;
    max-width: 100%;
    display: flex;
  }

  .form-step-progress-bar-mobile---brix.full-bar---brix {
    background-color: var(--bleu);
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .form-step-progress-bar-mobile---brix.step-3---brix {
    background-color: var(--bleu);
    width: 80%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .form-step-progress-bar-mobile---brix.step-1---brix {
    background-color: var(--bleu);
    width: 22%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .form-step-progress-bar-mobile---brix.step-2---brix {
    background-color: var(--bleu);
    width: 50%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .multi-step-form-button---brix {
    top: 990px;
  }

  .multi-step-form-button---brix.right---brix {
    right: -32px;
  }

  .multi-step-form-button---brix.right---brix.preview-page {
    top: 960px;
  }

  .multi-step-form-button---brix.left---brix {
    left: -32px;
  }

  .multi-step-form-button---brix.left---brix.preview-page {
    top: 960px;
  }

  .submit-content-wrapper---brix {
    margin-top: 32px;
  }

  .multi-step-form---brix {
    padding-bottom: 48px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .multi-step-form-error-message---brix {
    margin-top: 170px;
  }

  .form-step-number---brix {
    margin-left: 10px;
    margin-right: 10px;
  }

  .steps-bar-wrapper--brix {
    flex-direction: column;
    padding-bottom: 32px;
    display: flex;
  }

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

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl_pricing11_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_pricing11_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl_pricing11_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_pricing11_spacing-block-6 {
    padding-bottom: 1.5rem;
  }

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

  .rl-heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl-heading-style-h6 {
    font-size: 1.125rem;
  }

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

  .rl_pricing11_spacing-block-8 {
    padding-bottom: 1.5rem;
  }

  .rl-heading-style-h1 {
    font-size: 2.5rem;
  }

  .rl_pricing11_spacing-block-7 {
    padding-bottom: 1.25rem;
  }

  .rl_pricing11_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hero__col-copy.mod--1-copy {
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-pricing-inner-card {
    padding-left: 2em;
    padding-right: 2em;
  }

  .walsh-button-orange {
    width: 100%;
    font-size: 16px;
  }

  .walsh-price-wrapper {
    width: 100%;
  }

  .title-section-4 {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .title-section-4.cc-detail {
    padding-top: 20px;
  }

  .mix {
    width: 100%;
  }

  .content-1 {
    margin-bottom: 0;
  }

  .title-heading {
    font-size: 3rem;
  }

  .text-span-48 {
    color: var(--blue);
  }

  .top-post {
    flex-flow: row;
    margin-top: 0;
    padding-top: 40px;
  }

  .hover-link-wrapper {
    display: none;
  }

  .hover-link-wrapper.project-view-link {
    display: flex;
  }

  .hover-link-2 {
    border-style: solid;
    border-radius: 9999%;
  }

  .ia-blog-post-2 {
    flex-flow: column;
  }

  .image-5 {
    overflow: clip;
  }

  .text-block-18, .text-block-19 {
    font-size: 1rem;
  }

  .heading-23 {
    font-size: 4vh;
    line-height: 100%;
  }

  .section-5.mod--hero-2 {
    padding-bottom: 0;
  }

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

  .heading-xxlarge {
    font-size: 2.5rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .gallery20_slide {
    padding-right: 1.5rem;
  }

  .gallery20_arrow.left {
    right: 3.5rem;
  }

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

  .heading-xlarge-1 {
    font-size: 2.25rem;
  }

  .gallery20_component {
    width: 85%;
  }

  .grid-media-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .cta-buttons-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    width: 100%;
  }

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

  .cta-button {
    justify-content: center;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .cta-inner {
    padding-left: 2rem;
    padding-right: 2rem;
    overflow: hidden;
  }

  .heading-stlye-h1 {
    font-size: 2.5rem;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .grp6btn6coach {
    flex-flow: column;
  }

  .hero__heading-6 {
    margin-top: 40px;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-pricing07_price {
    font-size: 2.25rem;
  }

  .uui-button-secondary-gray-2 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-2:hover {
    color: #344054;
    background-color: #fff;
  }

  .uui-pricing07_feature {
    width: 11rem;
  }

  .uui-pricing07_row-content {
    width: 5rem;
    min-width: 100%;
  }

  .uui-heading-xxsmall-2 {
    font-size: 1.125rem;
  }

  .uui-padding-vertical-xhuge-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-pricing07_component {
    margin-top: 2rem;
  }

  .uui-pricing07_plans {
    display: block;
  }

  .uui-page-padding-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-space-medium-2 {
    min-height: 1.5rem;
  }

  .hover-link-wrapper-copy {
    display: none;
  }

  .hover-link-wrapper-copy.project-view-link-copy {
    display: flex;
  }

  .section5.mod--hero {
    padding-bottom: 0;
  }

  .clients-grid-2 {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr;
    margin-top: 15px;
  }

  .clients-grid-3 {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    margin-top: 15px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .brand_wrap-2.capabilities_item-2 {
    border-radius: 13px;
  }

  .brand_grid-text {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._480 {
    max-width: none;
    margin-bottom: 40px;
  }

  ._480.sticky, ._480.sticky-copy {
    margin-bottom: 0;
  }

  .features-2 {
    padding-bottom: 60px;
  }

  .brand_content-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .brand_container-2 {
    width: 100%;
  }

  .cta_headin {
    line-height: 110%;
  }

  .heading-xlarge-2 {
    font-size: 2.25rem;
  }

  .cta-buttons-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    width: 100%;
  }

  .h3_typo1-1 {
    display: block;
  }

  .text-navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .uui-navbar07_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .uui-navbar07_dropdown-toggle {
    font-size: 1rem;
  }

  .hero__columns-gris {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10vh;
    display: flex;
  }

  .hero__heading-7 {
    margin-top: 40px;
  }

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

  .image-301 {
    max-width: 70%;
  }

  .div-block-38 {
    justify-content: center;
    align-items: center;
  }

  .walsh-main-grid-2 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .text-block-1 {
    font-size: 20px;
  }

  .text-block-23 {
    font-size: 14px;
  }

  .walsh-main-grid-3 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .clients-grid-copy {
    grid-column-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    margin-top: 15px;
  }

  .cta_heading {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .rl-heading-style-h56 {
    font-size: 1.25rem;
  }

  .uui-footer01_social-link:hover {
    color: #667085;
  }

  .accordion-item-title-2 {
    max-width: 70%;
  }

  .walsh-price-2, .accordion-item-1 {
    width: 100%;
  }

  .brand_grid-text-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-cate-1 {
    width: 50%;
    top: -39px;
  }

  .image-cate-2 {
    width: 40%;
    top: -84px;
  }

  .image-cate-3 {
    top: -119px;
    left: 282px;
  }

  .image-cate-4 {
    top: -49px;
  }

  .image-cate-5 {
    top: -64px;
  }

  .image-cate-6 {
    top: -119px;
    left: 282px;
  }

  .image-cate-7 {
    top: -64px;
  }

  .image-cate-8, .image-cate-10 {
    top: -49px;
  }

  .div-block-276 {
    order: -1;
  }

  .cta_heading-2 {
    font-size: 40px;
  }

  .text-block-13 {
    font-size: 20px;
  }

  .hero__heading-copy, .hero__heading-copy-2, .hero__heading-copy-copy {
    margin-top: 40px;
  }

  .spacer-rem-2-copy {
    height: 2rem;
  }

  .hero__heading-3 {
    margin-top: 40px;
  }

  .hero-split-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-4-copy.mod--hero, .section-4-copy.mod--hero-copy {
    padding-bottom: 0;
  }

  .form-content---brix-copy {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .section-4-copy-2.mod--hero, .section-4-copy-2.mod--hero-copy-2 {
    padding-bottom: 0;
  }

  .chiffre-copy {
    display: block;
  }

  .image-321 {
    width: 65%;
  }

  .chiffre-2, .chiffre1 {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h3 {
    font-size: 16px;
  }

  .featuresection.center {
    padding-bottom: 10vh;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-inner {
    width: 100vw;
  }

  .feature-content {
    width: auto;
  }

  .feature-content.icons.numbers {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button {
    width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 5px;
  }

  .hero-content {
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap {
    flex-direction: column;
  }

  .footer {
    border-radius: 0 0 20px 20px;
  }

  .number {
    font-size: 40px;
  }

  .downloadbutton {
    width: 100%;
    margin-bottom: 20px;
  }

  .div-block-14 {
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 30px;
  }

  .rl-padding-section-large-2 {
    padding-bottom: 0;
  }

  .rl_blogpost1_author-image-wrapper-2 {
    width: 19.6066%;
  }

  .rl_blogpost1_author-wrapper-2 {
    margin-bottom: 1rem;
  }

  .rl_blogpost1_tag-list-2 {
    justify-content: flex-start;
  }

  .rl_blogpost1_tag-list-wrapper-2 {
    width: 100%;
  }

  .rl_blogpost1_share-wrapper-2 {
    width: 100%;
    margin-bottom: 2rem;
  }

  .rl_blogpost1_content-bottom-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .rl_blogpost1_content-2 {
    margin-bottom: 0;
  }

  .rl_blogpost1_content-top-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero__columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    line-height: 15px;
  }

  .hero__circle-wrap.mod--1 {
    width: 100%;
    height: 25vh;
    line-height: 15px;
  }

  .hero__circles {
    width: 100%;
    height: 120%;
    line-height: 15px;
  }

  .main-2 {
    overflow: visible;
  }

  .overflow-hidden {
    text-align: left;
  }

  .content {
    line-height: 20px;
  }

  .hero__heading {
    font-size: 44px;
  }

  .hero__col.mod--1 {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero__col.mod--2 {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    line-height: 15px;
  }

  .section-4.mod--hero {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 20px;
  }

  .wreapper-padding {
    padding-top: 0;
    line-height: 20px;
  }

  .body-18-regular {
    font-size: 16px;
  }

  .time-line-content {
    width: 100%;
    padding-bottom: 40px;
  }

  .time-line-item-inner {
    flex-direction: column;
  }

  .timeline-month {
    font-size: 20px;
  }

  .spacer_8rem {
    height: 4rem;
  }

  .accordion-trigger {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .accordion-title {
    font-size: 38px;
  }

  .open-close-icon-wrapper {
    width: 14px;
    min-height: 14px;
  }

  .accordion-content-inner {
    width: 100%;
    padding-left: 0;
  }

  .accordion-item-title {
    max-width: 100%;
    font-size: 18px;
  }

  .accordion-content {
    text-align: left;
    width: 100%;
  }

  .sous-text-2 {
    text-align: center;
    width: 100%;
    font-size: 20px;
  }

  .titre-2-le-titre-h2 {
    text-align: center;
    width: 100%;
    margin-top: 0;
    font-size: 46px;
    line-height: 40px;
  }

  .columns-3 {
    margin-top: 0;
  }

  .sous-titre-1 {
    padding-bottom: 0;
  }

  .info-4 {
    width: 100%;
  }

  .card-6 {
    padding-bottom: 2rem;
  }

  .name-2 {
    font-family: Montserrat, sans-serif;
    font-size: 22px;
  }

  .image-wrapper-3 {
    opacity: 1;
    text-align: center;
    border: 1px #000;
    align-items: flex-start;
    padding-right: 0;
  }

  .description-9 {
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
  }

  .name-3 {
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
  }

  .eb-footer06_top-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .eb-footer06_newsletter-wrapper {
    display: flex;
  }

  .eb-footer06_link {
    font-weight: 400;
  }

  .eb-footer06_bottom-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .eb-padding-vertical-xlarge {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .eb-text-size-small-2.text-color-gray500 {
    color: var(--white);
  }

  .page-wrapper {
    z-index: 2;
    margin-top: 100px;
    display: none;
  }

  .section-6 {
    padding-top: 220px;
  }

  .text-letter._2 {
    background-image: url('../images/11.png');
  }

  .text-letter._4 {
    background-image: url('../images/3.png');
  }

  .text-letter._7 {
    background-image: url('../images/1630333659401-1.jpg');
  }

  .cta_heading-5 {
    font-size: 2rem;
    line-height: 100%;
  }

  .sous-text-3 {
    width: 100%;
    font-size: 1.1rem;
  }

  .section-colomn {
    top: -100px;
  }

  .tripple-grid {
    grid-template-columns: 1fr;
    width: 100%;
    margin-bottom: 36px;
  }

  .eb-blog {
    margin-top: 0;
  }

  .wrapper-larger {
    margin-bottom: 0;
  }

  .spacer-rem-2 {
    height: 3rem;
    padding-top: 0;
  }

  .section-block {
    flex-flow: column;
  }

  .block-gauche {
    width: 100%;
    position: static;
    top: 0;
  }

  .block-droit {
    width: 100%;
  }

  .large-heading-2 {
    width: 100%;
    font-size: 2em;
    line-height: 110%;
  }

  .div-block-28 {
    width: 100%;
  }

  .div-block-29 {
    width: 100%;
    height: 20rem;
    overflow: visible;
  }

  .image-28 {
    width: 120%;
    height: 140%;
    margin-left: 0;
    margin-right: 0;
    overflow: auto;
  }

  .div-block {
    flex-flow: column;
  }

  .timeline {
    width: 110rem;
  }

  .item-wrapper-timeline._1 {
    padding-right: 40px;
  }

  .item-timeline {
    width: 18rem;
  }

  .vs-2xl {
    width: 100%;
  }

  .wrapper-container {
    padding-left: 0;
    padding-right: 0;
  }

  .sticky-lock-scroll {
    top: 100px;
  }

  .container-19 {
    padding-top: 0;
  }

  .section-7.is-timeline {
    padding-top: 0;
    padding-bottom: 10rem;
  }

  .clients-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    display: none;
  }

  .clients-image-two._1, .clients-image-two._2, .clients-image-two._3, .clients-image-two._4 {
    width: 75px;
    height: 75px;
  }

  .div-block-32 {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .bold-text-9 {
    font-size: 2rem;
  }

  .div-horieontal-static {
    width: 100%;
  }

  .f-navigation-menu {
    color: #000;
    border-top-left-radius: 21px;
    border-top-right-radius: 21px;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
  }

  .nav-container {
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: center;
    margin: 0;
  }

  .f-navigation-content-2 {
    color: #000;
  }

  .wvs-navbar {
    margin-top: 10px;
  }

  .fixed-navbar-2 {
    padding-top: 10px;
  }

  .nav-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-radius: 21px;
    order: 1;
    padding: 4rem 1rem 1rem;
    top: 80px;
    left: 0;
    overflow: visible;
  }

  .wvs-padding {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .f-navigation-container {
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand-2 {
    padding-left: 0;
    line-height: 1;
  }

  .f-navigation-menu-button {
    border-radius: 5px;
  }

  .f-navigation-menu-button.w--open {
    top: 0;
  }

  .wvs-margin {
    padding: 0;
  }

  .padding-section-1-5rem {
    padding-top: 2rem;
  }

  .page-wrapper-2 {
    padding-bottom: 0;
  }

  .tab-link, .tab-link.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-15 {
    font-size: 14px;
  }

  .tabs-menu {
    box-sizing: content-box;
    grid-template-rows: auto;
    overflow: auto;
  }

  .section-8 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .splide__slide {
    margin-right: 0;
  }

  .card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .u-aspect-1x1 {
    aspect-ratio: 1 / 1.2;
  }

  .h4 {
    margin-top: 0;
    font-size: 14px;
    font-weight: 700;
  }

  .absolute-titre {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    display: block;
  }

  .absolute-titre-2 {
    padding-top: .5rem;
  }

  .grp-mac-book {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-text-icon {
    place-items: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .timeline_progress {
    left: 2em;
  }

  .frame-1000001139 {
    object-fit: fill;
    flex: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .chiffre3 {
    text-align: center;
    padding-right: 0;
    font-size: 37px;
    line-height: 110%;
  }

  .chiffre3._4 {
    text-align: left;
  }

  .titre-1-le-titre {
    height: 100%;
    padding-bottom: 0;
  }

  .timeline_track-wrap {
    margin-top: 0;
    margin-bottom: 0;
  }

  .timeline_grid {
    grid-column-gap: .5em;
    grid-template-columns: 4em 1fr;
  }

  .timeline_dot {
    width: 1.2rem;
    height: 1.2rem;
  }

  .h3_typo1-1-copy-3 {
    margin-top: 0;
    margin-left: 5px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
  }

  .div-block-35 {
    align-items: center;
    width: 100%;
    display: flex;
  }

  .le-text-1-le-text-3 {
    text-align: left;
    padding-top: 0;
    font-size: 40px;
    font-weight: 700;
  }

  .cta_heading-56 {
    font-size: 2rem;
  }

  .titre-2-le-titre {
    text-align: left;
    font-size: 35px;
    line-height: 35px;
    display: block;
    position: static;
  }

  .h3_typo1-3 {
    width: 100%;
    font-size: 30px;
    display: inline;
  }

  .text-entreprise-2 {
    padding-left: 0;
  }

  .frame-1000001154 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .grid-media {
    align-self: auto;
    display: flex;
    position: static;
  }

  .le-text-1-le-text-6 {
    flex: 0 auto;
    align-self: auto;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 110%;
    display: block;
  }

  .bold-text-2-copy {
    font-size: 44px;
  }

  .bold-text-2-copy.heading-4-copy {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 32px;
    line-height: 105%;
    display: flex;
  }

  .wink-container-large-3 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .text-span-10 {
    display: block;
  }

  .h3_typo1-4 {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 6px;
    padding-left: 0;
    font-size: 30px;
  }

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

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

  .capabilities_item-content-2 {
    justify-content: center;
    align-items: center;
  }

  .capabilities_item {
    justify-content: center;
    align-items: center;
    margin-left: 30px;
  }

  .notre-mission {
    padding-top: 8rem;
  }

  .text-footer {
    width: 100%;
  }

  .div-bull-partenaire {
    justify-content: space-between;
    align-items: center;
  }

  .text-block-16, .text-block-17 {
    text-align: center;
  }

  .hero__columns-qui {
    flex-flow: column;
    padding-top: 5vh;
  }

  .accordion-paragraph-2 {
    width: 100%;
  }

  .cta_heading-dos-2 {
    text-align: center;
    width: 288px;
    font-size: 30px;
  }

  .accordion-item-2 {
    width: 97%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .faq-tab-pane-inner-2 {
    text-align: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 40px 0 16px;
  }

  .wreapper-padding-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-larger-2 {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .cta_heading-dos-1 {
    text-align: left;
    font-size: 30px;
  }

  .hero__heading-2 {
    font-size: 36px;
  }

  .rl-padding-section-large {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

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

  .wreapper-padding-6 {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .cta_headin8 {
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
    line-height: 1.2;
  }

  .paragraph-53 {
    font-size: 24px;
    line-height: 110%;
  }

  .multi-step-form-radio-trigger---brix {
    text-align: left;
    white-space: nowrap;
    padding-left: 60px;
    padding-right: 16px;
    font-size: 16px;
    line-height: 1.5;
  }

  .multi-step-form-text-field---brix.email-icon---brix, .multi-step-form-text-field---brix.company-icon---brix, .multi-step-form-text-field---brix.name-icon---brix, .multi-step-form-text-field---brix.phone-icon---brix {
    width: 100%;
  }

  .multi-step-form-label---brix1 {
    font-size: 16px;
  }

  .multi-step-form-label---brix1.no-margin---brix {
    font-size: 14px;
  }

  .first-step-grid---brix {
    margin-bottom: 32px;
  }

  .first-step-grid---brix.uniform-space---brix {
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .steps-bar---brix {
    justify-content: space-between;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .form-step-progress-bar---brix {
    display: none;
  }

  .form-step-progress-bar-mobile---brix {
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .form-step-progress-bar-mobile---brix.full-bar---brix {
    width: 100%;
  }

  .form-step-progress-bar-mobile---brix.step-3---brix {
    width: 78%;
  }

  .form-step-progress-bar-mobile---brix.step-1---brix {
    width: 25%;
  }

  .multi-step-form-button---brix {
    font-size: 16px;
  }

  .multi-step-form-button---brix.right---brix {
    display: block;
    position: static;
    right: auto;
  }

  .multi-step-form-button---brix.left---brix {
    margin-bottom: 12px;
    display: block;
    position: static;
    left: auto;
  }

  .multi-step-form---brix {
    padding-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .multi-step-form-error-message---brix {
    margin-top: 32px;
  }

  .step-title---brix {
    padding-left: 0;
    font-size: 18px;
  }

  .step-paragraph---brix {
    padding-left: 0;
    font-size: 14px;
  }

  .section-form2 {
    margin-left: 0;
  }

  .hero__col-copy.mod--1-copy {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .recaptcha {
    overflow: visible;
  }

  .walsh-pricing-inner-card-featured {
    padding: 30px 20px 40px;
  }

  .walsh-text-small {
    font-size: 13px;
  }

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

  .walsh-container {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-list-flex-off2 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .walsh-list-flex {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 16px;
  }

  .walsh-list-wrapper {
    font-family: var(--header);
  }

  .walsh-heading-small-alt {
    text-align: center;
    width: 150px;
    font-family: Quicksand, sans-serif;
    font-size: 1.5em;
    font-weight: 700;
  }

  .walsh-price {
    font-size: 25px;
  }

  .walsh-pricing-inner-card {
    padding: 30px 20px 40px;
  }

  .walsh-icon-check {
    margin-bottom: 0;
  }

  .walsh-button-orange {
    justify-content: center;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .walsh-center-wrapper-stretch {
    font-size: 18px;
  }

  .title-section-4 {
    padding-top: 135px;
  }

  .title-section-4.cc-detail {
    display: block;
  }

  .content-1 {
    margin-top: 0;
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .title-heading {
    margin-top: 10px;
    margin-left: 10px;
    font-size: 2.1rem;
    line-height: 1.1;
  }

  .top-post {
    padding-bottom: 30px;
    display: none;
  }

  .hover-link-wrapper.project-view-link.top {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 0 0 0;
  }

  .image-wrapper-2 {
    opacity: 1;
    text-align: center;
    border: .0625rem #000;
    align-items: flex-start;
    padding-right: 0;
  }

  .name-4 {
    color: #0f0f0f;
    font-size: 1.125rem;
  }

  .info {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .name {
    font-size: 110%;
  }

  .card-2 {
    border-radius: 20px;
  }

  .description {
    text-align: justify;
    flex-flow: row;
    flex: 0 auto;
    width: 100%;
    font-size: 100%;
    display: flex;
  }

  .image-copy {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .hover-link-2 {
    flex: 1;
    order: 0;
    max-width: 100px;
  }

  .ia-blog-post-2 {
    display: block;
  }

  .info-5 {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .name-5 {
    color: #0f0f0f;
    font-size: 1.125rem;
  }

  .name-6 {
    font-size: 1.375rem;
  }

  .card-7 {
    border-radius: 20px;
  }

  .description-10 {
    text-align: justify;
    flex-flow: row;
    flex: 0 auto;
    font-size: .9375rem;
    display: flex;
  }

  .heading-23 {
    font-size: 3vh;
  }

  .section-5.mod--hero-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .margin-bottom-4.margin-small {
    margin-top: 0;
  }

  .heading-xxlarge.text-color-white {
    font-size: 2rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xhuge {
    padding-top: 0;
  }

  .gallery20_slide {
    width: 100%;
  }

  .section-services {
    position: relative;
    top: -50px;
  }

  .service-1, .service-4 {
    background-size: auto, 750px;
  }

  .text-size-medium.text-color-white {
    font-size: 18px;
    line-height: 100%;
  }

  .service-3, .service-2 {
    background-size: auto, 750px;
  }

  .heading-xlarge-1 {
    margin-top: 0;
    font-size: 1.5rem;
  }

  .header-80vh {
    height: 40vh;
  }

  .wrapper-larger-4 {
    padding-top: 10vh;
    line-height: 20px;
  }

  .gallery20_component {
    width: 100%;
  }

  .service-6 {
    background-size: auto, 750px;
  }

  .grid-media-2 {
    align-self: auto;
    display: flex;
    position: static;
  }

  .padding-section-large {
    padding-top: 0;
  }

  .cta-button {
    width: 100%;
    padding-bottom: 1rem;
  }

  .cta-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading-stlye-h1.margin-bottom-20 {
    font-size: 25px;
  }

  .cta-content-wrapper {
    max-width: 100%;
  }

  .padding-global-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .grp6btn6coach {
    flex-flow: column;
  }

  .hero__heading-6 {
    font-size: 56px;
  }

  .uui-pricing07_top-row-content {
    width: 4rem;
    min-width: 100%;
  }

  .uui-pricing07_top-row {
    grid-column-gap: 10px;
    grid-template-columns: .5fr 1fr 1fr 1fr;
  }

  .uui-pricing07_row-lead-text {
    white-space: break-spaces;
    font-weight: 500;
    line-height: 16px;
  }

  .uui-pricing07_heading-row {
    margin-top: 0;
  }

  .uui-pricing07_feature {
    width: 6rem;
    min-width: 100%;
    padding: .5rem;
  }

  .uui-pricing07_empty-space {
    width: 26%;
  }

  .uui-pricing07_row-content {
    width: 4rem;
    min-width: 100%;
    padding-left: 0;
    padding-right: 10px;
  }

  .uui-text-size-medium-3 {
    font-size: 12px;
    line-height: 100%;
  }

  .uui-heading-xxsmall-2.text-color-primary700 {
    font-size: 1rem;
  }

  .hover-link-wrapper-copy.project-view-link-copy.top-copy {
    z-index: 0;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 7rem;
    height: 7rem;
    padding: 0;
    top: 15%;
    bottom: auto;
    left: 33%;
  }

  .hero__heading-copy {
    font-size: 36px;
  }

  .section5.mod--hero {
    padding-top: 0;
    padding-bottom: 0;
  }

  .clients-grid-2, .clients-grid-3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .grid-17 {
    width: 100%;
    display: block;
  }

  .brand_wrap-2.capabilities_item-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand_grid-text {
    padding-top: 0;
    padding-bottom: 0;
  }

  ._480.sticky, ._480.sticky-copy {
    margin-bottom: 0;
  }

  .row {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .heading-h5 {
    font-size: 24px;
    font-weight: 400;
  }

  .text-default {
    font-size: 16px;
  }

  .brand_content-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .brand_container-2 {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

  .cta_headin {
    padding-bottom: 10px;
    font-size: 1.5rem;
  }

  .heading-xlarge-2 {
    width: 120%;
    margin-bottom: 0;
    font-size: 25px;
  }

  .wrapper {
    text-align: left;
  }

  .bold-text-16 {
    font-weight: 500;
  }

  .cta-buttons-2 {
    padding-bottom: 10px;
  }

  .h3_typo1-1 {
    margin-top: 0;
    margin-left: 5px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
  }

  .text-navbar, .text-navbar.w--current {
    font-size: 16px;
  }

  .uui-navbar07_dropdown-link {
    padding-left: 0;
  }

  .uui-dropdown-icon {
    left: 75%;
  }

  .hero__columns-gris {
    flex-flow: column;
    padding-bottom: 5vh;
  }

  .hero__heading-7 {
    font-size: 35px;
  }

  .rl-text {
    font-size: 15px;
  }

  .image-301 {
    width: 100%;
    max-width: 80%;
  }

  .image-302 {
    width: 40%;
  }

  .walsh-main-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-pricing-inner-card-2 {
    padding: 30px 20px 40px;
  }

  .text-block-1 {
    text-align: center;
    padding-bottom: 0;
  }

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

  .walsh-main-grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .absolute-titre {
    padding-top: .25rem;
  }

  .accordion-content-inner-2 {
    max-width: 100%;
  }

  .dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .clients-grid-copy {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 15rem;
    margin-top: 0;
    display: flex;
  }

  .slider {
    background-color: #ddd0;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 100%;
    display: flex;
  }

  .div-block-33 {
    height: 24rem;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .mask {
    width: 100%;
    height: 13rem;
  }

  .slide {
    height: 13rem;
  }

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

  .cta_heading {
    text-align: center;
    font-size: 56px;
  }

  .page-wrapper-1 {
    display: block;
  }

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

  .accordion-trigger-2 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .accordion-item-title-2 {
    max-width: 100%;
    font-size: 18px;
  }

  .wreapper-padding-10vh {
    padding-top: 0;
  }

  .div-photo-antoine {
    order: 1;
  }

  .text-block-26, .text-block-27, .text-block-28, .text-block-29, .text-block-30, .text-block-31, .text-block-32, .text-block-33, .text-block-34, .text-block-35, .text-block-36 {
    font-family: Quicksand, sans-serif;
  }

  .text-block-37 {
    text-align: center;
    font-family: Quicksand, sans-serif;
  }

  .text-block-38, .text-block-39, .text-block-40, .text-block-41, .text-block-42, .text-block-43, .text-block-44, .text-block-45, .text-block-46, .text-block-47, .text-block-48, .text-block-49 {
    font-family: Quicksand, sans-serif;
  }

  .accordion-item-1 {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-app {
    width: 100%;
    margin-bottom: 20px;
  }

  .image-app-2 {
    width: 100%;
  }

  .brand_grid-text-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding: 0 40px 0 20px;
  }

  .image-cate-1 {
    top: -46px;
    left: 131px;
  }

  .image-cate-2 {
    top: -96px;
    left: 104px;
  }

  .image-cate-3 {
    top: -108px;
    left: 171px;
  }

  .image-cate-4 {
    top: -52px;
    left: 103px;
  }

  .image-cate-5 {
    left: 32px;
  }

  .image-304 {
    width: 100%;
    height: auto;
  }

  .image-cate-6 {
    top: -108px;
    left: 171px;
  }

  .image-cate-7 {
    left: 32px;
  }

  .image-cate-8, .image-cate-10 {
    top: -52px;
    left: 103px;
  }

  .div-block-276 {
    width: 100%;
  }

  .cta_heading-2 {
    text-align: left;
    font-size: 30px;
  }

  .text-block-13 {
    font-size: 15px;
  }

  .container-28 {
    width: 90%;
    display: block;
  }

  .form {
    text-align: left;
    width: 100%;
    text-decoration: none;
    position: static;
  }

  .form-2 {
    width: 100%;
  }

  .heading-27 {
    font-size: 25px;
    font-weight: 700;
  }

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

  .div-block-277 {
    text-align: left;
  }

  .heading-28 {
    width: 100%;
    font-size: 150%;
  }

  .text-block-51 {
    font-size: 100%;
  }

  .form-3 {
    display: block;
  }

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

  .timeline-copy {
    width: 80rem;
  }

  .hero__heading-copy {
    width: 288px;
    margin-top: -15px;
    font-size: 30px;
  }

  .hero__heading-copy-2 {
    font-size: 30px;
    line-height: 110%;
  }

  .hero__heading-copy-copy {
    font-size: 30px;
  }

  .image-306, .image-307, .image-308, .image-309, .image-310, .image-311, .image-312 {
    width: 80%;
  }

  .spacer-rem-2-copy {
    height: 3rem;
    padding-top: 0;
  }

  .hero__heading-3 {
    width: 288px;
    margin-top: -15px;
    font-size: 20px;
  }

  .accordion-content-3 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .rl-text-style-small-3 {
    color: #171918;
  }

  .rl_blogpost1_text-divider-3 {
    display: block;
  }

  .container-31 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .rl_blogpost1_content-top-3 {
    background-color: var(--white);
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .rl_blogpost1_author-image-3 {
    width: 20%;
    min-width: 100%;
    height: 100%;
  }

  .rl_blogpost1_author-text-3 {
    color: #171918;
  }

  .image-320 {
    padding-left: 0;
  }

  .search-button {
    width: 70%;
    height: 79%;
    margin-left: 0;
  }

  .div-block-280 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .search-input {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-toggle-2 {
    width: 120%;
    height: 80%;
  }

  .link-13 {
    margin-bottom: -10px;
    font-size: 190%;
  }

  .link-13.w--current {
    font-size: 150%;
  }

  .name-copy {
    font-size: 100%;
  }

  .field-label {
    margin-top: 20px;
  }

  .wreapper-padding-8 {
    padding-top: 0;
    line-height: 20px;
    display: block;
  }

  .flex-block.inverser {
    text-align: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item {
    margin-bottom: 0;
  }

  .shadow-two-2 {
    text-align: left;
    width: 100px;
    height: 80px;
  }

  .hero-wrapper-2 {
    margin-bottom: -60px;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-bottom-24px-2 {
    padding-top: 0;
    display: none;
  }

  .link-14 {
    color: #171918;
    font-size: 1.2rem;
    text-decoration: none;
  }

  .div-block-283 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .container-30 {
    max-width: none;
    margin-bottom: 100px;
    margin-left: -60px;
    margin-right: auto;
    padding-right: 0;
  }

  .button-primary-2 {
    width: 100%;
    font-size: 10px;
    display: none;
    position: static;
    inset: auto 0% 0% auto;
  }

  .div-block-282 {
    text-align: center;
    padding-left: 60px;
    display: none;
  }

  .hero-split-2 {
    text-align: left;
    border: 1px #000;
    border-radius: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding: 10px 0 0;
  }

  .text-block-54 {
    font-size: 80%;
  }

  .text-block-53-copy {
    color: var(--gris);
    margin-top: 2px;
    font-size: 11px;
  }

  .div-block-285 {
    width: 80%;
    font-size: 100%;
  }

  .rl-text-style-small-3-copy {
    color: #171918;
    display: block;
  }

  .rl_blogpost1_author-text-4 {
    color: #171918;
  }

  .rl_blogpost1_author-image-4 {
    width: 60%;
    min-width: 100%;
  }

  .rl-text-style-small-4 {
    color: #171918;
  }

  .rl_blogpost1_content-top-4 {
    background-color: #dbdbdb;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-4-copy.mod--hero, .section-4-copy.mod--hero-copy {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 20px;
  }

  .multi-step-form-label---brix-copy {
    font-size: 16px;
  }

  .div-block-286 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .text-block-55 {
    font-size: 14px;
  }

  .section-4-copy-2.mod--hero, .section-4-copy-2.mod--hero-copy-2 {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 20px;
  }

  .chiffre-copy {
    text-align: center;
    padding-right: 0;
    font-size: 25px;
    line-height: 110%;
  }

  .chiffre-copy._4 {
    text-align: left;
  }

  .image-321 {
    width: 70%;
    max-width: 100%;
  }

  .multi-step-form-label3 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    font-size: 12px;
    display: flex;
  }

  .multi-step-form-label---brix1-copy {
    font-size: 16px;
  }

  .multi-step-form-label5 {
    padding-left: 0;
    font-size: 12px;
  }

  .multi-step-form-label2 {
    padding-left: 0;
    font-size: 12px;
    display: flex;
  }

  .multi-step-form-label4 {
    padding-left: 0;
    font-size: 12px;
  }

  .sticky-lock-scroll-copy {
    top: 100px;
  }

  .section-12 {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-287 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .div-block-289 {
    padding-left: 0;
  }

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

  .code-embed-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-38, .container-39 {
    width: 100%;
  }

  .chiffre-2 {
    text-align: center;
    padding-right: 0;
    font-size: 37px;
    line-height: 110%;
  }

  .chiffre-2._4 {
    text-align: left;
  }

  .chiffre1 {
    text-align: center;
    padding-right: 0;
    font-size: 37px;
    line-height: 110%;
  }

  .chiffre1._4 {
    text-align: left;
  }

  .walsh-list-flex-off2-copy {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }
}

#w-node-bdf47e58-0994-b15c-06d5-413ff4dcdedb-41c155f7, #w-node-d9b03d2b-8761-ffb9-1e6b-5dead107c053-41c155f7, #w-node-f13a3046-e892-631f-ba16-92b9e36356be-41c155f7, #w-node-_0e1120b3-4673-c107-b7e1-e9083c70f6bd-41c155f7, #w-node-d7261b03-b5ef-d306-2125-3264f33c3e5a-41c155f7, #w-node-d7261b03-b5ef-d306-2125-3264f33c3e60-41c155f7, #w-node-d7261b03-b5ef-d306-2125-3264f33c3e66-41c155f7, #w-node-d7261b03-b5ef-d306-2125-3264f33c3e6c-41c155f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1eceebb-bf27-5af5-b616-c94e274a3b2e-274a3b21 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_2207e907-3db7-f3df-a46f-fd5a3eeaf145-2853a340 {
  align-self: auto;
}

#w-node-d51ba417-018a-4edd-b9cf-e450c07f9a01-2853a340 {
  order: -9999;
}

#w-node-_14cd0eca-5cde-bf85-a688-94c0d7d97ca8-2853a340, #w-node-_14cd0eca-5cde-bf85-a688-94c0d7d97cb1-2853a340, #w-node-_14cd0eca-5cde-bf85-a688-94c0d7d97cb3-2853a340, #w-node-_14cd0eca-5cde-bf85-a688-94c0d7d97cb7-2853a340, #w-node-_14cd0eca-5cde-bf85-a688-94c0d7d97cbb-2853a340, #w-node-_14cd0eca-5cde-bf85-a688-94c0d7d97cbd-2853a340, #w-node-_14cd0eca-5cde-bf85-a688-94c0d7d97cc6-2853a340, #w-node-_14cd0eca-5cde-bf85-a688-94c0d7d97ccf-2853a340, #w-node-_14cd0eca-5cde-bf85-a688-94c0d7d97cd1-2853a340, #w-node-_14cd0eca-5cde-bf85-a688-94c0d7d97cd5-2853a340, #w-node-_14cd0eca-5cde-bf85-a688-94c0d7d97cd9-2853a340, #w-node-_14cd0eca-5cde-bf85-a688-94c0d7d97cdb-2853a340, #w-node-_14cd0eca-5cde-bf85-a688-94c0d7d97ce4-2853a340, #w-node-_14cd0eca-5cde-bf85-a688-94c0d7d97ced-2853a340, #w-node-_14cd0eca-5cde-bf85-a688-94c0d7d97cef-2853a340, #w-node-_14cd0eca-5cde-bf85-a688-94c0d7d97cf3-2853a340, #w-node-_14cd0eca-5cde-bf85-a688-94c0d7d97cf6-2853a340, #w-node-_14cd0eca-5cde-bf85-a688-94c0d7d97cf9-2853a340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a4ebf63-92e1-a566-8bb2-e4e73960e04d-28dbceeb, #w-node-_6a4ebf63-92e1-a566-8bb2-e4e73960e0a9-28dbceeb, #w-node-_6a4ebf63-92e1-a566-8bb2-e4e73960e0da-28dbceeb {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-_254c0bf9-3a07-8ee3-f71b-35341db15b56-28dbceeb, #w-node-_254c0bf9-3a07-8ee3-f71b-35341db15b5b-28dbceeb, #w-node-_254c0bf9-3a07-8ee3-f71b-35341db15b60-28dbceeb, #w-node-_254c0bf9-3a07-8ee3-f71b-35341db15b7e-28dbceeb, #w-node-_254c0bf9-3a07-8ee3-f71b-35341db15b83-28dbceeb, #w-node-_254c0bf9-3a07-8ee3-f71b-35341db15b88-28dbceeb, #w-node-_254c0bf9-3a07-8ee3-f71b-35341db15b8d-28dbceeb, #w-node-_254c0bf9-3a07-8ee3-f71b-35341db15b92-28dbceeb {
  align-self: start;
}

#w-node-_82e98836-9276-56a2-f13a-99358b2e58cb-2cf5f286, #w-node-_63ccd379-a74d-bcd5-632a-cb2bb36cac28-2cf5f286, #w-node-_6b49abae-2e42-7e24-5f69-286e90b7e112-2cf5f286, #w-node-_6b49abae-2e42-7e24-5f69-286e90b7e117-2cf5f286 {
  justify-self: auto;
}

#w-node-_24598a97-b569-1bd2-b591-839fb712994b-41a858b8 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_6a4ebf63-92e1-a566-8bb2-e4e73960e04d-0f17dfc8, #w-node-_6a4ebf63-92e1-a566-8bb2-e4e73960e0da-0f17dfc8, #w-node-_6a4ebf63-92e1-a566-8bb2-e4e73960e0a9-0f17dfc8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-_5c060e00-4d81-1a6a-4ce8-9e21b5004542-0f17dfc8 {
  grid-area: 1 / 2 / 2 / 5;
  align-self: stretch;
}

#w-node-_10ab4309-734f-8a6f-d1b8-bcf752e1d7f2-0f17dfc8 {
  grid-area: 1 / 6 / 2 / 9;
  align-self: stretch;
}

#w-node-_254c0bf9-3a07-8ee3-f71b-35341db15b56-0f17dfc8, #w-node-_254c0bf9-3a07-8ee3-f71b-35341db15b5b-0f17dfc8, #w-node-_254c0bf9-3a07-8ee3-f71b-35341db15b60-0f17dfc8, #w-node-_254c0bf9-3a07-8ee3-f71b-35341db15b7e-0f17dfc8, #w-node-_254c0bf9-3a07-8ee3-f71b-35341db15b83-0f17dfc8, #w-node-_254c0bf9-3a07-8ee3-f71b-35341db15b88-0f17dfc8, #w-node-_254c0bf9-3a07-8ee3-f71b-35341db15b8d-0f17dfc8, #w-node-_254c0bf9-3a07-8ee3-f71b-35341db15b92-0f17dfc8 {
  align-self: start;
}

#w-node-_9aa45b87-e9b6-84fa-139c-48f45006d18d-93702ad2, #w-node-_9aa45b87-e9b6-84fa-139c-48f45006d193-93702ad2, #w-node-_9aa45b87-e9b6-84fa-139c-48f45006d199-93702ad2, #w-node-_9aa45b87-e9b6-84fa-139c-48f45006d19f-93702ad2, #w-node-_9aa45b87-e9b6-84fa-139c-48f45006d1a9-93702ad2, #w-node-_9aa45b87-e9b6-84fa-139c-48f45006d1b0-93702ad2, #w-node-_9aa45b87-e9b6-84fa-139c-48f45006d1b7-93702ad2, #w-node-_9aa45b87-e9b6-84fa-139c-48f45006d1be-93702ad2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0377db1-12a1-a2a6-1ce5-4b5fb00fe996-93702ad2 {
  order: -9999;
}

#w-node-_92ac7c05-d395-a2d6-8606-bb0a5ca1f01a-93702ad2, #w-node-_92ac7c05-d395-a2d6-8606-bb0a5ca1f022-93702ad2, #w-node-_92ac7c05-d395-a2d6-8606-bb0a5ca1f024-93702ad2, #w-node-_92ac7c05-d395-a2d6-8606-bb0a5ca1f028-93702ad2, #w-node-_92ac7c05-d395-a2d6-8606-bb0a5ca1f02c-93702ad2, #w-node-_92ac7c05-d395-a2d6-8606-bb0a5ca1f02e-93702ad2, #w-node-_92ac7c05-d395-a2d6-8606-bb0a5ca1f037-93702ad2, #w-node-_92ac7c05-d395-a2d6-8606-bb0a5ca1f040-93702ad2, #w-node-_92ac7c05-d395-a2d6-8606-bb0a5ca1f042-93702ad2, #w-node-_92ac7c05-d395-a2d6-8606-bb0a5ca1f046-93702ad2, #w-node-_92ac7c05-d395-a2d6-8606-bb0a5ca1f04a-93702ad2, #w-node-_92ac7c05-d395-a2d6-8606-bb0a5ca1f04c-93702ad2, #w-node-_92ac7c05-d395-a2d6-8606-bb0a5ca1f058-93702ad2, #w-node-_92ac7c05-d395-a2d6-8606-bb0a5ca1f061-93702ad2, #w-node-_92ac7c05-d395-a2d6-8606-bb0a5ca1f063-93702ad2, #w-node-_92ac7c05-d395-a2d6-8606-bb0a5ca1f067-93702ad2, #w-node-_92ac7c05-d395-a2d6-8606-bb0a5ca1f06a-93702ad2, #w-node-_92ac7c05-d395-a2d6-8606-bb0a5ca1f06c-93702ad2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_6a4ebf63-92e1-a566-8bb2-e4e73960e04d-28dbceeb, #w-node-_6a4ebf63-92e1-a566-8bb2-e4e73960e0a9-28dbceeb, #w-node-_6a4ebf63-92e1-a566-8bb2-e4e73960e0da-28dbceeb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_24598a97-b569-1bd2-b591-839fb712994b-41a858b8 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_6a4ebf63-92e1-a566-8bb2-e4e73960e04d-0f17dfc8, #w-node-_6a4ebf63-92e1-a566-8bb2-e4e73960e0da-0f17dfc8, #w-node-_6a4ebf63-92e1-a566-8bb2-e4e73960e0a9-0f17dfc8, #w-node-_5c060e00-4d81-1a6a-4ce8-9e21b5004542-0f17dfc8, #w-node-_10ab4309-734f-8a6f-d1b8-bcf752e1d7f2-0f17dfc8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d51ba417-018a-4edd-b9cf-e450c07f9a01-2853a340 {
    order: 9999;
  }

  #w-node-_14cd0eca-5cde-bf85-a688-94c0d7d97ca8-2853a340 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_14cd0eca-5cde-bf85-a688-94c0d7d97cad-2853a340 {
    order: -9999;
  }

  #w-node-_14cd0eca-5cde-bf85-a688-94c0d7d97cbd-2853a340 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_14cd0eca-5cde-bf85-a688-94c0d7d97cc2-2853a340 {
    order: -9999;
  }

  #w-node-_14cd0eca-5cde-bf85-a688-94c0d7d97cc6-2853a340 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_14cd0eca-5cde-bf85-a688-94c0d7d97ccb-2853a340 {
    order: -9999;
  }

  #w-node-_14cd0eca-5cde-bf85-a688-94c0d7d97cdb-2853a340 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_14cd0eca-5cde-bf85-a688-94c0d7d97ce0-2853a340 {
    order: -9999;
  }

  #w-node-_14cd0eca-5cde-bf85-a688-94c0d7d97ce4-2853a340 {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-_14cd0eca-5cde-bf85-a688-94c0d7d97ce9-2853a340 {
    order: -9999;
  }

  #w-node-_6a4ebf63-92e1-a566-8bb2-e4e73960e04d-28dbceeb, #w-node-_6a4ebf63-92e1-a566-8bb2-e4e73960e0a9-28dbceeb, #w-node-_6a4ebf63-92e1-a566-8bb2-e4e73960e0da-28dbceeb, #w-node-_6a4ebf63-92e1-a566-8bb2-e4e73960e04d-0f17dfc8, #w-node-_6a4ebf63-92e1-a566-8bb2-e4e73960e0da-0f17dfc8, #w-node-_6a4ebf63-92e1-a566-8bb2-e4e73960e0a9-0f17dfc8, #w-node-_5c060e00-4d81-1a6a-4ce8-9e21b5004542-0f17dfc8, #w-node-_10ab4309-734f-8a6f-d1b8-bcf752e1d7f2-0f17dfc8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a0377db1-12a1-a2a6-1ce5-4b5fb00fe996-93702ad2 {
    order: 9999;
  }

  #w-node-_92ac7c05-d395-a2d6-8606-bb0a5ca1f01a-93702ad2 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_92ac7c05-d395-a2d6-8606-bb0a5ca1f01f-93702ad2 {
    order: -9999;
  }

  #w-node-_92ac7c05-d395-a2d6-8606-bb0a5ca1f02e-93702ad2 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_92ac7c05-d395-a2d6-8606-bb0a5ca1f033-93702ad2 {
    order: -9999;
  }

  #w-node-_92ac7c05-d395-a2d6-8606-bb0a5ca1f037-93702ad2 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_92ac7c05-d395-a2d6-8606-bb0a5ca1f03e-93702ad2 {
    order: -9999;
  }

  #w-node-_92ac7c05-d395-a2d6-8606-bb0a5ca1f04c-93702ad2 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_92ac7c05-d395-a2d6-8606-bb0a5ca1f054-93702ad2 {
    order: -9999;
  }

  #w-node-_92ac7c05-d395-a2d6-8606-bb0a5ca1f058-93702ad2 {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-_92ac7c05-d395-a2d6-8606-bb0a5ca1f05f-93702ad2 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_14cd0eca-5cde-bf85-a688-94c0d7d97cb3-2853a340 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6a4ebf63-92e1-a566-8bb2-e4e73960e04d-28dbceeb, #w-node-_6a4ebf63-92e1-a566-8bb2-e4e73960e0a9-28dbceeb, #w-node-_6a4ebf63-92e1-a566-8bb2-e4e73960e0da-28dbceeb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e6d0a6e2-1b57-c3f6-dab5-d000245be240-41a858b8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6a4ebf63-92e1-a566-8bb2-e4e73960e04d-0f17dfc8, #w-node-_6a4ebf63-92e1-a566-8bb2-e4e73960e0da-0f17dfc8, #w-node-_6a4ebf63-92e1-a566-8bb2-e4e73960e0a9-0f17dfc8, #w-node-_5c060e00-4d81-1a6a-4ce8-9e21b5004542-0f17dfc8, #w-node-_10ab4309-734f-8a6f-d1b8-bcf752e1d7f2-0f17dfc8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_92ac7c05-d395-a2d6-8606-bb0a5ca1f024-93702ad2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}



/* ========================================================================
   StudyLabs — Navbar redesign (professionnel, charte compliant)
   ======================================================================== */
/* Neutralise l'ancienne navbar Webflow si elle traîne encore sur une page */
.fixed-navbar-2.w-nav { display: none !important; }

.sl-nav {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(251, 247, 241, 0.82);
  -webkit-backdrop-filter: saturate(1.2) blur(12px);
          backdrop-filter: saturate(1.2) blur(12px);
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease, padding .25s ease;
  font-family: 'Quicksand', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  padding: 14px 0;
}
.sl-nav[data-scrolled] {
  background: rgba(255, 255, 255, 0.94);
  border-bottom-color: #EADFCF;
  box-shadow: 0 2px 12px rgba(18, 56, 80, 0.06);
  padding: 10px 0;
}

.sl-nav__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
}
@media (min-width: 768px) { .sl-nav__inner { padding: 0 40px; } }

.sl-nav__brand {
  display: flex; align-items: center;
  flex-shrink: 0;
  text-decoration: none;
}
.sl-nav__brand img {
  height: 38px; width: auto; display: block;
  transition: transform .2s ease, height .25s ease;
}
.sl-nav[data-scrolled] .sl-nav__brand img { height: 32px; }
.sl-nav__brand:hover img { transform: scale(1.04); }

.sl-nav__menu {
  display: none;
  flex: 1;
  gap: 6px;
  justify-content: center;
  align-items: center;
}
@media (min-width: 900px) { .sl-nav__menu { display: inline-flex; } }

.sl-nav__link {
  position: relative;
  display: inline-flex; align-items: center;
  padding: 10px 18px;
  color: #123850;
  text-decoration: none;
  font-family: inherit;
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: -0.005em;
  border-radius: 999px;
  transition: color .2s ease;
}
.sl-nav__link::after {
  content: "";
  position: absolute;
  left: 18px; right: 18px;
  bottom: 5px;
  height: 2px;
  background: #FFCD05;
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .25s cubic-bezier(.22,.61,.36,1);
}
.sl-nav__link:hover::after { transform: scaleX(0.45); }
.sl-nav__link[aria-current="page"] { color: #0B2838; font-weight: 700; }
.sl-nav__link[aria-current="page"]::after { transform: scaleX(1); }

.sl-nav__right {
  flex-shrink: 0;
  margin-left: auto;
  display: none;
  align-items: center;
  gap: 12px;
}
@media (min-width: 900px) { .sl-nav__right { display: inline-flex; } }

.sl-nav__burger {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 40px; height: 40px;
  padding: 0;
  background: transparent;
  border: 1px solid #EADFCF;
  border-radius: 10px;
  cursor: pointer;
  margin-left: auto;
  transition: background .2s ease, border-color .2s ease;
  font-family: inherit;
}
.sl-nav__burger span {
  display: block;
  width: 18px; height: 2px;
  background: #123850;
  border-radius: 2px;
  transition: transform .25s ease, opacity .2s ease;
}
.sl-nav[data-open] .sl-nav__burger span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.sl-nav[data-open] .sl-nav__burger span:nth-child(2) { opacity: 0; }
.sl-nav[data-open] .sl-nav__burger span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.sl-nav__burger:hover { background: #F5EBDF; border-color: #123850; }
@media (min-width: 900px) { .sl-nav__burger { display: none; } }

.sl-nav__drawer {
  position: absolute;
  left: 0; right: 0;
  top: 100%;
  background: #FFFFFF;
  border-top: 1px solid #EADFCF;
  border-bottom: 1px solid #EADFCF;
  box-shadow: 0 14px 32px rgba(18, 56, 80, 0.12);
  padding: 14px 24px 20px;
  transform: translateY(-10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform .25s ease, opacity .25s ease, visibility 0s .25s;
}
.sl-nav[data-open] .sl-nav__drawer {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: transform .25s ease, opacity .25s ease, visibility 0s;
}
.sl-nav__drawer-menu { display: flex; flex-direction: column; gap: 4px; }
.sl-nav__drawer-link {
  padding: 14px 16px;
  font-size: 16px;
  font-weight: 600;
  color: #123850;
  text-decoration: none;
  border-radius: 12px;
  transition: background .15s ease;
  position: relative;
}
.sl-nav__drawer-link:hover { background: #F5EBDF; }
.sl-nav__drawer-link[aria-current="page"] { background: #F5EBDF; padding-left: 24px; }
.sl-nav__drawer-link[aria-current="page"]::before {
  content: "";
  position: absolute;
  left: 8px; top: 50%;
  transform: translateY(-50%);
  width: 4px; height: 20px;
  background: #FFCD05;
  border-radius: 2px;
}
.sl-nav__drawer-auth { margin-top: 12px; padding-top: 16px; border-top: 1px solid #EADFCF; }
@media (min-width: 900px) { .sl-nav__drawer { display: none; } }

/* Auth widget styles (préservé) */
.sl-auth-entry { display: inline-flex; align-items: center; gap: 10px; font-family: 'Quicksand', system-ui, sans-serif; }
.sl-auth-btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 10px 22px; border-radius: 999px; border: none;
  font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  cursor: pointer; text-decoration: none; white-space: nowrap;
  font-family: inherit;
  transition: background .2s ease, color .2s ease, transform .08s ease, box-shadow .25s ease;
}
.sl-auth-btn--primary { background: #123850; color: #F5EBDF; }
.sl-auth-btn--primary:hover { background: #FFCD05; color: #123850; transform: translateY(-1px); box-shadow: 0 10px 24px rgba(255,205,5,0.35); }
.sl-auth-account {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 5px 14px 5px 5px; border-radius: 999px;
  background: #FFFFFF; border: 1px solid #EADFCF;
  color: #123850; font-size: 13.5px; font-weight: 600;
  text-decoration: none; white-space: nowrap;
  transition: background .2s ease, border-color .2s ease, transform .08s ease;
}
.sl-auth-account:hover { background: #F5EBDF; border-color: #123850; transform: translateY(-1px); }
.sl-auth-avatar {
  width: 30px; height: 30px; border-radius: 50%;
  background: #F5EBDF; display: inline-flex; align-items: center; justify-content: center;
  color: #123850; font-weight: 700; font-size: 13px;
  overflow: hidden; flex-shrink: 0;
}
.sl-auth-avatar__img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ========================================================================
   StudyLabs — Footer redesign (navy brand, full-width, 4 colonnes)
   ======================================================================== */
/* Neutralise l'ancien footer Webflow */
section.footer2 { display: none !important; }

.sl-foot-v2 {
  position: relative;
  background: linear-gradient(180deg, #0A2540 0%, #123850 60%, #0B2838 100%);
  color: var(--sl-cream, #F5EBDF);
  font-family: 'Quicksand', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  overflow: hidden;
}
.sl-foot-v2::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(800px 400px at 15% 0%, rgba(255, 205, 5, 0.10), transparent 60%),
    radial-gradient(700px 400px at 100% 100%, rgba(245, 235, 223, 0.05), transparent 60%);
  pointer-events: none;
}
.sl-foot-v2 > * { position: relative; }

.sl-foot-v2__wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 72px 24px 28px;
}
@media (min-width: 768px) { .sl-foot-v2__wrap { padding: 96px 40px 32px; } }

.sl-foot-v2__top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(245, 235, 223, 0.12);
}
@media (min-width: 720px) {
  .sl-foot-v2__top { grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 56px; }
}
@media (min-width: 1100px) {
  .sl-foot-v2__top { grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 72px; }
}

.sl-foot-v2__brand { max-width: 380px; }
.sl-foot-v2__logo {
  display: inline-block;
  margin-bottom: 20px;
}
.sl-foot-v2__logo img {
  height: 44px;
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
}
.sl-foot-v2__desc {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  color: rgba(245, 235, 223, 0.72);
  margin: 0 0 28px;
}

.sl-foot-v2__socials {
  display: flex;
  gap: 10px;
}
.sl-foot-v2__social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: rgba(245, 235, 223, 0.08);
  border: 1px solid rgba(245, 235, 223, 0.14);
  color: var(--sl-cream, #F5EBDF);
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}
.sl-foot-v2__social:hover {
  background: #FFCD05;
  border-color: #FFCD05;
  color: #123850;
  transform: translateY(-2px);
}
.sl-foot-v2__social svg { width: 18px; height: 18px; }

.sl-foot-v2__col-title {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #FFCD05;
  margin: 0 0 18px;
}
.sl-foot-v2__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sl-foot-v2__list a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(245, 235, 223, 0.75);
  font-size: 14.5px;
  font-weight: 500;
  text-decoration: none;
  transition: color .15s ease, transform .15s ease;
  position: relative;
}
.sl-foot-v2__list a:hover {
  color: #FFFFFF;
  transform: translateX(3px);
}
.sl-foot-v2__list a[href^="http"]::after {
  content: "↗";
  font-size: 11px;
  opacity: 0.55;
  margin-left: 2px;
}

.sl-foot-v2__bottom {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
  justify-content: space-between;
}
@media (min-width: 720px) {
  .sl-foot-v2__bottom { flex-direction: row; align-items: center; }
}
.sl-foot-v2__copy {
  font-size: 13px;
  font-weight: 500;
  color: rgba(245, 235, 223, 0.55);
  margin: 0;
}
.sl-foot-v2__mini {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.sl-foot-v2__mini a {
  font-size: 13px;
  font-weight: 500;
  color: rgba(245, 235, 223, 0.55);
  text-decoration: none;
  transition: color .15s ease;
}
.sl-foot-v2__mini a:hover { color: #FFCD05; }

.sl-foot-v2__made {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: rgba(245, 235, 223, 0.06);
  border: 1px solid rgba(245, 235, 223, 0.12);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(245, 235, 223, 0.7);
}
.sl-foot-v2__made::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #FFCD05;
  box-shadow: 0 0 0 3px rgba(255, 205, 5, 0.2);
}
