.pageActus {
	min-height: var(--deco-height);
}
.pageActus .HeadHome {
	height: auto;
	margin-bottom: 3em;
}

.TuileActu {
	display: flex;
	flex-direction: column;
	transition: 0.5s ease;
	cursor: pointer;
	overflow: hidden;
	box-shadow: 0 0 1px 0 transparent;
	text-align: left;
	background: #eee;
	border-bottom-right-radius: 8px;
	margin: 0 0 0.5em;
}
.TuileActu > img {
	height: 160px;
	display: block;
	object-fit: cover;
	width: 100%;
}
.TuileActu > div {
	padding: 0.5em 1em;
}
.TuileActu:hover {
	box-shadow: 0 0 10px 0 #3333;
}
.TuileActu h3 {
	margin: 0;
	font-size: 1.4em;
}
.TuileActu .btn {
	color: white;
	font-weight: bold;
}
.TuileActu .btn:hover {
	color: var(--color-2);
}
.articleContainer img {
	max-width: 100%;
}

@media (max-width: 1000px) {
	.TuileActu > div {
		padding: 0.5em;
	}
}
.page_container {
	display: flex;
}

.page_container > div {
	flex: 4;
	margin-right: 2em;
	font-size: 1.1em;
}
.page_container > aside {
	flex: 1;
}
.page_container > aside > p {
	font-weight: bold;
	font-size: 1.4em;
	text-transform: uppercase;
	text-align: center;
	margin: 0.75em 0 1.5em;
}

@media (max-width: 1300px) {
	.page_container {
		flex-direction: column;
	}
	.page_container > aside {
		display: flex;
		flex-wrap: wrap;
		background: #eee;
		margin-top: 2em;
	}
	.page_container > aside > p {
		width: 100%;
	}

	.TuileActu {
		flex: 1 1 320px;
		margin: 0 0.5em 0 0;
	}
}

@media (max-width: 600px) {
	.pageActus .HeadHome h1 {
		font-size: 1.3em;
	}
}
