
/**
* PAGE DES ARTICLES
**/

body.blog #content .entry {
	padding-left: 10px;
	padding-right: 10px;
	/*max-width: 1117px;*/
}

body.blog #content .entry-content > .entry-header {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	margin-bottom: -50px;
}

body.blog #content .entry-content > .entry-header:before {
	display: none;
}

body.blog #content .entry-content > h2 {
	font-weight: 700;
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
	margin: 70px 0 20px 0;
	position: relative;
}

body.blog #content .entry-content > #liste {
	position: relative;
	top: calc(411px - 50vh);
}

body.blog #content .entry-content > h2:first-child {
	margin: 0;
	padding: 0;
	background-color: #610500;
	color: #F7E7EA;
	display: table;
	margin-bottom: -60px;
	padding: 9px 14px 5px 14px;
	font-size: 18px;
	font-size: 1.05882rem;
	font-weight: 900;
	line-height: 1;
	-webkit-box-shadow: 0 0 30px rgba(21,0,0,.5);
	box-shadow: 0 0 30px rgba(21,0,0,.5);
	position: relative;
	z-index: 4;
}

body.blog #content .entry-content > h2:first-child:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 17px;
	margin-top: -4px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2217%22%20viewBox%3D%220%200%20200%20170%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%20xmlns:xlink%3D%22http://www.w3.org/1999/xlink%22%20preserveAspectRatio%3D%22none%22%20xml-space%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23F7E7EA%22%20d%3D%22M87.993%2C81.096L35.4%2C105.241c-21.01-22.499-24.233-47.995-3.365-64.434c11.364-8.951%2C25.394-8.642%2C35.3-4.638L87.993%2C81.096z%20M173.382%2C42.072c-3.372-12.856-12.356-29.796-30.555-32.036C116.265%2C6.771%2C97.928%2C31.639%2C108.4%2C58.004l5.237%2C11.566L173.382%2C42.072z%20M54.05%2C129.178c0.676%2C0.572%2C1.288%2C1.178%2C1.97%2C1.711c29.589%2C23.746%2C69.86%2C30.376%2C71.033%2C29.244l-24.455-53.283L54.05%2C129.178z%20M150.75%2C144.253c24.489-26.943%2C32.748-52.988%2C31.141-73.241l-53.613%2C24.332L150.75%2C144.253z%22%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: left top;
}

body.blog #content .entry-content > form {
	text-align: right;
	margin-bottom: 20px;
}

body.blog #content .entry-content > form input[type="submit"] {
	float: right;
}

body.blog #content .entry-content a.posts-filter__reset {
	text-transform: none;
	font-weight: 400;
	color: #585858;
	background-color: transparent;
	background-image: none;
	background: none;
}

body.blog #content .entry-content a.posts-filter__reset:hover {
	color: #757575;
}

body.blog #content .entry-content > form > a.posts-filter__reset {
	margin-right: 2px;
}

body.blog #content .entry-content > form > a.posts-filter__reset:hover {
	margin-right: 0;
}

body.blog #content .entry-content > form > .scf-group {
	display: inline-block;
	vertical-align: top;
	width: 33.3333333%;
	padding: 0 10px;
	margin-bottom: -8px;
}

body.blog #content .entry-content .post {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	max-width: none;
	padding: 10px;
	margin-bottom: 30px;
}

body.blog #content .entry-content .post.post-sticky {
	width: 100%;
	display: block;
}

body.blog #content .entry-content .post.post-sticky > .post-thumbnail {
	display: inline-block;
	vertical-align: middle;
	width: 55%;
}

body.blog #content .entry-content .post.post-sticky > .post-content {
	display: inline-block;
	vertical-align: middle;
	width: 45%;
	padding-left: 20px;
}

body.blog #content .entry-content .post > .post-thumbnail a {
	display: block;
	width: 100%;
	padding-top: 77.27272727%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	position: relative;
}

body.blog #content .entry-content .post > .post-thumbnail a:before,
body.blog #content .entry-content .post > .post-thumbnail a:after {
	content: '';
	display: block;
	height: 100%;
	width: 123%;
	position: absolute;
	left: -123%;
	top: 0;
	z-index: 2;
	-webkit-transform-origin: top center;
	-moz-transform-origin: top center;
	-ms-transform-origin: top center;
	-o-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: skewX(-16deg);
	-ms-transform: skewX(-16deg);
	-o-transform: skewX(-16deg);
	transform: skewX(-16deg);
	-webkit-transition: left 1s cubic-bezier(.6,0,0,1);
	-o-transition: left 1s cubic-bezier(.6,0,0,1);
	transition: left 1s cubic-bezier(.6,0,0,1);
	opacity: .5;
	background-color: #E20026;
}

body.blog #content .entry-content .post > .post-thumbnail a:before {
	opacity: .8;
	background-color: #3F000B;
	mix-blend-mode: hard-light;
}

body.blog #content .entry-content .post > .post-thumbnail a:hover:before,
body.blog #content .entry-content .post > .post-thumbnail a:hover:after {
	left: 0;
}

body.blog #content .entry-content .post:has(.post-title a:hover) > .post-thumbnail a:before,
body.blog #content .entry-content .post:has(.post-title a:hover) > .post-thumbnail a:after {
	left: 0;
}

body.blog #content .entry-content .post > .post-thumbnail a span {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 20px;
	z-index: 3;
	-webkit-transition: top .6s cubic-bezier(.7,0,.3,1), opacity .6s cubic-bezier(.7,0,.3,1);
	-o-transition: top .6s cubic-bezier(.7,0,.3,1), opacity .6s cubic-bezier(.7,0,.3,1);
	transition: top .6s cubic-bezier(.7,0,.3,1), opacity .6s cubic-bezier(.7,0,.3,1);
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 20px;
	font-size: 1.17647rem;
	line-height: 1;
	opacity: 0;
}

body.blog #content .entry-content .post > .post-thumbnail a:hover span {
	opacity: 1;
	top: 0;
}

body.blog #content .entry-content .post:has(.post-title a:hover) > .post-thumbnail a span {
	opacity: 1;
	top: 0;
}

body.blog #content .entry-content .post > .post-thumbnail .post-date {
	position: absolute;
	left: 10px;
	bottom: 10px;
	top: auto!important;
	text-transform: none;
	opacity: 1;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	background-color: #FFFFFF;
	color: #757575;
	font-size: 13px;
	font-size: 0.764706rem;
	font-weight: 900;
	line-height: 1;
	padding: 7px 10px 4px 10px;
	z-index: 1;
	display: inline-block;
	width: auto;
	height: auto;
	border-radius: 3px;
}

body.blog #content .entry-content .post .post-title {
	margin: 25px 0 0 0;
}

body.blog #content .entry-content .post .post-title a {
	background-position: bottom 1px right;
}

body.blog #content .entry-content .post .post-thumbnail:hover ~ .post-content .post-title a,
body.blog #content .entry-content .post .post-title a:hover {
	-ms-background-position-x: left;
	background-position-x: left;
}

body.blog #content .entry-content .post .post-title a:focus-visible {
	-ms-background-position-x: left;
	background-position-x: left;
}

body.blog #content .entry-content .post .post-categories {
	line-height: 0;
	text-wrap: balance;
	margin-top: 5px;
	margin-left: -2px;
}

body.blog #content .entry-content .post .post-categories__category {
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	font-size: 0.705882rem;
	font-weight: 700;
	line-height: 1;
	color: #FFFFFF;
	white-space: nowrap;
	background-color: #757575;
	background-image: none;
	background: #757575;
	margin: 2px 3px 1px 0;
	border-radius: 999999px;
	padding: 4px 8px 3px 8px;
}

body.blog #content .entry-content .post .post-categories__category:hover {
	background-color: #E20026;
}

body.blog #content .entry-content .post .post-categories__category:focus-visible {
	background-color: #E20026;
}

body.blog #content .entry-content .post .post-content > p {
	font-size: 15px;
	font-size: 0.882353rem;
	line-height: 1.4;
	font-weight: 700;
	text-wrap: balance;
	color: #373737;
	margin-top: 15px;
}


/**
* NO POSTS
*/
body.blog #content .entry-content .no-posts {
	text-align: center;
}

body.blog #content .entry-content .no-posts h2 {
	margin-bottom: 0;
}




/**
* NAVIGATION
*/
body.blog #content .entry-content .nav-links {
	text-align: center;
}

body.blog #content .entry-content .nav-links .prev:before {
	content: '';
	display: inline-block;
	border: 5px solid transparent;
	border-left: none;
	border-right-color: currentColor;
}

body.blog #content .entry-content .nav-links .next:after {
	content: '';
	display: inline-block;
	border: 5px solid transparent;
	border-right: none;
	border-left-color: currentColor;
}

body.blog #content .entry-content .nav-links .page-numbers {
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}










