/* Davy CHEN - 2021 */

/* cookie */
.block_cookie {
    display: block;
    position: fixed;
    background-color: white;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 700px) {
    .block_cookie {
        bottom: 60px;
    }
    .text_cookie {
        max-width: 320px;
        margin: 0 auto;
    }
}