/* Vues « Tout voir » : plus de ‹ à gauche, croix orange à droite (même style que Séjour). */

.apx-page-header {
	position: relative !important;
}

.apx-page-header::before {
	content: "";
	width: 40px;
	flex: 0 0 40px;
}

.apx-page-header > .apx-header-back {
	position: absolute !important;
	top: 50% !important;
	right: 4px !important;
	left: auto !important;
	transform: translateY(-50%);
	width: 40px !important;
	height: 40px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 50%;
	background: transparent !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	text-decoration: none !important;
	box-shadow: none !important;
	z-index: 5;
	cursor: pointer;
}

.apx-page-header > .apx-header-back span {
	font-size: 0 !important;
	line-height: 0 !important;
	color: transparent !important;
	font-weight: 700;
}

.apx-page-header > .apx-header-back span::before {
	content: "\00d7";
	font-size: 26px;
	font-weight: 700;
	line-height: 1;
	color: #F6A623 !important;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}

.apx-page-header > .apx-header-back:hover span::before {
	opacity: 0.8;
}

.apx-page-header > .apx-header-back:active {
	transform: translateY(-50%) scale(0.92);
}
