/* =========================================================
   SMART APP BANNER ANDROID — PUZZLE.FR
   ========================================================= */

body > .smartbanner.smartbanner--android,
body > .smartbanner.smartbanner--android * {
    box-sizing: border-box !important;
}

/*
 * La bannière est injectée à la fin du body par smartbanner.js.
 * Elle doit donc rester positionnée en haut de manière absolue.
 */
body > .smartbanner.smartbanner--android {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    left: 0 !important;

    display: block !important;

    width: 100% !important;
    height: 60px !important;
    min-height: 60px !important;
    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden !important;

    background: #ffffff !important;
    border: 0 !important;
    border-bottom: 1px solid #dddddd !important;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%) !important;

    color: #222222 !important;
    font-family: inherit !important;
    text-align: left !important;

    z-index: 99999 !important;
}

/* Croix de fermeture */

body > .smartbanner.smartbanner--android .smartbanner__exit {
    position: absolute !important;
    top: 21px !important;
    left: 8px !important;

    display: block !important;

    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;

    font-size: 0 !important;
    transform: none !important;
}

body > .smartbanner.smartbanner--android .smartbanner__exit::before,
body > .smartbanner.smartbanner--android .smartbanner__exit::after {
    position: absolute !important;
    top: 0 !important;
    left: 8px !important;

    width: 2px !important;
    height: 18px !important;

    content: "" !important;

    background: #222222 !important;
    border: 0 !important;
    border-radius: 2px !important;
}

body > .smartbanner.smartbanner--android .smartbanner__exit::before {
    transform: rotate(45deg) !important;
}

body > .smartbanner.smartbanner--android .smartbanner__exit::after {
    transform: rotate(-45deg) !important;
}

/* Icône Puzzle.fr */

body > .smartbanner.smartbanner--android .smartbanner__icon {
    position: absolute !important;
    top: 8px !important;
    left: 34px !important;

    display: block !important;

    width: 44px !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;

    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;

    border: 0 !important;
    border-radius: 11px !important;
    box-shadow: none !important;

    transform: none !important;
}

/* Zone réservée au titre et au sous-titre */

body > .smartbanner.smartbanner--android .smartbanner__info {
    position: absolute !important;
    top: 8px !important;
    right: 94px !important;
    bottom: auto !important;
    left: 88px !important;

    display: flex !important;
    align-items: center !important;

    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden !important;

    color: #222222 !important;
    line-height: normal !important;
    text-align: left !important;
    text-indent: 0 !important;
    text-decoration: none !important;
    text-shadow: none !important;

    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;

    transform: none !important;
}

/*
 * smartbanner.js ajoute un div intermédiaire dans smartbanner__info.
 * On le neutralise afin qu'il prenne exactement la largeur disponible.
 */
body > .smartbanner.smartbanner--android .smartbanner__info > div {
    position: static !important;

    display: block !important;

    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden !important;
}

/* Titre */

body > .smartbanner.smartbanner--android .smartbanner__info__title {
    display: block !important;

    width: 100% !important;
    margin: 0 0 2px !important;
    padding: 0 !important;

    overflow: hidden !important;

    color: #222222 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 18px !important;
    letter-spacing: 0 !important;

    text-align: left !important;
    text-indent: 0 !important;
    text-decoration: none !important;
    text-overflow: clip !important;
    text-shadow: none !important;
    white-space: nowrap !important;

    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

/* Sous-titre */

body > .smartbanner.smartbanner--android .smartbanner__info__author {
    display: block !important;

    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden !important;

    color: #555555 !important;
    font-size: 10px !important;
    font-weight: 400 !important;
    line-height: 13px !important;
    letter-spacing: -0.1px !important;

    text-align: left !important;
    text-indent: 0 !important;
    text-decoration: none !important;
    text-overflow: clip !important;
    text-shadow: none !important;
    white-space: nowrap !important;

    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

/* Suppression de tout soulignement hérité du site */

body > .smartbanner.smartbanner--android .smartbanner__info *,
body > .smartbanner.smartbanner--android .smartbanner__info *:hover,
body > .smartbanner.smartbanner--android .smartbanner__info *:focus {
    text-decoration: none !important;

    background-image: none !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
}

/* Prix non utilisé */

body > .smartbanner.smartbanner--android .smartbanner__info__price {
    display: none !important;
}

/* Bouton Installer */

body > .smartbanner.smartbanner--android .smartbanner__button {
    position: absolute !important;
    top: 13px !important;
    right: 8px !important;
    bottom: auto !important;
    left: auto !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 78px !important;
    min-width: 78px !important;
    max-width: 78px !important;
    height: 34px !important;
    margin: 0 !important;
    padding: 0 7px !important;

    background: #ff780f !important;
    border: 0 !important;
    border-radius: 9px !important;
    box-shadow: none !important;

    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 34px !important;

    text-align: center !important;
    text-decoration: none !important;
    text-shadow: none !important;
    white-space: nowrap !important;

    transform: none !important;
}

body > .smartbanner.smartbanner--android .smartbanner__button:hover,
body > .smartbanner.smartbanner--android .smartbanner__button:focus,
body > .smartbanner.smartbanner--android .smartbanner__button:active {
    background: #e96a00 !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

body > .smartbanner.smartbanner--android .smartbanner__button__label {
    display: block !important;

    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;

    color: inherit !important;
    font: inherit !important;
    line-height: inherit !important;

    text-align: center !important;
    text-decoration: none !important;
    text-shadow: none !important;
}

/* Téléphones de 360 px de large ou moins */

@media screen and (max-width: 360px) {
    body > .smartbanner.smartbanner--android .smartbanner__icon {
        top: 10px !important;
        left: 32px !important;

        width: 40px !important;
        height: 40px !important;

        border-radius: 10px !important;
    }

    body > .smartbanner.smartbanner--android .smartbanner__info {
        left: 80px !important;
        right: 80px !important;
    }

    body > .smartbanner.smartbanner--android .smartbanner__info__title {
        font-size: 13px !important;
        line-height: 16px !important;
    }

    body > .smartbanner.smartbanner--android .smartbanner__info__author {
        font-size: 9px !important;
        line-height: 12px !important;
        letter-spacing: -0.15px !important;
    }

    body > .smartbanner.smartbanner--android .smartbanner__button {
        right: 6px !important;

        width: 68px !important;
        min-width: 68px !important;
        max-width: 68px !important;

        padding: 0 5px !important;

        font-size: 11px !important;
    }
}