/* Saisissez votre CSS personnalisé ci-dessous */
article.post,
article.page
{
	font-size: 16px;
}
article.post table,
article.page table
{
	font-size: 16px;
	/* line-height: 2 */
}

article.post p,
article.page p
{
	margin-bottom: 1.25em;
}
article.post,
article.page,
article.post dd, article.page dd,
article.post dt, article.page dt,
article.post li, article.page li
{
  	line-height: 1.6;
}

article.post h2, article.page h2
{
  font-size: 1.75rem;
}

article.post h2, article.page h2,
article.post h3, article.page h3
{
	margin: 16px 0;
	margin: 1rem 0;
}

article.post h2.vivid, article.page h2.vivid,
article.post h3.vivid, article.page h3.vivid
{
	color:#2d8c90;
}

#comments
{
  margin-top: 4rem;
}
#respond #comment
{
  	width: -webkit-fill-available; /* évite le scroll horizontal sur iPhone 4" */
}

/* lien en block dans les catégories */
.tc-grid .entry-header {
	padding: 0;
}
.tc-grid .entry-title {
	margin: 0;
}
.tc-grid .entry-title a {
	display: block;
	padding: 1rem 7%;
}