.cookie-banner {
    z-index: 9999;
    display: none;
    outline: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 -3px 5px lightgrey;
}

.cookie-banner p,
.cookie-banner div {
    line-height: 15px;
}

#cookie-toogle-explanations {
    cursor: pointer;
}

@media (max-width: 768px) {
    .cookie-banner .cookie-option:after {
        content: "\a";
        white-space: pre;
    }
}

a.show_cookie_banner {
    position: fixed;
    left: 0;
    bottom: 20px;
    z-index: 10;
    display: block;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 0.25rem;
    color: #999;
    padding: 5px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

a.show_cookie_banner:hover {
    cursor: pointer;
}

a.show_cookie_banner img {
    width: 50px;
}

.cookie-banner input {
    padding: 10px 5px !important;
}