:root {
  --dark-slate-gray: #484647;
  --dark-blue: #1f1f26;
  --light-gray: #d1d1d1;
  --crimson: #ed1c25;
  --light-gray-2: #e0d6be;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

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

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

body {
  color: #1f1f26;
  height: 100%;
  font-family: Average, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fjalla One, sans-serif;
  font-size: 150px;
  font-weight: 700;
  line-height: 140px;
  display: inline-block;
  position: fixed;
  bottom: 28.5%;
  right: 13.5%;
}

h2, h3, h4, h5 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Fjalla One, sans-serif;
  font-size: 26px;
  line-height: 24px;
}

h6 {
  color: #000;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 52px;
  line-height: 52px;
}

p {
  color: #1f1f26;
  letter-spacing: 1px;
  max-width: 620px;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #1f1f26;
  padding: 4px 15px 4px 12px;
  font-style: italic;
  text-decoration: none;
  transition: transform .4s;
  display: inline-block;
}

.button:hover {
  transform: translate(0, -3px);
}

.button.package-button {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  margin-top: 15px;
  margin-bottom: 10px;
}

.button.submit-button {
  z-index: 1;
  margin-left: -1px;
  padding: 27px 23px 23px 24px;
  font-family: Karla, sans-serif;
  position: relative;
}

.button.button-color-1 {
  color: #283c3a;
  background-color: #e2e1d9;
  margin-top: 10px;
  margin-bottom: 18px;
  padding: 12px 35px;
  font-family: Karla, sans-serif;
}

.button.button-color-2 {
  background-color: #283c3a;
  font-family: Karla, sans-serif;
}

.button.button-color-3 {
  background-color: #e2e1d9;
}

.button.button-color-4 {
  background-color: #9c5965;
}

.button.button-color-2 {
  color: #f8f8f8;
  background-color: #283c3a;
  margin-top: 10px;
  padding: 12px 35px;
  font-family: Karla, sans-serif;
}

.full-section {
  background-color: #fff;
  height: 100%;
  position: relative;
}

.full-section.home-section {
  background-color: #f1f1f1;
  background-image: linear-gradient(18deg, #0000 74%, #1f1f2666 90%), url('../images/San-Leon---Terrasse.jpg');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 63%;
  overflow: hidden;
}

.full-section.loading-section {
  z-index: 5000;
  display: none;
  position: fixed;
  inset: 0;
}

.navbar {
  z-index: 1000;
  display: inline-block;
  position: fixed;
  top: 25px;
  right: 25px;
}

.nav-link {
  color: #484647;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px 10px 18px;
  font-family: Karla, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

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

.nav-link.feature-link {
  color: #484647;
  background-color: #e2e1d9;
  transition: color .2s, background-color .2s;
}

.nav-link.feature-link:hover {
  color: #fff;
  background-color: #1f1f26;
}

.wide-container {
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.wide-container.portfolio-container {
  text-align: center;
  padding-top: 0;
  padding-bottom: 30px;
}

.wide-container.portfolio-container.style-4 {
  text-align: left;
  padding-bottom: 60px;
}

.half-p {
  color: #283c3a;
  text-shadow: 1px 1px #fff;
  width: 80%;
  max-width: 800px;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 10px;
  font-family: Karla, sans-serif;
  font-size: 32px;
  font-style: normal;
  line-height: 40px;
  position: absolute;
  top: 5%;
}

.half-p.larger {
  text-align: right;
  width: 80%;
}

.black {
  color: #2c2c4d;
}

.main-site-content {
  z-index: 1;
  height: 100%;
  position: relative;
}

.full-column {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.full-column.image-1 {
  background-image: url('../images/A1.jpg');
  background-position: 50%;
  background-size: cover;
}

.full-column.image-2 {
  background-image: url('../images/San-Leon---Terrasse.jpg');
  background-position: 0 0;
  background-size: cover;
}

.full-column.image-3 {
  background-image: url('../images/SanLeon34.jpg');
  background-position: 0%;
  background-size: cover;
}

.full-column.image-4 {
  background-image: url('../images/555-main.jpg');
  background-position: 50%;
  background-size: cover;
}

.full-column.grey {
  background-color: #283c3a;
}

.full-column.image-2b {
  background-image: url('../images/Bathroom.jpg');
  background-position: 50%;
  background-size: cover;
}

.column-content {
  text-align: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 43%;
  left: 0;
  right: 0;
}

.column-content.right-content {
  max-width: 500px;
  top: 15%;
}

.left-diagonal {
  float: right;
  position: relative;
  top: -7px;
  left: 2px;
}

.right-diagonal {
  float: left;
  position: relative;
  top: -7px;
  right: 2px;
}

.circle-navbar {
  opacity: .6;
  background-color: #0000;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: fixed;
  top: 42%;
  bottom: 0;
  left: 0;
}

.circle-link {
  border: 2px solid #000;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin: 20px auto;
  display: block;
  position: relative;
}

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

.circle-label {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Karla, sans-serif;
  position: absolute;
  top: -9px;
  left: 15px;
}

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

.section.style-section {
  background-color: #fff;
  overflow: hidden;
}

.section.depth-section {
  background-color: #f5f5f5e0;
  background-image: url('../images/lines.png');
  background-position: 145px;
  background-repeat: repeat-y;
  background-size: auto;
  background-attachment: fixed;
}

.section.footer {
  z-index: -1;
  background-color: #283c3a8c;
  margin-bottom: -59px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

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

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

.style-image-left {
  margin-top: 102px;
  padding-right: 10px;
}

.big-heading {
  margin-top: 115px;
  font-size: 90px;
  line-height: 90px;
  position: relative;
}

.faded {
  color: #ebebed;
  font-size: 130px;
  display: inline-block;
  position: relative;
  top: -29px;
  left: 31px;
}

.portfolio-h1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Karla, sans-serif;
  font-size: 120px;
  line-height: 120px;
  display: block;
  position: fixed;
  inset: auto 0 34%;
}

.portfolio-h1.portfolio-h1-style-4 {
  color: #000;
  text-shadow: 0 2px #575151;
  font-family: Karla, sans-serif;
  bottom: 72%;
}

.portfolio-image {
  margin-bottom: 25px;
}

.portfolio-section {
  height: 76%;
}

.portfolio-section.portfolio-bg-1 {
  background-image: url('../images/green-cc0-feature-col.jpg');
  background-position: 50%;
  background-size: cover;
}

.portfolio-section.portfolio-bg-2 {
  background-image: url('../images/CamAAA.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.portfolio-section.portfolio-bg-3 {
  background-image: url('../images/Mo56.jpg');
  background-position: 50%;
  background-size: cover;
}

.portfolio-section.portfolio-bg-3.proj {
  background-image: url('../images/A2.jpg');
  background-position: 50% 100%;
}

.portfolio-section.portfolio-bg-4 {
  height: 35%;
}

.content-section {
  z-index: 1;
  background-color: #fff;
  margin-top: 13px;
  position: relative;
}

.d {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 50%;
  margin-left: auto;
  margin-right: 0;
  font-family: Fjalla One, sans-serif;
  font-size: 50px;
  line-height: 50px;
  display: block;
}

.d.footer {
  background-image: none;
  position: absolute;
  top: 32%;
  left: 32%;
}

.style-p {
  z-index: 1;
  max-width: 580px;
  position: relative;
}

.white {
  color: #fff;
  font-family: Karla, sans-serif;
  line-height: 26px;
}

.light {
  color: #ebebf2;
  max-width: 750px;
  font-family: Karla, sans-serif;
}

.footer-diagonal {
  transform: scale(2)translate(75px, -1px);
}

.footer-holder {
  width: 500px;
  height: 500px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: 0;
  display: block;
  position: relative;
  right: 24%;
}

.triangle-large {
  z-index: 1;
  background-color: #fff;
  background-image: url('../images/white_wave_2X.png');
  width: 175px;
  height: 175px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 41% 0 0;
  transform: rotate(45deg);
}

.triangle {
  background-image: url('../images/footer_lodyas.png');
  background-repeat: repeat-x;
  background-attachment: fixed;
  border: 1px solid #00000017;
  width: 125px;
  height: 125px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0% 0 0 0%;
  transform: rotate(45deg);
}

.triangle.bottom-right {
  opacity: .66;
  background-color: #1f1f26;
  top: 35%;
  left: 22%;
}

.triangle.bottom-left {
  opacity: .9;
  background-color: #0f0f12;
  top: 59%;
  left: -25%;
}

.triangle.top-left {
  opacity: .85;
  background-color: #3b3b3b;
  top: 41%;
  left: -61%;
}

.triangle.far-left {
  color: #f5f5f5;
  letter-spacing: 1px;
  background-color: #1b1b21;
  background-image: none;
  border-color: #0000006e;
  padding-top: 80px;
  padding-left: 3px;
  font-family: Fjalla One, sans-serif;
  font-size: 13px;
  top: 59%;
  left: -97%;
}

.up-arrow {
  opacity: .92;
  margin-top: 5px;
  margin-left: 5px;
  transition: transform .2s;
  transform: rotate(-45deg);
}

.up-arrow:hover {
  transform: rotate(-45deg)translate(0, -5px);
}

.prtfolio-p {
  max-width: 580px;
  margin-bottom: 28px;
  margin-left: auto;
  margin-right: auto;
  font-family: Karla, sans-serif;
  font-size: 17px;
  line-height: 25px;
  display: block;
}

.prtfolio-p.no-right-margin {
  margin-right: 0;
  font-family: Karla, sans-serif;
  font-size: 17px;
}

.collection-subtitle {
  color: #4b4b57;
  text-transform: uppercase;
  font-family: Fjalla One, sans-serif;
  font-size: 14px;
}

.portfolio-column {
  margin-bottom: 36px;
  padding-left: 18px;
  padding-right: 18px;
}

.portfolio-column.right-column {
  text-align: right;
  margin-top: 135px;
}

.portfolio-card {
  background-color: #000;
  height: 212.98px;
  position: relative;
}

.portfolio-card.contact-card {
  background-color: #283c3a;
  height: 132.297px;
  margin-left: -28px;
  margin-right: -28px;
}

.portfolio-card.surf-card {
  background-color: #283c3a;
}

.portfolio-h3 {
  color: #fff;
  position: relative;
  top: 46%;
}

.right {
  text-align: right;
  margin-left: auto;
  margin-right: 0;
  font-family: Karla, sans-serif;
  font-size: 18px;
  display: block;
  position: relative;
  bottom: 8px;
}

.right.qualite {
  bottom: 10px;
}

.slider {
  background-color: #0000;
  height: 540px;
  margin-top: 50px;
}

.contrast-slides {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 125px;
}

.contrast-slides.one {
  background-image: url('../images/team-resized.jpg');
  background-size: 700px;
}

.contrast-slides.two {
  background-image: url('../images/ok7.png');
  background-size: 480px;
}

.contrast-slides.three {
  background-image: url('../images/ok4.png');
  background-size: 480px;
}

.contrast-slides.text {
  text-align: center;
  background-color: #283c3a;
  background-image: none;
  padding-top: 150px;
}

.contrast-slides.four {
  background-image: url('../images/ok7.png');
  background-size: 480px;
}

.slide-feature {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-family: Karla, sans-serif;
  font-size: 15px;
  display: block;
}

.arrow {
  color: #000;
  font-size: 22px;
}

.arrow.left-arrow {
  margin-left: -80px;
}

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

.slide-nav {
  display: none;
}

.lightbox {
  cursor: pointer;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 35px;
  transition: opacity .5s;
}

.lightbox:hover {
  opacity: .75;
}

.card-p {
  color: #fff;
  text-align: center;
  padding: 43px 60px 0;
  font-family: Karla, sans-serif;
  font-size: 18px;
}

.row-layout-4 {
  margin-top: 35px;
  margin-bottom: 35px;
}

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

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

.full-page {
  background-color: #0000;
  height: 100%;
  margin-bottom: -80px;
  position: relative;
  top: 6px;
  overflow: hidden;
}

.social {
  margin-top: 10px;
  margin-left: 10px;
  transition: transform .2s;
}

.social:hover {
  transform: translate(0, -3px);
}

.style-image-right {
  margin-bottom: 10px;
}

.services-h1 {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 6px #00000080;
  font-family: Karla, sans-serif;
  font-size: 35px;
  display: block;
  position: absolute;
  inset: 38% 0 auto 0%;
}

.diamond {
  border: 3px solid #ccc;
  width: 95px;
  height: 95px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  transform: rotate(45deg);
}

.diamond.large-diamond {
  background-color: #000000e6;
  border-width: 0;
  width: 250px;
  height: 250px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.diamond.package-diamond {
  color: #ccc;
  background-color: #000;
  border-width: 0;
  position: absolute;
  top: -45px;
  right: 48px;
}

.diamond.package-diamond.small {
  width: 65px;
  height: 65px;
}

.diamond.package-diamond.featured {
  color: #dbdbdb;
  background-color: #3f3f4d;
}

.diamond-image {
  position: absolute;
  inset: 28px 0 0 28px;
  transform: rotate(-45deg);
}

.diamond-image.image-2 {
  top: 28px;
  left: 29px;
}

.diamond-image.image-3 {
  top: 28px;
  left: 36px;
}

.diamond-image.image-4 {
  top: 27px;
  left: 29px;
}

.diamond-heading {
  color: #ccc;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 30px;
  font-family: Oswald, sans-serif;
  font-weight: 300;
}

.feature-section {
  background-color: #8c4d4d;
  background-image: url('../images/cameras-web.jpg');
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
}

.feature-diagonal {
  display: block;
}

.feature-diagonal.services {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  transform: scale(2)translate(-75px, 1px);
}

.feature-diagonal.bottom {
  transform: scale(2)translate(50px, -1px);
}

.feature-diagonal.services-bottom {
  transform: scale(2)translate(-50px, 1px);
}

.diamond-text {
  color: #fff;
  text-align: center;
  padding-top: 70px;
  font-family: Average, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  position: absolute;
  inset: 0;
  transform: rotate(-45deg);
}

.photography {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Fjalla One, sans-serif;
  font-size: 30px;
}

.pricing-holder {
  text-align: center;
  background-color: #eee;
  position: relative;
}

.list-item {
  color: #545469;
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.list-item.list-name {
  color: #000;
  text-transform: uppercase;
  font-family: Fjalla One, sans-serif;
  font-size: 20px;
}

.package-diagonal {
  display: block;
  position: absolute;
  transform: scale(1.3)translate(15px);
}

.package-diagonal.bottom {
  bottom: 1px;
}

.list {
  padding-top: 90px;
  padding-bottom: 30px;
}

.list.small {
  padding-top: 40px;
  padding-bottom: 25px;
}

.package-price {
  padding-top: 21px;
  padding-right: 2px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  position: absolute;
  inset: 0;
  transform: rotate(-45deg);
}

.package-price.small {
  padding-top: 9px;
  font-size: 13px;
  font-weight: 400;
}

.price {
  color: #fff;
  font-family: Fjalla One, sans-serif;
  font-size: 25px;
}

.price.small {
  font-size: 22px;
}

.services-h2 {
  text-align: right;
  text-transform: none;
  margin-bottom: 74px;
  padding-top: 16px;
  font-family: Average, sans-serif;
  font-size: 50px;
  line-height: 30px;
}

.smaller-h2 {
  color: #3d3636;
  font-size: 25px;
}

.text-field {
  z-index: 1;
  background-color: #0000;
  border: 1px solid #e8e8e8;
  margin-bottom: 54px;
  padding-top: 36px;
  padding-bottom: 34px;
  padding-left: 150px;
  font-size: 18px;
}

.text-field:focus {
  border-color: #e8e8e8;
}

.text-field.message {
  border-right-width: 0;
  padding-top: 20px;
  padding-bottom: 0;
  padding-left: 145px;
}

.text-field.name {
  padding-left: 100px;
  font-size: 18px;
}

.label {
  color: #30303b;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #e8e8e8;
  padding: 27px 15px 23px 16px;
  font-family: Karla, sans-serif;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
}

.menu-bars {
  float: right;
  background-color: #fff;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 16px;
  display: inline-block;
}

.menu {
  float: right;
  background-color: #fff;
  overflow: hidden;
}

.contact-h2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 0;
  padding: 22px 1px;
  font-family: Karla, sans-serif;
  font-size: 15px;
  line-height: 18px;
}

.success {
  text-align: center;
  background-color: #0000;
  border: 1px solid #000;
  padding-top: 15px;
}

.error {
  text-align: center;
  background-color: #fcdcdc;
  padding-top: 14px;
}

.brand-logo.w--current {
  transition: opacity .2s;
  display: inline-block;
}

.brand-logo.w--current:hover {
  opacity: .8;
}

.loading-image {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
}

.footer-lines {
  opacity: .03;
  background-image: url('../images/lines.png');
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
}

.lesa {
  z-index: 0;
  width: 300px;
  position: fixed;
  bottom: 28.5%;
  right: 13.5%;
}

.h5 {
  font-family: Karla, sans-serif;
  line-height: 26px;
}

.para {
  font-family: Karla, sans-serif;
  font-size: 18px;
}

.h6 {
  font-family: Karla, sans-serif;
}

.footer-3-links {
  margin-bottom: 20px;
  margin-right: -20px;
  padding-right: 0;
}

.footer-3-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
}

.footer-3-link {
  color: #fff;
  text-transform: uppercase;
  margin-left: 12px;
  margin-right: 12px;
  font-family: Karla, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.footer-3 {
  background-color: #0000;
  margin-top: 200px;
  margin-bottom: 100px;
  padding: 60px 5% 10px;
}

.footer-3-col-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.row-5 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  height: auto;
  display: block;
}

.logo-text {
  color: #20193a;
  margin-top: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 34px;
}

.footer-3-col {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-3-line {
  background-color: #4f5e783b;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-3-button {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.footer-3-copywrite {
  color: #d6d6d6;
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Karla, sans-serif;
  font-weight: 500;
  display: flex;
}

.footer-3-para {
  color: #fff;
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  display: flex;
}

.h2 {
  color: #283c3a;
  text-align: center;
  margin-top: 71px;
  margin-bottom: 20px;
  font-family: Karla, sans-serif;
  font-weight: 400;
  line-height: 30px;
}

.h2.bot, .h2.emp {
  text-align: right;
}

.h2.vert {
  text-align: left;
}

.h2.top {
  text-align: right;
  font-size: 26px;
}

.paragraph {
  font-family: Karla, sans-serif;
  font-size: 17px;
}

.image-5 {
  text-align: center;
}

.adresse {
  font-size: 40px;
}

.heading {
  text-align: right;
}

.image-6 {
  margin-left: 29px;
}

.lightbox-link {
  padding-left: 0;
  padding-right: 29px;
}

.image-7 {
  height: 130px;
  margin-left: 3px;
  padding-left: 0;
  padding-right: 0;
}

.projectdiv {
  background-image: url('../images/San-LeonProjet.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  margin-bottom: 100px;
}

.map1 {
  background-image: url('../images/Quartier1b.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 700px;
}

.map2 {
  background-image: url('../images/Quartier3g.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 700px;
}

.word1 {
  background-image: url('../images/Word1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 650px;
}

.word3 {
  background-image: url('../images/Word3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 400px;
  display: none;
}

.plan {
  margin-bottom: 50px;
}

.formulaire {
  text-align: center;
  background-color: #283c3a;
  padding: 20px 40px 70px;
}

.submit-3 {
  background-color: #283f51;
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 32px;
  line-height: 40px;
}

.submit-3.gold {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 0;
  padding: 12px 30px;
  font-family: Karla, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  transition: all .5s;
}

.submit-3.gold:hover {
  color: #283f51;
  background-color: #fff;
}

.hero-col {
  padding-left: 0;
  padding-right: 0;
}

.hero-col.r {
  padding-left: 15px;
}

.hero-col.l {
  padding-right: 15px;
}

.form-field {
  color: #fff;
  background-color: #0000;
  border: 1px #fff;
  border-bottom-style: solid;
  height: 50px;
  margin-top: 20px;
  padding: 0;
  font-family: Karla, sans-serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 24px;
}

.form-field:hover {
  font-weight: 100;
}

.form-field::placeholder {
  color: #ffffffbf;
}

.form-field.select {
  color: #ffffffbf;
  display: block;
}

.form-field.select:hover {
  font-weight: 100;
}

.form-field.select:focus {
  color: #3d3d3d;
  font-weight: 600;
}

.columns-3 {
  margin-left: 0;
  margin-right: 0;
}

.formblock-3 {
  width: 100%;
}

.grid {
  grid-column-gap: 12px;
  grid-row-gap: 6px;
  grid-template: ". ."
                 ". ."
                 ". ."
                 ". ."
                 ". Area"
                 ". ."
                 / 1fr 5fr;
  grid-auto-flow: row;
}

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

.text-block {
  opacity: 1;
  text-align: center;
  border: 1px #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 83px;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: visible;
  transform: rotate(-90deg);
}

.columns-4 {
  background-color: #fff;
  border: 1px #000;
  font-family: Karla, sans-serif;
}

.column-2, .column-3 {
  border: 1px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.column-4 {
  border: 1px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
  top: 0;
}

.column-5 {
  border: 1px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-2, .text-block-3, .text-block-4, .text-block-5 {
  font-family: Karla, sans-serif;
}

.column-6 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.divtable {
  margin-top: 10px;
  margin-bottom: 10px;
}

.divrow {
  justify-content: flex-start;
  height: 50px;
  display: flex;
}

.divrow.above {
  background-color: #283c3a;
}

.divrow.color {
  background-color: #575e5c1a;
}

.cell {
  color: #575e5c;
  text-align: center;
  background-color: #fff;
  border-left: 1px solid #0000001a;
  justify-content: center;
  align-items: center;
  width: 20%;
  font-family: Karla, sans-serif;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.cell:hover {
  background-image: linear-gradient(#0000000d, #0000000d);
}

.cell.invert {
  color: #fff;
  background-color: #414040;
  width: 20%;
  font-family: Karla, sans-serif;
  text-decoration: none;
}

.cell.invert.noborder {
  background-color: #3f3f3f;
  font-family: Karla, sans-serif;
  text-decoration: none;
}

.cell.noborder {
  background-color: #fff;
  border-left-style: solid;
  border-left-color: #0000;
  font-family: Karla, sans-serif;
  text-decoration: none;
}

.cell-2 {
  color: #575e5c;
  text-align: center;
  background-color: #ffeaea;
  border-left: 1px solid #0000001a;
  justify-content: center;
  align-items: center;
  width: 20%;
  font-family: Karla, sans-serif;
  text-decoration: line-through;
  transition: all .5s;
  display: flex;
}

.cell-2:hover {
  background-image: linear-gradient(#0000000d, #0000000d);
}

.cell-2.noborder {
  background-color: #ffeaea;
  border-left-style: solid;
  border-left-color: #0000;
  font-family: Karla, sans-serif;
  text-decoration: line-through;
}

.cell-3 {
  color: #575e5c;
  text-align: center;
  background-color: #fff;
  border-left: 1px solid #0000001a;
  justify-content: center;
  align-items: center;
  width: 20%;
  font-family: Karla, sans-serif;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.cell-3:hover {
  background-image: linear-gradient(#0000000d, #0000000d);
}

.cell-3.noborder {
  background-color: #fff;
  border-left-style: solid;
  border-left-color: #0000;
  text-decoration: none;
}

.cell-3.noborder._1 {
  background-color: #ffeaea;
}

.cell-3.noborder._1-copy, .cell-3._1 {
  background-color: #ffeaea;
  text-decoration: line-through;
}

.cell-4 {
  color: #575e5c;
  text-align: center;
  background-color: #fff;
  border-left: 1px solid #0000001a;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 20%;
  font-family: Karla, sans-serif;
  text-decoration: line-through;
  transition: all .5s;
  display: flex;
}

.cell-4:hover {
  background-image: linear-gradient(#0000000d, #0000000d);
}

.cell-4.invert {
  color: #fff;
  background-color: #414141;
  width: 20%;
  text-decoration: none;
}

.cell-4.invert.noborder {
  background-color: #414141;
  text-decoration: none;
}

.cell-4.noborder {
  background-color: #fff;
  border-left-style: solid;
  border-left-color: #0000;
}

.cell-4.noborder._1 {
  background-color: #ffeaea;
}

.cell-4._1 {
  background-color: #ffeaea;
  text-decoration: line-through;
}

.divtable-2 {
  margin-top: 86px;
  margin-bottom: 88px;
}

.cell-5 {
  color: #575e5c;
  text-align: center;
  background-color: #fff;
  border-left: 1px solid #0000001a;
  justify-content: center;
  align-items: center;
  width: 20%;
  font-family: Karla, sans-serif;
  font-style: normal;
  transition: all .5s;
  display: flex;
}

.cell-5:hover {
  background-image: linear-gradient(#0000000d, #0000000d);
}

.cell-5.invert {
  color: #fff;
  background-color: #333;
  width: 20%;
}

.cell-5.noborder {
  border-left-style: solid;
  border-left-color: #0000;
}

.cell-5.noborder._1, .cell-5._1 {
  background-color: #ffeaea;
  text-decoration: line-through;
}

.heading-2 {
  color: var(--dark-slate-gray);
  text-align: center;
  text-transform: none;
  margin-top: 30px;
  font-family: Karla, sans-serif;
  line-height: 29px;
}

.heading-3 {
  color: var(--dark-slate-gray);
  text-align: center;
  text-transform: none;
  margin-top: 30px;
  font-family: Karla, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 29px;
}

.html-embed {
  text-align: center;
}

.nav-link-2 {
  color: #484647;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px 10px 18px;
  font-family: Karla, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

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

._360mobile {
  display: none;
}

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

.link-block {
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.cell-copy {
  color: #575e5c;
  text-align: center;
  border-left: 1px solid #0000001a;
  justify-content: center;
  align-items: center;
  width: 20%;
  font-family: Karla, sans-serif;
  transition: all .5s;
  display: block;
}

.cell-copy {
  color: #575e5c;
  text-align: center;
  background-color: #fff;
  border-left: 1px solid #0000001a;
  justify-content: center;
  align-items: center;
  width: 20%;
  font-family: Karla, sans-serif;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.cell-copy:hover {
  background-image: linear-gradient(#0000000d, #0000000d);
}

.cell-copy.invert {
  color: #fff;
  width: 20%;
  font-family: Karla, sans-serif;
}

.cell-copy.invert.noborder {
  font-family: Karla, sans-serif;
}

.cell-copy.noborder {
  border-left-style: solid;
  border-left-color: #0000;
  font-family: Karla, sans-serif;
}

.cell-copy.cell-3 {
  background-color: #fff;
}

.cell-copy-copy {
  color: #575e5c;
  text-align: center;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Karla, sans-serif;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.cell-copy-copy:hover {
  background-image: linear-gradient(#0000000d, #0000000d);
}

.cell-copy-copy.invert {
  color: #fff;
  width: 20%;
  font-family: Karla, sans-serif;
}

.cell-copy-copy.invert.noborder {
  font-family: Karla, sans-serif;
}

.cell-copy-copy.noborder {
  border-left-style: solid;
  border-left-color: #0000;
  font-family: Karla, sans-serif;
}

.columns-5 {
  float: none;
  clear: none;
  text-align: center;
  max-width: 1000px;
  margin-top: 33px;
  margin-bottom: 75px;
  padding-left: 0;
  position: static;
}

.columns-6 {
  float: none;
  clear: none;
  text-align: center;
  max-width: 1000px;
  margin-top: 20px;
  padding-left: 0;
  position: static;
}

.planswrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.columns-7 {
  float: none;
  clear: none;
  text-align: center;
  max-width: 1000px;
  margin-top: 33px;
  padding-left: 0;
  position: static;
}

.text-block-12 {
  color: #fff1ec;
  background-color: #283c3a;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
}

.popup-covid {
  z-index: 8000;
  text-align: center;
  background-color: #000000a8;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  padding-top: 30px;
  display: none;
  position: fixed;
  inset: 0%;
}

.divinsidepopup-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 600px;
  height: 500px;
  display: flex;
  box-shadow: 0 0 60px 3px #00000080;
}

.heading-6 {
  color: #3a3331;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 29px;
  font-size: 18px;
  font-weight: 400;
  line-height: 16px;
  display: block;
  position: static;
}

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

.text-block-13 {
  color: #131212;
  text-align: left;
  margin-top: 17px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px solid #8b8b8b;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
  top: auto;
}

.image-25 {
  margin-top: 30px;
  margin-bottom: 0;
}

.xclose-2 {
  z-index: 20000;
  color: #fff;
  cursor: pointer;
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  inset: 5% 10% auto auto;
}

.planpoint {
  width: 100%;
}

.portfolio-h1-copy {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Karla, sans-serif;
  font-size: 60px;
  line-height: 60px;
  display: block;
  position: fixed;
  inset: auto 0 34%;
}

.portfolio-h1-copy.portfolio-h1-style-4 {
  color: #000;
  text-shadow: 0 2px #575151;
  font-family: Karla, sans-serif;
  bottom: 72%;
}

.divsix {
  color: #fff;
  letter-spacing: .5px;
  background-color: #283c3a;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
}

.sixlogo {
  width: 150px;
  margin-left: 5px;
}

.badge {
  color: #fff;
  text-align: center;
  background-color: #283c3ae6;
  width: 45%;
  padding: 20px;
  font-family: Karla, sans-serif;
  font-size: 32px;
  font-style: normal;
  line-height: 40px;
  position: absolute;
  top: 30%;
  left: 5%;
}

.badge.larger {
  text-align: right;
  width: 80%;
}

.text-span {
  -webkit-text-stroke-color: #283c3acc;
}

.text-span-2 {
  color: #283c3aa6;
}

.text-span-3, .text-span-4 {
  color: #283c3a80;
}

.text-span-5 {
  color: #283c3a99;
}

.text-span-6 {
  color: #ffffff80;
}

.text-span-7, .text-span-8 {
  color: #e1dfd9;
}

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

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

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

html.w-mod-js [data-ix="hide-nav-on-load"] {
  opacity: 0;
  width: 0;
  height: 0;
}

html.w-mod-js [data-ix="opacity-0-load"], html.w-mod-js [data-ix="home-section"], html.w-mod-js [data-ix="fade-down-on-load"], html.w-mod-js [data-ix="fade-up-on-load"], html.w-mod-js [data-ix="slide-up-on-scroll"], html.w-mod-js [data-ix="slide-down-on-scroll"], html.w-mod-js [data-ix="fade-in-on-scroll"], html.w-mod-js [data-ix="fade-in-on-load"] {
  opacity: 0;
}

html.w-mod-js [data-ix="loading-section"] {
  display: block;
}

html.w-mod-js [data-ix="move-down-on-load-2"] {
  opacity: 0;
  transform: translate(0, 100%);
}

html.w-mod-js [data-ix="move-to-origin-on-scroll"] {
  transform: translate(0, 40px);
}

@media screen and (max-width: 991px) {
  .button.submit-button {
    padding-left: 29px;
    padding-right: 28px;
  }

  .navbar {
    font-family: Average, sans-serif;
  }

  .nav-link {
    clear: none;
    margin-left: 3px;
    margin-right: 2px;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 14px;
  }

  .half-p {
    text-align: center;
    background-color: #fff;
    width: 100%;
    max-width: 9999px;
    margin: 169px auto -124px;
    padding-top: 41px;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
    inset: 0 0 24%;
  }

  .column-content {
    left: 3%;
  }

  .column-content.right-content {
    left: 0%;
    right: 3%;
  }

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

  .section.footer {
    margin-bottom: -58px;
  }

  .big-heading {
    padding-left: 29px;
  }

  .faded {
    left: 28px;
  }

  .portfolio-h1 {
    position: absolute;
  }

  .portfolio-h1.portfolio-h1-style-4 {
    bottom: 57%;
  }

  .portfolio-section.portfolio-bg-3 {
    height: 100%;
  }

  .portfolio-section.portfolio-bg-4 {
    height: 45%;
  }

  .d {
    margin-right: 7px;
  }

  .style-p {
    padding-left: 35px;
  }

  .footer-holder {
    right: 7.5%;
  }

  .portfolio-card {
    height: 128.98px;
  }

  .portfolio-card.contact-card {
    height: 144.98px;
  }

  .portfolio-card.surf-card {
    height: auto;
    padding-bottom: 18px;
  }

  .right {
    padding-right: 7px;
  }

  .arrow.left-arrow {
    margin-left: 0;
  }

  .arrow.right-arrow {
    margin-right: 0;
  }

  .feature-diagonal {
    z-index: 1;
    margin-top: -1px;
    position: relative;
  }

  .services-h2 {
    margin-bottom: 55px;
  }

  .smaller-h2 {
    font-size: 16px;
  }

  .menu-bars {
    padding-top: 17px;
  }

  .menu {
    z-index: 1000;
    text-align: center;
    background-color: #fff;
  }

  .lesa {
    display: none;
  }

  .footer-3-wrap {
    width: 100%;
    margin-left: 0;
  }

  .row-5 {
    display: block;
  }

  .submit-3.gold {
    font-size: 26px;
  }

  .form-field {
    font-size: 20px;
    line-height: 24px;
  }

  .nav-link-2 {
    clear: none;
    margin-left: 3px;
    margin-right: 2px;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 14px;
  }

  .portfolio-h1-copy {
    position: absolute;
  }

  .portfolio-h1-copy.portfolio-h1-style-4 {
    bottom: 57%;
  }

  .badge {
    color: #fff;
    text-align: center;
    background-color: #fff;
    width: 100%;
    max-width: 9999px;
    margin: 168px auto 80px;
    padding-top: 80px;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
    inset: 0 0 24%;
  }

  .text-span-8, .bold-text-4 {
    color: #283c3a;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 70px;
    line-height: 80px;
    position: absolute;
    bottom: .5%;
    left: 5px;
    right: 0%;
  }

  .button.submit-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .full-section.home-section {
    height: 100%;
  }

  .nav-link {
    text-align: center;
    font-size: 13px;
    display: block;
  }

  .nav-link.feature-link {
    margin-left: 0;
    margin-right: 0;
  }

  .wide-container {
    margin-bottom: 0;
  }

  .half-p {
    margin-top: 0;
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 40px;
    bottom: 33%;
  }

  .column-content {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    top: 36%;
    left: 0%;
  }

  .column-content.right-content {
    right: 0%;
  }

  .section.style-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.depth-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .style-image-left {
    margin-top: 55px;
    margin-left: 0;
    padding-right: 0;
  }

  .big-heading {
    margin-top: 50px;
    margin-bottom: 15px;
  }

  .style-p {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-holder {
    right: -9.5%;
  }

  .portfolio-column.right-column {
    margin-top: -15px;
  }

  .portfolio-card.contact-card {
    height: 102.98px;
  }

  .style-image-right {
    margin-bottom: 0;
  }

  .diamond-heading {
    margin-bottom: 25px;
  }

  .diamond-heading.last-2 {
    margin-bottom: 0;
  }

  .feature-diagonal, .package-diagonal, .package-diagonal.bottom {
    overflow: hidden;
  }

  .text-field.message {
    border-right-width: 1px;
  }

  .contact-h2 {
    padding-top: 31px;
    font-size: 12px;
    line-height: 21px;
  }

  .brand-logo.w--current {
    margin-left: -10px;
  }

  .lesa, .footer-3-col-2 {
    display: none;
  }

  .row-5 {
    flex-direction: column;
    display: flex;
  }

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

  .footer-3-col {
    justify-content: center;
    align-items: center;
  }

  .footer-3-copywrite {
    text-align: center;
  }

  .hero-col.r {
    padding-left: 0;
  }

  .hero-col.l {
    padding-right: 0;
  }

  .nav-link-2 {
    text-align: center;
    font-size: 13px;
    display: block;
  }

  .badge {
    margin-top: 0;
    font-size: 24px;
    line-height: 40px;
  }

  .bold-text-4, .bold-text-5, .bold-text-6, .text-span-9 {
    color: #324a47;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    bottom: 29.5%;
  }

  p {
    text-align: center;
    font-size: 15px;
    line-height: 25px;
  }

  .button.submit-button {
    width: 100%;
  }

  .full-section.home-section {
    height: 50%;
  }

  .navbar, .nav-link, .nav-link.feature-link {
    background-color: #fff;
  }

  .wide-container {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .wide-container.portfolio-container {
    margin-bottom: 45px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .half-p {
    max-width: none;
    margin-top: -243px;
    margin-bottom: 207px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    top: 50%;
    bottom: 0%;
  }

  .half-p.larger {
    width: auto;
    position: relative;
  }

  .full-column {
    height: 100%;
  }

  .full-column.grey {
    height: 900px;
  }

  .column-content {
    top: 43%;
  }

  .column-content.right-content {
    position: absolute;
    top: 40px;
  }

  .section.footer {
    margin-bottom: -3px;
  }

  .column.services-column {
    margin-bottom: 40px;
  }

  .big-heading {
    margin-bottom: 0;
    font-size: 75px;
    left: -20px;
  }

  .faded {
    font-size: 95px;
    top: -46px;
    left: 46px;
  }

  .portfolio-h1 {
    font-size: 30px;
    line-height: 32px;
    bottom: 75%;
  }

  .portfolio-h1.portfolio-h1-style-4 {
    bottom: 56.5%;
  }

  .portfolio-section.portfolio-bg-2, .portfolio-section.portfolio-bg-3 {
    height: 50%;
  }

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

  .triangle.bottom-right {
    top: 22%;
    left: -27%;
  }

  .triangle.far-left {
    top: 70%;
    left: -75%;
  }

  .prtfolio-p {
    margin-bottom: 90px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .portfolio-column {
    margin-bottom: 0;
  }

  .portfolio-column.right-column {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .portfolio-card.contact-card {
    height: 130.98px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .right {
    text-align: center;
    max-width: 500px;
    margin-top: 15px;
    padding-left: 7px;
  }

  .right.qualite {
    text-align: center;
    max-width: 500px;
    font-size: 16px;
    line-height: 22px;
  }

  .slider {
    margin-bottom: 7px;
  }

  .card-p {
    padding-top: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-h1 {
    font-size: 30px;
    line-height: 35px;
    top: 47%;
  }

  .diamond.large-diamond {
    overflow: hidden;
  }

  .diamond-heading.last-2 {
    margin-bottom: 25px;
  }

  .diamond-text {
    overflow: hidden;
  }

  .pricing-holder, .services-h2 {
    margin-bottom: 100px;
  }

  .menu {
    background-color: #fff;
    overflow: visible;
  }

  .contact-h2 {
    padding-top: 25px;
  }

  .brand-logo {
    margin-left: -10px;
  }

  .lesa {
    width: 300px;
    display: none;
    right: 0%;
  }

  .para {
    text-align: left;
  }

  .h6 {
    font-size: 26px;
    line-height: 32px;
  }

  .footer-3-copywrite {
    text-align: center;
  }

  .h2 {
    font-size: 20px;
    line-height: 22px;
  }

  .h2.bot, .h2.emp, .h2.vert {
    text-align: center;
  }

  .h2.top {
    text-align: center;
    line-height: 30px;
  }

  .image-6, .lightbox-link {
    display: none;
  }

  .projectdiv {
    background-position: 0%;
    height: 300px;
  }

  .map1, .map2 {
    height: 250px;
  }

  .word1, .word3 {
    display: none;
  }

  .formulaire {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .submit-3.gold {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    display: inline-block;
    position: static;
  }

  .form-field {
    height: 40px;
    margin-top: 10px;
    font-size: 17px;
    line-height: 20px;
  }

  .cell {
    width: 20%;
    font-size: 12px;
  }

  .cell.invert {
    width: 20%;
    font-size: 11px;
  }

  .cell.invert.noborder, .cell.noborder {
    width: 20%;
  }

  .cell-2 {
    width: 20%;
    font-size: 12px;
  }

  .cell-2.noborder {
    width: 20%;
  }

  .cell-3 {
    width: 20%;
    font-size: 12px;
  }

  .cell-3.noborder {
    width: 20%;
  }

  .cell-4 {
    width: 20%;
    font-size: 12px;
  }

  .cell-4.invert {
    width: 20%;
    font-size: 11px;
  }

  .cell-4.invert.noborder, .cell-4.noborder {
    width: 20%;
  }

  .cell-5 {
    width: 20%;
    font-size: 12px;
  }

  .cell-5.invert {
    width: 20%;
    font-size: 11px;
  }

  .cell-5.invert.noborder, .cell-5.noborder {
    width: 20%;
  }

  .heading-3 {
    font-size: 16px;
    line-height: 18px;
  }

  .html-embed {
    display: none;
  }

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

  .html-embed-2 {
    display: none;
  }

  ._360mobile {
    display: block;
  }

  .cell-copy.invert.noborder, .cell-copy.noborder {
    width: 20%;
  }

  .cell-copy {
    width: 20%;
    font-size: 12px;
  }

  .cell-copy.invert {
    width: 20%;
    font-size: 11px;
  }

  .cell-copy.invert.noborder, .cell-copy.noborder {
    width: 20%;
  }

  .cell-copy-copy {
    width: 100%;
    font-size: 12px;
  }

  .cell-copy-copy.invert {
    width: 20%;
    font-size: 11px;
  }

  .cell-copy-copy.invert.noborder, .cell-copy-copy.noborder {
    width: 20%;
  }

  .column-24 {
    margin-top: 15px;
  }

  .columns-5, .columns-6 {
    margin-top: 0;
  }

  .popup-covid {
    padding-top: 0;
    display: block;
  }

  .divinsidepopup-copy {
    color: #fff;
    background-color: #fff;
    flex: 0 auto;
    align-self: flex-start;
    width: auto;
    height: auto;
    margin-top: 21px;
    margin-bottom: 30px;
    display: block;
    position: static;
    inset: 0%;
  }

  .heading-6 {
    margin-top: 0;
    font-size: 14px;
  }

  .text-block-13 {
    margin-bottom: 31px;
    font-size: 13px;
  }

  .div-block-9 {
    color: #fff;
  }

  .image-25 {
    max-width: 80%;
    margin-bottom: 28px;
  }

  .xclose-2 {
    color: #000;
    font-size: 20px;
    line-height: 20px;
    top: 8%;
    right: 5%;
  }

  .container-3 {
    color: #fff0;
  }

  .portfolio-h1-copy {
    font-size: 30px;
    line-height: 32px;
    bottom: 75%;
  }

  .portfolio-h1-copy.portfolio-h1-style-4 {
    bottom: 56.5%;
  }

  .badge {
    color: #fff;
    background-color: #283c3a;
    max-width: none;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 16px;
    line-height: 24px;
    top: 30%;
    bottom: 0%;
  }

  .text-span-8, .bold-text-4, .bold-text-5, .bold-text-6, .text-span-9 {
    color: #fff;
  }
}

#w-node-bae14103-855c-06da-182a-7df57da64b9f-0c412720 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-bae14103-855c-06da-182a-7df57da64b9f-0c412720 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


