#header_search_bar .search-form {

}

#header_search_bar .search-form .wizardinfosys_autosearch_wrapper {
    /*width: calc(54.375% + 21.674%);*/
    width: 76.049%;
}

#header_search_bar .search-form .wizardinfosys_autosearch_wrapper form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#header_search_bar .search-form .wp_autosearch_form_wrapper {
    height: 45px !important;
    border: none !important;
}

#header_search_bar .search-form .wizardinfosys_autosearch_wrapper form label {
    display: none;
}

#header_search_bar .search-form .wizardinfosys_autosearch_wrapper form input {
    width: 71.5% !important;
    height: 45px !important;
    border: solid 3px #003674 !important;
    border-right: none !important;
    padding: 0 25px !important;
    text-indent: 0 !important;
}

#header_search_bar .search-form .wizardinfosys_autosearch_wrapper form button {
    display: block !important;
    width: 28.5% !important;
    height: 45px !important;
    border: solid 3px #003674;
    background: #fff;
    position: relative;
    padding: 2px !important;
}

#header_search_bar .search-form .wizardinfosys_autosearch_wrapper form button::before {
    width: 100%;
    height: 100%;
    display: block;
    background: #003674;
    content: 'Search';
    line-height: 36px;
}

#header_search_bar .search-form .wizardinfosys_autosearch_wrapper form button::after {
    font: normal 1.143em/1 'FontAwesome', sans-serif;
    content: '\f002';
    margin: 0 8px;
    position: absolute;
    right: 9px;
    top: 50%;

    -webkit-transform: translateY(-54%);
    -moz-transform: translateY(-54%);
    -ms-transform: translateY(-54%);
    -o-transform: translateY(-54%);
    transform: translateY(-54%);
}

.wp_autosearch_suggestions {

}

.wp_autosearch_suggestions .ac_over {
    background: #003674;
}

.wp_autosearch_suggestions a.wp_autosearch_category,
.wp_autosearch_suggestions span.wp_autosearch_category {
    background-color: #003674 !important;
    font-size: 14px;
}

.wp_autosearch_suggestions a.wp_autosearch_more {
    background: #003674 !important;
    font-size: 14px;
}

.wp_autosearch_suggestions a.wp_autosearch_more::after {
    font: normal 1.143em/1 'FontAwesome', sans-serif;
    content: '\f138';
    margin: 0 4px;
    float: right;
}

#billboard_home #search-form-wohl-holder,
#header_search_bar #search-form-wohl-holder {
    /*width: 55.336%;*/
    width: 100%;
    position: relative;
}

#billboard_home form.search-form #search-form-wohl-holder input,
#header_search_bar .search-form #search-form-wohl-holder input {
    width: 100%;
}

#search-form-wohl-results {
    width: calc(100% + 3px);
    background: #f2f2f2;
    font-size: 12px;
    line-height: 1.5em;
    /*padding: 5px;*/
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
}

div#search-form-wohl-results ul {
    background: #fff;
    border: solid 3px #f2f2f2;
    list-style: none;
    padding: 15px 0;
    margin: 0;
    max-height: 410px;
    overflow: auto;
}

div#search-form-wohl-results li {
    padding: 0 15px;
    margin-bottom: 15px;
}

div#search-form-wohl-results li:last-child {
    margin-bottom: 0;
}

div#search-form-wohl-results li::after {
    display: table;
    content: '';
    clear: both;
}

div#search-form-wohl-results a {
    /*display: block;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

div#search-form-wohl-results img {
    width: 100px;
    float: left;
    margin: 0 15px 0 0;
}

div#search-form-wohl-results strong {
    display: block;
    font-size: 14px;
    margin-bottom: 4px;
}

div#search-form-wohl-results span {
    display: block;
    margin-left: 115px;
}

#header_search_bar_wrapper.active > .container,
#header_search_bar_wrapper.active .header_search_bar_wrapper {
    overflow: visible;
}

.search-form::before {
    background: url('../images/ajax-loader.gif') no-repeat center rgba(255,255,255,.75);
    visibility: hidden;
    opacity: 0;
    content: '';
    z-index: 10;

    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;

    -webkit-transition: ease all .4s;
    -moz-transition: ease all .4s;
    -ms-transition: ease all .4s;
    -o-transition: ease all .4s;
    transition: ease all .4s;
}

.search-form.loading::before {
    visibility: visible;
    opacity: 1;
}

#billboard_home .search-form {
    position: relative;
}

#search_bar_close {
    padding: 6px;
    margin-top: -36px;
    right: 4px;
    z-index: 99;
}

div#search-form-wohl-results a.results_close_button {
    width: 24px;
    height: 24px;
    background: #f2f2f2;
    display: block;
    font-family: 'FontAwesome', sans-serif;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    position: absolute;
    right: -24px;
    top: 0;
}

div#search-form-wohl-results a.results_close_button::before {
    content: '\f00d';
}


@media screen and (min-width: 568px) {

}

@media screen and (min-width: 768px) {
    html[lang="fr"] #navigation ul li {
        font-size: 11px;
        margin-left: 0;
    }

    html[lang="fr"] #navigation ul li:first-child {
        margin-left: 0;
    }

    html[lang="fr"] #preheader .preheader_right > ul > li {
        margin-left: 12px;
    }

    html[lang="fr"] #preheader .preheader_right > ul > li:first-child {
        margin-left: 0;
    }

    #billboard_home #search-form-wohl-holder,
    #header_search_bar #search-form-wohl-holder {
        width: 55.336%;
    }

    #search_bar_close {
        top: 100%;
        right: 0;
        top: 50%;
        right: -40px;
        /*margin-top: -11px;*/
        margin-top: -16px;
    }

    .search_bar_wrapper {
        padding: 0 0 5px 5px;
        top: 0;
    }

}

@media screen and (min-width: 992px) {

    html[lang="fr"] #navigation ul li {
        font-size: 14px;
        margin-left: 15px;
    }

    html[lang="fr"] #preheader .preheader_right > ul > li {
        margin-left: 14px;
    }

}

@media screen and (min-width: 1200px) {

    html[lang="fr"] #navigation ul li {
        font-size: 16px;
        margin-left: 32px;
    }

    html[lang="fr"] #preheader .preheader_right > ul > li {
        margin-left: 14px;
    }

}

@media screen and (min-width: 1920px) {

}