
/* ________ Article Suivant / Précédent : post-nav-avec-fleche ____  */

.is-style-post-nav-avec-fleche {
	position: relative;
	width: auto;
	max-width: 250px;
	line-height: 1.2;
	/* background-color: var(--wp--preset--color--base); */
	height: 100%;
}


.is-style-post-nav-avec-fleche a {
	text-decoration: none;
	display: block;
	/* background-color: azure; */
	height: 100%;
	/* margin: 5px 0; */
}

.is-style-post-nav-avec-fleche a .post-navigation-link__title {
    padding-bottom: 10px;
    display: block;
}

.is-style-post-nav-avec-fleche a::before {
	content: "»";
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	font-size: 32px;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: monospace;
}

.is-style-post-nav-avec-fleche.post-navigation-link-previous a::before {
	transform: rotate(180deg);
	right: auto;
	left: 10px;
}



.is-style-post-nav-avec-fleche.post-navigation-link-next {
	padding-right: 45px;
	margin: 0 0 0 auto;
}

.is-style-post-nav-avec-fleche.post-navigation-link-previous {
	padding-left: 45px;
}

.is-style-post-nav-avec-fleche .post-navigation-link__label {
	display: block;
	font-size: .8rem;
	text-transform: uppercase;
	padding: 5px 0;
	color: var(--wp--preset--color--gris);
}

.is-style-post-nav-avec-fleche:hover,
.is-style-post-nav-avec-fleche.wp-block-post-navigation-link a:hover {
	text-decoration: none;
	color: var(--wp--preset--color--primary);
}

.is-style-post-nav-avec-fleche.wp-block-post-navigation-link a::before {
	color: var(--wp--preset--color--primary);

}


