/*
 Theme Name:   Twenty Seventeen Child
 Theme URI:    
 Description:  Twenty Fifteen Child Theme
 Author:       fpierrat & pgros
 Author URI:   
 Template:     twentyseventeen
 Version:      1.0.0
 License:      
 License URI:  
 Tags:         
 Text Domain:  
*/


/*----- largeur colonnes sur écrans larges - by pgros */
@media screen and (min-width: 48em) {
	.wrap { max-width: 1500px!important; }
	.has-sidebar #secondary { width: 20%; }
	.has-sidebar:not(.error404) #primary { width: 75%; }
}

/*----- justification des textes par défaut - by pgros */
.entry-content p { text-align:justify; }
p.has-text-align-right{ text-align:right!important; }
p.has-text-align-left{ text-align:left!important; }


/*----- nom de l'auteur en en-tête d'article - by fpierrat */
.entry-meta .author a {
	color:#040404 /*#767676*/; background-color:#BBBBBB;
	border:solid 1px #767676; border-radius:7px 0 7px 0;
	padding:1px 8px;
}

/*----- compteur de commentaires dans les listes - by fpierrat */
a.comment-counter{
	display: inline-block;
	margin-left:24px;
}

a.comment-counter::after{
	content: "";
	display: inline-block;
	margin-left: 8px;
	width: 0;
	height: 0;
	border-top: 5px solid #72777c;
	border-right: 5px solid transparent;
}

a.comment-counter span {
	/* box-sizing: border-box; */
	display: block;
	padding: 0 8px;
	min-width: 32px;
	height: 2em;
	border-radius: 5px;
	background-color: #72777c;
	color: #fff;
	font-size: 11px;
	line-height: 1.90909090;
	text-align: center;
	margin-bottom:-8px;
}

/*----- Décalage des commentaires enfants par rapport au commentaire parent - by fpierrat 01/05/20 */
.comment-list .children { padding-left: 2em; }
.comment-body {margin-left:65px}
/*----- Décalage des listes (la puce dépassait à gauche) - by fpierrat 01/05/20 */
.post ul { margin-left:15px; }

/*----- Liens vides lorsque l'article n'a pas de titre (ex. comment. récents) --> tx par défaut - by fpierrat 02/05/20 */
/*.recentcomments */ a:empty:before{content:"(pas de titre)";}

/*----- Pagination, rendre la page actuelle plus visible - by fpierrat 10/05/20 */
.wp-paginate.wpp-modern-grey .page.current { color:#fff; background-color:#767676; opacity:1; }

/*----- Articles récents (plugin Smart Recent Posts Widget) - by fpierrat 10/05/20 */
.srpw-title a { color: #333; }
.srpw-meta, .srpw-meta a { color: #888; }

/*----- Style dédié aux points de règle du MJ dans les posts - by pgros 09/05/20 */
.MJ{
	text-align: right!important;
	color: ForestGreen	/*limegreen ForestGreen SeaGreen Teal OliveDrab DarkGreen Green*/ !important;
}
.MJ p { text-align: right!important; }


