.fiber-field-wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: var(--fiber-bg, #0d2830);
}

.fiber-field-wrap--fixed {
	position: fixed;
	inset: 0;
	width: 100%;
	height: 100% !important;
	z-index: var(--fiber-z, -1);
	pointer-events: none;
}

.fiber-field-canvas {
	display: block;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

/* Module Divi : fond + contenu superposé */
.ffb-fiber-divi-module {
	position: relative;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.ffb-fiber-divi-module:not(.ffb-fiber-divi-module--fixed) .ffb-fiber-divi-module__canvas {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100% !important;
	z-index: 0;
}

.ffb-fiber-divi-module--fixed {
	min-height: 100vh;
}

.ffb-fiber-divi-module__overlay {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: inherit;
	padding: 2rem 1.5rem;
	box-sizing: border-box;
	pointer-events: none;
}

.ffb-fiber-divi-module__overlay-inner {
	pointer-events: auto;
	max-width: 56rem;
	width: 100%;
}
