html,body {
	font-family:'Roboto','Helvetica Neue',Arial,sans-serif;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	text-rendering:optimizeLegibility;
	font-size:13px;
	color:#000;
	background:#484848;
	width: 100%;
	height:100%;
	overflow: hidden;
	line-height: 1 !important;
}

html,body,div,img {
	margin:0;
	padding:0;
}

*{
	margin: 0;
}

.txt-left{
	text-align: left;
}
/* masque le bouton retour par défaut */

div.presReturn{
	display: none !important;
}

/* masquer le menu par défaut */

div.tempheader{

	display: none !important;

}

/* fonts*/

@font-face {
	font-family: 'Gotham Book';
	font-style: normal;
	font-weight: normal;
	src: url('../images/fonts/Gotham-Book.woff') format('woff');
}

@font-face {
 font-family: 'Gotham Italic';
 font-style: italic;
 font-weight: normal;
 src: url('../images/fonts/Gotham-BookItalic.woff') format('woff');
}


@font-face {
	font-family: 'Gotham Bold';
	font-style: normal;
	font-weight: bold;
	src: url('../images/fonts/Gotham-Bold.woff') format('woff');
}

@font-face {
	font-family: 'Gotham Black';
	font-style: normal;
	font-weight: 900;
	src: url('../images/fonts/Gotham-Black.woff') format('woff');
}

@font-face {
	font-family: 'Gotham Light';
	font-style: normal;
	font-weight: 300;
	src: url('../images/fonts/Gotham-Light.woff') format('woff');
}

@font-face{font-family:'Roboto';src:url('../images/fonts/Roboto-300.woff') format('woff2');font-weight:300;font-style:normal;font-display:swap;}
@font-face{font-family:'Roboto';src:url('../images/fonts/Roboto-400.woff') format('woff2');font-weight:400;font-style:normal;font-display:swap;}
@font-face{font-family:'Roboto';src:url('../images/fonts/Roboto-700.woff') format('woff2');font-weight:700;font-style:normal;font-display:swap;}

/* VIEWPORT */

.plasma-viewport {
	position: fixed;
	inset: 0;
	overflow: hidden;
	background: #06151f;
}

/* APP */

.plasma-app {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;left:0;right:0;bottom: 0;
}

/* BUTTON */

.plasma-app button {
	font-family:'Roboto','Helvetica Neue',Arial,sans-serif;
	cursor: pointer;
	border: none;
	background: none;
}

/* BACKGROUND */

.plasma-bg-layer{
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	opacity: 0;
	transition: opacity 1.1s ease;
	z-index: 1;
}

.plasma-bg-layer.show{opacity:1;}

/* VIDEO */

.plasma-video {
	object-fit: cover;
	width: 100%;
	height: 100%;
}


/* HEADER */

.plasma-header {
	position: absolute;
	margin: 0 auto;
	top: 18px;
	left:50%;
	transform:translateX(-50%);
	width: 82vw;
	height: 10vh;
	min-height: 70px;
	z-index: 60;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.4% 1% 0.4% 0.4%;
	border-radius: 9999px;
	background: linear-gradient(90deg, #94DCE1 0%, #00A1C5 100%);
}


.plasma-header .logo-seg {
	position: relative;
	width: 15%;
	max-width: 200px;
	height: 98%;
	background: #fff;
	border-radius: 9999px;
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 1.5%;
}

.plasma-header .logo-seg img {
	height: 80%;
	width: auto;
}

.plasma-header .title-seg {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 1%;
	padding: 0 0 0 3%;
	color: #fff;
	min-width: 0;
}

.plasma-header .title-seg .m-num {
	font-weight: 300;
	font-size: 2.5rem;
	white-space: nowrap;
	line-height: 1;
}

.plasma-header .right {
	margin-left: auto;
	display: flex;
	align-items: center;
	gap: 30px;
	flex: 0 0 auto;
}

.plasma-header .progress-wrap {
	display: flex;
	flex-direction: column;
	gap: 7px;
	width: 50%;
	color: #fff;
}

.plasma-header .progress-wrap .top {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	height: 30%;
}

.plasma-header .progress-wrap .lbl {
	font-size: 1.3rem;
	font-weight: 400;
}

.plasma-header .progress-wrap .pct {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: .75;
}

.plasma-header .progress-bar {
	height: 5px;
	border-radius: 20px;
	background: #fff;
	overflow: hidden;
}
.plasma-header .progress-bar > i {
	display: block;
	height: 100%;
	width: 0;
	background: #FF0000;
	transition: width .6s ease;
}

.plasma-header .icons {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
}

.plasma-header .hicon {
	width: 60%;
	height: 60%;
	aspect-ratio: 1;
	border-radius: 9999px;
	background: rgba(0, 161, 197, .5);
	border: .8px solid rgba(255, 255, 255, .5);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .18s;
}

.muted {
	color: #9097a0;
}

.plasma-header .hicon.muted img {
	opacity: .5;
}

.plasma-header .hicon:hover {
	background: rgba(0, 161, 197, .78);
}

.plasma-header .hicon img {
	display: inline-block;
	width: 70%;
	height: 70%;
	filter: brightness(0) invert(1);
}


/* ============================================================
   FOOTER  (onglet blanc : texte InfoMed + logo LFB + référence)
   ============================================================ */
   
.plasma-footer{position:absolute;bottom:0;justify-self: center;z-index:55;left:50%;bottom:0;transform:translateX(-50%);
		background:#fff;border-radius:18px 18px 0 0;padding:1% 2%;display:flex;align-items:center;gap:24px;}
.plasma-footer .imed{font-size:13px;line-height:1.35;color:#717274;font-weight:400;text-align:center;}
.plasma-footer .imed a{color:#74B2CC;font-weight:700;text-decoration:underline;}
.plasma-footer .lfb-logo{height:20px;width:auto;}
.plasma-footer .ref{font-size:13px;color:#717274;font-weight:400;white-space:nowrap;}
.vside{position:absolute;right:10px;top:50%;transform:translateY(-50%) rotate(180deg);writing-mode:vertical-rl;
	   color:#fff;font-size:21px;z-index:55;text-shadow:0 1px 4px rgba(0,0,0,.35);}
.map-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1;}


/* ---------- Overlays ---------- */
/* z-index 45 : la vidéo joue derrière le header/footer/bandeau (interface conservée) */
.plasma-video-overlay{position:absolute;inset:0;z-index:45;background:#06151f;display:none;align-items:center;justify-content:center;}
.plasma-video-overlay.show{display:flex;}
.plasma-video-overlay video{width:100%;height:100%;object-fit:cover;}
.plasma-video-overlay .skip-video{position:absolute;right:34px;bottom:130px;z-index:62;}
.plasma-confirm-overlay{position:absolute;inset:0;z-index:150;background:rgba(6,30,42,.55);display:none;align-items:center;justify-content:center;}
.plasma-confirm-overlay.show{display:flex;}
.confirm-box{width:560px;max-width:90%;background:#fff;border-radius:22px;padding:34px;text-align:center;box-shadow:0 22px 60px rgba(8,40,60,.3);}
.confirm-box p{font-size:21px;color:#717274;line-height:1.5;margin-bottom:24px;}
.plasma-loader{position:absolute;inset:0;z-index:300;background:#06151f;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:22px;color:#cfeefa;}
.plasma-loader.hide{opacity:0;pointer-events:none;transition:opacity .5s;}
.plasma-loader .ring{width:60px;height:60px;border-radius:50%;border:5px solid rgba(255,255,255,.2);border-top-color:var(--teal-a);animation:spin 1s linear infinite;}
@keyframes spin{to{transform:rotate(360deg);}}
.plasma-loader .lname{font-size:20px;}
.hidden{display:none!important;}

/* ============================================================
   ACCUEIL — cartes modules (page_choix_module : valeurs exactes 1920)
   ============================================================ */
.map-dim{position:absolute;inset:0;background:rgba(6,28,40,.16);z-index:2;}
.mod-card{position:absolute;z-index:6;display:flex;flex-direction:column;align-items:center;width:302px;}
.mod-card .pillar{width:169px;height:123px;background:linear-gradient(180deg,rgba(126,183,208,0) 0%,rgba(126,183,208,.75) 100%);}
.mod-card .glass{display:flex;flex-direction:column;width:302px;height:265px;align-items:center;justify-content:space-between;
	 padding:0 26px;background:var(--card-mod);border-radius:31px;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);position:relative;}
.mod-card .toprow{display:flex;width:100%;align-items:flex-start;justify-content:space-between;}
.mod-card .tl{display:inline-flex;flex-direction:column;align-items:center;gap:5px;padding-top:15px;}
.mod-card .mtitle{font-weight:200;font-size:31px;color:var(--ink);white-space:nowrap;line-height:1;}
.mod-card .dur{display:inline-flex;align-items:center;gap:10px;padding:5px 8px;background:rgba(255,255,255,.3);border-radius:12px;}
.mod-card .dur img{width:25px;height:25px;}
.mod-card .dur span{font-size:15px;color:var(--blue);font-weight:400;white-space:nowrap;}
.mod-card .tab{display:flex;flex-direction:column;width:86px;align-items:center;gap:5px;padding:5px 3px 10px;background:#fff;border-radius:0 0 37px 37px;}
.mod-card .tab .tname{font-size:11px;color:var(--blue);text-align:center;line-height:1.15;font-weight:400;font-family:'Inter',var(--font);}
.mod-card .tab .timg{width:39px;height:43px;background-size:100% 100%;background-repeat:no-repeat;}
.mod-card .desc{font-size:19.7px;font-weight:700;color:var(--ink);text-align:center;line-height:1.12;}
.mod-card .start{padding:10px 39px;border-radius:55px;color:#fff;font-weight:700;font-size:18.5px;background:var(--blue);}
.mod-card .start.locked{background:var(--grey-btn);}
.mod-card .mbar{position:relative;width:231px;height:18px;background:rgba(113,114,116,.22);border-radius:25px;overflow:hidden;}
.mod-card .mbar > i{display:block;height:100%;width:0;background:var(--blue);}
.mod-card.done .mbar > i{background:var(--green);}
.mod-card .mpct{position:absolute;bottom:8px;left:44px;font-size:15px;color:var(--red);font-weight:400;}

/* ============================================================
   STAGE / écrans
   ============================================================ */
.plasma-stage{position:absolute;inset:0;z-index:40;}
.screen{position:absolute;inset:0;display:none;}
.screen.active{display:block;}
.center-wrap{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:160px 80px 120px;}

/* ---------- Carte givrée / pop (intro : 1480x604, radius 30.82, bg #ffffffe6, blur 9.25) ---------- */
.card{background:rgba(255, 255, 255, .90);backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px);
	  border-radius:31px;box-shadow:0 22px 60px rgba(8,40,60,.22);position:relative;}
.popup-enter{animation:fadeUp .7s cubic-bezier(.2,.8,.3,1) both;}
@keyframes fadeUp{from{opacity:0;transform:translateY(22px);}to{opacity:1;transform:none;}}
.fade-enter{animation:fadeIn .8s ease both;}
@keyframes fadeIn{from{opacity:0;}to{opacity:1;}}
.card .close{position:absolute;top:20px;right:20px;width:49px;height:49px;border-radius:50%;background:#74B2CB;
	  display:flex;align-items:center;justify-content:center;cursor:pointer;}
.card .close svg{width:18px;height:30px;stroke:#fff;stroke-width:3;fill:none;}

/* pop introduction */
.pop-card{width:75%;max-width:80%;padding:34px 47px 20px;display:flex;flex-direction:column;align-items:center;gap:28px;}
.pop-card .ptext{font-size:1.3vw;line-height:1.45;color:#717274;text-align:center;font-weight:400;}
.pop-card .ptext b{font-weight:700;}
.pop-card .alert{background:#fff;border-radius:18px;padding:5px 15px;font-size:1vw;font-weight:700;color:#D10A11;text-align:center;}

/* ---------- Badge titre (icône bulle + libellé bleu) ---------- */
.quiz-badge{display:inline-flex;align-items:center;gap:14px;color:#74B2CB;font-weight:700;font-size:1.9vw;line-height:1;}
.quiz-badge .badge-ico{height:2.5vw;width:auto;}
.quiz-badge.small{font-size:28px;} .quiz-badge.small .badge-ico{height:34px;}

h2.scr-title{font-size:32px;font-weight:700;color:#717274;text-align:center;}
.lead{font-size:24.7px;line-height:1.45;color:#717274;font-weight:400;}
.lead b{font-weight:700;}
.muted{color:#9097a0;}
.center{text-align:center;}

/* ---------- Boutons (plats : #74B2CB / #0B3657) ---------- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;font-size:1.2vw;
	 padding:10px 40px;border-radius:55px;transition:.16s;color:#fff;background:#74B2CB;}
.btn:hover{filter:brightness(1.06);}
.btn.primary{background:#74B2CB;}
.btn.secondary,.btn.ghost{background:#0B3657;}
.btn.grey{background:#6F6F6E;}
.btn.teal{background:#00A1C5;}
.btn[disabled]{opacity:.4;pointer-events:none;}
.btn-row{display:flex;gap:25px;justify-content:center;align-items:center;margin-top:6px;flex-wrap:wrap;}
.plasma-app .skip{position:absolute;right:30px;bottom:96px;z-index:58;color:#eaf6fb;font-size:0.8vw;
	  background:rgba(11,54,87,.6);padding:6px 18px;border-radius:9999px;border:1px solid rgba(255,255,255,.25);}
.plasma-app .skip:hover{background:rgba(11,54,87,.85);}

/* ============================================================
   QUIZ  (carte 1480, valeurs proportionnées 1920)
   ============================================================ */
.quiz-card{width:75%;max-width:80%;max-height:82%;padding:25px 47px;display:flex;flex-direction:column;}
.quiz-head{display:flex;flex-direction:column;align-items:center;margin-bottom:20px;}
.quiz-qblock{display:flex;flex-direction:column;align-items:center;gap:7px;width:100%;margin-bottom:15px;}
.quiz-q{font-size:1.5vw;font-weight:700;color:#717274;text-align:center;line-height:1.35;width:100%;}
.quiz-instr{display:inline-block;background:#fff;border-radius:9999px;padding:5px 16px;
	 font-size:1.1vw;color:#717274;font-weight:400;}
.quiz-instr.counter .good{color:#7ED08C;font-weight:700;}
.quiz-instr.counter .bad{color:#D10A11;font-weight:700;}
.quiz-body{overflow:auto;padding:4px 2px;}
.opt-grid{display:grid;grid-template-columns:1fr 1fr;gap:2px 10px;margin:4px 0 0;}
.opt-grid.one{grid-template-columns:1fr;}
.opt-grid.tf{grid-template-columns:auto auto;gap:0 64px;justify-content:flex-start;}
.opt{display:flex;align-items:center;gap:10px;padding:7px 4px;font-size:1.2vw;color:#717274;cursor:pointer;transition:.12s;}
.opt:hover .box{border-color:#74B2CB;}
.opt .box{width:1.5vw;height:1.5vw;border-radius:6px;border:1px solid #717274;background:transparent;flex:0 0 auto;
	 display:flex;align-items:center;justify-content:center;transition:.12s;}
.opt .box svg{width:22px;height:22px;stroke:#fff;stroke-width:3.4;fill:none;opacity:0;}
.opt.sel .box{background:#74B2CB;border-color:#74B2CB;}
.opt.sel .box svg{opacity:1;}
.opt.tfopt{font-weight:700;}
.quiz-card.answered .opt{cursor:default;pointer-events:none;}
.opt.correct .box{background:url('../images/common/cross-green.svg') center/contain no-repeat;border:none;width:1.75vw;height:1.75vw;}
.opt.correct .box svg{display:none;}
.opt.wrongsel .box{border-color:#717274;background:transparent;}
.opt.wrongsel .box svg{opacity:0;}
.score-line{align-self:flex-start;display:inline-flex;gap:18px;background:#fff;border-radius:9999px;padding:6px 18px;
	 font-size:17px;font-weight:700;margin:12px 0 2px;}
.score-line .good{color:#7ED08C;} .score-line .bad{color:#D10A11;}

/* curseur (Quiz 4) — iso export 16 : labels au-dessus, piste grise + remplissage bleu, points, poignée verte */
.slider-wrap{max-width:740px;margin:14px auto 8px;padding:0 70px;}
.slider-labels{position:relative;height:36px;margin-bottom:18px;}
.slider-labels span{position:absolute;top:0;transform:translateX(-50%);font-size:22px;font-weight:300;color:#717274;white-space:nowrap;}
.slider-labels span.on,.slider-labels span.correct{background:#7ED08C;color:#fff;font-weight:700;border-radius:8px;padding:3px 13px;}
.slider-track{position:relative;height:9px;border-radius:30px;background:#717274;}
.slider-fill{position:absolute;left:0;top:0;height:100%;border-radius:30px;background:#74B2CB;width:0;transition:width .18s;}
.slider-dot{position:absolute;top:50%;width:6px;height:6px;border-radius:50%;background:#0B3657;transform:translate(-50%,-50%);}
.slider-knob{position:absolute;top:50%;left:0;width:24px;height:24px;border-radius:50%;background:#7ED08C;
	 transform:translate(-50%,-50%);box-shadow:0 2px 7px rgba(0,0,0,.22);cursor:grab;transition:left .18s;z-index:3;}

.stepper-sentence{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:14px;
	 font-size:26px;color:#717274;max-width:900px;margin:28px auto 6px;line-height:2;}
.stepper{display:inline-flex;align-items:center;background:#fff;border:2px solid #74B2CB;border-radius:12px;overflow:hidden;}
.stepper button{width:44px;height:50px;font-size:26px;font-weight:700;color:#0B3657;background:#eef6fa;}
.stepper button:hover{background:#dcedf4;}
.stepper input{width:70px;height:50px;text-align:center;font-size:24px;font-weight:700;color:#717274;border:none;
	 border-left:2px solid #d4e6ec;border-right:2px solid #d4e6ec;background:#fff;}
.stepper.correct{border-color:#7ED08C;} .stepper.correct input{color:#7ED08C;}
.stepper.wrong{border-color:#D10A11;} .stepper.wrong input{color:#D10A11;}

.feedback{margin-top:5px;font-size:1vw;line-height:1.5;color:#717274;
	 max-height:0;overflow:hidden;opacity:0;transition:max-height .45s ease,opacity .4s ease;}
.feedback.open{max-height:460px;overflow:auto;opacity:1;}
.feedback p{margin-bottom:6px;}
.feedback b{font-weight:700;}
.feedback sup{font-size:.62em;}
.feedback .fbref{font-size:14px;color:#717274;margin-top:18px;line-height:1.4;}
.feedback .fbref a{color:#74B2CB;font-weight:700;word-break:break-all;}
.vidrow{display:flex;gap:14px;margin-top:14px;flex-wrap:wrap;justify-content:center;}
.vidcard{flex:1;min-width:180px;max-width:250px;background:#fff;border-radius:10px;padding:8px;box-shadow:0 6px 16px rgba(0,0,0,.12);}
.vidcard .vlab{font-size:14px;font-weight:700;color:#74B2CB;text-align:center;margin-bottom:6px;}
.vidcard video{width:100%;border-radius:6px;display:block;background:#000;}

/* ============================================================
   SECTION INTRODUCTION : fond vidéo, pop micro, info, accordéon
   ============================================================ */
.ocean-vid{object-fit:cover;}
.pop-card{position:relative;}
.pop-card .mic{position:absolute;top:15px;right:15px;width:35px;height:35px;border-radius:50%;background:#74B2CB;
	 display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.18s;}
.pop-card .mic:hover{filter:brightness(1.08);}
.pop-card .mic svg{width:20px;height:20px;}
.pop-card .mic.off{background:#9aa3ab;}
.pop-card .mic.off::after{content:"";position:absolute;width:34px;height:2.5px;background:#fff;transform:rotate(-45deg);border-radius:2px;}

.info-card{width:min(75%,80%);max-height:84%;padding:30px 45px 30px;display:flex;flex-direction:column;overflow:auto;}
.info-title{font-size:1.2vw;font-weight:700;color:var(--ink);margin:4px 0 14px;text-align:center;line-height:1.25;}
.itext{font-size:1.1vw;line-height:1.45;color:var(--ink);font-weight:400;}
.itext p{margin-bottom:11px;} .itext b{font-weight:700;}
.twocol{display:flex;gap:40px;align-items:center;}
.twocol .illus{flex:0 0 340px;}
.twocol .itext{flex:1;}

.bidir{display:flex;flex-direction:column;align-items:center;gap:14px;background:#fff;border-radius:20px;padding:26px 22px;border:2px solid var(--blue);}
.bidir .bnode{font-weight:700;color:var(--blue);font-size:23px;background:#eaf7fb;border-radius:999px;padding:11px 30px;}
.bidir .barrows{display:flex;flex-direction:column;gap:6px;align-items:center;color:var(--ink);font-size:15px;font-weight:500;}
.bidir .byears{font-weight:700;color:var(--red);font-size:16px;margin-top:4px;}

.actors{display:flex;flex-direction:column;gap:12px;margin:6px 0;}
.actor{background:#fff;border-radius:16px;overflow:hidden;border:2px solid #e1ecf1;}
.actor-head{display:flex;align-items:center;gap:16px;padding:13px 20px;cursor:pointer;}
.actor-head .alogo{height:28px;width:auto;}
.actor-head .aabbr{font-weight:700;color:var(--blue);font-size:20px;min-width:64px;}
.actor-head .aname{flex:1;font-weight:700;color:var(--ink);font-size:18px;}
.actor-head .atog{width:34px;height:34px;border-radius:50%;background:var(--blue);color:#fff;font-size:24px;font-weight:700;
	 flex:0 0 auto;display:flex;align-items:center;justify-content:center;line-height:1;}
.actor-body{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .3s;padding:0 20px;}
.actor.open .actor-body{max-height:340px;padding:0 20px 16px;}
.actor-body p{font-size:18px;color:var(--ink);line-height:1.45;margin-bottom:8px;}
.actor-body a{font-size:15px;word-break:break-all;}

/* ============================================================
   ÉCRANS INFORMATION v2 (iso exports 04-07)
   ============================================================ */
.info2col{display:flex;gap:34px;align-items:center;width:100%;}
.info2col .ileft{flex:0 0 10vw;display:flex;align-items:center;justify-content:center;}
.info2col .ileft .igif{width:10vw;height:auto;border-radius:14px;}
.info2col .itext{flex:1;}
.itext.ifull{margin-top:14px;width:100%;}
.pillus{display:flex;align-items:center;justify-content:center;}
.pillus img{width:10vw;height:auto;}

/* frise zig-zag */
.frisez{position:relative;display:flex;justify-content:space-between;gap:24px;padding:0 20px;height:290px;margin:6px 0;}
.frisez .fline{position:absolute;left:20px;right:20px;top:50%;height:4px;background:var(--blue);border-radius:3px;transform:translateY(-50%);}
.frisez .fev{position:relative;flex:1;display:flex;align-items:center;justify-content:center;}
.frisez .fyr{width:76px;height:76px;border-radius:50%;background:var(--blue);color:#fff;font-weight:700;font-size:21px;
	 display:flex;align-items:center;justify-content:center;z-index:2;}
.frisez .ftxt{position:absolute;left:50%;transform:translateX(-50%);width:310px;font-size:18px;color:var(--ink);line-height:1.32;text-align:center;}
.frisez .fev.top .ftxt{top:calc(50% + 54px);}
.frisez .fev.bot .ftxt{bottom:calc(50% + 54px);}

/* sources + note acteurs */
.sources{margin-top:16px;font-size:15px;color:var(--ink);}
.sources span{display:block;margin-bottom:4px;}
.sources a{display:block;color:var(--blue);font-weight:700;word-break:break-all;line-height:1.55;}

/* micro sur info-card */
.info-card{position:relative;}
.info-card .mic{position:absolute;top:20px;right:20px;width:49px;height:49px;border-radius:50%;background:var(--blue);
	 display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3;transition:.18s;}
.info-card .mic:hover{filter:brightness(1.08);}
.info-card .mic svg{width:24px;height:24px;}
.info-card .mic.off{background:#9aa3ab;}
.info-card.tall{max-height:88%;}
.actor .aname{text-decoration:none;}
.actor .aname:hover{text-decoration:underline;}

/* ============================================================
   FRISE ONDULÉE + ACCORDÉON 3 COLONNES (iso PDF)
   ============================================================ */
.frisew{position:relative;width:100%;height:300px;margin:4px 0;}
.fwsvg{position:absolute;inset:0;width:100%;height:100%;}
.fwbadge{position:absolute;transform:translate(-50%,-50%);width:76px;height:76px;border-radius:50%;background:#74B2CB;
	 color:#fff;font-weight:700;font-size:17px;line-height:1.05;text-align:center;display:flex;align-items:center;justify-content:center;z-index:2;padding:4px;box-sizing:border-box;}
.fwtxt{position:absolute;transform:translateX(-50%);width:300px;max-width:31%;font-size:16px;color:#717274;line-height:1.32;text-align:center;}
.fwtxt.b{top:47%;}
.fwtxt.a{bottom:47%;}

.actcols{display:flex;gap:30px;align-items:flex-start;justify-content:center;}
.actcol{flex:1;display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;}
.actcol .aclogo-wrap{height:52px;display:flex;align-items:center;justify-content:center;}
.actcol .aclogo{max-height:48px;max-width:190px;width:auto;}
.actcol .acabbr{font-weight:700;color:#74B2CB;font-size:26px;}
.actcol .acname{font-size:18px;font-weight:700;color:#74B2CB;text-decoration:underline;line-height:1.25;}
.actcol .actog{width:37px;height:37px;border-radius:50%;background:#74B2CB;color:#fff;font-size:24px;font-weight:700;
	 display:flex;align-items:center;justify-content:center;margin-top:4px;line-height:1;}
.acpanel{position:relative;display:none;margin-top:20px;background:#fff;border-radius:16px;padding:18px 22px;}
.acpanel.show{display:block;}
.acpanel p{font-size:18px;color:#717274;line-height:1.45;}
.acpanel .acarrow{position:absolute;top:-11px;transform:translateX(-50%);width:24px;height:12px;overflow:hidden;}
.acpanel .acarrow::after{content:"";position:absolute;left:3px;top:5px;width:18px;height:18px;background:#fff;transform:rotate(45deg);}