/*********************************************************************************************************/
/********************** Overlay affiché lors du filtrage la liste des articles ***************************/
/*********************************************************************************************************/
.filter_root {
  z-index: 2;
  display: none;
  overflow: auto;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 0;
  background-color: #d2d2d294;
  z-index: 15;
  margin-top: 0em;
  width: 100vw;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;  
}
.filter_root.visible {
  display: flex;
  z-index: 15;
  margin-top: 0em;
}

/********************** Entête ***************************/
.filter_header {
  /* position:fixed; */
  background-color: white;
  width: 100%;
  /* height: 65px; */
  z-index: 15;
  border-bottom: 2px solid #edf0f0;
  position: sticky;
  top: 0px;
}
.filter_header > div {
  position:relative
}
.filter_header > div > h3 {
  /* position: absolute;
	top: 0px;
	left: 0px; */
	font-size: 1.6rem;
	font-weight: 700;
	text-transform: capitalize;
	font-family: Roboto, sans-serif;
	padding-left: 20px;
	align-items: center;
	justify-content: space-between;
	height: 65px;
	display: flex;
}
.filter_header > div > div {
  position:absolute;top:0px;right:0px
}

/********************** Contenu ***************************/
.filter_content  {
  padding-top: 60px;padding-left: 5px;padding-right: 5px;
  background-color: white;
}
.filter_section  {
  margin: 5px auto;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
  /* background: #f5f5f5; */
  border-top: 2px solid #edf0f0;
}
/* dernière des sections (pour ne pas être caché derrière le bloc fixé avec le bouton de validation du filtrage) */
.filter_section:nth-last-of-type(2) {
  margin-bottom: 100px;
}
.filter_section div.jlmf-label {
  display: block;
  /*padding-bottom: 55px;*/
  font-family: inherit;
  font-size: 1.1rem;
  text-transform: uppercase;
  margin: 0;
  font-weight: bold;
  /* color: #01a331; */
  font-weight: 700;
  text-transform: capitalize;
  font-family: Roboto, sans-serif;
  padding-bottom: 5px;
}
.filter_section label.jlmf-label {
display: inline-block;
font-family: inherit;
margin: 0;
font-size: 1em;
text-transform: lowercase;
font-size: 16px;
font-weight: 500;
color: #8ca0aa;
}
.filter_section .jlmf-label[for],.filter_section  .jlmf-sublabel[for] {
  cursor: pointer;
}

.filter_section .jlmf-input,.filter_section  .jlmf-select {
  background: rgba(255,255,255,0.1);
  border: none;
  height: auto;
  margin: 0;
  outline: 0;
  padding: 15px;
  width: 75px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 75px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #8ca0aa;
}

.filter_section .jlmf-checkbox,.filter_section  .jlmf-radio {
  display: inline-block;
  margin-top: 2px;
  accent-color: green;
  vertical-align: bottom;
}

.filter_section .range-sliders {
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
padding-left: 25px;
padding-right: 25px;
}
/* couleur des sliders */
.filter_section .noUi-connect {
  background-color: #01A331;
}

.filter_section [class*="jlmf-list"] > div {
  box-sizing: border-box;
  /* padding-left: 10px; */
}

.filter_section [class*="jlmf-list"] > div:empty {
  display: none;
}

.filter_section [class*="jlmf-list"] > div > div:not(:first-child) {
  margin-top: 5px;
}

.filter_section .jlmf-list-2.range-sliders > div {
  width: 130px;
}

.filter_section .jlmf-list-3 {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0px;
  /* padding-left: 20px; */
  flex-direction: row;
  justify-content: flex-start;
}
.filter_section .jlmf-list-3 > div {
  flex: 0 0 auto;
  /* margin: 20px; */
  /* width: 60px !important; */
  width: auto !important; 
padding-left: 0px !important;
display: flex;
flex-wrap: wrap;
flex-direction: row;
margin-bottom: 10px;
padding-bottom: 10px;
padding-top:5px;
}

.filter_section .jlmf-list-3 > div > div {
  height: 80px;
  width: 80px;
  /* position: relative; */
  margin: 5px !important;
}

.filter_section .jlmf-list-3 input[type="checkbox"] {
  -webkit-appearance: none;
  position: relative;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  cursor: pointer;
  border: 3px solid transparent;
  outline: none;
  box-shadow: 15px 15px 25px rgba(2,28,53,0.05);
  background-size: cover;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
}
.filter_section .jlmf-list-3 input[type="checkbox"][id*='type-'] {
  background-size: 50px;
  background-position: center;
}
.filter_section .jlmf-list-3 input[type="checkbox"][id*='standing-'] {
  background-size: 50px;
  background-position: center;
}
.filter_section .jlmf-list-3 input[type="checkbox"]:after{
  position: absolute;
  font-family: "Font Awesome 5 Free";
  /* font-weight: 400; */
  /* content: "\f111"; */
  font-size: 16px;
  top: -7px;
  left: -3px;
  /* color: #e2e6f3; */
}
.filter_section .jlmf-list-3 input[type="checkbox"]:hover{
  transform: scale(1.1);
}
.filter_section .jlmf-list-3 input[type="checkbox"]:checked{
  border: 2px solid #01a331;
}
.filter_section .jlmf-list-3 input[type="checkbox"]:checked:after{
  font-weight: 900;
  content: "\f058";
  color: #01a331;
}

.filter_section .jlmf-list-3 label {
  /* width: 60px; */
  cursor: pointer;
  font-family: "Poppins",sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: #7b7b93;
  /* white-space: nowrap; */
  /* overflow: hidden;
  text-overflow: ellipsis; */
  text-align: center;
  width: 80px;
  vertical-align: top;
  padding-top: 5px;
}
/* local involment */
.filter_section .jlmf-list-3 input#local-involvement-short-1-125 {
  background-image: url('/images/Icons/filter_icons/local_discret_100x100.png');
}
.filter_section .jlmf-list-3 input#local-involvement-short-2-125 {
  background-image: url('/images/Icons/filter_icons/local_àLecoute_100x100.png');
}
.filter_section .jlmf-list-3 input#local-involvement-short-3-125 {
  background-image: url('/images/Icons/filter_icons/local_attentionné_100x100.png');
}
.filter_section .jlmf-list-3 input#local-involvement-short-4-125 {
  background-image: url('/images/Icons/filter_icons/local_visMaVie_100x100.png');
}
/* local type */
.filter_section .jlmf-list-3 input#type-1-125 {
  background-image: url('https://trylocalhome.com/images/Icons/filter_icons/family.png');
}
.filter_section .jlmf-list-3 input#type-2-125 {
  background-image: url('https://trylocalhome.com/images/Icons/filter_icons/couple.png');
}
.filter_section .jlmf-list-3 input#type-3-125 {
  background-image: url('https://trylocalhome.com/images/Icons/filter_icons/single.png');
}
.filter_section .jlmf-list-3 input#type-4-125 {
  background-image: url('https://trylocalhome.com/images/Icons/filter_icons/other.png');
}
/* local house proximity */
.filter_section .jlmf-list-3 input#home-10-house-proximity-3-125 {
  background-image: url('https://trylocalhome.com/images/Icons/filter_icons/home_inside_fr_100x100.png');
}
.filter_section .jlmf-list-3 input#home-10-house-proximity-2-125 {
  background-image: url('https://trylocalhome.com/images/Icons/filter_icons/home_nearby_fr_100x100.png');
}
.filter_section .jlmf-list-3 input#home-10-house-proximity-1-125 {
  background-image: url('https://trylocalhome.com/images/Icons/filter_icons/home_remotely_fr_100x100.png');
}
/* local services */
.filter_section .jlmf-list-3 input#local-10-services-type-1-125 {
  background-image: url('https://trylocalhome.com/images/Icons/filter_icons/localServices_advice.png');
}
.filter_section .jlmf-list-3 input#local-10-services-type-2-125 {
  background-image: url('https://trylocalhome.com/images/Icons/filter_icons/localServices_cooking.png');
}
.filter_section .jlmf-list-3 input#local-10-services-type-3-125 {
  background-image: url('https://trylocalhome.com/images/Icons/filter_icons/localServices_booking.png');
}
.filter_section .jlmf-list-3 input#local-10-services-type-4-125 {
  background-image: url('https://trylocalhome.com/images/Icons/filter_icons/localServices_tour-guide.png');
}
.filter_section .jlmf-list-3 input#local-10-services-type-5-125 {
  background-image: url('https://trylocalhome.com/images/Icons/filter_icons/localServices_driver.png');
}
.filter_section .jlmf-list-3 input#local-10-services-type-6-125 {
  background-image: url('https://trylocalhome.com/images/Icons/filter_icons/localServices_hobbies.png');
}
.filter_section .jlmf-list-3 input#local-10-services-type-7-125 {
  background-image: url('https://trylocalhome.com/images/Icons/filter_icons/localServices_household.png');
}
/* accomodation type */
.filter_section .jlmf-list-3 input#home-10-type-1-125 {
  background-image: url('https://trylocalhome.com/images/Icons/filter_icons/accomodationType_shared.png');
}
.filter_section .jlmf-list-3 input#home-10-type-2-125 {
  background-image: url('https://trylocalhome.com/images/Icons/filter_icons/accomodationType_room.png');
}
.filter_section .jlmf-list-3 input#home-10-type-3-125 {
  background-image: url('https://trylocalhome.com/images/Icons/filter_icons/accomodationType_house.png');
}
/* accomodation standing */
.filter_section .jlmf-list-3 input#home-10-house-standing-1-125 {
  background-image: url('https://trylocalhome.com/images/Icons/filter_icons/rudimentary.png');
}
.filter_section .jlmf-list-3 input#home-10-house-standing-2-125 {
  background-image: url('https://trylocalhome.com/images/Icons/filter_icons/necessary.png');
}
.filter_section .jlmf-list-3 input#home-10-house-standing-3-125 {
  background-image: url('https://trylocalhome.com/images/Icons/filter_icons/confortable.png');
}
.filter_section .jlmf-list-3 input#home-10-house-standing-4-125 {
  background-image: url('https://trylocalhome.com/images/Icons/filter_icons/luxurious.png');
}

/* Spécifique pour le champ Max people (Input avec bouton + et -) */
#homeMaxPeopleField {
  display: flex;
  justify-content: center;
  width: 100%;
}
#homeMaxPeopleField input#home-08-maxpeople-to-125 {
  -moz-appearance: textfield;
  width: 75px;
  line-height: 1.65;
  display: block;
  margin: 0;
  border: 1px solid #eee;
}
#homeMaxPeopleField input#home-08-maxpeople-to-125:focus {
  outline: 0;
  color:blue;
}
#homeMaxPeopleField .quantity-nav {
  position: relative;
}
#homeMaxPeopleField .quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.1;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding: 15px;
  width: 50px;
  background-color: #e8eeef;
  color: #8a97a0;
  text-align: center;
  height: 50px;
  border-bottom: 1px solid #eee;
}
#homeMaxPeopleField .quantity-button.disabled {
  cursor: default;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
  background-color: #d9d9d9;
}
#homeMaxPeopleField .quantity-button.quantity-up {
  position: absolute;
  /* height: 50%; */
  left: 65px;
  /* border-bottom: 1px solid #eee; */
}
#homeMaxPeopleField .quantity-button.quantity-down {
  position: absolute;
  left: -90px;
  /* height: 50%; */
}

/********************** Bas de page ***************************/
.filter_bottom  {
  padding-top: 60px;padding-left: 5px;padding-right: 5px;
  margin:0px;z-index: 999;background: #fff;padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 20px;
  padding-left: 5px;
  border-top: 2px solid #edf0f0;
  position: sticky;
  bottom: 0px;
}
/* .filter_bottom .jlmf-link {
  display: inline-block;
  margin-top: 10px;
  padding: 0;
  font-family: inherit;
  font-size: .9rem;
  font-weight: 400;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.filter_bottom .jlmf-link:hover {
  text-decoration: underline;
} */

.filter_bottom .jlmf-button_apply {
  color: #FFF;
  background-color: #01a331;
  font-size: 18px;
  text-align: center;
  font-style: normal;
  border-radius: 5px;
  width: 60%;
  border: 1px solid #01a331;
  border-width: 1px 1px 3px;
  box-shadow: 0 -1px 0 rgba(255,255,255,0.1);
  height: 50px;
  box-shadow: 0px 4px 4px rgba(100, 100, 100, 0.3);
  text-transform: uppercase;font-weight: 800;
}
.filter_bottom .jlmf-button_apply:hover {
  box-shadow: 0px 0px 1px rgba(100, 100, 100, 0.3);
}
.filter_bottom .jlmf-button_clear {
  color: #FFF;
  background-color: #b8c1bb;
  font-size: 13px;
  text-align: center;
  font-style: normal;
  border-radius: 5px;
  width: 20%;
  border: 1px solid #bdc4be;
  border-width: 1px 1px 3px;
  box-shadow: 0 -1px 0 rgba(255,255,255,0.1);
  height: 50px;
  background-image: url('/images/Icons/circular-arows.png');background-repeat: no-repeat;
  background-size: 50px;
  background-position: center;
}
.filter_bottom .jlmf-button_clear:hover {
  background-color: #848a85;
}









