/* =========================================================
   victorsutty.fr — feuille de styles
   ========================================================= */

/* --- Polices Neutrif Studio (Regular + Bold + ExtraBold) --- */
@font-face {
  font-family: "Neutrif Studio";
  src: url("fonts/NeutrifStudio-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neutrif Studio";
  src: url("fonts/NeutrifStudio-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neutrif Studio";
  src: url("fonts/NeutrifStudio-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* --- Jetons (couleurs, courbe, scroll) --- */
:root {
  --ink: #f4f0ea; /* texte principal */
  --muted: rgba(244, 240, 234, 0.68); /* texte secondaire */
  --line: rgba(244, 240, 234, 0.18); /* séparateurs discrets */
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --scroll: 0; /* progression scroll (0 → 1), pilotée par scroll.js */
}

/* --- Reset / base --- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  color: var(--ink);
  background: #0a0014; /* secours si le shader WebGL ne charge pas */
  font-family: "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.05rem;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* --- Écran de boot (console systemd, avant le site) --- */
.boot {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  background: #000;
  color: #e8e8e8;
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
  font-size: clamp(0.72rem, 1.6vw, 0.92rem);
  line-height: 1.4;
  overflow: hidden;
  opacity: 1;
  transition: opacity 420ms ease;
}

.boot.is-done {
  opacity: 0;
  pointer-events: none;
}

.boot-top {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 0.85rem;
  padding: 0.85rem 1rem 0.35rem;
  flex-shrink: 0;
}

.boot-tux-icon {
  width: clamp(2.4rem, 7vw, 3.6rem);
  height: auto;
  object-fit: contain;
  image-rendering: auto;
}

.boot-scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0.35rem 1rem 0.5rem;
  scrollbar-width: none;
}

.boot-scroll::-webkit-scrollbar {
  display: none;
}

.boot-log {
  margin: 0;
}

.boot-line {
  display: flex;
  gap: 0.55rem;
  white-space: pre-wrap;
  word-break: break-word;
}

.boot-ok {
  flex: 0 0 auto;
  color: #66b32e;
  font-weight: 700;
}

.boot-pad {
  flex: 0 0 auto;
  width: 4.6em; /* aligne avec [  OK  ] */
}

.boot-msg,
.boot-start,
.boot-info {
  color: #e8e8e8;
}

.boot-warn {
  color: #e6c84c;
}

.boot-skip {
  flex-shrink: 0;
  margin: 0;
  padding: 0.45rem 1rem 0.75rem;
  color: #555;
  font-size: 0.75em;
  letter-spacing: 0.04em;
  text-align: left;
}

/* Pendant le boot : masquer le site */
body.is-booting .bg,
body.is-booting .veil,
body.is-booting .page,
body.is-booting .cv-btn {
  visibility: hidden;
  pointer-events: none;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
  transition: opacity 160ms var(--ease);
}

a:hover {
  opacity: 0.55;
}

a:focus-visible {
  outline: 1px solid var(--ink);
  outline-offset: 3px;
}

/* --- Fond animé (#fond-celeste) + voile au scroll --- */
.bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
}

.bg canvas {
  display: block;
  width: 100%;
  height: 100%;
}

/* Assombrit / floute le shader quand on descend vers la présentation */
.veil {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: rgba(6, 0, 12, 0.55);
  opacity: calc(var(--scroll) * 0.85);
  backdrop-filter: blur(calc(var(--scroll) * 14px));
  -webkit-backdrop-filter: blur(calc(var(--scroll) * 14px));
  transition: opacity 80ms linear;
}

/* --- Conteneur principal de la page --- */
.page {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: 0 clamp(1.5rem, 4vw, 3rem);
  max-width: 40rem;
  margin: 0 auto;
}

/* --- Hero : marque + domaines rotatifs --- */
.hero {
  position: sticky;
  top: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
  /* disparition progressive au scroll */
  opacity: calc(1 - var(--scroll) * 1.15);
  filter: blur(calc(var(--scroll) * 10px));
  transform: scale(calc(1 - var(--scroll) * 0.04));
  will-change: opacity, filter, transform;
}

/*
  Titre + description partagent le même conteneur (.hero-content)
  → même axe central. Le mot fantôme « studio » fixe la largeur exacte
  du rotator ; it / web s’alignent à droite dedans sans décaler le bloc.
*/
.hero-content {
  width: 100%;
  max-width: 30rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Ligne de titre (préfixe + point + marque) */
.brand-line {
  margin: 0;
  width: 100%;
  text-align: center;
  font-size: clamp(1.75rem, 5vw, 2.75rem);
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: lowercase;
  pointer-events: auto;
}

/* Alignement vertical préfixe / point / victorsutty */
.brand-line-inner {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

/* Fenêtre du préfixe rotatif (it / studio / web) */
.rotator {
  position: relative;
  display: block;
  height: 1em;
  overflow: hidden;
  flex-shrink: 0;
}

/* Mot invisible qui réserve la largeur (mot le plus long) */
.rotator-ghost {
  visibility: hidden;
  display: block;
  height: 1em;
  font-family: "Neutrif Studio", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1em;
}

/* Pile verticale des préfixes animés */
.rotator-track {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  animation: rotate-words 30s var(--ease) infinite;
}

.rotator-track span {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 1em;
  font-family: "Neutrif Studio", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

/* Point séparateur (clignote au changement de mot) */
.sep {
  display: flex;
  align-items: center;
  height: 1em;
  font-family: "Neutrif Studio", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  animation: sep-blink 30s var(--ease) infinite;
}

/* Nom de marque (poids regular) */
.brand {
  display: flex;
  align-items: center;
  height: 1em;
  font-family: "Neutrif Studio", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1;
}

/* Descriptions + hashtags synchronisés au rotator */
.domain-desc {
  --slide-h: 13.5rem;
  margin: 1.75rem 0 0;
  height: var(--slide-h);
  overflow: hidden;
  pointer-events: auto;
  color: var(--muted);
  font-size: clamp(0.9rem, 2vw, 1.05rem);
  line-height: 1.45;
  width: 100%;
}

.desc-track {
  display: flex;
  flex-direction: column;
  animation: rotate-desc 30s var(--ease) infinite;
}

.desc-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.65rem;
  height: var(--slide-h);
  padding: 0.25rem 0.75rem 0;
  text-align: center;
  box-sizing: border-box;
}

.desc-text {
  margin: 0;
  max-width: 100%;
}

.desc-tags {
  margin: 0;
  font-family: "Neutrif Studio", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.82em;
  letter-spacing: 0.01em;
  color: rgba(244, 240, 234, 0.5);
  line-height: 1.4;
  max-width: 100%;
  overflow-wrap: anywhere;
}

/* Masqué visuellement, lu par les lecteurs d’écran */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* --- Animations du hero (cycle 30s ≈ 10s / domaine) --- */
@keyframes rotate-words {
  0%,
  30% {
    transform: translateY(0);
  }
  33.333%,
  63.333% {
    transform: translateY(-1em);
  }
  66.666%,
  96.666% {
    transform: translateY(-2em);
  }
  100% {
    transform: translateY(-3em);
  }
}

@keyframes rotate-desc {
  0%,
  30% {
    transform: translateY(0);
    opacity: 1;
  }
  31.5% {
    opacity: 0;
  }
  33.333%,
  63.333% {
    transform: translateY(calc(var(--slide-h) * -1));
    opacity: 1;
  }
  64.833% {
    opacity: 0;
  }
  66.666%,
  96.666% {
    transform: translateY(calc(var(--slide-h) * -2));
    opacity: 1;
  }
  98.166% {
    opacity: 0;
  }
  100% {
    transform: translateY(calc(var(--slide-h) * -3));
    opacity: 1;
  }
}

/* Clignotement du point synchronisé aux changements de mot */
@keyframes sep-blink {
  0%,
  29% {
    opacity: 1;
    transform: scale(1);
  }
  31% {
    opacity: 0.2;
    transform: scale(0.65);
  }
  33.333%,
  62.333% {
    opacity: 1;
    transform: scale(1);
  }
  64.333% {
    opacity: 0.2;
    transform: scale(0.65);
  }
  66.666%,
  95.666% {
    opacity: 1;
    transform: scale(1);
  }
  97.666% {
    opacity: 0.2;
    transform: scale(0.65);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* Indication « scroll » : flèche dans un cercle blanc */
.scroll-hint {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  margin: 0;
  color: #ffffff;
  opacity: calc(0.85 - var(--scroll) * 1.2);
  animation: hint 2.4s var(--ease) infinite;
}

.scroll-hint-icon {
  display: block;
  width: clamp(2.25rem, 5vw, 2.75rem);
  height: clamp(2.25rem, 5vw, 2.75rem);
}

/* --- Section présentation (#presentation) --- */
.about {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 6rem 0 4rem;
}

.about-inner {
  width: 100%;
  text-align: center;
}

.about-lead {
  margin: 0;
  font-family: "Neutrif Studio", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: clamp(1.25rem, 3.2vw, 1.75rem);
  line-height: 1.4;
  letter-spacing: -0.015em;
  color: var(--ink);
}

/* Mots mis en avant : soulignement gauche → droite au survol */
.hl {
  font-weight: 700;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: left 100%;
  background-repeat: no-repeat;
  background-size: 0% 1.5px;
  transition: background-size 420ms var(--ease);
}

.hl:hover {
  background-size: 100% 1.5px;
}

.about-body {
  margin: 2rem auto 0;
  max-width: 28rem;
  color: var(--muted);
  font-size: 1.02rem;
}

/* --- Tableau périodique des domaines (carrés iT / St / Wb) --- */
.periodic-board {
  display: grid;
  grid-template-columns: repeat(3, 11.5rem);
  justify-content: center;
  gap: 1.25rem;
  width: 100%;
  margin: 12rem auto 0;
}

.periodic-cell {
  display: flex;
  flex-direction: column;
  width: 11.5rem;
  height: 11.5rem;
  box-sizing: border-box;
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--line);
  padding: 0.85rem 0.9rem;
  text-align: left;
  background: transparent;
  transition:
    border-color 420ms var(--ease),
    transform 420ms var(--ease);
}

.periodic-cell:hover {
  border-color: rgba(244, 240, 234, 0.42);
  transform: translateY(-3px);
}

.periodic-num {
  display: block;
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  color: var(--muted);
  line-height: 1;
}

.periodic-symbol {
  display: block;
  margin-top: 0.25rem;
  font-family: "Neutrif Studio", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 2rem;
  letter-spacing: -0.04em;
  line-height: 0.95;
}

.periodic-name {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.62rem;
  letter-spacing: 0.04em;
  color: var(--muted);
  text-transform: lowercase;
  line-height: 1.25;
}

.periodic-desc {
  margin: 0.55rem 0 0;
  padding-top: 0.55rem;
  border-top: 1px solid var(--line);
  font-size: 0.68rem;
  line-height: 1.35;
  color: var(--muted);
}

@media (max-width: 640px) {
  .periodic-board {
    grid-template-columns: 11.5rem;
    gap: 1.25rem;
  }
}

/* --- Bouton CV (sceau fixe, coin bas-droit) --- */
.cv-btn {
  position: fixed;
  right: clamp(1rem, 3vw, 2rem);
  bottom: clamp(1rem, 3vw, 2rem);
  z-index: 20;
  display: block;
  width: clamp(7rem, 18vw, 9rem);
  height: clamp(7rem, 18vw, 9rem);
  text-decoration: none;
}

.cv-btn:hover {
  opacity: 1;
}

.cv-btn:focus-visible {
  outline: 1px solid var(--ink);
  outline-offset: 4px;
}

.cv-btn-svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

/* Seul le texte autour tourne ; le cercle + rh restent fixes */
.cv-btn-orbit {
  transform-origin: 80px 80px;
  transform-box: view-box;
  transition: transform 500ms var(--ease);
}

.cv-btn:hover .cv-btn-orbit {
  transform: rotate(28deg);
}

/* Lien e-mail sous le tableau des domaines */
.contact {
  margin-top: 2.25rem;
  color: var(--muted);
  font-size: 0.95rem;
}

/* --- Section projets (liste + modal au survol) --- */
.projets {
  width: min(52rem, 100%);
  margin: 6rem auto 2rem;
  padding: 0;
  position: relative;
}

.projets-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem 2rem;
  margin-bottom: 2.5rem;
  text-align: left;
}

.projets-title {
  margin: 0;
  font-family: "Neutrif Studio", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(2.25rem, 7vw, 4rem);
  letter-spacing: -0.04em;
  line-height: 0.95;
  text-transform: lowercase;
}

.projets-intro {
  margin: 0;
  max-width: 18rem;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.projets-stage {
  position: relative;
}

.projets-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.projet-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: clamp(1.35rem, 3vw, 2rem) 0.15rem;
  border-top: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
  transition: opacity 220ms var(--ease);
}

.projets-list li:last-child .projet-row {
  border-bottom: 1px solid var(--line);
}

.projet-row:hover {
  opacity: 0.55;
}

.projet-row-title {
  font-family: "Neutrif Studio", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: clamp(1.35rem, 4vw, 2.35rem);
  letter-spacing: -0.03em;
  line-height: 1.1;
  text-transform: lowercase;
  transition: transform 300ms var(--ease);
}

.projet-row-meta {
  flex-shrink: 0;
  color: var(--muted);
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  transition: transform 300ms var(--ease);
}

.projet-row:hover .projet-row-title,
.projet-row:hover .projet-row-meta {
  transform: translateX(0.55rem);
}

/* Modal image + curseur (suivent la souris, desktop uniquement) */
.projet-modal,
.projet-cursor {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 30;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition:
    transform 420ms var(--ease),
    opacity 220ms linear;
  will-change: left, top, transform;
}

.projet-modal.is-active,
.projet-cursor.is-active {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.projet-modal {
  width: min(22rem, 70vw);
  height: min(16rem, 42vw);
  overflow: hidden;
  background: #111;
  border: 1px solid var(--line);
}

.projet-modal-slider {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
  transition: top 500ms var(--ease);
}

.projet-modal-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.projet-modal-slide img {
  display: block;
  width: 78%;
  height: auto;
  max-height: 85%;
  object-fit: cover;
}

.projet-cursor {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background: #f4f0ea;
  color: #141414;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Neutrif Studio", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: lowercase;
}

@media (max-width: 720px) {
  .projets-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .projet-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
  }

  .projet-modal,
  .projet-cursor {
    display: none;
  }
}

/* --- Mon parcours (timeline) --- */
.parcours {
  width: min(52rem, 100%);
  margin: 7rem auto 3rem;
  text-align: left;
}

.parcours-head {
  margin-bottom: 2.75rem;
}

.parcours-title {
  margin: 0 0 1rem;
  font-family: "Neutrif Studio", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(2.25rem, 7vw, 4rem);
  letter-spacing: -0.04em;
  line-height: 0.95;
  text-transform: lowercase;
}

.parcours-intro {
  margin: 0;
  max-width: 36rem;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.5;
}

.parcours-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2.5rem, 5vw, 4rem);
}

.parcours-label {
  margin: 0 0 1.35rem;
  font-family: "Neutrif Studio", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: lowercase;
  color: var(--muted);
}

.parcours-timeline {
  margin: 0;
  padding: 0 0 0 1.15rem;
  list-style: none;
  border-left: 1px solid var(--line);
}

.parcours-item {
  position: relative;
  padding: 0 0 1.85rem 1.15rem;
}

.parcours-item:last-child {
  padding-bottom: 0;
}

.parcours-item::before {
  content: "";
  position: absolute;
  left: -1.15rem;
  top: 0.45em;
  width: 1.15rem;
  height: 1px;
  background: var(--line);
}

.parcours-when {
  margin: 0 0 0.3rem;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  color: var(--muted);
  text-transform: lowercase;
}

.parcours-role {
  margin: 0;
  font-family: "Neutrif Studio", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 2.4vw, 1.15rem);
  letter-spacing: -0.02em;
  line-height: 1.25;
  text-transform: lowercase;
}

.parcours-place {
  margin: 0.25rem 0 0;
  font-size: 0.82rem;
  color: rgba(244, 240, 234, 0.55);
  text-transform: lowercase;
}

.parcours-desc {
  margin: 0.55rem 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.parcours-more {
  margin: 2.5rem 0 0;
  font-size: 0.9rem;
}

.parcours-more a {
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.1em;
}

@media (max-width: 720px) {
  .parcours-cols {
    grid-template-columns: 1fr;
  }
}

/* --- Pied de page --- */
.foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem 1.25rem;
  padding: 1.5rem 0 2.5rem;
  color: var(--muted);
  font-size: 0.85rem;
  letter-spacing: 0.01em;
  text-align: center;
}

.social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.25rem;
  font-family: "Neutrif Studio", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.85rem;
  letter-spacing: -0.01em;
}

.social a {
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.1em;
}

/* Apparition floue de la section présentation */
.reveal {
  opacity: 0;
  filter: blur(18px);
  transform: translateY(28px);
  transition:
    opacity 900ms var(--ease),
    filter 900ms var(--ease),
    transform 900ms var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

/* Rebond léger de l’indication de scroll */
@keyframes hint {
  0%,
  100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 6px);
  }
}

/* --- Accessibilité : réduire les animations --- */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero {
    opacity: 1;
    filter: none;
    transform: none;
  }

  .veil {
    opacity: 0.45;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .scroll-hint {
    animation: none;
    opacity: 0.55;
    transform: translate(-50%, 0);
  }

  .rotator-track {
    animation: none;
  }

  .rotator-track span:nth-child(n + 2) {
    display: none;
  }

  .desc-track {
    animation: none;
  }

  .desc-slide:nth-child(n + 2) {
    display: none;
  }

  .sep {
    animation: none;
  }

  .reveal {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }

  .hl {
    transition: none;
  }

  .cv-btn-orbit {
    transition: none;
  }

  .cv-btn:hover .cv-btn-orbit {
    transform: none;
  }

  .projet-modal,
  .projet-cursor {
    display: none;
  }
}
