/* [project]/src/styles/pages/facturation.css [app-client] (css) */
.fe {
  --fe-ink: #14182d;
  --fe-mute: #6e6962;
  --fe-texte: #4f4a43;
  background: #f5f4f1;
  font-family: var(--font-sans, inherit);
}

.fe-hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(120% 140% at 50% -30%, #1d2440 0%, #14182d 48%, #0d1020 100%);
}

.fe-hero__halos {
  position: absolute;
  inset: -20% -10%;
  pointer-events: none;
  background: radial-gradient(26% 40% at 18% 16%, #2a6cdf42, #0000 70%), radial-gradient(24% 36% at 86% 78%, #338acc2e, #0000 72%);
  filter: blur(20px);
}

.fe-hero__inner {
  position: relative;
  display: grid;
  gap: 40px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 72px 24px 80px;
}

.fe-pastille {
  display: inline-flex;
  align-items: center;
  padding: 7px 15px;
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .02em;
  color: #ffffffdb;
  background: #ffffff14;
  box-shadow: inset 0 1px #ffffff3d, inset 0 0 0 1px #ffffff24;
  backdrop-filter: blur(12px) saturate(170%);
  -webkit-backdrop-filter: blur(12px) saturate(170%);
}

.fe-hero__titre {
  margin-top: 22px;
  max-width: 16ch;
  font-size: clamp(32px, 4.6vw, 54px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -.035em;
  color: #fff;
}

.fe-hero__mot {
  margin-top: 20px;
  max-width: 56ch;
  font-size: 17px;
  line-height: 1.68;
  color: #ffffffb8;
}

.fe-hero__mot strong {
  font-weight: 650;
  color: #fff;
}

.fe-marque {
  align-self: start;
  padding: 24px;
  border-radius: 22px;
  background: #ffffff12;
  box-shadow: inset 0 1px #ffffff38, inset 0 0 0 1px #ffffff24, 0 30px 60px -34px #000c;
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
}

.fe-marque__image {
  display: block;
  width: 200px;
  height: auto;
  margin: 0 auto;
  padding: 10px 14px;
  border-radius: 12px;
  background: #fff;
}

.fe-marque__mot {
  margin-top: 18px;
  font-size: 13.5px;
  line-height: 1.6;
  color: #ffffffad;
}

.fe-marque__mot strong {
  font-weight: 650;
  color: #fff;
}

.fe-marque__lien {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  font-size: 13px;
  font-weight: 650;
  color: #ffffffdb;
  text-decoration: underline;
  text-decoration-color: #ffffff4d;
  text-underline-offset: 3px;
  transition: text-decoration-color .2s;
}

.fe-marque__lien:hover {
  text-decoration-color: #fffc;
}

.fe-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 30px;
  padding: 15px 28px;
  border-radius: 14px;
  font-size: 15.5px;
  font-weight: 700;
  transition: background .24s, box-shadow .24s, transform .24s cubic-bezier(.22, 1, .36, 1);
}

.fe-btn--verre {
  color: #fff;
  background: #ffffff1a;
  box-shadow: inset 0 1px #ffffff75, inset 0 0 0 1px #ffffff4d, 0 22px 44px -22px #000000b3;
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
}

.fe-btn--verre:hover {
  background: #ffffff2e;
  transform: translateY(-2px);
}

.fe-btn--encre {
  color: #fff;
  background: var(--fe-ink);
  box-shadow: 0 20px 38px -22px #14182de6;
}

.fe-btn--encre:hover {
  transform: translateY(-2px);
  box-shadow: 0 26px 46px -24px #14182d;
}

.fe-section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 64px 24px 0;
}

.fe-section--faq {
  padding-bottom: 96px;
}

.fe-faq, .fe-source {
  max-width: 880px;
}

.fe-titre {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -.03em;
  color: var(--fe-ink);
}

.fe-grille {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.fe-carte {
  padding: 26px 28px;
  border-radius: 22px;
  background: linear-gradient(#fffffff2 0%, #ffffffb8 48%, #ffffffdb 100%);
  box-shadow: inset 0 1px #fff, inset 0 -1px #fff9, inset 0 0 0 1px #14182d12, 0 24px 46px -34px #101628a6;
  backdrop-filter: blur(20px) saturate(190%);
  -webkit-backdrop-filter: blur(20px) saturate(190%);
}

.fe-carte__date {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--fe-ink);
}

.fe-carte__titre {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -.015em;
  color: var(--fe-ink);
}

.fe-carte__mot {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--fe-texte);
}

.fe-note {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--fe-mute);
}

.fe-note strong {
  font-weight: 650;
  color: var(--fe-ink);
}

.fe-etapes {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}

.fe-etape {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 22px 0;
  border-top: 1px solid #14182d14;
}

.fe-etape:first-child {
  border-top: none;
}

.fe-etape__num {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: var(--fe-ink);
}

.fe-etape__titre {
  font-size: 16.5px;
  font-weight: 700;
  letter-spacing: -.015em;
  color: var(--fe-ink);
}

.fe-etape__mot {
  margin-top: 6px;
  max-width: 72ch;
  font-size: 15px;
  line-height: 1.65;
  color: var(--fe-texte);
}

.fe-faq {
  margin-top: 8px;
}

.fe-faq__bloc {
  padding: 24px 0;
  border-top: 1px solid #14182d14;
}

.fe-faq__bloc:first-child {
  border-top: none;
}

.fe-faq__question {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -.015em;
  color: var(--fe-ink);
}

.fe-faq__reponse {
  margin-top: 10px;
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--fe-texte);
}

.fe-faq__reponse a {
  color: var(--fe-ink);
  font-weight: 650;
  text-decoration: underline;
  text-decoration-color: #14182d47;
  text-underline-offset: 3px;
  transition: text-decoration-color .2s;
}

.fe-faq__reponse a:hover {
  text-decoration-color: #14182dbf;
}

.fe-source {
  margin-top: 32px;
  font-size: 13px;
  line-height: 1.7;
  color: var(--fe-mute);
}

.fe-source a {
  color: var(--fe-ink);
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (width >= 900px) {
  .fe-hero__inner {
    grid-template-columns: minmax(0, 1fr) 340px;
    align-items: start;
    gap: 56px;
    padding: 96px 40px 104px;
  }

  .fe-section {
    padding: 88px 40px 0;
  }

  .fe-section--faq {
    padding-bottom: 120px;
  }

  .fe-grille--deux {
    grid-template-columns: repeat(2, 1fr);
  }

  .fe-grille--trois {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (width <= 767px) {
  .fe-hero__inner {
    padding: 56px 24px 64px;
  }

  .fe-hero__titre {
    max-width: none;
  }

  .fe-marque {
    padding: 20px;
  }

  .fe-marque__image {
    width: 180px;
  }

  .fe-section {
    padding: 52px 24px 0;
  }

  .fe-section--faq {
    padding-bottom: 76px;
  }

  .fe-carte {
    padding: 22px 20px;
    border-radius: 18px;
  }

  .fe-etape {
    gap: 14px;
    padding: 20px 0;
  }

  .fe-etape__num {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }

  .fe-faq__bloc {
    padding: 20px 0;
  }

  .fe-faq__question {
    font-size: 16.5px;
  }

  .fe-faq__reponse {
    font-size: 15px;
  }

  .fe-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fe-btn {
    transition: none;
  }
}


/*# sourceMappingURL=src_styles_pages_facturation_bfb977.css.map*/
