/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 768px) {
    .block-promo {
        position: fixed;
        margin-top: 120px;
        background: #fff;
        width: 100%;
    }
    .promoAnimateSmall{
        position: fixed;
        margin-top: 50px;
        background: #fff;
        width: 100%;
    }

    .title-reduction {
        font-size: .8rem;
        text-align: center;
        padding-top: 20px;
    }

    .next-promo-content {
        text-align: center;
        font-size: .8rem;
    }

    .reduction-progress {
        text-align: center;
        font-size: .8rem;
    }

    .less-promo {
        text-align: center;
        position: relative;
        left: 50%;
        transform: translate(-50%);
        margin-top: 20px;
        font-size: .8rem;
    }
    .reduction-percent {
        font-size: .8rem;
    }

    .article-min {
        font-size: .8rem;
    }
    .promo-success {
        color: forestgreen;
        opacity: 1;
    }
}

@media (min-width:1200px) and (max-width: 1770px) {
    .buttonSidePromo{
        display: none;
    }
    .logoBrandAccueil {
        width: 100%;
    }
    .promo-success {
        color: forestgreen;
        opacity: 1;
    }
}
@media (min-width:768px) and (max-width: 1199px){
    .buttonSidePromo{
        display: none;
    }
    .promoAnimateSmall{
        position: fixed;
        margin-top: 90px;
        background: #fff;
        width: 100%;
    }
    .promo-success {
        color: forestgreen;
        opacity: 1;
    }
}
@media (max-width: 768px) {
    .block-promo {
        position: fixed;
        margin-top: 150px;
        background: #fff;
        width: 100%;
    }
    .promoAnimateSmall{
        position: fixed;
        margin-top: 50px;
        background: #fff;
        width: 100%;
    }
    .promo-success {
        color: forestgreen;
        opacity: 1;
    }

    .title-reduction {
        font-size: .8rem;
        text-align: center;
        padding-top: 10px;
    }

    .next-promo-content {
        text-align: center;
        font-size: .8rem;
    }

    .reduction-progress {
        text-align: center;
        font-size: .8rem;
    }

    .less-promo {
        text-align: center;
        position: relative;
        left: 50%;
        transform: translate(-50%);
        margin-top: 20px;
        font-size: .8rem;
    }
    .reduction-percent {
        font-size: .8rem;
    }

    .article-min {
        font-size: .8rem;
    }
}

/* // X-Large devices (large desktops, 1200px and up) */
@media (max-width: 400px) {
    .block-promo {
        position: fixed;
        margin-top: 200px;
        background: #fff;
        width: 100%;
    }
    .promo-success {
        color: forestgreen;
        opacity: 1;
    }
}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1770px) {
    /** ZONE PROMO **/
    .block-promo {
        /*max-width: 450px;*/
        background: #fff;
        color: #212529;
        text-align: center;
        position: fixed;
        right: 20px;
        top: 200px;
        /*padding: 6px;*/
        border: 4px solid #ECEFFA;
        z-index: 9999;
        overflow-y: auto;
        max-height: 700px;
        max-width: 200px;
        padding: 0 5px;
    }

    .block-promo .title-reduction {
        font-weight: 100;
        padding: 10px 8px;
        font-size: 1rem;
        border-bottom: 2px solid #ECEFFA;
        color: rgb(128, 128, 128);
    }

    .reduction-progress {
        opacity: .5;
    }

    .reduction-percent {
        font-size: 1.6rem;
    }

    .article-min {
        font-size: .9rem;
    }

    .block-promo .fa-angles-down {
        margin-bottom: 30px;
    }

    .less-promo, .next-promo-content {
        cursor: pointer;
    }

    .next-promo-content {
        margin-bottom: 20px;
    }

    .next-promo-content:hover, less-promo:hover {
        font-weight: bold;
    }

    .promo-active {
        font-weight: 700;
        opacity: 1;
        /*display: block !important;*/
    }

    .promo-success {
        color: forestgreen;
        opacity: 1;
    }

    .block-promo .fa-gift {
        font-size: 2rem;
        margin: 10px 0;
    }

    .block-promo .free-product-text {
        font-size: .9rem;
    }

    .move-to-left {
        -webkit-transform: translateX(200px);
        -moz-transform: translateX(200px);
        -ms-transform: translateX(200px);
        -o-transform: translateX(200px);
        transform: translateX(200px);
    }
    .rotate {
        -moz-transition: all .5s linear;
        -webkit-transition: all .5s linear;
        transition: all .5s linear;
    }
    .rotate.down {
        -moz-transform:rotate(180deg);
        -webkit-transform:rotate(180deg);
        transform:rotate(180deg);

    }
    /** END ZONE PROMO **/
}
