/* Wrapper du shortcode [vaccin-covid]. */
.vc-frame-wrap {
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto 1.5rem;
	background: #f4f7f9;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
}
.vc-frame-wrap.vc-frame--bordered { border: 1px solid rgba(11, 114, 133, .15); }
.vc-frame-toolbar {
	display: flex;
	justify-content: flex-end;
	padding: 6px 10px;
	background: rgba(11, 114, 133, .05);
}
.vc-frame-fullscreen {
	font-size: 13px;
	color: #0b7285;
	text-decoration: none;
	padding: 4px 10px;
	border-radius: 4px;
}
.vc-frame-fullscreen:hover { background: rgba(11, 114, 133, .1); }
.vc-frame {
	display: block;
	width: 100%;
	height: var(--vc-frame-height, 90vh);
	border: 0;
	background: #f4f7f9;
}
