/* ============================================================ */
/* À PROPOS DE NOUS PAGE STYLES                                 */
/* ============================================================ */

body {
  background: #ffffff;
  color: #000000;
}

/* ============================================================ */
/* SECTION 1 - HERO BANNER                                      */
/* ============================================================ */
.section-apropos-hero {
  position: relative;
  width: 100%;
  height: 413px;
  overflow: hidden;
}

.apropos-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.apropos-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.55;
}

.apropos-header {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 48px;
}

.header-pill.apropos-pill {
  background: rgba(30, 30, 30, 0.6);
  gap: 8px;
  padding: 8px 24px;
}

.header-pill.apropos-pill nav {
  gap: 16px;
}

.header-pill.apropos-pill nav a.active {
  font-family: 'Azeret Mono', monospace;
  font-weight: 900;
  font-size: 24px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* ============================================================ */
/* SECTION 2 - INTRO                                            */
/* ============================================================ */
.section-apropos-intro {
  width: 100%;
  padding: 60px 40px 40px;
  display: flex;
  justify-content: center;
  background: #ffffff;
}

.intro-text {
  max-width: 863px;
  width: 100%;
}

.intro-text p {
  font-family: 'Geist', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  line-height: 1.5;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.logo-inline-bold {
  font-family: 'Azeret Mono', monospace;
  font-weight: 700;
}

.logo-ama {
  font-family: 'Geist', sans-serif;
  font-weight: 900;
  letter-spacing: 3px;
}

/* ============================================================ */
/* SECTION 3 - VALEURS                                          */
/* ============================================================ */
.section-apropos-values {
  position: relative;
  width: 100%;
  background: #ffffff;
  padding: 40px 40px 80px;
  overflow: hidden;
}

.lineart-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 468px;
  height: 889px;
  z-index: 0;
  pointer-events: none;
  mix-blend-mode: multiply;
  opacity: 0.2;
}

.lineart-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.values-content {
  position: relative;
  z-index: 1;
  max-width: 848px;
  margin: 0 auto;
  padding-left: 40px;
}

.values-main-title {
  font-family: 'Azeret Mono', monospace;
  font-size: 30px;
  font-weight: 800;
  color: #000000;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(12, 12, 13, 0.05),
               0px 4px 4px rgba(12, 12, 13, 0.1);
  margin-bottom: 40px;
  padding: 0 20px;
}

.values-subtitle {
  font-family: 'Geist Mono', monospace;
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 4px;
  margin-bottom: 30px;
}

.value-block {
  margin-bottom: 30px;
  max-width: 818px;
}

.value-block h3 {
  font-family: 'Geist', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 4px;
}

.value-block p {
  font-family: 'Geist', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
}

/* ============================================================ */
/* FOOTER DARK VARIANT                                          */
/* ============================================================ */
footer.footer-dark {
  background: #1E1E1E;
  color: #ffffff;
}

footer.footer-dark .footer-logo-text {
  color: #ffffff;
}

footer.footer-dark .footer-nav a {
  color: #ffffff;
}

footer.footer-dark .footer-bottom {
  border-top-color: rgba(255, 255, 255, 0.15);
}

footer.footer-dark .footer-bottom span,
footer.footer-dark .footer-bottom a {
  color: #ffffff;
}

/* ============================================================ */
/* RESPONSIVE                                                   */
/* ============================================================ */
@media (max-width: 900px) {
  .section-apropos-hero { height: 300px; }
  .header-pill.apropos-pill nav a.active { font-size: 16px; }

  .section-apropos-intro { padding: 40px 24px; }
  .intro-text p { font-size: 16px; letter-spacing: 1px; }

  .values-content { padding-left: 0; }
  .values-main-title { font-size: 24px; }
  .values-subtitle { font-size: 20px; }

  .value-block h3,
  .value-block p { font-size: 16px; }

  .lineart-bg { width: 300px; opacity: 0.15; }
}

@media (max-width: 600px) {
  .section-apropos-hero { height: 240px; }
  .section-apropos-values { padding: 30px 24px 60px; }
  .values-main-title { font-size: 20px; }
  .values-subtitle { font-size: 18px; }

  .value-block h3,
  .value-block p { font-size: 14px; }

  .intro-text p { font-size: 14px; }
}
