#rgpdBan {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
}

.modal-body {
    height: 450px;
    overflow-y: auto;
}

html .btn-custom-rgpd {
    border-radius: 0px !important;
    background-color: #444;
    color: #fff;
}
html .btn-custom-rgpd:focus,
html .btn-custom-rgpd:hover {
    border-radius: 0px !important;
    background-color: #666;
    color: #fff;
}