.search-page .navigation{
	width: 100%;
	display: block;
	line-height: 1.5;
}

.search-page .navigation .page-numbers{
	font-size: 0.95em;
	line-height: 1.5;
	width: 25px;
	display: inline-block;
	color:#616161;
	text-decoration: none;
}

.search-page .navigation .page-numbers.current{
	border-radius: 50%;
	color:#002393;
	border: 1px solid #002393;
	font-weight: 500;
	margin: 0px;
	
}

.search-page .navigation .next.page-numbers,
.search-page .navigation .prev.page-numbers{
	display: inline;
	background: #002393;
	color: #fff;
	text-decoration: none;
	border: 0px solid #002393;
	margin: 0;
	transition: all 0.3s ease-in-out;
	padding: .3em .8em;
	border-radius: 50px;
	box-shadow: none;
	text-decoration: none;
	font-size: 0.85em;
	line-height: 1.5;
}

.item-recherche a.blur{
	backdrop-filter: blur(8px);
	filter: blur(8px);
}

.btn-search-read {
	font-family: "Poppins", sans-serif;
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: #002393;
  --bs-btn-border-color: #002393;
  --bs-btn-hover-color: #002393;
  --bs-btn-hover-bg: var(--bs-white);
  --bs-btn-hover-border-color: #002393;
  --bs-btn-focus-shadow-rgb: var(--bs-white);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #{shade-color($bd-violet, 20%)};
  --bs-btn-active-border-color: #{shade-color($bd-violet, 20%)};
}

.btn-search-read.disabled{
	opacity: 0.3;
	pointer-events: inherit;
	background-color: #002393;
	color:#ffffff;
}

