.MessageCookie {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    z-index: 9999;
}



.MessageCookie p {
    color: #000;
}

.cookieButton button {
    margin: 10px;
    padding: 8px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.acceptCookie {
    background-color: #4CAF50;
    color: white;
}

.closeCookie {
    background-color: #f44336;
    color: white;
}

.cookie-placeholder {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 40px;
    position: relative;
    cursor: pointer;
}

.cookie-placeholder span {
    display: block;
    margin-top: 10px;
}

.CookieText {
    text-align: center;
    height: 80%;
}
