.page-occaz-reprise #wrapper {
  background:
    radial-gradient(circle at 90% 0, rgba(216, 0, 0, .08), transparent 34rem),
    #f4f4f4;
}

.page-occaz-reprise .breadcrumb {
  display: none;
}

.occaz-reprise,
.occaz-reprise-home {
  --occaz-black: #080808;
  --occaz-red: #e00000;
  --occaz-white: #fff;
  --occaz-muted: #6a6a6a;
  color: var(--occaz-black);
  font-family: inherit;
}

.occaz-reprise {
  margin: 0 auto;
  max-width: 1280px;
  padding: 1rem 1rem 4rem;
}

.occaz-reprise a {
  text-decoration: none;
}

.occaz-reprise-breadcrumbs {
  align-items: center;
  color: #676767;
  display: flex;
  flex-wrap: wrap;
  font-size: .82rem;
  gap: .5rem;
  margin: .25rem 0 1rem;
}

.occaz-reprise-breadcrumbs a {
  color: #323232;
}

.occaz-reprise-hero {
  align-items: stretch;
  background:
    linear-gradient(100deg, rgba(0, 0, 0, .98), rgba(0, 0, 0, .86)),
    repeating-linear-gradient(135deg, #111 0, #111 8px, #171717 8px, #171717 16px);
  border: 1px solid #242424;
  border-radius: 1.35rem;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, .2);
  color: #fff;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) 18rem;
  min-height: 31rem;
  overflow: hidden;
  padding: clamp(2rem, 6vw, 5rem);
  position: relative;
}

.occaz-reprise-hero::after {
  background: var(--occaz-red);
  content: "";
  height: 22rem;
  opacity: .92;
  position: absolute;
  right: -10rem;
  top: -9rem;
  transform: rotate(33deg);
  width: 19rem;
}

.occaz-reprise-hero__content {
  align-self: center;
  max-width: 50rem;
  position: relative;
  z-index: 1;
}

.occaz-reprise-kicker {
  color: var(--occaz-red);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .13em;
  margin: 0 0 .7rem;
  text-transform: uppercase;
}

.occaz-reprise-hero h1 {
  color: #fff;
  font-size: clamp(2.35rem, 6vw, 5.3rem);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .94;
  margin: 0;
  max-width: 17ch;
  text-transform: uppercase;
}

.occaz-reprise-lead {
  color: #d7d7d7;
  font-size: clamp(1rem, 2vw, 1.24rem);
  line-height: 1.6;
  margin: 1.5rem 0 0;
  max-width: 44rem;
}

.occaz-reprise-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.8rem;
}

.occaz-reprise-btn {
  align-items: center;
  background: var(--occaz-red);
  border: 2px solid var(--occaz-red);
  border-radius: .65rem;
  color: #fff !important;
  display: inline-flex;
  font-size: .9rem;
  font-style: normal;
  font-weight: 800;
  justify-content: center;
  min-height: 3.2rem;
  padding: .75rem 1.2rem;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease;
}

.occaz-reprise-btn:hover,
.occaz-reprise-btn:focus-visible {
  background: #b90000;
  border-color: #b90000;
  color: #fff;
  transform: translateY(-2px);
}

.occaz-reprise-btn--ghost {
  background: transparent;
  border-color: #fff;
}

.occaz-reprise-btn--light {
  background: #fff;
  border-color: #fff;
  color: #080808 !important;
}

.occaz-reprise-badges {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
}

.occaz-reprise-badges li {
  border: 1px solid #444;
  border-radius: 999px;
  color: #ededed;
  font-size: .76rem;
  font-weight: 700;
  padding: .45rem .7rem;
}

.occaz-reprise-store {
  align-self: end;
  background: rgba(255, 255, 255, .96);
  border-radius: 1rem;
  color: #111;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  padding: 1.35rem;
  position: relative;
  z-index: 1;
}

.occaz-reprise-store__label {
  color: var(--occaz-red);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.occaz-reprise-store strong {
  font-size: 1.25rem;
}

.occaz-reprise-store a {
  color: #111;
  font-weight: 900;
  margin-top: .3rem;
}

.occaz-reprise-notice {
  align-items: center;
  background: #fff;
  border-left: .35rem solid var(--occaz-red);
  border-radius: .8rem;
  box-shadow: 0 .6rem 1.8rem rgba(0, 0, 0, .08);
  display: grid;
  gap: .5rem 1.5rem;
  grid-template-columns: auto 1fr;
  margin: 1.5rem 0;
  padding: 1.2rem 1.4rem;
}

.occaz-reprise-notice strong {
  text-transform: uppercase;
}

.occaz-reprise-notice p {
  margin: 0;
}

.occaz-reprise-section,
.occaz-reprise-process,
.occaz-reprise-faq {
  padding: clamp(3.5rem, 7vw, 6.5rem) 0 0;
}

.occaz-reprise-section__heading {
  max-width: 48rem;
}

.occaz-reprise-section__heading h2,
.occaz-reprise-process h2,
.occaz-reprise-faq h2,
.occaz-reprise-local h2,
.occaz-reprise-broken h2 {
  color: #090909;
  font-size: clamp(1.85rem, 4vw, 3.4rem);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

.occaz-reprise-section__heading > p:last-child {
  color: var(--occaz-muted);
  font-size: 1.03rem;
  line-height: 1.7;
  margin: 1rem 0 0;
}

.occaz-reprise-check-grid {
  display: grid;
  gap: .8rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2rem;
}

.occaz-reprise-check-grid div {
  align-items: center;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: .8rem;
  display: flex;
  font-weight: 750;
  gap: .75rem;
  min-height: 4rem;
  padding: .9rem 1rem;
}

.occaz-reprise-check-grid span {
  align-items: center;
  background: var(--occaz-red);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex: 0 0 1.55rem;
  font-size: .8rem;
  height: 1.55rem;
  justify-content: center;
}

.occaz-reprise-broken {
  align-items: center;
  background:
    linear-gradient(120deg, rgba(224, 0, 0, .96), rgba(153, 0, 0, .98)),
    #d80000;
  border-radius: 1.2rem;
  color: #fff;
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr auto;
  margin-top: clamp(3.5rem, 7vw, 6.5rem);
  overflow: hidden;
  padding: clamp(2rem, 5vw, 4rem);
}

.occaz-reprise-broken .occaz-reprise-kicker,
.occaz-reprise-broken h2,
.occaz-reprise-broken p {
  color: #fff;
}

.occaz-reprise-broken p:last-child {
  line-height: 1.65;
  margin: 1rem 0 0;
  max-width: 54rem;
}

.occaz-reprise-process ol {
  counter-reset: process;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
}

.occaz-reprise-process li {
  background: var(--occaz-black);
  border-radius: 1rem;
  color: #fff;
  min-height: 15rem;
  padding: 1.5rem;
}

.occaz-reprise-process li > span {
  align-items: center;
  border: 2px solid var(--occaz-red);
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 1.2rem;
  font-weight: 900;
  height: 3rem;
  justify-content: center;
  width: 3rem;
}

.occaz-reprise-process strong {
  display: block;
  font-size: 1.25rem;
  margin-top: 2rem;
  text-transform: uppercase;
}

.occaz-reprise-process li p {
  color: #bfbfbf;
  line-height: 1.55;
  margin: .6rem 0 0;
}

.occaz-reprise-card-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 2rem;
}

.occaz-reprise-card {
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 1rem;
  color: #111 !important;
  display: flex;
  flex-direction: column;
  min-height: 15rem;
  padding: 1.25rem;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.occaz-reprise-card:hover,
.occaz-reprise-card:focus-visible {
  border-color: var(--occaz-red);
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, .12);
  transform: translateY(-4px);
}

.occaz-reprise-card > span {
  color: var(--occaz-red);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.occaz-reprise-card strong {
  font-size: 1.22rem;
  line-height: 1.15;
  margin-top: .8rem;
}

.occaz-reprise-card p {
  color: #696969;
  font-size: .9rem;
  line-height: 1.55;
  margin: .75rem 0 1.2rem;
}

.occaz-reprise-card em {
  color: #111;
  font-size: .82rem;
  font-style: normal;
  font-weight: 900;
  margin-top: auto;
  text-transform: uppercase;
}

.occaz-reprise-card em span {
  color: var(--occaz-red);
}

.occaz-reprise-local {
  align-items: center;
  border-bottom: 1px solid #cfcfcf;
  border-top: 1px solid #cfcfcf;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(17rem, .8fr) 1.2fr;
  margin-top: clamp(3.5rem, 7vw, 6.5rem);
  padding: 2.2rem 0;
}

.occaz-reprise-local p:last-child {
  color: #5b5b5b;
  line-height: 1.75;
  margin: 0;
}

.occaz-reprise-faq details {
  background: #fff;
  border: 1px solid #dedede;
  border-radius: .8rem;
  margin-top: .75rem;
  padding: 1rem 1.15rem;
}

.occaz-reprise-faq details:first-of-type {
  margin-top: 2rem;
}

.occaz-reprise-faq summary {
  cursor: pointer;
  font-size: 1rem;
  font-weight: 800;
}

.occaz-reprise-faq details p {
  color: #5f5f5f;
  line-height: 1.65;
  margin: .9rem 0 0;
}

.occaz-reprise-back {
  border-top: 1px solid #ddd;
  margin: 4rem 0 0;
  padding-top: 1.5rem;
}

.occaz-reprise-back a {
  color: #111;
  font-weight: 800;
}

.occaz-reprise-home {
  background: #090909;
  border-radius: 1rem;
  color: #fff;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) minmax(22rem, .8fr);
  margin: 2rem auto;
  max-width: 1280px;
  overflow: hidden;
  padding: clamp(1.7rem, 5vw, 4rem);
}

.occaz-reprise-home h2 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.8rem);
  font-weight: 900;
  letter-spacing: -.05em;
  line-height: .95;
  margin: 0;
  text-transform: uppercase;
}

.occaz-reprise-home__copy > p:not(.occaz-reprise-kicker) {
  color: #c6c6c6;
  line-height: 1.6;
  margin: 1rem 0 1.4rem;
  max-width: 43rem;
}

.occaz-reprise-home__links {
  display: grid;
  gap: .7rem;
}

.occaz-reprise-home__links a {
  background: #171717;
  border: 1px solid #303030;
  border-radius: .75rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 1rem 1.15rem;
}

.occaz-reprise-home__links a:hover {
  border-color: var(--occaz-red);
}

.occaz-reprise-home__links strong {
  font-size: 1rem;
  text-transform: uppercase;
}

.occaz-reprise-home__links span {
  color: #aaa;
  font-size: .85rem;
  margin-top: .3rem;
}

@media (max-width: 991px) {
  .occaz-reprise-hero {
    grid-template-columns: 1fr;
  }

  .occaz-reprise-store {
    max-width: 22rem;
  }

  .occaz-reprise-check-grid,
  .occaz-reprise-process ol {
    grid-template-columns: 1fr 1fr;
  }

  .occaz-reprise-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .occaz-reprise-broken,
  .occaz-reprise-local,
  .occaz-reprise-home {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .occaz-reprise {
    padding-left: .65rem;
    padding-right: .65rem;
  }

  .occaz-reprise-hero {
    border-radius: .9rem;
    min-height: 0;
    padding: 2rem 1.2rem 1.2rem;
  }

  .occaz-reprise-hero h1 {
    font-size: clamp(2.25rem, 13vw, 3.8rem);
  }

  .occaz-reprise-actions,
  .occaz-reprise-actions .occaz-reprise-btn {
    width: 100%;
  }

  .occaz-reprise-check-grid,
  .occaz-reprise-process ol,
  .occaz-reprise-card-grid {
    grid-template-columns: 1fr;
  }

  .occaz-reprise-broken {
    padding: 1.6rem 1.2rem;
  }

  .occaz-reprise-broken .occaz-reprise-btn {
    width: 100%;
  }

  .occaz-reprise-notice {
    grid-template-columns: 1fr;
  }

  .occaz-reprise-home {
    border-radius: 0;
    margin-left: -.5rem;
    margin-right: -.5rem;
  }
}

/* V2 — intégration au thème Falcon Occazland */
.page-occaz-reprise #wrapper {
  background: #f7f7f7;
}

.occaz-reprise,
.occaz-reprise-home {
  --occaz-black: #090909;
  --occaz-red: #d52b1e;
  --occaz-white: #fff;
  --occaz-muted: #555;
}

.occaz-reprise {
  padding-top: .75rem;
}

.occaz-reprise-hero {
  background: #fff;
  border: 3px solid #0b0b0b;
  border-radius: 1.15rem;
  box-shadow: 8px 8px 0 rgba(213, 43, 30, .14);
  color: #111;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 20rem);
  min-height: 0;
  padding: clamp(2rem, 5vw, 4rem);
}

.occaz-reprise-hero::before {
  background: var(--occaz-red);
  content: "";
  height: .65rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.occaz-reprise-hero::after {
  background: transparent;
  border: 2px solid rgba(213, 43, 30, .24);
  border-radius: 50%;
  height: 22rem;
  opacity: 1;
  right: -8rem;
  top: -8rem;
  transform: none;
  width: 22rem;
}

.occaz-reprise-hero__content {
  align-self: start;
}

.occaz-reprise-hero h1 {
  color: #090909;
  font-size: clamp(2.35rem, 5vw, 4.65rem);
  line-height: .96;
  max-width: 19ch;
}

.occaz-reprise-lead {
  color: #3f3f3f;
  font-size: clamp(1rem, 1.7vw, 1.16rem);
  line-height: 1.65;
  margin-top: 1.25rem;
}

.occaz-reprise-precontact {
  background: #f1f1f1;
  border-left: 4px solid var(--occaz-red);
  color: #202020;
  font-size: .92rem;
  line-height: 1.5;
  margin: 1.2rem 0 0;
  max-width: 46rem;
  padding: .8rem 1rem;
}

.occaz-reprise-actions {
  margin-top: 1rem;
}

.occaz-reprise-btn {
  border-radius: .65rem;
  box-shadow: none;
}

.occaz-reprise-btn--call {
  background: var(--occaz-red);
  border-color: var(--occaz-red);
  color: #fff !important;
}

.occaz-reprise-btn--call:hover,
.occaz-reprise-btn--call:focus-visible {
  background: #a91f15;
  border-color: #a91f15;
  color: #fff !important;
}

.occaz-reprise-btn--messenger {
  background: #090909;
  border-color: #090909;
  color: #fff !important;
}

.occaz-reprise-btn--messenger:hover,
.occaz-reprise-btn--messenger:focus-visible {
  background: #2b2b2b;
  border-color: #2b2b2b;
  color: #fff !important;
}

.occaz-reprise-btn--maps,
.occaz-reprise-hero .occaz-reprise-btn--ghost {
  background: #fff;
  border-color: #111;
  color: #111 !important;
}

.occaz-reprise-btn--maps:hover,
.occaz-reprise-btn--maps:focus-visible {
  background: #ededed;
  border-color: #111;
  color: #111 !important;
}

.occaz-reprise-badges li {
  background: #fff;
  border: 1px solid #111;
  color: #111;
}

.occaz-reprise-store {
  align-self: stretch;
  background: #0a0a0a;
  border: 0;
  border-radius: .9rem;
  color: #fff;
  justify-content: center;
  padding: 1.5rem;
}

.occaz-reprise-store span,
.occaz-reprise-store strong,
.occaz-reprise-store small {
  color: #fff;
}

.occaz-reprise-store small {
  border-top: 1px solid #3d3d3d;
  line-height: 1.45;
  margin-top: .6rem;
  padding-top: .8rem;
}

.occaz-reprise-store a,
.occaz-reprise-store a:hover,
.occaz-reprise-store a:focus {
  color: #fff;
}

.occaz-reprise-store__messenger {
  border: 1px solid #666;
  border-radius: .55rem;
  display: inline-flex;
  justify-content: center;
  padding: .65rem .75rem;
}

.occaz-reprise-identity {
  align-items: center;
  background: #fff;
  border: 2px solid #111;
  border-radius: 1rem;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: auto minmax(0, 1fr) minmax(15rem, .7fr);
  margin: 1.5rem 0;
  padding: 1.35rem;
}

.occaz-reprise-identity__age {
  align-items: center;
  background: var(--occaz-red);
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 1.45rem;
  font-weight: 900;
  height: 4.4rem;
  justify-content: center;
  width: 4.4rem;
}

.occaz-reprise-identity h2 {
  color: #111;
  font-size: clamp(1.25rem, 2.4vw, 2rem);
  font-weight: 900;
  line-height: 1.08;
  margin: 0;
  text-transform: uppercase;
}

.occaz-reprise-identity__copy > p:last-child {
  color: #3e3e3e;
  line-height: 1.55;
  margin: .65rem 0 0;
}

.occaz-reprise-identity ul {
  background: #f2f2f2;
  border-radius: .7rem;
  color: #111;
  line-height: 1.55;
  list-style: none;
  margin: 0;
  padding: .9rem 1rem;
}

.occaz-reprise-identity li {
  color: #111;
  font-size: .88rem;
  font-weight: 700;
  padding-left: 1rem;
  position: relative;
}

.occaz-reprise-identity li::before {
  color: var(--occaz-red);
  content: "•";
  left: 0;
  position: absolute;
}

.occaz-reprise-notice {
  border: 2px solid #d7d7d7;
  border-left: .4rem solid var(--occaz-red);
  box-shadow: none;
}

.occaz-reprise-notice strong,
.occaz-reprise-notice p {
  color: #171717;
}

.occaz-reprise-check-grid > div,
.occaz-reprise-card,
.occaz-reprise-faq details {
  border-color: #cfcfcf;
}

.occaz-reprise-check-grid > div,
.occaz-reprise-card strong,
.occaz-reprise-faq summary {
  color: #111;
}

.occaz-reprise-card p,
.occaz-reprise-faq details p,
.occaz-reprise-local p:last-child {
  color: #505050;
}

.occaz-reprise-process li {
  border: 2px solid #111;
  border-top: .55rem solid var(--occaz-red);
  color: #fff;
}

.occaz-reprise-process li p {
  color: #d2d2d2;
}

.occaz-reprise-broken {
  border: 3px solid #111;
  box-shadow: 7px 7px 0 #111;
}

.occaz-reprise-home {
  background: #fff;
  border: 3px solid #111;
  border-top: .65rem solid var(--occaz-red);
  box-shadow: 8px 8px 0 rgba(213, 43, 30, .14);
  color: #111;
}

.occaz-reprise-home h2 {
  color: #111;
}

.occaz-reprise-home__copy > p:not(.occaz-reprise-kicker) {
  color: #424242;
}

.occaz-reprise-home__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
}

.occaz-reprise-home__details {
  color: #111 !important;
  font-size: .86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.occaz-reprise-home__links a {
  background: #0b0b0b;
  border-color: #0b0b0b;
  color: #fff;
}

.occaz-reprise-home__links a:hover,
.occaz-reprise-home__links a:focus-visible {
  border-color: var(--occaz-red);
  color: #fff;
}

.occaz-reprise-home__links span {
  color: #d0d0d0;
}

.page-occaz-reprise .occaz-reprise .occaz-reprise-actions a.occaz-reprise-btn--call,
.page-occaz-reprise .occaz-reprise .occaz-reprise-actions a.occaz-reprise-btn--messenger,
.page-occaz-reprise .occaz-reprise .occaz-reprise-actions a.occaz-reprise-btn--call:visited,
.page-occaz-reprise .occaz-reprise .occaz-reprise-actions a.occaz-reprise-btn--messenger:visited,
.page-occaz-reprise .occaz-reprise .occaz-reprise-store a,
.page-occaz-reprise .occaz-reprise .occaz-reprise-store a:visited,
.occaz-reprise-home .occaz-reprise-home__actions a.occaz-reprise-btn--call,
.occaz-reprise-home .occaz-reprise-home__actions a.occaz-reprise-btn--messenger {
  color: #fff !important;
}

.page-occaz-reprise .occaz-reprise .occaz-reprise-actions a.occaz-reprise-btn--maps,
.page-occaz-reprise .occaz-reprise .occaz-reprise-actions a.occaz-reprise-btn--maps:visited {
  color: #111 !important;
}

@media (max-width: 991px) {
  .occaz-reprise-hero,
  .occaz-reprise-identity {
    grid-template-columns: 1fr;
  }

  .occaz-reprise-store {
    max-width: none;
  }

  .occaz-reprise-identity__age {
    height: 3.8rem;
    width: 3.8rem;
  }
}

@media (max-width: 640px) {
  .occaz-reprise-hero {
    border-width: 2px;
    padding-top: 2.25rem;
  }

  .occaz-reprise-hero h1 {
    font-size: clamp(2rem, 10.5vw, 3.15rem);
  }

  .occaz-reprise-actions .occaz-reprise-btn {
    width: 100%;
  }

  .occaz-reprise-identity {
    padding: 1.1rem;
  }

  .occaz-reprise-home {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    box-shadow: none;
  }

  .occaz-reprise-home__actions,
  .occaz-reprise-home__actions .occaz-reprise-btn {
    width: 100%;
  }
}
