.cookiesjsr-banner{
    background-color: #78895d;
}
.cookiesjsr-btn.cookiesjsr-settings{
    background-color: #78895d;
    
}
.cookiesjsr-service-group.active .cookiesjsr-service-group--content{
    background: #78895d;
}
.cookiesjsr-btn.allowAll,
.cookiesjsr-btn.denyAll{
    color: #78895d;
}
.cookiesjsr-btn.invert.important.save.dialog-last-tab{
    background-color: #78895d;
    border-color: #78895d;
    color: white;
}
.cookiesjsr-btn.invert{
    border-color: #78895d;
    color: #78895d;
}
.cookiesjsr-service--always-on span{
    color: #78895d;
}
.cookiesjsr-service-group.active .cookiesjsr-service-group--tab{
    background: #78895d;

}
.page-node-type-rh .section-content .center .contenu #block-webform form #edit-actions.form-disabled input,
.page-node-type-webform .section-content .center .contenu .region-content #block-region-content form #edit-block-down #edit-actions.form-disabled input{
    background: gray;
    cursor: not-allowed;
}
.page-node-type-rh .section-content .center .contenu #block-webform form #edit-actions input,
.page-node-type-webform .section-content .center .contenu .region-content #block-region-content form #edit-block-down #edit-actions input{
    background: #d6970a;
    cursor: pointer;
}

@media only screen and (min-width: 1280px){
    .page-node-type-webform .section-content .center .contenu .region-content #block-region-content form{
        margin-top: 35px!important;
    }
}

.cookiesjsr-service-group--content{
    top: 50px!important;
}

.cookie_remove{
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #d6970a;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#remove_cookie{
    border: none;
    background: url('./noun-cookie-4793599.svg') center center no-repeat;
    background-size: cover;
    color: rgba(0, 0, 0, 0);
    display: block;
    width: 35px;
    height: 35px;
    
}