p:has(> .cls-axeptio-iframe),
p:has(object > .cls-axeptio-iframe),
div:has(> .cls-axeptio-iframe),
.cls-axeptio-iframe {
	position: relative;
}
.cls-axeptio-iframe-wait {
	background-color: #F5F7FA;
}
.cls-axeptio-button-consent {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.cls-axeptio-button-consent button {
	border-radius: 6px;
	color: #ffffff;
	font-size: 16px;
	background-color: #0c71a8 !important;
	cursor: pointer;
	display: inline-block;
	padding: 8px 16px;
	text-align: center;
	text-decoration: none;
	width: auto;
	border: 0;
	cursor: pointer;
}