/* Header */

* {
  box-sizing: border-box;
}

body {
  max-width: 1440px;
  margin: 0 auto;
  overflow-x: hidden;
  background-color: black;
  font-family: Georgia, "Times New Roman", serif;
  background: #08080b;
  color: #f5f1ed;
  line-height: 1.6;
}

.site-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1440px;
  min-height: 120px;
  padding: 0 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(8, 8, 8, 0.72);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(120, 0, 0, 0.35);
  z-index: 1000;
  overflow: visible;
}

@media (max-width: 991px) {
  .site-header {
    padding: 15px 25px;
    align-items: flex-start;
  }
  .navbar {
    align-items: flex-start;
  }
  .navbar-collapse {
    width: 100%;
  }
  .navbar-nav {
    gap: 10px;
  }
  .container {
    margin-top: 7em;
}
    .contact-section {
        margin-top: 4em;
    }
    .hero{
        margin-top: 11em;
    }
    .nav-link {
    color: rgb(255 255 255 / 90%)!important;

}
}

.logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 2px;
}

.logo-link {
  text-decoration: none;
  color: inherit;
}

.logo-link {
  transition: 0.3s ease;
}

.logo-main {
  max-width: 150px;
}

.logo-sub {
  font-size: clamp(0.55rem, 1vw, 1rem);
  white-space: nowrap;
  text-transform: uppercase;
  color: #9b1c1c;
  letter-spacing: 4px;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
}

.navbar-nav {
  flex-wrap: nowrap;
}

.bg-light {
  --bs-bg-opacity: 0;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.nav-link {
  color: rgb(255 255 255 / 25%);
  transition: 0.3s ease;
}

.nav-link:hover {
  color: #8b0000;
  text-shadow: 0 0 10px #8b0000;
}

.navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.25);
}

.navbar-toggler-icon {
  filter: brightness(0) invert(1);
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  letter-spacing: 2px;
}

/* Contact */

.honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.contact-section {
  min-height: 100vh;
  padding: 140px 70px 90px;
  background:
    linear-gradient(rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.95)),
    url("../images/fond.png") center/cover no-repeat;
  color: #f2f2f2;
}

.contact-container {
  max-width: 1200px;
  margin: 0 auto;
}

.contact-intro {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 55px;
}

.section-kicker {
  color: #9b1c1c;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 0.8rem;
  margin-bottom: 10px;
}

.contact-intro h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.4rem, 5vw, 2.5rem);
  margin-bottom: 20px;
  margin-top: 20px;
  text-shadow: 0 0 18px rgba(139, 0, 0, 0.45);
  text-decoration: underline;
}

.contact-intro p {
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.7;
}

.contact-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 35px;
}

.contact-form,
.contact-info {
  background: linear-gradient(
    145deg,
    rgba(28, 28, 28, 0.95),
    rgba(12, 12, 12, 0.92)
  );
  border: 1px solid rgba(139, 0, 0, 0.35);
  box-shadow:
    0 0 35px rgba(0, 0, 0, 0.7),
    0 0 12px rgba(139, 0, 0, 0.12);
  backdrop-filter: blur(8px);
}

.contact-form {
  padding: 35px;
}

.contact-info {
  padding: 35px;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.form-group {
  margin-bottom: 24px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-family: "Inter", sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.65);
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #f2f2f2;
  font-family: "Inter", sans-serif;
  outline: none;
  transition: 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #8b0000;
  box-shadow: 0 0 12px rgba(139, 0, 0, 0.45);
  background: rgba(255, 255, 255, 0.07);
}

.form-group textarea {
  resize: vertical;
}

.form-group select option {
  background: #111;
  color: #f2f2f2;
}

.contact-btn {
  padding: 14px 28px;

  background: rgba(139, 0, 0, 0.25);
  border: 1px solid #8b0000;
  color: #f2f2f2;

  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Inter", sans-serif;

  cursor: pointer;
  transition: 0.3s ease;
}

.contact-btn:hover {
  background: #8b0000;
  box-shadow: 0 0 20px rgba(139, 0, 0, 0.65);
}

.contact-info h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  margin-bottom: 30px;
}

.contact-info ul {
  list-style: none;
  padding: 0;
  margin: 0 0 35px;
}

.contact-info li {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.contact-info i {
  color: #8b0000;
  font-size: 1.3rem;
}

.contact-info a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  transition: 0.3s ease;
}

.contact-info a:hover {
  color: #8b0000;
  text-shadow: 0 0 10px rgba(139, 0, 0, 0.6);
}

.contact-note {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.9rem;
  line-height: 1.7;
  border-left: 2px solid #8b0000;
  padding-left: 18px;
}

@media (max-width: 991px) {
  .contact-section {
    padding: 120px 25px 70px;
  }

  .contact-wrapper {
    grid-template-columns: 1fr;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

/* Page 404 */

.page-404 {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background:
    linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.9)),
    url("../images/banniere.png") center/cover no-repeat;
  color: #f2f2f2;
}

.error-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  padding: 40px;
}

.error-code {
  font-size: clamp(6rem, 18vw, 14rem);
  line-height: 1;
  font-weight: 900;
  color: #8b0000;
  text-shadow:
    0 0 12px rgba(139, 0, 0, 0.9),
    0 0 35px rgba(139, 0, 0, 0.6);
  margin: 0;
}

.error-content h1 {
  font-size: clamp(2rem, 5vw, 4rem);
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: 10px 0 20px;
}

.error-text {
  font-size: 1.2rem;
  color: #d8d2ca;
  margin-bottom: 8px;
}

.error-subtext {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 35px;
}

.error-btn {
  display: inline-block;
  padding: 14px 28px;
  border: 1px solid #8b0000;
  color: #f2f2f2;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: rgba(139, 0, 0, 0.25);
  transition: 0.3s ease;
}

.error-btn:hover {
  background: #8b0000;
  color: white;
  box-shadow: 0 0 20px rgba(139, 0, 0, 0.7);
}

/*Footer */

.site-footer {
  position: relative;
  padding: 30px 20px 30px;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.95),
    rgba(15, 15, 15, 0.92)
  );
  border-top: 1px solid rgba(139, 0, 0, 0.35);
  text-align: center;
  color: rgba(255, 255, 255, 0.55);
}

.footer-main {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.site-footer p,
.site-footer a,
.site-footer span {
  font-family: "Inter", sans-serif;
  font-size: 0.85rem;
  letter-spacing: 1px;
}

.footer-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: 0.3s ease;
}

.footer-links a:hover {
  color: #8b0000;
  text-shadow: 0 0 10px rgba(139, 0, 0, 0.6);
}

.footer-credit {
  color: rgba(255, 255, 255, 0.35);
}

.footer-socials {
  margin-bottom: 25px;
}

.footer-socials a {
  width: 46px;
  height: 46px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.2rem;
  text-decoration: none;
  transition: 0.3s ease;
  background: rgba(255, 255, 255, 0.03);
}

.footer-socials i {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-socials a:hover {
  color: white;
  border-color: #8b0000;
  box-shadow:
    0 0 12px rgba(139, 0, 0, 0.6),
    0 0 25px rgba(139, 0, 0, 0.25);
  transform: translateY(-2px);
}

/* Accueil */

.hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  padding: 150px 6vw 90px;
  background:
    linear-gradient(
      90deg,
      rgba(8, 8, 11, 0.97) 0%,
      rgba(8, 8, 11, 0.83) 42%,
      rgba(8, 8, 11, 0.35) 100%
    ),
    url("../images/fond.png") center/cover no-repeat;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 70% 45%,
      rgba(255, 255, 255, 0.15),
      transparent 32%
    ),
    linear-gradient(to top, #08080b, transparent 30%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 18px;
  font-family: Arial, sans-serif;
  color: #b5121b;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 0.85rem;
  text-decoration: underline;
}

.hero h1,
.hero-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: 1.12;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #c9c2b6;
  text-shadow:
    0 2px 2px rgba(0, 0, 0, 0.9),
    0 0 12px rgba(255, 255, 255, 0.15);
}

.hero-title .red,
.red {
  color: #9b0f16;
}

.hero p {
  max-width: 650px;
  margin-bottom: 36px;
  color: #ddd7d0;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
}

.hero-subtitle {
  width: fit-content;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(150, 0, 0, 0.6);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(0.8rem, 1vw, 1.1rem);
  letter-spacing: 0.45em;
  color: #aaa39a;
  text-transform: uppercase;
}

.buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.btn {
  display: inline-block;
  padding: 14px 24px;
  border: 1px solid #e11d2e;
  color: #f5f1ed;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 0.85rem;
  text-decoration: none;
  transition: 0.3s ease;
}

.btn-primary {
  background: #b5121b;
  box-shadow: 0 0 30px rgba(181, 18, 27, 0.35);
}

.btn:hover {
  background: #e11d2e;
  color: #fff;
  transform: translateY(-2px);
}

section {
  padding: 95px 6vw;
}

.section-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.two-col {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  gap: 54px;
  align-items: center;
}

.reverse {
  grid-template-columns: minmax(280px, 430px) minmax(0, 1fr);
}

h2 {
  margin-bottom: 24px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
}

.text-muted {
  color: #b8b8c0;
  font-size: 1.05rem;
}

.text-muted + .text-muted {
  margin-top: 16px;
}

.image-card {
  min-height: 470px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: url("../images/bibliotheque-sombre.png") center/cover no-repeat;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
}

.image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent 60%),
    radial-gradient(circle at 80% 20%, rgba(181, 18, 27, 0.25), transparent 32%);
}

.image-card-2 {
  background-image: url("../images/manuscrit-annote.png");
}

.image-card-3 {
  background-image: url("../images/pages-annotees.png");
}

.image-card-4 {
  background-image: url("../images/machine-a-ecrire.png");
}

.quote-box {
  margin-top: 32px;
  padding: 28px;
  border-left: 3px solid #e11d2e;
  background: linear-gradient(
    145deg,
    rgba(181, 18, 27, 0.22),
    rgba(255, 255, 255, 0.04)
  );
  font-size: 1.2rem;
  font-style: italic;
}

.text-section,
.human-section,
.difference-section {
  background: #08080b;
}

.dark-section {
  background:
    linear-gradient(rgba(8, 8, 11, 0.92), rgba(8, 8, 11, 0.96)),
    url("../images/fond.png") center/cover fixed;
}

.investigation-text {
  margin-top: 34px;
  font-size: 1.25rem;
  color: #f5f1ed;
}

.process-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-top: 44px;
}

.process-card,
.offer-card {
  width: 220px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(4px);
  transition: 0.3s ease;
}

.process-card:hover,
.offer-card:hover {
  transform: translateY(-6px);
  border-color: rgba(225, 29, 46, 0.65);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.38);
}

.number {
  margin-bottom: 12px;
  color: #e11d2e;
  font-family: Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
}

.process-card h3,
.offer-card h3 {
  margin-bottom: 12px;
  color: #f5f1ed;
  font-size: 1.35rem;
}

.offers {
  background: #17171d;
}

.offers-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: 44px;
}

.offer-card {
  min-height: 255px;
}

.offer-card p {
  color: #b8b8c0;
  line-height: 1.6;
}

.tag {
  display: inline-block;
  margin-bottom: 18px;
  padding: 6px 10px;
  background: rgba(181, 18, 27, 0.18);
  border: 1px solid rgba(225, 29, 46, 0.4);
  color: #e11d2e;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.72rem;
  letter-spacing: 1.5px;
}

.cta {
  text-align: center;
  background:
    linear-gradient(rgba(8, 8, 11, 0.83), rgba(8, 8, 11, 0.94)),
    url("../images/contact-manuscrit.png") center/cover no-repeat;
}

.cta h2 {
  margin-bottom: 24px;
  color: #f5f1ed;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
}

.cta p {
  max-width: 720px;
  margin: 0 auto 34px;
  color: #b8b8c0;
  font-size: 1.15rem;
  line-height: 1.8;
}

.offers-grid .btn,
.cta .btn {
  padding: 14px 26px;
  background: #b5121b;
  border-color: #e11d2e;
  color: #fff;
}

.cta .btn:hover {
  background: #e11d2e;
  box-shadow: 0 0 30px rgba(181, 18, 27, 0.35);
}

@media (max-width: 1050px) {
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .offers-grid {
    grid-template-columns: repeat(3, 1fr);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    margin-top: 44px;
  }

  .two-col,
  .reverse {
    grid-template-columns: 1fr;
  }
  .reverse {
    display: flex !important;
    flex-direction: column-reverse;
    align-items: stretch;
  }
}

@media (max-width: 780px) {
  .hero {
    padding: 150px 6vw 80px;
  }

  .hero h1,
  .hero-title {
    letter-spacing: 0.04em;
  }

  section {
    padding: 80px 6vw;
  }

  .process-grid,
  .offers-grid {
    grid-template-columns: 1fr;
  }

  .image-card {
    min-height: 330px;
  }
}

.offers .btn {
  display: block;
  width: fit-content;
  margin: 40px auto 0;
}

/* =========================
   TARIFS
========================= */

.pricing-section {
  position: relative;
  padding: 120px 0;
  background:
    linear-gradient(rgba(7, 7, 7, 0.95), rgba(7, 7, 7, 0.95)),
    url("../images/fond.png") center/cover no-repeat;
}

.pricing-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top right,
    rgba(130, 0, 0, 0.18),
    transparent 20%
  );
  pointer-events: none;
}

.section-title {
  text-align: center;
  margin-bottom: 70px;
}

.section-title .subtitle {
  color: #a31d1d;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 600;
}

.section-title h2 {
  font-size: clamp(2.4rem, 5vw, 4rem);
  color: #fff;
  margin: 15px 0;
  font-family: "Cormorant Garamond", serif;
}

.section-title p {
  color: #b8b8b8;
  max-width: 700px;
  margin: auto;
  line-height: 1.8;
}

.pricing-intro {
  max-width: 950px;
  margin: 0 auto 90px;
  color: #c7c7c7;
  line-height: 1.9;
  text-align: center;
}

.pricing-intro p {
  margin-bottom: 25px;
}

.pricing-category {
  margin-bottom: 120px;
}

.category-header {
  text-align: center;
  margin-bottom: 50px;
}

.category-tag {
  display: inline-block;
  padding: 8px 18px;
  border: 1px solid rgba(163, 29, 29, 0.4);
  background: rgba(163, 29, 29, 0.1);
  color: #d44;
  border-radius: 999px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.75rem;
  margin-bottom: 20px;
}

.category-header h3 {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 15px;
  font-family: "Cormorant Garamond", serif;
}

.category-header p {
  color: #b9b9b9;
  max-width: 750px;
  margin: auto;
  line-height: 1.8;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 35px;
}

.alpha-grid {
  max-width: 850px;
  margin: auto;
}

.pricing-card {
  position: relative;
  background: rgba(16, 16, 16, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 22px;
  padding: 40px 35px;
  overflow: hidden;
  transition: 0.35s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.pricing-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #6e0000, #d12222);
}

.pricing-card:hover {
  transform: translateY(-8px);
  border-color: rgba(180, 30, 30, 0.35);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.5);
}

.card-top {
  margin-bottom: 25px;
}

.card-top h4 {
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 10px;
  font-family: "Cormorant Garamond", serif;
}

.price {
  color: #d53030;
  font-size: 2rem;
  font-weight: 700;
}

.price span {
  font-size: 0.95rem;
  color: #aaa;
  font-weight: 400;
}

.card-desc {
  color: #bdbdbd;
  line-height: 1.7;
  margin-bottom: 30px;
}

.pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 35px;
}

.pricing-card ul li {
  color: #ddd;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.5;
}

.pricing-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 15px 25px;
  background: #a31d1d;
  color: #fff;
  text-decoration: none;
  border-radius: 12px;
  font-weight: 600;
  transition: 0.3s ease;
}

.pricing-btn:hover {
  background: #d12626;
  transform: translateY(-2px);
}

.pricing-footer {
  margin-top: 50px;
}

.footer-box {
  max-width: 1000px;
  margin: auto;
  text-align: center;
  padding: 60px;
  border-radius: 30px;
  background: linear-gradient(rgba(20, 20, 20, 0.94), rgba(10, 10, 10, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-box h3 {
  color: #fff;
  font-size: 2.2rem;
  margin-bottom: 25px;
  font-family: "Cormorant Garamond", serif;
}

.footer-box p {
  color: #c2c2c2;
  line-height: 1.9;
  margin-bottom: 20px;
}

.main-cta {
  display: inline-block;
  margin-top: 20px;
  padding: 18px 36px;
  background: #a31d1d;
  color: #fff;
  text-decoration: none;
  border-radius: 14px;
  font-weight: 600;
  transition: 0.3s ease;
}

.main-cta:hover {
  background: #d12626;
  transform: translateY(-2px);
}

/* =========================
   RESPONSIVE
========================= */

@media screen and (max-width: 1024px) {
  .pricing-section {
    padding: 90px 0;
  }
  .pricing-grid {
    grid-template-columns: repeat(auto-fit, minmax(100%, auto));
  }

  .footer-box {
    padding: 40px 25px;
  }

  .featured {
    transform: none;
  }
}

/* =========================
   PAGE EN COURS
========================= */

.coming-soon {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background:
    linear-gradient(rgba(5, 5, 5, 0.92), rgba(5, 5, 5, 0.96)),
    url("images/library-wall.jpg") center/cover no-repeat;
  padding: 40px 20px;
}

.coming-soon::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top right,
    rgba(140, 0, 0, 0.25),
    transparent 35%
  );
  pointer-events: none;
}

.noise {
  position: absolute;
  inset: 0;
  opacity: 0.03;
  background-image: url("../images/fond.png");
  mix-blend-mode: screen;
  pointer-events: none;
}

.coming-content {
  position: relative;
  z-index: 2;
  max-width: 750px;
  text-align: center;
  padding: 70px 50px;
  border-radius: 28px;
  background: rgba(10, 10, 10, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(6px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  margin-top: 200px;
}

.status {
  display: inline-block;
  margin-bottom: 25px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(163, 29, 29, 0.15);
  border: 1px solid rgba(163, 29, 29, 0.35);
  color: #d64646;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.75rem;
  font-weight: 600;
}

.coming-content h1 {
  color: #fff;
  font-size: clamp(2.8rem, 7vw, 5.5rem);
  line-height: 1.1;
  margin-bottom: 30px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  text-shadow: 0 0 30px rgba(180, 20, 20, 0.15);
}

.coming-content p {
  color: #bdbdbd;
  line-height: 1.9;
  font-size: 1.05rem;
}

.coming-divider {
  width: 120px;
  height: 1px;
  margin: 40px auto;
  background: linear-gradient(
    to right,
    transparent,
    rgba(180, 20, 20, 0.8),
    transparent
  );
}

.signature {
  margin-bottom: 40px;
}

.signature span {
  color: #ffffff;
  letter-spacing: 1px;
}

.back-home {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 32px;
  border-radius: 14px;
  background: #a31d1d;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.back-home:hover {
  background: #c62828;
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(163, 29, 29, 0.35);
}

/* =========================
   RESPONSIVE
========================= */

@media screen and (max-width: 768px) {
  .coming-content {
    padding: 50px 28px;
  }

  .coming-content h1 {
    line-height: 1.2;
  }
}


/*Qui suis-je*/
.about-section {
  position: relative;
  min-height: 100vh;
  padding: 120px 20px 80px;
  background:
    linear-gradient(rgba(10, 10, 12, 0.88), rgba(10, 10, 12, 0.96)),
    url("../images/bibliotheque-obscure.jpg") center/cover no-repeat;
  color: #f5f5f5;
  overflow: hidden;
}

.about-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 30%, rgba(120, 0, 20, 0.28), transparent 35%);
  pointer-events: none;
}

.about-container {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.about-content {
  max-width: 720px;
  padding: 50px;
  background: rgba(15, 15, 18, 0.82);
  border-left: 4px solid #8b0000;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(4px);
}

.section-subtitle {
  margin-bottom: 10px;
  color: #b11226;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.85rem;
  font-weight: 700;
}

.about-content h1 {
  margin-bottom: 30px;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-family: "Georgia", serif;
  color: #ffffff;
}

.about-content p {
  margin-bottom: 20px;
  font-size: 1.08rem;
  line-height: 1.8;
  color: #e2e2e2;
}

.about-content strong {
  color: #ffffff;
}

.about-content em {
  color: #ffffff;
  font-style: italic;
}

.about-highlight {
  margin: 35px 0;
  padding: 25px;
  border: 1px solid rgba(177, 18, 38, 0.6);
  background: rgba(80, 0, 15, 0.18);
}

.about-highlight p {
  margin: 0;
  color: #f1f1f1;
}

@media (max-width: 768px) {
  .about-section {
    padding: 100px 16px 60px;
  }

  .about-content {
    padding: 35px 25px;
  }

  .about-content p {
    font-size: 1rem;
  }
}
/* =========================
   MENTIONS LÉGALES / CONFIDENTIALITÉ
========================= */

.legal-section {
  position: relative;
  min-height: 100vh;
  padding: 160px 20px 90px;
  background:
    linear-gradient(rgba(8, 8, 11, 0.92), rgba(8, 8, 11, 0.98)),
    url("../images/fond.png") center/cover fixed no-repeat;
  color: #f5f1ed;
  overflow: hidden;
}

.legal-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 15%, rgba(155, 15, 22, 0.28), transparent 32%),
    radial-gradient(circle at 85% 25%, rgba(139, 0, 0, 0.16), transparent 28%);
  pointer-events: none;
}

.legal-overlay {
  position: absolute;
  inset: 0;
  opacity: 0.035;
  mix-blend-mode: screen;
  pointer-events: none;
}

.legal-container {
  position: relative;
  z-index: 2;
  max-width: 980px;
  margin: 0 auto;
}

.legal-container > h1 {
  margin-bottom: 40px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.6rem, 5vw, 4.5rem);
  color: #ffffff;
  letter-spacing: 0.04em;
  text-shadow: 0 0 24px rgba(139, 0, 0, 0.35);
}

.legal-card {
  margin-bottom: 26px;
  padding: 32px;
  background: linear-gradient(145deg, rgba(22, 22, 26, 0.92), rgba(9, 9, 12, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 3px solid rgba(155, 15, 22, 0.85);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(5px);
}

.legal-warning {
  border-left-color: #d12626;
  background: linear-gradient(145deg, rgba(85, 0, 12, 0.35), rgba(12, 12, 15, 0.92));
}

.legal-card h2 {
  margin-bottom: 16px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.6rem, 3vw, 2.15rem);
  color: #ffffff;
}

.legal-card p {
  margin-bottom: 14px;
  color: #d8d2ca;
  line-height: 1.85;
}

.legal-card p:last-child {
  margin-bottom: 0;
}

.legal-list {
  margin: 16px 0 8px;
  padding-left: 20px;
  color: #d8d2ca;
  line-height: 1.9;
}

.legal-list li::marker {
  color: #b5121b;
}

.legal-card a {
  color: #f5f1ed;
  text-decoration: underline;
  text-decoration-color: rgba(181, 18, 27, 0.85);
  text-underline-offset: 4px;
  transition: 0.3s ease;
}

.legal-card a:hover {
  color: #e11d2e;
  text-shadow: 0 0 10px rgba(181, 18, 27, 0.45);
}

@media (max-width: 768px) {
  .legal-section {
    padding: 130px 16px 70px;
  }

  .legal-card {
    padding: 24px 22px;
  }
}

.required-note {
  margin-bottom: 25px;
  color: rgba(255, 255, 255, 0.65);
  font-family: "Inter", sans-serif;
  font-size: 0.85rem;
  letter-spacing: 1px;
}

.required-note span {
  margin-right: 4px;
}

.form-feedback {
  margin: 20px 0;
  padding: 14px 18px;
  border-left: 3px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.75);
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
}

.form-feedback.success {
  border-left-color: #2ecc71;
  color: #d8ffe6;
  background: rgba(46, 204, 113, 0.12);
}

.form-feedback.error {
  border-left-color: #d53030;
  color: #ffd6d6;
  background: rgba(213, 48, 48, 0.12);
}

.form-feedback:empty {
  display: none;
}