/* ==========================================================================
   page-notre-flotte.css
   Look & feel aligné sur page-transfert.css (futuriste / glass / premium)
   Scope: uniquement template "page-notre-flotte.php" + main.page-notre-flotte
   ========================================================================== */

/* ✅ Double-scope : body WP + main */
.page-template-page-notre-flotte,
.page-template-page-notre-flotte-php,
body.page-template-page-notre-flotte,
body.page-template-page-notre-flotte-php,
.page-notre-flotte{
  /* Variables design (mêmes vibes que page-transfert) */
  --bg: #070A12;
  --bg2:#0A1020;
  --card: rgba(255,255,255,.06);
  --stroke: rgba(255,255,255,.14);

  --text: rgba(255,255,255,1);
  --muted: rgba(255,255,255,.78);
  --muted2: rgba(255,255,255,.62);

  --accent: #7C5CFF;
  --accent2:#2EE9A6;
  --accent3:#00D1FF;
  --warn: #FF7A2F;

  --shadow: 0 18px 60px rgba(0,0,0,.45);
  --shadow2: 0 12px 35px rgba(0,0,0,.35);

  --r12: 12px;
  --r16: 16px;
  --r22: 22px;
  --r28: 28px;
}

/* Reset léger scopé */
.page-template-page-notre-flotte *,
.page-template-page-notre-flotte-php *,
.page-notre-flotte *,
.page-template-page-notre-flotte *::before,
.page-template-page-notre-flotte *::after,
.page-template-page-notre-flotte-php *::before,
.page-template-page-notre-flotte-php *::after,
.page-notre-flotte *::before,
.page-notre-flotte *::after { box-sizing: border-box; }

.page-template-page-notre-flotte a,
.page-template-page-notre-flotte-php a,
.page-notre-flotte a{ color: inherit; text-decoration: none; }

.page-template-page-notre-flotte a:focus-visible,
.page-template-page-notre-flotte-php a:focus-visible,
.page-notre-flotte a:focus-visible,
.page-template-page-notre-flotte button:focus-visible,
.page-template-page-notre-flotte-php button:focus-visible,
.page-notre-flotte button:focus-visible,
.page-template-page-notre-flotte input:focus-visible,
.page-template-page-notre-flotte-php input:focus-visible,
.page-notre-flotte input:focus-visible,
.page-template-page-notre-flotte select:focus-visible,
.page-template-page-notre-flotte-php select:focus-visible,
.page-notre-flotte select:focus-visible,
.page-template-page-notre-flotte textarea:focus-visible,
.page-template-page-notre-flotte-php textarea:focus-visible,
.page-notre-flotte textarea:focus-visible{
  outline: 3px solid rgba(0,209,255,.45);
  outline-offset: 3px;
  border-radius: 10px;
}

/* ✅ Fond / typo page flotte (comme page-transfert) */

body.page-template-page-notre-flotte-php{
  margin: 0;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(1200px 650px at 20% 10%, rgba(124,92,255,.35), transparent 60%),
    radial-gradient(900px 500px at 85% 15%, rgba(0,209,255,.22), transparent 55%),
    radial-gradient(800px 500px at 70% 85%, rgba(46,233,166,.16), transparent 60%),
    linear-gradient(180deg, var(--bg), var(--bg2));
  overflow-x: hidden;
  font-weight: 500;
  letter-spacing: .15px;
  background-attachment: scroll; 
}

/* ==========================================================================
   Containers (ton template utilise .tr-container)
   ========================================================================== */
.page-template-page-notre-flotte .tr-container,
.page-template-page-notre-flotte-php .tr-container,
.page-notre-flotte .tr-container{
  width: min(1600px, calc(100% - 48px));
  margin: 0 auto;
}

@media (max-width: 760px){
  .page-template-page-notre-flotte .tr-container,
  .page-template-page-notre-flotte-php .tr-container,
  .page-notre-flotte .tr-container{ width: calc(100% - 28px); }
}

/* ==========================================================================
   Typo (kicker, h1/h2/h3, lead, muted)
   ========================================================================== */
.page-notre-flotte .kicker{
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.70);
  margin: 0 0 10px 0;
}

.page-notre-flotte h1,
.page-notre-flotte h2,
.page-notre-flotte h3{ margin: 0 0 12px 0; }

.page-notre-flotte h1{
  font-size: clamp(34px, 3.2vw, 60px);
  font-weight: 950;
  letter-spacing: -0.03em;
  line-height: 1.03;
  text-transform: uppercase;
}

.page-notre-flotte h2{
  font-size: clamp(26px, 2.2vw, 42px);
  font-weight: 950;
  letter-spacing: -0.02em;
  line-height: 1.08;
}

.page-notre-flotte h3{
  font-size: 20px;
  font-weight: 950;
  letter-spacing: -0.01em;
}

.page-notre-flotte .lead{
  color: rgba(255,255,255,.80);
  font-size: 18px;
  line-height: 1.65;
  margin: 10px 0 0 0;
  max-width: 68ch;
}

.page-notre-flotte .muted{
  color: var(--muted);
  line-height: 1.65;
}

.page-notre-flotte .grad{
  background: linear-gradient(135deg, rgba(46,233,166,1), rgba(0,209,255,1), rgba(124,92,255,1));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ==========================================================================
   Buttons (reprend la logique page-transfert)
   ========================================================================== */
.page-notre-flotte .actions{
  display:flex;
  gap: 12px;
  flex-wrap:wrap;
  margin-top: 18px;
}

.page-notre-flotte .btn{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 14px;
  font-weight: 950;
  font-size: 14px;
  border: 1px solid rgba(255,255,255,.10);
  transition: transform .15s ease, filter .15s ease, background .15s ease;
  user-select:none;
}

.page-notre-flotte .btn:hover{ transform: translateY(-1px); }

.page-notre-flotte .btn--primary{
  color: #071018;
  background: linear-gradient(135deg, rgba(124,92,255,1), rgba(0,209,255,1));
  box-shadow: 0 18px 45px rgba(124,92,255,.20);
}

.page-notre-flotte .btn--ghost{
  color: rgba(255,255,255,.92);
  background: linear-gradient(-135deg, rgba(245, 91, 39, 0.6), rgba(220, 68, 19, 0.8));
}
.page-notre-flotte .btn--ghost:hover{ background: rgba(255,255,255,.09); }

/* ==========================================================================
   Sections modules
   ========================================================================== */
.page-notre-flotte .module{
  position: relative;
  padding: 76px 0;
}

@media (max-width: 760px){
  .page-notre-flotte .module{ padding: 58px 0; }
}

/* ==========================================================================
   HERO flotte (module--nfHero)
   ========================================================================== */
.page-notre-flotte .module--nfHero{
  padding: 0 0 28px;
}

.page-notre-flotte .moduleFX{
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.95;
}

.page-notre-flotte .mx{
  position:absolute;
  border-radius: 999px;
  filter: blur(22px);
  opacity: .55;
}
.page-notre-flotte .m1{ width: 520px; height: 520px; left: -120px; top: -140px; background: rgba(124,92,255,.55); }
.page-notre-flotte .m2{ width: 460px; height: 460px; right: -160px; top: 30px; background: rgba(0,209,255,.40); }
.page-notre-flotte .m3{ width: 520px; height: 520px; left: 40%; bottom: -260px; background: rgba(46,233,166,.30); }
.page-notre-flotte .m4{ width: 260px; height: 260px; right: 18%; bottom: 18%; background: rgba(255,255,255,.10); }

.page-notre-flotte .nfHero__grid{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 28px;
  align-items: center;
  padding-bottom: 22px;
}

@media (max-width: 1100px){
  .page-notre-flotte .nfHero__grid{ grid-template-columns: 1fr; }
}

/* Pills sous le hero */
.page-notre-flotte .nfHero__highlights{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.page-notre-flotte .pill{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.85);
  font-weight: 900;
  font-size: 13px;
}

/* Media frame (comme heroCard page-transfert) */
.page-notre-flotte .mediaFrame{
  border-radius: 26px;
  overflow:hidden;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: var(--shadow);
  position: relative;
  isolation:isolate;
  min-height: 520px;
  display:flex;
  flex-direction:column;
  margin-top: 60px;
}

.page-notre-flotte .mediaFrame img{
  width:100%;
  height: 520px;
  object-fit: cover;
  filter: saturate(1.06) contrast(1.06);
  transform: scale(1.02);
  display:block;
}

.page-notre-flotte .mediaFrame::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(600px 300px at 20% 25%, rgba(124, 92, 255, 0.22), transparent 60%),
    radial-gradient(500px 260px at 80% 15%, rgba(0, 209, 255, 0.26), transparent 60%),
    linear-gradient(180deg, rgba(7,10,18,0), rgba(7,10,18,.55));
  pointer-events:none;
}

@media (max-width: 1100px){
  .page-notre-flotte .mediaFrame{ min-height: 420px; }
  .page-notre-flotte .mediaFrame img{ height: 420px; }
}
@media (max-width: 760px){
  .page-notre-flotte .module--nfHero{ padding-top: 72px; }
  .page-notre-flotte .mediaFrame img{ height: 340px; }
}

/* Chips */
.page-notre-flotte .chip{
  position:absolute;
  display:inline-flex;
  align-items:center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(10,16,32,.66);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-weight: 950;
  font-size: 13px;
  color: rgba(255,255,255,.92);
  z-index: 2;
}
.page-notre-flotte .c1{ left: 14px; bottom: 14px; }
.page-notre-flotte .c2{ right: 14px; bottom: 14px; }
.page-notre-flotte .c3{ left: 14px; top: 14px; }

/* Quote card (petite glass note premium) */
.page-notre-flotte .quoteCard{
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: var(--shadow2);
  display:grid;
  gap: 8px;
  color: rgba(255,255,255,.84);
}
.page-notre-flotte .quoteCard i{
  color: rgba(0,209,255,.9);
  font-size: 18px;
}
.page-notre-flotte .quoteCard p{ margin: 0; line-height: 1.6; }
.page-notre-flotte .quoteCard span{
  color: rgba(255,255,255,.62);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* ==========================================================================
   HeadRow module véhicules
   ========================================================================== */
.page-notre-flotte .headRow{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.page-notre-flotte .link{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  font-weight: 950;
  color: rgba(255,255,255,.92);
}
.page-notre-flotte .link:hover{ background: rgba(255,255,255,.09); }

/* ==========================================================================
   Fleet rows
   ========================================================================== */
.page-notre-flotte .nfFleet{
  display:grid;
  gap: 22px;
}

.page-notre-flotte .fleetRow{
  display:grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 22px;
  align-items: stretch;
}

.page-notre-flotte .fleetRow.is-reverse{
  grid-template-columns: 1.1fr 1fr;
}
.page-notre-flotte .fleetRow.is-reverse .fleetRow__media{ order: 2; }
.page-notre-flotte .fleetRow.is-reverse .fleetRow__content{ order: 1; }

@media (max-width: 1100px){
  .page-notre-flotte .fleetRow,
  .page-notre-flotte .fleetRow.is-reverse{
    grid-template-columns: 1fr;
  }
  .page-notre-flotte .fleetRow.is-reverse .fleetRow__media,
  .page-notre-flotte .fleetRow.is-reverse .fleetRow__content{
    order: initial;
  }
}

/* Media figure */
.page-notre-flotte .fleetRow__media{ margin: 0; }
.page-notre-flotte .fleetRow__media .mediaFrame{
  min-height: 420px;
}
.page-notre-flotte .fleetRow__media .mediaFrame img{
  height: 420px;
}
@media (max-width: 760px){
  .page-notre-flotte .fleetRow__media .mediaFrame img{ height: 320px; }
}

/* Glass card content */
.page-notre-flotte .glassCard{
  border-radius: 26px;
  background:
    radial-gradient(900px 280px at 20% 0%, rgba(0,209,255,.14), transparent 60%),
    radial-gradient(700px 240px at 90% 10%, rgba(124,92,255,.12), transparent 60%),
    rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: var(--shadow2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 18px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap: 14px;
}

/* Top infos + tags */
.page-notre-flotte .fleetTop{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.page-notre-flotte .fleetTags{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content:flex-end;
}

.page-notre-flotte .tagPill{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 12px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  white-space: nowrap;
  color: rgba(255,255,255,.92);
}

/* Price box (comme bloc tarifs) */
.page-notre-flotte .priceBox{
  padding: 12px;
  border-radius: 18px;
  background: rgba(0,0,0,.18);
  border: 1px solid rgba(255,255,255,.10);
}

.page-notre-flotte .priceBox__title{
  display:flex;
  align-items:center;
  gap: 10px;
  font-weight: 950;
  letter-spacing: .02em;
  color: rgba(255,255,255,.92);
}

.page-notre-flotte .priceList{
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
  display:grid;
  gap: 10px;
}

.page-notre-flotte .priceList li{
  display:flex;
  align-items:flex-start;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.86);
  font-weight: 800;
  line-height: 1.4;
}
.page-notre-flotte .priceList li i{
  margin-top: 2px;
  color: rgba(46,233,166,.95);
}

/* ==========================================================================
   CTA Bar (ctaBar--flotte)
   ========================================================================== */
.page-notre-flotte .ctaBar{
  border-radius: 28px;
  padding: 22px;
  background: linear-gradient(135deg, rgba(28, 26, 62, 0.18), rgba(15, 17, 36, 0.41), rgba(46, 233, 166, 0.10));
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: var(--shadow);
  display:grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items:center;
}

.page-notre-flotte .ctaBar .actions{ margin-top: 0; }

@media (max-width: 1100px){
  .page-notre-flotte .ctaBar{ grid-template-columns: 1fr; }
}

/* ==========================================================================
   Compat WP : images/iframes max
   ========================================================================== */
.page-template-page-notre-flotte img,
.page-template-page-notre-flotte-php img,
.page-notre-flotte img{ max-width: 100%; height: auto; }

.page-template-page-notre-flotte iframe,
.page-template-page-notre-flotte-php iframe,
.page-notre-flotte iframe{ max-width: 100%; }

/* ==========================================================================
   Optionnel : neutraliser padding/margins de thème autour du contenu
   ========================================================================== */
body.page-template-page-notre-flotte .content-area,
body.page-template-page-notre-flotte .main-content,
body.page-template-page-notre-flotte #primary,
body.page-template-page-notre-flotte-php .content-area,
body.page-template-page-notre-flotte-php .main-content,
body.page-template-page-notre-flotte-php #primary{
  padding-top: 0 !important;
  margin-top: 0 !important;
}


/* ==========================================================================
   ✅ Séparateurs + modules “rythme” (comme page-transfert)
   À ajouter en FIN de fichier
   ========================================================================== */

/* Séparateur type page-transfert */
.page-notre-flotte .dividerGlass{
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.12), transparent);
  width: 100%;
}

/* Section infos + map (si tu ajoutes module--nfInfo + nfTwo dans le template) */
.page-notre-flotte .nfTwo{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items:center;
}

@media (max-width: 1100px){
  .page-notre-flotte .nfTwo{ grid-template-columns: 1fr; }
}

/* Carte glass générique (réutilisable) */
.page-notre-flotte .glass{
  border-radius: 26px;
  background:
    radial-gradient(900px 280px at 20% 0%, rgba(0,209,255,.14), transparent 60%),
    radial-gradient(700px 240px at 90% 10%, rgba(124,92,255,.12), transparent 60%),
    rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: var(--shadow2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 18px;
}

/* Bullets premium (comme transfert) */
.page-notre-flotte .nfBullets{
  display:grid;
  gap: 10px;
  margin-top: 14px;
  color: rgba(255,255,255,.86);
  font-weight: 800;
}

.page-notre-flotte .nfBullets > div{
  display:flex;
  align-items:flex-start;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
}

.page-notre-flotte .nfBullets i{
  margin-top: 2px;
  color: rgba(46,233,166,.95);
}

/* Map frame (copie du style transfert) */
.page-notre-flotte .mapFrame{
  border-radius: 26px;
  overflow:hidden;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: var(--shadow);
  background: rgba(255,255,255,.04);
  min-height: 460px;
  position: relative;
}

.page-notre-flotte .mapFrame iframe{
  width:100%;
  height: 460px;
  border:0;
  display:block;
  filter: saturate(1.1) contrast(1.05);
}

.page-notre-flotte .mapOverlay{
  position:absolute;
  inset: 0;
  pointer-events:none;
  background:
    radial-gradient(600px 260px at 25% 20%, rgba(0,209,255,.12), transparent 60%),
    linear-gradient(180deg, rgba(7,10,18,.0), rgba(7,10,18,.25));
}

/* Section CTA alternée (si tu changes <section class="module module--nfCta">) */
.page-notre-flotte .module--nfCta{
  background: linear-gradient(135deg, rgba(28, 26, 62, 0.18), rgba(15, 17, 36, 0.41), rgba(46, 233, 166, 0.08));
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
}

/* Scroll to top (comme page-transfert) */
.page-notre-flotte .scrollToTop{
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display:grid;
  place-items:center;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: var(--shadow2);
  color: rgba(255,255,255,.92);
  z-index: 60;
}

.page-notre-flotte .scrollToTop:hover{
  background: rgba(255,255,255,.10);
}


/* Séparateurs entre modules (rythme visuel) */
.page-notre-flotte .module + .module{
  border-top: 1px solid rgba(255,255,255,.06);
}

.page-notre-flotte .module + .module::before{
  content:"";
  position:absolute;
  left:0; right:0;
  top:-1px;
  height:1px;
  background: linear-gradient(90deg, transparent, rgba(0,209,255,.22), rgba(124,92,255,.18), transparent);
  pointer-events:none;
}

