/* IBC — Footer mobile ajouté indépendamment du reste du site. */
.ibc-footer{display:none}
@media (max-width:850px){
  .ibc-footer{display:block;background:#fff;margin-top:28px;border-top:1px solid #eee;font-family:inherit;color:#202020}
  .ibc-footer *{box-sizing:border-box}
  .ibc-footer-main{padding:26px 14px 22px;display:flex;flex-direction:column;gap:22px}
  .ibc-footer-brand{text-align:center;padding-bottom:4px}
  .ibc-footer-brand .ibc-footer-logo{font-weight:800;font-size:43px;letter-spacing:-4px;line-height:.9;color:#111}
  .ibc-footer-brand .ibc-footer-logo .i{color:#df8500}
  .ibc-footer-brand small{display:block;font-size:9px;font-weight:700;margin-top:7px}
  .ibc-footer-tagline{margin:9px auto 0;max-width:250px;font-size:12px;line-height:1.45;color:#555}
  .ibc-footer-card{border-top:1px solid #e8e8e8;padding-top:18px}
  .ibc-footer-card-head{display:flex;align-items:center;gap:10px;margin-bottom:8px}
  .ibc-footer-icon{width:42px;height:42px;border-radius:50%;background:#fff3df;color:#df8500;display:grid;place-items:center;flex:0 0 42px}
  .ibc-footer-icon .material-symbols-outlined{font-size:24px}
  .ibc-footer-card h3{font-size:17px;margin:0;font-weight:800}
  .ibc-footer-card p{font-size:12px;line-height:1.55;color:#666;margin:0 0 12px}
  .ibc-footer-link{display:inline-flex;align-items:center;gap:7px;text-decoration:none;color:#d37c00;font-weight:800;font-size:13px}
  .ibc-footer-link .material-symbols-outlined{font-size:18px}
  .ibc-footer-social-title,.ibc-footer-payment-title,.ibc-footer-delivery-title{font-size:17px;font-weight:800;margin:0 0 12px}
  .ibc-footer-socials{display:flex;gap:10px;flex-wrap:wrap}
  .ibc-footer-social{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;text-decoration:none;font-weight:900;font-size:21px;color:#fff}
  .ibc-footer-social.facebook{background:#1877f2}
  .ibc-footer-social.instagram{background:linear-gradient(135deg,#f9ce34,#ee2a7b,#6228d7)}
  .ibc-footer-social.tiktok{background:#222}
  .ibc-footer-social.whatsapp{background:#20b95a}
  .ibc-footer-social img{width:23px;height:23px;display:block;object-fit:contain}
  .ibc-footer-social.facebook img{width:22px;height:22px}
  .ibc-footer-social.instagram img{width:24px;height:24px}
  .ibc-footer-social.tiktok img{width:22px;height:22px}
  .ibc-footer-social.whatsapp img{width:24px;height:24px}
  .ibc-footer-payments{display:flex;gap:8px;flex-wrap:wrap}
  .ibc-footer-payment{width:88px;min-width:88px;height:58px;border-radius:10px;background:#fff;border:1px solid #e5e5e5;display:flex;align-items:center;justify-content:center;padding:2px;overflow:hidden}
  .ibc-footer-payment.orange{background:#fff}
  .ibc-footer-payment.cash{background:#fff}
  .ibc-footer-payment img{width:100%;height:100%;object-fit:contain;display:block}
  .ibc-footer-cities{display:flex;gap:6px;flex-wrap:wrap}
  .ibc-footer-city{font-size:10px;background:#f8f8f8;border:1px solid #e6e6e6;border-radius:999px;padding:6px 9px;color:#555}
  .ibc-footer-delivery-note{font-size:12px;color:#555;line-height:1.45;margin:0 0 10px}
  .ibc-footer-bottom{background:#df8500;color:#fff;padding:17px 14px 22px;text-align:center}
  .ibc-footer-copy{font-size:11px;line-height:1.45;margin:0 0 12px}
  .ibc-footer-legal{display:flex;justify-content:center;gap:9px;flex-wrap:wrap;font-size:11px}
  .ibc-footer-legal a{color:#fff;text-decoration:none}
  .ibc-footer-sep{opacity:.75}
  .ibc-footer-thanks{margin-top:14px;padding-top:13px;border-top:1px solid rgba(255,255,255,.45);font-size:12px;font-weight:700}
}

/* IBC — Footer desktop : même contenu, disposition professionnelle adaptée aux grands écrans. */
@media (min-width:851px){
  .ibc-footer{display:block;background:#fff;margin-top:48px;border-top:1px solid #ececec;font-family:inherit;color:#202020}
  .ibc-footer *{box-sizing:border-box}
  .ibc-footer-main{max-width:1180px;margin:0 auto;padding:48px 28px 40px;display:grid;grid-template-columns:1.25fr 1fr 1fr 1.15fr;gap:34px 42px}
  .ibc-footer-brand{text-align:left;padding-right:18px}
  .ibc-footer-brand .ibc-footer-logo{font-weight:800;font-size:58px;letter-spacing:-6px;line-height:.9;color:#111}
  .ibc-footer-brand .ibc-footer-logo .i{color:#df8500}
  .ibc-footer-brand small{display:block;font-size:10px;font-weight:700;margin-top:9px}
  .ibc-footer-tagline{margin:13px 0 0;max-width:280px;font-size:13px;line-height:1.55;color:#555}
  .ibc-footer-card{border-top:0;padding-top:0}
  .ibc-footer-card-head{display:flex;align-items:center;gap:11px;margin-bottom:10px}
  .ibc-footer-icon{width:42px;height:42px;border-radius:50%;background:#fff3df;color:#df8500;display:grid;place-items:center;flex:0 0 42px}
  .ibc-footer-icon .material-symbols-outlined{font-size:23px}
  .ibc-footer-card h3{font-size:16px;margin:0;font-weight:800;line-height:1.3}
  .ibc-footer-card p{font-size:12px;line-height:1.6;color:#666;margin:0 0 13px;max-width:285px}
  .ibc-footer-link{display:inline-flex;align-items:center;gap:7px;text-decoration:none;color:#d37c00;font-weight:800;font-size:13px}
  .ibc-footer-link .material-symbols-outlined{font-size:18px}
  .ibc-footer-social-title,.ibc-footer-payment-title,.ibc-footer-delivery-title{font-size:16px;font-weight:800;margin:0 0 12px}
  .ibc-footer-socials{display:flex;gap:10px;flex-wrap:wrap}
  .ibc-footer-social{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;text-decoration:none;font-weight:900;font-size:20px;color:#fff}
  .ibc-footer-social.facebook{background:#1877f2}
  .ibc-footer-social.instagram{background:linear-gradient(135deg,#f9ce34,#ee2a7b,#6228d7)}
  .ibc-footer-social.tiktok{background:#222}
  .ibc-footer-social.whatsapp{background:#20b95a}
  .ibc-footer-social img{width:22px;height:22px;display:block;object-fit:contain}
  .ibc-footer-social.facebook img{width:21px;height:21px}
  .ibc-footer-social.instagram img{width:23px;height:23px}
  .ibc-footer-social.tiktok img{width:21px;height:21px}
  .ibc-footer-social.whatsapp img{width:23px;height:23px}
  .ibc-footer-payments{display:flex;gap:8px;flex-wrap:wrap}
  .ibc-footer-payment{width:78px;min-width:78px;height:52px;border-radius:9px;background:#fff;border:1px solid #e5e5e5;display:flex;align-items:center;justify-content:center;padding:2px;overflow:hidden}
  .ibc-footer-payment.orange{background:#fff}
  .ibc-footer-payment.cash{background:#fff}
  .ibc-footer-payment img{width:100%;height:100%;object-fit:contain;display:block}
  .ibc-footer-cities{display:flex;gap:6px;flex-wrap:wrap}
  .ibc-footer-city{font-size:10px;background:#f8f8f8;border:1px solid #e6e6e6;border-radius:999px;padding:6px 9px;color:#555}
  .ibc-footer-delivery-note{font-size:12px;color:#555;line-height:1.45;margin:0 0 10px}
  .ibc-footer-bottom{background:#df8500;color:#fff;padding:18px 28px 22px;text-align:center}
  .ibc-footer-copy{font-size:11px;line-height:1.45;margin:0 0 10px}
  .ibc-footer-legal{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;font-size:11px}
  .ibc-footer-legal a{color:#fff;text-decoration:none}
  .ibc-footer-sep{opacity:.75}
  .ibc-footer-thanks{margin-top:13px;padding-top:12px;border-top:1px solid rgba(255,255,255,.45);font-size:12px;font-weight:700;max-width:700px;margin-left:auto;margin-right:auto}
}
