/* Styles du site autonome JISWEBSITE */
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #080a12;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/* JISWEBSITE — système commun. Tous les styles restent dans .jis-page. */
.jis-page {
  --jis-bg: #080a12;
  --jis-bg-soft: #0d101a;
  --jis-surface: #111522;
  --jis-text: #fff;
  --jis-muted: #aeb3c2;
  --jis-pink: #ec039f;
  --jis-purple: #a212da;
  --jis-blue: #3b4ef4;
  --jis-border: #ffffff17;
  --jis-gradient: linear-gradient(90deg, #ec039f, #a212da 50%, #3b4ef4);
  box-sizing: border-box;
  background: var(--jis-bg);
  color: var(--jis-text);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color-scheme: dark;
  isolation: isolate;
}

.jis-page * {
  box-sizing: border-box;
}
.jis-page [hidden] {
  display: none !important;
}
.jis-page .jis-container {
  width: min(1320px, calc(100% - 80px));
  margin-inline: auto;
}
.jis-page h1,
.jis-page h2,
.jis-page h3,
.jis-page p,
.jis-page figure,
.jis-page blockquote {
  margin: 0;
  padding: 0;
  font-family: inherit;
  color: inherit;
}
.jis-page a {
  color: inherit;
  text-decoration: none;
}
.jis-page img {
  display: block;
  max-width: 100%;
  height: auto;
}
.jis-page button {
  font: inherit;
  color: inherit;
  cursor: pointer;
}
.jis-page a:focus-visible,
.jis-page button:focus-visible {
  outline: 3px solid #ffc9f6;
  outline-offset: 5px;
}
.jis-page .jis-icon {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
.jis-page .jis-eyebrow {
  color: #e5a7fa;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  margin-bottom: 14px;
  line-height: 1.9;
}
.jis-page .jis-gradient {
  background: var(--jis-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.jis-page .jis-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
  min-height: 48px;
  padding: 13px 23px;
  border-radius: 11px;
  border: 1px solid #8e6dde;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-transform: uppercase;
  text-align: center;
  background: transparent;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.jis-page .jis-btn .jis-icon {
  width: 16px;
  height: 16px;
}
.jis-page .jis-btn--primary {
  border-color: transparent;
  background: linear-gradient(#0002, #0002), var(--jis-gradient);
  box-shadow: 0 5px 20px #a212da26;
}
.jis-page .jis-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 7px 25px #a212da40;
}
.jis-page .jis-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 27px;
}
.jis-page .jis-round {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  border: 1px solid #ba65e2;
  border-radius: 50%;
  background: transparent;
  color: #ecc8ff;
  flex-shrink: 0;
}
.jis-page .jis-round .jis-icon {
  width: 19px;
  height: 19px;
}
.jis-page .jis-section {
  padding-block: 54px;
  border-top: 1px solid var(--jis-border);
}
.jis-page h2 {
  font-size: clamp(27px, 2.5vw, 37px);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.035em;
}
.jis-page .jis-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 29px;
}
.jis-page .jis-heading-copy {
  max-width: 390px;
  color: var(--jis-muted);
  font-size: 13px;
}
.jis-page .jis-heading-action {
  display: flex;
  gap: 25px;
  align-items: center;
}
.jis-page .jis-heading-action .jis-btn {
  white-space: nowrap;
  min-height: 44px;
  font-size: 9px;
  padding: 11px 17px;
}

/* Header facultatif : uniquement si le header Divi est remplacé. */
.jis-page.jis-header {
  position: relative;
  z-index: 5;
}
.jis-header .jis-navrow {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.jis-page .jis-logo {
  display: block;
  width: 235px;
  max-width: 48vw;
  flex-shrink: 0;
}
.jis-page .jis-logo img {
  width: 100%;
  border-radius: 3px;
}
.jis-header .jis-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 12px;
}
.jis-header .jis-nav a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.jis-header .jis-nav a:hover {
  color: #efa5ef;
}
.jis-header .jis-nav a[aria-current] {
  color: #fa4aca;
}
.jis-header .jis-menu-btn {
  display: none;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--jis-border);
  border-radius: 9px;
  background: transparent;
}

/* 01 — Hero */
.jis-page.jis-hero {
  position: relative;
  overflow: hidden;
  padding: 56px 0 37px;
}
.jis-hero:before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 78% 55%, #5628d62a, transparent 40%),
    radial-gradient(ellipse at 88% 38%, #ec039f17, transparent 28%);
}
.jis-hero .jis-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 44px;
  align-items: center;
}
.jis-hero .jis-hero-copy,
.jis-hero .jis-hero-visual {
  min-width: 0;
}
.jis-hero h1 {
  font-size: clamp(38px, 4.1vw, 62px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 750;
  margin-bottom: 22px;
}
.jis-hero .jis-lead {
  color: #c7cada;
  font-size: 16px;
  line-height: 1.65;
  max-width: 49ch;
}
.jis-hero .jis-person {
  font-size: 13px;
  color: var(--jis-muted);
  margin-top: 12px;
  max-width: 52ch;
}
.jis-hero .jis-devices {
  position: relative;
  padding: 14px 34px 45px 0;
}
.jis-hero .jis-laptop {
  width: 96%;
  transform: rotate(-2deg);
}
.jis-hero .jis-laptop-frame {
  border: 1px solid #c3a9d7;
  border-radius: 17px 17px 5px 5px;
  padding: 10px;
  background: #13141d;
  box-shadow: 0 18px 65px #0009;
}
.jis-hero .jis-screen {
  overflow: hidden;
  aspect-ratio: 1425/891;
  background: #111522;
}
.jis-hero .jis-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.jis-hero .jis-laptop-base {
  height: 13px;
  width: calc(100% + 30px);
  margin-left: -15px;
  border: 1px solid #666478;
  border-radius: 2px 2px 55% 55%;
  background: linear-gradient(#555465, #20212d);
}
.jis-hero .jis-phone {
  position: absolute;
  width: 27%;
  right: 0;
  bottom: 17px;
  border: 1px solid #c2a2c5;
  border-radius: 24px;
  padding: 6px;
  background: #11121b;
  box-shadow: 0 15px 34px #0009;
  transform: rotate(2deg);
}
.jis-hero .jis-phone .jis-screen {
  aspect-ratio: 375/811;
  border-radius: 18px;
}
.jis-hero .jis-hero-caption {
  text-align: right;
  padding-right: 4px;
  font-size: 12px;
  color: var(--jis-muted);
}
.jis-hero .jis-hero-caption a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.jis-hero .jis-hero-caption span {
  display: block;
}
.jis-hero .jis-hero-caption a span {
  display: inline;
}
.jis-hero .jis-signature {
  margin: 25px 0 0;
  text-align: right;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: #daa0ef;
}

/* 02 — Avantages */
.jis-page.jis-advantages {
  padding: 0 0 38px;
}
.jis-advantages .jis-adv-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 850px;
  gap: 23px;
}
.jis-advantages .jis-adv {
  padding-left: 23px;
  border-left: 1px solid var(--jis-border);
}
.jis-advantages .jis-adv:first-child {
  border-left: 0;
  padding-left: 0;
}
.jis-advantages .jis-icon {
  color: #dc8ef8;
  margin-bottom: 9px;
}
.jis-advantages h2 {
  font-size: 13px;
  line-height: 1.45;
  letter-spacing: 0;
  font-weight: 500;
}
.jis-advantages h2 span {
  display: block;
}

/* 03 — Réalisations */
.jis-projects .jis-project-grid {
  display: grid;
  grid-template-columns: 1.07fr 1fr 1fr;
  gap: 20px;
}
.jis-projects .jis-project {
  min-width: 0;
  border: 1px solid var(--jis-border);
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(145deg, #11121f, #0b1420);
  transition:
    border-color 0.22s,
    transform 0.22s;
}
.jis-projects .jis-project:first-child {
  border-color: #ad42cf66;
}
.jis-projects .jis-project:hover {
  border-color: #b974e5;
  transform: translateY(-3px);
}
.jis-projects .jis-project-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.62;
  background: #17131f;
}
.jis-projects .jis-project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.3s;
}
.jis-projects .jis-project:hover .jis-project-image img {
  transform: scale(1.02);
}
.jis-projects .jis-project-body {
  padding: 21px;
}
.jis-projects .jis-project-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.jis-projects h3 {
  font-size: 19px;
  line-height: 1.25;
  letter-spacing: -0.035em;
}
.jis-projects .jis-project-type {
  color: #e6a4f4;
  font-size: 12px;
  margin-top: 4px;
}
.jis-projects .jis-project-desc {
  color: #bdc2d2;
  font-size: 13px;
  line-height: 1.6;
  margin-top: 14px;
  min-height: 63px;
}
.jis-projects .jis-badges {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-top: 17px;
}
.jis-projects .jis-badges span {
  padding: 4px 9px;
  border: 1px solid #ffffff0e;
  border-radius: 30px;
  background: #ffffff05;
  color: #c8cbdd;
  font-size: 10px;
}
.jis-projects .jis-round:hover .jis-icon {
  transform: translate(2px, -2px);
}

/* 04 — Services */
.jis-services .jis-services-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin-top: 36px;
}
.jis-services .jis-service {
  padding: 0 17px;
  border-left: 1px solid var(--jis-border);
  min-width: 0;
}
.jis-services .jis-service:first-child {
  padding-left: 0;
  border-left: 0;
}
.jis-services .jis-service:last-child {
  padding-right: 0;
}
.jis-services .jis-icon {
  width: 29px;
  height: 29px;
  color: #de8cf7;
  margin-bottom: 18px;
}
.jis-services h3 {
  font-size: 13px;
  line-height: 1.45;
  font-weight: 650;
  margin-bottom: 9px;
}
.jis-services .jis-service p {
  font-size: 12px;
  color: var(--jis-muted);
  line-height: 1.65;
}
.jis-services .jis-service a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* 05 — Méthode */
.jis-method .jis-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
  padding: 0;
  margin: 36px 0 0;
  list-style: none;
}
.jis-method .jis-step {
  position: relative;
  min-width: 0;
}
.jis-method .jis-step:not(:last-child):after {
  content: '';
  position: absolute;
  top: 24px;
  left: 60px;
  right: -15px;
  height: 1px;
  background: var(--jis-border);
}
.jis-method .jis-step.jis-in-view:not(:last-child):after {
  background: linear-gradient(90deg, #ec039f77, #3b4ef477);
  animation: jis-line 0.6s ease both;
  transform-origin: left;
}
.jis-method .jis-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid transparent;
  border-radius: 50%;
  background:
    linear-gradient(var(--jis-bg), var(--jis-bg)) padding-box,
    var(--jis-gradient) border-box;
  box-shadow: 0 0 22px #a212da16;
  font-size: 16px;
}
.jis-method h3 {
  font-size: 14px;
  font-weight: 600;
  margin: 17px 0 7px;
}
.jis-method .jis-step p {
  color: var(--jis-muted);
  font-size: 12px;
  line-height: 1.6;
  max-width: 22ch;
}
@keyframes jis-line {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

/* 06 — Témoignages : tous visibles sans JS, un avis à la fois avec JS. */
.jis-testimonials .jis-testimony-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.5fr;
  gap: 65px;
  align-items: center;
}
.jis-testimonials .jis-testimonial {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 20px;
  align-items: start;
  margin-bottom: 22px;
}
.jis-testimonials .jis-initials {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 1px solid #b67bd8;
  border-radius: 50%;
  background: #111522;
  font-size: 18px;
  color: #e5b3f3;
}
.jis-testimonials blockquote {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
.jis-testimonials .jis-quote-label {
  font-size: 12px;
  color: var(--jis-muted);
  margin-bottom: 8px;
}
.jis-testimonials .jis-quote-author {
  font-size: 12px;
  margin-top: 12px;
}
.jis-testimonials .jis-quote-source {
  font-size: 11px;
  color: var(--jis-muted);
  margin-top: 3px;
}
.jis-testimonials .jis-review-controls {
  display: flex;
  align-items: center;
  gap: 13px;
  justify-content: flex-end;
}
.jis-testimonials .jis-review-counter {
  min-width: 44px;
  text-align: center;
  font-size: 12px;
  color: var(--jis-muted);
}
.jis-testimonials .jis-review-viewport {
  min-height: 142px;
}

/* 07 — Contact + ancrage local */
.jis-page.jis-contact {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #a212da55;
  border-bottom: 1px solid var(--jis-border);
  background:
    radial-gradient(ellipse at 78% 70%, #5628d634, transparent 55%),
    radial-gradient(ellipse at 7% 0, #ec039f18, transparent 50%), #080a12;
}
.jis-contact .jis-contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 55px;
  align-items: center;
  padding-block: 58px;
}
.jis-contact h2 {
  font-size: clamp(31px, 3.6vw, 51px);
  line-height: 1.1;
}
.jis-contact h2 .jis-gradient {
  display: block;
  font-size: 1.2em;
  margin-top: 8px;
}
.jis-contact .jis-contact-copy {
  font-size: 14px;
  color: #c2c5d2;
  max-width: 58ch;
}
.jis-contact .jis-location {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #d59fe6;
  margin-top: 25px;
}
.jis-page .jis-footer-top {
  padding: 31px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.jis-page .jis-footer-nav {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  font-size: 12px;
}
.jis-page .jis-footer-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
.jis-page .jis-footer-bottom {
  border-top: 1px solid var(--jis-border);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  color: var(--jis-muted);
  font-size: 11px;
}
.jis-page .jis-footer-bottom a {
  color: var(--jis-muted);
}
.jis-page .jis-footer-logo {
  width: 180px;
}

@media (min-width: 1700px) {
  .jis-page.jis-hero {
    padding-top: 80px;
    padding-bottom: 45px;
  }
  .jis-hero h1 {
    font-size: 66px;
  }
}

@media (max-width: 1100px) {
  .jis-page .jis-container {
    width: calc(100% - 56px);
  }
  .jis-header .jis-nav {
    gap: 18px;
  }
  .jis-page .jis-logo {
    width: 190px;
  }
  .jis-header .jis-navrow > .jis-btn {
    display: none;
  }
  .jis-page .jis-heading {
    align-items: flex-start;
  }
  .jis-page .jis-heading-action {
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
  }
  .jis-page .jis-heading-copy {
    max-width: 300px;
  }
  .jis-hero .jis-hero-grid {
    gap: 25px;
  }
  .jis-hero h1 {
    font-size: 44px;
  }
  .jis-hero .jis-btn {
    padding: 13px 17px;
    font-size: 9px;
  }
  .jis-services .jis-services-grid {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 28px;
  }
  .jis-services .jis-service:nth-child(5) {
    border: 0;
    padding-left: 0;
  }
  .jis-method .jis-steps {
    gap: 17px;
  }
  .jis-testimonials .jis-testimony-layout {
    gap: 35px;
  }
}

@media (max-width: 800px) {
  .jis-page .jis-container {
    width: calc(100% - 40px);
  }
  .jis-page.jis-hero {
    padding-top: 36px;
  }
  .jis-hero .jis-hero-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .jis-hero h1 {
    font-size: clamp(36px, 7vw, 54px);
    max-width: 18ch;
  }
  .jis-hero .jis-hero-visual {
    max-width: 620px;
    width: 100%;
    margin-inline: auto;
  }
  .jis-hero .jis-signature {
    display: none;
  }
  .jis-hero .jis-lead {
    max-width: 60ch;
  }
  .jis-advantages .jis-adv-grid {
    gap: 16px;
  }
  .jis-advantages .jis-adv {
    padding-left: 16px;
  }
  .jis-page .jis-heading {
    display: block;
  }
  .jis-page .jis-heading-action {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
  }
  .jis-page .jis-heading-copy {
    max-width: 420px;
  }
  .jis-projects .jis-project-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .jis-projects .jis-project {
    max-width: 620px;
    width: 100%;
    margin-inline: auto;
  }
  .jis-projects .jis-project-desc {
    min-height: 0;
  }
  .jis-services .jis-services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 26px 0;
  }
  .jis-services .jis-service:nth-child(odd) {
    border: 0;
    padding-left: 0;
  }
  .jis-services .jis-service:nth-child(even) {
    padding-right: 0;
  }
  .jis-method .jis-steps {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 30px;
  }
  .jis-method .jis-step {
    padding-left: 72px;
    min-height: 72px;
  }
  .jis-method .jis-step-number {
    position: absolute;
    left: 0;
    top: 0;
  }
  .jis-method .jis-step:not(:last-child):after {
    left: 24px;
    top: 59px;
    bottom: -15px;
    width: 1px;
    height: auto;
    right: auto;
  }
  .jis-method h3 {
    margin-top: 0;
  }
  .jis-method .jis-step p {
    max-width: 45ch;
  }
  .jis-method .jis-step.jis-in-view:not(:last-child):after {
    animation: none;
  }
  .jis-testimonials .jis-testimony-layout,
  .jis-contact .jis-contact-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .jis-page .jis-footer-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }
  .jis-header .jis-navrow {
    min-height: 82px;
    flex-wrap: wrap;
    padding-block: 15px;
  }
  .jis-header .jis-menu-btn {
    display: inline-flex;
  }
  .jis-header .jis-nav {
    display: flex;
    order: 3;
    flex-basis: 100%;
    flex-wrap: wrap;
    gap: 4px 20px;
    padding-top: 10px;
  }
  .jis-header.jis-nav-ready .jis-nav {
    display: none;
  }
  .jis-header.jis-nav-ready .jis-nav.jis-nav-open {
    display: flex;
  }
}

@media (max-width: 480px) {
  .jis-page .jis-container {
    width: calc(100% - 32px);
  }
  .jis-page .jis-section {
    padding-block: 38px;
  }
  .jis-page .jis-eyebrow {
    font-size: 9px;
    letter-spacing: 0.17em;
  }
  .jis-hero h1 {
    font-size: clamp(33px, 9vw, 43px);
  }
  .jis-hero .jis-actions,
  .jis-contact .jis-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .jis-page .jis-btn {
    font-size: 10px;
    min-height: 48px;
  }
  .jis-hero .jis-devices {
    padding-right: 19px;
  }
  .jis-hero .jis-phone {
    width: 29%;
    border-radius: 17px;
    padding: 4px;
  }
  .jis-hero .jis-phone .jis-screen {
    border-radius: 13px;
  }
  .jis-hero .jis-laptop-frame {
    padding: 6px;
    border-radius: 11px 11px 4px 4px;
  }
  .jis-advantages .jis-adv-grid {
    grid-template-columns: 1fr 1fr;
    row-gap: 23px;
  }
  .jis-advantages .jis-adv:nth-child(3) {
    border-left: 0;
    padding-left: 0;
  }
  .jis-page .jis-heading-action {
    flex-direction: column;
    gap: 18px;
  }
  .jis-testimonials .jis-testimonial {
    grid-template-columns: 48px 1fr;
    gap: 14px;
  }
  .jis-testimonials .jis-initials {
    width: 48px;
    height: 48px;
    font-size: 14px;
  }
  .jis-testimonials blockquote {
    font-size: 16px;
  }
  .jis-testimonials .jis-review-viewport {
    min-height: 155px;
  }
  .jis-contact .jis-contact-grid {
    padding-block: 42px;
  }
  .jis-page .jis-footer-nav {
    gap: 5px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jis-page .jis-btn,
  .jis-page .jis-project,
  .jis-page .jis-project-image img {
    transition: none;
  }
  .jis-page .jis-btn:hover,
  .jis-page .jis-project:hover,
  .jis-page .jis-project:hover .jis-project-image img {
    transform: none;
  }
  .jis-method .jis-step.jis-in-view:after {
    animation: none;
  }
}

@media (forced-colors: active) {
  .jis-page .jis-gradient {
    color: CanvasText;
    background: none;
  }
  .jis-page .jis-btn,
  .jis-page .jis-step-number {
    border-color: ButtonText;
  }
  .jis-page .jis-btn--primary {
    background: ButtonFace;
  }
}

/* Toute la carte Scena Corsa mène à sa fiche projet. */
.jis-projects .jis-case-link {
  position: relative;
}
.jis-case-link .jis-project-image::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
}
.jis-case-link .jis-round {
  position: relative;
  z-index: 2;
}
.jis-case-link:focus-within {
  outline: 2px solid #e5a7fa;
  outline-offset: 4px;
}
