.une_info{
    background: #FFF;
    padding: 30px;
    font-weight: 100;
    transition: all 0.25s ease 0s;
}
.un_article_clic{
    display: block;
    cursor: pointer;
    overflow: hidden;
    color: #000000;
    margin:0 0 40px 0;
    min-width: 350px !important;
}

@media (min-width: 1200px) {
    .un_article_clic{
        max-width: 350px !important;
    }
}


.un_article_clic:hover{
    background: #EDEDED;
    color:#000000;
    text-decoration: none;
}
.un_article_clic:hover .une_info{
    background: #3868a1;
    color: #FFFFFF !important;
}
.un_article_clic img{
    transition: all 0.25s ease 0s;
}
.un_article_clic:hover img{
    transform:scale(1.1);
}

.bg-grey{
    background-color: #EDEDED !important;
}

.fb_share,
.tw_share,
.go_share,
.in_share{
    transition: all 0.25s ease 0s;
    color: #FFFFFF;
    cursor: pointer;
}
.fb_share{color: #3b5998 !important;}
.tw_share{color: #00aced !important;}
.in_share{color: #007bb6 !important;}

.fb_share:hover{color: #2d4373 !important;}
.tw_share:hover{color: #0087ba !important;}
.in_share:hover{color: #005983 !important;}