
.coloredNotionSelect {
	padding: 2px 5px;
	color: white;
	border-radius: 3px;
	font-size: 0.7rem;
	font-weight: bold;
}

.carouselLigne1 {
	margin: 0 0 7px 0;
	padding: 0;
	line-height: 1;
	text-align: left;
	font-size: 110%;
}
.carouselLigne2 {
	margin: 0 0 7px 0;
	padding: 0;
	line-height: 1;
	text-align: left;
	font-size: 80%;
}
.carouselLigne3 {
	margin: 0 0 7px 0;
	padding: 0;
	line-height: 1;
	text-align: left;
	font-size: 80%;
}
.carouselLigne4 {
	margin: 0;
	padding: 0 7px 0 0;
	line-height: 1.1;
	text-align: justify;
	font-size: 80%;
}

/* ****** Bootstrap data overwriting ****** */

#myCarousel {
	display: block;
	max-width: 600px;  /* Carousel global width */
	margin: 0 auto;
}
#myCarousel div.carousel-inner div.carousel-item.active img {
	min-height: 260px;  /* Carousel global height */
}

.carousel-inner {
	border-radius: var(--boutonBorderRadius);
}

.carousel-caption {
	font-size: 1rem;
	top: 0;
	overflow: hidden;
	overflow-y: auto;
	max-height: 240px;  /* Carousel text zone (carouselLigne4) height */
}

#mentionslegalesModalSheet .modal-dialog .modal-content .modal-header .btn-close {
	background: var(--color) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
