div#popup-rgpd{
	width: 100%;
    padding: 20px 0px 10px 20px;
    height: auto;
    overflow: hidden;
    position: fixed;
    left: 0;
    z-index: 500;
    bottom: 0px;
    background-color: white;
    box-shadow: 1px 0px 18px lightgrey;
}
#accept-all{
	cursor: pointer;
}