
/**
* PAGE DES ARTICLES
**/

body.blog #content .entry {
	/*padding-left: 10px;
	padding-right: 10px;*/
	/*max-width: 1117px;*/
}

body.blog #content .entry-content {
	margin-left: -20px;
	margin-right: -20px;
}

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 {
	padding-left: 25px;
	/*font-weight: 700;
	color: #000;
	padding-right: 10px;
	margin: 70px 0 20px 0;*/
	color: var(--theme_color_dark);
	position: relative;
	margin-top: 40px;
	margin-bottom: 0px;
	font-size: 30px;
	font-size: 1.666667rem;
}

body.blog #content .entry-content > #liste {
	position: relative;
	top: calc(411px - 50vh);
}

body.blog #content .entry-content > h2:first-child {
	font-family: "Montserrat", sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #1f1f1f;
	padding: 0 8px;
	margin: 0 auto;
	display: table;
	text-transform: uppercase;
	font-size: 18px;
	font-size: 1rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	position: relative;
	z-index: 4;
	border-left: 1px solid #E30613;
	border-right: 1px solid #E30613;
}

body.blog #content .entry-content > h2:first-child:before {
	display: none;
}

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: 30px;
	margin-bottom: 15px;
}

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: 50%;
}

body.blog #content .entry-content .post.post-sticky > .post-content {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	padding-left: 40px;
}

body.blog #content .entry-content .post > .post-thumbnail a {
	display: block;
	width: 100%;
	padding-top: 66.666666666666666667%;
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	position: relative;
	box-shadow: inset 0 0 20px rgba(0,0,0,.1);
}
/*
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;
	visibility: hidden;
	-webkit-transition: top .6s cubic-bezier(.7,0,.3,1), opacity .6s cubic-bezier(.7,0,.3,1), visibility 0s linear .7s;
	-o-transition: top .6s cubic-bezier(.7,0,.3,1), opacity .6s cubic-bezier(.7,0,.3,1), visibility 0s linear .7s;
	transition: top .6s cubic-bezier(.7,0,.3,1), opacity .6s cubic-bezier(.7,0,.3,1), visibility 0s linear .7s;
	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 span.wp-block-image-decoration-hover {
	z-index: 2;
	opacity: 1;
	top: 0;
	visibility: visible;
	transition: none;
	pointer-events: none;
}

body.blog #content .entry-content .post > .post-thumbnail a span.wp-block-image-decoration-hover:after {
	display: none;
}

body.blog #content .entry-content .post > .post-thumbnail a:hover span {
	opacity: 1;
	top: 0;
	visibility: visible;
	-webkit-transition: top .6s cubic-bezier(.7,0,.3,1) .7s, opacity .6s cubic-bezier(.7,0,.3,1) .7s, visibility 0s linear 0s;
	-o-transition: top .6s cubic-bezier(.7,0,.3,1) .7s, opacity .6s cubic-bezier(.7,0,.3,1) .7s, visibility 0s linear 0s;
	transition: top .6s cubic-bezier(.7,0,.3,1) .7s, opacity .6s cubic-bezier(.7,0,.3,1) .7s, visibility 0s linear 0s;
}

body.blog #content .entry-content .post:has(.post-title a:hover) > .post-thumbnail a span {
	opacity: 1;
	top: 0;
	visibility: visible;
	-webkit-transition: top .6s cubic-bezier(.7,0,.3,1) .7s, opacity .6s cubic-bezier(.7,0,.3,1) .7s, visibility 0s linear 0s;
	-o-transition: top .6s cubic-bezier(.7,0,.3,1) .7s, opacity .6s cubic-bezier(.7,0,.3,1) .7s, visibility 0s linear 0s;
	transition: top .6s cubic-bezier(.7,0,.3,1) .7s, opacity .6s cubic-bezier(.7,0,.3,1) .7s, visibility 0s linear 0s;
}

body.blog #content .entry-content .post:has(.post-title a:hover) > .post-thumbnail a .wp-block-image-decoration-hover:before {
	top: 0;
	right: 0;
	background-position: left bottom;
	transition: top 1.2s ease-out, right .5s ease-in, background-position 1s ease-out .5s;
}

body.blog #content .entry-content .post > .post-thumbnail .post__thumbnail__bg,
body.blog #content .entry-content .post > .post-thumbnail .post__thumbnail__img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-repeat: no-repeat;
	background-position: center center;
}

body.blog #content .entry-content .post > .post-thumbnail .post__thumbnail__bg {
	background-size: cover;
	z-index: -2;
}

body.blog #content .entry-content .post > .post-thumbnail .post__thumbnail__bg::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	backdrop-filter: blur(15px);
	pointer-events: none;
  }

body.blog #content .entry-content .post > .post-thumbnail .post__thumbnail__img {
	background-size: contain;
	z-index: -1;
}


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: 2;
	display: inline-block;
	width: auto;
	height: auto;
	border-radius: 3px;
	visibility: visible;
	box-shadow: 0 0 4px rgba(0,0,0,.4);
}

body.blog #content .entry-content .post .post-title {
	margin: 20px 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: .8333rem;
	line-height: 1.4;
	font-weight: 500;
	text-wrap: pretty;
	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;
}










