.liste_article_salarie {margin:0 auto 50px auto;}
.liste_article_sstitle {position:relative; padding:25px; margin:0 auto 25px auto; text-transform:uppercase; width:100%; background:var(--cg_bleuclair); font-size:1.4em; text-align:center; color:#FFF;}


.liste_article_plus {background:var(--cg_bleu); text-align:center; color:#FFF; padding:40px;}
.liste_article_item.liste_article_plus:hover {background:var(--cg_jaune);}
.liste_article_plus a {display:table; width:100%; height:100%; text-decoration:none; color:inherit;}
.article_plus_titre {font-size:1.8em; line-height:1.3em; margin:0 auto 30px auto;}
.article_plus_sstitre {font-size:1.4em; line-height:1.2em; font-style:italic; margin:25px auto 40px auto;}
.liste_article_item.liste_article_plus:hover .btn_lien {
	border: 1px solid #000;
	background: #000 url(../img/public/fleche_suite.png) 95% center no-repeat !important;
	text-decoration: none !important;
	transition: background 0.5s;
}
.liste_article_item.liste_article_plus:hover .article_plus_titre,
.liste_article_item.liste_article_plus:hover .article_plus_sstitre { color:var(--cg_bleu);}

@media screen and (max-width : 1000px) {	
	.liste_article_plus {padding:20px;}
}
@media screen and (max-width : 900px) {
	.liste_article_item.liste_article_plus {grid-column:span 6;}
}