html, body {
    height: 100%;
}

#header {
    /*height: 140px;*/
    height: 180px;
    background: rgba(0, 0, 0, 0.9);
}

#mainContent {
    min-height: 100%;
}

#main {
    /*margin-top: 140px;*/
    margin-top: 180px;
    padding: 0 15px;
}

#search-input {
    /*height: 50px;*/
}

.bienvenue , .recherchez-vous{
    font-family: "Montserrat", sans-serif;
    color: #000;
    line-height: 1.2;
    text-transform: uppercase;
}

.bienvenue {
    font-size: 22px;
}

.recherchez-vous {
    font-size: 16px;
}

.card .card-header{
    min-height: 80px;
}

.card .card-text i {
    padding: 4px;
}

.card .card-text a {
    color: #3f3f3f;
}

.card .card-text a:hover {
    color: #18d26e;
}

/***** Display information css **/

.single-info-annuaire-label {
    display: inline-block;
    width: 120px;
    /*background-color: red;*/
}

#mapid { height: 300px; }

/***** End Display information css **/
/** Twitter Typeahead **/
.twitter-typeahead, .typeahead, .empty-message  {
    /*width: 100%;*/
}
.tt-menu {
    background: white;
    width: 100%;
    margin-top: 10px;
}
.tt-menu a{
    color: #000;
}

.tt-menu a:hover{
    background-color: #0275d8;
    color: #fff;
}
.tt-suggestion {
    overflow: hidden;
    display: table;
    width: 100%;
    padding: 10px 10px;
    border-bottom: 1px solid #e9ecf2;
}

.twitter-typeahead .tt-highlight {
    background-color: #ffec00;
}

.input-group>.twitter-typeahead {
    position: relative;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.input-group>.twitter-typeahead:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group>.twitter-typeahead>.tt-input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.form-control.tt-input:focus {
    z-index: 3
}


@media (max-width: 991px) {
    #header {
        height: 92px;
    }
    #main {
        margin-top: 92px;
    }

}



@media (min-width: 1024px) {
    #header #logo {
        /*margin-top: 5px;*/
        padding: 3px 10px;
        /*background-color: #fff;*/
    }
}