.bien-filter-wrapper{
  max-width: 910px;
  margin: auto;
}
.bien-filter-wrapper .filter-items-wrapper{
  display: grid;
  /*grid-template-columns: repeat(4,1fr);*/
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
}
.bien-filter-wrapper .filter-col{
  display: grid;
  row-gap: 10px;
}
.bien-filter-wrapper form input,
.bien-filter-wrapper form select,
.bien-filter-wrapper .select2-container--default .select2-selection--multiple,
.bien-filter-wrapper .select2-container--default .select2-selection--single{
  height: 40px;
  border-radius: 0px;
  padding: 0 0 0 12px;
  border: 1px solid #1c1b1b;
  background: #fff;
  display: flex;
  align-items: center;
}
.bien-filter-wrapper .select2-container--default .select2-selection--multiple .select2-selection__rendered{
  height: 38px;
 /* overflow: scroll;*/
}
.bien-filter-wrapper form select,
.bien-filter-wrapper .select2-container--default .select2-selection--multiple,
.bien-filter-wrapper .select2-search--inline .select2-search__field{
  cursor: pointer;
}
.bien-filter-wrapper .select2-container .select2-search--inline .select2-search__field{
  margin-top: 0;
}
.bien-filter-wrapper .select2-container--default .select2-selection--multiple .select2-selection__rendered,
.bien-filter-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
  color: #000;
  font-size: 1em;
}
.bien-filter-wrapper form ::placeholder,
.bien-filter-wrapper .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #000;
  font-size: 1em;
  opacity: 1;
}
.bien-filter-wrapper select option:hover,
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #000;
    color: white;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 8px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--multiple {
    position: relative;
    padding-right: 30px; /* Laisse de la place pour la flèche */
}

.select2-container--default .select2-selection--multiple::after {
    content: "\f0d7"; /* Unicode de l'icône FontAwesome */
    font-family: "Font Awesome 5 Free"; /* Nom de la police */
    font-weight: 900;
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #888; /* Couleur de la flèche */
    pointer-events: none; /* Empêche l'interaction */
}
.select2-container--open .select2-selection--multiple::after {
    transform: translateY(-50%) rotate(180deg); /* Rotation au clic */
}
.bien-filter-wrapper form input[type="submit"] {
  border: 1px solid #1c1b1b;
  padding: 10px 20px 10px 50px;
  transition: all ease 0.2s;
  width:100%;
  background: #1c1b1b url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAANNJREFUeNqcUgsRgzAMTaegDoYEJOBgSOgcIKEOJmFzwE0BEjYHnQNuCrrk7pUL5dMd7+5dIS95gaREQIzRMj0zxDlezJZWYFBY8zEwLfPNfEI/M1vEH8aY66waHUd0cbk79B76LRfvEDraAesD8iodlK6BCuCcBsVeB5efs20gGNL7CeeXDiAVX/7oWuPxo4Npkk2huF9sRBwRHJV7XuiRE9ZEp26UrK7FdJ1aUbptdvWfssSovkg6d7sGMKnQtcnnoC7UtkFhcJOBObJfMZDzJ8AA9mEvsN0bJt4AAAAASUVORK5CYII=) no-repeat center left 15px;
  color: #fff;

}
.bien-filter-wrapper form input[type="submit"]:hover {
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPNJREFUeNqcUsENgkAQvLMCOpCvPgwdiBVoB0IHWIFSAVgBdCBWgHZgfOhTSsAKdI4MuBIDkUk2S9iZub3b1YqYTmYWUoBYI2z1wQUR3u7XTLWgKXSQcoRF8pH1MWLF/ykM/C8xT3yQ4IOQSgLrCU1i1DeymCBeiEB1APWcvOZKIzoWcIxVN0JmT4pNW1mPUMH8xM+5FBs81QDU4mUfkRMxKKTYtOyg6Pbot8xnKa4f4iDc26fuxMOm7SXxOEuDlEtSctPMxrli2xYwKBuxuFMkiDUMcc8cSQP9o0Vb7rYYUbVQnHNloP8djzTQQ+ZLA/UWYACRMVBJEoW1bgAAAABJRU5ErkJggg==) no-repeat center left 15px;
  color: #000;
}
*[class*="select2"] ul li:before{
  display: none;
}
.bien-filter-wrapper .select2-container--default .select2-selection--multiple{
  /*height: 100%;*/
}
.bien-filter-wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice {
  font-weight: 300;
  font-size: 0.8em;
}

.bien-filter-wrapper a:where(:not(.wp-element-button)){
  color:#A2A2A2;
  text-align:right;
  font-style: italic;
}
.bien-filter-wrapper p{
    text-align:right;

}

.js-pasderesultat{
  text-align:center;
  padding:50px 0;
}
