.blog-categ{
	color: var(--mainColor);
	border: 1px solid var(--lightgrey);
}
.blog-categ:hover{
	background: var(--mainColor);
	color: #ffffff;
}
.voir-plus:hover{
	text-decoration: underline;
}

@media only screen and (max-width: 2500px){
	.containerSite {
		width: 75%;
	}
}
@media only screen and (max-width: 992px) {
	.containerSite {
		width: 90%;
	}
}

@media only screen and (max-width: 768px) {
	.containerSite {
		width: 90%;
	}
}

.image-res {
	border-radius: 16px 0 0 16px !important;
}

@media only screen and (max-width: 1200px) {
	.image-res {
		border-radius: 16px 16px 0 0 !important;
	}
}
