.siteCookies--bottom,
.siteCookies--bottom.siteCookies--scrolled,
.siteCookies__form {
    background-color: #eeeeee;
    border-radius: 5px;
}

.siteCookies--bottom {
    border: solid 2px #eeeeee;
}

.siteCookies__button.set {
    padding: 0;
    line-height: normal;
}

.siteCookies__button.set a {
    line-height: 55px;
    width: 100%;
}

.siteCookies__content,
.siteCookies__content a,
.siteCookies__content a:hover {
    color: #000;
}

.siteCookies__button,
.siteCookies__button a {
    font-size: 22px;
    color: #777;
    background-color: #dadada;
}

.siteCookies__button[value="all"] {
    color: #fff;
    background-color: var(--color-primary);
}

.siteCookies__form {
    padding: 15px;
    max-width: 100% !important;
}

@media (min-width: 768px) {
    /*
    #cookies-modal {
        top: 0px !important;
        height: 100% !important;
    }
    #cookies-modal>div {
        bottom: 20px;
        top: unset;
    }
*/
    .siteCookies__content {
        padding-right: 30px;
    }

    .siteCookies {
        bottom: 30px;
        width: 700px;
    }

    .siteCookies>div {
        left: 50%;
        width: 700px;
        min-height: 30vh;
        align-items: center;
    }

    .siteCookies__buttonWrap>*:last-child {
        margin-top: 0;
    }

    .cookiesSetting__uncheck {
        flex: unset;
    }

    .cookiesSetting__button--green {
        margin-left: auto;
    }
}

.LEAD_GENERATION {
    z-index: 999 !important;
}

.siteCookies__text {
    line-height: normal;
    margin: 0;
}

.siteCookies__buttonWrap {
    flex-direction: column-reverse;
    gap: 0px !important;
}

.siteCookies__buttonWrap>* {
    margin-top: 10px;
}

.siteCookies__link:hover {
    background-color: transparent;
    color: #777;
}

.cookiesSetting__button--green {
    color: #fff;
    background-color: var(--color-primary);
    transition: 300ms;
}

.cookiesSetting__button--green:hover {
    color: #fff;
    background-color: var(--color-primary);
}

.cookiesSetting__bottom .cookiesSetting__button[value="selection"],
.cookiesSetting__uncheckLink {
    background-color: transparent;
    font-weight: normal;
    color: #000;
    transition: 300ms;
}

.cookiesSetting__uncheckLink:hover,
.cookiesSetting__bottom .cookiesSetting__button[value="selection"]:hover {
    color: var(--color-primary);
    background-color: transparent;
}

@media (max-width: 768px) {
    .cookiesSetting__bottom {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .cookiesSetting__bottom>* {
        margin-top: 10px !important;
    }
    .cookiesSetting__bottom>*:first-child {
        margin-bottom: 0px !important;
    }
}