/* Add here all your CSS customizations */
.stampFooter, .stampFooter a {
    float: right;
    /* top: 0px; */
    /* margin-right: 0px; */
    width: 25px;
    height: 25px;
    background-color: transparent;
    line-height: 20px;
    font-size: 20px;
    text-align: center;
    padding: 2px;
    margin: 0px 10px 5px 10px;
}
#footerCookie {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #222222;
    opacity: 0.95;
    filter: alpha(opacity=95);
    text-align: center;
    color: #ffffff;
    padding: 15px 0px;
    font-size: 13px;
    z-index: 999;
    min-height: 100px;
}
.gdpr-bar-description {
    width: 100%;
}
