.nav-links .page-numbers {
color:white;
background-color:#b90000;
width:40px;
height:40px;
line-height:40px;
}
.fond-rouge {
background-color:red;
} .entry-title {
display: none;
} .posts-layout .read-more {
font-family: palanquin;
color: white;
text-decoration: none;
display: inline-block;
margin-top: 20px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 10px;
padding-top: 5px;
font-size:16px;
font-weight:bold;
background-color: #b90000;
}
.posts-layout .read-more 
a{
color: white;
text-decoration: none;
background-color: #b90000;
}
.posts-layout .read-more a:hover {
color: white;
background-color: #474747;
}