/* --------------------------------- MODULE RECHERCHE ------------------------------ */

.mod-recherche {
    position:absolute;
    top:58px;
    right:11px;
}

.mod-recherche .form-row {
    margin-bottom: 0;
    clear: both;
}

.mod-recherche .search-input, .mod-recherche .tt-hint, .mod-recherche .tt-dropdown-menu {
    float: left;
    width: 10em;
    height: 16px;
    font-size: 1.083em;
    background: #F5F5F5;
    padding: 7px 8px;
    border: none;
    vertical-align: middle;
}

.ie7 .mod-recherche .search-input, .ie8 .mod-recherche .search-input {
    background-color: #F5F5F5 !important;
}

.mod-recherche .tt-dropdown-menu {
    background-color: #ffffff;
    min-width: 250px;
    padding: 9px 0;
    width: auto;
    z-index: 600;
}

.mod-recherche input[type="image"] {
    float: left;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    border: none;
    background: #F5F5F5;
    padding: 1px;
}

.mod-recherche input::-webkit-input-placeholder {
     color: #BBB;
     font-weight: normal;
}

.mod-recherche input:placeholder-shown {
     color: #BBB;
     font-weight: normal;
}

.mod-recherche input:-ms-input-placeholder {
     color: #BBB;
     font-weight: normal;
}

.mod-recherche input:-moz-placeholder {
     color: #AAA;
     font-weight: normal;
}

.mod-recherche input::-moz-placeholder {
    color: #AAA;
    font-weight: normal;
}

.mod-recherche .placeholder {
    color: #BBB;
    font-weight: normal;
}

.mod-recherche input:focus::-webkit-input-placeholder {
     color: transparent;
}

.mod-recherche input:focus:placeholder-shown {
     color: transparent;
}

.mod-recherche input:focus:-ms-input-placeholder {
     color: transparent;
}

.mod-recherche input:focus:-moz-placeholder {
     color: transparent;
}


.mod-recherche input:focus::-moz-placeholder {
    color: transparent;
}

.mod-recherche .custom-select-container {
    width: 127px;
    float: left;
}

.mf-accordion-active .mf-accordion-content, .mf-accordion-content.mf-accordion-content-active {
    display: block;
}

.mod-resulats-recherche-suggest {
    cursor: pointer;
    color: #1A606C;
}

.mod-recherche .twitter-typeahead {
    float: left;
}

.tt-dropdown-menu {
    width: 260px;
    margin-top: 0px;
    padding: 8px 0;
    position: absolute;
    z-index: 600;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);

    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 14px;
    line-height: 18px;
}

.tt-suggestion.tt-is-under-cursor {
    color: #fff;
    background-color: #3979A5;

}

.tt-suggestion p {
    margin: 0;
}
