:root {
  --royal-blue: #ff9fbc;
  --flowstica-webflow-library--white: white;
  --flowstica-webflow-library--black: #010b15;
  --medium-orchid: #b75dda;
  --lime-green: #5ec045;
  --deep-green: #2b7a00;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--neutral--300: #eff0f6;
  --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;
}

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: #1f6fff;
  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;
}

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-width: 2px;
  border-bottom-color: #003678ba;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  height: 115px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0 0 8px #00000094, 0 0 33px #0003;
}

.logo-block {
  z-index: 10;
  margin-right: 30px;
}

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

.nav-menu {
  z-index: 1;
  border-radius: 4px;
  margin-top: 5px;
}

.nav-link {
  z-index: 11;
  filter: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 5px;
  margin-right: 3px;
  padding: 11px 15px;
  font-size: 15px;
  line-height: 12px;
  transition: background-color .2s, border .2s;
  position: relative;
}

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

.nav-link.w--current {
  font-size: 15px;
}

.nav-link.dropdown-toggle {
  padding-right: 30px;
  font-size: 15px;
}

.nav-link.dropdown-toggle.w--open {
  background-color: #00b7ff17;
  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;
}

.dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #46c3f5;
  border-radius: 12px;
  margin-top: 10px;
  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 {
  margin-left: -10vw;
}

.dropdown-list.second.w--open {
  margin-left: -90%;
}

.dropdown-list.third.w--open {
  margin-left: -274%;
}

.dropdown-list.first.w--open {
  margin-left: 0%;
}

.dropdown-link {
  border-radius: 6px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 17px;
  font-weight: 400;
  transition: background-color .2s, color .2s;
}

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

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

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

.container {
  position: relative;
}

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

.container.centered.specparticuliers {
  flex-flow: column;
  max-width: 1300px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.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.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.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-left: 20px;
}

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

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

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

.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 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: center;
  margin-bottom: 25px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.blocks-row.spec8 {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  height: auto;
  display: flex;
}

.servicecolonne {
  border: 2px solid #7a005f;
  border-radius: 12px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

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

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

.color-block.spec {
  border-style: none;
  border-radius: 0;
  flex-flow: column;
  height: 100%;
  padding: 20px 14px;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 5px #0000004f;
}

.color-block-title {
  z-index: 10;
  color: #000;
  letter-spacing: -.5px;
  width: 100%;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  position: relative;
}

.color-block-title.spec4 {
  letter-spacing: -.5px;
  width: 80%;
  font-size: 23px;
}

.color-block-title.spec4.specparti {
  text-align: left;
  margin-bottom: 0;
  font-size: 22px;
  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-paragraph.spec {
  color: #727272;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 19px;
  line-height: 25px;
}

.color-block-paragraph.spec.spec3 {
  margin-top: 35px;
}

.color-block-paragraph.spec.spec {
  color: #505050;
  font-weight: 600;
}

.color-block-paragraph.spec.spec._8 {
  color: #000;
  text-align: left;
  flex: 1;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 17px;
  display: flex;
}

.color-block-paragraph.spec.spec._8.spec4 {
  letter-spacing: -.3px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 17px;
  line-height: 1.3em;
  display: flex;
}

.color-block-paragraph.spec.spec._8.spec4.petit {
  color: #505050;
  flex-flow: column;
  flex: none;
  margin-bottom: 25px;
  font-size: 15.5px;
  display: block;
}

.color-block-paragraph.spec.spei {
  color: #000;
  margin-top: 20px;
  font-size: 21px;
}

.color-block-paragraph.spec.specparti {
  text-align: left;
  margin-bottom: 12px;
  font-size: 17.5px;
  line-height: 1.3em;
}

.color-block-icon {
  z-index: 1;
  opacity: 1;
  height: 55px;
  position: relative;
}

.color-block-icon.spec5 {
  display: none;
}

.bottom-paragraph {
  margin-top: 25px;
  margin-bottom: 0;
  font-size: 18px;
}

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

.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: .5;
  margin-right: 11px;
  font-size: 12px;
}

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

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

.logo.fixed {
  height: 80px;
  margin-top: -25px;
  margin-bottom: -15px;
}

.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 {
  width: 90%;
  max-width: 1420px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
}

.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: flex;
  position: absolute;
  inset: 0%;
}

.wbs-cta-6-content-bottom {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.wbs-cta-6-content-bottom.spec {
  margin-bottom: 0;
}

.wbs-cta-6-content-bottom-icon {
  height: 18px;
  margin-right: 4px;
  position: relative;
  bottom: -3px;
}

.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: #009c4f;
  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;
}

.wbs-container {
  width: 100%;
  max-width: 1420px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.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 {
  color: var(--flowstica-webflow-library--white);
  text-align: center;
  background-color: #ff9fbc;
  border: 1px solid #ffa2be;
  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 6px #ffffffb3, 0 2px 5px #0003;
}

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

.wbs-button-primary-1.spec-menu {
  width: 100%;
  margin-bottom: 20px;
  margin-left: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 18px;
}

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

.wbs-form-input {
  color: var(--flowstica-webflow-library--black);
  border: 1px solid #010b151f;
  border-radius: 10px;
  height: 3.125rem;
  margin-bottom: 5px;
  padding: 10px 20px;
  transition: border .3s ease-in-out;
  box-shadow: 0 2px 5px #0000000d;
}

.wbs-form-input:focus {
  border-color: var(--royal-blue);
}

.wbs-form-label {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 16px;
}

.wbs-heading-h5 {
  color: var(--flowstica-webflow-library--black);
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.3em;
}

.wbs-form-block {
  background-color: var(--flowstica-webflow-library--white);
  border: 2px solid #ff4e74;
  border-radius: 10px;
  width: 100%;
  max-width: 560px;
  margin-left: 5%;
  margin-right: auto;
  padding: 40px;
  box-shadow: inset 0 0 5px #000, 0 0 12px #00000036, 0 2px 5px #0003;
}

.wbs-spacing-30 {
  height: 1.875rem;
}

.wbs-hero-6-lead-text {
  color: var(--flowstica-webflow-library--white);
  width: 90%;
  font-size: 22px;
  line-height: 32px;
}

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

.wbs-hero-5-content-left {
  flex-direction: column;
  align-items: flex-start;
}

.wbs-hero-5-content {
  flex-direction: column;
  align-items: flex-start;
  margin-top: -50px;
  display: flex;
}

.wbs-hero-6 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.wbs-section-dark {
  background-color: #0000006e;
  margin-top: -3em;
  padding: 8rem 5%;
  position: relative;
  overflow: hidden;
}

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

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

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

.div-block-9 {
  z-index: -1;
  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: 98%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.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;
  width: 140%;
  margin-bottom: 0;
  font-size: 44px;
  line-height: 1.3em;
}

.heading-h1-size.middle.spec8 {
  font-size: 37px;
}

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

.section-pricing.specparticulier {
  padding-top: 80px;
  padding-bottom: 60px;
}

.color-secondary-1 {
  filter: contrast(78%) hue-rotate(114deg) brightness(154%) saturate(173%);
  color: #123d6e;
  -webkit-text-stroke-color: #c69400;
  text-shadow: 0 1px 6px #00000073;
  -webkit-text-fill-color: transparent;
  background-color: #123d6e;
  background-image: url('../images/blue-fancy_1.avif');
  background-size: 240%;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 48px;
  font-weight: 700;
}

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

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

.pricing-detail {
  color: #7a005f;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 800;
  line-height: 24px;
}

.div-block-58 {
  border: 2px solid #7a005f;
  border-radius: 12px;
  flex: 1;
  transition: all .2s ease-in-out;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 7px #0000003d;
}

.div-block-58:hover {
  transform: none;
}

.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;
  filter: brightness(67%) blur(1px);
  background-image: url('../images/big-blue-fancy_1.avif');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.div-block-59.spec-alert-bar {
  filter: hue-rotate(106deg) brightness(65%) blur(1px) blur(1px) blur(8px);
  background-image: url('../images/big-blue-fancy_1.avif');
  background-position: 0 0;
  overflow: hidden;
}

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

.link-block-2 {
  flex-flow: column;
  flex: 1;
  text-decoration: none;
  display: flex;
}

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

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

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

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

.second {
  padding-left: 10px;
}

.button-2 {
  filter: hue-rotate(129deg);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 0 16px #000, 0 0 16px #000, 0 0 8px #000, 0 0 6px #000;
  background-color: #090642;
  background-image: url('../images/big-blue-fancy_1.avif');
  background-position: 0 30%;
  background-size: 120%;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 17px 23px 15px;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
  display: inline-block;
  box-shadow: inset 0 0 6px -1px #000, 1px 2px 8px -2px #000000db;
}

.button-2:hover {
  color: #fff;
  transform: scale(1.05)translate(0, -6px);
}

.button-2.spec4 {
  letter-spacing: 1.4px;
  width: 90%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 17px;
  display: block;
}

.button-2.specmenu {
  background-image: url('../images/big-blue-fancy-mini.webp');
  margin-top: 2em;
  margin-bottom: 20px;
}

.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: #c81b63;
  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;
  max-width: 95%;
  height: 420px;
  overflow: hidden;
  box-shadow: 0 2px 5px #00000075;
}

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

.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 {
  object-fit: cover;
  object-position: 50% 65%;
  max-width: none;
  height: 100%;
  margin-top: 0%;
  margin-left: 0;
  margin-right: 0;
  bottom: auto;
}

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

.f-section-large {
  padding: 70px 4% 60px;
  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: 40px;
}

.top-margin.less-space._2.text.spec4 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  position: static;
  top: 0;
}

.top-margin.less-space._2.text.spec8 {
  justify-content: center;
  align-items: center;
}

.f-paragraph-large {
  color: #585858;
  letter-spacing: -.02em;
  width: 100%;
  max-width: 800px;
  margin-bottom: 45px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.f-paragraph-large.spec8 {
  max-width: none;
  margin-bottom: 60px;
}

.f-paragraph-large.spec8.specc {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

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

.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 {
  filter: hue-rotate(98deg);
  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;
}

.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: -65px;
  display: flex;
}

.show-text {
  color: #fff;
  text-transform: capitalize;
  font-family: Bitter, 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;
}

.bold-text-3 {
  letter-spacing: 1.5px;
  text-transform: none;
  font-family: Bitter, serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 45px;
}

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

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

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

.image-16 {
  z-index: -1;
  opacity: 1;
  filter: brightness(94%) contrast(137%) blur(8px) hue-rotate(61deg);
  object-fit: cover;
  object-position: 50% 90%;
  border-top: 1px #ffd3d3;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 100%;
  max-width: 1500%;
  height: 500%;
  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 1px 3px #00000096, 0 0 16px #000000bf;
  margin-bottom: 22px;
  font-size: 14px;
  line-height: 140%;
}

.paragraph {
  color: #fff;
  text-shadow: 0 0 16px #000000bf, 0 1px 3px #00000096;
  font-size: 16px;
  line-height: 1.3em;
}

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

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

.lynx-link-footer-large-white.w--current {
  padding-top: 5px;
  padding-bottom: 5px;
}

.lynx-logo-footer {
  width: 100%;
  max-width: 300px;
  margin-top: -50px;
  margin-bottom: 30px;
}

.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: 80px;
  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%;
}

.link-block-6.specmiddlemobilestretch {
  display: none;
}

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

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

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

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

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

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

.div-block-41._1.hide {
  display: none;
}

.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 #000000a3;
  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._2._3 {
  color: #fff;
  text-shadow: 0 1px 7px #000;
  font-family: Exo, sans-serif;
  font-size: 19px;
  font-weight: 500;
}

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

.column-3.specmiddlemobilestretch.hide {
  display: block;
}

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

.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: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 140%;
}

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

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

.newfooter1 {
  z-index: 1;
  object-position: 50% 50%;
  border-top: 3px solid #ffdbf7;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 5px #00000026, 0 -2px 11px #0000003b;
}

.brand-logo {
  float: none;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 8px;
}

.brand-logo.w--current {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 120px;
  padding-top: 15px;
  text-decoration: none;
}

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

.align-right.top-space {
  margin-top: 15px;
}

.align-right.top-space._2 {
  padding-right: 35px;
  position: absolute;
  inset: auto 0% 20px auto;
}

.col {
  height: 100%;
  margin-top: -15px;
  margin-bottom: -24px;
  padding-left: 20px;
  padding-right: 0;
  position: relative;
}

.columns {
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.column-without-padding {
  padding-left: 0;
  padding-right: 0;
  display: inline;
}

.column-without-padding.spec1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-8 {
  color: #fff;
}

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

.navigation-link {
  color: #2b2b2b;
  letter-spacing: 0;
  text-transform: none;
  padding: 7px 10px 8px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.navigation-link:hover {
  border-bottom: 3px solid #fff;
}

.navigation-link.w--current {
  filter: brightness(107%) hue-rotate(83deg);
  color: #fff;
  text-shadow: none;
  background-color: #123d6e;
  background-image: url('../images/big-blue-fancy_1.avif');
  background-size: auto;
  border: 1px solid #572200;
  border-radius: 5px;
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 2px 2px 12px -2px #000;
}

.navigation-link._2 {
  color: #2b2b2b;
  text-shadow: none;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.navigation-link._2:hover {
  color: #000;
}

.navigation-link._2.w--current {
  color: #fff;
}

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

.follow-text._9 {
  color: #000;
  text-shadow: none;
  margin-right: 8px;
  font-weight: 600;
  display: inline-block;
}

.image-20 {
  max-width: none;
  height: 160px;
  margin-top: -60px;
  margin-bottom: -30px;
  margin-left: 0;
  display: block;
}

.div-block-12 {
  background-color: #fff;
  border-bottom: 2px solid #ffffff54;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  position: relative;
  box-shadow: inset 0 1px 16px -4px #000;
}

.link-7 {
  color: #7a005f;
}

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

.button-4 {
  color: #2d2d2d;
  text-align: center;
  text-shadow: 1px 1px 4px #62323369;
  background-color: #fff;
  border: 3px solid #71d0ff;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  height: 72px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Bitter, serif;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 5px #2d2d2d, 0 0 10px -1px #1d1d1d;
}

.button-4.menu {
  filter: brightness(108%);
  text-shadow: 1px 1px 4px #62323369;
  background-color: #0000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: contain;
  border-width: 2px;
  border-color: #a63700;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 12px;
  padding-right: 12px;
  box-shadow: inset 0 0 5px #595959, 0 0 10px -1px #797979;
}

.button-4.menu:hover {
  border-color: #fff;
  margin-bottom: 8px;
  box-shadow: inset 0 0 5px #2d2d2d, 1px 1px 10px 1px #a8a8a8;
}

.button-4.menu.w--current {
  border-color: #fff;
  margin-bottom: 8px;
}

.button-4.menu.spec-align {
  background-image: url('../images/Marble-background-min_1.avif');
  justify-content: flex-start;
  height: 80px;
  transition: all .2s;
}

.button-4.menu.spec-align:hover {
  margin-top: -12px;
  margin-bottom: 0;
}

.button-4.menu.spec-align.w--current {
  margin-bottom: 6px;
}

.button-4.menu.spec-align._3 {
  text-shadow: none;
  border-color: #cb1594;
  height: 70px;
  padding-left: 20px;
  transition: all .2s;
  position: absolute;
  top: 10px;
  right: 0;
}

.button-4.menu.spec-align._3:hover {
  margin-top: 0;
  right: 10px;
}

.link-text-block {
  text-align: left;
  text-shadow: 1px 1px 4px #d3d3d3;
  justify-content: flex-start;
  align-items: center;
  line-height: 24px;
  display: flex;
}

.link-text-block._3 {
  color: #000;
  text-align: left;
  text-shadow: none;
  width: 19em;
  margin-right: 1px;
  font-weight: 700;
  line-height: 30px;
}

.div-block-89 {
  z-index: 1;
  background-image: radial-gradient(circle, #000, #fff);
  position: absolute;
  inset: 0%;
}

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

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

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

.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---mg-bottom-8px {
  margin-bottom: 8px;
}

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

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

.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---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: center;
  display: grid;
}

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

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

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

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

.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---heading-h1-size-2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 55px;
}

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

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

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

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

.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-color: #3affba;
  box-shadow: 0 2px 12px #14142b1a;
}

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

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

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

.brix---input-2 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  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 2px 7px #14142b38;
}

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

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

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

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

.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---section-position-relative-2 {
  filter: hue-rotate(226deg);
  margin-top: -3em;
  padding-top: 90px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.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---btn-primary-2 {
  filter: contrast(107%) saturate(183%) hue-rotate(215deg);
  color: #313131;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  background-image: url('../images/j-lee-pr0I-DUB5eA-unsplash.avif');
  background-position: 0 0;
  background-size: cover;
  border: 2px solid #2764ff;
  border-radius: 20px;
  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;
  background-color: #281ca5;
  transform: translate3d(0, -3px, .01px);
}

.brix---subtitle-2 {
  color: #008814;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 60px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.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: #00f;
  transform: scale3d(.96, .96, 1.01);
}

.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---container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

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

.f-section-regular {
  margin-top: 9em;
  padding: 60px 4%;
  position: relative;
}

.f-section-regular.qui {
  margin-top: -1em;
  padding-bottom: 20px;
}

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

.f-heading-detail-small-2.middle {
  text-align: center;
  font-size: 16px;
}

.f-heading-detail-small-2.middle.hide {
  color: #9f267f;
}

.f-grid-two-column-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
}

.f-paragraph-large-2 {
  color: #585858;
  letter-spacing: -.02em;
  width: 100%;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.f-paragraph-large-2.aui {
  width: 80%;
  font-size: 20px;
  line-height: 32px;
}

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

.f-h3-heading-2.middle {
  text-align: center;
  width: 70%;
}

.f-h3-heading-2.test4 {
  font-size: 29px;
  line-height: 40px;
}

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

.f-margin-bottom-32.middle {
  justify-content: center;
  display: flex;
}

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

.f-margin-bottom-33.tesst {
  justify-content: center;
  margin-bottom: 25px;
  display: flex;
}

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

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

.f-heading-detail-small-3.hide {
  color: #9f267f;
}

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

.f-image-cover-2 {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 90%;
  box-shadow: 0 0 8px #5b5b5b;
}

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

.f-grid-two-column-3.speccc {
  grid-column-gap: 50px;
  grid-template-columns: .5fr 1.2fr;
}

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

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

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

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

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

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

.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 {
  font-size: 62px;
  font-weight: 600;
}

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

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

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

.image-23, .image-24, .image-25 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.navbar-2 {
  background-color: #ddd0;
  width: 100%;
  height: 12.5em;
  position: relative;
}

.conteneurtexte {
  flex-flow: column;
  height: 100%;
  padding: 20px 14px 35px;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 5px #0000004f;
}

.imageservices {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.imageservices.peur {
  object-position: 50% 0%;
}

.div-block-93 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.conteneurimage {
  height: 190px;
  min-height: 190px;
  max-height: 190px;
  overflow: hidden;
}

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

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

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

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

.nav-link-one.w--current {
  color: #fff;
  background-color: #ff8b43;
}

.image-3 {
  width: 180px;
  max-width: none;
  margin-top: -65px;
  margin-bottom: -30px;
  margin-left: 0;
  display: block;
}

.image-3._1 {
  width: 250px;
  margin-top: -40px;
  margin-bottom: -15px;
}

.navbar-3 {
  display: none;
}

.div-block-96 {
  border-radius: 9px;
  flex-flow: column;
  flex: 1;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 8px #000000c2;
}

.image-26 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
}

.div-block-100 {
  position: absolute;
  inset: 30% 6.5% 0% auto;
}

.image-27 {
  object-fit: cover;
  height: 120px;
  margin-bottom: 12px;
}

.text-block-25 {
  color: #fff;
  text-shadow: 0 .5px 3px #000000f0, 0 0 16px #00000038;
  width: 300px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3em;
}

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

.text-block-27 {
  font-size: 17px;
  font-weight: 700;
}

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) {
  .color-block-paragraph.spec.spec._8 {
    flex: 1;
  }

  .color-block-icon.spec5 {
    display: none;
  }

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

  .top-margin.less-space._2.text.spec4 {
    flex: 0 auto;
  }

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

  .brix---inner-container-700px-center {
    max-width: 1000px;
  }

  .f-margin-bottom-33.tesst {
    margin-bottom: 25px;
  }

  .f-image-cover-2 {
    height: 100%;
  }
}

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

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

  .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.centered {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .container.centered.specparticuliers {
    max-width: 850px;
    padding-left: 0;
    padding-right: 0;
  }

  .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 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    margin-bottom: 0;
  }

  .blocks-row.spec8 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    align-items: stretch;
    width: 96%;
    height: auto;
    margin-bottom: 20px;
  }

  .servicecolonne {
    border-style: none;
    border-radius: 0;
  }

  .color-block {
    padding: 25px;
  }

  .color-block-title {
    margin-bottom: 11px;
    font-size: 22px;
    line-height: 1.25em;
  }

  .color-block-paragraph.spec {
    margin-top: 10px;
    font-size: 19px;
    line-height: 1.35em;
  }

  .color-block-paragraph.spec.spec3 {
    margin-top: 10px;
  }

  .color-block-paragraph.spec.spei {
    flex-flow: column;
    flex: 1;
    justify-content: flex-end;
    margin-top: 0;
    font-size: 19px;
    display: flex;
  }

  .color-block-paragraph.spec.specparti {
    margin-bottom: 20px;
  }

  .bottom-paragraph {
    flex-flow: column;
    margin-top: 20px;
  }

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

  .wbs-cta-6-content-bottom {
    line-height: 1.35em;
  }

  .wbs-container {
    max-width: none;
  }

  .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-form-input {
    height: 35px;
    margin-bottom: 20px;
  }

  .wbs-form-label {
    margin-top: 10px;
    margin-bottom: 8px;
    font-size: 16.5px;
  }

  .wbs-heading-h5 {
    margin-bottom: 25px;
    font-size: 23px;
  }

  .wbs-form-block {
    width: 100%;
    max-width: 520px;
    margin-left: 0%;
    padding: 20px;
  }

  .wbs-hero-6-lead-text {
    width: 100%;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.35em;
  }

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

  .wbs-hero-5-content {
    margin-top: 0;
  }

  .wbs-hero-6 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

  .wbs-section-dark {
    margin-top: 0;
    padding-top: 9rem;
    padding-bottom: 4rem;
  }

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

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

  .heading-h1-size.middle {
    flex-flow: column;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 1.35em;
    display: flex;
  }

  .heading-h1-size.middle.spec8 {
    font-size: 32px;
    line-height: 1.25em;
  }

  .section-pricing {
    background-image: none;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .section-pricing.specparticulier {
    padding-top: 30px;
    padding-bottom: 50px;
  }

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

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

  .pricing-detail {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 1.25em;
  }

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

  .button-2 {
    font-size: 16.5px;
  }

  .button-2.spec4 {
    letter-spacing: .8px;
    font-size: 15px;
    line-height: 1.35em;
  }

  .button-2.specmenu {
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 13px;
    font-size: 15.5px;
  }

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

  .f-heading-detail-small.specbig {
    line-height: 1.35em;
  }

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

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

  .f-content-image-wrapper-large.spec.special2, .f-content-image-wrapper-large.spec.special2.specialleft {
    max-width: 100%;
  }

  .f-content-image-wrapper-large.spec.special2.hide {
    display: none;
  }

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

  .f-image-cover.spec1, .div-block-31, .div-block-31.spec44, .div-block-31.spec44.special2 {
    width: 100%;
  }

  .div-block-31.spec44.special2.spec8 {
    width: 95%;
  }

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

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

  .top-margin.less-space._2.text.spec8 {
    margin-bottom: 5px;
  }

  .top-margin.less-space._2.text.specaccueil {
    margin-bottom: 35px;
  }

  .f-paragraph-large {
    width: 100%;
    margin-bottom: 30px;
    font-size: 17.5px;
    line-height: 1.35em;
  }

  .f-paragraph-large.spec8 {
    font-size: 17.5px;
  }

  .f-paragraph-large.spec8.specc {
    font-size: 19px;
  }

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

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

  .f-h3-heading.spec22 {
    margin-bottom: 20px;
    line-height: 1.35em;
  }

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

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

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

  .show-text._10px {
    margin-bottom: 0;
    font-size: 25px;
  }

  .bold-text-3 {
    font-size: 25px;
    line-height: 30px;
  }

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

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

  .paragraph {
    margin-top: 50px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 19px;
  }

  .lynx-link-footer-large-white {
    letter-spacing: .8px;
    padding-top: 3px;
    padding-bottom: 5px;
    font-size: 12px;
  }

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

  .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 {
    margin-bottom: 20px;
  }

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

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

  .biger {
    font-size: 18px;
  }

  .biger.special1 {
    text-shadow: 0 1px 4px #000000c4;
    font-size: 16px;
    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: 16px;
    line-height: 26px;
  }

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

  .html-embed-7, .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;
  }

  .align-right.top-space._2 {
    margin-top: 8px;
    padding-right: 0;
    display: block;
    position: static;
    bottom: 5px;
  }

  .follow-text._9 {
    margin-right: 0;
    font-size: 16px;
    position: static;
    top: 55px;
    right: 10px;
  }

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

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

  .button-4.menu {
    height: 62px;
    font-size: 15px;
  }

  .button-4.menu.spec-align {
    border-color: #982800;
    width: 18em;
    margin: 15px auto;
  }

  .button-4.menu.spec-align:hover {
    margin-bottom: 0;
  }

  .button-4.menu.spec-align.w--current {
    border-color: #fff;
    width: 22em;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .button-4.menu.spec-align._3.mobile {
    width: 12.5em;
    height: 45px;
    margin-top: 12px;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    top: 0;
    right: 0;
  }

  .link-text-block._3 {
    font-size: 15px;
    line-height: 18px;
  }

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

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

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

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

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

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

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

  .brix---heading-h1-size-2 {
    font-size: 32px;
    line-height: 1.35em;
  }

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

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

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

  .brix---subtitle-2 {
    margin-bottom: 35px;
  }

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

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

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

  .f-section-regular.qui {
    margin-top: 7em;
  }

  .f-heading-detail-small-2.middle.hide {
    line-height: 1.25em;
  }

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

  .f-paragraph-large-2 {
    width: 100%;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 1.35em;
  }

  .f-paragraph-large-2.aui {
    width: 90%;
    font-size: 18px;
    line-height: 1.35em;
  }

  .f-paragraph-large-2.specmiddle {
    margin-bottom: 20px;
  }

  .div-block-32 {
    width: 80%;
  }

  .div-block-32.spec998 {
    width: 100%;
  }

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

  .f-h3-heading-2.middle {
    width: 90%;
    font-size: 24px;
    line-height: 1.25em;
  }

  .f-h3-heading-2.test4 {
    font-size: 24px;
    line-height: 1.25em;
  }

  .f-margin-bottom-32 {
    margin-bottom: 0;
  }

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

  .f-heading-detail-small-3.hide {
    line-height: 1.25em;
  }

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

  .f-section-large-2.qui {
    padding-bottom: 40px;
  }

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

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

  .f-grid-two-column-3.speccc {
    grid-column-gap: 15px;
    grid-template-columns: .75fr 1.2fr;
    align-items: start;
  }

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

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

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

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

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

  .navbar-2 {
    display: none;
  }

  .column-5 {
    height: 100%;
  }

  .columns-3 {
    background-color: #fff;
    border-bottom: 2px solid #fff;
    width: 100%;
    height: 7em;
    position: fixed;
    box-shadow: inset 0 1px 16px -3px #000;
  }

  .nav-menu-two {
    z-index: 2;
    background-color: #fff;
    border-bottom-right-radius: 6px;
    width: 100%;
    height: 19em;
    max-height: 19em;
    margin-top: 7em;
    padding-top: 10px;
    padding-bottom: 15px;
    position: fixed;
    inset: 0% auto auto 0%;
    box-shadow: 6px 6px 13px -4px #000;
  }

  .nav-link-one {
    color: #000;
    text-align: center;
    border-radius: 6px;
    margin-left: 35%;
    margin-right: 35%;
    padding: 7px 18px 8px;
    font-size: 15.5px;
    line-height: 28px;
  }

  .nav-link-one.w--current {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 7px 18px 8px;
    font-size: 15px;
    font-weight: 500;
    box-shadow: 1px 1px 8px #000;
  }

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

  .image-3._1 {
    width: 85px;
    margin-top: 5px;
    margin-bottom: 0;
    margin-left: -25px;
  }

  .icon-5 {
    filter: hue-rotate(83deg) brightness(107%);
    color: #fff;
    background-color: #123ca5;
    background-image: url('../images/big-blue-fancy_1.avif');
    background-position: 0 0;
    background-size: auto;
    border: 1px solid #4e0040;
    border-radius: 8px;
    margin-top: -8px;
    padding: 5px;
    font-size: 28px;
    box-shadow: 2px 2px 7px #000;
  }

  .column-4 {
    align-items: center;
    height: 100%;
    display: flex;
  }

  .hamburger {
    margin-top: 5px;
    position: fixed;
    left: 10px;
    right: auto;
  }

  .hamburger.w--open {
    background-color: #0000;
    margin-top: 5px;
    padding: 13px;
  }

  .link-block-3 {
    justify-content: center;
    align-items: center;
    margin-top: 1px;
    display: flex;
  }

  .navbar-3 {
    display: block;
  }

  .div-block-96 {
    border: 2px solid #7a005f;
    border-radius: 12px;
    flex-flow: column;
    flex: 1;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    overflow: hidden;
  }

  .image-26 {
    object-fit: cover;
    object-position: 0% 50%;
    width: 100%;
    max-width: none;
    height: 100%;
  }

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

  .div-block-100 {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
    top: 30.5%;
  }

  .image-27 {
    height: 100px;
  }

  .text-block-25 {
    width: 200px;
    font-size: 13px;
  }

  .text-block-26 {
    font-weight: 600;
  }

  .text-block-27 {
    font-size: 16px;
    font-weight: 600;
  }
}

@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: -10px;
  }

  .blocks-row.spec8 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    margin-bottom: 0;
  }

  .servicecolonne {
    align-items: center;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .color-block-title {
    font-size: 20px;
  }

  .color-block-title.spec4.specparti {
    font-size: 21.5px;
  }

  .color-block-paragraph.spec {
    font-size: 18px;
    line-height: 1.3em;
  }

  .color-block-paragraph.spec.spec._8.spec4.petit {
    font-size: 15px;
  }

  .color-block-paragraph.spec.spei {
    font-size: 18px;
  }

  .color-block-paragraph.spec.specparti {
    margin-top: 15px;
    margin-bottom: 22px;
  }

  .color-block-icon {
    height: 45px;
  }

  .bottom-paragraph {
    margin-top: 20px;
    font-size: 17px;
  }

  .contact-popup {
    overflow: auto;
  }

  .popup-block {
    width: 90%;
    margin-bottom: 25px;
    top: 25px;
    transform: none;
  }

  .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-hero-3-title {
    font-size: 23px;
    line-height: 1.25em;
  }

  .pricing-title-wrapper {
    margin-bottom: 0;
  }

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

  .heading-h1-size.middle {
    flex-flow: column;
    margin-bottom: 25px;
    font-size: 24px;
    display: flex;
  }

  .heading-h1-size.middle.spec8 {
    font-size: 23px;
  }

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

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

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

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

  .pricing-detail {
    letter-spacing: .3px;
    margin-bottom: 0;
    font-size: 15.5px;
  }

  .wbs-alert-bar-7-item {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: row;
    align-items: center;
  }

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

  .button-2 {
    font-size: 16px;
  }

  .button-2.spec4 {
    font-size: 15.5px;
  }

  .f-heading-detail-small.specbig {
    font-size: 16px;
    line-height: 20px;
  }

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

  .f-section-large {
    padding-top: 30px;
    padding-bottom: 25px;
  }

  .top-margin.less-space._2.text.spec8 {
    margin-top: 30px;
  }

  .f-paragraph-large {
    line-height: 22px;
  }

  .f-paragraph-large.spec8 {
    margin-bottom: 30px;
    font-size: 17.5px;
    line-height: 1.35em;
  }

  .f-paragraph-large.spec8.specc {
    font-size: 17px;
  }

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

  .f-h3-heading.spec22 {
    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;
  }

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

  .lynx-heading-footer-white {
    margin-bottom: 10px;
    font-size: 13.5px;
  }

  .paragraph {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 15px;
    font-size: 15px;
  }

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

  .lynx-logo-footer {
    width: 140px;
  }

  .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: 30px;
    padding-bottom: 30px;
  }

  .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: 10px;
    display: flex;
  }

  .link-block-6.specmiddlemobilestretch {
    justify-content: center;
    display: none;
  }

  .columns-4 {
    display: flex;
  }

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

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

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

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

  .biger._1._2.specmiddlemobilestretch {
    width: 120%;
    margin-left: -10%;
  }

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

  .column-3.specmiddlemobilestretch, .column-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-55.specmiddlemobilestretch {
    flex-flow: column;
    align-items: stretch;
    width: 110%;
    display: flex;
  }

  .lynx-block-footer-down {
    width: 95%;
    padding-bottom: 30px;
  }

  .lynx-text-footer-dark, .lynx-link-footer-dark {
    letter-spacing: 0;
    font-size: 10px;
  }

  .align-right.top-space._2.sprv {
    margin-top: 6px;
    display: block;
  }

  .align-right.top-space._2 {
    display: none;
  }

  .follow-text._9 {
    font-size: 13px;
    right: 5px;
  }

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

  .button-4.menu.spec-align {
    width: 18em;
    margin-left: auto;
    margin-right: auto;
  }

  .button-4.menu.spec-align.w--current {
    width: 20em;
    margin-left: auto;
    margin-right: auto;
  }

  .button-4.menu.spec-align._3.mobile {
    border-radius: 12px;
    width: 10.6em;
    height: 38px;
    margin-top: 15px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .link-text-block._3 {
    font-size: 13px;
  }

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

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

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

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

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

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

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

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

  .brix---heading-h1-size-2 {
    margin-bottom: 12px;
    font-size: 23px;
    line-height: 1.25em;
  }

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

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

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

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

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

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

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

  .f-section-regular {
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .f-section-regular.qui {
    margin-top: 7.5em;
  }

  .f-heading-detail-small-2.middle.hide {
    font-size: 14px;
  }

  .f-paragraph-large-2 {
    font-size: 16px;
    line-height: 1.35em;
  }

  .f-paragraph-large-2.aui {
    width: 95%;
    font-size: 16px;
  }

  .f-h3-heading-2 {
    font-size: 22px;
    line-height: 30px;
  }

  .f-h3-heading-2.middle {
    font-size: 21px;
  }

  .f-h3-heading-2.test4 {
    font-size: 21px;
    line-height: 1.25em;
  }

  .f-margin-bottom-33, .f-margin-bottom-33.tesst {
    margin-bottom: 15px;
  }

  .f-heading-detail-small-3.hide {
    line-height: 1.25em;
  }

  .f-section-large-2 {
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .f-section-large-2.qui {
    padding-top: 20px;
  }

  .f-image-cover-2 {
    object-position: 50% 15%;
    width: 50%;
    margin-top: 15px;
  }

  .banner {
    height: 400px;
  }

  .banner.spec3 {
    height: 18vh;
  }

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

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

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

  .imageservices.peur {
    object-position: 50% 20%;
  }

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

  .nav-link-one {
    margin-left: 30%;
    margin-right: 30%;
  }

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

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

  .icon-5 {
    padding: 7px;
    font-size: 28px;
  }

  .div-block-96 {
    max-width: 500px;
  }

  .div-block-100 {
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 25px;
    padding-left: 15px;
    position: relative;
    top: 0%;
    left: 0;
    right: 0%;
  }

  .image-27 {
    height: 60px;
    margin-right: 10px;
  }

  .text-block-25 {
    width: 220px;
    margin-top: 10px;
    font-size: 14px;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 31px;
    line-height: 37px;
  }

  h2 {
    font-size: 24px;
    line-height: 29px;
  }

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

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

  .servicecolonne {
    padding-bottom: 0;
  }

  .color-block {
    padding: 20px;
  }

  .color-block.spec {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .color-block-title {
    margin-bottom: 3px;
    font-size: 18px;
  }

  .color-block-title.spec4.specparti {
    font-size: 20px;
    line-height: 1.35em;
  }

  .color-block-paragraph.spec {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.25em;
  }

  .color-block-paragraph.spec.spec._8 {
    letter-spacing: -.25px;
    font-size: 16.5px;
    line-height: 1.35em;
  }

  .color-block-paragraph.spec.spec._8.spec4 {
    flex-flow: column;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.25em;
    display: block;
  }

  .color-block-paragraph.spec.spec._8.spec4.petit {
    margin-bottom: 22px;
    line-height: 1.25em;
  }

  .color-block-paragraph.spec.spei {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .color-block-paragraph.spec.specparti {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.35em;
  }

  .bottom-paragraph {
    letter-spacing: -.5px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 15.5px;
    line-height: 1.25em;
  }

  .popup-block {
    width: 83%;
    padding: 20px;
  }

  .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-success-message {
    background-color: #14b465;
  }

  .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-container {
    margin-top: -30px;
  }

  .wbs-form-input {
    height: 30px;
  }

  .wbs-form-label {
    font-size: 15px;
  }

  .wbs-heading-h5 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.25em;
  }

  .wbs-form-block {
    padding: 20px 15px;
  }

  .wbs-spacing-30 {
    height: 1.2rem;
  }

  .wbs-hero-6-lead-text {
    font-size: 18px;
    line-height: 1.25em;
  }

  .wbs-hero-3-title {
    font-size: 21px;
  }

  .wbs-hero-5-content {
    box-sizing: border-box;
  }

  .wbs-hero-6 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 100%;
  }

  .wbs-section-dark {
    background-color: #00000030;
    padding-bottom: 1.5rem;
  }

  .pricing-title-wrapper {
    text-align: center;
  }

  .heading-h1-size {
    text-align: left;
    margin-bottom: 15px;
    font-size: 19.5px;
    line-height: 25px;
  }

  .heading-h1-size.middle {
    flex-flow: column;
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 1.2em;
    display: flex;
  }

  .heading-h1-size.middle.spec8 {
    flex-flow: row;
    margin-bottom: 5px;
    font-size: 20px;
    display: block;
  }

  .section-pricing {
    padding-top: 40px;
  }

  .section-pricing.specparticulier {
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .color-secondary-1 {
    text-shadow: 0 1px 6px #00000047;
    margin-top: 3px;
    padding-bottom: 5px;
    font-size: 23px;
  }

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

  .pricing-detail {
    letter-spacing: .55px;
    height: auto;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25em;
  }

  .wbs-alert-bar-7-title {
    white-space: nowrap;
    font-size: 14px;
    overflow: visible;
  }

  .wbs-alert-bar-7-item {
    box-sizing: content-box;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    padding-right: 20px;
    display: flex;
  }

  .button-2 {
    letter-spacing: .2px;
    margin-bottom: 0;
    padding: 11px 14px 10px;
    font-size: 15px;
    box-shadow: inset 0 0 6px -2px #000, 2px 2px 12px -2px #000;
  }

  .button-2.spec4 {
    width: 100%;
    margin-bottom: 15px;
    font-size: 13.8px;
    box-shadow: inset 0 0 6px -2px #000, 2px 2px 12px -2px #0000008f;
  }

  .button-2.specmenu {
    letter-spacing: -.3px;
    text-shadow: 0 0 8px #000, 0 0 6px #000;
    white-space: normal;
    padding-top: 10px;
    padding-bottom: 8px;
    font-size: 15px;
  }

  .f-heading-detail-small {
    font-size: 11px;
  }

  .f-heading-detail-small.specbig {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.25em;
  }

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

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

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

  .f-image-cover {
    border-radius: 6px;
    width: 90%;
  }

  .div-block-31 {
    width: 92%;
  }

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

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

  .f-section-large {
    padding-top: 20px;
    padding-bottom: 25px;
  }

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

  .top-margin.less-space._2.text {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .top-margin.less-space._2.text.spec8 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .top-margin.less-space._2.text.specaccueil {
    margin-bottom: 20px;
  }

  .f-paragraph-large {
    font-size: 16px;
    line-height: 1.25em;
  }

  .f-paragraph-large.spec8 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.35em;
  }

  .f-paragraph-large.spec8.specc {
    margin-bottom: 25px;
    font-size: 16px;
  }

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

  .f-h3-heading.spec22 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.25em;
  }

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

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

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

  .show-text._10px {
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.5em;
  }

  .bold-text-3 {
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 1.3em;
  }

  .lynx-heading-footer-white {
    margin-bottom: 7px;
    font-size: 13px;
  }

  .paragraph {
    text-shadow: 0 0 16px #0000007d, 0 1px 3px #00000078;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 5px;
    font-size: 13px;
    line-height: 1.3em;
  }

  .lynx-link-footer-large-white {
    font-size: 11px;
  }

  .lynx-logo-footer {
    width: 100px;
    max-width: 90px;
  }

  .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-left: 15px;
    margin-right: 15px;
    padding-top: 6px;
    padding-bottom: 0;
  }

  .div-block-54 {
    width: 35%;
    margin-top: 10px;
    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;
  }

  .link-block-6.specmiddlemobilestretch {
    display: none;
  }

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

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

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

  .footer-icon.email {
    background-size: 45px;
    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;
  }

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

  .biger.special1 {
    text-align: center;
    letter-spacing: -.5px;
    font-size: 14px;
  }

  .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 {
    font-size: 12px;
  }

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

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

  .text-block-23 {
    letter-spacing: -1px;
    font-size: 15.5px;
  }

  .column-3 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .column-3.specmiddlemobilestretch.hide {
    display: block;
  }

  .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: 0;
    margin-bottom: 10px;
  }

  .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: 42px;
    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: 4px;
    margin-right: 0;
    font-size: 10.5px;
    font-weight: 400;
    line-height: 1.25em;
  }

  .lynx-link-footer-dark {
    font-size: 10.5px;
    line-height: 1.25em;
  }

  .newfooter1 {
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
  }

  .brand-logo.w--current {
    width: 160px;
    height: 25px;
    padding-top: 0;
    padding-left: 0;
    top: 0;
  }

  .align-right.top-space._2.sprv {
    margin-left: 0;
  }

  .link-block-8 {
    text-decoration: none;
    display: block;
  }

  .follow-text._9 {
    letter-spacing: -.3px;
    white-space: nowrap;
    word-break: normal;
    margin-left: -28px;
    font-size: 11px;
    display: block;
  }

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

  .button-4.menu.spec-align {
    width: 17em;
  }

  .button-4.menu.spec-align.w--current {
    width: 18.5em;
  }

  .button-4.menu.spec-align._3.mobile {
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 32px;
    padding-left: 6px;
    padding-right: 6px;
    overflow: visible;
  }

  .link-text-block._3 {
    letter-spacing: -.3px;
    white-space: nowrap;
    width: auto;
    margin-right: 0;
    font-size: 10.5px;
    font-weight: 700;
  }

  .brix---heading-h3-size {
    text-align: center;
    letter-spacing: -.5px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 25px;
  }

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

  .brix---paragraph-default {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

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

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

  .brix---social-media-grid-left {
    grid-template-columns: repeat(auto-fit, 30px);
    justify-content: center;
  }

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

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

  .brix---grid-2-contact-v9 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .brix---grid-1-column {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .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---heading-h1-size-2 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .brix---big-icon-left-2 {
    border-radius: 14px;
    max-width: 56px;
    margin-bottom: 16px;
    margin-right: 0;
    box-shadow: 0 0 4px #0000003d;
  }

  .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---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---section-position-relative-2 {
    margin-top: 5.6em;
    padding-top: 20px;
    padding-bottom: 30px;
    box-shadow: inset 0 0 12px 3px #00000057;
  }

  .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---btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---subtitle-2 {
    letter-spacing: .5px;
    margin-bottom: 20px;
    font-size: 11.5px;
    line-height: 18px;
  }

  .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---heading-h2-size-3 {
    text-align: center;
    letter-spacing: -.5px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.255em;
  }

  .brix---container-default-3 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .f-section-regular {
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .f-section-regular.qui {
    margin-top: 6.8em;
    padding-bottom: 0;
    padding-left: 4%;
    padding-right: 4%;
  }

  .f-heading-detail-small-2, .f-heading-detail-small-2.middle {
    margin-bottom: 5px;
    font-size: 10px;
    line-height: 15px;
  }

  .f-heading-detail-small-2.middle.hide {
    font-size: 13px;
  }

  .f-paragraph-large-2 {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.35em;
  }

  .f-paragraph-large-2.aui {
    width: 100%;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.35em;
  }

  .f-paragraph-large-2.specmiddle {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 1.35em;
  }

  .div-block-32 {
    width: 92%;
  }

  .div-block-32.spec998 {
    width: 100%;
  }

  .f-h3-heading-2 {
    font-size: 14.5px;
    line-height: 20px;
  }

  .f-h3-heading-2.middle {
    width: 100%;
    font-size: 18px;
  }

  .f-h3-heading-2.test4 {
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.25em;
  }

  .f-margin-bottom-33, .f-margin-bottom-33.tesst {
    margin-bottom: 12px;
  }

  .f-margin-bottom-34 {
    margin-bottom: 2px;
  }

  .div-block-90 {
    width: 92%;
  }

  .div-block-90.spec44 {
    width: 100%;
  }

  .f-heading-detail-small-3 {
    margin-bottom: 5px;
    font-size: 10px;
    line-height: 15px;
  }

  .f-heading-detail-small-3.hide {
    text-align: center;
    margin-bottom: 5px;
    font-size: 13px;
  }

  .f-section-large-2 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .f-section-large-2.qui {
    padding-top: 20px;
  }

  .f-image-cover-2 {
    object-position: 50% 22%;
    border-radius: 6px;
    width: 90%;
    margin-top: 0;
    box-shadow: 0 0 6px #5b5b5b;
  }

  .f-margin-bottom-35 {
    margin-bottom: 2px;
  }

  .image-21 {
    object-position: 45% 50%;
  }

  .banner {
    height: 350px;
    margin-top: 6em;
  }

  .banner.spec3 {
    height: 80px;
  }

  .video-overlay.spec4 {
    background-image: url('../images/rally4.jpg');
    background-position: 50% 70%;
    background-size: cover;
  }

  .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;
    top: 25%;
  }

  .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: -40px;
    font-family: Exo, sans-serif;
    font-size: 22px;
    font-weight: 600;
  }

  .div-block-91 {
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
  }

  .div-block-91._2 {
    flex-direction: row;
    margin-top: -5px;
  }

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

  .conteneurtexte {
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .column-5 {
    padding-left: 0;
    padding-right: 9px;
  }

  .columns-3 {
    height: 6em;
  }

  .nav-menu-two {
    width: 100%;
    margin-top: 6em;
  }

  .nav-link-one {
    text-shadow: none;
    background-color: #fff0;
    margin-left: 15%;
    margin-right: 15%;
  }

  .nav-link-one.w--current {
    filter: brightness(107%) hue-rotate(83deg);
    background-color: #46005c;
    background-image: url('../images/big-blue-fancy_1.avif');
    background-position: 0 0;
    background-size: auto;
    border: 2px solid #4e0040;
  }

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

  .image-3._1 {
    width: 70px;
    margin-top: 4px;
    margin-bottom: 0;
    margin-left: 8px;
  }

  .icon-5 {
    padding: 6px;
  }

  .hamburger {
    margin-top: 2px;
    padding: 8px 10px;
  }

  .hamburger.w--open {
    z-index: 20;
    margin-top: 0;
    padding: 8px 10px;
  }

  .image-26 {
    z-index: -3;
    object-position: 20% 0%;
    position: relative;
  }

  .div-block-97 {
    z-index: -2;
    background-image: linear-gradient(#00000054, #00000054);
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    inset: 0%;
  }

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

  .div-block-100 {
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    margin-left: -50%;
    padding-left: 0;
    position: static;
  }

  .image-27 {
    margin-top: 0;
    margin-right: 12px;
  }

  .text-block-25 {
    width: auto;
    max-width: 240px;
    margin-top: 5px;
    font-size: 13px;
  }

  .div-block-101 {
    width: 65%;
  }

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

#w-node-_84b852c3-dce7-0db7-2fab-70c9ed6bdba2-8bd0d982 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b75871e-91b6-29be-27a2-d448243298c3-8bd0d982 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-_8b75871e-91b6-29be-27a2-d448243298c5-8bd0d982 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_33f59f56-f163-adc5-31c7-670947005873-8bd0d982 {
  justify-self: end;
}

#w-node-_328051c9-a9e1-8884-8742-2950852fd4fc-852fd4f9, #w-node-_328051c9-a9e1-8884-8742-2950852fd503-852fd4f9, #w-node-_328051c9-a9e1-8884-8742-2950852fd50f-852fd4f9, #w-node-_328051c9-a9e1-8884-8742-2950852fd519-852fd4f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b88761d1-3d34-a693-951b-fd6e59d2503b-e5e0edd3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b88761d1-3d34-a693-951b-fd6e59d2503f-e5e0edd3 {
  justify-self: start;
}

#w-node-_04cf3b87-45b3-7ded-af66-1940f7e3bd47-76487ed1 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5b024e8f-675a-9d0b-971a-ceb3060fca95-76487ed1 {
  justify-self: start;
}

#w-node-d95e23a3-66af-026a-8bee-cc2da4e81ee0-21635c3c, #w-node-_92ae3f2f-08ab-8944-3da9-1c6a22e9494b-21635c3c, #w-node-_6ea72319-ce2b-83cd-aaef-234de874ffe5-aec92163 {
  grid-area: 1 / 1 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_8b75871e-91b6-29be-27a2-d448243298c3-8bd0d982 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8b75871e-91b6-29be-27a2-d448243298c5-8bd0d982 {
    justify-self: center;
  }

  #w-node-_33f59f56-f163-adc5-31c7-670947005873-8bd0d982 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_33f59f56-f163-adc5-31c7-670947005875-8bd0d982 {
    justify-self: center;
  }

  #w-node-_04cf3b87-45b3-7ded-af66-1940f7e3bd47-76487ed1 {
    order: -9999;
    justify-self: center;
  }

  #w-node-_5b024e8f-675a-9d0b-971a-ceb3060fca95-76487ed1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5b024e8f-675a-9d0b-971a-ceb3060fca97-76487ed1 {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: center;
  }

  #w-node-d95e23a3-66af-026a-8bee-cc2da4e81ee0-21635c3c, #w-node-_92ae3f2f-08ab-8944-3da9-1c6a22e9494b-21635c3c {
    justify-self: center;
  }

  #w-node-_6ea72319-ce2b-83cd-aaef-234de874ffe5-aec92163 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_328051c9-a9e1-8884-8742-2950852fd4fc-852fd4f9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5b024e8f-675a-9d0b-971a-ceb3060fca95-76487ed1 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_5b024e8f-675a-9d0b-971a-ceb3060fca97-76487ed1 {
    grid-column-start: 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b88761d1-3d34-a693-951b-fd6e59d2503b-e5e0edd3 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5b024e8f-675a-9d0b-971a-ceb3060fca95-76487ed1 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_5b024e8f-675a-9d0b-971a-ceb3060fca97-76487ed1 {
    grid-area: 1 / 1 / 2 / 3;
  }
}


