.me-cnss-explorer {
	--cnss-navy: #0d2442;
	--cnss-green: #0d8a54;
	--cnss-green-dark: #087244;
	--cnss-soft: #eef8f3;
	--cnss-line: #d8e4de;
	position: relative;
	left: 50%;
	box-sizing: border-box;
	width: min(1080px, calc(100vw - 32px));
	margin: 42px 0 46px;
	padding: 30px;
	transform: translateX(-50%);
	border: 1px solid #cadfd4;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 22px 60px rgba(13, 36, 66, .11);
	color: var(--cnss-navy);
	font-family: var(--me-font-sans, Arial, sans-serif);
}

.me-cnss-explorer *, .me-cnss-explorer *::before, .me-cnss-explorer *::after { box-sizing: border-box; }
.me-cnss-explorer__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 28px; }
.me-cnss-explorer__eyebrow, .me-cnss-explorer__label { display: block; margin-bottom: 7px; color: var(--cnss-green); font-size: 12px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.me-cnss-explorer__head h2 { max-width: 720px; margin: 0; color: var(--cnss-navy); font-size: clamp(28px, 3vw, 41px); line-height: 1.1; letter-spacing: -.035em; }
.me-cnss-explorer__head p { max-width: 710px; margin: 13px 0 0; color: #536174; font-size: 15px; line-height: 1.65; }
.me-cnss-explorer__source { flex: 0 0 auto; padding: 11px 15px; border: 1px solid #a9d1bb; border-radius: 999px; color: var(--cnss-green-dark); font-size: 13px; font-weight: 900; text-decoration: none; }
.me-cnss-explorer__source:hover, .me-cnss-explorer__source:focus-visible { border-color: var(--cnss-green); background: var(--cnss-soft); color: #075f38; }

.me-cnss-explorer__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 26px 0 14px; }
.me-cnss-explorer__stats div { display: flex; align-items: baseline; gap: 10px; padding: 15px 17px; border: 1px solid var(--cnss-line); border-radius: 14px; background: #f8fbf9; }
.me-cnss-explorer__stats strong { color: var(--cnss-green); font-size: 27px; line-height: 1; }
.me-cnss-explorer__stats span { color: #536174; font-size: 13px; font-weight: 750; }
.me-cnss-explorer__deadline { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; padding: 13px 16px; border: 1px solid #ead6a8; border-radius: 12px; background: #fff9e8; color: #6f4d09; font-size: 13px; line-height: 1.45; }
.me-cnss-explorer__deadline > span { font-size: 20px; }

.me-cnss-explorer__workspace { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 24px; align-items: start; }
.me-cnss-explorer__distribution { padding: 22px; border: 1px solid var(--cnss-line); border-radius: 18px; background: #fbfdfc; }
.me-cnss-explorer__donut { position: relative; display: grid; width: 190px; height: 190px; margin: 0 auto 23px; place-items: center; border-radius: 50%; background: conic-gradient(#0d8a54 0 59.375%, #3977e4 59.375% 81.25%, #d18a1f 81.25% 91.667%, #7a58a6 91.667% 100%); box-shadow: inset 0 0 0 1px rgba(13,36,66,.04); }
.me-cnss-explorer__donut::before { position: absolute; width: 118px; height: 118px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 1px var(--cnss-line); content: ''; }
.me-cnss-explorer__donut span { position: relative; z-index: 1; display: grid; color: #667085; font-size: 12px; text-align: center; }
.me-cnss-explorer__donut strong { color: var(--cnss-navy); font-size: 37px; line-height: 1; }
.me-cnss-explorer__distribution ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.me-cnss-explorer__distribution li { display: grid; grid-template-columns: 10px 1fr auto; gap: 8px; align-items: center; color: #536174; font-size: 12px; }
.me-cnss-explorer__distribution i { width: 10px; height: 10px; border-radius: 50%; background: #667085; }
.me-cnss-explorer__distribution i.is-cadre { background: #0d8a54; }
.me-cnss-explorer__distribution i.is-medecin { background: #3977e4; }
.me-cnss-explorer__distribution i.is-technicien { background: #d18a1f; }
.me-cnss-explorer__distribution i.is-juriste { background: #7a58a6; }
.me-cnss-explorer__distribution li strong { color: var(--cnss-navy); font-size: 14px; }

.me-cnss-explorer__profile-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; }
.me-cnss-explorer__profile-grid button { min-height: 112px; padding: 13px 10px; border: 1px solid var(--cnss-line); border-radius: 14px; background: #fff; color: var(--cnss-navy); cursor: pointer; font: inherit; text-align: left; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.me-cnss-explorer__profile-grid button:hover { border-color: #94c7ab; transform: translateY(-2px); }
.me-cnss-explorer__profile-grid button:focus-visible { outline: 3px solid rgba(13, 138, 84, .2); outline-offset: 2px; }
.me-cnss-explorer__profile-grid button[aria-pressed="true"] { border-color: var(--cnss-green); background: var(--cnss-soft); box-shadow: 0 7px 18px rgba(13, 138, 84, .09); }
.me-cnss-explorer__profile-grid button strong, .me-cnss-explorer__profile-grid button span, .me-cnss-explorer__profile-grid button small { display: block; }
.me-cnss-explorer__profile-grid button strong { color: var(--cnss-green); font-size: 25px; line-height: 1; }
.me-cnss-explorer__profile-grid button span { margin-top: 7px; font-size: 13px; font-weight: 900; }
.me-cnss-explorer__profile-grid button small { margin-top: 4px; color: #6b7787; font-size: 10px; line-height: 1.35; }

.me-cnss-explorer__result { margin-top: 13px; padding: 21px 22px; border: 1px solid #bdd9ca; border-radius: 17px; background: linear-gradient(135deg, #f7fcf9, #eef8f3); }
.me-cnss-explorer__result > span { color: var(--cnss-green-dark); font-size: 11px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.me-cnss-explorer__result h3 { margin: 6px 0 9px; color: var(--cnss-navy); font-size: 23px; }
.me-cnss-explorer__result > p { margin: 0; color: #4f5e70; font-size: 14px; line-height: 1.6; }
.me-cnss-explorer__result ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 15px 0; padding: 0; list-style: none; }
.me-cnss-explorer__result li { position: relative; padding: 10px 10px 10px 29px; border: 1px solid #d9e6df; border-radius: 10px; background: #fff; color: #3f4d5e; font-size: 11px; line-height: 1.45; }
.me-cnss-explorer__result li::before { position: absolute; top: 10px; left: 10px; color: var(--cnss-green); font-weight: 900; content: '✓'; }
.me-cnss-explorer__result p.me-cnss-explorer__atlas { padding: 11px 13px; border-radius: 10px; background: var(--cnss-navy); color: #eaf2ee; font-size: 12px; }
.me-cnss-explorer__atlas strong { color: #fff; }

.me-cnss-explorer__checklist { margin-top: 24px; padding: 22px; border: 1px solid var(--cnss-line); border-radius: 18px; background: #fff; }
.me-cnss-explorer__checklist-head { display: flex; align-items: end; justify-content: space-between; gap: 18px; }
.me-cnss-explorer__checklist-head h3 { margin: 0; color: var(--cnss-navy); font-size: 23px; }
.me-cnss-explorer__checklist-head > strong { color: var(--cnss-green); font-size: 24px; }
.me-cnss-explorer__meter { height: 7px; margin: 14px 0 17px; overflow: hidden; border-radius: 999px; background: #e5ece8; }
.me-cnss-explorer__meter span { display: block; width: 0; height: 100%; border-radius: inherit; background: var(--cnss-green); transition: width .25s ease; }
.me-cnss-explorer__checks { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.me-cnss-explorer__checks button { display: flex; min-height: 50px; align-items: center; gap: 10px; padding: 10px 12px; border: 1px solid var(--cnss-line); border-radius: 11px; background: #fff; color: #3f4d5e; cursor: pointer; font: inherit; font-size: 12px; font-weight: 750; text-align: left; }
.me-cnss-explorer__checks button > span { display: grid; flex: 0 0 25px; width: 25px; height: 25px; place-items: center; border: 1px solid #b7c6be; border-radius: 50%; color: transparent; }
.me-cnss-explorer__checks button[aria-pressed="true"] { border-color: #a4d2b9; background: var(--cnss-soft); }
.me-cnss-explorer__checks button[aria-pressed="true"] > span { border-color: var(--cnss-green); background: var(--cnss-green); color: #fff; }
.me-cnss-explorer__checks button:focus-visible { outline: 3px solid rgba(13, 138, 84, .2); outline-offset: 2px; }
.me-cnss-explorer__progress-message { margin: 14px 0 0; color: #536174; font-size: 12px; line-height: 1.5; }
.me-cnss-explorer__noscript { margin-top: 17px; padding: 14px; border: 1px solid #ead6a8; border-radius: 11px; background: #fff9e8; color: #6f4d09; font-size: 12px; }
.me-cnss-explorer__foot { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 24px; padding: 17px 19px; border-radius: 13px; background: var(--cnss-navy); color: #eaf2ee; }
.me-cnss-explorer__foot p { max-width: 58%; margin: 0; color: #eaf2ee; font-size: 11px; line-height: 1.55; }
.me-cnss-explorer__foot p strong { color: #fff; }
.me-cnss-explorer__foot a { padding: 11px 14px; border-radius: 9px; background: var(--cnss-green); color: #fff; font-size: 12px; font-weight: 900; text-align: center; text-decoration: none; }
.me-cnss-explorer__foot a:hover, .me-cnss-explorer__foot a:focus-visible { background: #0a7749; color: #fff; }

@media (max-width: 900px) {
	.me-cnss-explorer { padding: 23px; }
	.me-cnss-explorer__head, .me-cnss-explorer__foot { align-items: stretch; flex-direction: column; }
	.me-cnss-explorer__source { align-self: flex-start; }
	.me-cnss-explorer__workspace { grid-template-columns: 1fr; }
	.me-cnss-explorer__distribution { display: grid; grid-template-columns: 190px 1fr; gap: 24px; align-items: center; }
	.me-cnss-explorer__donut { margin-bottom: 0; }
	.me-cnss-explorer__foot p { max-width: none; }
}

@media (max-width: 620px) {
	.me-cnss-explorer { width: calc(100vw - 20px); margin-block: 30px; padding: 17px; border-radius: 18px; }
	.me-cnss-explorer__head h2 { font-size: 28px; overflow-wrap: anywhere; }
	.me-cnss-explorer__source { align-self: stretch; min-height: 46px; text-align: center; }
	.me-cnss-explorer__stats { grid-template-columns: 1fr; gap: 7px; }
	.me-cnss-explorer__stats div { justify-content: space-between; padding: 12px 14px; }
	.me-cnss-explorer__distribution { grid-template-columns: 1fr; }
	.me-cnss-explorer__donut { width: 175px; height: 175px; margin: 0 auto; }
	.me-cnss-explorer__profile-grid { grid-template-columns: repeat(2, 1fr); }
	.me-cnss-explorer__profile-grid button { min-height: 108px; }
	.me-cnss-explorer__result { padding: 18px; }
	.me-cnss-explorer__result ul { grid-template-columns: 1fr; }
	.me-cnss-explorer__checks { grid-template-columns: 1fr; }
	.me-cnss-explorer__checks button { min-height: 52px; }
}

@media (prefers-reduced-motion: reduce) {
	.me-cnss-explorer *, .me-cnss-explorer *::before, .me-cnss-explorer *::after { scroll-behavior: auto !important; transition: none !important; }
}
