<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hitechpro--custom__search md-autocomplete-wrap {
    border-radius: 30px;
    box-shadow: 0px 3px 6px rgba(0,0,0,.14);
    /*background: #f9f9f9;*/
}
.recherche .hitechpro--custom__search {
    border-radius: 30px;
    box-shadow: 0px 3px 6px rgba(0,0,0,.14);
    background: #f9f9f9;
    height: 50px;
    position: relative
}
.recherche .hitechpro--custom__search md-autocomplete-wrap,
.recherche .hitechpro--custom__search md-autocomplete-wrap input {
    height: 50px;
    /*font-size: 1.2em;*/
}
.recherche .hitechpro--custom__search md-autocomplete-wrap input {
    background: url('/assets/img/svg/loupe_freelance.svg');
    background-repeat: no-repeat;
    background-position: 20px 50%;

    padding-left: 40px;
    padding: 0 35px 0 80px;
    
}
.recherche .hitechpro--custom__search md-autocomplete-wrap input::placeholder {
    font-style: italic;
    font-size: .7em;
    line-height: 44px;
    font-size: calc(var(--basePX) + 4px);
}
.recherche .hitechpro--custom__search md-autocomplete-wrap input::-webkit-input-placeholder {
    font-style: italic;
    font-size: .7em;
    line-height: 44px;
    font-size: calc(var(--basePX) + 4px);
}

.research--result {
    font-size: calc(var(--basePX) + 4px);
    line-height: 14px;
    background: rgba(255,255,255,.6);
    border-radius: 18px;
}

.research--result .wrapper--badge__delete {
    display: inline-flex;
    margin-right: 1rem;
    position: relative;
}

.research--result .wrapper--badge__delete:last-of-type {
    margin-right: 0;
}

.word {
    color: #fff;
    font-size: calc(var(--basePX) + 4px);
    padding: 7px 14px;
    font-weight: 100;
}

.word1 {
    color: #fff;
    background-color: #E95000;
}
.word2 {
    color: #fff;
    background-color: #9C45FF;
}
.word3 {
    color: #fff;
    background-color: #F93275;
}
.word4 {
    color: #fff;
    background-color: #9BE912;
}
.word5 {
    color: #fff;
    background-color: #00FBFB;
}
.word6 {
    color: #fff;
    background-color: #FFD900;
}

.delete--badge {
    border: 1px solid var(--text-color-secondaire-mission);
    border-radius: 50%;
    background: var(--white);
    position: absolute;
    right: -9px;
    top: 50%;
    transform: translateY(-50%);
    height: 18px;
    width: 18px;
    text-align: center;
    color: var(--text-color-secondaire-mission);
}
.delete--badge:hover {
    text-decoration: none;
    background: var(--text-color-secondaire-mission);
    color: white;
}</pre></body></html>