/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 17 2026 | 20:08:30 */
/* ============================================================
   ONEWAYPRINT — CUSTOM CSS
   Direction : Atmospheric Deep · Dark mode · 1400px
   À coller dans : Customizer → Additional CSS
   Compatible : GeneratePress + GenerateBlocks Pro / Kadence
   ============================================================
   USAGE :
   Sur chaque bloc WordPress, ajoute la classe correspondante
   dans le champ "CSS Class(es)" (panneau Advanced du bloc).
   Ex : .owp-btn-primary sur ton bouton principal.
   ============================================================ */


/* ─────────────────────────────────────────────
   1. IMPORT FONTS (Inter + Inter Tight)
   ───────────────────────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Inter+Tight:wght@400;500;600;700;800&display=swap');


/* ─────────────────────────────────────────────
   2. VARIABLES DE MARQUE
   ───────────────────────────────────────────── */
:root {
  --owp-ink:        #08111A;   /* Fond principal */
  --owp-ink-2:      #0D1924;   /* Fond cartes */
  --owp-ink-3:      #11212F;   /* Fond cartes alt */
  --owp-blue-deep:  #16435B;
  --owp-blue-med:   #2F6691;
  --owp-blue-light: #3A7CA6;
  --owp-blue-glow:  #4A95C4;   /* Accent lumineux */
  --owp-sand:       #D9DCD6;   /* Texte principal */
  --owp-sand-2:     rgba(217, 220, 214, 0.7);
  --owp-sand-3:     rgba(217, 220, 214, 0.45);
  --owp-line:       rgba(217, 220, 214, 0.08);
  --owp-line-2:     rgba(217, 220, 214, 0.14);

  --owp-radius:     14px;
  --owp-radius-lg:  24px;
  --owp-radius-pill: 100px;
  --owp-max:        1400px;
}


/* ─────────────────────────────────────────────
   3. BASE — corps + typo
   ───────────────────────────────────────────── */
body {
  background: var(--owp-ink);
  color: var(--owp-sand);
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.55;
}

h1, h2, h3, h4, h5, h6,
.owp-tight {
  font-family: 'Inter Tight', sans-serif;
  letter-spacing: -0.025em;
}

h1 { font-weight: 700; line-height: 1; letter-spacing: -0.045em; }
h2 { font-weight: 700; line-height: 1.05; letter-spacing: -0.035em; }


/* ─────────────────────────────────────────────
   4. MESH BACKGROUND (à appliquer sur <body> ou
   sur le 1er container plein écran)
   ───────────────────────────────────────────── */
body::before,
.owp-bg-mesh {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(58,124,166,0.18), transparent 45%),
    radial-gradient(circle at 85% 10%, rgba(47,102,145,0.15), transparent 50%),
    radial-gradient(circle at 50% 70%, rgba(22,67,91,0.25), transparent 60%);
  z-index: -1;
  pointer-events: none;
}


/* ─────────────────────────────────────────────
   5. NAVIGATION PILL FLOTTANTE
   À appliquer sur le bloc Header (Kadence/GP)
   ───────────────────────────────────────────── */
.owp-nav-pill {
  position: fixed !important;
  top: 20px;
  left: 50% !important;
  transform: translateX(-50%);
  z-index: 50;
  width: min(960px, calc(100% - 40px));
  padding: 8px 12px 8px 24px !important;
  background: rgba(13, 25, 36, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--owp-line-2);
  border-radius: var(--owp-radius-pill);
}
.owp-nav-pill a {
  color: var(--owp-sand-2);
  font-size: 14px;
  padding: 8px 14px;
  border-radius: var(--owp-radius-pill);
  transition: 0.2s;
  text-decoration: none;
}
.owp-nav-pill a:hover {
  color: var(--owp-sand);
  background: rgba(217, 220, 214, 0.06);
}
/* Logo dot (point lumineux à côté du nom) */
.owp-logo-dot {
  display: inline-block;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--owp-blue-glow);
  box-shadow: 0 0 12px var(--owp-blue-glow);
  margin-right: 8px;
  vertical-align: middle;
}


/* ─────────────────────────────────────────────
   6. HERO + HALO ANIMÉ
   ───────────────────────────────────────────── */
.owp-hero {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding: 160px 24px 80px !important;
  text-align: center;
}
.owp-hero::before {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 900px; height: 900px;
  background: radial-gradient(circle, rgba(58,124,166,0.25) 0%, transparent 60%);
  filter: blur(40px);
  z-index: 0;
  animation: owp-float 20s ease-in-out infinite;
  pointer-events: none;
}
.owp-hero > * { position: relative; z-index: 1; }

@keyframes owp-float {
  0%, 100% { transform: translate(-50%, -50%) scale(1); }
  50%      { transform: translate(-50%, -50%) scale(1.15); }
}


/* ─────────────────────────────────────────────
   7. PILL BADGE (étiquette "NEW · Production…")
   ───────────────────────────────────────────── */
.owp-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px 6px 8px;
  background: rgba(58, 124, 166, 0.12);
  border: 1px solid rgba(58, 124, 166, 0.3);
  border-radius: var(--owp-radius-pill);
  font-size: 13px;
  color: var(--owp-sand);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.owp-pill-badge {
  background: var(--owp-blue-glow);
  color: var(--owp-ink);
  padding: 3px 10px;
  border-radius: var(--owp-radius-pill);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
}


/* ─────────────────────────────────────────────
   8. TITRES — texte gradient
   ───────────────────────────────────────────── */
.owp-gradient-text {
  background: linear-gradient(135deg, var(--owp-blue-glow), var(--owp-sand) 60%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.owp-h1 {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 700;
  font-size: clamp(56px, 9vw, 120px);
  line-height: 1;
  letter-spacing: -0.045em;
}
.owp-h2 {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 700;
  font-size: clamp(40px, 5.5vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.035em;
}


/* ─────────────────────────────────────────────
   9. EYEBROW (petit titre au-dessus)
   ───────────────────────────────────────────── */
.owp-eyebrow {
  display: inline-block;
  font-size: 13px;
  color: var(--owp-blue-glow);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 14px;
}


/* ─────────────────────────────────────────────
   10. BOUTONS
   ───────────────────────────────────────────── */
.owp-btn-primary,
.owp-btn-primary a {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  background: var(--owp-sand) !important;
  color: var(--owp-ink) !important;
  padding: 14px 26px !important;
  border-radius: var(--owp-radius-pill) !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  text-decoration: none !important;
  border: 0 !important;
  transition: 0.2s;
}
.owp-btn-primary:hover,
.owp-btn-primary a:hover {
  box-shadow: 0 0 40px rgba(217, 220, 214, 0.25);
  transform: translateY(-1px);
}

.owp-btn-ghost,
.owp-btn-ghost a {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  padding: 14px 22px !important;
  border-radius: var(--owp-radius-pill) !important;
  color: var(--owp-sand) !important;
  font-size: 15px !important;
  border: 1px solid var(--owp-line-2) !important;
  background: transparent !important;
  text-decoration: none !important;
  transition: 0.2s;
}
.owp-btn-ghost:hover,
.owp-btn-ghost a:hover {
  border-color: var(--owp-sand-2) !important;
  background: rgba(217, 220, 214, 0.04) !important;
}


/* ─────────────────────────────────────────────
   11. CARTES PRODUIT — effet glass
   ───────────────────────────────────────────── */
.owp-card-product {
  background: linear-gradient(180deg, rgba(13,25,36,0.8), rgba(8,17,26,0.4)) !important;
  border: 1px solid var(--owp-line-2) !important;
  border-radius: 16px !important;
  padding: 28px !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.owp-card-product::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--owp-line-2) 30%, var(--owp-line-2) 70%, transparent);
}
.owp-card-product:hover {
  border-color: rgba(74, 149, 196, 0.4) !important;
  transform: translateY(-3px);
  box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0.4);
}


/* ─────────────────────────────────────────────
   12. CARTES FEATURE (icône + titre + texte)
   ───────────────────────────────────────────── */
.owp-card-feature {
  padding: 30px !important;
  background: linear-gradient(180deg, rgba(13,25,36,0.6), rgba(8,17,26,0.3)) !important;
  border: 1px solid var(--owp-line-2) !important;
  border-radius: var(--owp-radius) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.owp-feature-icon {
  width: 42px; height: 42px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--owp-blue-glow), var(--owp-blue-deep));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 18px;
  box-shadow: 0 0 24px rgba(74, 149, 196, 0.3);
}


/* ─────────────────────────────────────────────
   13. CTA ZONE — bloc sombre arrondi avec halo
   ───────────────────────────────────────────── */
.owp-cta-zone {
  margin: 60px auto 0;
  max-width: 1300px;
  padding: 80px 40px !important;
  text-align: center;
  background: linear-gradient(135deg, rgba(22,67,91,0.4), rgba(13,25,36,0.6)) !important;
  border: 1px solid var(--owp-line-2);
  border-radius: var(--owp-radius-lg);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.owp-cta-zone::before {
  content: "";
  position: absolute;
  top: -50%; left: -50%;
  width: 200%; height: 200%;
  background: radial-gradient(circle at 50% 50%, rgba(74,149,196,0.2), transparent 30%);
  animation: owp-float 15s ease-in-out infinite;
  pointer-events: none;
}
.owp-cta-zone > * { position: relative; z-index: 1; }


/* ─────────────────────────────────────────────
   14. CONTAINERS / SECTIONS
   ───────────────────────────────────────────── */
.owp-container {
  max-width: var(--owp-max) !important;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
.owp-section {
  padding: 100px 24px !important;
  position: relative;
}


/* ─────────────────────────────────────────────
   15. FOOTER (à appliquer sur le bloc footer)
   ───────────────────────────────────────────── */
.owp-footer {
  padding: 60px 24px 30px !important;
  border-top: 1px solid var(--owp-line-2);
  margin-top: 80px;
}
.owp-footer h4,
.owp-footer .gb-headline {
  font-size: 13px !important;
  color: var(--owp-sand-3) !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em;
  margin-bottom: 18px !important;
}
.owp-footer a {
  display: block;
  padding: 5px 0;
  font-size: 14px;
  color: var(--owp-sand-2);
  text-decoration: none;
  transition: 0.2s;
}
.owp-footer a:hover { color: var(--owp-sand); }


/* ─────────────────────────────────────────────
   16. UTILITAIRES TYPO
   ───────────────────────────────────────────── */
.owp-text-sand   { color: var(--owp-sand) !important; }
.owp-text-muted  { color: var(--owp-sand-2) !important; }
.owp-text-dim    { color: var(--owp-sand-3) !important; }
.owp-text-blue   { color: var(--owp-blue-light) !important; }
.owp-text-glow   { color: var(--owp-blue-glow) !important; }


/* ─────────────────────────────────────────────
   17. WOOCOMMERCE (si tu l'utilises) — alignement
   couleurs avec la marque
   ───────────────────────────────────────────── */
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  color: var(--owp-blue-glow) !important;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  background: var(--owp-sand) !important;
  color: var(--owp-ink) !important;
  border-radius: var(--owp-radius-pill) !important;
  padding: 12px 24px !important;
  font-weight: 500 !important;
  border: 0 !important;
  transition: 0.2s;
}
.woocommerce a.button:hover {
  box-shadow: 0 0 30px rgba(217, 220, 214, 0.25);
  transform: translateY(-1px);
}


/* ─────────────────────────────────────────────
   18. RESPONSIVE
   ───────────────────────────────────────────── */
@media (max-width: 900px) {
  .owp-nav-pill { padding: 6px 8px 6px 16px !important; }
  .owp-nav-pill a { font-size: 13px; padding: 6px 10px; }
  .owp-section { padding: 60px 20px !important; }
  .owp-cta-zone { padding: 50px 24px !important; border-radius: var(--owp-radius); }
  .owp-hero { padding: 120px 20px 60px !important; }
  .owp-hero::before { width: 600px; height: 600px; }
}


/* ============================================================
   FIN — OneWayPrint custom CSS
   ============================================================ */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

