
/*
Theme Name: DiviCatho95
Description: Theme enfant de Divi
Author: Justine Gelis
Author URI: https://www.elegantthemes.com/gallery/divi/
Template: Divi 
Version: 0.1.0
*/

/*Style Pagination*/
.next, .prev {
background-color: #9cb3bf;
color:#f1f1f1;
margin: 15px;
font-size: 14px;
padding: 5px 5px;
}
.next a:hover , .prev a:hover {
background-color : #9cb3bf;
color: #f1f1f1;
text-decoration: none;
}

.custom-pagination span,
.custom-pagination a {
  display: inline-block;
    padding: 5px 11px;
	font-size: 14px;
    text-decoration:none!important;
}
.custom-pagination a {
  background-color: #85949a;
  color: #fff;
  transition: all 0.2s ease-in-out
}
.custom-pagination a:hover {
  background-color: #9cb3bf; 
  color: #fff;
}
.custom-pagination span.page-num {
  margin-right: 10px;
  padding: 0;
}
.custom-pagination span.dots {
  padding: 0;
  color: gainsboro;
}
.custom-pagination span.current {
  background-color:  #9cb3bf;
  color: #fff;
}

.custom-pagination{  text-align: center;  margin-top: 2em;}
.clear{clear:both}

