.liste{
    margin-top: 150px;
  }

  .liste a:hover:not(.page-link) {
		color: white !important;
	}

	.pagination {
		margin-top: 0;
	}
	
	select:focus-visible, select:focus{
		outline: none;
	}
  
  /* SECTION RECHERCHE */
  .recherche {
    margin-top: 100px;
  }
  
  .recherche p{
    color: #24445C;
    text-align: left;
    margin-bottom: 0;
    font-size: 0.8rem;
    font-weight: 600;
  }
  
  .recherche select{
    border:none;
    font-size: 0.8rem;
    color: black;
    -webkit-appearance:none;
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
  }
  
  .recherche select:focus{
    outline: none;
    -webkit-appearance:none;
  }
  
  .recherche form{
    background-color: white;
    border-radius: 10px;
  }
  
  #search-form {
    background-color: white;
    border-radius: 40px;
  
  }
  #search-form #localisation{
    width:100%;
    border: none;
    font-size: 0.8rem;
    border-right: 1px solid lightgrey;
  }
  
  #search-form #type{
    width:100%;
    position: relative;
    border: none;
    font-size: 0.8rem;
  }
  .living_area::after {
    position: absolute;
    right: 0;
    top: 21px;
    content: "";
    width: 1px;
    display: inline-block;
    height: 50px;
    background-color: lightgray;
  }
  
  .living_area::before {
    position: absolute;
    left: 0;
    top: 21px;
    content: "";
    width: 1px;
    display: inline-block;
    height: 50px;
    background-color: lightgray;
  }
  
  .border-bottom{
    border-bottom: 1px solid lightgray;
  }
  
  #search-form button{
    width: 100%;
    height: 100%;
  }
  
  #search-form #bedrooms{
    width:100%;
    border: none;
    font-size: 0.8rem;
    border-right: 0;
    border-bottom: 1px solid lightgray;
  }
  
  #recherche{
    margin-bottom: 0;
    font-size: 0.8rem;
    color: #C6A47F;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  
  #recherche img{
    margin-left: 10px;
  }
  
  .rotate{
    transform: rotate(180deg);
  }
  
  /* STYLE ION SLIDER */
  
  .irs--round {
    margin: 0 45px 0 15px !important;
  }
  
  .irs-line {
    width: 90%;
    margin: auto;
  }
  
  .irs-min,
  .irs-max,
  .irs-single {
    font-size: 0.7rem !important;
    top: 10px !important;
  }
  
  .irs-single {
    background-color: #24445C !important;
  }
  
  .irs-from::before,
  .irs-to::before,
  .irs-single::before {
    border-top-color: #24445C !important;
  }
  
  .irs-from,
  .irs-to {
    font-size: 0.7rem !important;
    background-color: #24445C !important;
  }
  
  .irs-bar {
    background-color: #24445C !important;
  }
  
  .irs-handle {
    width: 15px !important;
    height: 15px !important;
    top: 30px !important;
    border: 4px solid #24445C !important;
  }
  
  
  /* MEDIA QUERIES */
  
  @media (min-width: 769px){
    .recherche form{
        background-color: transparent;
    }
  
    #search-form #bedrooms{
        border-bottom: 0;
    }
  
  
    #second-search-bar{
        margin-top: 20px;
    }
  
  }
