/* FONT FAMILY*/
.blog h3,
.blog h2,
section.blog h2.newsletter, 
body > footer div.newsletter,
section.home h3, 
#content h2, section.blog h2,
.article-index ul,
#osm-plans-list-default .osm-description-details p:first-of-type,
#osm-plan-item .osm-description-details p:first-of-type,
#edito h3, 
#selection h3,
#lire ul li a,
#logo-small:after  {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;	
}
.create-date,
p[class*="readmore"],
p.category, 
section .dossier div div p.category,
main article dd.category-name span[itemprop="genre"],
a.toclink:before,
#toolbar-2 a,
a.fa-sitemap,
#sommaire > li, 
#sommaire > li > a  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.blog aside li,
.blog aside h2,
.groupe aside a,
main .home h2 {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
#toolbar-2 a.fas:before {
		font-family: "Font Awesome 6 Free";
}
#toolbar-2 a.fab:before {
		font-family: "Font Awesome 6 Brands";
}
/* COLOR*/
.blog h3,
.blog h2,
section.blog h2.newsletter, 
body >footer div.newsletter,
section.home h3, 
#content h2, section.blog h2   {
	color: #000;
}

section li,
article h2 + div,
.com-content-article__body,
#edito div,
.blog-item h3 + div,
.blog-item article p:not(.category) {
	color: #6D7579!important;
	font-size: var(--font-size) !important;
	line-height: calc(1.5 * (var(--font-size)))!important;
}
p[class*="readmore"],
main p.category,
main article dd.category-name span[itemprop="genre"],
span.itemprop,
p.readmore a,
p.category a {
	color: var(--green);
}
/* FONT SIZE*/
h2,
h3 {
	font-size: calc(1.5 * (var(--font-size)));
}
.home h2 {
	font-size: calc(3 * (var(--font-size)));
	line-height: calc(3 * (var(--font-size)));
}
.home #edito h2 {
	font-size: calc(6 * (var(--font-size)));
	line-height: calc(6 * (var(--font-size)));
}

*/* FONT WEIGHT*/
body {
	font-weight: 400;
}
p.category {
	font-weight: 600;
}
.home h2 {
	font-weight: 800;
}
h1 span,
#selection a span {/*fluxRSS d'une catégorie*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 300;
}


