/*******************
  SINGLE MAISON
*******************/

body.single-plans-maison .big-bg {
  top: calc(var(--gutter) * -2.5);
}
@media screen and (min-width: 1000px) {
  body.single-plans-maison .big-bg {
    filter: blur(200px);
    transition: 2s 0.5s;
  }
  body.single-plans-maison.ready .big-bg {
    filter: blur(0);
  }
}
.maison-layout {
  z-index: 5;
  position: relative;
  margin-top: var(--gutter);
}
.maison-layout > .ill {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 50%;
  background-color: #fff;
}
.maison-ill-slider,
.maison-ill-slider .slick-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.maison-ill-slider .slick-track {
  height: 100%;
}
.maison-ill-slider .slick-slide {
  position: relative;
}
.maison-layout .nav {
  position: absolute;
  bottom: 0;
  right: 0;
}
.maison-layout .nav ul {
  list-style-type: none;
  font-size: 0.9em;
}
.maison-layout .nav ul li {
  display: inline-block;
  width: 11em;
  text-align: right;
  margin-left: -7em;
  transform: rotate(50deg);
  box-shadow: var(--lightBoxShadow);
  border-radius: 2.5em;
}
.maison-layout .nav ul li a {
  position: relative;
  left: 0;
  display: block;
  text-align: right;
  padding: 0.75em 5em 0.75em  1em;
  border-radius: 2.5em;
  background-color: #fff;
  color: var(--blue);
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
  transform: 0.3s;
}
.maison-layout .nav ul li.active a,
.maison-layout .nav ul li:hover a {
  background-color: var(--blue);
  color: #fff;
  left: -15px;
}
.maison-layout .ill .vr {
  z-index: 10;
  position: absolute;
  top: 1.5em;
  left: 2em;
  width: 4em;
  height: 2em;
  background-image: url(../../img/icon-vr.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1000px) {
  .maison-layout .ill {
    padding-bottom: 70%;
  }
  .maison-layout .nav { right: -3em; }
  .maison-layout .nav ul { font-size: 0.75em; }
  .maison-layout .nav ul li.active a,
  .maison-layout .nav ul li:hover a {
    left: 0;
  }
}
@media screen and (max-width: 550px) {
  .maison-layout { margin-top: 0; }
  .maison-layout .ill {
    width: calc(100% + (var(--gutter) * 2));
    margin-left: calc(var(--gutter) * -1);
  }
}


.maison-layout .recap {
  margin: 1em 0;
}
.maison-layout .recap .flex {
  --g:  0.5em;
  width: calc(100% + (var(--g) * 2));
  margin-left: calc(var(--g) * -1);
}
.maison-layout .recap .flex > * {
  flex: 0 0 20%;
  padding: var(--g);
}
.box-recap {
  border: var(--lightGrey) 2px solid;
  background-color: #fff;
  padding: 0.5em 1em 0.75em 1em;
  height: 100%;
  font-size: 0.9em;
}
.box-recap label {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-family: var(--titleFont);
}

@media screen and (max-width: 850px) {
  .maison-layout .recap .flex > * { flex: 0 0 33.333%; }
}
@media screen and (max-width: 550px) {
  .maison-layout .recap .flex > * { flex: 0 0 50%; }
}


.maison-layout > .content {
  --g : 2em;
  width: calc(100% + (var(--g) * 2));
  margin-left: calc(var(--g) * -1);
}
.maison-layout > .content aside {
  flex: 0 0 26em;
  padding: 1em var(--g);
}
.maison-layout > .content aside .inner {
  height: 100%;
  padding: 2.5em 1.5em;
  text-align: left;
  max-width: 23em;
  margin: auto;
}
.maison-layout aside .title-script img {
/*  filter: brightness(0) invert(1);
*/}
.maison-layout > .content aside .text {
  font-size: 0.75em;
  margin: 1em 0;
}
.maison-layout > .content article {
  flex: 1;
  padding: 1em var(--g);
  text-align: left;
}
.title.maison {
  margin-bottom: 1.5em;
}
.title.maison > * {
  font-size: 1.5em;
  text-transform: uppercase;
}
.maison-layout article .action {
  margin-top: 1em;
}
@media screen and (min-width: 901px) {
  .maison-layout > .content aside { order: 2; }
}
@media screen and (max-width: 900px) {
  .maison-layout > .content aside,
  .maison-layout > .content article { flex: 0 0 100%; }
}


.maison-layout .the-form input:not([type="submit"]),
.maison-layout .the-form textarea,
.maison-layout .the-form select {
  background-color: transparent;
/*  color: #fff;
*/  border-bottom: currentColor 1px solid;
  padding: 0.5em 0.5em 0.5em 0;
  border-radius: 0;
}
.maison-layout .the-form input[type="submit"] {
  background: #fff;
  color: var(--textColor);
  border: none;
}



.gallery-slider__container { display: none; }
.gallery__container { margin: -8px; }
.gallery__line { height: 25vh; min-height: 300px; }
.gl__container { height: 100%; }
.gl__container > div { height: 100%; position: relative; }
.gallery__item {
  position: absolute;
  top: 8px;
  left: 8px;
  height: calc(100% - 16px);
  width: calc(100% - 16px);
}
.gl__half > div { flex: 0 0 50%; }
.gl__third > div { flex: 0 0 33.3333%; }
  @media screen and (max-width: 1000px) {
    .gallery__line .flex__fixed, .gallery__line .flex__expand { flex: 0 0 50%; }
  }
  @media screen and (max-width: 600px) {
    .gallery__container { display: none; }
    .gallery__line { height: auto; }
    .gallery__line .gl__container { flex-wrap: wrap; }
    .gallery__line .flex__fixed, .gallery__line .flex__expand, .gallery__line .gl__half > div, .gallery__line .gl__third > div { flex: 0 0 100%; height: 25vh; min-height: 300px; }
    .gallery-slider__container { display: block; }
  }



.single-plans-maison *::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
}

.single-plans-maison *:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
  opacity: 1;
}

.single-plans-maison *::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
  opacity: 1;
}