.elementor-widget-nbform_formation_finder,
.elementor-widget-nbform_formation_finder > .elementor-widget-container,
.nbform-formation-finder-widget,
.nbform-formation-finder-widget > .elementor-widget-container {
	overflow: visible !important;
	position: relative;
	z-index: 999 !important;
}

.nbform-formation-finder {
	--nbform-control-height: 74px;
	box-sizing: border-box;
	left: var(--nbform-row-shift, 0px);
	margin: 1.25rem 0 0;
	max-width: none;
	position: relative;
	text-align: left;
	width: min(1320px, calc(100vw - 32px));
	z-index: 999;
}

.nbform-formation-finder__search-row {
	align-items: stretch;
	background: #afc8c4;
	border: 1px solid #9fb9b4;
	border-radius: 17px;
	box-shadow: 0 10px 28px rgba(0, 63, 58, .14);
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-template-rows: 130px;
	padding: 1px;
}

.nbform-formation-finder__step {
	background: rgba(255, 253, 249, .98);
	box-sizing: border-box;
	margin: 0;
	height: 130px;
	min-height: 0;
	min-width: 0;
	padding: 6px 12px;
	position: relative;
}

.nbform-formation-finder__step:first-child {
	border-radius: 13px 4px 4px 13px;
}

.nbform-formation-finder__step:last-child {
	border-radius: 4px 13px 13px 4px;
}

.nbform-formation-finder__mode-fieldset {
	border: 0;
	margin: 0;
	min-width: 0;
	padding: 0;
}

.nbform-formation-finder__step-title {
	color: #00514b;
	display: block;
	font-family: "mardsen-bold", Roboto, sans-serif;
	font-size: .96rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 1px;
	min-height: 1.2em;
	padding: 0;
}

.nbform-formation-finder__step-help {
	color: #394e4b;
	font-size: .72rem;
	line-height: 1.35;
	margin: 0 0 3px;
	min-height: 1.35em;
	text-align: left !important;
}

.nbform-formation-finder__mode-options {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nbform-formation-finder__mode {
	cursor: pointer;
	display: block;
	margin: 0;
	position: relative;
}

.nbform-formation-finder__mode input {
	height: 1px;
	opacity: 0;
	position: absolute;
	width: 1px;
}

.nbform-formation-finder__mode span {
	background: #fff;
	border: 1px solid #afc8c4;
	border-radius: 10px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: var(--nbform-control-height);
	justify-content: center;
	min-height: var(--nbform-control-height);
	padding: 6px 9px;
	transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.nbform-formation-finder__mode strong {
	color: #00514b;
	font-size: .84rem;
	line-height: 1.2;
}

.nbform-formation-finder__mode small {
	color: #394e4b;
	font-size: .67rem;
	line-height: 1.3;
	margin-top: 3px;
}

.nbform-formation-finder__mode:hover span,
.nbform-formation-finder__mode input:checked + span {
	background: #edfff5;
	border-color: #007369;
	box-shadow: inset 0 0 0 1px #007369;
}

.nbform-formation-finder__mode input:focus-visible + span {
	outline: 3px solid rgba(255, 151, 80, .65);
	outline-offset: 2px;
}

.nbform-formation-finder__form {
	margin: 0;
}

.nbform-formation-finder__select-wrap {
	position: relative;
}

.nbform-formation-finder__select-wrap::after {
	color: #00514b;
	content: "⌄";
	font-size: 1.25rem;
	pointer-events: none;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-56%);
}

.nbform-formation-finder select {
	appearance: none;
	background: #fff;
	border: 1px solid #afc8c4;
	border-radius: 10px;
	color: #001c19;
	font-size: 16px;
	height: var(--nbform-control-height);
	min-height: var(--nbform-control-height);
	padding: 0 44px 0 14px;
	width: 100%;
}

.nbform-formation-finder select:disabled {
	background: #f3f5f4;
	color: #60706d;
	cursor: not-allowed;
}

.nbform-formation-finder select:focus-visible {
	border-color: #00514b;
	outline: 3px solid rgba(255, 151, 80, .55);
	outline-offset: 2px;
}

.nbform-formation-finder__preview-placeholder,
.nbform-formation-finder__preview {
	align-items: center;
	background: #f3f5f4 !important;
	border: 1px solid #afc8c4 !important;
	border-radius: 10px !important;
	box-shadow: none !important;
	box-sizing: border-box;
	color: #60706d !important;
	display: flex;
	font-size: .9rem !important;
	height: var(--nbform-control-height);
	margin: 0;
	max-width: 100% !important;
	min-width: 0 !important;
	min-height: var(--nbform-control-height) !important;
	padding: 9px 12px !important;
	text-align: left;
	white-space: normal !important;
	width: 100% !important;
}

.nbform-formation-finder__preview {
	background: #fff !important;
	cursor: pointer;
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	gap: 11px;
	justify-content: flex-start !important;
	position: relative;
	text-transform: none !important;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.nbform-formation-finder__preview:hover,
.nbform-formation-finder__preview:focus-visible,
.nbform-formation-finder__offers.is-expanded .nbform-formation-finder__preview {
	border-color: #ff9750 !important;
	box-shadow: 0 10px 24px rgba(0, 63, 58, .14) !important;
	outline: none;
	transform: translateY(-1px);
}

.nbform-formation-finder__preview:focus-visible {
	outline: 3px solid rgba(255, 151, 80, .6);
	outline-offset: 2px;
}

.nbform-formation-finder__preview-image {
	background: #eaf5f0;
	border-radius: 7px;
	display: block !important;
	flex: 0 0 82px !important;
	height: 62px;
	overflow: hidden;
	width: 82px !important;
}

.nbform-formation-finder__preview-image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.nbform-formation-finder__preview-copy {
	align-items: flex-start;
	display: flex;
	flex: 1;
	flex-direction: column;
	min-width: 0;
}

.nbform-formation-finder__preview-copy strong {
	color: #003f3a;
	display: -webkit-box;
	font-size: .92rem;
	line-height: 1.25;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.nbform-formation-finder__preview-copy small {
	color: #9b3600;
	font-size: .75rem;
	font-weight: 700;
	margin-top: 4px;
}

.nbform-formation-finder__preview-arrow {
	color: #00514b;
	font-size: 1.3rem;
	margin-left: auto;
}

.nbform-formation-finder__results {
	animation: nbform-finder-open .18s ease-out;
	background: #fffdf9;
	border: 1px solid rgba(0, 81, 75, .24);
	border-radius: 15px;
	box-shadow: 0 24px 60px rgba(0, 44, 40, .28);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: auto;
	max-height: var(--nbform-overlay-height, min(420px, 62vh));
	margin: 0;
	padding: 18px;
	position: absolute;
	right: 0;
	top: var(--nbform-overlay-top, 0px);
	width: 100%;
	z-index: 999;
}

.nbform-formation-finder__offers.is-expanded {
	z-index: 1000;
}

.nbform-formation-finder__status {
	color: #00514b;
	font-weight: 700;
	margin: 0 42px .8rem 0;
	text-align: left !important;
}

.nbform-formation-finder__close {
	align-items: center !important;
	background: #fff !important;
	border: 1px solid #afc8c4 !important;
	border-radius: 50% !important;
	box-shadow: none !important;
	color: #00514b !important;
	display: flex !important;
	font-size: 24px !important;
	font-weight: 400 !important;
	height: 34px !important;
	justify-content: center !important;
	line-height: 1 !important;
	min-height: 34px !important;
	padding: 0 0 3px !important;
	position: absolute !important;
	right: 14px !important;
	top: 12px !important;
	width: 34px !important;
}

.nbform-formation-finder__close:hover {
	background: #fff1e7 !important;
	border-color: #ff9750 !important;
	transform: none !important;
}

.nbform-formation-finder__panel:not([hidden]) {
	display: flex;
	flex: 0 1 auto;
	flex-direction: column;
	min-height: 0;
	overflow: hidden;
}

.nbform-formation-finder__list {
	align-content: start;
	display: grid;
	flex: 0 1 auto;
	gap: 8px;
	grid-auto-rows: max-content;
	grid-template-columns: minmax(0, 1fr);
	min-height: 0;
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	padding: 2px 8px 2px 2px;
	scroll-snap-type: y proximity;
	scrollbar-color: #a1e2bb transparent;
	scrollbar-gutter: stable;
	scrollbar-width: thin;
}

.nbform-formation-finder__card {
	background: #fff;
	border: 1px solid #d8e4df;
	border-radius: 12px;
	column-gap: 11px;
	display: grid;
	grid-template-columns: 130px minmax(0, 1fr);
	grid-template-rows: auto minmax(0, 1fr) auto;
	min-height: 108px;
	padding: 9px 10px;
	scroll-snap-align: start;
	transition: border-color .2s ease, transform .2s ease;
}

.nbform-formation-finder__card:hover {
	border-color: #ff9750;
	transform: translateY(-1px);
}

.nbform-formation-finder__image {
	background: #eaf5f0;
	border-radius: 11px 0 0 11px;
	grid-column: 1;
	grid-row: 1 / 4;
	margin: -9px 0 -9px -10px;
	min-height: 106px;
	overflow: hidden;
}

.nbform-formation-finder__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.nbform-formation-finder__card h3 {
	color: #003f3a;
	font-family: Roboto, sans-serif;
	font-size: .9rem;
	font-weight: 700;
	grid-column: 2;
	grid-row: 1;
	line-height: 1.3;
	margin: 0 0 .35rem;
}

.nbform-formation-finder__card p {
	color: #394e4b;
	display: -webkit-box;
	font-size: .78rem;
	grid-column: 2;
	grid-row: 2;
	line-height: 1.3;
	max-height: 2.6em;
	margin: 0 0 .45rem;
	overflow: hidden;
	text-align: left !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.nbform-formation-finder__card a,
.nbform-formation-finder__all {
	color: #9b3600 !important;
	font-size: .78rem;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.nbform-formation-finder__card a {
	grid-column: 2;
	grid-row: 3;
	margin-top: .35rem;
}

.nbform-formation-finder__all {
	display: inline-block;
	margin-top: .8rem;
}

.nbform-formation-finder [hidden] {
	display: none !important;
}

@keyframes nbform-finder-open {
	from { opacity: 0; transform: translateY(-6px); }
	to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 899px) {
	.nbform-formation-finder {
		width: calc(100vw - 20px);
	}

	.nbform-formation-finder__search-row {
		grid-template-columns: 1fr;
		grid-template-rows: auto auto 130px;
	}

	.nbform-formation-finder__step {
		border-radius: 5px !important;
		height: auto;
		min-height: 0;
	}

	.nbform-formation-finder__offers {
		height: 130px;
	}

	.nbform-formation-finder__step:first-child {
		border-radius: 12px 12px 5px 5px !important;
	}

	.nbform-formation-finder__step:last-child {
		border-radius: 5px 5px 12px 12px !important;
	}

	.nbform-formation-finder__results {
		height: auto;
		max-height: var(--nbform-overlay-height, min(420px, 58vh));
		left: 0;
		right: auto;
		width: 100%;
	}
}

@media (max-width: 480px) {
	.nbform-formation-finder__mode span {
		height: var(--nbform-control-height);
		min-height: var(--nbform-control-height);
		padding: 6px 7px;
	}

	.nbform-formation-finder__preview-image {
		flex-basis: 70px;
	}

	.nbform-formation-finder__card {
		column-gap: 8px;
		grid-template-columns: 86px minmax(0, 1fr);
		min-height: 118px;
		padding: 8px;
	}

	.nbform-formation-finder__image {
		margin: -8px 0 -8px -8px;
		min-height: 116px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.nbform-formation-finder__results {
		animation: none;
	}

	.nbform-formation-finder__mode span,
	.nbform-formation-finder__preview,
	.nbform-formation-finder__card {
		transition: none !important;
		transform: none !important;
	}
}
