:root {
  --white: white;
  --paragraphs-color: #434b50;
  --heading-color: #141e24;
  --main-color-2: #14447b;
  --main-color: #1b85e7;
  --dark-paragraphs-color: #b5b7c3;
  --midnight-blue: #04254a;
  --firebrick: #bd1d30;
  --subtitle-line-color: #00d98e;
  --background-color-1: #2a2e42;
  --light-background-color: #f5f8fa;
  --border: #d7dbdf;
  --footer-color: #1f2231;
  --background-color-2: #3a405a;
}

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

body {
  background-color: var(--white);
  color: var(--paragraphs-color);
  align-self: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8em;
}

h1 {
  color: var(--heading-color);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 58px;
  font-weight: 600;
  line-height: 1.2em;
}

h2 {
  color: var(--heading-color);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2em;
}

h3 {
  color: var(--heading-color);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2em;
}

h4 {
  color: var(--main-color-2);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
}

h5 {
  color: var(--heading-color);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
}

h6 {
  color: var(--heading-color);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--main-color);
  text-decoration: underline;
  transition: color .2s;
}

a:hover {
  color: var(--heading-color);
}

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

ol {
  color: var(--heading-color);
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 40px;
}

li {
  margin-top: 4px;
  margin-bottom: 4px;
  padding-left: 10px;
  font-weight: 500;
}

strong {
  font-weight: 600;
}

blockquote {
  border-left: 2px solid var(--main-color);
  margin-top: 22px;
  margin-bottom: 22px;
  margin-left: 25px;
  padding: 8px 32px;
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.7em;
}

figure {
  margin-top: 40px;
  margin-bottom: 40px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  font-size: 16px;
}

.section-gradient {
  background-image: linear-gradient(#14447b, #14447b);
}

.section-gradient.red {
  color: #fff;
  background-image: linear-gradient(#bd1d30, #bd1d30);
}

.paragraph {
  color: var(--main-color-2);
}

.paragraph.center {
  max-width: 900px;
  color: var(--main-color-2);
  text-align: center;
}

.paragraph.center.contact {
  color: var(--dark-paragraphs-color);
}

.paragraph.advantages {
  max-width: 335px;
  text-align: center;
}

.paragraph.light {
  color: rgba(245, 248, 250, .81);
}

.grid-hero {
  min-height: 95vh;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: .9fr 1fr;
  grid-template-columns: 2fr 1fr 1fr;
  margin-left: 14px;
  margin-right: 14px;
  padding-top: 62px;
  position: relative;
  top: 30px;
}

.navbar {
  z-index: 100;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.header {
  height: 92px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
  position: relative;
}

.block-header-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.brand {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: transform .2s;
  display: flex;
}

.image-block {
  transform-origin: 100%;
  position: relative;
}

.image-color-fill {
  z-index: 10;
  background-color: var(--midnight-blue);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-color-fill.light {
  background-color: #e8eaee;
}

.img-hero-1-1 {
  height: 100%;
  background-image: url('../images/hero1_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.img-hero-1-2 {
  height: 100%;
  background-image: url('../images/hero1_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.img-hero-1-3 {
  height: 100%;
  background-image: url('../images/hero1_3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.heading-hero {
  max-width: 800px;
  min-width: 400px;
  color: var(--white);
  margin-top: 5px;
  margin-bottom: 20px;
}

.hero-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 40px;
  padding-left: 80px;
  padding-right: 55px;
  display: flex;
}

.subtitle-text-white {
  color: var(--white);
  text-align: center;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
}

.subtitle-line {
  width: 100%;
  height: 2px;
  background-color: var(--firebrick);
  margin-top: 2px;
}

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

.button-default {
  background-color: var(--main-color);
  color: var(--white);
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 21px 30px 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  transition: background-color .2s;
}

.button-default:hover {
  background-color: var(--heading-color);
  color: var(--white);
}

.link-phone {
  color: var(--white);
  letter-spacing: 1.4px;
  margin-left: 17px;
  margin-right: 17px;
  padding: 10px;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.link-phone:hover {
  color: var(--subtitle-line-color);
}

.link-phone.light {
  color: var(--heading-color);
}

.link-phone.light:hover {
  color: var(--main-color);
}

.block-header-right {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-link {
  color: var(--white);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  transition: color .2s;
}

.nav-link:hover {
  color: var(--subtitle-line-color);
}

.nav-link.light {
  color: var(--main-color-2);
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  font-weight: 600;
}

.nav-link.light:hover, .nav-link.light.w--current {
  color: var(--midnight-blue);
}

.text-dropdown {
  color: var(--white);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

.icon-dropdown {
  color: var(--white);
  font-size: 12px;
}

.dropdown-toggle {
  padding-left: 26px;
  padding-right: 36px;
}

.dropdown-link {
  color: var(--heading-color);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 8px 26px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  transition: color .2s;
}

.dropdown-link:hover {
  color: var(--main-color);
}

.dropdown-list {
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-list.w--open {
  background-color: var(--white);
  padding-top: 13px;
  padding-bottom: 13px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}

.section-white {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px 14px;
  display: flex;
}

.section-white.logo-bg {
  background-image: url('../images/Logo-BG.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 48%;
}

.section-white.no-top-space {
  padding-top: 0;
}

.section-white.valuessection {
  background-image: url('../images/Valeurs-bcgrnd.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-white.logo-bg-color {
  background-image: url('../images/Construction-effet-logo2.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 48%;
}

.section-white.logo-bg-dev {
  background-image: url('../images/Terrain-effet-logo2.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 45%;
}

.section-white.logo-bg-financement {
  background-image: url('../images/Financement-effet3.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 48%;
}

.title {
  color: var(--main-color-2);
  margin-top: 5px;
  margin-bottom: 30px;
  font-weight: 700;
}

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

.title.center.contact {
  color: var(--midnight-blue);
  margin-bottom: 5px;
  font-size: 40px;
  font-weight: 700;
}

.title.margin-bottom {
  margin-bottom: 100px;
}

.title.services {
  color: var(--light-background-color);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.8em;
}

.subtitle-text {
  color: var(--heading-color);
  text-align: center;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
}

.content-short {
  max-width: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.content-short.contact {
  min-height: 400px;
  min-width: 100px;
  margin-top: 30px;
}

.paragraph-large {
  max-width: 900px;
  color: var(--main-color-2);
  text-align: center;
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 1.8em;
}

.section-light-gray {
  background-color: var(--light-background-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px 14px;
  display: flex;
}

.section-light-gray.smaller {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-light-gray.bigger {
  padding-top: 220px;
}

.grid-info-numbers {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.content {
  width: 100%;
  max-width: 1300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.content.center {
  display: flex;
}

.block-info-number {
  border-left: 2px solid var(--border);
  padding-left: 46px;
}

.block-info-number.no-border {
  border-left-style: none;
}

.block-info-number.flex {
  border-left-style: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.info-number {
  color: var(--main-color-2);
  font-size: 58px;
  font-weight: 600;
  line-height: 1em;
  display: inline-block;
}

.info-text {
  color: var(--main-color-2);
  font-weight: 500;
  line-height: 1.5em;
}

.power {
  text-transform: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2em;
  display: inline-block;
  transform: translate(0, -6px);
}

.grid-2-olumns {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
}

.grid-2-olumns.contact {
  grid-column-gap: 0px;
  border-radius: 5px;
  grid-template-rows: repeat(auto-fit, 500px);
  grid-template-columns: minmax(0, .75fr) repeat(auto-fit, minmax(1px, 1fr));
  margin-bottom: 0;
  padding-bottom: 60px;
}

.image-block-margin {
  z-index: 10;
  transform-origin: 100%;
  margin-top: -30px;
  position: relative;
  top: 30px;
}

.image-block-margin.new {
  height: 500px;
  min-height: 0;
}

.title-white {
  color: var(--white);
  text-align: left;
  margin-top: 5px;
  margin-bottom: 30px;
  font-weight: 700;
}

.block-grid {
  max-width: 550px;
  margin-right: 14px;
}

.content-gradient-grid {
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 140px;
  margin-bottom: 140px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.dark-paragraphs {
  color: var(--dark-paragraphs-color);
}

.img-video-presentation {
  height: 100%;
  background-image: url('../images/BiblioHome.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.img-video-presentation.withbottom {
  justify-content: flex-end;
}

.img-video-presentation.withbotto2 {
  background-image: url('../images/BatshawSmall.jpg');
  background-position: 50%;
  justify-content: flex-end;
}

.img-video-presentation.withbotto4 {
  background-image: url('../images/Hampton-2-1.jpg');
  background-position: 50%;
  justify-content: flex-end;
}

.img-video-presentation.withbotto5 {
  background-image: url('../images/HeaderSu.jpg');
  background-position: 50%;
  justify-content: flex-end;
}

.img-video-presentation.withbotto6 {
  background-image: url('../images/SailClose.jpg');
  background-position: 50%;
  justify-content: flex-end;
}

.icon-play {
  transition: transform .2s;
}

.icon-play:hover {
  transform: scale(1.15);
}

.hero-text-block {
  margin-top: 55px;
  margin-bottom: 55px;
}

.grid-projects {
  width: 100%;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: minmax(400px, 25vw);
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(400px, 25vw);
  margin-top: 30px;
  margin-bottom: 40px;
}

.link-project-block {
  transform-origin: 100%;
  position: relative;
  overflow: hidden;
}

.img-projects {
  height: 100%;
  background-image: none;
  position: relative;
}

.img-projects._1-project {
  background-image: url('../images/project_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-projects._2-project {
  background-image: url('../images/project_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-projects._3-project {
  background-image: url('../images/project_3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.project-info {
  background-image: linear-gradient(to bottom, transparent, var(--background-color-1));
  padding: 60px 30px 30px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.title-project {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 5px;
}

.info-text-project {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

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

.grid-partner-logo {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: 130px 130px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 130px;
  align-content: center;
}

.partner-logo {
  width: 100%;
  height: 100%;
  transform-origin: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slider {
  height: 100%;
  background-color: var(--footer-color);
}

.slide-nav {
  font-size: 8px;
  display: none;
}

.slide-1 {
  background-image: url('../images/apartment_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/apartment_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/apartment_3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.right-arrow, .left-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-right-arrow {
  transition: transform .2s;
}

.icon-right-arrow:hover {
  transform: scale(1.15);
}

.icon-left-arrow {
  transition: transform .2s;
}

.icon-left-arrow:hover {
  transform: scale(1.15);
}

.grid-advantages {
  width: 100%;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 10px;
}

.block-advantage {
  transform-origin: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px 25px 10px;
  display: flex;
  position: relative;
}

.title-advantages {
  text-align: center;
  margin-top: 18px;
  margin-bottom: 16px;
}

.icon-advantage {
  width: 60px;
  height: 60px;
}

.collection-list {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: 440px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: 440px;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 40px;
}

.link-post-block {
  width: 100%;
  height: 100%;
  transform-origin: 100%;
  position: relative;
  overflow: hidden;
}

.img-post {
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.post-info {
  background-image: linear-gradient(to bottom, transparent, var(--background-color-1));
  padding: 60px 28px 28px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.title-post {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 12px;
  text-decoration: none;
}

.info-data-post {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.info-day-post {
  color: var(--white);
  margin-bottom: 12px;
  font-size: 58px;
  font-weight: 600;
  line-height: .9em;
  text-decoration: none;
}

.footer {
  background-color: #0c2b5c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 38px;
  padding-right: 38px;
  display: flex;
}

.content-footer-top {
  width: 100%;
  max-width: 1300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 95px;
  margin-bottom: 95px;
}

.content-footer-down {
  width: 100%;
  height: 90px;
  max-width: 1300px;
  border-top: 1px solid rgba(181, 183, 195, .3);
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.grid-footer {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.title-footer {
  color: var(--white);
  margin-bottom: 30px;
}

.paragraph-footer {
  color: var(--dark-paragraphs-color);
  font-size: 16px;
  line-height: 1.8em;
}

.link-footer {
  color: var(--dark-paragraphs-color);
  text-align: left;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

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

.column-link-footer {
  padding-left: 0;
  padding-right: 14px;
}

.form-footer {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-field-dark {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 2px solid rgba(181, 183, 195, .4);
  margin-bottom: 0;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8em;
  transition: border-color .2s;
}

.text-field-dark:focus {
  border-bottom-color: var(--white);
}

.text-field-dark::-ms-input-placeholder {
  color: rgba(181, 183, 195, .5);
}

.text-field-dark::placeholder {
  color: rgba(181, 183, 195, .5);
}

.submit-button-footer {
  color: var(--white);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #bd1d30;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  transition: background-color .2s;
}

.submit-button-footer:hover {
  border-bottom-color: var(--main-color);
}

.form-block-footer {
  margin-top: 22px;
}

.text-success {
  color: var(--white);
  font-size: 16px;
}

.text-success.light {
  color: var(--heading-color);
}

.success-message {
  border: 2px solid var(--subtitle-line-color);
  background-color: rgba(0, 0, 0, 0);
  padding: 10px 15px;
}

.text-error {
  font-size: 16px;
}

.error-message {
  color: #f35b5e;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  font-size: 16px;
}

.block-footer {
  color: var(--dark-paragraphs-color);
}

.footer-block-left {
  align-items: center;
  display: flex;
}

.footer-block-right {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block {
  opacity: .5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 14px 15px;
  transition: opacity .2s;
  display: flex;
}

.link-block:hover {
  opacity: 1;
}

.image {
  width: 18px;
  height: 18px;
}

.brand-footer {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: transform .2s;
  display: flex;
}

.brand-footer:hover {
  transform: scale(1.05);
}

.text-footer-down {
  color: var(--dark-paragraphs-color);
  margin-left: 25px;
  margin-right: 15px;
  font-size: 16px;
}

.link-footer-down {
  color: var(--dark-paragraphs-color);
  margin-left: 15px;
  margin-right: 15px;
  font-size: 16px;
  text-decoration: none;
  transition: color .2s;
}

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

.link-text-footer-down {
  color: var(--dark-paragraphs-color);
  text-decoration: none;
  transition: color .2s;
}

.link-text-footer-down:hover {
  color: var(--white);
}

.bg-header {
  height: 0%;
  background-color: var(--white);
  transform-origin: 50% 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}

.bg-header.dark {
  background-color: var(--footer-color);
}

.button-header {
  background-color: var(--main-color);
  color: var(--white);
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  flex: none;
  padding: 21px 30px 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  transition: background-color .2s;
}

.button-header:hover {
  background-color: var(--heading-color);
  color: var(--white);
}

.grid-hero-2 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  margin-top: 92px;
}

.icon-dropdown-light {
  color: var(--heading-color);
  font-size: 12px;
}

.text-dropdown-light {
  color: var(--heading-color);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

.dropdown-list-light {
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-list-light.w--open {
  background-color: var(--white);
  padding-top: 13px;
  padding-bottom: 13px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}

.background-video {
  height: 100%;
  min-height: 650px;
}

.hero-2-text-block {
  max-width: 700px;
}

.dark-paragraphs-hero {
  color: var(--dark-paragraphs-color);
  margin-top: 30px;
  margin-bottom: 38px;
}

.title-form {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 15px;
}

.form-request {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: ". ."
                 ". ."
                 "Area-2 Area-2" minmax(100px, 4.5fr)
                 "Area Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.submit-button-dark {
  background-color: var(--white);
  color: var(--heading-color);
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 21px 30px 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  transition: color .2s, background-color .2s;
}

.submit-button-dark:hover {
  background-color: var(--main-color);
  color: var(--white);
}

.content-gradient-hero-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 120px;
  margin-bottom: 120px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.grid-gallery {
  width: 100%;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: minmax(440px, 1fr) minmax(440px, 1fr);
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: minmax(440px, 1fr);
  margin-top: 10px;
}

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

.gallery.img1 {
  background-image: url('../images/apartment_4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery.img2 {
  background-image: url('../images/apartment_5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery.img3 {
  background-image: url('../images/apartment_6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery.img4 {
  background-image: url('../images/apartment_3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery.img5 {
  background-image: url('../images/apartment_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery.img-about-1 {
  background-image: url('../images/project_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery.img-about-2 {
  background-image: url('../images/project_3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery.img6 {
  background-image: url('../images/apartment_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.lightbox-link {
  transform-origin: 100%;
  position: relative;
  overflow: hidden;
}

.block-gradient {
  background-image: linear-gradient(150deg, var(--background-color-1), var(--background-color-2));
  transform-origin: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 35px;
  display: flex;
  position: relative;
}

.heading-block-gallery {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 25px;
}

.heading-block-gallery.real {
  margin-top: 0;
  margin-bottom: 0;
}

.block-text-gallery {
  margin-left: 50px;
  margin-right: 50px;
}

.block-house-plan {
  transform-origin: 100%;
  position: relative;
}

.columns-table {
  width: 100%;
  margin-top: 30px;
}

.text-table {
  font-weight: 500;
}

.column-table {
  border-right: 1px solid var(--border);
  flex-direction: row;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 30px;
  display: flex;
}

.column-table.right {
  border-right-style: none;
  padding-left: 30px;
  padding-right: 0;
}

.table-block-left {
  margin-right: 5px;
}

.table-block-right {
  margin-left: 10px;
}

.text-contact-link {
  color: var(--white);
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.text-contact-link:hover {
  color: var(--subtitle-line-color);
}

.text-info-contact {
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3em;
}

.block-contact {
  margin-top: 30px;
  margin-bottom: 30px;
}

.space-border {
  height: 1px;
  background-color: #4c4f65;
  margin-top: 20px;
  margin-bottom: 20px;
}

.img-agent {
  height: 100%;
  min-height: 650px;
  background-image: url('../images/agent.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section-hero {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: 30vh minmax(40vh, 1fr);
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 92px;
  margin-left: 14px;
  display: grid;
}

.block-gradient-hero-3 {
  background-image: linear-gradient(150deg, var(--background-color-1), var(--background-color-2));
  transform-origin: 100%;
  padding: 20px 100px;
  position: relative;
  top: 30px;
}

.img-hero-3 {
  height: 100%;
  background-image: url('../images/home3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.dark-paragraphs-hero-3 {
  max-width: 550px;
  color: var(--dark-paragraphs-color);
  margin-top: 30px;
  margin-bottom: 38px;
}

.section-hero-4 {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.slider-hero {
  height: 100%;
  background-color: var(--footer-color);
}

.bg-header-slider {
  z-index: 20;
  height: 200px;
  background-image: linear-gradient(rgba(0, 0, 0, .72), rgba(0, 0, 0, 0));
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hero-slide-1 {
  background-image: url('../images/Hero-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slide-1.arena1 {
  background-image: url('../images/Arena1.jpg');
  background-position: 50% 100%;
}

.hero-slide-2 {
  background-image: url('../images/image.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slide-2.arena2 {
  background-image: url('../images/Arena1_1.jpg');
}

.hero-slide-2.arena3 {
  background-image: url('../images/Arena2.jpg');
}

.hero-slide-2.arena4 {
  background-image: url('../images/Arena3.jpg');
}

.hero-slide-2.arena5 {
  background-image: url('../images/Arena4.jpg');
}

.hero-slide-2.arena6 {
  background-image: url('../images/Arena5.jpg');
}

.hero-slide-2.arena7 {
  background-image: url('../images/Arena6.jpg');
}

.hero-slide-2.arena8 {
  background-image: url('../images/Arena7.jpg');
}

.hero-slide-2.loggia2 {
  background-image: url('../images/Loggia2.jpg');
}

.hero-slide-2.loggia3 {
  background-image: url('../images/Loggia3.jpg');
}

.hero-slide-2.loggia4 {
  background-image: url('../images/Loggia4.jpg');
}

.hero-slide-2.loggia5 {
  background-image: url('../images/Loggia5.jpg');
}

.hero-slide-2.loggia6 {
  background-image: url('../images/Loggia6.jpg');
}

.left-arrow-hero {
  z-index: 26;
  width: 60px;
  height: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 28px;
  left: auto;
  right: 86px;
  overflow: visible;
}

.right-arrow-hero {
  z-index: 26;
  width: 60px;
  height: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 28px;
  left: auto;
  right: 28px;
  overflow: visible;
}

.button-white {
  background-color: var(--white);
  color: var(--heading-color);
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 21px 30px 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  transition: color .2s, background-color .2s;
}

.button-white:hover {
  background-color: var(--main-color);
  color: var(--white);
}

.button-white.small {
  padding-top: 14px;
  padding-bottom: 15px;
}

.button-white.small:hover {
  background-color: var(--main-color-2);
}

.section-first {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 14px;
  display: flex;
}

.post-header {
  width: 100%;
  height: 550px;
  transform-origin: 100%;
  position: relative;
}

.image-post {
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.block-post-text {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .72));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 40px 50px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-post {
  max-width: 900px;
  color: var(--white);
  text-align: center;
  display: inline-block;
}

.container-text {
  margin-top: 70px;
  margin-bottom: 70px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 92px;
  display: flex;
  position: relative;
}

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

.utility-page-form {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: stretch;
  display: grid;
}

.block-single-title {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 65px;
  padding-bottom: 70px;
  display: flex;
}

.heading-hero-single {
  max-width: 700px;
  color: var(--heading-color);
  text-align: center;
  margin-top: 5px;
  margin-bottom: 20px;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
}

.collection-list-news-page {
  width: 100%;
  margin-bottom: 140px;
}

.image-about {
  width: 100%;
  height: 100%;
  background-image: url('../images/home3.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.image-block-about {
  width: 100%;
  height: 470px;
  transform-origin: 100%;
  position: relative;
}

.grid-img-page {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: 600px;
  grid-auto-rows: 600px;
}

.img-map {
  height: 100%;
  background-image: url('../images/map.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-block-single {
  width: 100%;
  height: 600px;
  transform-origin: 100%;
  position: relative;
}

.img-project-1 {
  width: 100%;
  height: 100%;
  background-image: url('../images/home3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-single-page {
  width: 100%;
  min-height: 85vh;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-rows: 1fr;
}

.img-project-1-1 {
  height: 100%;
  background-image: url('../images/project_1-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.img-project-1-2 {
  height: 100%;
  background-image: url('../images/project_1-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.img-project-1-3 {
  height: 100%;
  background-image: url('../images/project_1-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.img-project-1-4 {
  height: 100%;
  background-image: url('../images/project_1-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.title-single-project {
  color: var(--white);
  margin-bottom: 5px;
}

.project-info-page {
  background-image: linear-gradient(to bottom, transparent, var(--background-color-1));
  padding: 60px 50px 50px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-block-contact-page {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
}

.text-field-light {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--border);
  color: var(--heading-color);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8em;
  transition: border-color .2s;
}

.text-field-light:focus {
  border-bottom-color: var(--heading-color);
}

.text-field-light::-ms-input-placeholder {
  color: rgba(20, 30, 36, .4);
}

.text-field-light::placeholder {
  color: rgba(20, 30, 36, .4);
}

.textarea {
  max-height: 300px;
  max-width: 100%;
  min-height: 100px;
  min-width: 100%;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--border);
  color: var(--heading-color);
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8em;
  transition: border-color .2s;
}

.textarea:focus {
  border-bottom-color: var(--heading-color);
}

.textarea::-ms-input-placeholder {
  color: rgba(20, 30, 36, .4);
}

.textarea::placeholder {
  color: rgba(20, 30, 36, .4);
}

.submit-button-light {
  background-color: var(--main-color);
  color: var(--white);
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 21px 30px 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  transition: background-color .2s;
}

.submit-button-light:hover {
  background-color: var(--heading-color);
  color: var(--white);
}

.submit-button-light.contact {
  background-color: var(--firebrick);
}

.paragraph-404 {
  margin-top: 0;
  margin-bottom: 22px;
}

.block-splash {
  transform-origin: 100%;
  background-color: #f5f8fb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 55px;
  display: flex;
  position: relative;
}

.bg-utility-page {
  z-index: -20;
  background-color: var(--light-background-color);
  background-image: radial-gradient(circle farthest-side at 50% 50%, var(--light-background-color), rgba(255, 255, 255, .4)), url('../images/home3.jpg');
  transform-origin: 100%;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin: 92px 14px 14px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.full-bg-hero-section {
  min-height: 50vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  margin-top: 110px;
}

.full-bg-hero-section.home {
  background-image: url('../images/Hero-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  padding: 200px 100px;
}

.nav-logo {
  min-width: 330px;
}

.nav-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-container {
  height: 80px;
  background-color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
  position: relative;
}

.nav-top-bar {
  width: 100%;
  height: 30px;
  background-color: #fff;
  justify-content: flex-end;
  align-items: flex-end;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
}

.top-nav-link {
  color: rgba(20, 68, 123, .76);
  text-transform: uppercase;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
}

.top-nav-link:hover {
  color: var(--main-color-2);
}

.hero-title {
  color: #fff;
  margin-bottom: 40px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 68px;
}

.hero-title.blue {
  color: var(--main-color-2);
  padding-bottom: 0;
  padding-left: 10px;
}

.hero-title.size {
  width: 800px;
}

.hero-title.white {
  color: #fff;
  padding-bottom: 0;
  padding-left: 10px;
}

.button {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  padding-left: 60px;
  padding-right: 60px;
}

.button:hover {
  background-color: var(--white);
  color: #14447b;
}

.button.blue {
  border-color: var(--main-color-2);
  color: var(--main-color-2);
}

.button.blue:hover {
  background-color: var(--main-color-2);
  color: var(--white);
}

.info-img {
  height: auto;
  max-height: 125px;
  max-width: 220px;
  margin-bottom: 30px;
}

.full-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._4-col-grid {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

._4-col-grid.margin-bottom {
  padding-bottom: 100px;
}

._4-col-grid.moremargin {
  margin-top: 25px;
}

.footer-grid {
  grid-column-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1fr;
}

.footerr-logo-right {
  max-width: 50px;
}

.nav-shadow {
  height: 100%;
  transform-origin: 50% 0;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 10px 10px -6px rgba(0, 0, 0, .1);
}

.title-heo-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 110px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.full-hero-img-section {
  height: 650px;
}

._2-col-grid {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-title-underline {
  border-bottom: 2px solid var(--firebrick);
  color: var(--main-color-2);
  margin-bottom: 40px;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
}

.section-p {
  color: var(--main-color-2);
  margin-bottom: 40px;
}

.section-p-large {
  color: var(--main-color-2);
  text-align: center;
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 1.8em;
}

.semi-bold-title.center {
  color: var(--main-color-2);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 100px;
}

.item-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.item-wrap {
  height: 400px;
  background-color: var(--midnight-blue);
  transition: opacity .2s, color .2s;
  position: relative;
  overflow: hidden;
}

.item-wrap:hover {
  opacity: .9;
}

.item-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1em;
}

.item-details-wrap {
  width: 100%;
  color: #fff;
  padding: 10px 20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.item-details-wrap.special {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.item-subtitle {
  line-height: 1.5em;
}

.bottomlink {
  width: 100%;
  color: var(--white);
  text-align: right;
  background-color: rgba(0, 0, 0, .3);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 2%;
  font-size: 14px;
  text-decoration: none;
  transition: background-color .3s, color .2s;
}

.bottomlink:hover {
  color: #dbdbdb;
  background-color: rgba(0, 0, 0, .5);
}

.social-media {
  margin-top: 15px;
  display: flex;
}

.social-media-logo {
  width: 24px;
  margin-top: 0;
  margin-right: 24px;
  transition: opacity .3s;
}

.social-media-logo:hover {
  opacity: .78;
}

.valuediv {
  width: 670px;
  text-align: center;
}

.valuetext {
  color: var(--main-color-2);
}

.section-dark-blue {
  background-color: var(--midnight-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px 14px;
  display: flex;
}

.service1 {
  max-width: 160px;
  border-bottom: 2px solid var(--firebrick);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.partnersection {
  height: 800px;
  background-image: url('../images/BlackWhite1b.jpg');
  background-position: 0 0;
  background-size: cover;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5%;
  display: flex;
}

.partnersection.image1 {
  height: 600px;
  background-image: url('../images/BlackWhite1.jpg');
  background-position: 50%;
  background-size: cover;
}

.partnersection.image2 {
  height: 600px;
  background-image: url('../images/BlackWhite4.jpg');
  background-position: 50%;
}

.hero-slide-a {
  background-image: url('../images/Loggia1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slide-b1 {
  background-image: url('../images/DSC_9245-Edit-for-Cover-1300x731.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slide-b2 {
  background-image: url('../images/DSC_9362-1300x731.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slide-b3 {
  background-image: url('../images/DSC_9272-1300x731.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slide-b4 {
  background-image: url('../images/DSC_9286-1-1300x731.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slide-b5 {
  background-image: url('../images/DSC_9293-2-1300x731.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slide-b6 {
  background-image: url('../images/DSC_9316-1300x731.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slide-c1 {
  background-image: url('../images/Prix-Marcus.png'), url('../images/SaulBellowNuit-3000x2000-1300x731.jpg');
  background-position: 100% 100px, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 360px, cover;
}

.hero-slide-c2 {
  background-image: url('../images/No33_3000x2000-1300x731.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slide-c3 {
  background-image: url('../images/MG_0982_3000x2000-1300x731.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slide-c4 {
  background-image: url('../images/escalier3000x2000-1300x731.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slide-d1 {
  background-image: url('../images/slate_bat1-5-1300x731.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slide-d2 {
  background-image: url('../images/slate_bat1-1-1300x731.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slide-d3 {
  background-image: url('../images/slate_bat1-2-1300x731.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slide-d4 {
  background-image: url('../images/slate_bat1-3-1300x731.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slide-e1 {
  background-image: url('../images/Hopital1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slide-e1.hopital2 {
  background-image: url('../images/Hopital2.jpg');
}

.hero-slide-e1.hopital3 {
  background-image: url('../images/Hopital3.jpg');
}

.hero-slide-e1.hopital4 {
  background-image: url('../images/Hopital5.jpg');
}

.hero-slide-e1.hopital5 {
  background-image: url('../images/Hopital4.jpg');
}

.hero-slide-e1.hopital6 {
  background-image: url('../images/Hopital6.jpg');
}

.section-contact {
  background-image: linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue));
  border-radius: 0;
  margin-bottom: 0;
}

.container {
  background-color: var(--white);
  border: 3px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin-top: -40px;
  margin-bottom: -20px;
}

.container.carriere {
  padding-top: 30px;
}

.italic-text {
  font-style: normal;
}

.section-maps {
  flex-direction: row;
  margin-bottom: 0;
  padding: 140px 70px;
  display: flex;
}

.section-title-underline-copy {
  border-bottom: 2px solid var(--firebrick);
  color: var(--main-color-2);
  flex: 1;
  margin-bottom: 40px;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  display: block;
}

.section-p-copy {
  color: var(--main-color-2);
  margin-bottom: 40px;
}

.map-2 {
  min-width: 50%;
  object-fit: fill;
  flex-direction: row;
  flex: 0 auto;
  align-items: flex-start;
  margin-left: 100px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  right: 21px;
}

.div-block-3 {
  min-width: 40%;
  margin-left: 0;
}

.title-white-copy {
  color: var(--white);
  text-align: left;
  margin-top: 5px;
  margin-bottom: 30px;
  font-weight: 700;
}

.content-gradient-grid-copy {
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 140px;
  margin-bottom: 140px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.container-mobile {
  background-color: var(--white);
  border: 3px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin-top: -40px;
  margin-bottom: -20px;
}

.full-img-copy {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.full-hero-img-section-copy {
  height: 650px;
}

.top-nav-link-en {
  color: rgba(20, 68, 123, .76);
  text-transform: uppercase;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
}

.top-nav-link-en:hover {
  color: var(--main-color-2);
}

.top-nav-link-copy {
  color: rgba(20, 68, 123, .76);
  text-transform: uppercase;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
}

.top-nav-link-copy:hover {
  color: var(--main-color-2);
}

.top-nav-link-2 {
  color: rgba(20, 68, 123, .76);
  text-transform: uppercase;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
}

.top-nav-link-2:hover {
  color: var(--main-color-2);
}

.motivationtext {
  min-height: 100px;
}

.motivationtext.text-field-light.carriere {
  min-height: 125px;
  padding-top: 10px;
}

.divider, .hidden {
  display: none;
}

.slide-4, .slide-7 {
  background-image: url('../images/Hampton-2-1.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.hampton {
  background-image: url('../images/245079522.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.cole {
  background-image: url('../images/tic1-768x432.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.cole.jesus1 {
  background-image: url('../images/Jesus1.jpg');
}

.cole-2 {
  background-image: url('../images/enfant_monde4-1300x731.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.cole-2.jesus2 {
  background-image: url('../images/Jesus2.jpg');
}

.slide-8 {
  background-image: url('../images/tic2-1300x731.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-8.jesus3 {
  background-image: url('../images/Jesus3.jpg');
}

.slide-9 {
  background-image: url('../images/enfant_monde4-1300x731.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-9.jesus4 {
  background-image: url('../images/Jesus4.jpg');
}

.slide-10 {
  background-image: url('../images/enfant_monde_close-1300x731.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-10.jesus5 {
  background-image: url('../images/Jesus5.jpg');
}

.slide-11 {
  background-image: url('../images/Germain_1-1-1300x731.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/germain_2-1300x731.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-13 {
  background-image: url('../images/Germain_3-1300x731.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-14 {
  background-image: url('../images/Germain_4-1300x731.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-15 {
  background-image: url('../images/soeur2-1300x731.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-16 {
  background-image: url('../images/soeur1-1300x731-1.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-17 {
  background-image: url('../images/andrews_2-1300x731.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-18 {
  background-image: url('../images/andrews1-e1459881716577.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-19 {
  background-image: url('../images/andrews_3.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-20 {
  background-image: url('../images/roseraie_1-1300x731.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-21 {
  background-image: url('../images/roseraie_4-1300x731.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-22 {
  background-image: url('../images/Uic3-1300x731.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-23 {
  background-image: url('../images/48-1300x731.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-24 {
  background-image: url('../images/Uic4-1300x731.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-25 {
  background-image: url('../images/Uic1-1300x731.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-26 {
  background-image: url('../images/slate_her1-3-1300x731.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-27 {
  background-image: url('../images/slate_her1-2-1300x731.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-28 {
  background-image: url('../images/slate_her1-6-1300x731.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-29 {
  background-image: url('../images/slate_her1-9-Copy-1300x731.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-30 {
  background-image: url('../images/slate_her1-11-Copy-1300x731.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-31 {
  background-image: url('../images/2monde1-1300x731.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-32 {
  background-image: url('../images/2monde2-1300x731.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-33 {
  background-image: url('../images/2monde4-1300x731.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-34 {
  background-image: url('../images/2monde5-1300x731.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-35 {
  background-image: url('../images/recollet_1-1300x731.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-36 {
  background-image: url('../images/recollet_3-1300x731.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.bottomlogo {
  margin-bottom: 25px;
}

.foldable-block {
  z-index: 4;
  max-width: 500px;
  min-width: 500px;
  color: #fff;
  background-color: #04254a;
  position: absolute;
  top: auto;
  bottom: 40px;
  left: 40px;
  right: auto;
}

.foldable-top-wrap {
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 20px 40px;
  display: flex;
}

.toggle-button {
  width: 36px;
  height: 36px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.toggle-button:hover {
  opacity: .8;
}

.button-line {
  width: 100%;
  height: 4px;
  background-color: #fff;
}

.button-line.rotated {
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: rotate(90deg);
}

.foldable-bottom-wrap {
  padding: 0;
}

.foldable-content {
  padding: 20px 40px 40px;
}

.counterup {
  color: var(--main-color-2);
  font-size: 90px;
  font-weight: 600;
  line-height: 1em;
  display: inline-block;
}

.hero-slide-m1 {
  background-image: url('../images/IMG_9587_final.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slide-m2 {
  background-image: url('../images/IMG_0441.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slide-m3 {
  background-image: url('../images/IMG_0153.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slide-m4 {
  background-image: url('../images/IMG_0256.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slide-m5 {
  background-image: url('../images/IMG_0034.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slide-m6 {
  background-image: url('../images/IMG_9559_final.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slide-p1 {
  background-image: url('../images/IMG_8865_final.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slide-p2 {
  background-image: url('../images/IMG_8877_final.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slide-p3 {
  background-image: url('../images/IMG_8594_final.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slide-p4 {
  background-image: url('../images/IMG_8550_final.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slide-p5 {
  background-image: url('../images/IMG_8451_final.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slide-p6 {
  background-image: url('../images/IMG_8713_final.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

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

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }

  .hero-block {
    padding-left: 50px;
  }

  .dropdown-link {
    color: var(--white);
  }

  .dropdown-link:hover {
    color: var(--subtitle-line-color);
  }

  .dropdown-link.light {
    color: var(--heading-color);
  }

  .dropdown-link.light:hover {
    color: var(--main-color);
  }

  .dropdown-list.w--open {
    background-color: var(--background-color-1);
    box-shadow: none;
  }

  .icon-menu {
    color: var(--white);
  }

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

  .section-white.logo-bg, .section-white.valuessection, .section-white.logo-bg-color, .section-white.logo-bg-dev, .section-white.logo-bg-financement {
    background-size: 100% 100%;
  }

  .section-light-gray {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-light-gray.bigger {
    padding-top: 100px;
  }

  .block-info-number {
    border-left-style: none;
    padding-left: 30px;
  }

  .info-number {
    font-size: 48px;
  }

  .grid-2-olumns {
    grid-template-columns: 1fr;
  }

  .grid-2-olumns.contact {
    margin-right: 10px;
  }

  .image-block-margin {
    height: 100%;
    min-height: 500px;
    margin-top: 0;
    top: 0;
  }

  .title-white {
    text-align: center;
  }

  .block-grid {
    max-width: 800px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .content-gradient-grid {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .hero-text-block {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .project-info {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-grid {
    align-items: center;
  }

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

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .content-footer-top {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .link-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-footer-down {
    margin-left: 15px;
    margin-right: 5px;
  }

  .link-footer-down {
    margin-left: 5px;
    margin-right: 5px;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 20px;
    padding-bottom: 20px;
    transition: background-color .2s;
  }

  .menu-button.w--open, .nav-menu {
    background-color: var(--background-color-2);
  }

  .nav-menu.light {
    background-color: var(--light-background-color);
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-hero-2 {
    grid-template-columns: 1fr;
  }

  .menu-button-light {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 20px;
    padding-bottom: 20px;
    transition: background-color .2s;
  }

  .menu-button-light.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .icon-menu-light {
    color: var(--heading-color);
  }

  .dropdown-list-light.w--open {
    box-shadow: none;
    background-color: #e3e8eb;
  }

  .background-video {
    min-height: 450px;
  }

  .dark-paragraphs-hero {
    margin-top: 20px;
    margin-bottom: 28px;
  }

  .content-gradient-hero-2 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .grid-gallery {
    grid-template-rows: minmax(300px, 1fr) minmax(300px, 1fr);
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(300px, 1fr);
  }

  .heading-block-gallery {
    margin-bottom: 20px;
  }

  .block-text-gallery {
    margin-left: 20px;
    margin-right: 20px;
  }

  .block-house-plan {
    margin-top: 25px;
  }

  .section-hero {
    grid-template-columns: 1fr 6fr;
  }

  .block-gradient-hero-3 {
    padding-left: 75px;
    padding-right: 75px;
  }

  .dark-paragraphs-hero-3 {
    margin-top: 20px;
    margin-bottom: 28px;
  }

  .section-hero-4 {
    height: auto;
  }

  .slider-hero {
    height: 650px;
  }

  .post-header {
    height: 500px;
  }

  .container-text {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .block-single-title {
    padding-top: 45px;
    padding-bottom: 50px;
  }

  .collection-list-news-page {
    margin-bottom: 100px;
  }

  .grid-img-page {
    grid-template-rows: 400px;
    grid-auto-rows: 400px;
  }

  .image-block-single {
    height: 400px;
  }

  .grid-single-page {
    grid-template-columns: 1fr 1fr;
  }

  .project-info-page {
    padding: 40px 30px 30px;
  }

  .form-block-contact-page {
    margin-top: 0;
  }

  .full-bg-hero-section.home {
    min-height: auto;
    text-align: center;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Hero-1.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-direction: column;
    align-items: center;
    margin-top: 90px;
    padding: 60px 40px;
    display: flex;
  }

  .nav-logo {
    min-width: 140px;
  }

  .nav-container {
    height: 60px;
  }

  .hero-title {
    font-size: 42px;
    line-height: 54px;
  }

  .info-img {
    max-width: 180px;
  }

  ._4-col-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  ._2-col-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .item-grid {
    grid-template-columns: 1fr;
  }

  .item-wrap {
    height: 350px;
  }

  .section-dark-blue {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-maps {
    padding-left: 40px;
    padding-right: 40px;
  }

  .map-2 {
    margin-left: 50px;
  }

  .title-white-copy {
    text-align: center;
  }

  .content-gradient-grid-copy {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .foldable-block {
    width: 100%;
    max-width: none;
    min-width: auto;
    position: static;
  }

  .foldable-top-wrap {
    display: none;
  }

  .counterup {
    font-size: 48px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-top: 17px;
    margin-bottom: 7px;
    font-size: 40px;
  }

  h2 {
    margin-top: 17px;
    margin-bottom: 7px;
    font-size: 34px;
  }

  h3 {
    margin-top: 17px;
    margin-bottom: 7px;
    font-size: 28px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 16px;
  }

  p {
    font-size: 17px;
    line-height: 1.7em;
  }

  ul, ol {
    padding-left: 30px;
    font-size: 17px;
    line-height: 1.7em;
  }

  blockquote {
    margin-left: 0;
    font-size: 20px;
  }

  .navbar {
    position: absolute;
  }

  .hero-block {
    padding-left: 40px;
    padding-right: 40px;
  }

  .link-phone {
    display: none;
  }

  .section-white {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .content-short {
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-large {
    font-size: 19px;
    line-height: 1.7em;
  }

  .section-light-gray {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section-light-gray.smaller {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .grid-info-numbers {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-left: 15px;
    margin-right: 15px;
  }

  .block-info-number {
    border-left-style: none;
    align-items: flex-start;
    padding-left: 0;
  }

  .info-number {
    font-size: 40px;
  }

  .grid-2-olumns {
    grid-row-gap: 0px;
  }

  .image-block-margin {
    min-height: 50vw;
  }

  .block-grid {
    margin-left: 20px;
    margin-right: 20px;
  }

  .content-gradient-grid {
    margin-top: 55px;
    margin-bottom: 55px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-text-block {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .grid-projects {
    grid-template-columns: 1fr;
  }

  .grid-partner-logo, .grid-advantages {
    grid-template-columns: 1fr 1fr;
  }

  .block-advantage {
    padding: 4px;
  }

  .content-footer-top {
    margin-top: 50px;
    margin-bottom: 60px;
  }

  .content-footer-down {
    height: auto;
    min-height: 90px;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .grid-footer {
    grid-template-columns: 1fr;
  }

  .block-footer {
    margin-top: 10px;
  }

  .footer-block-left {
    flex-direction: column;
    margin-bottom: 24px;
  }

  .brand-footer {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 0;
  }

  .text-footer-down {
    margin-left: 0;
    margin-right: 0;
  }

  .menu-button-light.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .background-video {
    min-height: 50vw;
  }

  .content-gradient-hero-2 {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .block-gradient {
    padding: 25px;
  }

  .column-table {
    border-right-style: none;
    justify-content: flex-start;
    padding-right: 0;
  }

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

  .table-block-right {
    margin-left: 30px;
  }

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

  .img-agent {
    min-height: 60vw;
  }

  .section-hero {
    grid-template-rows: 100px 1fr;
  }

  .block-gradient-hero-3 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .section-hero-4 {
    height: auto;
    overflow: visible;
  }

  .slider-hero {
    height: 450px;
  }

  .post-header {
    height: 400px;
  }

  .block-post-text {
    padding-bottom: 20px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .container-text {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .image-block-about {
    height: 300px;
  }

  .grid-img-page {
    grid-template-rows: 300px;
    grid-auto-rows: 300px;
  }

  .image-block-single {
    height: 300px;
  }

  .block-splash {
    padding: 30px;
  }

  .full-bg-hero-section.home {
    min-height: auto;
  }

  .hero-title {
    font-size: 36px;
    line-height: 48px;
  }

  .button {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
  }

  .info-img {
    margin-bottom: 20px;
  }

  ._4-col-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-left: 15px;
    margin-right: 15px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .section-p-large {
    font-size: 19px;
    line-height: 1.7em;
  }

  .item-wrap {
    height: 300px;
  }

  .social-media-logo {
    margin-top: 10px;
  }

  .section-dark-blue {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .content-gradient-grid-copy {
    margin-top: 55px;
    margin-bottom: 55px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .foldable-block {
    width: 100%;
    position: static;
  }

  .counterup {
    font-size: 40px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 23px;
  }

  h5 {
    font-size: 19px;
  }

  .section-gradient.red {
    flex-direction: column;
    margin-top: 0;
    display: flex;
  }

  .paragraph.center.contact {
    font-size: 15px;
  }

  .heading-hero {
    margin-bottom: 10px;
  }

  .hero-block {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .section-white.logo-bg-color {
    background-image: linear-gradient(rgba(255, 255, 255, .82), rgba(255, 255, 255, .82)), url('../images/Construction-effet-logo2.png');
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section-white.logo-bg-dev {
    background-image: linear-gradient(rgba(255, 255, 255, .93), rgba(255, 255, 255, .93)), url('../images/Terrain-effet-logo2.jpg');
    background-position: 0 0, 100% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section-white.logo-bg-financement {
    background-image: linear-gradient(rgba(255, 255, 255, .83), rgba(255, 255, 255, .83)), url('../images/Financement-effet-logo2.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .title {
    margin-bottom: 20px;
  }

  .title.center.contact {
    font-size: 28px;
  }

  .content-short {
    margin-left: 15px;
    margin-right: 15px;
  }

  .content-short.contact {
    min-height: 100px;
    min-width: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .section-light-gray.smaller {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-light-gray.bigger {
    padding-top: 50px;
  }

  .content {
    flex: 0 auto;
    align-self: auto;
    padding-right: 0;
  }

  .grid-2-olumns {
    margin-top: 0;
    display: block;
  }

  .grid-2-olumns.contact {
    grid-template-rows: repeat(auto-fit, minmax(300px, 400fr)) 469px;
    grid-template-columns: minmax(200px, 1.5fr);
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 0;
  }

  .image-block-margin {
    min-height: 300px;
  }

  .title-white {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .block-grid {
    margin-left: 15px;
    margin-right: 15px;
  }

  .content-gradient-grid {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-projects {
    margin-bottom: 30px;
  }

  .grid-advantages {
    grid-template-columns: 1fr;
  }

  .title-advantages {
    margin-top: 13px;
    margin-bottom: 11px;
  }

  .collection-list {
    grid-template-rows: 400px;
    grid-template-columns: 1fr;
    grid-auto-rows: 400px;
  }

  .collection-list-wrapper {
    margin-bottom: 30px;
  }

  .footer {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: stretch;
    margin-top: 0;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .content-footer-top {
    margin-top: 40px;
    margin-bottom: 40px;
  }

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

  .form-footer {
    grid-template-columns: 1fr;
  }

  .button-header {
    display: none;
  }

  .form-request {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .content-gradient-hero-2 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .grid-gallery {
    grid-template-rows: minmax(250px, 1fr) minmax(250px, 1fr);
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(250px, 1fr);
  }

  .block-text-gallery {
    margin-left: 10px;
    margin-right: 10px;
  }

  .column-table {
    justify-content: space-between;
  }

  .table-block-right {
    margin-left: 10px;
  }

  .section-hero {
    grid-row-gap: 0px;
    grid-template-rows: 300px 1fr;
    grid-template-columns: 1fr;
  }

  .block-gradient-hero-3 {
    padding-left: 36px;
    padding-right: 20px;
    top: 0;
  }

  .section-hero-4 {
    height: auto;
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .slider-hero {
    height: 400px;
    flex-direction: column;
    display: flex;
  }

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

  .block-single-title {
    padding-top: 25px;
    padding-bottom: 30px;
  }

  .collection-list-news-page {
    margin-bottom: 50px;
  }

  .grid-img-page {
    grid-template-columns: 1fr;
  }

  .grid-single-page {
    grid-template-rows: 1fr .5fr;
    grid-template-columns: 1fr;
  }

  .project-info-page {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .submit-button-light.contact {
    margin-left: auto;
    margin-right: auto;
  }

  .full-bg-hero-section.home {
    width: auto;
    height: 500px;
    background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/Hero-1.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-direction: column;
    justify-content: center;
    align-self: auto;
    display: flex;
  }

  .nav-logo {
    min-width: 160px;
  }

  .nav-top-bar {
    align-items: center;
    padding-right: 0;
  }

  .top-nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .hero-title {
    font-size: 24px;
    line-height: 36px;
  }

  .hero-title.blue {
    margin-bottom: 20px;
  }

  .hero-title.size {
    width: auto;
  }

  .button.blue {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .title-heo-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-title-underline {
    display: inline-block;
  }

  .semi-bold-title.center {
    text-align: left;
    object-fit: fill;
    flex-flow: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
    font-size: 30px;
    display: block;
    position: static;
    overflow: visible;
  }

  .bottomlink {
    height: 100vh;
    padding-right: 0%;
    font-size: 12px;
    line-height: 1.8em;
  }

  .social-media {
    margin-top: 20px;
  }

  .valuediv {
    width: 100%;
  }

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

  .partnersection {
    height: 400px;
  }

  .hero-slide-c1 {
    background-size: 200px, cover;
  }

  .section-contact.contact {
    min-height: 950px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .container {
    min-height: 1000px;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .container.carriere {
    min-height: 0;
    margin-top: -70px;
  }

  .section-maps {
    flex-direction: column;
    margin-top: 0;
    padding: 100px 10px 100px 15px;
  }

  .map-2 {
    flex-direction: row;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .title-white-copy {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .content-gradient-grid-copy {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-mobile {
    min-height: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .full-img-copy {
    height: 650px;
  }

  .full-hero-img-section-copy {
    height: 100%;
    min-height: 100px;
  }

  .top-nav-link-en, .top-nav-link-copy {
    padding-left: 5px;
    padding-right: 5px;
  }

  .divider {
    height: 20px;
    background-color: var(--midnight-blue);
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .slide-13 {
    background-position: 100%;
  }

  .body {
    flex-wrap: wrap;
    align-items: stretch;
  }

  .body-3, .body-4, .body-5, .body-6, .body-8, .body-9, .body-10, .body-11, .body-12, .body-13, .body-14, .body-15, .body-16, .body-17, .body-18, .body-19, .body-20, .body-21, .body-22, .body-23, .body-24, .body-25, .body-26, .body-27, .body-28, .body-29, .body-30, .body-31, .body-32, .body-33, .body-34, .body-35, .body-36, .body-37, .body-38, .body-39, .body-40 {
    flex-direction: column;
  }

  .bottomlogo {
    margin-top: 50px;
  }

  .foldable-block {
    position: static;
  }

  .divmax {
    width: 100%;
  }
}

#w-node-_9c821efc-86bc-c22f-c431-8ab1a3cfcca4-adc2c4cc {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_386d0bc5-23b0-5b44-63ed-b54c1dfac535-adc2c4cc, #w-node-bce3fd1b-edfd-c2b2-3148-95c816f8e31c-adc2c4cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f05a317-e1cc-5eef-d7fc-f0771a6fbcff-adc2c4cc, #w-node-ffaf523e-5a56-34fc-fd3d-1eee91e9e8a9-28c2c4ce, #w-node-_8a43c1df-59ea-5108-1dd9-fc2a3317a059-28c2c4ce {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c837f44a-a674-4f14-42f8-8ccb47a8571d-32c2c4cf {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_7890d9f7-1e00-bfba-e4a8-d497d72e54e9-32c2c4cf {
  grid-area: 2 / 2 / 3 / 2;
}

#w-node-c719eceb-7878-420b-0cdd-92e6e7ba6bc0-0ac2c4d6 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_54bcfc3f-70d1-4523-7736-5c8184d46109-0ac2c4d6, #w-node-_4061e309-709d-a486-cff5-8312e1842f78-0ac2c4d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f88fd726-766a-33b7-5b09-7c9e257ca9ff-0ac2c4d6, #w-node-_8e29fcd8-3c6b-bc71-e763-fc839d8b520d-0ac2c4d6, #w-node-f5b4a45f-6fd1-9d95-5044-99d9375960fd-0ac2c4d6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4a66a816-8200-3b1d-9dbf-5b26af3bcbfe-85c2c4dd, #w-node-_833e3930-0674-4a03-e0c6-314e0e180b96-85c2c4dd, #w-node-d97c7ddb-27b0-6259-7127-254b4f8cfb0c-eac2c4de, #w-node-_833e3930-0674-4a03-e0c6-314e0e180b96-eac2c4de, #w-node-_4a66a816-8200-3b1d-9dbf-5b26af3bcbfe-a173f7c5, #w-node-_833e3930-0674-4a03-e0c6-314e0e180b96-a173f7c5, #w-node-_4a66a816-8200-3b1d-9dbf-5b26af3bcbfe-9ebaded8, #w-node-_833e3930-0674-4a03-e0c6-314e0e180b96-9ebaded8 {
  align-self: center;
}

#w-node-b479561a-db17-75ee-520a-990a9ecbb4ef-c8311b70 {
  align-self: stretch;
  justify-self: center;
}

#Message.w-node-e7498105-4130-dae4-16d7-8809793a4eca-c8311b70, #w-node-e7498105-4130-dae4-16d7-8809793a4ecb-c8311b70 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b479561a-db17-75ee-520a-990a9ecbb4ef-f2796b98 {
  align-self: stretch;
  justify-self: center;
}

#w-node-e7498105-4130-dae4-16d7-8809793a4ecb-f2796b98 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Message.w-node-_63dc495a-71f1-40fa-b18b-6342c7790439-f2796b98 {
  grid-area: Area-2;
}

#w-node-b479561a-db17-75ee-520a-990a9ecbb4ef-aa22d240 {
  align-self: stretch;
  justify-self: center;
}

#Message.w-node-e7498105-4130-dae4-16d7-8809793a4eca-aa22d240, #w-node-e7498105-4130-dae4-16d7-8809793a4ecb-aa22d240 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b479561a-db17-75ee-520a-990a9ecbb4ef-7c1d75d1 {
  align-self: stretch;
  justify-self: center;
}

#w-node-e7498105-4130-dae4-16d7-8809793a4ecb-7c1d75d1 {
  grid-area: Area;
}

#Message.w-node-_44b9f6a1-40e6-9658-fcbc-bf6f2687b98f-7c1d75d1 {
  grid-area: Area-2;
}

#w-node-_4a66a816-8200-3b1d-9dbf-5b26af3bcbfe-629d9518, #w-node-b5fe2c30-abe4-a565-ff2c-3fc900ae903c-629d9518, #w-node-_4a66a816-8200-3b1d-9dbf-5b26af3bcbfe-0e4efb97, #w-node-_833e3930-0674-4a03-e0c6-314e0e180b96-0e4efb97, #w-node-_4a66a816-8200-3b1d-9dbf-5b26af3bcbfe-d7fab0bd, #w-node-_833e3930-0674-4a03-e0c6-314e0e180b96-d7fab0bd, #w-node-d97c7ddb-27b0-6259-7127-254b4f8cfb0c-21a70586, #w-node-_833e3930-0674-4a03-e0c6-314e0e180b96-21a70586 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_386d0bc5-23b0-5b44-63ed-b54c1dfac535-adc2c4cc, #w-node-bce3fd1b-edfd-c2b2-3148-95c816f8e31c-adc2c4cc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9f05a317-e1cc-5eef-d7fc-f0771a6fbcff-adc2c4cc {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f917e56a-42f8-18a9-1418-9d31c0d7757c-28c2c4ce, #w-node-_6eb3e227-8bb2-4b44-312a-c9fbf2149fb1-28c2c4ce {
    justify-self: center;
  }

  #Telephone-2.w-node-d25c0b05-b958-0f0a-62cb-d6f1db71579d-f2796b98, #w-node-e7498105-4130-dae4-16d7-8809793a4ecb-f2796b98, #Telephone-2.w-node-d25c0b05-b958-0f0a-62cb-d6f1db71579d-7c1d75d1, #w-node-e7498105-4130-dae4-16d7-8809793a4ecb-7c1d75d1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c719eceb-7878-420b-0cdd-92e6e7ba6bc0-0ac2c4d6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ffaf523e-5a56-34fc-fd3d-1eee91e9e8a9-28c2c4ce, #w-node-_8a43c1df-59ea-5108-1dd9-fc2a3317a059-28c2c4ce, #w-node-c837f44a-a674-4f14-42f8-8ccb47a8571d-32c2c4cf, #w-node-_7890d9f7-1e00-bfba-e4a8-d497d72e54e9-32c2c4cf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_833e3930-0674-4a03-e0c6-314e0e180b96-85c2c4dd {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-b479561a-db17-75ee-520a-990a9ecbb4ef-c8311b70 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
    justify-self: center;
  }

  #Message.w-node-e7498105-4130-dae4-16d7-8809793a4eca-c8311b70 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e7498105-4130-dae4-16d7-8809793a4ecb-c8311b70 {
    grid-area: Area;
  }

  #w-node-e7498105-4130-dae4-16d7-8809793a4ecb-f2796b98 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b479561a-db17-75ee-520a-990a9ecbb4ef-aa22d240 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
    justify-self: center;
  }

  #Message.w-node-e7498105-4130-dae4-16d7-8809793a4eca-aa22d240 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e7498105-4130-dae4-16d7-8809793a4ecb-aa22d240 {
    grid-area: Area;
  }

  #w-node-b479561a-db17-75ee-520a-990a9ecbb4ef-7c1d75d1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
    justify-self: center;
  }

  #w-node-e7498105-4130-dae4-16d7-8809793a4ecb-7c1d75d1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: center;
  }
}


