#bandeaupromo {
    padding: 15px 0px;
    color: #fff;
    font-size: 15px;
    text-align: center;
}

#bandeaupromo a {
    color: #fff;
}

#dmebandeaupromo {
    background-color: #85a1c8;
}

#bandeaupopupoverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0,0,0,0.7);
    left: 0;
    z-index: 6000;
}

#bandeaupopup {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display:flex;
    justify-content:center;
    align-items:center;
    z-index: 6001;
}

#bandeaupopup-content {
    width: 600px;
    max-width: 90%;
    position: relative;
    background: #fff;
    padding: 15px;
    border: 3px solid #ccc;
}

#bandeaupopup-content img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.closebandeaupopup {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #ccc;
    color: #000;
    font-size: 18px;
    border-radius: 25px;
    position: absolute;
    text-align: center;
    line-height: 25px;
    right: -12px;
    top: -12px;
    cursor: pointer;
}