.pagination__presse a, .pagination__presse a:hover, .pagination__presse a:focus{
    color:#6d6d6d;
    font-family: 'CenturyGothic';
    font-size:18px;
}

.pagination__presse .prev-next-post-nav a:after{
    content:"";
    background: url(../../../../themes/bb-theme-child/images/next.svg)no-repeat center;
    background-size: contain;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 0 0 0 10px;
    vertical-align: -50%;
}

.pagination__presse .prev-prev-post-nav a:before{
    content:"";
    background: url(../../../../themes/bb-theme-child/images/prev.svg)no-repeat center;
    background-size: contain;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: -50%;
}

@media(max-width:768px){
    .pagination__presse a, .pagination__presse a:hover, .pagination__presse a:focus{
        font-size:14px;
        margin-top: -10px;
    } 
    .pagination__presse .prev-prev-post-nav a:before{
        width: 30px;
        height: 30px;
    }   
}