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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@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: #333330;
  font-family: Montserratx, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
}

h1 {
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1em;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

p {
  color: #444;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 150%;
}

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

li {
  padding-top: 10px;
  padding-bottom: 10px;
}

.menu {
  z-index: 888;
  height: 40px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 30px;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
  position: relative;
}

.navbar {
  z-index: 888;
  width: 500px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
}

.header {
  background-image: url('../images/desktop-illimite.webp');
  background-position: 90% 90%;
  background-repeat: no-repeat;
  background-size: 105px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -70px;
  padding-top: 11%;
  padding-bottom: 6%;
  display: flex;
}

.h1 {
  max-width: 800px;
  text-align: center;
  letter-spacing: -.04em;
  font-family: Poppins, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 108%;
}

.h1.large {
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
}

.h1.h1-bientot {
  font-size: 130px;
}

.header-info {
  max-width: 620px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: hidden;
}

.intro-paragraphe {
  text-align: center;
  margin-bottom: 40px;
  font-size: 18px;
}

.big-button {
  height: 46px;
  color: #333330;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #ff3;
  border: 1px solid #333330;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 18px;
  padding-right: 18px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  overflow: hidden;
  box-shadow: 3px 3px #333330;
}

.big-button.offre {
  width: 100%;
  margin-top: 8%;
}

.big-button.innav {
  height: 40px;
  margin-right: 6px;
  position: fixed;
}

.big-button.in-portfolio {
  z-index: 20;
  margin-top: 30px;
  margin-right: 20px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.body {
  background-color: #e7e7dc;
}

.body.body-portfolio {
  background-color: #eee;
}

.bt-light {
  width: 220px;
  height: 40px;
  color: #333330;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  overflow: hidden;
}

.bt-light:hover {
  color: #333;
}

.bt-light.bt-portfolio {
  width: 110px;
  margin-left: auto;
  margin-right: auto;
}

.line-bt-light {
  width: 80px;
  height: 15px;
  background-color: #ff3;
  margin-bottom: -22px;
}

.text-bt-light {
  z-index: 20;
  letter-spacing: -.02em;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}

.services {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 6%;
  padding-bottom: 0%;
  display: flex;
}

.h2 {
  text-align: center;
  letter-spacing: -.02em;
  margin-bottom: 3%;
  font-family: Poppins, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 110%;
}

.h2.h2-services {
  max-width: 850px;
  color: #e7e7dc;
  text-align: center;
  mix-blend-mode: difference;
  margin-bottom: 0%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.h2.h2-explorez {
  letter-spacing: .2em;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 6px;
  font-size: 58px;
  display: flex;
}

.h2.h2-faq {
  margin-bottom: 16%;
}

.h2.h2-appel {
  color: #e7e7dc;
  flex-direction: row;
  align-items: center;
  margin-bottom: 5%;
}

.h2.h2-tarifs {
  text-align: left;
}

.h2.legal {
  text-align: left;
  margin-top: 5%;
  margin-bottom: 5%;
  font-size: 40px;
}

.h2.h2-references {
  max-width: 750px;
  margin-top: 6%;
  margin-left: 20px;
  margin-right: 20px;
}

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

.h2.h2-au-top {
  text-align: left;
  line-height: 130%;
}

.tag {
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 2px 10px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
}

.services-list {
  color: #e7e7dc;
  text-align: center;
  letter-spacing: -.01em;
  cursor: default;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 6px;
  margin: 10px;
  padding: 18px 26px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
}

.services-list.nope {
  display: none;
}

.services-list.outils {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #6d6f74;
  align-items: center;
  display: flex;
}

.avantages {
  max-width: 1200px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 8% 20px;
  display: flex;
}

.grid-avantages {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 8%;
  margin-bottom: 8%;
  padding-left: 0;
  padding-right: 0;
}

.h3 {
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}

.h3.h3-faq {
  width: 95%;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
}

.h3.legal {
  text-align: left;
  margin-top: 2%;
  margin-bottom: 2%;
}

.h3.h3-avantages {
  text-align: left;
}

.tarifs {
  max-width: 1200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5% 20px 4%;
  transition: all .2s;
  display: flex;
}

.grid-tarifs-3-offres {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #333330;
  border-radius: 8px;
  margin-right: -3px;
  padding: 0;
  overflow: hidden;
}

.tarifs-cell-2 {
  border-bottom: 1px solid #333330;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.tarifs-cell-3, .tarifs-cell-4 {
  border-right: 1px solid #333330;
  align-items: center;
}

.tarifs-cell-5 {
  align-items: center;
}

.tarifs-cell-1 {
  border-bottom: 1px solid #333330;
  border-right: 1px solid #333330;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.text-tarifs {
  width: 47%;
  max-width: 750px;
}

.intro-tarifs {
  max-width: 960px;
  justify-content: space-between;
  display: flex;
}

.avantages-process {
  margin-top: -80px;
}

.icon-reserver {
  z-index: 20;
  margin-top: -10px;
  margin-left: -188px;
  position: absolute;
}

.reduction {
  height: 33px;
  color: #888;
  text-align: center;
  margin-top: 30px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.reduction.barre {
  text-decoration: line-through;
}

.reduction.barre.rb-basic {
  opacity: 0;
}

.prix {
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 3px;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 700;
}

.places {
  color: #444;
  margin: 20px 4%;
}

.featres-packs {
  width: 100%;
  border-top: 1px solid #ccc;
  margin-bottom: 30px;
  padding-top: 20px;
  line-height: 2em;
}

.offre-mensuel {
  width: 100%;
  height: 550px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 3%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  overflow: hidden;
}

.par-mois {
  padding-left: 4px;
  font-size: 24px;
}

.offre-de-lancement {
  width: 100%;
  background-color: #333330;
}

.text-offre-de-lancement {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Montserratx, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.faq {
  max-width: 790px;
  flex-direction: column;
  align-items: center;
  padding: 10% 20px 14%;
  display: flex;
}

.faq-dropdown {
  width: 100%;
  border-bottom: 1px solid #000;
  overflow: hidden;
}

.fw-black-services {
  width: 100%;
  background-color: #2d2f31;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 5% 20px 14%;
  display: flex;
}

.appel {
  background-color: #2d2f31;
  padding: 12% 20px;
}

.wrap-appel {
  max-width: 750px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.references {
  background-color: #d8d8cf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.logos-clients {
  width: 6000px;
  height: 80px;
  background-color: #333330;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-appel {
  margin-right: 20px;
}

.logo-client {
  margin-left: 30px;
  margin-right: 30px;
}

.content-holder {
  width: 3000px;
  align-items: center;
  display: flex;
}

.trombine-testi {
  background-color: #e4e4e4;
  border-radius: 99px;
}

.paragraph-nom-fonction {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.testi-nom {
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.testi-slider {
  width: 100%;
  max-width: 880px;
  min-height: 320px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10%;
}

.testi-slider.home3 {
  margin-top: 10%;
}

.right-arrow {
  width: 50px;
  color: #333330;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: -50px;
  margin-right: -50px;
  transition: all .2s;
  display: flex;
}

.right-arrow:hover {
  color: rgba(59, 59, 56, .4);
}

.arrow-slider {
  width: 13px;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
}

.slide-nav {
  display: none;
}

.wrap-slide {
  width: 100%;
  height: 300px;
  max-width: 750px;
  border: 3px solid #333330;
  border-width: 1px 3px 3px 1px;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 50px;
  display: flex;
  position: relative;
}

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

.switch-button {
  width: 60px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 99px;
}

.switch-rond {
  width: 24px;
  height: 24px;
  background-color: #000;
  border-radius: 99px;
  margin-top: 2px;
  margin-left: 2px;
}

.mensuel-annuel {
  margin-left: 10px;
  margin-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

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

.offre-annuel {
  width: 100%;
  height: 550px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 3%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  overflow: hidden;
}

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

.cell-grid-avantages {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 70px;
  display: flex;
}

.cell-grid-avantages._1 {
  border-bottom: 1px solid #333330;
  border-right: 1px solid #333330;
}

.cell-grid-avantages._2 {
  border-bottom: 1px solid #333330;
}

.cell-grid-avantages._3 {
  border-bottom: 1px solid #333330;
  border-left: 1px solid #333330;
}

.cell-grid-avantages._4 {
  border-right: 1px solid #333330;
}

.cell-grid-avantages._6 {
  border-left: 1px solid #333330;
}

.logos {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.surligne {
  color: #e7e7dc;
  background-color: #333330;
  padding-top: 4px;
  padding-bottom: 0;
  padding-right: 4px;
  display: inline-block;
}

.link-logo {
  z-index: 999;
  mix-blend-mode: difference;
  align-items: center;
  position: fixed;
}

.link-logo.w--current {
  z-index: 999;
  mix-blend-mode: difference;
  position: relative;
}

.link-logo.in-portfolio {
  margin-top: 14px;
}

.logo {
  z-index: 999;
  height: 40px;
  mix-blend-mode: difference;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 30px;
  display: flex;
  position: fixed;
  top: 30px;
}

.slider-portfolio {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrap-slide-portfolio {
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 8%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.wrap-slide-portfolio.e4 {
  background-color: #e4e4e4;
}

.wrap-slide-portfolio.e8 {
  background-color: #e8e8e8;
}

.wrap-slide-portfolio.ff {
  background-color: #fff;
}

.wrap-slide-portfolio.ee {
  background-color: #eee;
}

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

.suite {
  width: 100%;
  cursor: none;
  mix-blend-mode: difference;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: fixed;
}

.mask-portfolio {
  width: 100%;
  height: 100%;
}

.faq-a-text {
  line-height: 1.6em;
}

.faq-divider {
  height: 0;
  border-top: 1px dashed rgba(255, 255, 255, .25);
}

.c-faq-q {
  align-items: center;
  display: flex;
}

._w-faq-icon {
  width: 12px;
  height: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.faq-stripe-1 {
  width: 1px;
  height: 100%;
  background-color: #333330;
}

.c-faq-a-text {
  padding-top: 0;
  padding-bottom: 20px;
  padding-right: 20px;
}

.c-faq-item {
  cursor: pointer;
  border-bottom: 1px solid #333330;
  margin-bottom: 10px;
}

.c-faq-item.last {
  width: 100%;
  max-width: 750px;
  border-bottom-width: 0;
  margin-bottom: 0;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.faq-stripe-2 {
  width: 100%;
  height: 1px;
  background-color: #333330;
  position: absolute;
}

.c-faq-divider {
  padding-left: 20px;
  padding-right: 20px;
}

.c-faq-q-text {
  flex: 1;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
}

.c-faq-icon {
  justify-content: center;
  align-items: center;
  padding: 10px;
  position: relative;
}

.heading-intro {
  width: 100%;
  max-width: 1000px;
  margin-top: 10%;
  margin-bottom: 5%;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-intro._750 {
  max-width: 750px;
}

.heading-intro.au-top {
  margin-top: 4%;
  margin-bottom: 10%;
}

.ligne-1 {
  margin-right: 15px;
  display: inline-block;
}

.wrap-h1 {
  overflow: hidden;
}

.arrow-suite {
  width: 20px;
  height: 20px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  mix-blend-mode: difference;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -6px;
  display: flex;
  position: relative;
}

.image-portfolio {
  margin-bottom: 10%;
  margin-left: 20px;
  margin-right: 20px;
}

.retour {
  color: #fff;
  letter-spacing: -.02em;
  margin-left: 20px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.portfolio-horizontal {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.wrap-suite {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 99px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -25px;
  margin-left: -25px;
  display: flex;
}

.arrow-back {
  font-family: Montserratx, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.text-bt-big {
  height: 40px;
  line-height: 40px;
}

.icon-newwindow {
  margin-top: 1px;
  margin-left: 8px;
}

.icon-newwindow.in-portfolio {
  margin-top: -10px;
  margin-left: 90px;
  position: absolute;
}

.text-link {
  color: #000;
  text-decoration: underline;
}

.text-link:hover {
  color: #888;
}

.wrap-icon {
  width: 100px;
  height: 60px;
  min-height: 60px;
  min-width: 100px;
  clear: right;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-design {
  max-width: 1030px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 3%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.footer {
  height: 170px;
  background-color: #2d2f31;
  justify-content: center;
  align-items: center;
  padding-bottom: 0%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.footer.footer-bientot {
  height: 40px;
}

.logo-footer {
  color: #393b3d;
  flex-direction: column;
  align-items: center;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nope {
  display: none;
}

.footer-menu {
  display: none;
  position: relative;
}

.footer-menu.footer-bientot {
  height: 40px;
  max-height: 40px;
  min-height: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-menu-item {
  color: #e7e7dc;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  padding: 20px 6px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 500;
  transition: all .2s;
  display: inline-block;
}

.footer-menu-item:hover {
  color: #888;
}

.bt-navbar {
  height: 40px;
  text-align: center;
  letter-spacing: -.01em;
  text-transform: uppercase;
  background-color: #e7e7dc;
  border: 1px solid #333330;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: -1px;
  padding-top: 2px;
  padding-left: 14px;
  padding-right: 14px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 600;
  transition: all .2s;
  display: flex;
  overflow: hidden;
  box-shadow: 3px 3px #333330;
}

.bt-navbar:hover {
  background-color: #ffb;
}

.bt-navbar.w--current {
  background-color: #cfcfc3;
}

.bt-navbar.last {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.bt-navbar.first-and-last {
  border-radius: 6px;
}

.bt-navbar.first-new {
  border-radius: 5px 0 0 5px;
}

.text-navbar {
  text-transform: none;
  font-weight: 600;
  line-height: 40px;
}

.icon-services {
  margin-top: 3%;
  margin-bottom: 3%;
}

.people-slider {
  align-items: center;
  margin-top: 20px;
  display: flex;
  overflow: hidden;
}

.mask-explorer {
  height: 28px;
  overflow: hidden;
}

.mask-explorer._2 {
  height: 20px;
  margin-bottom: 6px;
}

.mask-explorer._1 {
  height: 12px;
  margin-bottom: 6px;
}

.explorer-stroke {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  letter-spacing: .2em;
  -webkit-text-stroke-width: .8px;
  -webkit-text-stroke-color: #21211f;
  text-transform: uppercase;
  margin-top: 1px;
  font-family: Poppins, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 100%;
}

.explorer {
  margin-top: 5%;
}

.myriade {
  width: 100%;
  height: 490px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-myriade {
  width: 1833px;
  height: 430px;
  max-width: none;
  margin-top: 30px;
  margin-bottom: 30px;
}

.last-work {
  background-color: #d8d8cf;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.wrap-bt-portfolio {
  width: 100%;
  padding-bottom: 30px;
}

.generique {
  max-width: 1000px;
  padding: 5% 20px;
}

.bientot {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.wrap-bientot-foooter {
  background-color: #333330;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

.wrap-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-menu-divider {
  color: #e7e7dc;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  margin-left: 4px;
  margin-right: 4px;
  padding: 20px 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
  display: inline-block;
}

.footer-menu-divider:hover {
  color: #999;
}

.headin-intro._750 {
  max-width: 750px;
  margin-top: 10%;
  overflow: hidden;
}

.subheading {
  text-align: center;
}

.highlights {
  z-index: 10;
  width: 100%;
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  overflow: hidden;
}

.highlights.design {
  z-index: 2;
  height: 30px;
  align-items: flex-start;
}

.content-highlight {
  width: 100%;
  max-width: 250px;
  min-height: 200px;
  background-color: #333330;
  border-radius: 6px;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  display: flex;
}

.content-highlight.design {
  background-color: rgba(0, 0, 0, 0);
}

.text-highlight {
  color: #e7e7dc;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.icon-highlights {
  margin-bottom: 26px;
}

.icon-outil {
  padding-right: 12px;
}

.highlights-design {
  width: 100%;
  height: 30px;
  max-width: 233px;
  background-image: url('../images/illimite-layout-highlights.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  align-items: center;
  margin-left: 8px;
  margin-right: 9px;
  display: flex;
}

.highlights-design.design {
  background-color: rgba(0, 0, 0, 0);
}

.highlights-design.vide {
  background-size: 0;
}

.surligne-diagonale {
  background-image: url('../images/surligne-diagonale.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

._1200 {
  width: 100%;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.image-exemple-design {
  margin-left: 10px;
  margin-right: 10px;
}

.header-bientot {
  background-image: url('../images/desktop-illimite.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 90px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.wrap-h1-bientot {
  overflow: hidden;
}

.header-info-bientot {
  max-width: 620px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: hidden;
}

.footer-menu-bientot {
  background-color: #333330;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-menu-bientot.footer-bientot {
  height: 40px;
  max-height: 40px;
  min-height: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-menu-item-bientot {
  color: #e7e7dc;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  padding: 20px 6px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 500;
  transition: all .2s;
  display: inline-block;
}

.footer-menu-item-bientot:hover {
  color: #888;
}

.footer-menu-divider-bientot {
  color: #e7e7dc;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  margin-left: 4px;
  margin-right: 4px;
  padding: 20px 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
  display: inline-block;
}

.footer-menu-divider-bientot:hover {
  color: #999;
}

.embedmail {
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .menu {
    margin-left: 20px;
    margin-right: 20px;
  }

  .header {
    min-height: 80vh;
    padding-top: 20%;
    padding-bottom: 15%;
  }

  .big-button.offre {
    font-size: 15px;
  }

  .grid-avantages {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .prix {
    font-size: 40px;
  }

  .places {
    font-size: 12px;
  }

  .offre-mensuel {
    height: 630px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .right-arrow {
    display: none;
  }

  .wrap-slide {
    padding-left: 70px;
    padding-right: 70px;
  }

  .offre-annuel {
    height: 630px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cell-grid-avantages {
    border: 1px solid #333330;
    padding-left: 60px;
    padding-right: 60px;
  }

  .logo {
    margin-left: 20px;
  }

  .wrap-slide-portfolio {
    margin-top: 80px;
  }

  .highlights {
    grid-column-gap: 20px;
    align-items: stretch;
  }

  .content-highlight {
    height: auto;
  }

  .highlights-design {
    background-size: contain;
  }

  .header-bientot {
    background-position: 50% 0;
    padding-top: 130px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    display: none;
  }

  .header {
    background-position: 50% 0;
    margin-top: 10px;
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .h1 {
    font-size: 12vw;
  }

  .h1.h1-bientot {
    font-size: 22vw;
  }

  .header-info {
    flex-direction: column;
  }

  .intro-paragraphe {
    margin-left: 20px;
    margin-right: 20px;
  }

  .h2.h2-services {
    padding-left: 0;
  }

  .h2.h2-explorez {
    background-size: 0;
  }

  .tarifs {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-tarifs-3-offres {
    width: 100%;
    max-width: 350px;
  }

  .tarifs-cell-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tarifs-cell-3 {
    border-right-width: 0;
  }

  .tarifs-cell-4 {
    border-top: 1px solid #000;
    border-right-width: 0;
  }

  .tarifs-cell-5 {
    border-top: 1px solid #000;
  }

  .tarifs-cell-1 {
    border-right-width: 0;
  }

  .prix {
    margin-top: 5%;
  }

  .offre-mensuel {
    justify-content: flex-start;
    padding-top: 20px;
  }

  .logo-image {
    margin-bottom: 21px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .testi-slider, .testi-slider.home3 {
    min-height: 400px;
  }

  .right-arrow {
    display: none;
  }

  .slide-nav {
    display: block;
    bottom: -40px;
  }

  .wrap-slide {
    height: 400px;
  }

  .offre-annuel {
    padding-top: 20px;
  }

  .cell-grid-avantages {
    border-width: 0 0 1px;
  }

  .cell-grid-avantages._1 {
    border-right-width: 0;
  }

  .cell-grid-avantages._3 {
    border-left-width: 0;
  }

  .cell-grid-avantages._4 {
    border-right-width: 0;
  }

  .cell-grid-avantages._6 {
    border-left-width: 0;
  }

  .wrap-icon {
    width: 60px;
    height: 60px;
    min-height: 60px;
    min-width: 60px;
  }

  .bientot {
    justify-content: flex-start;
    padding-top: 100px;
  }

  .highlights {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .highlights.design {
    display: none;
  }

  .header-bientot {
    background-position: 50% 0;
    margin-top: 10px;
    padding-bottom: 70px;
  }

  .header-info-bientot {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }

  .h1 {
    font-size: 12vw;
  }

  .header-info {
    padding-left: 0;
    padding-right: 0;
  }

  .intro-paragraphe {
    font-size: 16px;
  }

  .h2 {
    text-align: left;
    font-size: 40px;
  }

  .h2.h2-explorez {
    text-align: center;
    font-size: 30px;
  }

  .services-list {
    line-height: 1.2em;
  }

  .grid-tarifs-3-offres {
    width: 100%;
    max-width: 550px;
  }

  .text-tarifs {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .intro-tarifs {
    flex-direction: column;
  }

  .avantages-process {
    margin-top: -50px;
  }

  .faq-dropdown {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .appel {
    padding-top: 18%;
    padding-bottom: 18%;
  }

  .logo-image {
    margin-bottom: 35px;
  }

  .trombine-testi {
    margin-top: 0;
  }

  .testi-slider {
    display: none;
  }

  .cell-grid-avantages {
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-design {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .footer {
    height: 350px;
    padding-bottom: 5%;
  }

  .logo-footer {
    display: none;
  }

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

  .explorer-stroke {
    font-size: 46px;
  }

  .myriade {
    background-size: 0;
  }

  .image-myriade {
    width: 800px;
    height: auto;
  }

  .bientot {
    height: auto;
  }

  .content-highlight, .highlights-design {
    max-width: 550px;
  }

  .header-info-bientot {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-menu-bientot {
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    padding-top: 30px;
    padding-bottom: 50px;
    display: flex;
    position: relative;
  }

  .footer-menu-item-bientot {
    padding-bottom: 0;
  }

  .footer-menu-divider-bientot {
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }
}

#w-node-_1a1af57c-a446-5a2f-332f-d42786de351f-8b02d69d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-d450fa91-747b-6c98-7dec-b0f305fe92e1-8b02d69d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-d450fa91-747b-6c98-7dec-b0f305fe92e2-8b02d69d, #w-node-d636d695-ea47-b656-7ba5-b14b8a4cf89b-8b02d69d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8b13247c-62ca-d73e-d195-d0ab91cea878-8b02d69d, #w-node-_3d713be3-159a-8120-b676-c05dd4b90524-8b02d69d, #w-node-f5ad2313-32b2-5189-096c-78363d57954e-8b02d69d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_1a1af57c-a446-5a2f-332f-d42786de351f-8b02d69d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1a1af57c-a446-5a2f-332f-d42786de351f-8b02d69d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-d450fa91-747b-6c98-7dec-b0f305fe92e2-8b02d69d, #w-node-d636d695-ea47-b656-7ba5-b14b8a4cf89b-8b02d69d, #w-node-_8b13247c-62ca-d73e-d195-d0ab91cea878-8b02d69d, #w-node-_3d713be3-159a-8120-b676-c05dd4b90524-8b02d69d, #w-node-f5ad2313-32b2-5189-096c-78363d57954e-8b02d69d {
    grid-column: span 6 / span 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1a1af57c-a446-5a2f-332f-d42786de351f-8b02d69d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1a1af57c-a446-5a2f-332f-d42786de3520-8b02d69d, #w-node-_1a1af57c-a446-5a2f-332f-d42786de3521-8b02d69d, #w-node-_36981e34-ce9c-6428-be4a-e19614110d94-8b02d69d, #w-node-_09b46d0c-183a-0c3c-30a6-e036a4cfdd8e-8b02d69d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d450fa91-747b-6c98-7dec-b0f305fe92e2-8b02d69d, #w-node-d636d695-ea47-b656-7ba5-b14b8a4cf89b-8b02d69d {
    grid-column: span 6 / span 6;
  }
}


@font-face {
  font-family: 'Montserratx';
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}