/**
 * Sample stylesheet for Awesomecomplete
 *  Clint Tseng — 2009-08-20
 */

/* Core styles */

ul.autocomplete
{
    background-color: #fff;
    border: 1px solid #777;
    display: block;
    list-style-type: none;
    margin: 0;
    min-height: 100px;
    padding: 2px;
    position: absolute;
    text-align: left;
    max-height: 22.6em;
}

ul.autocomplete li
{
    /*border-top: 1px solid #aaa;*/
    cursor: pointer;
    padding: 4px;
}

ul.autocomplete li:first-child
{
    border-top: none;
}

ul.autocomplete li.active
{
    background-color: #eef;
}

/* Default render function styles */

ul.autocomplete li p
{
    margin: 1px 4px;
}

ul.autocomplete li p.title
{
    font-weight: 400;
  font-size: 0.9375rem !important;
      line-height: 1.5;
    color: #212529;
}

ul.autocomplete li p.matchRow
{
    color: #666;
}

ul.autocomplete li span.matchedField
{
    color: #999;
    font-style: italic;
}

ul.autocomplete span.match
{
    font-weight: bold;
    /*text-decoration: underline;*/
}

.eac-item img {
    margin-right: 4px;
    max-height: 51px !important;
    border-radius: 50% !important;
}
ul.autocomplete li span.title {
    font-weight: 400;
    font-size: 14px !important;
    /*font-size: 0.9375rem !important;*/
    line-height: 1.5;
    color: #212529;
}
.soutitre {
    font-size: 12px;
    color: rgba(67, 95, 113, 0.6);
    line-height: 14px;
    margin-left: 57px;
    margin-top: -12px;
    position: absolute;
}
