body,
html {
  overflow-x: hidden;
  font-family: 'Kumbh Sans', sans-serif;
}
hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.lang-button {
  position: fixed;
  top: 0;
  right: 16px;
  background: #ffffff;
  cursor: pointer;
  z-index: 10;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.14);
}
.lang-button > a {
  color: #333333;
  display: inline-block;
}
.lang-button > a:first-child {
  padding: 8px 2px 8px 16px;
}
.lang-button > a:last-child {
  padding: 8px 16px 8px 2px;
}
.lang-button > .active {
  font-weight: 500;
}
.page-wrapper {
  padding: 0;
  overflow: hidden;
}
.hero-section {
  height: 100vh;
  width: 100%;
  background-image: url(../img/lava/E0000_01.jpg);
  background-blend-mode: color-burn;
  background-size: cover;
  background-position: bottom;
  background-color: #003a55;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.hero-section > .col-lg-8 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-wrapper > .row {
  margin: 0;
}
.left-column {
  z-index: 1;
  padding: 0;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ab9786' fill-opacity='0.23' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}
.bg-gradient-white {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,0) 100%);
}
.left-column > .container-fluid {
  padding: 0;
}
.jumbotron {
  padding: 32px;
  background: transparent;
  max-width: 800px;
  margin-left: 32px;
}
.jumbotron * {
  color: #ffffff;
}
.jumbo-logo {
  height: 128px;
  max-width: 100%;
  margin-bottom: 24px;
}
.jumbotron > h1 {
  color: #fff;
  margin-bottom: 40px;
  font-weight: 800;
  line-height: 1.1;
  margin-top: 24px;
}
.jumbotron > h1 > div {
  color: #fff;
}
.lead {
  display: none;
}
.jumbotron > h3 > span {
  color: #ab9786;
  font-weight: 800;
}
.facade-image {
  background-image: url(../img/facade.jpg);
  width: 100vw;
  height: 95vh;
  background-size: cover;
  background-position: center;
}
.bedrooms-block {
  display: flex;
  position: relative;
  margin: 40px auto;
  width: fit-content;
  box-shadow: 0 0 3px rgba(0,0,0,0.08), 0 2px 6px rgba(0,0,0,0.04), 0 10px 20px rgba(0,0,0,0.04);
}
.bedrooms-block__red {
  background: #003a55;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
}
.bedrooms-block__red > img {
  height: 48px;
}
.bedrooms-block__white {
  padding: 16px;
  background: #ffffff;
}
.bedrooms-block__white > p {
  margin-bottom: 0;
}
.bedrooms-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  width: 100%;
  margin: 0 auto 64px;
}
.bedrooms-grid > div {
  font-size: 1.3rem;
  position: relative;
  margin-bottom: 16px;
  text-align: center;
}
.bedrooms-grid > div:not(:first-child) {
  border-left: 1px solid #ab9786;
}
.bedrooms-subtitle {
  text-transform: uppercase;
  font-weight: 700;
}
.bedrooms-title {
  text-transform: uppercase;
  font-weight: 700;
  color: #003a55;
  font-size: 2rem;
  margin: -2px 0 4px;
}
.bedrooms-area {
  font-size: 1rem;
}
.bedrooms-plans {
  font-size: 14px;
  padding: 8px 12px;
  background: #dbc6b4;
  color: #333333;
  width: fit-content;
  margin: 16px auto 0;
  cursor: default;
}
.section-title-container {
  width: 100%;
  margin: 48px 0;
}
#content {
  padding: 0 40px;
  position: relative;
}
.section-title {
  max-width: 600px;
  margin: 0;
  width: fit-content;
  text-align: left;
  color: #003a55;
  font-weight: 600;
}
.section-title > span {
  color: #dac2ae;
}
#title-content {
  position: absolute;
  bottom: calc(100% - 80px);
  width: fit-content;
  margin: 0;
  padding: 48px;
  background-image: url(../img/lava/E0000_04.jpg);
  background-blend-mode: color-burn;
  background-size: cover;
  background-position: bottom;
  background-color: #003a55;
  color: #ffffff;
}
#title-content > .section-title {
  color: #ffffff;
  font-weight: 400;
  font-size: 1.8rem;
}
#inner-content {
  padding: 80px 0 0 0;
}
#inner-content > p {
  font-size: 1.3rem;
  margin-bottom: 64px;
  font-family: niveau-grotesk, sans-serif;
}
#inner-title {
  margin: 64px 0;
}
#inner-title > h3 {
  margin: 0 auto;
  text-align: center;
}
.gmap {
  width: 100%;
  padding: 0;
  margin: 16px 0 32px;
}
.gmap > iframe {
  min-height: 500px;
  width: 100%;
}
.proximite-container {
  margin: 0;
}
.proximite-container h5 {
  padding: 8px;
  background: #fafafa;
}
.proximite {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #e63444;
  margin-bottom: 16px;
}
.proximite-category-head {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
.commodite-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  width: 100%;
  grid-gap: 32px;
}
.carousel-container {
  padding: 0;
  margin: 32px 0;
}
.carousel-item {
  aspect-ratio: 3 / 2;
}
.commodite {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  padding: 48px 32px;
  background-size: cover;
  background-color: #003a55;
  background-blend-mode: color-burn;
}
.commodite:nth-child(1) {
  background-image: url(../img/lava/E0000_02.jpg);
}
.commodite:nth-child(2) {
  background-image: url(../img/lava/E0000_11.jpg);
}
.commodite:nth-child(3) {
  background-image: url(../img/lava/E0000_08.jpg);
}
.commodite:nth-child(4) {
  background-image: url(../img/lava/E0000_05.jpg);
}
.commodite > img {
  width: 48px;
}
.commodite * {
  color: #fff;
}
.commodite h4 {
  color: #ab9786;
  margin-bottom: 16px;
}
.commodite p {
  margin: 0;
}
#inner-title--2 {
  margin: 64px 0 32px;
}
#pont-image {
  width: calc(100% + 256px);
  transform: translateX(-128px);
}
.partenaires {
  margin: 32px 0;
  padding-bottom: 80px;
}
.partenaires-img-container {
  width: 50%;
  display: flex;
  align-items: center;
}
.partenaires img {
  height: 64px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  filter: saturate(0);
  opacity: 0.5;
  transition: 0.15s;
}
.partenaires img:hover {
  filter: saturate(1);
  opacity: 1;
}
.img-32 {
  height: 32px !important;
}
.footer-smarkt {
  width: calc(100% + 64px);
  background: #212529;
  color: #dadada;
  text-align: center;
  margin: 0 -32px -32px;
  padding: 16px;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer-smarkt > a {
  text-decoration: none;
  color: #fffffd;
}
.footer-smarkt > p {
  margin: 0;
}
.realise-par > img {
  height: 16px;
  margin-left: 12px;
}
.facade-image--2 {
  width: 100%;
  margin-top: 32px;
}
.paragraphe {
  width: 80%;
  margin-bottom: 32px;
}

.right-column {
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #E5D7C5;
  position: fixed;
  height: 100%;
  right: 0;
  justify-content: center;
  z-index: 9;
  padding: 0;
}
.form-container {
  max-width: 600px;
  padding: 16px 32px;
  /* max-height: 100vh; */
  /* overflow-y: scroll; */
  position: relative;
}
.logo-form {
  display: block;
  height: 80px;
  max-width: 100%;
  margin: 8px auto 24px;
}
.form-thankyou > h2,
#form-contact >  h3 {
  font-weight: 800;
  color: #003a55;
  text-align: center;
  font-size: 1.4rem;
}
#form-contact > p {
  margin-bottom: 32px;
  text-align: center;
}
#form-contact {
  position: relative;
  margin-top: 2rem;
}
.form-thankyou {
  display: none;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 32px;
}
.form-group > label {
  color: #333;
  font-weight: 700;
  margin-bottom: .3rem;
}
.form-button {
  margin: 32px auto 16px;
  display: block;
  background-color: #003a55;
  border-radius: 0;
  font-family: niveau-grotesk-small-caps, sans-serif;
  box-shadow: 0 8px 12px rgba(0,0,0,0.1), 0 2px 16px rgba(0,0,0,0.05);
}
.form-button:hover {
  background-color: #003a55;
  background-blend-mode: color-burn;
  background-image: url(../img/lava/E0000_11.jpg);
  background-size: cover;
  background-position: bottom;
  transition: 0.3s;
  box-shadow: 0 8px 12px rgba(0, 58, 85, 0.2), 0 0px 16px rgba(0, 58, 85, 0.3);
}
.form-container > hr {
  margin: 1.5rem 0;
}
.contact-info-container {
  display: flex;
  justify-content: space-around;
  margin-top: 24px;
}
.contact-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  border-radius: 4px;
  margin: 0 8px;
}
.contact-info a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #333333 !important;
}
.contact-info img {
  height: 24px;
  margin-bottom: 12px;
}
.contact-info > a:first-child {
  margin-left: 0;
}
.contact-info > a:last-child {
  margin-right: 0;
}
.contact-info p {
  margin: 0;
}
.mobile {
  display: none;
}
@media (max-width: 1400px) {
  .right-column {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .hero-section > .col-lg-8,
  #content {
    flex: 0 0 60%;
    max-width: 60%;
  }
  #content {
    padding: 0 80px;
  }
}
@media (max-width: 992px) {
  .hero-section > .col-lg-8,
  #content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .right-column {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #content {
    padding: 0 32px;
  }
  /* .section-title {
    left: 50%;
    transform: translateX(-50%);
  } */
  .right-column {
    position: relative;
    padding: 16px;
  }
  .form-container {
    max-height: initial;
    overflow-y: initial;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
    margin: auto -16px -16px -16px;
    width: calc(100% + 32px);
    position: relative;
  }
}
@media (max-width: 479px) {
  .jumbo-logo {
    height: 80px;
  }
  .paragraphe {
    padding: 0 16px;
    width: 100%;
  } 
  .section-title {
    left: inherit;
    transform: inherit;
  }
  .right-column {
    flex: inherit;
    max-width: inherit;
  }
  .hero-section > .col-lg-8,
  #content {
    flex: inherit;
    max-width: inherit;
  }
  #title-content {
    position: relative;
  }
  #content {
    padding: 0;
  }
  div#inner-title {
    margin: 0;
    padding: 64px 16px;
    font-size: 1.7rem;
  }
  h3.section-title {
    font-size: 1.5rem;
  }
  div#inner-content {
    padding: 0;
  }
  .bedrooms-grid {
    grid-template-columns: 1fr 1fr;
    margin: 0;
  }
  .bedrooms-grid > div:nth-child(3) {
    border-left: none;
  }
  .bedrooms-grid > div {
    margin-bottom: 64px;
  }
  .commodite-grid {
    display: block;
  }
  .container-fluid.carousel-container {
    margin: 0;
  }
  div#inner-title--2 {
    margin: 0;
  }
  img.logo-form {
    height: 80px;
  }
  .inner-title > h3 {
    line-height: 1.5;
  }
  .left-column {
    padding: 0;
  }
  .jumbo-logo {
    margin: 16px auto;
  }
  .jumbotron {
    padding: 16px;
    margin: 0;
  }
  h1.display-4 {
    font-size: 2rem;
  }
  h1.display-4 > div {
    display: inline;
    margin-left: 0.5rem;
  }
  .carousel-control-prev,
  .carousel-control-next {
    /* display: none; */
  }
  .bedrooms-block {
    box-shadow: none;
    width: 100%;
    margin: 0;
  }
  .bedrooms-block__white {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .section-title-container {
    padding: 32px 16px;
    margin: 0;
  }
  .section-title {
    text-align: left;
    font-size: 1.75rem;
    margin: 0;
  }
  .proximite {
    width: calc(100% - 32px);
    margin: 0 auto 16px;
  }
  .proximite-container h5 {
    padding: 8px 16px;
  }
  .commodite {
    margin-top: 0;
    flex-direction: column;
    padding: 16px;
    align-items: center;
    text-align: center;
  }
  .commodite > img {
    margin: 16px 0;
  }
  .commodite p {
    text-align: justify;
    font-size: 1rem;
  }
  .partenaires {
    margin: 16px 0 32px;
    padding: 0;
  }
  .right-column {
    padding: 8px;
  }
  .form-container {
    padding: 16px;
  }
}