.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;
}

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

.nav {
  width: 100%;
  max-width: 1000px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.body {
  background-color: #fefbf5;
}

.header-container {
  flex-direction: column;
  align-items: stretch;
  padding-top: 25px;
  display: block;
}

.button {
  background-color: #f806cc;
  border-radius: 8px;
}

.button.cta-rose {
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: opacity .2s, background-color .35s cubic-bezier(.755, .05, .855, .06);
  box-shadow: 3px 3px 20px rgba(248, 6, 204, .2);
}

.button.cta-rose:hover {
  background-color: #2e0249;
}

.heading {
  text-align: left;
  text-transform: uppercase;
  font-family: Gellersanscm, Arial, sans-serif;
  font-size: 100px;
  font-weight: 900;
  line-height: 8vh;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  justify-content: stretch;
  align-items: stretch;
  justify-items: stretch;
  position: relative;
}

.text-defile {
  width: 110%;
  background-color: #f806cc;
  align-items: center;
  margin-top: 70px;
  margin-bottom: 50px;
  display: block;
  transform: rotate(-3deg);
}

.heading-2 {
  width: 3000px;
  color: #fff;
  margin-bottom: 20px;
  padding: 10px 0;
  font-family: Aeoniktrial, sans-serif;
  font-size: 4vw;
  font-weight: 700;
  line-height: 4vw;
  position: static;
  left: auto;
  right: auto;
  overflow: visible;
}

.section {
  margin-top: 100px;
}

.text-span {
  color: #f806cc;
}

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

.section-header {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-header.haze {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
}

.section-header.haze.no-padding-top {
  height: auto;
  max-width: 1200px;
  min-height: 70px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.text-big {
  font-size: 17px;
  line-height: 28px;
}

.text-big.text-grey {
  color: #2e0249;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.intro {
  z-index: 1;
  max-width: 570px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.intro.left {
  max-width: 100%;
  text-align: left;
  align-items: flex-start;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.wrapper-4 {
  z-index: 2;
  width: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.video-link-2 {
  height: 34px;
  color: #30364d;
  border: 1px solid #e6e8f0;
  border-radius: 17px;
  align-items: center;
  margin-top: 24px;
  padding-left: 4px;
  padding-right: 13px;
  text-decoration: none;
  display: flex;
}

.video-link-2.margin-left {
  border-style: none;
  margin-top: 0;
  margin-bottom: 40px;
  margin-left: 0;
  display: none;
}

.video-link-icon {
  width: 16px;
}

.title-5 {
  color: #9165f7;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #ededff;
  border-radius: 4px;
  margin-bottom: 16px;
  padding: 4px 7px 4px 8px;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  display: inline-block;
}

.main-grid-6 {
  width: 100%;
  height: auto;
  grid-column-gap: 40px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: relative;
}

.video-link-icon-box-2 {
  width: 24px;
  height: 24px;
  background-image: linear-gradient(#fff, #ededff);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  padding: 6px;
  display: none;
  box-shadow: 0 1px 2px rgba(48, 54, 77, .25);
}

.heading-3 {
  max-width: 100%;
  clear: none;
  direction: ltr;
  color: #2e0249;
  text-transform: none;
  object-fit: contain;
  flex: 0 auto;
  align-self: auto;
  font-family: Roboto, sans-serif;
  font-size: 6vw;
  line-height: 8vh;
  position: static;
  overflow: scroll;
}

.text-span-2 {
  color: #2e0249;
  font-family: Playfairdisplay variablefont wght, sans-serif;
  font-style: italic;
  font-weight: 700;
  display: inline;
}

.button-header {
  background-color: #f806cc;
  border-radius: 8px;
}

.button-header.cta-rose {
  margin-top: 15px;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: transform .2s;
  box-shadow: 3px 3px 20px rgba(248, 6, 204, .2);
}

.button-header.cta-rose:hover {
  transform: scale(1.1);
}

.button-header.cta-rose.formules {
  text-align: left;
  margin-top: 80px;
  margin-bottom: 80px;
  display: inline-block;
}

.button-header.cta-rose.centre {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 35px;
}

.button-header.cta-rose.header {
  margin-bottom: 55px;
  transition: transform .2s;
}

.button-header.cta-rose.header:hover {
  transform: scale(1.1);
}

.page-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.menu-icon-line-bottom {
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
}

.menu-icon-line-middle {
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.nav-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: block;
}

.wrapper-5 {
  z-index: 2;
  width: 100%;
  max-width: 1220px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.wrapper-5.nav-bar-wrapper {
  height: 100%;
  max-width: none;
  height: 100%;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
}

.menu-icon-line-top {
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
}

.logo-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.nav-dropdown-icon {
  display: none;
}

.nav-dropdown-link {
  color: #30364d;
  padding: 9px 20px 11px;
  font-size: 14px;
  transition: color .1s, background-color .1s;
}

.nav-dropdown-link:hover {
  color: #9165f7;
  background-color: #ededff;
}

.nav-dropdown-link.w--current {
  color: #30364d;
  font-weight: 700;
}

.nav-dropdown-link.w--current:hover {
  color: #9165f7;
}

.nav-dropdown-circle {
  width: 40px;
  height: 40px;
  color: #9165f7;
  border: 1px solid #e6e8f0;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.dropdown-bridge {
  height: 12px;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
}

.nav-dropdown-link-info {
  flex: 1;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 4px;
  flex-wrap: wrap;
  margin-top: 12px;
  margin-left: -4px;
  padding-top: 10px;
  padding-bottom: 10px;
  left: 0;
  box-shadow: 0 6px 24px rgba(48, 54, 77, .22);
}

.dropdown-list.v2.w--open {
  width: 420px;
  margin-left: -48px;
  padding: 12px;
  display: flex;
}

.logo-icon {
  height: 55px;
  text-align: center;
  margin-right: 12px;
}

.dropdown-header {
  width: 100%;
  border-bottom: 1px solid #e6e8f0;
  margin-bottom: 8px;
  padding: 8px 12px 12px;
}

.dropdown-corner {
  z-index: 1;
  width: 8px;
  height: 8px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: -4px;
  left: 33px;
  transform: rotate(45deg);
}

.dropdown-corner.padding {
  left: 89px;
}

.nav-dropdown-link-v2 {
  width: 50%;
  color: #30364d;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  align-items: center;
  padding: 12px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.nav-dropdown-link-v2:hover {
  background-color: #f8f8ff;
}

.nav-dropdown-link-v2.w--current {
  color: #30364d;
  font-weight: 700;
}

.menu-icon {
  width: 20px;
  float: right;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 8px;
  padding-bottom: 8px;
}

.dropdown-decription {
  color: #798099;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
}

.nav-link {
  color: #2e0249;
  text-align: center;
  border-radius: 4px;
  flex: 0 auto;
  order: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 25px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  transition: background-color .4s;
  position: static;
}

.nav-link:hover {
  color: #f806cc;
  background-color: rgba(0, 0, 0, 0);
}

.nav-link.w--current {
  color: #fff;
  font-weight: 700;
}

.no-margin {
  margin: 0;
}

.brand-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-bar {
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  display: flex;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.text-block-3 {
  padding-left: 1px;
}

.nav-menu-2 {
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.button-2 {
  height: 48px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right, #b87df9, #6a4ee1);
  border: 1px rgba(0, 0, 0, 0);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, transform .4s, box-shadow .4s;
  display: flex;
}

.button-2:hover {
  transform: translate(0, -3px);
  box-shadow: 0 6px 12px -2px rgba(145, 101, 247, .6);
}

.button-2.small {
  height: 40px;
  padding: 8px 20px;
  font-size: 13px;
  line-height: 20px;
}

.button-2.small.white {
  background-image: linear-gradient(#f806cc, #f806cc);
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.button-2.small.white:hover {
  box-shadow: 0 6px 12px -2px rgba(46, 2, 73, .39);
}

.button-2.small.white {
  background-image: linear-gradient(#f806cc, #f806cc);
  border-radius: 8px;
}

.button-2.small.white:hover {
  box-shadow: 0 6px 12px -2px rgba(46, 2, 73, .4);
}

.navigation {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-right {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-block-4 {
  color: #fff;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Aeoniktrial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 120px;
  display: inline-block;
}

.image {
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}

.text-block-5 {
  color: #fff;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Aeoniktrial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 120px;
  display: inline-block;
}

.text-mouvement {
  width: 100000px;
  align-items: center;
  display: flex;
}

.text-defile-2 {
  width: 110%;
  background-color: #2e0249;
  align-self: flex-start;
  align-items: center;
  margin: -150px auto 50px -5%;
  display: block;
  transform: rotate(3deg);
}

.text-mouvement-2 {
  width: 100000px;
  align-items: center;
  display: flex;
}

.grid-3-blocs {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-bottom: 10px;
  padding: 30px;
  display: grid;
  position: relative;
}

.bloc-3-blocs {
  background-color: #fff;
  border: 6px solid #2e0249;
  border-radius: 38.5px;
  padding: 30px 20px;
  font-family: Roboto, sans-serif;
  box-shadow: 5px 9px #2e0249;
}

.heading-4 {
  color: #2e0249;
  font-size: 28px;
  line-height: 28px;
}

.paragraph-bloc {
  color: #2e0249;
  font-size: 16px;
}

.paragraph-bloc.centre {
  min-height: 120px;
  text-align: left;
  margin-top: 25px;
}

.paragraph-bloc.white {
  max-width: 50%;
  color: #fff;
}

.section-methode-growth {
  max-width: 1200px;
  margin-top: 15px;
}

.grid-methode-growth {
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  align-items: center;
  margin-top: 0;
  padding: 160px 30px 60px;
}

.h2 {
  color: #2e0249;
  font-size: 55px;
  line-height: 55px;
  text-decoration: none;
}

.image-3 {
  width: 100%;
  max-width: none;
  object-fit: cover;
}

.testimonials {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.h2-big {
  color: #2e0249;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 120px;
  font-family: Roboto, sans-serif;
  font-size: 100px;
  line-height: 100px;
}

.h2-big.white {
  color: #fff;
  text-align: left;
  font-size: 6vw;
  line-height: 8vw;
}

.h2-big.white.form {
  margin-bottom: 0;
}

.h2-big.white.formbas {
  margin-bottom: 50px;
  font-size: 80px;
  line-height: 80px;
}

.h2-big.formules, .h2-big.equipe {
  margin-bottom: 60px;
}

.text-span-4 {
  color: #f806cc;
  font-family: Playfairdisplay variablefont wght, sans-serif;
  font-style: italic;
  font-weight: 500;
}

.grid-testimonials {
  width: 100%;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-bottom: 18px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: relative;
}

.bloc-testimonials {
  min-height: 140px;
  background-color: #fff;
  border: 5px solid #2e0249;
  border-radius: 20vw;
  align-items: center;
  padding: 9px 20px;
  transition: transform .2s;
  display: flex;
  box-shadow: 5px 7px #2e0249;
}

.bloc-testimonials:hover {
  margin-right: 0;
  position: static;
  transform: scale(1.05);
}

.texte-testimonial {
  font-size: 16px;
  font-weight: 700;
}

.image-4 {
  margin-bottom: 20px;
}

.div-texte-testimonials {
  color: #2e0249;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 12px;
  padding-left: 0;
  font-family: Roboto, sans-serif;
}

.text-block-6 {
  color: #f806cc;
  font-size: 14px;
  font-weight: 700;
}

.section-nos-expertises {
  width: 100%;
  max-width: 1200px;
  background-color: #2e0249;
  flex-direction: column;
  align-items: center;
  margin-top: 180px;
  display: flex;
  box-shadow: 2px 3px 5px rgba(0, 0, 0, .2);
}

.container-3 {
  color: #fff;
  margin-top: -50px;
  font-family: Roboto, sans-serif;
}

.image-5 {
  align-self: flex-start;
  margin-top: -92px;
  margin-left: -30px;
}

.h2-big-2 {
  text-align: center;
  font-size: 100px;
  line-height: 100px;
}

.paragraph-bloc-white.centre {
  text-align: center;
  font-size: 18px;
  line-height: 18px;
}

.bloc-expertises {
  border-top: 1px solid #fff;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 24px;
  padding-top: 10px;
  display: flex;
}

.titre-expertises {
  margin-left: 12px;
  font-size: 16px;
  font-weight: 500;
}

.text-block-7 {
  text-align: center;
  margin-top: 25px;
  font-size: 35px;
  font-weight: 700;
}

.container-4 {
  background-color: #fff;
}

.grid-2 {
  width: 100%;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
}

.image-logo-marque {
  max-height: 100%;
  max-width: 200px;
}

.section-formules {
  max-width: 1200px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.grid-formules {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 58px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: relative;
}

.titre-bloc-tarif {
  text-align: center;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.text-formule {
  min-height: 300px;
  padding-left: 22px;
  padding-right: 22px;
}

.main-bloc-tarif {
  min-height: 60px;
  color: #fff;
  background-color: #2e0249;
  border-radius: 38.5px;
  padding: 35px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.main-bloc-tarif.clair {
  background-color: #bdb3f8;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.main-bloc-tarif.moyen {
  background-color: #c892f1;
  flex-direction: column;
  display: flex;
}

.icone-formules {
  text-align: center;
  margin-top: -50px;
  margin-bottom: 50px;
  font-size: 100px;
}

.prix-formule {
  background-color: #fff;
  border: 20px #000;
  border-radius: 100px;
  order: 0;
  margin-bottom: -65px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.partir-de {
  color: #2e0249;
  text-align: center;
  line-height: 14px;
}

.prix {
  color: #2e0249;
  text-align: center;
  text-shadow: 0 0 20px rgba(248, 6, 204, .72);
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
}

.image-6 {
  width: 400px;
}

.section-equipe {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-testimonial-bas {
  flex-direction: column;
  align-self: center;
  align-items: center;
  display: flex;
}

.text-circulaire {
  float: right;
  text-align: left;
  align-self: flex-end;
  margin-top: -100px;
  margin-bottom: 50px;
  margin-right: -21px;
  display: block;
  position: static;
  top: -34px;
  bottom: 0%;
  left: 1040px;
  right: 358%;
}

.grid-testimonials-bas {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 79px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: relative;
}

.section-form {
  width: 100%;
  max-width: 1200px;
  background-color: #2e0249;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form {
  max-width: 50%;
}

.image-8 {
  align-self: flex-end;
  margin-top: -212px;
  margin-bottom: -15px;
}

.container-section-form {
  max-width: 80%;
}

.text-field {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #fff;
}

.text-field:focus {
  color: #333;
}

.text-field:focus-visible {
  color: #f806cc;
  border-bottom-color: #f806cc;
}

.text-field[data-wf-focus-visible] {
  color: #f806cc;
  border-bottom-color: #f806cc;
}

.submit-button {
  color: #2e0249;
  background-color: #fff;
  border-radius: 6px;
  margin-left: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  transition: color .2s, background-color .2s;
}

.submit-button:hover {
  color: #fff;
  background-color: #f806cc;
}

.text-field-hidden {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #fff;
  display: none;
}

.text-field-hidden:focus-visible {
  color: #f806cc;
  border-bottom-color: #f806cc;
}

.text-field-hidden[data-wf-focus-visible] {
  color: #f806cc;
  border-bottom-color: #f806cc;
}

.text-field-hidden.message {
  min-height: 100px;
}

.div-block-3 {
  font-family: Roboto, sans-serif;
}

.section-nav {
  width: 100%;
  height: 8vh;
  max-width: 1200px;
}

.container-methode-growth {
  background-color: #fff;
  margin-top: -100px;
  padding-top: 0;
}

.text-span-5 {
  color: #f806cc;
  font-family: Playfairdisplay variablefont wght, sans-serif;
  font-style: italic;
}

.text-span-6 {
  font-family: Playfairdisplay variablefont wght, sans-serif;
  font-style: italic;
  font-weight: 600;
}

.heading-5 {
  color: #2e0249;
  font-family: Roboto, sans-serif;
  font-size: 90px;
  line-height: 90px;
}

.grid-equipe {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 80px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: relative;
}

.accordion-card {
  width: 100%;
  color: #fff;
  border: 1px #e6e8f0;
  border-top-style: solid;
  border-radius: 0;
  margin-bottom: 0;
  transition: background-color .4s;
  overflow: hidden;
}

.accordion-card:hover {
  background-color: rgba(0, 0, 0, 0);
}

.accordion-heading {
  color: #fff;
  flex: 1;
  margin: 4px 16px 4px 4px;
}

.accordion-icon {
  width: 24px;
  margin-right: 16px;
}

.accordion-info {
  margin-left: 16px;
  margin-right: 16px;
}

.text-link {
  color: #9165f7;
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
}

.accordion-arrow {
  width: 24px;
  height: 24px;
  opacity: 1;
  justify-content: center;
  align-items: center;
  position: relative;
}

.accordion-header {
  min-height: 80px;
  color: #222;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 28px;
  display: flex;
}

.accordion-header:hover {
  background-color: rgba(255, 255, 255, .05);
}

.side-accordion {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 16px;
}

.accordion-text {
  color: #fff;
  margin-left: 60px;
  margin-right: 50px;
  padding-bottom: 32px;
  font-size: 16px;
  line-height: 16px;
}

.carte-equipe {
  min-width: 575px;
  border: 4px solid #2e0249;
  border-radius: 20px;
  margin-left: 14px;
  margin-right: 14px;
  padding: 15px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.image-equipe {
  width: 300px;
  max-width: none;
  object-fit: contain;
  margin: -120px -340px -15px -50px;
  padding-right: 20px;
  display: block;
  overflow: visible;
}

.nom-equipe {
  color: #2e0249;
  font-family: Roboto, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.nom-equipe.pa {
  font-size: 45px;
}

.prenom-equipe {
  font-size: 5vh;
  font-weight: 700;
  line-height: 5vh;
}

.fonctions-equipe {
  color: #f806cc;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.carte-equipe-visible {
  text-align: center;
  border: 1px #000;
}

.carte-equipe-cachee {
  width: 50%;
  color: #2e0249;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  font-family: Roboto, sans-serif;
  display: flex;
  overflow: visible;
}

.texte-prez-equipe {
  color: #2e0249;
}

.bloc-equipe {
  justify-content: center;
  display: flex;
}

.accordion-equipe-photo {
  width: 24px;
  margin-right: 16px;
}

.accordion-heading-equipe {
  color: #2e0249;
  flex: 1;
  margin: 4px auto;
  font-family: Roboto, sans-serif;
}

.accordion-text-equipe {
  color: #2e0249;
  margin-left: auto;
  margin-right: auto;
}

.accordion-card-equipe {
  color: #fff;
  border: 2px solid #2e0249;
  border-radius: 20px;
  flex-direction: column;
  margin-bottom: 16px;
  transition: background-color .4s;
  display: block;
  overflow: visible;
}

.accordion-card-equipe:hover {
  background-color: rgba(0, 0, 0, 0);
}

.grid-formules-copy {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 80px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: relative;
}

.bloc-testimonials-bas {
  background-color: #fff;
  border: 6px solid #2e0249;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 15px 15px 40px;
  display: flex;
  box-shadow: 5px 8px #2e0249;
}

.img-testimonial-bas {
  width: 40%;
  max-width: none;
  margin-top: -80px;
  margin-bottom: 30px;
}

.logo-testi-bas {
  width: 120px;
  margin-bottom: 10px;
}

.texte-testimonial-bas {
  margin-bottom: 11px;
  font-size: 20px;
  font-weight: 700;
}

.stars-testimonial {
  margin-bottom: 0;
}

.grid-testimonials-copy {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: relative;
}

.section-2 {
  width: 100%;
}

.defilement-text-bas {
  width: auto;
  text-align: center;
  background-color: #f806cc;
  justify-content: center;
  display: flex;
}

.text-block-9 {
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Roboto, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 100px;
}

.text-span-7 {
  font-family: Playfairdisplay variablefont wght, sans-serif;
  font-style: italic;
}

.image-9 {
  max-width: none;
  margin-top: -150px;
  margin-bottom: -15px;
}

.carrousel-equipe {
  width: 100%;
  max-width: 1200px;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
  overflow: visible;
}

.image-margin {
  margin-bottom: 0;
}

.titre-testimonial-bas {
  color: #f806cc;
  font-size: 20px;
  font-weight: 700;
}

.texte-testimonial-2 {
  font-size: 20px;
  font-weight: 700;
}

.text-defilement-bas {
  width: 5000px;
  flex-direction: row;
  display: flex;
  overflow: visible;
}

.image-10 {
  width: 100%;
  max-width: none;
  outline-offset: 0px;
  border: 0 #000;
  outline: 3px rgba(0, 0, 0, 0);
  display: block;
}

.slider {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding: 130px 0 0;
  display: flex;
  overflow: hidden;
}

.mask {
  overflow: visible;
}

.slide-nav {
  display: none;
}

.right-arrow {
  align-self: flex-start;
  align-items: flex-end;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.image-11 {
  max-width: 100%;
  margin-bottom: 25px;
  transform: rotate(-90deg);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0);
}

.left-arrow {
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: 0;
  display: flex;
  overflow: visible;
}

.image-slider {
  max-width: 100%;
  margin-bottom: 25px;
  transition: transform .2s;
  transform: rotate(90deg);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0);
}

.image-slider:hover {
  transform: rotate(90deg);
}

.img-equipe-bloc {
  width: 45%;
  height: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  overflow: visible;
}

.carte-equipe-none {
  opacity: 0;
  border: 4px solid #2e0249;
  border-radius: 20px;
  margin-left: 14px;
  margin-right: 14px;
  padding: 15px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.slide {
  width: auto;
}

.slider-mobile {
  width: 120%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  align-items: flex-start;
  padding-left: 70px;
  padding-right: 70px;
  display: none;
}

.img-bg {
  position: absolute;
  top: 6610.38px;
  left: 304px;
}

.img-bg-2 {
  position: absolute;
  top: 6386.38px;
  left: auto;
  right: 136px;
}

.text-span-8 {
  color: #2e0249;
  font-family: Playfairdisplay variablefont wght, sans-serif;
  font-style: italic;
  font-weight: 500;
}

.text-block-bas {
  margin-top: 10px;
}

.menu-icon-line-bottom-2 {
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
}

.menu-icon-line-middle-2 {
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.menu-icon-line-top-2 {
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
}

.logo-icon-2 {
  height: 40px;
  margin-right: 12px;
}

.nav-link-2 {
  color: #2e0249;
  text-transform: uppercase;
  border-radius: 4px;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 16px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  transition: background-color .4s;
}

.nav-link-2:hover {
  color: #f806cc;
  background-color: rgba(0, 0, 0, 0);
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.nav-link-2.w--current {
  color: #fff;
  font-weight: 700;
}

.brand-3 {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
}

.nav-bar-2 {
  z-index: 100;
  height: 88px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.nav-menu-3 {
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.navigation-2 {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-right-2 {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.menu-icon-line-bottom-3 {
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
}

.menu-icon-line-middle-3 {
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.nav-buttons-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: block;
}

.menu-icon-line-top-3 {
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
}

.nav-link-3 {
  color: #2e0249;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 8px 16px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  transition: color .2s;
}

.nav-link-3:hover {
  color: #f806cc;
  background-color: rgba(0, 0, 0, 0);
}

.nav-link-3.w--current {
  color: #fff;
  font-weight: 700;
}

.navigation-3 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-bar-cachee {
  z-index: 100;
  height: 88px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  display: none;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.img-testimonial-haut {
  width: 80px;
  max-width: none;
}

.fonction-testimonial-haut {
  color: #f806cc;
  font-size: 14px;
  font-weight: 700;
}

.blocoutils {
  width: 100%;
  background-color: #fff;
  display: flex;
}

.bloc-outil-1 {
  width: 50%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-10 {
  color: #2e0249;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-decoration: underline;
}

.animation-form {
  width: 500px;
  height: 40px;
  position: absolute;
}

.cookie-wrapper {
  width: 100%;
  height: auto;
  min-height: 100px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 4px 0 19px rgba(0, 0, 0, .33);
}

.div-block-cookie {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.text-block-11 {
  width: 60%;
  font-family: Roboto, sans-serif;
  font-size: 9px;
}

.cookie-accept {
  background-color: #f806cc;
  border-radius: 8px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px 30px;
  font-family: Roboto, sans-serif;
}

.bouton-refuser {
  color: #2e0249;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  text-decoration: underline;
}

.link {
  color: #2e0249;
  font-weight: 700;
}

.modal-detail {
  color: #2e0249;
  text-align: center;
  white-space: nowrap;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.icon {
  width: 70px;
}

.right-arrow-2 {
  display: none;
}

.modal-overlay {
  z-index: 999;
  background-color: rgba(46, 2, 73, .41);
  justify-content: center;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-content {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 38px;
  display: flex;
}

.modal-slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.icon-wrapper {
  width: 105px;
  height: 105px;
  background-color: #f5e5ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 11px;
  display: flex;
  overflow: hidden;
}

.paragraph-standard {
  color: rgba(21, 28, 52, .8);
  font-size: 16px;
  line-height: 1.5;
}

.modal-element {
  width: 100%;
  max-width: 430px;
  background-color: #fff;
  border-radius: 20px;
}

.close {
  opacity: .5;
  transition: opacity .2s;
}

.close:hover {
  opacity: 1;
}

.module-header-left {
  width: 50%;
  height: 100%;
  display: flex;
}

.left-arrow-2 {
  display: none;
}

.slide-navigation {
  color: #151c34;
  font-size: 10px;
  bottom: 10px;
}

.slider-right {
  opacity: .5;
  color: #151c34;
  justify-content: center;
  align-items: center;
  padding: 4px 15px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.slider-right:hover {
  opacity: 1;
}

.modal-slide {
  color: #151c34;
}

.module-header-right {
  width: 50%;
  justify-content: flex-end;
  display: flex;
}

.modal-header {
  min-height: 55px;
  border-bottom: 1px solid rgba(21, 28, 52, .1);
  justify-content: space-between;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.form-block-popup {
  width: 100%;
  align-self: auto;
}

.form-popup {
  max-width: none;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.animation-form-popup {
  width: auto;
  height: 40px;
  position: absolute;
}

.text-field-popup {
  width: 100%;
  color: #fff;
  background-color: rgba(46, 2, 73, .21);
  border: 1px #000;
  border-bottom: 1px solid #fff;
  border-radius: 8px;
}

.text-field-popup:focus {
  color: #fff;
}

.text-field-popup:focus-visible {
  color: #f806cc;
  border-bottom-color: #f806cc;
}

.text-field-popup[data-wf-focus-visible] {
  color: #f806cc;
  border-bottom-color: #f806cc;
}

.text-field-popup::-ms-input-placeholder {
  color: #2e0249;
}

.text-field-popup::placeholder {
  color: #2e0249;
}

.text-field-hidden-popup {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #fff;
  display: none;
}

.text-field-hidden-popup:focus-visible {
  color: #f806cc;
  border-bottom-color: #f806cc;
}

.text-field-hidden-popup[data-wf-focus-visible] {
  color: #f806cc;
  border-bottom-color: #f806cc;
}

.text-field-hidden-popup.message {
  min-height: 100px;
}

.submit-button-popup {
  color: #fff;
  background-color: #f806cc;
  border-radius: 6px;
  margin-left: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  transition: color .2s, background-color .2s;
}

.submit-button-popup:hover {
  color: #fff;
  background-color: #f806cc;
}

.text-block-12 {
  color: #2e0249;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
}

.modal-overlay-cookie {
  z-index: 999;
  background-color: rgba(46, 2, 73, .41);
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

@media screen and (min-width: 1280px) {
  .paragraph-bloc.centre {
    width: auto;
    min-width: 300px;
    white-space: normal;
    margin-left: 0;
    padding-left: 0;
  }

  .carte-equipe {
    min-width: 575px;
  }

  .carte-equipe-cachee {
    margin-left: 0;
  }

  .texte-testimonial-bas {
    color: #f806cc;
  }

  .text-block-11 {
    font-size: 12px;
  }

  .cookie-accept {
    padding: 15px 30px;
    font-size: 20px;
  }

  .bouton-refuser {
    font-size: 16px;
    font-weight: 500;
  }
}

@media screen and (max-width: 991px) {
  .section-header {
    padding-top: 104px;
    padding-bottom: 80px;
  }

  .intro, .wrapper-4 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .main-grid-6 {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .brand {
    width: 100%;
  }

  .nav-menu {
    display: flex;
  }

  .container {
    align-items: flex-start;
    display: flex;
  }

  .nav-buttons {
    grid-column-gap: 12px;
  }

  .wrapper-5 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .wrapper-5.nav-bar-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-icon {
    opacity: .4;
    margin-right: 24px;
    display: inline-block;
  }

  .nav-dropdown-link {
    padding-left: 24px;
    font-size: 13px;
  }

  .nav-dropdown-link:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-dropdown-link.w--current {
    color: #30364d;
  }

  .dropdown-bridge {
    display: none;
  }

  .dropdown-list.w--open {
    background-color: rgba(0, 0, 0, 0);
    border: 1px #000;
    border-radius: 0;
    margin-top: 0;
    margin-left: 0;
    padding: 0 16px 12px;
    position: relative;
    box-shadow: 0 1px rgba(255, 255, 255, .12);
  }

  .dropdown-list.v2.w--open {
    width: 100%;
    margin-left: 0;
  }

  .logo-icon {
    height: auto;
    margin-right: 0;
  }

  .dropdown-corner {
    display: none;
  }

  .nav-dropdown-link-v2 {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-dropdown-link-v2:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-dropdown-link-v2.w--current {
    color: #30364d;
  }

  .nav-dropdown {
    display: none;
  }

  .nav-link {
    color: #2e0249;
    background-color: #fff;
    border-radius: 0;
    padding: 12px 24px;
  }

  .nav-link:hover {
    background-color: #fff;
  }

  .nav-link.w--current {
    color: #30364d;
  }

  .nav-link.w--open {
    box-shadow: inset 0 1px #ededff;
  }

  .menu-button {
    z-index: 2147483647;
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button.w--open {
    color: #30364d;
    background-color: rgba(0, 0, 0, 0);
  }

  .no-margin {
    margin: 0;
  }

  .brand-2 {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-bar {
    height: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-2 {
    max-height: 90vh;
    background-color: #fff;
    border-bottom: 1px solid #ededff;
    margin-right: 0;
    padding-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
    overflow: scroll;
  }

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

  .grid-3-blocs, .grid-testimonials, .grid-formules, .grid-testimonials-bas, .grid-equipe, .grid-formules-copy, .grid-testimonials-copy {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .nav-link-2 {
    color: #30364d;
    background-color: #fff;
    border-radius: 0;
    padding: 12px 24px;
  }

  .nav-link-2:hover {
    background-color: #fff;
  }

  .nav-link-2.w--current {
    color: #30364d;
  }

  .nav-link-2.w--open {
    box-shadow: inset 0 1px #ededff;
  }

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

  .nav-bar-2 {
    height: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-3 {
    max-height: 90vh;
    background-color: #fff;
    border-bottom: 1px solid #ededff;
    margin-right: 0;
    padding-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
    overflow: scroll;
  }

  .navigation-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-buttons-2 {
    grid-column-gap: 12px;
  }

  .nav-link-3 {
    color: #30364d;
    background-color: #fff;
    border-radius: 0;
    padding: 12px 24px;
  }

  .nav-link-3:hover {
    background-color: #fff;
  }

  .nav-link-3.w--current {
    color: #30364d;
  }

  .nav-link-3.w--open {
    box-shadow: inset 0 1px #ededff;
  }

  .navigation-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-bar-cachee {
    height: 64px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .section-header {
    padding-top: 64px;
    padding-bottom: 64px;
    display: block;
  }

  .main-grid-6 {
    grid-row-gap: 48px;
  }

  .nav-buttons {
    display: none;
  }

  .logo-text {
    font-size: 18px;
    line-height: 24px;
  }

  .menu-icon {
    margin-left: 2px;
    margin-right: 2px;
  }

  .no-margin {
    margin: 0;
  }

  .nav-bar {
    height: 60px;
  }

  .grid-3-blocs, .grid-testimonials, .grid-formules, .grid-testimonials-bas, .grid-equipe {
    grid-row-gap: 48px;
  }

  .accordion-card {
    margin-bottom: 12px;
  }

  .accordion-heading {
    font-size: 17px;
    line-height: 24px;
  }

  .accordion-icon {
    width: 20px;
    margin-left: 1px;
    margin-right: 10px;
  }

  .accordion-header {
    min-height: 60px;
    padding: 12px 16px;
  }

  .accordion-text {
    margin-left: 4px;
    margin-right: 4px;
    padding-bottom: 24px;
  }

  .accordion-equipe-photo {
    width: 20px;
    margin-left: 1px;
    margin-right: 10px;
  }

  .accordion-heading-equipe {
    font-size: 17px;
    line-height: 24px;
  }

  .accordion-text-equipe {
    margin-left: 4px;
    margin-right: 4px;
    padding-bottom: 24px;
  }

  .accordion-card-equipe {
    margin-bottom: 12px;
  }

  .grid-formules-copy, .grid-testimonials-copy {
    grid-row-gap: 48px;
  }

  .nav-bar-2 {
    height: 60px;
  }

  .nav-buttons-2 {
    display: none;
  }

  .nav-bar-cachee {
    height: 60px;
  }
}

@media screen and (max-width: 479px) {
  .section-header.haze.no-padding-top {
    height: auto;
    max-width: none;
    min-height: auto;
    position: relative;
  }

  .text-big.text-grey {
    font-size: 14px;
  }

  .wrapper-4 {
    min-height: auto;
    position: relative;
  }

  .video-link-2.margin-left {
    margin-top: 16px;
    margin-left: 0;
  }

  .main-grid-6 {
    width: auto;
    height: auto;
    grid-column-gap: 10px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
    align-items: stretch;
    padding-left: 1px;
    padding-right: 1px;
  }

  .button-header.cta-rose {
    margin-bottom: 15px;
  }

  .menu-icon-line-bottom, .menu-icon-line-middle {
    background-color: #2e0249;
  }

  .nav-buttons {
    width: 100%;
    justify-items: center;
    display: none;
  }

  .menu-icon-line-top {
    background-color: #2e0249;
  }

  .logo-icon {
    width: 80px;
    margin-left: 15px;
  }

  .no-margin {
    margin: 0;
  }

  .nav-menu-2 {
    width: 100%;
  }

  .button-2.small {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-4 {
    font-size: 25px;
  }

  .image {
    width: 20px;
    max-width: none;
  }

  .text-block-5 {
    font-size: 25px;
    line-height: 60px;
  }

  .text-defile-2 {
    margin-bottom: 30px;
  }

  .text-mouvement-2 {
    width: 3000px;
  }

  .grid-3-blocs {
    width: auto;
    max-width: none;
    grid-column-gap: 5px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
    justify-items: center;
    margin-bottom: -150px;
    padding-left: 34px;
    padding-right: 34px;
  }

  .bloc-3-blocs {
    margin: 5px;
  }

  .paragraph-bloc.white {
    max-width: 100%;
  }

  .section-methode-growth {
    max-width: 100%;
    align-self: center;
  }

  .grid-methode-growth {
    flex-direction: column;
    grid-auto-flow: column;
    display: flex;
  }

  .h2 {
    font-size: 40px;
  }

  .h2-big {
    margin-top: 50px;
    margin-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 50px;
    line-height: 50px;
  }

  .h2-big.white.formbas {
    padding-left: 0;
    padding-right: 0;
    font-size: 50px;
    line-height: 50px;
  }

  .grid-testimonials {
    width: 100%;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .bloc-testimonials {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .texte-testimonial {
    font-size: 15px;
  }

  .section-nos-expertises {
    width: auto;
    max-width: none;
    margin-top: 91px;
    padding-top: 55px;
  }

  .container-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-5 {
    width: 125px;
    max-width: none;
    margin-top: -123px;
    margin-left: -25px;
  }

  .h2-big-2 {
    margin-top: 63px;
    font-size: 50px;
    line-height: 50px;
  }

  .inner-container-expertises {
    width: 100%;
    max-width: 100%;
  }

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

  .image-logo-marque {
    max-height: none;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-formules {
    grid-column-gap: 50px;
    grid-row-gap: 100px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .text-formule {
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .main-bloc-tarif.clair {
    padding-left: 18px;
    padding-right: 18px;
  }

  .section-equipe {
    width: 100%;
    max-width: none;
  }

  .text-circulaire {
    width: 50%;
    margin-top: 0;
    margin-bottom: -40px;
  }

  .grid-testimonials-bas {
    grid-row-gap: 69px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-left: 25px;
    padding-right: 25px;
  }

  .form {
    max-width: 100%;
  }

  .image-8 {
    width: 60%;
    max-width: none;
    margin-top: 0;
  }

  .text-field {
    border-top-style: none;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
  }

  .section-nav {
    flex-direction: row;
    display: block;
  }

  .container-methode-growth {
    margin-top: 0;
    display: flex;
  }

  .heading-5 {
    align-self: flex-start;
    font-size: 40px;
    line-height: 40px;
  }

  .grid-equipe {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .accordion-text {
    font-size: 14px;
  }

  .carte-equipe {
    width: auto;
    min-width: auto;
    flex-direction: column;
    align-items: center;
  }

  .image-equipe {
    width: 300px;
    margin-top: -96px;
    margin-left: -63px;
    margin-right: 0;
  }

  .nom-equipe {
    margin-top: 20px;
    font-size: 30px;
    line-height: 30px;
  }

  .carte-equipe-cachee {
    width: 100%;
  }

  .grid-formules-copy, .grid-testimonials-copy {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .defilement-text-bas {
    width: 5000px;
  }

  .text-block-9 {
    font-size: 25px;
    line-height: 50px;
  }

  .carrousel-equipe {
    width: auto;
    overflow: visible;
  }

  .text-defilement-bas {
    width: auto;
  }

  .image-10 {
    width: 100%;
    max-width: none;
    margin: -12px 0 -55px 9px;
    padding-left: 0;
    padding-right: 0;
  }

  .slider {
    width: auto;
    height: auto;
    max-width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    padding-left: 35px;
    padding-right: 0;
    display: none;
  }

  .mask {
    max-width: 100%;
    position: static;
  }

  .right-arrow {
    justify-content: center;
    overflow: visible;
  }

  .left-arrow {
    justify-content: center;
  }

  .img-equipe-bloc {
    width: 200px;
    order: -1;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .slide {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .slide-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .slide-3 {
    margin-left: 50px;
  }

  .slider-mobile {
    width: auto;
    height: auto;
    max-width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-top: 71px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .menu-icon-line-bottom-2, .menu-icon-line-middle-2, .menu-icon-line-top-2 {
    background-color: #2e0249;
  }

  .nav-link-2 {
    display: none;
  }

  .nav-menu-3 {
    width: 100%;
    background-color: #fefbf5;
    flex: 0 auto;
    justify-content: flex-start;
  }

  .nav-buttons-2 {
    width: 100%;
    justify-items: center;
  }

  .nav-link-3 {
    background-color: rgba(0, 0, 0, 0);
    flex: 0 auto;
  }

  .nav-bar-cachee {
    display: none;
  }

  .img-testimonial-haut {
    width: 50px;
  }

  .fonction-testimonial-haut {
    font-size: 12px;
  }

  .bloc-outil-1 {
    justify-content: center;
  }

  .animation-form {
    width: 250px;
  }

  .cookie-wrapper {
    object-fit: fill;
    position: fixed;
  }

  .div-block-cookie {
    flex-direction: column;
  }

  .cookie-accept {
    margin-left: 0;
    margin-right: 0;
  }

  .modal-content {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .animation-form-popup {
    width: 250px;
  }

  .text-field-popup {
    border-top-style: none;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
  }
}

#w-node-fa631e9c-3fa6-a333-7833-12332ecadb96-d6e7c41f {
  grid-area: 1 / 9 / 2 / 15;
  align-self: center;
  justify-self: end;
}

#w-node-fa631e9c-3fa6-a333-7833-12332ecadb97-d6e7c41f {
  grid-area: 1 / 1 / 2 / 9;
  align-self: center;
}

#w-node-_0f49f433-6ec6-da81-6f5e-9ce9ef0b6132-d6e7c41f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9264b119-d5e0-8123-4f7d-92dc2ffc139e-d6e7c41f {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_6b5de168-123f-b5d9-33e7-61fa61506061-d6e7c41f, #w-node-d0528e3d-2e21-7eef-d336-5f55d1a70354-d6e7c41f, #w-node-d4159bf4-ce71-54e5-436f-023769f615f6-d6e7c41f {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-dddb6a0b-623c-0d5c-6249-98e2bc1b59cb-d6e7c41f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d31ca719-0cbc-9dca-f26f-137d77a0ed62-d6e7c41f {
  justify-self: end;
}

#w-node-_4877adf6-377e-0487-c0af-6dd625ed485f-d6e7c41f, #w-node-_3100f1a6-fef0-24cb-b6fc-08e1e8a270e9-d6e7c41f, #w-node-cd8667d5-6166-33ce-f0f3-edf736115be2-d6e7c41f {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-c5e89ff0-0728-c50f-2ba9-bac3309aa516-d6e7c41f, #w-node-a7aade05-00de-6275-3ada-a3ff9653628e-d6e7c41f, #w-node-_205afcea-580c-3822-64b5-1d0a8bf4af45-d6e7c41f, #w-node-_707e5785-62ca-364f-9616-3bbae8c465d6-d6e7c41f, #w-node-_664423fc-18a8-5b3a-6f9e-589773b4d01e-d6e7c41f, #w-node-f3433094-8f69-749a-049b-1da65c4b628c-d6e7c41f, #w-node-_70b80358-630c-443a-16ca-4385975172ff-d6e7c41f, #w-node-_4c78f872-908f-c193-c06a-8a9dda68c076-d6e7c41f, #w-node-c5b9fb6b-6fbc-036d-57ee-e4e58304db82-d6e7c41f {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-fa631e9c-3fa6-a333-7833-12332ecadb96-641d711d {
  grid-area: 1 / 9 / 2 / 15;
  align-self: center;
  justify-self: end;
}

#w-node-fa631e9c-3fa6-a333-7833-12332ecadb97-641d711d {
  grid-area: 1 / 1 / 2 / 9;
  align-self: center;
}

#w-node-_0f49f433-6ec6-da81-6f5e-9ce9ef0b6132-641d711d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa631e9c-3fa6-a333-7833-12332ecadb96-2f610821 {
  grid-area: 1 / 9 / 2 / 15;
  align-self: center;
  justify-self: end;
}

#w-node-fa631e9c-3fa6-a333-7833-12332ecadb97-2f610821 {
  grid-area: 1 / 1 / 2 / 9;
  align-self: center;
}

#w-node-_0f49f433-6ec6-da81-6f5e-9ce9ef0b6132-2f610821 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9264b119-d5e0-8123-4f7d-92dc2ffc139e-2f610821 {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_6b5de168-123f-b5d9-33e7-61fa61506061-2f610821, #w-node-d0528e3d-2e21-7eef-d336-5f55d1a70354-2f610821, #w-node-d4159bf4-ce71-54e5-436f-023769f615f6-2f610821 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-dddb6a0b-623c-0d5c-6249-98e2bc1b59cb-2f610821 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d31ca719-0cbc-9dca-f26f-137d77a0ed62-2f610821 {
  justify-self: end;
}

#w-node-_4877adf6-377e-0487-c0af-6dd625ed485f-2f610821, #w-node-_3100f1a6-fef0-24cb-b6fc-08e1e8a270e9-2f610821, #w-node-cd8667d5-6166-33ce-f0f3-edf736115be2-2f610821 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-c5e89ff0-0728-c50f-2ba9-bac3309aa516-2f610821, #w-node-a7aade05-00de-6275-3ada-a3ff9653628e-2f610821, #w-node-_205afcea-580c-3822-64b5-1d0a8bf4af45-2f610821, #w-node-_707e5785-62ca-364f-9616-3bbae8c465d6-2f610821, #w-node-_664423fc-18a8-5b3a-6f9e-589773b4d01e-2f610821, #w-node-f3433094-8f69-749a-049b-1da65c4b628c-2f610821, #w-node-_70b80358-630c-443a-16ca-4385975172ff-2f610821, #w-node-_4c78f872-908f-c193-c06a-8a9dda68c076-2f610821, #w-node-c5b9fb6b-6fbc-036d-57ee-e4e58304db82-2f610821 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

@media screen and (max-width: 991px) {
  #w-node-fa631e9c-3fa6-a333-7833-12332ecadb96-d6e7c41f {
    grid-area: 1 / 9 / 2 / 15;
    align-self: center;
    justify-self: center;
  }

  #w-node-fa631e9c-3fa6-a333-7833-12332ecadb97-d6e7c41f {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-fa631e9c-3fa6-a333-7833-12332ecadb96-641d711d {
    grid-area: 1 / 9 / 2 / 15;
    align-self: center;
    justify-self: center;
  }

  #w-node-fa631e9c-3fa6-a333-7833-12332ecadb97-641d711d {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-fa631e9c-3fa6-a333-7833-12332ecadb96-2f610821 {
    grid-area: 1 / 9 / 2 / 15;
    align-self: center;
    justify-self: center;
  }

  #w-node-fa631e9c-3fa6-a333-7833-12332ecadb97-2f610821 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fa631e9c-3fa6-a333-7833-12332ecadb96-d6e7c41f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-fa631e9c-3fa6-a333-7833-12332ecadb97-d6e7c41f {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_6b5de168-123f-b5d9-33e7-61fa61506061-d6e7c41f {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: center;
  }

  #w-node-_3100f1a6-fef0-24cb-b6fc-08e1e8a270e9-d6e7c41f, #w-node-cd8667d5-6166-33ce-f0f3-edf736115be2-d6e7c41f {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-c48b2006-2a71-c1c4-f8bb-a5b5f6320875-d6e7c41f {
    justify-self: auto;
  }

  #w-node-fa631e9c-3fa6-a333-7833-12332ecadb96-641d711d {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-fa631e9c-3fa6-a333-7833-12332ecadb97-641d711d {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-fa631e9c-3fa6-a333-7833-12332ecadb96-2f610821 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-fa631e9c-3fa6-a333-7833-12332ecadb97-2f610821 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_6b5de168-123f-b5d9-33e7-61fa61506061-2f610821 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: center;
  }

  #w-node-_3100f1a6-fef0-24cb-b6fc-08e1e8a270e9-2f610821, #w-node-cd8667d5-6166-33ce-f0f3-edf736115be2-2f610821 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-c48b2006-2a71-c1c4-f8bb-a5b5f6320875-2f610821 {
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Gellersanscm';
  src: url('../fonts/GellerSansCm-UltraLightItalic.woff2') format('woff2');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gellersanscm';
  src: url('../fonts/GellerSansCm-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gellersanscm';
  src: url('../fonts/GellerSansCm-Black.eot') format('embedded-opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular std 500';
  src: url('../fonts/circular-std-medium-500.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay variablefont wght';
  src: url('../fonts/PlayfairDisplay-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay variablefont wght';
  src: url('../fonts/PlayfairDisplay-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gellersanscompressedtest uploaded 63b63c65617a1';
  src: url('../fonts/GellerSansCompressedTest-UltraBlack-uploaded-63b63c65617a1.otf') format('opentype'), url('../fonts/GellerSansCompressedTest-UltraBlack-uploaded-63b63c65617a1.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeoniktrial';
  src: url('../fonts/AeonikTRIAL-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeoniktrial';
  src: url('../fonts/AeonikTRIAL-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeoniktrial';
  src: url('../fonts/AeonikTRIAL-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}