.home_category {
    margin: 60px 0px 0px 0px;
}
.content_row_abz_home_category {
    position: relative;
}
.filter_text_category {
    position: absolute;
    bottom: 0;
    left: 0px;
    padding: 5px;
    background: rgb(255 255 255 / 40%);
    width: 100%;
    height: 100%;
}
.abz_home_category_img {
    width: 100%
}
.title_home_cat {
    padding: 10px 3px;
    text-transform: uppercase;
}
p.oeuvre_name {
    font-style: italic;
}
.filter_text_category .text_category {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 10px;
    color: #000;
}
.home_category .row {
    
}
@media screen and (max-width: 768px) {
    .home_category {
        display: none;
    }
}