.sf-formation-objectives {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.sf-formation-objectives__item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.sf-formation-objectives__icon {
	width: clamp(16px, 3%, 24px);
	height: auto;
	flex: 0 0 auto;
	object-fit: contain;
	margin-top: 0.15em;
}

.sf-formation-objectives__text {
	min-width: 0;
}

.sf-job-arrow-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.sf-job-arrow-list__item {
	align-items: flex-start;
	display: flex;
	gap: 10px;
}

.sf-job-arrow-list__arrow {
	color: #ffaa00;
	flex: 0 0 auto;
	font-weight: 800;
	line-height: 1.35;
}

.sf-job-arrow-list__text {
	min-width: 0;
}

.sf-job-offers-grid {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.sf-job-offers-grid__item {
	align-items: center;
	background: var(--sf-job-card-color, #7f98ff);
	border-radius: 14px;
	color: #000;
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 1fr) minmax(220px, 0.34fr);
	padding: 36px 40px;
}

.sf-job-offers-grid__title {
	font-size: 20px;
	font-weight: 800;
	line-height: 1.25;
	margin: 0 0 14px;
}

.sf-job-offers-grid__excerpt {
	font-size: 16px;
	line-height: 1.45;
	margin-bottom: 28px;
	max-width: 75ch;
}

.sf-job-offers-grid__excerpt p {
	margin: 0;
}

.sf-job-offers-grid__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	margin-bottom: 34px;
}

.sf-job-offers-grid__cta {
	background: linear-gradient(90deg, #ffaa00 0%, #ff5a14 100%);
	border-radius: 6px;
	color: #fff;
	display: inline-flex;
	font-weight: 800;
	padding: 16px 26px;
	text-decoration: none;
	text-transform: uppercase;
}

.sf-job-offers-grid__media {
	display: block;
	justify-self: end;
	text-decoration: none;
	width: 100%;
}

.sf-job-offers-grid__image {
	border-radius: 10px;
	display: block;
	height: auto;
	width: 100%;
}

@media (max-width: 767px) {
	.sf-formation-objectives {
		gap: 8px;
	}

	.sf-formation-objectives__item {
		gap: 10px;
	}

	.sf-formation-objectives__icon {
		width: clamp(14px, 5%, 20px);
	}

	.sf-job-offers-grid__item {
		grid-template-columns: 1fr;
		padding: 26px 22px;
	}

	.sf-job-offers-grid__media {
		justify-self: start;
		max-width: 320px;
	}
}

.sf-outils-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 32px;
}

.sf-outils-grid__link {
	color: inherit;
	display: block;
	text-decoration: none;
}

.sf-outils-grid__image {
	border-radius: 28px;
	display: block;
	height: auto;
	margin-bottom: 24px;
	width: 100%;
}

.sf-outils-grid__type {
	background: #000;
	border-radius: 999px;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	margin-bottom: 18px;
	padding: 10px 22px;
	text-transform: uppercase;
}

.sf-outils-grid__title {
	margin: 0 0 16px;
}

.sf-outils-grid__description {
	margin-bottom: 18px;
}

.sf-outils-grid__cta {
	color: #064bff;
	font-weight: 600;
}

.wybe-tool-filters,
.wybe-blog-filters {
	width: 100%;
}

.wybe-tool-filters__row,
.wybe-blog-filters__row {
	display: flex;
	flex-wrap: wrap;
	gap: 56px;
}

.wybe-tool-filters__field,
.wybe-blog-filters__field {
	flex: 1 1 320px;
	min-width: 320px;
}

.wybe-tool-filters__label,
.wybe-blog-filters__label {
	color: #020617;
	display: block;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.15;
	margin-bottom: 12px;
}

.wybe-tool-filters__select,
.wybe-blog-filters__select {
	appearance: none;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='10' viewBox='0 0 18 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1.5L9 8l7.5-6.5' fill='none' stroke='%235f6368' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-position: calc(100% - 24px) 50%;
	background-repeat: no-repeat;
	background-size: 18px 10px;
	border: 1px solid #b6b6b6;
	border-radius: 6px;
	color: #111;
	font-size: 24px;
	line-height: 1.2;
	padding: 18px 48px 18px 24px;
	width: 100%;
}

.wybe-tool-filters.is-loading .wybe-tool-filters__select,
.wybe-blog-filters.is-loading .wybe-blog-filters__select,
.elementor-widget-loop-grid.is-loading,
.sf-outils-grid.is-loading {
	opacity: 0.55;
	pointer-events: none;
	transition: opacity 180ms ease;
}

.wybe-tool-filters__reset,
.wybe-blog-filters__reset {
	display: inline-block;
	margin-top: 16px;
}

.wybe-tool-filters__submit,
.wybe-blog-filters__submit {
	margin-top: 16px;
}

.wybe-word-imported-post .entry-content,
.wybe-word-imported-post .elementor-widget-theme-post-content,
.wybe-word-imported-post .elementor-widget-theme-post-content .elementor-widget-container {
	color: #000;
	font-family: Inter, sans-serif;
}

.wybe-word-imported-post .elementor-widget-theme-post-content h2,
.wybe-word-imported-post .entry-content h2 {
	color: #8429eb;
	font-family: Barlow, sans-serif;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.15;
	margin: 3rem 0 1.15rem;
	text-transform: uppercase;
}

.wybe-word-imported-post .elementor-widget-theme-post-content h3,
.wybe-word-imported-post .entry-content h3 {
	color: #8429eb;
	font-family: Barlow, sans-serif;
	font-size: 1.45rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 2rem 0 0.9rem;
}

.wybe-word-imported-post .elementor-widget-theme-post-content h4,
.wybe-word-imported-post .entry-content h4 {
	color: #8429eb;
	font-family: Barlow, sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.25;
	margin: 1.8rem 0 0.8rem;
}

.wybe-word-imported-post .elementor-widget-theme-post-content p,
.wybe-word-imported-post .elementor-widget-theme-post-content li,
.wybe-word-imported-post .entry-content p,
.wybe-word-imported-post .entry-content li {
	color: #000;
	font-family: Inter, sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.65;
}

.wybe-word-imported-post .elementor-widget-theme-post-content p,
.wybe-word-imported-post .entry-content p {
	margin: 0 0 1.35rem;
}

.wybe-word-imported-post .elementor-widget-theme-post-content a,
.wybe-word-imported-post .entry-content a {
	color: #8429eb;
	text-decoration: none;
}

.wybe-word-imported-post .elementor-widget-theme-post-content a:hover,
.wybe-word-imported-post .elementor-widget-theme-post-content a:focus,
.wybe-word-imported-post .entry-content a:hover,
.wybe-word-imported-post .entry-content a:focus {
	text-decoration: underline;
}

.wybe-word-imported-post .elementor-widget-theme-post-content ul,
.wybe-word-imported-post .elementor-widget-theme-post-content ol,
.wybe-word-imported-post .entry-content ul,
.wybe-word-imported-post .entry-content ol {
	margin: 0 0 1.5rem 1.4rem;
	padding: 0;
}

.wybe-word-imported-post .elementor-widget-theme-post-content ul,
.wybe-word-imported-post .entry-content ul {
	list-style: none;
	margin-left: 0;
}

.wybe-word-imported-post .elementor-widget-theme-post-content ul li,
.wybe-word-imported-post .entry-content ul li {
	padding-left: 1.8rem;
	position: relative;
}

.wybe-word-imported-post .elementor-widget-theme-post-content ul li::before,
.wybe-word-imported-post .entry-content ul li::before {
	color: #8429eb;
	content: "→";
	font-weight: 700;
	left: 0;
	position: absolute;
	top: 0;
}

.wybe-word-imported-post .elementor-widget-theme-post-content figure,
.wybe-word-imported-post .entry-content figure {
	margin: 2rem 0;
}

.wybe-word-imported-post .elementor-widget-theme-post-content figcaption,
.wybe-word-imported-post .entry-content figcaption {
	color: #000;
	font-family: Inter, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 0.75rem;
}

.wybe-word-import-toc {
	background: #f4f4f4;
	border-left: 12px solid #8429eb;
	border-radius: 0 14px 14px 0;
	margin: 0 0 3rem;
	padding: 2.25rem 3rem;
}

.wybe-word-import-toc__title {
	color: #8429eb !important;
	font-family: Inter, sans-serif !important;
	font-size: 1.5rem !important;
	font-weight: 400 !important;
	line-height: 1.2 !important;
	margin: 0 0 1.25rem !important;
}

.wybe-word-import-toc__list {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
}

.wybe-word-import-toc__item {
	margin: 0 0 0.6rem !important;
}

.wybe-word-import-toc__item--level-3 {
	margin-left: 1.2rem !important;
}

.wybe-word-import-toc__item--level-4 {
	margin-left: 2.4rem !important;
}

.wybe-word-import-toc__link {
	color: #8429eb !important;
	font-family: Inter, sans-serif !important;
	font-size: 1.2rem !important;
	font-weight: 400 !important;
	line-height: 1.35 !important;
	text-decoration: none !important;
}

.wybe-word-import-toc__link::before {
	content: "> ";
}

.wybe-word-import-toc__link:hover,
.wybe-word-import-toc__link:focus {
	text-decoration: underline !important;
}

@media (max-width: 767px) {
	.wybe-tool-filters__row,
	.wybe-blog-filters__row {
		gap: 24px;
	}

	.wybe-tool-filters__field,
	.wybe-blog-filters__field {
		min-width: 100%;
	}

	.wybe-tool-filters__label,
	.wybe-blog-filters__label {
		font-size: 24px;
	}

	.wybe-tool-filters__select,
	.wybe-blog-filters__select {
		font-size: 18px;
	}

	.wybe-word-imported-post .elementor-widget-theme-post-content h2,
	.wybe-word-imported-post .entry-content h2 {
		font-size: 1.85rem;
	}

	.wybe-word-imported-post .elementor-widget-theme-post-content h3,
	.wybe-word-imported-post .entry-content h3 {
		font-size: 1.25rem;
	}

	.wybe-word-imported-post .elementor-widget-theme-post-content h4,
	.wybe-word-imported-post .entry-content h4 {
		font-size: 1.1rem;
	}

	.wybe-word-imported-post .elementor-widget-theme-post-content p,
	.wybe-word-imported-post .elementor-widget-theme-post-content li,
	.wybe-word-imported-post .entry-content p,
	.wybe-word-imported-post .entry-content li {
		font-size: 1rem !important;
	}

	.wybe-word-import-toc {
		border-left-width: 8px;
		border-radius: 0 12px 12px 0;
		padding: 1.6rem 1.3rem 1.6rem 1.6rem;
	}

	.wybe-word-import-toc__title {
		font-size: 1.35rem !important;
		margin-bottom: 1rem !important;
	}

	.wybe-word-import-toc__link {
		font-size: 1rem !important;
	}
}

.sf-good-quiz {
	color: #000;
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	max-width: 920px;
	width: 100%;
}

.sf-good-quiz__prompt {
	align-items: center;
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 1.15fr) minmax(180px, 0.85fr);
	margin-bottom: 28px;
}

.sf-good-quiz__prompt-text {
	min-width: 0;
}

.sf-good-quiz__image {
	justify-self: end;
	max-width: 320px;
	width: 100%;
}

.sf-good-quiz__image img {
	border-radius: 8px;
	display: block;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.sf-good-quiz__progress {
	background: #f1f1f1;
	border-radius: 999px;
	height: 34px;
	margin-bottom: 32px;
	overflow: hidden;
	position: relative;
}

.sf-good-quiz__progress-bar {
	align-items: center;
	background: #ffaa00;
	border-radius: inherit;
	display: flex;
	height: 100%;
	justify-content: center;
	min-width: 54px;
	transition: width 220ms ease;
}

.sf-good-quiz__progress-value {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}

.sf-good-quiz__step {
	background: #fff;
}

.sf-good-quiz__question {
	color: #000;
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: clamp(20px, 2.2vw, 30px);
	font-weight: 700;
	line-height: 1.25;
	margin: 0;
}

.sf-good-quiz__answers {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 32px;
}

.sf-good-quiz__answer {
	align-items: center;
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	cursor: pointer;
	display: flex;
	gap: 14px;
	padding: 16px 18px;
	transition: border-color 160ms ease, background-color 160ms ease;
}

.sf-good-quiz__answer:hover {
	background: #fafafa;
	border-color: #cfcfcf;
}

.sf-good-quiz__answer input {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.sf-good-quiz__answer-bubble {
	border: 2px solid #111;
	border-radius: 999px;
	flex: 0 0 20px;
	height: 20px;
	position: relative;
	width: 20px;
}

.sf-good-quiz__answer input:checked + .sf-good-quiz__answer-bubble::after {
	background: #ffaa00;
	border-radius: 999px;
	content: "";
	height: 10px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 10px;
}

.sf-good-quiz__answer:has(input:checked),
.sf-good-quiz__answer.is-selected {
	border-color: #ffaa00;
}

.sf-good-quiz__answer-text {
	font-size: 18px;
	line-height: 1.45;
}

.sf-good-quiz__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.sf-good-quiz .sf-good-quiz__button,
.sf-good-quiz button.sf-good-quiz__button {
	appearance: none !important;
	border: 0 !important;
	border-radius: 8px !important;
	box-shadow: none !important;
	cursor: pointer !important;
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	min-height: 0 !important;
	padding: 16px 24px !important;
	text-decoration: none !important;
	text-transform: none !important;
	transition: opacity 160ms ease, transform 160ms ease !important;
}

.sf-good-quiz .sf-good-quiz__button:hover,
.sf-good-quiz button.sf-good-quiz__button:hover {
	transform: translateY(-1px) !important;
}

.sf-good-quiz .sf-good-quiz__button:disabled,
.sf-good-quiz button.sf-good-quiz__button:disabled {
	cursor: not-allowed !important;
	opacity: 0.45 !important;
	transform: none !important;
}

.sf-good-quiz .sf-good-quiz__button--next,
.sf-good-quiz .sf-good-quiz__button--submit,
.sf-good-quiz button.sf-good-quiz__button--next,
.sf-good-quiz button.sf-good-quiz__button--submit {
	background: #ffaa00 !important;
	color: #fff !important;
}

.sf-good-quiz .sf-good-quiz__button--prev,
.sf-good-quiz .sf-good-quiz__button--restart,
.sf-good-quiz button.sf-good-quiz__button--prev,
.sf-good-quiz button.sf-good-quiz__button--restart {
	background: #e8e8e8 !important;
	color: #000 !important;
}

.sf-good-quiz__results {
	margin-top: 32px;
}

.sf-good-quiz__score {
	color: #128a3a;
	font-size: clamp(28px, 4vw, 46px);
	font-weight: 800;
	line-height: 1.1;
	margin: 0 0 18px;
}

.sf-good-quiz__more {
	background: #f2f2f2;
	border-radius: 8px;
	margin-bottom: 32px;
	padding: 22px 24px;
}

.sf-good-quiz__more p,
.sf-good-quiz__more ul {
	margin: 0 0 10px;
}

.sf-good-quiz__more ul {
	padding-left: 22px;
}

.sf-good-quiz__recap {
	display: flex;
	flex-direction: column;
	gap: 18px;
	margin-bottom: 28px;
}

.sf-good-quiz__recap-item {
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	padding: 20px;
}

.sf-good-quiz__recap-item h3 {
	color: #000;
	font-size: 20px;
	line-height: 1.3;
	margin: 0 0 12px;
}

.sf-good-quiz__recap-item p {
	margin: 0 0 8px;
}

.sf-good-quiz__explanation {
	background: #fff8e8;
	border-left: 4px solid #ffaa00;
	margin-top: 14px !important;
	padding: 12px 14px;
}

@media (max-width: 767px) {
	.sf-good-quiz__prompt {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.sf-good-quiz__image {
		justify-self: start;
		max-width: 240px;
	}

	.sf-good-quiz__progress {
		margin-bottom: 24px;
	}

	.sf-good-quiz__answer {
		align-items: flex-start;
		padding: 14px;
	}

	.sf-good-quiz__answer-text {
		font-size: 16px;
	}

	.sf-good-quiz__button {
		width: 100%;
	}
}
