section {
	padding: 25px 0;
}

.header-banner {
	background-color: #fff;
	box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1);
	width: 100%;
	z-index: 3;
}

.header-logo {
	width: 220px;
	height: 157px;
}

.accueil-card:hover {
	margin-top: -5px;
	box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);
}

.spinner-back {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(128,128,128,0.5);
	z-index: 9998;
}

.spinner-base {
	position: fixed;
	top: 50%;
	bottom: 50%;
	left: 50%;
	right: 50%;
	z-index: 9999;
	color: #B94E62 !important;
}

.document-title {
	font-size: 2em;
	border-bottom: 1px solid #2298a8;
}

/* Override de la librairie Bootstrap pour un affichage par défaut */
fieldset,
legend {
	all: revert;
}

.link {
	color: var(--bs-link-color);
	cursor: pointer;
	text-decoration: underline;
}

.link:hover {
	color: var(--bs-link-hover-color);
}

/* Override de la librairie Bootstrap pour un affichage par défaut */
.btn-close {
	position: absolute;
	right: 13px;
}

#btn-up {
	display: inline-block;
	background: url(images/up-chevron.png) no-repeat;
	width: 25px;
	height: 25px;
	border-radius: 4px;
	position: fixed;
	bottom: 50px;
	right: 15px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}

#btn-up:hover {
	cursor: pointer;
}

#btn-up.show {
	opacity: 1;
	visibility: visible;
}

label.required:before,
legend.required:before {
	content: "* ";
	color: #f80000;
}

.bi-star-fill.yellow {
	color: #f7ab43;
}

.btn-z-index-1 {
	 z-index: 1 !important;
}

.nav-item-lg {
	display: block;
}

.nav-item-sm {
	display: none;
}

.no-user-select {
	user-select: none;
}

@media (min-width:992px) and (max-width:1400px) {
	.txt-filter {
		display: none;
	}

	.nav-item-lg {
		display: none;
	}

	.nav-item-sm {
		display: block;
	}
}

@media screen and (max-width: 992px) {
	.header-logo {
		width: 157px;
		height: 112px;
	}

	.document-title {
		font-size: 1.5em;
	}

	.nav-item-lg {
		display: block;
	}

	.nav-item-sm {
		display: none;
	}

	#btn-up {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.header-logo {
		width: 118px;
		height: 84px;
	}

	.document-title {
		font-size: 1.5em;
	}

	.nav-item-lg {
		display: block;
	}

	.nav-item-sm {
		display: none;
	}
}