/* a{
    color: unset !important;
} */


#main{
    margin: unset !important;
    max-width: 100%;
}

.f1{
    font-family: "Noto Serif JP", Sans-serif;
    font-size: 40px;
    font-weight: 300;
}

.f2{
    font-family: Roboto;
}

.fb > *, .pdf > *{
    font-size: 22px !important;
    font-weight: 400 !important;
    line-height: 22px !important;
    text-align: center !important;
    text-transform: uppercase !important;
}
/*
* SWIPER 
**/

.swiper .swiper-slide>img {
    width: 100%;
    height: auto;
    /* height: 440px !important; */
    object-fit: cover;
    object-position: center;
}

.swiper{
    /* height: 440px; */
    max-height: 100%;
}

.swiper-slide{
    height: auto;
}

.swiper-button-prev, .swiper-button-next{
    color: #000000;
    background-image: none !important;
    font-weight: 800;
}

#product{
    width: 100%;
}

.product-slider-swiper{
    width: 100%;
    max-height: 200px;
}


.swiper, .swiper2 {
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.img-box {
    width: 100%;
    display: block;
}

.swiper-wrapper1{
    max-height: 560px;
}

/*
* PRODUCT PRICES CARD
**/

.opacity-product-prices-card{
    /* background-color: white; */
    /* height: 260px; */
    /* height: 190px; */
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    /* bottom: 144px; */
    bottom: 0px;
    z-index: 8;
    /* margin-bottom: -130px; */
    margin-bottom: -25px;
}

/* .product-prices-card{
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    background-color: #112d3e;
    color: white;
    height: 100%;
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
} */

.product-prices-card{
    /* flex-wrap: nowrap; */
    display: flex;
    flex-direction: row-reverse;
    align-items: baseline;
    background-color: #112d3e;
    color: white;
    height: 100%;
    width: 100%;
    margin-left: 25%;
    margin-right: 25%;
    padding-top: 1rem;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 3rem;
}

.product-prices-card-row-1{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 20%;
    align-content: flex-end;
    align-items: center;
    /* padding-top: 2rem; */
    padding-top: 1rem;
    flex-basis: 30%;
}

.product-prices-card-row-1_el1{
    /* flex-basis:30%; */
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    justify-content: flex-end;
    column-gap: 5rem;
}

.product-prices-card-row-1_el2{
    flex-basis:70%; 
    width: 100%;
}

.product-prices-card-row-2{
    display: flex;
    position: relative;
    flex-direction: column;
    /* height: 70%; */
    height: 85%;
    /* margin-left: 5%; */
    width: 100%;
    flex-basis: 70%;
}

.product-prices-price{
    font-family: Roboto;
    font-size: 27px;
    font-weight: 400;
    line-height: 43.2px;
    margin-bottom: 8px;
}

.product-prices-verbatim, .product-prices-city{
    font-family: Roboto;
    font-size: 18px;
    /* font-weight: 500; */
    line-height: 17px;
}

.product-prices-ref{
    font-size: 16px;
}

.product-prices-card-row-2::after {
    content: "";
    position: absolute;
    left: 0%;
    /* margin-left: -47px; */
    bottom: -23px;
    width: 50%;
    border-bottom: 1px solid #fff;
}

.product-features{
    max-width: 1200px;
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 4rem auto 4rem auto;
    /* margin-left: auto;
    margin-right: auto; */
}

.product-features-column{
    font-size: 3rem;
    flex-basis: 12,5%;
    position: relative;
}

.product-features-column_el{
    font-size: 1.5rem !important;
    padding-left: 1.2rem;
    /* position: relative; */
    width: 100%;
    border-left: solid 1px black
}


/*
** PRODUCT INFORMATIONS
**/
.product-custom-informations{
    max-width: 1200px;
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: column;
    justify-content: space-between;
    /* margin: 0% 2.5% 0% 2.5%; */
    margin: 2rem auto 10rem auto;
    position: relative;
    column-gap: 2rem;
    /* row-gap: 2rem; */
}

.row-pic-desc{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.row-form-agent{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    max-height: 500px;
    /* height: 450px; */
    column-gap: 2rem;
    /* flex-wrap: wrap; */
    margin-bottom: 2rem;
}

.form_el{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    flex-basis: 50%;
}

.fa-phone-volume{
    margin-right: 13px;
}

.col-text-agent{
    flex-basis: 50%;
}

.col-pic-btn{
    flex-basis: 50%;
}

.img-unical{
    max-width: 500px;
}

.product-custom-informations-col-1{
    flex-basis: 47.5%;
    display: flex;
    justify-content: center;
    padding-top: 3rem;
    padding-bottom: 1rem;
}

.product-custom-informations-col-2{
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
    flex-basis: 47.5%;
    padding-bottom: 3rem;
    /* min-height: 500px; */
}

.product-custom-informations-col-2_el{
    border-left: 1px solid #000000;
    position: relative;
    padding-left: 1rem;
}

.city-capit{
    text-transform: capitalize;
}

.product-custom-informations-col-2_el2{
    padding-left: 1rem;
    position: relative;
}

.product-custom-informations-col-2_el::before{
    content: "";
    position: absolute;
    margin-right: 0%;
    top: -20px;
    /* bottom: 0; */
    width: 15%;
    border-bottom: 1px solid #000000;
    left: 15px;
}

.product-custom-informations-col-2_el2::after{
    content: "";
    position: absolute;
    /* left: 0%; */
    margin-right: 0%;
    /* top: -20px; */
    bottom: -20px;
    width: 15%;
    border-bottom: 1px solid #000000;
    left: 15px;
}


.product-callback{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    column-gap: 2rem;
    /* font-size: 1rem; */
    flex-basis: 50%;
}



.btn-call{
    color: #fff !important;
    background-color: #112d3e !important;
    text-transform: uppercase !important;
    border-radius: 2px !important;
    border: none;
    font-size: 18px !important;
    font-weight: 400px !important;
    font-family: Roboto !important;
    position: absolute;
    right: 0;
}
.btn-call:hover{
    background-color:#818a91 !important ;
    color: #fff;
}

.product-custom-informations-btn{
    position: relative;
}


/*
** SECTION LEARN MORE
**/

.block-section-learn-more{
    /* max-height: 360px;
    height: 360px; */
    max-height: 100%;
    /* max-width: 1200px; */
    height: 100%;
    background-color: #112d3e;
    position: relative;
    margin-bottom: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-learn-more{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    position: relative;
    /* bottom: 17%; */
    max-width: 1200px;
    /* position: absolute; */
    position: relative;
    /* bottom: 18px; */
    bottom: 145px;
    width: 100%;
    height: 100%;
    margin: 4rem auto 2rem auto;
    row-gap: 2rem;
}

.learn-more-title{
    color: #112d3e !important;
    border-left: 1px solid black;
    padding-left: 1rem;
}

.product-learn-more-col2, .product-learn-more-col3{
    width: 25%;
    /* height: auto; */
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    /* flex-grow: 2; */
    /* max-height: 274px; */
}

.product-learn-more-col2_el2{
    padding: 18px;
}

.swiper2{
    /* max-height: 160px; */
    /* max-height: 260px; */
    max-height: 230px;
    height: 100%;
}

.bottom-slider{
    color: #fff !important;
}

.product-link-custom{
    color: #fff !important;
}

.gallery_link-icon{
    margin-left: 1rem;
}

.video_bien{
    object-fit: cover !important;
    height: 100%;
    width: auto;
    max-height: 230px;
}
/*
* ACCORDION LEARN MORE
**/

.accordion-bloc{
    color: #fff;
}

.accordion {
    background-color: #112d3e !important;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    max-width: 100%;
    border: none !important;
    border-radius: none !important;
    text-align: left !important;
    outline: none !important;
    font-size: 15px;
    transition: 0.4s;
}

.btn-event{
    display: flex;
    flex-direction: row;
    /* justify-content: center; */
    border-radius: 0 !important;
}

.learn_more-accordion-icon{
      display: block;
      color: #fff  !important;
      margin-right: 0.4rem;
}


  
.active, .accordion:hover {
    background-color: #112d3e;
}
  
.panel {
    padding: 0 15px;
    background-color: #112d3e;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    /* padding: 15px; */
    border-bottom: 1px solid #d4d4d4;
}

.buttons_en-savoir-plus{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.buttons_en-savoir-plus {
    display: grid;
    /* height: 380px;
    position: relative;
    top: 300px; */
    max-width: 1200px;
    width: 100%;
    margin: auto;
    grid-template-columns: repeat(5, 1fr);
    /* grid-template-rows: repeat(5, 1fr); */
    grid-column-gap: 0px;
    grid-row-gap: 0px;

    position: relative;
    bottom: 145px;
    }
    
    .div1 { grid-area: 1 / 1 / 2 / 3; }
    .div2 { grid-area: 1 / 3 / 2 / 4; justify-self: end; }
    .div3 { grid-area: 1 / 4 / 2 / 5; justify-self: end; }
    .div4 { grid-area: 1 / 5 / 2 / 6;  justify-self: end;}


.el_btn-buttons_en-savoir-plus{
    color: #112d3e;
    background-color: #fff !important;
    border: none !important;
    outline: none !important;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    text-align: center;
    padding: 12px 24px 12px 24px;
}

.el_btn-buttons_en-savoir-plus:hover{
    color: #fff;
    background-color: #818a91 !important; 
    border: none !important;
    outline: none !important;
}

.el_btn-icon{
    color: #112d3e !important;
    font-weight: 900 !important;
    font-size: 14px !important;
    line-height: 14px !important;

}
.el_btn-buttons_en-savoir-plus:hover > .el_btn-icon{
    color: #fff !important;
    /* background-color: #818a91 !important;  */
    border: none !important;
    outline: none !important;
}

/* .el_btn-buttons_en-savoir-plus:focus{
    color: #112d3e !important;

    border: none !important;
    outline: none !important;
} */


/*********

// LIGHTBOX-VIDEO

*/
.lightbox-video {
    background-color: rgba(0,0,0,0.8);
    overflow: scroll;
    position: fixed;
    display: none;
    z-index: 1;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}
.lightbox-container-video {
    position: relative;
    max-width: 960px;
    margin: 7% auto;
    display: block;
    padding: 0 3%;
    height: auto;
    z-index: 10;
}
@media screen and (max-width: 768px) {
    .lightbox-container {
        margin-top: 10%;
   }
}
@media screen and (max-width: 414px) {
    .lightbox-container {
        margin-top: 13%;
   }
}
.lightbox-content-video {
    box-shadow: 0 1px 6px rgba(0,0,0,0.7);
}
.lightbox-close-video {
    text-transform: uppercase;
    background: transparent;
    position: absolute;
    font-weight: 300;
    font-size: 12px;
    display: block;
    border: none;
    color: white;
    top: -22px;
    right: 3%;
}
.video-container {
    padding-bottom: 56.25%;
    position: relative;
    padding-top: 30px;
    overflow: hidden;
    height: 0;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
body {
    background: #efefef;
}
#container {
    border-radius: 4px;
    max-width: 300px;
    height: auto;
    padding: 50px;
    background: white;
    margin: 100px auto;
}
#playme {
    background: #007fed;
    text-transform: uppercase;
    font-weight: 300;
    border: none;
    color: white;
    padding: 10px 15px;
    display: inline-block;
    font-size: 14px;
    margin: 0;
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
  }
  
  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }


  /*

  ** FORMULAIRE DE CONTACT

  **/

.form_header-title{
    font-family: "Noto Serif JP", Sans-serif;
    font-size: 25px;
    font-weight: 300;
    border-left: 1px solid #000000;
    padding-left: 1rem;
}

#form_goods{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 2rem;
    width: 100%;
    max-height: 400px;
    height: 100%;
}

.form_goods-name-surname-block{
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form_goods-name-surname-block-div-name, .form_goods-name-surname-block-div-phone{
    flex-basis: 40%;
}

.form_goods-name-surname-block-div-phone2 {
    padding-top: 1rem;
}

.form_goods-field{
    background-color: transparent;
    border: 0px !important;
    border-bottom: 1px solid black !important;
    border-radius: unset !important;
}

.form_goods-msg-block-div-msg-input{
    background-color: transparent;
    border: solid 1px black;
    border-radius: unset !important;
}

.form_goods-msg-block-div-msg-input:focus{
    outline: none !important;
    border:1px solid black;
    /* box-shadow: 0 0 10px #719ECE; */
}

.form_goods-field:hover::placeholder{
    color: #666666;
}

.form_goods-msg-block-div-msg-input:hover::placeholder{
    color: #666666;
}


.label-cgu{
    all: unset !important
}

.label-cgu:hover{
    all: unset !important
}

.form_goods-btn-block-div-btn-input{
    margin: unset !important;
}

.form_goods-btn-block-div-btn-input:active{
    background-color: #112d3e !important;
    color: #fff !important;
}

.agent_pic-goods{
    max-height: 230px;
    max-width: 200px !important;
}


  /*

  ** MEDIA QUERIES 

  **/ 

/* ROW FORM AGENT */ 
  @media only screen and (max-width: 1200px){
    .row-form-agent, .row-pic-desc{
        margin: 0 1rem 0 1rem;
    }
    .row-form-agent, .row-pic-desc{
        column-gap: 2rem;
    }
  }

  @media only screen and (max-width: 720px){

    .product-prices-card{
        width: 100%;
    }
    .row-form-agent{
        justify-content: space-between;
        column-gap: 2rem;
    }
    .form_el{
        flex-basis: 50%;
    }
    .product-callback{
        justify-content: flex-end;
    }

    .product-callback_col-2 > h3{
        font-size: 1rem !important;
    }
  }



  /* @media only screen and (max-width: 540px){ */
    @media only screen and (max-width: 600px){
    .row-form-agent, .row-pic-desc{
        flex-direction: column ;
        row-gap: 2rem;
    }

    .product-prices-card{
        width: 100%;
    }

    .product-prices-card-row-1{
        margin-bottom: 1rem;
        align-content: center;
        justify-content: center;
        height: 30%;
    }

    .product-prices-card-row-1_el2{
        display: none;
    }

    .product-prices-card-row-1_el1{
        flex-basis: 100%;
    }

    .product-features-column{
        text-align: center;
    }
    

    .form_el{
        width: 100%;
    }
    .product-callback{
        justify-content: center;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .product-custom-informations-col-1{
        width: 100%;
    }

    .block-section-learn-more{
        margin-top: 16rem;
    }
  }

























  /* BOUTONS EN SAVOIR PLUS */
  @media only screen and (max-width: 1200px){

    .buttons_en-savoir-plus{
        display: grid;
        max-width: 1200px;
        width: 100%;
        margin: auto;
        /* grid-template-columns: repeat(5, 1fr);
        grid-template-rows: repeat(5, 1fr); */
        /* EN ATTENDANT LE BOUTON DE SAUVEGARDE */
        grid-template-columns: repeat(8, 1fr);
        /* grid-template-rows: repeat(8, 1fr); */
        /* ---- */
        grid-column-gap: 1rem;
        grid-row-gap: 0px;
    }
    .div1, .div2, .div3, .div4{
        justify-self: unset;
    }
}

  @media only screen and (max-width: 930px){

    .buttons_en-savoir-plus{
        display: grid;
        /* grid-template-columns: repeat(5, 1fr);
        grid-template-rows: repeat(5, 1fr); */
        /* EN ATTENDANT LE BOUTTON DE SAUVEGARDE */
        grid-template-columns: repeat(6, 1fr);
        /* grid-template-rows: repeat(6, 1fr); */
        /* ---- */
        grid-column-gap: 1rem;
        grid-row-gap: 0px;
    }
    .div1, .div2, .div3, .div4{
        justify-self: center;
    }

    .div1{
        display: none;
    }
    .div2{
        grid-area: 1 / 2 / 2 / 3;
    }
    .div3{
        grid-area: 1 / 3 / 2 / 4;
    }
    .div4{
        grid-area: 1 / 4 / 2 / 5;
    }
}

@media only screen and (max-width: 425px){

    .product-prices-card{
        flex-direction: column;
    }
    .product-prices-card-row-1_el1{
        justify-content: center;
    }
    .opacity-product-prices-card{
        height: 260px;
    }
    .product-prices-card-row-2::after{
        /* bottom: 10px; */
    }
	/*Small smartphones [325px -> 425px]*/
    .buttons_en-savoir-plus{
        display: flex;
        flex-direction: column;
        justify-content:center ;
        align-items: center;
        padding-bottom: 1rem;
        row-gap: 1rem;
    }
    
    /* .buttons_en-savoir-plus > .div2, .buttons_en-savoir-plus > .div3, .buttons_en-savoir-plus > .div4 {
        width: 54px;
    } */
    .el_btn-buttons_en-savoir-plus{
        width: 150px;
    }
}


.grid_mosaik{
        display: grid;
        grid-template-columns: repeat(3, 1fr);

        /* grid-template-rows: repeat(2, 1fr); */

        grid-column-gap: 10px;
        grid-row-gap: 10px;
        /* height: 100%; */
        /* max-height: 100%; */

        /* margin-bottom: 1rem; */
}

.img-product-link{
    max-height: 60px;
    width: 100%;
}

.img-box-product{
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
}

.associated-houses{
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 2rem 0;
}

/* .bloc_associated-houses{

} */

@media only screen and (max-width: 610px){
    .product-learn-more-col2{
        width: 100%;
        padding: 0 1rem;
        margin-top: 1rem;
        display: flex column;
        row-gap: 1rem;
    }

    .product-learn-more-col3{
        width: 100%;
        padding: 1rem;
        margin-top: 2rem;
    }

    .grid_mosaik{
        max-height: unset;
        height: 100%;
    }
    
}
/* 
  .bloc_associated-houses{
    height: auto;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }

  .link-associated-houses {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 30%;
    height: 15%;
    margin-bottom: 5%;
  } */

  .associated-houses-section{
    max-height: 100%;
    height: 100%;
    background-color: #112d3e;
    position: relative;
    margin-bottom: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .bloc_associated-houses{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 1200px;
    position: relative;
    /* bottom: 145px; */
    width: 100%;
    height: 100%;
    margin: 4rem auto 4rem auto;
    row-gap: 3rem;
    row-gap: 3rem;
  }

  .link-associated-houses-img{
    object-fit: cover !important;
    height: 100% !important;
    width: 100% !important;
}

.type-bien-associated-houses, .city-bien-associated-houses, .price-associated-houses{
    margin: 0 !important;
}

.price-associated-houses{
    font-weight: 500;
    color: #112d3e;
    margin: 1rem 0rem 1rem 0rem !important;
}

.type-bien-associated-houses, .city-bien-associated-houses{
    font-weight: bolder;
    color: #666666;
}

.type-bien-associated-houses{
    text-transform: capitalize;
}

.city-bien-associated-houses{
    text-transform: uppercase;
}

.associated-house-header-sections{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
}

.associated-house-header_block1{
    flex-basis: 38%;
}

.associated-house-header_block2{
    display: flex;
    flex-direction: column;
    font-size: 2.5rem;
}

.associated-house-header_block2-text1{
    /* border-bottom: solid 1px black; */
    margin-bottom: 1rem;
    padding-bottom: 3rem;
    font-size: 1rem;
    font-family: "Noto Serif JP", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #7a7a7a;
}

.associated-house-header_block2-text2{
    border-left: solid 1px black;
    padding-left: 1rem;
    font-family: "Noto Serif JP", Sans-serif;
    font-size: 40px;
    font-weight: 300;
    line-height: 50px;
    color: #112d3e;
}

.associated-house-header_block2-el2{
    position: relative;
}
.associated-house-header_block2-el2::before{
    content: "";
    position: absolute;
    margin-right: 0%;
    top: -30px;
    /* bottom: 0; */
    width: 25%;
    border-bottom: 1px solid #000000;
    left: 15px;
}

.iframe-product{
    max-width: 100%;
    max-height: 100%;
}

.swal2-html-container{
    margin: 0.7rem !important;
    border-radius: 3px !important;
}

.swal2-actions{
    margin-top: 0px !important;
}
.swal2-styled.swal2-confirm{
    border-radius: 0px !important;
}

.icon-header{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.btn-matterport{
    border-color: white !important;
    background: white !important;
    color: #112D3E !important;
    margin: 0 !important;
    font-weight: 500 !important;
}

@media only screen and (max-width: 800px){
   .product-prices-card{
        display: flex;
        flex-direction: column;
   }
}

.btn-matterport{
    padding: 0.4rem !important;
}
@media only screen and (max-width: 444px){
    .btn-matterport{
        padding: 0.4rem !important;
    } 
 }

 @media only screen and (max-width: 433px){
    .product-prices-card-row-1_el1{
     column-gap: 2rem;
    }
     
 }



 .dpe-img{
    max-width: 240px !important;
 }

 .icon-header > a > i {
    color: #fff;
 }

.bareme > a {

	color: #fff;
}