.accept-cookie {
    background-color: #fbfbfb;
    margin: 0;
    border: solid #e0e0e0;
    border-width: 1px 0 0;
    border-radius: 0;
}

@media (min-width: 576px) {
    .accept-cookie {
        position: absolute;
        bottom: 1em;
        right: 1em;
        border-width: 1px;
        border-radius: 0.25rem;
    }
}
