#rgpd {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 9999;
    padding: 10px;
	display:none;
}

#rgpd.hide {
	display:none !important;
}
#rgpd.show {
	display:-webkit-flex;
	display:flex;
}

#rgpd p {
    color: #ffffff;
}

#rgpd a {
    text-decoration: none;
	margin-right:15px;
}

#rgpd button {
    padding: 10px 15px;
    color: #ffffff;
    font-weight: 600;
    border: none;
    /* margin-top: 5px; */
    cursor: pointer;
}

#rgpd div {
    float: left;
}

#rgpd div.col9 {
    width: 75%;
}

#rgpd div.col3 {
    width: 25%;
    margin-left: 0;
	display: -webkit-flex;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	display: flex;
	justify-content: center;
	align-items: center;
}