#cookie-pop {
    color: white;
    font-size: 1.6rem;
    padding: 10px;
    z-index: 887;
    bottom: 20px;
    width: 300px;
    position: fixed;
    left: 50%;
    background: #262626;
    border: 2px solid #262626;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    transform: translate(-50%, -50%);
}
#cookie-pop .text-cookie {
    float: left;
    width: 190px;
}
#cookie-pop .link-cookie-ok {
    float: right;
    width: 75px;
    color: #ffe6bc;
    font-size: 1.8rem;
    position: absolute;
    top: 20px;
    right: 10px;
}
#cookie-pop .text-cookie span, #cookie-pop .text-cookie a {
    float: left;
    width: 100%;
    color: white;
}
#cookie-pop .text-cookie a {
    text-decoration: underline;
    font-size: 1.5rem;
}

.popup-opacity {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 889;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.5);
}
.popup-opacity .popup {
    width: 750px;
    float: left;
    margin-left: calc(50% - 750px / 2 - 0.1px);
    margin-top: calc(25% - 605px / 2 - 0.1px);
    background: white;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}
.popup-opacity .popup .title-popup {
    border-bottom: 1px solid #E9E9E9;
}
.popup .title-popup {
    float: left;
    width: 100%;
    padding: 18px 20px;
}
.popup-opacity .popup .close {
    cursor: pointer;
}
.close {
    cursor: pointer;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.popup-opacity .popup .popup-content {
    float: left;
    width: 100%;
    padding: 20px 20px;
}
.popup-opacity .popup .popup-content p {
    font-size: 1.8rem;
    color: #939393;
    padding: 0px 20px;
}
#popup-policy .popup-content p {
    color: #262626;
}
#popup-policy .link-cookie-ok {
    margin: 0 auto;
    width: 190px;
    display: block;
    padding: 10px 20px;
    color: white;
    font-size: 16px;
    text-align: center;
}
@media (max-width: 800px) {
    .popup-opacity .popup {
        width: 100%;
        float: left;
        height: 100vh;
        background: white;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%), 0px 0px 10px rgb(0 0 0 / 25%);
        border-radius: 0px;
        margin: 0;
    }
}
