/* @override 
	https://maitre-boucher.terredepixels.ovh/wp-content/themes/Divi-child/jplist/dist/css/jplist.textbox-filter.min.css
	https://parents49.terredepixels.ovh/wp-content/themes/Divi-child/jplist/dist/css/jplist.textbox-filter.min.css */

.lato{
	font-family:'Lato',sans-serif
}
.jplist-panel .text-filter-box{
	height:30px;
	float:left;
	margin: 10px 0 35px;
	width: 100%;
	position: relative;
	background-color: #ffffff;
	border-radius: 10px;
	color: #012848;
	border: none!important;
}
.jplist-panel .text-filter-box.un-quart{
	width: 35%;
	margin-top: 0;
}
.jplist-panel .text-filter-box.trois-quart{
	width: calc(65% - 10px);
	margin-left: 10px;
	margin-top: 0;
}
.jplist-panel .text-filter-box.no-bloc {
	margin-bottom: 0;
	margin-top: 0;
}
.jplist-panel .text-filter-box input {
	box-shadow: none!important;
	background: none !important;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	position: absolute;
	right: 0;
	left: 0;
	padding-left: 20px;
	border: 1px solid #012848;
	margin: 0!important;
	width: 100%!important;
	color: #012848;
	font-size: 14px;
	line-height: 14px;
}
.jplist-panel .text-filter-box::after {
	content: "";
	position: absolute;
	bottom: -35px;
	left: -10px;
	right: -10px;
	height: 25px;
	background-color: #0f2d4e;
}
.jplist-panel .text-filter-box.no-bloc::after {
	display: none;
}
::placeholder {
  color: #012848;
  font-size: 14px;
  text-shadow: none!important;
}
.jplist-panel .text-filter-box .jplist-icon{

border-radius: 0!important;
border-top-style: none;
border-right-style: none;
border-left-style: none;
box-shadow: none!important;
background: none!important;
}.jplist-panel .text-filter-box .jplist-label{margin:0;border-right:0;}.jplist-panel .text-filter-box button{margin:0;border-left:0;padding:0 10px}