
/*home-annonce */
#post-content {
	padding: 20px;
	background-color: #F0F0F0;
}

#post-content .post-title {
	margin-bottom: 15px;
}

#post-content img { max-width: 100%;height: fit-content; }

.same-categories-post{
	display: flex;
	column-gap: 8px;
	margin-bottom: 10px;
}

.same-categories-post h4{
	margin: 0;
}
.same-categories h3{
	overflow: hidden;
	text-align: center;
	font-size: 22px;
	margin-top:30px;
}
.same-categories h3:before,
.same-categories h3:after {
	background-color: #005d8c;
	content: "";
	display: inline-block;
	height: 5px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}
.same-categories h3:before {
	right: 0.5em;
	margin-left: -50%;
}
.same-categories h3:after {
	left: 0.5em;
	margin-right: -50%;
}