:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-98a2a95 *//* ==========================================================================
   PAGE PIQUETS BOIS — HERO ÉDITORIAL + BANDE SPECS
   Campourcy · Plus Jakarta Sans · Préfixe cpb-
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
  --cpb-forest : #2D5016;
  --cpb-ocre   : #BA7517;
  --cpb-bg     : #F5F3EE;
  --cpb-white  : #FFFFFF;
  --cpb-ink    : #1A1A18;
  --cpb-ease   : cubic-bezier(0.25, 1, 0.5, 1);
}

/* ==========================================================================
   SECTION 1 — HERO PLEINE LARGEUR
   ========================================================================== */

.cpb-hero {
  position: relative !important;
  width: 100% !important;
  /* Hauteur : occupe 90 vh sur desktop, 70 vh sur mobile */
  min-height: 70vh !important;
  display: flex !important;
  align-items: flex-end !important;
  overflow: hidden !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
}

/* --- Image de fond --- */
.cpb-hero__bg {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
}

.cpb-hero__bg-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center 30% !important;
  display: block !important;
  /* Zoom lent au chargement : signature visuelle de cette section */
  animation: cpbZoomIn 12s var(--cpb-ease) forwards !important;
  transform-origin: center center !important;
}

@keyframes cpbZoomIn {
  from { transform: scale(1.08); }
  to   { transform: scale(1.0);  }
}

/* Dégradé sombre bas → haut : titre lisible sans box opaque */
.cpb-hero__bg-scrim {
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(
    to top,
    rgba(10, 18, 6, 0.85) 0%,
    rgba(10, 18, 6, 0.45) 45%,
    rgba(10, 18, 6, 0.10) 100%
  ) !important;
}

/* --- Contenu positionné --- */
.cpb-hero__inner {
  position: relative !important;
  z-index: 2 !important;
  width: 100% !important;
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding: 60px 32px 64px 32px !important;
  display: grid !important;
  /* Chip de certification collé en bas à droite */
  grid-template-columns: 1fr auto !important;
  grid-template-rows: auto auto !important;
  align-items: end !important;
  gap: 0 40px !important;
}

/* --- Eyebrow label --- */
.cpb-eyebrow {
  grid-column: 1 / 2 !important;
  grid-row: 1 / 2 !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.12em !important;
  color: var(--cpb-ocre) !important;
  margin: 0 0 20px 0 !important;
}

.cpb-eyebrow__line {
  display: block !important;
  width: 32px !important;
  height: 1.5px !important;
  background-color: var(--cpb-ocre) !important;
  flex-shrink: 0 !important;
}

/* --- Titre massif 800 --- */
.cpb-hero__title {
  grid-column: 1 / 2 !important;
  grid-row: 2 / 3 !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-weight: 800 !important;
  font-size: clamp(3.2rem, 8vw, 7.5rem) !important;
  line-height: 1.0 !important;
  letter-spacing: -0.03em !important;
  color: var(--cpb-white) !important;
  margin: 0 !important;
}

/* L'italique porte la couleur ocre — seule touche de couleur dans le titre */
.cpb-hero__title em {
  font-style: italic !important;
  color: var(--cpb-ocre) !important;
  font-weight: 800 !important;
}

/* --- Chip certification (bas droite) --- */
.cpb-hero__cert {
  grid-column: 2 / 3 !important;
  grid-row: 2 / 3 !important;
  align-self: end !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border-radius: 8px !important;
  padding: 14px 18px !important;
  color: var(--cpb-white) !important;
  font-size: 0.85rem !important;
  font-weight: 500 !important;
  white-space: nowrap !important;
  transition: background 0.4s ease, border-color 0.4s ease !important;
}

.cpb-hero__cert:hover {
  background: rgba(186, 117, 23, 0.2) !important;
  border-color: rgba(186, 117, 23, 0.5) !important;
}

.cpb-hero__cert strong {
  font-weight: 700 !important;
  color: var(--cpb-ocre) !important;
}

.cpb-hero__cert-ico {
  width: 20px !important;
  height: 20px !important;
  color: var(--cpb-ocre) !important;
  flex-shrink: 0 !important;
}


/* ==========================================================================
   SECTION 2 — BANDE DE SPÉCIFICATIONS
   Fond blanc, 4 colonnes séparées par un trait vertical, typo serrée
   ========================================================================== */

.cpb-specs {
  background-color: var(--cpb-white) !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  padding: 0 32px !important;
  border-bottom: 1px solid rgba(45, 80, 22, 0.08) !important;
}

.cpb-specs__inner {
  max-width: 1280px !important;
  margin: 0 auto !important;
  display: flex !important;
  align-items: stretch !important;
  /* Séparateurs gérés par .cpb-specs__sep pour éviter gap+border-right */
}

/* Chaque item de spec */
.cpb-specs__item {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 12px !important;
  padding: 48px 32px !important;
  cursor: default !important;
  transition: background 0.35s ease !important;
}

.cpb-specs__item:hover {
  background: rgba(45, 80, 22, 0.025) !important;
}

/* Séparateur vertical fin */
.cpb-specs__sep {
  width: 1px !important;
  background-color: rgba(45, 80, 22, 0.1) !important;
  flex-shrink: 0 !important;
  align-self: stretch !important;
  margin: 24px 0 !important;
}

/* Chiffre / valeur clé — gros, compressé, impactant */
.cpb-specs__num {
  font-weight: 800 !important;
  font-size: clamp(1.8rem, 3vw, 2.8rem) !important;
  letter-spacing: -0.03em !important;
  color: var(--cpb-forest) !important;
  line-height: 1 !important;
  transition: color 0.35s ease !important;
}

.cpb-specs__item:hover .cpb-specs__num {
  color: var(--cpb-ocre) !important;
}

/* Trait horizontal sous le chiffre */
.cpb-specs__rule {
  display: block !important;
  width: 28px !important;
  height: 2px !important;
  background-color: var(--cpb-ocre) !important;
  border-radius: 2px !important;
  transition: width 0.4s var(--cpb-ease) !important;
}

.cpb-specs__item:hover .cpb-specs__rule {
  width: 48px !important;
}

/* Label descriptif */
.cpb-specs__label {
  font-size: 0.82rem !important;
  font-weight: 500 !important;
  color: var(--cpb-ink) !important;
  opacity: 0.55 !important;
  line-height: 1.55 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
}


/* ==========================================================================
   ANIMATIONS D'ENTRÉE (IntersectionObserver)
   ========================================================================== */

/* Hero : chaque élément monte depuis le bas */
.cpb-reveal {
  opacity: 0 !important;
  transform: translateY(24px) !important;
  transition: opacity 0.7s var(--cpb-ease),
              transform 0.7s var(--cpb-ease) !important;
}

.cpb-reveal--1 { transition-delay: 0.05s !important; }
.cpb-reveal--2 { transition-delay: 0.22s !important; }
.cpb-reveal--3 { transition-delay: 0.42s !important; }

.cpb-reveal--in {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* Specs : chaque item monte avec stagger */
.cpb-specs-reveal {
  opacity: 0 !important;
  transform: translateY(18px) !important;
  transition: opacity 0.55s var(--cpb-ease),
              transform 0.55s var(--cpb-ease) !important;
}

.cpb-specs-reveal--1 { transition-delay: 0.0s  !important; }
.cpb-specs-reveal--2 { transition-delay: 0.12s !important; }
.cpb-specs-reveal--3 { transition-delay: 0.24s !important; }
.cpb-specs-reveal--4 { transition-delay: 0.36s !important; }

.cpb-specs-reveal--in {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .cpb-hero__bg-img    { animation: none !important; }
  .cpb-reveal,
  .cpb-specs-reveal    { opacity: 1 !important; transform: none !important; transition: none !important; }
}


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

@media (max-width: 900px) {
  .cpb-hero__inner {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto auto !important;
    gap: 16px 0 !important;
    padding: 48px 24px 48px 24px !important;
  }

  .cpb-hero__cert {
    grid-column: 1 / 2 !important;
    grid-row: 3 / 4 !important;
    align-self: start !important;
    white-space: normal !important;
    max-width: max-content !important;
  }

  .cpb-specs__inner {
    flex-direction: column !important;
  }

  .cpb-specs__sep {
    width: auto !important;
    height: 1px !important;
    margin: 0 24px !important;
    align-self: auto !important;
  }

  .cpb-specs__item {
    padding: 32px 24px !important;
  }
}

@media (min-width: 901px) {
  .cpb-hero {
    min-height: 88vh !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-da32cc7 *//* ==========================================================================
   PAGE PIQUETS BOIS — SECTIONS 3 & 4 (ANIMATIONS PREMIUM)
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
  --cpt-forest : #2D5016;
  --cpt-ocre   : #BA7517;
  --cpt-bg     : #FDFCFB; 
  --cpt-white  : #FFFFFF;
  --cpt-ink    : #1A1A18;
  --cpt-ease   : cubic-bezier(0.25, 1, 0.5, 1);
}

.cpt-section {
  position: relative !important;
  overflow: hidden !important;
  padding: 120px 24px !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
}

.cpt-section--white { background-color: var(--cpt-white) !important; }
.cpt-section--cream { background-color: var(--cpt-bg)    !important; }

.cpt-container {
  position: relative !important;
  z-index: 2 !important;
  max-width: 1100px !important;
  margin: 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 60px !important;
}

/* ==========================================================================
   ANIMATIONS DE FOND (Le Vent & Les Fils)
   ========================================================================== */
.cpt-orchard-bg, .cpt-vine-bg {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  pointer-events: none !important;
  color: var(--cpt-forest) !important;
  opacity: 0.08 !important; /* Opacité idéale : visible mais non gênante */
}

.cpt-orchard-svg, .cpt-vine-svg {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

/* Base de positionnement pour les éléments végétaux */
.cpt-tree, .cpt-cep { 
  transform-origin: bottom center; /* Le point de pivot est à la base du tronc */
}

/* Classes d'oscillation (Vent) */
.cpt-sway-1 { animation: cptWind 8s ease-in-out infinite alternate !important; }
.cpt-sway-2 { animation: cptWind 12s ease-in-out infinite alternate-reverse !important; }
.cpt-sway-3 { animation: cptWind 10s ease-in-out infinite alternate !important; }

@keyframes cptWind {
  0% { transform: translate(var(--tx, var(--cx)), 280px) rotate(-1.5deg); }
  100% { transform: translate(var(--tx, var(--cx)), 280px) rotate(1.5deg); }
}

/* Fils de palissage qui défilent */
.cpt-anim-wire {
  animation: cptWirePan 40s linear infinite !important;
}
.cpt-wire-slow {
  animation: cptWirePan 60s linear infinite !important;
}

@keyframes cptWirePan {
  from { stroke-dashoffset: 0; }
  to { stroke-dashoffset: -400; }
}

/* ==========================================================================
   EN-TÊTE & POINTS CLIGNOTANTS
   ========================================================================== */
.cpt-header {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 24px !important;
}

.cpt-label {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  color: var(--cpt-forest) !important;
  margin-bottom: 16px !important;
}

.cpt-label__dot {
  display: block !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background-color: var(--cpt-forest) !important;
}

.cpt-label__dot--ocre { background-color: var(--cpt-ocre) !important; }

/* Animation de pulsation sur les points */
.cpt-pulse-green { animation: cpPulseGreen 2s infinite !important; }
.cpt-pulse-ocre { animation: cpPulseOcre 2s infinite !important; }

@keyframes cpPulseGreen {
  0% { box-shadow: 0 0 0 0 rgba(45, 80, 22, 0.4); }
  70% { box-shadow: 0 0 0 8px rgba(45, 80, 22, 0); }
  100% { box-shadow: 0 0 0 0 rgba(45, 80, 22, 0); }
}

@keyframes cpPulseOcre {
  0% { box-shadow: 0 0 0 0 rgba(186, 117, 23, 0.4); }
  70% { box-shadow: 0 0 0 8px rgba(186, 117, 23, 0); }
  100% { box-shadow: 0 0 0 0 rgba(186, 117, 23, 0); }
}

.cpt-title {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-weight: 800 !important;
  font-size: clamp(2.5rem, 4vw, 3.8rem) !important;
  letter-spacing: -0.02em !important;
  line-height: 1.1 !important;
  color: var(--cpt-ink) !important;
  margin: 0 !important;
}

.cpt-title--accent { color: var(--cpt-forest) !important; }

.cpt-desc {
  font-size: 1.1rem !important;
  line-height: 1.7 !important;
  color: #555555 !important;
  max-width: 500px !important;
  margin: 0 !important;
}

/* ==========================================================================
   CARTE TABLEAU PREMIUM & ANIMATION CASCADE
   ========================================================================== */
.cpt-table-card {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border-radius: 20px !important;
  border: 1px solid rgba(45, 80, 22, 0.08) !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04) !important;
  overflow: hidden !important;
  padding: 10px !important;
}

.cpt-table {
  width: 100% !important;
  border-collapse: collapse !important;
  background: var(--cpt-white) !important;
  border-radius: 12px !important;
  overflow: hidden !important;
}

.cpt-table thead tr {
  background-color: rgba(45, 80, 22, 0.03) !important;
}

.cpt-table th {
  padding: 24px 24px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  color: var(--cpt-forest) !important;
  text-align: left !important;
  border-bottom: 2px solid rgba(45, 80, 22, 0.1) !important;
}

/* Apparition en cascade des lignes du tableau (Stagger Effect) */
.cpt-stagger-rows tbody tr {
  opacity: 0;
  transform: translateY(15px);
}

.cpt-reveal--in .cpt-stagger-rows tbody tr {
  animation: cptRowSlideIn 0.5s var(--cpt-ease) forwards !important;
}

/* Délais successifs pour chaque ligne */
.cpt-reveal--in .cpt-stagger-rows tbody tr:nth-child(1) { animation-delay: 0.4s !important; }
.cpt-reveal--in .cpt-stagger-rows tbody tr:nth-child(2) { animation-delay: 0.5s !important; }
.cpt-reveal--in .cpt-stagger-rows tbody tr:nth-child(3) { animation-delay: 0.6s !important; }
.cpt-reveal--in .cpt-stagger-rows tbody tr:nth-child(4) { animation-delay: 0.7s !important; }
.cpt-reveal--in .cpt-stagger-rows tbody tr:nth-child(5) { animation-delay: 0.8s !important; }

@keyframes cptRowSlideIn {
  to { opacity: 1; transform: translateY(0); }
}

.cpt-table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
  transition: background 0.3s ease !important;
}

.cpt-table tbody tr:last-child { border-bottom: none !important; }

.cpt-table tbody tr:hover { background: rgba(45, 80, 22, 0.02) !important; }

.cpt-table td {
  padding: 24px 24px !important;
  font-size: 15px !important;
  color: var(--cpt-ink) !important;
  font-weight: 500 !important;
}

.cpt-td--diam {
  font-weight: 800 !important;
  font-size: 17px !important;
  color: var(--cpt-forest) !important;
  white-space: nowrap !important;
}

.cpt-table tbody tr:hover .cpt-td--diam { color: var(--cpt-ocre) !important; }

.cpt-td--min {
  text-align: right !important;
  color: #888888 !important;
  font-weight: 600 !important;
}

/* ==========================================================================
   ANIMATIONS D'ENTRÉE GLOBALES
   ========================================================================== */
.cpt-reveal {
  opacity: 0 !important;
  transform: translateY(30px) !important;
  transition: opacity 0.8s var(--cpt-ease), transform 0.8s var(--cpt-ease) !important;
}

.cpt-reveal--2 { transition-delay: 0.1s !important; }
.cpt-reveal--3 { transition-delay: 0.3s !important; }

.cpt-reveal--in {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (min-width: 992px) {
  .cpt-header {
    grid-template-columns: 1fr 1fr !important;
    align-items: flex-end !important;
    gap: 60px !important;
  }
}

@media (max-width: 768px) {
  .cpt-th-min, .cpt-td--min { display: none !important; } 
  .cpt-table th, .cpt-table td { padding: 16px !important; }
  .cpt-table-card { border-radius: 12px !important; padding: 0 !important; border: none !important; box-shadow: none !important; background: transparent !important; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a2fd45f *//* ==========================================================================
   PAGE PIQUETS BOIS — SECTION 5 : PLANCHES T-BORD
   Campourcy · Plus Jakarta Sans · Préfixe cptb-
   Fond forêt profond + card glassmorphism centrale
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
  --cptb-forest-deep : #1A2F0D;
  --cptb-forest      : #2D5016;
  --cptb-ocre        : #BA7517;
  --cptb-white       : #FFFFFF;
  --cptb-ease        : cubic-bezier(0.25, 1, 0.5, 1);
}

/* ==========================================================================
   SECTION WRAPPER
   ========================================================================== */

.cptb-section {
  position: relative !important;
  overflow: hidden !important;
  padding: 100px 24px !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  /* Fond forêt profond : plus sombre que --cp-forest pour créer un contraste fort */
  background-color: var(--cptb-forest-deep) !important;
}

/* ==========================================================================
   FOND AMBIANCÉ
   ========================================================================== */

.cptb-bg {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  pointer-events: none !important;
  overflow: hidden !important;
}

/* Cercles de lumière verte diffuse — pas de jaune/or : ça resterait dans le vert */
.cptb-glow {
  position: absolute !important;
  border-radius: 50% !important;
  filter: blur(80px) !important;
  opacity: 0.35 !important;
}

.cptb-glow--1 {
  width: 600px !important;
  height: 600px !important;
  top: -150px !important;
  left: -100px !important;
  background: radial-gradient(circle, #3a6b1e 0%, transparent 70%) !important;
  animation: cptbPulse 10s ease-in-out infinite !important;
}

.cptb-glow--2 {
  width: 500px !important;
  height: 500px !important;
  bottom: -120px !important;
  right: -80px !important;
  background: radial-gradient(circle, #2d5016 0%, transparent 70%) !important;
  animation: cptbPulse 13s ease-in-out infinite reverse !important;
}

@keyframes cptbPulse {
  0%, 100% { transform: scale(1);    opacity: 0.35; }
  50%       { transform: scale(1.12); opacity: 0.5;  }
}

/* Grain : couvre toute la section */
.cptb-grain {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

/* ==========================================================================
   LAYOUT INTERNE
   ========================================================================== */

.cptb-inner {
  position: relative !important;
  z-index: 2 !important;
  max-width: 860px !important;
  margin: 0 auto !important;
}

/* ==========================================================================
   CARD GLASSMORPHISM
   ========================================================================== */

.cptb-card {
  background: rgba(255, 255, 255, 0.06) !important;
  backdrop-filter: blur(24px) !important;
  -webkit-backdrop-filter: blur(24px) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 20px !important;
  padding: 52px 56px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 36px !important;
  /* Reflet subtil en haut de la card */
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 40px 80px rgba(0, 0, 0, 0.25) !important;
  transition: border-color 0.4s ease, box-shadow 0.4s ease !important;
}

.cptb-card:hover {
  border-color: rgba(186, 117, 23, 0.3) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 50px 100px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(186, 117, 23, 0.12) !important;
}

/* --- En-tête card --- */
.cptb-card__head {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
}

/* Eyebrow */
.cptb-eyebrow {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  font-size: 0.7rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.14em !important;
  color: var(--cptb-ocre) !important;
  margin: 0 !important;
}

.cptb-eyebrow__line {
  display: block !important;
  width: 28px !important;
  height: 1.5px !important;
  background-color: var(--cptb-ocre) !important;
  flex-shrink: 0 !important;
}

/* Titre : blanc cassé sur fond sombre, 800 bien compressé */
.cptb-title {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-weight: 800 !important;
  font-size: clamp(2.4rem, 5vw, 3.8rem) !important;
  letter-spacing: -0.03em !important;
  line-height: 1.05 !important;
  color: var(--cptb-white) !important;
  margin: 0 !important;
}

/* Second mot : légèrement atténué pour créer un rythme typographique */
.cptb-title--light {
  color: rgba(255, 255, 255, 0.55) !important;
  font-weight: 600 !important;
}

/* --- Séparateur --- */
.cptb-divider {
  height: 1px !important;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.15) 0%,
    rgba(186, 117, 23, 0.4) 40%,
    rgba(255, 255, 255, 0.05) 100%
  ) !important;
}

/* --- Corps card --- */
.cptb-card__body {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 36px !important;
}

.cptb-desc {
  font-size: 1.05rem !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
  color: rgba(255, 255, 255, 0.65) !important;
  margin: 0 !important;
  max-width: 480px !important;
}

/* --- Dimensions --- */
.cptb-dims__label {
  font-size: 0.68rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.12em !important;
  color: rgba(255, 255, 255, 0.35) !important;
  margin: 0 0 16px 0 !important;
}

.cptb-dims__grid {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

/* Pills de dimension — glassmorphism léger */
.cptb-pill {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 11px 22px !important;
  background: rgba(255, 255, 255, 0.07) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 6px !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;
  color: var(--cptb-white) !important;
  cursor: pointer !important;
  transition: background 0.3s ease,
              border-color 0.3s ease,
              transform 0.3s var(--cptb-ease),
              color 0.3s ease !important;
}

.cptb-pill:hover {
  background: var(--cptb-ocre) !important;
  border-color: var(--cptb-ocre) !important;
  color: var(--cptb-white) !important;
  transform: translateY(-3px) !important;
}

/* Pill "Sur mesure" : contour uniquement, style ghost */
.cptb-pill--ghost {
  background: transparent !important;
  border-color: rgba(186, 117, 23, 0.4) !important;
  color: var(--cptb-ocre) !important;
  font-size: 0.88rem !important;
  font-weight: 600 !important;
}

.cptb-pill--ghost:hover {
  background: rgba(186, 117, 23, 0.15) !important;
  border-color: var(--cptb-ocre) !important;
  color: var(--cptb-ocre) !important;
  transform: translateY(-3px) !important;
}

/* --- Pied card --- */
.cptb-card__foot {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  font-size: 0.78rem !important;
  font-weight: 500 !important;
  color: rgba(255, 255, 255, 0.3) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
  padding-top: 24px !important;
}

.cptb-card__foot strong {
  color: rgba(255, 255, 255, 0.55) !important;
  font-weight: 700 !important;
}

.cptb-foot-ico {
  width: 16px !important;
  height: 16px !important;
  color: var(--cptb-ocre) !important;
  flex-shrink: 0 !important;
  opacity: 0.7 !important;
}

/* ==========================================================================
   ANIMATION D'ENTRÉE
   ========================================================================== */

.cptb-reveal {
  opacity: 0 !important;
  transform: translateY(28px) scale(0.99) !important;
  transition: opacity 0.8s var(--cptb-ease),
              transform 0.8s var(--cptb-ease) !important;
}

.cptb-reveal--in {
  opacity: 1 !important;
  transform: translateY(0) scale(1) !important;
}

@media (prefers-reduced-motion: reduce) {
  .cptb-glow, .cptb-reveal {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

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

@media (min-width: 768px) {
  .cptb-card__body {
    grid-template-columns: 1fr 1fr !important;
    align-items: start !important;
    gap: 48px !important;
  }
}

@media (max-width: 640px) {
  .cptb-card {
    padding: 36px 28px !important;
  }

  .cptb-section {
    padding: 72px 20px !important;
  }
}/* End custom CSS */