.app-search-flex * {
    box-sizing: border-box;
}

#app-search-flex  .search-flix{
    display:none;
}

#app-search-flex  .search-flix.search-flix--init{
    display:block;
}

#app-search-flex .content__header {
    position: relative;
    height:auto;
    padding:30px;
}

#app-search-flex .content__header__bg{
    margin-top:15px;
    background:url(./img/header-fond.jpg) 40% 50% no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    padding-top:40px;
}

#app-search-flex .content__header__bg__col{
    flex:1 0 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

#app-search-flex .content__header__text{
    font-family: Roboto, sans-serif;
    width:100%;
    max-width: 495px;
    text-align: center;
}

#app-search-flex .content__header__text--normal {
    font-size: 81px;
    position: relative;
    left:55px;
}

#app-search-flex .content__header__text--small {
    font-size: 30px;
    position: relative;
    left:-45px;
}

#app-search-flex .content__header__text--alt2 {
    font-weight: bold;
    font-size: 65px;
}

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


    #app-search-flex .content__header {
        padding:15px;
    }

    #app-search-flex .content__header__bg{
        margin-top:5px;
        padding: 0 15px;
        padding-top:20px;
        overflow: hidden;
    }

    #app-search-flex .content__header__text{
        text-align: end;
    }

    #app-search-flex .content__header__text--normal {
        left:0;
        font-size:50px;
        white-space: nowrap;
    }

    #app-search-flex .content__header__text--small {
        left:0;
        font-size:15px;
        white-space: nowrap;
    }

    #app-search-flex .content__header__text--alt2 {
        font-size:40px;
        white-space: nowrap;
    }
}


#app-search-flex .content__search {
    position:relative;
    margin-top:50px;
    width:100%;
    max-width: 495px;
    max-height: 400px;
    background-color: white;
    border-radius: 35px 35px 0 0;
    padding:25px;
    padding-bottom: 0;
    transition: 250ms;
}

#app-search-flex .content__core {
    position:relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: auto 2vw;
}

#app-search-flex .content__core__img__cadre {
    height: 135px;
    flex: 1 1 auto;
    width: calc(50% - 2px);
    max-width: 200px;
    border: 1px solid lightgrey;
    display: flex;
    margin:1px;
    margin-bottom: 30px;

    filter: grayscale(1);
    opacity:0.3;
    transition: 250ms;
    order: 4;

    pointer-events: none;
}

#app-search-flex .content__core__img__cadre--hide{
    display:none;
}

#app-search-flex .content__core__img__cadre--active{
    display: flex;!important;
    order: 1;
    filter: grayscale(0);
    opacity:1;
    cursor:pointer;
    pointer-events: all;
}

#app-search-flex .content__core__img {
    margin: auto;
    width: auto;
    max-width: 90%;
    height: auto;
    max-height: 65px;
}

#app-search-flex .content__text {
    padding: 30px 5vw;
    font-size: 16px;
    font-family: Roboto, sans-serif;
}


#app-search-flex .Search{

}

#app-search-flex .Search__input{
    position:relative;
    z-index: 50;
    flex:0 0 50px;
    width:100%;
    line-height: 50px;
    border-radius: 15px;
    padding:0 15px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow:0 2px 4px rgba(0,0,0,0.2);
    font-size:1.2rem;
    outline: none;
    border:0;
    transition:250ms;
}
#app-search-flex .Search__input:focus{
    box-shadow: 0 3px 6px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.4);
}

#app-search-flex .Search__input:active{
    box-shadow: 0 4px 7px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 4px 7px rgba(0,0,0,0.6);
}

#app-search-flex .Search__content{
    position: absolute;
    top: 100%;
    left: 35px;
    right: 35px;
    background: white;
    max-height: 600px;
    z-index: 10;
    box-shadow: 0 0 12px rgba(0,0,0,0.4);
    border-radius: 0 0 10px 10px;
    overflow: auto;
    padding: 0 10px;
    padding-top: 30px;
    margin-top: -30px;
}

#app-search-flex .Search__loading{
    justify-content: center;
    align-items: center;
    height: 100%;
    display:none;
}

#app-search-flex .Search__loading--show{
    display: flex;
}

#app-search-flex .Search__title{
    color: #a0a0a0;
    font-family: Roboto, sans-serif;
    padding:10px 0;
}

#app-search-flex .List{
    display:flex;
    flex-direction: column;
    padding:0;
    margin:0;
}

#app-search-flex .List__item{
    display:flex;
    padding:0;
    margin:0;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 3px;
    border-bottom: 1px solid #e3e3e3;
    transition: 250ms;
    cursor: pointer;
}

#app-search-flex .List__item--active{
    background: #dddddd;
}

#app-search-flex .List__item:hover{
    background: #eaeaea;
}

#app-search-flex .List__item__logo{
    margin-right: 10px;
    flex:0 0 auto;
    max-width:60px;
}

#app-search-flex .container-page img.List__item__logo{
    max-width:60px;
}

#app-search-flex .List__item__label{
    text-overflow: ellipsis;
    overflow: hidden;
    flex:1 2 auto;
}

#app-search-flex .Platform{
    display:flex;
    justify-content: flex-end;
    padding:0;
    margin:0;
    flex:2 0 auto;
}
#app-search-flex .Platform__item{
    margin-right: 5px;
}

#app-search-flex .content__core__loading{
    position:absolute;
    background:rgba(255,255,255,0.4);
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:auto;
    height: auto;
}