:root {
  --deep-green-for-text: #277b4d;
  --dark-blue: #01426b;
  --royal-blue: seagreen;
  --flowstica-webflow-library--white: white;
  --buttons: #007c08;
  --button: #a7e9ff;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --footer: #2b8686;
  --flowstica-webflow-library--black: #010b15;
  --medium-orchid: #b75dda;
  --lime-green: #5ec045;
  --light-blue-1: #b0e2f3;
  --elements-webflow-library--neutral--800: #211f54;
  --flowstica-webflow-library--honeydew: #cef0dc;
  --flowstica-webflow-library--medium-sea-green: #08b54f;
  --flowstica-webflow-library--white-smoke: #f7f7f7;
}

.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-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

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

.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;
  background-color: #424549;
  height: 100%;
  font-family: Source Sans Pro, sans-serif;
  font-size: 15px;
  line-height: 23px;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 29px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  color: var(--deep-green-for-text);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
}

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

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

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

p {
  margin-bottom: 15px;
}

a {
  color: #1f6fff;
  text-decoration: underline;
}

a:hover {
  color: #000;
}

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

li {
  margin-bottom: -3px;
  padding-left: 8px;
}

img {
  border-radius: 3px;
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 30px;
  padding: 0 20px;
  font-size: 20px;
  line-height: 29px;
}

figcaption {
  color: #9e9e9e;
  text-align: center;
  background-color: #0000000a;
  border-radius: 3px;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 2px;
  font-size: 12px;
  line-height: 18px;
}

.navbar {
  background-color: #0000;
  border-bottom: 1px solid #ffffff1a;
  padding-top: 40px;
  padding-bottom: 45px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.navbar.with-color-button {
  background-color: #0000001a;
  padding-bottom: 30px;
}

.navbar.white {
  background-color: #fff;
  border-bottom: 2px #003678ba;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  width: 100vw;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 0 33px #0003;
}

.logo-block {
  z-index: 10;
  flex: none;
  margin-left: 0%;
  margin-right: 0;
}

.logo-block.w--current {
  flex: none;
  align-items: center;
  height: 100%;
  margin-right: 0;
  display: flex;
}

.logo-block.no-menu {
  z-index: 0;
}

.nav-menu {
  z-index: 1;
  border-radius: 4px;
  flex-flow: row;
  justify-content: flex-end;
  margin-top: 5px;
  display: flex;
}

.nav-link {
  z-index: 11;
  filter: none;
  color: #151515;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 5px;
  margin-right: 0;
  padding: 11px 15px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 12px;
  transition: background-color .2s, border .2s;
  position: relative;
}

.nav-link:hover {
  background-color: #0000;
  border-style: none;
  border-color: #0003;
}

.nav-link.w--current {
  color: var(--dark-blue);
  font-size: 15px;
}

.nav-link.w--current:hover {
  border-style: none;
}

.nav-link.dropdown-toggle {
  filter: hue-rotate(300deg);
  border-style: none;
  margin-right: 0;
  padding-right: 30px;
  font-size: 15px;
  transition: all .35s ease-in-out;
  display: inline-block;
}

.nav-link.dropdown-toggle:hover {
  background-color: #e6f0ff;
  border-style: none;
  font-weight: 600;
}

.nav-link.dropdown-toggle.w--open {
  filter: none;
  background-color: #00b7ff17;
  border-style: none;
  border-color: #1fb0ff;
}

.nav-link.dropdown-toggle.light {
  padding-right: 30px;
}

.nav-link.dropdown-toggle.thin-light {
  padding-right: 29px;
}

.nav-link.light {
  color: #fff;
  margin-right: 2px;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

.nav-link.light:hover, .nav-link.light.w--current {
  border-color: #fff3;
}

.nav-link.color {
  background-color: #cfcfcf1a;
  margin-bottom: 4px;
  margin-right: 0;
  display: block;
}

.nav-link.with-color {
  color: #fff;
  background-color: #1fdb6a;
}

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

.nav-link.thin-light {
  color: #fff;
  margin-right: 2px;
  padding-left: 12px;
  padding-right: 12px;
}

.nav-link.thin-light.w--current {
  color: #fff;
}

.nav-link.hide, .nav-link.hide.w--current {
  display: none;
}

.nav-link.spec2 {
  color: #151515;
  font-size: 16px;
  font-weight: 600;
}

.dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #8aa9c5;
  border-radius: 12px;
  margin-top: -3px;
  padding: 30px 20px 0;
  box-shadow: 0 0 16px #0000002e;
}

.dropdown-list.sidebar.w--open {
  border: 1px solid #0000001a;
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 0 0 3px #0000;
}

.dropdown-list.second {
  z-index: 999;
  margin-top: -3px;
  margin-left: -10vw;
}

.dropdown-list.second.w--open {
  border-color: #8ac58e;
  margin-left: -90%;
}

.dropdown-list.third {
  z-index: 999;
  margin-top: -3px;
}

.dropdown-list.third.w--open {
  border-color: #8ac58e;
  margin-left: -274%;
}

.dropdown-list.third.special {
  margin-top: -3px;
}

.dropdown-list.third.special.w--open {
  border-color: #8ac58e;
  min-width: 425px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.dropdown-link {
  border-radius: 6px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  font-size: 19px;
  font-weight: 600;
  transition: background-color .2s, color .2s;
}

.dropdown-link:hover {
  background-color: var(--dark-blue);
  color: #fff;
  letter-spacing: -.2px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;
  box-shadow: 0 0 7px #00000061;
}

.dropdown-link.w--current {
  color: #000;
}

.dropdown-link.w--current:hover {
  color: #fff;
}

.container {
  position: relative;
}

.container.centered {
  text-align: center;
  max-width: 1200px;
}

.container.bottom-footer {
  background-color: #313438;
  border-radius: 4px;
  padding: 21px 21px 18px;
}

.container.footer-container {
  border: 1px solid #0000001a;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 25px;
  font-size: 13px;
}

.button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1f6fff;
  border-radius: 3px;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 12px;
  font-weight: 600;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
}

.button:hover {
  color: #fff;
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px #0000004d;
}

.button.green {
  background-color: #5ec045;
}

.button.green:hover {
  background-color: #6fdd53;
}

.button.cta-button {
  float: right;
  text-align: center;
  background-color: #5ec045;
  width: 20%;
  margin-top: 5px;
  line-height: 31px;
}

.button.cta-button:hover {
  background-color: #73d65a;
}

.button.cta-button.white {
  color: #000;
  background-color: #fff;
}

.section {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

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

.section.blue-cta-section {
  color: #fff;
  background-color: #1f6fff;
}

.portfolio-overlay-block {
  background-color: #2c2d31cc;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: relative;
}

.portfolio-block-title {
  font-size: 18px;
  font-weight: 700;
}

.portfolio-block-subtitle {
  margin-top: 10px;
  font-size: 14px;
}

.footer {
  color: #a0a0a0;
  background-color: #3e4346;
  padding-top: 65px;
  padding-bottom: 65px;
}

.footer-column {
  padding-right: 30px;
}

.menu-button {
  color: #fff;
  border: 1px solid #ffffff1a;
  border-radius: 4px;
  transition: background-color .2s;
}

.menu-button:hover {
  background-color: #212429;
  border-color: #212429;
}

.menu-button.w--open {
  background-color: #1fdb6a;
  border-color: #1fdb6a;
}

.menu-button.blue.w--open {
  background-color: #25395e;
  border-color: #25395e;
}

.footer-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.footer-link {
  color: #949494;
  margin-top: 7px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: block;
}

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

.footer-link.social {
  background-image: url('../images/Icon-facebook_1Icon-facebook.webp');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-left: 20px;
}

.footer-link.social.youtube {
  background-image: url('../images/Icon-play-white_1Icon-play-white.webp');
}

.footer-link.social.google {
  background-image: url('../images/Icon-google_1Icon-google.webp');
}

.footer-link.social.twitter {
  background-image: url('../images/Icon-twitter_1Icon-twitter.webp');
}

.simple-footer {
  background-color: #2a2d30;
  padding-top: 45px;
}

.simple-bottom-footer {
  color: #979da5;
  background-color: #424549;
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 32px;
}

.footer-inline-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-right: 15px;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
}

.footer-inline-link:hover {
  color: #fff6;
}

.footer-social-icon {
  text-align: center;
  background-color: #4a4f53;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  margin-top: -2px;
  margin-right: 5px;
  padding-top: 5px;
  transition: background-color .2s;
}

.footer-social-icon:hover {
  background-color: #1f6fff;
}

.footer-small-social-icon {
  height: 15px;
}

.field {
  background-color: #fff3;
  border: 0 solid #000;
  border-radius: 4px;
  height: 50px;
  transition: background-color .2s;
}

.field:hover, .field:focus {
  background-color: #fff;
}

.field.area {
  height: 200px;
  padding-top: 12px;
}

.field.line {
  border-bottom-width: 2px;
  border-bottom-color: #e2e2e2;
  border-radius: 0;
  height: 46px;
  margin-bottom: 5px;
  padding-bottom: 12px;
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
  transition: background-color .2s, border .2s;
}

.field.line:hover {
  border-bottom-color: #b6b6b6;
}

.field.line:focus {
  border-bottom-color: #1f6fff;
}

.field.line.area {
  height: 95px;
}

.success-message {
  color: #fff;
  background-color: #5ec045;
  border-radius: 5px;
  padding-top: 30px;
}

.error-bg {
  color: #e42121;
  text-align: center;
  border-radius: 3px;
  padding-top: 12px;
  padding-bottom: 1px;
  font-size: 12px;
}

.footer-logo {
  color: #fff;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 700;
  line-height: 17px;
}

.footer-logo.subtitle {
  opacity: .5;
  text-transform: none;
  font-size: 11px;
  font-weight: 400;
}

.footer-social-col-right {
  text-align: right;
}

.bottom-footer-paragraph {
  float: left;
  margin-bottom: 0;
  font-size: 12px;
}

.bottom-footer-paragraph.right {
  float: right;
}

.bottom-footer-paragraph.dark {
  color: #94979e;
}

.bottom-footer-link {
  color: #91959c;
}

.bottom-footer-link:hover {
  color: #ffffffb3;
}

.bottom-footer-link.dark {
  color: #1f6fff;
  text-decoration: none;
}

.dark-field {
  background-color: #edeef1;
  border: 0 solid #000;
  border-radius: 2px;
  height: 40px;
  margin-bottom: 7px;
  padding-left: 20px;
  font-size: 13px;
  transition: box-shadow .2s, border .2s, background-color .2s;
}

.dark-field:hover {
  background-color: #dbdce2;
}

.dark-field:focus {
  background-color: #fff;
  box-shadow: 3px 3px 16px #0003;
}

.white-footer {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 16px;
}

.dark-footer-title {
  color: #1f6fff;
  text-transform: uppercase;
  margin-bottom: 21px;
  font-size: 18px;
  font-weight: 300;
}

.light-footer-link {
  color: #94979e;
  margin-bottom: 7px;
  font-size: 13px;
  text-decoration: none;
  display: block;
}

.color-social-button {
  text-align: center;
  background-color: #4e5f97;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  margin-bottom: 4px;
  margin-right: 2px;
  padding-top: 3px;
}

.color-social-button:hover {
  opacity: .8;
}

.color-social-button.twitter {
  background-color: #37a5e4;
}

.color-social-button.google {
  background-color: #e22047;
}

.footer-contact-info-block {
  color: #94979e;
  margin-top: 20px;
  font-size: 14px;
}

.bottom-footer-block {
  border-top: 1px solid #0000001a;
  margin-top: 30px;
  padding-top: 30px;
}

.bottom-footer-block.white-footer-block {
  color: #e1e1e4;
  margin-top: 40px;
}

.dark-bottom-footer {
  color: #6d7077;
  background-color: #181a1d;
  padding-top: 0;
  padding-bottom: 55px;
}

.small-footer-title {
  color: #fff;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 700;
}

.footer-row-bottom {
  margin-bottom: 50px;
}

.dropdown-icon {
  opacity: .4;
  margin-right: 10px;
}

.right-nav-menu {
  text-align: left;
  background-color: #fff;
  width: 300px;
  margin-left: 60px;
  padding: 31px;
  box-shadow: 0 0 60px #0000004d;
}

.nav-menu-content-block {
  text-align: center;
  border: 2px solid #ebeef3;
  border-radius: 4px;
  margin-top: 40px;
  padding: 20px;
}

.app-store-button {
  border-radius: 4px;
  height: 46px;
}

.app-store-link-button {
  margin-bottom: 4px;
}

.app-store-link-button:hover {
  opacity: .8;
}

.nav-paragraph {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 18px;
}

.nav-title {
  color: #1f6fff;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.blocks-row {
  margin-bottom: 50px;
}

.block-column {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.color-block {
  color: #8f8f8f;
  text-align: left;
  background-color: #fff;
  border: 1px solid #479aff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 35px 32px 45px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 5px #00000021, 0 0 16px #0000001a;
}

.color-block:hover {
  color: #767676;
}

.color-block.specbas {
  transition-property: all;
  transition-timing-function: ease-in-out;
}

.color-block.specbas:hover {
  margin-top: -20px;
}

.color-block.specbas.specnoncadre {
  box-shadow: none;
  border-style: none;
}

.color-block.specbas.specnoncadre.special {
  padding-bottom: 5px;
}

.color-block-title {
  z-index: 10;
  color: #000;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  position: relative;
}

.color-block-title.specbas {
  text-align: center;
  margin-bottom: 25px;
}

.color-block-title.specbas.specprinc {
  text-align: center;
  font-size: 28px;
  line-height: 1.3em;
}

.color-block-paragraph {
  z-index: 10;
  color: #767676;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}

.color-block-icon {
  z-index: 1;
  opacity: 1;
  border-radius: 999px;
  height: 80px;
  position: absolute;
  top: 15px;
  right: 20px;
  box-shadow: 0 1px 8px #0000005c;
}

.color-block-icon.spec-egalement {
  height: 45px;
  top: 30px;
  right: 40px;
}

.subpage-header {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#1f6fffe6, #1f6fffe6), url('../images/Photo-5_1Photo-5.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 190px;
  padding-bottom: 90px;
}

.subpage-header.ui {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Photo-2_1Photo-2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 210px;
}

.subpage-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 40px;
}

.page-subtitle {
  width: 65%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
  display: block;
}

.contact-popup {
  z-index: 2000;
  background-color: #1f232ae6;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.popup-block {
  background-color: #fff;
  border-radius: 4px;
  align-items: center;
  width: 360px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  position: relative;
  box-shadow: 0 0 30px #0006;
}

.popup-contact-form {
  margin-bottom: 0;
}

.popup-title {
  margin-bottom: 30px;
  font-size: 21px;
}

.popup-close-button {
  opacity: .2;
  position: absolute;
  top: 25px;
  right: 25px;
}

.popup-close-button:hover {
  opacity: .4;
}

.close-icon {
  height: 17px;
}

.cta-column-right {
  text-align: right;
}

.cta-title {
  font-size: 26px;
}

.cta-title.subtitle {
  color: #a8a8a8;
  margin-top: 20px;
  font-size: 16px;
}

.gallery-overlay-block {
  background-color: #0000;
  width: 100%;
  height: 100%;
  transition: background-color .2s;
  display: none;
}

.gallery-overlay-block:hover {
  background-color: #fff3;
}

.small-dropdown-icon {
  opacity: 1;
  margin-right: 11px;
  font-size: 12px;
}

.logo {
  height: 40px;
  margin-top: 3px;
}

.logo.responsive-menu {
  margin-top: 12px;
}

.logo.fixed {
  flex: none;
  height: 100px;
  margin-top: -25px;
  margin-bottom: -15px;
  position: relative;
  left: 0;
}

.dark-footer-link {
  color: #6d7077;
  margin-bottom: 7px;
  text-decoration: none;
  display: block;
}

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

.footer-paragraph {
  margin-bottom: 0;
}

.dark-cta-title {
  float: left;
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
}

.fields-column-left {
  padding-left: 0;
}

.fields-column-right {
  padding-left: 0;
  padding-right: 0;
}

.sign-up-popup {
  z-index: 2000;
  background-color: #1f232ae6;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0;
}

.popup-sign-up-form {
  width: 100%;
  margin-bottom: 0;
}

.sign-up-bottom-text {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 20px;
}

.portfolio-lightbox-overlay {
  z-index: 5000;
  background-color: #0d192eb3;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0;
}

.container-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.search-bar-div {
  z-index: 10;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: -115px;
  display: none;
  position: absolute;
  inset: 0%;
}

.wbs-error-message {
  color: #fff;
  text-align: center;
  background-color: #e92222;
  border-radius: 6px;
  padding: 15px 20px;
}

.wbs-success-message {
  color: #fff;
  text-align: center;
  background-color: #03cd69;
  border-radius: 6px;
  padding: 15px;
}

.wbs-button-subscribe {
  background-color: var(--royal-blue);
  color: var(--flowstica-webflow-library--white);
  text-align: center;
  text-shadow: 0 1px 1px #0006;
  border-radius: 6px;
  padding: 12px 30px;
  font-size: 17px;
  font-weight: 700;
  transition: background-color .3s ease-in-out;
  position: absolute;
  inset: 7px 7px auto auto;
  box-shadow: inset 0 0 6px -1px #00000042, 0 2px 5px #0003;
}

.wbs-button-subscribe:hover {
  background-color: #00338f;
}

.wbs-form-subscribe-input {
  border: 1px solid #2495ffb3;
  border-radius: 10px;
  height: 3.9rem;
  margin-bottom: 3px;
  padding: 8px 15px;
  font-size: 17px;
  transition: border-color .3s ease-in-out;
  box-shadow: 0 2px 5px #0003;
}

.wbs-form-subscribe-input:active {
  color: #000;
}

.wbs-form-subscribe-input:focus {
  color: #000;
  border-color: #004a90d6;
}

.wbs-form-subscribe-input:focus-visible, .wbs-form-subscribe-input[data-wf-focus-visible] {
  color: #000;
}

.wbs-form-subscribe-input::placeholder {
  color: #6c6c6c;
}

.wbs-form-subscribe-input:lang(en) {
  color: #000;
}

.wbs-subscribe-input-group {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  display: flex;
  position: relative;
}

.wbs-subscribe-full {
  margin-top: 3px;
  margin-bottom: 0;
}

.container-3 {
  width: 500px;
  min-width: 400px;
  max-width: 500px;
}

.container-5 {
  display: none;
}

.div-block {
  cursor: pointer;
  position: absolute;
  right: 10%;
}

.image-2 {
  height: 30px;
}

.wbs-button-primary-1 {
  background-color: var(--royal-blue);
  color: var(--flowstica-webflow-library--white);
  text-align: center;
  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 {
  border-color: var(--royal-blue);
  color: #212121;
  background-color: #fff;
  box-shadow: inset 0 0 6px #dadada, 0 2px 5px #0003;
}

.wbs-button-primary-1.spec-menu {
  background-color: var(--dark-blue);
  text-align: center;
  border-style: none;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  padding: 12px 15px 15px;
  font-size: 18px;
}

.wbs-button-primary-1.spec-menu:hover {
  background-color: var(--flowstica-webflow-library--white);
  color: #323232;
}

.wbs-button-primary-1.spec-menu.spec-produits {
  background-color: var(--buttons);
  color: var(--flowstica-webflow-library--white);
  text-align: left;
  border-style: none;
  margin-top: 18px;
  padding: 8px 10px 11px;
  font-size: 15px;
}

.wbs-button-primary-1.specborder {
  background-color: var(--dark-blue);
  border-width: 0;
  border-radius: 76px;
  width: auto;
  margin-top: 0;
  box-shadow: inset 0 0 3px #ffffffb3, 0 0 5px #00000040;
}

.wbs-button-primary-1.specborder:hover {
  border-color: var(--royal-blue);
  background-color: var(--button);
  color: #000;
}

.wbs-button-primary-1.specborder.maj {
  background-color: var(--button);
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 20px;
  box-shadow: 0 0 11px #ffffff4a, inset 0 0 3px #ffffffb3, 0 0 5px #ffffffa8;
}

.wbs-hero-6-lead-text {
  color: var(--flowstica-webflow-library--white);
  text-align: center;
  width: 90%;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.35em;
}

.wbs-hero-3-title {
  color: var(--flowstica-webflow-library--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.3em;
}

.wbs-section-dark {
  background-color: #010b1500;
  margin-top: 7em;
  padding: 12rem 5% 11rem;
  position: relative;
  overflow: hidden;
}

.brix---logo-strip-image-card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  box-shadow: inset 0 0 5px 0 #000000ab, 0 0 12px 0 #00000096, 0 1px 12px 0 var(--elements-webflow-library--general--shadow-02);
  object-fit: contain;
  background-color: #fff;
  border-radius: 16px;
  width: 284px;
  min-width: 284px;
  height: 150px;
  margin: 14px 16px;
  padding: 35px;
}

.brix---logo-strip-full-width {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.brix---mg-bottom-48px {
  margin-bottom: 30px;
}

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

.brix---container-default {
  max-width: 1218px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.body {
  background-color: #fff;
  height: auto;
}

.brix---section-logo-strip-v6-2 {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.brix---section-logo-strip-v6-2.partenaires {
  padding-top: 15px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 17px 8px -9px #0000005e;
}

.div-block-8 {
  position: relative;
}

.div-block-9 {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.pricing-title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pricing-title-wrapper.specmarques {
  max-width: 90%;
}

.pricing-title-wrapper.specmarques.specblog, .pricing-title-wrapper.specmarques.specapropos, .pricing-title-wrapper.specialpage1 {
  margin-bottom: 0;
}

.heading-h1-size {
  color: #000000b8;
  text-align: center;
  text-shadow: 0 1px 5px #0000002e;
  margin-top: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 70px;
}

.heading-h1-size.middle {
  text-align: center;
  text-shadow: none;
  width: 140%;
  font-size: 44px;
}

.heading-h1-size.middle.others {
  font-size: 34px;
  line-height: 50px;
}

.heading-h1-size.middle.partenaires {
  color: #fff;
  letter-spacing: 1.5px;
  text-shadow: 0 0 20px #000000ad, 0 1px 5px #0000002e;
}

.heading-h1-size.middle.specmarques {
  margin-bottom: 60px;
  line-height: 1.3em;
}

.heading-h1-size.middle.specmarques.special {
  width: auto;
  margin-bottom: 25px;
}

.heading-h1-size.middle.specmarques.specapropos {
  margin-bottom: 40px;
}

.heading-h1-size.middle.specialpage1 {
  margin-bottom: 0;
}

.section-pricing {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 2% 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.color-secondary-1 {
  color: #007712;
  font-size: 48px;
  font-weight: 700;
}

.color-secondary-1.partenaires {
  color: #fff;
  text-shadow: 0 1px 6px #00000073;
}

.container-6 {
  z-index: 5;
  width: 100%;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.container-6.specialvarisco {
  margin-top: -2em;
}

.pricing-detail {
  color: var(--deep-green-for-text);
  letter-spacing: .1em;
  text-transform: uppercase;
  height: 30px;
  margin-bottom: 0;
  font-weight: 800;
  line-height: 24px;
}

.pricing-detail.partenaires {
  color: #fff;
  text-shadow: 0 0 20px #000000ad;
  font-size: 26px;
}

.pricing-detail.specquisommesnous {
  margin-bottom: 20px;
  font-size: 20px;
}

.wbs-alert-bar-4-icon {
  filter: invert();
  color: #fff;
  height: 24px;
}

.wbs-alert-bar-7-title {
  color: #fff;
  font-size: 16px;
}

.wbs-alert-bar-7-item {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 15px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.wbs-alert-bar-7-items {
  width: 100%;
  display: flex;
}

.wbs-container-4 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.wbs-alert-bar-7 {
  width: 100%;
  overflow: hidden;
}

.wbs-alert-bar-component {
  width: 100%;
}

.wbs-section-3 {
  width: 100%;
  padding: 0 0%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 8px 3px #00000024;
}

.div-block-59 {
  z-index: -1;
  background-image: linear-gradient(to bottom, var(--royal-blue), var(--royal-blue));
  filter: none;
  background-position: 0 0;
  position: absolute;
  inset: 0%;
}

.div-block-59.spec-alert-bar {
  filter: brightness(65%) blur(1px) blur(1px) blur(8px);
  overflow: hidden;
}

.div-block-60 {
  box-shadow: 0 2px 5px #0000003d;
}

.cell {
  border-radius: 0;
  align-items: flex-start;
}

.cell.first {
  border-right: 1px #d1d1d1;
  padding-right: 10px;
}

.cell.first.special {
  border-right-style: none;
}

.cell.first {
  border-right: 1px solid #d1d1d1;
  max-width: 650px;
  padding-right: 20px;
}

.quick-stack {
  padding: 0;
  overflow: hidden;
}

.div-block-61 {
  flex-flow: column;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.second {
  padding-left: 10px;
}

.f-heading-detail-small {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-heading-detail-small.specbig {
  color: #217446;
  font-size: 18px;
}

.f-heading-detail-small.specbig.specgreen {
  color: var(--dark-blue);
  display: block;
}

.f-heading-detail-small.specbig {
  color: var(--deep-green-for-text);
  font-size: 18px;
  line-height: 25px;
}

.f-content-image-wrapper-large {
  border-radius: 12px;
  align-items: center;
  width: 100%;
  height: 460px;
  display: flex;
  overflow: visible;
}

.f-content-image-wrapper-large.spec {
  height: 420px;
}

.f-content-image-wrapper-large.spec.special2 {
  justify-content: flex-end;
  height: 420px;
}

.f-content-image-wrapper-large.spec.special2.specialleft {
  justify-content: flex-start;
}

.f-content-image-wrapper-large.spec.special2.spec4 {
  height: 650px;
  margin-top: -180px;
}

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

.f-image-cover {
  object-fit: cover;
  object-position: 50% 65%;
  border-radius: 12px;
  width: 100%;
  max-width: 700px;
  height: 90%;
  margin-right: 30px;
  box-shadow: 0 0 6px #000;
}

.f-image-cover.spec1 {
  margin-left: 0;
  margin-right: 0;
}

.f-image-cover.spec4.speci {
  box-shadow: none;
  object-fit: contain;
  margin-top: 40%;
}

.f-image-cover.spec1 {
  object-fit: cover;
  object-position: 50% 65%;
  max-width: none;
  height: 100%;
  margin-top: 0%;
  margin-left: 0;
  margin-right: 0;
  bottom: auto;
  box-shadow: 0 0 6px #000;
}

.f-image-cover.spec1.article {
  box-shadow: none;
}

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

.f-section-large {
  margin-top: 0;
  padding: 70px 4% 0;
  position: relative;
}

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

.top-margin.less-space._2.text {
  align-items: flex-start;
  margin-top: 25px;
}

.f-paragraph-large {
  color: #585858;
  letter-spacing: -.02em;
  width: 100%;
  max-width: 800px;
  margin-bottom: 45px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35em;
}

.f-paragraph-large.specup {
  text-align: left;
  max-width: 1200px;
}

.f-paragraph-large.specup.specquisommesnous {
  margin-bottom: 0;
  font-size: 21px;
}

.f-grid-two-column {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  align-items: start;
}

.f-grid-two-column.spec4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: .75fr 1fr;
}

.f-grid-two-column.reverse {
  grid-template-columns: 1fr 1.25fr;
}

.f-h3-heading {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  line-height: 1.2;
}

.f-h3-heading.spec22 {
  text-shadow: 1px 2px 5px #0003;
  margin-bottom: 35px;
  line-height: 1.25;
}

.f-container-regular {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.section-2.prallax {
  border-top: 1px #fff;
  border-bottom: 1px #fff;
  border-radius: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  box-shadow: 0 0 12px #000000ab, inset 0 0 20px -8px #000;
}

.section-2.prallax.hide {
  display: block;
}

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

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

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

.show-text._10px {
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 30px;
}

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

.bold-text-3 {
  letter-spacing: 1.5px;
  text-transform: none;
  font-family: Source Sans Pro, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
}

.div-block-62 {
  z-index: -1;
  filter: brightness(67%) blur(1px);
  background-image: url('../images/big-blue-fancy_1big-blue-fancy.webp');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.uui-blog07_image-wrapper {
  z-index: 99;
  border-radius: 12px;
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 5px #0000005e;
}

.uui-blog07_author-image-wrapper {
  margin-right: .75rem;
}

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

.uui-blog07_blog-posts {
  overflow: visible;
}

.uui-blog07_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 25% 70%;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.uui-blog07_category-link-2 {
  color: #6941c6;
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .3s;
}

.uui-blog07_category-link-2:hover {
  color: #53389e;
}

.uui-blog07_category-link-2.w--current {
  border-bottom: 2px solid #000;
}

.uui-blog07_item {
  z-index: 99;
  position: relative;
}

.uui-padding-vertical-xhuge-11 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.uui-padding-vertical-xhuge-11.specblog {
  padding-top: 1.5rem;
  padding-bottom: 0;
  overflow: hidden;
}

.uui-space-small-3 {
  width: 100%;
  min-height: 1rem;
}

.uui-blog07_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.text-block-26 {
  color: #00448d;
  font-family: Source Sans Pro, sans-serif;
}

.uui-text-size-small-7 {
  color: #475467;
  letter-spacing: normal;
  font-family: Source Sans Pro, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-max-width-large-7 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 2em;
  display: flex;
}

.uui-text-divider-2 {
  color: #475467;
  margin-left: .25rem;
  margin-right: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

.uui-heading-xsmall-4 {
  color: #101828;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-blog07_icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: .25rem;
  margin-left: .5rem;
  display: flex;
}

.uui-heading-subheading-4 {
  color: var(--deep-green-for-text);
  text-align: center;
  margin-bottom: .75rem;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-blog07_menu-link-2 {
  white-space: nowrap;
  background-color: #fff0;
  border-radius: .375rem;
  width: 100%;
  margin-bottom: .25rem;
  padding: 9px 15px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.uui-blog07_menu-link-2:hover {
  color: #344054;
  background-color: #f9fafb;
}

.uui-blog07_menu-link-2.w--current {
  color: #00448d;
  background-color: #f1f1f1;
  border: 1px solid #00448d;
  padding: 1rem .3rem 1rem 1.2rem;
  box-shadow: 1px 1px 5px #0003;
}

.uui-blog07_author-heading-2 {
  color: #101828;
  letter-spacing: normal;
  font-family: Source Sans Pro, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-blog07_category-menu {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  bottom: -3em;
}

.uui-heading-large-3 {
  color: #101828;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-blog07_title-link-2 {
  color: #101828;
  justify-content: space-between;
  margin-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.uui-blog07_list {
  z-index: 99;
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.uui-padding-vertical-xhuge-10 {
  padding-top: 2rem;
  padding-bottom: 0;
}

.uui-text-size-large-7 {
  color: #475467;
  text-align: center;
  letter-spacing: normal;
  max-width: 90%;
  font-family: Source Sans Pro, sans-serif;
  font-size: 19px;
  line-height: 1.3em;
}

.uui-blog07_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
  box-shadow: 0 2px 5px #0003;
}

.uui-text-size-medium-5 {
  color: #475467;
  letter-spacing: normal;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1rem;
  line-height: 1.35em;
}

.uui-blog07_date-wrapper {
  align-items: center;
  display: flex;
}

.uui-blog07_image-link {
  z-index: 99;
  width: 100%;
  margin-bottom: 2rem;
  transition: all .3s;
  position: relative;
}

.uui-blog07_image-link:hover {
  box-shadow: 0 24px 48px -12px #1018282e;
}

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

.uui-blog07_image {
  z-index: 99;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.html-embed-3 {
  width: 80%;
}

.html-embed-3.hide {
  display: block;
}

.image-16 {
  z-index: -1;
  opacity: 1;
  filter: invert() saturate(200%) hue-rotate(104deg) blur(2px);
  object-fit: cover;
  object-position: 50% 70%;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 400%;
  max-width: 1500%;
  height: 400%;
  position: absolute;
  inset: 0%;
}

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

.lynx-heading-footer-white {
  color: #fff;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  text-shadow: 0 0 8px #0000005c;
  margin-bottom: 22px;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
}

.paragraph {
  color: #fff;
  text-shadow: 0 0 20px #00000069, 0 1px 7px #00000096;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.lynx-link-footer-large-white {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 1px 7px #00000096;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 12.5px;
  line-height: 140%;
  text-decoration: none;
  transition: all .4s;
}

.lynx-link-footer-large-white:hover {
  color: #9afffd;
  transform: scale(1.15);
}

.lynx-link-footer-large-white.w--current:hover {
  color: #9affad;
}

.lynx-logo-footer {
  background-color: #fff;
  border-radius: 1000px;
  width: 250px;
  margin-top: -50px;
  margin-bottom: 30px;
  padding: 10px;
}

.html-embed-6 {
  margin-top: 10px;
  margin-bottom: 30px;
  display: block;
}

.html-embed-6.spec1 {
  display: none;
}

.lynx-grid-footer-dark {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 15px;
}

.div-block-54 {
  justify-content: center;
  width: 66%;
  display: flex;
}

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

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

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

.div-block-69 {
  margin-top: -20px;
  display: flex;
}

.div-block-45 {
  border-top: 1px #fff;
  margin-top: 0;
  padding-top: 0;
}

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

.link-block-6 {
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
  inset: 0%;
}

.footer-icon {
  filter: brightness(200%);
  background-image: url('../images/phone-call-4_1phone-call (4).webp');
  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.addres {
  background-image: url('../images/placeholder-1_1placeholder (1).webp');
  background-size: 60px;
}

.footer-icon.email {
  background-image: url('../images/enveloppe.avif');
  background-size: 60px;
}

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

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

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

.div-block-50.spec1 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-44 {
  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-44.google-maps {
  background-color: #fff;
}

.div-block-52 {
  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-47 {
  justify-content: center;
  align-items: center;
  font-family: Exo, sans-serif;
  font-size: 19px;
  display: flex;
}

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

.biger.special1 {
  z-index: 100;
  color: #fff;
  text-shadow: 0 1px 7px #000;
  font-family: Source Sans Pro, sans-serif;
  font-size: 23px;
  text-decoration: none;
}

.biger._1._2 {
  z-index: 100;
  color: #fff;
  text-shadow: 0 1px 7px #000;
  font-family: Exo, sans-serif;
  font-size: 19px;
  font-weight: 500;
  position: static;
}

.biger._1._2.specmiddlemobilestretch {
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
}

.biger._2._3 {
  color: #fff;
  text-shadow: 0 1px 7px #000;
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.text-block-23 {
  color: #000;
  letter-spacing: -.5px;
  text-shadow: 1px 1px 3px #e9e9e9;
  font-size: 16.5px;
  font-weight: 500;
}

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

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

.div-block-43 {
  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-43.google-maps {
  background-color: #fff;
  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;
}

.html-embed-7 {
  margin-top: 10px;
  margin-bottom: 30px;
  display: block;
}

.html-embed-7.spec11 {
  margin-bottom: 10px;
}

.html-embed-7.speciii {
  margin-bottom: 30px;
}

.html-embed-7.specii {
  margin-top: 35px;
}

.div-block-49 {
  border-radius: 12px;
  align-items: center;
  width: 400px;
  height: 60px;
  text-decoration: none;
  transition: all .325s;
  display: flex;
  box-shadow: 1px 1px 6px #2d2d2d;
}

.div-block-49:hover {
  transform: scale(1.06);
}

.text-block-24 {
  color: #000;
  letter-spacing: -.5px;
  text-shadow: 1px 1px 3px #e9e9e9;
  font-size: 16.5px;
  font-weight: 500;
}

.div-block-55 {
  transition: all .325s;
}

.div-block-55:hover {
  transform: scale(1.12);
}

.div-block-53 {
  background-color: #fff;
  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;
}

.html-embed-8 {
  margin-top: 10px;
  margin-bottom: 30px;
  display: block;
}

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

.lynx-text-footer-dark {
  color: #fff;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  text-shadow: 0 1px 7px #00000096;
  font-family: Source Sans Pro, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

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

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

.newfooter1 {
  z-index: 1;
  background-color: var(--footer);
  box-shadow: none;
  object-position: 50% 50%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
  margin-top: -1.5em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  overflow: hidden;
}

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

.flex-horizontal {
  justify-content: center;
  align-items: center;
  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 {
  display: block;
}

.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: #078700;
  margin-bottom: 0;
  margin-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13.5px;
  font-weight: 600;
}

.text-50.medium.sidebar-title.first {
  color: #067600;
  margin-bottom: 0;
  margin-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  background-image: linear-gradient(#219329, #219329);
  border: 1px #3961d9;
  border-radius: 76px;
  justify-content: center;
  padding: 8px 16px;
  font-weight: 500;
  line-height: 1.286em;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s, background-color .3s, color .3s;
  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 {
  background-image: linear-gradient(#219329, #219329);
  border-style: none;
  margin-top: 8px;
  margin-bottom: 6px;
}

.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: #fff;
  border-color: #008c106b;
  transform: scale(1.05);
}

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

.sub-filter-link.w--current {
  color: #454e66;
  background-color: #fff;
  border-color: #e6e9f1;
  box-shadow: 0 0 3px #14142b17;
}

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

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

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

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

.mg-bottom-48px {
  margin-bottom: 48px;
  display: none;
}

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

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

.main-section {
  padding-top: 48px;
  padding-bottom: 100px;
}

.main-section.pd-bottom-64px {
  background-color: #ffffff87;
  padding-top: 4em;
  padding-bottom: 64px;
}

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

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

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

.text-501.medium {
  color: #000;
  font-size: 15.5px;
  font-weight: 500;
}

.filter-link {
  color: #1a6cff;
  border: 1px solid #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: #002a76;
  border: 1px solid #008c106b;
  border-radius: 6px;
  transform: scale(1.05);
}

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

.products {
  background-color: #fff;
  border: 1px solid #00000021;
  border-radius: 12px;
  align-items: center;
  width: 300px;
  padding: 15px 12px 20px;
  display: flex;
  box-shadow: 0 0 8px #0000001f;
}

.heading {
  margin-top: 0;
}

.heading.product {
  color: #000;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
}

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

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

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

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

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

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

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

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

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

.image-18 {
  object-fit: contain;
  padding-top: 8px;
  padding-bottom: 0;
}

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

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

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

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

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

.grid-produits {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  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;
}

.hide {
  display: none;
}

.video {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: relative;
}

.text-block-31 {
  color: #151515;
  letter-spacing: 1px;
  font-size: 16px;
}

.image-20 {
  filter: hue-rotate(260deg);
  border-radius: 999px;
  height: 140px;
  margin-bottom: 30px;
  box-shadow: 0 1px 8px #0000006b;
}

.image-20.specprinc {
  filter: hue-rotate(260deg);
  height: 180px;
}

.brix---link-wrapper {
  color: #211f54;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s, color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  transform: scale(1.03)translate(0);
}

.brix---header-top-wrapper {
  background-color: var(--dark-blue);
  border-bottom: 1px #eff0f6;
  width: 100vw;
  padding: 13px 30px 12px;
}

.brix---link-icon-left {
  filter: brightness(200%) saturate(0%) brightness(200%);
  color: #fff;
  margin-right: 9px;
}

.brix---top-header-right-col {
  filter: hue-rotate(314deg);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.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---social-icon-square-30px {
  filter: grayscale();
  background-color: #e9eaff;
  border: 1px solid #bfbcff;
  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: translate(0, -5px)scale(1.1);
}

.brix---link-text {
  color: #fff;
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  transition: color .3s;
  display: inline-block;
}

.brix---link-text:hover {
  color: #fff;
}

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

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

.div-block-88 {
  flex-flow: column;
  width: 100vw;
  display: flex;
}

.div-block-89 {
  width: 100vw;
  min-width: 100vw;
  box-shadow: 0 0 6px -1px #0003;
}

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

.div-block-91 {
  z-index: 5;
  background-color: #00000045;
  background-image: linear-gradient(#0000008f, #0000 76%);
  position: absolute;
  inset: 0%;
}

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

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

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

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

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

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

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

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

.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---success-message-2 {
  color: #fff;
  background-color: #4a3aff;
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

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

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

.brix---input-label-2 {
  color: #211f54;
  margin-bottom: 16px;
  font-size: 18px;
  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---section-position-relative-2 {
  margin-top: -2em;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

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

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

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

.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---grid-2-contact-v9 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .95fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---subtitle-2 {
  color: var(--deep-green-for-text);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 80px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

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

.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---mg-top-56px {
  filter: hue-rotate(260deg);
  margin-top: 56px;
  display: none;
}

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

.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---inner-container-400px {
  filter: hue-rotate(260deg);
  max-width: 400px;
}

.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---half-bg-bottom-70-2 {
  z-index: -1;
  background-color: #ecfff7;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.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---text-area-2 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 22px;
  min-height: 144px;
  padding: 16px 24px;
  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---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-family: Source Sans Pro, sans-serif;
  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---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---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: 60px;
}

.div-block-101 {
  width: 100%;
  height: 150px;
  position: absolute;
  inset: 0% 0% auto;
}

.tab-link-tab-1 {
  background-color: #c8c8c8;
}

.tab-link-tab-1.w--current {
  background-color: var(--royal-blue);
  color: #fff;
  border: 3px solid #fff;
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  font-weight: 700;
  box-shadow: inset 0 0 4px #0003, 0 0 10px #0006;
}

.div-block-102 {
  z-index: 999;
  width: 100%;
}

.image-24 {
  filter: hue-rotate(37deg);
  border-radius: 0;
  width: 100%;
}

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

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

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

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

.follow-text-2._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-2._1._2._3.spec4 {
  z-index: 5;
  font-family: Source Sans Pro, sans-serif;
  font-size: 58px;
  font-weight: 600;
  line-height: 1.1em;
  position: relative;
}

.follow-text-2._1._2._3.spec4.specpompes {
  font-family: Source Sans Pro, sans-serif;
  font-size: 55px;
  line-height: 1.1em;
}

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

.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 {
  box-shadow: none;
  height: 60vh;
  margin-top: 8em;
}

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

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

.section-4 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-4.specquisommesnous {
  padding-bottom: 0;
}

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

.html-embed-10 {
  width: 80%;
}

.div-block-106 {
  margin-top: -25px;
  padding-right: 20px;
}

.f-cta-form-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.div-block-107 {
  border-right: 1px solid #fff;
  align-items: center;
  height: 100%;
  padding-right: 0;
  display: flex;
}

.f-paragraph-regular-3 {
  color: #fff;
  letter-spacing: .5px;
  text-shadow: 0 1px 6px #0003, 0 0 20px #00000069;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3em;
}

.f-section-regular-3 {
  z-index: 5;
  background-color: #00eeea87;
  background-image: none;
  background-size: auto;
  padding: 55px 4.5% 40px;
  position: relative;
  box-shadow: 0 0 12px #000000a1;
}

.f-margin-bottom-17 {
  margin-bottom: 18px;
}

.link-7 {
  color: #fff;
  text-shadow: 0 0 20px #00000069, 0 1px 6px #0003;
  font-weight: 600;
  line-height: 1.35em;
}

.f-grid-two-column-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1fr;
  align-items: center;
  margin-left: -40px;
}

.f-form-button {
  filter: brightness(106%);
  outline-offset: 0px;
  color: #000;
  text-align: center;
  letter-spacing: 0;
  text-shadow: 1px 1px 4px #71484945;
  background-color: #a63700;
  background-image: url('../images/Marble-background-min_1Marble-background-min.webp');
  background-position: 0 0;
  background-size: auto;
  border: 2px solid #fff;
  border-radius: 12px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  padding: 0 20px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: inset 0 0 5px #0000006e, 0 0 5px #0000006e;
}

.f-form-button:hover {
  background-color: #255625;
}

.f-form-button:active {
  background-color: #000;
}

.f-h4-heading {
  color: #fff;
  letter-spacing: -.02em;
  text-shadow: 1px 1px 3px #000000bf;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 31px;
  font-weight: 600;
  line-height: 42px;
}

.f-h4-heading.title {
  color: #232323;
  text-shadow: 1px 1px 3px #00000038;
  font-size: 29px;
  font-weight: 600;
  line-height: 1.3em;
}

.f-h4-heading.title.first {
  margin-bottom: 10px;
}

.f-h4-heading.title.second {
  color: #fff;
  margin-bottom: 15px;
  padding-left: 0;
}

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

.f-input-outlined {
  color: #000;
  border: 2px solid #fff;
  border-radius: 8px;
  min-width: 250px;
  min-height: 42px;
  margin-bottom: 0;
  padding: 12px;
  font-size: 18px;
  font-weight: 700;
  box-shadow: inset 0 0 5px #0000006e, 0 0 5px #0000006e;
}

.f-input-outlined:focus {
  border-color: #b6b9ce;
}

.f-input-outlined::placeholder {
  color: #585858;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

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

.div-block-27 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 22em;
  margin-left: 15px;
  padding-top: 30px;
  padding-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  display: none;
}

.f-cta-form-block {
  max-width: 100%;
  margin-bottom: 8px;
}

.div-block-35 {
  width: 100%;
  max-width: 42em;
  margin-top: -10px;
  margin-left: 10px;
}

.div-block-35.special {
  margin-top: 0;
}

.text-block-22 {
  font-size: 44px;
}

.text-block-22.spec888 {
  margin-bottom: 37px;
  font-size: 28px;
}

.f-container-regular-2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-5 {
  padding-top: 0;
}

.f-paragraph-small-2 {
  color: #fff;
  letter-spacing: -.01em;
  max-width: 100%;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.3em;
}

.div-block-109 {
  padding-bottom: 50px;
}

.div-block-110 {
  background-color: #ecfff7;
  padding-bottom: 50px;
}

.wbs-button-link-icon-image-2 {
  height: 20px;
}

.wbs-button-link-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--flowstica-webflow-library--black);
  border-radius: 6px;
  flex: 1;
  align-items: flex-end;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.wbs-button-link-icon.hide {
  display: none;
}

.wbs-blog-content {
  flex: 0 auto;
  height: 3.9em;
  max-height: 3.9em;
  margin-bottom: 8px;
  line-height: 1.3em;
  overflow: hidden;
}

.wbs-blog-title {
  color: var(--flowstica-webflow-library--black);
  flex: 0 auto;
  margin-top: 0;
  font-size: 18px;
  line-height: 1.3em;
}

.wbs-blog-info {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 15px;
  display: flex;
}

.wbs-blog-image {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 10px;
}

.wbs-blog-image-wrap {
  aspect-ratio: 3 / 2;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 6px #0000005c;
}

.wbs-blog-item {
  color: var(--flowstica-webflow-library--black);
  border: 0 #000;
  width: 100%;
  min-width: 25%;
  padding-left: 7px;
  padding-right: 7px;
  text-decoration: none;
}

.slidera {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.slidder-wrapper {
  max-width: 1000px;
}

.carousel-container {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wbs-section-4 {
  padding: 1rem 5% 0;
}

.wbs-section-4.specialpompes {
  flex-flow: column;
  align-items: center;
  padding-bottom: 0;
  display: none;
}

.carousel-arrow.left-arrow {
  margin-left: -120px;
  position: absolute;
  inset: 50% auto 50% 0%;
}

.slide {
  background-color: #fff;
  width: 25%;
  overflow: visible;
}

.left-arrow-2 {
  margin-top: -120px;
  margin-left: -80px;
}

.icon {
  filter: invert();
}

.right-arrow {
  margin-top: -120px;
  margin-right: -80px;
}

.slide-nav {
  inset: auto 0% -150px;
}

.mask {
  background-color: #fff;
  padding-top: 15px;
  padding-left: 2px;
  padding-right: 2px;
  overflow: hidden;
}

.slider-2 {
  min-height: 400px;
  overflow: visible;
}

.slider-2.special {
  min-width: 910px;
  max-width: 910px;
  min-height: auto;
}

.f-content-image-wrapper-large-2 {
  border-radius: 12px;
  align-items: center;
  width: 100%;
  height: 460px;
  display: flex;
  overflow: visible;
}

.f-content-image-wrapper-large-2.spec {
  height: 420px;
}

.f-content-image-wrapper-large-2.spec.special2 {
  justify-content: flex-end;
  max-width: 95%;
  height: 420px;
  overflow: hidden;
  box-shadow: 0 2px 5px #00000075;
}

.f-content-image-wrapper-large-2.spec.special2.specialleft {
  justify-content: flex-start;
}

.f-content-image-wrapper-large-2.spec.special2.specialleft.article {
  box-shadow: none;
}

.f-section-large-2 {
  padding: 70px 4% 60px;
  position: relative;
}

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

.f-margin-bottom-76 {
  margin-bottom: 10px;
}

.f-paragraph-large-2 {
  color: #585858;
  letter-spacing: -.02em;
  width: 100%;
  max-width: 800px;
  margin-bottom: 25px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
}

.f-paragraph-large-2.mentions {
  max-width: 100%;
  padding-top: 10em;
  padding-left: 2%;
  padding-right: 2%;
}

.image-21 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.div-block-113 {
  padding-bottom: 50px;
}

.code-embed-2 {
  margin-top: -30px;
  margin-bottom: 50px;
}

.div-block-114 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  max-width: 1200px;
  display: grid;
}

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

.text-block-33, .text-block-34, .text-block-35, .text-block-36 {
  color: var(--deep-green-for-text);
}

.image-26 {
  width: 100%;
}

.image-27 {
  filter: brightness(137%) hue-rotate(62deg);
  width: 100%;
}

.image-28, .image-29, .image-30, .image-31, .image-32 {
  width: 100%;
}

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

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

.div-block-118, .div-block-119 {
  justify-content: center;
  display: flex;
}

.image-33 {
  z-index: 4;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.heading-2 {
  color: var(--deep-green-for-text);
  margin-bottom: 20px;
}

.finalpara {
  margin-bottom: 30px;
}

.finalpara.lastone {
  margin-bottom: 0;
}

.navbar-2 {
  display: none;
}

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

.brix---link-wrapper-2 {
  color: #211f54;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s, color .3s;
  display: flex;
}

.brix---link-wrapper-2:hover {
  color: #8f5d00;
  transform: scale(1.03)translate(0, -5px);
}

.brix---header-top-wrapper-2 {
  border-bottom: 1px solid #eff0f6;
  padding-top: 15px;
  padding-bottom: 15px;
}

.brix---link-icon-left-2 {
  filter: saturate(200%) hue-rotate(160deg);
  margin-right: 9px;
}

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

.brix---link-text-2 {
  color: #1f2022;
  transition: color .3s;
  display: inline-block;
}

.brix---link-text-2:hover {
  color: #8f5d00;
}

.image-35 {
  outline-offset: 0px;
  outline: 3px #d9d9d9;
  width: 280px;
  max-width: none;
  margin: -20px 0 -15px;
  display: block;
}

.image-35._1 {
  width: 240px;
  margin-top: -20px;
  margin-bottom: -10px;
  margin-right: 0;
}

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

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

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

.div-block-120 {
  flex-flow: column;
  height: 100%;
  display: flex;
}

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

.dropdown-link-2 {
  color: #000;
  border-radius: 6px;
  width: 100%;
  padding: 10px;
  font-size: 17px;
  transition: all .2s;
}

.dropdown-link-2:hover {
  background-color: var(--royal-blue);
  color: #fff;
  letter-spacing: -.2px;
  font-weight: 600;
  box-shadow: 0 0 7px #00000061;
}

.dropdown-link-2.w--current {
  color: #fff;
  background-color: #2e8b57;
  font-weight: 600;
}

.columns-5 {
  justify-content: center;
  width: 90%;
  display: flex;
}

.column-9 {
  padding-top: 15px;
  display: flex;
}

.column-10 {
  justify-content: flex-end;
  margin-top: 15px;
  display: flex;
}

.column-11 {
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-37 {
  color: #fff;
  flex-flow: row;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
}

.bold-text-52 {
  color: var(--dark-blue);
  font-size: 46px;
}

.bold-text-53 {
  color: #000;
}

.f-h3-heading-2 {
  color: #160042;
  letter-spacing: -.02em;
  width: 75%;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 1.2;
}

.f-gallery-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-section-large-5 {
  margin-top: 0;
  padding: 92px 5% 20px;
  position: relative;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-container-regular-7 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-gallery-image-s {
  box-shadow: none;
  height: 300px;
  overflow: visible;
}

.f-gallery-lightbox {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 1px 7px #0000008a;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-image-cover-2 {
  box-shadow: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.f-heading-detail-small-2 {
  color: var(--dark-blue);
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.uui-text-size-large-3copy {
  color: #202020;
  letter-spacing: normal;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.25em;
}

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

.uui-contact03_componentcopy {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-contact03_itemcopy {
  align-items: center;
  display: flex;
  position: relative;
}

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

.uui-button-3copy:hover {
  background-color: #242424;
  border-color: #b6b6b6;
}

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

.success-message-2copy {
  background-color: #d6ffd7;
  border: 1px solid #008518;
  border-radius: 18px;
  margin-top: 1.5rem;
  padding: 1.5rem;
}

.uui-form-button-wrapper {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.error-textcopy {
  color: #cf0000;
}

.uui-form_inputcopy {
  color: #101828;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_inputcopy:focus {
  color: #101828;
  border-color: #000;
  box-shadow: 0 1px 2px #1018280d, 0 0 9px -5px #000;
}

.uui-form_inputcopy::placeholder {
  color: #667085;
}

.uui-form_inputcopy.text-area {
  height: auto;
  min-height: 7rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.uui-text-style-link-02copy {
  color: #00102b;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
  text-decoration: none;
}

.error-message-2copy {
  text-align: center;
  border: 2px solid red;
  border-radius: 12px;
  margin-top: 1.5rem;
  padding: .875rem 1rem;
  font-family: Bitter, serif;
  font-size: 15px;
  font-weight: 700;
}

.uui-container-large-5copy {
  width: 90%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-padding-vertical-xhuge-6copy {
  padding-top: 0;
  padding-bottom: 0;
}

.uui-contact03_contact-listcopy {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  display: grid;
}

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

.uui-contact03_contentcopy {
  border-right: 1px solid #bbb;
  width: 103%;
  padding-right: 35px;
}

.uui-icon-1x1-xsmall-4copy {
  color: #00102b;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-right: 5px;
  display: flex;
}

.success-textcopy {
  font-family: Bitter, serif;
  font-size: 16px;
  font-weight: 600;
}

.uui-form-field-wrappercopy {
  position: relative;
}

.uui-contact03_form-wrappercopy {
  flex-direction: column;
  align-items: center;
  width: 95%;
  display: flex;
}

.text-block-16copy {
  display: none;
}

.uui-contact03_icon-wrappercopy {
  color: #7f56d9;
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.section-contact-a-copier {
  padding-top: 0;
}

.section-contact-a-copier.upspace {
  padding-top: 4em;
  padding-bottom: 3em;
}

.uui-field-labelcopy {
  color: #000;
  margin-bottom: .5rem;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-page-padding-5copy {
  width: 100%;
  margin-top: 11em;
  padding-left: 1rem;
  padding-right: 1rem;
}

.uui-heading-medium-3copy {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3;
}

.link-8, .link-8:hover {
  color: #fff;
}

.heading-3 {
  color: #000;
}

.heading-4 {
  color: var(--dark-blue);
}

.heading-5 {
  color: #000;
}

html.w-mod-js [data-ix="hide-block-title"] {
  opacity: 0;
  transform: translate(0, -10px);
}

html.w-mod-js [data-ix="hide-block-description"] {
  opacity: 0;
  transform: translate(0, 10px);
}

html.w-mod-js [data-ix="hide-block-button"] {
  opacity: 0;
}

html.w-mod-js [data-ix="hide-block-overlay"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="fade-in-on-load"] {
  opacity: 0;
  transform: translate(0, 30px);
}

html.w-mod-js [data-ix="fade-in-on-load-2"], html.w-mod-js [data-ix="fade-in-on-load-3"], html.w-mod-js [data-ix="fade-in-on-load-4"] {
  opacity: 0;
}

html.w-mod-js [data-ix="fade-in-on-scroll"], html.w-mod-js [data-ix="fade-in-on-scroll-2"], html.w-mod-js [data-ix="fade-in-on-scroll-3"], html.w-mod-js [data-ix="slide-title"], html.w-mod-js [data-ix="slide-title-2"], html.w-mod-js [data-ix="slide-title-3"], html.w-mod-js [data-ix="slide-title-4"] {
  opacity: 0;
  transform: translate(0, 20px);
}

html.w-mod-js [data-ix="mockup-fade-in"], html.w-mod-js [data-ix="mockup-fade-in-2"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="mockup-move"] {
  transform: translate(50px);
}

html.w-mod-js [data-ix="fade-in-zoom"], html.w-mod-js [data-ix="fade-in-zoom-2"], html.w-mod-js [data-ix="fade-in-zoom-3"] {
  opacity: 0;
  transform: scale(.9);
}

html.w-mod-js [data-ix="hide-popup"] {
  opacity: 0;
  display: none;
  transform: scale(1.1);
}

html.w-mod-js [data-ix="hide-gallery-overlay"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="fade-in-on-load-5"] {
  opacity: 0;
  transform: translate(0, 30px);
}

html.w-mod-js [data-ix="hide-lightbox"] {
  opacity: 0;
  display: none;
}

@media screen and (min-width: 1440px) {
  .image-16 {
    object-position: 50% 55%;
  }

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

  .f-content-image-wrapper-large-2 {
    height: 600px;
  }
}

@media screen and (max-width: 991px) {
  li {
    font-size: 20px;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .navbar.with-color-button {
    padding-bottom: 20px;
  }

  .navbar.white {
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
  }

  .nav-menu {
    background-color: #292c31;
    border-radius: 0;
    margin-top: 0;
  }

  .nav-link {
    color: #fff;
    border-radius: 0;
    width: 100%;
    max-width: 1200px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
  }

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

  .nav-link.dropdown-toggle {
    color: #fff;
  }

  .nav-link.light {
    border-color: #0000;
    border-radius: 0;
    width: 100%;
    max-width: 1500px;
    margin-right: 0;
    padding-left: 35px;
    padding-right: 35px;
  }

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

  .nav-link.light.w--current {
    border-color: #0000;
  }

  .nav-link.color {
    color: #000;
    border-radius: 60px;
    padding-left: 25px;
  }

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

  .dropdown {
    width: 100%;
    max-width: 1500px;
  }

  .dropdown-list.w--open {
    border-radius: 0;
    margin-top: 0;
    box-shadow: 0 0 #0000;
  }

  .dropdown-link {
    padding-left: 35px;
  }

  .container.footer-container {
    font-size: 12px;
    line-height: 20px;
  }

  .button.cta-button {
    width: 30%;
    margin-top: 15px;
  }

  .section {
    padding: 45px;
  }

  .portfolio-block-title {
    font-size: 16px;
    line-height: 19px;
  }

  .portfolio-block-subtitle {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 18px;
  }

  .footer {
    padding: 45px;
  }

  .menu-button {
    margin-right: 20px;
  }

  .footer-inline-link {
    margin-right: 9px;
    font-size: 12px;
  }

  .white-footer {
    padding-left: 45px;
    padding-right: 45px;
  }

  .dark-bottom-footer {
    padding-bottom: 45px;
    padding-left: 45px;
    padding-right: 45px;
    font-size: 12px;
    line-height: 20px;
  }

  .dropdown-icon {
    margin-right: 30px;
  }

  .right-nav-menu {
    z-index: 2000;
  }

  .blocks-row {
    margin-bottom: 30px;
  }

  .color-block {
    padding: 25px;
  }

  .color-block-title {
    margin-bottom: 11px;
    font-size: 15px;
  }

  .color-block-title.specbas, .color-block-title.specbas.specprinc {
    font-size: 22px;
  }

  .color-block-icon {
    height: 30px;
    top: 20px;
    right: 20px;
  }

  .subpage-header {
    padding: 140px 45px 60px;
  }

  .subpage-header.ui {
    padding: 150px 45px 50px;
  }

  .page-subtitle {
    width: 80%;
  }

  .cta-column-right {
    padding-top: 30px;
  }

  .cta-title {
    font-size: 28px;
    line-height: 24px;
  }

  .small-dropdown-icon {
    margin-right: 21px;
  }

  .logo.fixed {
    margin-top: -20px;
  }

  .transparant-menu-button {
    color: #fff;
    text-align: center;
    background-color: #0000001a;
    border-radius: 4px;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    padding-top: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .transparant-menu-button:hover {
    background-color: #0000004d;
  }

  .transparant-menu-button.w--open {
    background-color: #000;
  }

  .fixed-nav-menu-button {
    color: #fff;
    text-align: center;
    background-color: #00971e;
    border-radius: 4px;
    width: 50px;
    height: 50px;
    margin-left: 20px;
    margin-right: 10px;
    padding-top: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .fixed-nav-menu-button:hover {
    background-color: #007016;
  }

  .fixed-nav-menu-button.w--open {
    background-color: #000;
  }

  .dark-cta-title {
    width: 60%;
  }

  .container-5 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .link-block {
    color: #000;
    font-size: 17px;
    text-decoration: none;
  }

  .text-block {
    filter: hue-rotate(287deg);
  }

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

  .wbs-button-primary-1.specborder.maj {
    font-size: 19px;
  }

  .wbs-hero-6-lead-text {
    font-size: 18px;
  }

  .wbs-hero-3-title {
    font-size: 24px;
    line-height: 1.2em;
  }

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

  .brix---logo-strip-image-card {
    border-radius: 12px;
    width: 180px;
    min-width: 180px;
    height: 110px;
  }

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

  .brix---section-logo-strip-v6-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---section-logo-strip-v6-2.partenaires {
    padding-top: 0;
    padding-bottom: 25px;
  }

  .pricing-title-wrapper {
    margin-bottom: 20px;
    padding-top: 15px;
  }

  .heading-h1-size {
    text-align: left;
    font-size: 34px;
    line-height: 47px;
  }

  .heading-h1-size.middle {
    margin-bottom: 0;
    font-size: 28px;
  }

  .heading-h1-size.middle.others {
    font-size: 26px;
  }

  .heading-h1-size.middle.partenaires {
    font-size: 22px;
    line-height: 25px;
  }

  .heading-h1-size.middle.specmarques {
    margin-bottom: 30px;
  }

  .heading-h1-size.middle.specpompes {
    width: 100%;
    line-height: 1.35em;
  }

  .section-pricing {
    background-image: none;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .color-secondary-1 {
    font-size: 28px;
  }

  .color-secondary-1.partenaires {
    text-shadow: 0 0 20px #00000061, 0 1px 6px #00000073;
    font-size: 23px;
  }

  .container-6 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .pricing-detail {
    margin-bottom: 0;
  }

  .pricing-detail.partenaires {
    font-size: 22px;
  }

  .pricing-detail.specquisommesnous {
    font-size: 20px;
  }

  .pricing-detail.special {
    font-size: 16px;
  }

  .wbs-section-3 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .f-heading-detail-small {
    color: #535353;
  }

  .f-heading-detail-small.specbig.specgreen {
    text-align: center;
    letter-spacing: .05em;
    font-size: 18px;
  }

  .f-heading-detail-small.specbig.nn {
    text-align: center;
  }

  .f-content-image-wrapper-large {
    justify-content: center;
    max-width: 100%;
    height: 350px;
  }

  .f-content-image-wrapper-large.spec {
    height: 350px;
  }

  .f-content-image-wrapper-large.spec.special2.specialleft {
    justify-content: center;
    margin-bottom: 30px;
    display: flex;
  }

  .f-content-image-wrapper-large.spec.special2.spec4 {
    justify-content: center;
    align-items: center;
    height: 500px;
    margin-top: 0;
    margin-bottom: -40px;
    display: flex;
  }

  .f-image-cover {
    width: 80%;
  }

  .f-image-cover.spec4.speci {
    width: 80%;
    height: 100%;
    margin-top: -10%;
    margin-right: 0;
  }

  .div-block-31, .div-block-31.spec44, .div-block-31.spec44.special2 {
    width: 100%;
  }

  .f-section-large {
    margin-top: 0;
    padding-top: 35px;
    padding-bottom: 0;
  }

  .top-margin.less-space._2.text {
    align-items: center;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .f-paragraph-large {
    color: #313131;
    letter-spacing: -.01em;
    width: 100%;
    margin-bottom: 0;
    font-size: 20px;
  }

  .f-paragraph-large.specup.specquisommesnous {
    font-size: 20px;
  }

  .f-grid-two-column {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .f-grid-two-column.spec4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .f-h3-heading {
    font-size: 28px;
  }

  .f-h3-heading.spec22 {
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 25px;
    font-size: 28px;
  }

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

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

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

  .show-text._10px {
    font-size: 26px;
  }

  .bold-text-3 {
    font-size: 28px;
  }

  .uui-blog07_component {
    grid-column-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .uui-blog07_item {
    width: 80%;
  }

  .uui-padding-vertical-xhuge-11 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .uui-padding-vertical-xhuge-11.specblog {
    padding-bottom: 0;
  }

  .uui-max-width-large-7 {
    margin-bottom: 1em;
  }

  .uui-heading-subheading-4 {
    text-transform: none;
    flex-flow: column;
    font-size: 18px;
    display: flex;
  }

  .uui-blog07_menu-link-2, .uui-blog07_menu-link-2.w--current {
    max-width: 24em;
  }

  .uui-blog07_category-menu {
    align-items: center;
    margin-bottom: 3em;
  }

  .uui-heading-large-3 {
    font-size: 28px;
  }

  .uui-blog07_list {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .uui-padding-vertical-xhuge-10 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-text-size-large-7 {
    font-size: 18px;
  }

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

  .html-embed-3 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .image-16 {
    object-fit: cover;
    object-position: 100% 100%;
    width: 200%;
    max-width: 200%;
    height: 200%;
    margin-top: -100px;
    margin-left: -200px;
    inset: 0%;
  }

  .lynx-heading-footer-white {
    letter-spacing: 1.15px;
    white-space: nowrap;
    margin-bottom: 15px;
    font-size: 13px;
  }

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

  .lynx-link-footer-large-white {
    letter-spacing: .8px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 12px;
    line-height: 18px;
  }

  .lynx-logo-footer {
    margin-top: 0;
  }

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

  .html-embed-6.spec1 {
    display: none;
  }

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

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

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

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

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

  .columns-4 {
    margin-bottom: -15px;
  }

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

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

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

  .div-block-47 {
    flex-direction: column;
    font-size: 20px;
  }

  .biger {
    font-size: 18px;
  }

  .biger.special1 {
    text-shadow: 0 1px 4px #000000c4;
    font-size: 20px;
    line-height: 26px;
  }

  .biger._1._2 {
    letter-spacing: -.7px;
    text-shadow: 0 1px 4px #000000c4;
    font-size: 16px;
    line-height: 26px;
  }

  .biger._2._3 {
    text-shadow: 0 1px 4px #000000c4;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 26px;
  }

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

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

  .html-embed-7.spec11 {
    margin-bottom: 30px;
    display: block;
  }

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

  .lynx-block-footer-down {
    width: 90%;
  }

  .lynx-text-footer-dark, .lynx-link-footer-dark {
    text-shadow: 0 1px 4px #00000096;
  }

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

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

  .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: 18px;
    font-size: 15px;
  }

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

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

  .main-section.pd-bottom-64px {
    padding-top: 1em;
    padding-bottom: 20px;
  }

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

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

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

  .image-20.specprinc {
    height: 150px;
  }

  .brix---header-top-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brix---top-header-right-col {
    filter: hue-rotate(102deg);
    justify-content: flex-end;
    align-items: center;
  }

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

  .brix---link-text {
    letter-spacing: -.7px;
    font-size: 16px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .follow-text-2._1._2._3.spec4.specpompes {
    font-size: 34px;
  }

  .follow-text-2._1._3 {
    color: #fff;
    margin-top: 6px;
    font-family: Bitter, serif;
    font-size: 24px;
    display: block;
  }

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

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

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

  .banner.spec3.spec8 {
    height: 40vh;
    margin-top: 10em;
  }

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

  .html-embed-10 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .html-embed-10.show {
    display: block;
  }

  .div-block-105 {
    align-items: center;
    display: flex;
  }

  .div-block-106 {
    margin-top: -15px;
    margin-bottom: 10px;
    padding-right: 0;
  }

  .f-cta-form-wrapper {
    margin-bottom: 0;
  }

  .div-block-107 {
    border-right-style: none;
    padding-right: 0;
  }

  .f-paragraph-regular-3 {
    font-size: 12px;
    line-height: 14px;
  }

  .link-block-7 {
    align-items: center;
    height: 65px;
    text-decoration: none;
    display: flex;
  }

  .image-5 {
    filter: saturate(85%);
    max-width: 180px;
  }

  .f-section-regular-3 {
    padding-top: 65px;
    padding-bottom: 50px;
  }

  .f-margin-bottom-17 {
    margin-bottom: 10px;
  }

  .f-grid-two-column-3 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .f-h4-heading {
    font-size: 28px;
  }

  .f-h4-heading.title {
    font-size: 25px;
    line-height: 35px;
  }

  .f-h4-heading.title.second {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 30px;
  }

  .div-block-40 {
    justify-content: center;
    display: none;
  }

  .div-block-40.show {
    display: flex;
  }

  .f-input-outlined::placeholder {
    font-size: 15px;
  }

  .f-margin-bottom-74 {
    margin-bottom: 0;
  }

  .link-block-8 {
    background-color: #fff;
    border: 3px solid #fff;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 65px;
    display: flex;
    box-shadow: 0 0 5px #00000054, inset 0 0 4px 2px #0003;
  }

  .text-block-32 {
    color: #fff;
    text-shadow: 1px 1px 3px #000000bf;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: 700;
  }

  .div-block-27 {
    width: auto;
    margin-left: 0;
    padding-top: 15px;
    display: none;
  }

  .f-cta-form-block {
    max-width: 700px;
    margin-bottom: 0;
  }

  .div-block-35 {
    width: 100%;
    max-width: none;
  }

  .text-block-22 {
    color: #fff;
    text-shadow: 1px 1px 3px #000000bf;
    font-size: 38px;
    font-weight: 600;
  }

  .text-block-22.spec888 {
    color: #fff;
    text-shadow: 1px 1px 3px #000000bf;
    margin-bottom: 35px;
    font-size: 30px;
    font-weight: 600;
  }

  .f-container-regular-2 {
    max-width: 700px;
  }

  .f-paragraph-small-2 {
    max-width: none;
  }

  .wbs-blog-title {
    font-size: 16px;
  }

  .wbs-blog-image {
    width: 100%;
  }

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

  .wbs-section-4 {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .slide {
    width: 33.3333%;
  }

  .slider-2.special {
    min-width: 50vw;
  }

  .f-content-image-wrapper-large-2 {
    justify-content: center;
    max-width: 100%;
    height: 350px;
  }

  .f-content-image-wrapper-large-2.spec {
    height: 350px;
  }

  .f-content-image-wrapper-large-2.spec.special2.specialleft.article {
    display: none;
  }

  .f-section-large-2 {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .f-paragraph-large-2 {
    width: 100%;
    max-width: none;
    margin-bottom: 30px;
    font-size: 20px;
  }

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

  .div-block-112.spec44 {
    width: 80%;
  }

  .div-block-112.spec44.special2 {
    width: 100%;
  }

  .code-embed-2 {
    margin-top: -30px;
    margin-bottom: 25px;
  }

  .div-block-115 {
    margin-top: -10px;
    margin-bottom: -15px;
  }

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

  .navbar-2 {
    background-color: #fff;
    padding-bottom: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 2px 5px #0003;
  }

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

  .brix---header-top-wrapper-2 {
    background-color: #01426b;
    border-bottom-style: none;
    padding: 12px 15px;
  }

  .brix---link-icon-left-2 {
    filter: grayscale() saturate(200%) brightness(200%) brightness(200%);
    color: #fff;
  }

  .brix---header-content-wrapper {
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .brix---link-text-2 {
    color: #fff;
    letter-spacing: -.7px;
    font-size: 18px;
  }

  .brix---link-text-2:hover {
    color: #fff;
  }

  .text-block-17 {
    color: #000;
    letter-spacing: normal;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 7px 18px 8px;
    font-size: 15.5px;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
    display: flex;
  }

  .text-block-17.w--current {
    background-color: var(--footer);
    color: #fff;
  }

  .text-block-17.hidde {
    display: none;
  }

  .text-block-17.dropdo {
    padding-left: 38px;
    padding-right: 38px;
  }

  .hamburger {
    margin-top: 5px;
    position: fixed;
    left: 10px;
    right: auto;
  }

  .hamburger.w--open {
    background-color: #0000;
    margin-top: 5px;
    padding: 13px;
  }

  .icon-5 {
    background-color: var(--dark-blue);
    color: #fff;
    border: 2px solid #fff;
    border-radius: 8px;
    margin-top: -8px;
    padding: 8px 7px 7px;
    box-shadow: 0 0 8px #0000006b;
  }

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

  .column-4 {
    align-items: center;
    height: 100%;
    display: flex;
  }

  .columns-3 {
    background-color: #fff;
    background-image: none;
    background-size: auto;
    border-bottom: 2px #fff;
    width: 100%;
    height: 7em;
    margin-left: 0;
    margin-right: 0;
    position: static;
    box-shadow: inset 0 0 16px -3px #00000026;
  }

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

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

  .image-35._1._2 {
    filter: brightness(115%);
    width: 90px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    width: 100vw;
    height: 14em;
    margin-top: 7em;
    padding-top: 10px;
    padding-bottom: 15px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
    box-shadow: 6px 6px 13px -4px #000;
  }

  .nav-menu-2.test {
    height: auto;
    max-height: 70vh;
    margin-top: 9.5em;
    padding-top: 15px;
    overflow: scroll;
  }

  .nav-menu-2.test.hide {
    opacity: 1;
  }

  .column-6 {
    height: 100%;
  }

  .link-block-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-block-3.w--current {
    flex-direction: column;
  }

  .dropdown-list-2 {
    position: relative;
  }

  .dropdown-list-2.w--open {
    text-align: center;
  }

  .dropdown-link-3 {
    color: #000;
    text-align: center;
    text-transform: uppercase;
    background-color: #fff;
    font-size: 15.5px;
    font-weight: 600;
  }

  .dropdown-link-3.w--current {
    color: var(--royal-blue);
  }

  .text-block-18 {
    color: #000;
    text-transform: uppercase;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding: 7px 18px 8px;
    font-size: 15.5px;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
    display: flex;
  }

  .bold-text-52 {
    font-size: 28px;
  }

  .f-h3-heading-2 {
    margin-bottom: 0;
    font-size: 30px;
  }

  .f-gallery-three-column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .f-section-large-5 {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .f-gallery-image-s {
    height: 225px;
  }

  .f-heading-detail-small-2 {
    margin-bottom: 0;
    font-size: 15px;
  }

  .uui-text-size-large-3copy {
    font-size: 16px;
    line-height: 25px;
  }

  .uui-contact03_componentcopy {
    grid-column-gap: 1.6rem;
    grid-template-columns: 50% 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-button-3copy {
    background-color: var(--footer);
  }

  .uui-form_inputcopy {
    min-height: 2rem;
    padding-top: .125rem;
    padding-bottom: .125rem;
    font-size: 14px;
  }

  .uui-form_inputcopy.text-area {
    min-height: 3em;
  }

  .uui-text-style-link-02copy {
    color: #00102b;
    letter-spacing: -.5px;
    font-size: 24px;
  }

  .uui-container-large-5copy {
    width: 98%;
  }

  .uui-padding-vertical-xhuge-6copy {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-contact03_contact-listcopy {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    margin-top: 1rem;
  }

  .uui-icon-1x1-xsmall-4copy {
    color: #00102b;
    margin-right: -5px;
  }

  .section-contact-a-copier.upspace {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .uui-page-padding-5copy {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heading-medium-3copy {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .navbar.white {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link {
    padding-left: 25px;
  }

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

  .dropdown-link {
    padding-left: 25px;
  }

  .container.bottom-footer {
    border-radius: 0;
  }

  .container.footer-container {
    border-width: 0;
    border-radius: 0;
    margin-bottom: 0;
  }

  .button.cta-button {
    float: none;
    width: 50%;
  }

  .section {
    padding: 25px;
  }

  .section.cta-section {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .portfolio-block-subtitle {
    font-size: 12px;
  }

  .footer {
    padding: 0;
  }

  .footer-row {
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-row.block, .footer-row.white-footer-row {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-column {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-column.last {
    padding-bottom: 0;
  }

  .menu-button {
    text-align: center;
    width: 50px;
    height: 50px;
    padding-top: 13px;
    padding-left: 0;
    padding-right: 0;
  }

  .simple-bottom-footer {
    text-align: left;
    margin-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-social-col-right {
    text-align: left;
    padding-top: 10px;
    padding-left: 0;
  }

  .bottom-footer-paragraph {
    float: none;
    margin-bottom: 7px;
  }

  .bottom-footer-paragraph.right, .bottom-footer-paragraph.dark {
    float: none;
  }

  .footer-logo-column-left {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-menu-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .white-footer {
    padding: 25px;
  }

  .dark-footer-title {
    margin-bottom: 10px;
  }

  .light-footer-link {
    margin-bottom: 4px;
  }

  .bottom-footer-block.white-footer-block {
    margin-top: 0;
  }

  .dark-bottom-footer {
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .right-nav-menu {
    width: 80%;
    padding: 20px;
  }

  .app-store-link-button {
    margin-left: 2px;
    margin-right: 2px;
  }

  .blocks-row {
    margin-bottom: 0;
  }

  .block-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .color-block.specbas.specnoncadre {
    padding-bottom: 0;
  }

  .color-block.specbas.specnoncadre:hover {
    margin-top: 0;
  }

  .color-block.specbas.specnoncadre.special {
    padding-bottom: 0;
  }

  .color-block.specbas.specnoncadre.special:hover {
    margin-top: 0;
  }

  .color-block-title.specbas {
    font-size: 18px;
    line-height: 1.3em;
  }

  .color-block-title.specbas.specprinc {
    font-size: 18px;
  }

  .subpage-header {
    padding: 110px 25px 40px;
  }

  .subpage-header.ui {
    padding-top: 110px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .subpage-title {
    font-size: 30px;
  }

  .page-subtitle {
    width: 100%;
    margin-top: 10px;
  }

  .contact-popup {
    overflow: auto;
  }

  .popup-block {
    width: 90%;
    margin-bottom: 25px;
    top: 25px;
    transform: none;
  }

  .cta-column-left {
    text-align: center;
  }

  .cta-column-right {
    text-align: center;
    padding-top: 0;
  }

  .logo {
    height: 30px;
    margin-top: 10px;
  }

  .transparant-menu-button {
    width: 40px;
    height: 40px;
    padding-top: 8px;
  }

  .white-footer-column {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .dark-cta-title {
    float: none;
    width: 100%;
  }

  .fields-column-left {
    padding-right: 0;
  }

  .wbs-button-primary-1.specborder {
    padding: 10px 20px;
    font-size: 16px;
  }

  .wbs-button-primary-1.specborder.maj {
    font-size: 15.5px;
  }

  .wbs-hero-3-title {
    font-size: 23px;
    line-height: 1.1em;
  }

  .wbs-section-dark {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }

  .brix---logo-strip-image-card {
    width: 148px;
    min-width: 148px;
    height: 100px;
    margin: 8px 10px;
  }

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

  .brix---section-logo-strip-v6-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---section-logo-strip-v6-2.partenaires {
    box-shadow: 0 17px 8px -12px #0000005e;
  }

  .pricing-title-wrapper {
    margin-bottom: 0;
  }

  .pricing-title-wrapper.specmarques.specapropos {
    padding-top: 0;
  }

  .heading-h1-size {
    text-align: left;
    font-size: 24px;
    line-height: 35px;
  }

  .heading-h1-size.middle {
    flex-flow: column;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.35em;
    display: flex;
  }

  .heading-h1-size.middle.others {
    font-size: 22px;
    line-height: 1.35em;
  }

  .heading-h1-size.middle.partenaires {
    flex-flow: row;
    justify-content: center;
    width: 100%;
    font-size: 17px;
  }

  .heading-h1-size.middle.specmarques {
    margin-bottom: 20px;
    display: block;
  }

  .heading-h1-size.middle.specmarques.specapropos {
    margin-bottom: 10px;
  }

  .heading-h1-size.middle.specpompes.special {
    margin-bottom: 25px;
    font-size: 21px;
  }

  .heading-h1-size.middle.specialpage1 {
    flex-flow: row;
    justify-content: center;
    width: 100%;
    margin-bottom: -15px;
  }

  .section-pricing {
    padding-top: 0;
    padding-bottom: 0;
  }

  .color-secondary-1 {
    text-shadow: 0 1px 3px #00000052;
    font-size: 25px;
  }

  .color-secondary-1.partenaires {
    padding-left: 5px;
    font-size: 17px;
  }

  .color-secondary-1.special {
    font-size: 21px;
  }

  .pricing-detail {
    height: auto;
    margin-bottom: 10px;
    line-height: 1.35em;
  }

  .pricing-detail.partenaires {
    font-size: 18px;
  }

  .pricing-detail.specquisommesnous {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .wbs-alert-bar-7-item {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: row;
    align-items: center;
  }

  .wbs-section-3 {
    padding: 2rem 2%;
  }

  .f-heading-detail-small.specbig.specgreen {
    font-size: 16px;
  }

  .f-heading-detail-small.specbig {
    font-size: 16px;
    line-height: 20px;
  }

  .f-content-image-wrapper-large.spec.special2.specialleft {
    height: 300px;
    margin-bottom: 15px;
  }

  .f-image-cover.spec4.speci {
    margin-top: -20%;
  }

  .f-section-large {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .top-margin.less-space._2.text {
    margin-top: 10px;
  }

  .f-paragraph-large {
    letter-spacing: 0;
    font-size: 19px;
    line-height: 1.25em;
  }

  .f-paragraph-large.specup.specquisommesnous {
    font-size: 19px;
  }

  .f-h3-heading {
    font-size: 22px;
  }

  .f-h3-heading.spec22 {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 1.35em;
  }

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

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

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

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

  .bold-text-3 {
    font-size: 23px;
    line-height: 30px;
  }

  .uui-blog07_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    margin-top: 4rem;
  }

  .uui-padding-vertical-xhuge-11 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .uui-padding-vertical-xhuge-11.specblog {
    padding-top: 0;
  }

  .uui-space-small-3 {
    min-height: .75rem;
  }

  .uui-heading-xsmall-4 {
    font-size: 1.25rem;
  }

  .uui-heading-subheading-4 {
    font-size: 17px;
    line-height: 1.3em;
  }

  .uui-blog07_menu-link-2:hover {
    color: #667085;
    background-color: #0000;
  }

  .uui-blog07_category-menu {
    overflow: visible;
  }

  .uui-heading-large-3 {
    font-size: 25px;
  }

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

  .uui-padding-vertical-xhuge-10 {
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .uui-text-size-large-7 {
    color: #515151;
    font-size: 17px;
  }

  .uui-blog07_image-link {
    margin-bottom: 1.5rem;
  }

  .uui-blog07_image-link:hover {
    box-shadow: none;
  }

  .image-16 {
    object-position: 80% 50%;
    width: 300%;
    max-width: 300%;
    height: 300%;
  }

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

  .lynx-heading-footer-white {
    margin-bottom: 10px;
    font-size: 13.5px;
  }

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

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

  .lynx-logo-footer {
    width: 160px;
  }

  .html-embed-6.spec1 {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

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

  .div-block-54 {
    margin-right: 15px;
  }

  .lynx-block-footer {
    flex-flow: row;
    align-items: center;
    margin-bottom: 0;
    padding-right: 0;
  }

  .lynx-block-footer.speclogo {
    margin-bottom: -25px;
  }

  .lynx-block-footer.spec1 {
    justify-content: center;
    align-items: flex-start;
    width: 33%;
  }

  .lynx-block-footer.spec1.spec0 {
    justify-content: center;
  }

  .div-block-69 {
    margin-top: 0;
    margin-bottom: -15px;
    display: flex;
  }

  .link-block-6.specmiddlemobilestretch {
    justify-content: center;
    display: flex;
  }

  .columns-4 {
    margin-top: -10px;
    margin-bottom: 5px;
    display: flex;
  }

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

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

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

  .div-block-47 {
    line-height: 22px;
  }

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

  .biger.special1 {
    line-height: 22px;
  }

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

  .biger._1._2.specmiddlemobilestretch {
    width: 120%;
    margin-left: -10%;
    font-size: 17px;
    line-height: 22px;
  }

  .biger._2._3 {
    font-size: 17px;
    line-height: 22px;
  }

  .column-3.specmiddlemobilestretch, .column-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .html-embed-7.spec11 {
    margin-top: -10px;
    margin-bottom: 18px;
  }

  .html-embed-7.speciii {
    margin-bottom: 35px;
  }

  .html-embed-7.specii {
    margin-top: 30px;
  }

  .column-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-55.specmiddlemobilestretch {
    flex-flow: column;
    align-items: stretch;
    width: 110%;
    display: flex;
  }

  .html-embed-8.specbottom {
    margin-top: 18px;
  }

  .lynx-block-footer-down {
    width: 95%;
    padding-bottom: 30px;
  }

  .lynx-text-footer-dark {
    font-size: 10px;
  }

  .lynx-link-footer-dark {
    letter-spacing: .5px;
    font-size: 10px;
  }

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

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

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

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

  .main-section.pd-bottom-64px {
    padding-top: 0;
  }

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

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

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

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

  .image-20, .image-20.specprinc {
    height: 100px;
    margin-bottom: 20px;
  }

  .image-23 {
    width: 25px;
  }

  .brix---header-top-wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .brix---link-icon-left {
    width: 15px;
    margin-right: 4px;
  }

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

  .brix---grid-header-top {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1.5fr;
    grid-auto-flow: row;
    justify-items: end;
    width: 100%;
  }

  .brix---social-icon-square-30px {
    width: 25px;
    min-width: 25px;
    height: 25px;
    min-height: 25px;
  }

  .brix---link-text {
    font-size: 12px;
  }

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

  .brix---social-media-grid-right---mbl-center {
    grid-column-gap: 1px;
    grid-template-columns: repeat(auto-fit, 30px);
    grid-auto-flow: row;
    justify-content: end;
    justify-items: end;
    margin-right: 30px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .follow-text-2._1._2._3.spec4.specpompes {
    font-size: 24px;
  }

  .follow-text-2._1._3 {
    margin-top: 7px;
    margin-right: 10px;
    font-size: 19px;
    display: none;
    right: 0;
  }

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

  .banner {
    height: 400px;
  }

  .banner.spec3 {
    height: 18vh;
  }

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

  .banner.spec3.spec8.hide {
    display: block;
  }

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

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

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

  .f-paragraph-regular-3 {
    font-size: 11px;
    font-weight: 300;
    line-height: 13px;
  }

  .link-block-7 {
    height: 45px;
  }

  .image-5 {
    max-width: 130px;
  }

  .f-section-regular-3 {
    z-index: 90;
    padding-top: 50px;
    padding-bottom: 35px;
    box-shadow: 0 0 10px 8px #0000002b, 0 0 8px #00000057;
  }

  .f-grid-two-column-3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .f-form-button {
    text-shadow: 1px 1px 4px #0003;
    min-height: 37px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .f-h4-heading {
    text-shadow: 1px 1px 3px #0000008f;
    font-size: 24px;
  }

  .f-h4-heading.title {
    margin-bottom: 15px;
    font-size: 21px;
    line-height: 32px;
  }

  .f-h4-heading.title.second {
    font-size: 19px;
    line-height: 24px;
  }

  .f-input-outlined {
    min-width: 150px;
    min-height: 38px;
    padding: 5px 7px 6px 8px;
  }

  .f-input-outlined::placeholder {
    font-size: 14px;
  }

  .link-block-8 {
    width: 155px;
    height: 45px;
    box-shadow: 0 0 5px #00000054, inset 0 0 4px 2px #00000026;
  }

  .text-block-32 {
    text-shadow: 1px 1px 3px #0000008f;
  }

  .div-block-27 {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .text-block-22 {
    text-shadow: 1px 1px 3px #0000008f;
    font-size: 28px;
  }

  .text-block-22.spec888 {
    text-shadow: 1px 1px 3px #0000008f;
    margin-bottom: 30px;
    font-size: 26px;
  }

  .f-paragraph-small-2 {
    font-size: 12.5px;
    line-height: 1.5;
  }

  .wbs-blog-content {
    margin-bottom: 15px;
  }

  .wbs-blog-title {
    font-size: 15px;
  }

  .wbs-blog-image {
    width: 100%;
  }

  .wbs-section-4 {
    padding: 1rem 2% 0;
  }

  .slider-2 {
    min-height: 370px;
  }

  .f-section-large-2 {
    padding-top: 30px;
    padding-bottom: 15px;
  }

  .f-paragraph-large-2 {
    line-height: 22px;
  }

  .f-paragraph-large-2.mentions {
    padding-top: 8em;
  }

  .code-embed-2 {
    margin-top: 0;
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-114 {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .brix---header-top-wrapper-2 {
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .brix---link-icon-left-2 {
    width: 15px;
    margin-right: 4px;
  }

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

  .brix---link-text-2 {
    font-size: 15px;
  }

  .columns-3 {
    height: 5em;
  }

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

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

  .image-35._1._2 {
    width: 60px;
    margin-top: 0;
    margin-right: 0;
  }

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

  .nav-menu-2.test {
    margin-top: 7em;
  }

  .bold-text-52 {
    font-size: 24px;
  }

  .f-h3-heading-2 {
    width: 90%;
    font-size: 25px;
  }

  .f-gallery-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .f-section-large-5 {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .f-margin-bottom-48 {
    margin-bottom: 40px;
  }

  .f-gallery-image-s {
    height: 160px;
  }

  .f-heading-detail-small-2 {
    font-size: 15px;
  }

  .uui-text-size-large-3copy {
    font-size: 1rem;
    line-height: 22px;
  }

  .uui-contact03_componentcopy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .uui-button-3copy {
    font-size: 1rem;
  }

  .uui-text-style-link-02copy {
    color: #00102b;
  }

  .uui-padding-vertical-xhuge-6copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-contact03_contact-listcopy {
    margin-top: 2rem;
  }

  .uui-space-xsmall-2copy {
    min-height: .75rem;
  }

  .uui-contact03_contentcopy {
    border-right-style: none;
    width: 100%;
  }

  .uui-icon-1x1-xsmall-4copy {
    color: #00102b;
  }

  .uui-contact03_form-wrappercopy {
    width: 100%;
  }

  .text-block-16copy {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    display: block;
  }

  .uui-page-padding-5copy {
    margin-top: 6em;
    padding: 2em 1rem;
  }

  .uui-heading-medium-3copy {
    font-size: 24px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 31px;
    line-height: 37px;
  }

  h2 {
    font-size: 24px;
    line-height: 29px;
  }

  h3 {
    font-size: 22px;
    line-height: 1.25em;
  }

  p {
    font-size: 19px;
  }

  ul {
    padding-left: 20px;
  }

  li {
    margin-bottom: 0;
    padding-left: 0;
    font-size: 19px;
  }

  blockquote {
    border-left-width: 3px;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 0;
    font-size: 17px;
    line-height: 23px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .navbar.white {
    padding-bottom: 10px;
  }

  .button {
    margin-top: 10px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 11px;
    line-height: 21px;
  }

  .button.cta-button {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section {
    padding: 25px;
  }

  .section.blue-cta-section {
    text-align: center;
  }

  .footer-row {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button {
    text-align: center;
    width: 40px;
    height: 40px;
    margin-top: 2px;
    padding-top: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  .simple-footer {
    padding-top: 35px;
  }

  .simple-bottom-footer {
    padding: 20px 20px 13px;
  }

  .footer-inline-link {
    margin-top: -1px;
    margin-right: 7px;
  }

  .bottom-footer-paragraph.right.dark {
    margin-top: 10px;
  }

  .footer-logo-column-left {
    padding-bottom: 10px;
  }

  .nav-menu-content-block {
    margin-top: 20px;
    padding: 10px;
  }

  .app-store-button {
    height: 35px;
  }

  .color-block {
    padding: 20px;
  }

  .color-block.specbas.specnoncadre {
    padding-left: 5px;
    padding-right: 5px;
  }

  .color-block-title.specbas.specprinc {
    font-size: 16px;
  }

  .subpage-header {
    padding-top: 90px;
    padding-bottom: 20px;
  }

  .subpage-header.ui {
    padding: 94px 25px 30px;
  }

  .subpage-title {
    font-size: 20px;
    line-height: 20px;
  }

  .page-subtitle {
    margin-top: 10px;
    font-size: 15px;
    line-height: 23px;
  }

  .popup-block {
    width: 83%;
    padding: 20px;
  }

  .cta-column-left {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-title {
    font-size: 21px;
    font-weight: 700;
    line-height: 22px;
  }

  .cta-title.subtitle {
    margin-top: 12px;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
  }

  .logo {
    margin-top: 5px;
  }

  .logo.fixed {
    margin-top: 6px;
  }

  .transparant-menu-button {
    margin-right: 0;
  }

  .white-footer-column {
    padding-bottom: 10px;
  }

  .fixed-nav-menu-button {
    width: 40px;
    height: 40px;
    margin-right: 0;
    padding-top: 9px;
  }

  .dark-cta-title {
    font-size: 21px;
    line-height: 25px;
  }

  .wbs-button-subscribe {
    position: static;
  }

  .wbs-subscribe-input-group {
    grid-column-gap: 10px;
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .wbs-button-primary-1.spec-menu.spec-produits {
    font-size: 14.5px;
  }

  .wbs-button-primary-1.specborder {
    margin-top: 0;
    margin-bottom: 22px;
    font-size: 17px;
  }

  .wbs-button-primary-1.specborder.maj {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding: 7px 15px;
    font-size: 13.5px;
    line-height: 1.25em;
  }

  .wbs-hero-6-lead-text {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.25em;
  }

  .wbs-hero-3-title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.25em;
  }

  .wbs-section-dark {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
  }

  .brix---logo-strip-image-card {
    box-shadow: 0 1px 6px 0 var(--elements-webflow-library--general--shadow-02);
    border-radius: 10px;
    width: 100px;
    min-width: 100px;
    height: 60px;
    margin: 6px;
    padding: 10px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 5px;
  }

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

  .brix---section-logo-strip-v6-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .brix---section-logo-strip-v6-2.partenaires {
    padding-bottom: 30px;
    overflow: hidden;
  }

  .pricing-title-wrapper {
    text-align: center;
  }

  .pricing-title-wrapper.specmarques.specblog {
    margin-bottom: 20px;
  }

  .pricing-title-wrapper.specialpage1 {
    padding-top: 0;
  }

  .heading-h1-size {
    text-align: left;
    margin-bottom: 15px;
    font-size: 19.5px;
    line-height: 25px;
  }

  .heading-h1-size.middle {
    flex-flow: column;
    width: 100%;
    font-size: 22px;
    display: block;
  }

  .heading-h1-size.middle.others {
    font-size: 20px;
  }

  .heading-h1-size.middle.partenaires {
    text-shadow: 0 0 4px #000000ad;
    font-size: 20px;
  }

  .heading-h1-size.middle.specmarques {
    margin-bottom: 20px;
    line-height: 1.25em;
  }

  .heading-h1-size.middle.specmarques.specapropos {
    line-height: 1.25em;
  }

  .heading-h1-size.middle.specpompes {
    margin-bottom: 25px;
    font-size: 20px;
  }

  .heading-h1-size.middle.specpompes.special {
    font-size: 21px;
  }

  .heading-h1-size.middle.specialpage1 {
    flex-flow: column;
    display: flex;
  }

  .section-pricing {
    margin-top: -5px;
    margin-bottom: 20px;
    padding-top: 0;
  }

  .color-secondary-1 {
    font-size: 22px;
  }

  .color-secondary-1.partenaires {
    text-shadow: 0 0 4px #000000ad;
    padding-left: 0;
    font-size: 20px;
  }

  .container-6 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .container-6.specialvarisco {
    margin-top: 0;
  }

  .pricing-detail {
    letter-spacing: .55px;
    height: auto;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .pricing-detail.partenaires {
    text-shadow: 0 0 4px #000000ad;
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.25em;
  }

  .pricing-detail.specquisommesnous {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.25em;
  }

  .wbs-alert-bar-7-item {
    padding-right: 30px;
  }

  .f-heading-detail-small {
    font-size: 11px;
  }

  .f-heading-detail-small.specbig.specgreen {
    text-align: left;
    letter-spacing: .02em;
    font-size: 13px;
  }

  .f-heading-detail-small.specbig {
    font-size: 13px;
  }

  .f-heading-detail-small.specbig.nn {
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.35em;
  }

  .f-content-image-wrapper-large, .f-content-image-wrapper-large.spec {
    height: 200px;
  }

  .f-content-image-wrapper-large.spec.special2.specialleft {
    height: 200px;
    margin-bottom: 0;
    display: flex;
  }

  .f-content-image-wrapper-large.spec.special2.spec4 {
    height: 300px;
    margin-top: -30px;
    margin-bottom: 0;
    display: flex;
  }

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

  .f-image-cover {
    border-radius: 6px;
    width: 90%;
  }

  .f-image-cover.spec1 {
    width: 100%;
  }

  .f-image-cover.spec4.speci {
    margin-top: 5%;
    margin-left: -30px;
    margin-right: -30px;
  }

  .div-block-31 {
    width: 92%;
  }

  .div-block-31.spec44 {
    width: 100%;
  }

  .f-margin-bottom-12 {
    margin-bottom: 2px;
  }

  .f-section-large {
    margin-top: 15px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

  .top-margin.less-space._2.text {
    margin-top: 30px;
  }

  .f-paragraph-large {
    letter-spacing: -.02em;
    font-size: 19px;
    line-height: 1.25em;
  }

  .f-paragraph-large.specup.specquisommesnous {
    margin-bottom: 0;
    font-size: 19px;
  }

  .f-grid-two-column {
    margin-bottom: 15px;
  }

  .f-h3-heading {
    font-size: 18px;
  }

  .f-h3-heading.spec22.specmob {
    text-align: left;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
  }

  .f-h3-heading.spec22 {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.35;
  }

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

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

  .align-center {
    margin-bottom: 4px;
  }

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

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

  .show-text._10px {
    letter-spacing: -.5px;
    margin-bottom: 3px;
    font-size: 12.5px;
    line-height: 12px;
  }

  .bold-text-3 {
    font-size: 18px;
    line-height: 25px;
  }

  .uui-blog07_component {
    grid-template-rows: auto auto;
    margin-top: 0;
  }

  .uui-blog07_item {
    width: 93%;
  }

  .uui-padding-vertical-xhuge-11 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .uui-space-small-3 {
    min-height: .75rem;
  }

  .uui-text-size-small-7 {
    font-size: 13px;
  }

  .uui-heading-xsmall-4 {
    margin-bottom: 5px;
    font-size: 1.1rem;
  }

  .uui-blog07_icon {
    display: none;
  }

  .rea-menu.basic {
    color: #000;
    font-size: 15.5px;
  }

  .uui-heading-subheading-4 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 1rem;
    font-size: 16px;
    display: none;
  }

  .uui-blog07_menu-link-2 {
    margin-bottom: 0;
    padding: .5rem .8rem;
  }

  .uui-blog07_menu-link-2:hover {
    background-color: #0000;
  }

  .uui-blog07_menu-link-2.w--current {
    margin-bottom: .25rem;
    padding: .65rem .8rem;
  }

  .uui-blog07_menu-link-2.w--current:hover {
    background-color: #f1f1f1;
  }

  .uui-blog07_author-heading-2 {
    font-size: 14.5px;
  }

  .uui-blog07_category-menu {
    margin-bottom: 30px;
    overflow: visible;
  }

  .uui-heading-large-3 {
    margin-top: 20px;
    font-family: Source Sans Pro, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25em;
  }

  .uui-padding-vertical-xhuge-10 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-text-size-large-7 {
    font-size: 17px;
    line-height: 1.25em;
  }

  .uui-section_blog07 {
    margin-bottom: 15px;
  }

  .image-16 {
    overflow: hidden;
  }

  .lynx-heading-footer-white {
    margin-bottom: 7px;
    font-size: 13px;
  }

  .paragraph {
    text-shadow: 0 0 6px #0003, 0 0 20px #00000069;
    width: 70%;
    margin-top: 40px;
    margin-bottom: 0;
    padding-left: 5px;
    font-size: 13px;
    line-height: 1.25em;
  }

  .lynx-link-footer-large-white {
    font-size: 11px;
  }

  .lynx-logo-footer {
    width: 125px;
    margin-bottom: 0;
  }

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

  .html-embed-6.spec1 {
    display: none;
  }

  .lynx-grid-footer-dark {
    grid-template-columns: 1fr;
    max-width: none;
    margin-top: -5px;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-54 {
    width: 55%;
    margin-top: 15px;
    margin-right: 10px;
  }

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

  .lynx-block-footer.speclogo {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    max-width: none;
    margin-bottom: 0;
  }

  .lynx-block-footer.spec1 {
    width: 45%;
    margin-bottom: 30px;
    margin-right: 0;
    padding-left: 4px;
    padding-right: 4px;
  }

  .div-block-69 {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    display: none;
  }

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

  .div-block-48 {
    width: 97%;
    max-width: 330px;
    margin-top: 5px;
  }

  .columns-4 {
    margin-top: -9px;
  }

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

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

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

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

  .div-block-44, .div-block-52 {
    width: 30%;
  }

  .div-block-47 {
    flex-direction: column;
    line-height: 1.2em;
  }

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

  .biger.special1 {
    text-align: center;
    letter-spacing: -.5px;
    font-size: 17px;
    line-height: 1.2em;
  }

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

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

  .biger._1._2.specmiddlemobilestretch {
    letter-spacing: -.6px;
    width: 115%;
    margin-left: -7.5%;
    font-size: 13px;
    line-height: 1.2em;
  }

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

  .biger._2._3 {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2em;
  }

  .text-block-23 {
    font-size: 15.5px;
  }

  .column-3 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .image-11 {
    width: 80px;
  }

  .div-block-42 {
    width: 97%;
    max-width: 330px;
    margin-bottom: 5px;
  }

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

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

  .html-embed-7.spec11 {
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .div-block-49 {
    width: 100%;
    height: 50px;
  }

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

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

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

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

  .lynx-block-footer-down {
    flex-flow: column;
    width: 100%;
    margin-left: 0%;
    padding-top: 20px;
    padding-bottom: 27px;
  }

  .lynx-text-footer-dark {
    margin-bottom: 5px;
    margin-right: 0;
    font-size: 11px;
  }

  .lynx-link-footer-dark {
    font-size: 11px;
  }

  .newfooter1 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -.8em;
  }

  .div-sous-categories.sidebar-links-grid {
    grid-column-gap: 12px;
  }

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

  .text-50.medium.sidebar-title.special {
    font-family: Source Sans Pro, sans-serif;
    font-weight: 600;
  }

  .text-50.medium.sidebar-title.first {
    margin-bottom: 14px;
    font-size: 13.5px;
    font-weight: 600;
  }

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

  .main-section.pd-bottom-64px {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading.product {
    margin-bottom: 10px;
  }

  .grid-produits {
    justify-content: center;
  }

  .image-20, .image-20.specprinc {
    margin-bottom: 12px;
  }

  .brix---top-header-right-col {
    flex-flow: row;
  }

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

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

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

  .brix---link-text {
    letter-spacing: -.7px;
  }

  .brix---top-header-left-col {
    display: none;
  }

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

  .brix---container-default-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---big-icon-left-2 {
    border-radius: 14px;
    max-width: 56px;
    margin-bottom: 16px;
    margin-right: 0;
    box-shadow: 0 0 4px #0000003d;
  }

  .brix---heading-h2-size-3 {
    text-align: center;
    letter-spacing: -.5px;
    width: 95%;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 1.2em;
  }

  .brix---color-neutral-803 {
    justify-content: center;
    display: flex;
  }

  .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---card-form-2 {
    width: 100%;
    padding: 15px 12px;
    box-shadow: 0 2px 5px #0003, 0 2px 7px #14142b0f;
  }

  .brix---input-label-2 {
    margin-bottom: 10px;
    margin-left: 5px;
    font-size: 16px;
  }

  .brix---social-media-grid-left {
    grid-template-columns: repeat(auto-fit, 30px);
    justify-content: center;
  }

  .brix---section-position-relative-2 {
    box-shadow: none;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .brix---grid-1-column {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

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

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

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

  .brix---grid-2-contact-v9 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .brix---subtitle-2 {
    letter-spacing: .5px;
    margin-bottom: 20px;
    font-size: 12.5px;
    line-height: 1.35em;
  }

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

  .brix---inner-container-700px-center {
    width: 95%;
  }

  .brix---heading-h3-size {
    text-align: center;
    letter-spacing: -.5px;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 25px;
  }

  .brix---color-neutral-802 {
    justify-content: center;
    display: flex;
  }

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

  .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---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---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---btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---paragraph-default {
    text-align: center;
    width: 95%;
    font-size: 16px;
    line-height: 1.35em;
  }

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

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

  .div-block-101 {
    height: 7em;
  }

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

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

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

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

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

  .follow-text-2._1._2._3.spec4 {
    margin-top: 10px;
    margin-bottom: 0;
    font-family: Exo, sans-serif;
    font-size: 19px;
    font-weight: 600;
    top: 0;
  }

  .follow-text-2._1._2._3.spec4.specpompes {
    margin-top: 0;
    font-size: 19px;
  }

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

  .banner {
    height: 350px;
    margin-top: 6em;
  }

  .banner.spec3 {
    height: 80px;
  }

  .banner.spec3.spec8 {
    height: 110px;
    margin-top: 7em;
  }

  .banner.spec3.spec8.special {
    height: 150px;
  }

  .div-block-103 {
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
  }

  .div-block-103._2 {
    flex-direction: row;
    margin-top: -5px;
  }

  .video-overlay.spec4 {
    background-image: url('../images/rally4_1rally4.avif');
    background-position: 50% 70%;
    background-size: cover;
  }

  .section-4 {
    padding-top: 0;
  }

  .section-4.specc {
    padding-bottom: 40px;
  }

  .div-block-46 {
    margin-bottom: 10px;
    box-shadow: 0 0 7px #00000085;
  }

  .youtube {
    margin-bottom: 0;
  }

  .div-block-105, .f-cta-form-wrapper {
    flex-direction: column;
  }

  .f-paragraph-regular-3 {
    letter-spacing: -.15px;
    text-shadow: 0 1px 6px #0003, 0 0 20px #00000069;
    font-size: 10px;
    font-weight: 400;
    line-height: 11px;
  }

  .f-section-regular-3 {
    background-color: #a60000;
    padding: 30px 3.5%;
  }

  .f-margin-bottom-17 {
    margin-bottom: 5px;
  }

  .link-7 {
    text-shadow: 0 0 6px #0003, 0 0 20px #00000069;
    display: inline;
  }

  .f-form-button {
    text-shadow: 1px 1px 4px #00000017;
    width: 100%;
    height: 30px;
    min-height: 20px;
    font-size: 13.5px;
  }

  .f-h4-heading {
    text-align: left;
    letter-spacing: -.04em;
    font-size: 21px;
  }

  .f-h4-heading.title.second {
    font-size: 17px;
    line-height: 1.2em;
  }

  .f-input-outlined {
    text-align: center;
    min-width: 130px;
    height: 30px;
    min-height: 20px;
    font-size: 13px;
  }

  .f-input-outlined::placeholder {
    font-size: 13px;
  }

  .text-block-32 {
    padding-top: 7px;
    padding-bottom: 16px;
    font-size: 18px;
  }

  .div-block-27 {
    padding-top: 5px;
    padding-bottom: 0;
  }

  .f-cta-form-block, .div-block-35 {
    width: 100%;
  }

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

  .text-block-22 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
  }

  .text-block-22.spec888 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 600;
  }

  .f-paragraph-small-2 {
    letter-spacing: 0;
    margin-top: 0;
    font-size: 10px;
    line-height: 13px;
  }

  .div-block-110 {
    padding-bottom: 30px;
  }

  .wbs-blog-content {
    font-size: 13px;
  }

  .wbs-blog-title {
    font-size: 14px;
  }

  .wbs-section-4.specialpompes {
    display: none;
  }

  .slide {
    width: 50%;
  }

  .slider-2 {
    min-height: 330px;
  }

  .f-content-image-wrapper-large-2, .f-content-image-wrapper-large-2.spec {
    height: 200px;
  }

  .f-content-image-wrapper-large-2.spec.special2.specialleft.article {
    max-width: 100%;
    display: none;
  }

  .f-section-large-2 {
    margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .f-margin-bottom-75 {
    margin-bottom: 10px;
  }

  .f-margin-bottom-76 {
    margin-bottom: 2px;
  }

  .f-paragraph-large-2 {
    font-size: 19px;
    line-height: 1.25em;
  }

  .f-paragraph-large-2.mentions {
    padding-top: 8em;
  }

  .div-block-112, .div-block-112.spec44 {
    width: 92%;
  }

  .div-block-112.spec44.special2 {
    width: 100%;
  }

  .div-block-114 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .div-block-117 {
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .heading-2 {
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 1.2em;
  }

  .finalpara {
    margin-bottom: 20px;
  }

  .brix---container-default-2 {
    flex-direction: column;
    width: 100vw;
    max-width: 100vw;
    height: 7em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---link-text-2 {
    letter-spacing: -.7px;
    font-size: 16px;
  }

  .text-block-17 {
    color: #202020;
    height: auto;
    padding: 7px 0;
    font-size: 17px;
    font-weight: 600;
  }

  .text-block-17:active {
    margin-right: 0;
  }

  .text-block-17.w--current {
    background-color: var(--footer);
    height: auto;
  }

  .text-block-17.dropdo {
    padding-left: 38px;
    padding-right: 38px;
  }

  .hamburger {
    margin-top: 5px;
    padding: 8px 5px;
    position: relative;
    right: 10px;
  }

  .hamburger.w--open {
    z-index: 20;
    margin-top: 0;
    padding: 8px 10px;
  }

  .icon-5 {
    color: #fff;
    padding: 5px;
  }

  .column-5 {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .column-4 {
    height: 100%;
    padding-right: 0;
  }

  .columns-3 {
    box-shadow: none;
    background-color: #fff;
    background-size: auto;
    border-bottom-style: none;
    max-width: 100vw;
    height: 5em;
  }

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

  .image-35._1 {
    width: 150px;
    margin-top: 17px;
    margin-bottom: 10px;
  }

  .image-35._1._2 {
    filter: none;
    width: 60px;
    margin: 0;
  }

  .nav-menu-2 {
    width: 100vw;
    margin-top: 6em;
    padding-top: 15px;
  }

  .nav-menu-2.test {
    z-index: 9998;
    height: auto;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    box-shadow: inset 0 2px 5px #00000042, 6px 6px 13px -4px #000;
  }

  .nav-menu-2.test.hide {
    opacity: 1;
    display: none;
  }

  .column-6 {
    padding-left: 0;
    display: block;
  }

  .link-block-3.w--current {
    flex-direction: column;
    margin-left: 12px;
  }

  .nouveaudiv {
    line-height: 22px;
  }

  .dropdown-link-3 {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 17px;
    font-weight: 400;
  }

  .dropdown-link-3.w--current {
    font-weight: 700;
  }

  .text-block-18 {
    color: #202020;
    padding: 3px 0;
    font-size: 14px;
    font-weight: 600;
  }

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

  .bold-text-52, .bold-text-53 {
    font-size: 24px;
  }

  .f-h3-heading-2 {
    color: #000;
    width: 100%;
    font-size: 22px;
    font-weight: 700;
  }

  .f-section-large-5 {
    margin-top: 0;
    padding-top: 25px;
    padding-bottom: 30px;
  }

  .f-margin-bottom-48 {
    margin-bottom: 30px;
  }

  .f-heading-detail-small-2 {
    letter-spacing: .02em;
    font-size: 14px;
    line-height: 1.35em;
  }

  .uui-text-size-large-3copy {
    color: #000;
    text-align: left;
    letter-spacing: 0;
    margin-bottom: 1.5em;
    font-size: 19px;
    line-height: 1.4em;
  }

  .uui-contact03_formcopy {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    width: 90%;
  }

  .uui-contact03_componentcopy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .uui-contact03_itemcopy {
    justify-content: center;
    margin-bottom: 10px;
  }

  .uui-button-3copy {
    background-color: var(--footer);
    padding-left: .35em;
    padding-right: .35em;
    font-size: .95rem;
  }

  .error-textcopy {
    font-size: 13.5px;
  }

  .uui-text-style-link-02copy {
    letter-spacing: -.5px;
    font-size: 26px;
  }

  .error-message-2copy {
    text-align: center;
  }

  .uui-padding-vertical-xhuge-6copy {
    padding-top: .2rem;
    padding-bottom: .5rem;
  }

  .uui-contact03_contact-listcopy {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    flex-flow: column;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 0;
    margin-left: 0;
    display: flex;
  }

  .uui-contact03_contentcopy {
    padding-right: 0;
  }

  .uui-icon-1x1-xsmall-4copy {
    width: 2rem;
    height: 2rem;
    margin-right: 0;
  }

  .success-textcopy {
    font-size: 14px;
  }

  .text-block-16copy {
    text-align: center;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
    display: block;
  }

  .uui-contact03_icon-wrappercopy {
    margin-right: .8rem;
  }

  .section-contact-a-copier.upspace {
    padding-top: 2em;
  }

  .uui-field-labelcopy {
    text-align: center;
    margin-bottom: .2rem;
  }

  .uui-page-padding-5copy {
    margin-top: 0;
    padding: 6.5em .6rem 0;
  }

  .uui-heading-medium-3copy {
    text-align: center;
    margin-bottom: .5rem;
    font-family: Exo, sans-serif;
    font-size: 22px;
    line-height: 1.25;
  }

  .bold-text-54 {
    font-size: 15px;
  }

  .text-block-38 {
    margin-right: 2px;
    font-size: 17px;
  }

  .icon-6 {
    margin-top: 11px;
    margin-bottom: 0;
  }

  .heading-3, .heading-5 {
    font-size: 24px;
  }
}

#w-node-_1a36081c-605d-27da-10b7-eb43fc7cfd32-af23e2db {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-_1a36081c-605d-27da-10b7-eb43fc7cfd34-af23e2db {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf27f-af23e2db {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf281-af23e2db {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bf1b6111-0680-f888-c0b2-aa0987f685b4-af23e2db {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-bf1b6111-0680-f888-c0b2-aa0987f685b6-af23e2db {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d957db42-1ca8-f0ec-6f16-200dbbccf602-af23e2db {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-d957db42-1ca8-f0ec-6f16-200dbbccf604-af23e2db {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e65a009d-8207-37ba-41ac-1af458e1c251-af23e2db {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-e65a009d-8207-37ba-41ac-1af458e1c253-af23e2db {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9530b699-79a4-2edd-82db-c72cf432c60f-f432c60c, #w-node-_9530b699-79a4-2edd-82db-c72cf432c616-f432c60c, #w-node-_9530b699-79a4-2edd-82db-c72cf432c622-f432c60c, #w-node-_9530b699-79a4-2edd-82db-c72cf432c62c-f432c60c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5918078-bd99-a3c7-e457-77a47c80f6f2-7c80f6ef {
  justify-self: end;
}

#w-node-_9339c931-203d-0440-be64-ce48a196ae57-00be7402 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-e43d09a9-8cce-5a1b-1e12-d42e81fcaad2-00be7402 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-a10b1fbf-3528-1460-4f77-3ed7ba825f7c-af23e2dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a10b1fbf-3528-1460-4f77-3ed7ba825fbf-af23e2dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_670ee2ee-8022-bd31-ddcd-a978aaa05212-af23e2de, #w-node-_670ee2ee-8022-bd31-ddcd-a978aaa05217-af23e2de, #w-node-c671addd-8112-476f-4f3d-7d88fa821f1c-af23e2de {
  align-self: start;
}

#form01.w-node-_670ee2ee-8022-bd31-ddcd-a978aaa0521e-af23e2de {
  justify-self: end;
}

#w-node-_670ee2ee-8022-bd31-ddcd-a978aaa05230-af23e2de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_670ee2ee-8022-bd31-ddcd-a978aaa05231-af23e2de {
  justify-self: start;
}

#w-node-a61e1e3c-f00d-ab0d-4155-c125516a8d86-af23e2df, #w-node-a61e1e3c-f00d-ab0d-4155-c125516a8d92-af23e2df, #w-node-a61e1e3c-f00d-ab0d-4155-c125516a8ddf-af23e2df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_684a0aac-c42e-d1a9-ede8-9c5073798c76-af23e2e1 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-_684a0aac-c42e-d1a9-ede8-9c5073798c79-af23e2e1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a61e1e3c-f00d-ab0d-4155-c125516a8d86-af23e2e6, #w-node-a61e1e3c-f00d-ab0d-4155-c125516a8d92-af23e2e6, #w-node-a61e1e3c-f00d-ab0d-4155-c125516a8ddf-af23e2e6, #w-node-a61e1e3c-f00d-ab0d-4155-c125516a8d86-af23e2e7, #w-node-a61e1e3c-f00d-ab0d-4155-c125516a8d92-af23e2e7, #w-node-a61e1e3c-f00d-ab0d-4155-c125516a8ddf-af23e2e7, #w-node-a61e1e3c-f00d-ab0d-4155-c125516a8d86-af23e2e8, #w-node-a61e1e3c-f00d-ab0d-4155-c125516a8d92-af23e2e8, #w-node-a61e1e3c-f00d-ab0d-4155-c125516a8ddf-af23e2e8, #w-node-a61e1e3c-f00d-ab0d-4155-c125516a8d86-af23e2e9, #w-node-a61e1e3c-f00d-ab0d-4155-c125516a8d92-af23e2e9, #w-node-a61e1e3c-f00d-ab0d-4155-c125516a8ddf-af23e2e9, #w-node-a61e1e3c-f00d-ab0d-4155-c125516a8d86-af23e2ea, #w-node-a61e1e3c-f00d-ab0d-4155-c125516a8d92-af23e2ea, #w-node-a61e1e3c-f00d-ab0d-4155-c125516a8ddf-af23e2ea, #w-node-a61e1e3c-f00d-ab0d-4155-c125516a8d86-af23e2eb, #w-node-a61e1e3c-f00d-ab0d-4155-c125516a8d92-af23e2eb, #w-node-a61e1e3c-f00d-ab0d-4155-c125516a8ddf-af23e2eb, #w-node-a61e1e3c-f00d-ab0d-4155-c125516a8d86-af23e2ec, #w-node-a61e1e3c-f00d-ab0d-4155-c125516a8d92-af23e2ec, #w-node-a61e1e3c-f00d-ab0d-4155-c125516a8ddf-af23e2ec, #w-node-a61e1e3c-f00d-ab0d-4155-c125516a8d86-af23e2ed, #w-node-a61e1e3c-f00d-ab0d-4155-c125516a8d92-af23e2ed, #w-node-a61e1e3c-f00d-ab0d-4155-c125516a8ddf-af23e2ed, #w-node-a61e1e3c-f00d-ab0d-4155-c125516a8d86-af23e2ee, #w-node-a61e1e3c-f00d-ab0d-4155-c125516a8d92-af23e2ee, #w-node-a61e1e3c-f00d-ab0d-4155-c125516a8ddf-af23e2ee, #w-node-a61e1e3c-f00d-ab0d-4155-c125516a8d86-af23e2ef, #w-node-a61e1e3c-f00d-ab0d-4155-c125516a8d92-af23e2ef, #w-node-a61e1e3c-f00d-ab0d-4155-c125516a8ddf-af23e2ef, #w-node-a61e1e3c-f00d-ab0d-4155-c125516a8d86-af23e2f0, #w-node-a61e1e3c-f00d-ab0d-4155-c125516a8d92-af23e2f0, #w-node-a61e1e3c-f00d-ab0d-4155-c125516a8ddf-af23e2f0, #w-node-a61e1e3c-f00d-ab0d-4155-c125516a8d86-af23e2f1, #w-node-a61e1e3c-f00d-ab0d-4155-c125516a8d92-af23e2f1, #w-node-a61e1e3c-f00d-ab0d-4155-c125516a8ddf-af23e2f1, #w-node-a61e1e3c-f00d-ab0d-4155-c125516a8d86-af23e2f2, #w-node-a61e1e3c-f00d-ab0d-4155-c125516a8d92-af23e2f2, #w-node-a61e1e3c-f00d-ab0d-4155-c125516a8ddf-af23e2f2, #w-node-a61e1e3c-f00d-ab0d-4155-c125516a8d86-af23e2f3, #w-node-a61e1e3c-f00d-ab0d-4155-c125516a8d92-af23e2f3, #w-node-a61e1e3c-f00d-ab0d-4155-c125516a8ddf-af23e2f3, #w-node-a61e1e3c-f00d-ab0d-4155-c125516a8d86-af23e2f4, #w-node-a61e1e3c-f00d-ab0d-4155-c125516a8d92-af23e2f4, #w-node-a61e1e3c-f00d-ab0d-4155-c125516a8ddf-af23e2f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1a36081c-605d-27da-10b7-eb43fc7cfd32-af23e2db {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1a36081c-605d-27da-10b7-eb43fc7cfd34-af23e2db {
    justify-self: center;
  }

  #w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf27f-af23e2db {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf281-af23e2db {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-bf1b6111-0680-f888-c0b2-aa0987f685b4-af23e2db {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-bf1b6111-0680-f888-c0b2-aa0987f685b6-af23e2db {
    justify-self: center;
  }

  #w-node-d957db42-1ca8-f0ec-6f16-200dbbccf602-af23e2db {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d957db42-1ca8-f0ec-6f16-200dbbccf604-af23e2db {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-e65a009d-8207-37ba-41ac-1af458e1c251-af23e2db {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e65a009d-8207-37ba-41ac-1af458e1c253-af23e2db {
    justify-self: center;
  }

  #w-node-a5918078-bd99-a3c7-e457-77a47c80f6f2-7c80f6ef {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-a5918078-bd99-a3c7-e457-77a47c80f6f4-7c80f6ef {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_684a0aac-c42e-d1a9-ede8-9c5073798c76-af23e2e1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_684a0aac-c42e-d1a9-ede8-9c5073798c79-af23e2e1 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9530b699-79a4-2edd-82db-c72cf432c60f-f432c60c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0a6494bd-1438-6ee8-87df-27d2c77bdc50-c77bdc4c, #w-node-_9339c931-203d-0440-be64-ce48a196ae57-00be7402 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9339c931-203d-0440-be64-ce48a196ae61-00be7402 {
    order: -9999;
    grid-area: 1 / 2 / 2 / 3;
    justify-self: stretch;
  }

  #w-node-_670ee2ee-8022-bd31-ddcd-a978aaa05212-af23e2de, #w-node-_670ee2ee-8022-bd31-ddcd-a978aaa05217-af23e2de, #w-node-c671addd-8112-476f-4f3d-7d88fa821f1c-af23e2de {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a5918078-bd99-a3c7-e457-77a47c80f6f2-7c80f6ef {
    grid-row: 1 / 2;
  }

  #w-node-_0a6494bd-1438-6ee8-87df-27d2c77bdc50-c77bdc4c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_670ee2ee-8022-bd31-ddcd-a978aaa05212-af23e2de, #w-node-_670ee2ee-8022-bd31-ddcd-a978aaa05217-af23e2de, #w-node-c671addd-8112-476f-4f3d-7d88fa821f1c-af23e2de {
    justify-self: start;
  }

  #w-node-_670ee2ee-8022-bd31-ddcd-a978aaa0521c-af23e2de {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


