#category #slider, #slick-articles {
    margin-bottom:0;
}

#category #category-description {
    margin: 30px auto;
    font-size: 14px;
    font-family: 'helveticaregular';
    line-height: 22px;
    color: #666;
}

#category h1 {
    margin-bottom: 0;
    padding: 40px 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

#category h2 {
    font-size:19px;
    font-weight:normal;
    line-height:21px;
    margin:0 0 25px 0;
    text-align:left;
}

/* TOP */

#category #articles {
    margin-top: 0;
}

/* BOTTOM */

#category #articles form label { 
    color:#b4b4b4;
    font-size:14px;line-height:1; 
}

#category #articles select {
    display:inline-block;
    font-size:15px;
    width:100px;
}

#category #articles hr { margin-top:30px;margin-bottom:30px; }




/* ARTICLES (article.css) */
#category .bloc .bloc-title{
    font-weight:normal;
    text-align:center;
    margin:0;
    font-size:13px;
    color:#333;
}
#category .bloc .bloc-title {
    margin:0 0 5px 0;
    font-size:17px;
    font-weight:500;
}
#category .bloc .bloc-title.text-portal { font-size:24px;font-weight:normal; }

#category .bloc-title.bloc-title-background {
    background:#efefef;
    color:#fff;
    padding:5px 30px;
}
#category .bloc.bloc-items { padding:0;background:none; }
#category .bloc.bloc-items > .row { margin-left:-2.5px;margin-right:-2.5px; } 
#category .bloc.bloc-items > .row > div { padding-left:2.5px;padding-right:2.5px;padding-bottom:0; }

#category .bloc.bloc-items .bloc-item { margin-bottom:5px; }

#category .bloc.bloc-items .bloc-item a {
    display:block;
    position:relative;
}
/* Filtre */
#category .bloc.bloc-items.bloc-articles .bloc-item a::before, #category .bloc.bloc-items.bloc-quiz .bloc-item.bloc-quiz-question a::before {
    content: " ";
    position:absolute;
    top:0;left:0e;
    width:100%;height:100%;
    background:#000;opacity:0.35;
}

