/*
Theme Name: Caneton CDT
Description: Theme enfant de CDT
Author: CDT
Template: canard
Version: 0.1.1
*/

h2 {
font-size:30px;
}

.has-text-align-left {
	text-align: justify;
  
}

.question {
	font-size: 22px;
	text-align: left;
	font-weight: bold;
}

.chapo {
	font-size: 24px;
	text-align: justify;
	font-weight: bold;
}

blockquote {
	font-size: 26px;
	color: #d11415;
	font-weight: bold;
}

p {
	text-align: justify;
}

figcaption{
	font-size: 14px;
	text-align: center;
	font-style: italic;
}


.site-description {
	color: #777;
	display: block;
	font-family: Lato, sans-serif;
	font-size: 16px;
	line-height: 1.875;
	margin: 0 10px;
	padding: 3px 0;
	#text-transform: lowercase;
}

	/* Posts & Pages */
	.archive .hentry,
	.blog .hentry,
	.search .hentry {
		margin-bottom: 20px;
		padding-top: 20px;
	}

	.archive .hentry:first-of-type,
	.blog .hentry:first-of-type,
	.search .hentry:first-of-type {
		#margin-top: -60px;
	}

.footer-widget {
  #padding-top: 60px;
  color: #eee;
  background-color: #222;
}

.post-navigation .nav-previous + .nav-next a {
  border-top: 0;
  margin-top: 2px;
  margin-bottom: 2px;
}
