:root {
  --gray: #6b6a6f;
  --black: black;
  --white: white;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.container {
  background-color: #68080800;
}

.navbar {
  background-color: #ddd0;
}

.navbar-2 {
  z-index: 100;
  background-color: #f7f6f1;
  border-bottom: 0 solid #ebedee;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.kit-nav-buttons-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  display: flex;
  position: relative;
  inset: 55%;
}

.prospero-link {
  opacity: .6;
  text-transform: uppercase;
  margin-right: 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.maitre-carre_brand {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  order: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: baseline;
  margin-right: 24px;
  display: block;
  position: static;
}

.maitre-carre_brand.w--current {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: none;
  justify-content: center;
  margin-right: 0;
  display: flex;
}

.button-label {
  color: #f7f6f1;
  font-family: Geologica, sans-serif;
}

.button-label:hover {
  color: var(--gray);
}

.dropdown-toggle {
  align-items: center;
  padding: 21px 20px;
  display: flex;
}

.menu-button-kit {
  align-items: center;
  width: 56px;
  height: 56px;
  padding: 21px 18px;
  display: flex;
  overflow: hidden;
}

.menu-button-kit:hover, .menu-button-kit.w--open {
  background-color: #ebedee;
}

.menu-icon-swipe {
  display: inline-block;
  position: absolute;
}

.dropdown-wrap {
  display: flex;
}

.menu-icon-kit-nav {
  display: inline-block;
  position: absolute;
}

.nav-kit-divider {
  background-color: #ebedee;
  width: 1px;
  height: 22px;
  margin-right: 0;
}

.menu-button-kit-nav {
  display: none;
}

.nav-kit-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.dropdown-list {
  color: #fff;
  background-color: #18181d;
  padding-top: 8px;
  padding-bottom: 8px;
  position: absolute;
}

.dropdown {
  flex: none;
}

.kit-arrow-dropdown {
  opacity: .4;
}

.button-small {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #18181d;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button-small:hover {
  background-color: #272731;
}

.button-small.contact {
  color: #fff;
  background-color: #65595a;
  border: 1px solid #4353ff;
  justify-content: flex-end;
  align-items: center;
  padding: 12px 24px;
}

.button-small.contact:hover {
  background-color: #f7f6f1;
}

.dropdown-link {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 22px;
}

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

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

.nav-menu {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.prospero-nav-logo {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  display: block;
}

.image {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.body {
  background-color: #f7f6f1;
}

.footer {
  color: #6559a5;
  -webkit-text-stroke-color: #231f20;
}

.div-block {
  -webkit-text-stroke-color: #231f20;
  background-color: #231f20;
}

.heading {
  color: #f7f6f1;
  letter-spacing: 0;
  height: auto;
  margin-top: 0;
  margin-bottom: 100px;
  margin-left: 40px;
  padding-top: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  font-weight: 200;
}

.paragraph {
  color: #f7f6f1;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 40px;
  font-family: Geologica, sans-serif;
  font-size: 22px;
  font-weight: 100;
  line-height: 30px;
  text-decoration: none;
}

.image-2 {
  width: 400px;
  max-width: none;
}

.image-3 {
  width: 200px;
  max-width: none;
}

.graphic_contact {
  justify-content: flex-end;
  margin-right: 50px;
  display: flex;
}

.image-4 {
  width: 45%;
  max-width: none;
}

.intro {
  background-color: #292929;
  justify-content: center;
  display: flex;
}

.heading-2 {
  color: #65595a;
  text-align: center;
  text-transform: none;
  margin-top: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 200;
  line-height: 45px;
}

.presentation {
  margin-bottom: 60px;
  display: flex;
}

.photo_escaliers {
  vertical-align: baseline;
  width: 35%;
  max-width: none;
  margin: 60px auto;
  display: block;
}

.paragraph-2 {
  color: #65595a;
  margin-top: 100px;
  margin-left: 140px;
  margin-right: 140px;
  font-family: Geologica, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
}

.flex-block {
  margin-left: 60px;
  margin-right: 60px;
}

.heading-3 {
  color: #65595a;
  text-align: center;
  margin-top: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 200;
}

.paragraph_footer {
  color: #f7f6f1;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Geologica, sans-serif;
  font-size: 12px;
  font-weight: 100;
  line-height: 30px;
}

.paragraph_footer:hover {
  font-weight: 400;
}

.logo-facebook {
  width: 25px;
  max-width: none;
}

.column {
  justify-content: flex-start;
  padding-left: 40px;
  display: flex;
}

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

.columns-2 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.paragraph_ml {
  color: #65595a;
  margin: 40px 25%;
  font-family: Geologica, sans-serif;
  font-size: 16px;
  font-weight: 200;
  text-decoration: none;
}

.paragraph_footer_1 {
  color: #f7f6f1;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Geologica, sans-serif;
  font-size: 12px;
  font-weight: 100;
  line-height: 30px;
}

.paragraph_footer_1:hover {
  font-weight: 100;
}

.section {
  margin-bottom: 140px;
}

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

.link-2, .link-3 {
  color: #f7f6f0;
  text-decoration: none;
}

.insta_link {
  margin-right: 40px;
}

.center-bottom-cookie {
  background-color: #fff;
  justify-content: center;
  align-items: flex-end;
  width: 700px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  display: flex;
  position: static;
  bottom: 15px;
}

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

.cookie-content.column {
  flex-direction: row;
  align-items: flex-start;
  width: auto;
  max-width: 650px;
  padding-left: 0;
}

.max-450 {
  text-align: justify;
  max-width: none;
  margin-bottom: 0;
  margin-right: 40px;
  font-family: Geologica, sans-serif;
  font-weight: 200;
}

.cookie-button-center {
  border: 1px solid var(--gray);
  color: #000;
  -webkit-text-stroke-color: var(--black);
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Geologica, sans-serif;
  display: flex;
}

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

.logo-instagram {
  width: 25px;
  max-width: none;
}

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

.heading-2-sub {
  color: #65595a;
  text-align: center;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 200;
}

.columns-4 {
  margin-bottom: 60px;
}

.column-6 {
  background-image: url('../images/Maitre_carre_3.jpeg');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  height: 710px;
  position: static;
}

.column-7 {
  background-image: url('../images/Maitre_carre_4.jpeg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  justify-content: center;
  height: 710px;
  display: block;
  position: relative;
}

.columns-5 {
  height: 710px;
}

.paragraph-3 {
  color: #65595a;
  text-align: justify;
  margin-top: 60px;
  margin-left: 35px;
  margin-right: 35px;
  font-family: Geologica, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
}

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

.paragraph-4 {
  color: #65595a;
  text-align: justify;
  margin-top: 60px;
  margin-left: 140px;
  margin-right: 140px;
  font-family: Geologica, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
}

.paragraph-22 {
  color: #65595a;
  text-align: justify;
  margin-top: 100px;
  margin-left: 0;
  margin-right: 0;
  font-family: Geologica, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
}

.image-5 {
  width: 40px;
  max-width: none;
}

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

.div-block-21 {
  width: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-2 {
  flex-flow: column;
  margin-bottom: 60px;
  display: flex;
}

.column-8, .column-9, .column-10 {
  padding-left: 0;
  padding-right: 0;
}

.link-5, .link-6 {
  color: #65595a;
  text-decoration: none;
}

.text-span, .text-span-2 {
  color: #65595a;
}

.link-7 {
  color: #65595a;
  text-decoration: none;
}

.link-8, .link-9 {
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .maitre-carre_brand.w--current {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: row;
    order: 0;
    justify-content: center;
    align-self: center;
    width: 350px;
    display: flex;
  }

  .nav-kit-wrap, .image {
    width: auto;
  }

  .heading-2 {
    text-transform: none;
    height: auto;
    line-height: 45px;
  }

  .presentation {
    justify-content: center;
    align-items: center;
    margin-left: 100px;
  }

  .photo_escaliers {
    align-self: center;
    width: 35%;
    display: block;
  }

  .paragraph-2 {
    margin-bottom: 0;
  }

  .heading-3 {
    margin-top: 0;
  }

  .logo-facebook {
    height: 28.7px;
  }

  .column {
    padding-left: 40px;
  }

  .insta_link {
    margin-right: 0;
  }

  .cookie-button-center:hover {
    border: 1px solid #2b201a;
  }

  .logo-instagram {
    height: 28.7031px;
    margin-right: 0;
  }

  .fb_link {
    vertical-align: middle;
    justify-content: center;
    display: flex;
  }

  .column-4 {
    justify-content: flex-start;
    display: flex;
  }

  .facebook_link {
    margin-left: 20px;
  }

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

  .heading-2-sub {
    text-transform: none;
    height: auto;
    font-size: 25px;
    line-height: 45px;
  }

  .paragraph-3, .paragraph-4, .paragraph-22 {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1920px) {
  .max-450 {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .navbar-2 {
    padding: 6px 5px 6px 24px;
  }

  .kit-nav-buttons-wrap {
    flex: none;
    justify-content: flex-end;
    margin-right: 8px;
  }

  .dropdown-toggle {
    padding: 20px;
  }

  .dropdown-wrap {
    justify-content: space-between;
    display: flex;
  }

  .nav-kit-divider {
    display: none;
  }

  .menu-button-kit-nav {
    width: 50px;
    height: 50px;
    padding: 18px 15px;
  }

  .nav-kit-wrap {
    flex: 1;
  }

  .dropdown {
    background-color: #fff;
  }

  .dropdown-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu {
    border-bottom: 1px solid #ebedee;
    width: 100%;
  }

  .paragraph {
    text-decoration: none;
  }

  .heading-2 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .presentation {
    flex-flow: column;
  }

  .photo_escaliers, .heading-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph_footer {
    padding-left: 40px;
  }

  .columns {
    margin-top: 20px;
  }

  .column-2 {
    margin-top: 20px;
    padding-left: 0;
  }

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

  .paragraph_ml {
    margin-left: 20%;
    margin-right: 20%;
  }

  .paragraph_footer_1 {
    padding-left: 40px;
  }

  .center-bottom-cookie {
    background-color: #fcfcfc;
    width: 810px;
    max-width: 100%;
  }

  .cookie-content.column {
    flex-direction: row;
    align-items: flex-start;
  }

  .max-450 {
    text-align: justify;
    max-width: 80%;
    margin-bottom: 0;
  }

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

  .cookie-button-center {
    border-color: #292929;
    border-radius: 100px;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .columns-3 {
    display: flex;
  }

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

  .heading-2-sub {
    margin-left: 40px;
    margin-right: 40px;
  }

  .columns-4 {
    flex-flow: column;
    display: flex;
  }

  .column-5 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .columns-5 {
    display: flex;
  }

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

  .section-2 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-2 {
    padding-left: 20px;
  }

  .maitre-carre_brand {
    padding-left: 0;
  }

  .dropdown-toggle, .dropdown-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .prospero-nav-logo {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
  }

  .image-4 {
    width: 70%;
  }

  .photo_escaliers {
    width: 75%;
  }

  .cookie-content {
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .cookie-content.column {
    margin-bottom: 0;
  }

  .max-450 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .columns-4 {
    flex-flow: column;
  }

  .column-6 {
    background-position: 50%;
    padding-left: 0;
  }

  .column-7 {
    background-position: 50%;
    padding-left: 0;
    display: flex;
  }

  .columns-5 {
    flex-flow: column;
  }

  .paragraph-4 {
    margin-left: 35px;
    margin-right: 35px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-2 {
    padding-left: 16px;
  }

  .kit-nav-buttons-wrap {
    display: block;
  }

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

  .menu-button-kit-nav {
    width: 48px;
    height: 48px;
    padding: 17px 14px;
  }

  .nav-kit-wrap {
    flex: 1;
  }

  .button-small {
    flex: none;
    align-self: stretch;
  }

  .button-small.contact {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 12px;
    line-height: 22px;
    display: none;
  }

  .dropdown-link {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-4 {
    width: 85%;
  }

  .heading-2 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .paragraph-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph_footer {
    font-size: 14px;
  }

  .paragraph_ml {
    margin-left: 10%;
    margin-right: 10%;
  }

  .paragraph_footer_1 {
    font-size: 14px;
  }

  .center-bottom-cookie {
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    padding: 20px;
    bottom: 0;
  }

  .cookie-button-center:hover {
    border-width: 1px;
    border-color: #fdde00;
  }

  .heading-2-sub {
    margin-left: 60px;
    margin-right: 60px;
  }

  .columns-4 {
    flex-flow: column;
  }

  .columns-5 {
    flex-flow: column;
    display: flex;
  }

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

  .paragraph-4 {
    text-align: justify;
    margin-left: 60px;
    margin-right: 60px;
  }

  .paragraph-22 {
    text-align: justify;
    margin-left: 0;
    margin-right: 0;
  }

  .column-8, .column-9, .column-10 {
    padding-left: 0;
    padding-right: 0;
  }
}


