.cookies{
    position: fixed;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

#cookies_popup #cookie_content{
    display: flex;
    flex-direction: column;
    position: relative;
    max-height: 80vh;
    max-width: 800px;
    width: 100%;
    overflow: hidden;
    padding-bottom: 90px;
}
#cookies_popup #cookie_content .infos{
    padding: 20px 20px 0;
    width: 100%;
    overflow-y: auto;
}
#cookies_popup table{
    margin-bottom: 20px;
}
#cookies_popup table td.name{
    width: 20%;
}
#cookies_popup table td.description{
    width: 60%;
}

#cookies_popup .btn_content{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    justify-content: space-between;
    background: #FFF;
}
#cookies_popup .btn{
    text-transform: none;
    letter-spacing: 0;
}
