
/* page contact */
.page-id-35 .site-content{
	background-color: #f8f7f1;
	padding: 12px;
}
.page-id-35 article .entry-title{
	font-size: 36px;
}

/* page article */
.single article .entry-title{
	font-size: 28px;
}
.single article {
	margin-bottom: 30px;
}


/****************/
/* Pages activites */
/********************/

.single-activite .site-content{
	background-color: #f8f7f1;
	padding: 12px;
}
.single article img{
	background-color: #e8e4d0;
	padding: 5px;
	box-sizing: border-box;
}

.single-activite article .entry-title{
	font-size: 36px;
}
.single-activite article h2:first-child{
	padding-top: 0;
}

/* Page Lecture */

.postid-17 article img{
	padding: 0;
}


/* Shortcode [info] — encadré d'information */
.cdj-info{
	display: inline-block;
	position: relative;
	background: rgba(91, 122, 153, 0.12);
	padding: 10px 14px 10px 38px;
	margin: 0;
}
.cdj-info::before{
	content: "i";
	position: absolute;
	left: 10px;
	top: 12px;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	border-radius: 50%;
	background: #5b7a99;
	color: #fff;
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 13px;
}
.cdj-info a{
	color: #8e2807;
}
.cdj-info > :first-child{
	margin-top: 0;
}
.cdj-info > :last-child{
	margin-bottom: 0;
}


