.list_glog {
    max-width: 1200px;
    margin: 20px auto;
}
.blog_list_title {
    margin-top: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    text-transform: uppercase;
}
.blog_list_desc {
    margin-top: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog_illustration {
   /* height: 370px; */
    width: 100%;
    /* float: left; */
    text-align: center;
    margin-bottom: 15px
}
.bloc_link_blog {
    margin-bottom: 70px;
    text-align: center;
}

.blog_illustration img {
    object-fit: cover;
    width: 100%;
    height: 25vw;
    min-height: 180px;
}
.blog_list_date {
    min-height: 20px;
}