#notif_cookie{
	position: fixed;
    z-index: 90000;
    bottom: 40px;
    right: 10px;
    background: #00a0e0;
    border: 2px solid #dedede;
    border-radius: 12px;
    color: #fff;
    box-sizing: border-box;
    width: 350px;
    font-size: 12px;
    padding: 20px;
}
#notif_cookie h3{
	font-size: 17px;
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: bold;
}

#notif_cookie i.ion-close{
	float: right;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 8px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    font-size: 13px;
    margin-top: -8px;
}
#notif_cookie a{
	color: #fff;
	text-decoration: underline;
}
