.vc_articles
{
    overflow: hidden;
    position: relative;
    z-index: 400;
}
.vc_articles .slimScrollBar
{
    z-index: 450 !important;
}
@media(max-width: 767px)
{
    .vc_articles
    {
        height: auto !important;
    }
}
.vc_articles_container
{
    margin-bottom: 20px;
}
.vc_articles_background
{
    position: relative;
}
.vc_articles_background:before
{
    content: "";
    width: 8px;
    height: 40px;
    background: black;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 500;
}
.vc_articles_background:after
{
    content: "";
    width: 8px;
    height: 70px;
    background: black;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 500;
}
.vc_articles_line
{
    width: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 8px;
    background: #000000;
    z-index: 500;
}
.vc_articles_link_news
{
    position: absolute;
    right: 0;
    bottom: 0px;
    z-index: 600;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    background-color: #000;
    color: #ffffff;
    right: -150px;
    transition: .5s;
}
.vc_articles_link_news:hover,
.vc_articles_link_news:focus
{
    text-decoration: none;
    color: #ffffff;
}
.vc_articles_container:hover .vc_articles_link_news
{
    right: 0px;
    transition: .5s;
}
.slimScrollBar
{
    right: 7px !important;
}
.vc_articles .vc_articles_single
{
    padding: 20px;
    clear: both;
    background: -moz-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(255,255,255,0.96) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(230,230,230,1) 0%,rgba(255,255,255,0.96) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(230,230,230,1) 0%,rgba(255, 255, 255, 0.96) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#2effffff',GradientType=0 ); /* IE6-9 */
}
.vc_articles .vc_articles_single a
{
    display: block;
    color: #000;
    
}
.vc_articles .vc_articles_single a:hover,
.vc_articles .vc_articles_single a:focus
{
    text-decoration: none;
}
.vc_articles .vc_articles_single img
{
    width: 28%;
    height: auto;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 10px;
    float: left;
}
@media(max-width: 450px)
{
    .vc_articles .vc_articles_single img
    {
        width: 50%;
        float: none;
        margin: auto;
        display: block;
        margin-bottom: 15px;
    }
}
.vc_articles .vc_articles_single .vc_articles_content
{
    width: 65%;
    display: inline-block;
}
@media(max-width: 450px)
{
    .vc_articles .vc_articles_single .vc_articles_content
    {
        width: 100%;
    }
}
.vc_articles .vc_articles_single h3
{
    margin: 0;
    color: #000;
    /*font-size: 19px;*/
    font-size: 14px; /* CDG */
    font-weight: 900;
}
.vc_articles .vc_articles_single p
{
    position: relative;
}
.vc_articles .vc_articles_single p:after
{
    content: "";
    width: 7px;
    height: 7px;
    background-color: #000000;
    position: absolute;
    bottom: 6px;
    margin-left: 5px;
}
/** Couleurs **/
.vc_articles_color_red:before,
.vc_articles_color_red:after,
.vc_articles_color_red .vc_articles_line,
.vc_articles_color_red .vc_articles_single p:after,
.vc_articles_color_red .vc_articles_link_news
{
    background-color: #DB3846;
}
.vc_articles_color_green:before,
.vc_articles_color_green:after,
.vc_articles_color_green .vc_articles_line,
.vc_articles_color_green .vc_articles_single p:after,
.vc_articles_color_green .vc_articles_link_news
{
    background-color: #45A747;
}
.vc_articles_color_violet:before,
.vc_articles_color_violet:after,
.vc_articles_color_violet .vc_articles_line,
.vc_articles_color_violet .vc_articles_single p:after,
.vc_articles_color_violet .vc_articles_link_news
{
    background-color: #BD8DBE;
}
.vc_articles_color_yellow:before,
.vc_articles_color_yellow:after,
.vc_articles_color_yellow .vc_articles_line,
.vc_articles_color_yellow .vc_articles_single p:after,
.vc_articles_color_yellow .vc_articles_link_news
{
    background-color: #F5B500;
}
.vc_articles_color_blue:before,
.vc_articles_color_blue:after,
.vc_articles_color_blue .vc_articles_line,
.vc_articles_color_blue .vc_articles_single p:after,
.vc_articles_color_blue .vc_articles_link_news
{
    background-color: #80b8e1;
}


/* ESPACES */
.vc_articles_container.m-bottom
{
    margin-bottom: 20px;
}
.vc_articles_container.m-bottom-0
{
    margin-bottom: 0px;
}
.vc_articles_container.m-top
{
    margin-top: 20px;
}
.vc_articles_container.m-top-0
{
    margin-top: 0px;
}
