/* .gros-œuvre-grid h5 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
} */

.gros-card-content {
    height: 100%;
}

.gros-œuvre-grid-contact {
    margin-top: auto;
}

.read-more-text .truncate-text a.moreless {
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    color: #014289;
}

.gros-œuvre-grid-contact .elementor-button-content-wrapper {
    align-items: center;
}   

.gros-œuvre-grid-contact .elementor-button-content-wrapper .elementor-button-icon {
    line-height: 0;
}

.gros-oeuvre-flip-book-popup a.dialog-close-button {
    padding: 5px;
    border-radius: 100%;
}




/* threed-view-section css */

.threed-view-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 52px 125px 52px 102px;
    background-color: #F2F2F2;
    border-radius: 10px;
}

.threed-view-content {
    width: 494px;
}

.threed-view-img {
    width: 224px;
    transform: rotateZ(7deg);
    position: absolute;
    bottom: -16px;
    right: 145px;
}

.threed-view-img img {
    height: 319px;
    width: 100%;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.5);
}

.threed-view-content h2 {
    line-height: 44px;
    padding-bottom: 35px;
    color: #262626;
}

.threed-view-content p {
    line-height: 28px;
    margin-bottom: 24px;
    color: #262626;

    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.threed-view-content a {
    line-height: 22px;
    color: var(--e-global-color-secondary);
    background-color: #FFFFFF00;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #707070;
    padding: 10px 45px 10px 45px;
    border-radius: 10px 10px 10px 10px;
    width: fit-content;
    display: block;
}

.threed-view-content a:hover {
    background-color: #262626;
    color: #fff;
}

/* homepage popup css */
.je-m’inscris-form input {
    padding: 23px 20px;
    border-radius: 10px;
    margin-bottom: 13px;
    border: none !important;
    outline: none;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #7A7A7A;
    background-color: #fff;
    max-width: 100%;
    width: 100% !important;
}
.je-m’inscris-form label {
    padding-bottom: 10px;
    display: block;
}
.je-m’inscris-form .hs_submit.hs-submit input{
    width: auto !important;
    margin: 0;
}
.je-m’inscris-popup .dialog-widget-content.dialog-lightbox-widget-content.animated{
    position: relative;
    width: auto;
    overflow: hidden;
    max-width: 100%;
    margin: 0 30px;
}
.je-m’inscris-popup .dialog-message.dialog-lightbox-message{
    position: relative;
    max-width: 100%;
}


.prendre-rendez-vous-form {
    background-color: #F2F2F2;
    border-radius: 10px;
    padding: 50px;
}
.prendre-rendez-vous-form .hs-form-field input, .prendre-rendez-vous-form .hs-form-field textarea {
    padding: 23px 20px;
    border-radius: 10px;
    border: 0;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #7A7A7A;
    width: 100%;
    background-color: #fff;
}
.prendre-rendez-vous-form form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;

}
.prendre-rendez-vous-form .hs-form-field {
    width: 47.7%;
}
.prendre-rendez-vous-form .hs-form-field.hs-fieldtype-textarea.field,
.prendre-rendez-vous-form .hs-form-field.hs-fieldtype-checkbox.field.hs-form-field {
    width: 100%;
}
.prendre-rendez-vous-form label {
    padding-bottom: 10px;
    display: block;
}
.prendre-rendez-vous-form ul.inputs-list.multi-container {
    list-style: none;
    margin: 0;
}
.prendre-rendez-vous-form ul.inputs-list.multi-container li.hs-form-checkbox label {
    display: flex;
    align-items: start;
    gap: 10px;
    padding: 0;
        margin-top: 5px;
}
.prendre-rendez-vous-form ul.inputs-list.multi-container li:first-child {
    padding-bottom: 10px;
}
.prendre-rendez-vous-form ul.inputs-list.multi-container li.hs-form-checkbox label input {
    width: auto;
    margin: 0;
    margin-top: 5px;
}




/* threed-view-section css end */




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

    .threed-view-section {
        padding: 50px 50px 50px 30px;
    }

    .threed-view-img {
        right: 50px;
    }

    .threed-view-content {
        width: 540px;
    }
}


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

    .threed-view-content {
        width: 440px;
    }

    .threed-view-content {
        width: 57.21716514954487vw;
    }

    .threed-view-img {
        width: 22.366710013003903vw;
    }

    .threed-view-img img {
        height: 32.50975292587776vw;
    }
}


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

    /* .gros-card-content {
        height: auto;
    } */
    .prendre-rendez-vous-form {
        padding: 30px;
    }
    .prendre-rendez-vous-form .hs-form-field input, .prendre-rendez-vous-form .hs-form-field textarea {
        padding: 16px 20px;
    }
    .prendre-rendez-vous-form .hs-form-field {
        width: 100%;
    }

    .threed-view-content {
        width: 100%;
    }

    .threed-view-content h2 {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 14px;
    }

    .threed-view-section {
        padding: 50px 30px 156px;
    }

    .threed-view-content p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 27px;
    }

    .threed-view-content a {
        font-size: 14px;
        line-height: 20px;
        padding: 14px 38px;
    }

    .threed-view-img {
        bottom: -113px;
    }

    .threed-view-img {
        width: 184px;
    }

    .threed-view-img img {
        height: 250px;
    }
}


@media only screen and (max-width:430px) {
    .prendre-rendez-vous-form {
        padding: 30px 20px;
    } 
    .prendre-rendez-vous-form label {
        padding-bottom: 5px;
        font-size: 14px;
    }
    .threed-view-section {
        padding: 50px 16px 156px;
    }

    .threed-view-img {
        bottom: -135px;
        right: 30px;
    }
}



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

.gros-œuvre-grid .gros-grid-item {
    width: 100%;
}

.gros-œuvre-grid .gros-grid-item img {
    height: 220px !important;
}

}