/* Présentation — feuille canonique reconstruite depuis les règles réellement exercées sur les parcours public, privé, responsive, clavier, focus, survol, mouvement réduit et mode cinéma. */
:root {
  --presentation-ink: #1d2b31;
  --presentation-text: #40565f;
  --presentation-secondary: #5d727b;
  --presentation-nav: #5e727b;
  --presentation-heading: #3b515a;
  --presentation-rule: #deddd9;
  --presentation-contact-gap: clamp(34px, 2.6vw, 63px);
  --presentation-hero-space: clamp(68px, 6vw, 96px);
  --presentation-person-gap: clamp(36px, 3vw, 46px);
  --presentation-step-gap: clamp(28px, 2.4vw, 38px);
}
:root {
  --paper: #FFFFFF;
  --ink: #111111;
  --muted: #6f6e6a;
  --line: #deddd9;
  --max: 1440px;
  --gutter: clamp(22px,4.2vw,72px);
  --fond089-grain: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  background-color: var(--paper);
  background-size: 220px 220px;
  background-repeat: repeat;
  background-blend-mode: soft-light;
}
body {
  margin: 0px;
  background-color: var(--paper);
  background-image: var(--fond089-grain);
  background-size: 220px 220px;
  background-repeat: repeat;
  background-blend-mode: soft-light;
  color: var(--ink);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
.site {
  min-height: 100vh;
  overflow: clip;
}
.topbar {
  position: fixed;
  z-index: 30;
  top: 0px;
  left: 0px;
  right: 0px;
  padding: 0 var(--gutter);
  display: flex;
  align-items: center;
  backdrop-filter: blur(14px);
}
.brand {
  font-size: 10px;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  font-weight: 650;
  white-space: nowrap;
}
main {
  max-width: var(--max);
  margin: 0px auto;
  padding: 66px var(--gutter) 0;
}
.hero {
  display: grid;
  grid-template-columns: minmax(0px, 1fr) minmax(420px, 0.95fr);
  align-items: center;
}
.hero-copy {
  max-width: 660px;
}
.hero h1 {
  font-size: clamp(62px, 7vw, 112px);
  line-height: 0.88;
  letter-spacing: -0.058em;
  text-transform: uppercase;
  margin: 0px 0px 42px;
  max-width: 7.6ch;
}
.hero-meta {
  display: grid;
  max-width: 520px;
}
.hero-names {
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.35;
  letter-spacing: -0.02em;
}
.hero-tagline {
  font-size: clamp(15px, 1vw, 18px);
  color: rgb(85, 85, 85);
  max-width: 36ch;
}
.polaroids {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 3vw, 44px);
  transform: translateX(1vw);
}
.polaroid {
  display: block;
  width: min(43%, 260px);
  height: auto;
  filter: drop-shadow(rgba(0, 0, 0, 0.08) 0px 3px 7px);
}
.polaroid-image {
  display: block;
  width: 100%;
  height: auto;
}
.instagram-photo-link {
  position: relative;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
body[data-lpfg-page="presentation"] .hero .instagram-photo-link::after,
body[data-lpfg-page="presentation"] .contact-section .baby-polaroid > .instagram-photo-link::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 87.6%;
  box-sizing: border-box;
  width: clamp(15px, 8.5%, 21px);
  aspect-ratio: 486 / 454;
  background-color: #567c9a;
  -webkit-mask: url("/assets/instagram-mark-white.png") center / contain no-repeat;
  mask: url("/assets/instagram-mark-white.png") center / contain no-repeat;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-50%, -46%, 0) scale(.9);
  transition:
    opacity .42s cubic-bezier(.22, 1, .36, 1),
    transform .48s cubic-bezier(.22, 1, .36, 1);
}
body[data-lpfg-page="presentation"] .hero .instagram-photo-link:hover::after,
body[data-lpfg-page="presentation"] .hero .instagram-photo-link:focus-visible::after,
body[data-lpfg-page="presentation"] .contact-section .baby-polaroid > .instagram-photo-link:hover::after,
body[data-lpfg-page="presentation"] .contact-section .baby-polaroid > .instagram-photo-link:focus-visible::after {
  opacity: .9;
  transform: translate3d(-50%, -50%, 0) scale(1);
}
.baby-polaroid > .instagram-photo-link {
  position: absolute;
  inset: 0px;
  display: block;
}
.instagram-photo-link:focus-visible {
  outline: currentcolor solid 2px;
  outline-offset: 6px;
}
@media (prefers-reduced-motion: reduce){
body[data-lpfg-page="presentation"] .hero .instagram-photo-link::after,
  body[data-lpfg-page="presentation"] .contact-section .baby-polaroid > .instagram-photo-link::after {
    transition-duration: .01ms;
  }
}
.polaroid:first-child {
  transform: translateY(34px);
}
.polaroid:last-child {
  transform: translateY(-20px);
}
.section {
  border-top: 1px solid var(--line);
}
.section-head {
  display: grid;
  grid-template-columns: minmax(160px, 0.28fr) minmax(0px, 1fr);
  align-items: start;
}
.eyebrow {
  text-transform: uppercase;
  color: rgb(111, 110, 106);
  padding-top: 0.4em;
}
.section h2 {
  font-size: clamp(40px, 4.5vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.047em;
  text-transform: uppercase;
  margin: 0px;
}
.duo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.person:first-child {
  padding-left: clamp(28px, 3.6vw, 54px);
  padding-right: clamp(28px, 3.6vw, 54px);
}
.person:last-child {
  border-left: 1px solid var(--line);
  padding-left: clamp(28px, 3.6vw, 54px);
  padding-right: clamp(28px, 3.6vw, 54px);
}
.person h3 {
  text-transform: uppercase;
  letter-spacing: -0.025em;
  margin: 0px 0px 28px;
}
.offer-intro {
  width: min(100%, 960px);
  margin: 0px auto clamp(48px, 5vw, 72px);
  font-size: clamp(18px, 1.45vw, 24px);
  line-height: 1.55;
  letter-spacing: -0.02em;
  text-align: center;
  white-space: pre-line;
  text-wrap-style: balance;
}
.experience-intro-break {
  display: block;
}
@media (max-width: 980px){
.experience-intro-break {
    display: none;
  }
}
.acts {
  width: min(86%, 1160px);
  margin: 0 0 0 10%;
}
.experience-sequence {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(64px, 6.67vw, 96px);
  row-gap: 0;
  align-items: start;
  width: min(86%, 1160px);
  margin: 0 0 0 10%;
}
.experience-sequence .acts {
  grid-column: 1;
  width: 100%;
  margin: 0;
}
.experience-sequence .acts:first-child {
  grid-row: 1;
}
.act {
  width: 100%;
}
.act-copy {
  width: 100%;
}
.act-index {
  margin: 0 0 9px;
  color: var(--presentation-secondary);
  font-size: clamp(10px, 0.7vw, 12px);
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.act-subtitle {
  margin: 0 0 18px;
  color: var(--presentation-heading);
  font-size: clamp(28px, 2.1vw, 40px);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.038em;
}
.act-description {
  max-width: 64ch;
  margin: 0;
  color: var(--presentation-text);
  font-size: clamp(16px, 1.02vw, 19px);
  line-height: 1.58;
  letter-spacing: -0.01em;
}
.experience-sequence .act + .act {
  margin-top: clamp(42px, 4.4vw, 68px);
}
footer {
  max-width: var(--max);
  margin: 0px auto;
  padding: 0 var(--gutter) 36px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgb(111, 110, 106);
}
.js-reveal .reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.7s, transform 0.7s;
}
.js-reveal .reveal.in {
  opacity: 1;
  transform: none;
}
.duo-grid,
.offers,
.process,
.press-list {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 980px){
.hero {
    grid-template-columns: 1fr;
    gap: 64px;
    min-height: auto;
    padding: 76px 0px 100px;
  }
.hero-copy {
    max-width: 740px;
  }
.hero h1 {
    font-size: clamp(58px, 12vw, 92px);
  }
.polaroids {
    transform: none;
    justify-content: center;
    min-height: 420px;
  }
.section-head {
    grid-template-columns: 1fr;
    gap: 16px;
  }
.section h2 {
    max-width: 18ch;
  }
.acts {
    width: min(92%, 860px);
    margin-left: auto;
    margin-right: auto;
  }
.experience-sequence {
    display: flex;
    flex-direction: column;
    gap: 48px;
    width: 100%;
    margin: 0;
  }
.experience-sequence .acts {
    width: min(92%, 860px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 680px){
.topbar {
    height: 58px;
  }
.hero {
    gap: 52px;
  }
.hero h1 {
    margin-bottom: 30px;
  }
.hero-meta {
    gap: 10px;
  }
.hero-names {
    font-size: 16px;
  }
.hero-tagline {
    font-size: 14px;
    max-width: 31ch;
  }
.polaroids {
    min-height: 300px;
  }
#metiers {
    padding-bottom: 0px;
  }
.experience-sequence .acts {
    width: calc(100% - 32px);
  }
.experience-sequence {
    gap: 52px;
  }
.section h2 {
    font-size: clamp(34px, 9.2vw, 50px);
  }
.duo-grid {
    grid-template-columns: 1fr;
  }
.person:last-child {
    border-left: 0px;
    border-top: 1px solid var(--line);
  }
.acts {
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
  }
.act-index {
    font-size: 10px;
  }
.act-subtitle {
    margin: 0 0 17px;
    font-size: clamp(25px, 7.3vw, 32px);
  }
.act + .act,
  .experience-sequence .act + .act {
    margin-top: 46px;
  }
.act-description {
    font-size: 17px;
    line-height: 1.55;
  }
footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media (prefers-reduced-motion: reduce){
html {
    scroll-behavior: auto;
  }
.js-reveal .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
#binome > .section-head .eyebrow,
#metiers > .section-head .eyebrow,
#methode > .section-head .eyebrow {
  padding-top: 0px;
}
@media (max-width: 680px){
#binome > .section-head,
  #metiers > .section-head,
  #methode > .section-head {
    gap: 36px;
  }
}
:root {
  --section-space: clamp(96px,8.4vw,132px);
  --chapter-label-gap: clamp(52px,5vw,76px);
  --chapter-content-gap: clamp(88px,7.6vw,116px);
  --block-pad-y: clamp(34px,3vw,44px);
  --block-pad-x: clamp(26px,2.8vw,42px);
}
.eyebrow,
.offer-name,
.press-item strong {
  font-weight: 650;
  letter-spacing: 0.13em;
}
.eyebrow {
  font-size: 10px;
  line-height: 1.2;
  padding: 0px;
}
.section {
  padding-top: var(--section-space);
  padding-bottom: var(--section-space);
}
#binome > .section-head,
#metiers > .section-head,
#methode > .section-head,
#presse > .section-head {
  display: grid;
  grid-template-columns: 1fr;
  align-items: initial;
}
#binome > .section-head .eyebrow,
#metiers > .section-head .eyebrow,
#methode > .section-head .eyebrow,
#presse > .section-head .eyebrow {
  justify-self: start;
}
#binome > .section-head h2,
#metiers > .section-head h2,
#methode > .section-head h2,
#presse > .section-head h2 {
  justify-self: center;
  width: 100%;
  max-width: none;
  text-align: center;
  margin: 0px;
  font-size: clamp(38px, 4.2vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.046em;
}
.person,
.person:first-child,
.person:last-child {
  padding: var(--block-pad-y) var(--block-pad-x);
}
.person h3 {
  font-size: clamp(19px, 1.42vw, 24px);
  line-height: 1.22;
  margin-bottom: 24px;
}
.hero {
  gap: clamp(54px, 6.5vw, 104px);
}
.hero h1 {
  margin-bottom: 38px;
}
.hero-meta {
  gap: 12px;
}
.hero-tagline {
  line-height: 1.48;
}
@media (max-width: 980px){
:root {
    --section-space: clamp(78px,8vw,104px);
    --chapter-label-gap: clamp(40px,5vw,58px);
    --chapter-content-gap: clamp(68px,7vw,92px);
  }
#binome > .section-head,
  #metiers > .section-head,
  #methode > .section-head,
  #presse > .section-head {
    gap: var(--chapter-label-gap);
  }
}
@media (max-width: 680px){
:root {
    --section-space: 72px;
    --chapter-label-gap: 34px;
    --chapter-content-gap: 60px;
    --block-pad-y: 30px;
    --block-pad-x: 0px;
  }
#binome > .section-head h2,
  #metiers > .section-head h2 {
    justify-self: start;
    text-align: left;
  }
.person,
  .person:first-child,
  .person:last-child {
    padding: 30px 0px;
  }
}
:root {
  --private-nav-height: 48px;
}
.private-switcher {
  position: fixed;
  z-index: 29;
  left: 0px;
  right: 0px;
}
.private-switcher-inner {
  display: flex;
  align-items: center;
}
.private-tabs {
  display: flex;
  align-items: stretch;
  height: 100%;
}
.private-tabs a,
.private-logout {
  display: flex;
  align-items: center;
  font-size: 9px;
  line-height: 1;
}
.private-tabs a {
  position: relative;
}
.private-tabs a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -1px;
  height: 1px;
}
.private-label-short {
  display: none;
}
@media (max-width: 680px){
.private-switcher {
    top: 58px;
  }
.private-switcher-inner {
    gap: 12px;
  }
.private-tabs {
    gap: 16px;
    min-width: 0px;
    overflow-x: auto;
    scrollbar-width: none;
  }
.private-tabs a,
  .private-logout {
    font-size: 8.5px;
    letter-spacing: 0.09em;
  }
.hero {
    min-height: auto;
  }
}
@media (max-width: 430px){
.private-switcher-inner {
    padding-left: 14px;
    padding-right: 14px;
    gap: 9px;
  }
.private-tabs a,
  .private-logout {
    font-size: 8px;
  }
}
.section h2 {
  max-width: 18ch;
}
#metiers {
  padding-bottom: clamp(68px, 6.8vw, 104px) !important;
}
@media (max-width: 680px){
.offer-intro {
    text-align: left;
    margin-bottom: 42px;
  }
}
.hero {
  min-height: 0px !important;
  padding: clamp(52px, 5.5vw, 82px) 0px !important;
}
.section {
  min-height: 0px !important;
  padding: clamp(50px, 5vw, 76px) 0px !important;
}
.section-head,
#binome > .section-head,
#metiers > .section-head,
#methode > .section-head,
#presse > .section-head {
  gap: clamp(16px, 2vw, 30px) !important;
  margin-bottom: clamp(30px, 3.2vw, 48px) !important;
}
.section h2,
.section h3,
.closing h2,
.hero h1 {
  overflow-wrap: anywhere;
  text-wrap-style: balance;
  white-space: pre-line !important;
}
.lead,
[data-lpfg-editor-fragment],
[data-lpfg-editor-key] {
  white-space: pre-line;
}
.offer,
.step,
.person,
.press-item {
  min-height: 0px !important;
  height: auto !important;
}
.offers,
.process,
.duo-grid,
.press-list {
  align-items: start;
}
@media (max-width: 680px){
.hero {
    padding: 42px 0px 54px !important;
  }
.section {
    padding: 42px 0px !important;
  }
.section-head,
  #metiers > .section-head,
  #methode > .section-head,
  #presse > .section-head {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 981px){
:root {
    --max: 1520px;
    --gutter: clamp(36px,4.4vw,72px);
  }
main,
  footer {
    width: 100%;
    max-width: var(--max);
  }
main {
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
.hero-copy {
    max-width: 650px;
  }
.hero-meta {
    max-width: 520px;
  }
.hero-names {
    font-size: clamp(17px, 1.1vw, 21px);
  }
.hero-tagline {
    font-size: clamp(15px, 0.92vw, 18px);
    max-width: 38ch;
  }
#binome > .section-head,
  #metiers > .section-head,
  #methode > .section-head,
  #presse > .section-head {
    align-items: start;
    grid-template-columns: minmax(170px, 2fr) minmax(0px, 10fr) !important;
    gap: clamp(42px, 4.2vw, 68px) !important;
  }
.duo-grid,
  .process {
    width: 100%;
  }
.offer-intro {
    font-size: clamp(19px, 1.15vw, 23px);
  }
.eyebrow,
  .offer-name {
    font-size: clamp(10px, 0.7vw, 12px);
  }
.section {
    padding-top: clamp(80px, 7vw, 104px) !important;
    padding-bottom: clamp(80px, 7vw, 104px) !important;
  }
.duo-grid {
    border-bottom: 0px;
  }
.person h3 {
    margin-bottom: clamp(30px, 2.8vw, 40px);
  }
.offer-intro {
    margin-bottom: clamp(58px, 5vw, 72px);
  }
}
@media (min-width: 1600px){
.section {
    padding-top: clamp(88px, 5.5vw, 112px) !important;
    padding-bottom: clamp(88px, 5.5vw, 112px) !important;
  }
.hero {
    padding-top: clamp(68px, 6vw, 104px) !important;
    padding-bottom: clamp(68px, 6vw, 104px) !important;
  }
}
@media (max-width: 980px){
main,
  footer {
    width: 100%;
    max-width: none;
  }
}
@media (min-width: 681px) and (max-width: 980px){
#binome > .section-head,
  #metiers > .section-head,
  #methode > .section-head,
  #presse > .section-head {
    grid-template-columns: minmax(140px, 2fr) minmax(0px, 10fr) !important;
    gap: 36px !important;
  }
#binome > .section-head h2,
  #metiers > .section-head h2,
  #methode > .section-head h2,
  #presse > .section-head h2 {
    justify-self: start;
    text-align: left;
  }
}
.presentation-index {
  position: relative;
  margin-left: auto;
}
.presentation-index summary {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 0px 2px 0px 12px;
  color: rgb(85, 85, 85);
  font-size: 10px;
  line-height: 1;
  cursor: pointer;
  list-style: none;
}
.presentation-index summary:focus-visible {
  color: var(--ink);
  outline: 1px solid var(--ink);
  outline-offset: 4px;
}
.presentation-index-count {
  margin-right: 9px;
  color: rgb(133, 132, 127);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.08em;
}
.presentation-index-label {
  min-width: 116px;
  color: rgb(51, 51, 51);
}
.presentation-index-chevron {
  width: 7px;
  height: 7px;
  margin: 0px 10px 3px 12px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(45deg);
  transition: transform 0.16s, margin 0.16s;
}
.presentation-index-menu {
  position: absolute;
  top: calc(100% + 7px);
  right: 0px;
  display: grid;
  width: 230px;
  padding: 7px;
  border: 1px solid var(--line);
  background: rgb(255, 255, 255);
}
.presentation-index-menu a {
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: center;
  min-height: 44px;
  padding: 0px 10px;
  color: rgb(102, 102, 102);
  font-size: 11px;
  line-height: 1.25;
}
.presentation-index-menu a:hover,
.presentation-index-menu a:focus-visible,
.presentation-index-menu a[aria-current="location"] {
  color: var(--ink);
  background: rgb(247, 247, 244);
  outline: 0px;
}
@media (max-width: 680px){
.presentation-index-label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0px, 0px, 0px, 0px);
    white-space: nowrap;
  }
.presentation-index-count {
    margin-right: 2px;
  }
.presentation-index-chevron {
    margin-left: 8px;
    margin-right: 6px;
  }
.presentation-index-menu {
    position: fixed;
    top: 64px;
    right: 12px;
    width: min(260px, -24px + 100vw);
  }
}
@media (min-width: 981px){
.polaroids {
    margin-inline: auto !important;
  }
.duo-grid {
    gap: clamp(56px, 7vw, 112px);
    border: 0px !important;
  }
.person,
  .person:first-child,
  .person:last-child {
    padding: 0px !important;
    border: 0px !important;
  }
}
@media (max-width: 980px){
.polaroids {
    max-width: 360px !important;
    gap: 14px !important;
  }
.polaroid {
    width: clamp(124px, 38vw, 166px) !important;
  }
.duo-grid {
    gap: 48px;
    border: 0px !important;
  }
.person,
  .person:first-child,
  .person:last-child {
    padding: 0px !important;
    border: 0px !important;
  }
}
@media (min-width: 981px){
.duo-grid {
    align-items: start !important;
  }
.person:last-child {
    margin-top: 0px !important;
  }
.offer-intro {
    margin-left: auto !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 980px){
.person:last-child {
    margin-top: 0px !important;
  }
}
@media (min-width: 981px){
.offer-intro {
    text-wrap: balance;
    width: min(100%, 820px) !important;
    margin: 0px auto clamp(68px, 6vw, 88px) !important;
    text-align: center !important;
  }
}
@media (max-width: 980px){
.offer-intro {
    width: min(100%, 680px) !important;
    margin: 0px auto 52px !important;
    text-align: center !important;
  }
}
@media (min-width: 981px){
#binome > .section-head {
    display: block !important;
  }
#metiers > .section-head,
  #methode > .section-head,
  #presse > .section-head {
    display: block !important;
    margin-bottom: clamp(56px, 5vw, 72px) !important;
  }
#binome > .section-head .eyebrow,
  #metiers > .section-head .eyebrow,
  #methode > .section-head .eyebrow,
  #presse > .section-head .eyebrow {
    display: block !important;
    width: 100% !important;
    margin: 0px 0px clamp(28px, 2.5vw, 38px) !important;
    padding: 0px !important;
    text-align: left !important;
    justify-self: start !important;
  }
#binome > .section-head h2,
  #metiers > .section-head h2,
  #methode > .section-head h2,
  #presse > .section-head h2 {
    display: block !important;
    width: 100% !important;
    margin: 0px !important;
    text-align: left !important;
    justify-self: start !important;
  }
#binome > .section-head h2,
  #metiers > .section-head h2 {
    max-width: 18ch !important;
  }
}
@media (max-width: 980px){
#binome > .section-head,
  #metiers > .section-head,
  #methode > .section-head,
  #presse > .section-head {
    display: block !important;
    margin-bottom: 46px !important;
  }
#binome > .section-head .eyebrow,
  #metiers > .section-head .eyebrow,
  #methode > .section-head .eyebrow,
  #presse > .section-head .eyebrow {
    display: block !important;
    width: 100% !important;
    margin: 0px 0px 26px !important;
    padding: 0px !important;
    text-align: left !important;
  }
#binome > .section-head h2,
  #metiers > .section-head h2,
  #methode > .section-head h2,
  #presse > .section-head h2 {
    display: block !important;
    width: 100% !important;
    margin: 0px !important;
    text-align: left !important;
    justify-self: start !important;
  }
.polaroid:first-child {
    transform: translateY(10px) !important;
  }
.polaroid:last-child {
    transform: translateY(-6px) !important;
  }
}
@media (min-width: 981px){
#binome > .duo-grid {
    margin: 0px auto !important;
    grid-template-columns: repeat(2, minmax(0px, 1fr)) !important;
    align-items: start !important;
    text-align: center !important;
  }
#binome .person,
  #binome .person h3 {
    text-align: center !important;
  }
#binome .person h3 {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 980px){
#binome > .duo-grid {
    margin: 0px auto !important;
    grid-template-columns: 1fr !important;
    text-align: center !important;
  }
#binome .person,
  #binome .person h3 {
    text-align: center !important;
  }
}
@media (min-width: 981px){
.polaroids {
    justify-content: flex-start !important;
    margin-left: 0px !important;
    margin-right: auto !important;
    transform: none !important;
  }
#binome > .duo-grid {
    width: min(100%, 900px) !important;
    gap: clamp(44px, 4.5vw, 68px) !important;
  }
#binome .person h3 {
    margin-bottom: clamp(22px, 2vw, 28px) !important;
  }
}
@media (max-width: 980px){
#binome > .duo-grid {
    width: min(100%, 560px) !important;
    gap: 42px !important;
  }
#binome .person h3 {
    margin-bottom: 20px !important;
  }
}
main > .section,
main > .closing {
  background-image: linear-gradient(rgb(210, 209, 205), rgb(210, 209, 205));
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 32px 1px;
  border-top: 0px !important;
}
#binome > .lead,
#metiers > .offer-intro,
#methode > .lead,
#presse > .press-intro {
  margin-left: 0px !important;
  margin-right: auto !important;
  font-size: clamp(19px, 1.15vw, 23px) !important;
  line-height: 1.55 !important;
  letter-spacing: -0.02em !important;
  text-align: left !important;
}
#binome > .duo-grid,
#metiers > .offers,
#methode > .process,
#presse > .press-list {
  margin-left: 0px !important;
  margin-right: auto !important;
  text-align: left !important;
}
#binome .person,
#binome .person h3,
#metiers .offer,
#metiers .offer-name,
#metiers .offer-audience,
#metiers .offer h3,
#metiers .offer p,
#methode .step,
#methode .step h3,
#methode .step p,
#presse .press-item,
#presse .press-item strong,
#presse .press-item > span {
  text-align: left !important;
}
#binome .person h3,
#metiers .offer h3,
#metiers .offer p,
#methode .step p,
#presse .press-item strong,
#presse .press-item > span,
main > .closing h2,
main > .closing .closing-cta {
  margin-left: 0px !important;
  margin-right: auto !important;
}
:root {
  --presentation-subnav-height: 38px;
}
.presentation-index {
  display: none !important;
}
.presentation-subnav {
  position: fixed;
  z-index: 28;
  top: calc(66px + var(--private-nav-height));
  left: 0px;
  right: 0px;
  height: var(--presentation-subnav-height);
  border-bottom: 1px solid rgba(17, 17, 17, 0.055);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
}
.presentation-subnav-inner {
  display: flex;
  align-items: stretch;
  gap: clamp(18px, 2.4vw, 36px);
  width: 100%;
  max-width: var(--max);
  height: 100%;
  margin: 0px auto;
  padding: 0 var(--gutter);
}
.presentation-subnav a {
  position: relative;
  display: flex;
  align-items: center;
  color: rgba(17, 17, 17, 0.43);
  font-size: 9px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.18s;
}
.presentation-subnav a:hover,
.presentation-subnav a:focus-visible,
.presentation-subnav a[aria-current="location"] {
  color: rgba(17, 17, 17, 0.76);
  outline: 0px;
}
.presentation-subnav a[aria-current="location"]::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -1px;
  height: 1px;
  background: rgba(17, 17, 17, 0.32);
}
main {
  padding-top: calc(66px + var(--private-nav-height) + var(--presentation-subnav-height));
}
.section {
  scroll-margin-top: calc(78px + var(--private-nav-height) + var(--presentation-subnav-height));
}
@media (min-width: 981px){
.hero {
    grid-template-columns: minmax(0px, 660px) minmax(420px, 470px) !important;
    justify-content: space-between !important;
    gap: clamp(24px, 3vw, 44px) !important;
  }
.polaroids {
    width: 100%;
    max-width: 470px !important;
    gap: clamp(18px, 2vw, 28px) !important;
  }
.polaroid {
    width: min(45.5%, 290px) !important;
  }
.polaroid:first-child {
    transform: translateY(14px) rotate(-2deg) !important;
  }
.polaroid:last-child {
    transform: translateY(-8px) rotate(0deg) !important;
  }
.hero h1 {
    font-size: clamp(58px, 5.2vw, 82px) !important;
    line-height: 0.9 !important;
    letter-spacing: -0.052em !important;
  }
#binome > .section-head h2,
  #metiers > .section-head h2 {
    font-size: clamp(36px, 3.25vw, 50px) !important;
  }
#binome > .section-head,
  #binome > .lead {
    margin-bottom: clamp(48px, 4.2vw, 60px) !important;
  }
}
@media (min-width: 681px) and (max-width: 980px){
.polaroids {
    max-width: 560px !important;
  }
.polaroid {
    width: min(38.5vw, 255px) !important;
  }
.polaroid:first-child {
    transform: translateY(10px) rotate(-2deg) !important;
  }
.polaroid:last-child {
    transform: translateY(-6px) rotate(0deg) !important;
  }
.hero h1 {
    font-size: clamp(50px, 9.5vw, 68px) !important;
  }
#binome > .section-head h2,
  #metiers > .section-head h2 {
    font-size: clamp(34px, 5.2vw, 44px) !important;
  }
}
@media (max-width: 680px){
:root {
    --private-nav-height: 50px;
    --presentation-subnav-height: 40px;
  }
.presentation-subnav {
    top: calc(54px + var(--private-nav-height));
  }
.presentation-subnav-inner {
    gap: 18px;
    overflow-x: auto;
    scrollbar-width: none;
  }
.presentation-subnav a {
    font-size: 8.5px;
    letter-spacing: 0.09em;
  }
main {
    padding-top: calc(54px + var(--private-nav-height) + var(--presentation-subnav-height));
  }
.section {
    scroll-margin-top: calc(64px + var(--private-nav-height) + var(--presentation-subnav-height));
  }
main > .section,
  main > .closing {
    background-size: 24px 1px;
  }
.polaroids {
    max-width: 340px !important;
    gap: 14px !important;
  }
.polaroid {
    width: clamp(122px, 40.5vw, 156px) !important;
  }
.polaroid:first-child {
    transform: translateY(10px) rotate(-2deg) !important;
  }
.polaroid:last-child {
    transform: translateY(-6px) rotate(0deg) !important;
  }
.hero h1 {
    font-size: clamp(34px, 10.6vw, 42px) !important;
    line-height: 0.93 !important;
    letter-spacing: -0.048em !important;
  }
#binome > .section-head h2,
  #metiers > .section-head h2 {
    font-size: clamp(25px, 6.8vw, 29px) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.041em !important;
  }
#binome > .lead,
  #metiers > .offer-intro,
  #methode > .lead,
  #presse > .press-intro {
    font-size: 16px !important;
    line-height: 1.55 !important;
  }
#binome > .section-head {
    margin-bottom: 40px !important;
  }
.person h3 {
    font-size: 18px !important;
    line-height: 1.22 !important;
  }
}
:root {
  --lpfg-paper: #fff;
  --lpfg-ink: #111;
  --lpfg-muted: #6f6e6a;
  --lpfg-line: #deddd9;
  --lpfg-soft: #f6f6f4;
  --lpfg-danger: #8d1d1d;
  --lpfg-max: 1440px;
  --lpfg-gutter: clamp(22px,4.2vw,72px);
  --lpfg-topbar: 66px;
  --lpfg-private-nav: 48px;
}
.topbar {
  height: var(--lpfg-topbar) !important;
  padding-right: var(--lpfg-gutter) !important;
  padding-left: var(--lpfg-gutter) !important;
  border-bottom: 1px solid rgba(17, 17, 17, 0.07) !important;
  background: var(--lpfg-paper) !important;
}
.topbar .brand {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--lpfg-ink);
  text-transform: uppercase;
  white-space: nowrap;
  font: 650 10px / 1 "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  letter-spacing: 0.19em !important;
}
.topbar:not(:has(.topbar-context))::after {
  content: "Espace privé";
  margin-left: 24px;
  color: var(--lpfg-muted);
  font: 500 10px / 1 "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}
.skip {
  position: fixed;
  z-index: 200;
  left: 12px;
  top: -90px;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 14px;
  background: var(--lpfg-ink);
  color: rgb(255, 255, 255);
  font: 500 12px / 1.3 "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.skip:focus {
  top: 12px;
}
.private-switcher {
  top: var(--lpfg-topbar) !important;
  height: var(--lpfg-private-nav) !important;
  border-bottom: 1px solid var(--lpfg-line) !important;
  background: var(--lpfg-paper) !important;
}
.private-switcher-inner {
  width: 100% !important;
  max-width: var(--lpfg-max) !important;
  height: 100% !important;
  margin: 0px auto !important;
  padding: 0 var(--lpfg-gutter) !important;
  gap: 24px !important;
}
.private-tabs {
  gap: clamp(18px, 2.4vw, 36px) !important;
}
.private-tabs a,
.private-logout {
  text-transform: uppercase;
  white-space: nowrap;
  min-height: 44px !important;
  color: rgb(102, 102, 102) !important;
  font: 500 10px / 1 "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  letter-spacing: 0.13em !important;
}
.private-tabs a:hover,
.private-tabs a[aria-current="page"],
.private-logout:hover {
  color: var(--lpfg-ink) !important;
}
.private-tabs a[aria-current="page"]::after {
  background: var(--lpfg-ink) !important;
}
.private-tabs a:focus-visible,
.private-logout:focus-visible,
.topbar .brand:focus-visible {
  outline: 2px solid var(--lpfg-ink);
  outline-offset: 4px;
}
.lpfg-editor-panel {
  right: clamp(14px, 2.4vw, 32px) !important;
  bottom: clamp(14px, 2.4vw, 28px) !important;
  align-items: flex-end !important;
  gap: 8px !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.lpfg-editor-action {
  min-height: 44px !important;
  padding: 9px 12px !important;
  border: 1px solid var(--lpfg-line) !important;
  border-radius: 0px !important;
  background: var(--lpfg-paper) !important;
  color: var(--lpfg-ink) !important;
  font: 650 10px / 1.25 "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  letter-spacing: 0.1em !important;
  text-align: center !important;
}
.lpfg-editor-action:hover,
.prospection-editor-action:hover {
  border-color: var(--lpfg-ink) !important;
  background: rgb(242, 242, 240) !important;
}
.lpfg-editor-action--primary {
  border-color: var(--lpfg-ink) !important;
  background: var(--lpfg-ink) !important;
  color: rgb(255, 255, 255) !important;
}
.lpfg-editor-action--primary:hover,
.prospection-editor-action--primary:hover {
  background: rgb(43, 43, 43) !important;
  color: rgb(255, 255, 255) !important;
}
@media (max-width: 980px){
.topbar:not(:has(.topbar-context))::after {
    margin-left: auto;
  }
}
@media (max-width:863px){
html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }
.topbar:not(:has(.topbar-context))::after {
    display: none !important;
  }
.private-switcher-inner {
    overflow: hidden;
    padding-right: 14px !important;
    padding-left: 14px !important;
    gap: 10px !important;
  }
.private-tabs {
    flex: 1 1 auto;
    min-width: 0px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    gap: 12px !important;
  }
.private-tabs a,
  .private-logout {
    font-size: 9px !important;
    letter-spacing: 0.075em !important;
  }
.lpfg-editor-status {
    right: 14px !important;
    bottom: 14px !important;
    max-width: calc(-28px + 100vw) !important;
  }
}
@media (max-width: 430px){
.private-tabs {
    gap: 9px !important;
  }
.private-tabs a,
  .private-logout {
    letter-spacing: 0.045em !important;
  }
}
@media (max-width:863px){
:root {
    --lpfg-topbar: 54px;
    --lpfg-private-nav: 50px;
  }
body[data-lpfg-page="presentation"] .lpfg-presentation-editor {
    pointer-events: none;
    z-index: 31 !important;
    top: 0px !important;
    right: 14px !important;
    bottom: auto !important;
    height: var(--lpfg-topbar) !important;
    justify-content: center !important;
  }
body[data-lpfg-page="presentation"] .lpfg-direct-workspace,
  body[data-lpfg-page="presentation"] .lpfg-editor-status {
    pointer-events: auto;
  }
}
@media (prefers-reduced-motion: reduce){
*,
  ::before,
  ::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
:root {
  --lpfg-editorial-max: 1440px;
  --lpfg-editorial-gutter: clamp(22px,4.2vw,72px);
  --lpfg-editorial-line: #deddd9;
  --lpfg-editorial-topbar: 66px;
  --lpfg-editorial-nav: 48px;
}
body[data-lpfg-page],
body.lpfg-projects-page {
  --max: var(--lpfg-editorial-max);
  --gutter: var(--lpfg-editorial-gutter);
  --line: var(--lpfg-editorial-line);
}
body[data-lpfg-page] .topbar,
body.lpfg-projects-page .topbar {
  height: var(--lpfg-editorial-topbar);
  padding-left: var(--lpfg-editorial-gutter);
  padding-right: var(--lpfg-editorial-gutter);
  border-bottom: 1px solid rgba(17, 17, 17, 0.07);
}
body[data-lpfg-page] .private-switcher,
body.lpfg-projects-page .private-switcher {
  top: var(--lpfg-editorial-topbar);
  height: var(--lpfg-editorial-nav);
  border-bottom: 1px solid var(--lpfg-editorial-line);
}
body[data-lpfg-page] .private-switcher-inner,
body.lpfg-projects-page .private-switcher-inner,
body[data-lpfg-page] main,
body.lpfg-projects-page main,
body[data-lpfg-page] footer,
body.lpfg-projects-page footer {
  width: 100%;
  max-width: var(--lpfg-editorial-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--lpfg-editorial-gutter);
  padding-right: var(--lpfg-editorial-gutter);
}
body[data-lpfg-page] .hero-kicker,
body[data-lpfg-page] .eyebrow,
body[data-lpfg-page] .row-label,
body[data-lpfg-page] .card-kicker,
body.lpfg-projects-page .hero-kicker,
body.lpfg-projects-page .eyebrow,
body.lpfg-projects-page .project-card > span,
body.lpfg-projects-page .project-fact small {
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: 0.15em;
}
body[data-lpfg-page] .hero h1,
body.lpfg-projects-page .module-hero h1 {
  font-size: clamp(54px, 6.7vw, 108px);
  line-height: 0.9;
  letter-spacing: -0.058em;
}
body[data-lpfg-page] .section h2,
body[data-lpfg-page] .section-head h2,
body.lpfg-projects-page .section-heading h2 {
  font-size: clamp(38px, 4.2vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.046em;
}
body[data-lpfg-page] .section,
body[data-lpfg-page] .closing,
body.lpfg-projects-page .module-section,
body.lpfg-projects-page .projects-section,
body[data-lpfg-page] .duo-grid,
body[data-lpfg-page] .offers,
body[data-lpfg-page] .process,
body[data-lpfg-page] .press-list,
body[data-lpfg-page] .rows,
body[data-lpfg-page] .rules,
body[data-lpfg-page] .cards,
body.lpfg-projects-page .projects-grid {
  border-color: var(--lpfg-editorial-line);
}
@media (max-width:863px){
:root {
    --lpfg-editorial-topbar: 58px;
    --lpfg-editorial-gutter: 18px;
  }
body[data-lpfg-page] .hero h1,
  body.lpfg-projects-page .module-hero h1 {
    font-size: clamp(40px, 11.9vw, 56px);
  }
body[data-lpfg-page] .section h2,
  body[data-lpfg-page] .section-head h2,
  body.lpfg-projects-page .section-heading h2 {
    font-size: clamp(32px, 9vw, 48px);
  }
}
@media (max-width:863px){
body[data-lpfg-page="presentation"] {
    --lpfg-safe-top: env(safe-area-inset-top, 0px);
    --lpfg-safe-bottom: env(safe-area-inset-bottom, 0px);
    --lpfg-editorial-topbar: calc(54px + var(--lpfg-safe-top));
    --lpfg-mobile-subnav: 42px;
  }
body[data-lpfg-page="presentation"]:not([data-lpfg-editor-device="mobile"]) .lpfg-presentation-editor,
  body[data-lpfg-page="presentation"]:not([data-lpfg-editor-device="mobile"]) .lpfg-editor-panel,
  body[data-lpfg-page="presentation"] .private-switcher {
    display: none !important;
  }
body[data-lpfg-page="presentation"][data-lpfg-editor-device="mobile"] .lpfg-presentation-editor {
    pointer-events: auto !important;
    top: auto !important;
    right: 14px !important;
    bottom: 14px !important;
    height: auto !important;
  }
body[data-lpfg-page="presentation"] .topbar {
    height: var(--lpfg-editorial-topbar) !important;
    padding-top: var(--lpfg-safe-top) !important;
    padding-right: var(--lpfg-editorial-gutter) !important;
    padding-left: var(--lpfg-editorial-gutter) !important;
    background: rgb(255, 255, 255) !important;
    background-image: none !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }
body[data-lpfg-page="presentation"] .topbar .brand {
    min-height: 44px;
    font-size: 10px !important;
    letter-spacing: 0.17em !important;
  }
body[data-lpfg-page="presentation"] .presentation-index {
    display: block !important;
    margin-left: auto !important;
  }
body[data-lpfg-page="presentation"] .presentation-index summary {
    text-transform: uppercase;
    min-height: 44px !important;
    padding: 0px !important;
    color: rgb(34, 34, 34) !important;
    font-size: 10.5px !important;
    font-weight: 600 !important;
    letter-spacing: 0.09em !important;
  }
body[data-lpfg-page="presentation"] .presentation-index-menu-label {
    display: inline !important;
  }
body[data-lpfg-page="presentation"] .presentation-index-count,
  body[data-lpfg-page="presentation"] .presentation-index-label {
    display: none !important;
  }
body[data-lpfg-page="presentation"] .presentation-index-chevron {
    margin-right: 2px !important;
    margin-left: 9px !important;
  }
body[data-lpfg-page="presentation"] .presentation-index-panel {
    position: absolute;
    top: calc(100% + 5px);
    right: 0px;
    display: grid;
    width: min(290px, -40px + 100vw);
    padding: 8px;
    border: 1px solid var(--lpfg-mobile-line);
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 18px 44px;
  }
body[data-lpfg-page="presentation"] .presentation-index:not([open]) .presentation-index-panel {
    display: none;
  }
body[data-lpfg-page="presentation"] .presentation-index-menu {
    position: static !important;
    display: grid !important;
    width: auto !important;
    padding: 0px 0px 8px !important;
    border-top: 0px !important;
    border-right: 0px !important;
    border-left: 0px !important;
    border-image: none !important;
    border-bottom: 1px solid var(--lpfg-mobile-line) !important;
    background: transparent !important;
  }
body[data-lpfg-page="presentation"] .presentation-index-menu a {
    min-height: 42px !important;
    font-size: 12px !important;
  }
body[data-lpfg-page="presentation"] .mobile-private-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px;
    padding-top: 8px;
  }
body[data-lpfg-page="presentation"] .mobile-private-menu a {
    display: flex;
    align-items: center;
    min-height: 40px;
    padding: 0px 10px;
    color: rgb(95, 94, 90);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.065em;
    text-transform: uppercase;
  }
body[data-lpfg-page="presentation"] .mobile-private-menu a[aria-current="page"] {
    color: rgb(17, 17, 17);
    background: rgb(247, 247, 244);
  }
body[data-lpfg-page="presentation"] .presentation-subnav {
    top: var(--lpfg-editorial-topbar) !important;
    height: var(--lpfg-mobile-subnav) !important;
    border-bottom: 1px solid var(--lpfg-mobile-line) !important;
    background: rgba(255, 255, 255, 0.97) !important;
  }
body[data-lpfg-page="presentation"] .presentation-subnav-inner {
    padding-right: var(--lpfg-editorial-gutter) !important;
    padding-left: var(--lpfg-editorial-gutter) !important;
    gap: 18px !important;
  }
body[data-lpfg-page="presentation"] .presentation-subnav a {
    min-height: 42px;
    color: rgb(107, 106, 102) !important;
    font-size: 10.5px !important;
    font-weight: 500 !important;
    letter-spacing: 0.065em !important;
  }
body[data-lpfg-page="presentation"] .presentation-subnav a[aria-current="location"] {
    color: rgb(17, 17, 17) !important;
  }
body[data-lpfg-page="presentation"] main {
    padding-top: calc(var(--lpfg-editorial-topbar) + var(--lpfg-mobile-subnav)) !important;
    padding-bottom: var(--lpfg-safe-bottom) !important;
  }
body[data-lpfg-page="presentation"] .section {
    scroll-margin-top: calc(var(--lpfg-editorial-topbar) + var(--lpfg-mobile-subnav) + 10px) !important;
  }
body[data-lpfg-page="presentation"] main > .section,
  body[data-lpfg-page="presentation"] main > .closing {
    background-size: 100% 1px !important;
    background-position: left top !important;
  }
body[data-lpfg-page="presentation"] .eyebrow,
  body[data-lpfg-page="presentation"] .offer-name {
    font-size: 11px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    letter-spacing: 0.1em !important;
  }
body[data-lpfg-page="presentation"] #binome > .section-head h2,
  body[data-lpfg-page="presentation"] #metiers > .section-head h2,
  body[data-lpfg-page="presentation"] #methode > .section-head h2,
  body[data-lpfg-page="presentation"] #presse > .section-head h2 {
    text-wrap: balance;
    width: 100% !important;
    margin: 0px !important;
    text-align: left !important;
  }
body[data-lpfg-page="presentation"] .hero h1,
  body[data-lpfg-page="presentation"] #binome > .section-head h2,
  body[data-lpfg-page="presentation"] #metiers > .section-head h2,
  body[data-lpfg-page="presentation"] #methode > .section-head h2,
  body[data-lpfg-page="presentation"] #presse > .section-head h2,
  body[data-lpfg-page="presentation"] .closing-copy h2 {
    font-weight: 700 !important;
    letter-spacing: -0.058em !important;
    text-transform: none !important;
  }
body[data-lpfg-page="presentation"] #metiers > .offer-intro {
    color: rgb(34, 34, 34) !important;
    font-weight: 400 !important;
    letter-spacing: -0.012em !important;
    white-space: normal !important;
  }
body[data-lpfg-page="presentation"] #binome > .duo-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
body[data-lpfg-page="presentation"] #binome .person,
  body[data-lpfg-page="presentation"] #binome .person:first-child,
  body[data-lpfg-page="presentation"] #binome .person:last-child {
    width: 100% !important;
    margin: 0px !important;
    text-align: left !important;
  }
body[data-lpfg-page="presentation"] #binome .person h3 {
    line-height: 1.18 !important;
    font-weight: 500 !important;
    letter-spacing: -0.025em !important;
    text-align: left !important;
    text-transform: none !important;
  }
body[data-lpfg-page="presentation"] footer {
    padding-right: var(--lpfg-editorial-gutter) !important;
    padding-left: var(--lpfg-editorial-gutter) !important;
  }
}
@media (min-width: 981px){
body[data-lpfg-page="presentation"] {
    --lpfg-editorial-gutter: clamp(52px,4.4vw,88px);
    color: var(--presentation-text);
  }
body[data-lpfg-page="presentation"] main,
  body[data-lpfg-page="presentation"] footer {
    max-width: 1800px !important;
  }
body[data-lpfg-page="presentation"] .hero h1,
  body[data-lpfg-page="presentation"] .section h2,
  body[data-lpfg-page="presentation"] .closing h2 {
    color: var(--presentation-ink) !important;
  }
body[data-lpfg-page="presentation"] .brand,
  body[data-lpfg-page="presentation"] .hero-names,
  body[data-lpfg-page="presentation"] .person h3,
  body[data-lpfg-page="presentation"] .offer h3,
  body[data-lpfg-page="presentation"] .step h3,
  body[data-lpfg-page="presentation"] .press-item strong {
    color: rgb(47, 68, 77) !important;
  }
body[data-lpfg-page="presentation"] .hero-tagline {
    color: rgb(91, 112, 121) !important;
  }
body[data-lpfg-page="presentation"] .hero-kicker,
  body[data-lpfg-page="presentation"] .eyebrow,
  body[data-lpfg-page="presentation"] .offer-name,
  body[data-lpfg-page="presentation"] .offer-audience,
  body[data-lpfg-page="presentation"] footer {
    color: var(--presentation-secondary) !important;
  }
body[data-lpfg-page="presentation"] .private-tabs a,
  body[data-lpfg-page="presentation"] .private-logout,
  body[data-lpfg-page="presentation"] .presentation-subnav a {
    color: var(--presentation-secondary) !important;
  }
body[data-lpfg-page="presentation"] .private-tabs a[aria-current="page"],
  body[data-lpfg-page="presentation"] .presentation-subnav a[aria-current="location"] {
    color: var(--presentation-ink) !important;
  }
body[data-lpfg-page="presentation"] .private-tabs a[aria-current="page"]::after,
  body[data-lpfg-page="presentation"] .presentation-subnav a[aria-current="location"]::after {
    background: var(--presentation-ink) !important;
  }
body[data-lpfg-page="presentation"] .private-switcher {
    background: rgb(255, 255, 255) !important;
  }
body[data-lpfg-page="presentation"] main > .section {
    position: relative;
    padding-top: clamp(104px, 8vw, 148px) !important;
    padding-bottom: clamp(104px, 8vw, 148px) !important;
    border-top: 0px !important;
    background-image: none !important;
  }
body[data-lpfg-page="presentation"] .section-head,
  body[data-lpfg-page="presentation"] #binome > .section-head,
  body[data-lpfg-page="presentation"] #metiers > .section-head,
  body[data-lpfg-page="presentation"] #methode > .section-head,
  body[data-lpfg-page="presentation"] #presse > .section-head {
    display: grid !important;
    grid-template-columns: repeat(12, minmax(0px, 1fr)) !important;
    column-gap: 24px !important;
    align-items: start !important;
    margin-bottom: clamp(62px, 5.5vw, 96px) !important;
  }
body[data-lpfg-page="presentation"] #binome > .section-head .eyebrow,
  body[data-lpfg-page="presentation"] #metiers > .section-head .eyebrow,
  body[data-lpfg-page="presentation"] #methode > .section-head .eyebrow,
  body[data-lpfg-page="presentation"] #presse > .section-head .eyebrow {
    display: flex !important;
    align-items: center !important;
    grid-column: 1 / span 2 !important;
    gap: 18px !important;
    width: auto !important;
    margin: 0px !important;
    padding-top: 12px !important;
    color: var(--presentation-secondary) !important;
    font-size: 11px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
    letter-spacing: 0.15em !important;
    text-transform: uppercase !important;
  }
body[data-lpfg-page="presentation"] #binome > .section-head .eyebrow::before,
  body[data-lpfg-page="presentation"] #metiers > .section-head .eyebrow::before,
  body[data-lpfg-page="presentation"] #methode > .section-head .eyebrow::before,
  body[data-lpfg-page="presentation"] #presse > .section-head .eyebrow::before {
    content: "";
    flex: 0 0 28px;
    width: 28px;
    height: 1px;
    background: rgba(29, 43, 49, 0.38);
  }
body[data-lpfg-page="presentation"] .section-head h2 {
    text-wrap-style: initial;
    grid-column: 3 / span 8 !important;
    width: auto !important;
    max-width: 20ch !important;
    margin: 0px !important;
    color: var(--presentation-ink) !important;
    line-height: 0.95 !important;
    letter-spacing: -0.045em !important;
    text-align: left !important;
    text-transform: uppercase !important;
    white-space: pre-line !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }
body[data-lpfg-page="presentation"] #binome > .section-head h2 {
    text-wrap-style: initial;
    grid-column: 3 / span 8 !important;
    margin: 0px !important;
    color: var(--presentation-ink) !important;
    text-align: left !important;
  }
body[data-lpfg-page="presentation"] #metiers > .section-head h2,
  body[data-lpfg-page="presentation"] #methode > .section-head h2,
  body[data-lpfg-page="presentation"] #presse > .section-head h2 {
    text-wrap-style: initial;
    grid-column: 3 / span 8 !important;
    width: auto !important;
    max-width: 20ch !important;
    margin: 0px !important;
    color: var(--presentation-ink) !important;
    text-align: left !important;
    white-space: pre-line !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }
body[data-lpfg-page="presentation"] .hero h1,
  body[data-lpfg-page="presentation"] #binome > .section-head h2,
  body[data-lpfg-page="presentation"] #metiers > .section-head h2,
  body[data-lpfg-page="presentation"] #methode > .section-head h2,
  body[data-lpfg-page="presentation"] #presse > .section-head h2 {
    font-size: clamp(72px, 6.2vw, 84px) !important;
    font-weight: 700 !important;
    line-height: 0.92 !important;
    letter-spacing: -0.058em !important;
    text-transform: none !important;
  }
body[data-lpfg-page="presentation"] #binome > .section-head h2 {
    width: auto !important;
    max-width: 20ch !important;
    white-space: pre-line !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }
body[data-lpfg-page="presentation"] #binome > .lead,
  body[data-lpfg-page="presentation"] #metiers > .offer-intro,
  body[data-lpfg-page="presentation"] #methode > .lead {
    width: min(79.2%, 940px) !important;
    max-width: 940px !important;
    margin: 0px auto clamp(62px, 5vw, 84px) 20.8% !important;
    color: var(--presentation-text) !important;
    font-size: clamp(20px, 1.15vw, 22px) !important;
    line-height: 1.55 !important;
    font-weight: 400 !important;
    letter-spacing: -0.02em !important;
    text-align: left !important;
    white-space: normal !important;
  }
body[data-lpfg-page="presentation"] #binome > .duo-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0px, 1fr)) !important;
    gap: 0px !important;
    margin: 0px !important;
    border-top: 1px solid var(--line) !important;
    border-bottom: 1px solid var(--line) !important;
  }
body[data-lpfg-page="presentation"] #binome .person,
  body[data-lpfg-page="presentation"] #binome .person:first-child,
  body[data-lpfg-page="presentation"] #binome .person:last-child {
    min-height: 140px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0px !important;
    padding: 24px 58px 22px !important;
    border: 0px !important;
    background: transparent !important;
    text-align: center !important;
  }
body[data-lpfg-page="presentation"] #binome .person:last-child {
    border-left: 1px solid var(--line) !important;
  }
body[data-lpfg-page="presentation"] #binome .person h3 {
    width: 100% !important;
    margin: 0px 0px 14px !important;
    font-size: clamp(21px, 1.35vw, 23px) !important;
    line-height: 1.25 !important;
    font-weight: 500 !important;
    text-align: center !important;
  }
body[data-lpfg-page="presentation"] .contact-polaroids {
    min-width: 0px;
  }
body[data-lpfg-page="presentation"] .baby-polaroid {
    box-sizing: border-box;
  }
body[data-lpfg-page="presentation"] .baby-polaroid-window {
    position: absolute;
    top: 8%;
    left: 5.6%;
    display: block;
    width: 88.8%;
    height: 67.2%;
    overflow: hidden;
    background: rgb(207, 215, 214);
  }
body[data-lpfg-page="presentation"] .baby-polaroid-window img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.84) contrast(1.02) saturate(0.84) sepia(0.05);
  }
body[data-lpfg-page="presentation"] .baby-polaroid-jeremy img {
    object-position: 48% center;
  }
body[data-lpfg-page="presentation"] .baby-polaroid-lena img {
    object-position: center 45%;
  }
body[data-lpfg-page="presentation"] .contact-field input:focus,
  body[data-lpfg-page="presentation"] .contact-field textarea:focus {
    border-bottom-color: var(--presentation-ink);
  }
body[data-lpfg-page="presentation"] .contact-trap {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0px, 0px, 0px, 0px) !important;
    white-space: nowrap !important;
  }
body[data-lpfg-page="presentation"] .contact-submit {
    transition: background 0.18s, color 0.18s;
    grid-column: 2 !important;
    justify-self: start !important;
  }
body[data-lpfg-page="presentation"] .contact-submit:hover {
    background: transparent;
    color: var(--presentation-ink);
  }
body[data-lpfg-page="presentation"] .contact-status {
    margin: 46px 0px 0px;
    padding-top: 38px;
    border-top: 1px solid var(--line);
    color: var(--presentation-text);
    font-size: 20px;
    line-height: 1.55;
  }
body[data-lpfg-page="presentation"] .contact-status[hidden] {
    display: none;
  }
body[data-lpfg-page="presentation"] .closing-cta-link:focus-visible,
  body[data-lpfg-page="presentation"] .contact-field input:focus-visible,
  body[data-lpfg-page="presentation"] .contact-field textarea:focus-visible,
  body[data-lpfg-page="presentation"] .contact-submit:focus-visible {
    outline: var(--presentation-ink) solid 2px;
    outline-offset: 5px;
  }
}
@media (max-width: 980px){
body[data-lpfg-page="presentation"] .contact-polaroids {
    display: flex;
    align-items: center;
    gap: 18px;
    width: min(100%, 560px);
    min-height: 300px;
  }
body[data-lpfg-page="presentation"] .baby-polaroid {
    box-sizing: border-box;
    position: relative;
    width: min(32.725vw, 216.75px);
    aspect-ratio: 277 / 502;
    margin: 0px;
    padding: 0px;
    border: 1px solid rgba(64, 77, 81, 0.22);
    border-radius: 1px;
    background: linear-gradient(145deg, rgb(243, 246, 246) 0%, rgb(235, 241, 242) 62%, rgb(227, 235, 236) 100%);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 6px, rgba(36, 52, 58, 0.05) 0px 12px 24px;
    transform-origin: center center;
  }
body[data-lpfg-page="presentation"] .baby-polaroid:first-child {
    transform: translateY(-6px) rotate(2deg);
  }
body[data-lpfg-page="presentation"] .baby-polaroid:last-child {
    transform: translateY(6px) rotate(0deg);
  }
body[data-lpfg-page="presentation"] .baby-polaroid-window {
    position: absolute;
    top: 8%;
    left: 5.6%;
    display: block;
    width: 88.8%;
    height: 67.2%;
    overflow: hidden;
  }
body[data-lpfg-page="presentation"] .baby-polaroid-window img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.84) contrast(1.02) saturate(0.84) sepia(0.05);
  }
body[data-lpfg-page="presentation"] .baby-polaroid-jeremy img {
    object-position: 48% center;
  }
body[data-lpfg-page="presentation"] .baby-polaroid-lena img {
    object-position: center 45%;
  }
body[data-lpfg-page="presentation"] .contact-section {
    padding: 72px 0px;
    border-top: 1px solid var(--line);
    scroll-margin-top: 120px;
  }
body[data-lpfg-page="presentation"] .contact-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
  }
body[data-lpfg-page="presentation"] .contact-polaroids {
    justify-content: flex-start;
    margin: 42px 0px 0px;
  }
body[data-lpfg-page="presentation"] .contact-signature {
    margin: 26px 0px 0px;
    color: rgb(47, 68, 77);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
  }
body[data-lpfg-page="presentation"] .contact-fields {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
  }
body[data-lpfg-page="presentation"] .contact-field {
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
  }
body[data-lpfg-page="presentation"] .contact-field label {
    margin-bottom: 11px;
    color: var(--presentation-secondary);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }
body[data-lpfg-page="presentation"] .contact-field input,
  body[data-lpfg-page="presentation"] .contact-field textarea {
    width: 100%;
    padding: 0px 0px 12px;
    border-width: 0px 0px 1px;
    border-style: none none solid;
    border-color: currentcolor currentcolor rgb(174, 185, 189);
    border-image: none;
    border-radius: 0px;
    background: transparent;
    color: var(--presentation-ink);
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-family: inherit;
    font-optical-sizing: inherit;
    font-size-adjust: inherit;
    font-kerning: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-language-override: inherit;
    font-size: 17px;
    line-height: 1.45;
  }
body[data-lpfg-page="presentation"] .contact-field textarea {
    min-height: 108px;
    resize: vertical;
  }
body[data-lpfg-page="presentation"] .contact-trap {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0px, 0px, 0px, 0px);
    white-space: nowrap;
  }
body[data-lpfg-page="presentation"] .contact-submit {
    min-height: 48px;
    padding: 0px 22px;
    border: 1px solid var(--presentation-ink);
    background: var(--presentation-ink);
    color: rgb(255, 255, 255);
    font-style: inherit;
    font-variant: inherit;
    font-stretch: inherit;
    line-height: inherit;
    font-family: inherit;
    font-optical-sizing: inherit;
    font-size-adjust: inherit;
    font-kerning: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-language-override: inherit;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }
body[data-lpfg-page="presentation"] .contact-status {
    margin: 24px 0px 0px;
    padding-top: 20px;
    border-top: 1px solid var(--line);
    color: var(--presentation-text);
    font-size: 14px;
    line-height: 1.5;
  }
body[data-lpfg-page="presentation"] .contact-status[hidden] {
    display: none;
  }
}
@media (max-width: 680px){
body[data-lpfg-page="presentation"] .contact-polaroids {
    max-width: 340px;
    gap: 14px;
  }
body[data-lpfg-page="presentation"] .baby-polaroid {
    width: clamp(103.7px, 34.425vw, 132.6px);
  }
}
body[data-lpfg-page="presentation"] #binome > .section-head h2,
body[data-lpfg-page="presentation"] #presse > .section-head h2,
body[data-lpfg-page="presentation"] #methode > .section-head h2,
body[data-lpfg-page="presentation"] .closing-copy h2 {
  white-space: pre-line !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
  text-wrap-style: initial !important;
}
body[data-lpfg-page="presentation"] #metiers > .section-head h2 {
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
  text-wrap-style: initial !important;
}
body[data-lpfg-page="presentation"] .contact-signature {
  display: block;
  margin-top: 5px;
  opacity: 0.68;
}
body[data-lpfg-page="presentation"] .contact-kiss {
  margin: 26px 0px 0px;
  color: var(--presentation-ink);
  font-weight: 700;
  letter-spacing: -0.025em;
}
@media (min-width: 981px){
body[data-lpfg-page="presentation"] .contact-section {
    --lpfg-v335-gutter: clamp(30px,3vw,76px);
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: clamp(84px, 5.5vw, 133px) 0px clamp(72px, 5vw, 120px);
    border-top: 1px solid rgba(29, 43, 49, 0.06);
    overflow: visible;
    scroll-margin-top: 190px;
  }
body[data-lpfg-page="presentation"] .contact-layout {
    display: grid;
    grid-template-columns: minmax(0px, 36fr) minmax(590px, 44fr);
    column-gap: clamp(84px, 9vw, 218px);
    align-items: start;
    margin: 0 var(--lpfg-v335-gutter);
  }
body[data-lpfg-page="presentation"] .contact-polaroids {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: clamp(18px, 1.45vw, 35px);
    width: min(26.5vw, 610px);
    max-width: none;
    margin: clamp(58px, 4.15vw, 100px) 0px 0px clamp(26px, 2.7vw, 65px);
    transform: none;
  }
body[data-lpfg-page="presentation"] .baby-polaroid {
    position: relative;
    display: block;
    flex: 0 0 calc(0.5 * (100% - clamp(18px, 1.45vw, 35px)));
    width: auto;
    aspect-ratio: 277 / 502;
    margin: 0px;
    padding: 0px;
    border: 1px solid rgba(64, 77, 81, 0.22);
    border-radius: 1px;
    background: linear-gradient(145deg, rgb(243, 246, 246) 0%, rgb(235, 241, 242) 62%, rgb(227, 235, 236) 100%);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 6px, rgba(36, 52, 58, 0.055) 0px 12px 24px;
    transform-origin: center center;
  }
body[data-lpfg-page="presentation"] .baby-polaroid:first-child {
    transform: translateY(-7px) rotate(2deg);
  }
body[data-lpfg-page="presentation"] .baby-polaroid:last-child {
    transform: translateY(7px);
  }
body[data-lpfg-page="presentation"] .contact-kiss {
    margin: clamp(32px, 2.4vw, 58px) 0px 0px clamp(26px, 2.7vw, 65px);
    color: var(--presentation-ink);
    font-size: clamp(46px, 2.92vw, 70px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.025em;
  }
body[data-lpfg-page="presentation"] .contact-signature {
    display: block;
    margin: 5px 0px 0px clamp(26px, 2.7vw, 65px);
    color: rgb(47, 68, 77);
    font-size: clamp(17px, 1.08vw, 26px);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.025em;
  }
body[data-lpfg-page="presentation"] .contact-form {
    justify-self: end;
    width: min(100%, 40.5vw);
    max-width: 980px;
    padding-top: 2px;
  }
body[data-lpfg-page="presentation"] .contact-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: var(--presentation-contact-gap) !important;
  }
body[data-lpfg-page="presentation"] .contact-field {
    display: flex;
    flex-direction: column;
    min-width: 0px;
    margin-bottom: clamp(60px, 4.35vw, 105px);
  }
body[data-lpfg-page="presentation"] .contact-field-wide {
    grid-column: 1 / -1;
    margin-bottom: clamp(36px, 2vw, 48px);
  }
body[data-lpfg-page="presentation"] .contact-field label {
    margin-bottom: clamp(15px, 1vw, 24px);
    color: var(--presentation-secondary);
    font-size: clamp(11px, 0.58vw, 14px);
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }
body[data-lpfg-page="presentation"] .contact-field input,
  body[data-lpfg-page="presentation"] .contact-field textarea {
    width: 100%;
    padding: 0px 0px clamp(14px, 0.85vw, 21px);
    border-width: 0px 0px 1px;
    border-style: none none solid;
    border-color: currentcolor currentcolor rgb(174, 185, 189);
    border-image: none;
    border-radius: 0px;
    background: transparent;
    color: var(--presentation-ink);
    font-family: inherit;
    font-size: clamp(19px, 1.3vw, 28px);
    font-weight: 400;
    line-height: 1.45;
  }
body[data-lpfg-page="presentation"] .contact-field textarea {
    min-height: clamp(150px, 9.7vw, 234px);
    resize: vertical;
  }
body[data-lpfg-page="presentation"] .contact-actions {
    display: grid !important;
    justify-content: flex-end;
    width: 100%;
    padding-right: 0px !important;
    grid-template-columns: 1fr 1fr !important;
    column-gap: var(--presentation-contact-gap) !important;
  }
body[data-lpfg-page="presentation"] .contact-submit {
    width: clamp(170px, 9.5vw, 220px);
    min-height: clamp(48px, 2.4vw, 58px);
    padding: 0px clamp(18px, 1vw, 24px);
    border: 1px solid var(--presentation-ink);
    background: var(--presentation-ink);
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-family: inherit;
    font-size: clamp(11px, 0.58vw, 14px);
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    grid-column: 2 !important;
    justify-self: start !important;
  }
}
@media (min-width: 981px) and (max-width: 1180px){
body[data-lpfg-page="presentation"] .contact-section {
    height: auto;
  }
body[data-lpfg-page="presentation"] .contact-layout {
    grid-template-columns: minmax(330px, 0.82fr) minmax(500px, 1.18fr);
    column-gap: clamp(60px, 7vw, 90px);
  }
}
@media (min-width: 1181px){
body[data-lpfg-page="presentation"] .contact-form {
    transform: translateX(clamp(-64px, -2.5vw, -36px));
  }
body[data-lpfg-page="presentation"] .hero .polaroids {
    width: min(29vw, 520px);
    gap: clamp(18px, 1.45vw, 35px) !important;
  }
body[data-lpfg-page="presentation"] .hero .polaroid {
    flex: 0 0 calc(0.5 * (100% - clamp(18px, 1.45vw, 35px)));
    width: calc(0.5 * (100% - clamp(18px, 1.45vw, 35px))) !important;
  }
}
.lpfg-editor-panel {
  position: fixed;
  z-index: 120;
  right: clamp(14px, 2.4vw, 32px);
  bottom: clamp(14px, 2.4vw, 28px);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.lpfg-editor-panel .lpfg-editor-status {
  order: 1;
}
.lpfg-editor-panel[hidden],
.lpfg-editor-panel [hidden] {
  display: none !important;
}
.lpfg-editor-action {
  min-height: 44px;
  margin: 0px;
  padding: 9px 11px;
  border: 1px solid var(--presentation-rule);
  border-radius: 0px;
  background: rgb(255, 255, 255);
  color: rgb(17, 17, 17);
  font: 650 10px / 1.25 "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}
.lpfg-editor-action:hover {
  border-color: rgb(17, 17, 17);
  background: rgb(242, 242, 240);
}
.lpfg-editor-action--primary {
  border-color: rgb(17, 17, 17);
  background: rgb(17, 17, 17);
  color: rgb(255, 255, 255);
}
.lpfg-editor-action--primary:hover,
.lpfg-editor-action--primary:focus-visible {
  background: rgb(43, 43, 43);
  color: rgb(255, 255, 255);
}
.lpfg-editor-status {
  border-left: 2px solid rgb(17, 17, 17);
  background: rgb(242, 242, 240);
  color: rgb(51, 51, 51);
  font: 500 11px / 1.45 "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: static !important;
  width: min(360px, -28px + 100vw) !important;
  max-width: none !important;
  margin: 0px !important;
  padding: 12px 14px !important;
}
.lpfg-editor-status[hidden] {
  display: none !important;
}
body[data-lpfg-page="presentation"] .lpfg-presentation-editor {
  right: 18px;
  bottom: 18px;
}
.lpfg-direct-workspace[hidden],
.lpfg-editor-trigger[hidden] {
  display: none !important;
}
.lpfg-direct-workspace {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 1200;
  display: flex;
  align-items: center;
  gap: 22px;
  width: min(920px, -32px + 100vw);
  padding: 14px 16px;
  transform: translateX(-50%);
  border: 1px solid rgb(215, 215, 211);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: rgba(0, 0, 0, 0.12) 0px 12px 38px;
  backdrop-filter: blur(10px);
}
.lpfg-direct-copy {
  display: grid;
  min-width: 0px;
  gap: 2px;
  flex: 1 1 0%;
}
.lpfg-direct-copy strong {
  font-size: 14px;
  line-height: 1.3;
}
.lpfg-direct-copy small {
  overflow: hidden;
  color: rgb(102, 102, 102);
  font-size: 12px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lpfg-direct-kicker {
  color: rgb(119, 119, 119);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.lpfg-direct-actions {
  display: flex;
  gap: 8px;
  flex: 0 0 auto;
}
.lpfg-direct-actions .lpfg-editor-action {
  min-height: 40px;
  padding: 0px 16px;
}
body[data-lpfg-page="presentation"] :is(#top, #binome, #metiers, #methode, #presse, #films, #conclusion, #contact) [data-lpfg-editor-key] {
  min-width: 0px;
  max-width: 100%;
  white-space: pre-wrap !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
  hyphens: none !important;
  text-wrap-style: initial !important;
}
body.lpfg-presentation-editing [data-lpfg-editor-key] {
  cursor: text;
  border-radius: 2px;
  outline: transparent dashed 1px;
  outline-offset: 6px;
  transition: background-color 0.15s, outline-color 0.15s;
  white-space: pre-wrap !important;
}
.lpfg-layout-selection[hidden] {
  display: none !important;
}
.lpfg-layout-selection {
  position: fixed;
  z-index: 1180;
  box-sizing: border-box;
  pointer-events: none;
  border: 1px solid rgb(17, 17, 17);
}
.lpfg-layout-selection-tools {
  position: absolute;
  right: -1px;
  bottom: calc(100% + 7px);
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 28px;
  padding: 0px 8px;
  border: 1px solid rgb(215, 215, 211);
  background: rgba(255, 255, 255, 0.98);
  color: rgb(102, 102, 102);
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 14px;
  font-size: 9px;
  line-height: 1;
  white-space: nowrap;
  pointer-events: auto;
}
.lpfg-layout-selection-tools button {
  padding: 0px;
  border-width: 0px 0px 1px;
  border-style: none none solid;
  border-color: currentcolor currentcolor rgb(170, 170, 170);
  border-image: none;
  background: transparent;
  color: rgb(68, 68, 68);
  font: inherit;
  cursor: pointer;
}
.lpfg-layout-handle {
  position: absolute;
  right: -7px;
  bottom: -7px;
  width: 14px;
  height: 14px;
  padding: 0px;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 50%;
  background: rgb(17, 17, 17);
  box-shadow: rgb(17, 17, 17) 0px 0px 0px 1px;
  cursor: ew-resize;
  pointer-events: auto;
  touch-action: none;
}
.lpfg-layout-handle--left {
  right: auto;
  left: -7px;
}
.lpfg-layout-handle--right {
  right: -7px;
  left: auto;
}
@media (max-width:863px){
[data-lpfg-mode="layout"],
  .lpfg-layout-selection {
    display: none !important;
  }
}
@media (max-width: 720px){
.lpfg-direct-workspace {
    bottom: max(8px, env(safe-area-inset-bottom, 0px));
    align-items: center;
    gap: 8px;
    flex-direction: row;
    width: calc(100vw - 16px);
    padding: 8px;
  }
body[data-lpfg-editor-device="mobile"] .lpfg-direct-kicker,
  body[data-lpfg-editor-device="mobile"] .lpfg-direct-copy strong {
    display: none;
  }
body[data-lpfg-editor-device="mobile"] .lpfg-direct-copy {
    display: block;
  }
.lpfg-direct-copy small {
    display: block;
    font-size: 10px;
    line-height: 1.25;
    white-space: normal;
  }
.lpfg-direct-actions {
    display: flex;
    gap: 6px;
  }
.lpfg-direct-actions .lpfg-editor-action {
    width: auto;
    min-height: 44px;
    padding: 0 10px;
    font-size: 10px;
  }
}
@media (max-width:863px){
body[data-lpfg-page="presentation"] {
    --lpfg-editorial-gutter: clamp(20px,6vw,26px);
    --lpfg-mobile-line: #deddd9;
    --lpfg-mobile-paper: #fff;
    --lpfg-mobile-paper-strong: #fff;
  }
body[data-lpfg-page="presentation"] main {
    padding-right: var(--lpfg-editorial-gutter) !important;
    padding-left: var(--lpfg-editorial-gutter) !important;
  }
body[data-lpfg-page="presentation"] .hero {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
    gap: 46px !important;
    align-items: start !important;
    padding: 58px 0px 76px !important;
  }
body[data-lpfg-page="presentation"] .hero-copy {
    display: block !important;
    max-width: none !important;
  }
body[data-lpfg-page="presentation"] .hero h1 {
    max-width: 7.6ch !important;
    margin: 0px 0px 38px !important;
    line-height: 0.88 !important;
  }
body[data-lpfg-page="presentation"] .hero-meta {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    max-width: none !important;
    padding-top: 25px !important;
    border-top: 0 !important;
  }
body[data-lpfg-page="presentation"] .hero-names,
  body[data-lpfg-page="presentation"] .hero-tagline {
    max-width: none !important;
    margin: 0px !important;
    font-size: 15px !important;
    line-height: 1.48 !important;
  }
body[data-lpfg-page="presentation"] .hero .polaroids {
    display: flex !important;
    justify-content: center !important;
    gap: 12px !important;
    min-height: 0px !important;
    max-width: none !important;
    padding: 0px 8px !important;
    transform: none !important;
  }
body[data-lpfg-page="presentation"] .hero .polaroid {
    flex: 0 0 calc(42.5% - 5px) !important;
    width: calc(42.5% - 5px) !important;
    max-width: 150px !important;
  }
body[data-lpfg-page="presentation"] .hero .polaroid:first-child {
    transform: translateY(8px) rotate(-2deg) !important;
  }
body[data-lpfg-page="presentation"] .hero .polaroid:last-child {
    transform: translateY(-5px) !important;
  }
body[data-lpfg-page="presentation"] .section,
  body[data-lpfg-page="presentation"] #metiers {
    padding-top: 52px !important;
    padding-bottom: 42px !important;
  }
body[data-lpfg-page="presentation"] .section-head,
  body[data-lpfg-page="presentation"] #binome > .section-head,
  body[data-lpfg-page="presentation"] #metiers > .section-head,
  body[data-lpfg-page="presentation"] #methode > .section-head,
  body[data-lpfg-page="presentation"] #presse > .section-head {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 26px !important;
    margin-bottom: 38px !important;
  }
body[data-lpfg-page="presentation"] .section-head .eyebrow {
    display: flex !important;
    align-items: center !important;
    margin: 0px !important;
    padding: 0px !important;
    font-size: 8px !important;
    letter-spacing: 0.11em !important;
  }
body[data-lpfg-page="presentation"] .section-head .eyebrow::before,
  body[data-lpfg-page="presentation"] .contact-identity > .eyebrow::before {
    content: "" !important;
    display: block !important;
    flex: 0 0 22px !important;
    height: 1px !important;
    background: rgba(29, 43, 49, 0.38) !important;
  }
body[data-lpfg-page="presentation"] #binome > .section-head h2,
  body[data-lpfg-page="presentation"] #metiers > .section-head h2,
  body[data-lpfg-page="presentation"] #methode > .section-head h2,
  body[data-lpfg-page="presentation"] #presse > .section-head h2 {
    max-width: 12ch !important;
    line-height: 0.96 !important;
  }
body[data-lpfg-page="presentation"] #binome > .lead,
  body[data-lpfg-page="presentation"] #metiers > .offer-intro,
  body[data-lpfg-page="presentation"] #methode > .lead {
    width: 100% !important;
    max-width: 34ch !important;
    margin: 0px 0px 36px !important;
    font-size: 16px !important;
  }
body[data-lpfg-page="presentation"] #binome > .duo-grid {
    display: block !important;
    border-top: 1px solid var(--lpfg-mobile-line) !important;
    border-bottom: 1px solid var(--lpfg-mobile-line) !important;
    background: transparent !important;
  }
body[data-lpfg-page="presentation"] #binome .person,
  body[data-lpfg-page="presentation"] #binome .person:first-child,
  body[data-lpfg-page="presentation"] #binome .person:last-child {
    display: block !important;
    min-height: 0px !important;
    padding: 24px 0px !important;
    border: 0px !important;
    background: transparent !important;
  }
body[data-lpfg-page="presentation"] #binome .person + .person {
    border-top: 1px solid var(--lpfg-mobile-line) !important;
  }
body[data-lpfg-page="presentation"] #binome .person h3 {
    margin: 0px 0px 18px !important;
  }
body[data-lpfg-page="presentation"] #metiers > .offer-intro {
    text-align: left !important;
  }
body[data-lpfg-page="presentation"] .contact-section {
    padding: 52px 0px !important;
  }
body[data-lpfg-page="presentation"] .contact-layout {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 54px !important;
  }
body[data-lpfg-page="presentation"] .contact-polaroids {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 0px !important;
    margin: 0px !important;
    padding: 0px 8px !important;
  }
body[data-lpfg-page="presentation"] .baby-polaroid {
    position: relative !important;
    display: block !important;
    flex: 0 0 calc(42.5% - 5px) !important;
    width: calc(42.5% - 5px) !important;
    max-width: 150px !important;
    aspect-ratio: 536 / 1008 !important;
    margin: 0px !important;
    padding: 0px !important;
    overflow: hidden !important;
    border: 1px solid rgb(203, 212, 214) !important;
    background: rgb(239, 244, 245) !important;
    box-shadow: none !important;
    filter: drop-shadow(rgba(22, 29, 32, 0.08) 0px 9px 12px) !important;
  }
body[data-lpfg-page="presentation"] .baby-polaroid:first-child {
    transform: translateY(8px) rotate(-2deg) !important;
  }
body[data-lpfg-page="presentation"] .baby-polaroid:last-child {
    transform: translateY(-5px) !important;
  }
body[data-lpfg-page="presentation"] .baby-polaroid-window {
    position: absolute !important;
    top: 8% !important;
    left: 5.6% !important;
    width: 88.8% !important;
    height: 67.2% !important;
    overflow: hidden !important;
    background: rgb(221, 221, 221) !important;
  }
body[data-lpfg-page="presentation"] .baby-polaroid-window img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    filter: none !important;
  }
body[data-lpfg-page="presentation"] .baby-polaroid-jeremy img {
    object-position: 50% 50% !important;
  }
body[data-lpfg-page="presentation"] .baby-polaroid-lena img {
    object-position: 50% 25% !important;
  }
body[data-lpfg-page="presentation"] .contact-kiss {
    margin: 60px 0px 0px !important;
  }
body[data-lpfg-page="presentation"] .contact-signature {
    margin-top: 12px !important;
    font-size: 16px !important;
  }
body[data-lpfg-page="presentation"] .contact-form {
    width: 100% !important;
    margin: 0px !important;
  }
body[data-lpfg-page="presentation"] .contact-fields {
    grid-template-columns: 1fr !important;
    gap: 38px !important;
  }
body[data-lpfg-page="presentation"] .contact-field {
    margin: 0px !important;
  }
body[data-lpfg-page="presentation"] .contact-field-wide,
  body[data-lpfg-page="presentation"] .contact-actions {
    grid-column: 1 !important;
  }
body[data-lpfg-page="presentation"] .contact-field label {
    font-size: 9px !important;
  }
body[data-lpfg-page="presentation"] .contact-field input,
  body[data-lpfg-page="presentation"] .contact-field textarea {
    font-size: 16px !important;
  }
body[data-lpfg-page="presentation"] .contact-actions {
    justify-content: flex-start !important;
    padding: 0px !important;
    margin-top: 38px !important;
    padding-right: 0px !important;
  }
body[data-lpfg-page="presentation"] footer {
    flex-direction: column !important;
    align-items: center !important;
    gap: 12px !important;
    text-align: center !important;
    font-size: 8px !important;
  }
}
@media (max-width: 430px){
body[data-lpfg-page="presentation"] .topbar .brand {
    font-size: 9px !important;
  }
body[data-lpfg-page="presentation"] .hero {
    padding-top: 48px !important;
  }
}
@media (prefers-reduced-motion: reduce){
body[data-lpfg-page="presentation"] .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
@media (min-width: 981px){
body[data-lpfg-page="presentation"] [data-lpfg-editor-key] {
    box-sizing: border-box;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }
body[data-lpfg-page="presentation"] main > [data-lpfg-section-id],
  body[data-lpfg-page="presentation"] main > [data-lpfg-section-id] > .section-head,
  body[data-lpfg-page="presentation"] main > [data-lpfg-section-id] > .lead,
  body[data-lpfg-page="presentation"] main > [data-lpfg-section-id] > .offer-intro {
    height: auto !important;
    max-height: none !important;
  }
}
:root {
  --lpfg-editorial-cyan: #02d6ec;
}
body[data-lpfg-page="presentation"] #binome > .section-head .eyebrow::before,
body[data-lpfg-page="presentation"] #metiers > .section-head .eyebrow::before,
body[data-lpfg-page="presentation"] #methode > .section-head .eyebrow::before,
body[data-lpfg-page="presentation"] #presse > .section-head .eyebrow::before {
  background: var(--lpfg-editorial-cyan) !important;
}
@property --lpfg-surface { syntax: "<color>"; inherits: true; initial-value: #fff; }
@property --lpfg-title-color { syntax: "<color>"; inherits: true; initial-value: #1d2b31; }
@property --lpfg-player-border { syntax: "<color>"; inherits: true; initial-value: rgba(64, 77, 81, 0.22); }
@property --lpfg-player-shadow-near { syntax: "<color>"; inherits: true; initial-value: rgba(0, 0, 0, 0.08); }
@property --lpfg-player-shadow-far { syntax: "<color>"; inherits: true; initial-value: rgba(36, 52, 58, 0.055); }
html {
  --lpfg-theme-duration: 680ms;
  --lpfg-theme-easing: cubic-bezier(.22,.61,.36,1);
  --lpfg-surface: #fff;
  --lpfg-title-color: #1d2b31;
  --lpfg-player-border: rgba(64, 77, 81, 0.22);
  --lpfg-player-shadow-near: rgba(0, 0, 0, 0.08);
  --lpfg-player-shadow-far: rgba(36, 52, 58, 0.055);
}
html.lpfg-theme-transitioning {
  transition:
    --lpfg-surface var(--lpfg-theme-duration) var(--lpfg-theme-easing),
    --lpfg-title-color var(--lpfg-theme-duration) var(--lpfg-theme-easing),
    --lpfg-player-border var(--lpfg-theme-duration) var(--lpfg-theme-easing),
    --lpfg-player-shadow-near var(--lpfg-theme-duration) var(--lpfg-theme-easing),
    --lpfg-player-shadow-far var(--lpfg-theme-duration) var(--lpfg-theme-easing);
}
body[data-lpfg-page="presentation"] #films > .section-head .eyebrow {
  grid-column: 1 / span 2 !important;
  padding-top: 12px !important;
}
.film-player-block {
  padding: 0px;
  transform: translate3d(
    var(--lpfg-player-drag-x, 0px),
    calc(var(--lpfg-player-drag-y, 0px) + var(--lpfg-player-inertia, 0px)),
    0
  );
}
@media (max-width: 980px), (prefers-reduced-motion: reduce){
body[data-lpfg-page="presentation"] #films > .film-player-block {
    transform: none !important;
  }
}
.film-integration-frame {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: auto !important;
  min-height: 0;
  aspect-ratio: 1.58 / 1;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent !important;
}
body[data-lpfg-page="presentation"] #films > .section-head .eyebrow::before {
  background: var(--lpfg-editorial-cyan,#02d6ec) !important;
}
@media (min-width: 981px){
body[data-lpfg-page="presentation"] #films > .section-head .eyebrow {
    display: flex !important;
    align-items: center !important;
    gap: 18px !important;
    width: auto !important;
    margin: 0px !important;
    padding-top: 12px !important;
    color: var(--presentation-secondary) !important;
    font-size: 11px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
    letter-spacing: 0.15em !important;
    text-transform: uppercase !important;
  }
body[data-lpfg-page="presentation"] #films > .section-head .eyebrow::before {
    content: "" !important;
    display: block !important;
    flex: 0 0 28px !important;
    width: 28px !important;
    height: 1px !important;
  }
}
@media (max-width:863px){
.film-integration-frame {
    height: auto !important;
    min-height: 0px;
  }
}
@media (max-width:863px){
body[data-lpfg-page="presentation"] #films > .section-head .eyebrow {
    display: block !important;
    width: 100% !important;
    margin: 0px 0px 22px !important;
    padding-top: 0px !important;
  }
body[data-lpfg-page="presentation"] #films .film-integration-frame {
    height: auto !important;
    aspect-ratio: 1.52 / 1;
  }
}
@media (max-width: 430px){
.film-integration-frame {
    height: auto !important;
  }
}
body[data-lpfg-page="presentation"]::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 9000;
  pointer-events: none;
  background: #090b0c;
  opacity: 0;
  transition: opacity var(--lpfg-theme-duration) var(--lpfg-theme-easing);
}
body[data-lpfg-page="presentation"] {
  position: relative;
}
body[data-lpfg-page="presentation"].lpfg-cinema-mode::after {
  opacity: 1;
}
body[data-lpfg-page="presentation"].lpfg-cinema-mode #films,
body[data-lpfg-page="presentation"].lpfg-theme-transitioning #films {
  position: relative;
  z-index: 9001;
}
body[data-lpfg-page="presentation"] #films {
  background-color: transparent !important;
}
body[data-lpfg-page="presentation"] .contact-submit {
  background: var(--presentation-ink) !important;
  border-color: var(--presentation-ink) !important;
}
body[data-lpfg-page="presentation"] .contact-submit:hover,
body[data-lpfg-page="presentation"] .contact-submit:focus-visible {
  background: var(--presentation-heading) !important;
  border-color: var(--presentation-heading) !important;
  color: rgb(255, 255, 255) !important;
}
html,
body[data-lpfg-page="presentation"],
body[data-lpfg-page="presentation"] .site,
body[data-lpfg-page="presentation"] main,
body[data-lpfg-page="presentation"] .hero,
body[data-lpfg-page="presentation"] .section,
body[data-lpfg-page="presentation"] .film-integration,
body[data-lpfg-page="presentation"] .closing,
body[data-lpfg-page="presentation"] .contact-section,
body[data-lpfg-page="presentation"] footer,
body[data-lpfg-page="presentation"] .topbar,
body[data-lpfg-page="presentation"] .private-switcher,
body[data-lpfg-page="presentation"] .presentation-subnav,
body[data-lpfg-page="presentation"] .presentation-index-panel {
  /* Surface de référence immobile sous le voile cinéma. La faire interpoler
     en même temps que le voile produisait deux courbes lumineuses cumulées. */
  background-color: #fff !important;
  background-image: none !important;
}
body[data-lpfg-page="presentation"] .film-integration-frame {
  background: transparent !important;
}
body[data-lpfg-page="presentation"] .reveal {
  opacity: 1 !important;
  transform: none !important;
}
body[data-lpfg-page="presentation"] .hero {
  padding-top: clamp(47px, 4.95vw, 74px) !important;
  padding-bottom: clamp(47px, 4.95vw, 74px) !important;
}
body[data-lpfg-page="presentation"] .section {
  padding-top: clamp(45px, 4.5vw, 68px) !important;
  padding-bottom: clamp(45px, 4.5vw, 68px) !important;
}
body[data-lpfg-page="presentation"] .section-head,
body[data-lpfg-page="presentation"] #binome > .section-head,
body[data-lpfg-page="presentation"] #metiers > .section-head,
body[data-lpfg-page="presentation"] #methode > .section-head,
body[data-lpfg-page="presentation"] #presse > .section-head {
  margin-bottom: clamp(27px, 2.88vw, 43px) !important;
}
@media (min-width: 981px){
body[data-lpfg-page="presentation"] .contact-section {
    height: clamp(684px, 48.105vw, 1159px) !important;
    min-height: 684px !important;
    padding-top: clamp(76px, 4.95vw, 120px) !important;
    padding-bottom: clamp(65px, 4.5vw, 108px) !important;
  }
body[data-lpfg-page="presentation"] .contact-layout {
    width: min(calc(100% - (2 * var(--lpfg-v335-gutter))),1800px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
body[data-lpfg-page="presentation"] .contact-polaroids {
    margin-top: clamp(52px, 3.735vw, 90px) !important;
  }
body[data-lpfg-page="presentation"] .contact-form {
    margin-top: clamp(150px, 10.8vw, 261px) !important;
  }
}
@media (min-width: 1181px){
body[data-lpfg-page="presentation"] .contact-form {
    margin-top: clamp(176px, 12.6vw, 302px) !important;
  }
}
@media (min-width: 981px) and (max-width: 1180px){
body[data-lpfg-page="presentation"] .contact-section {
    min-height: 738px !important;
  }
}
@media (max-width: 680px){
body[data-lpfg-page="presentation"] .hero {
    padding: 38px 0px 49px !important;
  }
body[data-lpfg-page="presentation"] .section {
    padding: 38px 0px !important;
  }
body[data-lpfg-page="presentation"] .section-head,
  body[data-lpfg-page="presentation"] #binome > .section-head,
  body[data-lpfg-page="presentation"] #metiers > .section-head,
  body[data-lpfg-page="presentation"] #methode > .section-head,
  body[data-lpfg-page="presentation"] #presse > .section-head {
    margin-bottom: 27px !important;
  }
}
@media (max-width: 680px){
body[data-lpfg-page="presentation"] :is(#binome, #metiers, #methode, #presse) {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }
}
@media (min-width: 981px){
body[data-lpfg-page="presentation"] .hero {
    box-sizing: border-box !important;
    min-height: clamp(760px, 54vw, 1040px) !important;
    padding-top: var(--presentation-hero-space) !important;
    padding-bottom: var(--presentation-hero-space) !important;
  }
body[data-lpfg-page="presentation"] :is(#binome, #metiers, #methode, #presse) {
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    min-height: clamp(760px, 54vw, 1040px) !important;
    padding-top: var(--presentation-hero-space) !important;
    padding-bottom: var(--presentation-hero-space) !important;
  }
body[data-lpfg-page="presentation"] :is(#binome, #metiers, #methode, #presse, #films) > .section-head {
    width: 100% !important;
    margin-bottom: clamp(64px, 5vw, 86px) !important;
  }
body[data-lpfg-page="presentation"] :is(#binome, #methode, #presse) > .lead {
    margin-bottom: clamp(68px, 5.5vw, 96px) !important;
  }
body[data-lpfg-page="presentation"] #metiers > .offer-intro {
    margin-bottom: 38px !important;
  }
body[data-lpfg-page="presentation"] :is(#binome > .duo-grid, #metiers > .offers, #methode > .process, #presse > .press-list) {
    width: 100% !important;
    flex: 0 0 auto !important;
  }
}
body[data-lpfg-page="presentation"] #films > .section-head .eyebrow {
  width: max-content !important;
  max-width: none !important;
  white-space: nowrap !important;
}
body[data-lpfg-page="presentation"] #films > .film-player-block {
  width: 100% !important;
  flex: 0 0 auto !important;
}
@media (min-width: 981px){
body[data-lpfg-page="presentation"] #films {
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    min-height: clamp(760px, 54vw, 1040px) !important;
    padding-top: var(--presentation-hero-space) !important;
    padding-bottom: var(--presentation-hero-space) !important;
  }
}
@media (max-width: 680px){
body[data-lpfg-page="presentation"] #films {
    --lpfg-rhythm-section-y: 72px;
    --lpfg-rhythm-section-end-y: 57px;
  }
body[data-lpfg-page="presentation"] #films .film-integration-frame {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}
body[data-lpfg-page="presentation"] label[for="contact-name"],
body[data-lpfg-page="presentation"] label[for="contact-email"],
body[data-lpfg-page="presentation"] label[for="contact-project"] {
  color: var(--presentation-text) !important;
  font-weight: 700 !important;
}
@media (min-width:864px){
body[data-lpfg-page="presentation"] .hero h1,
  body[data-lpfg-page="presentation"] #binome > .section-head h2,
  body[data-lpfg-page="presentation"] #metiers > .section-head h2,
  body[data-lpfg-page="presentation"] #methode > .section-head h2,
  body[data-lpfg-page="presentation"] #presse > .section-head h2,
  body[data-lpfg-page="presentation"] .closing-copy h2 {
    font-size: clamp(48px, 6.2vw, 84px) !important;
  }
body[data-lpfg-page="presentation"] .lpfg-prose-break {
    white-space: pre-wrap !important;
  }
}
@media (min-width: 1181px){
body[data-lpfg-page="presentation"] .section-head .eyebrow {
    width: max-content !important;
    max-width: none !important;
    white-space: nowrap !important;
  }
}
@media (min-width: 981px){
body[data-lpfg-page="presentation"] #binome > .duo-grid,
  body[data-lpfg-page="presentation"] #methode > .process {
    box-sizing: border-box !important;
    margin-bottom: clamp(34px, 2.6vw, 48px) !important;
  }
}
@media (max-width:863px){
body[data-lpfg-page="presentation"] #binome > .duo-grid,
  body[data-lpfg-page="presentation"] #methode > .process {
    box-sizing: border-box !important;
    max-width: none !important;
    margin-bottom: 28px !important;
  }
}
@media (max-width: 1180px){
body[data-lpfg-page="presentation"] .section-head,
  body[data-lpfg-page="presentation"] #binome > .section-head,
  body[data-lpfg-page="presentation"] #metiers > .section-head,
  body[data-lpfg-page="presentation"] #methode > .section-head,
  body[data-lpfg-page="presentation"] #presse > .section-head,
  body[data-lpfg-page="presentation"] #films > .film-integration-head {
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    width: 100% !important;
    min-width: 0px !important;
    row-gap: clamp(22px, 2.2vw, 32px) !important;
  }
body[data-lpfg-page="presentation"] .section-head .eyebrow,
  body[data-lpfg-page="presentation"] .contact-identity > .eyebrow {
    position: static !important;
    display: flex !important;
    grid-column: auto !important;
    align-items: center !important;
    flex: 0 0 auto !important;
    width: max-content !important;
    max-width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
    gap: 18px !important;
    white-space: nowrap !important;
  }
body[data-lpfg-page="presentation"] .section-head .eyebrow::before,
  body[data-lpfg-page="presentation"] .contact-identity > .eyebrow::before {
    content: "" !important;
    display: block !important;
    flex: 0 0 28px !important;
    width: 28px !important;
    height: 1px !important;
    margin: 0px !important;
    background: var(--lpfg-editorial-cyan,#02d6ec) !important;
  }
body[data-lpfg-page="presentation"] .section-head h2 {
    grid-column: auto !important;
    width: 100% !important;
    min-width: 0px !important;
    margin: 0px !important;
  }
body[data-lpfg-page="presentation"] #binome > .lead,
  body[data-lpfg-page="presentation"] #metiers > .offer-intro,
  body[data-lpfg-page="presentation"] #methode > .lead,
  body[data-lpfg-page="presentation"] #presse > .press-intro {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }
}
@media (max-width:863px){
body[data-lpfg-page="presentation"] .hero h1,
  body[data-lpfg-page="presentation"] #binome > .section-head h2,
  body[data-lpfg-page="presentation"] #metiers > .section-head h2,
  body[data-lpfg-page="presentation"] #methode > .section-head h2,
  body[data-lpfg-page="presentation"] #presse > .section-head h2,
  body[data-lpfg-page="presentation"] .closing-copy h2 {
    font-size: clamp(38px, 11.2vw, 48px) !important;
  }
body[data-lpfg-page="presentation"] .section-head,
  body[data-lpfg-page="presentation"] #binome > .section-head,
  body[data-lpfg-page="presentation"] #metiers > .section-head,
  body[data-lpfg-page="presentation"] #methode > .section-head,
  body[data-lpfg-page="presentation"] #presse > .section-head,
  body[data-lpfg-page="presentation"] #films > .film-integration-head {
    row-gap: 22px !important;
  }
body[data-lpfg-page="presentation"] .section-head .eyebrow,
  body[data-lpfg-page="presentation"] .contact-identity > .eyebrow {
    gap: 11px !important;
  }
body[data-lpfg-page="presentation"] .section-head .eyebrow::before,
  body[data-lpfg-page="presentation"] .contact-identity > .eyebrow::before {
    flex-basis: 22px !important;
    width: 22px !important;
  }
}
body[data-lpfg-page="presentation"] {
  --lpfg-rhythm-section-y: clamp(88px,7vw,124px);
  --lpfg-rhythm-section-end-y: var(--lpfg-rhythm-section-y);
  --lpfg-rhythm-head-gap: clamp(52px,4.5vw,76px);
  --lpfg-rhythm-label-title: clamp(30px,2.5vw,42px);
  --lpfg-rhythm-divider: min(88%,1240px);
  --lpfg-table-wide: min(80%,1120px);
  --lpfg-table-offer: min(74%,1050px);
  --lpfg-marker-line-width: 28px;
  --lpfg-marker-line-gap: 18px;
  --lpfg-marker-line-thickness: 1px;
}
body[data-lpfg-page="presentation"] .hero-kicker::before,
body[data-lpfg-page="presentation"] :is(#binome, #metiers, #methode, #presse) > .section-head .eyebrow::before,
body[data-lpfg-page="presentation"] #films > .film-integration-head .eyebrow::before,
body[data-lpfg-page="presentation"] .contact-identity > .eyebrow::before {
  content: "" !important;
  display: block !important;
  flex: 0 0 var(--lpfg-marker-line-width) !important;
  width: var(--lpfg-marker-line-width) !important;
  height: var(--lpfg-marker-line-thickness) !important;
  margin: 0px !important;
  background: var(--lpfg-editorial-cyan,#02d6ec) !important;
}
body[data-lpfg-page="presentation"].lpfg-marker-svg-ready .hero-kicker::before,
body[data-lpfg-page="presentation"].lpfg-marker-svg-ready :is(#binome, #metiers, #methode, #presse) > .section-head .eyebrow::before,
body[data-lpfg-page="presentation"].lpfg-marker-svg-ready #films > .film-integration-head .eyebrow::before,
body[data-lpfg-page="presentation"].lpfg-marker-svg-ready .contact-identity > .eyebrow::before {
  content: none !important;
  display: none !important;
}
body[data-lpfg-page="presentation"] .lpfg-marker-line {
  shape-rendering: crispedges;
  display: block !important;
  flex: 0 0 var(--lpfg-marker-render-width,var(--lpfg-marker-line-width)) !important;
  width: var(--lpfg-marker-render-width,var(--lpfg-marker-line-width)) !important;
  height: var(--lpfg-marker-render-height,var(--lpfg-marker-line-thickness)) !important;
  min-width: var(--lpfg-marker-render-width,var(--lpfg-marker-line-width)) !important;
  overflow: visible !important;
  pointer-events: none !important;
  transform: translate(
    var(--lpfg-marker-offset-x,0),
    var(--lpfg-marker-offset-y,0)
  ) !important;
}
body[data-lpfg-page="presentation"] .lpfg-marker-line rect {
  fill: var(--lpfg-editorial-cyan,#02d6ec) !important;
}
body[data-lpfg-page="presentation"] .lpfg-marker-copy {
  min-width: 0px;
}
body[data-lpfg-page="presentation"] main > :is(.section, .closing, .contact-section) {
  position: relative !important;
  border-top: 0px !important;
  background-image: none !important;
}
body[data-lpfg-page="presentation"] main > :is(.section, .closing, .contact-section)::before {
  content: none !important;
  display: none !important;
}
body[data-lpfg-page="presentation"] :is(#binome, #metiers, #methode, #presse) {
  box-sizing: border-box !important;
  display: block !important;
  min-height: 0px !important;
  height: auto !important;
  padding-top: var(--lpfg-rhythm-section-y) !important;
  padding-bottom: var(--lpfg-rhythm-section-end-y) !important;
}
body[data-lpfg-page="presentation"] :is(#binome, #metiers, #methode, #presse) > .section-head {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0px, 1fr)) !important;
  gap: 0px clamp(18px, 1.5vw, 28px) !important;
  width: 100% !important;
  margin: 0 0 var(--lpfg-rhythm-head-gap) !important;
  align-items: start !important;
}
body[data-lpfg-page="presentation"] :is(#binome, #metiers, #methode, #presse, #films) > .section-head .eyebrow {
  grid-column: 1 / span 2 !important;
  display: flex !important;
  align-items: center !important;
  gap: var(--lpfg-marker-line-gap) !important;
  width: max-content !important;
  max-width: 100% !important;
  margin: 12px 0px 0px !important;
  padding: 0px !important;
  white-space: nowrap !important;
}
body[data-lpfg-page="presentation"] :is(#binome, #metiers, #methode, #presse) > .section-head h2 {
  grid-column: 3 / span 9 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0px !important;
  text-align: left !important;
  justify-self: start !important;
}
body[data-lpfg-page="presentation"] #metiers > .section-head h2 {
  white-space: nowrap !important;
}
body[data-lpfg-page="presentation"] #binome .person {
  box-sizing: border-box !important;
  min-width: 0px !important;
}
body[data-lpfg-page="presentation"] #binome .person :is(h3, li, p) {
  max-width: 100% !important;
  overflow-wrap: break-word !important;
}
body[data-lpfg-page="presentation"] #films {
  box-sizing: border-box !important;
  display: block !important;
  min-height: 0px !important;
  height: auto !important;
  padding-top: var(--lpfg-rhythm-section-y) !important;
  padding-bottom: var(--lpfg-rhythm-section-end-y) !important;
  border-bottom: 0px !important;
  background-image: none !important;
}
body[data-lpfg-page="presentation"] .contact-section {
  box-sizing: border-box !important;
  height: auto !important;
  min-height: 0px !important;
  padding-top: var(--lpfg-rhythm-section-y) !important;
  padding-bottom: var(--lpfg-rhythm-section-y) !important;
}
@media (max-width: 1180px){
body[data-lpfg-page="presentation"] {
    --lpfg-rhythm-section-y: clamp(72px,8vw,96px);
    --lpfg-rhythm-head-gap: clamp(44px,5vw,62px);
    --lpfg-rhythm-divider: min(92%,760px);
    --lpfg-table-wide: min(88%,760px);
    --lpfg-table-offer: min(88%,760px);
  }
body[data-lpfg-page="presentation"] :is(#binome, #metiers, #methode, #presse, #films) > .section-head {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    row-gap: var(--lpfg-rhythm-label-title) !important;
  }
body[data-lpfg-page="presentation"] :is(#binome, #metiers, #methode, #presse, #films) > .section-head .eyebrow {
    margin: 0px !important;
  }
body[data-lpfg-page="presentation"] :is(#binome, #metiers, #methode, #presse, #films) > .section-head h2 {
    width: 100% !important;
  }
}
@media (max-width:863px){
body[data-lpfg-page="presentation"] {
    --lpfg-rhythm-section-y: 64px;
    --lpfg-rhythm-section-end-y: 49px;
    --lpfg-rhythm-head-gap: 46px;
    --lpfg-rhythm-label-title: 26px;
    --lpfg-rhythm-divider: calc(100% - 16px);
    --lpfg-table-wide: calc(100% - 32px);
    --lpfg-table-offer: calc(100% - 32px);
    --lpfg-marker-line-width: 22px;
    --lpfg-marker-line-gap: 11px;
  }
body[data-lpfg-page="presentation"] #metiers > .section-head h2 {
    white-space: normal !important;
  }
body[data-lpfg-page="presentation"] .contact-section {
    padding-top: 64px !important;
    padding-bottom: 72px !important;
  }
}
body[data-lpfg-page="presentation"] #binome > .duo-grid,
body[data-lpfg-page="presentation"] #methode > .process {
  display: block !important;
  padding: 0px !important;
  border: 0px !important;
  background: none !important;
}
body[data-lpfg-page="presentation"] :is(#binome > .duo-grid, #methode > .process)::before,
body[data-lpfg-page="presentation"] :is(#binome > .duo-grid, #methode > .process)::after {
  content: none !important;
  display: none !important;
}
body[data-lpfg-page="presentation"] #binome .person,
body[data-lpfg-page="presentation"] #binome .person:first-child,
body[data-lpfg-page="presentation"] #binome .person:last-child,
body[data-lpfg-page="presentation"] #methode .step,
body[data-lpfg-page="presentation"] #methode .step + .step {
  display: block !important;
  min-height: 0px !important;
  padding: 0px !important;
  border: 0px !important;
  background: none !important;
  text-align: left !important;
}
body[data-lpfg-page="presentation"] #binome .person + .person {
  margin-top: 12px !important;
}
body[data-lpfg-page="presentation"] #binome .person h3 {
  margin: 0px 0px 15px !important;
  letter-spacing: -0.035em !important;
  text-transform: none !important;
  text-align: left !important;
}
body[data-lpfg-page="presentation"] #binome .person-role {
  margin: 0px 0px 18px !important;
  font-size: clamp(13px, 0.9vw, 16px) !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  text-align: left !important;
}
body[data-lpfg-page="presentation"] #binome .person-description {
  max-width: none !important;
  margin: 0px !important;
  font-size: clamp(18px, 1.18vw, 21px) !important;
  line-height: 1.55 !important;
  text-align: left !important;
}
@media (min-width: 981px){
body[data-lpfg-page="presentation"] #binome > .duo-grid,
  body[data-lpfg-page="presentation"] #methode > .process {
    width: min(79.2%, 940px) !important;
    max-width: 940px !important;
    margin-left: 20.8% !important;
    margin-right: auto !important;
  }
}
@media (max-width:863px){
body[data-lpfg-page="presentation"] #binome > .duo-grid,
  body[data-lpfg-page="presentation"] #methode > .process {
    width: calc(100% - 32px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
body[data-lpfg-page="presentation"] #binome .person-description,
  body[data-lpfg-page="presentation"] #methode .step p {
    font-size: 17px !important;
  }
}
body[data-lpfg-page="presentation"] {
  --lpfg-type-display: clamp(48px,5.84vw,84px);
  --lpfg-type-intro: clamp(18px,1.32vw,20px);
  --lpfg-type-body: clamp(16px,1.18vw,18px);
  --lpfg-type-person: clamp(28px,2.1vw,40px);
  --lpfg-type-step: clamp(21.6px,1.62vw,25.2px);
  --lpfg-type-marker: 11px;
  --lpfg-type-micro: 10px;
}
body[data-lpfg-page="presentation"] :is(.hero h1, .section-head h2, .closing h2) {
  font-size: var(--lpfg-type-display) !important;
}
body[data-lpfg-page="presentation"] #binome > .lead,
body[data-lpfg-page="presentation"] #methode > .lead,
body[data-lpfg-page="presentation"] #presse > .lead,
body[data-lpfg-page="presentation"] #metiers > .offer-intro {
  font-size: var(--lpfg-type-intro) !important;
  line-height: 1.55 !important;
}
body[data-lpfg-page="presentation"] :is(#binome .person-description, #methode .step p, #metiers .offer > div > p:last-child, #presse .press-item > span) {
  font-size: var(--lpfg-type-body) !important;
  line-height: 1.55 !important;
}
body[data-lpfg-page="presentation"] .hero-kicker,
body[data-lpfg-page="presentation"] :is(#binome, #metiers, #methode, #presse) > .section-head .eyebrow,
body[data-lpfg-page="presentation"] #films > .film-integration-head .eyebrow,
body[data-lpfg-page="presentation"] .contact-identity > .eyebrow {
  font-size: var(--lpfg-type-marker) !important;
  line-height: 1.3 !important;
}
body[data-lpfg-page="presentation"] #binome .person h3 {
  font-size: var(--lpfg-type-person) !important;
  line-height: 1 !important;
}
body[data-lpfg-page="presentation"] :is(#binome .person h3, #methode .step h3, #metiers .offer h3, #presse .press-item strong) {
  font-weight: 600 !important;
}
body[data-lpfg-page="presentation"] :is(#metiers .offer-name, #metiers .offer-audience, .closing-action .closing-cta, .contact-field label, .contact-submit, footer) {
  font-size: var(--lpfg-type-micro) !important;
}
body[data-lpfg-page="presentation"] .contact-kiss {
  font-size: 46px !important;
  line-height: 1.1 !important;
}
@media (max-width:863px){
body[data-lpfg-page="presentation"] {
    --lpfg-type-display: clamp(40px,11.2vw,46px);
    --lpfg-type-intro: 17px;
    --lpfg-type-body: 16px;
    --lpfg-type-person: clamp(25px,7.3vw,32px);
    --lpfg-type-step: 20.7px;
    --lpfg-type-marker: 9px;
    --lpfg-type-micro: 10px;
  }
body[data-lpfg-page="presentation"] #binome > .lead,
  body[data-lpfg-page="presentation"] #methode > .lead,
  body[data-lpfg-page="presentation"] #presse > .lead,
  body[data-lpfg-page="presentation"] #metiers > .offer-intro {
    line-height: 1.56 !important;
  }
body[data-lpfg-page="presentation"] .contact-kiss {
    font-size: 38px !important;
    line-height: 1.05 !important;
  }
}
body[data-lpfg-page="presentation"] :is(#binome > .duo-grid, #metiers > .offers, #methode > .process, #presse > .press-list) {
  --lpfg-divider-left: 0px;
  --lpfg-divider-width: 0px;
}
body[data-lpfg-page="presentation"] #binome .person + .person,
body[data-lpfg-page="presentation"] #methode .step + .step,
body[data-lpfg-page="presentation"] #metiers > .offers,
body[data-lpfg-page="presentation"] #metiers .offer:first-child,
body[data-lpfg-page="presentation"] #presse {
  position: relative !important;
}
body[data-lpfg-page="presentation"] #binome .person + .person::before,
body[data-lpfg-page="presentation"] #methode .step + .step::before,
body[data-lpfg-page="presentation"] #metiers > .offers::before,
body[data-lpfg-page="presentation"] #metiers > .offers::after,
body[data-lpfg-page="presentation"] #metiers .offer:first-child::after,
body[data-lpfg-page="presentation"] #presse::after {
  position: absolute !important;
  height: 1px !important;
  background: var(--line,#deddd9) !important;
  pointer-events: none !important;
}
body[data-lpfg-page="presentation"] #binome .person + .person::before,
body[data-lpfg-page="presentation"] #methode .step + .step::before {
  left: var(--lpfg-divider-left) !important;
  width: var(--lpfg-divider-width) !important;
}
body[data-lpfg-page="presentation"] #binome .person + .person::before {
  top: calc(-0.5 * clamp(36px, 3vw, 46px)) !important;
}
@media (max-width:863px){
body[data-lpfg-page="presentation"] #binome .person + .person::before {
    top: -21px !important;
  }
}
body[data-lpfg-page="presentation"] :is(#binome > .duo-grid, #metiers > .offers, #methode > .process, #presse > .press-list) {
  position: relative !important;
  border-top: 0px !important;
  border-bottom: 0px !important;
}
body[data-lpfg-page="presentation"] :is(#binome .person, #metiers .offer, #methode .step) {
  border-top: 0px !important;
  border-bottom: 0px !important;
}
body[data-lpfg-page="presentation"] :is(#binome > .duo-grid, #binome .person, #metiers > .offers, #metiers .offer, #methode > .process, #methode .step, #presse > .press-list)::before,
body[data-lpfg-page="presentation"] :is(#binome > .duo-grid, #binome .person, #metiers > .offers, #metiers .offer, #methode > .process, #methode .step, #presse > .press-list)::after {
  content: none !important;
  display: none !important;
}
body[data-lpfg-page="presentation"] #binome .person + .person {
  border-top: 0px !important;
}
body[data-lpfg-page="presentation"] #binome .person + .person::before,
body[data-lpfg-page="presentation"] #methode .step + .step::before,
body[data-lpfg-page="presentation"] #metiers > .offers::before,
body[data-lpfg-page="presentation"] #metiers > .offers::after,
body[data-lpfg-page="presentation"] #metiers .offer:first-child::after,
body[data-lpfg-page="presentation"] #presse::after {
  content: none !important;
  display: none !important;
}
body[data-lpfg-page="presentation"] #binome .person h3 {
  color: var(--presentation-heading) !important;
}
@media (max-width:863px){
body[data-lpfg-page="presentation"] {
    color: var(--presentation-text);
  }
body[data-lpfg-page="presentation"] :is(.hero h1, .section-head h2, .closing-copy h2, .closing-action h3) {
    color: var(--presentation-ink) !important;
  }
body[data-lpfg-page="presentation"] :is(#binome .person h3, #metiers .offer h3, #methode .step h3, #presse .press-item strong) {
    color: var(--presentation-heading) !important;
  }
body[data-lpfg-page="presentation"] #binome .person h3 {
    font-size: var(--lpfg-type-person) !important;
  }
body[data-lpfg-page="presentation"] :is(#binome > .lead, #methode > .lead, #presse > .lead, #metiers > .offer-intro, #binome .person-description, #methode .step p, #metiers .offer > div > p:last-child, #presse .press-item > span) {
    color: var(--presentation-text) !important;
  }
body[data-lpfg-page="presentation"] :is(.hero-kicker, .section-head .eyebrow, #films > .film-integration-head .eyebrow, .contact-identity > .eyebrow, #metiers .offer-name, #metiers .offer-audience, .step-num, footer) {
    color: var(--presentation-secondary) !important;
  }
body[data-lpfg-page="presentation"] .hero-tagline {
    font-size: 13px !important;
    color: var(--presentation-secondary) !important;
  }
body[data-lpfg-page="presentation"] #binome .person-role {
    font-size: 11px !important;
    letter-spacing: .08em !important;
  }
body[data-lpfg-page="presentation"] .lpfg-prose-break {
    white-space: normal !important;
  }
}
body[data-lpfg-page="presentation"] .presentation-subnav a {
  color: var(--presentation-nav) !important;
}
body[data-lpfg-page="presentation"] .presentation-subnav a[aria-current="location"] {
  color: var(--presentation-ink) !important;
}
body[data-lpfg-page="presentation"] .lpfg-prose-break {
  display: inline !important;
}
body[data-lpfg-page="presentation"] .lpfg-mobile-keep {
  display: contents;
}
@media (max-width:863px){
body[data-lpfg-page="presentation"] :is(.person-description, .offer-intro, .act-description) {
    text-wrap: pretty;
  }
body[data-lpfg-page="presentation"] .lpfg-mobile-keep {
    display: inline;
    white-space: nowrap;
  }
}
body[data-lpfg-page="presentation"] :is(a,button,summary,input,textarea):focus-visible {
  outline: 2px solid var(--presentation-ink) !important;
  outline-offset: 4px !important;
}
body[data-lpfg-page="presentation"] .contact-status {
  color: var(--presentation-text) !important;
  font-family: inherit !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  text-align: left !important;
}
@media (max-width:863px){
html.lpfg-cinema-mode {
    --lpfg-surface: #090b0c;
    background-color: var(--lpfg-surface) !important;
    background-image: none !important;
  }
html.lpfg-theme-transitioning {
    transition: background-color var(--lpfg-theme-duration) var(--lpfg-theme-easing) !important;
  }
html.lpfg-cinema-mode body[data-lpfg-page="presentation"] {
    /* Le fond sous le voile reste blanc dans les deux états : sinon son
       basculement au noir double artificiellement l'assombrissement. */
    background-color: #fff !important;
    background-image: none !important;
    min-height: 100dvh;
  }
html.lpfg-cinema-mode body[data-lpfg-page="presentation"]::after {
    display: block !important;
  }
body[data-lpfg-page="presentation"] :is(
    .site,
    main,
    #metiers,
    .experience-sequence
  ) {
    background-color: #fff !important;
  }
body[data-lpfg-page="presentation"] #films {
    background-color: transparent !important;
  }
html.lpfg-cinema-mode body[data-lpfg-page="presentation"] #films {
    visibility: visible !important;
    position: relative;
    z-index: 9001;
  }
}
:root {
  --lpfg-accent-refined: #09b8cb;
  --lpfg-header-compact: 48px;
  --lpfg-motion: cubic-bezier(.22,.61,.36,1);
}
body[data-lpfg-page="presentation"] .topbar,
body[data-lpfg-page="presentation"] .private-switcher,
body[data-lpfg-page="presentation"] .presentation-subnav {
  transition: height .26s var(--lpfg-motion), top .26s var(--lpfg-motion), transform .26s var(--lpfg-motion);
}
body[data-lpfg-page="presentation"].lpfg-header-compact {
  --lpfg-topbar: var(--lpfg-header-compact);
  --lpfg-editorial-topbar: var(--lpfg-header-compact);
}
body[data-lpfg-page="presentation"].lpfg-header-compact .topbar {
  background: rgba(255,255,255,.92) !important;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
body.lpfg-public-home.lpfg-header-hidden .topbar {
  transform: translateY(-100%);
}
body.lpfg-public-home.lpfg-header-hidden .presentation-subnav {
  top: 0 !important;
  transform: none !important;
}
body[data-lpfg-page="presentation"] .presentation-subnav a::after,
body[data-lpfg-page="presentation"] .private-tabs a::after {
  transform-origin: left center;
  transition: transform .22s var(--lpfg-motion), background-color .18s ease !important;
}
body[data-lpfg-page="presentation"] .presentation-subnav a[aria-current="location"]::after,
body[data-lpfg-page="presentation"] .private-tabs a[aria-current="page"]::after {
  background: var(--lpfg-accent-refined) !important;
}
body[data-lpfg-page="presentation"] .hero .instagram-photo-link {
  transition: transform .32s var(--lpfg-motion), filter .32s var(--lpfg-motion);
  will-change: transform;
}
body[data-lpfg-page="presentation"] .hero .instagram-photo-link:first-child {
  transition-delay: 40ms;
}
body[data-lpfg-page="presentation"] .hero .instagram-photo-link:nth-child(2) {
  transition-delay: 120ms;
}
body[data-lpfg-page="presentation"] .hero .instagram-photo-link:hover,
body[data-lpfg-page="presentation"] .hero .instagram-photo-link:focus-visible {
  filter: drop-shadow(0 10px 14px rgba(29,43,49,.12));
}
body[data-lpfg-page="presentation"] .hero .instagram-photo-link:first-child:hover,
body[data-lpfg-page="presentation"] .hero .instagram-photo-link:first-child:focus-visible {
  transform: translateY(28px) rotate(-1deg) !important;
}
body[data-lpfg-page="presentation"] .hero .instagram-photo-link:nth-child(2):hover,
body[data-lpfg-page="presentation"] .hero .instagram-photo-link:nth-child(2):focus-visible {
  transform: translateY(-26px) rotate(1deg) !important;
}
body[data-lpfg-page="presentation"] .contact-section .baby-polaroid {
  transition: transform .32s var(--lpfg-motion), filter .32s var(--lpfg-motion);
  will-change: transform;
}
body[data-lpfg-page="presentation"] .contact-section .baby-polaroid:first-child {
  transition-delay: 40ms;
}
body[data-lpfg-page="presentation"] .contact-section .baby-polaroid:last-child {
  transition-delay: 120ms;
}
body[data-lpfg-page="presentation"] .contact-section .baby-polaroid:hover,
body[data-lpfg-page="presentation"] .contact-section .baby-polaroid:focus-within {
  filter: drop-shadow(0 10px 14px rgba(29,43,49,.12)) !important;
}
body[data-lpfg-page="presentation"] .contact-section .baby-polaroid:first-child:hover,
body[data-lpfg-page="presentation"] .contact-section .baby-polaroid:first-child:focus-within {
  transform: translateY(-13px) rotate(1deg) !important;
}
body[data-lpfg-page="presentation"] .contact-section .baby-polaroid:last-child:hover,
body[data-lpfg-page="presentation"] .contact-section .baby-polaroid:last-child:focus-within {
  transform: translateY(1px) rotate(-1deg) !important;
}
body[data-lpfg-page="presentation"] .experience-sequence {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
}
@media (min-width: 981px){
body[data-lpfg-page="presentation"] .hero,
  body[data-lpfg-page="presentation"] #binome {
    min-height: clamp(680px, 46vw, 860px) !important;
  }
}
body[data-lpfg-page="presentation"] .offer-section {
  padding-bottom: clamp(150px, 14vw, 230px) !important;
}
body[data-lpfg-page="presentation"] :is(.closing-cta-link, .public-private-access, .private-logout) {
  transition: color .18s ease, opacity .18s ease;
}
body[data-lpfg-page="presentation"] .closing-action .closing-cta::after,
body[data-lpfg-page="presentation"] .contact-field input:focus,
body[data-lpfg-page="presentation"] .contact-field textarea:focus {
  border-color: var(--lpfg-accent-refined) !important;
}
body[data-lpfg-page="presentation"] .contact-submit {
  transition: transform .18s var(--lpfg-motion), background-color .18s ease, color .18s ease;
}
body[data-lpfg-page="presentation"] .contact-submit:hover:not(:disabled) {
  transform: translateY(-2px);
  background: #263a42 !important;
}
@media (max-width:863px){
body[data-lpfg-page="presentation"].lpfg-header-hidden .topbar,
  body.lpfg-public-home.lpfg-header-hidden .presentation-subnav {
    transform: none;
  }
body[data-lpfg-page="presentation"] .offer-section {
    padding-bottom: 120px !important;
  }
}
body[data-lpfg-page="presentation"] .hero .polaroids,
.js-reveal body[data-lpfg-page="presentation"] .hero .polaroids.reveal {
  transform: translateX(clamp(-56px, -3vw, -24px)) !important;
}
.js-reveal body[data-lpfg-page="presentation"] .reveal {
  opacity: 0 !important;
  transform: translate3d(0, 22px, 0) !important;
  transition: opacity .78s ease, transform .86s cubic-bezier(.16,1,.3,1) !important;
}
.js-reveal body[data-lpfg-page="presentation"] .reveal.in {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
}
.js-reveal body[data-lpfg-page="presentation"] .hero .polaroids.reveal {
  opacity: 1 !important;
  transform: translateX(clamp(-56px, -3vw, -24px)) !important;
}
body[data-lpfg-page="presentation"] .acts--linear {
  --lpfg-act-gap: clamp(52px, 4.8vw, 76px);
  --lpfg-player-gap: clamp(82px, 7.4vw, 118px);
  width: min(80%, 1060px) !important;
  margin: 0 auto !important;
}
body[data-lpfg-page="presentation"] .acts--linear > .act {
  max-width: 760px;
  margin-left: 0 !important;
}
body[data-lpfg-page="presentation"] .acts--linear > .act + .act {
  margin-top: var(--lpfg-act-gap) !important;
}
@media (max-width:863px){
body[data-lpfg-page="presentation"] .acts--linear {
    --lpfg-act-gap: 48px;
    --lpfg-player-gap: 72px;
    width: calc(100% - 32px) !important;
  }
body[data-lpfg-page="presentation"] .acts--linear > .act {
    max-width: none;
  }
}
.vhs-title {
  --vhs-source-x: 0px;
  --vhs-source-y: 0px;
  --vhs-source-scale-x: 1;
  --vhs-source-scale-y: 1;
  --vhs-source-skew: 0deg;
  --vhs-source-red-x: 0px;
  --vhs-source-cyan-x: 0px;
  --vhs-source-shadow-alpha: 0;
  --vhs-origin-x: 50%;
  --vhs-origin-y: 50%;
  position: relative;
  isolation: isolate;
}
.vhs-title .vhs-source {
  position: relative;
  z-index: 2;
  display: block;
  color: inherit;
  transform: none;
  transform-origin: var(--vhs-origin-x) var(--vhs-origin-y);
}
.vhs-title .vhs-ghost {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: block;
  width: 100%;
  color: inherit;
  opacity: 0;
  clip-path: inset(var(--vhs-band-top) 0 var(--vhs-band-bottom) 0);
  transform: translate3d(var(--vhs-band-x, 0px),var(--vhs-band-y, 0px),0)
    scaleX(var(--vhs-band-scale-x, 1)) skewX(var(--vhs-band-skew, 0deg));
  transform-origin: var(--vhs-band-origin-x, 50%) var(--vhs-band-origin-y, 50%);
  pointer-events: none;
}
.vhs-title.is-vhs-glitch .vhs-source {
  filter: contrast(1.025);
  transform: translate3d(var(--vhs-source-x),var(--vhs-source-y),0)
    scaleX(var(--vhs-source-scale-x)) scaleY(var(--vhs-source-scale-y))
    skewX(var(--vhs-source-skew));
  text-shadow:
    var(--vhs-source-red-x) 0 rgba(225,49,61,var(--vhs-source-shadow-alpha)),
    var(--vhs-source-cyan-x) 0 rgba(0,203,219,var(--vhs-source-shadow-alpha));
}
.vhs-title.is-vhs-glitch .vhs-ghost--cyan {
  color: rgba(0,203,219,.62);
  opacity: var(--vhs-band-opacity);
  mix-blend-mode: multiply;
}
.vhs-title.is-vhs-glitch .vhs-ghost--red {
  color: rgba(225,49,61,.48);
  opacity: var(--vhs-band-opacity);
  mix-blend-mode: multiply;
}
@media (hover:none), (pointer:coarse){
  .vhs-title .vhs-source {
    filter:none;
    transform:translate3d(var(--vhs-source-x),var(--vhs-source-y),0)
      scale(var(--vhs-source-scale-x),var(--vhs-source-scale-y))
      skewX(var(--vhs-source-skew));
    text-shadow:
      var(--vhs-source-red-x) 0 rgba(255,33,80,var(--vhs-source-shadow-alpha)),
      var(--vhs-source-cyan-x) 0 rgba(0,222,255,var(--vhs-source-shadow-alpha));
  }
  .vhs-title .vhs-ghost{opacity:var(--vhs-band-opacity,0)}
  .vhs-title .vhs-ghost--cyan{color:#00deff;mix-blend-mode:screen}
  .vhs-title .vhs-ghost--red{color:#ff2150;mix-blend-mode:multiply}
}
@media (max-width:863px){
body[data-lpfg-page="presentation"] .hero .polaroids,
  .js-reveal body[data-lpfg-page="presentation"] .hero .polaroids.reveal {
    transform: none !important;
  }
}
@media (min-width: 681px) and (max-width: 980px){
body[data-lpfg-page="presentation"] .hero .polaroids {
    min-height: 380px !important;
  }
body[data-lpfg-page="presentation"] .hero .polaroids > .polaroid {
    width: min(39%, 235px) !important;
  }
}
@media (max-width: 680px){
body[data-lpfg-page="presentation"] .hero .polaroids {
    box-sizing: border-box;
    width: 100% !important;
    min-height: 284px !important;
    margin-inline: auto !important;
    gap: 14px !important;
    padding-inline: 8px !important;
  }
body[data-lpfg-page="presentation"] .hero .polaroids > .polaroid {
    flex: 0 1 calc((100% - 14px) / 2);
    width: calc((100% - 14px) / 2) !important;
    max-width: 150px !important;
  }
}
@media (min-width:864px){
@keyframes lpfg-polaroid-left-arrival-v501 {
    0% { opacity: .7; transform: translate3d(-18px, 6px, 0) scale(.988); }
    100% { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
  }
@keyframes lpfg-polaroid-right-arrival-v501 {
    0% { opacity: .7; transform: translate3d(18px, 6px, 0) scale(.988); }
    100% { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
  }
body[data-lpfg-page="presentation"] .hero .lpfg-polaroids-pending > .polaroid,
  body[data-lpfg-page="presentation"] .hero .lpfg-polaroids-pending .instagram-photo-link {
    opacity: 0;
  }
body[data-lpfg-page="presentation"] .hero .polaroid-image {
    backface-visibility: hidden;
    transform: translateZ(0);
  }
body[data-lpfg-page="presentation"] .hero .lpfg-polaroids-ready .polaroid-image {
    will-change: transform, opacity;
  }
body[data-lpfg-page="presentation"] .hero .lpfg-polaroids-ready .instagram-photo-link:first-child .polaroid-image {
    animation: lpfg-polaroid-left-arrival-v501 1.28s cubic-bezier(.22,1,.36,1) .08s both;
  }
body[data-lpfg-page="presentation"] .hero .lpfg-polaroids-ready .instagram-photo-link:nth-child(2) .polaroid-image {
    animation: lpfg-polaroid-right-arrival-v501 1.28s cubic-bezier(.22,1,.36,1) .18s both;
  }
body[data-lpfg-page="presentation"] .hero .lpfg-polaroids-settled .polaroid-image {
    will-change: auto;
  }
.js-reveal body[data-lpfg-page="presentation"] .contact-section .baby-polaroid {
    opacity: 1 !important;
    animation: none !important;
  }
.js-reveal body[data-lpfg-page="presentation"] .contact-polaroids .baby-polaroid > .instagram-photo-link {
    backface-visibility: hidden;
    transform: translateZ(0);
  }
.js-reveal body[data-lpfg-page="presentation"] .contact-polaroids:not(.in) .baby-polaroid:first-child > .instagram-photo-link {
    opacity: .7;
    transform: translate3d(-18px, 6px, 0) scale(.988);
  }
.js-reveal body[data-lpfg-page="presentation"] .contact-polaroids:not(.in) .baby-polaroid:last-child > .instagram-photo-link {
    opacity: .7;
    transform: translate3d(18px, 6px, 0) scale(.988);
  }
.js-reveal body[data-lpfg-page="presentation"] .contact-polaroids.in .baby-polaroid:first-child > .instagram-photo-link {
    animation: lpfg-polaroid-left-arrival-v501 1.28s cubic-bezier(.22,1,.36,1) .08s both;
  }
.js-reveal body[data-lpfg-page="presentation"] .contact-polaroids.in .baby-polaroid:last-child > .instagram-photo-link {
    animation: lpfg-polaroid-right-arrival-v501 1.28s cubic-bezier(.22,1,.36,1) .18s both;
  }
body[data-lpfg-page="presentation"] .acts--linear {
    --lpfg-act-gap: clamp(42px, 3.65vw, 58px);
    --lpfg-player-gap: clamp(76px, 6vw, 100px);
  }
body[data-lpfg-page="presentation"] .acts--linear > .act {
    max-width: 820px;
  }
body[data-lpfg-page="presentation"] .acts--linear .act-description {
    max-width: 68ch;
    font-size: clamp(17px, 1.08vw, 20px);
    line-height: 1.6;
  }
}
.js-reveal body[data-lpfg-page="presentation"] .contact-polaroids.reveal {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}
body[data-lpfg-page="presentation"] .contact-submit {
  min-width: clamp(230px, 18vw, 300px);
}
@media (prefers-reduced-motion: reduce){
body[data-lpfg-page="presentation"] .topbar,
  body[data-lpfg-page="presentation"] .private-switcher,
  body[data-lpfg-page="presentation"] .presentation-subnav,
  body[data-lpfg-page="presentation"] .hero .instagram-photo-link,
  .cinematic-breath img,
  body[data-lpfg-page="presentation"] .contact-submit {
    transition: none !important;
    transform: none !important;
  }
body[data-lpfg-page="presentation"] .hero .instagram-photo-link {
    animation: none !important;
    opacity: 1 !important;
  }
body[data-lpfg-page="presentation"] .contact-polaroids .baby-polaroid > .instagram-photo-link {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
body[data-lpfg-page="presentation"] .hero .polaroid-image {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
.js-reveal body[data-lpfg-page="presentation"] .reveal,
  .js-reveal body[data-lpfg-page="presentation"] .act.reveal .act-copy > *,
  .js-reveal body[data-lpfg-page="presentation"] .contact-section .baby-polaroid {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}
body.lpfg-public-home .topbar {
  padding-inline: max(var(--lpfg-editorial-gutter), calc((100vw - 1624px) / 2)) !important;
}
body.lpfg-public-home .presentation-subnav-inner {
  max-width: 1624px !important;
}
@media (min-width:864px){
body.lpfg-public-home .topbar,
  body.lpfg-public-home .presentation-subnav {
    border-bottom: 0 !important;
  }
body.lpfg-public-home .topbar::before,
  body.lpfg-public-home .presentation-subnav::before {
    content: "";
    position: absolute;
    right: max(var(--lpfg-editorial-gutter), calc((100vw - 1624px) / 2));
    bottom: 0;
    left: max(var(--lpfg-editorial-gutter), calc((100vw - 1624px) / 2));
    height: 1px;
    background: rgba(17, 17, 17, .07);
    pointer-events: none;
  }
body.lpfg-public-home .presentation-subnav::before {
    background: rgba(17, 17, 17, .055);
  }
}
@media (max-width:863px){
body.lpfg-public-home .presentation-index {
    display: none !important;
  }
body.lpfg-public-home.lpfg-header-hidden .topbar {
    transform: translateY(-100%) !important;
  }
body.lpfg-public-home.lpfg-header-hidden .presentation-subnav {
    top: 0 !important;
    transform: none !important;
  }
}
:root{--proto-cyan:#00c8e2;--proto-ink:#17282e;--proto-muted:#60747c;--proto-ease:cubic-bezier(.22,1,.36,1)}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation]{--prototype-rail:clamp(52px,4.405vw,60px);--prototype-editorial:min(800px,calc(100vw - 64px));--prototype-reading:min(720px,var(--prototype-editorial));--prototype-section-title:clamp(58px,6.2vw,82px);--lpfg-type-intro:17px}
body[data-lpfg-page=presentation] .presentation-subnav a{font-weight:500}
.lpfg-public-home .public-private-access{color:var(--proto-muted)}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] :is(#binome,#metiers,#films,#contact) .eyebrow{display:flex;align-items:center;gap:20px;width:max-content;margin:0;padding:0;color:var(--proto-muted);font:700 11px/1.3 "Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:.15em;text-transform:uppercase}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] :is(#binome,#metiers,#films,#contact) .eyebrow::before{content:none!important;display:none!important}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] :is(#binome,#metiers,#films,#contact) .lpfg-marker-line{display:block;flex:0 0 28px;width:28px;height:1px;overflow:visible;color:var(--proto-cyan);fill:currentColor}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] :is(#binome,#metiers,#films,#contact){scroll-margin-top:86px}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] .hero{box-sizing:border-box;width:var(--prototype-editorial)!important;min-height:0!important;height:auto!important;margin:0 auto!important}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] .hero h1{font-size:clamp(64px,6.45vw,86px)!important;line-height:.92!important;letter-spacing:-.058em!important}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] .hero-copy{width:100%!important;max-width:none!important}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] .hero-tagline{font-size:13px;font-weight:550;line-height:1.45;letter-spacing:.12em;text-transform:uppercase}
@media(min-width:864px){
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] .hero-meta{position:relative;left:calc(50% + var(--hero-title-optical-offset,0px));width:max-content;max-width:none;transform:translateX(-50%);justify-items:center;text-align:center}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] .hero-names,body:not([data-prototype-mode=original])[data-lpfg-page=presentation] .hero-tagline{width:max-content;max-width:none;margin-right:auto;margin-left:auto;text-align:center}
}
body[data-lpfg-page=presentation] .hero .instagram-photo-link::after,body[data-lpfg-page=presentation] .contact-section .baby-polaroid>.instagram-photo-link::after{background:transparent url("/assets/instagram-mark.svg") center/contain no-repeat;-webkit-mask:none;mask:none}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] .hero .polaroids{width:min(338px,100%)!important;gap:12px!important;transform:none!important}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] .hero .polaroids.lpfg-polaroids-settled{animation:none!important;transform:none!important}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] .hero .polaroid{flex:1 1 0!important;width:auto!important;max-width:163px!important}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] .hero .polaroid:nth-child(2):not(:hover):not(:focus-visible){transform:translateY(-8px) rotate(1.5deg)!important}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] :is(#binome,#metiers){display:flow-root!important;box-sizing:border-box;width:100%!important;min-height:0!important;height:auto!important;margin:0!important;padding-right:0!important;padding-left:0!important}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] :is(#binome,#metiers,#films)>.section-head{position:relative;display:block;width:100%;margin-top:0}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] :is(#binome,#metiers,#films)>.section-head>.eyebrow{position:static;margin-left:0}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] :is(#binome,#metiers)>.section-head>h2{display:block!important;width:var(--prototype-editorial)!important;margin:29px auto 0!important;color:var(--proto-ink);font-size:var(--prototype-section-title)!important;line-height:.92!important;letter-spacing:-.058em!important;visibility:visible!important;opacity:1!important}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #binome>.duo-grid,body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #metiers>.offer-intro,body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #metiers>.experience-sequence{width:var(--prototype-editorial)!important;margin-right:auto!important;margin-left:auto!important}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #binome>.section-head{margin-bottom:44px}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #binome>.duo-grid{margin-bottom:0}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #binome .person{max-width:var(--prototype-reading)}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #binome .person h3{margin-bottom:8px}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #binome .person-role{margin-bottom:10px}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #binome .person:not(:last-child) .person-description{display:table;width:auto;max-width:100%;padding-bottom:8px}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #metiers>.section-head{margin-bottom:31px}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #metiers>.offer-intro{max-width:var(--prototype-reading)}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] .offer-switch{display:flex;align-items:center;gap:24px;width:var(--prototype-editorial);margin:0 auto 24px}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] .offer-switch button{position:relative;min-height:44px;padding:0;border:0;background:transparent;color:var(--proto-muted);cursor:pointer;font:600 9px/1 "Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:.15em;text-transform:uppercase}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #films .offer-switch--films button{font-size:10px}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] .offer-switch button::after{position:absolute;right:0;bottom:4px;left:0;height:1px;background:var(--proto-cyan);content:"";opacity:0;transform:scaleX(.4);transition:opacity 180ms ease,transform 220ms var(--proto-ease)}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] .offer-switch button[aria-selected=true]{color:var(--proto-ink)}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] .offer-switch button[aria-selected=true]::after{opacity:1;transform:scaleX(1)}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] .offer-switch button:focus-visible{outline:none!important;box-shadow:none!important}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] .offer-switch button:focus-visible::after{opacity:1;transform:scaleX(1)}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #metiers>.experience-sequence[hidden]{display:none!important}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #metiers .prototype-scenario{grid-column:1;grid-row:1;width:100px;margin:0 0 22px;padding:0;border:0}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #metiers .prototype-scenario-controls{display:grid;grid-template-columns:44px 44px;column-gap:12px;width:100px;margin:0;padding:0;border:0}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #metiers .prototype-scenario-controls button,.prototype-film-nav button{position:relative;width:44px;height:44px;padding:0;border:0;background:transparent;color:var(--proto-ink);cursor:pointer;font:400 16px/44px "Helvetica Neue",Helvetica,Arial,sans-serif;transition:color 180ms ease,transform 180ms var(--proto-ease)}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #metiers .prototype-scenario-controls button:disabled{color:var(--proto-muted);cursor:not-allowed;opacity:.34}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #metiers .prototype-scenario-controls button:first-child{text-align:left}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #metiers .prototype-scenario-controls button:last-child{text-align:right}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] :is([data-scenario-step],[data-film-step]):focus-visible{outline:none!important;box-shadow:none!important;color:var(--proto-cyan)}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] [data-lpfg-force-first-prose-break] .lpfg-prose-break:first-of-type{display:block!important;white-space:normal!important}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #metiers .acts--linear{display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-template-rows:auto auto!important;width:100%!important;margin:0!important}
body[data-lpfg-page=presentation] #metiers .acts--linear>.act{display:block!important;grid-column:1!important;width:100%!important;margin:0!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important}
body.lpfg-experience-ready[data-lpfg-page=presentation] #metiers .acts--linear.is-carousel-ready>.act{display:none!important;grid-row:2!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}
body.lpfg-experience-ready[data-lpfg-page=presentation] #metiers .acts--linear.is-carousel-ready>.act.is-scenario-active{display:block!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;min-height:0!important}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #metiers .act-copy{width:100%}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #metiers .act-description{max-width:var(--prototype-reading);font-size:17px}
body:not([data-prototype-mode=original]) .act-index{opacity:.24;transform:translateY(5px);transition:opacity 180ms ease,transform 220ms var(--proto-ease)}
body:not([data-prototype-mode=original]) .act.is-prototype-visible .act-index{opacity:1;transform:none}
.manifesto{display:flow-root;box-sizing:border-box;width:min(800px,100%);margin:0 auto;padding:clamp(112px,10vw,152px) 0 clamp(120px,11vw,168px)}
.manifesto h2{width:min(720px,78vw);margin:0;color:var(--proto-ink);font:700 clamp(54px,6.1vw,84px)/.92 "Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:-.056em}
.films-section{box-sizing:border-box;width:100%;margin:0;padding:clamp(88px,7.5vw,112px) 0 clamp(72px,6vw,88px)}
.films-section .films-section-head{position:relative;left:0;width:100%;margin:0 0 clamp(42px,4vw,54px);padding-left:0}
body[data-lpfg-page=presentation] #films.films-section>.film-player-block,body[data-lpfg-page=presentation] #films.films-section>.prototype-player-heading,body[data-lpfg-page=presentation] #films.films-section>.prototype-film-meta{width:var(--prototype-editorial)!important;margin-right:auto!important;margin-left:auto!important}
.prototype-player-heading{margin-bottom:14px}
.prototype-player-heading>.offer-switch--films,.prototype-player-heading>.prototype-player-actions{margin-bottom:0}
@media (min-width:864px){.prototype-player-heading{display:flex;align-items:center;justify-content:space-between}body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #films>.prototype-player-heading>.offer-switch--films{width:auto;margin:0}.prototype-player-heading>.prototype-player-actions{width:auto}}
body[data-lpfg-page=presentation] #films.films-section .film-integration-frame{display:block!important;width:100%!important;height:auto!important;aspect-ratio:16/9!important;margin:0!important}
.prototype-player-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-bottom:14px;color:var(--proto-muted)}
.prototype-player-action-separator{display:flex;align-items:center;align-self:stretch;justify-content:center;color:currentColor;font:600 12px/1 "Helvetica Neue",Helvetica,Arial,sans-serif;pointer-events:none}
.prototype-player-actions button{min-width:44px;min-height:44px;padding:0;border:0;background:transparent;color:inherit;cursor:pointer;font:600 9px/1 "Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:.15em;text-transform:uppercase}
.prototype-player-actions .prototype-cinema-toggle{text-align:right}
.prototype-player-actions .prototype-fullscreen-toggle{text-align:left}
.prototype-player-actions button:hover{color:var(--proto-ink)}
.prototype-film-meta{position:relative;display:block;min-height:44px;color:var(--proto-muted);font:600 9px/1.35 "Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:.13em;text-transform:uppercase}
.prototype-film-meta p{display:flex;align-items:center;justify-content:flex-end;min-width:0;min-height:44px;margin:0;padding-left:120px;text-align:right}
.prototype-film-meta strong{color:var(--proto-ink);font-weight:600}
.prototype-film-nav{position:absolute;top:0;left:0;display:flex;gap:12px;align-items:center;width:100px;height:44px;justify-content:space-between}
.prototype-film-nav button:hover{color:var(--proto-cyan)}
.prototype-film-nav button:first-child:hover{transform:translateX(-3px)}
.prototype-film-nav button:last-child:hover{transform:translateX(3px)}
.act-index::after{content:" / " attr(data-act-total);font-weight:400;letter-spacing:.08em}
body:not([data-prototype-mode=original]) #films::after{content:"";position:absolute;z-index:5;inset:0;background:linear-gradient(90deg,transparent 0 34%,rgba(0,200,226,.16) 47%,rgba(255,76,76,.12) 53%,transparent 66%);opacity:0;pointer-events:none}
@keyframes prototype-cut{0%{opacity:0;transform:translateX(-12%)}35%{opacity:.9}100%{opacity:0;transform:translateX(12%)}}
.project-invite{display:flow-root;box-sizing:border-box;width:min(800px,100%);margin:0 auto;padding:clamp(64px,5.5vw,80px) 0 clamp(72px,6vw,88px)}
.project-invite-link{display:inline-grid;grid-template-columns:max-content 32px;gap:18px;align-items:end;justify-content:start;width:auto;color:var(--proto-ink);text-decoration:none}
.project-invite-copy{font:700 clamp(52px,5.8vw,78px)/.92 "Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:-.055em}
.project-invite-arrow{padding-bottom:.15em;font-size:26px;font-weight:400;line-height:1;text-align:left}
body:not([data-prototype-mode=original]) .project-invite.is-signal-visible .project-invite-arrow{animation:project-arrow 520ms var(--proto-ease) 420ms both}
@keyframes project-arrow{0%,100%{transform:translateY(0)}55%{transform:translateY(6px)}}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #contact{box-sizing:border-box;width:100%;margin:0;padding:clamp(88px,7.5vw,112px) 0 clamp(104px,9vw,136px)}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #contact .contact-section-head{box-sizing:border-box;width:100%;margin:0 0 clamp(56px,5vw,72px);padding-left:0}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #contact .contact-layout{display:grid!important;grid-template-columns:320px 400px!important;column-gap:80px!important;align-items:start!important;width:var(--prototype-editorial)!important;margin:0 auto!important}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #contact :is(.contact-polaroids,.contact-kiss,.contact-signature){margin-left:0}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #contact .contact-polaroids{width:320px;margin-top:0}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #contact .contact-form{align-self:start;width:100%;max-width:400px;margin-top:0;transform:none}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #contact .contact-fields{column-gap:40px}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #contact .contact-field{margin-bottom:64px}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #contact .contact-field label{margin-bottom:12px;font-size:9px;font-weight:700;letter-spacing:.16em}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #contact :is(input,textarea){font-size:16px;line-height:1.48}
body[data-lpfg-page=presentation] #contact .contact-field :is(input,textarea)::placeholder{color:rgb(95,115,124);opacity:.78}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #contact textarea{height:136px;min-height:136px}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #contact .contact-actions{display:flex;justify-content:flex-end;padding-top:10px}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #contact .contact-submit{width:183px;min-width:183px;height:44px;min-height:44px;letter-spacing:.15em;text-transform:none}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #contact :is(input,textarea){min-height:44px;border:0;border-bottom:1px solid rgba(23,40,46,.13);outline:0;transition:border-color 180ms ease}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #contact :is(input,textarea):is(:hover,:focus){border-bottom-color:rgba(23,40,46,.28)}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #contact :is(input,textarea):focus-visible{border-bottom-color:var(--proto-cyan);outline:1px solid var(--proto-cyan);outline-offset:5px}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.films-section.is-player-error .film-player-block::after{content:"Le lecteur est momentanément indisponible. Vous pouvez réessayer.";display:block;margin-top:14px;color:var(--presentation-text);font-size:14px;line-height:1.5}
.player-fallback{margin:14px 0 0;color:var(--presentation-text);font-size:14px;line-height:1.5}
body[data-lpfg-page=presentation] .contact-signature{color:#40545c;opacity:1}
body[data-lpfg-page=presentation] .presentation-subnav a{min-height:44px;display:inline-flex;align-items:center}
body[data-lpfg-page=presentation] .presentation-subnav a[aria-current]{color:var(--proto-ink);font-weight:700}
body[data-lpfg-page=presentation] .presentation-subnav a[aria-current]::after{height:1px}
footer{line-height:1.55}
html.lpfg-cinema-mode .prototype-player-actions,html.lpfg-cinema-mode .prototype-film-meta{color:#829097}
html.lpfg-cinema-mode .prototype-player-actions button:hover,html.lpfg-cinema-mode .prototype-film-meta strong,html.lpfg-cinema-mode .prototype-film-nav button{color:#eef2f3}
@media(min-width:864px){
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] .hero{grid-template-columns:340px 338px!important;column-gap:78px!important;align-items:center!important;justify-content:start!important;padding:clamp(66px,6vw,88px) 0 clamp(88px,7.5vw,112px)!important}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #binome{padding-top:clamp(88px,7.5vw,112px);padding-bottom:clamp(80px,7vw,104px)}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #metiers{padding-top:clamp(88px,7.5vw,112px);padding-bottom:clamp(72px,6vw,88px)}
}
@media(max-width:863px){
body:not([data-prototype-mode=original])[data-lpfg-page=presentation]{--prototype-rail:14px;--prototype-editorial:100%;--prototype-reading:100%;--prototype-section-title:clamp(38px,11vw,48px)}
body[data-lpfg-page=presentation] .presentation-subnav-inner{gap:12px}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] .hero h1{font-size:clamp(42px,12.2vw,56px)}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] .hero .polaroids{width:100%;gap:10px}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] .hero .polaroid{flex:1 1 0;width:auto}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] :is(#binome,#metiers)>.section-head{margin-bottom:32px}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #binome>.duo-grid,body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #metiers>.offer-intro,body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #metiers>.experience-sequence{width:var(--prototype-editorial);margin-right:0;margin-left:0}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #binome .person+.person{margin-top:10px!important}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #binome .person:not(:last-child) .person-description{padding-bottom:7px}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #binome .person h3{margin-bottom:6px}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #binome .person-role{margin-bottom:8px}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #metiers>.section-head{margin-bottom:26px}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] .offer-switch{width:var(--prototype-editorial);gap:18px;margin-right:0;margin-bottom:18px;margin-left:0;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:none}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] .offer-switch::-webkit-scrollbar{display:none}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] .offer-switch button{flex:0 0 auto;font-size:8px;letter-spacing:.12em}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #films .offer-switch--films button{font-size:9px}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #metiers{padding-bottom:48px}
body.lpfg-experience-ready[data-lpfg-page=presentation] #metiers .acts--linear.is-carousel-ready>.act:not(.is-scenario-active){display:none!important}
.manifesto{padding:80px 0 88px}
.manifesto h2{width:100%;font-size:clamp(42px,13vw,58px)}
.films-section{padding-top:72px;padding-bottom:64px}
.films-section .films-section-head{width:100%;margin-bottom:38px}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #films>.offer-switch--films{margin-bottom:14px}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #films>.prototype-player-heading>.offer-switch--films{width:var(--prototype-editorial);margin-right:0;margin-bottom:10px;margin-left:0}
body[data-lpfg-page=presentation] #films.films-section>.film-player-block,body[data-lpfg-page=presentation] #films.films-section>.prototype-player-heading,body[data-lpfg-page=presentation] #films.films-section>.prototype-film-meta{width:var(--prototype-editorial)}
.prototype-player-actions{margin-bottom:10px}
.prototype-player-actions button{min-height:44px;font-size:9px}
.prototype-film-meta{gap:14px;padding:0 2px;font-size:8px;letter-spacing:.1em}
.prototype-film-nav{gap:4px}
.project-invite{padding:48px 0 56px}
.project-invite-link{grid-template-columns:minmax(0,max-content) 24px;gap:16px}
.project-invite-copy{font-size:clamp(42px,12.4vw,56px)}
.project-invite-arrow{font-size:20px}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #contact .contact-section-head{margin-bottom:40px}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #contact .contact-layout{grid-template-columns:minmax(0,1fr)!important;column-gap:0!important;row-gap:56px;width:var(--prototype-editorial)}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #contact .contact-polaroids{width:min(100%,320px)}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #contact .contact-form{max-width:none}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #contact .contact-fields{column-gap:18px}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #contact .contact-field{margin-bottom:48px}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #contact textarea{height:132px;min-height:132px}
body:not([data-prototype-mode=original])[data-lpfg-page=presentation] #contact .contact-submit{width:100%;min-width:0}
}
@media(prefers-reduced-motion:reduce){
.act-index,.project-invite-arrow{animation:none!important;transition:none!important;transform:none!important;filter:none!important;opacity:1!important}
#films::after{display:none!important}
}
