/* #########################################################
* Single
* ########################################################## */

.single header.simple #logo {
	display: none;
}

.single header nav {
	margin: 30px auto;
}


.cover img {
	width: 35%;
	max-width: 450px;
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	left: 50%;
	z-index: 4;
	transform: translateX(-50%);
	mix-blend-mode: normal;
}


.chapo {
	margin: 0 auto 80px;
	font: 28px/1.45em 'Playfair Display', Georgia, serif;
	color: #444;
	margin-top: 10px;
}

.chapo p {
	margin: 0;
	display: inline;
}





/* #########################################################
* CONTENT
* ########################################################## */

.content a:not(.cta) {
	color: blue;
	text-decoration: underline;
}

.content a:not(.cta):hover {
	color: blue;
	text-decoration: none;
}

.content a:not(.cta):visited {
	color: purple;
	text-decoration: underline;
}

.content {
	font: 1rem/1.6em Arial, Helvetica, sans-serif;
	color: #444;
}

.content p,
.content ul,
.content ol {
	margin-bottom: 1.5em;
}

.content p:empty {
	display: none;
}

.content * {
	max-width: 100%;
}


.content h2 {
	font-size: 40px;
	margin: 1.5em 0 0.5em;
	font-weight: normal;
	margin: 1.5em 0 0.5em 0;
	color: #333;
}

.content h2 strong,
.content h2 b {
	font-weight: normal;
}

.content h3 {
	font-size: 1.4em
}

.content h4 {
	font-size: 1.2em
}

.content img {
	display: inline-block;
	height: auto;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.content img.noborder {
	height: auto;
	border: none;
	padding: 0px
}

.content img.left,
.content img.alignleft {
	margin-right: 10px
}

.content img.right,
.content img.alignright {
	margin-left: 10px
}

.content img.aligncenter {
	margin: 0 auto;
	text-align: center
}

.content ul,
.content ol {
	list-style-position: outside;
	padding: 0 0 0 1em;
	margin-bottom: 2em
}

.content ul,
.content ul li {
	list-style-type: square
}

.content ol {
	list-style-type: decimal
}

.content ul > ul,
.content ul > ul > ul,
.content ol > ol,
.content ol > ol > ol {
	margin-bottom: 0.35em
}

.content li li,
.content li li li {
	padding-left: 1em
}

.content li {
	margin-bottom: 0.35em;
	padding-left: 15px;
}


.content .bordered_table {
	border: 1px solid #CCC;
	font-size: 1em;
	line-height: 1.1em;
	margin-bottom: 2em;
}

.content .bordered_table td,
.content .bordered_table th {
	border: 1px solid #CCC;
	text-align: center;
}

.content .bordered_table tr {}

.content .bordered_table tr.odd {
	background: #EEE;
}

.content .bordered_table td {
	padding: 10px 2px;
}

.content .bordered_table th {
	background: #333;
	color: #FFF;
	font-size: 1em;
}


.verdict {
	background: #EEE;
	border: 20px solid #EEE;
}


.content .infobox {
	padding: 30px;
	border: 1px solid #EDDC1F;
	background-color: #fbfbe5;
	margin-bottom: 30px;
}

.content .infobox:first-child {
	margin-top: 0;
}

.content .infobox:last-child,
.content .infobox *:last-child {
	margin-bottom: 0;
}


.content .encadre {
	background: #26bab070;
	padding: 20px;
	margin-bottom: 1.5em;
}


.content textarea,
.content input:not([type="submit"]) {
	padding: 10px;
	border: 1px solid #CCC;
	background-color: #F5F5F5;
	font-size: 15px;
	width: auto;
}

.content input[type="submit"] {
	font-size: 15px;
	padding: 10px;
	border: 1px solid var(--tdm-couleur-cta);
	background-color: var(--tdm-couleur-cta);
	color: #FFF;
	cursor: pointer;
}

.content input[type="submit"]:focus {
	background-color: #FFF;
	color: var(--tdm-couleur-cta);
}

.wpcf7-form-control-wrap {
	margin-bottom: 20px;
}




@media screen and (max-width:800px) {
	.cover .titrage h1 {
		font-size: 36px;
	}

	.credits {
		display: none;
	}

	.chapo {
		font-size: 1.5em;
	}
}


@media screen and (max-width:600px) {

	.main,
	.sidebar {
		width: 100% !important;
		float: none;
	}

	.sidebar {
		margin-top: 80px !important;
	}

	.cover .titrage h1 {
		font-size: 30px;
	}

	.chapo {
		font-size: 22px;
		margin-bottom: 50px;
	}
}





@media screen and (max-width:450px) {
	.single header nav {
		margin: 15px auto !important
	}

	header.simple #logo {
		display: block;
	}

	.cover {
		padding-bottom: 70%;
	}

	.cover img {
		display: none;
	}

	.cover .titrage h1 {
		font-size: 26px;
		max-width: 90%;
	}


	.chapo {
		font-size: 20px;
	}

	.content,
	#encart_auteur .author_bio,
	#encart_auteur .by,
	#encart_auteur .author_stats {
		font-size: 14px;
	}

	.content h2 {
		font-size: 2em;
		margin: 1.5em 0 0.5em;
	}

	.content h2,
	.content h2 strong,
	.content h2 b {
		font-weight: normal;
	}

	.content h3 {
		font-size: 1.3em
	}

	.content h4 {
		font-size: 1.15em
	}

	.content .bordered_table td {
		padding: 8px 2px;
	}

	.auteur.boxed {
		padding: 10px 10px 20px 10px !important;
	}
}