.encontinu {
	display: flex;
	position: relative;
	float: none;
	justify-content: space-between;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgb(var(--theme_couleur_gris_clair));
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}
.encontinu-bouton-precedent {
	display: flex;
	position: relative;
	float: none;
	color: #000000;
	user-select: none;
	-webkit-user-select: none;
	text-decoration: none;
	cursor: pointer;
	flex-grow: 1;
	width: 30px;
	min-width: 30px;
	justify-content: center;
	align-items: center;
}
.encontinu-bouton-precedent div:first-of-type {
	display: flex;
	position: relative;
	float: none;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	background-color: rgb(var(--theme_couleur_blanc));
	z-index: 2;
}
.encontinu-bouton-precedent div span:first-of-type {
	display: block;
	position: relative;
	float: none;
}
.encontinu-bouton-precedent div span:first-of-type svg {
	width: 8px;
	height: 13px;
}
.encontinu-bouton-precedent div:last-of-type {
	display: block;
	position: absolute;
	float: none;
	height: 80%;
	width: 5px;
	box-shadow: 1px 0px 5px rgb(var(--theme_couleur_noir),0.1);
	right:0;
	z-index: 1;
	border-radius: 60px;
}
.encontinu-bouton-suivant {
	display: flex;
	position: relative;
	float: none;
	color: #000000;
	user-select: none;
	-webkit-user-select: none;
	text-decoration: none;
	cursor: pointer;
	flex-grow: 1;
	width: 30px;
	min-width: 30px;
	justify-content: center;
	align-items: center;
}
.encontinu-bouton-suivant div:first-of-type {
	display: flex;
	position: relative;
	float: none;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	background-color: rgb(var(--theme_couleur_blanc));
	z-index: 2;
}
.encontinu-bouton-suivant div span {
	display: block;
	position: relative;
	float: none;
}
.encontinu-bouton-suivant div span svg {
	width: 8px;
	height: 13px;
}
.encontinu-bouton-suivant div:last-of-type {
	display: block;
	position: absolute;
	float: none;
	height: 80%;
	width: 5px;
	box-shadow: -1px 0px 5px rgb(var(--theme_couleur_noir),0.1);
	left:0;
	z-index: 1;
	border-radius: 60px;
}
.encontinu .pictogramme {
	fill: rgb(var(--theme_couleur_gris_moyen));
}
.encontinu-liste {
	display: block;
	position: relative;
	float: none;
	/*flex-grow: 10000;*/
	width: 100%;
	min-width: 0;
	white-space: nowrap;
	cursor: grab;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
}
.encontinu-liste::-webkit-scrollbar {
	display: none;
}
.encontinu-liste {
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.encontinu-liste ul {
	display: flex;
	position: relative;
	float: none;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	flex-wrap: nowrap;
}
.encontinu-liste ul li {
	display: flex;
	flex: 0 0 auto;
	position: relative;
	float: none;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: 1px solid rgb(var(--theme_couleur_gris_clair));
	width: 250px;
	min-width: 250px;
}
.encontinu-liste ul li:first-of-type {
	border-left: none;
}
.encontinu-element {
	display: flex;
	position: relative;
	float: none;
	flex-direction: column;
	user-select: none;
	-webkit-user-select: none;
}
.encontinu-date {
	display: flex;
	position: relative;
	float: none;
	align-items: center;
	padding-bottom: 10px;
}
.encontinu-date time {
	display: flex;
	position: relative;
	float: none;
	font-family: var(--theme_police);
	font-size: 13px;
	color: rgb(var(--theme_couleur_noir));
	font-weight: 500;
	flex-direction: column;
	padding-right: 20px;
}
.encontinu-date time span:last-of-type {
	display: block;
	position: relative;
	float: none;
	width: 15px;
	height: 1px;
	background-color: rgb(var(--theme_couleur_1));
}
.encontinu-date div {
	display: block;
	position: relative;
	float: none;
	color: rgb(var(--theme_couleur_1));
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}
.encontinu-texte {
	display: flex;
	position: relative;
	float: none;
	font-family: var(--theme_police);
	font-size: 13px;
	font-weight: 400;
	color: rgb(var(--theme_couleur_noir));
	user-select: none;
	-webkit-user-select: none;
	white-space: normal;
}
.encontinu-texte a {
	text-decoration: none;
	cursor: pointer;
	white-space: normal;
}
.encontinu-texte a:hover {
	text-decoration: underline;
}