
.bloc-milieu{
	min-height: 55vh;
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 3;

    background:  linear-gradient(to right ,  rgb(199, 230, 235),rgb(76, 172, 236));


	border-radius: 5px;

	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	display: grid;
}

.bloc-milieu .titre{
	grid-row: 1/1;
	grid-column: 1/1;
	margin-bottom: 2rem;
}

.bloc-milieu .content-title{
	padding: 2.1rem;
	margin: 2.5rem;
	border-radius: 4px;
	background: linear-gradient(to right ,  rgb(139, 202, 245),rgb(193, 241, 241));
}

.categorie-vide{
	font-size: 1rem;
}

/*Section Recent Post*/
.bloc-milieu .recent{
	margin: auto auto;
	grid-row: 2/2;
	grid-column: 1/1;
	display: flex;
	flex-grow: 1;
	flex-wrap: wrap;
	align-content: center; 
	justify-content: center;
}

.bloc-milieu .recent .post-recent{
	background: linear-gradient(to right ,  rgb(122, 188, 231),rgb(190, 235, 235));
	margin: 1rem;
	display: block;
	height: fit-content;
	position: relative;
	border-radius: 4px;
	z-index: 3;
	width: clamp(10rem,85vw,45rem);
}

.blog-title {
	padding: 0.7rem;
	margin-bottom: 0;
	margin-top: 0;
}

.post-recent {
	margin-bottom: 1rem;
}

.recent .recent-blog-title{
	position: relative;
	color: black;
	font-size: 1.50rem;
	word-wrap: break-word;
}

.recent .recent-blog-title:hover{
	transition: .4s;
	color: rgb(40, 109, 213);
}

.recent .recent-post-date{
	font-size: 1.20rem;
}

.recent .recent-post-image {
	z-index: 3;
	height: clamp(11rem, 45vw, 20rem);
	width: 100%;
	position: relative;
	border-radius: 4px;
}
/* Fin section Recent Post*/

.bloc-milieu .posts{
	border-top: 1px dotted white;
	margin: 0 2.5rem 0 2.5rem;
	grid-column: 1/1;
	grid-row: 3/3;
    display: flex;
	flex-grow: 1;
	flex-wrap: wrap;
	align-content: center; 
	justify-content: center;
}

.bloc-milieu .bloc-milieu-title {
	color: #080808;
}
.bloc-milieu .post {
	margin: 1rem;
	display: block;
	height: fit-content;
	position: relative;
	width: 17.5rem;
	border-radius: 2px;
	z-index: 3;
}
.bloc-milieu .post .category {
	height: 1.2rem;
	padding: 3px 8px;
	color: #374447;
	background: rgb(255, 255, 255, 0.8);
	border-radius: 2px;
	border: 1px solid #374447;
	position: absolute;
	left: 0;
	z-index: 3;
	margin: 0.3rem 0 0 0.3rem;
}
.bloc-milieu .post .category:hover {
	color: rgb(40, 109, 213);
	background: white;
	font-weight: 800;
	transition: .4s;
	opacity: 1;
}
.post .post-image {
	z-index: 3;
	height: 10rem;
	width: 100%;
	position: relative;
}

.post .blog-title{
	position: relative;
	color: black;
	font-size: 1.2rem;
	word-wrap: break-word;
}

.post .blog-title:hover{
	transition: .4s;
	color: rgb(40, 109, 213);
}

.post .post-date{
	font-size: 1rem;
}

.post .blog-title:hover{
	transition: .4s;
	color: rgb(40, 109, 213);
}

.post-image-href {
	position: relative;
	margin: 0;
}

.post-sidebar .posts .post .blog-title {
	padding: 0 !important;
}
