@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url("../fonts/Nunito-VariableFont_wght.woff2") format("woff2"), url("../fonts/Nunito-VariableFont_wght.ttf") format("truetype");
}
:root {
  --gold: #f0c060;
  --gold-aplat: #f0c060;
  --sage: #7db88a;
  --fond-page: #f8f6f0;
  --fond-surface: #f8f8f6;
  --fond-surface-2: #f5f1e8;
  --fond-eleve: #2a2a2a;
  --fond-pied: #2a2a2a;
  --fond-loader: #ffffff;
  --texte: #2a2a2a;
  --texte-doux: #6b6b6b;
  --texte-faible: #b9b4a6;
  --texte-sur-eleve: #f8f8f6;
  --texte-sur-accent: #2a2a2a;
  --hero-scrim: rgba(248, 246, 240, 0.88);
  --bord-fin: rgba(42, 42, 42, 0.12);
  --bord-fin-faible: rgba(42, 42, 42, 0.1);
  --bord-carte: #f0c060;
  --filet-eleve: transparent;
  --pastille-bord: rgba(0, 0, 0, 0.1);
  --ombre-douce: 0 3px 10px hsla(0, 0%, 16%, 0.25);
  --ombre-carte: 0 30px 60px -12px rgba(0, 0, 0, 0.25);
  --ombre-bloc: 0 0 15px hsla(0, 0%, 5%, 0.35);
  --ombre-cta: -5px 6px 9px hsla(0, 0%, 5%, 0.5);
  --drop-carte: rgba(0, 0, 0, 0.35);
  --scroll-piste: #2a2a2a;
  --scroll-pouce: #f0c060;
  --scroll-pouce-survol: #ebb03a;
  --scroll-fleche: #7db88a;
  --focus: #7db88a;
  --gold-glow: rgba(250, 204, 21, 0.35);
  --fond-code: #18181c;
  --fond-code-entete: rgba(0, 0, 0, 0.2);
  --bord-code: rgba(255, 255, 255, 0.08);
  --texte-code: #e4e4e7;
  --fond-verre: rgba(255, 255, 255, 0.45);
  --bord-verre: rgba(255, 255, 255, 0.3);
  --fond-verre-entete: rgba(255, 255, 255, 0.2);
  --bord-verre-entete: rgba(255, 255, 255, 0.15);
  --carte-mockup-fond: #f5f1e8;
  --tag-fond: rgba(125, 184, 138, 0.2);
  --carte-ecran-degrade: linear-gradient(135deg, rgba(240, 192, 96, 0.25) 0%, rgba(125, 184, 138, 0.2) 100%);
  --cadre-vide-bord: rgba(240, 192, 96, 0.55);
  --attente-texte: rgba(42, 42, 42, 0.45);
  --badge-sage-texte: #1d2e22;
  --pied-baseline: rgba(248, 248, 246, 0.5);
  --pied-copyright: rgba(248, 248, 246, 0.45);
  --pied-separateur: rgba(248, 248, 246, 0.35);
  --pied-lien: rgba(248, 248, 246, 0.55);
  --pied-lien-souligne: rgba(240, 192, 96, 0.35);
  --modale-fond: #f8f6f0;
  --modale-entete: #f8f8f6;
  --modale-backdrop: rgba(42, 42, 42, 0.55);
  --bloc-legal-fond: #f8f8f6;
  --mail-souligne: rgba(240, 192, 96, 0.6);
  --champ-fond: #ffffff;
  --champ-bord: rgba(42, 42, 42, 0.16);
  --champ-placeholder: #9a948a;
  --champ-halo: rgba(240, 192, 96, 0.28);
  --erreur: #b4472e;
  --pilule-choix-fond: #2a2a2a;
  --pilule-choix-bord: rgba(248, 248, 246, 0.28);
  --pilule-choix-texte: #f5f1e8;
  --logo-trait: #2a2a2a;
  --logo-points: #f0c060;
  --logo-barre: #7db88a;
  --toggle-fond: #f8f8f6;
  --toggle-bord: #f0c060;
  --toggle-icone: #f0c060;
  --svg-papier: #f8f3e3;
  --svg-papier-2: #efe7d0;
  --svg-papier-3: #ffffff;
  --svg-encre: #2a2a2a;
  --svg-objet: #2a2a2a;
  --svg-pill-fond: #2a2a2a;
  --svg-pill-fond-survol: #1c1c1c;
  --svg-pill-texte: #f8f3e3;
  --svg-degrade-1: #f5cd79;
  --svg-degrade-2: #d9a94d;
  --svg-sage-clair: #8fc79a;
  --svg-ombre: #2a2a2a;
  --svg-ombre-opacite: 0.15;
}
html[data-theme="dark"] {
  --gold: #f0c060;
  --gold-aplat: #d9a94f;
  --sage: #8cc397;
  --fond-page: #1c1b19;
  --fond-surface: #232220;
  --fond-surface-2: #2a2825;
  --fond-eleve: #322f2a;
  --fond-pied: #201f1d;
  --fond-loader: #1c1b19;
  --texte: #ece5d8;
  --texte-doux: #a9a29a;
  --texte-faible: #a39b8f;
  --texte-sur-eleve: #ece5d8;
  --texte-sur-accent: #211f1c;
  --hero-scrim: rgba(28, 27, 25, 0.9);
  --bord-fin: rgba(236, 229, 216, 0.12);
  --bord-fin-faible: rgba(236, 229, 216, 0.09);
  --bord-carte: rgba(240, 192, 96, 0.45);
  --filet-eleve: rgba(236, 229, 216, 0.07);
  --pastille-bord: rgba(236, 229, 216, 0.18);
  --ombre-douce: 0 3px 12px rgba(0, 0, 0, 0.55);
  --ombre-carte: 0 26px 55px -14px rgba(0, 0, 0, 0.75);
  --ombre-bloc: 0 0 0 1px rgba(236, 229, 216, 0.06), 0 12px 30px rgba(0, 0, 0, 0.55);
  --ombre-cta: -4px 5px 14px rgba(0, 0, 0, 0.6);
  --drop-carte: rgba(0, 0, 0, 0.65);
  --scroll-piste: #131211;
  --scroll-pouce: #d9a94f;
  --scroll-pouce-survol: #e6bb63;
  --scroll-fleche: #8cc397;
  --focus: #8cc397;
  --gold-glow: rgba(240, 192, 96, 0.2);
  --fond-code: #121215;
  --fond-code-entete: rgba(0, 0, 0, 0.35);
  --bord-code: rgba(236, 229, 216, 0.09);
  --texte-code: #e4e4e7;
  --fond-verre: rgba(236, 229, 216, 0.07);
  --bord-verre: rgba(236, 229, 216, 0.14);
  --fond-verre-entete: rgba(236, 229, 216, 0.05);
  --bord-verre-entete: rgba(236, 229, 216, 0.09);
  --carte-mockup-fond: #26241f;
  --tag-fond: rgba(140, 195, 151, 0.16);
  --carte-ecran-degrade: linear-gradient(135deg, rgba(240, 192, 96, 0.22) 0%, rgba(140, 195, 151, 0.16) 100%);
  --cadre-vide-bord: rgba(240, 192, 96, 0.4);
  --attente-texte: rgba(236, 229, 216, 0.4);
  --badge-sage-texte: #16261b;
  --pied-baseline: rgba(236, 229, 216, 0.55);
  --pied-copyright: rgba(236, 229, 216, 0.5);
  --pied-separateur: rgba(236, 229, 216, 0.35);
  --pied-lien: rgba(236, 229, 216, 0.6);
  --pied-lien-souligne: rgba(240, 192, 96, 0.4);
  --modale-fond: #232220;
  --modale-entete: #2a2825;
  --modale-backdrop: rgba(12, 11, 10, 0.72);
  --bloc-legal-fond: #2a2825;
  --mail-souligne: rgba(240, 192, 96, 0.55);
  --champ-fond: #1b1a18;
  --champ-bord: rgba(236, 229, 216, 0.14);
  --champ-placeholder: #8b847b;
  --champ-halo: rgba(240, 192, 96, 0.22);
  --erreur: #e08a70;
  --pilule-choix-fond: #322f2a;
  --pilule-choix-bord: rgba(236, 229, 216, 0.22);
  --pilule-choix-texte: #ece5d8;
  --logo-trait: #ece5d8;
  --logo-points: #f0c060;
  --logo-barre: #8cc397;
  --toggle-fond: #232220;
  --toggle-bord: rgba(240, 192, 96, 0.55);
  --toggle-icone: #7db88a;
  --svg-papier: #26241f;
  --svg-papier-2: #2f2c26;
  --svg-papier-3: #34302a;
  --svg-encre: #ddd5c6;
  --svg-objet: #3b3730;
  --svg-pill-fond: #413c33;
  --svg-pill-fond-survol: #4b463c;
  --svg-pill-texte: #ece5d8;
  --svg-degrade-1: #e8bf6e;
  --svg-degrade-2: #c99a45;
  --svg-sage-clair: #8cc397;
  --svg-ombre: #0a0a09;
  --svg-ombre-opacite: 0.5;
}
:where(
  html[data-theme-anime],
  html[data-theme-anime] *,
  html[data-theme-anime] *::before,
  html[data-theme-anime] *::after
) {
  transition-property: background-color, border-color, color, fill, stroke, stop-color, box-shadow, outline-color, text-decoration-color;
  transition-duration: 0.7s;
  transition-timing-function: ease-in-out;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  scrollbar-width: thin;
  scrollbar-color: var(--scroll-pouce) var(--scroll-piste);
  background-color: var(--fond-page);
}
body {
  margin: 0;
  padding: 0;
  background-color: var(--fond-page);
  color: var(--texte);
  overflow-x: hidden;
  font-family: "Garamond", "EB Garamond", Georgia, serif;
}
img,
svg {
  max-width: 100%;
}
:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 3px;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
@font-face {
  font-family: "Garamond";
  src: url("../fonts/EBGaramond-VariableFont_wght.ttf") format("truetype");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Garamond-italic";
  src: url("../fonts/EBGaramond-Italic-VariableFont_wght.ttf") format("truetype");
  font-weight: 200 700;
  font-style: italic;
  font-display: swap;
}
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  background: var(--scroll-piste);
}
::-webkit-scrollbar-thumb {
  background: var(--scroll-pouce);
  border-radius: 10px;
  border: 2px solid var(--scroll-piste);
}
::-webkit-scrollbar-thumb:hover {
  background: var(--scroll-pouce-survol);
}
::-webkit-scrollbar-button:single-button {
  background-color: var(--scroll-piste);
  display: block;
  height: 12px;
}
::-webkit-scrollbar-button:single-button:vertical:decrement {
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent var(--scroll-fleche) transparent;
}
::-webkit-scrollbar-button:single-button:vertical:increment {
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: var(--scroll-fleche) transparent transparent transparent;
}
.sauge {
  color: var(--sage);
}
.barre-sauge {
  display: block;
  width: 10%;
  min-width: 80px;
  height: 2px;
  background-color: var(--sage);
}
.main-header {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  align-content: center;
  overflow: hidden;
  padding: 110px 0 120px;
}
.main-header .indicateur-scroll-lien {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: clamp(34px, 3.2vw, 48px);
  line-height: 0;
}
.main-header .indicateur-scroll-lien .indicateur-scroll {
  display: block;
  width: 100%;
  height: auto;
}
.main-header .indicateur-scroll-lien .scroll-contour path,
.main-header .indicateur-scroll-lien .scroll-chevron path {
  fill: var(--gold);
}
.main-header .indicateur-scroll-lien:hover .scroll-chevron-anim,
.main-header .indicateur-scroll-lien:focus-visible .scroll-chevron-anim {
  animation: mouvement 1s ease-in-out infinite;
}
.hero-visuel {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
  z-index: 0;
}
.hero-visuel__image {
  grid-area: 1 / 1;
  width: min(68vw, 900px);
  height: auto;
  max-height: 78vh;
  object-fit: contain;
  transition: opacity 0.7s cubic-bezier(0.22, 0.9, 0.3, 1);
}
.hero-visuel__image--sombre {
  opacity: 0;
}
html[data-theme="dark"] .hero-visuel__image--clair {
  opacity: 0;
}
html[data-theme="dark"] .hero-visuel__image--sombre {
  opacity: 1;
}
.hero-contenu {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 3rem);
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 4vh, 2.75rem);
}
.hero-titre {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  row-gap: clamp(0.25rem, 1.5vh, 0.9rem);
  margin: 0;
  font-size: clamp(2rem, 4.2rem, 3rem);
  line-height: 1.15;
}
.hero-titre__ligne {
  justify-self: start;
  text-shadow: 0 0 0.25em var(--hero-scrim), 0 0 0.5em var(--hero-scrim), 0 0 0.9em var(--hero-scrim);
}
.hero-titre__ligne--a {
  grid-column: 1 / 8;
}
.hero-titre__ligne--b {
  grid-column: 5 / 13;
  justify-self: end;
}
.hero-titre__ligne--c {
  grid-column: 2 / 9;
}
.hero-titre__ligne--d {
  grid-column: 6 / 13;
  justify-self: end;
}
.hero-text-typewriter {
  align-self: flex-start;
  width: min(100%, 34rem);
  min-height: 1.6em;
  text-shadow: 0 0 0.3em var(--hero-scrim), 0 0 0.6em var(--hero-scrim), 0 0 1.1em var(--hero-scrim);
}
.hero-text-typewriter .hero-typed {
  color: var(--texte);
  font-size: clamp(1rem, 1.4rem, 1.25rem);
}
.hero-text-typewriter .cursor {
  display: inline-block;
  width: 2px;
  height: 1.25em;
  background: var(--gold);
  vertical-align: middle;
  animation: blink 1s step-end infinite;
}
.main-header .cta,
.galerie-graphique__voir-plus {
  text-decoration: none;
  font-size: 16px;
  font-weight: 900;
  padding: 12px 22px;
  color: var(--texte-sur-accent);
  background-color: var(--gold-aplat);
  border: solid 1px var(--gold-aplat);
  border-radius: 5px;
  box-shadow: var(--ombre-cta);
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.main-header .cta:hover,
.galerie-graphique__voir-plus:hover {
  background-color: var(--fond-eleve);
  border-color: var(--fond-eleve);
  color: var(--texte-sur-eleve);
}
.main-header .cta {
  align-self: flex-end;
}
.galerie-graphique__voir-plus {
  margin-top: 36px;
  font-family: inherit;
  cursor: pointer;
}
@media (max-width: 992px) {
  .main-header {
    padding: 130px 0 90px;
  }
  .main-header .cta {
    align-self: center;
  }
  .main-header .indicateur-scroll-lien {
    display: none;
  }
  .hero-contenu {
    align-items: center;
    text-align: center;
    gap: clamp(1.75rem, 4vh, 2.5rem);
  }
  .hero-titre {
    grid-template-columns: 1fr;
    row-gap: clamp(0.7rem, 2.5vh, 1.2rem);
    line-height: 1.25;
  }
  .hero-titre__ligne {
    grid-column: 1;
    justify-self: center;
    text-align: center;
  }
  .hero-text-typewriter {
    align-self: center;
    min-height: 3.2em;
  }
  .hero-visuel {
    opacity: 0.3;
  }
  html[data-theme="dark"] .hero-visuel {
    opacity: 0.24;
  }
  .hero-visuel__image {
    width: 92vw;
    max-height: none;
  }
}
@media (max-width: 560px) {
  .main-header {
    padding-top: 110px;
  }
  .hero-titre {
    row-gap: clamp(0.6rem, 2vh, 0.9rem);
  }
}
.propos {
  width: min(70%, 1100px);
  margin: 60px auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: var(--ombre-bloc);
}
.propos__media {
  margin: 0;
  background-color: var(--fond-eleve);
  display: flex;
  align-items: flex-end;
}
.propos__photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.propos__contenu {
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 4vw, 50px) clamp(24px, 3.5vw, 40px) clamp(24px, 3vw, 32px) clamp(24px, 5vw, 70px);
}
.propos__titre {
  font-size: clamp(1.35rem, 2.1rem, 1.75rem);
  line-height: 1.25;
  margin: 0 0 20px;
}
.propos__separateur {
  display: block;
  width: 50%;
  min-width: 120px;
  height: 3px;
  margin-bottom: 24px;
  background-color: var(--sage);
}
.propos__intro,
.propos__conclusion,
.propos__accroche {
  font-size: clamp(1rem, 1.2rem, 1.125rem);
  line-height: 1.6;
  margin: 0 0 18px;
}
.propos__accroche {
  margin-bottom: 10px;
}
.propos__casquettes {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.propos__casquettes li {
  position: relative;
  padding-left: 22px;
  font-size: clamp(1rem, 1.2rem, 1.125rem);
  line-height: 1.6;
}
.propos__casquettes li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--sage);
  font-size: 0.85em;
  line-height: 1.9;
}
.propos__casquettes li strong {
  font-weight: 700;
}
.propos__label {
  font-style: italic;
  align-self: flex-start;
  margin: 8px 0 0;
  padding-bottom: 3px;
  border-bottom: 2px solid var(--sage);
}
.propos__outils {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin: 20px 0 0;
  padding: 0;
}
.propos__outils img {
  display: block;
  width: clamp(28px, 3.5vw, 40px);
  height: auto;
  object-fit: contain;
  transition: transform 0.6s ease-in-out;
}
.propos__outils li:hover img {
  transform: rotate(360deg);
}
@media (max-width: 992px) {
  .propos {
    width: min(88%, 700px);
    grid-template-columns: 1fr;
  }
  .propos__media {
    max-height: 340px;
    align-items: center;
  }
  .propos__photo {
    object-position: center 20%;
  }
  .propos__contenu {
    padding: clamp(24px, 6vw, 40px);
  }
}
@media (max-width: 560px) {
  .propos {
    width: calc(100% - 2 * clamp(1.25rem, 4vw, 3rem));
    margin: 40px auto;
  }
  .propos__media {
    max-height: 260px;
  }
}
.transition {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 30px clamp(1.25rem, 4vw, 3rem);
  text-align: center;
}
.transition .titre-transition {
  font-family: "Garamond-italic", "EB Garamond", Georgia, serif;
  font-weight: 200;
  font-style: italic;
  font-size: clamp(1.5rem, 2.6rem, 2rem);
  margin: 0;
}
.transition .amorce {
  font-size: clamp(1.25rem, 2.2rem, 1.875rem);
  margin: 0;
}
.transition .annonce-transition,
.transition .arguments {
  font-size: clamp(0.95rem, 1.2rem, 1.125rem);
  margin: 0;
}
.transition svg {
  width: 100%;
  max-width: 700px;
  height: auto;
}
.transition .ligne-connexion {
  animation: flux-pointille 1.4s linear infinite;
}
.transition .telephone-flottant {
  transform-box: fill-box;
  transform-origin: 50% 50%;
  animation: flottement-telephone 4s ease-in-out infinite;
}
.transition .badge-langage {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: 50% 50%;
  transform: scale(0.8);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.transition .badge-langage.badge-visible {
  opacity: 1;
  transform: scale(1);
}
.connecteur-vertical {
  width: 100px;
  height: clamp(140px, 18vw, 220px);
  margin: 0 auto;
}
.connecteur-vertical svg {
  display: block;
  width: 100%;
  height: 100%;
}
.connecteur-vertical .connecteur-trace {
  fill: none;
  stroke: var(--gold);
  stroke-width: 4.5px;
  stroke-dasharray: 1 6;
  stroke-linecap: round;
  animation: flux-pointille 1.4s linear infinite;
}
.connecteur-vertical .connecteur-point {
  animation: respiration-point 3.5s ease-in-out infinite;
}
.connecteur-vertical .connecteur-point--gold {
  fill: var(--gold);
  opacity: 0.5;
}
.connecteur-vertical .connecteur-point--sage {
  fill: var(--sage);
  opacity: 0.4;
}
.connecteur-vertical .connecteur-ancre {
  fill: var(--gold);
}
@media (max-width: 560px) {
  .connecteur-vertical {
    display: none;
  }
}
.portfolio {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 30px clamp(1.25rem, 4vw, 3rem);
  margin-bottom: 80px;
  text-align: center;
}
.portfolio .titre-portfolio {
  font-family: "Garamond-italic", "EB Garamond", Georgia, serif;
  font-weight: 200;
  font-style: italic;
  font-size: clamp(1.5rem, 2.6rem, 2rem);
  margin: 0;
}
.portfolio .annonce-portfolio {
  font-size: clamp(0.95rem, 1.2rem, 1.125rem);
  max-width: 600px;
  margin: 0;
}
@media (max-width: 560px) {
  .portfolio {
    margin-top: 40px;
  }
}
.portfolio-grid {
  width: 100%;
  max-width: 1100px;
  display: grid;
  grid-template-columns: 1fr 1.25fr 1fr;
  align-items: center;
  gap: 40px;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .portfolio-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 36px;
    margin-top: 40px;
  }
}
.projet-card {
  perspective: 1400px;
  width: 100%;
}
.projet-card__float {
  position: relative;
  width: 100%;
  transform: scale(1);
  opacity: 1;
  filter: drop-shadow(0 12px 24px var(--drop-carte));
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.projet-card__float--flottant {
  animation: flottement-carte 3.5s ease-in-out infinite;
}
.projet-card__float--flottant.est-en-pause {
  animation-play-state: paused;
}
.projet-card__flip {
  position: relative;
  width: 100%;
  height: 420px;
  transform-style: preserve-3d;
  transform: rotateY(0deg);
  transition: transform 0.8s cubic-bezier(0.45, 0.05, 0.15, 1);
}
.projet-card__flip.is-flipped {
  transform: rotateY(180deg);
}
.projet-card__face {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  backface-visibility: hidden;
}
.projet-card__face--front {
  background-color: var(--fond-eleve);
  box-shadow: inset 0 0 0 1px var(--filet-eleve);
  padding: 16px;
  gap: 14px;
}
.projet-card__face--back {
  background-color: var(--fond-surface-2);
  border: 2px solid var(--bord-carte);
  transform: rotateY(180deg);
  padding: 24px 28px;
}
.projet-card__back-contenu {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 28px;
}
.projet-card__mockup {
  height: 45%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 10px;
  background-color: var(--carte-mockup-fond);
  border: 1px solid var(--bord-carte);
  border-radius: 10px;
}
.projet-card__mockup-dots {
  display: flex;
  gap: 6px;
}
.projet-card__mockup-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--gold);
  opacity: 0.6;
}
.projet-card__mockup-ecran {
  flex: 1;
  border-radius: 6px;
  background: var(--carte-ecran-degrade);
}
.projet-card__titre {
  color: var(--gold);
  font-size: 20px;
  margin: 0;
}
.projet-card__description {
  flex: 1;
  color: var(--texte-faible);
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
.projet-card__tag {
  padding: 5px 12px;
  border-radius: 20px;
  background-color: var(--tag-fond);
  color: var(--sage);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.projet-card__back-bloc {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.projet-card__back-titre {
  color: var(--texte-doux);
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  margin: 0;
}
.projet-card__badges,
.projet-card__palette {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.projet-card__palette {
  gap: 10px;
}
.projet-card__pied {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.projet-card__flip-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: var(--gold-aplat);
  color: var(--texte-sur-accent);
  cursor: pointer;
  transition: transform 0.2s ease;
}
.projet-card__flip-btn svg {
  width: 16px;
  height: 16px;
}
.projet-card__flip-btn:hover {
  transform: scale(1.1);
}
.projet-card--centre .projet-card__flip {
  height: 480px;
}
.projet-card--laterale .projet-card__float {
  transform: scale(0.92);
  opacity: 0.85;
}
.projet-card.is-featured .projet-card__float {
  transform: scale(1.02);
  opacity: 1;
}
@media (max-width: 992px) {
  .projet-card {
    max-width: 380px;
  }
  .projet-card__flip,
  .projet-card--centre .projet-card__flip {
    height: 440px;
  }
  .projet-card--laterale .projet-card__float {
    transform: none;
    opacity: 1;
  }
}
@media (max-width: 560px) {
  .projet-card__face--back {
    padding: 20px;
  }
  .projet-card__back-contenu {
    gap: 20px;
  }
}
.badge-tech {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
}
.badge-tech--gold {
  background-color: var(--gold-aplat);
  color: var(--texte-sur-accent);
}
.badge-tech--charcoal {
  background-color: var(--fond-eleve);
  border: 1px solid var(--gold);
  color: var(--gold);
}
.badge-tech--sage {
  background-color: var(--sage);
  color: var(--badge-sage-texte);
}
.pastille-couleur {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid var(--pastille-bord);
}
.galerie-graphique {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px clamp(1.25rem, 4vw, 3rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}
.galerie-graphique__titre {
  font-size: clamp(2rem, 4rem, 3.125rem);
  margin: 0;
}
.galerie-graphique__annonce {
  font-size: clamp(0.95rem, 1.2rem, 1.125rem);
  max-width: 560px;
  margin: 0;
  color: var(--texte-doux);
}
.graphique-grid {
  width: 100%;
  max-width: 1200px;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 992px) {
  .graphique-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .graphique-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.graphique-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.graphique-card__cadre {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 16px;
  overflow: hidden;
  background-color: var(--fond-surface-2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.graphique-card__cadre img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform-origin: var(--zoom-x, 100%) var(--zoom-y, 100%);
  transition: transform 0.4s cubic-bezier(0.22, 0.9, 0.3, 1);
}
@media (hover: hover) {
  .graphique-card__cadre:hover img {
    transform: scale(3);
  }
}
.graphique-card--vide .graphique-card__cadre {
  background-color: transparent;
  border: 2px dashed var(--cadre-vide-bord);
}
.graphique-card__attente {
  font-family: "Garamond-italic", "EB Garamond", Georgia, serif;
  font-style: italic;
  font-size: 0.95rem;
  color: var(--attente-texte);
}
.graphique-card__legende {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.graphique-card__titre {
  font-size: 1.05rem;
  margin: 0;
  color: var(--texte);
}
.graphique-card--secondaire {
  display: none;
}
.graphique-grid.est-etendu .graphique-card--secondaire {
  display: flex;
}
@media (prefers-reduced-motion: no-preference) {
  .graphique-grid.est-etendu .graphique-card--secondaire {
    animation: apparition-carte 0.45s cubic-bezier(0.22, 0.9, 0.3, 1) both;
  }
}
.services {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 3rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.services .services-titre {
  font-size: clamp(2rem, 4rem, 3.125rem);
  text-align: center;
  margin: 0;
}
.services .services-intro {
  display: grid;
  grid-template-columns: 110px minmax(0, 700px);
  column-gap: 32px;
  align-items: center;
  justify-content: center;
  margin-top: -16px;
}
@media (max-width: 768px) {
  .services .services-intro {
    grid-template-columns: 1fr;
    justify-items: center;
    row-gap: 24px;
    margin-top: 0;
  }
}
.services .services-gauche {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.services .services-gauche .sauge {
  display: block;
  width: 3px;
  height: 56px;
  background-color: var(--sage);
}
.services .services-droite {
  text-align: left;
}
.services .services-droite .description-services {
  font-family: "Garamond-italic", "EB Garamond", Georgia, serif;
  font-size: clamp(1rem, 1.25rem, 1.25rem);
  max-width: 700px;
}
.services .services-droite .services-accroches {
  margin: 12px 0 0;
  padding-left: 20px;
}
.services .services-droite .services-accroches li {
  margin-bottom: 8px;
}
.services .services-droite .services-accroches li::marker {
  color: var(--sage);
}
.services .appel {
  font-family: "Garamond-italic", "EB Garamond", Georgia, serif;
  font-size: clamp(1.15rem, 1.8rem, 1.5625rem);
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
}
.icon-square {
  position: relative;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--fond-eleve);
  box-shadow: inset 0 0 0 1px var(--filet-eleve);
  border-radius: 10px;
}
.icon-square svg {
  position: absolute;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.icon-square svg.icon-active {
  opacity: 1;
}
.services-liste {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
@media (max-width: 900px) {
  .services-liste {
    flex-direction: column;
    align-items: center;
  }
}
.service-card {
  width: 340px;
  max-width: 100%;
  cursor: pointer;
  transition: transform 0.4s cubic-bezier(0.22, 0.9, 0.3, 1);
}
.service-card:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 6px;
  border-radius: 16px;
}
.service-card svg {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}
#gr-illustration,
#web-illustration,
#sw-illustration {
  transition: transform 0.5s cubic-bezier(0.22, 0.9, 0.3, 1);
  transform-origin: 200px 190px;
}
[id*="accent-dot"],
[id*="accent-plus"] {
  animation: floatY 3.4s ease-in-out infinite;
  transform-box: fill-box;
  transform-origin: center;
}
[id$="accent-dot-2"],
[id$="accent-plus-2"] {
  animation-delay: -1.7s;
}
[id*="accent-flyer"],
[id*="accent-card"],
[id*="accent-book"],
[id*="accent-code"],
[id*="accent-cms"],
[id*="accent-terminal"],
[id*="accent-gear"] {
  transition: transform 0.5s cubic-bezier(0.22, 0.9, 0.3, 1);
}
[id*="accent-gear"] g {
  transform-box: fill-box;
  transform-origin: center;
  animation: rotate 6s linear infinite;
}
[id$="pill-button"] {
  transition: transform 0.3s ease;
}
[id$="pill-button"] rect:first-child {
  transition: fill 0.3s ease;
}
[id$="pill-arrow"] {
  transition: transform 0.3s ease;
}
@media (hover: hover) {
  .service-card:hover {
    transform: translateY(-6px);
  }
  .service-card:hover #gr-illustration,
  .service-card:hover #web-illustration,
  .service-card:hover #sw-illustration {
    transform: rotate(-2deg) scale(1.03);
  }
  .service-card:hover [id*="accent-flyer"] {
    transform: translate(266px, 238px) rotate(12deg) translate(6px, 4px);
  }
  .service-card:hover [id*="accent-card"] {
    transform: translate(70px, 262px) rotate(-10deg) translate(-6px, 4px);
  }
  .service-card:hover [id*="accent-book"] {
    transform: translate(300px, 150px) rotate(8deg) translate(6px, -4px);
  }
  .service-card:hover [id*="accent-code"] {
    transform: translate(78px, 140px) rotate(-8deg) translate(-6px, -4px);
  }
  .service-card:hover [id*="accent-cms"] {
    transform: translate(322px, 152px) rotate(9deg) translate(6px, -4px) scale(1.08);
  }
  .service-card:hover [id*="accent-terminal"] {
    transform: translate(74px, 134px) rotate(-9deg) translate(-6px, -4px);
  }
  .service-card:hover [id*="accent-gear"] {
    transform: translate(324px, 148px) rotate(9deg) scale(1.08);
  }
  .service-card:hover [id$="pill-button"] {
    transform: translate(200px, 420px) translateX(4px);
  }
  .service-card:hover [id$="pill-button"] rect:first-child {
    fill: var(--svg-pill-fond-survol);
  }
  .service-card:hover [id$="pill-arrow"] {
    transform: translate(90px, 0) scale(1.1);
  }
}
.pied {
  width: 100%;
  margin-top: 100px;
  padding: 36px clamp(1.25rem, 4vw, 3rem) 32px;
  background-color: var(--fond-pied);
  border-top: 1px solid var(--filet-eleve);
  color: var(--texte-sur-eleve);
}
.pied__contenu {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.pied__marque {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}
.pied__identite {
  display: flex;
  align-items: center;
  gap: 12px;
}
.pied__logo {
  flex: none;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background-color: var(--gold-aplat);
  color: var(--texte-sur-accent);
}
.pied__logo-svg {
  width: 22px;
  height: auto;
  display: block;
}
.pied__nom {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
}
.pied__baseline {
  max-width: 48ch;
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.5;
  color: var(--pied-baseline);
}
.pied__bas {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
}
@media (max-width: 560px) {
  .pied__bas {
    flex-direction: column;
    gap: 6px;
  }
}
.pied__copyright {
  margin: 0;
  font-size: 12px;
  color: var(--pied-copyright);
}
.pied__legal {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.pied__legal li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.pied__legal li::before {
  content: "·";
  color: var(--pied-separateur);
}
@media (max-width: 560px) {
  .pied__legal li:first-child::before {
    content: none;
  }
}
.pied__lien-legal {
  font-size: 12px;
  color: var(--pied-lien);
  text-decoration: underline;
  text-decoration-color: var(--pied-lien-souligne);
  text-underline-offset: 3px;
  transition: color 0.25s ease, text-decoration-color 0.25s ease;
}
.pied__lien-legal:hover,
.pied__lien-legal:focus-visible {
  color: var(--texte-sur-eleve);
  text-decoration-color: var(--gold);
}
@media (max-width: 768px) {
  .pied {
    margin-top: 70px;
    padding: 28px clamp(1.25rem, 4vw, 3rem) 24px;
  }
}
.modale-legale {
  width: min(760px, 92vw);
  max-height: 85vh;
  padding: 0;
  border: 1px solid var(--bord-fin);
  border-radius: 16px;
  background-color: var(--modale-fond);
  color: var(--texte);
  box-shadow: var(--ombre-carte);
  overflow: hidden;
  opacity: 0;
  transform: translateY(12px) scale(0.98);
  transition: opacity 0.25s ease, transform 0.25s cubic-bezier(0.22, 0.9, 0.3, 1);
}
.modale-legale[open] {
  display: flex;
  flex-direction: column;
}
.modale-legale.est-ouverte {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.modale-legale::backdrop {
  background-color: transparent;
  transition: background-color 0.25s ease;
}
.modale-legale.est-ouverte::backdrop {
  background-color: var(--modale-backdrop);
}
.modale-legale__entete {
  flex: none;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 28px;
  background-color: var(--modale-entete);
  border-bottom: 1px solid var(--bord-fin-faible);
}
@media (max-width: 560px) {
  .modale-legale__entete {
    padding: 18px 20px;
  }
}
.modale-legale__titre {
  margin: 0 0 6px;
  font-size: clamp(1.5rem, 4vw, 2rem);
}
.modale-legale__sous-titre {
  max-width: 62ch;
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.6;
  color: var(--texte-doux);
}
.modale-legale__fermer {
  flex: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid var(--bord-fin);
  border-radius: 50%;
  background-color: var(--modale-fond);
  color: var(--texte);
  cursor: pointer;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.3s cubic-bezier(0.22, 0.9, 0.3, 1);
}
.modale-legale__fermer:hover,
.modale-legale__fermer:focus-visible {
  background-color: var(--fond-eleve);
  color: var(--gold);
  transform: rotate(90deg);
}
.modale-legale__fermer svg {
  width: 18px;
  height: 18px;
  display: block;
}
.modale-legale__corps {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 24px 28px 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 560px) {
  .modale-legale__corps {
    padding: 16px 16px 20px;
    gap: 16px;
  }
}
@media (max-width: 560px) {
  .modale-legale {
    width: 94vw;
    max-height: 90vh;
  }
}
body.modale-ouverte {
  overflow: hidden;
}
.bloc-legal {
  background-color: var(--bloc-legal-fond);
  border: 1px solid var(--bord-fin-faible);
  border-radius: 16px;
  padding: 22px 26px;
}
@media (max-width: 560px) {
  .bloc-legal {
    padding: 18px;
  }
}
.bloc-legal__entete {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}
.bloc-legal__titre {
  margin: 0;
  font-size: clamp(1.15rem, 3vw, 1.375rem);
}
.bloc-legal__liste {
  margin: 0;
}
.bloc-legal__ligne {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 24px;
  padding: 14px 0;
  border-top: 1px solid var(--bord-fin-faible);
}
.bloc-legal__ligne:first-child {
  border-top: 0;
}
@media (max-width: 560px) {
  .bloc-legal__ligne {
    grid-template-columns: 1fr;
    gap: 2px;
    padding: 12px 0;
  }
}
.bloc-legal dt {
  margin: 0;
  font-size: 0.9rem;
  color: var(--texte-doux);
}
.bloc-legal dd {
  margin: 0;
  font-size: 1rem;
  color: var(--texte);
}
.bloc-legal__mail {
  color: var(--texte);
  text-decoration: underline;
  text-decoration-color: var(--mail-souligne);
  text-underline-offset: 3px;
  transition: text-decoration-color 0.25s ease;
}
.bloc-legal__mail:hover,
.bloc-legal__mail:focus-visible {
  text-decoration-color: var(--gold);
}
.modale-contact {
  width: min(620px, 92vw);
  max-height: 88vh;
  padding: 0;
  border: 1px solid var(--bord-fin);
  border-radius: 16px;
  background-color: var(--modale-fond);
  color: var(--texte);
  box-shadow: var(--ombre-carte);
  overflow: hidden;
  opacity: 0;
  transform: translateY(12px) scale(0.98);
  transition: opacity 0.25s ease, transform 0.25s cubic-bezier(0.22, 0.9, 0.3, 1);
}
.modale-contact[open] {
  display: flex;
  flex-direction: column;
}
.modale-contact.est-ouverte {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.modale-contact::backdrop {
  background-color: transparent;
  transition: background-color 0.25s ease;
}
.modale-contact.est-ouverte::backdrop {
  background-color: var(--modale-backdrop);
}
.modale-contact__entete {
  flex: none;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 28px;
  background-color: var(--modale-entete);
  border-bottom: 1px solid var(--bord-fin-faible);
}
@media (max-width: 560px) {
  .modale-contact__entete {
    padding: 18px 20px;
  }
}
.modale-contact__titre {
  margin: 0 0 6px;
  font-size: clamp(1.4rem, 4vw, 1.875rem);
}
.modale-contact__sous-titre {
  max-width: 46ch;
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.6;
  color: var(--texte-doux);
}
.modale-contact__fermer {
  flex: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid var(--bord-fin);
  border-radius: 50%;
  background-color: var(--modale-fond);
  color: var(--texte);
  cursor: pointer;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.3s cubic-bezier(0.22, 0.9, 0.3, 1);
}
.modale-contact__fermer:hover,
.modale-contact__fermer:focus-visible {
  background-color: var(--fond-eleve);
  color: var(--gold);
  transform: rotate(90deg);
}
.modale-contact__fermer svg {
  width: 18px;
  height: 18px;
  display: block;
}
.modale-contact__corps {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 22px 28px 26px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.modale-contact__corps[hidden] {
  display: none;
}
@media (max-width: 560px) {
  .modale-contact__corps {
    padding: 16px 18px 20px;
    gap: 14px;
  }
}
.modale-contact__envoyer {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
  padding: 13px 26px;
  border: 0;
  border-radius: 100px;
  background-color: var(--gold-aplat);
  color: var(--texte-sur-accent);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: var(--ombre-douce);
  transition: transform 0.3s cubic-bezier(0.22, 0.9, 0.3, 1), box-shadow 0.3s ease, opacity 0.25s ease;
}
.modale-contact__envoyer:hover,
.modale-contact__envoyer:focus-visible {
  transform: translateY(-2px);
  box-shadow: var(--ombre-cta);
}
.modale-contact__envoyer:disabled {
  opacity: 0.55;
  cursor: progress;
  transform: none;
}
@media (max-width: 560px) {
  .modale-contact__envoyer {
    align-self: stretch;
    justify-content: center;
  }
}
.modale-contact__fleche {
  transition: transform 0.3s cubic-bezier(0.22, 0.9, 0.3, 1);
}
.modale-contact__envoyer:hover .modale-contact__fleche,
.modale-contact__envoyer:focus-visible .modale-contact__fleche {
  transform: translateX(4px);
}
.modale-contact__erreur {
  margin: 0;
  font-size: 0.875rem;
  color: var(--erreur);
}
.modale-contact__succes {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 40px 28px 44px;
  text-align: center;
}
.modale-contact__succes[hidden] {
  display: none;
}
.modale-contact__succes .modale-contact__envoyer {
  align-self: center;
}
.modale-contact__coche {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--tag-fond);
  color: var(--sage);
}
.modale-contact__coche svg {
  width: 26px;
  height: 26px;
  display: block;
}
.modale-contact__succes-titre {
  margin: 0;
  font-size: clamp(1.25rem, 3vw, 1.5rem);
}
.modale-contact__succes-texte {
  max-width: 40ch;
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--texte-doux);
}
@media (max-width: 560px) {
  .modale-contact {
    width: 94vw;
    max-height: 92vh;
  }
}
.champ {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
  min-width: 0;
}
.champ__label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--texte);
}
.champ__note {
  font-weight: 400;
  color: var(--texte-doux);
}
.champ__saisie {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid var(--champ-bord);
  border-radius: 10px;
  background-color: var(--champ-fond);
  color: var(--texte);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.95rem;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}
.champ__saisie::placeholder {
  color: var(--champ-placeholder);
}
.champ__saisie:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px var(--champ-halo);
}
.champ__saisie--zone {
  resize: vertical;
  min-height: 96px;
  line-height: 1.55;
}
.champ__saisie--liste {
  appearance: none;
  padding-right: 38px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a09a90' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 16px;
  cursor: pointer;
}
.champ-duo {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
@media (max-width: 560px) {
  .champ-duo {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
.champ-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.champ-pilules {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.champ-pilules .champ__label {
  display: block;
  margin-bottom: 8px;
  padding: 0;
}
.champ-pilules__liste {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.pilule-choix {
  padding: 9px 20px;
  border: 1px solid var(--pilule-choix-bord);
  border-radius: 100px;
  background-color: var(--pilule-choix-fond);
  color: var(--pilule-choix-texte);
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s cubic-bezier(0.22, 0.9, 0.3, 1);
}
.pilule-choix:hover {
  transform: translateY(-2px);
}
.pilule-choix:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 3px;
}
.pilule-choix[aria-pressed="true"] {
  background-color: var(--gold-aplat);
  border-color: var(--gold-aplat);
  color: var(--texte-sur-accent);
}
.pied__appel {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--pied-separateur);
  text-align: center;
}
.pied__appel-titre {
  margin: 0;
  color: var(--texte-sur-eleve);
  font-size: clamp(1.375rem, 4vw, 2rem);
}
.pied__appel-texte {
  max-width: 52ch;
  margin: 0;
  color: var(--pied-baseline);
  font-size: 0.95rem;
  line-height: 1.6;
}
.pied__appel-bouton {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
  padding: 13px 28px;
  border-radius: 100px;
  background-color: var(--gold-aplat);
  color: var(--texte-sur-accent);
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.3s cubic-bezier(0.22, 0.9, 0.3, 1), box-shadow 0.3s ease;
}
.pied__appel-bouton:hover,
.pied__appel-bouton:focus-visible {
  transform: translateY(-2px);
  box-shadow: var(--ombre-cta);
}
.pied__appel-bouton span {
  transition: transform 0.3s cubic-bezier(0.22, 0.9, 0.3, 1);
}
.pied__appel-bouton:hover span,
.pied__appel-bouton:focus-visible span {
  transform: translateX(4px);
}
html[data-theme="dark"] .service-card [fill="#F8F3E3"] {
  fill: var(--svg-papier);
}
html[data-theme="dark"] .service-card [fill="#EFE7D0"] {
  fill: var(--svg-papier-2);
}
html[data-theme="dark"] .service-card [fill="#FFFFFF"] {
  fill: var(--svg-papier-3);
}
html[data-theme="dark"] .service-card [fill="#8FC79A"] {
  fill: var(--svg-sage-clair);
}
html[data-theme="dark"] .service-card [fill="#2A2A2A"] {
  fill: var(--svg-objet);
}
html[data-theme="dark"] .service-card [stroke="#2A2A2A"] {
  stroke: var(--svg-encre);
}
html[data-theme="dark"] .service-card [stroke="#F8F3E3"] {
  stroke: var(--svg-pill-texte);
}
html[data-theme="dark"] .service-card stop[stop-color="#F5CD79"] {
  stop-color: var(--svg-degrade-1);
}
html[data-theme="dark"] .service-card stop[stop-color="#D9A94D"] {
  stop-color: var(--svg-degrade-2);
}
html[data-theme="dark"] .service-card feDropShadow {
  flood-color: var(--svg-ombre);
  flood-opacity: var(--svg-ombre-opacite);
}
html[data-theme="dark"] .service-card [id$="pill-button"] > rect {
  fill: var(--svg-pill-fond);
}
html[data-theme="dark"] .service-card [id$="pill-button"] text {
  fill: var(--svg-pill-texte);
}
html[data-theme="dark"] .service-card [id$="pill-arrow"] path {
  stroke: var(--texte-sur-accent);
}
@keyframes floatY {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}
@keyframes mouvement {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-50px);
  }
}
@keyframes apparition-courbe {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes apparition-carte {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes apparition-point {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes flux-pointille {
  to {
    stroke-dashoffset: -20;
  }
}
@keyframes flottement-telephone {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) rotate(1.5deg);
  }
}
@keyframes flottement-carte {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}
@keyframes respiration-point {
  0%,
  100% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.55;
  }
}
