/* HOME PAGE */
html body.home #main {
  padding-top: 0px;
  padding-bottom: 400px;
  position: relative;
     /* .container-alaune{

        padding-top : $PADDING_ROW;
        padding-bottom : $PADDING_ROW;

        h2 {

          margin-top: 0px;
          text-align: center;
          font-weight: bold;

        }

      }

      .alaune{

        .bloc.biens{

          border-radius: 5px;

          > a {

            display: block;

          }

          position: relative;
          overflow: hidden;

          width: calc( 33.33333333% - ( 15px * 2 )  );

          //width: 100%;
          padding: 0;
          margin: 0;
          margin-left: $PADDING;
          margin-right: $PADDING;
          margin-bottom: $PADDING;

          !*.container{

            position: relative;
            left: 15px;
            right: 15px;

          }*!

          .container-image{

            position: absolute;
            left: 0;
            right: 0;

            transition: transform 0.4s ease-in-out 0s;

            img{

              width: 100%;
              height: 100%;
              object-fit: cover;
              backface-visibility: hidden;
              transform: translateZ(0);
              max-width: none;

            }

          }

          &:hover .container-image{

            transform : scale(1.05);

          }

          .container-titre{

            position: absolute;
            bottom: 0px;
            left: 0;
            right: 0;
            z-index : 1;
            background-color: rgba( 0, 0, 0, 0.4);
            color: white;
            padding: 5px;

          }

        }

      }*/ }
  html body.home #main .container-home {
    padding-top: 130px;
    padding-bottom: 130px;
    width: 100vw;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    margin-left: 0px !important;
    margin-right: 0px !important; }
    html body.home #main .container-home .background {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 5;
      background-attachment: fixed;
      background-position: center;
      background-repeat: no-repeat;
      background-size: calc( 100vw + 100% );
      will-change: transform;
      backface-visibility: hidden; }
    html body.home #main .container-home .overlay {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(33, 41, 52, 0.4);
      z-index: 10; }
    html body.home #main .container-home .content-home {
      position: relative;
      z-index: 15;
      background-color: #fff;
      border-radius: 5px;
      padding: 70px;
      display: inline-block;
      margin-left: 50px; }
      html body.home #main .container-home .content-home.full {
        width: 100%;
        display: block;
        /*margin-right: 25vw;
        margin-left: 15vw;
        width: 50vw;*/ }
      html body.home #main .container-home .content-home.bloc-contact {
        position: relative;
        top: 50%;
        background-color: #212934;
        color: white !important;
        /*left: 50%;*/
        transform: translate3d(-50px, -50%, 0); }
        html body.home #main .container-home .content-home.bloc-contact * {
          color: white !important; }
        html body.home #main .container-home .content-home.bloc-contact h1 {
          white-space: nowrap;
          font-weight: bold; }
      html body.home #main .container-home .content-home h1 {
        margin-top: 0px; }
      html body.home #main .container-home .content-home p:last-child {
        margin-bottom: 0px; }
html body .container-map {
  position: absolute !important;
  height: 400px;
  left: 0;
  right: 0; }
  html body .container-map #map {
    height: 100%;
    width: 100%; }
html body .container-testimonials {
  padding-top: 130px;
  padding-bottom: 130px; }
  html body .container-testimonials .testimonial {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    height: 100%; }
    html body .container-testimonials .testimonial .title {
      font-size: 20px;
      line-height: 1.2em;
      font-weight: 800;
      color: #222;
      text-align: center;
      margin-top: 26px; }
    html body .container-testimonials .testimonial .stars {
      text-align: center; }
      html body .container-testimonials .testimonial .stars i {
        margin: 14px 3px;
        color: #ffc662;
        font-size: 13px; }
    html body .container-testimonials .testimonial .description {
      position: relative;
      border: none;
      border-radius: 2px;
      padding: 13px 26px;
      margin-left: 0;
      background-color: #fff; }
    html body .container-testimonials .testimonial .author {
      color: #222;
      margin: 0;
      padding: 26px 0;
      text-align: center; }
html body .container-alaune {
  padding-top: 130px;
  padding-bottom: 130px; }
  html body .container-alaune h2 {
    margin-top: 0px;
    text-align: center;
    font-weight: bold; }
html body .alaune .bloc.biens {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  width: calc( 33.33333333% - ( 15px * 2 )  );
  padding: 0;
  margin: 0;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
        /*.container{

          position: relative;
          left: 15px;
          right: 15px;

        }*/ }
  html body .alaune .bloc.biens > a {
    display: block; }
  html body .alaune .bloc.biens .container-image {
    position: absolute;
    left: 0;
    right: 0;
    transition: transform 0.4s ease-in-out 0s; }
    html body .alaune .bloc.biens .container-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      backface-visibility: hidden;
      transform: translateZ(0);
      max-width: none; }
  html body .alaune .bloc.biens:hover .container-image {
    transform: scale(1.05); }
  html body .alaune .bloc.biens .container-titre {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    padding: 5px; }

/* SINGLE BIENS */

/*# sourceMappingURL=style.css.map */
