CARTOUCHE CANON PGI 1500XL BLACK

39,90 

Cartouche d’encre originale Canon PGI-1500XLBK (référence complète : PGI1500XLBK / 9182B001). Couleur : noir (encre pigmentée DRHD)

Cartouche d’encre authentique CANON PGI 1500XL BK – Couleur(s) noir (pigmenté) (9182B001) – Permet d’imprimer jusqu’à 1200 pages – Contenance de 34.7 ML (ml)
Imprimantes compatibles: CANON MAXIFY MB2350 / CANON MAXIFY MB2050 / CANON MAXIFY MB2755 / CANON MAXIFY MB2150 / CANON MAXIFY MB2155 / CANON MAXIFY MB2750 /

Envoyer un E-mail & Sms lorsque le stock est disponible

Avis

Il n’y a encore aucun avis

Seuls les clients connectés ayant acheté ce produit ont la possibilité de laisser un avis.

Q & R

Poser une question
Il n’y a pas encore de questions.
Bienvenue sur
Bureautique Réunion EI
Votre expert bureautique et informatique à l'île de la Réunion
Votre site 100% en ligne...
📍
Basé à La Réunion Entreprise locale
🔧
SAV Local Sur toute l'île
🚚
Livraison Rapide Sur toute l'île (Sauf Mafate)
🔒
Paiement Sécurisé CB, 3X sans frais, Espèces
🕐 Horaires d'ouverture
/* Conteneur du widget horaires */ .horaires-container { position: fixed; top: 140px; right: 20px; z-index: 999; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } /* Bouton base */ .horaires-btn { color: white; border: none; padding: 12px 25px; border-radius: 25px; font-size: 16px; font-weight: bold; cursor: pointer; display: flex; align-items: center; gap: 10px; transition: all 0.3s ease; background: linear-gradient(135deg, #10b981 0%, #059669 100%); box-shadow: 0 4px 15px rgba(16, 185, 129, 0.4); } .horaires-btn:hover { transform: translateY(-2px); } /* ⭐ Style OUVERT (vert) */ .horaires-btn.btn-ouvert { background: linear-gradient(135deg, #10b981 0%, #059669 100%); box-shadow: 0 4px 15px rgba(16, 185, 129, 0.4); } .horaires-btn.btn-ouvert:hover { box-shadow: 0 6px 20px rgba(16, 185, 129, 0.6); background: linear-gradient(135deg, #059669 0%, #10b981 100%); } /* ⭐ Style FERMÉ (rouge) */ .horaires-btn.btn-ferme { background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%); box-shadow: 0 4px 15px rgba(239, 68, 68, 0.4); } .horaires-btn.btn-ferme:hover { box-shadow: 0 6px 20px rgba(239, 68, 68, 0.6); background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%); } .horaires-btn-icon { display: flex; align-items: center; transition: transform 0.3s ease; } .horaires-btn-icon svg { width: 22px; height: 22px; fill: white; } .horaires-btn.active .horaires-btn-icon { transform: rotate(180deg); } /* ⭐ Slider texte alternant (Fermé ↔ Décompte) */ .horaires-btn-slider { position: relative; height: 20px; overflow: hidden; min-width: 60px; } .horaires-btn-slider span { display: block; height: 20px; line-height: 20px; white-space: nowrap; transition: transform 0.5s cubic-bezier(0.68, -0.15, 0.265, 1.15); } /* ⭐ État : afficher le décompte (slide vers le haut) */ .horaires-btn-slider.show-countdown span { transform: translateY(-20px); } /* ⭐ État : afficher "Fermé" (position normale) */ .horaires-btn-slider.show-ferme span { transform: translateY(0); } /* ⭐ Style du texte décompte */ .horaires-btn-countdown { font-size: 13px; opacity: 0.95; } /* Widget déroulant */ .horaires-widget { position: absolute; top: 60px; right: 0; width: 350px; background: linear-gradient(135deg, #3fb6c7 0%, #2a9db0 100%); border-radius: 15px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3); padding: 20px; color: white; opacity: 0; visibility: hidden; transform: translateY(-20px); transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); } .horaires-widget.show { opacity: 1; visibility: visible; transform: translateY(0); } /* Statut ouvert/fermé */ .status-banner { text-align: center; padding: 12px; border-radius: 10px; margin-bottom: 15px; font-weight: bold; font-size: 1.1em; transition: all 0.3s ease; } .status-ouvert { background-color: #10b981; box-shadow: 0 0 15px rgba(16, 185, 129, 0.5); } .status-ferme { background-color: #ef4444; box-shadow: 0 0 15px rgba(239, 68, 68, 0.5); } .status-icon { font-size: 1.3em; margin-right: 8px; } /* Liste des horaires */ .horaires-liste { background: rgba(255, 255, 255, 0.15); border-radius: 10px; padding: 12px; backdrop-filter: blur(10px); margin-top: 15px; } .jour-horaire { display: flex; justify-content: space-between; padding: 8px 10px; margin: 4px 0; border-radius: 5px; transition: background 0.2s; } .jour-horaire:hover { background: rgba(255, 255, 255, 0.1); } .jour-horaire.aujourd-hui { background: rgba(255, 255, 255, 0.25); font-weight: bold; border-left: 4px solid #fbbf24; } .jour { font-weight: 600; } .horaire { opacity: 0.95; } /* Prochaine ouverture */ .prochaine-ouverture { text-align: center; margin-top: 12px; padding: 10px; background: rgba(255, 255, 255, 0.15); border-radius: 8px; font-size: 0.9em; } /* Barre de fermeture automatique */ .auto-close-bar { height: 3px; background: rgba(255, 255, 255, 0.3); border-radius: 10px; margin-top: 12px; overflow: hidden; } .auto-close-progress { height: 100%; background: #fbbf24; width: 100%; transition: width 10s linear; } .auto-close-progress.active { width: 0%; } /* ⭐ MASQUER SUR MOBILE ET TABLETTE ⭐ */ @media (max-width: 992px) { .horaires-container { display: none !important; } } /* Responsive pour petits écrans PC */ @media (min-width: 993px) and (max-width: 1200px) { .horaires-container { right: 10px; } .horaires-widget { width: 320px; } }
Chargement...
🛒 Produit ajouté au panier !