.art_text {
    padding: 15px;
    margin-bottom: 35px;
}

.block_art {
    border: 1px solid #f0f0f0;
    width: 32%;
    min-width: 350px;
}

.img_blog_home img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto
}

.actu_date {
    margin-right: 25px;
    float: left;
}

.actu_date em,
.actu_category em {
    color: #E63026;
    margin-right: 5px;
}

.blog_title_home {
    display: inline-block;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    ;
    width: 100%;
    ;
}

.blog_read_more a {
    color: inherit;
    text-decoration: underline;
}

.block_art:hover {
    cursor: pointer;
}

.block_art:hover .blog_read_more a {
    ;
    color: #E63026;
}

.show_more {
    display: none;
    z-index: 1;
}

.block_art:hover .show_more {
    background-color: #E63026;
    bottom: 25px;
    text-align: center;
    color: #fff;
    line-height: 25px;
    vertical-align: middle;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: -25px;
}

#bloc_blog > .col-lg-12 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.actu_text {
    margin-top: 10px;
}

.block_art {
    position: relative;
}
.blog_read_more {
    margin-top: 10px;
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.blog_title_home:after {
    
}

.blog_title_home a {
    color: #E63026;
}

.bloc_img_actu {
    overflow: hidden;
    height: 100%;
    max-height: 250px;
    text-align: center;
}

.col-lg-12.area_art {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

#bloc-blog {
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 40px;
}

.link_blog {
    float: right;
    margin-right: 15px;
    margin-top: 20px;
}

.link_blog a {
    color: inherit;
    font-size: 16px;
    text-decoration: underline;
    font-weight: 600;
}

.blog_title_home {
    color: #E63026;
    line-height: 1.5;
}
