.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-ebef421 *//* ==========================================================================
   FOOTER CAMPOURCY — GLASSMORPHISM SUR FOND FORÊT
   Préfixe cpft-
   ========================================================================== */

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

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

/* ==========================================================================
   WRAPPER FOOTER
   ========================================================================== */

.cpft-footer {
  position: relative !important;
  overflow: hidden !important;
  background-color: var(--cpft-forest-deep) !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  padding: 64px 24px 0 !important;
}

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

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

.cpft-glow {
  position: absolute !important;
  border-radius: 50% !important;
  filter: blur(70px) !important;
}

.cpft-glow--1 {
  width: 500px !important;
  height: 500px !important;
  top: -160px !important;
  right: -80px !important;
  background: radial-gradient(circle, rgba(45,80,22,0.55) 0%, transparent 70%) !important;
  animation: cpftPulse 14s ease-in-out infinite !important;
}

.cpft-glow--2 {
  width: 400px !important;
  height: 400px !important;
  bottom: 0 !important;
  left: -60px !important;
  background: radial-gradient(circle, rgba(186,117,23,0.12) 0%, transparent 70%) !important;
  animation: cpftPulse 18s ease-in-out infinite reverse !important;
}

@keyframes cpftPulse {
  0%, 100% { transform: scale(1);    opacity: 0.8; }
  50%       { transform: scale(1.1); opacity: 1;   }
}

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

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

.cpft-card {
  background: rgba(255, 255, 255, 0.05) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border: 1px solid rgba(255, 255, 255, 0.09) !important;
  border-bottom: none !important;
  border-radius: 20px 20px 0 0 !important;
  padding: 56px 56px 0 !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 -20px 60px rgba(0, 0, 0, 0.15) !important;
}

/* ==========================================================================
   GRILLE 3 COLONNES
   ========================================================================== */

.cpft-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 48px !important;
}

/* ==========================================================================
   COLONNE GÉNÉRIQUE
   ========================================================================== */

.cpft-col {
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
}

.cpft-col__title {
  font-size: 0.68rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.12em !important;
  color: var(--cpft-ocre) !important;
  margin: 0 !important;
}

/* ==========================================================================
   COLONNE BRAND
   ========================================================================== */

.cpft-logo-link {
  display: inline-block !important;
  text-decoration: none !important;
}

.cpft-logo {
  width: 200px !important;
  height: auto !important;
  display: block !important;
  opacity: 0.95 !important;
  transition: opacity 0.3s ease !important;
}

.cpft-logo-link:hover .cpft-logo {
  opacity: 1 !important;
}

.cpft-logo-link:hover .cpft-logo {
  opacity: 1 !important;
}

.cpft-baseline {
  font-size: 0.85rem !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
  color: rgba(255, 255, 255, 0.45) !important;
  margin: 0 !important;
  max-width: 300px !important;
}

/* Lien Facebook */
.cpft-social {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  text-decoration: none !important;
  padding: 10px 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.04) !important;
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  width: fit-content !important;
  transition: background 0.3s ease,
              border-color 0.3s ease,
              color 0.3s ease,
              transform 0.3s var(--cpft-ease) !important;
}

.cpft-social:hover {
  background: rgba(24, 119, 242, 0.15) !important;
  border-color: rgba(24, 119, 242, 0.4) !important;
  color: var(--cpft-white) !important;
  transform: translateY(-2px) !important;
}

.cpft-social__ico {
  width: 18px !important;
  height: 18px !important;
  flex-shrink: 0 !important;
  color: #1877F2 !important;
}

/* ==========================================================================
   NAVIGATION
   ========================================================================== */

.cpft-nav {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
}

.cpft-nav__link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-size: 0.92rem !important;
  font-weight: 500 !important;
  color: rgba(255, 255, 255, 0.55) !important;
  text-decoration: none !important;
  padding: 8px 0 !important;
  transition: color 0.25s ease, gap 0.3s var(--cpft-ease) !important;
  position: relative !important;
}

.cpft-nav__link::before {
  content: '→' !important;
  font-size: 0.8rem !important;
  opacity: 0 !important;
  transform: translateX(-6px) !important;
  transition: opacity 0.25s ease, transform 0.3s var(--cpft-ease) !important;
  color: var(--cpft-ocre) !important;
}

.cpft-nav__link:hover {
  color: var(--cpft-white) !important;
  gap: 12px !important;
}

.cpft-nav__link:hover::before {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

/* ==========================================================================
   LISTE CONTACT
   ========================================================================== */

.cpft-contact-list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 18px !important;
}

.cpft-contact-item {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
}

.cpft-contact-item__ico {
  width: 34px !important;
  height: 34px !important;
  flex-shrink: 0 !important;
  border-radius: 8px !important;
  background: rgba(186, 117, 23, 0.1) !important;
  border: 1px solid rgba(186, 117, 23, 0.2) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: var(--cpft-ocre) !important;
  margin-top: 1px !important;
}

.cpft-contact-item__ico svg {
  width: 15px !important;
  height: 15px !important;
}

.cpft-contact-item__link {
  display: block !important;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  color: rgba(255, 255, 255, 0.65) !important;
  text-decoration: none !important;
  line-height: 1.6 !important;
  transition: color 0.25s ease !important;
}

.cpft-contact-item__link:hover {
  color: var(--cpft-white) !important;
}

.cpft-contact-item__address {
  font-size: 0.9rem !important;
  font-style: normal !important;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 0.45) !important;
  line-height: 1.65 !important;
}

/* ==========================================================================
   SÉPARATEUR
   ========================================================================== */

.cpft-sep {
  height: 1px !important;
  background: linear-gradient(
    to right,
    transparent,
    rgba(255, 255, 255, 0.1) 20%,
    rgba(186, 117, 23, 0.3) 50%,
    rgba(255, 255, 255, 0.1) 80%,
    transparent
  ) !important;
  margin: 48px 0 0 !important;
}

/* ==========================================================================
   BARRE BAS
   ========================================================================== */

.cpft-bottom {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 24px 0 28px !important;
  text-align: center !important;
}

.cpft-copyright {
  font-size: 0.78rem !important;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 0.25) !important;
  margin: 0 !important;
}

.cpft-credit {
  font-size: 0.78rem !important;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 0.2) !important;
  margin: 0 !important;
}

.cpft-credit__link {
  color: rgba(255, 255, 255, 0.4) !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  transition: color 0.25s ease !important;
}

.cpft-credit__link:hover {
  color: var(--cpft-ocre) !important;
}

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

@media (min-width: 768px) {
  .cpft-grid {
    grid-template-columns: 1.4fr 1fr 1.2fr !important;
    gap: 60px !important;
  }

  .cpft-bottom {
    flex-direction: row !important;
    justify-content: space-between !important;
    text-align: left !important;
  }
}

@media (max-width: 640px) {
  .cpft-footer {
    padding: 48px 20px 0 !important;
  }

  .cpft-card {
    padding: 40px 28px 0 !important;
  }
}/* End custom CSS */