section.categories{
    padding: 150px 15px 0;
}
.liste_articles li{
    padding: 10px 0;
}
.liste_articles li a {
    display: block;
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
}
.liste_articles li .description{
    display: none;
}
.description hr{
    display: block;
    width: 50px;
    height: 3px;
    border: none;
    margin-bottom: 30px;
}
.fancybox__content{
    padding: 50px 20px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 70%;
    max-height: 90vh;
    overflow-y: auto;
}


.categorie_result{
    margin-bottom: 30px;
}
.categorie_result h3{
    margin-bottom: 5px;
}