/* #########################################################
* EDITO
* ########################################################## */
#edito {
	text-align: left;
}

#edito p {
	font: 15px/1.3em "Arial", helvetica, sans-serif;
	margin-bottom: 1em;
}

#edito p:first-child,
#edito .title,
#edito .title h1 {
	font: 36px/1.3em 'Playfair Display';
}

#edito p:last-child {
	margin-bottom: 0;
}

#edito .illus {
	float: left;
	width: 30%;
}

#edito .illus img {
	width: 100%;
	height: auto;
}

#edito .txt {
	float: right;
	width: 66%;
}

#edito .selfie {
	display: none;
}

.home #edito {
	margin: 100px auto 150px;
}

.home #edito p:first-child,
.home #edito .title,
.home #edito .title h1 {
	font-size: 24px;
	margin-bottom: 0.25em;
}

.home #edito .txt .sig {
	float: right;
	width: 260px;
}

@media screen and (max-width:1100px) {
	#edito .illus {
		display: none;
	}

	#edito .txt {
		float: none;
		width: 100%;
	}

	#edito .selfie {
		display: block;
		width: 25%;
		min-width: 200px;
		height: auto;
		margin-right: 15px;
		float: left;
	}
}

@media screen and (max-width:800px) {
	#edito {
		margin: 50px auto 85px;
	}
}

@media screen and (max-width:450px) {
	.home #edito {
		margin: 30px auto 85px;
	}

	.home #edito .txt .sig {
		float: right;
		width: 220px;
	}
}





.sidebar > div {
	margin-bottom: 10%
}

.sidebar #edito {
	padding: 0;
}

.sidebar #edito .txt,
.sidebar #edito .illus {
	width: 100%;
	float: none;
}

.sidebar #edito .txt {
	font-size: 14px;
	background: #F7F7F7;
	border: 1px solid #eee;
	padding: 6%;
}

.sidebar #edito .txt p:first-of-type {
	font: 36px/1.3em 'Playfair Display';
	margin-bottom: 0.25em;
}

.sidebar #edito .txt img {
	display: none;
}

.sidebar #edito .txt:last-child {
	margin-bottom: 0 !important;
}


@media screen and (max-width:800px) {
	.sidebar #edito .txt {
		font-size: 13px;
	}
}

@media screen and (max-width:450px) {
	.sidebar #edito .txt {
		font-size: 14px;
		padding: 10px 10px 0 10px;
	}

	.sidebar #edito .txt p:first-of-type {
		font-size: 24px;
		font-weight: bold;
	}

	.sidebar #edito .illus {
		display: none;
	}

	.sidebar #edito .txt .selfie {
		display: block;
		width: 50%;
		float: left;
		margin-right: 10px;
	}
}