.section_cookie {
    position: absolute;
    top: 0;
    height: 100vh;
    width: 100vw;
    z-index: 500;
    display: none;
    font-family: "Roboto Condensed", sans-serif;
    padding: 25%;
}

.section_cookie.active {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.9);
}

.section_cookie h2 {
    text-transform: uppercase;
    font-weight: bold;
}

.cookie_btn {
    padding: 12px 18px 12px 18px;
    border-radius: 4px;
    cursor: pointer
}

.accept {
    background-color: #b52e57;
    color: white!important;
}

.refus {
    border: 2px solid #b52e57;
    color: #b52e57;
}