body main#content.site-main {
	margin: 0 auto;
	max-width: min(calc(100% - 20px), 1360px);
}
@media (max-width: 575px) {
	body main#content.site-main {
		margin: 0;
		max-width: 100%;
	}
}

.page-header h1.entry-title {
	text-align: center;
	color: var(--tgl-white);
	font-family: var(--tgl-font-family);
	font-size: 3.75rem;
	font-weight: 300;
	line-height: 110%;
	letter-spacing: -0.03rem;
	max-width: unset;
	margin-top: 2.5rem;
}
@media (max-width: 480px) {
	.page-header h1.entry-title {
		font-size: 3rem;
	}
}

#tgl-subtitle {
	text-align: center;
	color: var(--tgl-text-color);
	font-family: var(--tgl-font-family);
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -0.03rem;
	margin-top: 1.25rem;
}

#tgl-geolocalize-button .tgl-button-icon span {
	font-size: 15px;
}

#tgl-find-franchise-buttons {
	padding-top: 2rem;
	text-align: center;
}

#tgl-find-franchise-wrapper {
	display: block flex;
	flex-direction: row;
	flex-wrap: wrap;
	container: tgl-find-franchise-wrapper / inline-size;
	margin-top: 3.75rem;
	--map-gap: 3.5rem;
	gap: var(--map-gap);
}
@media (max-width: 839px) {
	margin-top: 2rem;
}
#tgl-find-franchise-map {
	width: calc(50% - (var(--map-gap) / 2));
	height: 360px;
	border-radius: 0.75rem;
	overflow: hidden;
	position: sticky;
	top: 40px;
	flex: 0 0 auto;
}
#tgl-find-franchise-list {
	width: calc(50% - (var(--map-gap) / 2));
	min-height: 360px;
	display: block flex;
	flex-direction: column;
	flex: 0 0 auto;
}
@media (max-width: 839px) {
	#tgl-find-franchise-map {
		width: 100%;
		position: relative;
		top: initial;
	}
	#tgl-find-franchise-list {
		width: 100%;
	}
}
.tgl-franchise {
	display: block flex;
	flex-direction: column;
	border-bottom: var(--tgl-separation-border);
}
.tgl-franchise-infos {
	display: block flex;
	flex-direction: column;
	gap: 4px;
}
body a:has(.tgl-franchise-name), body a:has(.tgl-franchise-name) h2, body h2.tgl-franchise-name {
	color: var(--tgl-white);
	font-family: var(--tgl-font-family);
	text-decoration: none;
	font-size: 1.5rem;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 120%;
	letter-spacing: 0.12rem;
}
body h2.tgl-franchise-name {
	margin-top: 40px;
}
body a:has(.tgl-franchise-name):hover, body a:has(.tgl-franchise-name):hover h2 {
	color: var(--tgl-yellow);
}

.tgl-franchise-appointment-buttons {
	display: block flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}

.tgl-franchise-infos .tgl-franchise-address, .tgl-franchise-infos .tgl-franchise-phone,
.tgl-franchise-infos .tgl-franchise-email, .tgl-franchise-infos .tgl-franchise-opening-soon {
	color: var(--tgl-text-color);
	font-family: var(--tgl-font-family);
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.2em;
	display: block flex;
	flex-direction: row;
	align-items: start;
	gap: 0.5rem;
}
.tgl-franchise-infos .tgl-franchise-address:before, .tgl-franchise-infos .tgl-franchise-phone:before,
.tgl-franchise-infos .tgl-franchise-email:before, .tgl-franchise-infos .tgl-franchise-opening-soon:before {
	content: 'x';
	width: 29px;
	height: 20px;
	color: var(--tgl-yellow);
	font-family: 'tgl_icon_font';
	font-size: 17px;
}
.tgl-franchise-infos .tgl-franchise-address:before {
	content: '\e801';
}
.tgl-franchise-infos .tgl-franchise-phone:before {
	content: '\e800';
}
.tgl-franchise-infos .tgl-franchise-email:before {
	content: '\e802';
}
.tgl-franchise-infos .tgl-franchise-opening-soon:before {
	content: '\e804';
}