body {
	font-family: "Open Sans", "Noto Sans", sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.home .home-most-requested li,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Montserrat, Lato, sans-serif;
	color: #3e4653;
}

.h1,
h1 {
	border: 0;
	padding-bottom: 0;
	font-size: 30px;
}

.h2,
h2 {
	margin-bottom: 50px;
	color: #3e4653;
	font-family: "Open Sans", "Noto Sans", sans-serif;
	font-size: 17px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.h2 .big,
h2 .big {
	font-family: Montserrat, Lato, sans-serif;
	font-size: 30px;
	text-transform: none;
	letter-spacing: normal;
	color: #4091af;
}

img {
	max-width: 100%;
}

a,
a:visited,
a:focus {
	color: #2d5e70;
}

a:not(.btn):focus,
a:not(.btn):focus-visible {
	text-decoration: underline dashed !important;
	outline: none;
}

a:hover {
	color: #4091af;
}

.btn,
.btn:visited {
	display: block;
	border: 2px solid #3e4653;
	border-radius: 50px;
	padding: 15px 25px;
	background: #3e4653;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	transition: none;
}

.btn:focus {
	outline: #3e4653 2px solid;
	outline-offset: 2px;
	color: #fff;
}

.btn:not(:disabled):hover {
	background: #fff;
	color: #3e4653;
}

.btn.inverted {
	background: #fff;
	color: #3e4653;
}

.btn.inverted:not(:disabled):hover {
	background: #3e4653;
	color: #fff;
}

.font-xs {
	font-size: 13px;
	line-height: 1.5em;
}

.font-sm {
	font-size: 16px;
	line-height: 1.5em;
}

main {
	font-size: 17px;
}

#page-title {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 80px;
	height: 250px;
	background: center / cover no-repeat url("/images/title-background.jpg");
	text-align: center;
}

#page-title h1 {
	margin: 0;
	color: #fff;
}

.main-content {
	padding-top: 50px;
	padding-bottom: 50px;
}

@media (min-width: 375px) {
	.btn {
		display: inline-block;
	}
}

@media (min-width: 768px) {
	.h1,
	h1 {
		font-size: 55px;
	}

	.h2,
	h2 {
		font-size: 24px;
	}

	h2 .big {
		font-size: 55px;
	}

	.font-lg {
		font-size: 24px;
		line-height: 1.5em;
	}

	.font-xl {
		font-size: 30px;
		line-height: 1.25em;
	}

	main {
		font-size: 20px;
	}

	#page-title {
		height: 400px;
	}

	.main-content {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

@media (min-width: 992px) {
	.items-center {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

	.justify-center {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	.justify-between {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
}

@media (min-width: 1500px) {
	.container {
		width: 1470px;
	}
}

/* Accessibilité pour les gens qui préfèrent moins de mouvement */
@media (prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: smooth;
	}

	a,
	details summary {
		transition: color 0.2s ease;
	}

	.btn {
		transition: color 0.2s ease, background 0.2s ease;
	}
}

