/*  Style pour Smart app banner Android  F38729*/
/*   2019-12-23    */
.android-app-banner-actif{
    position:relative;
}
.android-app-banner-actif, .android-app-banner-actif #headerFixedBar {
    margin-top: 200px;
}

#smart-app-banner {
    background-color: #EFF0F1;
    height: 200px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 501;
    overflow: hidden;
}

@media (orientation: landscape) {
    #smart-app-banner {
        zoom: 0.5;
    }
    .android-app-banner-actif, .android-app-banner-actif #headerFixedBar {
        margin-top: 100px;
    }
}

#smart-app-banner .info-wrapper {
    display: flex;
    flex-direction: row;
    width: 90%;
    margin: 0 auto;
    padding: 30px 45px;
    align-items: center;
}
#smart-app-banner .info-wrapper .btn-close {
    width: 35px;
    height: 35px;
    margin: 0 30px 0 0;
    color: dimgrey;
}
#smart-app-banner .info-wrapper .logo {
    margin: 0 30px 0 0;
}
#smart-app-banner .info-wrapper .detail {
    display: flex;
    flex-direction: column;
    margin: 0 50px 0 0;
    flex: 3;
}
#smart-app-banner .info-wrapper .detail .titre {
    font-weight: 500;
    font-size: 2.5em;
}
#smart-app-banner .info-wrapper .detail .desc {
    font-size: 2em;
}
#smart-app-banner .info-wrapper .link-open {
    font-size: 3em;
    text-transform: uppercase;
    flex: 0.5;
}
