:root {
  --elements-webflow-library-accent--primary-1: #4a3aff;
  --elements-webflow-library-neutral--100: white;
  --elements-webflow-library-secondary--color-1: #281ca5;
  --elements-webflow-library-neutral--800: #211f54;
  --elements-webflow-library-neutral--600: #6e7191;
  --elements-webflow-library-neutral--300: #eff0f6;
  --elements-webflow-library-general--shadow-02: #14142b14;
  --elements-webflow-library-secondary--color-2: #f2f1ff;
  --spark-library-black: black;
  --spark-library-foreground-interactive: #5532fa;
  --spark-library-background--interactive: #f0ecfd;
  --spark-library-white: white;
  --spark-library-foreground-interactive-hover: #1e116e;
  --lynx-white: white;
  --lynx-black: #1f2022;
  --memberstack-library--ms-main-cta-color: #2962ff;
  --memberstack-library--ms-main-cta-hover: #1051b9;
  --memberstack-library--ms-border-color: #12133140;
  --memberstack-library--ms-shadow-color: #0000001a;
  --memberstack-library--ms-main-text-color: #121331;
  --memberstack-library--ms-input-placeholder: #12133199;
  --spark-library-border-default: #00000029;
  --lynx-medium-purple: #8979ec;
}

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

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

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

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

a {
  text-decoration: underline;
}

.brix---btn-primary-small {
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  box-shadow: 0 0 4px #000000a8;
}

.brix---btn-primary-small:hover {
  background-color: var(--elements-webflow-library-secondary--color-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl {
  margin-left: 28px;
}

.brix---hamburger-menu-bar-bottom, .brix---hamburger-menu-bar-top {
  background-color: var(--elements-webflow-library-neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.brix---header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-link {
  color: var(--elements-webflow-library-neutral--800);
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.brix---header-nav-list-item.hide {
  display: none;
}

.brix---dropdown-link {
  width: 100%;
  color: var(--elements-webflow-library-neutral--600);
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-pd {
  padding: 40px;
}

.brix---dropdown-card {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  min-width: 280px;
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  border-radius: 20px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-column-wrapper {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.brix---dropdown-chevron {
  width: 13px;
  margin-bottom: -2px;
  margin-left: 6px;
}

.brix---dropdown-toggle {
  color: var(--elements-webflow-library-neutral--800);
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---header-logo {
  max-width: none;
  height: 80px;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---header-content-wrapper-v9 {
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.brix---social-icon-square-30px {
  background-color: var(--elements-webflow-library-secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---social-icon-square-30px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-right---mbl-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.brix---top-header-left-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---link-text {
  font-family: Poppins, sans-serif;
  transition: color .3s;
  display: inline-block;
}

.brix---link-icon-left {
  margin-right: 9px;
}

.brix---link-wrapper {
  color: var(--elements-webflow-library-neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---mg-left-24px---mg-top-16px-mbp {
  margin-left: 24px;
}

.brix---top-header-right-col {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---grid-header-top {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---header-top-wrapper {
  border-bottom: 1px solid var(--elements-webflow-library-neutral--300);
  padding-top: 22px;
  padding-bottom: 22px;
}

.brix---container-default {
  max-width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---header-wrapper-v9 {
  background-color: var(--elements-webflow-library-neutral--100);
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 2px 5px #0003;
}

.brix---header-wrapper-v9.hide {
  display: block;
}

.body {
  background-color: #184140;
  max-width: 100vw;
}

.text-block {
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.footer {
  padding-bottom: 20px;
}

.footer.hide {
  display: block;
}

.section {
  border-radius: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.prallax {
  background-color: #090642;
  border-top: 1px #fff;
  border-bottom: 1px #fff;
  border-radius: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: inset 0 0 20px -8px #000;
}

.container-2 {
  max-width: 95%;
}

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

.align-center._1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -30px;
  display: flex;
}

.show-text {
  color: #fff;
  text-transform: capitalize;
  font-family: Exo, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 60px;
}

.show-text.off {
  display: none;
}

.zoom-icon {
  background-color: #000c;
  background-image: url('../images/font-awesome_4-6-3_search_100_0_ffffff_none-2_1font-awesome_4-6-3_search_100_0_ffffff_none (2).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-4 {
  z-index: 500;
  margin-bottom: 60px;
  position: relative;
  box-shadow: 0 0 20px #000;
}

.lightbox-link-4 {
  height: 100%;
}

.image-popup {
  float: left;
  width: 20%;
  height: 14em;
  position: relative;
}

.image-popup._3 {
  background-image: url('../images/voiture-6.jpg');
  background-position: 55%;
  background-size: cover;
}

.image-popup._4 {
  background-image: url('../images/voiture-4.jpg');
  background-position: 32%;
  background-size: cover;
}

.image-popup._5 {
  background-image: url('../images/voiture-2.jpg');
  background-position: 30%;
  background-size: cover;
}

.image-popup._2 {
  background-image: url('../images/voiture-3.jpg');
  background-position: 30%;
  background-size: cover;
}

.image-popup._1 {
  background-image: url('../images/voiture-1.jpg');
  background-position: 45%;
  background-size: cover;
}

.lightbox-overlay {
  background-image: linear-gradient(to top, #090642d9, #09064282 14%, #09064245 28%, #09064200 42%, #fff0 93%);
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.zoom-icon-wrapper {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.footer-icon {
  filter: invert(78%);
  background-image: url('../images/phone-call-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60px;
  width: 70px;
  height: 70px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-icon.email {
  background-image: url('../images/envelope-1_1envelope (1).png');
  background-size: 60px;
}

.footer-icon.addres {
  background-image: url('../images/placeholder-1_1placeholder (1).png');
  background-size: 60px;
}

.social-icon {
  opacity: 1;
  background-color: #38b6ff;
  background-image: url('../images/fa-facebook_100_0_ffffff_none_1fa-facebook_100_0_ffffff_none.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border: 2px solid #b4e3ff;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  margin-left: 5px;
  margin-right: 5px;
  transition: all .4s;
  display: inline-block;
  position: relative;
}

.social-icon:hover {
  opacity: 1;
  background-color: #149cca;
}

.social-icon.twitter {
  background-color: #38b6ff;
  background-image: url('../images/font-awesome_4-6-3_google-plus_100_0_ffffff_none_1font-awesome_4-6-3_google-plus_100_0_ffffff_none.png');
  background-size: 20px;
  border: 2px solid #b4e3ff;
}

.social-icon.twitter:hover {
  background-color: #149cca;
}

.social-icon.twitter.biger {
  background-color: #05005a;
  background-size: 23px;
  border-color: #fff;
}

.social-icon.instagram {
  background-color: #54b2d2;
  background-image: url('../images/Just-Eat-PNG-35px_1Just-Eat-PNG-35px.png');
  background-size: 25px;
  display: none;
}

.social-icon.instagram.biger {
  background-size: 28px;
  display: none;
}

.social-icon.google {
  background-image: url('../images/fa-twitter_100_0_ffffff_none_1fa-twitter_100_0_ffffff_none.png');
  background-size: 16px;
  display: none;
}

.social-icon.biger {
  background-color: #05005a;
  background-size: 21px;
  border-color: #fff;
  width: 50px;
  height: 50px;
  box-shadow: 1px 1px 3px #4d4d4d;
}

.div-block-2 {
  margin-bottom: 30px;
}

.div-block-2._1 {
  margin-bottom: 5px;
}

.link-block-4 {
  position: absolute;
  inset: 0%;
}

.link-4 {
  color: #000;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Bitter, serif;
  font-size: 15px;
  text-decoration: none;
}

.italic-text {
  color: #000;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Bitter, serif;
  font-size: 15px;
  font-weight: 400;
}

.image-11 {
  width: 100px;
  margin-top: -3px;
}

.div-block-28 {
  margin: 20px;
}

.div-block-27 {
  border-top: 2px solid #15ccff;
  border-bottom: 2px solid #15ccff;
  border-right: 2px solid #15ccff;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 68%;
  height: 100%;
  display: flex;
  box-shadow: inset 0 0 4px #2a2a2a;
}

.div-block-27.google-maps {
  border-top-style: solid;
  border-top-color: #fff;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  border-right-style: solid;
  border-right-color: #fff;
  box-shadow: inset 0 0 4px #6c6c6c;
}

.div-block-25 {
  background-color: #15ccff;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 32%;
  height: 100%;
  min-height: 100%;
  display: flex;
}

.div-block-25.google-maps {
  background-color: #fff;
}

.div-block-29 {
  margin-top: 40px;
}

.div-block-19 {
  margin-top: -30px;
}

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

.left-copyright-flex.right {
  justify-content: center;
}

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

.top-margin.less-space {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.top-margin.less-space._2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-3 {
  filter: brightness(88%);
  width: 300px;
  max-width: none;
  margin: -58px 20px -30px 0;
  display: block;
}

.image-3._1 {
  width: 460px;
  margin-top: -20px;
  margin-bottom: -10px;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  font-family: Exo, sans-serif;
  font-size: 19px;
  display: flex;
}

.follow-text {
  color: #000;
  margin-right: 10px;
  font-size: 23px;
  font-weight: 400;
  line-height: 30px;
  display: inline-block;
}

.follow-text.in-footer {
  color: #000;
  font-family: Exo, sans-serif;
  font-size: 18.5px;
  font-weight: 500;
  position: relative;
  top: -19px;
}

.follow-text.in-footer.spechoraires {
  margin-bottom: 50px;
}

.follow-text._1 {
  color: #000;
  margin-right: 8px;
}

.follow-text._1._2 {
  margin-top: 5px;
  display: block;
  position: static;
}

.follow-text._1._2._3 {
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  margin-top: 8px;
  margin-right: 0;
  font-family: Exo, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.follow-text._1._2._3.spec4 {
  z-index: 5;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.3em;
  position: relative;
}

.html-embed-2 {
  margin-top: 0;
  margin-bottom: 30px;
}

.biger {
  color: #000;
  font-family: Exo, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 30px;
}

.biger._2._3 {
  color: #191919;
  font-family: Exo, sans-serif;
  font-size: 19px;
  font-weight: 500;
}

.biger._1._2 {
  color: #000;
  font-family: Exo, sans-serif;
  font-size: 19px;
  font-weight: 500;
}

.link-block {
  margin-bottom: 70px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.text-block-2 {
  color: #fff;
  font-family: PT Serif, serif;
  font-size: 14px;
  font-style: italic;
  text-decoration: none;
}

.text-block-18 {
  color: #000;
  letter-spacing: -.5px;
  text-shadow: 1px 1px 3px #e9e9e9;
  font-family: Poppins, sans-serif;
  font-size: 16.5px;
  font-weight: 500;
}

.div-block-30 {
  margin: 20px;
}

.div-block-3 {
  margin-bottom: 10px;
}

.div-block-26 {
  border-radius: 12px;
  align-items: center;
  width: 400px;
  height: 60px;
  text-decoration: none;
  display: flex;
  box-shadow: 1px 1px 3px #2d2d2d;
}

.link-block-2 {
  text-decoration: none;
}

.div-block-31 {
  flex-direction: row;
  justify-content: center;
  margin-bottom: 50px;
  display: flex;
}

.div-block-31.spec1 {
  margin-bottom: 0;
}

.div-block-32 {
  background-color: #15ccff;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 32%;
  height: 100%;
  min-height: 100%;
  display: flex;
}

.div-block-33 {
  border-top: 2px solid #15ccff;
  border-bottom: 2px solid #15ccff;
  border-right: 2px solid #15ccff;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 68%;
  height: 100%;
  display: flex;
  box-shadow: inset 0 0 4px #2a2a2a;
}

.text-block-19 {
  color: #000;
  letter-spacing: -.5px;
  text-shadow: 1px 1px 3px #e9e9e9;
  font-family: Poppins, sans-serif;
  font-size: 16.5px;
  font-weight: 500;
}

.div-block-34 {
  background-color: #15ccff;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 32%;
  height: 100%;
  min-height: 100%;
  display: flex;
}

.div-block-34.google-maps {
  background-color: #fff;
}

.div-block-35 {
  border-top: 2px solid #15ccff;
  border-bottom: 2px solid #15ccff;
  border-right: 2px solid #15ccff;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 68%;
  height: 100%;
  display: flex;
  box-shadow: inset 0 0 4px #2a2a2a;
}

.div-block-35.google-maps {
  border-top-style: solid;
  border-top-color: #fff;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  border-right-style: solid;
  border-right-color: #fff;
  box-shadow: inset 0 0 4px #6c6c6c;
}

.text-block-20 {
  color: #000;
  letter-spacing: -.5px;
  text-shadow: 1px 1px 3px #e9e9e9;
  font-family: Poppins, sans-serif;
  font-size: 16.5px;
  font-weight: 500;
}

.prefooter.hide {
  display: none;
}

.brix---hamburger-menu-bar-bottom-2, .brix---hamburger-menu-bar-top-2 {
  background-color: var(--elements-webflow-library-neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper-2 {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper-2:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper-2.w--open {
  background-color: #0000;
}

.brix---header-nav-link-2 {
  color: var(--elements-webflow-library-neutral--800);
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link-2:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---header-nav-list-item-2 {
  margin-bottom: 0;
  padding-left: 32px;
}

.brix---header-nav-list-item-2.hide {
  display: none;
}

.brix---header-nav-list-item-2.spec8 {
  padding-left: 10px;
}

.brix---header-nav-list-item-show-in-tablet {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-menu-list-2 {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-left-col {
  align-items: center;
  display: flex;
}

.brix---header-logo-2 {
  max-width: none;
  height: 80px;
  margin-left: 0;
}

.brix---header-logo-link-2 {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link-2:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---header-nav-list-item-left {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 32px;
}

.brix---header-nav-list-item-left.hide {
  display: none;
}

.brix---header-right-col-hidden-on-tablet {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 6px;
  display: flex;
}

.brix---container-default-2 {
  max-width: 98%;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---header-wrapper {
  background-color: var(--elements-webflow-library-neutral--100);
  padding-top: 0;
  padding-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  box-shadow: 0 2px 5px #0003;
}

.brix---header-wrapper.hide {
  display: none;
}

.spark-line-3 {
  z-index: 2;
  background-color: var(--spark-library-black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-3.spark-simple-line {
  background-color: var(--spark-library-foreground-interactive);
  border-radius: 3px;
  width: 12.75px;
  height: 3.3px;
  margin-left: 18px;
  top: 38px;
}

.spark-line-2 {
  z-index: 1;
  background-color: var(--spark-library-black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-2.spark-simple-line {
  background-color: var(--spark-library-foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-line-1 {
  z-index: 2;
  background-color: var(--spark-library-black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-1.spark-simple-line {
  background-color: var(--spark-library-foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.spark-simple-menu-button-right {
  background-color: #0000;
  width: 60px;
  height: 60px;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button-right.w--open {
  background-color: #0000;
}

.spark-nav-link {
  color: var(--spark-library-black);
  text-align: center;
  border-radius: 8px;
  margin-left: 8px;
  padding: 16px 24px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
}

.spark-nav-link:hover {
  background-color: var(--spark-library-background--interactive);
  opacity: 1;
  color: var(--spark-library-foreground-interactive);
}

.spark-nav-link.w--current {
  color: var(--spark-library-foreground-interactive);
}

.spark-full-nav-menu {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-centered-brand-logo {
  z-index: 2;
  justify-content: center;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  display: flex;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.spark-hamburger-menu-inner {
  justify-content: flex-end;
  align-items: center;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.spark-centered-nav-with-links-left-and-right {
  z-index: 99;
  background-color: var(--spark-library-white);
  width: 100%;
  height: 8em;
  padding: 16px;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px #0003;
}

.spark-centered-nav-with-links-left-and-right.hide {
  display: none;
}

.spark-line-4 {
  z-index: 1;
  background-color: var(--spark-library-black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-4.spark-simple-line {
  background-color: var(--spark-library-foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-line-5 {
  z-index: 2;
  background-color: var(--spark-library-black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-5.spark-simple-line {
  background-color: var(--spark-library-foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.spark-simple-menu-button {
  background-color: #fff;
  width: 60px;
  height: 60px;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button.w--open {
  background-color: var(--spark-library-background--interactive);
  border-radius: 8px;
}

.spark-nav-link-2 {
  color: #fff;
  text-align: center;
  border-radius: 8px;
  margin-left: 24px;
  margin-right: 24px;
  padding: 16px 0 12px;
  font-family: Poppins, sans-serif;
  font-size: 17.5px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
}

.spark-nav-link-2:hover {
  opacity: 1;
  background-color: #f0ecfd00;
}

.spark-nav-link-2.w--current {
  color: #6ddaff;
  border-bottom: 5px solid #6ddaff;
  border-radius: 0;
  margin-left: 24px;
  margin-right: 24px;
  padding-bottom: 12px;
  padding-left: 0;
  padding-right: 0;
}

.spark-nav-link-2.spark-square-button {
  background-color: var(--spark-library-foreground-interactive);
  color: var(--spark-library-white);
  text-align: center;
  border-style: none;
  border-radius: 8px;
  margin-right: 0;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1em;
  transition: color .15s, background-color .15s, opacity .15s;
  box-shadow: 0 2px 5px #0000005c;
}

.spark-nav-link-2.spark-square-button:hover {
  background-color: var(--spark-library-foreground-interactive-hover);
  opacity: 1;
}

.spark-nav-link-2.spark-centered {
  margin-left: 4px;
  margin-right: 4px;
}

.spark-nav-link-2.spark-with-dropdown {
  grid-column-gap: 16px;
  padding-right: 16px;
  display: flex;
}

.spark-nav-link-2.spark-button {
  color: var(--spark-library-white);
  text-align: center;
  background-color: #ffffff1a;
  border-style: solid;
  border-color: #fff;
  border-radius: 99px;
  margin-right: 0;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1em;
  transition: color .45s, background-color .8s, opacity .45s;
  box-shadow: 0 2px 5px #0000004a;
}

.spark-nav-link-2.spark-button:hover {
  opacity: 1;
  color: var(--spark-library-black);
  background-color: #ffffffe3;
}

.spark-nav-link-2.spark-button.w--current {
  opacity: .5;
  color: var(--spark-library-white);
}

.spark-nav-link-2.logged-out-view:hover {
  background-color: #f0ecfd00;
}

.spark-nav-link-2.digital {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #1b2c2973;
  border: 2px solid #b9e5e4;
  border-radius: 12px;
  align-items: center;
  height: 100%;
  min-height: 100%;
  margin-right: 110px;
  padding: 0 12px 0 14px;
  display: flex;
}

.spark-nav-link-2.digital:where(.w-variant-35898c71-92fb-2c09-98d3-b5f4dff951d5) {
  margin-right: 110px;
}

.spark-light-nav-link {
  color: var(--spark-library-black);
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.spark-light-nav-link.w--current {
  color: var(--spark-library-foreground-interactive);
}

.spark-light-nav-link.spark-square-button {
  background-color: var(--spark-library-background--interactive);
  color: var(--spark-library-foreground-interactive);
  text-align: center;
  border-style: none;
  border-radius: 8px;
  margin-left: 10px;
  margin-right: 12px;
  padding: 16px 24px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1em;
  transition: color .2s, background-color .15s;
}

.spark-light-nav-link.spark-square-button:hover {
  background-color: var(--spark-library-foreground-interactive);
  opacity: 1;
  color: var(--spark-library-background--interactive);
}

.spark-nav-menu {
  background-image: linear-gradient(#5cdedb61, #5cdedb61);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 45px;
  display: flex;
  box-shadow: 0 0 12px #0000003d;
}

.spark-nav-menu:where(.w-variant-35898c71-92fb-2c09-98d3-b5f4dff951d5), .spark-nav-menu.specontact {
  margin-bottom: 0;
}

.spark-brand-logo {
  z-index: 2;
  margin-bottom: 30px;
  padding-left: 0;
}

.spark-brand-logo.w--current {
  margin-bottom: 20px;
}

.spark-square-menu-inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 110px 30px;
  display: flex;
}

.spark-square-menu-with-hiring-button {
  background-color: var(--spark-library-white);
  width: 100%;
  height: 8em;
  padding-left: 18px;
  padding-right: 18px;
}

.spark-square-menu-with-hiring-button.arretedebuguer {
  box-shadow: 0 2px 5px #0003;
}

.spark-square-menu-with-hiring-button.arretedebuguer.hide {
  display: none;
}

.spark-line-6 {
  z-index: 1;
  background-color: var(--spark-library-black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-6.spark-simple-line {
  background-color: var(--spark-library-foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-line-7 {
  z-index: 2;
  background-color: var(--spark-library-black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-7.spark-simple-line {
  background-color: var(--spark-library-foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.spark-dropdown-link {
  border-radius: 8px;
  width: 100%;
  margin-left: 0;
  padding: 8px 16px;
  transition: color .15s, background-color .15s;
}

.spark-dropdown-link:hover {
  background-color: var(--spark-library-background--interactive);
  opacity: 1;
  color: var(--spark-library-foreground-interactive);
}

.spark-dropdown-list.w--open {
  background-color: var(--spark-library-white);
  border: 1px solid #00000029;
  border-radius: 8px;
  padding: 8px;
}

.icon-chevron {
  color: #fff;
  width: 12px;
  display: inline-block;
}

.spark-centered-nav-menu {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.spark-left-side-brand-logo {
  margin-right: auto;
  padding-left: 0;
}

.square-menu-with-centered-links-inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.spark-square-menu-with-centered-links {
  background-color: var(--spark-library-white);
  width: 100%;
  height: 8em;
  padding-left: 40px;
  padding-right: 40px;
  box-shadow: 0 2px 5px #0003;
}

.spark-square-menu-with-centered-links.hide {
  display: none;
}

.spark-line-8 {
  z-index: 2;
  background-color: var(--spark-library-black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-8.spark-simple-line {
  background-color: var(--spark-library-foreground-interactive);
  border-radius: 3px;
  width: 12.75px;
  height: 3.3px;
  margin-left: 18px;
  top: 38px;
}

.spark-line-9 {
  z-index: 2;
  background-color: var(--spark-library-black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-9.spark-simple-line {
  background-color: var(--spark-library-foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.spark-button {
  border: 1px solid var(--spark-library-foreground-interactive);
  background-color: var(--spark-library-foreground-interactive);
  color: var(--spark-library-white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  border-color: var(--spark-library-foreground-interactive-hover);
  background-color: var(--spark-library-foreground-interactive-hover);
  opacity: 1;
}

.spark-square-menu-with-dropdowns {
  background-color: var(--spark-library-white);
  width: 100%;
  height: 8em;
  padding-left: 30px;
  padding-right: 40px;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px #0003;
}

.spark-square-menu-with-dropdowns.hide {
  height: auto;
  box-shadow: none;
  background-color: #fff0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
}

.image-12 {
  max-width: none;
  height: 80px;
}

.image-13 {
  max-width: none;
  height: 62px;
}

.image-14 {
  border-radius: 12px;
  max-width: none;
  height: 90px;
  box-shadow: 0 0 5px #0000006e;
}

.image-15 {
  border: 1px solid #fff;
  border-radius: 18px;
  max-width: none;
  height: 110px;
  box-shadow: 0 2px 16px #0000008a;
}

.spark-social-icon-svg {
  width: 20px;
  height: 20px;
}

.spark-social-link {
  background-color: var(--spark-library-white);
  width: 32px;
  height: 32px;
  color: var(--spark-library-foreground-interactive);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 5px 8px;
  transition: color .15s, background-color .15s;
  display: flex;
}

.spark-social-link:hover {
  background-color: var(--spark-library-foreground-interactive);
  opacity: 1;
  color: var(--spark-library-white);
}

.spark-social-link-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  display: flex;
}

.spark-footer-text {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.spark-flex-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-footer-bottom {
  background-color: var(--spark-library-background--interactive);
  padding: 1rem 64px;
  box-shadow: inset 0 0 3px #00000014;
}

.spark-footer-link {
  color: var(--spark-library-black);
  margin-bottom: -7px;
  padding: 3px 24px;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.4em;
  text-decoration: none;
  transition: color .15s, background-color .15s, opacity .15s;
}

.spark-footer-link:hover {
  opacity: 1;
  color: var(--spark-library-foreground-interactive);
}

.spark-footer-link.hide {
  display: none;
}

.spark-footer-column {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.spark-brand {
  width: 132px;
  display: inline-block;
}

.spark-brand.spark-margin-bottom-32px {
  width: 132px;
  margin-bottom: 32px;
}

.spark-max-width-416 {
  max-width: 416px;
}

.spark-footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr 1fr;
  margin-bottom: 0;
}

.spark-section {
  background-color: #fff;
  width: 100%;
  padding: 80px 64px 60px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section p {
  font-size: 16px;
  font-weight: 400;
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

.spark-footer {
  width: 100%;
  position: relative;
}

.lynx-link-footer-dark {
  color: #fff;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-link-footer-dark:hover {
  color: var(--lynx-white);
}

.lynx-text-footer-dark {
  color: #fff;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-block-footer-down {
  border-top: 1px solid #dfdad233;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.lynx-link-footer-large-white {
  color: var(--lynx-white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-link-footer-large-white:hover {
  color: var(--spark-library-white);
}

.lynx-heading-footer-white {
  color: #fff;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 140%;
}

.lynx-block-footer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 70px;
  display: flex;
}

.lynx-block-footer.spec1 {
  padding-right: 0;
}

.lynx-logo-footer {
  width: 76px;
  margin-bottom: 30px;
}

.lynx-grid-footer-dark {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 15px;
}

.lynx-footer-dark {
  background-color: #1e6967c4;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 100%;
  max-width: 1392px;
  margin-top: 180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  box-shadow: 0 -2px 5px #00000045;
}

.lynx-icon-social {
  width: 18px;
  height: 18px;
  display: block;
}

.lynx-link-block {
  background-color: var(--lynx-white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: background-color .3s;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-link-block:hover {
  background-color: #1f20221a;
}

.lynx-social {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.lynx-link-footer {
  color: #1f202280;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-link-footer:hover {
  color: var(--lynx-black);
}

.lynx-logo-footer-center {
  width: 64px;
  margin-left: 30px;
  margin-right: 30px;
}

.lynx-text-footer {
  color: #1f202280;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 140%;
}

.lynx-block-footer-center {
  border-top: 1px solid #dfdad2;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 40px;
  display: flex;
}

.lynx-footer {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph {
  color: #fff;
}

.background {
  z-index: -5;
  background-image: url('../images/background-colette-images_resultat.png');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  height: 80vh;
  position: fixed;
  inset: 15% 0% 0%;
}

.section-5 {
  height: auto;
  margin-top: 22px;
  padding: 35px 45px 50px 60px;
  display: block;
}

.background-vignette {
  z-index: -3;
  background-image: radial-gradient(circle, #0000 29%, #08191945 50%, #08191961 67%, #081919c9), linear-gradient(#184140 12%, #fff0 26%), radial-gradient(circle closest-corner, #184140b8, #184140b8 39%, #184140 76%);
  position: fixed;
  inset: 0%;
}

.div-block-36 {
  flex-flow: column;
  display: flex;
}

.photo {
  width: 40px;
  height: 40px;
}

.div-block-38 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  cursor: pointer;
  align-items: center;
  display: none;
}

.text-block-21 {
  color: #fff;
  margin-right: -10px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.div-block-39 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.search-bar {
  padding: 12px 55px;
  display: none;
}

.div-block-40 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: #1b2c2973;
  border: 2px solid #b9e5e4;
  border-radius: 12px;
  padding: 2px 12px;
  display: flex;
}

.div-block-40:where(.w-variant-35898c71-92fb-2c09-98d3-b5f4dff951d5) {
  display: none;
}

.div-block-40._30px {
  height: 30px;
  margin-bottom: 10px;
  padding: 0 8px;
}

.submit-button {
  display: none;
}

.image-16 {
  object-fit: contain;
  width: 24px;
  height: 24px;
  margin-top: 10px;
}

.image-16.loupe1 {
  width: 18px;
  height: 30px;
  margin-top: 0;
}

.form-block {
  margin-bottom: 0;
}

.text-field {
  color: #fff;
  background-color: #fff0;
  border: 1px #000;
  width: 500px;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-field::placeholder {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.text-field._30px {
  width: auto;
  height: 30px;
  padding: 0 5px 3px;
  font-size: 14px;
}

.text-field._30px::placeholder {
  font-size: 14px;
}

.image-17 {
  filter: saturate(200%) hue-rotate(260deg);
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}

.sub-filter-link {
  grid-column-gap: 6px;
  color: #828aa3;
  border: 1px solid #0000;
  border-radius: 6px;
  align-items: center;
  padding: 4px 8px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.sub-filter-link:hover {
  color: #000;
  background-color: #fff0;
  border-style: none;
  border-color: #008c106b;
  padding-left: 18px;
}

.sub-filter-link:active {
  background-color: #21932921;
  border-color: #219329;
}

.sub-filter-link.w--current {
  color: #fff;
  border-style: none;
  border-color: #e6e9f1;
  padding-left: 18px;
  font-weight: 400;
  box-shadow: 0 0 3px #14142b17;
}

.text-block-27 {
  text-align: center;
  margin-top: -8px;
  margin-bottom: 3px;
  margin-left: 0;
  font-size: 14px;
  font-weight: 600;
}

.text-block-29 {
  line-height: 20px;
}

.text-block-29.hide {
  display: none;
}

.text-50 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.333em;
}

.text-50.medium {
  font-weight: 500;
}

.text-50.medium.sidebar-title {
  letter-spacing: .09em;
  text-transform: uppercase;
  margin-bottom: 18px;
  margin-left: 10px;
}

.text-50.medium.sidebar-title.special {
  color: #a8fefd;
  border-bottom: 2px solid #a8fefd;
  margin-bottom: 12px;
  margin-left: 0;
  padding-bottom: 6px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.text-50.medium.sidebar-title.first {
  margin-bottom: 0;
  margin-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.text-50.medium.sidebar-title.first:hover {
  color: #f6f6f6;
}

.text-50.medium.sidebar-title.first.last {
  margin-bottom: 15px;
}

.div-block-74 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 6px;
  padding-top: 1px;
  display: flex;
}

.div-sous-categories {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-sous-categories.sidebar-links-grid {
  grid-row-gap: 4px;
}

.div-sous-categories.sidebar-links-grid.mg-bottom-48px {
  margin-bottom: 18px;
}

.div-sous-categories.sidebar-links-grid.mg-bottom-48px.spec {
  background-color: #9ffbeb17;
  border: 1px solid #b9e5e4;
  border-radius: 12px;
  height: 150px;
  margin-bottom: 25px;
  display: block;
  overflow: scroll;
}

.menu-gauche {
  position: sticky;
  top: 24px;
}

.menu-gauche.hidden-on-tablet {
  position: relative;
  top: 0;
}

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

.image-div {
  justify-content: center;
  height: auto;
  display: flex;
}

.wbs-button-primary-1 {
  color: #fff;
  text-align: center;
  background-color: #2e8b57;
  border: 3px solid #fff;
  border-radius: 6px;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 13px 30px;
  font-size: 17.5px;
  font-weight: 700;
  transition: background-color .3s ease-in-out;
  box-shadow: inset 0 0 3px #ffffffb3, 0 2px 5px #0003;
}

.wbs-button-primary-1:hover {
  color: #212121;
  background-color: #fff;
  border-color: #2e8b57;
  box-shadow: inset 0 0 6px #dadada, 0 2px 5px #0003;
}

.wbs-button-primary-1.spec-menu {
  background-color: #007c08;
  border-style: none;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 18px;
}

.wbs-button-primary-1.spec-menu:hover {
  color: #323232;
  background-color: #fff;
}

.wbs-button-primary-1.spec-menu.spec-produits {
  color: #fff;
  text-align: left;
  background-color: #007c08;
  border-style: none;
  margin-top: 18px;
  padding: 8px 10px 11px;
  font-size: 15px;
}

.products {
  background-color: #fff0;
  border: 1px #00000021;
  border-radius: 12px;
  align-items: center;
  width: 300px;
  margin-bottom: 15px;
  padding: 10px 12px;
  display: flex;
}

.heading {
  margin-top: 0;
}

.heading.product {
  color: #fff;
  text-align: center;
  min-height: 44px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 22px;
}

.nouveaudiv {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.image-18 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 2px solid #9fe9ff;
  border-radius: 9px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-28 {
  line-height: 18px;
}

.div-block-71 {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
}

.div-block-75 {
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.filter-link {
  color: #f6f6f6;
  border: 1px #0000;
  border-radius: 6px;
  margin-bottom: 10px;
  margin-left: -3px;
  padding: 4px 8px;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.filter-link:hover {
  color: #f6f6f6;
  border: 1px #00e1ff6b;
  border-radius: 6px;
  transform: scale(1.05);
}

.filter-link.w--current {
  color: #c7fdff;
  border-style: none;
  border-bottom-width: 2px;
  border-bottom-color: #a4d2ff;
  padding-left: 25px;
  text-decoration: none;
}

.btn-primary {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  transform-style: preserve-3d;
  background-color: #0000;
  background-image: linear-gradient(113deg, #22c8ce, #227687);
  border: 1px solid #c0fffe;
  border-radius: 76px;
  justify-content: center;
  padding: 8px 16px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  line-height: 1.286em;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s, background-color .3s, color .3s;
  display: block;
  box-shadow: 0 1px 4px #4a3aff42;
}

.btn-primary:hover {
  color: #fff;
  transform: scale3d(1.02, 1.02, 1.01);
  box-shadow: 0 2px 16px 1px #4a3aff4d;
}

.btn-primary.first {
  transform-style: preserve-3d;
  background-image: linear-gradient(113deg, #22c8ce, #227687);
  border: 2px solid #c0fffe;
  margin-top: 8px;
  margin-bottom: 6px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  display: none;
}

.btn-primary.first:hover {
  transform: scale3d(1.05, 1.05, 1.05);
}

.btn-primary.second {
  letter-spacing: -.5px;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  font-size: 13.3px;
  display: none;
}

.btn-primary.second:hover {
  transform: scale3d(1.05, 1.05, 1.05);
}

.link-icon {
  max-width: 10px;
}

.corps-produits {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.corps-produits.main-dashboard-grid {
  grid-column-gap: 40px;
  grid-template-columns: 285px 5.5fr;
  align-items: start;
}

.max-w-20px {
  max-width: 20px;
}

.max-w-20px.hide {
  display: none;
}

.grid-produits {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(300px, 300px));
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-items: start;
  margin-top: -12em;
  padding: 12em 0 0;
  display: grid;
}

.bold-text-51 {
  color: #2f2f2f;
  font-weight: 600;
}

.div-block-120 {
  background-image: radial-gradient(circle, #184140 66%, #18414059 74%, #18414033 92%, #fff0);
  flex-flow: column;
  height: 100%;
  display: flex;
  overflow: visible;
}

.div-block-73 {
  flex-flow: row;
  width: 100%;
  padding-bottom: 10px;
  display: flex;
}

.text-501 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.286em;
}

.text-501.medium {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 15.5px;
  font-weight: 500;
}

.text-block-30 {
  margin-bottom: 12px;
  font-weight: 700;
}

.div-block-76 {
  justify-content: center;
  width: 100%;
  height: 80px;
  display: flex;
}

.div-block-72 {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 15px;
  display: flex;
}

.menu-gauche-1 {
  z-index: 1;
  flex-flow: column;
  display: flex;
  position: relative;
  top: 0;
}

.produits-droite {
  width: 100%;
  max-width: none;
}

.image-19 {
  object-fit: contain;
  width: 180px;
}

.bold-text-52, .bold-text-53 {
  color: #fff;
}

.center {
  z-index: 3;
  background-color: #00000063;
  border-radius: 0;
  flex: 1;
  order: 4;
  align-self: baseline;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% 0;
}

.center.spec4 {
  z-index: 6;
  background-color: #0000008c;
}

.banner {
  z-index: 3;
  height: 80vh;
  margin-top: 8.5em;
  position: relative;
  overflow: hidden;
  box-shadow: 3px 3px 16px #000;
}

.banner.spec3 {
  height: 50vh;
  margin-top: -3em;
}

.banner.spec3.spec8 {
  height: 40vh;
  box-shadow: none;
  margin-top: 0;
}

.video-overlay {
  z-index: 3;
  display: block;
  position: absolute;
  inset: 0;
}

.div-block-90 {
  z-index: 4;
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-103 {
  justify-content: center;
  margin-top: 35px;
  display: flex;
}

.div-block-103._2 {
  margin-top: 10px;
  position: relative;
}

.image-25 {
  z-index: 4;
  object-fit: cover;
  object-position: 50% 30%;
  width: 100%;
  height: 100%;
  position: relative;
}

.container-center {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.container-center.in-slider {
  max-width: 90%;
  margin-top: -40px;
  top: 58%;
}

.container-center.in-slider.spec5 {
  margin-top: -60px;
}

.image-30 {
  filter: hue-rotate(63deg);
  width: 100%;
}

.brix---inner-container-700px-center {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.brix---grid-2-contact-v9 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.brix---color-neutral-804 {
  color: #fff;
}

.brix---color-neutral-803 {
  color: #211f54;
}

.brix---error-message-2 {
  color: #007300;
  text-align: center;
  -webkit-text-stroke-color: #00f964;
  background-color: #a1ffad;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---social-media-grid-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  align-self: center;
  justify-items: start;
}

.brix---btn-primary-2 {
  filter: contrast(107%) saturate(183%);
  color: #313131;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #dfffe459;
  border: 2px solid #166a2587;
  border-radius: 76px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  box-shadow: 0 2px 5px #0000005c;
}

.brix---btn-primary-2:hover {
  color: #1e1e1e;
  transform: translate3d(0, -3px, .01px);
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

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

.brix---input-label-2 {
  color: #000;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 19px;
  line-height: 1.4em;
}

.brix---card-link-icon-wrapper-2 {
  color: #6e7191;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #f7f7fc;
  border-radius: 14px;
  align-items: center;
  padding: 14px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 6px #14142b38;
}

.brix---card-link-icon-wrapper-2:hover {
  border-width: 2px;
  border-color: #8686ff;
  transform: scale3d(.96, .96, 1.01);
}

.brix---big-icon-left-2 {
  border-radius: 16px;
  margin-right: 16px;
}

.brix---input-2 {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 100px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 0 5px -2px #0003;
}

.brix---input-2:hover {
  border-width: 2px;
  border-color: #5bb05e;
  box-shadow: 0 2px 12px #14142b1a;
}

.brix---input-2:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.brix---input-2::placeholder {
  color: #5b5b5b;
  font-size: 18px;
}

.brix---input-2.spec {
  color: #5b5b5b;
}

.brix---input-2.spec:focus {
  border-color: #75d3ff;
}

.brix---paragraph-default {
  color: #3c3c3c;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---heading-h2-size-3 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4em;
}

.brix---half-bg-bottom-70-2 {
  z-index: -1;
  background-color: #ecfff7;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.brix---color-accent-2 {
  color: #4a3aff;
}

.brix---color-neutral-802 {
  color: #6e7191;
}

.brix---text-area-2 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 22px;
  min-height: 144px;
  padding: 8px 12px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #14142b14;
}

.brix---text-area-2:hover {
  border-width: 2px;
  border-color: #5bb05e;
  box-shadow: 0 2px 12px #14142b1a;
}

.brix---text-area-2:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.brix---text-area-2::placeholder {
  color: #5b5b5b;
  font-size: 18px;
}

.brix---inner-container-400px {
  filter: hue-rotate(260deg);
  max-width: 400px;
}

.brix---mg-top-56px {
  filter: hue-rotate(260deg);
  margin-top: 56px;
  display: none;
}

.brix---text-200 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.div-block-100 {
  margin-top: 0;
}

.brix---icon-success-message-big {
  width: 60px;
  margin-bottom: 10px;
}

.brix---success-message-2 {
  color: #fff;
  background-color: #4a3aff;
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---icon-square-acent-36px-2 {
  background-color: #4a3aff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---icon-square-acent-36px-2:hover {
  transform: scale(.92);
}

.brix---icon-square-acent-36px-2.hide {
  display: none;
}

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

.brix---grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---card-form-2 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  min-height: 576px;
  margin-bottom: 0;
  padding: 25px 40px 40px;
  box-shadow: 0 2px 7px #14142b38;
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---section-position-relative-2 {
  filter: hue-rotate(63deg);
  flex-flow: column;
  margin-top: -2em;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 8px 7px #fff;
}

.brix---section-position-relative-2.video {
  align-items: center;
  box-shadow: 0 0 8px 7px #fff;
}

.brix---form-grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---subtitle-2 {
  color: #32a666;
  letter-spacing: .75px;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.brix---subtitle-2.achat {
  color: #2aa360;
  font-size: 28px;
  line-height: 1.4em;
}

.brix---container-default-3 {
  max-width: 1400px;
  padding-left: 24px;
  padding-right: 24px;
}

.youtube {
  filter: hue-rotate(-68deg);
}

.div-block-46 {
  border-radius: 12px;
  width: 80%;
  max-width: 900px;
  margin-bottom: 70px;
  overflow: hidden;
  box-shadow: 0 0 8px #00000082;
}

.div-block-46.specblog {
  margin-bottom: 50px;
}

.text-block-33 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.div-block-121 {
  justify-content: center;
  display: flex;
}

.div-block-122 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.paragraph-2 {
  width: 80%;
  margin-bottom: 60px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4em;
}

.div-block-123 {
  justify-content: center;
  display: flex;
}

.text-block-34 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.div-block-124 {
  flex-flow: column;
  display: flex;
}

.image-31 {
  width: 50px;
  margin-left: 15px;
  position: absolute;
  top: -45px;
  left: 0;
}

.div-block-125 {
  display: flex;
}

.image-32 {
  max-width: 500px;
  margin-left: -25px;
}

.image-33 {
  width: 28px;
}

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

.code-embed, .code-embed:where(.w-variant-35898c71-92fb-2c09-98d3-b5f4dff951d5) {
  display: none;
}

.ms-button {
  border: 1px solid var(--memberstack-library--ms-main-cta-color);
  background-color: var(--memberstack-library--ms-main-cta-color);
  color: #fff;
  text-align: center;
  letter-spacing: .03em;
  border-radius: 8px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  padding: 13px 16px 11.5px;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.645, .045, .355, 1), border-color .2s cubic-bezier(.645, .045, .355, 1), border-radius .2s cubic-bezier(.645, .045, .355, 1), box-shadow .2s cubic-bezier(.645, .045, .355, 1), background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: inline-block;
  position: relative;
  top: 0;
  box-shadow: 1px 1px 5px #ffffff40, 0 10px 20px -5px #2d3e504d;
}

.ms-button:hover {
  background-color: var(--memberstack-library--ms-main-cta-hover);
  box-shadow: none;
  color: #fff;
  transform: translate(0, 2px);
}

.ms-button:active {
  background-color: #0a3092;
}

.ms-button.ms-is-small {
  border-radius: 6px;
  height: auto;
  padding: 7px 16px;
  font-size: .85em;
  font-weight: 500;
  transform: perspective(1000px);
}

.ms-button.ms-is-light {
  color: #070e27;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  border: 1px solid #dbe2eb;
  box-shadow: 0 1px 3px #ffffff40, 0 10px 20px -5px #2d3e501a;
}

.ms-button.ms-is-light:hover {
  box-shadow: none;
  color: #1051b9;
  background-color: #fff;
  border-color: #1051b9;
}

.ms-button.ms-is-light:active {
  color: #fff;
  background-color: #356af0;
}

.ms-button.ms-is-light.ms-is-small {
  margin-bottom: 0;
}

.ms-button.ms-is-light.ms-is-small.ms-is-documentation {
  width: 100%;
  margin-top: 3em;
  display: flex;
}

.ms-button.ms-is-form {
  background-color: #00b7ef;
  border-style: none;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.ms-button-svg {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

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

.ms-input {
  border: 1px solid var(--memberstack-library--ms-border-color);
  min-height: 40px;
  box-shadow: 0 5px 10px -5px var(--memberstack-library--ms-shadow-color);
  color: var(--memberstack-library--ms-main-text-color);
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 1.333em;
  padding: 8px 12px;
  transition: box-shadow .2s, color .2s, border-color .2s;
  position: relative;
}

.ms-input:hover {
  z-index: 2;
  border-color: var(--memberstack-library--ms-main-cta-color);
  box-shadow: none;
}

.ms-input::placeholder {
  color: var(--memberstack-library--ms-input-placeholder);
}

.ms-input-label {
  color: #fff;
  text-align: left;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
}

.ms-link {
  color: var(--memberstack-library--ms-main-cta-color);
  border-bottom: 1px solid #2962ff03;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .2s;
}

.ms-link:hover {
  border-bottom-color: var(--memberstack-library--ms-main-cta-color);
  color: var(--memberstack-library--ms-main-cta-hover);
}

.ms-link.ms-is-forgot {
  float: right;
  color: #fff;
  font-size: 90%;
  text-decoration: underline;
}

.ms-form-heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.4em;
}

.ms-form {
  width: 500px;
  min-width: 500px;
  padding: 2% 7.5% 7.5%;
}

.ms-form-block {
  justify-content: center;
  display: flex;
}

.div-block-127, .div-block-128, .div-block-129, .text-block-36 {
  display: none;
}

@media screen and (min-width: 1440px) {
  .brix---grid-2-contact-v9 {
    grid-template-columns: .7fr 1fr;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
}

@media screen and (max-width: 991px) {
  .brix---btn-primary-small {
    box-shadow: 0 2px 5px #0003;
  }

  .brix---btn-primary-small.menu {
    padding-top: 12px;
    padding-bottom: 14px;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 35px;
    height: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .brix---hamburger-menu-bar-top {
    width: 35px;
    height: 3px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-right: 0;
    transition: transform .3s;
    display: none;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .brix---header-nav-list-item-show-in-mbl, .brix---header-nav-list-item {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card {
    min-width: auto;
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-menu-wrapper {
    border-top: 1px solid var(--elements-webflow-library-neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library-neutral--300);
    background-color: var(--elements-webflow-library-neutral--100);
    padding: 24px;
  }

  .brix---header-logo {
    height: 60px;
  }

  .brix---social-media-grid-right---mbl-center {
    grid-column-gap: 10px;
  }

  .brix---grid-header-top {
    grid-template-columns: 1.8fr 1fr;
  }

  .brix---header-top-wrapper.hide {
    display: none;
  }

  .brix---header-wrapper-v9 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---header-wrapper-v9.hide {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .div-block {
    background-color: #4a3aff;
    border-radius: 9px;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    display: flex;
    overflow: visible;
    box-shadow: 0 0 5px #00000061;
  }

  .div-block.spec6.marginright {
    width: auto;
    height: auto;
    box-shadow: none;
    background-color: #fff0;
  }

  .image {
    filter: invert();
    width: 28px;
    margin-top: -3px;
  }

  .image.spec7 {
    margin-top: -5px;
    display: none;
  }

  .footer {
    padding-bottom: 15px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .section.prallax {
    border-top-left-radius: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .align-center._1 {
    margin-bottom: -50px;
  }

  .show-text {
    font-size: 26px;
    line-height: 40px;
  }

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

  .image-popup {
    width: 33.3333%;
  }

  .image-popup._4, .image-popup._5 {
    display: none;
  }

  .footer-icon {
    margin-bottom: 20px;
  }

  .social-icon.twitter.biger {
    background-image: url('../images/font-awesome_4-6-3_google-plus_100_0_ffffff_none_1font-awesome_4-6-3_google-plus_100_0_ffffff_none.png');
  }

  .social-icon.biger {
    background-image: url('../images/fa-facebook_100_0_ffffff_none_1fa-facebook_100_0_ffffff_none.png');
  }

  .div-block-28 {
    margin: 0 0 10px;
  }

  .left-copyright-flex {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
  }

  .left-copyright-flex.right {
    align-items: center;
  }

  .left-copyright-flex.right._1 {
    flex-direction: row;
  }

  .image-3 {
    width: 250px;
    margin-top: -5px;
  }

  .image-3._1 {
    width: 300px;
    margin-top: 30px;
    margin-bottom: 0;
    margin-left: 0;
  }

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

  .follow-text.in-footer {
    font-size: 18px;
  }

  .follow-text.in-footer.spechoraires {
    width: 80%;
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .follow-text._1 {
    margin-right: 0;
    font-size: 20px;
    position: absolute;
    top: 30px;
    right: 40px;
  }

  .follow-text._1._2._3 {
    font-size: 26px;
  }

  .follow-text._1._2._3.spec4 {
    margin-top: 0;
    font-size: 34px;
    top: 0;
    right: 0;
  }

  .html-embed-2 {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .biger {
    font-size: 18px;
  }

  .biger._2._3 {
    margin-bottom: 0;
    font-size: 18px;
  }

  .biger._1._2 {
    font-size: 18px;
  }

  .link-block {
    margin-bottom: 30px;
  }

  .div-block-30 {
    margin: 10px 0 0;
  }

  .div-block-31 {
    flex-direction: column;
    align-items: center;
  }

  .brix---hamburger-menu-bar-bottom-2 {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top-2 {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-wrapper-2 {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper-2:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper-2.w--open {
    background-color: #0000;
  }

  .brix---header-nav-list-item-2 {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-nav-list-item-show-in-tablet {
    margin-bottom: 16px;
    padding-left: 0;
    display: block;
  }

  .brix---header-nav-menu-list-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-menu-wrapper-2 {
    border-top: 1px solid var(--elements-webflow-library-neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library-neutral--300);
    background-color: var(--elements-webflow-library-neutral--100);
    padding: 24px;
  }

  .brix---header-logo-2 {
    max-width: none;
    height: 60px;
    margin-left: 0;
  }

  .brix---header-nav-list-item-left {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-right-col-hidden-on-tablet {
    display: none;
  }

  .brix---header-content-wrapper {
    margin-top: 0;
    margin-bottom: 0;
    padding: 32px 10px;
  }

  .brix---header-wrapper {
    padding: 0;
  }

  .brix---header-wrapper.hide {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    box-shadow: 0 2px 5px #0003;
  }

  .spark-line-3.spark-simple-line {
    background-color: var(--spark-library-foreground-interactive);
    border-radius: 3px;
    width: 12.75px;
    height: 3.33px;
    margin-left: 0;
    left: 18px;
  }

  .spark-line-2.spark-simple-line {
    background-color: var(--spark-library-foreground-interactive);
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-line-1.spark-simple-line {
    background-color: var(--spark-library-foreground-interactive);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-simple-menu-button-right {
    background-color: #0000;
    padding-left: 18px;
  }

  .spark-simple-menu-button-right.w--open {
    background-color: #0000;
  }

  .spark-nav-link {
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .spark-full-nav-menu {
    background-color: var(--spark-library-white);
  }

  .spark-hamburger-menu-inner {
    height: 100%;
    padding: 0;
  }

  .spark-centered-nav-with-links-left-and-right {
    height: 6em;
    padding: 0 32px;
  }

  .spark-centered-nav-with-links-left-and-right.hide {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    box-shadow: 0 2px 5px #0003;
  }

  .spark-line-4.spark-simple-line {
    background-color: var(--spark-library-foreground-interactive);
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-line-5.spark-simple-line {
    background-color: var(--spark-library-foreground-interactive);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-simple-menu-button {
    background-color: #0000;
    padding-left: 18px;
  }

  .spark-simple-menu-button.w--open {
    background-color: #0000;
  }

  .spark-nav-link-2 {
    text-align: left;
    margin-bottom: 0;
    margin-left: 24px;
    padding-top: 8px;
    padding-bottom: 6px;
    font-size: 15px;
    line-height: 20px;
  }

  .spark-nav-link-2.w--current {
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 6px;
    font-size: 15px;
    line-height: 20px;
  }

  .spark-nav-link-2.spark-square-button {
    text-align: center;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .spark-nav-link-2.spark-square-button.spark-small-on-mobile {
    padding: 12px 18px;
  }

  .spark-nav-link-2.spark-with-dropdown {
    margin-bottom: 0;
  }

  .spark-nav-link-2.spark-button {
    text-align: center;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .spark-nav-link-2.spark-button.button-primary {
    margin-left: 0;
    margin-right: 0;
    padding: 12px 18px;
    font-size: 14px;
  }

  .spark-nav-link-2.digital {
    height: 40px;
    min-height: 40px;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 12px;
  }

  .spark-light-nav-link {
    text-align: left;
    margin-bottom: 1rem;
  }

  .spark-light-nav-link.spark-square-button {
    text-align: center;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .spark-nav-menu {
    align-items: center;
    height: auto;
    margin-top: 0;
    padding: 8px 0;
    display: flex;
  }

  .spark-brand-logo.w--current {
    margin-bottom: 10px;
  }

  .spark-square-menu-inner {
    padding-bottom: 30px;
    padding-left: 45px;
    padding-right: 45px;
  }

  .spark-square-menu-with-hiring-button {
    height: 6em;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-square-menu-with-hiring-button.arretedebuguer {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    box-shadow: 0 2px 5px #0003;
  }

  .spark-line-6.spark-simple-line {
    background-color: var(--spark-library-foreground-interactive);
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-line-7.spark-simple-line {
    background-color: var(--spark-library-foreground-interactive);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-dropdown-list.w--open {
    position: relative;
  }

  .spark-centered-nav-menu {
    z-index: 99;
    background-color: var(--spark-library-white);
    border-radius: 45px;
    margin-top: 1rem;
    padding: 2rem 1rem 1rem;
    box-shadow: 1px 1px 8px #0000001a;
  }

  .spark-left-side-brand-logo {
    margin-right: auto;
  }

  .square-menu-with-centered-links-inner {
    justify-content: flex-end;
    padding: 0;
  }

  .spark-square-menu-with-centered-links {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-square-menu-with-centered-links.hide {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    box-shadow: 0 2px 5px #0003;
  }

  .spark-line-8.spark-simple-line {
    background-color: var(--spark-library-foreground-interactive);
    border-radius: 3px;
    width: 12.75px;
    height: 3.33px;
    margin-left: 0;
    left: 18px;
  }

  .spark-line-9.spark-simple-line {
    background-color: var(--spark-library-foreground-interactive);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-full-width-mobile {
    width: 100%;
    margin-bottom: 1rem;
    display: block;
  }

  .spark-square-menu-with-dropdowns {
    height: 6em;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-square-menu-with-dropdowns.hide {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    box-shadow: 0 2px 5px #0003;
  }

  .image-15 {
    height: 80px;
  }

  .spark-footer-bottom {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-footer-link {
    margin-bottom: -10px;
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 22px;
  }

  .spark-footer-column {
    align-items: flex-start;
    min-width: 180px;
  }

  .spark-footer-column.hide {
    display: none;
  }

  .spark-footer-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 2.25fr;
  }

  .spark-section {
    padding-top: 45px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-section p {
    font-size: 15px;
  }

  .lynx-link-footer-large-white {
    letter-spacing: .8px;
    font-size: 12px;
  }

  .lynx-heading-footer-white {
    letter-spacing: 1.15px;
    font-size: 11px;
  }

  .lynx-block-footer {
    padding-right: 15px;
  }

  .lynx-block-footer.spec1 {
    padding-right: 8px;
  }

  .lynx-grid-footer-dark {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1.75fr 1fr;
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .lynx-link-footer, .lynx-text-footer {
    color: #1f2022d6;
  }

  .paragraph {
    font-size: 13px;
    line-height: 19px;
  }

  .div-block-40 {
    align-items: center;
    height: 40px;
    padding-top: 0;
    padding-bottom: 4px;
    overflow: hidden;
  }

  .image-16 {
    width: 20px;
    height: 20px;
    margin-top: 5px;
  }

  .text-field {
    width: 302px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
  }

  .text-field::placeholder {
    font-size: 15px;
  }

  .sub-filter-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .text-50.medium.sidebar-title {
    margin-bottom: 12px;
  }

  .text-50.medium.sidebar-title.special {
    font-size: 13.5px;
    font-weight: 600;
  }

  .text-50.medium.sidebar-title.first {
    margin-bottom: 0;
    font-size: 15px;
  }

  .text-50.medium.sidebar-title.first.last.speccc {
    font-size: 14px;
  }

  .div-sous-categories.sidebar-links-grid {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .div-sous-categories.sidebar-links-grid.mg-bottom-48px {
    margin-bottom: 32px;
  }

  .div-sous-categories.sidebar-links-grid.mg-bottom-48px.spec {
    margin-bottom: 25px;
  }

  .menu-gauche.hidden-on-tablet {
    width: 265px;
  }

  .wbs-button-primary-1.spec-menu.spec-produits {
    width: auto;
  }

  .filter-link {
    margin-bottom: 4px;
  }

  .corps-produits.main-dashboard-grid {
    grid-row-gap: 64px;
    grid-template-columns: 1fr 1.25fr;
  }

  .grid-produits {
    justify-content: center;
    margin-top: -13em;
    padding-top: 13em;
  }

  .text-501.medium {
    font-size: 16px;
  }

  .menu-gauche-1 {
    z-index: 0;
    flex-flow: column;
    display: flex;
    position: static;
  }

  .banner {
    height: 450px;
    margin-top: 7em;
  }

  .banner.spec3 {
    height: 27vh;
    margin-top: 6em;
  }

  .banner.spec3.spec8 {
    height: 28vh;
    margin-top: 0;
  }

  .div-block-103 {
    margin-top: 35px;
  }

  .container-center.in-slider {
    margin-top: -35px;
  }

  .brix---grid-2-contact-v9 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .brix---social-media-grid-left {
    grid-column-gap: 10px;
    justify-items: center;
  }

  .brix---btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 20px;
  }

  .brix---card-link-icon-wrapper-2 {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .brix---input-2 {
    min-height: 50px;
  }

  .brix---paragraph-default {
    text-align: center;
    line-height: 1.35em;
  }

  .brix---heading-h2-size-3 {
    font-size: 24px;
    line-height: 1.35em;
  }

  .brix---mg-top-56px {
    margin-top: 30px;
  }

  .div-block-98 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .div-block-100 {
    margin-top: 20px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---card-form-2 {
    padding: 25px 32px 35px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---section-position-relative-2 {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .brix---subtitle-2 {
    letter-spacing: .1em;
    margin-bottom: 35px;
    font-size: 18px;
  }

  .brix---subtitle-2.achat {
    font-size: 23px;
  }

  .paragraph-2 {
    font-size: 20px;
  }

  .image-31 {
    width: 35px;
    top: -30px;
  }

  .image-32 {
    max-width: 400px;
  }

  .image-33 {
    width: 22px;
  }

  .div-block-126 {
    flex-flow: row;
    align-items: center;
    height: 100%;
    padding-right: 25px;
    display: flex;
  }

  .text-block-35 {
    font-size: 15px;
  }

  .code-embed {
    display: none;
  }

  .ms-button {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .brix---btn-primary-small {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl {
    display: block;
  }

  .brix---header-logo {
    max-width: none;
    margin-bottom: -8px;
  }

  .brix---header-content-wrapper-v9 {
    padding-top: 6px;
    padding-bottom: 10px;
  }

  .brix---social-media-grid-right---mbl-center {
    justify-content: center;
    justify-items: center;
  }

  .brix---top-header-left-col, .brix---top-header-right-col {
    justify-content: center;
  }

  .brix---grid-header-top {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .brix---header-top-wrapper {
    padding-top: 0;
    display: none;
  }

  .brix---container-default {
    width: 100%;
  }

  .brix---header-wrapper-v9 {
    justify-content: space-between;
    align-items: center;
    height: 6.5em;
    display: flex;
  }

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

  .div-block.spec6.marginright {
    margin-bottom: -3px;
    margin-right: 16px;
  }

  .image {
    width: 29px;
    margin-top: -4px;
  }

  .image.spec7 {
    margin-top: -4px;
  }

  .footer {
    padding-top: 10px;
  }

  .section {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .section.prallax {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .align-center._1 {
    width: 100%;
  }

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

  .footer-icon {
    background-size: 45px;
    margin-bottom: 10px;
  }

  .footer-icon.email, .footer-icon.addres {
    background-size: 50px;
  }

  .social-icon.twitter.biger {
    background-size: 21px;
  }

  .social-icon.instagram.biger {
    background-size: 25px;
  }

  .social-icon.biger {
    background-size: 18px;
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
  }

  .left-copyright-flex {
    flex-direction: row;
  }

  .left-copyright-flex.right {
    padding-left: 0;
  }

  .image-3 {
    width: 200px;
    margin-top: -15px;
  }

  .image-3._1 {
    width: 280px;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .follow-text.in-footer {
    font-size: 16px;
  }

  .follow-text.in-footer.spechoraires {
    line-height: 24px;
  }

  .follow-text._1 {
    font-size: 15.5px;
    right: 10px;
  }

  .follow-text._1._2 {
    margin-top: 3px;
    font-size: 17px;
  }

  .follow-text._1._2._3 {
    text-shadow: 1px 1px 16px #000, 1px 1px 6px #000, 1px 1px 2px #000;
    font-size: 24px;
  }

  .follow-text._1._2._3.spec4 {
    margin-top: 40px;
    font-size: 24px;
    display: block;
  }

  .biger {
    font-size: 15px;
    line-height: 25px;
  }

  .biger._2._3, .biger._1._2 {
    font-size: 15px;
  }

  .link-block {
    margin-bottom: 20px;
  }

  .brix---header-nav-list-item-show-in-tablet {
    display: block;
  }

  .brix---header-left-col {
    justify-content: center;
    margin-right: 20px;
  }

  .brix---header-logo-2 {
    max-width: none;
    height: 60px;
    margin-top: 10px;
  }

  .brix---header-content-wrapper {
    margin-top: 0;
    padding: 6px 0 10px;
  }

  .brix---container-default-2 {
    width: 100%;
    max-width: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .brix---header-wrapper {
    height: 6.5em;
  }

  .brix---header-wrapper.hide {
    display: block;
  }

  .spark-nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-hamburger-menu-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-centered-nav-with-links-left-and-right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-centered-nav-with-links-left-and-right.hide {
    display: block;
  }

  .spark-nav-link-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-nav-link-2.spark-square-button {
    padding-left: 16px;
    padding-right: 16px;
  }

  .spark-nav-link-2.digital {
    height: auto;
    min-height: auto;
    margin-bottom: 0;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .spark-light-nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-light-nav-link.spark-square-button {
    padding-left: 16px;
    padding-right: 16px;
  }

  .spark-nav-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    overflow: visible;
  }

  .spark-square-menu-inner, .spark-square-menu-with-hiring-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-square-menu-with-hiring-button.arretedebuguer.hide {
    display: block;
  }

  .square-menu-with-centered-links-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-square-menu-with-centered-links {
    height: 6em;
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-square-menu-with-centered-links.hide {
    display: block;
  }

  .spark-square-menu-with-dropdowns {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-12 {
    height: 60px;
    margin-left: -10px;
  }

  .image-14 {
    height: 70px;
  }

  .spark-flex-row {
    flex-direction: column;
  }

  .spark-flex-row.spark-24px-row-spacing {
    grid-row-gap: 24px;
  }

  .spark-container {
    width: 100%;
  }

  .spark-footer-link {
    margin-bottom: -15px;
    padding-left: 0;
    font-size: 14px;
  }

  .spark-footer-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .spark-section {
    padding-top: 40px;
    padding-bottom: 45px;
  }

  .lynx-link-footer-dark, .lynx-text-footer-dark {
    font-size: 9px;
  }

  .lynx-link-footer-large-white {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 10.5px;
  }

  .lynx-heading-footer-white {
    margin-bottom: 5px;
    font-size: 11.5px;
  }

  .lynx-block-footer {
    padding-right: 30px;
  }

  .lynx-grid-footer-dark {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    grid-template-columns: 1fr;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .lynx-block-footer-center {
    grid-row-gap: 20px;
    flex-direction: column;
    padding-top: 25px;
    padding-bottom: 20px;
  }

  .section-5 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-40 {
    display: none;
  }

  .text-50.medium.sidebar-title.special {
    font-size: 13.5px;
  }

  .text-50.medium.sidebar-title.first {
    font-size: 14px;
  }

  .div-sous-categories.sidebar-links-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .corps-produits.main-dashboard-grid {
    grid-row-gap: 20px;
  }

  .grid-produits {
    margin-top: -8.5em;
    padding-top: 8em;
  }

  .banner {
    height: 400px;
  }

  .banner.spec3 {
    height: 18vh;
  }

  .banner.spec3.spec8 {
    height: 25vh;
    margin-top: 0;
  }

  .div-block-103 {
    margin-top: 17px;
  }

  .container-center.in-slider {
    max-width: 95%;
  }

  .brix---grid-2-contact-v9 {
    grid-template-columns: 1fr;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---text-200-bold.telephone, .brix---text-200-bold.mail {
    font-size: 18px;
  }

  .brix---social-media-grid-left {
    justify-content: start;
    justify-items: start;
  }

  .brix---btn-primary-2 {
    padding: 20px 32px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 15px;
  }

  .brix---big-icon-left-2 {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---input-2 {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---heading-h2-size-3 {
    margin-bottom: 0;
    font-size: 20px;
  }

  .brix---text-area-2 {
    border-radius: 18px;
  }

  .brix---inner-container-400px {
    max-width: 100%;
  }

  .brix---text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-100 {
    margin-top: 15px;
  }

  .brix---card-form-2 {
    min-height: 560px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h3-size {
    margin-bottom: 0;
    font-size: 19px;
    line-height: 1.35em;
  }

  .brix---section-position-relative-2 {
    padding-top: 20px;
  }

  .brix---section-position-relative-2.video {
    padding-top: 40px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .brix---subtitle-2 {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 19px;
  }

  .brix---subtitle-2.achat {
    letter-spacing: .04em;
    font-size: 17px;
  }

  .paragraph-2 {
    font-size: 18px;
  }

  .image-31 {
    z-index: 9999;
  }

  .div-block-126 {
    height: auto;
  }

  .text-block-35 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .ms-form-heading {
    font-size: 24px;
  }

  .div-block-128 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---hamburger-menu-wrapper {
    justify-content: center;
    align-items: center;
  }

  .brix---hamburger-menu-wrapper.middle {
    margin-top: -3px;
  }

  .brix---header-nav-list-item-show-in-mbl, .brix---header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .brix---header-logo {
    max-width: none;
    height: 40px;
    margin-top: 5px;
    margin-left: 5px;
  }

  .brix---social-icon-square-30px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---social-media-grid-right---mbl-center {
    grid-template-columns: repeat(auto-fit, 30px);
    align-self: stretch;
  }

  .brix---mg-left-24px---mg-top-16px-mbp {
    margin-top: 16px;
    margin-left: 0;
  }

  .brix---top-header-right-col {
    flex-direction: column;
  }

  .brix---header-top-wrapper {
    display: none;
  }

  .brix---container-default {
    padding-left: 5px;
    padding-right: 20px;
  }

  .brix---header-wrapper-v9 {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    flex-direction: column;
    justify-content: center;
    height: 5.5em;
    display: flex;
  }

  .brix---header-wrapper-v9.hide {
    display: none;
  }

  .body {
    background-color: #fff;
  }

  .div-block {
    border-radius: 6px;
    width: 38px;
    height: 38px;
    margin-top: 6px;
  }

  .div-block.reduce {
    margin-top: -9px;
  }

  .div-block.spec6 {
    margin-top: 0;
  }

  .div-block.spec6.marginright {
    margin-bottom: -2px;
    margin-right: 20px;
  }

  .image {
    width: 21px;
    margin-top: -3px;
  }

  .image.spec7 {
    margin-top: -4px;
  }

  .footer {
    background-color: #fff;
  }

  .section {
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 16px;
    padding-bottom: 5px;
  }

  .section.prallax {
    border-top-style: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 8px;
  }

  .align-center._1 {
    margin-bottom: 0;
  }

  .show-text {
    letter-spacing: -.5px;
    font-size: 12.5px;
    line-height: 18px;
  }

  .image-popup {
    width: 50%;
  }

  .image-popup._3 {
    height: 8em;
  }

  .image-popup._4 {
    height: 8em;
    display: block;
  }

  .image-popup._5, .image-popup._2, .image-popup._1 {
    height: 8em;
  }

  .footer-icon {
    background-size: 40px;
    margin-bottom: 10px;
  }

  .footer-icon.email, .footer-icon.addres {
    background-size: 45px;
    margin-bottom: 10px;
  }

  .social-icon.twitter.biger {
    background-size: 20px;
    width: 37px;
    height: 37px;
  }

  .social-icon.instagram.biger {
    background-size: 24px;
    width: 37px;
    height: 37px;
  }

  .social-icon.google.biger {
    display: none;
  }

  .social-icon.biger {
    background-size: 17px;
    width: 37px;
    height: 37px;
  }

  .div-block-2 {
    margin-bottom: 10px;
  }

  .div-block-2._1 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .link-4, .italic-text {
    font-size: 10px;
  }

  .image-11 {
    width: 80px;
  }

  .div-block-28 {
    margin-bottom: 5px;
  }

  .div-block-27 {
    width: 70%;
  }

  .div-block-25 {
    width: 30%;
  }

  .div-block-29 {
    margin-top: 15px;
    margin-bottom: 25px;
  }

  .div-block-19 {
    margin-top: 0;
    margin-bottom: -6px;
  }

  .left-copyright-flex {
    flex-direction: column;
  }

  .left-copyright-flex.right._1 {
    flex-direction: row;
  }

  .top-margin.less-space {
    margin-top: 0;
    margin-bottom: 10px;
    display: flex;
  }

  .image-3 {
    width: 170px;
    margin-top: -15px;
    margin-left: 0;
  }

  .image-3._1 {
    width: 180px;
    margin-top: 17px;
    margin-bottom: 10px;
  }

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

  .follow-text.in-footer {
    margin-right: 5px;
    font-size: 14px;
    top: 0;
  }

  .follow-text.in-footer.spechoraires {
    letter-spacing: -.35px;
    margin-bottom: 15px;
    line-height: 20px;
  }

  .follow-text._1 {
    display: none;
  }

  .follow-text._1._2 {
    margin-top: 0;
    font-size: 17px;
  }

  .follow-text._1._2._3 {
    font-size: 22px;
  }

  .follow-text._1._2._3.spec4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    top: 0;
  }

  .html-embed-2 {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .biger {
    font-size: 12.8px;
    line-height: 22px;
  }

  .biger.special1 {
    text-align: left;
    letter-spacing: -1px;
    width: 110%;
  }

  .biger._2 {
    margin-bottom: -15px;
    font-size: 10px;
  }

  .biger._2._3 {
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 500;
    line-height: 17px;
  }

  .biger._1 {
    font-size: 10px;
    line-height: 17px;
  }

  .biger._1._2 {
    letter-spacing: -.5px;
    font-size: 11px;
    font-weight: 500;
    line-height: 17px;
  }

  .link-block {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 10px;
  }

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

  .text-block-18 {
    letter-spacing: -.2px;
    font-size: 15.5px;
  }

  .div-block-30 {
    margin-top: 5px;
  }

  .div-block-3 {
    margin-bottom: 0;
  }

  .div-block-26 {
    width: 300px;
    height: 50px;
  }

  .columns-4 {
    margin-top: -9px;
  }

  .column-3 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .div-block-31 {
    margin-bottom: 30px;
  }

  .div-block-32 {
    width: 30%;
  }

  .div-block-33 {
    width: 70%;
  }

  .text-block-19 {
    letter-spacing: -.2px;
    font-size: 15.5px;
  }

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

  .div-block-35 {
    width: 70%;
  }

  .text-block-20 {
    letter-spacing: -.2px;
    font-size: 15.5px;
  }

  .brix---header-nav-list-item-2, .brix---header-nav-list-item-show-in-tablet {
    text-align: left;
    width: 100%;
  }

  .brix---header-logo-2 {
    max-width: none;
    height: 40px;
    margin-left: 5px;
  }

  .brix---header-nav-list-item-left {
    text-align: left;
    width: 100%;
  }

  .brix---header-content-wrapper {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 8px;
  }

  .brix---container-default-2 {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 0;
    display: flex;
  }

  .brix---header-wrapper {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    align-items: center;
    height: 5.5em;
    padding: 0;
    display: flex;
    box-shadow: 0 2px 5px #0003;
  }

  .brix---header-wrapper.hide {
    display: none;
  }

  .spark-nav-link {
    margin-bottom: .5rem;
  }

  .spark-centered-brand-logo {
    justify-content: flex-start;
    margin-left: 15px;
  }

  .spark-hamburger-menu-inner {
    padding: 0;
  }

  .spark-centered-nav-with-links-left-and-right {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    height: 5em;
    padding-left: 0;
    padding-right: 0;
    box-shadow: 0 2px 5px #0003;
  }

  .spark-centered-nav-with-links-left-and-right.hide {
    display: none;
  }

  .spark-simple-menu-button {
    padding-left: 0;
  }

  .spark-nav-link-2 {
    margin-bottom: .5rem;
    margin-left: 15px;
    margin-right: 15px;
    padding: 3px 0;
    font-size: 14px;
  }

  .spark-nav-link-2.w--current {
    border-bottom-width: 3px;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 3px;
    padding-bottom: 2px;
    font-size: 14px;
  }

  .spark-nav-link-2.spark-square-button {
    margin-left: .5rem;
    margin-right: .5rem;
    font-size: .75rem;
  }

  .spark-nav-link-2.spark-square-button.spark-small-on-mobile {
    padding: 8px;
    display: none;
  }

  .spark-nav-link-2.spark-button.button-primary {
    border-radius: 8px;
    padding: 8px 9px;
    font-size: 10px;
    position: absolute;
    inset: 25px 15px auto auto;
  }

  .spark-nav-link-2.spark-button.button-primary.specialmobile {
    background-color: #0c7961;
    margin-bottom: 15px;
    font-size: 16px;
    position: static;
  }

  .spark-nav-link-2.spark-button.button-primary.specialmobile:hover {
    color: #fff;
    background-color: #085443;
    border-color: #fff;
  }

  .spark-nav-link-2.spark-button.button-primary.specialmobile.specend {
    color: #fff;
    margin-bottom: 15px;
  }

  .spark-nav-link-2.digital {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    height: auto;
    min-height: auto;
    padding-left: 10px;
  }

  .spark-light-nav-link {
    margin-bottom: .5rem;
  }

  .spark-light-nav-link.spark-square-button {
    margin-left: .5rem;
    margin-right: .5rem;
    padding: 8px 6px;
    font-size: .75rem;
  }

  .spark-nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 0;
    flex-flow: wrap;
  }

  .spark-brand-logo, .spark-brand-logo.w--current {
    margin-bottom: 15px;
  }

  .spark-square-menu-inner {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .spark-square-menu-with-hiring-button {
    width: 100%;
    height: 5em;
    padding-right: 0;
    box-shadow: 0 2px 20px #0003;
  }

  .spark-square-menu-with-hiring-button.hide {
    display: none;
  }

  .spark-square-menu-with-hiring-button.arretedebuguer {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    overflow: hidden;
  }

  .spark-centered-nav-menu {
    border-radius: 20px;
    padding: 1rem .5rem 0;
  }

  .square-menu-with-centered-links-inner {
    padding-top: 0;
    padding-bottom: 0;
  }

  .spark-square-menu-with-centered-links {
    height: 5.5em;
    padding-right: 0;
  }

  .spark-square-menu-with-centered-links.hide {
    display: none;
  }

  .spark-square-menu-with-dropdowns {
    height: 5em;
    padding-right: 0;
  }

  .image-12 {
    height: 40px;
    margin-left: -7px;
  }

  .image-13 {
    height: 40px;
    margin-left: -10px;
  }

  .image-14 {
    height: 60px;
  }

  .image-15 {
    height: 55px;
    margin-left: 0;
  }

  .spark-footer-text {
    text-align: center;
    letter-spacing: -.8px;
    font-size: 13px;
  }

  .spark-flex-row {
    align-items: flex-start;
  }

  .spark-flex-row.spark-24px-row-spacing {
    grid-row-gap: 24px;
    justify-content: space-between;
    align-items: center;
    width: 105%;
    margin-left: -2.5%;
  }

  .spark-footer-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-footer-link {
    margin-bottom: -12px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
  }

  .spark-footer-column.space-bottom {
    margin-bottom: 15px;
  }

  .spark-footer-column.hide {
    display: none;
  }

  .spark-footer-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 0;
  }

  .spark-section {
    padding: 30px 20px 25px;
  }

  .spark-section h1 {
    font-size: 3rem;
  }

  .spark-section h2 {
    font-size: 2.5rem;
  }

  .spark-section p {
    margin-bottom: 3px;
  }

  .lynx-text-footer-dark {
    margin-right: 20px;
  }

  .lynx-block-footer-down {
    width: 110%;
    margin-left: -5%;
    padding-top: 20px;
    padding-bottom: 25px;
  }

  .lynx-heading-footer-white {
    margin-bottom: 7px;
  }

  .lynx-block-footer {
    padding-right: 0;
  }

  .lynx-grid-footer-dark {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .lynx-footer-dark {
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
  }

  .lynx-social {
    padding-bottom: 30px;
  }

  .lynx-block-footer-center {
    padding-top: 20px;
    padding-bottom: 18px;
  }

  .section-5 {
    margin-top: 0;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .background-vignette {
    background-image: radial-gradient(circle, #0000 29%, #08191945 50%, #08191961 67%, #081919c9), linear-gradient(#184140 12%, #fff0 26%), radial-gradient(circle closest-corner, #184140e3, #184140de 39%, #184140 76%);
  }

  .div-block-40 {
    display: none;
  }

  .div-block-40._30px {
    width: 275px;
    height: 35px;
    margin-top: 4px;
    display: flex;
  }

  .div-block-40._30px.special {
    width: 390px;
  }

  .form-block {
    width: 100%;
    font-size: 14px;
  }

  .text-field {
    width: 200px;
    font-size: 14px;
  }

  .text-field::placeholder {
    font-size: 14px;
  }

  .text-field._30px {
    width: 100%;
    padding-bottom: 0;
  }

  .sub-filter-link {
    padding-top: 4px;
    padding-bottom: 3px;
  }

  .text-50.medium.sidebar-title.special {
    margin-top: 10px;
    padding-bottom: 4px;
    font-weight: 600;
  }

  .text-50.medium.sidebar-title.first {
    margin-bottom: 0;
    font-size: 13.5px;
    font-weight: 600;
  }

  .text-50.medium.sidebar-title.first.last {
    margin-bottom: 15px;
  }

  .text-50.medium.sidebar-title.first.last.speccc {
    margin-bottom: 5px;
  }

  .div-sous-categories.sidebar-links-grid {
    grid-column-gap: 12px;
  }

  .div-sous-categories.sidebar-links-grid.mg-bottom-48px.spec {
    width: 275px;
    height: 100px;
    margin-bottom: 25px;
  }

  .menu-gauche.hidden-on-tablet {
    width: 100%;
  }

  .wbs-button-primary-1.spec-menu.spec-produits {
    font-size: 14.5px;
  }

  .heading.product {
    margin-bottom: 10px;
  }

  .nouveaudiv {
    line-height: 22px;
  }

  .filter-link {
    margin-bottom: 2px;
  }

  .filter-link.w--current {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .corps-produits.main-dashboard-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .grid-produits {
    justify-content: center;
  }

  .div-block-120 {
    background-image: radial-gradient(circle, #184140 38%, #18414059 74%, #18414033 92%, #fff0);
  }

  .menu-gauche-1 {
    align-items: center;
    width: 100%;
  }

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

  .banner {
    height: 350px;
    margin-top: 6em;
  }

  .banner.spec3 {
    height: 80px;
  }

  .banner.spec3.spec8 {
    height: 110px;
    margin-top: 0;
  }

  .video-overlay.spec4 {
    background-image: url('../images/rally4.jpg');
    background-position: 50% 70%;
    background-size: cover;
  }

  .div-block-103 {
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
  }

  .div-block-103._2 {
    flex-direction: row;
    margin-top: -5px;
  }

  .container-center.in-slider {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -25px;
    display: flex;
  }

  .container-center.in-slider.spec5 {
    margin-top: 0;
    position: absolute;
    inset: 0%;
    transform: none;
  }

  .brix---inner-container-700px-center {
    width: 95%;
  }

  .brix---grid-2-contact-v9 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---color-neutral-803 {
    justify-content: center;
    display: flex;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---text-200-bold.telephone, .brix---text-200-bold.mail {
    font-size: 18px;
    line-height: 1.3em;
  }

  .brix---social-media-grid-left {
    grid-template-columns: repeat(auto-fit, 30px);
    justify-content: center;
  }

  .brix---btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---input-label-2 {
    margin-bottom: 10px;
    margin-left: 5px;
    font-size: 16px;
  }

  .brix---card-link-icon-wrapper-2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    box-shadow: 0 2px 5px #0003, 0 2px 6px #14142b0f;
  }

  .brix---big-icon-left-2 {
    border-radius: 14px;
    max-width: 56px;
    margin-bottom: 16px;
    margin-right: 0;
    box-shadow: 0 0 4px #0000003d;
  }

  .brix---input-2 {
    border-radius: 12px;
    min-height: 30px;
    padding: 2px 12px;
    font-size: 14px;
    line-height: 18px;
  }

  .brix---input-2::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---paragraph-default {
    text-align: center;
    width: 95%;
    font-size: 16px;
    line-height: 1.35em;
  }

  .brix---heading-h2-size-3 {
    text-align: center;
    letter-spacing: -.5px;
    width: 95%;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 1.2em;
  }

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

  .brix---color-neutral-802 {
    justify-content: center;
    display: flex;
  }

  .brix---text-area-2 {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .brix---text-area-2::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---inner-container-400px {
    width: 95%;
    max-width: 100%;
  }

  .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .div-block-100 {
    margin-top: 0;
  }

  .brix---icon-square-acent-36px-2 {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
    box-shadow: 0 2px 5px #0003;
  }

  .brix---grid-1-column {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .brix---card-form-2 {
    width: 100%;
    padding: 15px 12px;
    box-shadow: 0 2px 5px #0003, 0 2px 7px #14142b0f;
  }

  .brix---heading-h3-size {
    text-align: center;
    letter-spacing: -.5px;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 25px;
  }

  .brix---section-position-relative-2 {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .brix---form-grid-2-columns {
    grid-template-areas: "."
                         "."
                         "."
                         "."
                         "."
                         "Area";
  }

  .brix---subtitle-2 {
    letter-spacing: .5px;
    margin-bottom: 20px;
    font-size: 12.5px;
    line-height: 1.35em;
  }

  .brix---subtitle-2.achat {
    letter-spacing: 0;
    font-size: 16px;
  }

  .brix---container-default-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .youtube {
    margin-bottom: 0;
  }

  .div-block-46 {
    margin-bottom: 10px;
    box-shadow: 0 0 7px #00000085;
  }

  .div-block-46.specblog {
    margin-bottom: 35px;
  }

  .paragraph-2 {
    width: 90%;
    font-size: 17px;
  }

  .image-31 {
    width: 28px;
    margin-left: 5px;
    top: -23px;
    left: auto;
    right: 15px;
  }

  .div-block-125 {
    margin-bottom: -6px;
    padding-top: 0;
  }

  .image-32 {
    max-width: 250px;
    margin-left: -15px;
  }

  .image-33 {
    width: 17px;
  }

  .text-block-35 {
    font-size: 14px;
  }

  .ms-button {
    width: 100%;
    min-height: auto;
    padding: .6em 1.3em;
    font-size: 14px;
    font-style: normal;
  }

  .ms-button.ms-is-light {
    max-width: 100vw;
  }

  .ms-input {
    font-size: 12px;
  }

  .ms-input-label.ms-is-forgot-password {
    justify-content: space-between;
  }

  .ms-form {
    width: 100%;
    min-width: auto;
  }

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

  .div-block-127 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .div-block-128 {
    justify-content: center;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .div-block-129 {
    width: 100%;
    display: block;
  }

  .text-block-36 {
    color: #fff;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35em;
    display: block;
  }
}

#w-node-_20942959-cb1e-0579-1df7-dac38c977afc-375be3a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20942959-cb1e-0579-1df7-dac38c977bb9-375be3a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c203c32c-1b84-4e34-564c-a6a821ce80c2-21ce80c0, #w-node-c203c32c-1b84-4e34-564c-a6a821ce80c5-21ce80c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8688ea1b-c802-7e18-b748-265d8808f689-0248ae05 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8688ea1b-c802-7e18-b748-265d8808f68d-0248ae05 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8688ea1b-c802-7e18-b748-265d8808f691-0248ae05 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_8688ea1b-c802-7e18-b748-265d8808f695-0248ae05 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_8688ea1b-c802-7e18-b748-265d8808f69d-0248ae05 {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-_8688ea1b-c802-7e18-b748-265d8808f6a1-0248ae05 {
  grid-area: 5 / 1 / 6 / 2;
  justify-self: start;
}

#w-node-_7564b42a-f721-b629-819e-3fbfaa39e014-00baae59 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8688ea1b-c802-7e18-b748-265d8808f689-00baae59 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_8688ea1b-c802-7e18-b748-265d8808f68d-00baae59 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_8688ea1b-c802-7e18-b748-265d8808f691-00baae59 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_8688ea1b-c802-7e18-b748-265d8808f695-00baae59 {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-_8688ea1b-c802-7e18-b748-265d8808f69d-00baae59 {
  grid-area: 5 / 1 / 6 / 3;
}

#w-node-_8688ea1b-c802-7e18-b748-265d8808f6a1-00baae59 {
  grid-area: 6 / 1 / 7 / 2;
  justify-self: start;
}

#w-node-_998de25a-32c0-a92f-2bb6-4a06073ffc94-00baae59, #w-node-_998de25a-32c0-a92f-2bb6-4a06073ffc96-00baae59, #w-node-_998de25a-32c0-a92f-2bb6-4a06073ffc9f-00baae59, #w-node-_998de25a-32c0-a92f-2bb6-4a06073ffca8-00baae59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7564b42a-f721-b629-819e-3fbfaa39e014-049fd5b1 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8688ea1b-c802-7e18-b748-265d8808f689-049fd5b1 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_8688ea1b-c802-7e18-b748-265d8808f68d-049fd5b1 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_8688ea1b-c802-7e18-b748-265d8808f691-049fd5b1 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_8688ea1b-c802-7e18-b748-265d8808f695-049fd5b1 {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-_8688ea1b-c802-7e18-b748-265d8808f69d-049fd5b1 {
  grid-area: 5 / 1 / 6 / 3;
}

#w-node-_8688ea1b-c802-7e18-b748-265d8808f6a1-049fd5b1 {
  grid-area: 6 / 1 / 7 / 2;
  justify-self: start;
}

@media screen and (max-width: 479px) {
  #contactform.w-node-_8688ea1b-c802-7e18-b748-265d8808f657-0248ae05 {
    justify-self: center;
  }

  #w-node-_8688ea1b-c802-7e18-b748-265d8808f689-0248ae05 {
    grid-column-end: 3;
  }

  #w-node-_8688ea1b-c802-7e18-b748-265d8808f68d-0248ae05 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_8688ea1b-c802-7e18-b748-265d8808f691-0248ae05 {
    grid-row: 3 / 4;
  }

  #w-node-_8688ea1b-c802-7e18-b748-265d8808f695-0248ae05 {
    grid-row: 4 / 5;
  }

  #w-node-_8688ea1b-c802-7e18-b748-265d8808f69d-0248ae05 {
    grid-area: 5 / 1 / 7 / 3;
  }

  #w-node-_8688ea1b-c802-7e18-b748-265d8808f6a1-0248ae05 {
    grid-row: 7 / 8;
    grid-column-end: 3;
  }

  #contactform.w-node-_8688ea1b-c802-7e18-b748-265d8808f657-00baae59 {
    justify-self: center;
  }

  #w-node-_7564b42a-f721-b629-819e-3fbfaa39e014-00baae59 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_8688ea1b-c802-7e18-b748-265d8808f689-00baae59 {
    grid-column-end: 3;
  }

  #w-node-_8688ea1b-c802-7e18-b748-265d8808f68d-00baae59 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_8688ea1b-c802-7e18-b748-265d8808f691-00baae59 {
    grid-row: 3 / 4;
  }

  #w-node-_8688ea1b-c802-7e18-b748-265d8808f695-00baae59 {
    grid-row: 4 / 5;
  }

  #w-node-_8688ea1b-c802-7e18-b748-265d8808f69d-00baae59 {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-_8688ea1b-c802-7e18-b748-265d8808f6a1-00baae59 {
    grid-row: 7 / 8;
    grid-column-end: 3;
  }

  #contactform.w-node-_8688ea1b-c802-7e18-b748-265d8808f657-049fd5b1 {
    justify-self: center;
  }

  #w-node-_7564b42a-f721-b629-819e-3fbfaa39e014-049fd5b1 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_8688ea1b-c802-7e18-b748-265d8808f689-049fd5b1 {
    grid-column-end: 3;
  }

  #w-node-_8688ea1b-c802-7e18-b748-265d8808f68d-049fd5b1 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_8688ea1b-c802-7e18-b748-265d8808f691-049fd5b1 {
    grid-row: 4 / 5;
  }

  #w-node-_8688ea1b-c802-7e18-b748-265d8808f695-049fd5b1 {
    grid-row: 5 / 6;
  }

  #w-node-_8688ea1b-c802-7e18-b748-265d8808f69d-049fd5b1 {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-_8688ea1b-c802-7e18-b748-265d8808f6a1-049fd5b1 {
    grid-row: 7 / 8;
    grid-column-end: 3;
  }
}


