/**
 * Poeles & Accessoires - Footer natif V1
 * Scope global, volontairement indépendant d'Elementor.
 */

:root {
  --pa-footer-orange: #f57900;
  --pa-footer-orange-dark: #dc6800;
  --pa-footer-ink: #1f1f1d;
  --pa-footer-charcoal: #1d1d1c;
  --pa-footer-charcoal-2: #242321;
  --pa-footer-muted: #77736c;
  --pa-footer-line: #e8e5df;
  --pa-footer-warm: #f7f4ee;
  --pa-footer-container: 1320px;
}

#footer {
  margin-top: 0 !important;
  padding-top: 0 !important;
  background: #fff;
}

#footer .pa-footer-container {
  width: calc(100% - 40px);
  max-width: var(--pa-footer-container);
  margin: 0 auto;
}

#footer a {
  text-decoration: none;
}

/* ==========================================================
   1. TRUST STRIP
   ========================================================== */

#footer .pa-footer-trust {
  border-top: 1px solid var(--pa-footer-line);
  border-bottom: 1px solid var(--pa-footer-line);
  background: #fff;
}

#footer .pa-footer-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

#footer .pa-footer-trust__item {
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 112px;
  padding: 22px 26px;
  border-right: 1px solid var(--pa-footer-line);
}

#footer .pa-footer-trust__item:last-child {
  border-right: 0;
}

#footer .pa-footer-trust__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 50%;
  background: #fff2e5;
  color: var(--pa-footer-orange);
}

#footer .pa-footer-trust__icon .material-icons {
  font-size: 23px;
}

#footer .pa-footer-trust__item strong,
#footer .pa-footer-trust__item span {
  display: block;
}

#footer .pa-footer-trust__item strong {
  margin-bottom: 4px;
  color: #272522;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

#footer .pa-footer-trust__item div > span {
  color: #7d7972;
  font-size: 12px;
  line-height: 1.45;
}

/* ==========================================================
   2. PREFOOTER
   ========================================================== */

#footer .pa-footer-prefooter {
  padding: 56px 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(245,121,0,.055), transparent 28%),
    var(--pa-footer-warm);
}

#footer .pa-footer-prefooter__grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr 1fr;
  gap: 30px;
  align-items: stretch;
}

#footer .pa-footer-kicker {
  display: block;
  margin-bottom: 8px;
  color: var(--pa-footer-orange);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

#footer .pa-footer-newsletter h2 {
  margin: 0 0 9px;
  color: #23211f;
  font-size: clamp(27px, 2.4vw, 36px);
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: -.035em;
  text-transform: none;
}

#footer .pa-footer-newsletter > p {
  max-width: 520px;
  margin: 0 0 22px;
  color: var(--pa-footer-muted);
  font-size: 14px;
  line-height: 1.6;
}

#footer .pa-footer-newsletter__field {
  display: flex;
  width: 100%;
  max-width: 530px;
  min-height: 50px;
  overflow: hidden;
  border: 1px solid #d9d4cb;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(34,31,27,.035);
}

#footer .pa-footer-newsletter__field input {
  width: 100%;
  min-width: 0;
  padding: 0 17px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #24221f;
  font-size: 14px;
}

#footer .pa-footer-newsletter__field input::placeholder {
  color: #9b978f;
}

#footer .pa-footer-newsletter__field button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 145px;
  padding: 0 18px;
  border: 0;
  background: var(--pa-footer-orange);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  transition: background .18s ease;
}

#footer .pa-footer-newsletter__field button:hover {
  background: var(--pa-footer-orange-dark);
}

#footer .pa-footer-newsletter__field .material-icons {
  font-size: 17px;
}

#footer .pa-footer-contact-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-height: 100%;
  padding: 26px;
  border: 1px solid #e1dcd3;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(34,31,27,.04);
}

#footer .pa-footer-contact-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 50%;
  background: #fff1e2;
  color: var(--pa-footer-orange);
}

#footer .pa-footer-contact-card__icon .material-icons {
  font-size: 24px;
}

#footer .pa-footer-contact-card h3 {
  margin: 0 0 15px;
  color: #25231f;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: none;
}

#footer .pa-footer-contact-card a {
  display: block;
  margin-top: 7px;
  color: #5f5b54;
  font-size: 13px;
  font-weight: 650;
}

#footer .pa-footer-contact-card a:hover {
  color: var(--pa-footer-orange);
}

#footer .pa-footer-services {
  display: grid;
  gap: 18px;
}

#footer .pa-footer-services__group {
  padding: 19px 20px;
  border: 1px solid #e1dcd3;
  border-radius: 10px;
  background: rgba(255,255,255,.7);
}

#footer .pa-footer-services__title {
  display: block;
  margin-bottom: 12px;
  color: #44413c;
  font-size: 12px;
  font-weight: 800;
}

#footer .pa-footer-logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 11px;
}

#footer .pa-footer-logos img {
  display: block;
  width: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
}

#footer .pa-footer-logos--payment img {
  height: 27px;
  max-width: 52px;
}

#footer .pa-footer-logos--shipping img {
  height: 30px;
  max-width: 82px;
}

/* ==========================================================
   3. MAIN FOOTER
   ========================================================== */

#footer .pa-footer-main {
  position: relative;
  overflow: hidden;
  padding: 68px 0 0;
  background:
    radial-gradient(circle at 4% 15%, rgba(245,121,0,.08), transparent 24%),
    var(--pa-footer-charcoal);
  color: #fff;
}

#footer .pa-footer-main::after {
  content: '';
  position: absolute;
  right: -120px;
  bottom: -180px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255,255,255,.035);
  border-radius: 50%;
  pointer-events: none;
}

#footer .pa-footer-main__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.3fr .8fr 1fr 1.25fr;
  gap: 54px;
  padding-bottom: 58px;
}

#footer .pa-footer-brand__logo {
  display: inline-block;
  margin-bottom: 24px;
}

#footer .pa-footer-brand__logo img {
  display: block;
  width: 190px;
  max-width: 100%;
  height: auto;
}

#footer .pa-footer-brand > p {
  max-width: 330px;
  margin: 0 0 23px;
  color: rgba(255,255,255,.58);
  font-size: 13px;
  line-height: 1.7;
}

#footer .pa-footer-brand__contact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

#footer .pa-footer-brand__contact .material-icons {
  color: var(--pa-footer-orange);
  font-size: 18px;
}

#footer .pa-footer-brand__contact:hover {
  color: #ff9a3c;
}

#footer .pa-footer-links h3,
#footer .pa-footer-help h3 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: none;
}

#footer .pa-footer-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer .pa-footer-links li + li {
  margin-top: 11px;
}

#footer .pa-footer-links a {
  position: relative;
  display: inline-block;
  color: rgba(255,255,255,.66);
  font-size: 13px;
  line-height: 1.35;
  transition: color .18s ease, transform .18s ease;
}

#footer .pa-footer-links a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--pa-footer-orange);
  transition: width .18s ease;
}

#footer .pa-footer-links a:hover {
  color: #fff;
  transform: translateX(10px);
}

#footer .pa-footer-links a:hover::before {
  left: -10px;
  width: 6px;
}

#footer .pa-footer-help > h3 {
  max-width: 290px;
  margin-bottom: 23px;
  font-size: 20px;
  letter-spacing: -.02em;
}

#footer .pa-footer-help__line {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 13px 0;
  border-top: 1px solid rgba(255,255,255,.09);
}

#footer .pa-footer-help__line:last-child {
  border-bottom: 1px solid rgba(255,255,255,.09);
}

#footer .pa-footer-help__line > .material-icons {
  margin-top: 1px;
  color: #ff922f;
  font-size: 19px;
}

#footer .pa-footer-help__line strong,
#footer .pa-footer-help__line span {
  display: block;
}

#footer .pa-footer-help__line strong {
  margin-bottom: 2px;
  color: #fff;
  font-size: 12px;
  font-weight: 750;
}

#footer .pa-footer-help__line span {
  color: rgba(255,255,255,.48);
  font-size: 11px;
  line-height: 1.45;
}

/* Bottom */
#footer .pa-footer-bottom {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 28px;
  min-height: 76px;
  border-top: 1px solid rgba(255,255,255,.1);
}

#footer .pa-footer-bottom p {
  margin: 0;
  color: rgba(255,255,255,.42);
  font-size: 11px;
}

#footer .pa-footer-bottom__links {
  display: flex;
  align-items: center;
  gap: 22px;
}

#footer .pa-footer-bottom__links a {
  color: rgba(255,255,255,.58);
  font-size: 11px;
}

#footer .pa-footer-bottom__links a:hover {
  color: #fff;
}

#footer .pa-footer-backtop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  color: #fff;
  transition: border-color .18s ease, background .18s ease;
}

#footer .pa-footer-backtop:hover {
  border-color: var(--pa-footer-orange);
  background: var(--pa-footer-orange);
  color: #fff;
}

#footer .pa-footer-backtop .material-icons {
  font-size: 19px;
}

/* blockwishlist compatibility: keep modals functional,
   but remove this technical wrapper from layout flow. */
#footer .pa-footer-compat {
  height: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
}

#footer .pa-footer-compat > *:not(.wishlist-add-to):not(.wishlist-delete):not(.wishlist-create):not(.wishlist-login):not(.wishlist-toast) {
  display: none !important;
}

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

@media (max-width: 1100px) {
  #footer .pa-footer-trust__grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  #footer .pa-footer-trust__item:nth-child(2) {
    border-right: 0;
  }

  #footer .pa-footer-trust__item:nth-child(-n+2) {
    border-bottom: 1px solid var(--pa-footer-line);
  }

  #footer .pa-footer-prefooter__grid {
    grid-template-columns: 1fr 1fr;
  }

  #footer .pa-footer-newsletter {
    grid-column: 1 / -1;
  }

  #footer .pa-footer-main__grid {
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 38px;
  }

  #footer .pa-footer-help {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767.98px) {
  #footer .pa-footer-container {
    width: calc(100% - 28px);
  }

  #footer .pa-footer-trust__grid,
  #footer .pa-footer-prefooter__grid,
  #footer .pa-footer-main__grid {
    grid-template-columns: 1fr;
  }

  #footer .pa-footer-trust__item {
    min-height: 86px;
    padding: 16px 8px;
    border-right: 0 !important;
    border-bottom: 1px solid var(--pa-footer-line);
  }

  #footer .pa-footer-trust__item:last-child {
    border-bottom: 0;
  }

  #footer .pa-footer-prefooter {
    padding: 42px 0;
  }

  #footer .pa-footer-newsletter {
    grid-column: auto;
  }

  #footer .pa-footer-newsletter__field {
    display: grid;
    grid-template-columns: 1fr;
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  #footer .pa-footer-newsletter__field input {
    min-height: 50px;
    border: 1px solid #d9d4cb;
    border-radius: 6px;
    background: #fff;
  }

  #footer .pa-footer-newsletter__field button {
    min-height: 48px;
    margin-top: 8px;
    border-radius: 6px;
  }

  #footer .pa-footer-main {
    padding-top: 50px;
  }

  #footer .pa-footer-main__grid {
    gap: 38px;
    padding-bottom: 42px;
  }

  #footer .pa-footer-help {
    grid-column: auto;
  }

  #footer .pa-footer-bottom {
    grid-template-columns: 1fr auto;
    gap: 18px;
    padding: 22px 0;
  }

  #footer .pa-footer-bottom__links {
    grid-column: 1 / -1;
    grid-row: 2;
    flex-wrap: wrap;
    gap: 12px 18px;
  }

  #footer .pa-footer-backtop {
    grid-column: 2;
    grid-row: 1;
  }
}

@media (max-width: 420px) {
  #footer .pa-footer-contact-card {
    padding: 21px;
  }

  #footer .pa-footer-contact-card__icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  #footer .pa-footer-logos--payment img {
    height: 23px;
  }

  #footer .pa-footer-logos--shipping img {
    height: 26px;
  }
}


/* ==========================================================
   CONTACT DISCRETION V2
   Direct contact details and contact CTAs were removed from
   the footer template. These rules only rebalance the layout.
   ========================================================== */
#footer .pa-footer-prefooter__grid {
  grid-template-columns: minmax(0,1.25fr) minmax(340px,.75fr);
  align-items: center;
}
#footer .pa-footer-services {
  align-self: stretch;
}
#footer .pa-footer-main__grid {
  grid-template-columns: 1.35fr .85fr 1fr 1.15fr;
}
@media (max-width:1100px) {
  #footer .pa-footer-prefooter__grid {
    grid-template-columns: 1fr 1fr;
  }
  #footer .pa-footer-newsletter {
    grid-column: auto;
  }
}
@media (max-width:767.98px) {
  #footer .pa-footer-prefooter__grid {
    grid-template-columns: 1fr;
  }
}


/* ==========================================================
   CONTACT SANS TELEPHONE V2
   E-mail visible, aucune coordonnée téléphonique dans le footer.
   ========================================================== */
#footer .pa-footer-prefooter__grid {
  grid-template-columns: 1.15fr .85fr 1fr;
  align-items: stretch;
}
#footer .pa-footer-contact-card--email-only {
  min-height: 100%;
}
#footer .pa-footer-contact-card--email-only h3 {
  margin-bottom: 13px;
}
#footer .pa-footer-contact-card--email-only a {
  overflow-wrap: anywhere;
}
@media (max-width: 1100px) {
  #footer .pa-footer-prefooter__grid {
    grid-template-columns: 1fr 1fr;
  }
  #footer .pa-footer-newsletter {
    grid-column: 1 / -1;
  }
}
@media (max-width: 767.98px) {
  #footer .pa-footer-prefooter__grid {
    grid-template-columns: 1fr;
  }
  #footer .pa-footer-newsletter {
    grid-column: auto;
  }
}

/* V6 - CTA contact ecrit */
#footer .pa-footer-contact-card__button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  margin-top: 4px !important;
  padding: 0 16px;
  border: 1px solid #f57900;
  border-radius: 6px;
  background: #f57900;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1;
  text-decoration: none !important;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}
#footer .pa-footer-contact-card__button .material-icons { font-size: 17px; }
#footer .pa-footer-contact-card__button:hover {
  background: #df6e00;
  border-color: #df6e00;
  color: #fff !important;
  transform: translateY(-1px);
}

/* V7 - blocs logos Paiement / Livraison cliquables */
#footer .pa-footer-logos-link {
  display: block;
  border-radius: 7px;
  color: inherit;
  text-decoration: none !important;
  outline: 0;
}
#footer .pa-footer-logos-link .pa-footer-logos {
  transition: transform .18s ease, opacity .18s ease;
}
#footer .pa-footer-logos-link:hover .pa-footer-logos,
#footer .pa-footer-logos-link:focus-visible .pa-footer-logos {
  transform: translateY(-1px);
  opacity: .82;
}
#footer .pa-footer-logos-link:focus-visible {
  box-shadow: 0 0 0 3px rgba(245,121,0,.16);
}
