.arrowSlide{
    cursor: pointer;
}
.listeArticlesBlog .fal.fa-arrow-left, .listeArticlesBlog .fal.fa-arrow-right{
    cursor: pointer;
    position: absolute;
    z-index: 1;
}
.helpLink{
    color: #777777;
    cursor: pointer;
}

.listeArticlesBlog{
    margin-top:30%;
    position: relative;
}
.listeArticlesBlog .fa-arrow-left{
    left: 0;
    position: absolute;
    top: 50%;
}
.listeArticlesBlog .fa-arrow-right{
    right: 0;
    position: absolute;
    top: 50%;
}


    /*.article:not(.active){
        display: none !important;
    }
    .article.active{
        display: block !important;
    }*/

.article{
    padding: 30px;
}

#formSearchCompany{
    margin-top: 25px;
}
.autocompleteField {
    display: flex;
    width: 100%;
}
.autocompleteField input {
    background-color: transparent;
    border: unset;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-shadow: none;
}

.flex-line{
    display: flex;
    border-radius: 0 10px 10px 0;
}
.flex-line > *{
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
}

.ui-front{
    z-index: 1000;
}

@media screen and (max-width: 1235px) {

    #header_container_search{
        flex-direction: column-reverse;
    }

}

.ui-autocomplete {
    max-height: 350px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background: #f3f3f3;
    border-style: none;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active{
    margin:0px;
}

#clearAutocompleteHeader:hover{
    color:red;
}

.ui-autocomplete-loading {
    background: red;
}

#loaderAutocompleteHeader
{
    display: none;
}

input:focus
{
    outline-width: 0;
    border: none;
    box-shadow: none;
    outline-offset: 0px;
    outline: none;
}
input[type="email"],input[type="password"],input[type="text"]{
    border: none;
    box-shadow: none;
    border-bottom: 1px solid gray;
    padding: 0;
}
#autocompleteField{
    border: none;
    box-shadow: none;
}