:root {
	--pn-primary: #5D2A42;
	--pn-main-nav-color: #b194a0;
}
.subnavi-arrow::before, .subnavi-arrow-back::before {
	background: url(../Images/chevron-right-lightbordeaux.svg) center no-repeat;
	background-size: contain;
}
#service-nav a::after {
	background: url("../Images/chevron-right-bordeaux.svg") center no-repeat;
	background-size: contain;
}
.btn-primary.arrow-right:hover::before {
	background: url(../Images/arrow-right-bordeaux.svg) center no-repeat;
	background-size: contain;
}
.btn-primary.inverted.arrow-right::before {
	background: url(../Images/arrow-right-bordeaux.svg) center no-repeat;
	background-size: contain;
}

.pn-header-illustration {
	z-index: 2;
	right: -25%;
	bottom: -5%;
	width: 66%;
}
.pn-header .select-text::after {
	background: url(../Images/chevron-right-bordeaux.svg) calc(100% - 10px) center no-repeat transparent;
	background-size: contain;
}
.gallery-backward, .gallery-forward {
	background: url(../Images/arrow-gallery-bordeaux.svg) center no-repeat;
	background-size: contain;
}

@media (min-width: 1401px) and (max-width: 1920px)  {
	.pn-header-illustration {
		width: 55%;
	}
}
@media (min-width: 767px) and (max-width: 1400px)  {
	.pn-header-illustration {
		right: -19%;
		width: 45%;
	}
}
@media (max-width: 767px) {
	.pn-header-illustration {
		z-index: -1;
	}
}
