
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp__button {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	background: 0 0;
	border: none;
	cursor: pointer;
}

.pswp__button:before {
	font-size: 20px;
	font-family: xstore-icons;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pswp__button:focus, .pswp__button:hover {
	opacity: 1;
	outline: 0;
}

.pswp__button:active {
	outline: 0;
	opacity: .9;
}

.pswp__ui--over-close .pswp__button--close {
	opacity: 1;
}

.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
	visibility: hidden;
}

.pswp__button--arrow--left, .pswp__button--arrow--right {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 100px;
}

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
	font-size: 36px;
}

.pswp__button--arrow--left:after, .pswp__button--arrow--right:after {
	content: "";
	width: 70px;
	height: 100%;
	display: block;
	z-index: -1;
	position: absolute;
	background: #909090;
	top: 0;
}

.pswp__button--arrow--left {
	left: 0;
	right: auto;
}

.pswp__button--arrow--right {
	right: 0;
}

.pswp__button, .pswp__counter {
	color: #fff;
}

.pswp__button--arrow--left:before {
	content: "";
}

.pswp__button--arrow--right:before {
	content: "";
}

.pswp__button--close:before {
	content: "";
}

.pswp__counter {
	position: absolute;
	bottom: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 20px;
	line-height: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pswp__caption {
	display: none;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
	display: none;
	z-index: 1500;
	-webkit-text-size-adjust: 100%;
	outline: 0;
}

.pswp img {
	max-width: none;
}

.pswp, .pswp__bg, .pswp__scroll-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.pswp--animate_opacity {
	opacity: .001;
	will-change: opacity;
	-webkit-transition: opacity .3s cubic-bezier(.4, 0, .22, 1);
	transition: opacity .3s cubic-bezier(.4, 0, .22, 1);
}

.pswp--open {
	display: block;
}

.pswp--zoom-allowed .pswp__img {
	cursor: url("https://cdn-ebhbb.nitrocdn.com/juLiVGXvrTjOAFIMrVwMdtBCzOpcgHtl/assets/images/optimized/rev-864f028/location-sono-74.fr/wp-content/themes/xstore/images/zoom-in.png") 16 9, zoom-in;
}

.pswp--zoomed-in .pswp__img {
	cursor: grab;
}

.pswp--dragging .pswp__img {
	cursor: grabbing;
}

.pswp__bg {
	background: rgba(34, 34, 34, .5);
	opacity: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: opacity;
	-webkit-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}

.pswp, .pswp__container, .pswp__zoom-wrap {
	-ms-touch-action: none;
	touch-action: none;
}

.pswp__container, .pswp__item, .pswp__zoom-wrap {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.pswp__container, .pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.pswp__zoom-wrap {
	width: 100%;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition: -webkit-transform .3s cubic-bezier(.4, 0, .22, 1);
	transition: -webkit-transform .3s cubic-bezier(.4, 0, .22, 1);
	transition: transform .3s cubic-bezier(.4, 0, .22, 1);
	transition: transform .3s cubic-bezier(.4, 0, .22, 1), -webkit-transform .3s cubic-bezier(.4, 0, .22, 1);
}

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
	-webkit-transition: none;
	transition: none;
}

.pswp, .pswp__item, .pswp__scroll-wrap {
	overflow: hidden;
}

.pswp__img {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
}

.pswp, .pswp__container, .pswp__img--placeholder, .pswp__zoom-wrap {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
	background: var(--et_dark-color);
}

.pswp--ie .pswp__img {
	width: 100% !important;
	height: auto !important;
	left: 0;
	top: 0;
}

.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #ccc;
}

.pswp__error-msg a {
	color: #ccc;
	text-decoration: underline;
}
