:root {
--vf-voile: rgba(14, 30, 51, .82);
--vf-texte-film: #FFFFFF;
--vf-texte-film-2: #E6EDF6;
--vf-heure-fond: rgba(14, 30, 51, .72);
--vf-pierre: #F5F2EC;
--vf-hauteur: 1870vh;
--vf-r: 0%;
}
body.vf-home .ly-header {
position: fixed; left: 0; right: 0; top: 0;
background: rgba(14, 30, 51, var(--vf-menu, .92));
border-bottom: 0;
-webkit-backdrop-filter: none; backdrop-filter: none;
transition: background .3s;
}
body.vf-home .ly-burger span { background: var(--vf-texte-film); }
body.vf-home [id] { scroll-margin-top: 76px; }
body.vf-home .ly-header__cta .ly-btn--outline { color: var(--vf-texte-film); border-color: rgba(255, 255, 255, .55); }
body.vf-home .ly-header__cta .ly-btn--outline:hover { background: rgba(255, 255, 255, .10); border-color: var(--vf-texte-film); }
body.vf-home .ly-header__cta .ly-btn--ink { background: var(--sy-accent); color: var(--ly-ink); }
@media (min-width: 1141px) {
body.vf-home .ly-nav a { color: var(--vf-texte-film-2); }
body.vf-home .ly-nav a:hover { color: var(--vf-texte-film); }
}
html.vf-anime { --vf-menu: 0; }
.vf-chargement { display: none; }
html.vf-anime .vf-chargement {
display: flex; position: fixed; inset: 0; z-index: 150;
flex-direction: column; align-items: center; justify-content: center; gap: 26px;
background: #05090F;
opacity: 0; visibility: hidden;
transition: opacity .7s ease, visibility 0s linear .7s;
}
html.vf-anime.vf-attente .vf-chargement { opacity: 1; visibility: visible; transition: none; }
.vf-chargement img { width: 64px; height: auto; animation: vf-respire 2.4s ease-in-out infinite; }
.vf-chargement__jauge { width: 220px; height: 2px; background: rgba(255, 255, 255, .14); border-radius: 2px; overflow: hidden; }
.vf-chargement__jauge i { display: block; height: 100%; width: 0; background: var(--sy-accent); transition: width .25s linear; }
.vf-chargement p {
margin: 0; font-family: var(--sy-font-mono); font-size: 12px; font-weight: 500;
letter-spacing: .22em; text-transform: uppercase; color: #8FA2BC;
}
@keyframes vf-respire { 50% { opacity: .55; transform: scale(.96); } }
.vf-ouverture { position: relative; background: #05090F; }
.vf-ouverture__scene { position: relative; height: 100svh; overflow: hidden; }
.vf-ouverture__paris { position: absolute; inset: 0; }
.vf-ouverture__paris img { width: 100%; height: 100%; object-fit: cover; }
.vf-ouverture__marque {
position: absolute; left: 0; right: 0; bottom: 14vh; margin: 0;
text-align: center; color: var(--vf-texte-film);
font-family: var(--sy-font-display); font-weight: 600;
font-size: clamp(28px, 4vw, 56px); letter-spacing: .04em;
text-shadow: 0 2px 24px rgba(0, 0, 0, .55);
}
.vf-ouverture__indice {
position: absolute; left: 0; right: 0; bottom: 6vh; margin: 0; text-align: center;
font-family: var(--sy-font-mono); font-size: 13px; font-weight: 500;
letter-spacing: .2em; text-transform: uppercase; color: var(--vf-texte-film-2);
}
html.vf-anime .vf-ouverture { height: 260vh; }
html.vf-anime .vf-ouverture__scene { position: sticky; top: 0; }
html.vf-anime .vf-ouverture__paris {
-webkit-mask: url("../img/film/logo_masque.svg") 50% 50% / 26vmin auto no-repeat;
mask: url("../img/film/logo_masque.svg") 50% 50% / 26vmin auto no-repeat;
transform: scale(1.18); will-change: transform, mask-size;
}
html.vf-anime .vf-ouverture__marque { bottom: auto; top: calc(50% + 17vmin); }
.vf-film { position: relative; background: var(--ly-ink); }
.vf-film__scene { position: relative; overflow: hidden; }
.vf-film__canvas, .vf-capture, .vf-film__voile { display: none; }
html.vf-anime .vf-film { height: var(--vf-hauteur, 1870vh); }
html.vf-anime .vf-film__scene { position: sticky; top: 0; height: 100svh; }
html.vf-anime .vf-film__canvas { display: block; position: absolute; inset: 0; width: 100%; height: 100%; }
html.vf-anime .vf-film__poster { display: none; }
html.vf-anime .vf-film__voile {
display: block; position: absolute; inset: 0; pointer-events: none;
background: linear-gradient(to top right, var(--vf-voile), rgba(14, 30, 51, .5) 38%, rgba(14, 30, 51, 0) 68%);
}
html.vf-anime .vf-capture {
display: block; position: absolute; left: 0; top: 0; transform-origin: 0 0; opacity: 0;
will-change: transform; border-radius: 3px; overflow: hidden;
}
.vf-capture img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; visibility: hidden; }
.vf-capture img.vf-actif { visibility: visible; }
.vf-capture__teinte { position: absolute; inset: 0; background: rgb(230, 243, 248); mix-blend-mode: multiply; }
.vf-capture__reflet {
position: absolute; inset: 0;
background: linear-gradient(115deg, rgba(255, 255, 255, 0) 28%, rgba(255, 255, 255, .08) 38%, rgba(255, 255, 255, 0) 52%);
}
.vf-capture--carte { z-index: 5; }
.vf-film__poster { position: absolute; inset: 0; }
.vf-film__poster img { width: 100%; height: 100%; object-fit: cover; }
.vf-film__poster::after {
content: ""; position: absolute; inset: 0;
background: linear-gradient(to top, rgba(14, 30, 51, .95), rgba(14, 30, 51, .72) 55%, rgba(14, 30, 51, .35));
}
.vf-film__textes {
position: relative; z-index: 2;
display: grid; gap: 48px;
padding: 132px var(--ly-gutter) 72px;
max-width: var(--ly-max); margin: 0 auto;
}
html.vf-anime .vf-film__textes { position: absolute; inset: 0; display: block; padding: 0; max-width: none; }
.vf-heure {
display: none;
font-family: var(--sy-font-mono); font-size: 15px; font-weight: 600; letter-spacing: .14em;
padding: 8px 12px; border-radius: 6px; background: var(--vf-heure-fond); color: var(--vf-texte-film);
}
html.vf-anime .vf-heure { display: block; position: absolute; top: 96px; left: clamp(20px, 6vw, 96px); z-index: 3; }
.vf-bloc { color: var(--vf-texte-film); max-width: min(680px, 100%); text-shadow: 0 2px 22px rgba(5, 9, 15, .55); }
.vf-bloc .ly-btn { text-shadow: none; }
html.vf-anime .vf-bloc {
position: absolute; left: clamp(20px, 6vw, 96px); bottom: clamp(40px, 12vh, 140px);
max-width: min(640px, 86vw); opacity: 0; visibility: hidden; z-index: 3;
}
.vf-surtitre {
display: block; margin: 0 0 14px;
font-family: var(--sy-font-mono); font-size: 14px; font-weight: 600;
letter-spacing: .18em; text-transform: uppercase; color: #9BE7F2;
}
.vf-bloc h1, .vf-bloc h2 {
margin: 0; color: var(--vf-texte-film);
font-family: var(--sy-font-display); font-weight: 600; letter-spacing: -.01em;
text-wrap: balance;
}
.vf-bloc h1 { font-size: clamp(40px, 5vw, 76px); line-height: 1.02; }
.vf-bloc h2 { font-size: clamp(30px, 3.6vw, 54px); line-height: 1.08; }
.vf-bloc p { margin: 20px 0 0; font-size: 19px; line-height: 1.55; color: var(--vf-texte-film-2); }
html.vf-anime .vf-titre-revele {
-webkit-mask-image: linear-gradient(90deg, #000 var(--vf-r, 0%), transparent calc(var(--vf-r, 0%) + 18%));
mask-image: linear-gradient(90deg, #000 var(--vf-r, 0%), transparent calc(var(--vf-r, 0%) + 18%));
}
.vf-bloc .ly-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.vf-bloc .ly-hero__note { margin-top: 14px; font-size: 15px; color: #B9C6D8; }
.vf-legende, .vf-mention {
font-size: 13px; line-height: 1.4; color: var(--vf-texte-film-2);
background: var(--vf-heure-fond); padding: 6px 10px; border-radius: 6px;
}
.vf-legende { display: none; }
html.vf-anime .vf-legende { display: block; position: absolute; right: clamp(20px, 5vw, 80px); bottom: clamp(24px, 7vh, 70px); opacity: 0; z-index: 6; }
.vf-mention { position: absolute; right: 18px; bottom: 14px; z-index: 4; margin: 0; }
.vf-suite { position: relative; z-index: 1; background: var(--sy-bg-surface); }
.vf-chapitre { position: relative; }
.vf-plan { position: relative; min-height: min(88svh, 980px); display: flex; align-items: flex-end; overflow: hidden; background: var(--ly-ink); }
.vf-plan picture, .vf-plan > img { position: absolute; inset: 0; }
.vf-plan img { width: 100%; height: 100%; object-fit: cover; }
.vf-plan::after {
content: ""; position: absolute; inset: 0; pointer-events: none;
background: linear-gradient(to top right, var(--vf-voile), rgba(14, 30, 51, .45) 45%, rgba(14, 30, 51, 0) 72%);
}
.vf-plan__texte {
position: relative; z-index: 2; width: 100%;
max-width: var(--ly-max); margin: 0 auto;
padding: 120px var(--ly-gutter) clamp(48px, 9vh, 110px);
}
.vf-plan__texte > * { max-width: 760px; }
.vf-plan .ly-h2 { color: var(--vf-texte-film); margin: 0 0 18px; text-wrap: balance; }
.vf-plan .ly-lead { color: var(--vf-texte-film-2); font-size: 19px; line-height: 1.6; margin: 0; }
.vf-plan .vf-surtitre { margin-bottom: 16px; }
.vf-plan__ia {
position: absolute; right: 18px; bottom: 14px; z-index: 3; margin: 0;
font-size: 12px; color: var(--vf-texte-film-2);
background: var(--vf-heure-fond); padding: 5px 9px; border-radius: 6px;
}
.vf-corps { padding: clamp(64px, 9vh, 110px) 0; background: var(--sy-bg-surface); }
.vf-corps--pierre { background: var(--vf-pierre); }
.vf-corps > .ly-wrap > * + * { margin-top: clamp(48px, 7vh, 80px); }
.vf-corps .ly-head { margin-bottom: 36px; }
.vf-corps .ly-asks li {
background: var(--sy-bg-surface); border-color: var(--sy-border-light);
color: var(--sy-text-main); box-shadow: 0 6px 18px rgba(23, 41, 61, .05);
}
.vf-corps .ly-asks__tag { color: var(--sy-accent-ink); }
.vf-corps .ly-guards { background: var(--ly-ink); border-color: var(--ly-ink); color: var(--vf-texte-film-2); }
.vf-corps .ly-guards .ly-h3 { color: var(--vf-texte-film); }
.vf-corps .ly-shot--ia img { border-color: var(--sy-border); box-shadow: 0 18px 46px rgba(23, 41, 61, .13); }
.vf-corps .ly-shot--ia figcaption { color: var(--sy-text-muted); }
.vf-corps .ly-shot--ia figcaption strong { color: var(--sy-text-main); }
.vf-corps .ly-shot figcaption strong:not(:first-child) { display: inline; margin: 0; }
.vf-tiroir { border-top: 1px solid var(--sy-border-light); border-bottom: 1px solid var(--sy-border-light); }
.vf-tiroir > summary {
cursor: pointer; list-style: none; padding: 18px 0;
font-family: var(--sy-font-display); font-size: 1.15rem; font-weight: 600; color: var(--sy-primary);
}
.vf-tiroir > summary::-webkit-details-marker { display: none; }
.vf-tiroir > summary::after { content: "+"; float: right; font-weight: 400; color: var(--sy-accent-ink); }
.vf-tiroir[open] > summary::after { content: "−"; }
.vf-tiroir__corps { padding: 6px 0 30px; }
.vf-tiroir__corps > * + * { margin-top: 26px; }
.vf-encart {
margin: 0; padding: 18px 22px; border-left: 4px solid var(--sy-accent);
background: var(--sy-tint); border-radius: 0 var(--ly-radius-sm) var(--ly-radius-sm) 0;
color: var(--sy-text-main); font-size: 16px;
}
.vf-exergue {
margin: 0; font-family: var(--sy-font-display); font-size: clamp(1.3rem, 2.4vw, 1.8rem);
line-height: 1.3; color: var(--sy-primary);
}
.vf-pastilles { display: flex; gap: 10px; flex-wrap: wrap; padding: 0; margin: 0; list-style: none; }
.vf-pastilles li {
font-family: var(--sy-font-mono); font-size: 14px; font-weight: 600;
padding: 6px 12px; border-radius: 999px; background: var(--sy-tint); color: var(--sy-accent-ink);
}
.vf-porte { margin: 0; }
@media (min-width: 900px) {
.vf-corps .ly-duo.vf-duo--2-3 { grid-template-columns: minmax(0, 2fr) minmax(0, 3fr); align-items: start; }
}
@media (min-width: 1100px) {
.vf-corps .ly-cards.vf-cartes-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (min-width: 700px) and (max-width: 1099px) {
.vf-corps .ly-cards.vf-cartes-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.vf-appli {
display: grid; gap: clamp(32px, 5vw, 64px); align-items: center;
grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
}
.vf-appli__texte { min-width: 0; }
.vf-appli__texte > p { margin: 0 0 16px; font-size: 17px; line-height: 1.6; color: var(--sy-text-main); }
.vf-appli__texte .ly-h3 { margin: 10px 0 18px; }
ul.vf-notifs { margin: 0; padding: 0; list-style: none; display: grid; gap: 12px; }
ul.vf-notifs li {
padding: 14px 16px 14px 18px; border-left: 4px solid var(--sy-accent);
background: var(--sy-bg-surface); border-radius: 0 var(--ly-radius-sm) var(--ly-radius-sm) 0;
box-shadow: 0 6px 18px rgba(23, 41, 61, .05);
font-size: 16px; line-height: 1.55; color: var(--sy-text-main);
}
ul.vf-notifs li strong { color: var(--sy-primary); }
.vf-telephones {
display: grid; gap: clamp(14px, 2vw, 24px); min-width: 0;
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.vf-telephones--un { grid-template-columns: minmax(0, 300px); justify-content: center; }
figure.vf-telephone { margin: 0; min-width: 0; display: flex; flex-direction: column; gap: 12px; }
figure.vf-telephone img {
width: 100%; height: auto; border-radius: 26px;
border: 6px solid var(--ly-ink); background: var(--ly-ink);
box-shadow: 0 18px 46px rgba(23, 41, 61, .18);
}
figure.vf-telephone figcaption { font-size: 14px; line-height: 1.45; color: var(--sy-text-muted); }
@media (max-width: 900px) {
.vf-appli { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 560px) {
.vf-telephones {
grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 62%;
overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px;
}
figure.vf-telephone { scroll-snap-align: start; }
}
@media (max-width: 767px) {
.vf-film__textes { padding-top: 104px; gap: 36px; }
.vf-bloc p { font-size: 17px; }
.vf-plan { min-height: 72svh; }
.vf-plan .ly-lead { font-size: 17px; }
}
@media (prefers-reduced-motion: reduce) {
.vf-chargement img { animation: none; }
}
