


/* Complément pour les filtres
------------------------------------------------------------------------------*/

.fullWidth select {
    width: 246px;
}

.bigField input {
    width: 238px;
}

.distance {

}

.distance .select {
    float: left;
    clear: none;
    width: auto;
    padding-right: 18px;
}

.textGroup {
    float: left;
    clear: none;
    width: auto;
}

.textGroup input,
.textGroup label {
    float: left;
    clear: none;
    width: auto;
    text-align: left;
    color: #575757;
    font-size: .9em;
    padding: 0;
    margin: 0;
}

.textGroup label {
    padding: 4px 7px 0 7px;
}

.textGroup input {
    width: 45px;
    height: 16px;
    border: 1px solid #b5b5b5;
    line-height: auto;
    padding: 2px 0 0 5px;
}


.placeWithMap .select {
    float: left;
    clear: none;
    width: auto;
}













