@media screen and (max-width: 900px) {
	#recent-posts {
		margin-left: 70px !important;
		width: 27% !important;
	}
}
@media screen and (max-width: 760px) {
	#main {
		flex-direction: column !important;
		justify-content: center;
	}
	#recent-posts, #main-text {
		margin-right: auto !important;
		margin-bottom: 60px !important;
		margin-left: auto !important;
		width: 80% !important; 
	}
}
@media screen and (max-width: 550px) {
	#recent-posts, #main-text {
		width: 95% !important; 
	}
}
#main {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 100px;
	margin-bottom: 60px;
}
#main-text {
	margin-top: -70px;
	width: 50%;
}

#main-text h2 {
	font-size: 24px;
    line-height: 1.3;
    color: #3e416d;
    margin: 0;
	margin: 0;
	height: 70px;
}
.form-input {
	width: calc(100% - 100px);
}
#main-text img {
	margin-left: 20px;
	width: 37px;
	vertical-align: top;
	cursor: pointer;
}
#result-show {
	margin-top: 40px;
	background: white;
	border-radius: 10px;
	padding: 10px 30px 30px 30px;
	box-shadow: 0 5px 15px rgba(0,0,0,.08);
}
/*ASIDE */
#recent-posts {
	width: 25%;
	margin-left: 150px;
}
.recent-contener {
	justify-content: center;
	box-shadow: 0 5px 15px rgba(0,0,0,.08);
	/*padding: 30px;*/
	margin-bottom: 40px; 
	min-height: 400px;
	background: white;
}
.recent-title {
	font-size: 15px;
	color: #3e416d;
	border-bottom: 5px solid #3e416d;
	padding: 10px 10px;
	text-align: center;
}
.list-recent {
	list-style-type: none;
	padding: 0 0 15px 0;
}
.list-recent li {
	background: url(ressources/icone/file.svg);
	background-repeat: no-repeat;
	background-size: 22px;
	background-position-x: 16px;
	background-position-y: 13px;
	padding: 10px 0 20px 50px;
	cursor: pointer;
	/*6 * x + 6*27 = 447 */
	margin: 25px 10px;
}
.list-recent li:hover {
	color: #3e416d;
}
.list-recent a {
	text-decoration: none;
}