/*@font-face {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style : normal;
    src : url("../fonts/fontawesome-webfont.eot");
    src : url("../fonts/fontawesome-webfont.eot") format("embedded-opentype"),
        url("../fonts/fontawesome-webfont.woff2") format("woff2"),
        url("../fonts/fontawesome-webfont.woff") format("woff"),
        url("../fonts/fontawesome-webfont.ttf") format("truetype"),
        url("../fonts/fontawesome-webfont.svg") format("svg");
}*/


.lead-widget {
    width: 100%;
    font : 300 14px/1.4 'Helvetica Neue',Helvetica,Arial,sans-serif;
}

.search-geolocation-button{
    position: absolute;
    font-style: normal;
    top: 13px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-color: transparent;
    border: none;
}

.search-geolocation-button:before{
    font-family: FontAwesome;
    content: "\f041";
    font-size: 18px;
    line-height: 18px;
    color: #002554;
}

#lf-ville .search-geolocation-button{
    top:5px;
}

#widget-garage{
    padding-left: 20px;
    
}

.search-form-submit{
    display: none;
}

body.page-template-template-form main form .step .bloc .lead-widget input[type="search"]{
    padding-left: 30px;
}

.search-result{
    padding: 10px 0;
    border-bottom: 1px solid white;
    color: #333333;
}

.search-empty-result-label{
    color: #f00;
    font-size: 1em;
}

.location-address{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -webkit-box: 0 0 auto;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;

    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
}

.location-custom-page-link{
    content: "";
}

.location-marker, .location-name{
    display: inline !important;
    font-weight: bold;
}

.location-address-address1{
    display: block !important;
}

.location-address-postal-code::after{
    content: "";
    margin: 2px;
}

.location-marker-number, .location-page, .location-phone, .location-email, .location-times, .location-offer-ranges{
    display: none !important;
}

.location-custom-page-link {
    display: none;
}

.garagecheckbox {
    z-index: 222;
    border: 1Px solid #777 !important;
    width: 20px !important;
    padding: 12px !important;
    height: 20px;
    border-radius: 50%;
    -webkit-appearance: none;
}

.garagecheckboxActive {
    background: #2196f3;
}