
.my-grid-container {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	flex-wrap: wrap;
}

.item_ {
    width: 300px;
    background-color: #fff;
    margin: 5px 10px;
	border-radius: 4px;
	color: #fff;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.15);
	transition: all 0.2s ease-in;
	border-top: 3px solid #d2d6de;
}

.img_item_posts {
	overflow: hidden;
	position: relative;
	height: 200px;
    border-radius: 6px !important;
	text-align: center;
}
.img_item_posts img {
	 width: 100% !important;
    height: auto !important;
	min-height: 200px;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.img_item_posts img:hover {
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}


.overlay {
	background-color: rgba(38, 38, 38, 0.2);
	border-radius: 6px 6px 0 0;
	height: 100%;
	position: absolute;
	width: 100%;
	opacity: 0;
	transition: all .1s linear;
}

.item_:hover .overlay{
	opacity: 1;
}

.title_item_posts {
	min-height: 70px;
	display: flex;
	justify-content: center;
	/*align-items: center;
	margin: -20px 0 0 0;*/
	margin: 5px 0 0 0;
}
.category .title_item_posts {
    min-height: 90px;
}
.content_item_posts {
	padding: 5px;
	min-height: 120px;
}

.item_ h3 {
	font-size: 18px;
	font-weight: 500;
	color: #04a0e2;
}
.category .item_ h3 {
	padding: 0 10px;	
}
.item_ h3 a {
	color: #04a0e2;
}
.item_ h6 span {
	padding: 10px 15px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 0 0 4px 4px;
}
.item_ h6 span i {
	margin-right: 3px;
}

.actualite-handicap.item_ h6 span {
	background: rgba(246,161,44,0.9);		
}
.actualite-insertion.item_ h6 span {
	background: rgba(245,72,125,0.9);	
}
.actualite-covid19.item_ h6 span {
	background: rgba(1,159,194,0.9);	
}


.item_ h6 {
	position: absolute;
	text-align: center;
	top: 10px;
	font-size: 13px;
	width: 100%;
	max-height: 30px;
}

.item_ p {
	color: #444;
	text-transform: none;
	font-size: 1em;
	font-weight: 400;
	text-align: center;
}
.item_ p.date_posts {
	font-size: 14px;
	color: #666;
	margin-top: 12px;
}

.post-info {
	position: absolute;
	left: 0;
	bottom: 10%;
	margin-left: 10px;
}
.posts_user {
	position: absolute;
	right: 0;
	bottom: 10%;
	font-size: 12px;
	margin-right: 10px;
}

.post-title a {
	text-decoration: none;
}


span.pull-left {
	color: #4B4B4B;
}

span.pull-right {
	color: #4B4B4B;
}

.item_:hover {
	border-top: 3px solid #0f5197;
}
.read-more{
margin-bottom: 5px!important;
}

.item_ .tag-comment {
	border-top: 1px solid #eaeaea;
	padding: 10px;
	color: #999;
}

.padding{
	padding: 10px 5px;
}

.lire_plus{
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 0 10px;
}
.btn-acef {
	background: rgba(4,160,226,0.75);
	color: #fff;
	transition: all .3s;
}
.btn-acef:hover{
	background: rgba(4,160,226,1);
	color: #fff;
}


.tag-link-7{
	font-size: 13px!important;
}

.item_.blog-post.post-gallery p img {
	margin-bottom: 5px;
	border-radius: 2px;
}

.item_.blog-post.post-aside p {
	text-align: center;
	font-size: 1rem;
	color: #555555;
}

.item_.blog-post.post-aside h5{
	color: #0f5197;
}

/* === Style WP-PageNavi Pagination === */

/* Center the pagination */
.wp-pagenavi { text-align:center; }

/* Add a border */
.wp-pagenavi span, .wp-pagenavi a, .wp-pagenavi :last-child {
	border: 1px solid #bbb !important;
	padding: 6px 12px;
	margin: 0;
}

/* Style the default text */
.wp-pagenavi span, .wp-pagenavi a {
	border-right: none !important;
	font-weight: bold !important;
	color: #999 !important;
	background: #fff !important;
}

/* Style the current / hovered page link */
.wp-pagenavi span.current,
.wp-pagenavi a:hover {
	color: #666 !important;
	background-color: #ddd !important;
}

/* Style the page count text */
.wp-pagenavi :first-child { color: #666 !important; }

/* Add text to the "next" link */
.wp-pagenavi .nextpostslink:before { content: 'Next '; }
.wp-pagenavi .previouspostslink:after { content: ' Prev'; }



/*------------------------------------------
	Search results
-------------------------------------------*/
h1.archive-title {
	color: #0f5197;
	margin-left: 15px;	
}
h1.archive-title span {
	font-style: italic;	
}
.search-item {
    padding: 5px 20px;
}
.search-results a:hover {
    text-decoration: none;
}

.search-results .item_ {
	width: 47%;
	margin: 15px 15px;
	background: #fcfcfc;
}
.search-item .item_title {
	font-size: 18px;
	font-weight: bold;
	color: #04a0e2;
}

.search-results .fa-newspaper,
.search-results .fa-id-badge,
.search-results .fa-file-alt,
.search-results p.item_cat {
	display: none;	
}

.search-results .type-post .fa-newspaper,
.search-results .type-associations .fa-id-badge,
.search-results .type-page .fa-file-alt {
	display: inline-block;	
}
.search-results .item_ .far {
	color: #ccc;
	font-size: 30px;
	position: absolute;
	top: 0;
	right: 0;
}
.search-results .item_ .item_date .far {
	color: #666;
	font-size: 15px;
	position: relative;
	top: inherit;
	left: inherit;
}
.search-results article {
	position: relative;	
}

.search-results .title_item_posts {
    min-height: inherit;
	justify-content: inherit !important;
}
.search-results .item_title {
	margin-top: 15px;
	text-align: left;
	padding-right: 20px;
}

.search-results p.item_date,
.search-results p.item_cat {
	margin: 0;
	font-size:13px;
}
.search-results p.item_excerpt {
	font-size:13px;
}
.search-item p {
	text-align: left;	
}