/* ============================================================
   Page À propos — intégration maquette
   Préfixe .apropos- pour éviter tout conflit avec style.css
   ============================================================ */


.apropos-page{
  --red:#DC2626;
  --red-soft:#F87171;
  --red-dark:#B91C1C;
  --black:#05070b;
  --black-soft:#090d14;
  --panel:#0f151f;
  --white:#ffffff;
  --off:#f5f6f8;
  --muted:#9ca5b2;
  --dark-text:#11161e;
  --line:rgba(255,255,255,.09);
  --soft-line:#e2e6eb;
}

.apropos-page *,
.apropos-page *::before,
.apropos-page *::after{box-sizing:border-box}



.apropos-page svg{display:block}
.apropos-page{
  width:100%;
  overflow:hidden;
  background:
    radial-gradient(circle at 88% 5%,rgba(255,59,63,.13),transparent 23%),
    var(--black);
}
.apropos-container{width:min(1180px,calc(100% - 40px));margin:auto}
.apropos-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 16px;
  border:1px solid rgba(255,59,63,.34);
  border-radius:999px;
  background:rgba(255,59,63,.075);
  color:var(--red);
  font-size:11px;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.apropos-eyebrow:before{
  content:"";
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--red);
  box-shadow:0 0 13px var(--red);
}
.apropos-eyebrow:after{
  content:"";
  width:28px;
  height:1px;
  margin-left:4px;
  background:currentColor;
  opacity:.6;
}
.apropos-title{
  margin:14px 0 20px;
  color:inherit;
  font-family:'Space Grotesk', 'Inter', sans-serif;
  font-size:clamp(40px,5vw,70px);
  line-height:.98;
  letter-spacing:-.05em;
}
.apropos-title span{color:var(--red)}
.apropos-copy{
  margin:0;
  color:var(--muted);
  font-size:16px;
  line-height:1.78;
}
.apropos-button:not(.pbx-nav-audit-btn){
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  min-height:53px;
  padding:4px 4px 4px 28px;
  border:1px solid #DC2626;
  border-radius:999px;
  background:#DC2626;
  color:#fff;
  font-size:14px;
  font-weight:800;
  overflow:hidden;
  box-shadow:0 16px 42px rgba(220,38,38,.24);
  transition:.3s;
}
.apropos-button:not(.pbx-nav-audit-btn):before{
  content:"";
  position:absolute;
  inset:-120% auto -120% -38%;
  width:28%;
  background:rgba(255,255,255,.24);
  transform:rotate(24deg);
  transition:.55s;
}
.apropos-button:not(.pbx-nav-audit-btn):hover{transform:translateY(-3px);box-shadow:0 24px 56px rgba(255,59,63,.35)}
.apropos-button:not(.pbx-nav-audit-btn):hover:before{left:130%}
.apropos-button:not(.pbx-nav-audit-btn) svg{width:18px;height:18px}
.apropos-button:not(.pbx-nav-audit-btn) svg:first-of-type{
  width:44px;
  height:44px;
  flex-shrink:0;
  padding:13px;
  border-radius:999px;
  background:#fff;
  color:var(--red);
}
.apropos-reveal{opacity:0;transform:translateY(28px);transition:opacity .8s ease,transform .8s ease}
.apropos-reveal.apropos-visible{opacity:1;transform:none}

/* HERO */
.apropos-hero{
  position:relative;
  min-height:820px;
  padding:90px 0 90px;
  display:flex;
  align-items:center;
  isolation:isolate;
  color:var(--white);
}
.apropos-hero:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-5;
  opacity:.14;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);
  background-size:56px 56px;
  mask-image:linear-gradient(to bottom,#000,transparent 93%);
}
.apropos-hero:after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  z-index:-2;
  height:230px;
  background:linear-gradient(to top,var(--black),transparent);
}
.apropos-hero-layout{
  display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:70px;
  align-items:center;
}
.apropos-hero-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:24px;
  padding:8px 13px;
  border:1px solid rgba(255,59,63,.34);
  border-radius:999px;
  background:rgba(255,59,63,.075);
  color:#ff989b;
  font-size:10px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.apropos-hero-dot{
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--red);
  box-shadow:0 0 13px var(--red);
  animation:pulse 1.8s infinite;
}
.apropos-hero h1{
  margin:0 0 24px;
  color:var(--white);
  font-family:'Space Grotesk', 'Inter', sans-serif;
  font-size:60px;
  line-height:.92;
  letter-spacing:-.056em;
}
.apropos-hero h1 span{color:var(--red);text-shadow:0 0 42px rgba(255,59,63,.24)}
.apropos-hero-actions{margin-top:30px}
.apropos-hero-metrics{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-top:43px;
}
.apropos-hero-metric{
  position:relative;
  min-height:108px;
  padding:18px 16px;
  border:1px solid var(--line);
  border-radius:13px;
  background:linear-gradient(145deg,rgba(255,255,255,.062),rgba(255,255,255,.014));
  overflow:hidden;
}
.apropos-hero-metric:after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:62%;
  height:2px;
  background:linear-gradient(90deg,var(--red),transparent);
}
.apropos-hero-metric strong{
  display:block;
  margin-bottom:6px;
  font-family:'Space Grotesk', 'Inter', sans-serif;
  font-size:29px;
}
.apropos-hero-metric small{
  color:#8f98a6;
  font-size:9px;
  line-height:1.45;
  letter-spacing:.07em;
  text-transform:uppercase;
}

/* HERO VISUAL */
.apropos-visual{
  position:relative;
  min-height:630px;
}
.apropos-visual-frame{
  position:absolute;
  inset:35px 0 30px 55px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:30px;
  background:linear-gradient(155deg,rgba(255,255,255,.06),rgba(255,255,255,.015));
  box-shadow:0 48px 115px rgba(0,0,0,.56);
}
.apropos-visual-grid{
  position:absolute;
  inset:0;
  opacity:.2;
  border-radius:30px;
  background-image:
    linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px);
  background-size:30px 30px;
}
.apropos-visual-core{
  position:absolute;
  top:50%;
  left:50%;
  width:240px;
  height:240px;
  border:1px solid rgba(255,59,63,.42);
  border-radius:50%;
  transform:translate(-50%,-50%);
  box-shadow:0 0 65px rgba(255,59,63,.18),inset 0 0 46px rgba(255,59,63,.06);
}
.apropos-visual-core:before,
.apropos-visual-core:after{
  content:"";
  position:absolute;
  border-radius:50%;
  border:1px dashed rgba(255,255,255,.13);
}
.apropos-visual-core:before{inset:29px;animation:spin 18s linear infinite}
.apropos-visual-core:after{inset:74px}
.apropos-visual-core-content{
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  text-align:center;
}
.apropos-visual-core-content strong{
  display:block;
  color:var(--white);
  font-family:'Space Grotesk', 'Inter', sans-serif;
  font-size:44px;
}
.apropos-visual-core-content span{
  display:block;
  margin-top:6px;
  color:#a4adba;
  font-size:9px;
  line-height:1.45;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.apropos-float-card{
  position:absolute;
  width:195px;
  padding:18px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:17px;
  background:rgba(10,14,21,.86);
  backdrop-filter:blur(13px);
  box-shadow:0 20px 48px rgba(0,0,0,.42);
}
.apropos-float-card b{
  display:block;
  margin-bottom:7px;
  color:var(--red);
  font-family:'Space Grotesk', 'Inter', sans-serif;
  font-size:28px;
}
.apropos-float-card span{
  color:#c5cad1;
  font-size:10px;
  font-weight:700;
  line-height:1.45;
  letter-spacing:.07em;
  text-transform:uppercase;
}
.apropos-fc1{top:0;right:0}
.apropos-fc2{left:0;bottom:0}
.apropos-fc3{right:-20px;bottom:120px}

/* HISTORY */
.apropos-history{
  position:relative;
  padding:125px 0;
  background:var(--off);
  color:var(--dark-text);
}
.apropos-history:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 15% 20%,rgba(255,59,63,.075),transparent 23%),
    radial-gradient(circle at 85% 80%,rgba(35,55,90,.06),transparent 24%);
}
.apropos-history-layout{
  position:relative;
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:80px;
  align-items:center;
}
.apropos-history-visual{
  position:relative;
  min-height:520px;
  border:1px solid #e1e5ea;
  border-radius:27px;
  background:#fff;
  box-shadow:0 34px 80px rgba(27,39,55,.11);
  overflow:hidden;
}
.apropos-history-screen{
  position:absolute;
  inset:25px;
  border-radius:21px;
  background:
    radial-gradient(circle at 50% 50%,rgba(255,59,63,.18),transparent 31%),
    linear-gradient(150deg,#111823,#070a0f);
  overflow:hidden;
}
.apropos-history-screen:before{
  content:"";
  position:absolute;
  inset:0;
  opacity:.18;
  background-image:
    linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px);
  background-size:28px 28px;
}
.apropos-history-orbit{
  position:absolute;
  left:50%;
  top:50%;
  width:225px;
  height:225px;
  border:1px solid rgba(255,59,63,.4);
  border-radius:50%;
  transform:translate(-50%,-50%);
  box-shadow:0 0 55px rgba(255,59,63,.16),inset 0 0 40px rgba(255,59,63,.06);
}
.apropos-history-orbit:before,
.apropos-history-orbit:after{
  content:"";
  position:absolute;
  border-radius:50%;
  border:1px dashed rgba(255,255,255,.13);
}
.apropos-history-orbit:before{inset:28px;animation:spin 18s linear infinite}
.apropos-history-orbit:after{inset:67px}
.apropos-history-orbit-content{
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  text-align:center;
}
.apropos-history-orbit-content strong{
  display:block;
  color:var(--red);
  font-family:'Space Grotesk', 'Inter', sans-serif;
  font-size:38px;
}
.apropos-history-orbit-content span{
  display:block;
  margin-top:5px;
  color:#a8b0bc;
  font-size:9px;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.apropos-history-copy p{
  margin:0 0 18px;
  color:#68727f;
  font-size:16px;
  line-height:1.78;
}

/* MISSION VISION */
.apropos-direction{
  padding:125px 0;
  background:var(--black);
  color:var(--white);
}
.apropos-direction-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px;
  margin-top:50px;
}
.apropos-direction-card{
  position:relative;
  min-height:460px;
  padding:34px;
  border:1px solid var(--line);
  border-radius:24px;
  background:linear-gradient(155deg,rgba(255,255,255,.058),rgba(255,255,255,.014));
  overflow:hidden;
}
.apropos-direction-card:before{
  content:"";
  position:absolute;
  top:-110px;
  right:-100px;
  width:290px;
  height:290px;
  border-radius:50%;
  background:rgba(255,59,63,.1);
  filter:blur(18px);
}
.apropos-direction-number{
  color:rgba(255,255,255,.22);
  font-family:'Space Grotesk', 'Inter', sans-serif;
  font-size:42px;
}
.apropos-direction-icon{
  width:68px;
  height:68px;
  margin:35px 0 26px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,59,63,.36);
  border-radius:19px;
  background:rgba(255,59,63,.1);
  color:var(--red);
}
.apropos-direction-icon svg{width:29px}
.apropos-direction-card h3{
  margin:0 0 14px;
  color:var(--white);
  font-family:'Space Grotesk', 'Inter', sans-serif;
  font-size:36px;
}
.apropos-direction-card p{
  margin:0 0 18px;
  color:#99a2af;
  font-size:14px;
  line-height:1.78;
}

/* VALUES */
.apropos-values{
  padding:125px 0;
  background:var(--off);
  color:var(--dark-text);
}
.apropos-values-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
  margin-top:50px;
}
.apropos-value-card{
  position:relative;
  min-height:300px;
  padding:27px;
  border:1px solid #e1e5ea;
  border-radius:20px;
  background:#fff;
  box-shadow:0 20px 50px rgba(27,39,55,.07);
  transition:.35s;
}
.apropos-value-card:hover{
  transform:translateY(-8px);
  box-shadow:0 30px 70px rgba(27,39,55,.12);
}
.apropos-value-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
}
.apropos-value-number{
  color:#c8ced5;
  font-family:'Space Grotesk', 'Inter', sans-serif;
  font-size:31px;
}
.apropos-value-icon{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,59,63,.28);
  border-radius:16px;
  background:rgba(255,59,63,.09);
  color:var(--red);
}
.apropos-value-icon svg{width:25px}
.apropos-value-card h3{
  margin:32px 0 12px;
  font-family:'Space Grotesk', 'Inter', sans-serif;
  font-size:27px;
}
.apropos-value-card p{
  margin:0;
  color:#6f7985;
  font-size:13px;
  line-height:1.72;
}

/* KPI */
.apropos-kpi{
  padding:95px 0;
  background:linear-gradient(180deg,#070a0f,#05070b);
  color:var(--white);
}
.apropos-kpi-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.apropos-kpi-card{
  position:relative;
  min-height:180px;
  padding:26px;
  border:1px solid var(--line);
  border-radius:18px;
  background:rgba(255,255,255,.025);
  text-align:center;
  overflow:hidden;
}
.apropos-kpi-card:after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:60%;
  height:2px;
  background:linear-gradient(90deg,var(--red),transparent);
}
.apropos-kpi-card strong{
  display:block;
  margin-bottom:10px;
  color:var(--red);
  font-family:'Space Grotesk', 'Inter', sans-serif;
  font-size:42px;
}
.apropos-kpi-card span{
  color:#a0a8b4;
  font-size:11px;
  line-height:1.5;
  letter-spacing:.08em;
  text-transform:uppercase;
}

/* CTA */
.apropos-cta{
  padding:110px 0;
  background:
    radial-gradient(circle at 50% 100%,rgba(255,59,63,.18),transparent 48%),
    var(--black);
  color:var(--white);
}
.apropos-cta-box{
  position:relative;
  max-width:1030px;
  margin:auto;
  padding:76px 44px;
  border:1px solid var(--line);
  border-radius:29px;
  background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.015));
  text-align:center;
  overflow:hidden;
}
.apropos-cta-box:before{
  content:"";
  position:absolute;
  top:-130px;
  left:-110px;
  width:340px;
  height:340px;
  border-radius:50%;
  background:rgba(255,59,63,.12);
  filter:blur(45px);
}
.apropos-cta-content{position:relative;z-index:2}
.apropos-cta h2{
  max-width:800px;
  margin:15px auto 20px;
  color:var(--white);
  font-family:'Space Grotesk', 'Inter', sans-serif;
  font-size:clamp(40px,5vw,67px);
  line-height:.98;
  letter-spacing:-.05em;
}
.apropos-cta h2 span{color:var(--red)}



@keyframes pulse{50%{opacity:.4;transform:scale(.76)}}
@keyframes spin{to{transform:rotate(360deg)}}

@media(max-width:1080px){
  .apropos-hero-layout,.apropos-history-layout{grid-template-columns:1fr}
  .apropos-visual{min-height:570px}
}
@media(max-width:780px){
  .apropos-container{width:min(100% - 28px,1180px)}
  .nav{display:none}
  .apropos-hero{min-height:auto;padding:88px 0 36px}
  .apropos-hero h1{font-size:34px!important;line-height:1.12!important}
  .apropos-hero-metrics{grid-template-columns:1fr}
  .apropos-visual{
    min-height:280px;
    margin:0;
    transform:none;
  }
  .apropos-float-card{display:none}
  .apropos-history,
  .apropos-direction,
  .apropos-values{padding:56px 0}
  .apropos-kpi{padding:40px 0 24px}
  .apropos-cta{padding:24px 0 56px}
  .apropos-direction-grid,
  .apropos-values-grid,
  .apropos-kpi-grid{grid-template-columns:1fr}
  .apropos-kpi-card{min-height:auto;padding:22px 18px}
  .apropos-history-visual{min-height:280px}
  .apropos-button{width:100%}
  .apropos-cta-box{
    padding:40px 18px;
    border-radius:20px;
  }
  .apropos-cta h2{
    font-size:28px!important;
    line-height:1.15!important;
    margin:12px auto 20px;
  }

  /* Bouton CTA : pleine largeur, cercle à droite */
  .apropos-cta-content .pbx-nav-audit-btn,
  .apropos-cta-content .apropos-button,
  .apropos-hero-actions .pbx-nav-audit-btn,
  .apropos-hero-actions .apropos-button{
    width:100%!important;
    max-width:100%!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
    min-height:52px!important;
    height:52px!important;
    padding:4px 4px 4px 20px!important;
    border-radius:100px!important;
    box-sizing:border-box;
    white-space:nowrap!important;
    overflow:hidden!important;
  }
  .apropos-cta-content .pbx-nav-audit-label,
  .apropos-hero-actions .pbx-nav-audit-label{
    flex:1 1 auto!important;
    min-width:0;
    text-align:left!important;
    white-space:nowrap!important;
    overflow:hidden;
    text-overflow:ellipsis;
    margin:0!important;
  }
  .apropos-cta-content .pbx-nav-audit-icon,
  .apropos-hero-actions .pbx-nav-audit-icon{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    position:relative!important;
    top:auto!important;
    right:auto!important;
    transform:none!important;
    flex-shrink:0!important;
    width:44px!important;
    height:44px!important;
    margin-left:0!important;
    border-radius:9999px!important;
    background:#fff!important;
    color:#DC2626!important;
  }
  .apropos-cta-content .pbx-nav-audit-icon svg,
  .apropos-hero-actions .pbx-nav-audit-icon svg{
    display:block!important;
    width:18px!important;
    height:18px!important;
  }
}
@media(max-width:500px){
  .apropos-hero{padding:84px 0 28px}
  .apropos-visual{
    min-height:240px;
    margin:0;
    transform:none;
  }
  .apropos-kpi{padding:28px 0 16px}
  .apropos-cta{padding:16px 0 48px}
}
@media(prefers-reduced-motion:reduce){
  *,*:before,*:after{
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    transition-duration:.01ms!important;
  }
}

.apropos-page {
  font-family: 'Inter', sans-serif;
}
.apropos-page a,
.apropos-page p,
.apropos-page li,
.apropos-page span,
.apropos-page small,
.apropos-page strong,
.apropos-page b,
.apropos-page button,
.apropos-page input,
.apropos-page textarea,
.apropos-page label {
  font-family: 'Inter', sans-serif;
}
.apropos-page a { text-decoration: none; color: inherit; }
.apropos-page h1,
.apropos-page h2,
.apropos-page h3,
.apropos-page h4,
.apropos-page h5,
.apropos-page h6 {
  font-family: 'Space Grotesk', 'Inter', sans-serif;
}
