form.autocompletion {
    font-family: "neuzeit-grotesk", sans-serif;
    color: #8B959A;
}
form.autocompletion input[type="text"], form.search-form input.search-field {
    background-color: #F5F8FA;
    border: 1px solid #E6E6E6;
    color: #8B959A;
    font-size: 16px;
    padding: 20px;
    width: 100% !important;
    -moz-box-shadow: inset 0px 2px 0px 0px rgba(230,230,230,0.4);
    -webkit-box-shadow: inset 0px 2px 0px 0px rgba(230,230,230,0.4);
    -o-box-shadow: inset 0px 2px 0px 0px rgba(230,230,230,0.4);
    box-shadow: inset 0px 2px 0px 0px rgba(230, 230, 230, 0.4);
    float: left;
    height: 60px;
    box-sizing: border-box;
    padding: 10px;
    text-shadow: 0px 0px 0px #051639;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    margin-bottom: 30px;
}
form.autocompletion input[type="button"], form.autocompletion input[type="submit"], form.search-form input.search-submit {
    position: absolute;
    color: white;
    text-transform: uppercase;
    font-size: 0;
    border-style: none;
    border-width: 0;
    display: inline-block;
    height: 60px;
    width: 60px;
    font-weight: bold;
    background: #051639 url(../img/button.svg) no-repeat center center;
    text-indent: -1000em;
}
.twitter-typeahead:after{
    content:'';
    background:#195cff;
    width: 40px;
    height: 100%;
    display:  block;
    position:  absolute;
    top:  0;
    right: 0;
}
.twitter-typeahead {
    width: 100%;
}
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
}
.tt-hint {
    text-shadow: 0px 0px 0px #8B959A !important;
}
.tt-menu {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 1.428571429;
    min-width: 160px;
    width: 100%;
    margin-top: 70px;
    background-color: #fff;
    -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);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
/*    border: 1px solid #84919f;*/
}
.tt-dataset {
    border-bottom: 1px solid #d4d9db;
}
.tt-menu  .tt-suggestion {
    padding: 0 24px;
    margin:0 0 1px;
    display:block;
    outline: none;
}
.tt-menu  .tt-suggestion >div{
    border-bottom:  1px solid #ebebeb;
    padding: 15px 0;
}
.tt-dataset .tt-suggestion:last-child{
    margin:0
}
.tt-dataset .tt-suggestion:last-child > div{
    border-bottom:0
}
.tt-suggestion:hover {
    text-decoration:none;
    color: #fff !important;
    background: #eaf0f2;
}
.tt-suggestion.tt-cursor {
    color: #fff;
    background: #e8effe;
}
.tt-suggestion p {
    margin: 0;
}
.tt-highlight   {
    background-color: #e8effe;
    font-weight: normal;
    color: #1857FF;
    padding: 5px 0 5px;
}
.gist {
    font-size: 14px;
}
h3 {
    margin-top: 2em;
}
.twitter-typeahead {
    display: block !important;
}
.suggestion-header {
    border-bottom: 1px solid #d2d7d9;
    background: #eaf0f2;
    margin: 0;
    padding: 16px 24px 12px;
    color: #051639;
    font: 16px "neuzeit-grotesk", sans-serif;
    letter-spacing: 0px;
}
.Titre {
    color: #051639;
    font-size:16px;
}
.Details {
    padding-top:10px;
    color:grey;
    line-height: 28px;
}
.typeahead__cancel-button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    right: 0;
    cursor: pointer;
    line-height: 1.25;
    padding: 1.3rem 2rem;
}
.imgload {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    right: 0;
    cursor: pointer;
    line-height: 1.25;
    padding: 1.0rem 1.65rem;
}
@media (max-width: 576px) {
    .smallscreen {
        /*max-width: 70%;*/
        max-width: calc(100% - 56px);
    }
    .col-kh-sm-10 {
        position: relative;
        width: 90%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}
