.sat-job-offers-list {
	display: grid;
	gap: 22px;
}

.sat-job-empty {
	background: #f1fbff;
	border-left: 4px solid #fdcc05;
	color: #000066;
	margin: 0;
	padding: 18px 20px;
}

.sat-job-card {
	background: #fff;
	border: 1px solid #e4e7ef;
	border-radius: 6px;
	box-shadow: 0 16px 34px rgba(2, 26, 71, .08);
	color: #000066;
	padding: 24px;
}

.sat-job-card--single {
	margin: 0 auto;
	max-width: 980px;
}

.sat-job-card__header {
	align-items: flex-start;
	border-bottom: 1px solid #dce4f2;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	padding-bottom: 16px;
}

.sat-job-card__number {
	color: #021a47;
	font-size: 13px;
	font-weight: 800;
	margin: 0 0 6px;
	text-transform: uppercase;
}

.sat-job-card__title {
	color: #203864;
	font-size: clamp(19px, 1.6vw, 23px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.15;
	margin: 0;
	text-transform: uppercase;
}

.sat-job-card__intro {
	color: #111;
	font-size: 16px;
	margin: 10px 0 0;
}

.sat-job-card__link,
.sat-job-card__download,
.sat-job-card__apply-button {
	align-items: center;
	background: #fdcc05;
	border-radius: 70px;
	color: #fff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	min-height: 42px;
	padding: 0 20px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.sat-job-card__link:hover,
.sat-job-card__download:hover,
.sat-job-card__apply-button:hover {
	background: #2f3985;
	color: #fff;
}

.sat-job-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 18px 0 0;
}

.sat-job-card__meta span {
	background: #f1fbff;
	border-radius: 4px;
	color: #203864;
	font-size: 13px;
	padding: 8px 10px;
}

.sat-job-card__body {
	display: grid;
	gap: 20px;
	margin-top: 24px;
}

.sat-job-section h4 {
	color: #fdcc05;
	font-size: 18px;
	font-weight: 800;
	margin: 0 0 10px;
}

.sat-job-section p {
	margin: 0;
}

.sat-job-section ul {
	margin: 0;
	padding-left: 28px;
}

.sat-job-section li + li {
	margin-top: 5px;
}

.sat-job-card__footer {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: space-between;
	margin-top: 24px;
}

/* Compact offer preview used inside the Careers accordion. */
.sat-job-card--summary {
	border-color: #dfe5ef;
	box-shadow: 0 18px 44px rgba(7, 26, 60, .08);
	padding: clamp(24px, 3.2vw, 42px);
}

.sat-job-card--summary .sat-job-card__header {
	gap: clamp(20px, 4vw, 56px);
	padding-bottom: clamp(24px, 3vw, 34px);
}

.sat-job-card--summary .sat-job-card__number {
	font-size: 14px;
	margin-bottom: 14px;
}

.sat-job-card--summary .sat-job-card__title {
	color: #071a3c;
	font-size: clamp(22px, 2.4vw, 34px);
	line-height: 1.12;
}

.sat-job-card--summary .sat-job-card__intro {
	font-size: clamp(15px, 1.5vw, 18px);
	line-height: 1.65;
	margin-top: 14px;
}

body .sat-job-card--summary .sat-job-card__link {
	background: #fdcc05;
	color: #071a3c;
	flex: 0 0 auto;
	min-height: 48px;
	padding-inline: 26px;
}

body .sat-job-card--summary .sat-job-card__link:hover,
body .sat-job-card--summary .sat-job-card__link:focus-visible {
	background: #071a3c;
	color: #fff;
}

.sat-job-card--summary .sat-job-card__meta {
	gap: 12px;
	margin-top: clamp(22px, 3vw, 32px);
}

.sat-job-card--summary .sat-job-card__meta span {
	background: #f1f8fc;
	font-size: 14px;
	padding: 10px 13px;
}

.sat-job-card--summary .sat-job-card__body--summary {
	display: block;
	margin-top: clamp(28px, 4vw, 42px);
}

.sat-job-card--summary .sat-job-section h4 {
	color: #071a3c;
	font-size: clamp(20px, 2vw, 28px);
	margin-bottom: 12px;
}

.sat-job-card--summary .sat-job-section p {
	color: #172c58;
	font-size: clamp(15px, 1.45vw, 18px);
	line-height: 1.7;
}

/* Direct careers listing: concise title, contract and action only. */
.sat-job-offers-list--minimal {
	gap: 14px;
}

.sat-job-card--minimal {
	align-items: center;
	border-color: #dfe5ef;
	box-shadow: 0 12px 32px rgba(7, 26, 60, .07);
	display: flex;
	gap: clamp(18px, 4vw, 54px);
	justify-content: space-between;
	padding: clamp(20px, 2.5vw, 30px);
}

.sat-job-card__minimal-main {
	align-items: center;
	display: flex;
	flex: 1 1 auto;
	flex-wrap: wrap;
	gap: 12px 20px;
	min-width: 0;
}

.sat-job-card--minimal .sat-job-card__title {
	color: #071a3c;
	font-size: clamp(18px, 1.6vw, 24px);
	line-height: 1.2;
}

.sat-job-card__contract {
	background: #f1f8fc;
	border-radius: 4px;
	color: #203864;
	font-size: 13px;
	padding: 8px 11px;
	white-space: nowrap;
}

body .sat-job-card--minimal .sat-job-card__link {
	background: #fdcc05;
	color: #071a3c;
	flex: 0 0 auto;
	min-height: 46px;
	padding-inline: 24px;
}

body .sat-job-card--minimal .sat-job-card__link:hover,
body .sat-job-card--minimal .sat-job-card__link:focus-visible {
	background: #071a3c;
	color: #fff;
}

.sat-job-card__apply {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0;
}

.sat-job-card__apply a {
	color: #1c62af;
	font-weight: 700;
}

.sat-job-card__apply .sat-job-card__apply-button {
	color: #111827;
}

.sat-job-card__external {
	color: #203864;
	font-size: 12px;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.sat-job-application {
	align-items: stretch;
	background: #07152f;
	border-radius: 8px;
	color: #fff;
	display: grid;
	gap: 0;
	grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
	margin-top: clamp(38px, 6vw, 72px);
	overflow: hidden;
}

.sat-job-application__intro {
	background: #0a1d3e;
	padding: clamp(34px, 5vw, 64px);
	position: relative;
}

.sat-job-application__intro::after {
	background: #fdcc05;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 84px;
}

.sat-job-application__eyebrow {
	color: #fdcc05;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.sat-job-application__intro h2 {
	color: #fff;
	font-size: clamp(28px, 3vw, 42px);
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0 0 20px;
}

body .sat-job-application__intro h2 {
	color: #fff !important;
}

body .sat-job-card:not(.sat-job-card--single) .sat-job-card__title {
	font-size: clamp(19px, 1.6vw, 23px) !important;
}

.sat-job-application__intro > p:not(.sat-job-application__eyebrow) {
	color: rgba(255, 255, 255, .76);
	font-size: 15px;
	line-height: 1.75;
	margin: 0;
}

.sat-job-application__trust {
	display: grid;
	gap: 12px;
	list-style: none;
	margin: 30px 0 0;
	padding: 0;
}

.sat-job-application__trust li {
	align-items: center;
	display: flex;
	font-size: 13px;
	font-weight: 700;
	gap: 10px;
}

.sat-job-application__trust li::before {
	align-items: center;
	background: #fdcc05;
	border-radius: 50%;
	color: #07152f;
	content: "✓";
	display: inline-flex;
	font-size: 11px;
	font-weight: 900;
	height: 22px;
	justify-content: center;
	width: 22px;
}

.sat-job-application__form {
	background: #fff;
	color: #182238;
	padding: clamp(34px, 5vw, 64px);
}

.sat-job-form-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sat-job-field {
	display: grid;
	gap: 7px;
	min-width: 0;
}

.sat-job-field--wide {
	grid-column: 1 / -1;
}

.sat-job-field label,
.sat-job-verification label {
	color: #111827;
	font-size: 13px;
	font-weight: 800;
}

.sat-job-field input,
.sat-job-field select,
.sat-job-field textarea,
.sat-job-verification input {
	background: #f7f9fc;
	border: 1px solid #d9e0ea;
	border-radius: 5px;
	box-sizing: border-box;
	color: #111827;
	font: inherit;
	font-size: 15px;
	min-height: 48px;
	padding: 11px 13px;
	width: 100%;
}

.sat-job-field textarea {
	min-height: 124px;
	resize: vertical;
}

.sat-job-field input:focus,
.sat-job-field select:focus,
.sat-job-field textarea:focus,
.sat-job-verification input:focus {
	border-color: #c79e00;
	box-shadow: 0 0 0 3px rgba(253, 204, 5, .22);
	outline: 0;
}

.sat-job-phone-field {
	display: grid;
	gap: 8px;
	grid-template-columns: minmax(132px, .82fr) minmax(0, 1.18fr);
}

.sat-job-field--file input {
	background: #fff;
	border-style: dashed;
	padding: 10px;
}

.sat-job-field small,
.sat-job-verification p {
	color: #68758a;
	font-size: 12px;
	margin: 0;
}

.sat-job-honeypot {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.sat-job-consent {
	align-items: flex-start;
	color: #536173;
	display: flex;
	font-size: 12px;
	gap: 10px;
	line-height: 1.55;
	margin-top: 22px;
}

.sat-job-consent input {
	accent-color: #c79e00;
	flex: 0 0 auto;
	margin-top: 3px;
}

.sat-job-verification {
	background: #fff9de;
	border-left: 4px solid #fdcc05;
	display: grid;
	gap: 8px;
	margin-top: 22px;
	padding: 18px;
}

.sat-job-verification[hidden] {
	display: none;
}

.sat-job-verification input {
	font-size: 22px;
	font-weight: 800;
	letter-spacing: .18em;
	max-width: 210px;
	text-align: center;
}

.sat-job-application__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.sat-job-button {
	align-items: center;
	background: #fdcc05;
	border: 0;
	border-radius: 999px;
	color: #111827;
	cursor: pointer;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	justify-content: center;
	min-height: 48px;
	padding: 0 24px;
}

.sat-job-button--submit {
	background: #0a1d3e;
	color: #fff;
}

.sat-job-button[hidden] {
	display: none;
}

.sat-job-button:disabled {
	cursor: wait;
	opacity: .58;
}

.sat-job-application__status {
	border-radius: 4px;
	font-size: 13px;
	font-weight: 700;
	margin: 0;
	outline: 0;
}

.sat-job-application__status:not(:empty) {
	margin-bottom: 20px;
	padding: 13px 15px;
}

.sat-job-application__status.is-pending {
	background: #eef4ff;
	color: #1c4c8b;
}

.sat-job-application__status.is-success {
	background: #e9f8ef;
	color: #17643a;
}

.sat-job-application__status.is-error {
	background: #fff0f0;
	color: #9f2727;
}

.sat-job-native-content {
	margin: 30px auto 0;
	max-width: 980px;
}

.sat-job-admin-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sat-job-admin-field label {
	display: block;
	font-weight: 700;
	margin-bottom: 6px;
}

.sat-job-admin-field input,
.sat-job-admin-field textarea {
	box-sizing: border-box;
	width: 100%;
}

.sat-job-admin-field--textarea {
	grid-column: 1 / -1;
}

@media (max-width: 720px) {
	.sat-job-card--minimal {
		align-items: flex-start;
		flex-direction: column;
	}

	.sat-job-card--minimal .sat-job-card__link {
		justify-content: center;
		width: 100%;
	}

	.sat-job-card,
	.sat-job-card__header,
	.sat-job-card__footer {
		display: block;
	}

	.sat-job-card__link,
	.sat-job-card__download {
		margin-top: 16px;
	}

	.sat-job-card--summary .sat-job-card__link {
		width: 100%;
	}

	.sat-job-admin-grid {
		grid-template-columns: 1fr;
	}

	.sat-job-application,
	.sat-job-form-grid {
		grid-template-columns: 1fr;
	}

	.sat-job-field--wide {
		grid-column: auto;
	}

	.sat-job-phone-field {
		grid-template-columns: 1fr;
	}
}

/* SAT 1.2.0: candidature progressive en fenêtre modale. */
html.sat-job-modal-open {
	overflow: hidden;
}

.sat-job-modal {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	opacity: 0;
	padding: 24px;
	position: fixed;
	transition: opacity .22s ease;
	z-index: 999999;
}

.sat-job-modal[hidden] {
	display: none;
}

.sat-job-modal.is-open {
	opacity: 1;
}

.sat-job-modal__backdrop {
	background: rgba(3, 16, 39, .82);
	border: 0;
	inset: 0;
	padding: 0;
	position: absolute;
}

.sat-job-modal .sat-job-application {
	background: #fff;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 8px;
	box-shadow: 0 30px 90px rgba(0, 10, 35, .38);
	color: #182238;
	display: block;
	margin: 0;
	max-height: calc(100vh - 48px);
	max-width: 780px;
	overflow: auto;
	position: relative;
	transform: translateY(18px) scale(.985);
	transition: transform .22s ease;
	width: 100%;
	z-index: 1;
}

.sat-job-modal.is-open .sat-job-application {
	transform: translateY(0) scale(1);
}

.sat-job-application__header {
	align-items: flex-start;
	background: #071a3c;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	padding: 28px 34px 24px;
	position: relative;
}

.sat-job-application__header::after {
	background: #fdcc05;
	bottom: 0;
	content: "";
	height: 4px;
	left: 34px;
	position: absolute;
	width: 72px;
}

.sat-job-application__header h2,
body .sat-job-application__header h2 {
	color: #fff !important;
	font-size: clamp(23px, 3vw, 34px);
	line-height: 1.15;
	margin: 0;
}

.sat-job-application__header .sat-job-application__eyebrow {
	margin-bottom: 8px;
}

.sat-job-modal__close {
	align-items: center;
	background: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 40px;
	font-size: 28px;
	height: 40px;
	justify-content: center;
	line-height: 1;
	padding: 0 0 3px;
	transition: background .2s ease, color .2s ease;
	width: 40px;
}

.sat-job-modal__close:hover,
.sat-job-modal__close:focus-visible {
	background: #fdcc05;
	color: #071a3c;
	outline: 0;
}

.sat-job-progress {
	background: #f7f9fc;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	list-style: none;
	margin: 0;
	padding: 20px 34px;
}

.sat-job-progress[hidden] {
	display: none;
}

.sat-job-progress li {
	align-items: center;
	color: #758096;
	display: flex;
	font-size: 11px;
	font-weight: 800;
	gap: 8px;
	letter-spacing: .03em;
	position: relative;
	text-transform: uppercase;
}

.sat-job-progress li:not(:last-child)::after {
	background: #dce3ed;
	content: "";
	height: 1px;
	position: absolute;
	right: 12px;
	top: 15px;
	width: calc(100% - 116px);
}

.sat-job-progress span {
	align-items: center;
	background: #dce3ed;
	border-radius: 50%;
	color: #536173;
	display: inline-flex;
	font-size: 12px;
	height: 30px;
	justify-content: center;
	width: 30px;
}

.sat-job-progress .is-active,
.sat-job-progress .is-complete {
	color: #071a3c;
}

.sat-job-progress .is-active span {
	background: #fdcc05;
	color: #071a3c;
}

.sat-job-progress .is-complete span {
	background: #16815f;
	color: #fff;
}

.sat-job-modal .sat-job-application__form {
	padding: 30px 34px 34px;
}

.sat-job-step {
	animation: satJobStepIn .28s ease both;
}

.sat-job-step[hidden] {
	display: none;
}

.sat-job-step[data-sat-job-step="2"] {
	margin: 14px auto 0;
	max-width: 430px;
	text-align: center;
}

.sat-job-step[data-sat-job-step="2"] .sat-job-application__actions {
	justify-content: center;
}

.sat-job-modal .sat-job-verification {
	border: 1px solid #e4d16e;
	border-left: 4px solid #fdcc05;
	margin-top: 0;
	padding: 24px;
}

.sat-job-modal .sat-job-verification input {
	margin: 4px auto;
}

.sat-job-confirmation {
	padding: 34px 12px 22px;
	text-align: center;
}

.sat-job-confirmation__icon {
	align-items: center;
	background: #e8f7ef;
	border: 1px solid #a9ddc3;
	border-radius: 50%;
	color: #16815f;
	display: inline-flex;
	font-size: 32px;
	font-weight: 900;
	height: 72px;
	justify-content: center;
	width: 72px;
}

.sat-job-confirmation h3 {
	color: #071a3c;
	font-size: 26px;
	margin: 20px 0 10px;
	outline: 0;
}

.sat-job-confirmation p {
	color: #536173;
	font-size: 15px;
	margin: 0 auto;
	max-width: 520px;
}

@keyframes satJobStepIn {
	from { opacity: 0; transform: translateY(8px); }
	to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 620px) {
	.sat-job-modal {
		align-items: flex-end;
		padding: 0;
	}

	.sat-job-modal .sat-job-application {
		border-radius: 8px 8px 0 0;
		max-height: 94vh;
	}

	.sat-job-application__header,
	.sat-job-modal .sat-job-application__form {
		padding-left: 20px;
		padding-right: 20px;
	}

	.sat-job-application__header::after {
		left: 20px;
	}

	.sat-job-progress {
		padding: 16px 20px;
	}

	.sat-job-progress li {
		font-size: 0;
		justify-content: center;
	}

	.sat-job-progress li:not(:last-child)::after {
		right: -22%;
		width: 44%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sat-job-modal,
	.sat-job-modal .sat-job-application,
	.sat-job-step {
		animation: none;
		transition: none;
	}
}
