/*
	Theme Name: sydney-enfant
	Description: Theme enfant de Céline
	Author: Céline Dumetz
	Author URI: https://www.mon-site-de-graphiste.com
	Template: sydney 
	Version: 0.1.0
	*/


/*fleches navigation articles */
.nav-links .page-numbers {
color:white;
	background-color:#b90000;
	width:40px;
	height:40px;
	line-height:40px;
}

.fond-rouge {
	background-color:red;
}

/* masquer les titres */
.entry-title {
display: none;
}

/* style bouton read more */
.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;
}



