ul.list-page .titles_list {
	position: absolute;
	top:-2%;
	right:20%;
	color:white;
	font-size: 1em;
	font-weight: bold;
}

ul.list-page .article_content {
	/* background-color: #fffe92; */
	/* background-image: url("../svg/golfe.svg"); */
	background: linear-gradient(150deg, rgba(255,254,146,1) 34%, rgba(114,159,207,1) 100%);
	background-size: cover;
	font-size: 0.85em;
	box-shadow: 2px 4px 4px #505050;
	width: 100%;
}

ul.list-page figure {
	border-top-width: 20px;
	border-top-style: solid;
	border-image: linear-gradient(135deg, #333 5%, #5a5a5a 100%) 1;
	box-shadow: none;
	width: 100%;
	margin: 0;
	padding: 0.5em;
}
