@media screen and (max-width: 991px) {
.block-cta {
    height: auto;
    min-height: 265px;
}


}


@media screen and (max-width: 768px) {

    .bg-entete{
        height:500px;

    }

    h5{
        font-size: 16px;
    }

    .confiance-block {
        height:auto;
        min-height: 250px;
        padding-top: 20px;
        background-image: url(../images/bg-confiance-mobile.png);
    }

    .bg-entete {
        background-image: url("../images/solutis_bg_mobile.jpg");
        background-position: bottom center;
        height: 400px;
        background-size: cover;
        background-repeat: no-repeat;
      }


      .text-secondary {
        color: #b3d6ea !important;
    }
      


    
}

@media screen and (max-width: 575px) {
    .block-cta {
        height: auto;
        min-height: 200px;
    }
}