.message_retour {
    color: red;
}

a {
    text-decoration: none
}

a:hover,
a:focus {
    color: #1b84e6;
}

@media (max-width: 480px) {
    #mur {
        padding: 0;
    }
}

#mur {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.moteur--search{
    max-width: 900px;
}


.pmax {
    position: relative
}

.pmax .unity {
    right: 0;
    top: 5px;
    font-size: 1.2em
}

.sousmoteur .unity {
    right: 0;
    top: 0;
    font-size: .9em
}

h3 {
    color: #333;
    font-size: 1.2em;
    font-weight: 300
}

.logo-mobile {
    position: relative
}

.logo-mobile img {
    padding: .5em;
    width: 35%
}

.search-bg {
    margin-bottom: .5em
}

.loadinput {
    position: relative
}

.loading {
    position: absolute;
    right: 11px;
    top: 5px
}

@media(max-width:480px) {
    .loading {
        top: 18px
    }
}

.search-home {
    background-color: rgba(255, 255, 255, 1);
    position: relative;
    border: 1px solid #eaeaea;
    color: #333;
    padding: 3em 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 15px
}

.search-home label {
    margin-right: .5em
}

.search-more {
    border-color: #dbdbdb
}

@media(min-width:480px) {
    .btn-home {
        float: right
    }
}

@media(max-width:480px) {
    .btn-home {
        width: 100%;
        margin: 0 0 1em!important
    }
}

.search-home .form-style {
    background: #fff
}

@media (min-width: 480px) {
    .tiny-topbar {
        display: none
    }
    .search-home .form-style {
        margin: 0
    }
}

.search-home .form-style {
    height: 40px
}

.loadinput {
    position: relative
}

#warningville {
    display: none;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 2px;
    color: #fff;
    font-size: 11px;
    padding: 4px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -30px;
    width: auto;
}

@media (max-width:480px) {
    #warningville {
        right: 16px;
        text-align: center;
        top: 162px;
        width: 130px
    }
}

.wrapper-dropdown-1 {
    position: relative;
    width: 100%;
    padding: 10px;
    margin: 0 auto;
    background: #1b84e6;
    color: #fff;
    outline: none;
    cursor: pointer
}

@media(max-width:480px) {
    .wrapper-dropdown-1 {
        margin-bottom: 1em
    }
}

.wrapper-dropdown-1:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -6px;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent #fff
}

.wrapper-dropdown-1 .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 111;
    padding: 0;
    background: #fff;
    list-style: none;
    font-weight: 400;
    opacity: 0;
    pointer-events: none
}

.wrapper-dropdown-1 .dropdown li {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 10px 20px;
    border-bottom: 1px dotted #ccc
}

.wrapper-dropdown-1 .dropdown li:hover a {
    background: #f3f8f8
}

.wrapper-dropdown-1.active .dropdown {
    opacity: 1;
    pointer-events: auto
}

.wrapper-dropdown-1.active:after {
    border-color: #FFF transparent;
    border-width: 6px 6px 0;
    margin-top: -3px
}

.wrapper-dropdown-1.active,
.wrapper-dropdown-1:hover {
    background: #C1378C
}

.no-opacity .wrapper-dropdown-1 .dropdown,
.no-pointerevents .wrapper-dropdown-1 .dropdown {
    display: none;
    opacity: 1;
    pointer-events: auto;
}

.no-opacity .wrapper-dropdown-1.active .dropdown,
.no-pointerevents .wrapper-dropdown-1.active .dropdown {
    display: block;
}

input[type=number] {
    -moz-appearance: textfield
}

::-webkit-inner-spin-button {
    -webkit-appearance: none
}

::-webkit-outer-spin-button {
    -webkit-appearance: none
}

#listetypes {
    height: 1.5em;
    line-height: 1.5em;
    overflow: hidden;
    text-transform: capitalize;
}

.caract .form-style {
    padding: 3px 6px
}

#prixmin,
#surfacemin,
#surfacemax {
    height: 30px!important;
}

.search-home .wrapper-dropdown-4 {
    margin: 0;
    padding: 8px 12px;
    height: 40px;
}

.wrapper-dropdown-4 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 4px 10px 4px 5px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    outline: none;
    height: 30px;
}

.wrapper-dropdown-4:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0;
    border-style: solid;
    border-color: #000 transparent;
}

.wrapper-dropdown-4 .dropdown {
    position: absolute;
    top: 100%;
    margin-top: 1px;
    left: -1px;
    right: -1px;
    z-index: 111;
    background: #fff;
    border: inherit;
    border-color: #f1f1f1;
    border-top: none;
    list-style: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    padding: 0;
    height: 255px;
    overflow-x: hidden;
    overflow-y: scroll;
    opacity: 0;
    pointer-events: none;
}

.wrapper-dropdown-4 .dropdown li {
    position: relative;
}

.wrapper-dropdown-4 .dropdown li label {
    display: block;
    padding: 10px 10px 10px 30px;
    border-bottom: 1px dotted #ccc;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    margin: 0
}

.wrapper-dropdown-4 .dropdown li:last-of-type label {
    border: none
}

.wrapper-dropdown-4 .dropdown li input

{
    position: absolute;
    display: block;
    right: 10px;
    top: 50%;
    margin-top: -8px
}

.wrapper-dropdown-4 .dropdown li:hover label {
    background: #f0f0f0
}

.wrapper-dropdown-4 .dropdown li input:checked ~ label {
    color: #000;
    font-weight: 700
}

.wrapper-dropdown-4.active:after {
    border-width: 0 6px 6px
}

.wrapper-dropdown-4.active .dropdown {
    opacity: 1;
    pointer-events: auto
}

.no-opacity wrapper-dropdown-4 .dropdown,
.no-pointerevents .wrapper-dropdown-4 .dropdown {
    display: none;
    opacity: 1;
    pointer-events: auto
}

.no-opacity .wrapper-dropdown-4.active .dropdown,
.no-pointerevents .wrapper-dropdown-4.active .dropdown {
    display: block
}

.btn-new a {
    color: #fff
}

.lieu {
    font-size: 13px;
    margin: 0
}

.price {
    font-weight: 700;
    color: #000;
    margin: 5px 0
}

.liens {
    margin-top: 15px
}

.liens ul {
    margin-top: 15px;
    list-style: none;
    padding: 0
}

.liens li {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px
}

@media (max-width: 480px) {
    .pagination li.btnext {
        display: inline-block;
        padding: 0 37px
    }
    .pagination li {
        display: none
    }
    .grid > * > * {
        padding: 0 15px!important
    }
}

.multiselect {
    position: relative;
    width: 100%
}

.selectBox {
    position: relative
}

.selectBox select {
    width: 100%;
    font-weight: 700
}

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

#checkboxes {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 1000;
    background-color: #FFF;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px
}

.chkbx {
    font-size: 1.6em;
    margin-left: 10px
}

.chkbx label {
    margin: 0
}

.sousmoteur {
    display: none
}

#pluscriteres {
    position: relative;
    text-align: right;
    padding-bottom: 1em
}

#pluscriteres label {
    background: left 10% top 50% url(../images/more_down.svg) no-repeat;
    background-color: rgba(0, 0, 0, 0.2);
    padding-left: 1.7em;
    color: #ffffff;
    transition: all 0.3s;
    padding: 10px 20px 10px 40px;
    }

#pluscriteres label:hover {
    background:left 10% top 50% url(../images/more_down.svg) no-repeat;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.4);
    padding-left:60px;
    transition: all 0.3s;
}

#pluscriteres label:hover:after
{
   

}

.div-suggestion {
    border: 1px solid #B2B2B2;
    background-color: #fff;
    position: absolute;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 10;
    padding: 4px;
    display: none;
    width: 100%;
    text-transform: uppercase
}

.div-suggestion hr {
    height: 1px;
    line-height: 1px;
    margin: 0 4px;
    border: 1px solid #C2C2C2;
    background-color: #B2B2B2;
}

.div-suggestion ul {
    margin: 0;
    padding: 0;
    z-index: 11;
    text-transform: normal
}

.div-suggestion ul li {
    list-style-type: none;
    padding: 0;
    z-index: 12;
    border-bottom: 1px dotted #ccc
}

.div-suggestion ul li a {
    text-decoration: none;
    padding: 10px 10px 10px 15px;
    display: block;
    cursor: pointer;
    z-index: 13;
    color: #333
}

.div-suggestion ul li a:hover {
    background: #3e7fc1;
    color: #fff;
    text-decoration: none;
    display: block
}

.div-suggestion .titreli {
    background: #3e7fc1;
    color: #fff;
    text-decoration: none;
    padding-left: 5px
}

@media (max-width:481px) {
    #mur {
        height: 100% !important;
    }
}