.hdpi.pac-logo:after{
	display: none!important;
}

.page-template-page-concession main{
	overflow: inherit!important;
}

.gm-style-iw-d h3{
	font-family: var(--wp--preset--font-family--gt-haptik);
	color: var(--wp--preset--color--black);
	font-style: normal;
	font-weight: 800;
	font-size: 24px;
	letter-spacing: 0.05em;
	text-align: left;
	line-height: inherit;
}

.gm-style-iw-d h3::before{
	display: none!important;
}

.gm-style-iw-d p{
	color: var(--wp--preset--color--black);
	font-weight: 400;
	font-size: 16px;
}

.content-popup{
	display: flex;
	align-items: flex-end;
	flex-direction: row;
	flex-wrap: nowrap;
}

.content-popup a{
	color: var(--wp--preset--color--red);
}

.content-popup a.button {
	font-size: 16px;
	color: var(--wp--preset--color--white);
	background-color: var(--wp--preset--color--black);
	padding: 5px 10px;
	border-radius: 0px;
	text-decoration: none;
	display: block;
	min-width: 118px;
	margin-bottom: 1rem;
	text-align: center;
}

.content-popup .content-img-popup{
	margin-left: 64px;
}

.content-concession{
	margin: 90px auto;
	display: flex;
	gap: 56px;
	width: fit-content;
	position: relative;
}

#alert-adress{
	position: absolute;
	top: -55px;
	left: 0px;
	width: 100%;
	text-align: center;
	margin: 0px;
	color: var(--wp--preset--color--red);
	display: none;
}
#alert-adress.active{
	display: block!important;
}

.content-map{
	height: fit-content;
	position: sticky;
	top: 200px;
}

#anchor-concession{
	display: none;
}

.content-map .loader{
	position: absolute;
	top: 0px;
	left: 0px;
	display: flex;
	width: 100%;
	height: 100%;
	background-color: var(--wp--preset--color--white);
	z-index: 1;
	pointer-events: none;

	/* Propriétés de style */
	opacity: 0;
	transition: opacity 0.5s ease-out;

	/* Propriétés de transition uniquement pour la sortie */
	transition-property: opacity;
	transition-duration: 0.5s;
	transition-timing-function: ease-out;
	transition-delay: 0s;
}

.content-map .loader.active{
	opacity: 1;
	pointer-events: all;
	transition: all 0s;
}

.loader-anim {
	width: 120px;
	height: 120px;
	display: inline-block;
	position: relative;
	margin: auto;
}
.loader-anim::after,
.loader-anim::before {
	content: '';
	box-sizing: border-box;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 2px solid var(--wp--preset--color--red);
	position: absolute;
	left: 0;
	top: 0;
	animation: animloader 2s linear infinite;
}
.loader-anim::after {
	animation-delay: 1s;
}

@keyframes animloader {
0% {
	transform: scale(0);
	opacity: 1;
}
100% {
	transform: scale(1);
	opacity: 0;
}
}

.page-template-page-concession #map {
	height: calc(100vh - 270px);
	min-width: 719px;
}

.single-concession #map{
	height: 421px;
	min-width: 719px;
}

.content-text-seo-city {
	margin-top: 35px;
	min-width: 719px;
}

.info-concession, .content-text-seo-city{
	width: 494px;
}

.info-concession h2, .content-text-seo-city h2{
	font-family: var(--wp--preset--font-family--gt-haptik);
	color: var(--wp--preset--color--black);
	font-size: 40px;
	letter-spacing: -0.04em;
	margin-bottom: 28px;
	text-align: left;
	line-height: 1.2;
}

.info-concession h2::before, .content-text-seo-city h2::before{
	display: none!important;
}


.info-concession h3::before, .content-text-seo-city h3::before{
	display: none!important;
}

.info-concession p, .content-text-seo-city p{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	margin: 0px;
}

.card-concession{
	padding: 22px 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.card-concession h3{
	font-family: var(--wp--preset--font-family--gt-haptik);
	color: var(--wp--preset--color--black);
	font-size: 19px;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	line-height: initial;
	text-align: left;
}

.card-concession h3 svg{
	margin-right: 16px;
}

.card-concession p{
	color: var(--wp--preset--color--black);
	font-size: 16px;
	letter-spacing: 0.05em;
}

.card-concession .button-card-concession{
	margin-left: 25px;
	text-align: right;
}

.card-concession .button-card-concession button{
	background: var(--wp--preset--color--red);
	border-radius: 0px;
	font-family: var(--wp--preset--font-family--gt-haptik);
	font-size: 16px;
	text-align: center;
	color: var(--wp--preset--color--white);
	padding: 6px 13px;
	margin-bottom: 8px;
	border: none;
}

.card-concession .button-card-concession a{
	display: block;
	text-decoration: none;
	color: var(--wp--preset--color--black);
}

/* Single Concesion */
.back-concession{
	color: var(--wp--preset--color--red)!important;
	text-decoration: none;
	font-family: var(--wp--preset--font-family--gt-haptik);
	font-size: 19px;
	letter-spacing: 0.05em;
	margin-left: 46px;
	position: relative;
	top: 32px;
	border: none;
	background: none;
}

.hero-concession-filter{
	background-color: var(--wp--preset--color--black) !important;
	opacity: 0.3;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.single-concession-page {
	margin-top: 66px;
}

.single-concession-page #map{
	width: 571px;
	height: 571px;
	min-width: 571px;
}

.single-concession-page .info-concession #closestMarkersContainer{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.single-concession-page .info-concession #closestMarkersContainer p{
	margin-bottom: 16px;
}

.single-concession-page .info-concession #closestMarkersContainer a{
	color: var(--wp--preset--color--red);
}

.single-concession-page .info-concession #closestMarkersContainer .social-media{
	gap: 30px;
	display: flex;
}

.single-concession-page .info-concession #closestMarkersContainer a svg path{
	transition: all 0.2s;
}

.single-concession-page .info-concession #closestMarkersContainer a:hover svg path{
	transition: all 0.2s;
	fill: var(--wp--preset--color--red);
}

@media screen and (min-width: 0px) and (max-width: 1300px) {
	.content-concession{
		gap: 40px;
	}
	#map, .content-text-seo-city {
		min-width: 530px!important;
		width: 530px;
	}
	.info-concession{
		width: 420px;
	}
}

@media screen and (min-width: 0px) and (max-width: 1020px) {
	.content-concession {
		flex-direction: column;
	}
	.single-concession-page #map{
		width: 100%;
		min-width: 0px;
	}
	.single-concession-hero{
		margin-bottom: 0px;
	}
	.info-concession{
		width: 530px;
	}
	.content-map{
		position: relative;
		top: 0px;
	}
	#map{
		height: 421px;
	}
	#anchor-concession{
		display: block;
		position: relative;
		top: -130px;
	}
}

@media screen and (min-width: 0px) and (max-width: 781px) {
	#alert-adress{
		position: inherit;
		top: 0px;
	}
}

@media screen and (min-width: 0px) and (max-width: 700px) {

	.content-text-seo-city{
		width: 100%;
		min-width: auto;
	}
	.content-concession{
		width: 90%;
	}
	.info-concession {
		width: 100%;
	}
	#map {
		min-width: inherit!important;
		width: 100%;
	}

	#anchor-concession{
		top: -70px;
	}

	.back-concession{
		margin-left: 5%;
	}

	.single-concession-page{
		gap: 30px;
	}

	.single-concession-page #map{
		height: 90vw;
	}
}

@media screen and (min-width: 0px) and (max-width: 500px) {
	.gm-style .gm-style-iw-c{
		max-width: 300px!important;
		outline: none!important;
	}
	.gm-style .gm-style-iw-c .content-popup{
		flex-direction: column!important;
	}
	.gm-style .gm-style-iw-c .content-popup{
		outline: none!important;
	}
	.card-concession {
		justify-content: space-between;
		align-items: stretch;
		flex-direction: column;
	}
	.info-concession h2, .content-text-seo-city h2{
		font-size: 30px;
	}
}

.info-concession .alert {
	border: 2px solid black;
	border-radius: 3px;
	font-weight: 700;
	padding: 8px 11px;
	width: max-content;
	margin-bottom: 16px;
}