.i18n-transition { position:fixed; z-index:2147483647; inset:0; display:grid; place-items:center; overflow:hidden; color:#ffcf06; background:#141414; opacity:0; visibility:hidden; pointer-events:none; }
.i18n-transition__stage { width:100%; min-height:100%; display:flex; align-items:center; justify-content:center; gap:clamp(32px,5vw,96px); padding:0 clamp(28px,5vw,96px); }
.i18n-transition__identity { display:flex; flex:1 1 0; align-items:center; gap:clamp(22px,3vw,58px); margin:0; color:#ffcf06; font:600 clamp(.52rem,.7vw,.82rem)/1 "Inter","Helvetica Neue",Arial,sans-serif; white-space:nowrap; }
.i18n-transition__identity--name { justify-content:flex-end; }
.i18n-transition__identity--practice { justify-content:flex-start; }
.i18n-transition__identity i { font-style:normal; }
.i18n-transition__angel { position:relative; flex:none; width:clamp(160px,18vw,340px); aspect-ratio:2/3; max-height:58svh; margin:0; overflow:hidden; }
.i18n-transition__angel img { position:absolute; inset:0; width:100%; height:100%; object-fit:contain; }
.i18n-transition__angel img:first-child { opacity:.52; filter:grayscale(1) saturate(0) contrast(1.08) brightness(1.16) drop-shadow(0 18px 34px rgba(255,255,255,.07)); }
.i18n-transition__angel img:last-child { clip-path:inset(100% 0 0 0); filter:saturate(1.22) brightness(1.04); animation:i18n-loader-fill .62s cubic-bezier(.22,1,.36,1) forwards; }
.i18n-transition.is-leaving { visibility:visible; animation:i18n-loader-in .22s ease-out both; }
.i18n-transition.is-arriving { visibility:visible; animation:i18n-loader-out .5s .1s cubic-bezier(.16,1,.3,1) both; }
body.is-language-transitioning { overflow:hidden!important; }
@keyframes i18n-loader-in { from{opacity:0} to{opacity:1} }
@keyframes i18n-loader-out { to{opacity:0;visibility:hidden} }
@keyframes i18n-loader-fill { to{clip-path:inset(0 0 0 0)} }
.i18n-floating-switcher { position:fixed; z-index:130; top:30px; right:calc(var(--pad,24px) + 48px); display:flex; align-items:center; gap:6px; color:#fff; font:800 8px/1 "Inter","Helvetica Neue",Arial,sans-serif; letter-spacing:.08em; mix-blend-mode:difference; }
.i18n-floating-switcher button { padding:5px 0; border:0; color:inherit; background:transparent; font:inherit; cursor:pointer; opacity:.42; }
.i18n-floating-switcher button.is-active { opacity:1; }
.i18n-floating-switcher > span { opacity:.3; }
html[lang="fr"] .fragments-thumbs::before { content:"INDEX DES ŒUVRES  /  SÉLECTIONNER POUR PRÉVISUALISER"; }
@media(max-width:800px){.i18n-floating-switcher{top:23px;right:58px;font-size:7px}.i18n-transition__stage{flex-direction:column;gap:28px}.i18n-transition__identity{flex:none;font-size:.62rem}.i18n-transition__identity--name{order:1}.i18n-transition__angel{order:2;width:min(43vw,210px);max-height:55svh}.i18n-transition__identity--practice{order:3}}
@media(prefers-reduced-motion:reduce){.i18n-transition__angel img:last-child{animation-duration:.01ms}.i18n-transition.is-leaving{animation-duration:.08s}.i18n-transition.is-arriving{animation-duration:.12s}}
