@media screen and (max-width: 900px) {
	#main-text {
		width: 90% !important;
	}
}
@media screen and (max-width: 600px) {
	#main-text {
		width: 95% !important;
	}
	.text-content {
		padding: 20px !important;
	}
}
@media screen and (max-width: 530px) {
	.text-content {
		padding: 10px !important;
	}
}
@media screen and (max-width: 500px) {
	.element-type-li a:nth-child(3) {
		display: none !important;
	}
	.element-type-li a:nth-child(4) {
		display: none !important;
	}
}
#main {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 100px;
	margin-bottom: 60px;
}
#main-text {
	margin-top: -70px;
	width: 80%;
}
.text-content {
	background: white;
	margin-bottom: 40px;
	box-shadow: 0 5px 15px rgba(0,0,0,.08);
	padding: 30px;
	/*border-radius: 7px;*/
}
.text-content h3 {
	size: 21px;
	line-height: 31px;
	/*margin-bottom: 7px;*/
	margin: 0 0 15px 0;
	font-weight: 600;
	color: #3e416d;
}
#main-text h2 {
	font-size: 24px;
    line-height: 1.3;
    color: #3e416d;
    margin: 0;
	height: 70px;
}
.text-content a {
	text-decoration: none;
}
#main-text h3 {
	margin: 0 0 15px 0;
}
#head-post-contener {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
#list-posts-ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}
.element-type-li {
	margin-bottom: 10px;
}
.element-type {
	display: flex;
	flex-direction: row;
	width: 100%;
	min-height: 60px;
	padding: 0px;
}
.element-type li {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 100%;
}
.element-type a {
	border: 1px solid #eceff5;
	display: flex;
	flex-direction: row;
	align-items: center;
	flex: 1;
	color: #3e416d;
}
.element-type a:hover {
	color:rgb(43, 146, 206);
}
.element-type a:nth-child(2) {
	flex:2;
}
.element-type a:nth-child(2) span{
	background: url(../ressources/icone/file.svg);
	background-repeat: no-repeat;
	background-size: 22px;
	padding-left: 25px;
	background-position: 0;
}
.element-type a small {
	margin-left: 10px;
}
.element-type li {
	margin: auto;
}