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

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.navbar-logo-left {
  z-index: 99;
  width: 100vw;
  max-width: 100vw;
  min-width: auto;
  background-color: #3A6A87;
  margin-top: -2px;
  position: fixed;
  overflow: hidden;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: auto;
  max-width: 1300px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.def_container {
  width: 100%;
  max-width: 940px;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.def_container.carte-container {
  max-width: 1150px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.mobile-margin-top-10 {
  color: #3A6A87;
  border-radius: 15px;
}

.button-primary {
  color: #3A6A87;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 15px;
  padding: 12px 25px;
  font-family: Proxima nova, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #45848e;
  border-color: #3A6A87;
}

.button-primary:active {
  background-color: #43464d;
}

.body {
  border: 1px #3A6A87;
  font-family: Avenir roman, sans-serif;
  overflow: visible;
}

.land_accueil {
  min-height: 88vh;
  background-image: url('../images/Fond-min.jpg');
  background-position: 65%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.land_accueil_columns {
  max-width: 80vw;
  flex: 0 auto;
  align-self: auto;
  align-items: center;
  display: flex;
}

.land_accueil_columns_gauche_h1 {
  color: #fff;
  text-transform: none;
  font-family: Proxima nova scosf, sans-serif;
  font-weight: 700;
}

.land_accueil_columns_gauche_paragraph {
  color: #fff;
  text-align: justify;
  text-transform: none;
  font-family: Avenir, sans-serif;
  font-weight: 300;
}

.mousse_icon {
  justify-content: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 14%;
  left: 46%;
  right: auto;
}

.section-3 {
  min-height: 80vh;
  min-width: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-2 {
  max-width: 80vw;
  min-width: auto;
}

.carte {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: static;
}

.carte-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rse_columns_droite {
  width: 420px;
  max-width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #3A6A87;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-right: 60px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.def_wrapper_droite_image {
  z-index: 3;
  width: 20%;
  max-width: none;
  mix-blend-mode: normal;
  border: 1px #fff;
  border-radius: 0;
  position: absolute;
}

.margin-bottom-24px {
  color: #3A6A87;
  text-transform: none;
  white-space: normal;
  margin-bottom: 24px;
  font-family: Avenir, sans-serif;
  font-weight: 300;
}

.expertise_columns_right_button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #3A6A87;
  border-radius: 15px;
  padding: 12px 25px;
  font-family: Proxima nova, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.expertise_columns_right_button:hover {
  color: #45848e;
  background-color: #fff;
}

.expertise_columns_right_button:active {
  background-color: #43464d;
}

.heading-2 {
  text-transform: none;
  font-family: Proxima nova alt, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-bold-service {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Proxima nova scosf, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  display: block;
}

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

.solutions {
  background-color: #fff;
  border-top: 1px #000;
  border-bottom: 1px #e4ebf3;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 50px 30px;
  display: flex;
  position: static;
}

.def_collumns {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.immeuble_columns_left_construction_h4 {
  color: #3A6A87;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  font-family: Avenirltstd, sans-serif;
}

.def_wrapper_gauche_list {
  color: #fff;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  font-size: 16px;
  line-height: 22px;
  list-style-type: disc;
}

.list-item {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}

.expertise {
  background-color: #45848e;
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

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

.expertise_columns_right_paragraph {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
}

.rse_columns {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rse {
  text-align: justify;
  background-color: #339b8a;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  font-family: Proxima nova font, sans-serif;
  position: relative;
}

.heading-4-rse {
  text-transform: uppercase;
  font-family: Proxima nova scosf, sans-serif;
}

.heading-4-rse.bold-text {
  color: #fff;
}

.paragraph-3 {
  color: #fff;
  padding-left: 0;
}

.shadow-two-copy {
  max-width: 60%;
  mix-blend-mode: normal;
  border: 1px solid #fff;
  border-radius: 60px;
  box-shadow: 0 5px 20px rgba(255, 255, 255, .3);
}

.land_accueil_columns_droite_image {
  max-width: 60%;
}

.land_accueil_columns_droite {
  justify-content: center;
  display: flex;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  width: 460px;
  height: 48px;
  border: 1px #000;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.button-primary-3.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: rgba(199, 117, 77, .4);
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer_bottom_container_bottom {
  max-width: 920px;
  min-width: 920px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer_bottom_container_copyright {
  color: #fff;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.footer {
  background-image: url('../images/Wave-fond.png'), linear-gradient(#fff, #fff);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  padding: 140px 30px 40px;
  display: flex;
  position: relative;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer_block {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_title {
  color: #fff;
  font-family: Proxima nova, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer_title.plan_du_site {
  margin-bottom: 15px;
  font-family: Proxima nova, sans-serif;
  font-weight: 400;
}

.footer_link {
  color: #fff;
  margin-top: 20px;
  font-family: Proxima nova, sans-serif;
  text-decoration: none;
}

.footer_link:hover {
  color: #f1f1f1;
}

.footer_link.plan_du_site {
  margin-top: 5px;
  font-family: Proximanova, sans-serif;
}

.footer_link.under {
  font-family: Proximanova, sans-serif;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  height: 48px;
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  width: 50px;
  height: 48px;
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer_bottom_container_ligne {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer_bottom_container_social-media {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer_logo {
  width: 200px;
  max-width: none;
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
}

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

.footer_grid {
  width: auto;
  height: auto;
  max-width: 1200px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: "Area-2 Area"
                       "Area-3 Area-4";
}

.form-wrapper {
  width: auto;
  height: 100px;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 20px 40px;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 15%;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, .25);
}

.heading-5 {
  width: 100%;
  color: #339b8a;
  text-align: left;
  text-transform: uppercase;
  font-family: Proxima nova scosf, sans-serif;
}

.form-block {
  width: 100%;
}

.text {
  border-radius: 10px;
}

.text-field-form {
  background-color: #f5f5fd;
  border: 1px solid #fff;
  border-radius: 15px;
  margin-bottom: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
}

.paragraph-4 {
  color: #9795b5;
  margin-bottom: 20px;
}

.submit-button {
  width: 100%;
  background-color: #3A6A87;
  border-radius: 10px;
  font-family: Avenir book, sans-serif;
  font-weight: 500;
}

.message-field-form {
  height: 100px;
  background-color: #f9f9ff;
  border: 1px #000;
  border-radius: 10px;
  margin-bottom: 15px;
  padding-left: 20px;
  text-decoration: none;
  overflow: visible;
}

.footer_columns {
  width: auto;
  max-width: 1200px;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.paragraph-5 {
  margin-top: 20px;
}

.footer_bottom_container {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-2, .image-3 {
  background-color: #fff;
  border-radius: 20px;
}

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

.footer_container {
  height: 200px;
  max-height: 500px;
}

.div-block {
  height: 200px;
  position: static;
}

.land_page_emplacement {
  min-height: 95vh;
  background-color: #095d69;
  background-image: linear-gradient(#3A6A87 12%, #095d69);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
}

.land_page_emplacement_container {
  min-height: 80vh;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.land_page_emplacement_h1 {
  color: #fff;
  text-transform: uppercase;
  font-family: Proxima nova scosf, sans-serif;
  font-weight: 700;
}

.land_page_emplacement_separation {
  width: 100%;
  height: 1px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
}

.land_page_emplacement_h3_1 {
  color: #fff;
  margin-bottom: 0;
  font-family: Avenirltstd, sans-serif;
}

.land_page_emplacement_h3_2 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
}

.quartier {
  width: auto;
  min-height: 70vh;
  min-width: 100vw;
  border-bottom: 1px solid rgba(177, 177, 177, .25);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.quartier_columns_right_separateur {
  width: 100%;
  height: 1px;
  color: #3A6A87;
  border: 1px solid #3A6A87;
  border-radius: 20px;
}

.land_page_emplacement_paragraph {
  color: #fff;
  text-align: center!important;
  margin-bottom: 0;
  font-family: Avenir book, sans-serif;
}

.image-4 {
  max-width: none;
  margin-left: 70px;
  padding-left: 0;
}

.list-item-2 {
  color: #3A6A87;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Avenirltstd, sans-serif;
  font-weight: 900;
  list-style-type: disc;
}

.list-item-3 {
  color: #45848e;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Avenirltstd, sans-serif;
}

.list-item-4 {
  color: #f8adb6;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Avenirltstd, sans-serif;
}

.list-item-5 {
  color: #e8da67;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Avenirltstd, sans-serif;
}

.list-item-6 {
  color: #38698c;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Avenirltstd, sans-serif;
}

.list-item-7 {
  color: #d9e8b2;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Avenirltstd, sans-serif;
}

.list-item-8 {
  color: #f9a33d;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Avenirltstd, sans-serif;
}

.list-item-9 {
  color: #2550a9;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Avenirltstd, sans-serif;
}

.quartier_columns_right_h3 {
  color: #3A6A87;
  text-transform: uppercase;
  font-family: Avenirltstd, sans-serif;
}

.quartier_columns_right_list {
  margin-top: 40px;
}

.quartier_columns {
  width: 80vw;
  align-self: center;
  align-items: center;
  display: flex;
}

.quartier_columns_left {
  justify-content: center;
  display: flex;
}

.quartier_columns_right {
  padding-right: 160px;
}

.immeuble {
  width: auto;
  min-height: 60vh;
  min-width: 100vw;
  border-bottom: 1px solid rgba(177, 177, 177, .25);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.immeuble_columns_left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 160px;
  padding-right: 60px;
  display: flex;
}

.grid-2 {
  grid-template-areas: "Area-2 Area";
}

.exterieur {
  min-height: 70vh;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.exterieur_columns_center_image_up {
  width: 100%;
  max-width: 220px;
  border: 2px solid #3A6A87;
  border-radius: 20px;
  display: block;
}

.exterieur_columns_center {
  height: 80vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.exterieur_columns_right {
  height: 80vh;
  max-height: none;
  min-height: auto;
  justify-content: center;
  padding-right: 0;
  display: flex;
}

.image-6 {
  max-height: 60vh;
  border-radius: 15px 0 0 15px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.exterieur_columns_right_image {
  max-width: none;
  border: 2px solid #fff;
  border-radius: 20px;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  overflow: hidden;
}

.exterieur_fond {
  z-index: auto;
  width: 600px;
  height: 100%;
  max-width: none;
  min-width: auto;
  background-color: #3A6A87;
  border-bottom-left-radius: 15px;
  align-self: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  box-shadow: -4px 4px 20px 2px rgba(0, 0, 0, .25);
}

.exterieur_columns {
  max-width: 80vw;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.exterieur_columns_left {
  height: auto;
  min-height: auto;
  color: #3A6A87;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  padding-left: 118px;
  padding-right: 125px;
  display: block;
}

.exterieur_columns_center_image_down {
  width: 550px;
  max-width: none;
  clear: none;
  border: 2px solid #3A6A87;
  border-radius: 20px;
  margin-top: 20px;
  position: static;
}

.slider {
  width: auto;
  object-fit: fill;
  margin-bottom: 40px;
}

.div-block-3 {
  margin-bottom: 20px;
  padding-bottom: 0;
  overflow: hidden;
}

.image-immeuble {
  max-width: none;
  margin-left: 70px;
  padding-left: 0;
}

.quartier_columns_left_image, .immeuble_columns_right_image {
  width: 450px;
}

.exterieur_columns_left_h2 {
  font-family: Avenirltstd, sans-serif;
}

.slide {
  width: 100%;
}

.image-10 {
  max-width: 100%;
  object-fit: contain;
  display: inline-block;
  overflow: visible;
}

.icon-2, .icon-3 {
  color: #3A6A87;
}

.emplacement {
  max-width: 100vw;
  border: 1px #3A6A87;
  padding-left: 0;
  padding-right: 0;
  font-family: Avenir roman, sans-serif;
  overflow: visible;
}

.header {
  z-index: 99;
  width: 100vw;
  background-color: #3A6A87;
  position: fixed;
}

.navbar-no-shadow-container {
  z-index: 99;
  width: auto;
  max-width: 90%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 100%;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper-2 {
  color: #fff;
  align-self: auto;
  align-items: center;
  font-family: Proxima nova font, sans-serif;
  display: flex;
}

.nav-menu {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 20px;
}

.button-primary-4 {
  color: #3A6A87;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 15px;
  margin-left: 10px;
  padding: 12px 25px;
  font-family: Avenirltstd, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #3A6A87;
  background-color: #fff;
}

.button-primary-4:active {
  background-color: #fff;
}

.image-11 {
  max-width: 150px;
}

.solutions_column_ligne {
  height: 2px;
  max-width: 70%;
  background-color: #095d69;
  border-radius: 15px;
}

.lottie-animation {
  width: 100px;
  justify-content: center;
  display: block;
}

.solutions_column_h5 {
  height: auto;
  color: #3A6A87;
  font-family: Avenirltstd, sans-serif;
}

.solutions_column {
  width: 80%;
  max-width: none;
  min-width: auto;
  margin-top: 30px;
}

.paragraph-7 {
  letter-spacing: normal;
  white-space: normal;
  object-fit: fill;
  position: static;
}

.solutions_column_li {
  color: #3A6A87;
  padding-left: 5px;
}

.image-13 {
  padding-top: 10px;
  padding-bottom: 30px;
}

.solutions_column_icon {
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 10px;
}

.image-15 {
  padding-bottom: 5px;
}

.nos_sites {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  align-items: center;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.expertise_columns {
  max-width: 80%;
  min-width: 70%;
  flex-direction: row;
  align-self: auto;
  align-items: center;
  display: flex;
}

.expertise_columns_left {
  justify-content: center;
  display: flex;
}

.div-block-4 {
  max-width: 60%;
}

.columns-8 {
  max-width: 80%;
  min-width: 70%;
  margin-top: 50px;
}

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

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

.list-4 {
  color: #fff;
}

.nos_sites_columns_right_map {
  width: 400px;
}

.difference {
  background-color: #095d69;
  background-image: linear-gradient(#095d69, rgba(255, 255, 255, .3) 50%, #3A6A87);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.difference_column {
  max-width: 85vw;
  margin-top: 20px;
}

.difference_column_under_h3 {
  color: #fff;
  font-family: Avenirltstd, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.difference_column_under_paragraph {
  color: #fff;
  text-align: justify;
  font-family: Avenir book, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.difference_column_under_div_image {
  justify-content: center;
  display: flex;
}

.hero-difference {
  width: 600px;
  max-width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-11, .difference_column_under {
  padding-right: 30px;
}

.head-service {
  width: 550px;
}

.solutions_titre_div {
  width: 80%;
}

.service_titre_div_h2 {
  color: #3A6A87;
  text-align: right;
  text-transform: none;
  font-family: Avenirltstd, sans-serif;
}

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

.nos_localisations_columns {
  align-self: auto;
  align-items: center;
  display: flex;
}

.nos_localisations_columns_right {
  padding-left: 0;
  position: relative;
}

.nos_sites_columns_left_style_list {
  margin-bottom: 20px;
}

.text-bold-offre {
  color: #3A6A87;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Proxima nova scosf, sans-serif;
  font-size: 28px;
  font-weight: 600;
  display: block;
}

.text-bold-expertise {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Proxima nova scosf, sans-serif;
  font-size: 28px;
  font-weight: 600;
  display: block;
}

.text-bold-site {
  color: #3A6A87;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Proxima nova scosf, sans-serif;
  font-size: 28px;
  font-weight: 600;
  display: block;
}

.def_wrapper_droite_animation_html {
  z-index: 1;
  color: #fff;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-5 {
  min-height: 80vh;
}

.difference_head {
  width: 550px;
}

.heading-4-flexi-copy {
  color: #3A6A87;
  text-align: right;
  text-transform: none;
  font-family: Avenirltstd, sans-serif;
}

.text-bold-service-copy {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Proxima nova scosf, sans-serif;
  font-size: 28px;
  font-weight: 600;
  display: block;
}

.image-17 {
  object-fit: fill;
}

.slide-3 {
  height: auto;
  object-fit: fill;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.slider__mask {
  position: static;
  overflow: visible;
}

.slide-4 {
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.slider-2 {
  width: 800px;
  height: 600px;
  background-color: rgba(0, 0, 0, 0);
}

.page-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.slider__icon {
  font-size: 24px;
  font-weight: 700;
}

.slider__nav {
  padding-top: 40px;
  padding-bottom: 40px;
}

.slide__image {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .5);
}

.slide__image.previous {
  z-index: 0;
  transform-origin: 50%;
  transform: translate(-120px)rotate(-3deg)scale(.8);
}

.slide__image.current {
  z-index: 2;
  transform-origin: 50%;
}

.slide__image.next {
  z-index: 1;
  transform-origin: 50%;
  transform: translate(120px)rotate(3deg)scale(.8);
}

.slider__arrow {
  width: 48px;
  height: 48px;
  color: #101010;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: color .2s, background-color .2s;
  display: flex;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .4);
}

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

.slider__arrow.left {
  transform: translate(-50%);
}

.slider__arrow.right {
  transform: translate(50%);
}

.text-bold-offre-copy {
  color: #3A6A87;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Proxima nova scosf, sans-serif;
  font-size: 28px;
  font-weight: 600;
  display: block;
}

.qsm {
  font-family: Avenir roman, sans-serif;
}

.container-flex-nav {
  width: 100%;
  max-width: 1170px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo {
  width: 114px;
  margin-bottom: 8px;
}

.button-wrapper {
  position: relative;
}

.testimonial-image-block {
  width: 50%;
  min-height: 350px;
  justify-content: center;
  align-items: center;
  padding: 85px;
  display: flex;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.arrow-disabled {
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 20px 36px;
  display: flex;
}

.quote-image {
  min-width: 70px;
  position: absolute;
  top: -25px;
  left: -15px;
}

.testimonial-paragraph {
  color: #3A6A87;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.arrow-cta {
  width: 100px;
  position: absolute;
  top: auto;
  bottom: -120%;
  left: -20%;
  right: auto;
}

.flowbase-navigation {
  min-height: 80px;
  border-bottom: 1px solid rgba(155, 158, 184, .22);
  justify-content: center;
  align-items: center;
  padding: 20px 3%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.testimonial-section {
  height: 100vh;
  min-height: 800px;
  background-image: url('../images/shape_02.svg'), linear-gradient(#fff, #fff);
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 370px, auto;
  justify-content: center;
  align-items: center;
  padding: 180px 5%;
  display: flex;
  position: relative;
}

.flowbase-logo {
  width: 55px;
}

.slide-nav {
  display: none;
}

.icon-5 {
  color: #4c4172;
}

.testimonial-columns {
  display: flex;
}

.testimonial-author-wrap {
  margin-top: 45px;
}

.button-menu {
  min-height: 50px;
  min-width: 150px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #8c54ff;
  background-image: linear-gradient(159deg, #8c54ff, #7b41f1);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  text-decoration: none;
  transition: all .4s ease-out;
  display: flex;
  box-shadow: inset -1px -1px 3px rgba(32, 27, 61, .6), inset 1px 1px 3px rgba(238, 230, 255, .44), 1px 1px 2px #5b3acc;
}

.button-menu:hover {
  box-shadow: inset 1px 1px 3px rgba(32, 27, 61, .22), inset -1px -1px 3px rgba(238, 230, 255, 0), 1px 1px 2px #5b3acc;
}

.right-arrow {
  display: none;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 35%;
}

.testimonial-image {
  width: 100%;
}

.left-arrow {
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 40%;
}

.author-name {
  color: #3A6A87;
  margin-top: 0;
  font-size: 17px;
  font-weight: 400;
}

.slider-right {
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 20px 36px;
  display: flex;
  box-shadow: 1px 1px 55px rgba(0, 22, 50, .08);
}

.slider-arrow-wrap {
  margin-top: 45px;
  display: flex;
}

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

.arrow {
  width: 28px;
}

.testimonial-content-wrap {
  width: 50%;
  min-height: 350px;
  align-items: center;
  padding: 25px 25px 25px 55px;
  display: flex;
}

.slider-left {
  min-height: 45px;
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 15px 36px;
  display: flex;
  box-shadow: 1px 1px 45px rgba(0, 22, 50, .1);
}

.testimonial-content-block {
  max-width: 590px;
  position: relative;
}

.land-page-qsm {
  height: 90vh;
  min-height: auto;
  background-image: url('../images/Fond_.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-qsm {
  max-width: 70%;
}

.paragraph-9 {
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.heading-12 {
  color: #fff;
  font-family: Avenirltstd, sans-serif;
}

.section-vision {
  height: 60vh;
  background-image: url('../images/blob-4.svg');
  background-position: 0 -12vw;
  background-repeat: no-repeat;
  background-size: 60vw;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-10 {
  width: 70vw;
  align-self: auto;
  align-items: center;
  display: flex;
}

.heading-13 {
  color: #fff;
  text-transform: uppercase;
  font-family: Proxima nova scosf, sans-serif;
}
.vision-qsm{
  background-color: #3A6A87;
  padding: 20px;
  border-radius: 20px;
  margin-right: 100px;
}
.paragraph-10 {
  color: #fff;
  margin-top: 20px;
  width:400px;
}

.column-12 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-11 {
  color: #3A6A87;
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
}

.section-vision-copy {
  height: 70vh;
  background-position: 0 -11vw, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 60vw, auto;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  
}

.columns-vision {
  width: 70vw;
  align-self: auto;
  align-items: center;
  display: flex;
}

.columns-vision-droite {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-6 {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.section-timeline {
  z-index: -3;
  background-color: #fff;
  position: relative;
}

.text-colour-white {
  color: #fff;
}

.timeline_image-wrapper {
  background-image: linear-gradient(138deg, #000, rgba(0, 0, 0, 0) 28%), url('../images/Image-Background.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 12px;
  overflow: hidden;
}

.timeline_circle {
  width: 15px;
  height: 15px;
  max-height: 15px;
  max-width: 15px;
  min-height: 15px;
  min-width: 15px;
  background-color: #fff;
  border-radius: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.timeline_quote-title {
  color: #3A6A87;
  font-size: 14px;
  font-weight: 500;
}

.timeline_progress-bar {
  z-index: -1;
  width: 3px;
  height: 50vh;
  background-color: #fff;
  background-image: linear-gradient(#3A6A87, #45848e 51%, #339b8a);
  position: fixed;
  top: 0;
  bottom: 50vh;
  left: auto;
  right: auto;
}

.text-colour-lightgrey {
  color: rgba(255, 255, 255, .65);
}

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

.timeline_quote-image {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  margin-right: 24px;
}

.timeline_definition-wrapper {
  background-color: rgba(255, 255, 255, .05);
  border-radius: 16px;
  padding: 16px;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline_progress {
  z-index: -2;
  width: 3px;
  height: 100%;
  background-color: #414141;
  border: 1px solid #3A6A87;
  position: absolute;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_quote-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.inline-block {
  display: inline-block;
}

.timeline_text {
  color: #3A6A87;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.overlay-fade-top {
  height: 80px;
  background-image: linear-gradient(#fff, rgba(10, 10, 10, 0));
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.timeline_component {
  max-width: 1120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.overlay-fade-bottom {
  height: 80px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.timeline_link {
  opacity: .6;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

.timeline_date-text {
  color: #3A6A87;
  letter-spacing: -.03em;
  text-transform: uppercase;
  font-family: Proxima nova scosf, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
}

.timeline_milestone-badge {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_badge {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, .15);
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_quote {
  color: #3A6A87;
  margin-bottom: 16px;
  font-size: 14px;
}

.div-block-5 {
  width: 100vw;
  height: 80px;
  background-color: #fff;
  position: absolute;
}

.body-2 {
  font-family: Avenir roman, sans-serif;
}

.section-6 {
  height: 70vh;
  margin-bottom: 50px;
}

.lottie-animation-2 {
  width: 120px;
}

.mousse_icon_animation {
  width: 130px;
}

.large-open-close-line---brix {
  width: 100%;
  height: 2.6px;
  min-height: 2.6px;
  background-color: #fff;
  border-radius: 500px;
  flex: none;
  position: absolute;
}

.large-open-close-line---brix.second-line---brix {
  transform: rotate(90deg);
}

.faq_accordion {
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cloneable-header-grid {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1.6fr 1fr;
  align-items: center;
}

.faq_accordion_column {
  width: 100%;
  max-width: 50%;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  display: flex;
}

.faq_accordion_column.right---brix {
  margin-left: 12px;
}

.faq_accordion_column.left---brix {
  margin-right: 12px;
}

.accordion-3-open-close-icon-wrapper---brix {
  width: 50px;
  min-height: 50px;
  background-color: #095d69;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.accordion-paragraph---brix {
  width: 100%;
  max-width: 90%;
  text-align: justify;
  margin-top: 18px;
  margin-bottom: 0;
  font-family: Avenir book, sans-serif;
}

.faq_container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.faq_div {
  min-height: 624px;
  background-color: #3A6A87;
  border-radius: 20px;
  padding: 30px 40px 40px;
  transform: translate(0);
  box-shadow: 1px 1px 10px 1px rgba(199, 117, 77, .6);
}

.heading-size-3 {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 28px;
}

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

.open-close-icon-wrapper---brix {
  width: 14px;
  min-height: 14px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.open-close-icon-wrapper---brix.large-icon---brix {
  width: 18px;
  min-height: 18px;
}

.cloneable-header {
  background-color: #fff;
  border-radius: 18px;
  margin-bottom: 44px;
  padding: 24px 32px;
  box-shadow: 0 3px 14px rgba(74, 58, 255, .03), 0 -2px 4px rgba(20, 20, 43, .02), 0 12px 24px rgba(20, 20, 43, .01);
}

.accordion-item---brix {
  cursor: pointer;
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.accordion-item---brix.accordion-3---brix {
  border: 2px solid rgba(0, 0, 0, 0);
  margin-bottom: 24px;
  padding-left: 32px;
  padding-right: 32px;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 2px 6px 1px rgba(255, 255, 255, .2);
}

.accordion-item---brix.accordion-3---brix:hover {
  box-shadow: none;
}

.accordion-item---brix.accordion-3---brix.last-accordion-item---brix {
  margin-bottom: 0;
}

.button-secondary {
  color: #4a3aff;
  text-align: center;
  background-color: #f3f1ff;
  border-radius: 80px;
  padding: 15px 48px;
  line-height: 20px;
  transition: color .3s, background-color .3s;
}

.button-secondary:hover {
  color: #fff;
  background-color: #4a3aff;
}

.button-secondary.cloneable-header-button {
  padding-left: 22px;
  padding-right: 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.faq_accordion-titre-div_h2 {
  color: #170f49;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.faq_accordion-titre-div_h2.accordion-3---brix {
  color: #3d3d3d;
  margin-right: 10px;
  font-family: Proxima nova, sans-serif;
}

.faq_accordion-titre-div {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq {
  padding-top: 72px;
  padding-bottom: 72px;
}

.faq.cloneables-listing {
  padding-top: 0;
  padding-bottom: 30px;
}

.faq_div_h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-family: Proxima nova scosf, sans-serif;
}

.paragraph-12.cookie-banner-paragraph---brix {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.5;
}

.button-primary-5 {
  color: #fff;
  text-align: center;
  background-color: #4a3aff;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px 21px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  display: flex;
  box-shadow: 0 3px 12px rgba(74, 58, 255, .12);
}

.button-primary-5:hover {
  background-color: #3527d8;
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px rgba(74, 58, 255, .15);
}

.button-primary-5.cookie-banner-button---brix {
  max-width: 160px;
  background-color: #3A6A87;
  flex-wrap: nowrap;
  padding: 12px 20px;
  font-size: 12px;
  line-height: 15px;
  display: flex;
}

.close-message---brix {
  color: #170f49;
  cursor: pointer;
  transform-style: preserve-3d;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  transition: all .35s;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.close-message---brix:hover {
  color: #4a3aff;
  transform: scale3d(.9, .9, .01);
}

.close-message---brix.cookie-banner-3---brix {
  font-size: 14px;
  top: 24px;
  right: 24px;
}

.cookie-illustration---brix {
  width: 58px;
  min-height: 56px;
  margin-bottom: 20px;
}

.cookie-banner-content---brix.cookie-banner-3---brix {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cookie-banner-wrapper---brix {
  z-index: 10;
  background-color: #fff;
  border-radius: 20px;
  padding: 32px;
  position: fixed;
  top: auto;
  bottom: 32px;
  left: 32px;
  right: auto;
}

.cookie-banner-wrapper---brix.cookie-banner-3---brix {
  width: 100%;
  max-width: 320px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column wrap;
  align-items: center;
  padding: 40px 26px;
  display: flex;
  box-shadow: 0 6px 23px rgba(20, 20, 43, .08);
}

.learn-more-span {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}

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

.cookie-content.mobile-vertical {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

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

.right-floating-cookie {
  z-index: 150;
  width: 625px;
  background-color: #095d69;
  border-radius: 10px;
  padding: 25px;
  display: block;
  position: fixed;
  top: auto;
  bottom: 125px;
  left: auto;
  right: 30px;
  box-shadow: 1px 1px 3px rgba(69, 132, 142, .4);
}

.right-cookie-image {
  width: 100px;
  height: 100px;
  align-self: auto;
  margin-right: 25px;
}

.cookie-button-blue {
  color: #fff;
  background-color: #45848e;
  border-radius: 5px;
  margin-right: 20px;
  padding-left: 56px;
  padding-right: 56px;
}

.cookie-button-blue:hover {
  border-bottom-style: solid;
  border-bottom-color: #203492;
}

.white-text {
  color: #fff;
  font-size: 12px;
}

.accordion-top-icon-wrap {
  width: 17px;
  height: 17px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.accordion-icon-stripe-1 {
  width: 1px;
  height: 100%;
  background-color: #fff;
}

.accordion-top-text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.radio-button-field {
  align-items: center;
  margin-bottom: 16px;
  padding-left: 0;
  display: flex;
}

.color-code {
  margin-right: 8px;
}

.secondary-button {
  box-shadow: none;
  perspective-origin: 50%;
  transform-origin: 50%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(255, 255, 255, .16);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-weight: 700;
  transition: border-color .3s, color .2s, transform .2s cubic-bezier(.175, .885, .32, 1.275);
}

.secondary-button:hover {
  box-shadow: none;
  border-color: #fff;
  transform: translate(0, -4px);
}

.secondary-button:active {
  transform: scale(.95);
}

.secondary-button:focus {
  box-shadow: 0 0 3px 1px rgba(0, 0, 255, .48);
}

.accordion-icon-stripe-2 {
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
}

.input-field {
  width: 100%;
  min-height: 56px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #202020;
  border-radius: 5px;
  margin-bottom: 24px;
  padding: 24px 20px;
  font-size: 16px;
  transition: color .2s, background-color .2s, border-color .2s;
  display: inline-block;
}

.input-field:hover {
  color: #b3b3b3;
  background-color: #242424;
}

.input-field:focus {
  color: #fff;
  background-color: #242424;
  border-style: solid;
  border-color: rgba(255, 255, 255, .04);
}

.input-field::-ms-input-placeholder {
  color: #8d8c8c;
}

.input-field::placeholder {
  color: #8d8c8c;
}

.style-item {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #202020;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.style-item.no-bottom-padding {
  padding-bottom: 0;
}

.checkbox {
  width: 16px;
  height: 16px;
  cursor: pointer;
  border-color: #7e7e7e;
  border-radius: 5px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  padding: 12px;
  transition: opacity .2s, border-color .2s, background-color .2s;
}

.checkbox:hover {
  border-color: #fff;
}

.checkbox.w--redirected-checked {
  background-color: #202020;
  background-image: url('../images/check.svg'), linear-gradient(58deg, #12c2e9, #c471ed 50%, #f64f59);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 12px, auto;
  border-width: 1px;
  border-color: #202020;
}

.checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px #00f;
}

.radio-button {
  width: 16px;
  height: 16px;
  cursor: pointer;
  border-color: #7e7e7e;
  margin-top: 0;
  margin-left: 0;
  margin-right: 12px;
  padding: 12px;
  transition: opacity .2s, border-color .2s, background-color .2s;
}

.radio-button:hover {
  border-color: #fff;
}

.radio-button.w--redirected-checked {
  background-color: #202020;
  background-image: url('../images/radio-active.svg'), linear-gradient(58deg, #12c2e9, #c471ed 50%, #f64f59);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 6px 6px, auto;
  border-width: 1px;
  border-color: #202020;
}

.radio-button.w--redirected-focus {
  box-shadow: 0 0 3px 1px #00f;
}

.header-inner {
  width: 100%;
  max-width: 600px;
}

.accordion-top-wrap {
  flex: 1;
  padding-top: 16px;
  padding-bottom: 16px;
}

.clone-button {
  min-height: 40px;
  box-shadow: none;
  background-color: #313131;
  border-radius: 4px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 14px;
  transition: background-color .6s cubic-bezier(.19, 1, .22, 1);
}

.clone-button:hover {
  box-shadow: none;
  background-color: #242424;
}

.accordion-bottom-text {
  width: 100%;
  color: #7e7e7e;
  margin-bottom: 0;
  font-weight: 400;
}

.accordion-top-icon {
  justify-content: center;
  align-items: center;
  margin-right: -16px;
  padding: 16px;
  position: relative;
}

.stylesection {
  width: 100%;
  margin-top: 40px;
  position: relative;
}

.color-tile {
  width: 100%;
  height: 160px;
  background-color: #202020;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px;
  display: flex;
}

.color-tile._3 {
  background-color: #45848e;
}

.color-tile._4 {
  background-color: #3A6A87;
}

.color-tile._2 {
  background-color: #202020;
}

.color-tile._1 {
  background-color: #339b8a;
}

.color-tile._5 {
  background-color: #f1f1f1;
}

.color-tile._6 {
  color: #202020;
  background-color: #fff;
}

.gradient {
  align-items: center;
  display: flex;
}

.source-info {
  z-index: 99;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.primary-button {
  box-shadow: none;
  perspective-origin: 50%;
  transform-origin: 50%;
  color: #202020;
  background-color: #00f;
  background-image: linear-gradient(75deg, #12c2e9, #c471ed 50%, #f64f59);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-weight: 700;
  transition: color .2s, transform .2s cubic-bezier(.175, .885, .32, 1.275);
}

.primary-button:hover {
  box-shadow: none;
  color: rgba(32, 32, 32, .8);
  transform: translate(0, -4px);
}

.primary-button:active {
  transform: scale(.95);
}

.primary-button:focus {
  box-shadow: 0 0 3px 1px rgba(0, 0, 255, .48);
}

.color-tiles {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.accordion-2 {
  width: 100%;
  cursor: pointer;
  border-bottom: 1px solid #202020;
}

.navbar-link {
  box-shadow: none;
  color: #b3b3b3;
  margin-right: 32px;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s;
}

.navbar-link:hover {
  box-shadow: none;
  color: #fff;
}

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

.header-2 {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 100px;
  display: flex;
}

.header-lead {
  color: #fff;
  margin-bottom: 0;
  font-family: Avenir roman, sans-serif;
}

.navbar {
  z-index: 99;
  width: 100%;
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  background-color: rgba(32, 32, 32, .85);
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  padding: 16px 16px 16px 32px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 16px;
  left: 0;
  right: 0;
}

.form-block-2 {
  width: 100%;
}

.typography-label {
  color: #b3b3b3;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: Avenir roman, sans-serif;
  font-size: 12px;
  line-height: 24px;
}

.select {
  width: 100%;
  min-height: 56px;
  color: #fff;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Chevron-down.svg');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: 16px;
  border: 2px solid #202020;
  border-radius: 5px;
  margin-bottom: 24px;
  padding: 8px 20px;
  font-size: 16px;
  transition: transform .2s cubic-bezier(.19, 1, .22, 1), color .2s, background-color .2s, border-color .2s;
}

.select:hover {
  color: #b3b3b3;
  background-color: #242424;
}

.select:active {
  color: #b3b3b3;
  transform: scale(.98);
}

.select:focus {
  color: #fff;
  background-color: #242424;
  border-style: solid;
  border-color: rgba(255, 255, 255, .04);
}

.select::-ms-input-placeholder {
  color: #8d8c8c;
}

.select::placeholder {
  color: #8d8c8c;
}

.color-info {
  width: 100%;
  color: rgba(255, 255, 255, .64);
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.color-info.dark {
  color: rgba(0, 0, 0, .64);
  text-transform: uppercase;
}

.styleguide {
  max-width: 960px;
  padding: 40px 16px;
  position: relative;
}

.no-margin {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Proxima nova scosf, sans-serif;
}

.color-name {
  margin-top: 0;
  margin-bottom: 0;
}

.color-name.black {
  color: #202020;
}

.accordion-top {
  width: 100%;
  opacity: 1;
  align-items: center;
  transition: opacity .6s cubic-bezier(.19, 1, .22, 1);
  display: flex;
}

.accordion-top:hover {
  opacity: .64;
}

.accordion-divider {
  height: 0;
  border-top: 1px solid #202020;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 16px;
  padding-left: 0;
  display: flex;
}

.accordion-bottom-wrap {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 32px;
}

.accordion-bottom {
  width: 100%;
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.text-area {
  width: 100%;
  max-height: 400px;
  min-height: 160px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #202020;
  border-radius: 5px;
  margin-bottom: 24px;
  padding: 16px 20px 24px;
  font-size: 16px;
  transition: color .2s, background-color .2s, border-color .2s;
  display: inline-block;
}

.text-area:hover {
  color: #b3b3b3;
  background-color: #242424;
}

.text-area:focus {
  color: #fff;
  background-color: #242424;
  border-style: solid;
  border-color: rgba(255, 255, 255, .04);
}

.text-area::-ms-input-placeholder {
  color: #8d8c8c;
}

.text-area::placeholder {
  color: #8d8c8c;
}

.body-3 {
  background-color: #202020;
}

.block-quote {
  color: #fff;
  font-family: Avenir roman, sans-serif;
}

.heading-15 {
  color: #fff;
  text-transform: uppercase;
  font-family: Proxima nova scosf, sans-serif;
}

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

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

.moving-text_component {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.main-wrapper {
  height: 110vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.page-wrapper-2 {
  overflow: hidden;
}

.section-tip {
  height: 70%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: static;
}

.background-blur {
  z-index: -1;
  width: 30rem;
  height: 30rem;
  opacity: .23;
  filter: blur(120px);
  background-color: #8f00ff;
  border-radius: 100%;
  position: absolute;
}

.opacity {
  opacity: .15;
  font-family: Proxima nova, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}

.heading-16 {
  color: #333;
  text-transform: uppercase;
  padding-right: 20px;
  font-family: Proxima nova, sans-serif;
  font-size: 5rem;
  line-height: 1;
}

.fond {
  z-index: -8;
  width: 700px;
  height: 550px;
  background-color: #f1f1f1;
  border-radius: 15%;
  position: absolute;
  box-shadow: 0 0 50px 5px rgba(32, 32, 32, .2);
}

.haveagoodday_column_left {
  width: 460px;
  margin-right: 20px;
  display: inline-block;
}

.haveagooday {
  margin-bottom: 0;
  padding-bottom: 40px;
  overflow: hidden;
}

.content3-bottom-headline {
  opacity: .6;
  margin-top: 20px;
  margin-bottom: 30px;
  font-weight: 300;
}

.btn {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #1991eb;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 25px;
  line-height: 24px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.btn:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.btn.btn-outline-light {
  color: #111212;
  background-color: #3A6A87;
  border: 1px solid rgba(17, 18, 18, .05);
}

.btn.btn-outline-light:hover {
  border-color: rgba(17, 18, 18, .1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
}

.btn.btn-outline-light:active {
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.text-16 {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
}

.text-16.text-16-60 {
  opacity: .6;
  color: #000;
  text-align: justify;
}

.haveagoodday_column_right {
  width: 460px;
}

.tagline {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.content3-headline {
  margin-top: 5px;
  padding-right: 50px;
}

.haveagoodday_icon_container {
  width: 80vw;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.haveagoodday_icon_container.w50-80-start {
  align-items: center;
  padding-top: 50px;
  padding-bottom: 80px;
  display: flex;
}

.heading-17 {
  font-size: 28px;
  line-height: 1.2;
}

.section-8 {
  height: 90vh;
}

.section-9 {
  height: 80vh;
}

.land_bsm {
  height: 90vh;
  background-image: url('../images/kitchen-big.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.land_bsm_columns {
  width: 70vw;
  align-items: center;
  display: block;
}

.land_bsm_columns_left {
  background-color: #fff;
  border-radius: 15px;
  padding: 20px 40px 40px;
}

.land_bsm_columns_left_button {
  width: 100%;
  text-align: center;
  background-color: #3A6A87;
  border-radius: 15px;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Proxima nova, sans-serif;
  font-size: 19px;
}

.land_bsm_columns_left_h1 {
  font-family: Proxima nova scosf, sans-serif;
  font-size: 32px;
  line-height: 1.1;
}

.haveagoodday_resume_paragraph {
  width: 70vw;
  color: #f1f1f1;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
}

.haveagoodday_resume {
  height: 100%;
  background-color: #339b8a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.button-contact {
  width: 15%;
  color: #339b8a;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Proxima nova, sans-serif;
  font-size: 19px;
}

.haveagoodday_container {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.haveagoodday_container.w50-80-start {
  align-items: center;
  padding-top: 50px;
  padding-bottom: 80px;
  display: flex;
}

.haveagoodday_icon_head_div {
  text-align: center;
}

.haveagoodday_icon_head_div.mg-bottom-48px {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.haveagoodday_icon_grid_card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.haveagoodday_icon_grid_card.content-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 32px;
  display: flex;
}

.haveagoodday_icon_grid_card.content-left.link-card {
  color: #6e7191;
  transform-style: preserve-3d;
  justify-content: flex-start;
  padding-top: 30px;
  padding-bottom: 30px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.haveagoodday_icon_grid_card.content-left.link-card:hover {
  transform: scale3d(.94, .94, 1.01);
}

.haveagoodday_icon_head._600px {
  max-width: 600px;
}

.haveagoodday_icon_grid_card_icon {
  border-radius: 16px;
}

.haveagoodday_icon_grid_card_icon.mg-bottom-24px {
  border-radius: 0;
  padding: 0;
}

.link-text {
  transition: color .3s;
  display: inline-block;
}

.haveagoodday_icon_grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 0;
  display: grid;
}

.haveagoodday_icon_grid_card_paragraph {
  text-align: left;
  margin-bottom: 24px;
}

.line-rounded-icon.link-icon-right {
  margin-left: 6px;
  display: inline-block;
}

.link-wrapper {
  color: #211f54;
  transition: none;
  display: inline-block;
}

.link-wrapper:hover, .link-wrapper.color-primary {
  color: #4a3aff;
}

.link-wrapper.color-primary:hover {
  color: #211f54;
}

.haveagoodday_icon_container_div {
  max-width: 1218px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.haveagoodday_icon_head_div_paragraph {
  text-transform: none;
  font-size: 20px;
  line-height: 1;
}

.haveagoodday_icon_grid_card_h3, .heading-20, .heading-21, .heading-22, .heading-23, .heading-24 {
  font-family: Avenirltstd, sans-serif;
}

.haveagoodday_icon_head_div_h2 {
  font-family: Avenirltstd, sans-serif;
  font-size: 40px;
  line-height: 1;
}

.text-block-61 {
  font-size: 16px;
}

.nav-link-details {
  color: rgba(40, 51, 56, .6);
  font-size: 14px;
}

.dropdown-toggle {
  color: #fff;
  padding-left: 12px;
  padding-right: 26px;
  font-family: Proxima nova font, sans-serif;
  transition: all .2s;
}

.dropdown-toggle:hover {
  color: #fff;
}

.dropdown-link-4 {
  width: 100%;
  color: #283338;
  padding: 16px 22px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-4:hover {
  background-color: #f8faff;
}

.icon-6 {
  margin-right: 5px;
}

.icon-square {
  width: 55px;
  height: 55px;
  background-color: #fff;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
  box-shadow: 4px 4px 20px 5px rgba(0, 0, 0, .09);
}

.dropdown-link-5 {
  width: 100%;
  min-height: 55px;
  color: #283338;
  padding: 16px 22px 20px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-5:hover {
  background-color: #f8faff;
}

.nav-content-wrap {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.dropdown-link-1 {
  width: 100%;
  color: #202020;
  border-radius: 0;
  padding: 20px 22px 16px;
  font-family: Proxima nova font, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-1:hover {
  background-color: #f8faff;
  border-radius: 5px;
}

.navigation-dropdown {
  min-width: 140px;
}

.navigation-dropdown.w--open {
  width: 310px;
  max-height: 100vh;
  min-width: auto;
  background-color: #fff;
  border-radius: 5px;
  margin-right: 0;
  left: -50%;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, .15), 8px 18px 60px 4px rgba(0, 0, 0, .13);
}

.espace {
  width: 20px;
}

.service_titre__paragraph {
  color: #095d69;
  text-align: center;
  font-family: Avenir, sans-serif;
  font-weight: 400;
}

.def_wrapper_droite {
  width: 400px;
  max-width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #3A6A87;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.difference_head_h2 {
  color: #3A6A87;
  text-align: right;
  text-transform: none;
  font-family: Avenirltstd, sans-serif;
}

.expertise_columns_left_image {
  z-index: 3;
  max-width: 70%;
  mix-blend-mode: normal;
  border: 1px #fff;
  border-radius: 0;
  position: relative;
}

.expertise_columns_right_h2, .nos_sites_columns_left_h2 {
  color: #3A6A87;
  text-align: right;
  text-transform: none;
  font-family: Avenirltstd, sans-serif;
}

.nos_sites_columns_left_button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #3A6A87;
  border-radius: 15px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.nos_sites_columns_left_button:hover {
  color: #fff;
  background-color: #095d69;
}

.nos_sites_columns_left_button:active {
  background-color: #43464d;
}

.land_bsm_columns_left_paragraph {
  text-align: justify;
}

.haveagoodday_resume_button {
  width: 15%;
  color: #339b8a;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Proxima nova, sans-serif;
  font-size: 19px;
}

.separateur_bis {
  height: 80px;
  overflow: hidden;
}

.solutions_column_left {
  padding-right: 20px;
  position: static;
}

.solutions_column_center_1 {
  position: static;
}

.solutions_column_center_2 {
  padding-right: 20px;
  position: static;
}

._142-slide-heading {
  z-index: 1;
  color: #f1f1f1;
  text-align: right;
  letter-spacing: 1px;
  margin: 0;
  padding-top: 0;
  font-family: Proxima nova, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
  display: block;
  position: static;
}

._142-sliders-wrapper {
  width: 60vw;
  height: 50vh;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.icon-7 {
  font-size: 20px;
  display: none;
}

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

._142-slider {
  width: 100%;
  background-color: #131313;
  border-radius: 0;
  position: static;
}

._142-slider._3 {
  height: 100%;
}

._142-slider._2 {
  height: 100%;
  flex: 0 auto;
  margin-bottom: 15px;
}

.slider-arrow-left {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

._142-slide-image {
  background-image: url('../images/joseph-gonzalez-zcUgjyqEwe8-unsplash.jpg');
  background-position: 50% 27%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

._142-slide-image._13 {
  background-image: url('../images/cassie-matias-VSGEH7tKiUg-unsplash.jpg');
  background-position: 50%;
}

._142-slide-image._15 {
  background-image: url('../images/jay-ruzesky-nvBfwtaUBnI-unsplash.jpg');
  background-position: 50%;
}

._142-slide-image._14 {
  background-image: url('../images/torsten-dederichs-3dDa9p4FU9U-unsplash.jpg');
  background-position: 50%;
}

._142-slide-image._9 {
  background-image: url('../images/cafe_joyeux_logo.png');
  background-position: 50%;
}

._142-slide-image._8 {
  background-image: url('../images/affiche_ilo.png');
  background-position: 50% 100%;
}

._142-slide-image._11 {
  background-image: url('../images/tokyo-luv-CsMNgdHXzFs-unsplash.jpg');
  background-position: 50%;
}

._142-slide-image._1 {
  background-image: url('../images/accueil.jpg');
  background-position: 50%;
  background-size: cover;
}

._142-slide-image._5 {
  background-image: url('../images/planning_sportif.png');
  background-position: 0%;
}

._142-slide-image._7 {
  background-image: url('../images/foodtruck_bis.jpg');
  background-position: 50%;
}

._142-slide-image._3 {
  background-image: url('../images/accueil_portique.jpg');
  background-position: 50%;
  background-size: cover;
}

._142-slide-image._6 {
  background-image: url('../images/Wellness.jpg');
  background-position: 50% 20%;
}

._142-slide-image._10 {
  background-image: url('../images/jezael-melgoza-7H77FWkK_x4-unsplash.jpg');
  background-position: 50% 27%;
}

._142-slide-image._2 {
  background-image: url('../images/accueil_bis.jpg');
  background-position: 0 0;
  background-size: cover;
}

._142-slide-image._12 {
  background-image: url('../images/jezael-melgoza-layMbSJ3YOE-unsplash.jpg');
  background-position: 50%;
}

._142-slide-image._4 {
  background-image: url('../images/salle_de_sport-min.jpg');
  background-position: 50% 30%;
}

._142-slide-image._7 {
  background-image: url('../images/grande_salle_de_reunion-min.jpg');
  background-position: 50%;
}

._142-slide-image._5 {
  background-image: url('../images/planning-semaine.png');
  background-position: 0%;
}

._142-slide-image._9 {
  background-image: url('../images/local-velo-big.jpg');
  background-position: 50%;
}

._142-slide-image._8 {
  background-image: url('../images/auditorium-big.jpg');
  background-position: 50%;
}

._142-slide-image._11 {
  background-image: url('../images/FOODTRUCK84.png');
  background-position: 50%;
}

._142-slide-image._12 {
  background-image: url('../images/Unknown.png');
  background-position: 50%;
  background-size: cover;
}

._142-slide-image._13 {
  background-image: url('../images/MicrosoftTeams-image-16.png');
  background-position: 50%;
}
._142-slide-image._19 {
  background-image: url('../images/011-4081-500-home.jpg');
}

._142-slide-image._20 {
  background-image: url('../images/064-4081-250.jpg');
  background-position: 50% 70%;
}

._142-slide-image._21 {
  background-image: url('../images/167-4081-250.jpg');
}

._142-lottie-arrow-up {
  width: 30px;
  height: 30px;
}

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

._142-text-slider {
  z-index: 1;
  width: 240px;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: relative;
}

._142-slide-right-wrapper {
  width: 30%;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  margin-left: 15px;
  margin-right: 0;
  display: flex;
}

.slider-arrow-right {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 70px;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

._142-slide-left-wrapper {
  width: 70%;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: 0;
  margin-right: 15px;
  display: flex;
  position: relative;
}

._141-heading-slide {
  z-index: 1;
  border: 1px #fff;
  overflow: visible;
}

._142-lottie-arrow-down {
  width: 30px;
  height: 30px;
}

.expertise_slider {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.expertise_slider_h2 {
  color: #f1f1f1;
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Proxima nova scosf, sans-serif;
}

.div-block-6 {
  width: 60vw;
  height: 45vh;
}

.mask-2 {
  width: 100%;
}

.slider-3 {
  width: 100%;
  height: 45vh;
}

.image-18 {
  width: 100%;
  max-width: none;
  position: static;
}

.slide-5 {
  background-image: url('../images/exterieur-big-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/NEWEN-A-BECHU-VOL-ABC-08-22-18-min.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/cuisine-min.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/sale_de_reunion-min.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/accueil-min.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/salle_de_reunion_bis-min.jpg');
  background-position: 50% 85%;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/grande_salle_de_reunion-min.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/local_velo-min.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-13 {
  background-image: url('../images/salle_de_sport-min.jpg');
  background-position: 50%;
  background-size: cover;
}

.icon-8 {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  top: 0;
}

.left-arrow-3 {
  padding-top: 0;
}

.services_app {
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.services_app_wrapper {
  width: 1080px;
  background-color: #f1f1f1;
  border-radius: 10px;
  justify-content: center;
  padding: 40px 20px;
  display: block;
}

.services_app_column_under_div {
  margin-top: 30px;
}

.services_app_column_under_div_column_right_h3 {
  font-family: Avenirltstd, sans-serif;
}

.heading-25 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Proxima nova scosf, sans-serif;
}

.nos_espaces_de_travail {
  height: 90vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nos_espaces_de_travail_slider {
  width: 75vw;
  height: 75vh;
  margin-top: 40px;
}

.nos_espaces_de_travail_slider_slider {
  height: 100%;
}

.nos_espaces_de_travail_texte_hover {
  z-index: 90;
  width: 400px;
  background-color: #f1f1f1;
  border-radius: 20px;
  padding: 30px;
  position: absolute;
  right: 45%;
}

.choix_bureaux {
  width: auto;
  justify-content: center;
  display: flex;
}

.fonctionnement {
  width: auto;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 40px;
  display: flex;
}

.choix_bureaux_div {
  width: 80vw;
}

.choix_bureaux_h2 {
  text-transform: uppercase;
  font-family: Proxima nova scosf, sans-serif;
}

.choix_bureaux_columns_right {
  margin-top: 35px;
}

.choix_bureaux_columns_right_div {
  height: auto;
  background-color: #f5f7fa;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  margin-left: 10%;
  padding-bottom: 1px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.choix_bureaux_columns_right_columns {
  width: auto;
  height: auto;
  align-items: center;
  margin-top: 0;
  padding-top: 10px;
  display: flex;
}

.choix_bureaux_columns_right_paragraph {
  color: #747474;
  font-family: Proxima nova font, sans-serif;
}

.choix_bureaux_columns_right_columns_container {
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.choix_bureaux_columns_right_columns_container_h3 {
  text-align: center;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-right: 0;
  font-family: Proxima nova, sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

.choix_bureaux_columns_left_columns {
  height: 200px;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: 0;
  padding-right: 20px;
  display: flex;
}

.choix_bureaux_columns_left_columns_left {
  height: 100%;
  background-image: url('../images/NEWEN-A-BECHU-VOL-ABC-08-22-18-min.jpg');
  background-position: 0 0;
  background-size: auto;
}

.choix_bureaux_columns_left_columns_right {
  padding-left: 0;
}

.choix_bureaux_columns_left_columns_right_h3 {
  margin-top: 10px;
  font-family: Proxima nova, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.choix_bureaux_columns_left_columns_right_paragraph {
  font-family: Proxima nova font, sans-serif;
  font-size: 14px;
}

.choix_bureaux_columns_left_columns_left_1 {
  height: 100%;
  background-image: url('../images/NEWEN-A-BECHU-VOL-ABC-08-22-18-min.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.choix_bureaux_columns_left_columns_left_2 {
  height: 100%;
  background-image: url('../images/sale_de_reunion-min.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.choix_bureaux_columns_left_columns_left_3 {
  height: 100%;
  background-image: url('../images/auditorium-big.jpg');
  background-position: 66%;
  background-size: cover;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.choix_bureaux_columns_left_columns_right_div {
  margin-left: 20px;
}

.fonctionnement_div {
  width: 80vw;
}

.fonctionnement_h2 {
  text-transform: uppercase;
  font-family: Proxima nova, sans-serif;
}

.fonctionnement_paragraph {
  font-family: Proximanova, sans-serif;
}

.fonctionnement_columns {
  padding-top: 20px;
}

.fonctionnement_columns_container {
  padding-right: 20px;
}

.fonctionnement_columns_icon {
  max-width: 20%;
}

.fonctionnement_columns_h3 {
  font-family: Proxima nova, sans-serif;
}

.fonctionnement_columns_paragraph {
  font-family: Proximanova, sans-serif;
}

.nos_espaces_de_travail_texte_hover_h1 {
  font-family: Proxima nova, sans-serif;
}

.nos_espaces_de_travail_texte_hover_paragraph {
  font-family: Proximanova, sans-serif;
  position: static;
}

.nos_espaces_de_travail_texte_hover_button {
  width: 100%;
  text-align: center;
  background-color: #3A6A87;
  border-radius: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Proxima nova, sans-serif;
  font-size: 18px;
  line-height: 1;
  display: none;
}

.nos_espaces_de_travail_slider_slide_1 {
  background-image: url('../images/meuble_deco.jpg');
  background-position: 50%;
  background-size: cover;
}

.nos_espaces_de_travail_slider_slide_2 {
  background-image: url('../images/entree_bis.jpg');
  background-position: 50% 65%;
  background-size: cover;
}

.icon-9 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.tour_columns_left_slide_right-row {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  left: 86%;
}

.right_arrow_icon {
  max-width: 80%;
}

.left_arrow_icon {
  max-width: 80%;
  object-fit: fill;
}

.nos_espaces_de_travail_slider-left-row {
  align-items: center;
  display: flex;
  left: -3%;
}

.rse_container {
  width: 100%;
  max-width: 75vw;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.rse_container.carte-container {
  max-width: 1150px;
}

.rse_columns_gauche {
  width: auto;
  max-width: 50%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #3A6A87;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 60px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.tour {
  justify-content: center;
  display: flex;
}

.tour_h2 {
  text-transform: uppercase;
  font-family: Proxima nova scosf, sans-serif;
}

.tour_columns_left {
  padding-left: 60px;
  padding-right: 60px;
}

.tour_columns_left_slide {
  height: 100%;
}

.tour_columns_left_slide_left-row {
  align-items: center;
  display: flex;
  left: -3%;
}

.tour_columns_left_id_container {
  display: flex;
}

.checkbox---brix {
  z-index: 5;
  width: 100%;
  height: 100px;
  opacity: 1;
  cursor: pointer;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 15px;
  align-self: auto;
  margin-top: 0;
  margin-left: 0;
  transition: border-color .35s, all .35s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
  box-shadow: 0 2px 6px 1px rgba(19, 18, 66, .07);
}

.checkbox---brix:hover {
  border-color: rgba(0, 0, 0, 0);
}

.checkbox---brix.w--redirected-checked {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-width: 2px;
  border-color: #3A6A87;
}

.checkbox---brix.w--redirected-focus {
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 4px 10px rgba(31, 37, 89, .07);
}

.form-step-number---brix {
  width: 30px;
  height: 30px;
  color: #6f6c90;
  background-color: #eff0f6;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 18px;
  margin-right: 18px;
  font-size: 16px;
  display: flex;
}

.form-step-number---brix.completed---brix {
  width: 34px;
  height: 34px;
  color: #fff;
  background-color: #3A6A87;
  font-weight: 700;
}

.first-step-grid---brix {
  grid-column-gap: 28px;
  grid-row-gap: 44px;
  grid-template-rows: auto auto auto auto;
}

.first-step-grid---brix.uniform-space---brix {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-right: 0;
  overflow: visible;
}

.multi-step-form-radio-trigger---brix {
  color: #202020;
  border: 2px rgba(0, 0, 0, 0);
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Avenir book, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: border-width .2s, border-color .2s;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.multi-step-form-radio-trigger---brix:hover {
  box-shadow: none;
  border-style: none;
  border-color: rgba(199, 117, 77, .2);
}

.cloneable-container-default {
  min-height: 624px;
  background-color: #f1f1f1;
  border-radius: 20px;
  padding-top: 75px;
  padding-bottom: 200px;
  transform: translate(0);
}

.slider---brix {
  height: 100%;
  max-width: 750px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: space-around;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  position: relative;
}

.step-title-wrap---brix {
  border-bottom: 1px solid #d9dbe9;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.slide---brix {
  margin-right: 80px;
}

.submit-button---brix {
  background-color: #4a3aff;
  border-radius: 500px;
  padding: 20px 40px 21px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  transition: all .2s;
  box-shadow: 0 3px 12px rgba(74, 58, 255, .18);
}

.submit-button---brix:hover {
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px rgba(74, 58, 255, .3);
}

.step-title---brix {
  text-align: center;
  margin-bottom: 8px;
  font-family: Proxima nova, sans-serif;
  font-weight: 700;
}

.multi-step-form-error-message---brix {
  border-radius: 16px;
  margin-top: 140px;
  padding: 24px;
}

.title-container---brix {
  max-width: 700px;
  text-align: center;
  border-top: 1px solid #d9dbe9;
  margin-bottom: 20px;
}

.mask---brix {
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  overflow: hidden;
}

.checkbox-item--brix {
  height: 100px;
  max-height: none;
  min-height: auto;
  color: #170f49;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 0 25px 0 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.submit-content-wrapper---brix {
  max-width: 500px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: flex;
}

.steps-bar---brix {
  align-items: center;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.display-none {
  display: none;
}

.form-content---brix {
  border-top: 1px solid #d9dbe9;
  padding-top: 0;
  padding-bottom: 20px;
  padding-right: 0;
  overflow: visible;
}

.multi-step-form-wrapper---brix {
  max-width: 700px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.multi-step-form-wrapper---brix.preview-page {
  justify-content: center;
}

.multi-step-foirm---success-message---brix {
  min-height: 44vh;
  background-color: #fff;
  border-radius: 16px;
  padding-top: 70px;
  padding-bottom: 70px;
  box-shadow: 38px 38px 34px rgba(74, 58, 255, .01), 0 1px 26px rgba(20, 20, 43, .02), 0 16px 26px rgba(19, 18, 66, .02);
}

.select-item-icon---brix {
  height: 100%;
  margin-right: 12px;
}

.multi-step-form-grid-item---brix {
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: visible;
}

.multi-step-form-text-field---brix {
  min-height: 66px;
  color: #170f49;
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 500px;
  margin-bottom: 0;
  padding: 20px 60px 20px 20px;
  font-size: 18px;
  transition: color .4s, border-color .4s, all .4s;
  box-shadow: 0 2px 6px rgba(19, 18, 66, .07);
}

.multi-step-form-text-field---brix:hover {
  border-color: #4a3aff;
  box-shadow: 0 4px 10px rgba(19, 18, 66, .12);
}

.multi-step-form-text-field---brix:focus {
  color: #4a3aff;
  border: 2px solid #4a3aff;
}

.multi-step-form-text-field---brix::-ms-input-placeholder {
  color: #6f6c90;
  font-size: 18px;
}

.multi-step-form-text-field---brix::placeholder {
  color: #6f6c90;
  font-size: 18px;
}

.multi-step-form-text-field---brix.email-icon---brix {
  min-height: 50px;
  background-image: none;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 12px;
  font-family: Avenir, sans-serif;
  font-size: 14px;
  line-height: 1;
}

.multi-step-form-text-field---brix.email-icon---brix:hover {
  background-image: none;
  font-size: 14px;
}

.multi-step-form-text-field---brix.email-icon---brix:focus {
  background-image: none;
}

.multi-step-form-text-field---brix.email-icon---brix::-ms-input-placeholder {
  color: #8c8c8c;
  font-size: 14px;
}

.multi-step-form-text-field---brix.email-icon---brix::placeholder {
  color: #8c8c8c;
  font-size: 14px;
}

.multi-step-form-text-field---brix.name-icon---brix {
  min-height: 50px;
  color: #3A6A87;
  background-image: none;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 12px;
  font-family: Avenir, sans-serif;
  font-size: 14px;
}

.multi-step-form-text-field---brix.name-icon---brix::-ms-input-placeholder {
  color: #8c8c8c;
  font-size: 14px;
}

.multi-step-form-text-field---brix.name-icon---brix::placeholder {
  color: #8c8c8c;
  font-size: 14px;
}

.multi-step-form-text-field---brix.company-icon---brix {
  background-image: url('../images/icon-4-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
}

.multi-step-form-text-field---brix.company-icon---brix:hover, .multi-step-form-text-field---brix.company-icon---brix:focus {
  background-image: url('../images/icon-4-on-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
}

.multi-step-form-text-field---brix.phone-icon---brix {
  min-height: 50px;
  color: #3A6A87;
  background-image: none;
  border-color: #cecece;
  border-radius: 12px;
  font-family: Avenir, sans-serif;
  font-size: 14px;
}

.multi-step-form-text-field---brix.phone-icon---brix::-ms-input-placeholder {
  color: #8c8c8c;
  font-family: Avenir, sans-serif;
  font-size: 14px;
}

.multi-step-form-text-field---brix.phone-icon---brix::placeholder {
  color: #8c8c8c;
  font-family: Avenir, sans-serif;
  font-size: 14px;
}

.multi-step-form-text-field---brix.entreprise-icon---brix {
  min-height: 50px;
  color: #3A6A87;
  background-image: none;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 12px;
  font-family: Avenir, sans-serif;
  font-size: 14px;
  line-height: 1;
}

.multi-step-form-text-field---brix.entreprise-icon---brix:hover {
  background-image: none;
  font-size: 14px;
}

.multi-step-form-text-field---brix.entreprise-icon---brix:focus {
  color: #3A6A87;
  background-image: none;
}

.multi-step-form-text-field---brix.entreprise-icon---brix::-ms-input-placeholder {
  color: #8c8c8c;
  font-size: 14px;
}

.multi-step-form-text-field---brix.entreprise-icon---brix::placeholder {
  color: #8c8c8c;
  font-size: 14px;
}

.multi-step-form-text-field---brix.mail-icon---brix {
  min-height: 50px;
  color: #3A6A87;
  background-image: none;
  border-color: #cecece;
  border-radius: 12px;
  margin-top: 20px;
  font-family: Avenir, sans-serif;
  font-size: 14px;
}

.multi-step-form-text-field---brix.mail-icon---brix::-ms-input-placeholder {
  color: #8c8c8c;
  font-family: Avenir, sans-serif;
  font-size: 14px;
}

.multi-step-form-text-field---brix.mail-icon---brix::placeholder {
  color: #8c8c8c;
  font-family: Avenir, sans-serif;
  font-size: 14px;
}

.step-paragraph---brix {
  text-align: center;
  margin-bottom: 0;
  font-family: Proximanova, sans-serif;
}

.completed-form-illustrations---brix {
  margin-bottom: 18px;
}

.radio-button-2 {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-image: url('../images/icon-1-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
  background-position: 0 0;
  background-size: cover;
  border: 1.2px solid #d9dbe9;
  flex: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 12px;
  position: absolute;
  overflow: hidden;
  box-shadow: inset 0 0 7px rgba(20, 20, 43, .08);
}

.radio-button-2.w--redirected-checked {
  border-width: 7px;
  border-color: #4a3aff;
}

.radio-button-2.w--redirected-focus {
  box-shadow: 0 0 3px 1px rgba(74, 58, 255, .2);
}

.form-step-progress-bar-mobile---brix {
  width: 100%;
  min-height: 6px;
  background-color: #eff0f6;
  border-radius: 50px;
  display: none;
}

.multi-step-form---brix {
  background-color: #fff;
  border-radius: 34px;
  padding-left: 40px;
  padding-right: 40px;
  box-shadow: 0 54px 34px rgba(74, 58, 255, .02), 0 1px 26px rgba(20, 20, 43, .02), 0 16px 26px rgba(19, 18, 66, .02);
}

.multi-step-form-button---brix {
  width: auto;
  color: #4a3aff;
  background-color: #fff;
  border-radius: 500px;
  padding: 20px 40px;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  transition: transform .2s;
  display: inline-block;
  top: 682px;
  bottom: auto;
  left: auto;
  right: auto;
}

.multi-step-form-button---brix:hover {
  transform: translate(0, -2px);
}

.multi-step-form-button---brix.left---brix {
  border: 1px solid #4a3aff;
  left: -40px;
}

.multi-step-form-button---brix.left---brix.preview-page {
  color: #3A6A87;
  border-color: #3A6A87;
  border-radius: 12px;
  margin-right: 30px;
  position: static;
}

.multi-step-form-button---brix.right---brix {
  color: #fff;
  background-color: #4a3aff;
  font-weight: 700;
  right: -40px;
}

.multi-step-form-button---brix.right---brix.preview-page {
  background-color: #3A6A87;
  border-radius: 11px;
  position: static;
}

.form-step-progress-bar---brix {
  width: 100%;
  min-height: 6px;
  background-color: #eff0f6;
  border-radius: 50px;
}

.form-step-progress-bar---brix.complete-step---brix {
  background-color: #3A6A87;
}

.form-step-progress-bar---brix.current-step---brix {
  width: 50%;
  background-color: #3A6A87;
}

.multi-step-form-label---brix {
  color: #202020;
  border-radius: 16px;
  margin-bottom: 10px;
  font-family: Avenirltstd, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.multi-step-form-label---brix.no-margin---brix {
  z-index: 40;
  margin-bottom: 0;
  font-family: Avenir book, sans-serif;
  position: relative;
}

.multi-step-form-block---brix {
  width: 100%;
  min-height: 44vw;
  margin-top: 20px;
  margin-bottom: 0;
}

.radio-button-field-2 {
  max-height: 114px;
  min-height: 114px;
  cursor: pointer;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: static;
}

.multi_step_image {
  width: 150px;
}

.title_container_h2 {
  font-family: Proxima nova, sans-serif;
  font-size: 26px;
}

.title_container_paragraph {
  font-family: Proximanova, sans-serif;
}

.steps-bar---div-h5 {
  width: 114px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Avenirltstd, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.multi-step-form-grid-item---div_columns_left {
  padding-left: 0;
}

.multi-step-form-grid-item---div_columns_right {
  padding-left: 10px;
  padding-right: 0;
}

.steps-bar---div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.text-block-62 {
  color: #3A6A87;
  font-family: Proximanova, sans-serif;
  font-size: 16px;
}

.text-block-63 {
  font-family: Proximanova, sans-serif;
  font-size: 16px;
}

.multi-step-form-grid-item---columns {
  height: 150px;
}

.multi-step-form-grid-item---columns-left {
  height: 100%;
  background-image: url('../images/NEWEN-A-BECHU-VOL-ABC-08-22-18-min.jpg');
  background-position: 0 0;
  background-size: cover;
}

.checkbox-item--div {
  width: 140px;
  height: 100%;
  background-image: url('../images/NEWEN-A-BECHU-VOL-ABC-08-22-18-min.jpg');
  background-position: 0 0;
  background-size: cover;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  margin-right: 40px;
}

.paragraph-13 {
  flex-direction: row;
  display: block;
}

.checkbox-item--div-2 {
  width: 140px;
  height: 100%;
  background-image: url('../images/sale_de_reunion-min.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  margin-right: 40px;
}

.checkbox-item--div-3 {
  width: 140px;
  height: 100%;
  background-image: url('../images/NEWEN-A-BECHU-VOL-ABC-08-22-18-min.jpg');
  background-position: 0 0;
  background-size: cover;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  margin-right: 40px;
}

.multi-step-form-grid-item---brix-copy, .multi-step-form-grid-item---brix-2 {
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
  overflow: visible;
}

.html-embed {
  width: 100vw;
  height: 100vh;
}

.radio-button-field-3 {
  width: auto;
  height: auto;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
  position: relative;
}

.radio-button-field-3:active {
  background-color: rgba(199, 117, 77, .2);
  border: 2px solid #3A6A87;
  border-radius: 10px;
}

.radio-button-3 {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: #fcfcfc;
  border: 2px solid #fcfcfc;
  border-radius: 10px;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.radio-button-3:hover {
  background-color: rgba(127, 88, 226, .2);
}

.radio-button-3.w--redirected-checked {
  background-color: rgba(127, 88, 226, .3);
  border: 2px solid rgba(127, 88, 226, .5);
  transition: border-color .3s, background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.radio-button-3.gender {
  background-image: url('../images/genders-02.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 50%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.radio-button-3.gender:hover {
  border-color: rgba(127, 88, 226, .2);
}

.radio-button-3.gender.w--redirected-checked {
  width: 30%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/NEWEN-A-BECHU-VOL-ABC-08-22-18-min.jpg');
  background-position: 50%;
  background-size: cover;
  border-style: none;
  border-color: #3A6A87;
  position: static;
}

.radio-button-3.gender.w--redirected-focus {
  box-shadow: none;
}

.radio-button-3.gender {
  background-image: url('../images/genders-02.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 50%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.radio-button-3.gender:hover {
  border-color: rgba(127, 88, 226, .2);
}

.radio-button-3.gender.w--redirected-checked {
  width: 15px;
  height: 20px;
  background-image: url('../images/icon-1-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
}

.radio-button-3.gender.w--redirected-focus {
  box-shadow: none;
}

.radio-button-label {
  display: none;
  position: static;
}

.paragraph-14 {
  width: 50%;
  max-width: 70%;
  font-family: Proxima nova font, sans-serif;
}

.first-step-grid---choice-bureau {
  grid-column-gap: 28px;
  grid-row-gap: 44px;
  grid-template-rows: auto auto auto auto;
}

.first-step-grid---choice-bureau.uniform-space---brix, .first-step-grid---choice-bureau.uniform-space---choice-bureau {
  grid-row-gap: 28px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  padding-right: 0;
  overflow: visible;
}

.multi-step-form-grid-item---choice-bureau {
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: visible;
}

.radio-button-field-choice-bureau {
  max-height: 114px;
  min-height: 114px;
  align-items: center;
  margin-bottom: 0;
  padding: 48px 32px;
  display: flex;
  position: relative;
}

.radio-button-choice-bureau {
  width: 24px;
  height: 24px;
  cursor: pointer;
  border: 1.2px solid #d9dbe9;
  flex: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 12px;
  transition: all .2s;
  overflow: hidden;
  box-shadow: inset 0 0 7px rgba(20, 20, 43, .08);
}

.radio-button-choice-bureau.w--redirected-checked {
  border-width: 7px;
  border-color: #3A6A87;
}

.radio-button-choice-bureau.w--redirected-focus {
  box-shadow: 0 0 3px 1px rgba(199, 117, 77, .2);
}

.multi-step-form-radio-trigger---choice-bureau {
  color: #202020;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 66px;
  padding-right: 32px;
  font-family: Proxima nova, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  transition: border-width .2s, border-color .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 6px 2px rgba(19, 18, 66, .07);
}

.multi-step-form-radio-trigger---choice-bureau:hover {
  border-color: rgba(199, 117, 77, .2);
}

.multi-step-form-grid-item---choice-bureau {
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-7 {
  background-image: url('../images/icon-1-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
  background-position: 0 0;
  background-size: cover;
}

.text-area-wrapper {
  width: 100%;
  min-height: 120px;
  text-align: left;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 20px;
  padding-left: 2px;
  padding-right: 2px;
  display: flex;
  position: relative;
}

.text-area-2 {
  min-height: 120px;
  color: #202020;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, .05);
  border-radius: 10px;
  padding-top: 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Proximanova, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: border-color .3s;
}

.text-area-2:hover {
  border-color: rgba(0, 0, 0, .15);
  display: block;
}

.text-area-2:focus {
  border-color: rgba(127, 88, 226, .5);
}

.area-label {
  z-index: 1;
  color: rgba(0, 0, 0, .3);
  background-color: rgba(0, 0, 0, 0);
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Proximanova, sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: font-size .3s, color .3s, top .3s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: absolute;
  top: 10px;
}

.text-field-done {
  width: 1px;
  height: 1px;
  opacity: 0;
  background-color: rgba(127, 88, 226, .2);
  background-image: url('../images/done-violet.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 11px;
  border: 2px solid #7f58e2;
  border-radius: 50%;
  margin-left: 20px;
  margin-right: 20px;
  transition: height .3s cubic-bezier(.25, .46, .45, .94), width .3s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.text-field-done.area-done {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 30px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.radio-button-field-4 {
  width: auto;
  height: auto;
  text-align: center;
  border: 1px solid #cfd7e3;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 5px 10px;
  display: flex;
  position: relative;
}

.radio-button-field-4:hover {
  border-color: #202020;
}

.radio-button-label-2, .radio-button-label-2-copy {
  display: none;
}

.nombres_poste_div {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.nombre_poste_h3, .detail_demande_h3 {
  font-family: Proxima nova, sans-serif;
  font-size: 16px;
  line-height: 1;
}

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

.localisation_columns {
  align-items: center;
  display: flex;
}

.localisation_columns_left_h4 {
  font-family: Proxima nova alt, sans-serif;
}

.localisation_columns_left_paragraph {
  font-family: Proximanova, sans-serif;
}

.localisation_columns_right {
  padding-left: 30px;
}

.localisation_columns_right_svg {
  width: auto;
}

.html_1 {
  width: auto;
  height: auto;
}

.tour_container {
  width: 80%;
}

.tour_columns_left_slide_icon {
  max-width: 60%;
}

.text-bold-solutions {
  color: #3A6A87;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Proxima nova scosf, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 40px;
  display: block;
}

.def {
  z-index: 1;
  height: 90vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: radial-gradient(circle, #095d69 57%, #3A6A87);
  border-bottom: 1px #e4ebf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 0 0 60px;
  display: flex;
  position: relative;
}

.banner {
  z-index: 99;
  width: 100vw;
  height: 100px;
  text-align: center;
  justify-content: center;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.banner_div {
  width: 100vw;
  height: 100%;
  background-color: #3A6A87;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  box-shadow: 0 -4px 15px 3px rgba(199, 117, 77, .2);
}

.banner_paragraph {
  color: #fff;
  text-align: center;
  white-space: normal;
  align-self: auto;
  margin-bottom: 0;
  margin-right: 30px;
  font-family: Avenir roman, sans-serif;
}

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

.link:hover {
  color: #095d69;
}

.banner-button-blue {
  color: #fff;
  background-color: #095d69;
  border-radius: 5px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.banner-button-blue:hover {
  border-bottom-style: solid;
  border-bottom-color: #203492;
}

.bold-text-2 {
  font-family: Avenirltstd, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.def_columns_left {
  width: 400px;
  max-width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-right: 60px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nos_localisations {
  background-color: #fff;
  border-bottom: 1px #e4ebf3;
  flex-direction: column;
  align-items: center;
  padding: 60px 30px 0;
  display: flex;
  position: relative;
}

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

.text-bold-def {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Proxima nova scosf, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  display: block;
}

.solutions_column_right {
  padding-left: 20px;
  position: static;
}

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

.rse_label_div {
  width: 50%;
  height: auto;
}

.rse_label_columns {
  height: auto;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.rse_label_columns_left {
  height: auto;
  justify-content: center;
  padding: 0;
  display: flex;
}

.rse_label_columns_center {
  justify-content: center;
  display: flex;
}

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

.rse_label_columns_icon {
  width: 70px;
  height: 70px;
  max-width: none;
}

.haveagoodday_column_left_div {
  margin-top: 5px;
  padding-right: 50px;
}

.haveagoodday_column_left_tag {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.haveagoodday_column_left_h2 {
  text-transform: uppercase;
  font-family: Proxima nova scosf, sans-serif;
  font-size: 28px;
  line-height: 1.2;
}

.immeuble_columns {
  width: 80vw;
  align-self: center;
  align-items: center;
  display: flex;
}

.immeuble_columns_right {
  padding-right: 160px;
}

.immeuble_columns_left_separateur {
  width: 100%;
  height: 1px;
  color: #3A6A87;
  border: 1px solid #3A6A87;
  border-radius: 20px;
}

.immeuble_columns_left_h3 {
  color: #3A6A87;
  text-transform: uppercase;
  font-family: Avenirltstd, sans-serif;
}

.immeuble_columns_left_lumineux_h4 {
  color: #3A6A87;
  text-align: left;
  text-transform: none;
  font-family: Avenirltstd, sans-serif;
}

.exterieur_columns_left_paragraph {
  color: #202020;
}

.nos_espaces_de_travail_slider-right-row {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  left: 94%;
}

.land_page_slider {
  width: 50vw;
  height: 40vh;
  margin-top: 40px;
  margin-bottom: 40px;
}

.land_page_slider_slider {
  width: 800px;
  height: 500px;
  align-items: center;
  display: block;
  position: relative;
}

.land_page_slider_slide_1 {
  background-image: url('../images/exterieur-big-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.land_page_slider-left-row {
  align-items: center;
  display: flex;
  left: -3%;
}

.land_page_slider_left_arrow_icon {
  max-width: 80%;
  object-fit: fill;
}

.land_page_slider-right-row {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  left: 93%;
}

.land_page_slider-right-row_icon {
  max-width: 80%;
}

.rse_biodivercity {
  width: 160px;
}

.rse_label_columns_icon_bis {
  width: 66px;
  height: 66px;
  max-width: none;
}

.haveagoodday_icon_div_icon {
  color: #095d69;
  background-color: rgba(199, 117, 77, .4);
  border-radius: 20px;
  padding: 10px;
}

.image-19 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.image-20 {
  max-width: 80%;
}

.image-21 {
  border-radius: 20px;
}

.tab-panel {
  min-height: 500px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 40px 25px;
  display: flex;
}

.text-block {
  color: #fff;
}

.land_page_emplacement_containeur_title {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.heading {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 50px;
}

.tab-button {
  width: 280px;
  opacity: .7;
  color: #151c34;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-left: 1px solid #fff;
  border-right: 2px solid #fff;
  justify-content: center;
  align-items: center;
  padding-bottom: 16px;
  font-size: 15px;
  display: flex;
}

.tab-button.w--current {
  opacity: 1;
  color: #151c34;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-left-width: 2px;
  position: relative;
}

.tab-image {
  width: 44px;
  margin-right: 12px;
}

.paragraph {
  max-width: 650px;
  color: #7b88a8;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.animation-credit {
  max-width: 500px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.brodie-text {
  color: #8c54ff;
  font-size: 16px;
}

.link-arrow {
  color: #6a35ff;
  align-items: center;
  margin-top: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.load-bar-base {
  height: 5px;
  max-width: 220px;
  background-color: #eceff8;
  border-radius: 500px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tab-h1 {
  color: #2d3958;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 1.1;
}

.content-block {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.tab-grid {
  width: 100%;
  height: 100%;
  grid-template-rows: auto;
}

.plain-text {
  color: #7a7c7f;
}

.tabs_menu {
  max-width: 960px;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.animation-block {
  border-radius: 25px;
}

.div-block-8 {
  text-align: left;
}

.tabs-content {
  padding-top: 20px;
  overflow: visible;
}

.land_page_emplacement_containeur {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-5 {
  margin-right: 14px;
}

.load-bar {
  width: 0%;
  height: 5px;
  background-color: #7839f3;
  border-radius: 500px;
}

.avatar {
  width: 50px;
  height: 50px;
  border: 3px solid #fff;
  border-radius: 100px;
  margin-bottom: 20px;
  box-shadow: 21px 21px 80px rgba(21, 28, 52, .37);
}

.text-block-64, .text-block-65 {
  color: #fff;
}

.grid-4-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-4-columns._2-col-mbp {
  width: 90%;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 0;
}

.image-wrapper.instagram-image {
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.land_page_emplacement_containeur_lightbox_image {
  width: 210px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
}

.tab-button-1 {
  width: 280px;
  opacity: .7;
  color: #151c34;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-left: 1px solid #fff;
  border-right: 2px #fff;
  justify-content: center;
  align-items: center;
  padding-bottom: 16px;
  font-size: 15px;
  display: flex;
}

.tab-button-1.w--current {
  opacity: 1;
  color: #151c34;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-left-width: 2px;
  border-left-color: #fff;
  border-right-width: 1px;
  border-right-color: #fff;
  position: relative;
}

.nos_espaces_de_travail_slider_slide_3 {
  background-image: url('../images/186-4081.jpg');
  background-position: 50% 65%;
  background-size: cover;
}

.nos_espaces_de_travail_slider_slide_4 {
  background-image: url('../images/192-4082.jpg');
  background-position: 50% 65%;
  background-size: cover;
}

.nos_espaces_de_travail_slider_slide_5 {
  background-image: url('../images/facade-2.jpg');
  background-position: 50% 65%;
  background-size: cover;
}

.nos_espaces_de_travail_slider_slide_6 {
  background-image: url('../images/facade-4.jpg');
  background-position: 50% 65%;
  background-size: cover;
}

.nos_espaces_de_travail_slider_slide_7 {
  background-image: url('../images/158-4081.jpg');
  background-position: 50% 65%;
  background-size: cover;
}

.nos_espaces_de_travail_slider_slide_8 {
  background-image: url('../images/104-4023.jpg');
  background-position: 50% 65%;
  background-size: cover;
}

.nos_espaces_de_travail_slider_slide_9 {
  background-image: url('../images/entree.jpg');
  background-position: 50% 65%;
  background-size: cover;
}
.nos_espaces_de_travail_slider_slide_10 {
  background-image: url('../images/185-4023.jpg');
  background-position: 50% 65%;
  background-size: cover;
}

.container-7 {
  justify-content: center;
  align-self: auto;
  display: flex;
}

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

.mobile_nav.section {
  display: none;
}

.mobile_nav_dropdown-text {
  font-size: 16px;
}

._142-slide-lightbox, ._142-slide-lightbox_image {
  width: 100%;
  height: 100%;
}

.expertise_slider_h2-2 {
  color: #f1f1f1;
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Proxima nova scosf, sans-serif;
}

._142-slide-heading-2 {
  z-index: 1;
  color: #f1f1f1;
  text-align: right;
  letter-spacing: 1px;
  margin: 0;
  padding-top: 0;
  font-family: Proxima nova, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
  display: block;
  position: static;
}

.slider-arrow-left-2 {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

._142-text-slider-2 {
  z-index: 1;
  width: 340px;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: relative;
}

.expertise_slider-2 {
  margin-bottom: 40px;
}

._142-sliders-wrapper-2 {
  width: 60vw;
  height: 50vh;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.slider-arrow-right-2 {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 70px;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

._142-slide-lightbox-right-down, ._142-slide-lightbox_image-right-down {
  width: 100%;
  height: 100%;
}

._142-slide-heading-3 {
  z-index: 1;
  color: #f1f1f1;
  text-align: right;
  letter-spacing: 1px;
  margin: 0;
  padding-top: 0;
  font-family: Proxima nova, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
  display: block;
  position: static;
}

._142-slide-heading-4 {
  z-index: 1;
  color: #f1f1f1;
  text-align: right;
  letter-spacing: 1px;
  margin: 0;
  padding-top: 0;
  font-family: Proximanova, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  display: block;
  position: static;
}

.difference_head-2 {
  width: 550px;
}

.difference_column_under_paragraph-2 {
  color: #fff;
  text-align: justify;
  font-family: Avenir book, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.text-bold-service-copy-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Proxima nova scosf, sans-serif;
  font-size: 28px;
  font-weight: 600;
  display: block;
}

.difference-2 {
  background-color: #095d69;
  background-image: linear-gradient(#095d69, rgba(255, 255, 255, .3) 50%, #3A6A87);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.difference_column_under_h3-2 {
  color: #fff;
  font-family: Avenirltstd, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

._142-text-slider-3 {
  z-index: 99;
  width: 240px;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: relative;
}

.difference_column_under-2 {
  padding-right: 30px;
}

.difference_head_h2-2 {
  color: #3A6A87;
  text-align: right;
  text-transform: none;
  font-family: Avenirltstd, sans-serif;
}

.slide-text-mask {
  height: 40px;
  align-items: flex-end;
  display: flex;
  overflow: hidden;
}

.slide-text-block {
  height: 25%;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 15px;
  padding-right: 40px;
  display: flex;
}

.awesome-slide {
  width: 100%;
  height: 100%;
}

.awesome-slider_wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}

.slide-main-wrapper {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

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

.slider-mini_block {
  width: 25%;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.slider-arrow_icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: flex;
  position: static;
}

.slider-arrow_icon.right-arrow {
  transform: rotate(-90deg);
}

.slider-arrow_icon.left-arrow {
  transform: rotate(90deg);
}

.fg-slider-arrows {
  width: 64px;
  height: 64px;
  background-color: #040404;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: hidden;
  transform: translate(0);
}

.fg-slider-arrows.right-arrow {
  transform-style: preserve-3d;
  left: 11%;
  transform: rotateX(0)rotateY(-180deg)rotateZ(180deg);
}

.slide-text {
  color: #fff;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
  transform: translate(0);
}

.slider-4 {
  height: 100%;
  max-width: 900px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
}

.slider-main_block {
  width: 75%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

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

.mask-4 {
  height: 80vh;
}

.slide-image-mask {
  height: 75%;
  overflow: hidden;
}

.slide-image-mask.mini {
  height: 48%;
}

.slide-image_block {
  width: 100%;
  height: 100%;
}

.slider-arrow-overlay {
  z-index: 2;
  width: 3px;
  height: 7px;
  background-color: #000;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  top: auto;
  bottom: 29%;
  left: 16%;
  right: auto;
  transform: rotate(-45deg);
}

.choix_bureaux_columns_right_columns_container_h3-mobile {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-right: 0;
  font-family: Proxima nova, sans-serif;
  font-size: 18px;
  display: none;
}

.nos_espaces_de_travail_texte_hover_button_o {
  width: 100%;
  text-align: center;
  background-color: #3A6A87;
  border-radius: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Proxima nova, sans-serif;
  font-size: 18px;
  line-height: 1;
  display: block;
}

.wg-toggle-1-switch {
  height: 1.5rem;
  min-width: 3rem;
  color: #240c2e;
  text-align: center;
  background-color: rgba(36, 12, 46, .1);
  border-radius: 10rem;
  align-items: center;
  padding: .25rem;
  font-size: .875rem;
  line-height: 1em;
  transition: box-shadow .1s;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 0 10rem rgba(36, 12, 46, 0);
}

.wg-toggle-1-switch.ts-large {
  width: 4rem;
  height: 2rem;
  background-color: #095d69;
  align-items: center;
  margin-left: 1rem;
  margin-right: 1rem;
}

.wg-code {
  display: none;
}

.wg-element {
  width: 100px;
  height: auto;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  font-family: Proxima nova scosf, sans-serif;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.wg-element:hover {
  width: auto;
  background-color: rgba(0, 0, 0, 0);
  font-family: Proxima nova scosf, sans-serif;
}

.wg-element-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.toggle {
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
}

.toggle.t-large {
  width: 1.5rem;
  height: 1.5rem;
}

.wg-toggle-1-label {
  z-index: 1;
  color: rgba(64, 73, 255, .3);
  cursor: pointer;
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 700;
  position: relative;
  transform: translate(.000001%);
}

.wg-toggle-1-label.lang1 {
  color: #fff;
  margin-right: -48px;
  padding-right: 48px;
}

.wg-toggle-1-label.lang2 {
  color: rgba(255, 255, 255, .3);
  margin-left: -48px;
  padding-left: 48px;
}

.paragraph-15 {
  margin-left: 10px;
  font-family: Proxima nova scosf, sans-serif;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 0;
}

.image-26 {
  max-width: 40px;
}

.en_link {
  width: 100px;
  color: #fff;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.en_link:hover, .en_link:active {
  color: #fff;
}

.en_link:visited {
  color: #fff;
  text-decoration: none;
}

.ml_header {
  height: 50vh;
  background-color: #3A6A87;
  background-image: linear-gradient(#3A6A87 38%, #095d69);
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ml-h1 {
  color: #fff;
  font-family: Proxima nova scosf, sans-serif;
}

.ml_contenue {
  justify-content: center;
  display: flex;
}

.ml_contenue_container {
  width: 70vw;
  margin-top: 40px;
}

.ml_contenue_h2 {
  font-family: Proxima nova, sans-serif;
}

.bold-text-3 {
  color: #095d69;
}

.ml_contenue_paragraph {
  color: #095d69;
  font-family: Proxima nova font, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.ml_contenue_paragraph_bolt {
  color: #095d69;
  font-family: Proxima nova, sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

.ml_contenue_paragraph_bolt_link {
  color: #095d69;
  text-decoration: none;
}

.ml_contenue_paragraph_bolt_link:focus-visible {
  color: #095d69;
}

.ml_contenue_paragraph_bolt_link[data-wf-focus-visible] {
  color: #095d69;
}

.link-2 {
  color: #095d69;
  text-decoration: none;
}

.body-5, .ml_contenue_paragraph_link {
  text-decoration: none;
}

.qsm_title {
  width: 600px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-4 {
  font-family: Avenirltstd, sans-serif;
}

.button-wrapper-3 {
  position: relative;
}

.quote-image-2 {
  min-width: 70px;
  opacity: .3;
  position: absolute;
  top: -25px;
  left: -15px;
}

.testimonial-paragraph-2 {
  color: #3A6A87;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}

.icon-11 {
  color: #4c4172;
}

.right-arrow-3 {
  display: none;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 35%;
}

.author-name-2 {
  color: #3A6A87;
  margin-top: 0;
  font-size: 17px;
  font-weight: 400;
}

.testimonial {
  height: 70vh;
  min-height: 800px;
  background-image: url('../images/svg-gobbler_1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 370px;
  justify-content: center;
  align-items: center;
  padding: 180px 5%;
  display: flex;
  position: relative;
}
@media  screen and (min-width: 1500px) {
  .section-vision-copy {
    height: 70vh;
    background-image: url('../images/blob-4.svg'), radial-gradient(circle, #fff, #fff);
    background-position: 0%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 56vw, auto;
    background-attachment: scroll, scroll;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1920px) {
  .def_container {
    max-width: 1160px;
  }

  .land_accueil {
    min-height: 89vh;
  }

  .land_accueil_columns {
    max-width: 60vw;
  }

  .land_accueil_columns_gauche_h1 {
    font-size: 42px;
    line-height: 48px;
  }

  .land_accueil_columns_gauche_paragraph {
    font-size: 16px;
    line-height: 22px;
  }

  .rse_columns_droite {
    width: 600px;
    max-width: none;
    display: flex;
  }

  .expertise_columns_right_button {
    font-size: 18px;
  }

  .text-bold-service {
    color: #3A6A87;
  }

  .list-item {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-4-rse.bold-text {
    font-size: 36px;
    line-height: 40px;
  }

  .paragraph-3 {
    font-size: 16px;
    line-height: 22px;
  }

  .land_accueil_columns_droite_image {
    max-width: 70%;
  }

  .footer_title {
    font-size: 22px;
  }

  .footer_link.plan_du_site {
    font-size: 16px;
    line-height: 22px;
  }

  .footer_link.under {
    margin-top: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .footer_logo {
    width: 300px;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .footer_grid {
    height: 350px;
  }

  .form-wrapper {
    margin-top: 40px;
    margin-right: 150px;
  }

  .land_page_emplacement {
    min-height: 90vh;
  }

  .land_page_emplacement_container {
    align-self: flex-end;
  }

  .land_page_emplacement_h1 {
    font-size: 42px;
    line-height: 48px;
  }

  .quartier {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .quartier_columns {
    max-width: 70vw;
  }

  .quartier_columns_right {
    padding-right: 0;
  }

  .immeuble {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .immeuble_columns_left {
    padding-left: 140px;
  }

  .exterieur_columns_center_image_up {
    max-width: 230px;
    overflow: hidden;
  }

  .exterieur_columns {
    max-width: 80vw;
    padding-right: 175px;
  }

  .exterieur_columns_left {
    margin-top: 80px;
    padding-bottom: 0;
    padding-left: 200px;
    padding-right: 120px;
    position: static;
  }

  .exterieur_columns_center_image_down {
    width: 700px;
  }

  .slider {
    height: 475px;
    border: 1px solid #000;
    margin-bottom: 0;
  }

  .quartier_columns_left_image, .immeuble_columns_right_image {
    width: 550px;
  }

  .exterieur_columns_left_h2 {
    font-family: Avenirltstd, sans-serif;
    position: static;
  }

  .header {
    background-color: #3A6A87;
  }

  .navbar-no-shadow-container {
    max-width: 75%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .button-primary-4 {
    font-size: 14px;
  }

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

  .columns-8 {
    height: auto;
    align-items: center;
    display: flex;
  }

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

  .nos_sites_columns_right_map {
    width: 600px;
  }

  .image-16 {
    max-width: 130%;
    text-align: left;
    object-fit: fill;
    display: inline-block;
  }

  .slide-2 {
    object-fit: fill;
    overflow: hidden;
  }

  .difference {
    background-color: #339b8a;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 26px;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
  }

  .difference_column {
    max-width: 70vw;
    min-width: auto;
  }

  .difference_column_under_h3 {
    color: #fff;
    margin-top: 40px;
    margin-bottom: 20px;
    font-family: Avenirltstd, sans-serif;
    font-size: 26px;
    line-height: 34px;
  }

  .difference_column_under_paragraph {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
  }

  .difference_column_under_div_image {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .hero-difference {
    width: 600px;
    max-width: none;
    display: flex;
  }

  .text-bold-offre, .text-bold-expertise {
    color: #fff;
  }

  .text-bold-site {
    color: #3A6A87;
    font-size: 32px;
    line-height: 40px;
  }

  .def_wrapper_droite_animation_html {
    margin-left: 190px;
  }

  .difference_head {
    width: 750px;
  }

  .text-bold-service-copy {
    color: #fff;
    font-size: 36px;
  }

  .text-bold-offre-copy {
    color: #fff;
  }

  .testimonial-image-block {
    width: 60%;
  }

  .quote-image {
    opacity: .27;
  }

  .testimonial-section {
    background-image: url('../images/svg-gobbler.png'), linear-gradient(#fff, #fff);
  }

  .land-page-qsm {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100vw 85vh;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .paragraph-9 {
    width: auto;
    font-size: 18px;
    line-height: 24px;
  }

  .heading-12 {
    font-size: 46px;
    line-height: 50px;
  }

  .paragraph-10 {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-11 {
    font-size: 16px;
    line-height: 22px;
  }


  .timeline_quote-text-wrapper, .timeline_quote-title, .timeline_quote {
    color: #3A6A87;
  }

  .accordion-paragraph---brix {
    font-size: 18px;
    line-height: 24px;
  }

  .faq_accordion-titre-div_h2.accordion-3---brix {
    font-size: 26px;
    line-height: 32px;
  }

  .faq_div_h2 {
    font-size: 42px;
    line-height: 46px;
  }

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

  .land_bsm_columns {
    width: 60vw;
  }

  .land_bsm_columns_left_h1 {
    font-size: 40px;
    line-height: 1.1;
  }

  .haveagoodday_icon_grid_card_icon.mg-bottom-24px {
    width: 80px;
  }

  .haveagoodday_icon_grid_card_paragraph {
    font-size: 18px;
    line-height: 26px;
  }

  .haveagoodday_icon_container_div {
    max-width: 1400px;
  }

  .haveagoodday_icon_grid_card_h3 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 31px;
  }

  .haveagoodday_icon_head_div_h2 {
    font-size: 50px;
    line-height: 1.2;
  }

  .text-block-61 {
    font-size: 18px;
  }

  .dropdown-link-1 {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .navigation-dropdown.w--open {
    width: 320px;
  }

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

  .def_wrapper_droite {
    width: 600px;
    max-width: none;
    display: flex;
  }

  .nos_sites_columns_left_button {
    font-size: 16px;
  }

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

  ._142-slide-heading {
    font-size: 36px;
    line-height: 1.4;
  }

  .expertise_slider {
    flex-direction: column;
    align-self: auto;
    align-items: center;
    margin-bottom: 60px;
    display: flex;
  }

  .expertise_slider_h2 {
    font-size: 40px;
  }

  .nos_espaces_de_travail_texte_hover {
    width: 500px;
    right: 56%;
  }

  .choix_bureaux_div {
    width: 70vw;
  }

  .choix_bureaux_h2 {
    font-size: 36px;
    line-height: 40px;
  }

  .choix_bureaux_columns_right_paragraph {
    font-size: 16px;
    line-height: 22px;
  }

  .choix_bureaux_columns_right_columns_container_h3 {
    font-size: 22px;
    line-height: 34px;
  }

  .choix_bureaux_columns_left_columns_right_h3 {
    font-size: 26px;
    line-height: 32px;
  }

  .choix_bureaux_columns_left_columns_right_paragraph {
    font-size: 16px;
    line-height: 22px;
  }

  .fonctionnement_div {
    width: 70vw;
  }

  .fonctionnement_h2 {
    font-size: 36px;
    line-height: 40px;
  }

  .fonctionnement_paragraph {
    font-size: 16px;
    line-height: 22px;
  }

  .fonctionnement_columns_h3 {
    font-size: 26px;
    line-height: 32px;
  }

  .fonctionnement_columns_paragraph {
    font-size: 16px;
    line-height: 22px;
  }

  .nos_espaces_de_travail_texte_hover_h1 {
    margin-top: 10px;
    font-size: 48px;
    line-height: 60px;
  }

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

  .nos_espaces_de_travail_texte_hover_button {
    font-size: 20px;
  }

  .rse_container {
    max-width: 65vw;
  }

  .rse_columns_gauche {
    width: 600px;
    max-width: none;
    display: flex;
  }

  .text-bold-solutions {
    color: #3A6A87;
    font-size: 40px;
  }

  .def {
    height: 74vh;
  }

  .banner_paragraph {
    font-size: 18px;
  }

  .banner-button-blue {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
  }

  .def_columns_left {
    width: 600px;
    max-width: none;
    display: flex;
  }

  .text-bold-def {
    color: #fff;
    font-size: 34px;
    line-height: 44px;
  }

  .haveagoodday_column_left_tag {
    font-size: 14px;
  }

  .haveagoodday_column_left_h2 {
    margin-top: 10px;
    font-size: 30px;
    line-height: 1.4;
  }

  .immeuble_columns {
    max-width: 70vw;
  }

  .immeuble_columns_right {
    padding-right: 0;
  }

  .nos_espaces_de_travail_slider-right-row {
    left: 97%;
  }

  .haveagoodday_icon_div_icon {
    padding: 20px;
  }

  .image-19 {
    max-width: 80%;
  }

  .land_page_emplacement_containeur {
    width: auto;
    max-width: none;
  }

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

  .text-block-66 {
    font-size: 16px;
    line-height: 18px;
  }

  .haveagooday_logo {
    width: 250px;
    max-width: none;
  }

  .difference_column_under_paragraph-2 {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
  }

  .text-bold-service-copy-2 {
    color: #fff;
  }

  .difference-2 {
    background-color: #339b8a;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 26px;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
  }

  .difference_column_under_h3-2 {
    color: #fff;
    font-family: Avenirltstd, sans-serif;
  }

  .choix_bureaux_columns_right_columns_container_h3-mobile {
    font-size: 22px;
    line-height: 34px;
  }

  .nos_espaces_de_travail_texte_hover_button_o {
    font-size: 20px;
  }

  .qsm_title {
    width: 1000px;
  }

  .quote-image-2 {
    opacity: .3;
  }

  .testimonial-paragraph-2 {
    color: #3A6A87;
    font-size: 18px;
    line-height: 1.6;
  }

  .author-name-2 {
    color: #3A6A87;
    font-size: 18px;
  }

  .column-13 {
    padding-top: 50px;
  }
}

@media screen and (max-width: 991px) {
  .def_container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .carte-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .rse_columns_droite {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .def_collumns, .expertise-wrapper, .rse_columns {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .footer_bottom_container, .container-nav {
    max-width: 728px;
  }

  .icon {
    color: #fff;
  }

  .navbar-no-shadow-container {
    display: none;
  }

  .nav-menu-wrapper-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .icon-4 {
    color: #fff;
  }

  .hero-difference {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-4 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .testimonial-image-block {
    padding: 30px;
  }

  .accordion-3-open-close-icon-wrapper---brix {
    width: 40px;
    min-height: 40px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .open-close-icon-wrapper---brix.large-icon---brix {
    width: 14px;
    min-height: 14px;
  }

  .faq_accordion-titre-div_h2 {
    max-width: 88%;
  }

  .faq_accordion-titre-div_h2.accordion-3---brix {
    max-width: 75%;
  }

  .cookie-illustration---brix {
    width: 56px;
    min-height: 54px;
  }

  .cookie-banner-wrapper---brix {
    bottom: 24px;
    left: 24px;
  }

  .style-item {
    grid-template-columns: .5fr 1fr;
  }

  .color-tile {
    height: 120px;
  }

  .color-tiles {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .navbar-link {
    margin-right: 32px;
  }

  .header-2 {
    padding-top: 80px;
    padding-bottom: 64px;
  }

  .navbar {
    padding-left: 24px;
  }

  .styleguide {
    max-width: 100%;
    padding: 20px;
  }

  .haveagoodday_column_left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .content3-text-wrap {
    text-align: center;
  }

  .text-16.text-16-60 {
    width: 100%;
  }

  .haveagoodday_column_right {
    width: auto;
  }

  .content3-headline {
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .haveagoodday_icon_container {
    width: 645px;
  }

  .haveagoodday_icon_container.w50-80-start {
    flex-direction: column;
  }

  .haveagoodday_container {
    width: 645px;
  }

  .haveagoodday_container.w50-80-start {
    flex-direction: column;
  }

  .haveagoodday_icon_grid {
    grid-template-columns: 1fr 1fr;
  }

  .def_wrapper_droite {
    max-width: 100%;
    margin-bottom: 40px;
  }

  ._142-text-slider {
    z-index: 10;
    width: 140px;
  }

  .rse_container {
    max-width: 728px;
  }

  .rse_columns_gauche {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .multi-step-form-radio-trigger---brix {
    padding-left: 64px;
    padding-right: 24px;
    font-size: 16px;
  }

  .cloneable-container-default {
    padding-left: 32px;
    padding-right: 32px;
  }

  .radio-button-field-2, .radio-button-field-choice-bureau {
    padding: 40px 24px;
  }

  .multi-step-form-radio-trigger---choice-bureau {
    padding-left: 64px;
    padding-right: 24px;
    font-size: 16px;
  }

  .def_columns_left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .haveagoodday_column_left_div {
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .content-block {
    padding: 20px 10px;
  }

  .tab-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .land_page_emplacement_containeur {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .grid-4-columns {
    grid-template-columns: 1fr 1fr;
  }

  .mobile_nav.section {
    display: block;
  }

  ._142-text-slider-2, ._142-text-slider-3 {
    z-index: 10;
    width: 140px;
  }

  .slide-text-block {
    height: 80px;
    justify-content: flex-start;
  }

  .slide-main-wrapper {
    width: 100%;
    height: 100%;
    flex-direction: column-reverse;
  }

  .slider-mini_block {
    width: 100%;
    flex-direction: row;
  }

  .fg-slider-arrows {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .fg-slider-arrows.right-arrow {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 13%;
  }

  .slider-main_block {
    width: 100%;
    justify-content: space-between;
  }

  .mask-4 {
    height: 80vh;
  }

  .slide-image-mask.mini {
    width: 48%;
    height: auto;
  }

  .wg-element {
    width: 50%;
  }
  
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .carte, .solutions, .expertise, .rse {
    padding: 60px 15px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer_bottom_container_bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer_bottom_container_copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer_bottom_container_social-media {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .nos_sites, .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .logo {
    width: 130px;
  }

  .testimonial-image-block {
    width: 100%;
  }

  .testimonial-section {
    padding-top: 260px;
  }

  .testimonial-columns {
    flex-direction: column;
  }

  .testimonial-image {
    max-width: 390px;
  }

  .testimonial-content-wrap {
    width: 100%;
    padding-left: 25px;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

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

  .timeline_progress {
    left: 6px;
  }

  .timeline_item {
    width: 100%;
    grid-template-columns: 64px 1fr;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_text {
    font-size: 20px;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .faq_accordion {
    flex-direction: column;
  }

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

  .faq_accordion_column {
    max-width: 100%;
  }

  .faq_accordion_column.right---brix {
    margin-left: 0;
  }

  .faq_accordion_column.left---brix {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }

  .faq_div {
    padding: 80px 24px;
  }

  .accordion-item---brix.accordion-3---brix {
    margin-bottom: 16px;
    padding: 32px;
  }

  .faq_accordion-titre-div_h2 {
    max-width: 80%;
    font-size: 18px;
  }

  .faq_accordion-titre-div_h2.accordion-3---brix {
    max-width: 82%;
  }

  .button-primary-5 {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .close-message---brix.cookie-banner-3---brix {
    position: absolute;
  }

  .cookie-illustration---brix {
    width: 54px;
    min-height: 52px;
    margin-bottom: 16px;
  }

  .cookie-banner-wrapper---brix {
    border-radius: 18px;
  }

  .cookie-banner-wrapper---brix.cookie-banner-3---brix {
    padding: 40px 20px 22px;
  }

  .cookie-content {
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .right-floating-cookie {
    max-width: 90vw;
    bottom: 10px;
    right: 10px;
  }

  .right-cookie-image {
    width: 120px;
    height: 120px;
  }

  .color-tile {
    height: 120px;
  }

  .navbar-inner {
    width: 100%;
    justify-content: space-between;
    display: flex;
  }

  .source-info {
    width: 100%;
  }

  .color-tiles {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .navbar-link {
    margin-right: 24px;
  }

  .navbar {
    justify-content: center;
  }

  .moving-text_component {
    font-size: 1rem;
  }

  .main-wrapper {
    width: 100%;
    grid-template-columns: 100%;
  }

  .section-tip {
    align-items: center;
  }

  .haveagoodday_column_left {
    margin-right: 0;
  }

  .haveagoodday_icon_container, .haveagoodday_container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .haveagoodday_icon_grid_card_icon {
    max-width: 56px;
    border-radius: 12px;
  }

  .haveagoodday_icon_grid {
    grid-template-columns: 1fr;
  }

  ._142-sliders-wrapper {
    width: 90vw;
  }

  .form-step-number---brix {
    margin-left: 10px;
    margin-right: 10px;
  }

  .first-step-grid---brix {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .first-step-grid---brix.uniform-space---brix {
    grid-row-gap: 24px;
  }

  .cloneable-container-default {
    padding-left: 24px;
    padding-right: 24px;
  }

  .slide---brix {
    padding-bottom: 8px;
  }

  .multi-step-form-error-message---brix {
    margin-top: 170px;
  }

  .submit-content-wrapper---brix {
    margin-top: 32px;
  }

  .steps-bar---brix {
    justify-content: space-between;
    padding-bottom: 24px;
  }

  .form-content---brix {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .form-step-progress-bar-mobile---brix {
    width: auto;
    max-width: 100%;
    border-radius: 500px;
    display: flex;
  }

  .form-step-progress-bar-mobile---brix.step-3---brix {
    width: 80%;
    max-width: 100%;
    background-color: #4a3aff;
    margin-left: 0;
    margin-right: 0;
  }

  .form-step-progress-bar-mobile---brix.step-2---brix {
    width: 50%;
    max-width: 100%;
    background-color: #4a3aff;
    margin-left: 0;
    margin-right: 0;
  }

  .form-step-progress-bar-mobile---brix.step-1---brix {
    width: 22%;
    max-width: 100%;
    background-color: #4a3aff;
    margin-left: 0;
    margin-right: 0;
  }

  .form-step-progress-bar-mobile---brix.full-bar---brix {
    width: 100%;
    max-width: 100%;
    background-color: #4a3aff;
    margin-left: 0;
    margin-right: 0;
  }

  .multi-step-form---brix {
    padding-bottom: 48px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .multi-step-form-button---brix {
    top: 990px;
  }

  .multi-step-form-button---brix.left---brix {
    left: -32px;
  }

  .multi-step-form-button---brix.left---brix.preview-page {
    top: 960px;
  }

  .multi-step-form-button---brix.right---brix {
    right: -32px;
  }

  .multi-step-form-button---brix.right---brix.preview-page {
    top: 960px;
  }

  .form-step-progress-bar---brix {
    display: none;
  }

  .multi-step-form-block---brix {
    min-height: auto;
  }

  .steps-bar-wrapper--brix {
    flex-direction: column;
    padding-bottom: 32px;
    display: flex;
  }

  .first-step-grid---choice-bureau {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .first-step-grid---choice-bureau.uniform-space---brix, .first-step-grid---choice-bureau.uniform-space---choice-bureau {
    grid-row-gap: 24px;
  }

  .def, .nos_localisations {
    padding: 60px 15px;
  }

  .tab-button {
    justify-content: flex-start;
  }

  .load-bar-base {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .tabs_menu {
    flex-wrap: wrap;
  }

  .tab-button-1 {
    justify-content: flex-start;
  }

  ._142-sliders-wrapper-2 {
    width: 90vw;
  }

  .fg-slider-arrows {
    width: 45px;
    height: 45px;
    padding: 20px;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 25%;
  }

  .fg-slider-arrows.right-arrow {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .mask-4 {
    height: 50vh;
  }

  .wg-toggle-1-switch.ts-large {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .wg-element {
    width: 100%;
  }

  .testimonial {
    padding-top: 260px;
  }
}

@media screen and (max-width: 479px) {
  .def_container {
    max-width: none;
    flex-direction: row-reverse;
    display: block;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .body {
    max-width: 100vw;
    min-height: auto;
    overflow: visible;
  }

  .land_accueil {
    min-height: 90vh;
    background-position: 50% 0;
    background-size: cover;
    align-items: flex-start;
    margin-bottom: -100px;
    padding-top: 100px;
  }

  .land_accueil_columns {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .land_accueil_columns_gauche_h1 {
    font-size: 26px;
    line-height: 1.1;
  }

  .land_accueil_columns_gauche_paragraph {
    color: #fff;
    text-transform: none;
    font-size: 12px;
    line-height: 1.5;
  }

  .mousse_icon {
    width: 100%;
    align-items: center;
    display: flex;
    position: static;
    bottom: 15%;
    left: 0%;
  }

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

  .rse_columns_droite {
    margin-bottom: 20px;
    margin-right: 0;
    padding-top: 0;
  }

  .def_wrapper_droite_image {
    max-width: 60%;
    align-self: center;
  }

  .heading-2 {
    font-size: 14px;
  }

  .text-bold-service {
    font-size: 25px;
    line-height: 1;
  }

  .solutions {
    padding: 20px;
  }

  .def_collumns {
    flex-direction: column-reverse;
  }

  .immeuble_columns_left_construction_h4 {
    font-size: 16px;
  }

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

  .rse_columns {
    flex-direction: column-reverse;
  }

  .rse {
    padding-top: 40px;
  }

  .heading-4-rse {
    text-align: left;
    font-size: 28px;
  }

  .heading-4-rse.bold-text {
    text-align: center;
    display: inline;
  }

  .paragraph-3 {
    font-size: 12px;
    line-height: 18px;
  }

  .shadow-two-copy {
    max-width: 70%;
    border-radius: 20px;
    align-self: center;
  }

  .land_accueil_columns_droite_image {
    max-width: 50%;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-3.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer_bottom_container_bottom {
    width: 100%;
    max-width: none;
    min-width: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer_bottom_container_copyright {
    font-size: 12px;
  }

  .footer {
    margin-top: 10px;
    padding-top: 80px;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer_block, .footer_bottom_container_social-media {
    margin-top: 20px;
  }

  .footer_columns {
    flex-direction: column;
  }

  .footer_bottom_container, .container-nav {
    max-width: none;
  }

  .land_page_emplacement {
    padding-top: 80px;
  }

  .land_page_emplacement_h1 {
    font-size: 26px;
    line-height: 1.2;
  }

  .quartier {
    padding-top: 40px;
  }

  .land_page_emplacement_paragraph {
    font-size: 13px;
  }

  .quartier_columns_right_h3 {
    font-size: 17px;
    line-height: 1.2;
  }

  .quartier_columns_right_list {
    margin-top: 20px;
  }

  .quartier_columns {
    flex-direction: column;
    justify-content: center;
  }

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

  .immeuble_columns_left {
    flex-direction: column;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .exterieur {
    width: 100vw;
    min-height: 50vh;
    background-image: url('../images/NEWEN-A-BECHU-Vol-ABC-08-22-PC-002_1.jpg');
    background-position: 0%;
    background-size: cover;
    border-radius: 10px 0 0 10px;
    align-items: center;
    margin-bottom: 60px;
    overflow: hidden;
  }

  .exterieur_columns_center_image_up {
    display: none;
  }

  .exterieur_columns_center {
    display: none;
    position: static;
  }

  .exterieur_columns_right {
    display: none;
  }

  .exterieur_fond {
    width: 100vw;
    display: none;
    position: absolute;
  }

  .exterieur_columns_left {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .immeuble_columns_right_image {
    width: auto;
    max-width: 60vw;
    padding-top: 0;
  }

  .exterieur_columns_left_h2 {
    color: white;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .header {
    z-index: 99;
  }

  .navbar-no-shadow-container {
    display: none;
  }

  .nav-menu {
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-2, .nav-link-2:hover {
    color: #3A6A87;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .image-11 {
    max-width: 100px;
  }

  .icon-4 {
    color: #fff;
  }

  .image-12 {
    max-width: 70%;
  }

  .solutions_column_ligne {
    width: 80%;
    max-width: none;
    align-self: auto;
  }

  .solutions_column_li {
    font-size: 13px;
  }

  .solutions_column_icon {
    width: 70px;
  }

  .image-15.solutions_column_icon {
    align-self: center;
  }

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

  .nos_sites_columns_right_map {
    width: 100%;
    overflow: hidden;
  }

  .hero-difference {
    padding-top: 0;
  }

  .difference_column_under {
    margin-top: 0;
    margin-bottom: 20px;
    padding-right: 10px;
  }

  .nos_localisations_columns {
    width: 100%;
    flex-direction: column;
  }

  .nos_localisations_columns_right {
    margin-top: 40px;
  }

  .text-bold-offre, .text-bold-expertise, .text-bold-site {
    font-size: 25px;
    line-height: 1;
  }

  .difference_head {
    width: 80%;
    line-height: 1;
  }

  .text-bold-service-copy {
    font-size: 24px;
    line-height: 1.2;
  }

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

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .text-bold-offre-copy {
    font-size: 25px;
    line-height: 1;
  }

  .testimonial-image-block, .testimonial-content-wrap {
    padding: 15px;
  }

  .land-page-qsm {
    height: 80vh;
    background-position: 50%;
  }

  .heading-12 {
    text-align: center;
  }

  .columns-10 {
    width: auto;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-13 {
    margin-bottom: 0;
    text-align: center;
  }

  .paragraph-10 {
    width: auto;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 18px;
  }

  .section-vision-copy {
    height: auto;
    background-image: linear-gradient(#fff, #fff);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    flex-direction: row;
    display: flex;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .mousse_icon_animation {
    width: 100px;
  }

  .faq_accordion_column.left---brix {
    margin-bottom: 16px;
  }

  .accordion-3-open-close-icon-wrapper---brix {
    width: 40px;
    min-height: 40px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
    font-size: 13px;
    line-height: 1.4;
  }

  .faq_container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .faq_div {
    padding: 20px 16px 64px;
  }

  .open-close-icon-wrapper---brix {
    margin-right: 16px;
  }

  .open-close-icon-wrapper---brix.large-icon---brix {
    width: 16px;
    min-height: 16px;
    margin-right: 0;
  }

  .accordion-item---brix.accordion-3---brix {
    margin-bottom: 16px;
  }

  .faq_accordion-titre-div_h2 {
    max-width: 70%;
    font-size: 20px;
  }

  .faq_accordion-titre-div_h2.accordion-3---brix {
    max-width: 75%;
    margin-right: 0;
    font-size: 16px;
    line-height: 1.3;
  }

  .faq_div_h2 {
    margin-bottom: 10px;
    font-size: 26px;
  }

  .button-primary-5 {
    padding: 15px 34px 16px;
  }

  .cookie-illustration---brix {
    width: 48px;
    min-height: 46px;
  }

  .cookie-banner-wrapper---brix {
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .cookie-banner-wrapper---brix.cookie-banner-3---brix {
    width: auto;
    max-width: none;
    padding-bottom: 30px;
  }

  .cookie-content.mobile-vertical {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .right-floating-cookie {
    width: 100%;
    max-width: none;
    bottom: 0;
    right: auto;
  }

  .right-cookie-image {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
  }

  .cookie-button-blue {
    width: 120px;
    text-align: center;
    margin-bottom: 0;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .secondary-button {
    width: 100%;
    text-align: center;
  }

  .style-item {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr;
    align-content: start;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .header-inner {
    text-align: left;
  }

  .clone-button {
    width: 100%;
    min-height: 32px;
    text-align: center;
  }

  .stylesection {
    margin-top: 32px;
  }

  .color-tile {
    height: 80px;
  }

  .source-info {
    width: 100%;
    padding: 16px 0 0;
  }

  .primary-button {
    width: 100%;
    text-align: center;
  }

  .color-tiles {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .navbar-link {
    margin-left: 4px;
    margin-right: 4px;
  }

  .header-2 {
    padding-top: 40px;
    padding-bottom: 16px;
  }

  .navbar {
    background-color: rgba(32, 32, 32, .95);
    border-radius: 0;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    padding: 12px;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }

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

  .typography-label {
    margin-bottom: 12px;
  }

  .styleguide {
    padding-bottom: 160px;
  }

  .accordion-bottom-wrap {
    padding-right: 0;
  }

  .background-blur {
    width: 16rem;
    height: 16rem;
    opacity: .54;
  }

  .haveagoodday_column_left {
    margin-bottom: 0;
  }

  .btn {
    text-align: center;
    display: block;
  }

  .text-16.text-16-60 {
    font-size: 14px;
    line-height: 1.3;
  }

  .land_bsm {
    height: 68vh;
  }

  .land_bsm_columns_left {
    padding: 10px 20px 20px;
  }

  .land_bsm_columns_left_button {
    font-size: 16px;
  }

  .land_bsm_columns_left_h1 {
    margin-top: 10px;
    font-size: 24px;
  }

  .haveagoodday_container.w50-80-start {
    padding-bottom: 20px;
  }

  .haveagoodday_icon_grid_card.content-left {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .haveagoodday_icon_grid_card.content-left.link-card {
    padding: 20px 15px;
  }

  .haveagoodday_icon_grid_card_icon {
    max-width: 56px;
    border-radius: 14px;
  }

  .haveagoodday_icon_grid_card_icon.mg-bottom-24px {
    max-width: 40px;
  }

  .haveagoodday_icon_grid {
    grid-template-columns: 1fr;
    padding-top: 20px;
  }

  .haveagoodday_icon_grid_card_paragraph {
    margin-bottom: 0;
    font-size: 12px;
  }

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

  .haveagoodday_icon_grid_card_h3 {
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 1.2;
  }

  .heading-22 {
    font-size: 19px;
  }

  .heading-23 {
    font-size: 20px;
    line-height: 1.3;
  }

  .haveagoodday_icon_head_div_h2 {
    margin-top: 10px;
    font-size: 20px;
  }

  .dropdown-toggle {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .icon-6 {
    justify-content: center;
    align-items: center;
    margin-right: 0;
    display: block;
    position: static;
  }

  .nav-content-wrap {
    align-items: center;
  }

  .dropdown-link-1 {
    justify-content: center;
  }

  .navigation-dropdown.w--open {
    width: 100%;
    border-radius: 0 0 10px 10px;
    left: 0%;
  }

  .service_titre__paragraph {
    font-size: 12px;
  }

  .def_wrapper_droite {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 0;
  }

  .difference_head_h2 {
    font-size: 27px;
    line-height: 1;
  }

  .difference_column_under_image {
    max-width: 50%;
  }

  .expertise_columns_left_image {
    max-width: 60%;
    align-self: center;
  }

  .land_bsm_columns_right {
    display: none;
  }

  .land_bsm_columns_left_paragraph {
    font-size: 12px;
    line-height: 16px;
  }

  .solutions_column_left, .solutions_column_center_1, .solutions_column_center_2 {
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
    display: flex;
  }

  ._142-slide-heading {
    margin-top: 0;
    padding-top: 0;
    font-size: 23px;
    position: static;
  }

  ._142-sliders-wrapper {
    width: 100vw;
    height: 50vh;
    flex-direction: row;
  }

  .slider-arrow-left {
    width: 40px;
    height: 40px;
    left: 20%;
  }

  ._142-text-slider {
    margin-bottom: 70px;
  }

  .slider-arrow-right {
    width: 40px;
    height: 40px;
    margin-left: 50px;
    left: 25%;
  }

  .expertise_slider_h2 {
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 0;
    font-size: 23px;
    line-height: 1.2;
  }

  .nos_espaces_de_travail {
    height: 70vh;
    align-items: center;
  }

  .nos_espaces_de_travail_slider {
    width: 100vw;
    height: 60vh;
  }

  .nos_espaces_de_travail_texte_hover {
    width: 90%;
    padding: 10px 20px 20px;
    position: absolute;
    right: 5%;
  }

  .choix_bureaux_h2 {
    font-size: 28px;
    line-height: 32px;
  }

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

  .choix_bureaux_columns_right {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .choix_bureaux_columns_right_div {
    margin-left: 0%;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .choix_bureaux_columns_right_columns {
    display: none;
  }

  .choix_bureaux_columns_right_columns_container_h3 {
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
    line-height: 1;
  }

  .choix_bureaux_columns_left_div {
    height: 100%;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .choix_bureaux_columns_left_columns {
    height: 100%;
    padding-right: 10px;
  }

  .choix_bureaux_columns_left_columns_right_h3 {
    font-size: 20px;
    line-height: 1;
  }

  .choix_bureaux_columns_left_columns_right_paragraph {
    font-size: 12px;
    line-height: 18px;
  }

  .choix_bureaux_columns_left_columns_left_1 {
    height: 40vh;
  }

  .choix_bureaux_columns_left_columns_left_2 {
    height: 40vh;
    background-size: cover;
  }

  .choix_bureaux_columns_left_columns_left_3 {
    height: 50vh;
  }

  .choix_bureaux_columns_left_columns_right_div {
    margin-left: 10px;
  }

  .fonctionnement_h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .fonctionnement_columns_container {
    margin-bottom: 20px;
  }

  .fonctionnement_columns_h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .fonctionnement_columns_paragraph {
    font-size: 12px;
    line-height: 18px;
  }

  .nos_espaces_de_travail_texte_hover_h1 {
    font-size: 24px;
    line-height: 30px;
  }

  .nos_espaces_de_travail_texte_hover_paragraph {
    font-size: 12px;
    line-height: 17px;
  }

  .nos_espaces_de_travail_texte_hover_button {
    margin-bottom: 10px;
    font-size: 14px;
    display: block;
  }

  .right_arrow_icon, .left_arrow_icon, .nos_espaces_de_travail_slider-left-row {
    display: none;
  }

  .rse_container {
    max-width: none;
    flex-direction: row-reverse;
    display: block;
  }

  .rse_columns_gauche {
    margin-right: 10px;
    padding-top: 0;
  }

  .first-step-grid---brix {
    margin-bottom: 32px;
  }

  .first-step-grid---brix.uniform-space---brix {
    grid-row-gap: 16px;
  }

  .multi-step-form-radio-trigger---brix {
    text-align: left;
    white-space: nowrap;
    padding-left: 60px;
    padding-right: 16px;
    font-size: 16px;
    line-height: 1.5;
  }

  .cloneable-container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .multi-step-form-error-message---brix {
    margin-top: 32px;
  }

  .steps-bar---brix {
    width: 100%;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }

  .select-item-icon---brix {
    max-width: 24%;
  }

  .form-step-progress-bar-mobile---brix {
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .form-step-progress-bar-mobile---brix.step-3---brix {
    width: 78%;
  }

  .form-step-progress-bar-mobile---brix.step-1---brix {
    width: 25%;
  }

  .form-step-progress-bar-mobile---brix.full-bar---brix {
    width: 100%;
  }

  .multi-step-form---brix {
    padding-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .multi-step-form-button---brix {
    font-size: 16px;
  }

  .multi-step-form-button---brix.left---brix {
    margin-bottom: 12px;
    display: block;
    position: static;
    left: auto;
  }

  .multi-step-form-button---brix.right---brix {
    display: block;
    position: static;
    right: auto;
  }

  .form-step-progress-bar---brix {
    display: none;
  }

  .multi-step-form-label---brix {
    font-size: 16px;
  }

  .radio-button-field-2 {
    padding: 40px 20px;
  }

  .first-step-grid---choice-bureau {
    margin-bottom: 32px;
  }

  .first-step-grid---choice-bureau.uniform-space---brix, .first-step-grid---choice-bureau.uniform-space---choice-bureau {
    grid-row-gap: 16px;
  }

  .radio-button-field-choice-bureau {
    padding: 40px 20px;
  }

  .multi-step-form-radio-trigger---choice-bureau {
    text-align: left;
    white-space: nowrap;
    padding-left: 60px;
    padding-right: 16px;
    font-size: 16px;
    line-height: 1.5;
  }

  .text-bold-solutions {
    font-size: 25px;
    line-height: 1;
  }

  .def {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

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

  .banner_paragraph {
    font-size: 10px;
  }

  .banner-button-blue {
    width: 120px;
    text-align: center;
    margin-bottom: 0;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .def_columns_left {
    padding-top: 0;
  }

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

  .text-bold-def {
    font-size: 25px;
    line-height: 1;
  }

  .solutions_column_right {
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
    display: flex;
  }

  .solutions_column_icon_bis {
    width: 60px;
  }

  .haveagoodday_column_left_h2 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 22px;
    overflow: visible;
  }

  .quartier_columns_right_h4 {
    font-size: 14px;
  }

  .quartier_columns_right_paragraph {
    width: 100%;
    font-size: 12px;
  }

  .immeuble_columns {
    flex-direction: column-reverse;
    justify-content: center;
    padding-top: 40px;
  }

  .immeuble_columns_right {
    justify-content: center;
    align-self: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .immeuble_columns_left_h4 {
    font-size: 14px;
  }

  .immeuble_columns_left_h3 {
    font-size: 20px;
  }

  .immeuble_columns_left_construction_paragraph {
    font-size: 12px;
  }

  .immeuble_columns_left_lumineux_h4 {
    font-size: 16px;
  }

  .immeuble_columns_left_lumineux_paragraphe {
    font-size: 12px;
  }

  .exterieur_columns_left_paragraph {
    color: white;
  }

  .nos_espaces_de_travail_slider-right-row {
    display: none;
    left: 80%;
  }

  .nos_espaces_de_travail_slide-nav {
    display: none;
  }

  .haveagoodday_icon_div_icon {
    justify-content: center;
    align-self: auto;
    display: flex;
  }

  .image-19, .image-20 {
    width: 30px;
  }

  .tab-panel {
    padding-left: 10px;
    padding-right: 10px;
  }

  .land_page_emplacement_containeur_title {
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-button {
    width: 100px;
    justify-content: center;
    align-self: center;
  }

  .content-block {
    padding-bottom: 10px;
  }

  .tabs-content {
    padding-top: 0;
  }

  .land_page_emplacement_containeur {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-65 {
    display: block;
  }

  .grid-4-columns {
    grid-template-columns: 1fr;
  }

  .grid-4-columns._2-col-mbp {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .image-wrapper.instagram-image {
    border-radius: 16px;
  }

  .tab-button-1 {
    width: 100px;
    justify-content: center;
    align-self: center;
  }

  .tab-button-1.w--current {
    width: 100px;
    justify-content: center;
  }

  .image-22 {
    max-width: 60%;
  }

  .mask-3 {
    border-radius: 0;
  }

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

  .brand {
    align-items: center;
    padding-left: 0;
    display: block;
    position: static;
  }

  .mobile_nav_container {
    width: 100%;
    height: 80px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .mobile_nav_btn {
    width: 40%;
    padding: 0;
    position: static;
  }

  .mobile_nav_btn.w--open {
    width: 40%;
    background-color: #3A6A87;
    justify-content: flex-end;
    align-self: auto;
    align-items: center;
    display: flex;
  }

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

  .mobile_nav.menu {
    background-color: #a86341;
  }

  .mobile_nav.link:hover, .mobile_nav.link:focus {
    color: #fff;
  }

  .mobile_nav.link:focus-visible {
    color: #fff;
  }

  .mobile_nav.link[data-wf-focus-visible], .mobile_nav.link:visited {
    color: #fff;
  }

  .mobile_nav.section {
    width: 100%;
    background-color: #3A6A87;
    align-items: center;
    display: block;
  }

  .mobile_nav.brand {
    width: 40%;
  }

  .mobile_nav_dropdown {
    display: block;
  }

  .icon-10 {
    color: #fff;
    justify-content: flex-end;
    display: flex;
  }

  .mobile_nav_dropdown-text {
    font-size: 12px;
  }

  ._142-slide-lightbox_image {
    width: auto;
    height: auto;
    max-width: 240%;
    overflow: hidden;
  }

  .image-24 {
    color: #fff;
  }

  .image-25 {
    max-width: 66%;
  }

  ._142-slide-heading-2 {
    padding-top: 10px;
  }

  ._142-text-slider-2 {
    margin-bottom: 100px;
  }

  ._142-sliders-wrapper-2 {
    width: 100vw;
    height: 50vh;
  }

  ._142-slide-lightbox-right-down.cafe {
    max-width: 350%;
  }

  ._142-slide-lightbox-right-down.auditorium {
    max-width: none;
  }

  ._142-slide-lightbox_image-right-down {
    width: auto;
    height: auto;
    max-width: none;
    background-image: url('../images/MicrosoftTeams-image-16.png');
    background-position: 0 0;
    background-size: auto;
    overflow: hidden;
  }

  ._142-slide-lightbox_image-right-down.auditorium {
    max-width: 850%;
  }

  .text-bold-service-copy-2 {
    font-size: 25px;
    line-height: 1;
  }

  ._142-text-slider-3 {
    margin-bottom: 100px;
  }

  .awesome-slider_wrapper {
    padding-top: 20px;
  }

  .body-4 {
    overflow: hidden;
  }

  .choix_bureaux_columns_right_columns_container_h3-mobile {
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
    line-height: 1;
    display: block;
  }

  .nos_espaces_de_travail_texte_hover_button_o {
    margin-bottom: 10px;
    font-size: 14px;
    display: block;
  }

  .wg-element {
    height: 25vh;
  }

  .qsm_title {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-paragraph-2 {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.4;
  }

  .author-name-2 {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .testimonial {
    height: 100vh;
    min-height: auto;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 100px;
  }

  .column-13 {
    background-color: #3A6A87;
    border-radius: 20px;
    flex-direction: column;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    position: static;
  }

  .image-27 {
    max-width: 70%;
    margin-top: 20px;
  }
}

#w-node-_6f2ab179-dcf8-7030-d5ce-c7ca03ad0b08-03ad0b06, #w-node-_534caa9a-43b5-b994-e104-39d9682d8b1a-a1130a2b, #w-node-_534caa9a-43b5-b994-e104-39d9682d8b1c-a1130a2b, #w-node-_534caa9a-43b5-b994-e104-39d9682d8b1e-a1130a2b, #w-node-_534caa9a-43b5-b994-e104-39d9682d8b20-a1130a2b, #w-node-_534caa9a-43b5-b994-e104-39d9682d8b22-a1130a2b, #w-node-_534caa9a-43b5-b994-e104-39d9682d8b24-a1130a2b, #w-node-_748f084a-6281-06e7-e0eb-c65b7639b3c8-a1130a2b, #w-node-_6e2240d0-36ee-801b-80cf-f69eba23582a-a1130a2b, #w-node-_46bdd8f6-b5a9-7bc6-6030-91dfa7258119-a1130a2b, #w-node-_62e4f16a-ec57-92f6-d99d-473e7d184f6a-a1130a2b, #w-node-d9be766e-494d-7236-9020-15f3c5b31609-a1130a2b, #w-node-_6acd8962-ee05-204e-050e-922e1c8b7eea-a1130a2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8199360a-705b-7394-3fb3-d3efd02013ae-fb130a2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_6f2ab179-dcf8-7030-d5ce-c7ca03ad0b08-03ad0b06 {
    grid-area: Area-2;
  }
}


@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Black.woff2') format('woff2'), url('../fonts/Avenir-Heavy.woff2') format('woff2'), url('../fonts/Avenir-Black.eot') format('embedded-opentype'), url('../fonts/Avenir-Heavy.eot') format('embedded-opentype'), url('../fonts/Avenir-Black.woff') format('woff'), url('../fonts/Avenir-Heavy.woff') format('woff'), url('../fonts/Avenir-Black.ttf') format('truetype'), url('../fonts/Avenir-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-BlackOblique.woff2') format('woff2'), url('../fonts/Avenir-HeavyOblique.woff2') format('woff2'), url('../fonts/Avenir-BlackOblique.eot') format('embedded-opentype'), url('../fonts/Avenir-HeavyOblique.eot') format('embedded-opentype'), url('../fonts/Avenir-BlackOblique.woff') format('woff'), url('../fonts/Avenir-HeavyOblique.woff') format('woff'), url('../fonts/Avenir-BlackOblique.ttf') format('truetype'), url('../fonts/Avenir-HeavyOblique.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir book';
  src: url('../fonts/Avenir-Book.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-BookOblique.woff2') format('woff2'), url('../fonts/Avenir-Oblique.woff2') format('woff2'), url('../fonts/Avenir-BookOblique.eot') format('embedded-opentype'), url('../fonts/Avenir-Oblique.eot') format('embedded-opentype'), url('../fonts/Avenir-BookOblique.woff') format('woff'), url('../fonts/Avenir-Oblique.woff') format('woff'), url('../fonts/Avenir-BookOblique.ttf') format('truetype'), url('../fonts/Avenir-Oblique.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Light.woff2') format('woff2'), url('../fonts/Avenir-Light.eot') format('embedded-opentype'), url('../fonts/Avenir-Light.woff') format('woff'), url('../fonts/Avenir-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Medium.woff2') format('woff2'), url('../fonts/Avenir-Medium.eot') format('embedded-opentype'), url('../fonts/Avenir-Medium.woff') format('woff'), url('../fonts/Avenir-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-LightOblique.woff2') format('woff2'), url('../fonts/Avenir-LightOblique.eot') format('embedded-opentype'), url('../fonts/Avenir-LightOblique.woff') format('woff'), url('../fonts/Avenir-LightOblique.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-MediumOblique.woff2') format('woff2'), url('../fonts/Avenir-MediumOblique.eot') format('embedded-opentype'), url('../fonts/Avenir-MediumOblique.woff') format('woff'), url('../fonts/Avenir-MediumOblique.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir roman';
  src: url('../fonts/Avenir-Roman.woff2') format('woff2'), url('../fonts/Avenir-Roman.eot') format('embedded-opentype'), url('../fonts/Avenir-Roman.woff') format('woff'), url('../fonts/Avenir-Roman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir book';
  src: url('../fonts/Avenir-Book.eot') format('embedded-opentype'), url('../fonts/Avenir-Book.woff') format('woff'), url('../fonts/Avenir-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova font';
  src: url('../fonts/Proxima-Nova-Font.otf') format('opentype'), url('../fonts/Proxima-Nova-Font.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd book';
  src: url('../fonts/AvenirLTStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd roman';
  src: url('../fonts/AvenirLTStd-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova alt';
  src: url('../fonts/Proxima-Nova-Alt-Black-Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova alt';
  src: url('../fonts/Proxima-Nova-Alt-Bold-Italic.otf') format('opentype'), url('../fonts/Proxima-Nova-Alt-Extrabold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova alt condensed';
  src: url('../fonts/Proxima-Nova-Alt-Condensed-Bold-Italic.otf') format('opentype'), url('../fonts/Proxima-Nova-Alt-Condensed-Extrabold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova alt condensed';
  src: url('../fonts/Proxima-Nova-Alt-Condensed-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova alt condensed';
  src: url('../fonts/Proxima-Nova-Alt-Condensed-Black-Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova alt condensed';
  src: url('../fonts/Proxima-Nova-Alt-Condensed-Regular-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova alt extra condensed';
  src: url('../fonts/Proxima-Nova-Alt-Extra-Condensed-Black-Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova alt condensed';
  src: url('../fonts/Proxima-Nova-Alt-Condensed-Thin-Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova alt condensed';
  src: url('../fonts/Proxima-Nova-Alt-Condensed-Semibold-Italic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova alt extra condensed';
  src: url('../fonts/Proxima-Nova-Alt-Extra-Condensed-Bold-Italic.otf') format('opentype'), url('../fonts/Proxima-Nova-Alt-Extra-Condensed-Extrabold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova alt extra condensed';
  src: url('../fonts/Proxima-Nova-Alt-Extra-Condensed-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova alt';
  src: url('../fonts/Proxima-Nova-Alt-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova alt extra condensed';
  src: url('../fonts/Proxima-Nova-Alt-Extra-Condensed-Regular-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova alt extra condensed';
  src: url('../fonts/Proxima-Nova-Alt-Extra-Condensed-Semibold-Italic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova alt extra condensed';
  src: url('../fonts/Proxima-Nova-Alt-Extra-Condensed-Thin-Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova alt';
  src: url('../fonts/Proxima-Nova-Alt-Regular-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova alt';
  src: url('../fonts/Proxima-Nova-Alt-Semibold-Italic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova alt';
  src: url('../fonts/Proxima-Nova-Alt-Thin-Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Proxima-Nova-Black-Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova scosf condensed';
  src: url('../fonts/Proxima-Nova-ScOsf-Condensed-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova scosf';
  src: url('../fonts/Proxima-Nova-ScOsf-Bold-Italic.otf') format('opentype'), url('../fonts/Proxima-Nova-ScOsf-Extrabold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova scosf condensed';
  src: url('../fonts/Proxima-Nova-ScOsf-Condensed-Thin-Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Proxima-Nova-Bold-Italic.otf') format('opentype'), url('../fonts/Proxima-Nova-Extrabold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova scosf extra condensed';
  src: url('../fonts/Proxima-Nova-ScOsf-Extra-Condensed-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova scosf extra condensed';
  src: url('../fonts/Proxima-Nova-ScOsf-Extra-Condensed-Regular-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova scosf extra condensed';
  src: url('../fonts/Proxima-Nova-ScOsf-Extra-Condensed-Semibold-Italic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova scosf';
  src: url('../fonts/Proxima-Nova-ScOsf-Semibold-Italic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova scosf';
  src: url('../fonts/Proxima-Nova-ScOsf-Regular-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova scosf';
  src: url('../fonts/Proxima-Nova-ScOsf-Thin-Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Proxima-Nova-Semibold-Italic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Proxima-Nova-Thin-Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova alt extra condensed';
  src: url('../fonts/Proxima-Nova-Alt-Extra-Condensed-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova alt';
  src: url('../fonts/Proxima-Nova-Alt-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova alt condensed';
  src: url('../fonts/Proxima-Nova-Alt-Condensed-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Proxima-Nova-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova condensed';
  src: url('../fonts/Proxima-Nova-Condensed-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova scosf condensed';
  src: url('../fonts/Proxima-Nova-ScOsf-Condensed-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova scosf';
  src: url('../fonts/Proxima-Nova-ScOsf-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova scosf extra condensed';
  src: url('../fonts/Proxima-Nova-ScOsf-Extra-Condensed-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova extra condensed';
  src: url('../fonts/Proxima-Nova-Extra-Condensed-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova alt condensed';
  src: url('../fonts/Proxima-Nova-Alt-Condensed-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova scosf condensed';
  src: url('../fonts/Proxima-Nova-ScOsf-Condensed-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova alt extra condensed';
  src: url('../fonts/Proxima-Nova-Alt-Extra-Condensed-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova condensed';
  src: url('../fonts/Proxima-Nova-Condensed-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova alt';
  src: url('../fonts/Proxima-Nova-Alt-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova scosf extra condensed';
  src: url('../fonts/Proxima-Nova-ScOsf-Extra-Condensed-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova scosf';
  src: url('../fonts/Proxima-Nova-ScOsf-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova extra condensed';
  src: url('../fonts/Proxima-Nova-Extra-Condensed-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}