/*
Theme Name: Theme enfant
Description: Theme enfant de Benoit WPServeur
Author: Benoit - WPserveur
Author URI: https://www.wpserveur.net
Template: colormag 
Version: 0.1.0
*/

/*
.more-link {
	display: inline-block;
	background-color: #ffffff;
	border-radius: 3px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
*/
/* Suppression puces sur page acceuil */
.entry-content li {
    list-style: none;
}


/*
.entry-content ul {
    list-style: none;
}
*/


.more-link span {
	font-size: 12px;
	padding: 3px 10px;
	color: black;
	background-color: white;
	border-color: black;
	border: 1px solid black;
	border-radius: 3px;
	display: inline-block;
}



.site-info { display: none; }

/* =BLOCKQUOTE
----------------------------------------------- */
blockquote,
.wp-block-quote,
.wp-block-quote.is-style-large,
.wp-block-quote.has-text-align-right {
	padding: 30px 30px 20px 45px;
	margin-bottom: 20px;
	background-color: #f9f9f9;
	color: #333333;
	border-radius: 5px;
	border-left: 0;
}

blockquote p,
.wp-block-quote p,
.wp-block-quote.is-style-large p,
.wp-block-quote.has-text-align-right p {
	font-size: 18px;
	font-style: normal;
	font-family: 'Open Sans', serif;
	line-height: 1.4;
	position: relative;
	padding-top: 0;
	padding-left: 15px;
}

blockquote p::before,
.wp-block-quote p::before,
.wp-block-quote.is-style-large p::before,
.wp-block-quote.has-text-align-right p::before {
	content: "\f10d";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #000;
	font-size: 32px;
	position: absolute;
	top: -27px;
	left: -27px;
}

blockquote a,
.wp-block-quote a,
.wp-block-quote.is-style-large a,
.wp-block-quote.has-text-align-right a {
	color: #0087f6;
	text-decoration: underline;
}

blockquote em,
blockquote i,
blockquote cite,
.wp-block-quote em,
.wp-block-quote i,
.wp-block-quote cite,
.wp-block-quote.is-style-large em,
.wp-block-quote.is-style-large i,
.wp-block-quote.is-style-large cite,
.wp-block-quote.has-text-align-right em,
.wp-block-quote.has-text-align-right i,
.wp-block-quote.has-text-align-right cite {
	font-style: normal;
}

blockquote cite,
.wp-block-quote cite,
.wp-block-quote.is-style-large cite,
.wp-block-quote.has-text-align-right cite {
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	float: right;
}

blockquote.wp-block-quote.has-text-align-right {
	border-right: 0;
}
/* opacify les liens
--------- */
#op_link{
	opacity: 1;
}

#op_link:hover{
	opacity: 0.4;
}
/*   Extrait article en justify */
@media (min-width: 600px) {
	
.wp-block-latest-posts__post-excerpt {
     /*margin-top: 0.5em;
    margin-bottom: 1em; 
	*/
    text-align: justify;
}
}
/*
--------- */
