@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Neue Haas Grotesk Display Pro';
  src: url('../fonts/NeueHaasDisplayLight.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Neue Haas Grotesk Display Pro';
  src: url('../fonts/NeueHaasDisplayLightItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Neue Haas Grotesk Display Pro';
  src: url('../fonts/NeueHaasDisplayRoman.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Neue Haas Grotesk Display Pro';
  src: url('../fonts/NeueHaasDisplayRomanItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

html,
body {
	height: 100%;
}

footer,
header,
#map_container {
	z-index: 1;
	pointer-events: none;
}

footer a,
footer button,
header a,
header button,
#map_container a,
#map_container button {
  pointer-events: all;
}


:root,
[data-bs-theme=light] {
	--bs-body-font-family: Neue Haas Grotesk Display Pro;
	--bs-body-font-weight: 400;
	--bs-body-color: #FFFFFF;
	--bs-primary: #FFFFFF;
	--bs-primary-rgb: 255, 255, 255;
	--bs-secondary: #000000;
	--bs-secondary-rgb: 0, 0, 0;
	--bs-link-color-rgb: 203, 203, 203;
	--bs-link-hover-color-rgb: 255, 255, 255;
	--btn-icon-width: 48px;
	--btn-icon-height: var(--btn-icon-width);

	.btn:hover,
	.btn-primary.active,
	.btn-outline-primary.active {
		border-color: var(--bs-primary);
		color: var(--bs-primary);
	}

	.btn-primary,
	.btn-outline-primary {
		font-family: Outfit;
		font-weight: 500;
		font-size: 18px;
	}

	.btn-primary:hover,
	.btn-primary.active {
		background-color: var(--bs-secondary);
		/*border-color: var(--bs-primary);*/
	}

	.btn-outline-primary {
		color:var(--bs-primary);
		--bs-btn-color: white;
		--bs-btn-border-color: white;
		--bs-btn-border-width: 1px;
		--bs-btn-bg: black;
	}

	.btn-outline-primary:hover,
	.btn-outline-primary.active {
		background-color: var(--bs-primary);
		/*border-color: var(--bs-secondary);*/
		color: rgb(var(--bs-link-color-rgb));
	}

	a {
		text-decoration: none !important;
	}

	a.active {
		color: rgb(var(--bs-link-hover-color-rgb));
		text-decoration: underline !important;
	}


	h1, h2, h3, h4, h5,
	.h1, .h2, .h3, .h4, .h5 {
		font-family: Outfit;
	}

	h1 {
		font-size: 38px;
		font-weight: 300;
	}

	h3, h5,
	.h3, .h5 {
		font-weight: 400;
	}

	a#lang_en,
	a#lang_fr {
		font-weight: 500;
	}

	.figure-caption {
		font-size: 12px;
	}
}

.btn {
  --bs-btn-color: #000000;
  --bs-link-color-rgb: 0,0,0;
}

.btn-primary {
	background-color: var(--bs-primary);
	border-color: var(--bs-primary);
}

.btn-icon {
	width: var(--btn-icon-width);
	height: var(--btn-icon-height);
	text-align: center;
	padding: 0;
}

.btn-icon-small {
	width: 30px;
	height: 30px;
	font-size: 16px;
	text-align: center;
	padding: 0;
}

.offcanvas {
	--bs-offcanvas-width: 450px;
	--bs-offcanvas-padding-x: 0rem;
  	--bs-offcanvas-padding-y: 0rem;
}

.offcanvas .header .container .row div:first-child {
	height: var(--btn-icon-height);
}

.offcanvas .header .btn:first-child {
	position: absolute;
	right: calc(100% - calc(var(--btn-icon-width) / 2));
}

.offcanvas .offcanvas-body figure button {
	position: absolute;
	right: 10px;
	bottom: calc(0.5rem + 10px);
	user-select: none;
}

.offcanvas .poi-title {
	font-family: Outfit;
	font-weight: 600;
	letter-spacing: 4%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.offcanvas .scene-title {
	font-family: Outfit;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 4%;
}

.offcanvas .title {
	font-family: Outfit;
	font-size: 30px;
	font-weight: 400;
	line-height: 35px;
}

.offcanvas .floor-title {
	font-size: 18px;
}

.modal-header .btn[data-bs-dismiss] {
	position: absolute;
	top: var(--bs-btn-padding-y);
	right: calc(var(--btn-icon-width) / -2);
}

#help-modal {
	line-height: 24px;
}

#help-modal ul {
	font-family: Outfit;
	font-weight: 400;
}

#intro { 
	width:100%; 
	height:100%; 
	position:fixed; 
	z-index:999999; 
	top: 0; 
	left: 0; 
}

#map_container .btn {
	font-family: Outfit;
	font-weight: 600;
	font-size: 13px;
}