.landing-facade-panel h4{
    font-weight: bold;
    font-size: 19px;
}
.landing-facade-panel .text-container{
    position: absolute;
    top: 0;
    padding-left: 25px;
    padding-right: 10px;
    padding-top: 25px;
    max-width: 80%;
}

.landing-facade-panel video{
    border-radius: 10px;
}

.landing-facade-panel img{
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
}
.block {
    border-radius: 12px;
    color: #333;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    position: relative;
}
.small-block {
    border-radius: 12px;
    color: #333;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 6px 12px rgba(0,0,0,0.06);
    min-height: 110px;
    position: relative;
}
.small-block .text-container.pt-custom{
    padding-top: 75px;
    max-width: 100%;
}

.small-block{
    background-size: cover;
}
.small-block.devis{
    background-image:url("../assets/images/landing-facade/push_devis.jpg");
}
.small-block.modele{
    background-image:url("../assets/images/landing-facade/push_catalogue.jpg");
}
.btn-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 12px rgba(0,0,0,0.08);
}
.no-margin{
    margin: 0!important;
}
.btn-circle{
    position: absolute;
    bottom: 20px;
    right: 25px;
}
p{
    font-size: 16px;
}
.landing-facade-panel .btn-light.btn-circle{
    width: 85px;
    height: 85px;
}
@media (max-width: 768px) {
    .landing-facade-panel.col-12{
        padding-bottom: 20px;
    }
    .landing-facade-panel .flex-grow-1 .small-block{
        height: 600px !important;
    }
    .landing-facade-panel .block ,
    .landing-facade-panel .small-block {
        margin-bottom: 40px;
    }
        .small-block .text-container.pt-custom{
        padding-top: 150px;
    }
}

@media (min-width: 768px) {
    .landing-facade-panel.col-12 .d-flex.flex-column{
        gap: 25px;
    }

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}

@media (min-width: 1400px) {

}
