.azelys .cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #212529;
    color: #fff;
    padding: 15px 0;
    z-index: 1055;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
}

.azelys .cookie-banner .btn {
    white-space: nowrap;
}