/************************************************/
/* PAGINATION */
/************************************************/

.pager ul {
    list-style-type:none;
    margin:0;
    padding:0;}

.pager ul li {
    display:inline-block;
    margin-bottom:1em !important;}
.pager {margin-top:40px;}
.pager li.pager_item {margin:0px; padding:0;}

li.pager_item a {
    text-decoration:none; 
    background-color:#696565;
    border-radius:3px; 
    padding:6px 12px; 
    color:white;
    margin-left:3px;}

li.pager_item a:hover, 
li.pager_item a:focus, 
li.pager_item a:active {
    text-decoration:none;
    background-color:#006800;}

li.pager_prev a, li.pager_next a {
    color:#3D4641;
    text-decoration:none;
    border-radius:3px;
    border:2px solid #575757;
    padding:4px 10px; }

li.pager_prev a {
    padding-left:1.2em;
    background: #fff url(../../images/symboles_dico_svg/nav_prev.svg) left 0.2em center no-repeat;
    background-size:0.8em 0.8em;
    padding-left:20px;}

li.pager_next a {
    padding-right:1.2em;
    background: #fff url(../../images/symboles_dico_svg/nav_next.svg) right 0.2em center no-repeat;
    background-size:0.8em 0.8em;
    padding-right:20px;}

li.pager_prev a:hover, li.pager_prev a:focus, li.pager_prev a:active  {
    background: #fff url(../../images/symboles_dico_svg/nav_prev_hv.svg) left 0.2em center no-repeat;
    background-size:0.8em 0.8em;
    border-color:#006800;}

li.pager_next a:hover, li.pager_next a:focus, li.pager_next a:active  {
    background: #fff url(../../images/symboles_dico_svg/nav_next_hv.svg) right 0.2em center no-repeat;
    background-size:0.8em 0.8em;
    border-color:#006800;}

.pager_next a:hover, 
.pager_next a:focus, 
.pager_next a:active,
.pager_prev a:hover, 
.pager_prev a:focus,
.pager_prec a:active {
    text-decoration:none;
    color:#006800;}

li.current a, li.current a:hover {
    background-color:#313131 !important;
    border-radius:3px; 
    font-weight:normal;
    color:#fff;
    padding: 6px 12px;}

li.pager_next {margin-left:3px;}