/*
Bienvenue dans l’éditeur de CSS personnalisé !

Pour en découvrir le fonctionnement, accédez à la page suivante :
https://wp.me/PEmnE-Bt
*/
@media screen and (min-width: 350px) {
	.site-description {
		font-size: .8rem;
	}
	
	.site-title {
		font-size: 2rem;
	}
}

@media screen and (min-width: 768px) {
	.site-description {
		font-size: 1rem;
	}
	
	.site-title {
		font-size: 3.25rem;
	}
}

@media screen and (min-width: 1200px) {
	.site-description {
		font-size: 1.25rem;
	}
	
	.site-title {
		font-size: 4rem;
	}
}

body {
	color: #020202;
}

li {
	margin: 10px 0;
	font-family: "Libre Baskerville", serif;
}

.liste-num {
	font-size: 100%
}

ol {
	font-size: .85rem;
	line-height: 1.5;
}

.wp-block-separator {
	opacity: 1;
}

blockquote, blockquote p {
	font-size: 24px;
	font-size: 1rem;
	font-family: "Libre Baskerville", serif;
	line-height: 1.5;
}

blockquote {
	border-left: 3px solid #a7b8cc;
}

.wp-block-quote, .wp-block-quote.is-style-large, .wp-block-quote.is-large {
	border-left: 3px solid #a7b8cc;
}

.wp-block-pullquote, .wp-block-pullquote blockquote {
	border-left: 2px solid #a7b8cc;
}

.wp-block-pullquote p {
	font-family: "Libre Baskerville", serif;
	font-size: 24px;
	font-size: 1rem;
}

.wp-block-pullquote.alignleft p,  .wp-block-pullquote.alignright p {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.65;
}

.wp-block-quote.has-text-align-center p {
	border-left: 3px solid #a7b8cc;
	font-size: 1rem;
}

/*
.wp-block-quote, .wp-block-quote.is-style-large, .wp-block-quote.is-large {
*/
.wp-block-image figcaption {
	color: #686767;
	font-size: .85rem;
}

.legende {
	color: #686767;
	font-size: .85rem;
	padding: 1.25rem;
	margin: 0;
	text-align: center;
}

.wp-block-jetpack-tiled-gallery {
	margin: 0 auto;
}

/*
a, a:visited {
    color: #547290;
}
*/
a, a:visited {
	color: #007cb0;
}

select {
	font-size: 90%;
}

.wp-block-newspack-blocks-homepage-articles article .entry-title a:hover {
	color: #007cb0;
}

.widget li {
	padding: 0;
}

.has-background:not(.has-background-background-color) a {
	text-decoration: underline;
}


/*
.wp-block-newspack-blocks-homepage-articles article .entry-title a {
	font-weight: bold;
	color: #402040;
}

.wpnbha.ts-3 article .entry-wrapper .more-link, .wpnbha.ts-3 article .entry-wrapper p, .wpnbha.ts-3 article .newspack-post-subtitle {
	font-size: .95em;
}
*/
/*
.site-title {
	font-size: 3rem;
}
*/