#container-error{
    display: flex;
    justify-content: center;
    align-self: center;
    padding-top: 40px;
}

#bloc-error{
        max-width: 70%;
    padding-right: 40px;
}

.img_temoignage{
    height: 220px!important;
}

#container-check-form .df-txt{
    display: inline;
}

.img_banner_article{
    width: 75%;
    height: 320px;
    object-fit: cover;
    margin-top: 5px;
}



@media (max-width:1100px) {

.img_temoignage{
    height: 200px!important;
}

    }

@media (max-width:900px) {

.img_temoignage{
    height: 220px!important;
}
.img_banner_article{
    width: 85%;
    height: 320px;
    object-fit: cover;
}
    }

@media (max-width:768px) {

.img_banner_article{
    width: 100%;
    height: 250px;
}
    }






