#modalCookies {
    position: fixed;
    z-index: 9999;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 340px;
    margin: 0;
    padding: 15px;
    overflow-y: scroll;
    text-align: justify;
}

#modalCookies .row {
    margin: 0;
}

#modalCookies .btn {
    width: 100%;
    font-size: 14px;
    padding: 10px 0;
    border-radius: 7px;
    padding-top: 14px;
    margin-top: 5px;
}
.cnilRevoke {
    cursor: pointer;
}

.btn-rgpd {
    padding: 10px;
}

.cookies_banner_widget {
    position: fixed;
    bottom: 0;
    margin: 0;
    width: 100%;
    text-align: justify;
    padding: 15px;
}

.cookies_banner_widget .banner-buttons {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cookies_banner_widget .banner-buttons .btn {
    margin: 0 0 10px 0;
    font-size: 14px;
    padding: 10px 0;
    padding-top: 15px;
    cursor: pointer;
}