#cookieConsentBanner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20vh;
    background: #f1f1f1;
    padding: 20px;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.3);
    display: none;
    z-index: 1000;
}

#cookieConsentBanner .btn {
    margin: 5px;
}

#cookieEditPreferences {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1000;
}

#cookieEditPreferences img {
    width: 100%;
    height: auto;
}

.btn-cookie{
    border: 1px solid #789fc9;
    background-color: #b3d9ff;
    color: black;
}