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

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

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Changa One', Impact, sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 31px;
  font-weight: 700;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Chivo, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

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

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

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

p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  color: #2e2e2e;
  line-height: 23px;
}

.button {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 20px;
  background-color: #9acb3e;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 14px;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #000;
}

.button.divider-button {
  position: relative;
  z-index: 100;
  display: block;
  width: 250px;
  margin-top: -60px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  -webkit-transition: border 500ms ease, background-color 500ms ease;
  transition: border 500ms ease, background-color 500ms ease;
  color: #b3b3b3;
}

.button.divider-button:hover {
  border-style: none;
  color: #fff;
}

.button.divider-button.larger {
  width: 400px;
  margin-top: -24px;
  border: 1px solid #8c8c8c;
  background-color: #fff;
}

.button.divider-button.larger:hover {
  border-color: #9acb3e;
  background-color: #9acb3e;
}

.button.small {
  padding-top: 5px;
  padding-bottom: 4px;
  font-size: 10px;
}

.button.take-me-back {
  padding: 25px 40px;
  border-style: solid;
  border-width: 4px;
  border-bottom-color: #fff;
  background-color: transparent;
  opacity: 0.7;
  -webkit-transition: background-color 900ms ease, border-color 500ms ease;
  transition: background-color 900ms ease, border-color 500ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.button.take-me-back:hover {
  border-color: #d44937;
  background-color: #d44937;
  opacity: 1;
}

.button.large {
  padding: 14px 24px;
  font-size: 18px;
}

.button.postuler._9 {
  letter-spacing: 2px;
}

.button.postuler.admin {
  letter-spacing: 2px;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 5px;
  min-width: 100%;
  background-color: transparent;
  text-align: center;
}

.menu-button {
  position: relative;
  margin-top: 64px;
  margin-left: -10px;
  float: left;
  background-color: transparent;
  -webkit-transition: background-color 500ms ease, margin-left 500ms ease, box-shadow 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, margin-left 500ms ease, box-shadow 500ms ease, color 500ms ease;
  color: #dedede;
}

.menu-button:hover {
  margin-left: 0px;
  color: #5c5c5c;
}

.menu-button.w--open {
  background-color: transparent;
}

.menu-button.specialmenu {
  -webkit-transition: background-color 500ms ease, margin-left 500ms ease, box-shadow 500ms ease, color 500ms ease, opacity 500ms ease;
  transition: background-color 500ms ease, margin-left 500ms ease, box-shadow 500ms ease, color 500ms ease, opacity 500ms ease;
}

.menu-button.specialmenu:hover {
  opacity: 0.7;
}

.menu-icon {
  margin-left: 20px;
  font-size: 49px;
}

.nav-menu-container {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  min-width: 100%;
  padding-top: 8%;
  background-color: #000;
  background-image: url('../images/BackMenu2.jpg');
  background-position: 50% 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.nav-link {
  min-width: 100%;
  padding-top: 40px;
  padding-right: 20px;
  padding-bottom: 40px;
  border-bottom: 1px none #171717;
  background-color: transparent;
  -webkit-transition: color 500ms ease, background-color 500ms ease;
  transition: color 500ms ease, background-color 500ms ease;
  font-family: Chivo, sans-serif;
  color: hsla(0, 0%, 100%, 0.49);
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  border-bottom-color: hsla(0, 0%, 100%, 0.07);
  background-color: transparent;
  color: #fff;
}

.nav-link:active {
  background-color: transparent;
  color: #d44937;
}

.nav-link.w--current {
  background-color: transparent;
  font-family: Chivo, sans-serif;
  color: #fff;
  font-size: 40px;
}

.nav-link.w--current:hover {
  background-color: transparent;
  color: #fff;
}

.nav-link.w--current:active {
  background-color: transparent;
  color: #d44937;
}

.nav-link.w--open {
  background-color: rgba(0, 0, 0, 0.49);
  color: #fff;
}

.header {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
}

.header.home {
  background-image: url('../images/54720292_ml.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.page-content.tint {
  background-color: #ededed;
}

.page-content.orange {
  background-color: #d44937;
}

.page-content.tint2 {
  background-color: #ededed;
}

.page-content.tint2.recrutement {
  padding-top: 75px;
  padding-bottom: 75px;
}

.header-container {
  position: absolute;
  left: 0px;
  top: 30%;
  right: 0px;
  padding-right: 100px;
  padding-left: 100px;
}

.header-container.home {
  top: 40%;
}

.header-container.home.merci {
  margin-top: -100px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: rgba(9, 8, 8, 0.27);
}

.header-container.home.solo {
  top: 30%;
}

.header-title {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 41px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: none;
}

.header-title._2 {
  margin-bottom: 15px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #dbdbdb;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: none;
  text-shadow: none;
}

.header-title._2.whitesmoke {
  color: #f5f5f5;
}

.header-title.heading {
  display: inline-block;
  border-bottom: 2px solid #fff;
  opacity: 0.65;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: none;
}

.header-title._3 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 300;
  text-transform: none;
  text-shadow: none;
}

.header-title.home {
  margin-bottom: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 54px;
  line-height: 50px;
  font-weight: 900;
  text-transform: none;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.header-title.home.tem {
  margin-bottom: 35px;
}

.header-title.under {
  margin-bottom: 0px;
  padding-top: 20px;
  border-top: 2px solid #fff;
  font-size: 32px;
  font-weight: 400;
  text-transform: none;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.intro-column {
  padding-right: 15px;
  padding-left: 15px;
}

.footer {
  padding-top: 80px;
  background-color: #646e70;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}

.footer-title {
  margin-top: 0px;
  margin-bottom: 20px;
  opacity: 0.85;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
}

.all-paragraphs-white {
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  line-height: 21px;
}

.section-title {
  display: block;
  margin-top: 9px;
  border-bottom-style: none;
  border-bottom-width: 2px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #000;
  font-size: 54px;
  line-height: 44px;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-title._2 {
  display: inline-block;
  margin-bottom: 10px;
  border-bottom-style: solid;
  color: #646e70;
  font-size: 17px;
  font-weight: 700;
}

.section-title._2.less {
  margin-top: 0px;
}

.section-title._2.big {
  font-size: 29px;
  line-height: 47px;
}

.divider-small {
  display: block;
  width: 30%;
  height: 2px;
  margin: 19px auto 33px;
  background-color: #b0b0b0;
}

.cta-stripe {
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: 4px none #9acb3e;
  border-bottom: 3px solid #9acb3e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/StockSnal.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/StockSnal.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: center;
}

.intro-row {
  text-align: center;
}

.contact-form {
  border-width: 1px;
  border-color: #a7b3c9;
  background-color: transparent;
  text-align: left;
}

.section-title-block {
  margin-bottom: 50px;
  text-align: center;
}

.work-column.fullwidth {
  padding-right: 0px;
}

.work-column.fullwidth.zero {
  padding-left: 0px;
}

.work-column.zero {
  padding-left: 0px;
}

.work-block {
  width: 100%;
  text-decoration: none;
}

.work-thumb {
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.work-thumb:hover {
  opacity: 0.5;
}

.work-block-text-container {
  margin-top: -1px;
  margin-bottom: 30px;
  padding: 30px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  background-image: url('../images/Untitled-1.svg');
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.work-title {
  margin-top: 0px;
  font-family: Chivo, sans-serif;
  color: #000;
  text-align: center;
}

.work-title._2 {
  margin-bottom: 1px;
  font-family: Chivo, sans-serif;
  color: #adadad;
  font-size: 17px;
  font-weight: 700;
}

.full-width-divider {
  height: 1px;
  border-top: 1px solid #d9d9d9;
  text-align: center;
}

.subpage-header {
  height: 400px;
  padding-top: 145px;
  border-bottom: 4px solid #d44937;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(212, 73, 55, 0.1)), to(rgba(212, 73, 55, 0.5))), url('../images/pic.jpg');
  background-image: linear-gradient(180deg, rgba(212, 73, 55, 0.1), rgba(212, 73, 55, 0.5)), url('../images/pic.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, cover;
  text-align: center;
}

.subpage-header.propos {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(212, 73, 55, 0.1)), to(rgba(212, 73, 55, 0.5))), url('../images/HeaderPropos.jpg');
  background-image: linear-gradient(180deg, rgba(212, 73, 55, 0.1), rgba(212, 73, 55, 0.5)), url('../images/HeaderPropos.jpg');
}

.subpage-header.clients {
  height: 450px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(212, 73, 55, 0.1)), to(rgba(212, 73, 55, 0.5))), url('../images/HeaderClients.jpg');
  background-image: linear-gradient(180deg, rgba(212, 73, 55, 0.1), rgba(212, 73, 55, 0.5)), url('../images/HeaderClients.jpg');
  background-position: 0% 0%, 50% 0px;
}

.subpage-header.contact {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(212, 73, 55, 0.1)), to(rgba(212, 73, 55, 0.5))), url('../images/Contact.jpg');
  background-image: linear-gradient(180deg, rgba(212, 73, 55, 0.1), rgba(212, 73, 55, 0.5)), url('../images/Contact.jpg');
  background-position: 0% 0%, 100% 50%;
}

.field {
  height: 70px;
  margin-bottom: 20px;
  padding-left: 1px;
  border: 0px solid #000;
  background-color: transparent;
  opacity: 0.35;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Lato, sans-serif;
  color: #858585;
  font-size: 23px;
  text-align: left;
}

.field:hover {
  opacity: 1;
}

.field:focus {
  background-color: #f0f0f0;
  opacity: 1;
  color: #000;
}

.header-tab-menu {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 165px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.header-tab-menu:hover {
  background-color: rgba(0, 0, 0, 0.29);
}

.header-tabs-content {
  width: 100%;
  height: 100%;
}

.header-tabs {
  width: 100%;
  height: 100%;
  background-color: #000;
}

.header-tab-link {
  width: 200px;
  height: 165px;
  padding-top: 40px;
  padding-right: 15px;
  padding-left: 15px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.2);
  border-left: 1px solid hsla(0, 0%, 100%, 0.2);
  background-color: transparent;
  opacity: 0.3;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #fff;
  text-align: center;
}

.header-tab-link:hover {
  background-color: hsla(0, 0%, 100%, 0.09);
  opacity: 1;
}

.header-tab-link.w--current {
  background-color: transparent;
  box-shadow: inset 0 4px 0 0 #9acb3e;
  opacity: 1;
  color: #fff;
}

.header-tab-link.w--current:hover {
  box-shadow: inset 0 2px 0 0 rgba(212, 73, 55, 0.6);
}

.header-tab-pane {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, rgba(40, 46, 51, 0.83) 53%, rgba(105, 129, 150, 0.7)), url('../images/transparence1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.header-tab-pane.about-me {
  background-image: linear-gradient(135deg, rgba(40, 46, 51, 0.85) 53%, rgba(105, 129, 150, 0.65)), url('../images/47921805bg.jpg');
}

.header-tab-pane.my-work {
  background-image: linear-gradient(135deg, rgba(40, 46, 51, 0.7) 35%, rgba(40, 46, 51, 0.9)), url('../images/confidence1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.header-tab-pane.get-in-touch {
  background-image: linear-gradient(135deg, rgba(45, 53, 59, 0.92) 53%, rgba(105, 129, 150, 0.7)), url('../images/54443929bg.jpg');
  background-repeat: repeat, no-repeat;
}

.tab-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  text-transform: none;
}

.tab-icon {
  width: 40px;
  margin-bottom: 17px;
}

.overall-lightbox {
  background-color: #000;
}

.bottom-footer-block {
  margin-top: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #646e70;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75));
  text-align: center;
}

.some-button {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #9acb3e;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.some-button:hover {
  background-color: #646e70;
}

.some-button.profile {
  width: 30px;
  height: 30px;
  margin-top: 10px;
  margin-right: 3px;
  padding-top: 4px;
  padding-right: 7px;
  padding-left: 7px;
  background-color: #d44937;
}

.some-button.profile:hover {
  background-color: #3a4147;
}

.footer-right {
  margin-top: 5%;
}

.footer-mid {
  margin-top: 5%;
  text-align: center;
}

.footer-left {
  padding-top: 8px;
  text-align: center;
}

.bottom-footer-title {
  margin-top: 0px;
  opacity: 0.75;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 29px;
  text-transform: uppercase;
}

.bottom-footer-title._2 {
  margin-bottom: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}

.bottom-footer-title._3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
  text-transform: none;
}

.full-image-section {
  width: 100%;
  height: 100%;
  padding-top: 24%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(15%, rgba(212, 73, 55, 0.5)), to(#fff)), url('../images/bureau.jpg');
  background-image: linear-gradient(180deg, rgba(212, 73, 55, 0.5) 15%, #fff), url('../images/bureau.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, cover;
  text-align: center;
}

.full-image-section.thank-you {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(42%, rgba(212, 73, 55, 0.6)), color-stop(85%, rgba(212, 73, 55, 0.2))), url('../images/Merci.jpg');
  background-image: linear-gradient(180deg, rgba(212, 73, 55, 0.6) 42%, rgba(212, 73, 55, 0.2) 85%), url('../images/Merci.jpg');
}

.footer-column {
  text-align: center;
}

.footer-list-item {
  padding-bottom: 5px;
}

.profile-content {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.9)), to(hsla(0, 0%, 100%, 0.8))), url('../images/A4.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.8)), url('../images/A4.png');
  background-position: 0% 0%, 78% 50%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

.profile-content.number2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(hsla(0, 0%, 100%, 0.9))), url('../images/Ipad2.png');
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0.9)), url('../images/Ipad2.png');
}

.profile-image {
  position: absolute;
  right: 8%;
  bottom: 0px;
  width: 600px;
  float: right;
}

.profile-image.sided {
  right: 2%;
  bottom: 45px;
}

.profile-text-block {
  overflow: visible;
  width: 450px;
  float: left;
}

.intro-paragraph {
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #696969;
  font-size: 17px;
  line-height: 26px;
  font-weight: 300;
}

.intro-paragraph.name {
  margin-top: 15px;
  margin-bottom: 30px;
  color: #bcbfc0;
  text-align: right;
  text-transform: uppercase;
}

.field-label {
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  font-family: Chivo, sans-serif;
  font-size: 25px;
  font-weight: 800;
  text-align: left;
  text-transform: none;
}

.link {
  color: #d4375e;
}

.link:hover {
  text-decoration: underline;
}

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

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

.right-column {
  padding-top: 20px;
  padding-left: 60px;
  text-align: left;
}

.right-column.test2b {
  padding-top: 0px;
}

.right-column.third {
  padding-top: 40px;
  padding-left: 10px;
}

.fake-menu-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 10px;
  height: 100%;
  background-color: #000;
}

.intro-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  opacity: 0.25;
}

.intro-icon.bottom {
  opacity: 1;
}

.intro-icon-wrapper {
  display: block;
  width: 70px;
  height: 70px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  background-image: none;
}

.intro-icon-wrapper.love {
  background-image: none;
}

.intro-icon-wrapper.lamp {
  background-image: none;
}

.error-bg {
  margin-top: 40px;
  padding-top: 14px;
  border-radius: 30px;
  color: #d4375e;
  text-align: center;
}

.error-text {
  color: #d4375e;
}

.dropdown-icon {
  margin-right: 200px;
  font-size: 22px;
}

.dropdown-link {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
  -webkit-transition: background-color 500ms ease, border 500ms ease;
  transition: background-color 500ms ease, border 500ms ease;
  font-family: Chivo, sans-serif;
  color: hsla(0, 0%, 100%, 0.49);
  font-size: 19px;
  line-height: 25px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.dropdown-link:hover {
  border-bottom-color: hsla(0, 0%, 100%, 0);
  color: #fff;
}

.dropdown-link:active {
  color: #d44937;
}

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

.dropdown-list {
  overflow: hidden;
  height: auto;
}

.dropdown-list.w--open {
  background-color: transparent;
}

.close-menu {
  position: absolute;
  left: 80px;
  top: 95px;
  opacity: 0.35;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-decoration: none;
}

.close-menu:hover {
  opacity: 1;
}

.polaroid-image.sapace2 {
  margin-bottom: 25px;
}

.image-column {
  padding-top: 80px;
}

.image-column.test2a {
  padding-top: 0px;
}

.image-column.third {
  padding-top: 140px;
}

.sliderhome {
  height: 100px;
  background-color: transparent;
}

.slide1home {
  height: 100px;
}

.maskhome {
  height: 100px;
}

.imageslider {
  display: block;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.55;
}

.hidden {
  display: none;
}

.white {
  color: #fff;
}

.white2 {
  color: #f5f5f5;
}

.space {
  display: block;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
}

.orangelink {
  color: #d44937;
  font-weight: 400;
}

.nouveau {
  display: block;
  padding: 24px 12px;
  background-color: #646e70;
  background-image: url('../images/Logo03w.png'), url('../images/Pattern-Tiles.png');
  background-position: 33% 50%, 0px 0px;
  background-size: auto 50px, 75px;
  background-repeat: no-repeat, repeat;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.nouveau.electricite {
  background-image: url('../images/Logo01w.png'), url('../images/Pattern-Tiles.png');
  background-size: auto 50px, 75px;
}

.nouveau.entrepreneur {
  background-image: url('../images/Logo02w.png'), url('../images/Pattern-Tiles.png');
  background-position: 23% 50%, 0px 0px;
  background-size: auto 50px, 75px;
}

.divpopup {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1005;
  display: none;
  width: 80%;
  height: 60%;
  margin-top: 10%;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.5);
  background-color: #fff;
  background-image: linear-gradient(135deg, #e76b5b, #d44937 33%);
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.paragraph {
  font-family: 'Source Sans Pro', sans-serif;
}

.paragraph-2 {
  font-family: 'Source Sans Pro', sans-serif;
}

.menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 99999;
  width: 100%;
  height: auto;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
}

.navnew {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #646e70;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.05)), url('../images/Pattern-Tiles.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, 75px, auto;
}

.navlink {
  padding: 22px 15px 23px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.navlink:hover {
  box-shadow: inset 0 3px 0 0 #9acb3e;
  color: #fff;
}

.navlink.w--current {
  color: #9acb3e;
}

.navlink.start {
  padding-top: 22px;
  padding-bottom: 23px;
  background-color: #9acb3e;
  letter-spacing: 2px;
}

.navlink.start:hover {
  box-shadow: inset 0 3px 0 0 #646e70;
  color: #333738;
  font-weight: 500;
}

.navlink.start.w--current {
  color: #fff;
}

.brand {
  width: 117px;
  height: 65px;
  background-image: url('../images/Logo04c.png');
  background-position: 50% 50%;
  background-size: 80px;
  background-repeat: no-repeat;
}

.heading-2 {
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  text-align: left;
}

.text-span {
  color: #9acb3e;
}

.div-block {
  width: 80%;
  height: 300px;
}

.container {
  text-align: left;
}

.tab-link-tab-1 {
  width: 30%;
  height: 200px;
  margin-right: 0%;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.75);
}

.tab-link-tab-1.w--current {
  display: block;
  width: 30%;
  height: 200px;
  margin-right: 0%;
  padding: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-width: 1.5px;
  border-color: rgba(51, 51, 51, 0.52);
  background-color: #9acb3e;
  background-image: none;
}

.tab-link-tab-2 {
  width: 30%;
  height: 200px;
  margin-right: 50px;
  margin-left: 50px;
  padding: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(100, 110, 112, 0.88);
  background-color: rgba(0, 0, 0, 0.75);
}

.tab-link-tab-2.w--current {
  padding-right: 5px;
  padding-left: 5px;
  background-color: #9acb3e;
}

.image {
  width: 100%;
  height: 100%;
  padding: 10px;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 50px;
}

.tab-pane-tab-1 {
  margin-top: 20px;
  text-align: left;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #9acb3e;
  background-color: #9acb3e;
}

.div-block-2._1 {
  border-style: solid;
  border-color: hsla(0, 0%, 100%, 0.51);
  background-color: #ededed;
}

.div-block-2._1.solo {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #ededed;
  background-image: url('../images/flash-1.png');
  background-position: 50% 34%;
  background-size: 75px;
  background-repeat: no-repeat;
}

.div-block-2._2 {
  border-color: #ededed;
  background-color: #9acb3e;
}

.div-block-2._2.solooo {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #ededed;
  background-image: url('../images/office-chair-with-wheels.png');
  background-position: 50% 35%;
  background-size: 75px;
  background-repeat: no-repeat;
}

.div-block-2._2.solooo._1 {
  display: none;
}

.div-block-2._2.solooo.maconerie {
  display: none;
}

.div-block-2._3 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-style: none;
  background-color: #ededed;
  background-image: url('../images/hammer.png');
  background-position: 50% 35%;
  background-size: 75px;
  background-repeat: no-repeat;
}

.div-block-3 {
  height: 200px;
}

.heading-3 {
  margin-top: 10px;
  border-bottom: 1px solid #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
}

.paragraph-3 {
  text-align: left;
}

.heading-4 {
  text-align: left;
}

.paragraph-4 {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}

.list {
  margin-bottom: 0px;
  padding-left: 20px;
}

.heading-5 {
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  line-height: 45px;
  font-weight: 700;
  text-align: left;
}

.heading-6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  text-align: left;
}

.paragraph-5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}

.div-block-4 {
  display: none;
  width: 225px;
  height: 100%;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #000;
  background-color: rgba(154, 203, 62, 0);
}

.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2.5px;
  border-color: hsla(0, 0%, 100%, 0.2);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.link-block {
  width: 100%;
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  color: #181818;
  text-decoration: none;
}

.text-block-2 {
  padding: 10px;
  text-align: center;
}

.tab-link-tab-3 {
  width: 30%;
  height: 200px;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.75);
}

.tab-link-tab-3.w--current {
  background-color: #9acb3e;
}

.heading-7 {
  margin-top: 30px;
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  text-align: center;
}

.text-block-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(0, 0, 0, 0.75);
  font-size: 17px;
  font-weight: 800;
}

.text-block-3.unselected {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(0, 0, 0, 0.75);
  font-size: 17px;
}

.text-block-3._3 {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 17px;
}

.bold-text {
  font-family: 'Open Sans', sans-serif;
}

.list-2 {
  padding-left: 25px;
  text-align: left;
}

.text-block-4 {
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

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

.column {
  padding-left: 35px;
}

.column-2 {
  padding-left: 50px;
}

.tab-pane-tab-2 {
  margin-top: 20px;
  text-align: left;
}

.columns {
  display: none;
}

.columns-2 {
  display: none;
}

.image-2 {
  background-color: #ededed;
}

.tab-pane-tab-3 {
  margin-top: 20px;
}

.container-2 {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.nav-menu {
  width: 100%;
}

.div-block-5 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999999;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.27);
}

.div-block-6 {
  width: auto;
  height: auto;
  background-color: #e44141;
}

.html-embed {
  width: auto;
  height: auto;
}

.text-block-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}

.list-3 {
  margin-top: 10px;
  text-align: left;
}

.image-3 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999999999999;
  margin-top: 25px;
  margin-right: 25px;
}

.electricien {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.electricien._2 {
  display: none;
}

.electricien.maconnerie {
  display: none;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.text-block-6 {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
}

.bold-text-2 {
  font-family: 'Open Sans', sans-serif;
  color: #9acb3e;
}

.heading-9 {
  margin-top: 40px;
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
}

.column-3 {
  padding-top: 20px;
  text-align: right;
}

.bold-text-3 {
  color: #9acb3e;
}

.form-block {
  padding-top: 15px;
  padding-right: 10px;
  padding-left: 10px;
}

.div-block-8 {
  width: 700px;
  margin-top: 25px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #9acb3e;
  background-image: url('../images/Pattern-Tiles.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.field-label-2 {
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.field-label-2.cv {
  margin-left: 10px;
}

.field-label-2.dispo {
  margin-top: 5px;
  margin-left: 0px;
  font-size: 16px;
  text-align: left;
}

.field-label-2.dispo.cv {
  margin-top: 0px;
  margin-left: 10px;
}

.field-label-2.dispo.cv.cvv {
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

.field-label-2.dispo.poste {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

.field-label-2.dispo.dispos {
  margin-top: 30px;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

.form {
  margin-top: 25px;
  padding: 0px 50px 25px;
  text-align: center;
}

.submit-button {
  margin-top: 20px;
  margin-left: 0px;
  background-color: #333;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}

.file-upload {
  margin-top: 0px;
  margin-left: 0px;
  text-align: center;
}

.div-block-9 {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.div-block-10 {
  background-color: #646e70;
}

.button-2 {
  margin-top: 5px;
  background-color: #333;
}

.text {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.columns-3 {
  width: 100%;
}

.column-7 {
  font-family: 'Open Sans', sans-serif;
}

.div-block-12 {
  width: 100%;
  height: 100%;
}

.column-8 {
  height: 75px;
}

.column-9 {
  height: 75px;
}

.column-10 {
  height: 75px;
}

.columns-4 {
  margin-left: 10px;
}

.radio-button-field {
  margin-left: 10px;
  text-align: left;
}

.radio-button-field.temps {
  margin-left: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}

.radio-button-field._3 {
  margin-left: 30px;
}

.radio-button-field._3._2 {
  margin-left: 10px;
}

.radio-button-field._3.first {
  margin-left: 0px;
}

.radio-button-label {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.column-11 {
  padding-left: 11px;
}

.radio-button-label-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}

.image-4 {
  margin-right: 5px;
}

.column-12 {
  text-align: left;
}

.columns-5 {
  margin-top: 25px;
  text-align: left;
}

.columns-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.heading-10 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.text-span-2 {
  font-weight: 300;
}

.columns-7 {
  margin-top: 0px;
  margin-bottom: 0px;
}

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

.div-block-16 {
  width: 100px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #d44937;
}

.text-span-3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: 800;
}

.heading-11 {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-weight: 400;
}

.button-3 {
  margin-top: 10px;
  background-color: #333;
  font-family: 'Open Sans', sans-serif;
}

.button-3:hover {
  background-color: #9acb3e;
}

.arrivee {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ededed;
}

.div-block-17 {
  width: 33.3333333%;
  height: 100%;
}

.div-block-17.habitation {
  background-image: url('../images/adam-king-1166013-unsplash-ConvertImage.jpg');
  background-position: 0% 100%;
  background-size: cover;
}

.div-block-17.habitation:hover {
  background-image: url('../images/Webp.net-resizeimage-76.jpg');
  background-size: cover;
}

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

.div-block-18 {
  height: 150px;
}

.html-embed-2 {
  width: 242px;
  height: 52px;
  background-color: transparent;
}

.section-3 {
  display: block;
  height: 100vh;
}

.background-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-19 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-20 {
  width: 33.3333%;
  height: 100%;
}

.div-block-20.left {
  width: 33.33333%;
  height: 60vh;
  border-right: 1px solid hsla(0, 0%, 92.9%, 0.7);
  border-left: 1px none hsla(0, 0%, 92.9%, 0.38);
}

.div-block-20.mid {
  width: 33.33333%;
  height: 60vh;
  border-right: 1px none hsla(0, 0%, 92.9%, 0.7);
  border-left: 1px none hsla(0, 0%, 92.9%, 0.7);
}

.div-block-20.mid._1 {
  width: 50%;
  border-right-style: solid;
  border-left-style: solid;
}

.div-block-20.right {
  width: 16.3%;
  height: 60vh;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bottomblock {
  width: 85%;
  height: 250px;
  background-color: transparent;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#37bb37), to(#37bb37));
  background-image: linear-gradient(180deg, #37bb37, #37bb37);
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-width: auto;
  padding: 50px 40px 50px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.div-block-23.middleblock {
  width: auto;
  min-width: auto;
  padding-right: 100px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.div-block-24 {
  width: 3.333333px;
  height: 100%;
}

.menubr {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: none;
  width: 100%;
  height: 60px;
  padding-top: 0px;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.menubr._2 {
  background-color: #181b1b;
}

.menubr.classic {
  display: none;
}

.menubr.hamburger {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.72)), to(rgba(0, 0, 0, 0.72)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.72));
}

.image-5 {
  margin-top: 0px;
  margin-left: 0px;
}

.heading-12 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
}

.heading-12.mini-titre {
  font-family: 'Open Sans', sans-serif;
  color: #181b1b;
  font-size: 15px;
  font-weight: 700;
}

.heading-12.mini-titre._2 {
  margin-top: 15px;
  color: #181b1b;
  font-size: 20px;
  font-weight: 700;
}

.heading-12.mini-titre.light {
  color: hsla(0, 0%, 100%, 0.89);
}

.heading-12.mini-titre.green {
  padding-left: 50px;
  color: #35e235;
  line-height: 15px;
}

.heading-12.mini-titre.green.solo {
  padding-left: 0px;
}

.heading-12.mini-titre.green.solo.processus {
  color: #ededed;
}

.heading-12.darkkk {
  color: #fff;
}

.heading-13 {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.heading-13.dark {
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
}

.heading-13._2titre {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Titillium Web', sans-serif;
  color: #203820;
  font-size: 26px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
}

.heading-13._2titre.middle {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

.heading-13._2titre.light {
  color: #fff;
  text-transform: uppercase;
}

.heading-13._2titre.processus {
  color: #fff;
}

.heading-13.top {
  font-family: 'Titillium Web', sans-serif;
  font-size: 24px;
  text-align: left;
  text-transform: uppercase;
}

.button-4 {
  background-color: #646e70;
  font-family: 'PT Sans', sans-serif;
}

.heading-14 {
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.div-block-25 {
  height: 800px;
  background-color: #fff;
}

.section-4 {
  margin-top: 85px;
  padding-right: 100px;
  padding-left: 100px;
}

.div-block-26 {
  height: 420px;
  background-image: url('../images/47921805bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-27 {
  height: auto;
  margin-top: -75px;
  margin-right: 200px;
  margin-left: 200px;
  padding-top: 50px;
  padding-bottom: 80px;
  background-color: #fff;
}

.text-block-8 {
  font-family: Exo, sans-serif;
  color: #9acb3e;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
}

.heading-15 {
  width: 500px;
  margin: 15px auto;
  font-family: Exo, sans-serif;
  color: #646e70;
  font-size: 46px;
  line-height: 46px;
  text-align: center;
}

.paragraph-6 {
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
}

.body {
  height: auto;
}

.section-5 {
  height: 500px;
  padding-right: 200px;
  padding-left: 200px;
}

.div-block-28 {
  padding: 110px 150px;
  background-color: rgba(100, 110, 112, 0.16);
}

.div-block-29 {
  height: 300px;
  background-color: #5a3030;
}

.columns-10 {
  width: 350px;
  margin-top: 15px;
}

.column-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.textblockcta {
  display: inline-block;
  padding: 9px 12px;
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}

.textblockcta._4 {
  color: #181b1b;
}

.textblockcta.dark {
  color: #181b1b;
}

.text-block-10 {
  color: #333;
  text-decoration: none;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #646e70;
  text-decoration: none;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  text-decoration: none;
}

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

.div-block-31 {
  width: 0px;
  height: 2px;
  background-color: #181b1b;
}

.div-block-31.services {
  background-color: #181b1b;
  color: #181b1b;
}

.video {
  width: 100%;
}

.div-block-32 {
  width: 300px;
  height: 200px;
}

.background-video-2 {
  width: 100%;
  height: 100%;
}

.div-block-33 {
  width: 20px;
  height: 2px;
  background-color: #9acb3e;
}

.background-video-3 {
  width: 100%;
  height: 100%;
}

.section-6 {
  display: none;
  height: auto;
  padding: 100px 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-34 {
  width: 47%;
  height: 400px;
  margin-left: 3%;
  padding: 25px 25px 25px 0px;
}

.div-block-34.tableau {
  width: 600px;
  height: 400px;
  margin-right: 3%;
  margin-left: 0%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  border-radius: 0px;
  background-image: url('../images/47921805bg.jpg');
  background-position: 100% 50%;
  background-size: 700px;
}

.div-block-34.left {
  padding-top: 0px;
  padding-right: 150px;
}

.div-block-35 {
  position: relative;
  z-index: 2;
  height: 300px;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.section-7 {
  height: 25px;
}

.section-8 {
  display: none;
  padding: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 92.9%, 0.77)), to(hsla(0, 0%, 92.9%, 0.77))), url('../images/Webp.net-resizeimage-79.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 92.9%, 0.77), hsla(0, 0%, 92.9%, 0.77)), url('../images/Webp.net-resizeimage-79.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.paragraph-7 {
  width: 600px;
  margin: 10px auto 20px;
  font-family: Roboto, sans-serif;
  text-align: center;
}

.panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 92.9%, 0.74);
}

.panel:hover {
  box-shadow: 1px 1px 3px 6px rgba(0, 0, 0, 0.09);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.paragraph-8 {
  font-family: Roboto, sans-serif;
  text-align: center;
}

.section-9 {
  padding: 25px 50px;
}

.old-portfolio {
  display: none;
  height: 100vh;
  padding: 100px 50px;
  background-color: transparent;
}

.navbar-2 {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 500;
  display: none;
  width: 45%;
  background-color: #181b1b;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-2 {
  width: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 40px;
  font-weight: 200;
  text-align: left;
}

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

.div-block-37 {
  width: 100%;
  height: 15%;
  border-top: 1px solid hsla(0, 0%, 100%, 0.06);
  background-color: #181b1b;
}

.div-block-38 {
  width: 100%;
  height: 15%;
  padding-top: 0px;
  padding-left: 13%;
  background-color: #181b1b;
}

.text-block-11 {
  width: auto;
  margin-top: 7px;
  padding-right: 10px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 300;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 45px;
  padding-right: 5px;
  float: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-6 {
  width: 12.5px;
  height: 12.5px;
  margin-top: 10px;
}

.image-7 {
  width: 25px;
  height: 25px;
}

.email {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.email.solo {
  padding-left: 0px;
}

.columns-11 {
  height: 100%;
}

.column-18 {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.text-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 12px;
  text-align: left;
}

.column-19 {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.column-20 {
  padding-right: 50px;
}

.hamburger-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10000404040;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.burger-line {
  width: 22.5px;
  height: 3px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 2px;
  background-color: #fff;
}

.columns-12 {
  width: 100%;
}

.columns-13 {
  width: 100%;
}

.columns-14 {
  width: 100%;
}

.columns-15 {
  width: 100%;
}

.columns-16 {
  width: 100%;
}

.div-block-40 {
  padding: 20px 0px;
  background-color: transparent;
}

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

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

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

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

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

.image-8 {
  width: 40%;
  height: 20px;
  margin-top: 15px;
}

.div-block-41 {
  position: relative;
  z-index: 1000000;
  display: none;
  width: 100%;
  height: 100%;
}

.div-block-42 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 500;
  width: 60%;
  background-color: rgba(24, 27, 27, 0.43);
}

.div-block-43 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-top: 5px;
  margin-right: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  cursor: pointer;
}

.div-block-44 {
  width: 100%;
  height: 100%;
  background-color: rgba(24, 27, 27, 0.43);
}

.column-26 {
  padding-left: 10px;
}

.div-block-45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-9 {
  width: 15px;
  height: 15px;
  margin-left: 20px;
}

.image-10 {
  width: 15px;
  height: 15px;
  margin-left: 0px;
}

.div-block-46 {
  position: relative;
  left: 100px;
  top: -100px;
  right: 0px;
  z-index: -10000;
  width: 400px;
  height: 150px;
  padding-top: 25px;
  padding-left: 25px;
  background-color: #0c2210;
}

.div-block-46._2eframe {
  left: 425px;
  top: 100px;
  width: 200px;
  height: 200px;
  float: right;
}

.column-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.choices {
  margin-top: 50px;
}

.choice1 {
  margin-top: 35px;
  margin-bottom: 3px;
  font-family: Roboto, sans-serif;
  font-size: 23px;
  font-weight: 300;
  cursor: pointer;
}

.choice1.mid {
  margin-top: 35px;
  margin-bottom: 3px;
}

.choice1.mid.bold.marine {
  display: none;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 500;
}

.choice1.mid.marine.light {
  margin-top: 0px;
  font-family: 'Titillium Web', sans-serif;
}

.choice1.bold {
  margin-top: 0px;
  font-weight: 700;
}

.choice1.bold.borduas {
  background-image: none;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 500;
}

.choice1.bold.meridien {
  display: none;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 500;
}

.choice1.borduas.light {
  display: none;
  margin-top: 0px;
  font-family: 'Titillium Web', sans-serif;
}

.choice1.meridien.light {
  margin-top: 0px;
  font-family: 'Titillium Web', sans-serif;
}

.div-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  float: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/facade.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-47.marine {
  height: 500px;
  background-image: url('../images/H02.jpg');
  background-size: cover;
}

.div-block-47.meridien {
  height: 500px;
}

.div-block-47.meridiano {
  height: 500px;
  background-image: url('../images/Rendus-Beloeil-519x260.jpg');
  background-size: cover;
}

.column-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-48 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 125px;
  height: auto;
  margin-right: 25px;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  cursor: pointer;
}

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

.div-block-49 {
  width: 30px;
  height: 1px;
  background-color: rgba(24, 27, 27, 0.72);
}

.div-block-49.top {
  width: 40px;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 35px;
  background-color: #181b1b;
}

.div-block-49.bas {
  width: 40px;
  height: 2px;
  margin-top: 10px;
  margin-right: 35px;
  margin-bottom: 10px;
  background-color: #181b1b;
}

.text-block-13 {
  font-family: 'Titillium Web', sans-serif;
  line-height: 14px;
}

.section-11 {
  padding: 50px;
  background-color: #1d1d21;
}

.div-block-50 {
  width: 110px;
  height: 2px;
  background-color: #203820;
}

.div-block-50.marine {
  width: 105px;
}

.div-block-50.marine._2 {
  display: none;
  width: 95px;
}

.div-block-50.marine._3 {
  display: none;
  width: 110px;
}

.heading-16 {
  margin-top: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: left;
}

.paragraph-9 {
  font-family: Roboto, sans-serif;
  line-height: 20px;
}

.paragraph-9.processus {
  color: hsla(0, 0%, 100%, 0.69);
}

.paragraph-10 {
  margin-top: 20px;
  font-family: 'Titillium Web', sans-serif;
}

.div-block-51 {
  position: absolute;
  display: none;
}

.hoverborduas {
  position: absolute;
  left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(255, 255, 255, 0.81);
}

.hoverborduas.marine {
  display: none;
}

.hoverborduas.marine.meridien {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
}

.hoverborduas.marine.elmarino {
  display: block;
  height: 500px;
}

.hoverborduas.borduas {
  display: block;
  height: 500px;
}

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

.div-block-52.marine {
  display: none;
  height: 500px;
}

.div-block-52.marine.meridien {
  display: none;
}

.text-block-14 {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
}

.div-block-53 {
  width: 100%;
  height: 2px;
  background-color: rgba(24, 27, 27, 0.26);
}

.text-block-15 {
  margin-top: 0px;
  font-family: Roboto, sans-serif;
  color: rgba(51, 51, 51, 0.63);
}

.columns-17 {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.text-block-16 {
  margin-top: 0px;
  font-family: Roboto, sans-serif;
  text-align: center;
}

.text-block-16.green {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  background-color: #203820;
  color: #fff;
}

.div-block-54 {
  height: 35px;
}

.image-11 {
  height: auto;
}

.column-29 {
  text-align: left;
}

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

.link-block-4.mid {
  margin-bottom: 10px;
}

.column-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-17 {
  margin-left: 10px;
  color: #fff;
}

.div-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-12 {
  padding: 50px;
}

.div-block-56 {
  width: 200px;
  height: 2px;
  background-color: hsla(0, 0%, 100%, 0.64);
}

.div-block-57 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 8%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #35e235;
}

.section-13 {
  display: none;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #181b1b;
}

.image-12 {
  margin-bottom: 50px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.div-block-58 {
  width: 92%;
  height: 100%;
}

.column-33 {
  height: 300px;
  padding-left: 50px;
}

.column-34 {
  padding-right: 50px;
}

.image-13 {
  margin-top: 25px;
  padding-top: 0px;
}

.image-13._2 {
  margin-top: 0px;
}

.text-block-18 {
  display: inline-block;
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
}

.div-block-59 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 275px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.paragraph-11 {
  margin-top: 10px;
  padding-right: 200px;
  color: #fff;
}

.div-block-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-61 {
  width: 100%;
  height: 2px;
  margin-top: 5px;
  background-color: hsla(0, 0%, 100%, 0.09);
}

.div-block-62 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-19 {
  margin-left: 10px;
  font-family: Roboto, sans-serif;
  color: #fff;
}

.columns-18 {
  width: 100%;
}

.column-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-14 {
  margin-left: 0px;
}

.text-block-20 {
  margin-top: 5px;
  margin-left: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 12px;
}

.div-block-63 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-14 {
  height: 85px;
}

.section-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  padding: 50px;
}

.div-block-64 {
  width: 47%;
  height: 100%;
}

.div-block-64.left {
  margin-left: 3%;
  padding-top: 50px;
  padding-right: 50px;
  padding-left: 50px;
  background-color: #fff;
  text-transform: none;
}

.div-block-64.left._2 {
  background-image: url('../images/Webp.net-resizeimage-79.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-64.right {
  margin-right: 3%;
  background-color: #8d2525;
}

.div-block-64.right._2 {
  padding-top: 50px;
  padding-right: 50px;
  padding-left: 50px;
  background-color: transparent;
}

.text-block-21 {
  font-family: 'Open Sans', sans-serif;
}

.section-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 450px;
  padding: 50px;
}

.section-17 {
  display: none;
  padding: 20px 50px;
  background-color: #181b1b;
  text-align: center;
}

.text-block-22 {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 11px;
  text-decoration: none;
}

.image-15 {
  border-radius: 300px;
}

.image-16 {
  border-radius: 300px;
}

.image-17 {
  border-radius: 300px;
}

.section-18 {
  background-color: #181b1b;
}

.section-19 {
  margin-top: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.text-block-23 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}

.paragraph-12 {
  margin-top: 10px;
  text-align: center;
}

.text-block-24 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
  text-align: center;
}

.blocherogris {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90vh;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #a3a9aa;
}

.section-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-66 {
  width: 47%;
}

.div-block-66.right {
  margin-right: 3%;
  background-color: #551919;
}

.div-block-66.left {
  margin-left: 3%;
}

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

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

.column-36 {
  text-align: center;
}

.html-embed-3 {
  width: 100%;
  height: 100%;
}

.div-block-67 {
  width: 250px;
  height: 250px;
  margin-left: 150px;
  background-color: #8f3e3e;
}

.button-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ff8500;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-wrapper._4 {
  display: inline-block;
  margin-top: 20px;
}

.button-wrapper.dark {
  display: inline-block;
  margin-top: 10px;
}

.button-bottom-line {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.button-bottom-line.bottomline {
  background-color: #181b1b;
}

.button-bottom-line.dark {
  background-color: #181b1b;
}

.button-left-line {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 2px;
  height: 100%;
  background-color: #fff;
}

.button-left-line.discover {
  background-color: #181b1b;
}

.button-left-line.dark {
  background-color: #181b1b;
}

.button-right-line {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 2px;
  height: 100%;
  background-color: #fff;
}

.button-right-line.discover {
  background-color: #181b1b;
}

.button-right-line.dark {
  background-color: #181b1b;
}

.button-top-line {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.button-top-line.decouvre {
  background-color: #181b1b;
}

.button-top-line.dark {
  background-color: #181b1b;
}

.button-text {
  margin: 15px 25px;
}

.section-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 225px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #181b1b;
}

.html-embed-4 {
  width: 100%;
  height: 100%;
  background-color: #fff;
  text-align: center;
}

.supersection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 0px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-68 {
  width: 950px;
  height: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.div-block-68.bas {
  width: 950px;
  margin-top: 5px;
  padding-right: 0px;
  padding-left: 0px;
}

.columns-19 {
  height: 100%;
}

.text-block-25 {
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 40px;
}

.text-block-25.leftsolo {
  padding-left: 0px;
}

.column-37 {
  padding-left: 0px;
}

.column-38 {
  text-align: center;
}

.column-39 {
  padding-right: 5px;
  text-align: right;
}

.text-block-26 {
  font-family: Roboto, sans-serif;
  font-size: 24px;
}

.heading-17 {
  color: #181b1b;
}

.text-block-27 {
  font-family: 'Open Sans', sans-serif;
  color: #35e235;
  font-size: 20px;
  font-weight: 600;
}

.column-40 {
  padding-right: 0px;
  text-align: right;
}

.column-41 {
  text-align: center;
}

.paragraph-13 {
  width: 200px;
}

.paragraph-14 {
  width: 200px;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  font-family: Roboto, sans-serif;
  text-align: center;
}

.paragraph-15 {
  width: 200px;
  margin-left: auto;
}

.column-42 {
  padding-left: 0px;
}

.text-span-4 {
  text-decoration: underline;
}

.section-22 {
  display: none;
  height: auto;
  padding: 75px 50px;
  background-color: #181b1b;
}

.div-block-69 {
  width: 30%;
  height: 100%;
}

.div-block-69.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  height: 525px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-69.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  padding-top: 25px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-70 {
  width: 100%;
  height: 33.333333%;
  background-color: #a51515;
}

.div-block-70._1 {
  background-image: url('../images/facade.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-70._2 {
  background-color: #e07f7f;
  background-image: url('../images/H02.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-70._3 {
  background-color: #8b5050;
  background-image: url('../images/Webp.net-resizeimage-79.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.paragraph-16 {
  width: 400px;
  font-family: Roboto, sans-serif;
  color: #fff;
}

.image-18 {
  margin-right: 0px;
  margin-left: 0px;
}

.grid {
  width: auto;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.div-block-71 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-72 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding: 10px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
}

.text-block-28 {
  font-family: 'Open Sans', sans-serif;
}

.div-block-73 {
  width: 100%;
  height: 65%;
}

.div-block-73._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-74 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-75 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-76 {
  display: block;
  height: 100px;
}

.section-23 {
  padding: 100px 50px;
}

.div-block-77 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: auto;
  padding: 25px 50px 25px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-78 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-79 {
  width: 60%;
  height: 350px;
  background-image: url('../images/confidence1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-80 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 150px 30px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-4 {
  width: 100%;
  max-width: 1200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.posts-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.posts-wrapper.cc-top-post {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-post-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.inner-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e6e7e8;
}

.demo-close-div {
  display: block;
}

.demo-close-div.popup {
  position: absolute;
  top: 100px;
  right: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.demo-text-wrapper {
  width: 250px;
}

.demo-logo-mark-2 {
  position: static;
  width: 120px;
  margin-left: 5px;
}

.demo-main-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: auto;
  margin-right: 40px;
  margin-left: 100px;
  padding-right: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.demo-arrow-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}

.demo-mark-2 {
  position: static;
  display: block;
  width: 80px;
  margin-left: 0px;
  padding: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.panel-button-wrapper {
  width: 150px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.demo-banner-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 40px 10px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.demo-mark-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.d-8-section-home {
  display: block;
  width: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.demo-banner-bottom-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 980px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.demo-btn-wrapper-block {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  background-color: #4d16dd;
}

.demo-btn-wrapper-block.f-2 {
  background-color: #ff47f9;
}

.demo-btn-close-wrapper {
  right: 35px;
  bottom: 40px;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}

.d-8-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 20%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/22img_g1_main_8.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-transition: all 800ms cubic-bezier(.19, 1, .22, 1);
  transition: all 800ms cubic-bezier(.19, 1, .22, 1);
}

.d-8-image:hover {
  -webkit-box-flex: 7;
  -webkit-flex-grow: 7;
  -ms-flex-positive: 7;
  flex-grow: 7;
}

.d-8-image.three {
  background-image: url('../images/18img_g1_main_4.jpg');
}

.d-8-image.four {
  background-image: url('../images/15img_g1_main_1.jpg');
}

.d-8-image.two {
  background-image: url('../images/19img_g1_main_5.jpg');
}

.d-8-image.five {
  background-image: url('../images/16img_g1_main_2.jpg');
}

.demo-right-arrow-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.d-8-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.demo-btn-text {
  position: relative;
  z-index: 1;
  padding: 15px 30px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.33);
  color: #fff;
  font-size: 1.25rem;
  text-decoration: none;
}

.demo-btn-text.f-1 {
  position: static;
  z-index: 1;
  padding: 8px 15px;
  border-style: none;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.demo-arrow-text {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.demo-heading.h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #35e235;
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  letter-spacing: 1px;
}

.demo-heading.h2.popup {
  color: #333;
  font-size: 25px;
  line-height: 35px;
}

.demo-heading.h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #181b1b;
  font-size: 26px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 1px;
}

.demo-heading.h1.popup {
  margin-top: 0px;
  color: #333;
  font-size: 50px;
  line-height: 60px;
}

.demo-heading.h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.demo-left-arrow-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.demo-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#4d16dd), to(#ff47f9));
  background-image: linear-gradient(90deg, #4d16dd, #ff47f9);
  text-decoration: none;
}

.demo-btn.f-1 {
  margin: 0px;
  padding-top: 0px;
  padding-right: 15px;
  padding-left: 15px;
  border: 1px solid #000;
  border-radius: 25px;
  background-image: -webkit-gradient(linear, left top, right top, from(#4d16dd), to(#ff47f9));
  background-image: linear-gradient(90deg, #4d16dd, #ff47f9);
}

.demo-btn.f-2 {
  margin-top: 0px;
  margin-left: 15px;
  border: 1px solid #ff47f9;
  border-radius: 25px;
  background-image: none;
}

.demo-btn.f-2.bottom-btn {
  margin-right: 15px;
  margin-left: 0px;
}

.content-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1440px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.demo-btn-close-inner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
}

.image-19 {
  margin-right: 15px;
  margin-left: 15px;
}

.d-50-circle-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}

.demo-banner-bottom {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.clone-instructions-panel {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.close-line {
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #fff;
}

.close-line.rotate {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.close-line.rotate.popup {
  background-color: #333;
}

.close-line.popup {
  background-color: #333;
}

.separator {
  width: 80px;
  height: 2px;
  margin-bottom: 30px;
  background-color: #fff;
}

.separator.popup {
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  background-color: #101010;
}

.demo-bottom-buttons {
  position: fixed;
  left: auto;
  top: auto;
  right: 35px;
  bottom: 40px;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-20 {
  position: relative;
  margin-top: 0px;
  margin-right: 0px;
}

.demo-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 60vh;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.d-8-image-text {
  position: static;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.demo-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.demo-btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.panel-text-wrapper {
  width: 600px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.demo-p.arrow {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-bottom: 10px;
  font-size: 19px;
  text-align: left;
}

.demo-p.bottom {
  margin-top: 11px;
  margin-bottom: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  text-align: left;
}

.demo-p.main {
  max-width: 560px;
  padding-right: 60px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}

.demo-p.main.popup {
  max-width: none;
  margin-bottom: 0px;
  padding-right: 40px;
  padding-left: 40px;
  color: #333;
  line-height: 20px;
  text-align: center;
}

.demo-btn-close-arrow {
  width: 10px;
  height: 10px;
  margin-top: 6px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.instructions-wrapper {
  position: absolute;
  left: 0%;
  top: -45%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.hero-signup-form-grid {
  width: 100%;
  margin-bottom: 20px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-image-grid {
  margin-top: 0px;
  grid-template-areas: ". . .";
  -ms-grid-columns: 0.5fr 1.25fr 1.25fr;
  grid-template-columns: 0.5fr 1.25fr 1.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-second-image {
  max-width: 150%;
  margin-top: -68px;
  opacity: 0.51;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.hero-heading-grid {
  position: relative;
  z-index: 1;
  grid-template-areas: ". . .";
  -ms-grid-columns: 1fr 3fr 1fr;
  grid-template-columns: 1fr 3fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-5 {
  border-radius: 4px;
  background-color: #611f69;
  text-transform: uppercase;
}

.text-field {
  height: 55px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #777;
  border-radius: 4px;
  font-size: 1.05em;
  font-weight: 400;
}

.hero-third-image {
  max-width: 66%;
  opacity: 0.5;
}

.container-5 {
  display: block;
  max-width: 1350px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 50px 50px;
}

.container-5.gallery {
  display: none;
}

.signup-form {
  position: relative;
  display: none;
}

.hero-main-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: none;
}

.heading-18 {
  padding-left: 50px;
  font-family: 'Open Sans', sans-serif;
  color: #181b1b;
  font-size: 30px;
  font-weight: 400;
}

.paragraph-17 {
  font-family: Roboto, sans-serif;
}

.image-21 {
  max-width: 150%;
  margin-top: -40px;
}

.image-22 {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 400px;
  max-width: none;
  min-width: 0px;
  margin-top: 25px;
}

.image-23 {
  max-width: 100%;
}

.section-24 {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 50px 0px 100px;
}

.section-24.quinoussommes {
  display: none;
}

.heading-19 {
  margin-bottom: 25px;
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 3px;
}

.heading-19._2 {
  font-size: 20px;
  letter-spacing: 1.5px;
}

.heading-19._2.seul {
  margin-top: 20px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
}

.heading-19.unsolo {
  text-align: left;
}

.heading-19.test {
  margin-top: 0px;
  margin-bottom: 0px;
}

.heading-19.solo {
  text-align: center;
}

.heading-19.solo.dark {
  color: #181b1b;
  font-size: 45px;
}

.heading-19.soloz {
  margin-bottom: 10px;
  color: #181b1b;
}

.heading-19.easymid {
  margin-bottom: 50px;
  color: #181b1b;
}

.column-43 {
  padding-right: 100px;
  padding-left: 0px;
}

.div-block-81 {
  height: 350px;
}

.div-block-82 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #181b1b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 226, 53, 0.07)), to(rgba(53, 226, 53, 0.07)));
  background-image: linear-gradient(180deg, rgba(53, 226, 53, 0.07), rgba(53, 226, 53, 0.07));
}

.div-block-83 {
  height: 250px;
}

.div-block-84 {
  height: 50px;
}

.columns-20 {
  width: 100%;
  height: 100%;
  background-color: #977373;
}

.columns-20._1 {
  padding-right: 20px;
  padding-left: 20px;
  background-color: rgba(100, 110, 112, 0.15);
}

.columns-20._1.solo {
  background-color: hsla(0, 0%, 92.9%, 0.17);
}

.columns-20._2 {
  padding-right: 20px;
  padding-left: 20px;
  background-color: hsla(0, 0%, 92.9%, 0.17);
}

.column-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-18 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: 'Titillium Web', sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 16px;
  line-height: 23px;
  text-align: left;
  letter-spacing: 1px;
}

.paragraph-18.seul {
  margin-right: 25px;
  margin-left: 25px;
  padding: 25px;
  background-color: rgba(24, 27, 27, 0.78);
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.paragraph-19 {
  margin-top: 20px;
  font-family: Roboto, sans-serif;
  color: rgba(46, 46, 46, 0.81);
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
}

.text-block-29 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
}

.text-block-30 {
  margin-left: 20px;
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
}

.text-block-31 {
  margin-left: 20px;
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
}

.text-block-32 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
}

.html-embed-5 {
  font-family: 'Open Sans', sans-serif;
  color: #203820;
  font-size: 20px;
  font-weight: 800;
}

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

.section-25 {
  height: 300px;
}

.div-block-85 {
  height: 300px;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.div-block-85._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 56, 32, 0.27)), to(rgba(32, 56, 32, 0.27))), url('../images/facade.jpg');
  background-image: linear-gradient(180deg, rgba(32, 56, 32, 0.27), rgba(32, 56, 32, 0.27)), url('../images/facade.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

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

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

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

.cleenmain {
  display: none;
  width: auto;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding: 100px 0px 100px 50px;
  background-color: #9acb3e;
}

.tabs-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tab-link-tab-2-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.tab-link-tab-2-2.w--current {
  background-color: transparent;
  background-image: url('../images/arrow-pointing-to-right.png');
  background-position: 100% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  font-family: Roboto, sans-serif;
  color: #203820;
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
}

.tab1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #203820;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
}

.tab1.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('../images/arrow-pointing-to-right.png');
  background-position: 100% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  color: #203820;
  font-weight: 500;
}

.tab-link-tab-3-2 {
  padding: 0px;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #203820;
  font-size: 30px;
  line-height: 30px;
}

.tab-link-tab-3-2.w--current {
  width: 300px;
  padding-right: 0px;
  background-color: transparent;
  background-image: url('../images/arrow-pointing-to-right.png');
  background-position: 100% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  font-family: Roboto, sans-serif;
  color: #203820;
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
}

.text-block-33 {
  font-family: Roboto, sans-serif;
  color: #203820;
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
}

.text-block-34 {
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
}

.text-block-35 {
  font-family: Roboto, sans-serif;
  color: #203820;
  font-size: 30px;
  line-height: 30px;
}

.column-50 {
  padding: 35px 50px 25px 0px;
}

.column-51 {
  height: 500px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.div-block-86 {
  height: 450px;
  margin: 25px;
  background-color: #fff;
}

.bg-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 100%;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 2px;
  border-color: #203820;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.76)), to(hsla(0, 0%, 100%, 0.76))), url('../images/Riviera.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.76), hsla(0, 0%, 100%, 0.76)), url('../images/Riviera.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.bg-image.servicecon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 550px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 92.9%, 0.64)), to(hsla(0, 0%, 92.9%, 0.64))), url('../images/image1.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 92.9%, 0.64), hsla(0, 0%, 92.9%, 0.64)), url('../images/image1.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.bg-image.servicegestion {
  display: none;
  width: auto;
  height: 550px;
  margin-top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 92.9%, 0.64)), to(hsla(0, 0%, 92.9%, 0.64))), url('../images/ConstructManagement-Ug.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 92.9%, 0.64), hsla(0, 0%, 92.9%, 0.64)), url('../images/ConstructManagement-Ug.png');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.bg-image.servicepromo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 550px;
}

.bg-image.servicepromo.seulo {
  display: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 92.9%, 0.64)), to(hsla(0, 0%, 92.9%, 0.64))), url('../images/cowomen.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 92.9%, 0.64), hsla(0, 0%, 92.9%, 0.64)), url('../images/cowomen.png');
  background-position: 0px 0px, 0% 100%;
  background-size: auto, cover;
}

.image-24 {
  margin-left: 50px;
}

.tabs-content {
  display: none;
}

.whychoosehec3 {
  padding: 0px 50px;
}

.whychoosehec3.whychoose {
  display: none;
  margin-top: 0px;
  margin-right: 50px;
  margin-left: 50px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.tabs-3 {
  margin-top: 0px;
}

.div-block-87 {
  width: 30px;
}

.tab-link-tab-1-2 {
  background-color: #ededed;
  font-family: Roboto, sans-serif;
  color: #203820;
}

.tab-link-tab-1-2.w--current {
  background-color: #203820;
  font-family: Roboto, sans-serif;
  color: #fff;
}

.tab-link-tab-2-3 {
  margin-right: 100px;
  margin-left: 100px;
  background-color: #ededed;
  font-family: Roboto, sans-serif;
}

.tab-link-tab-2-3.w--current {
  margin-right: 100px;
  margin-left: 100px;
  background-color: #203820;
  color: #ededed;
}

.tab-link-tab-3-3 {
  background-color: #ededed;
  font-family: Roboto, sans-serif;
}

.tab-link-tab-3-3.w--current {
  background-color: #203820;
  color: #ededed;
}

.columns-21 {
  margin-top: 0px;
}

.tabs-content-2 {
  margin-top: 50px;
  margin-bottom: 25px;
}

.column-52 {
  padding-right: 200px;
}

.column-53 {
  padding-right: 200px;
}

.div-block-88 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 10px solid #203820;
  border-right: 10px solid #203820;
  border-left: 10px solid #203820;
}

.section-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-89 {
  width: 33.333333%;
  height: 100%;
}

.div-block-89._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 92.9%, 0.58)), to(hsla(0, 0%, 92.9%, 0.58))), url('../images/borduas-ConvertImage.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 92.9%, 0.58), hsla(0, 0%, 92.9%, 0.58)), url('../images/borduas-ConvertImage.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, 100% 100%;
}

.div-block-89._1.different {
  display: none;
  background-image: url('../images/facade.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-89._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 92.9%, 0.58)), to(hsla(0, 0%, 92.9%, 0.58))), url('../images/marine-ConvertImage.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 92.9%, 0.58), hsla(0, 0%, 92.9%, 0.58)), url('../images/marine-ConvertImage.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.div-block-89._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 92.9%, 0.24)), to(hsla(0, 0%, 92.9%, 0.24))), url('../images/meridiem-ConvertImage.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 92.9%, 0.24), hsla(0, 0%, 92.9%, 0.24)), url('../images/meridiem-ConvertImage.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-90 {
  height: auto;
  padding-right: 50px;
  padding-left: 50px;
}

.div-block-91 {
  width: 165px;
  height: auto;
  padding: 5px;
  background-color: #203820;
  text-align: right;
}

.text-block-37 {
  display: inline-block;
  font-family: Roboto, sans-serif;
  color: #fff;
  text-align: right;
}

.div-block-92 {
  position: relative;
  top: 76%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  height: auto;
  margin-left: auto;
  padding: 5px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5));
}

.text-block-38 {
  font-family: Lato, sans-serif;
  color: #181b1b;
  font-size: 20px;
}

.div-block-93 {
  display: none;
  width: 430px;
  height: auto;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  background-color: transparent;
}

.div-block-94 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333%;
  height: auto;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-95 {
  width: 25px;
  height: 25px;
  border-radius: 3000px;
  background-color: #fff;
}

.div-block-95._1 {
  background-color: #646e70;
}

.div-block-95._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #203820;
}

.div-block-95._3 {
  background-color: #646e70;
}

.div-block-96 {
  width: 45%;
  height: 2px;
  background-color: #fff;
}

.div-block-96.solo {
  width: 46.5%;
  background-color: #181b1b;
}

.div-block-96.solo.solooo {
  background-color: #181b1b;
}

.div-block-96.heylisten {
  width: 92%;
  background-color: #181b1b;
}

.div-block-97 {
  width: 5px;
  height: 5px;
  border-radius: 200px;
  background-color: #fff;
}

.div-block-98 {
  width: 500px;
}

.choix-22 {
  display: none;
  width: 500px;
}

.choix-33 {
  display: none;
  width: 500px;
}

.choix-1 {
  position: relative;
  width: 500px;
}

.section-29 {
  padding: 50px;
  background-color: #181b1b;
}

.image-25 {
  margin-left: 10px;
}

.text-block-39 {
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  color: #fff;
}

.image-26 {
  margin-left: 0px;
  opacity: 1;
}

.div-block-99 {
  margin-left: 10px;
  opacity: 0;
}

.service3 {
  display: block;
  height: auto;
  padding: 50px;
}

.service3._3 {
  display: none;
}

.div-block-101 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.columns-22 {
  width: 100%;
  margin-top: 5px;
}

.div-block-102 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #203820;
}

.section1-hero {
  height: 450px;
  margin-top: 0px;
  margin-right: 100px;
  margin-left: 100px;
  background-image: url('../images/Webp.net-resizeimage-79.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section1-hero.equipe {
  margin-right: 50px;
  margin-left: 50px;
}

.section1-hero.soumission {
  height: 60vh;
  margin-top: 60px;
  margin-right: 75px;
  margin-left: 75px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.32)), to(hsla(0, 0%, 100%, 0.32))), url('../images/header-home-clean.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.32), hsla(0, 0%, 100%, 0.32)), url('../images/header-home-clean.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.big-block-white {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: auto;
  margin-top: -120px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.paragraphe-bigblock {
  width: 65%;
  font-family: 'Titillium Web', sans-serif;
  color: rgba(46, 46, 46, 0.83);
  font-size: 16px;
  line-height: 32px;
  text-align: center;
}

.div-block-104 {
  height: 100%;
  padding-bottom: 50px;
}

.div-get-touch {
  width: 100%;
  height: 500px;
  margin-top: 75px;
}

.div-get-touch.gris {
  width: 90%;
  height: auto;
  margin-top: 50px;
  padding: 100px 75px 100px 100px;
  background-color: #fafbfe;
  background-image: linear-gradient(315deg, #fff 5%, rgba(219, 224, 236, 0.38) 0);
}

.getintouch-title {
  margin-bottom: 10px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.tabs-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tab-link-tab-1-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: transparent;
}

.tab-link-tab-1-3.w--current {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px none rgba(0, 0, 0, 0.41);
  background-color: transparent;
}

.text-block-41 {
  margin-top: 3px;
  margin-left: 20px;
  font-family: 'Titillium Web', sans-serif;
  line-height: 14px;
}

.div-block-106 {
  width: 23px;
  height: 23px;
  border-style: solid;
  border-width: 5px;
  border-color: #c4c4c4;
  border-radius: 300px;
  background-color: #fff;
}

.div-block-106:hover {
  background-color: #203820;
}

.div-block-106:active {
  border-width: 3px;
  border-color: #646e70;
}

.div-block-106.first {
  background-color: #203820;
}

.tabs-4 {
  margin-top: 10px;
}

.div-block-107 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
}

.tab-link-tab-2-4 {
  width: 100%;
  background-color: transparent;
}

.tab-link-tab-2-4.w--current {
  background-color: transparent;
}

.tab-link-tab-3-4 {
  width: 100%;
  background-color: transparent;
}

.tab-link-tab-3-4.w--current {
  background-color: transparent;
}

.formblock {
  margin-top: 50px;
}

.tabs-content-3 {
  display: none;
}

.column-54 {
  padding-left: 0px;
}

.column-55 {
  padding-left: 0px;
}

.text-field-2 {
  width: 100%;
  background-color: #fff;
  font-family: 'Titillium Web', sans-serif;
  color: rgba(24, 27, 27, 0.68);
}

.text-field-2.name {
  height: 70px;
  padding-left: 40px;
}

.text-field-2.emailform {
  height: 70px;
  padding-left: 40px;
}

.text-field-2.adresseproject {
  height: 70px;
  padding-left: 40px;
}

.text-field-2.school {
  height: 70px;
  padding-left: 40px;
}

.text-field-3 {
  width: 100%;
  font-family: Roboto, sans-serif;
}

.text-field-3.company {
  height: 70px;
  padding-left: 40px;
  font-family: 'Titillium Web', sans-serif;
}

.text-field-3.phoneform {
  height: 70px;
  padding-left: 40px;
  font-family: 'Titillium Web', sans-serif;
}

.text-field-3.study {
  height: 70px;
  padding-left: 40px;
  border: 1px none #000;
  font-family: 'Titillium Web', sans-serif;
}

.columns-23 {
  width: auto;
}

.label {
  margin-top: 50px;
  margin-bottom: 10px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
}

.label.information {
  font-size: 18px;
}

.label.namelabel {
  font-size: 18px;
}

.submit-button-2 {
  background-color: #203820;
  font-family: Roboto, sans-serif;
  font-size: 12px;
}

.div-block-108 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #203820;
}

.image-27 {
  margin-left: 10px;
}

.column-56 {
  padding-left: 0px;
}

.columns-24 {
  width: auto;
  margin-top: 50px;
}

.section-31 {
  height: auto;
  padding: 150px 100px;
}

.div-block-109 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 650px;
  padding-right: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('../images/Capture-d’écran-2019-06-01-à-16.00.png');
  background-position: 0% 50%;
  background-size: cover;
}

.wholeblock {
  position: relative;
  top: -103px;
  z-index: 50000;
  width: 350px;
  height: 550px;
  margin-left: 0px;
  padding-bottom: 0px;
  background-color: #37bb37;
}

.div-block-111 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 15%;
  padding: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #181b1b;
}

.div-block-112 {
  width: 100%;
  height: auto;
  padding-right: 25px;
  padding-left: 25px;
}

.text-block-42 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
}

.div-block-113 {
  margin: 25px 0px;
}

.text-block-43 {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.text-block-43._2 {
  margin-bottom: 25px;
}

.submit-button-3 {
  background-color: #203820;
  font-family: 'Titillium Web', sans-serif;
}

.text-block-44 {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 13px;
}

.text-block-44._2 {
  margin-top: 20px;
}

.text-block-44._2._3 {
  margin-top: 0px;
}

.link-4 {
  color: #fff;
}

.div-block-114 {
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #fff;
}

.process {
  height: 100vh;
}

.sliderblock {
  width: 100%;
  height: 100%;
}

.slider {
  width: 100%;
  height: 100%;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.div-block-115 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 68%;
  padding-top: 100px;
  padding-right: 150px;
  padding-left: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-116 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 32%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.sidemenublock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-118 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 25%;
  padding-right: 50px;
  padding-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #cc4c4c;
}

.text-block-45 {
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.div-block-119 {
  width: 100%;
  height: 2px;
  background-color: #181b1b;
}

.hiddenblock1 {
  width: 50px;
  text-align: center;
  cursor: pointer;
}

.hiddenblock1._2 {
  width: 140px;
  text-align: right;
  cursor: pointer;
}

.hiddenblock1._2._2e {
  width: 67px;
}

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

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

.heading-20 {
  font-family: 'Open Sans', sans-serif;
  color: #203820;
  text-transform: uppercase;
}

.text-block-46 {
  color: #fff;
}

.div-block-120 {
  padding-right: 0px;
}

.div-block-121 {
  width: 150px;
  height: 100%;
}

.div-block-122 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-47 {
  font-family: Roboto, sans-serif;
  color: #e52323;
  font-size: 30px;
  text-decoration: underline;
}

.div-block-123 {
  width: 100%;
  height: 42.2%;
  margin-bottom: 75px;
}

.heading-21 {
  margin-bottom: 0px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
}

.text-block-48 {
  font-family: 'Titillium Web', sans-serif;
}

.facts-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.facts-wrapper.services {
  position: relative;
  z-index: 10;
  height: auto;
  margin-bottom: -2px;
  padding: 60px 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none none solid solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 47.5%, 0.15);
  background-color: #fff;
}

.facts-wrapper.services.third {
  border-style: solid;
}

.facts-wrapper.services.third {
  border-right-style: solid;
}

.facts-wrapper.services.top-line {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-style: solid;
}

.icon-services {
  display: block;
  width: 80px;
  height: 80px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(53, 226, 53, 0.57);
  background-image: url('../images/design_1.png');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.icon-services.three {
  border-width: 1px;
  border-color: rgba(53, 226, 53, 0.59);
  background-image: url('../images/5c268265fd28a726e5f018d8_managing.png');
  background-size: 40px;
}

.icon-services.one {
  border-width: 1px;
  border-color: rgba(53, 226, 53, 0.59);
  background-image: url('../images/Experience.png');
  background-size: 40px;
}

.no-padding-column {
  padding-right: 0px;
  padding-left: 0px;
  border-style: none;
}

.columns-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service-headline {
  font-size: 30px;
  font-weight: 300;
  text-align: left;
  text-transform: uppercase;
}

.service-headline.center {
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
}

.titre {
  margin-top: 10px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.div-block-124 {
  padding: 50px;
}

.paragraph-21 {
  font-family: 'Titillium Web', sans-serif;
}

.paragraph-22 {
  font-family: 'Titillium Web', sans-serif;
}

.paragraph-23 {
  font-family: 'Titillium Web', sans-serif;
}

.project-info {
  position: relative;
  display: block;
  width: 100%;
  margin-right: 40px;
  margin-left: 40px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

.project-info.new-ap.in-line {
  margin-top: 150px;
  margin-left: 0px;
}

.container-middle {
  max-width: 1200px;
  margin-top: 0px;
  background-color: transparent;
}

.icon-services-2 {
  display: block;
  width: 80px;
  height: 80px;
  padding: 10px;
  border-style: solid;
  border-width: 1px 1px 3px;
  border-color: hsla(0, 0%, 47.5%, 0.15);
  background-image: url('../images/design_1.png');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.icon-services-2.featured {
  display: inline-block;
  width: 40px;
  height: 30px;
  margin-right: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: none;
  border-width: 1px;
  background-image: url('../images/collaboration-1.png');
  background-size: cover;
}

.icon-services-2.featured.third {
  background-image: url('../images/keys.png');
  background-size: cover;
}

.icon-services-2.featured.second {
  width: 40px;
  margin-right: 20px;
  background-image: url('../images/promotion-1.png');
  background-size: cover;
}

.icon-services-2.three {
  background-image: url('../images/5c268265fd28a726e5f018d8_managing.png');
  background-size: 40px;
}

.icon-services-2.one {
  border-bottom-width: 3px;
  border-bottom-color: hsla(0, 0%, 47.5%, 0.15);
  background-image: url('../images/Experience.png');
  background-size: 40px;
}

.section {
  display: none;
  padding: 50px;
  background-color: #fff;
}

.image-side-left {
  border: 6px none #fff;
  box-shadow: 8px 8px 35px 0 rgba(0, 0, 0, 0.1);
}

.image-side-left.pads {
  box-shadow: none;
}

.features-block {
  position: relative;
  display: block;
  width: 100%;
  padding: 0px 30px 50px;
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(40, 43, 49, 0.12);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  text-align: center;
}

.features-block:hover {
  background-color: #fff;
}

.features-block.in-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: none;
}

.features-block.in-line.outline {
  border-style: none;
  border-width: 1px;
  border-color: rgba(82, 91, 115, 0.15);
  border-radius: 0px;
}

.service-tittle {
  color: #000;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-decoration: none;
}

.service-tittle.in-line {
  margin-top: 0px;
  font-family: 'Titillium Web', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.service-tittle.in-line.ligne {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
}

.services-content {
  position: relative;
  overflow: hidden;
  margin-top: 0px;
  padding: 0px;
  float: none;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.24);
  text-align: left;
}

.paragraph-24 {
  font-family: 'Titillium Web', sans-serif;
}

.paragraph-25 {
  font-family: 'Titillium Web', sans-serif;
}

.paragraph-26 {
  font-family: 'Titillium Web', sans-serif;
}

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

.tittle-headline {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  color: #2e2c2d;
  font-size: 50px;
  line-height: 60px;
  font-weight: 300;
  text-transform: uppercase;
}

.tittle-headline.posts {
  margin-bottom: 60px;
}

.tittle-headline.posts.center {
  font-family: 'Titillium Web', sans-serif;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
}

.tittle-headline.posts.center {
  font-size: 36px;
  line-height: 40px;
  text-align: center;
}

.apartment-image {
  display: block;
  width: 80%;
  height: 400px;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/facade.jpg'), url('../images/example-bg.png');
  background-position: 50% 50%, 50% 100%;
  background-size: cover, contain;
  background-repeat: repeat, no-repeat;
}

.button-filler {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 50%;
  background-color: #000;
}

.button-filler.new {
  background-color: #2e2c2d;
  color: #2e2c2d;
}

.number-text {
  position: static;
  left: 0px;
  top: 0px;
  bottom: -14px;
  display: block;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #90938e;
  font-size: 24px;
  line-height: 40px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.number-text.center {
  font-family: 'Titillium Web', sans-serif;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 2px;
}

.number-text.center {
  font-size: 24px;
  text-align: center;
  letter-spacing: 2px;
}

.button-wrapper-link {
  position: relative;
  overflow: hidden;
  width: 180px;
  padding: 15px;
  border: 1px none #000;
  border-radius: 0px;
  background-color: transparent;
  color: #000;
  text-align: center;
  text-decoration: none;
}

.button-wrapper-link:hover {
  color: #fff;
}

.button-wrapper-link.green {
  width: 160px;
  margin-top: 10px;
  border-color: #009fad;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  font-family: Oswald, sans-serif;
  color: #000;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-wrapper-link.green:hover {
  background-color: transparent;
  color: #f8f8f8;
}

.tittle-section {
  width: 65%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  text-align: center;
}

.container-6 {
  position: static;
  z-index: 1;
  display: block;
  width: 1200px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.service2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.service2.gray {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f7f7f7;
}

.service2.gray.no-padding-bottom {
  display: none;
  padding: 50px;
}

.service2.about-us {
  position: relative;
  display: none;
  height: auto;
  margin-top: 60px;
  margin-right: 50px;
  margin-left: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.button-text-3 {
  position: relative;
  z-index: 1;
  font-family: Oswald, sans-serif;
  color: #2e2c2d;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-text-3.dark {
  color: #fff;
}

.button-text-3.dark:hover {
  color: #161a25;
}

.columns-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wrapper {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-align: right;
}

.white-paragraph-bigger {
  margin-top: 5px;
  font-family: 'Titillium Web', sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.white-paragraph-bigger.dark {
  color: rgba(24, 27, 27, 0.89);
}

.white-paragraph-bigger.equipe {
  margin-bottom: 10px;
}

.section-scroll {
  position: absolute;
  right: 0px;
  bottom: -30px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 130px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #161a25;
}

.hero-info-block {
  position: relative;
  top: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-top: 0px;
  margin-right: 0%;
  margin-left: 0px;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-info-block._2 {
  width: 60%;
  padding-top: 2%;
  padding-bottom: 2%;
}

.div-icon {
  width: 160px;
  height: 100px;
  margin-bottom: 10px;
  background-image: url('../images/Bulding.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  opacity: 0.6;
}

.div-icon.third {
  margin-bottom: 10px;
  background-image: url('../images/Bulding3.png');
  background-size: contain;
}

.page-header-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 700px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(180deg, rgba(0, 159, 173, 0.8), rgba(0, 159, 173, 0.8)), url('../images/matthew-hamilton-202227-unsplash.png'), linear-gradient(135deg, #208c96, #009fad);
  background-position: 0px 0px, 112% 100%, 0px 0px;
  background-size: auto, contain, auto;
  background-repeat: repeat, no-repeat, repeat;
}

.page-header-bar.singel-portfolio {
  display: block;
  height: auto;
  padding: 100px 50px;
  background-image: linear-gradient(146deg, transparent 96%, #fff 0), linear-gradient(180deg, #37bb37, #37bb37), url('../images/matthew-hamilton-202227-unsplash.png'), linear-gradient(135deg, rgba(24, 27, 27, 0.36), rgba(24, 27, 27, 0.43));
  background-position: 0px 0px, 0px 0px, 100% 100%, 0px 0px;
  background-size: auto, auto, 350px, auto;
  background-repeat: repeat, repeat, no-repeat, repeat;
}

.hero-tittle {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 80px;
  font-style: normal;
  font-weight: 400;
}

.hero-tittle.big {
  margin-bottom: 20px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.hero-tittle.big.dark {
  color: #181b1b;
  font-size: 40px;
}

.hero-wrapper-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 130px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-wrapper-flex.left-side {
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-frame {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 60%;
  height: 80px;
  background-color: #fff;
}

.div-info-wrapper {
  position: relative;
  display: block;
  width: 50%;
  height: auto;
  padding-right: 12%;
  padding-left: 0%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-info-wrapper.no-padding {
  width: 45%;
  padding-right: 13%;
}

.question-box {
  margin-bottom: 10px;
}

.expand {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.question-tittle-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 25px 30px 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border-left: 1px solid #009fad;
  background-color: #f3f3f3;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  line-height: 25px;
  text-decoration: none;
}

.question-tittle-link.white {
  border-left-color: #35e235;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(82, 91, 115, 0.07);
}

.horizontal {
  position: absolute;
  top: 9px;
  width: 14px;
  height: 2px;
  background-color: #161a25;
}

.question-box-answer {
  overflow: hidden;
  padding: 15px 30px 0px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: transparent;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.vertical {
  position: absolute;
  width: 14px;
  height: 1.5px;
  margin-bottom: -1px;
  background-color: #161a25;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.question-tittle {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Titillium Web', sans-serif;
  color: #181b1b;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
}

.facts-wrapper-center {
  margin-right: 0px;
  margin-left: 0px;
}

.project-image-side {
  width: 50%;
}

.project-image-side.in-flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.webpage-image {
  position: relative;
  right: 26px;
  display: inline-block;
  float: left;
  box-shadow: 11px 11px 35px 0 rgba(0, 0, 0, 0.1);
}

.webpage-image.ipad {
  box-shadow: none;
}

.section-32 {
  display: none;
  margin-top: 0px;
  padding: 50px;
  background-color: #fff;
}

.section-32.dots {
  background-image: url('../images/234234.gif');
  background-position: 50% 0px;
  background-size: 400px;
  background-repeat: no-repeat;
}

.section-32.dots.gray {
  padding: 50px;
  background-image: none;
}

.top-button-padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-button-padding.margins {
  display: block;
  width: 100%;
  margin-top: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.project-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.color-text {
  color: #35e235;
}

.open-close-plus {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-top: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-title.big {
  font-size: 36px;
}

.column-57 {
  text-align: left;
}

.paragraph-27 {
  font-family: 'Titillium Web', sans-serif;
}

.paragraph-28 {
  font-family: 'Titillium Web', sans-serif;
}

.section-33 {
  display: none;
  padding: 50px;
  background-image: linear-gradient(135deg, #fff 96%, #9acb3e 0);
}

.heading-22 {
  margin-top: 5px;
  -webkit-transition: text-shadow 300ms ease;
  transition: text-shadow 300ms ease;
  font-family: 'Titillium Web', sans-serif;
  font-size: 36px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.heading-22._1 {
  margin-bottom: 0px;
}

.bold-text-4 {
  color: #37bb37;
  font-weight: 300;
}

.text-block-49 {
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
}

.text-block-50 {
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
}

.grid-2 {
  margin-top: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.paragraph-29 {
  font-family: 'Titillium Web', sans-serif;
  line-height: 18px;
  text-align: center;
}

.div-block-125 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #9acb3e;
  border-radius: 1000px;
}

.div-block-126 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-28 {
  width: 40px;
  height: 40px;
}

.div-block-127 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-128 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-line {
  width: auto;
  height: 42px;
  margin-top: 6px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #1b83ff;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, color 400ms ease;
  color: #768fad;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-line:hover {
  border-color: #1b83ff;
  background-color: #1b83ff;
  color: #fff;
}

.button-line.view-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: auto;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  background-color: transparent;
  font-family: Oswald, sans-serif;
  color: #525b73;
  font-size: 14px;
}

.button-line.view-all:hover {
  border-color: transparent;
  background-color: transparent;
  color: #009fad;
}

.info-block {
  display: block;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.portfolio-row {
  margin-bottom: 60px;
}

.portfolio-row.no-padding {
  margin-bottom: 0px;
}

.tab-style-2-image {
  width: 100%;
  opacity: 1;
}

.paragraph-project {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.39);
  border-radius: 0px;
  color: #fff;
  font-size: 15px;
  line-height: 26px;
  font-weight: 300;
  text-decoration: none;
}

.project-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  box-shadow: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #212127;
  text-align: center;
  text-decoration: none;
}

.project-wrapper.style2 {
  margin-bottom: 0px;
  float: left;
  box-shadow: none;
}

.project-header {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.overlay-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.52);
  opacity: 0;
}

.project-content {
  padding: 20px 10px;
  background-color: transparent;
  text-decoration: none;
}

.project-content.style {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0px;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 0%;
  margin-right: auto;
  margin-left: auto;
  padding: 22% 0px;
  border-radius: 0px;
  background-color: rgba(117, 103, 248, 0.86);
}

.project-content.style.full {
  padding-top: 20%;
  padding-bottom: 20%;
  background-color: transparent;
}

.project-image {
  position: relative;
  overflow: visible;
  height: 250px;
  background-image: url('../images/facade.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.project-image._2 {
  background-image: url('../images/H02.jpg');
  background-position: 0% 100%;
  background-size: cover;
}

.project-image._1 {
  background-image: url('../images/Rendus-Beloeil-519x260.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.column-iteam {
  padding: 0px;
}

.image-29 {
  height: 250px;
}

.image-30 {
  height: 250px;
}

.image-31 {
  height: 250px;
}

.grid-3 {
  width: 100%;
  height: 100%;
  padding: 5px;
  background-color: transparent;
}

.grid-3.old {
  background-color: #37bb37;
}

.div-block-129 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #646e70;
}

.text-block-51 {
  margin-top: 5px;
  font-family: 'Titillium Web', sans-serif;
  color: rgba(24, 27, 27, 0.79);
  text-align: center;
  text-transform: uppercase;
}

.div-block-130 {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 500;
  display: none;
  width: auto;
  height: auto;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 4px solid #000;
  background-color: hsla(0, 0%, 92.9%, 0.73);
  cursor: pointer;
}

.text-block-52 {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  font-family: 'Titillium Web', sans-serif;
  color: #181b1b;
  font-weight: 600;
  text-align: center;
}

.sectionslogan {
  width: auto;
  padding: 150px 50px;
}

.div-block-132 {
  width: 600px;
}

.section-34 {
  padding: 100px 50px;
  background-color: #ededed;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  text-align: center;
}

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

.paragraph-30 {
  font-family: 'Titillium Web', sans-serif;
  text-align: left;
}

.paragraph-30.styler {
  font-size: 17px;
}

.paragraph-30.services {
  margin-bottom: 25px;
}

.radio-button-field-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio-button {
  margin-left: 0px;
}

.grid-4 {
  width: 500px;
  margin: 25px auto;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.radio-button-label-3 {
  margin-top: 10px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.radio-button-label-4 {
  margin-top: 10px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.radio-button-label-5 {
  margin-top: 10px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.section-35 {
  display: none;
  padding: 50px;
  background-color: #181b1b;
}

.text-block-53 {
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: left;
}

.link-block-5 {
  margin-top: 10px;
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  text-decoration: none;
}

.div-block-133 {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.column-58 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.columns-27 {
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

.text-block-54 {
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  text-align: left;
}

.link-block-6 {
  margin-top: 5px;
  color: #fff;
}

.column-59 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-61 {
  text-align: left;
}

.column-62 {
  text-align: left;
}

.column-63 {
  text-align: left;
}

.columns-28 {
  width: 60%;
  margin-top: 25px;
}

.column-64 {
  text-align: center;
}

.column-65 {
  text-align: center;
}

.column-66 {
  text-align: center;
}

.div-block-134 {
  height: 60px;
}

.div-block-135 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 30%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), transparent);
}

.heading-23 {
  margin-bottom: 0px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
}

.div-block-136 {
  width: 60%;
}

.paragraph-31 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-36 {
  padding: 25px;
}

.columns-29 {
  background-color: #fff;
}

.titleavg {
  margin-top: 0px;
  font-family: 'Titillium Web', sans-serif;
  color: #181b1b;
  font-size: 30px;
  line-height: 30px;
}

.titleavg.light {
  color: #fff;
}

.titleavg.light.smaller {
  margin-bottom: 0px;
  font-size: 24px;
}

.titleavg.dark {
  margin-bottom: 0px;
  color: #181b1b;
  text-align: left;
}

.titleavg.green {
  color: #181b1b;
}

.titleavg.gros {
  margin-bottom: 0px;
  color: #fff;
  font-size: 50px;
  line-height: 110%;
  font-weight: 600;
}

.section-37 {
  padding: 0px 50px 100px;
}

.quinoussommes {
  position: relative;
  z-index: 2;
  width: 600px;
  height: auto;
  padding: 5%;
  background-color: #37bb37;
  background-image: linear-gradient(315deg, #37bb37 95%, #fff 0);
}

.heroblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contoursection {
  position: relative;
  left: -25px;
  top: 100px;
  width: 500px;
  height: 350px;
  margin-left: 0px;
  padding: 40px;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(55, 187, 55, 0.47);
}

.navbar-3 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  background-color: transparent;
}

.nav-link-3 {
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
}

.divleb {
  width: 500px;
  height: auto;
  margin: 0px auto 50px;
}

.grid-5 {
  height: auto;
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.html-embed-7 {
  width: 50px;
  height: 5px;
}

.html-embed-8 {
  width: 25px;
  height: 2px;
}

.html-embed-9 {
  width: 50px;
  height: 50px;
}

.horizontaler {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed-10 {
  width: 20px;
  height: 20px;
}

.line {
  width: 100%;
  height: 1px;
  background-color: #1a1313;
}

.midhorizontaler {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  margin-top: 60px;
  padding: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contentmulti {
  width: 500px;
}

.div-block-138 {
  width: 500px;
  height: auto;
}

.section-39 {
  height: 400px;
}

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

.section-41 {
  display: block;
  margin-top: 0px;
  padding: 125px 75px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-55 {
  font-family: 'Titillium Web', sans-serif;
}

.section-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  margin-top: 50px;
  margin-right: 50px;
  margin-left: 50px;
  padding: 50px 0px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #37bb37;
}

.div-block-139 {
  width: 400px;
}

.column-67 {
  padding-right: 75px;
}

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

.div-block-140 {
  height: 300px;
}

.section-43 {
  height: 200px;
}

.text-block-56 {
  color: #fff;
  text-decoration: underline;
}

.listen {
  display: none;
}

.evaluate {
  display: none;
}

.build {
  display: none;
}

.div-block-141 {
  width: 50px;
  height: 50px;
}

.link-5 {
  margin-top: 15px;
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
}

.footer-icon {
  width: 15px;
  margin-top: -2.5px;
  margin-right: 5px;
}

.footer-icon.address {
  margin-top: 5px;
}

.footer-title-2 {
  margin-bottom: 30px;
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  cursor: pointer;
}

.footer-title-2:hover {
  color: #37bb37;
}

.footer-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-link {
  display: block;
  margin-bottom: 5px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.footer-link:hover {
  color: #37bb37;
}

.link-block-arrow {
  width: 12px;
}

.footer-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #313149;
  text-decoration: none;
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-row.address {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-logo {
  width: 110px;
}

.footer-flex-col {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-section {
  padding: 50px 25px;
  border-top: 1px solid #ececec;
  background-color: #181b1b;
}

.link-block-text {
  margin-right: 10px;
  margin-bottom: 0px;
  color: #fff;
}

.paragraph-32 {
  padding-right: 25px;
  color: hsla(0, 0%, 100%, 0.65);
}

.paragraph-33 {
  color: #fff;
}

.section-44 {
  height: 700px;
  padding: 100px 50px 100px 0px;
  background-image: url('../images/Capture-d’écran-2019-05-09-à-09.06.36.png');
  background-position: 100% 60%;
  background-size: 424px 550px;
  background-repeat: no-repeat;
}

.div-block-142 {
  position: relative;
  z-index: 1;
  width: 400px;
  height: 300px;
  background-color: #f8f8f8;
}

.div-block-143 {
  position: relative;
  left: 100px;
  top: 50px;
  width: 400px;
  height: 200px;
  background-color: transparent;
}

.heading-24 {
  font-family: 'Titillium Web', sans-serif;
}

.div-block-144 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 670px;
  height: 150px;
  margin-top: 75px;
  padding: 0% 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #37bb37;
  background-image: linear-gradient(135deg, #37bb37 95%, #f8f8f8 0);
}

.div-block-145 {
  position: relative;
  left: 250px;
  top: auto;
  bottom: 300px;
  z-index: -5;
  width: 500px;
  height: 400px;
  background-color: #f8f8f8;
}

.image-32 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.heading-25 {
  text-align: left;
}

.div-block-146 {
  width: 600px;
  height: auto;
  margin: 25px auto;
}

.grid-6 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.connaissance {
  position: relative;
  right: 30px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 20px;
  text-align: center;
}

.construction {
  position: relative;
  margin-right: 0px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 20px;
  text-align: right;
}

.developpement {
  font-family: 'Titillium Web', sans-serif;
  font-size: 20px;
}

.section-45 {
  height: auto;
  padding: 50px;
}

.grid-7 {
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contenttext {
  padding-right: 50px;
}

.meridiem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/xl-le-meridiem-beloeil-490813541x.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.grid-8 {
  margin-top: 25px;
  grid-template-areas: ".";
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.borduas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/facade.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.borduas.bloc {
  height: 300px;
}

.marine {
  width: 100%;
  height: 300px;
  background-image: url('../images/H02.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.div-block-147 {
  position: relative;
  height: auto;
}

.div-block-148 {
  position: -webkit-sticky;
  position: sticky;
  left: 200px;
  top: 200px;
  z-index: -100;
  width: 400px;
  height: 350px;
}

.hovermeridiem {
  display: none;
  width: 100%;
  height: 100%;
  padding: 50px;
  background-color: hsla(0, 0%, 92.9%, 0.65);
}

.hovermeridiem.borduas {
  display: none;
  background-image: none;
}

.hovermeridiem.marine {
  background-image: none;
}

.div-block-149 {
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: rgba(24, 27, 27, 0.27);
}

.grid-9 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-60 {
  text-transform: uppercase;
}

.text-block-61 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  text-align: center;
}

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

.hoverleborduas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: hsla(0, 0%, 92.9%, 0.74);
}

.contentblocks1 {
  margin-bottom: 100px;
  font-family: 'Titillium Web', sans-serif;
  text-align: center;
}

.grid-10 {
  width: 100%;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-11 {
  width: 100%;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-152 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-34 {
  margin-top: 10px;
  font-family: 'Titillium Web', sans-serif;
  text-align: center;
}

.grid-12 {
  width: 100%;
  height: auto;
  margin-top: 30px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-46 {
  height: auto;
  padding: 100px 75px;
}

.paragraph-35 {
  margin-top: 10px;
}

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

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

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

.sectionhec {
  margin-top: 60px;
  padding: 100px 50px;
}

.titre-section {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 30px;
  text-align: center;
}

.titre-section._1 {
  margin-top: 0px;
}

.titre-section._3e {
  margin-top: -40px;
}

.titre-section.investir1 {
  position: static;
  width: auto;
  margin-top: 0px;
  margin-left: 0px;
  padding: 0px;
  text-align: left;
}

.titre-section.investir1.title {
  margin-left: 75px;
}

.titre-section.investir1.title.middle {
  margin-left: 0px;
  text-align: center;
}

.titre-section.investir1.title.middle.new {
  text-align: left;
}

.titre-section.vecteur {
  margin-bottom: 100px;
}

.titre-section.left {
  text-align: left;
}

.contentdiv {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.hvert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #37bb37;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(34%, #37bb37), color-stop(0, #fff));
  background-image: linear-gradient(90deg, #37bb37 34%, #fff 0);
}

.blochaut {
  width: 100%;
  height: 100px;
  background-color: #37bb37;
}

.lettreh-s1 {
  position: relative;
  left: 30px;
  top: 50px;
  font-family: 'Titillium Web', sans-serif;
  color: #37bb37;
  font-size: 100px;
  font-weight: 300;
}

.lettreh-s1.c {
  left: 0px;
  top: 0px;
  display: inline-block;
  margin-top: 50px;
  color: #fff;
}

.lettreh-s1.e {
  left: 30px;
  top: 37px;
  display: inline-block;
  color: #fff;
}

.lettreh-s1.lettree {
  left: 0px;
  top: 0px;
  margin-top: 60px;
}

.lettreh-s1.lettrec {
  left: 0px;
  top: 0px;
}

.lettreh-s1.h {
  color: #fff;
}

.blocc {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: 350px;
  margin-top: -350px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #37bb37;
}

.div-block-154 {
  width: auto;
  height: 100px;
  margin-top: 25px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(34%, #37bb37), color-stop(0, hsla(0, 0%, 92.9%, 0.38)));
  background-image: linear-gradient(90deg, #37bb37 34%, hsla(0, 0%, 92.9%, 0.38) 0);
}

.column-72 {
  margin-top: -40px;
  padding-top: 0px;
  padding-right: 150px;
  padding-left: 0px;
}

.div-block-155 {
  width: 100%;
  height: 300px;
  background-color: #646e70;
}

.paragraphhec {
  width: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: 'Titillium Web', sans-serif;
}

.paragraphhec.section2 {
  width: auto;
}

.paragraphhec.section3 {
  width: auto;
}

.paragraphhec.expertiseservice {
  width: 500px;
}

.paragraphhec.paragraph-s1-expert {
  width: 500px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.section2-expertise {
  padding: 150px 100px 100px;
}

.blocgris {
  height: 400px;
  background-color: #646e70;
}

.blocgris.bloc-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.column-73 {
  margin-top: -50px;
  padding-right: 0px;
  padding-left: 25px;
}

.div-block-157 {
  position: relative;
  right: 75px;
  bottom: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 3px solid #37bb37;
  background-color: transparent;
}

.div-block-158 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-159 {
  width: 100%;
  height: 40%;
  border-top: 3px solid #37bb37;
  border-right: 3px solid #37bb37;
  background-color: transparent;
}

.section3-expertise {
  padding: 100px 75px;
}

.div-block-160 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 450px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #646e70;
}

.linetext {
  margin-bottom: 50px;
  font-family: 'Titillium Web', sans-serif;
}

.column-74 {
  padding-right: 75px;
}

.div-block-161 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 80%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.columns-30 {
  position: relative;
  left: 40px;
  top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.columns-30.leftsid {
  left: -30px;
  top: 100px;
}

.div-block-162 {
  width: 100%;
  height: 400px;
}

.div-block-162.big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 170px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #37bb37;
  background-color: transparent;
}

.div-block-162.small {
  position: absolute;
  top: -125px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #37bb37;
  background-color: transparent;
}

.column-75 {
  height: 250px;
}

.section-50 {
  padding: 100px 75px;
}

.paragraph-37 {
  margin-top: 25px;
  font-family: 'Titillium Web', sans-serif;
}

.column-76 {
  margin-top: -50px;
  padding-top: 0px;
  padding-right: 100px;
}

.contentdivblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 450px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.blocverthec {
  position: absolute;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: linear-gradient(135deg, transparent 7%, #35e235 0);
}

.heading-27 {
  color: #fff;
  font-size: 78px;
}

.investisseur {
  position: absolute;
  left: -5%;
  top: auto;
  right: auto;
  bottom: -5%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  padding-bottom: 10px;
  padding-left: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #b0d3b1;
}

.marketing {
  position: absolute;
  left: auto;
  top: 5%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 230px;
  padding-right: 20px;
  padding-bottom: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #c2d6c3;
}

.architecte {
  position: absolute;
  left: auto;
  top: -15%;
  right: 100px;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  height: 230px;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
  background-image: linear-gradient(135deg, #fff 5%, #e2e9e2 0);
}

.modelisateur {
  position: absolute;
  left: auto;
  top: auto;
  right: 17%;
  bottom: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 175px;
  height: 175px;
  padding-bottom: 10px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #646e70;
  background-image: linear-gradient(315deg, #fff 5%, #d1e6d1 0);
}

.section-51 {
  height: 650px;
  padding: 100px 75px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/facade.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/facade.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-166 {
  width: 100%;
  height: auto;
}

.div-block-167 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 275px;
  margin-top: 100px;
  margin-left: -75px;
  padding-left: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0efef;
}

.div-block-168 {
  width: 400px;
  margin-right: 20px;
}

.soustitre {
  font-family: 'Titillium Web', sans-serif;
  color: #37bb37;
  font-size: 16px;
}

.paragraph-38 {
  margin-top: 25px;
  font-family: 'Titillium Web', sans-serif;
}

.div-block-169 {
  position: absolute;
  width: 100px;
  height: 300px;
}

.div-block-170 {
  height: 450px;
}

.div-block-171 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 150px;
  height: 400px;
}

.divmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-172 {
  position: absolute;
  bottom: auto;
  display: block;
  width: 150px;
  height: auto;
  margin-top: 0px;
  background-color: transparent;
}

.grid-13 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.text-block-64 {
  display: inline;
  width: 100%;
  height: 100%;
  font-family: 'Titillium Web', sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.page-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menuetapescles {
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.section-52 {
  padding: 150px 0px 100px;
}

.contenant {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 460px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.divcontenantleft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #37bb37;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #37bb37), color-stop(0, #fff));
  background-image: linear-gradient(180deg, #37bb37 80%, #fff 0);
}

.divcontenantright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #37bb37;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(0, #37bb37));
  background-image: linear-gradient(180deg, #fff 20%, #37bb37 0);
}

.blocmilieu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #203820;
}

.milieugauche {
  width: 50%;
  height: 100%;
  background-image: url('../images/cowomen.png');
  background-position: 50% 100%;
  background-size: cover;
}

.milieudroit {
  width: 50%;
  height: 100%;
  padding: 30px;
}

.cadreblanc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
}

.paragraph-testimonial {
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
}

.text-block-66 {
  margin-top: 30px;
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
}

.section-53 {
  padding: 0px 0px 100px;
}

.div-block-174 {
  width: 700px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.slider-2 {
  height: 550px;
  margin-top: 50px;
}

.div-block-175 {
  position: absolute;
  left: 0px;
  width: 500px;
  height: 300px;
  margin-right: 0px;
  margin-left: 0px;
}

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

.div-block-176 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-177 {
  position: absolute;
  top: 250px;
  right: 100px;
  z-index: 50;
  width: 500px;
  height: 300px;
  margin-right: 0px;
  background-color: #ac4e4e;
}

.div-block-178 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -20%;
  z-index: auto;
  width: 500px;
  height: 300px;
  background-color: #c74646;
}

.div-block-179 {
  position: absolute;
  top: 2897px;
  width: 500px;
  height: 300px;
}

.div-block-180 {
  position: relative;
  top: 0px;
  right: 125px;
  z-index: 100;
  width: 500px;
  height: auto;
  margin-top: -205px;
  padding: 50px;
  float: right;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(100, 110, 112, 0.34);
  border-radius: 2px;
  background-color: transparent;
  background-image: linear-gradient(315deg, transparent, #fff 16%);
}

.column-77 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-67 {
  margin-left: 15px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
}

.columns-31 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.columns-32 {
  margin-top: 25px;
}

.lignevertes1 {
  width: 350px;
  height: 2px;
  margin: 15px auto;
  background-color: #37bb37;
}

.paragraphesection1 {
  width: 600px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: center;
}

.divtwosquares {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
  margin-right: auto;
  margin-left: auto;
}

.blocgauche {
  width: 550px;
  height: 415px;
  margin-left: 4%;
  background-color: transparent;
  background-image: linear-gradient(135deg, transparent 5%, #646e70 0);
}

.blocdroit {
  position: relative;
  left: auto;
  top: 0%;
  right: 4%;
  bottom: -100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 550px;
  height: 358px;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 4px solid #35e235;
}

.paragraphepresident {
  font-family: 'Titillium Web', sans-serif;
}

.divfloater {
  margin-top: 20px;
  margin-left: auto;
}

.bloccontenant5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin-top: 210px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bloc1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bloc2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bloc3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bloc4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bloc5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-68 {
  font-family: 'Titillium Web', sans-serif;
  color: #37bb37;
  font-size: 20px;
  text-align: center;
}

.paragraph-42 {
  margin-top: 10px;
  text-align: center;
}

.section-54 {
  display: none;
  height: auto;
  padding: 50px;
}

.column-78 {
  height: 450px;
  padding-left: 0px;
}

.div-block-182 {
  position: relative;
  width: 450px;
  height: 300px;
  margin-left: 200px;
  padding: 30px;
  border-style: solid;
  border-width: 3px;
  border-color: #37bb37;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.column-79 {
  height: auto;
  margin-top: 0px;
  padding-left: 25px;
}

.bigcontainer {
  padding: 0px;
  border-style: solid;
  border-width: 4px;
  border-color: #37bb37;
}

.partimeline {
  margin-top: 50px;
  margin-bottom: 50px;
}

.column-80 {
  text-align: left;
}

.listholder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.listholder.midhold {
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-block-69 {
  margin-left: 10px;
}

.heading-28 {
  position: relative;
  top: -55px;
  right: 0px;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px;
  float: right;
  background-color: #fff;
  font-size: 40px;
}

.div-block-183 {
  margin-top: 50px;
}

.div-block-184 {
  width: 90%;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #37bb37;
}

.section-55 {
  height: auto;
  padding: 100px 75px;
}

.ligneverte {
  width: 400px;
  height: 2px;
  margin: 20px auto;
  background-color: #37bb37;
}

.paragraph-44 {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Titillium Web', sans-serif;
  text-align: center;
}

.blocpostes {
  height: auto;
  margin-top: 50px;
  padding: 50px 75px;
  background-color: #ededed;
  background-image: linear-gradient(135deg, #fff 3%, #ededed 0);
}

.titregris {
  font-family: 'Titillium Web', sans-serif;
  color: #565656;
  font-size: 30px;
}

.contentblock {
  margin-top: 50px;
}

.jobcontainer {
  padding: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #37bb37;
  text-align: center;
}

.titreposte {
  margin-top: 10px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.nbrpostes {
  margin-top: 5px;
}

.postecontentblock {
  margin-top: 75px;
  padding: 50px 20px;
  border-style: none solid none none;
  border-width: 1px;
  border-color: #000 #37bb37 #000 #000;
}

.postecontentblock.left {
  border-right-style: none;
}

.postecontentblock.right {
  border-right-style: none;
}

.postecontentblock.mid {
  padding-right: 30px;
  padding-left: 30px;
  border-left-style: solid;
  border-left-color: #37bb37;
}

.paragraphposte {
  margin-bottom: 50px;
  font-family: 'Titillium Web', sans-serif;
  line-height: 27px;
}

.titre-fiche {
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
}

.lignevertepostes {
  width: 90%;
  height: 2px;
  margin-top: 5px;
  background-color: #37bb37;
}

.heading-30 {
  margin-bottom: 0px;
  font-family: 'Titillium Web', sans-serif;
}

.image-34 {
  position: absolute;
  left: -7%;
  top: 11%;
  right: auto;
  bottom: auto;
  background-color: #646e70;
}

.image-35 {
  position: relative;
  left: -55%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #203820;
}

.column-81 {
  padding-left: 0px;
}

.column-82 {
  padding-right: 0px;
}

.columns-33 {
  margin: 50px;
}

.section-56 {
  padding: 50px 75px 25px;
  background-color: #181b1b;
}

.image-36 {
  width: 110px;
}

.column-83 {
  text-align: left;
}

.column-84 {
  padding-top: 25px;
}

.column-85 {
  margin-top: 25px;
}

.column-86 {
  padding-top: 25px;
}

.column-87 {
  padding-top: 25px;
}

.column-88 {
  padding-top: 25px;
}

.div-block-189 {
  height: 1px;
  margin-top: 50px;
  background-color: hsla(0, 0%, 100%, 0.14);
}

.div-block-189.first {
  margin-top: 0px;
}

.div-block-190 {
  width: auto;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-73 {
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.text-span-5 {
  color: #37bb37;
  font-size: 20px;
}

.column-89 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-74 {
  margin-top: 15px;
  font-family: 'Titillium Web', sans-serif;
  color: hsla(0, 0%, 100%, 0.78);
}

.text-block-75 {
  display: inline-block;
  margin-top: 15px;
  font-family: 'Titillium Web', sans-serif;
  color: hsla(0, 0%, 100%, 0.78);
  text-decoration: none;
  cursor: pointer;
}

.text-block-75:hover {
  color: #37bb37;
}

.text-block-76 {
  margin-top: 0px;
  font-family: 'Titillium Web', sans-serif;
  color: hsla(0, 0%, 100%, 0.78);
  cursor: pointer;
}

.text-block-76:hover {
  color: #37bb37;
}

.text-block-76.madeby {
  display: inline-block;
  text-align: right;
}

.text-block-77 {
  margin-bottom: 15px;
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 23px;
}

.text-block-77.first {
  margin-bottom: 15px;
  color: #fff;
}

.column-90 {
  padding-left: 0px;
}

.columns-34 {
  margin-top: 15px;
}

.column-91 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-37 {
  margin-left: 5px;
}

.blocvid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 420px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/595e8945b43a595e820b17fe_confidence1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-31 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.bigtitle {
  font-family: 'Titillium Web', sans-serif;
  font-size: 46px;
  line-height: 56px;
  text-align: center;
}

.titre-section-left {
  font-family: 'Titillium Web', sans-serif;
  font-size: 30px;
}

.titre-section-left.expertiseservice {
  margin-bottom: 0px;
  font-size: 30px;
}

.titre-section-left.coeurmetier {
  font-size: 30px;
}

.titre-section-left.expertises3 {
  font-size: 30px;
}

.titre-section-left.commencer {
  margin-top: 0px;
  margin-bottom: 0px;
}

.section4-expertise {
  padding: 100px 75px;
}

.ingenieur {
  position: absolute;
  top: -5%;
  right: 300px;
  z-index: 1;
  width: 180px;
  height: 180px;
  padding-top: 10px;
  padding-left: 20px;
  background-color: transparent;
  background-image: linear-gradient(135deg, transparent 5%, #dbf0db 0);
}

.text-block-78 {
  font-family: 'Titillium Web', sans-serif;
  color: #909090;
  font-size: 16px;
  font-weight: 600;
}

.div-block-191 {
  padding: 50px 75px;
}

.column-92 {
  margin-top: 0px;
}

.descriptionbox {
  font-family: 'Titillium Web', sans-serif;
}

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

.div-block-192 {
  padding-left: 75px;
}

.ideeprojet {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  margin-top: 40px;
  margin-right: 20px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 50px;
  line-height: 60px;
  text-align: left;
}

.spanstar {
  color: red;
}

.careerblock {
  margin-bottom: 50px;
}

.message {
  overflow: visible;
  height: auto;
  padding-top: 20px;
  padding-bottom: 150px;
  padding-left: 40px;
  font-family: 'Titillium Web', sans-serif;
}

.text-span-6 {
  color: red;
}

.div-block-193 {
  margin-top: 50px;
}

.column-93 {
  padding-left: 0px;
}

.column-94 {
  padding-left: 0px;
}

.section-57 {
  padding: 100px 75px;
}

.div-block-194 {
  position: absolute;
  width: 390px;
  height: 230px;
}

.column-95 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-79 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 50px;
  font-weight: 600;
}

.paragraph-45 {
  margin-bottom: 0px;
  font-family: 'Titillium Web', sans-serif;
}

.column-96 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-97 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-98 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bloclignedutemps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  margin-top: -20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cerclevert {
  width: 20px;
  height: 20px;
  border-radius: 300px;
  background-color: #37bb37;
}

.cerclevert.selected {
  width: 10px;
  height: 10px;
  border-radius: 10000px;
}

.cerclevert.vide {
  border-style: solid;
  border-width: 2px;
  border-color: #37bb37;
  background-color: transparent;
}

.lignedutemps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30%;
  margin-top: -20px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.englobeligne {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.englobeligne.bigger {
  width: 15%;
}

.englobeligne.bigger.version2 {
  width: 10%;
}

.englobecercle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-196 {
  width: 100%;
  height: 3px;
  background-color: #37bb37;
}

.div-block-196.greyline {
  background-color: #b4b4b4;
}

.div-block-196.pointiller {
  height: 2px;
  border-style: dashed;
  border-width: 2px;
  border-color: rgba(55, 187, 55, 0.63);
  background-color: transparent;
}

.div-block-197 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.66);
  border-radius: 300px;
}

.div-block-198 {
  width: 20px;
  height: 20px;
}

.div-block-199 {
  width: 100%;
  height: 70%;
  padding-left: 35%;
}

.div-block-200 {
  width: 1px;
  height: 100%;
  margin-left: 25px;
  background-color: #37bb37;
}

.div-block-201 {
  width: 50%;
  height: 100%;
  border-top: 3px solid #37bb37;
  border-bottom: 3px none #37bb37;
  border-left: 3px solid #37bb37;
}

.div-block-202 {
  width: 50%;
  height: 100%;
  border-bottom: 3px solid #37bb37;
}

.section-58 {
  padding: 60px 75px 150px;
}

.div-block-203 {
  width: 100%;
  height: auto;
}

.div-block-204 {
  width: 100%;
  height: 50%;
  margin-bottom: 20px;
}

.contenutextimage {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.text-block-80 {
  margin-right: 10px;
  font-family: 'Titillium Web', sans-serif;
  color: #37bb37;
  font-size: 70px;
}

.image-38 {
  margin-left: 10px;
  color: #830c0c;
}

.text-block-81 {
  position: relative;
}

.columns-35 {
  height: 100%;
}

.columns-36 {
  margin-top: 50px;
}

.div-block-205 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-82 {
  margin-top: 10px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  text-align: center;
}

.div-block-206 {
  position: absolute;
  left: auto;
  top: auto;
  right: -4px;
  bottom: -4px;
  width: 40px;
  height: 40px;
  background-color: #fff;
}

.column-100 {
  height: auto;
}

.text-block-83 {
  position: absolute;
  margin-top: 25px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.div-block-207 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(315deg, #fff 45%, rgba(100, 110, 112, 0.43) 50%, #fff 55%);
}

.div-block-208 {
  position: absolute;
  left: auto;
  top: auto;
  right: -17px;
  bottom: -15px;
  width: 30px;
  height: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-style: solid;
  border-width: 0px 0px 0px 2px;
  border-color: #000 #000 #000 rgba(100, 110, 112, 0.38);
  background-color: #fff;
  -webkit-transform: rotate(43deg);
  -ms-transform: rotate(43deg);
  transform: rotate(43deg);
}

.coupurehaut {
  position: absolute;
  left: -55px;
  top: -55px;
  right: auto;
  bottom: auto;
  width: 48px;
  height: 48px;
  border-bottom: 3px solid #37bb37;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.coupurehaut.bas {
  left: auto;
  top: auto;
  right: -50px;
  bottom: -60px;
  width: 50px;
  height: 50px;
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.div-block-209 {
  width: 48px;
}

.text-block-84 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Titillium Web', sans-serif;
  color: rgba(51, 51, 51, 0.7);
}

.div-block-210 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.radio-button-field-3 {
  margin-left: 20px;
}

.div-block-211 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
  font-weight: 600;
}

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

html.w-mod-js *[data-ix="tab-title-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

html.w-mod-js *[data-ix="tab-title-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

html.w-mod-js *[data-ix="tab-button"] {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8) rotate(-10deg);
  -ms-transform: scale(0.8, 0.8) rotate(-10deg);
  transform: scale(0.8, 0.8) rotate(-10deg);
}

html.w-mod-js *[data-ix="fade-in-block"] {
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

html.w-mod-js *[data-ix="fade-in-block-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

html.w-mod-js *[data-ix="fade-in-block-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

html.w-mod-js *[data-ix="fade-in-block-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

html.w-mod-js *[data-ix="fade-in-menu"] {
  opacity: 0;
}

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

html.w-mod-js *[data-ix="page-title-2"] {
  opacity: 0;
  -webkit-transform: scale(0.93, 0.93);
  -ms-transform: scale(0.93, 0.93);
  transform: scale(0.93, 0.93);
}

html.w-mod-js *[data-ix="404-button"] {
  opacity: 0;
  -webkit-transform: scale(0.93, 0.93);
  -ms-transform: scale(0.93, 0.93);
  transform: scale(0.93, 0.93);
}

html.w-mod-js *[data-ix="field-fade-in-on-scroll"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="field-fade-in-on-scroll-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="display-none-fake-menu-bar"] {
  -webkit-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
}

html.w-mod-js *[data-ix="intro-icon"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="intro-icon-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="intro-icon-3"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="dropdown-list"] {
  opacity: 0;
  height: 0px;
}

@media (max-width: 991px) {
  h3 {
    font-size: 21px;
  }
  p {
    line-height: 21px;
  }
  .menu-button {
    position: relative;
    z-index: 1500;
    margin-top: 0px;
    margin-left: 0px;
    padding: 10px 15px;
    background-color: #000;
  }
  .menu-button.w--open {
    opacity: 0;
  }
  .menu-icon {
    margin-left: 0px;
    font-size: 32px;
  }
  .nav-link {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .page-content {
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .page-content.tint {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .header-container {
    top: 200px;
    padding-right: 50px;
    padding-left: 50px;
  }
  .header-title {
    margin-bottom: 16px;
    font-size: 36px;
  }
  .header-title._2 {
    font-size: 18px;
  }
  .header-title.home {
    text-shadow: none;
  }
  .footer {
    padding-top: 40px;
  }
  .section-title._2 {
    margin-top: 0px;
    margin-bottom: 7px;
  }
  .divider-small {
    margin-bottom: 25px;
  }
  .section-title-block {
    margin-bottom: 30px;
  }
  .work-column {
    padding-right: 5px;
    padding-left: 5px;
  }
  .work-row {
    padding-right: 15px;
    padding-left: 15px;
  }
  .work-block-text-container {
    margin-bottom: 10px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .work-title {
    font-size: 19px;
    line-height: 24px;
  }
  .work-title._2 {
    font-size: 13px;
    line-height: 22px;
  }
  .subpage-header {
    height: 350px;
    padding-top: 140px;
  }
  .header-tab-link {
    width: 190px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .bottom-footer-block {
    margin-top: 40px;
  }
  .profile-content {
    overflow: hidden;
    padding-top: 100px;
    padding-left: 60px;
  }
  .profile-image {
    right: -28%;
  }
  .right-column {
    padding-right: 40px;
    padding-left: 10px;
  }
  .intro-icon {
    width: 50px;
    height: 50px;
  }
  .intro-icon-wrapper {
    width: 50px;
    height: 50px;
  }
  .dropdown-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 12px;
  }
  .close-menu {
    left: 30px;
    top: 30px;
  }
  .navnew {
    display: block;
  }
  .navlink {
    margin-left: 0px;
    background-color: #333;
  }
  .navlink.start {
    margin-left: 0px;
  }
  .brand {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
  }
  .tab-link-tab-1.w--current {
    height: 200px;
  }
  .tab-link-tab-2 {
    width: 30%;
    height: 200px;
  }
  .tabs-menu {
    width: auto;
  }
  .tab-link-tab-3 {
    height: 200px;
  }
  .text-block-3 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .text-block-3.unselected {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .text-block-3._3 {
    font-size: 16px;
  }
  .nav-menu {
    height: 100%;
    background-color: #333;
  }
  .icon {
    color: #ededed;
  }
  .heading-9 {
    font-size: 26px;
  }
  .menu-button-2 {
    background-color: transparent;
  }
  .icon-2 {
    color: #fff;
  }
  .div-block-7 {
    display: block;
  }
  .container-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .top-post-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .inner-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .demo-text-wrapper {
    width: 330px;
  }
  .demo-logo-mark-2 {
    display: none;
  }
  .demo-main-text-wrapper {
    width: 510px;
    margin-right: auto;
    margin-left: 18%;
  }
  .d-8-section-home {
    overflow: visible;
    clear: both;
  }
  .demo-banner-bottom-wrapper {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .demo-btn-close-wrapper {
    position: static;
  }
  .demo-right-arrow-wrapper {
    position: fixed;
  }
  .d-8-image-wrapper {
    width: 80%;
    height: 300px;
  }
  .demo-heading.h2.popup {
    line-height: 35px;
  }
  .demo-heading.h1.popup {
    line-height: 60px;
  }
  .demo-left-arrow-wrapper {
    position: fixed;
  }
  .content-wrapper {
    margin-top: 150px;
    margin-bottom: 100px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .d-50-circle-wrapper-2 {
    margin-top: 12px;
  }
  .demo-banner-bottom {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .clone-instructions-panel {
    display: none;
  }
  .image-20 {
    margin-right: 0px;
  }
  .demo-container {
    display: block;
    overflow: hidden;
    height: auto;
    min-height: 100vh;
    clear: both;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .demo-wrapper {
    margin-top: 20px;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .demo-btn-wrapper {
    margin-top: 30px;
  }
  .demo-p.main {
    margin-bottom: 40px;
    padding-right: 32px;
  }
  .demo-p.main.popup {
    line-height: 20px;
  }
  .instructions-wrapper {
    position: relative;
    left: 0%;
    top: 0%;
    margin-bottom: 35px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .div-block-95 {
    width: 25px;
  }
  .facts-wrapper.services {
    border-style: solid;
  }
  .project-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .project-info.new-ap {
    margin: 0px 0px 40px;
  }
  .project-info.new-ap.in-line {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .project-info.new-ap.top-padding {
    margin-top: 40px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .container-middle {
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-side-left {
    margin-bottom: 0px;
  }
  .features-block {
    margin-bottom: 50px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .services-content {
    padding-right: 20px;
  }
  .apartment-image {
    width: 100%;
  }
  .button-wrapper-link.green {
    z-index: 10;
  }
  .tittle-section {
    width: 70%;
  }
  .container-6 {
    position: static;
    padding-right: 10px;
    padding-left: 10px;
  }
  .section-scroll {
    margin-right: 20px;
  }
  .hero-info-block {
    width: 100%;
    margin-left: 0px;
    padding-right: 25px;
  }
  .page-header-bar {
    background-image: linear-gradient(180deg, rgba(0, 159, 173, 0.85), rgba(0, 159, 173, 0.85)), url('../images/matthew-hamilton-202227-unsplash_1.png'), linear-gradient(135deg, #208c96, #009fad);
    background-position: 0px 0px, -154% 100%, 0px 0px;
    background-size: auto, cover, auto;
    background-repeat: repeat, no-repeat, repeat;
  }
  .page-header-bar.singel-portfolio {
    background-image: linear-gradient(180deg, rgba(0, 159, 173, 0.9), rgba(0, 159, 173, 0.9)), url('../images/thana-gu-447908-unsplash.png'), linear-gradient(135deg, #208c96, #009fad), linear-gradient(180deg, transparent, transparent);
    background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px;
    background-size: auto, cover, auto, auto;
    background-repeat: repeat, no-repeatundefined, repeat, repeat;
  }
  .hero-tittle {
    padding-left: 0px;
  }
  .hero-wrapper-flex {
    display: block;
    margin-right: 40px;
    margin-left: 40px;
  }
  .div-info-wrapper {
    width: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .div-info-wrapper.no-padding {
    width: 100%;
    padding-top: 0px;
    padding-right: 0%;
    padding-bottom: 60px;
  }
  .facts-wrapper-center {
    width: 100%;
    max-width: 1200px;
    margin-left: 0px;
  }
  .project-image-side {
    width: 100%;
  }
  .project-image-side.in-flex {
    z-index: 100;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .webpage-image {
    position: static;
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .section-32.dots {
    padding-bottom: 120px;
  }
  .project-side {
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-item {
    width: 50%;
  }
  .portfolio-row.no-padding {
    margin-right: 0px;
    margin-left: 0px;
  }
  .project-content.style {
    width: 100%;
    height: 100%;
    padding-top: 29%;
    padding-bottom: 29%;
  }
  .footer-flex-col.about {
    min-width: 40%;
  }
}

@media (max-width: 767px) {
  .button.take-me-back {
    font-size: 13px;
  }
  .nav-menu-container {
    padding-top: 70px;
  }
  .nav-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 12px;
  }
  .header {
    height: 550px;
  }
  .page-content {
    padding: 30px;
  }
  .page-content.tint {
    padding-top: 30px;
  }
  .header-container {
    top: 40px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .header-title {
    margin-bottom: 5px;
    font-size: 25px;
  }
  .header-title._2 {
    font-size: 16px;
  }
  .header-title.heading {
    font-size: 16px;
  }
  .header-title._3 {
    font-size: 18px;
  }
  .intro-column {
    padding-right: 40px;
    padding-bottom: 30px;
    padding-left: 40px;
  }
  .section-title {
    font-size: 30px;
    line-height: 31px;
  }
  .cta-stripe {
    padding: 50px 30px;
  }
  .work-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .work-row {
    padding-right: 0px;
    padding-left: 0px;
  }
  .work-block-text-container {
    margin-bottom: 20px;
  }
  .work-title {
    font-size: 21px;
  }
  .work-title._2 {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .subpage-header {
    height: 200px;
    padding: 65px 25px 25px;
  }
  .field {
    height: 50px;
    margin-bottom: 15px;
    font-size: 20px;
  }
  .field:focus {
    height: 60px;
  }
  .header-tab-menu {
    height: auto;
  }
  .header-tab-link {
    width: 100%;
    height: 60px;
    padding: 13px 30px 7px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.49);
    text-align: center;
  }
  .header-tab-link.w--current {
    border-bottom-color: rgba(0, 0, 0, 0.25);
  }
  .tab-title {
    display: inline-block;
    margin-top: 8px;
    font-size: 14px;
    line-height: 16px;
  }
  .tab-icon {
    display: inline-block;
    width: 27px;
    margin-top: 3px;
    margin-right: -27px;
    float: left;
  }
  .bottom-footer-block {
    margin-top: 0px;
    padding-bottom: 37px;
  }
  .footer-right {
    padding-right: 30px;
    padding-left: 30px;
  }
  .footer-mid {
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
  }
  .footer-left {
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
  }
  .footer-column {
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }
  .profile-content {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .profile-image {
    width: 400px;
  }
  .profile-text-block {
    width: 65%;
  }
  .intro-paragraph {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 21px;
  }
  .field-label {
    margin-bottom: 8px;
    font-size: 20px;
  }
  .right-column {
    padding-right: 20px;
    padding-left: 0px;
  }
  .dropdown-icon {
    margin-right: 50px;
  }
  .polaroid-image {
    width: 100%;
  }
  .image-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .tab-link-tab-3 {
    padding: 30px 50px;
  }
  .div-block-49.top {
    margin-left: 35px;
  }
  .top-post {
    margin-top: 0px;
    padding-top: 135px;
  }
  .inner-wrapper {
    overflow: visible;
    width: 100%;
    height: 100%;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .demo-close-div.popup {
    top: 50px;
    right: 50px;
  }
  .demo-main-text-wrapper {
    width: auto;
    margin-right: 0px;
    margin-left: 0%;
    padding-right: 41px;
    padding-left: 41px;
  }
  .demo-btn-text.f-1 {
    font-size: 12px;
  }
  .demo-heading.h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .demo-heading.h2.popup {
    font-size: 20px;
    line-height: 30px;
  }
  .demo-heading.h1 {
    max-width: 400px;
    font-size: 35px;
    line-height: 45px;
  }
  .demo-heading.h1.popup {
    max-width: none;
    font-size: 35px;
    line-height: 45px;
  }
  .demo-btn.f-1 {
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .demo-btn.f-2 {
    margin-bottom: 10px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .demo-btn.f-2.bottom-btn {
    margin-bottom: 0px;
  }
  .content-wrapper {
    margin-bottom: 150px;
  }
  .demo-banner-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .clone-instructions-panel {
    display: none;
    height: auto;
  }
  .demo-btn-wrapper {
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .panel-text-wrapper {
    overflow: visible;
    width: 100%;
    height: 420px;
    margin-top: 150px;
  }
  .demo-p.main {
    font-size: 14px;
    line-height: 20px;
  }
  .demo-p.main.popup {
    padding-right: 0px;
    padding-left: 0px;
  }
  .project-info.new-ap {
    margin-bottom: 40px;
  }
  .project-info.new-ap.in-line {
    width: 100%;
  }
  .features-block {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    -webkit-flex-basis: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    border-top: 1px none #000;
  }
  .services-content {
    margin-bottom: 0px;
  }
  .tittle-headline.posts {
    margin-bottom: 20px;
  }
  .apartment-image {
    background-position: 0px 0px, 0% 100%;
    background-size: cover, cover;
  }
  .tittle-section {
    width: 90%;
  }
  .container-6 {
    height: auto;
    border-bottom: 1px none #000;
  }
  .page-header-bar {
    background-image: linear-gradient(180deg, rgba(0, 159, 173, 0.9), rgba(0, 159, 173, 0.9)), url('../images/matthew-hamilton-202227-unsplash_1.png'), linear-gradient(135deg, #208c96, #009fad);
    background-position: 0px 0px, 100% 100%, 0px 0px;
    background-size: auto, cover, auto;
    background-repeat: repeat, repeat, repeat;
  }
  .page-header-bar.singel-portfolio {
    background-image: linear-gradient(180deg, rgba(0, 159, 173, 0.8), rgba(0, 159, 173, 0.8)), url('../images/thana-gu-447908-unsplash.png'), linear-gradient(135deg, #208c96, #009fad), linear-gradient(180deg, transparent, transparent);
    background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px;
    background-size: auto, cover, auto, auto;
    background-repeat: repeat, no-repeatundefined, repeat, repeat;
  }
  .hero-tittle {
    font-size: 60px;
    line-height: 70px;
  }
  .hero-tittle.big {
    font-size: 50px;
    line-height: 60px;
  }
  .hero-wrapper-flex {
    margin-left: 40px;
  }
  .div-info-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .div-info-wrapper.no-padding {
    padding-right: 0%;
  }
  .product-item {
    width: 100%;
  }
  .project-wrapper.style2 {
    margin-bottom: 0px;
  }
  .project-content.style {
    padding-top: 27%;
    padding-bottom: 27%;
  }
  .footer-title-2 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .footer-flex-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-flex-col {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 25px;
  }
  p {
    font-size: 13px;
    line-height: 20px;
  }
  .button {
    margin-top: 6px;
  }
  .button.divider-button.larger {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 10px;
  }
  .button.take-me-back {
    padding: 15px 25px;
  }
  .nav-menu-container {
    padding-top: 60px;
    background-position: 100% 0px;
    background-size: auto;
  }
  .nav-link {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 14px;
  }
  .nav-link.w--current {
    color: #fff;
    font-size: 14px;
  }
  .header {
    height: 100%;
  }
  .header.home {
    height: 50%;
  }
  .header.tabs {
    height: 600px;
  }
  .page-content {
    padding-right: 0px;
    padding-left: 0px;
  }
  .page-content.tint {
    padding-right: 0px;
    padding-left: 0px;
  }
  .page-content.tint2 {
    padding-right: 0px;
    padding-left: 0px;
    background-color: #ededed;
  }
  .page-content.tint2.recrutement {
    padding-right: 10px;
    padding-left: 10px;
  }
  .header-container {
    padding: 200px 10px 40px;
  }
  .header-container.home {
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 10px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-title {
    font-size: 16px;
    line-height: 17px;
    text-shadow: none;
  }
  .header-title._2 {
    font-size: 13px;
    line-height: 18px;
  }
  .header-title.heading {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 25px;
    text-shadow: none;
  }
  .header-title._3 {
    font-size: 12px;
  }
  .header-title.home {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 25px;
    line-height: 35px;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
  }
  .header-title.under {
    font-size: 22px;
    line-height: 25px;
  }
  .intro-column {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .section-title {
    font-size: 25px;
    line-height: 23px;
  }
  .section-title._2 {
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 25px;
  }
  .divider-small {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .cta-stripe {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-title-block {
    margin-bottom: 20px;
  }
  .work-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .work-block-text-container {
    margin-bottom: 15px;
    padding-bottom: 20px;
    border: 0px none transparent;
  }
  .work-title {
    font-size: 18px;
  }
  .work-title._2 {
    margin-bottom: 0px;
    font-size: 13px;
  }
  .subpage-header {
    height: auto;
    padding-top: 75px;
  }
  .field {
    font-size: 17px;
  }
  .header-tab-menu {
    height: auto;
  }
  .header-tabs-content {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .header-tabs {
    height: auto;
  }
  .header-tab-link {
    height: 47px;
    padding-top: 7px;
    padding-left: 22px;
    text-align: left;
  }
  .header-tab-pane {
    height: 600px;
  }
  .header-tab-pane.about-me {
    height: 600px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .header-tab-pane.my-work {
    height: 600px;
  }
  .tab-icon {
    width: 22px;
    margin-top: 5px;
    margin-right: 25px;
  }
  .bottom-footer-block {
    margin-top: 10px;
  }
  .some-button {
    width: 40px;
    height: 40px;
  }
  .bottom-footer-title {
    font-size: 30px;
  }
  .footer-column {
    padding-bottom: 20px;
  }
  .profile-content {
    padding-left: 30px;
  }
  .profile-image {
    right: -40%;
  }
  .profile-text-block {
    width: auto;
  }
  .intro-paragraph {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
  }
  .field-label {
    font-size: 15px;
  }
  .right-column {
    margin-top: 15px;
    padding-right: 0px;
    padding-left: 10px;
  }
  .right-column.test2b {
    padding-top: 0px;
  }
  .right-column.third {
    padding-top: 0px;
  }
  .dropdown-icon {
    margin-right: 30px;
    font-size: 16px;
  }
  .dropdown-link {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 11px;
  }
  .close-menu {
    left: 0px;
    top: 19px;
    right: 30px;
    width: 100%;
    font-size: 12px;
  }
  .image-column {
    padding-top: 20px;
  }
  .colum2mobile {
    margin-top: 20px;
  }
  .nouveau {
    background-position: 3px 50%, 0px 0px;
    font-size: 22px;
  }
  .nouveau.entrepreneur {
    background-position: 3px 50%, 0px 0px;
  }
  .divpopup {
    display: none;
    width: 95%;
    opacity: 0;
  }
  .navnew {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .navlink {
    z-index: 50;
  }
  .brand {
    z-index: 51;
  }
  .tab-link-tab-1 {
    width: 100%;
    height: 125px;
    margin-bottom: 10px;
  }
  .tab-link-tab-1.w--current {
    width: 100%;
    height: 125px;
  }
  .tab-link-tab-2 {
    width: 100%;
    height: 125px;
  }
  .tab-link-tab-2.w--current {
    width: 100%;
    height: 125px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .tabs-menu {
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-2._1.solo {
    padding: 5px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-position: 50% 10%;
    background-size: 50px;
  }
  .div-block-2._2.solooo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-position: 50% 10%;
    background-size: 50px;
  }
  .div-block-2._2.solooo.maconerie {
    background-image: url('../images/hammer.png');
  }
  .div-block-2._3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 5px 6px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-position: 50% 10%;
    background-size: 50px;
  }
  .heading-5 {
    font-size: 32px;
    line-height: 40px;
  }
  .tab-link-tab-3 {
    display: block;
    width: 100%;
    height: 125px;
    margin-top: 10px;
    padding: 5px;
    border: 1px solid #000;
    background-color: #333;
  }
  .text-block-3 {
    margin-bottom: 0px;
    font-size: 12px;
  }
  .text-block-3.unselected {
    margin-bottom: 0px;
    font-size: 12px;
  }
  .text-block-3._3 {
    font-size: 11px;
  }
  .nav-menu {
    width: auto;
    height: auto;
  }
  .image-3 {
    margin-top: 15px;
    margin-right: 20px;
  }
  .text-block-6 {
    margin-bottom: 0px;
  }
  .heading-9 {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 18px;
  }
  .column-3 {
    padding-top: 0px;
    padding-left: 0px;
    text-align: left;
  }
  .column-4 {
    padding-left: 0px;
  }
  .column-5 {
    padding-left: 0px;
  }
  .column-6 {
    padding-left: 0px;
  }
  .icon-2 {
    color: #fff;
  }
  .div-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .field-label-2.dispo.poste {
    text-align: center;
  }
  .form {
    padding-right: 0px;
    padding-left: 0px;
  }
  .radio-button-field._3 {
    margin-left: 0px;
  }
  .radio-button-field._3._2 {
    margin-left: 0px;
  }
  .radio-button-label {
    display: block;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-13 {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .columns-6 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .column-13 {
    text-align: left;
  }
  .heading-10 {
    font-size: 18px;
    line-height: 25px;
  }
  .div-block-14 {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .text-span-2 {
    display: none;
  }
  .columns-7 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .column-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .columns-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .column-15 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .columns-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .column-16 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-span-3 {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 30px;
    line-height: 32px;
    font-weight: 400;
  }
  .text-block-7 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
  }
  .success-message {
    margin-top: 100px;
    padding-right: 10px;
    padding-left: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.52)), to(rgba(51, 51, 51, 0.52))), url('../images/Pattern-Tiles.png');
    background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.52), rgba(51, 51, 51, 0.52)), url('../images/Pattern-Tiles.png');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
  }
  .heading-11 {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
  }
  .top-post {
    padding-top: 105px;
    padding-bottom: 30px;
  }
  .inner-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .demo-text-wrapper {
    width: 100%;
    max-width: 330px;
  }
  .demo-main-text-wrapper {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .demo-mark-2 {
    width: 80px;
    padding: 10px;
  }
  .demo-banner-top {
    padding-right: 20px;
    padding-left: 0px;
  }
  .demo-mark-logo-wrapper {
    margin-left: 10px;
  }
  .demo-banner-bottom-wrapper {
    margin-left: 10px;
  }
  .demo-btn-close-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .demo-right-arrow-wrapper {
    width: 50px;
  }
  .demo-arrow-text {
    display: none;
  }
  .demo-heading.h2 {
    font-size: 15px;
    line-height: 20px;
  }
  .demo-heading.h2.popup {
    font-size: 15px;
    line-height: 20px;
  }
  .demo-heading.h1 {
    font-size: 25px;
    line-height: 35px;
  }
  .demo-heading.h1.popup {
    font-size: 25px;
    line-height: 35px;
  }
  .demo-left-arrow-wrapper {
    width: 50px;
  }
  .demo-btn.f-2.bottom-btn {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .content-wrapper {
    margin-bottom: 200px;
  }
  .demo-banner-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .clone-instructions-panel {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    overflow: visible;
    width: 100%;
    height: 100%;
  }
  .demo-bottom-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .image-20 {
    margin-top: 0px;
    margin-right: 0px;
  }
  .demo-wrapper {
    margin-top: 50px;
  }
  .demo-btn-wrapper {
    width: 180px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .panel-text-wrapper {
    margin-top: 0px;
  }
  .demo-p.main {
    padding-right: 0px;
    font-size: 14px;
  }
  .facts-wrapper.services {
    height: auto;
    padding-right: 30px;
    padding-left: 30px;
  }
  .service-headline.center {
    text-align: center;
  }
  .project-info {
    width: auto;
  }
  .project-info.new-ap {
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .project-info.new-ap.in-line {
    padding-right: 0px;
    padding-left: 0px;
  }
  .icon-services-2.featured {
    margin-right: 0px;
    padding-bottom: 20px;
  }
  .features-block {
    border-top-style: none;
    border-top-color: #e4ecf6;
  }
  .features-block.in-line {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .service-tittle.in-line {
    margin-top: 20px;
  }
  .services-content {
    width: 100%;
    padding-right: 0px;
  }
  .tittle-headline {
    font-size: 25px;
    line-height: 30px;
  }
  .tittle-headline.posts {
    margin-bottom: 20px;
  }
  .apartment-image {
    background-position: 50% 100%, 50% 100%;
  }
  .number-text {
    font-size: 16px;
  }
  .container-6 {
    position: relative;
    height: auto;
  }
  .hero-info-block {
    margin-right: 0px;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hero-tittle {
    font-size: 40px;
    line-height: 50px;
  }
  .hero-tittle.big {
    font-size: 40px;
    line-height: 50px;
  }
  .hero-wrapper-flex {
    display: block;
    margin-right: auto;
    margin-left: 8%;
  }
  .div-info-wrapper {
    padding-right: 0%;
  }
  .div-info-wrapper.no-padding {
    padding-right: 0%;
    padding-bottom: 30px;
  }
  .question-tittle {
    text-align: left;
  }
  .section-32.dots {
    padding-bottom: 100px;
  }
  .paragraph-project {
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 22px;
  }
  .project-header {
    font-size: 18px;
    line-height: 28px;
  }
  .project-content.style {
    padding-top: 22%;
    padding-bottom: 22%;
  }
}

#w-node-a85a304cb97f-f6da6afa {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-50bf500385cd-f6da6afa {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-769e01e5bb83-f6da6afa {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-e9c37db0a265-f6da6afa {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-939c0f91f40d-f6da6afa {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-939c0f91f411-f6da6afa {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-939c0f91f415-f6da6afa {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-939c0f91f419-f6da6afa {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-12e74b99ece4-f6da6afa {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-5f3db1fab483-f6da6afa {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-efed93e90615-f6da6afa {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-77c4d7f4f19f-f6da6afa {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-3200babe307b-f6da6afa {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-7534794adeb0-f6da6afa {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-b44b01e3224f-f6da6afa {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ac57734bc4c0-f6da6afa {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-1be070e56b83-f6da6afa {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-7602d7b86dac-f6da6afa {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-24aa20b5149f-f6da6afa {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-f550ad38eeaf-f6da6afa {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f5a03e70cc78-f6da6afa {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-5ddd490ae648-f6da6afa {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-76a8a8dfc7dc-f6da6afa {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-6a592354e288-f6da6afa {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-a43ad181252c-f6da6afa {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-cc593fea35ef-f6da6afa {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-4670efce356a-f6da6afa {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-4e58280077d4-f6da6afa {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-a6a336b3d664-f6da6afa {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-89f0cac1e38e-f6da6afa {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-89f0cac1e390-f6da6afa {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-9a36edd7aaeb-f6da6afa {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-9a36edd7aaed-f6da6afa {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-62af74908162-f6da6afa {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-2ef30d4586f9-f6da6afa {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-2ef30d4586fb-f6da6afa {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-2ef30d4586ff-f6da6afa {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-2ef30d458701-f6da6afa {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-2ef30d458705-f6da6afa {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-2ef30d458707-f6da6afa {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-b73cc21b7a22-f6da6afa {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-66ddbc59dde2-f6da6afa {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-66ddbc59dde4-f6da6afa {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-66ddbc59dde8-f6da6afa {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-66ddbc59ddea-f6da6afa {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-66ddbc59ddee-f6da6afa {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-66ddbc59ddf0-f6da6afa {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-488fdb4a4ec9-577cbbf7 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-488fdb4a4ecd-577cbbf7 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-488fdb4a4ed1-577cbbf7 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-488fdb4a4ed5-577cbbf7 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

