.popup_cookies_tracking {
    position: fixed;
    width: 100%;
    /* height: 100vh;*/
    background: #fff;
    bottom: 0;
    left: 0;
    color: #fff;
    z-index: 999999;
}
.popup_cookies_tracking a {
    color: #bedf88;
}
.popup_cookies_tracking_content_text p {
    margin: 0;
}
.popup_cookies_tracking_content {
    width: 100%;
    margin: auto;
    padding: 10px;
        border-top: 1px solid #ddd;
}
.tracking_refused {
    border: 1px solid #bedf88;
    width: 120px;
    text-align: center;
    padding: 10px;
    margin: 0px auto;
    cursor: pointer;
    color: #bedf88;
}
.tracking_refused:hover {
    background: #bedf88;
    color: #000;
}
.tracking_ok {
    border: 1px solid #bedf88;
    background: #bedf88;
    color: #000000;
    width: 120px;
    text-align: center;
    padding: 10px;
    margin: 0px auto;
    cursor: pointer;
}
.tracking_ok:hover {
    background: #fff;
    color: #000;
}