 #notice-cookie {    
    box-shadow: 0 8px 32px -8px rgba(0,0,0,.4);
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
    font-size: .8rem;
    line-height: 120%;
    position: fixed;
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px);
    color: rgba(0,0,0,.5);
    z-index: 999999;
	text-align: center;
    box-sizing: border-box;    
}

#notice-cookie .box {
    position: relative;
    width: 960px;
    max-width: 94%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
        padding: 0;
    background: none;
}
#notice-cookie .close {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #ebebeb;
    border: 0;
    outline: 0;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #000;
	    margin-top: 10px;
		cursor:pointer;
}