:root {
	/* Hauteur header sans bouton menu */
	--header-height: 130px;
	/* Hauteur header avec bouton menu */
	--header-nav-height: 200px;
}

@font-face {
	font-family: 'Objectivity';
	src: url('../fonts/Objectivity-Regular.otf') format('opentype');
}

@font-face {
	font-family: 'IBM Plex Sans';
	font-weight: 400;
	src: url('../fonts/IBMPlexSans-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'IBM Plex Sans';
	font-weight: 700;
	src: url('../fonts/IBMPlexSans-SemiBold.ttf') format('truetype');
}

html,
body {
	overscroll-behavior: none;
}

body {
	color: #023a4f;
	font-family: 'IBM Plex Sans', sans-serif;
	min-height: 100vh;
}

body.no-scroll {
	overflow: hidden;
}

main {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: calc(100vh - var(--header-nav-height));
}

h1 {
	font-family: 'Objectivity', sans-serif;
	font-size: 1.4em;
	margin: 20px auto 30px auto;
	text-align: center;
}

h2 {
	font-family: 'Objectivity', sans-serif;
	font-size: 1.3em;
	margin: 50px auto 30px auto;
	text-align: center;
}

h3 {
	font-family: 'Objectivity', sans-serif;
	font-size: 1.1em;
	margin: 50px auto 30px auto;
	text-align: center;
}

a {
	color: #023a4f;
	text-underline-position: under;
}

button {
	color: #023a4f;
	font-family: 'IBM Plex Sans', sans-serif;
}

select {
	background-color: #f4f4f4;
	border: 1px solid #023a4f;
	border-radius: 10px;
	color: #023a4f;
	display: block;
	font-size: 1em;
	outline: none;
	padding: 10px;
	text-align: center;
	width: 200px;
}

option {
	padding: 10px;
}

.swal2-popup.swal2-title {
	font-family: 'Objectivity', sans-serif;
}

.swal2-confirm,
.swal2-deny,
.swal2-cancel {
	font-family: 'IBM Plex Sans', sans-serif !important;
}

.swal2-default-outline:focus {
	outline: 2px solid #f4f4f4;
}

.swal2-input {
	text-align: center;
}

.swal2-html-container > p > strong {
	font-weight: 700;
	text-decoration: underline;
	text-underline-position: under;
}

.scandit-container {
	border-radius: 10px;
}
