img
Prix réduit ! E liquide Caffé Latte Cirkus | Café Lait

Caffé Latte Cirkus

Café - Lait
4.33 /5 - 9 avis

Cirkus nous invite à faire une pause... Généreux, le fabricant Français vous offre ce délicieux café italien accompagné d'une pointe de lait ! Chaque bouffée nous offre la puissance et la compléxité du café mais également toute la douceur du lait. C'est un mariage parfait ! 

 


Fabriqué en France ; Dosage PG/VG : 50% / 50%.

Plus de détails

Promo -50%

2,95 €

au lieu de 5,90 €

10 ml

chrono

Livré chez vous le

Mardi 19 Août

Dates de livraison estimées*

Colissimo domicile avec et sans signature

Mercredi
20 Août

Chronopost domicile

Mardi
19 Août

*Pour une livraison en france métropolitaine

+d'infos

avis garantis
(9)
SI VOUS NE FUMEZ PAS, NE VAPEZ PAS. Le vapotage est une transition vers une vie sans tabac puis sans dépendance.

Descriptif

 

Avis clients

Avis à propos du produit
Logo Société des Avis Garantis Voir l'attestation

Avis soumis à un contrôle

0
1★
1
2★
0
3★
3
4★
5
5★
8.6/10


Basé sur 9 avis

  • Image utilisateur Thømas A.
    Publié le 20/11/2022 à 12:41
    4

    Un poil plus sucré ça serait top

  • Image utilisateur Priscilla B.
    Publié le 30/07/2022 à 17:13
    5

    Bien

  • Image utilisateur Priscilla B.
    Publié le 13/07/2022 à 14:11
    5

    Bon goût

  • Image utilisateur Priscilla B.
    Publié le 25/04/2022 à 11:37
    4

    Bon goût

  • Image utilisateur Acheteur Vérifié
    Publié le 14/01/2021 à 13:17
    4

    Pas mal mais il me manque un peu plus de saveur café

  • Image utilisateur Acheteur Vérifié
    Publié le 11/12/2020 à 20:08
    5

    Je n'aime pas le café mais avec du lait c'est beaucoup mieux. Toujours à la hauteur de la marque Cirkus que j'apprécie beaucoup.

  • Image utilisateur Acheteur Vérifié
    Publié le 06/08/2018 à 19:40
    2

    Trop fort de café pour moi. Je voulais essayer j'ai essayé. J'aime la marque cirkus pour d'autres produits. Celui ci n'a pas mon affection. Sûrement réussi tout de même pour les amateurs.

  • Image utilisateur Acheteur Vérifié
    Publié le 06/10/2017 à 17:16
    5

    Un délice! Le vrai goût du café au lait. Consommatrice régulière

  • Image utilisateur Acheteur Vérifié
    Publié le 06/10/2017 à 17:16
    5

    Un délice! Le vrai goût du café au lait. Consommatrice régulière



Questions et réponses


Soyez le premier à poser une question sur ce produit !

Fiche technique

Marque Cirkus
Origine France
Fabricant Vincent dans les vapes
Type de saveur Gourmand
Ratio PG/VG 50% / 50%
Composition Propylène glycol, Glycérine végétale, Arômes, Nicotine (si liquide avec nicotine)
Type de flacon P.E.T. (plastique recyclable)
société des avis garantis Marchand approuvé par la Société des Avis Garantis, cliquez ici pour vérifier.
var fbloginblock_htmlgdpr = '
Enim quis fugiat consequat elit minim nisi eu occaecat occaecat deserunt aliquip nisi ex deserunt.


Se mettre daccord Pas daccord
'; var fbloginblock_id_module = '193'; var agSiteId="9460"; const sfgSiteKey = '6LevQJ8pAAAAANq_ZCB_nmyyZSpwlimqkHV5AQ1e'; let widgetId = null; let $gForm = null; function sfCallback() { const isDebug = (typeof debugSF !== 'undefined' && debugSF === 1); if (isDebug) { console.log('sfCallback (' + widgetId + ')'); } if (null !== widgetId) return; try{ widgetId = grecaptcha.render('gCaptchaId', { 'sitekey' : sfgSiteKey, 'callback' : function(token) { if (null !== $gForm && 0 !== $gForm.length) { $gForm.find('[name="ksfRecaptcha"]').val(token); $gForm.submit(); } } }); if (isDebug) { console.log('widgetId ' + widgetId + ' en place'); } }catch(error){ // Plusieurs captchas Google dans la page ? widgetId = getCaptchaWidgetId('gCaptchaId'); if (isDebug) { console.log('multiples captchas dans la page. Intercepte id = ' + widgetId); } } $('.grecaptcha-badge,.rc-anchor').css('visibility', 'hidden'); } if(typeof grecaptcha === 'undefined') { grecaptcha = {}; } grecaptcha.ready = function(cb){ if (typeof grecaptcha.exec !== 'function') { const c = '___grecaptcha_cfg'; window[c] = window[c] || {}; (window[c]['fns'] = window[c]['fns']||[]).push(cb); } else { cb(); } } function sfGetCaptcha(event, form) { const isDebug = (typeof debugSF !== 'undefined' && debugSF === 1); if (isDebug) { console.log('sfGetCaptcha'); } const $form = $(form); // Form not ready? if (! form.hasOwnProperty('data-captcha')) { if (isDebug) { console.log(' --> add hidden field ksfRecaptcha'); } $form.append(''); // Find submit buttons in the form const sfFields = $form.find('button[type="submit"],input[type="submit"]').map(function() { return { name: $(this).prop('name'), value: $(this).prop('value') }; }); // Add them as hidden fields $(sfFields).each(function(index, element) { $('').attr({ type: 'hidden', name: element.name, value: element.value }).appendTo($form); }); // OK, form is ready to be submitted $form.prop('data-captcha', '1'); } if (isDebug) { console.log(' --> cancel submit'); } // Cancel submit, and let Google do the verification + submit again after event.preventDefault(); event.stopPropagation(); $gForm = $form; grecaptcha.ready(function() { if (typeof debugSF !== 'undefined' && debugSF === 1) { console.log(' --> grecaptcha execute (' + widgetId + ')'); } grecaptcha.execute(widgetId); }); } function getCaptchaWidgetId(elementId) { const recaptchaBoxes = document.querySelectorAll('.g-recaptcha-kwk'); const targetBox = document.querySelector(`#${elementId}`); for (let i = 0; i < recaptchaBoxes.length; i++) { if (recaptchaBoxes[i].id === targetBox.id) { return i; } } } var asap_display = 0; var adod_text_single_date = "Livraison estimée avec ce transporteur le"; var adod_text_dates = "Livraison estimée avec ce transporteur entre le"; var adod_text_and = "et le"; var in_stock_msg = "En stock"; var out_of_stock_msg_attributes = "Disponible avec d'autres options"; var not_enough_in_stock_msg = "Il n`y a pas assez des produits en stock"; // 0 ? width_ac_results : 500), selectFirst: false, scroll: false, dataType: "json", formatItem: function(data, i, max, value, term) { return value; }, parse: function(data) { var mytab = new Array(); for (var i = 0; i < data.length; i++) { mytab[mytab.length] = {data: data[i], value: " " +""+ data[i].pname +""+ ""}; } return mytab; }, extraParams: { ajaxSearch: 1, id_lang: id_lang } } ) .result(function(event, data, formatted) { $('#search_query_' + blocksearch_type).val(data.pname); document.location.href = data.product_link; }); }); function tryToCloseInstantSearch() { if ($('#old_center_column').length > 0) { $('#center_column').remove(); $('#old_center_column').attr('id', 'center_column'); $('#center_column').show(); return false; } } function stopInstantSearchQueries() { for (i = 0; i < instantSearchQueries.length; i++) instantSearchQueries[i].abort(); instantSearchQueries = new Array(); } // ]]> var fbloginblock_widgetautoopen_connectwithright = '1'; var fbloginblock_widgetautoopen_connectwithleft = '1'; var fbloginblock_widgetautoopenft_connectwithright = '0'; var fbloginblock_widgetautoopenft_connectwithleft = '0'; var fbloginblock_my_account = 'https://www.kumulusvape.fr/mon-compte'; var fbloginblock_empty_field = 'Le champ ne peut pas être vide.'; var fbloginblock_maxchar_field1 = 'Le champ ne peut pas être supérieur à'; var fbloginblock_maxchar_field2 = 'personnages.'; var fbloginblock_max_email1 = 'L'email ne peut pas être supérieur à'; var fbloginblock_max_email2 = 'personnages.'; var fbloginblock_validate_email = 'Veuillez saisir un e-mail valide.'; var fbloginblock_date_err = 'La date doit être valide.'; var fbloginblock_maxchar_fname1 = 'Le prénom ne peut pas être supérieur à'; var fbloginblock_maxchar_fname2 = 'personnages.'; var fbloginblock_minchar_fname1 = 'Le prénom ne peut être inférieur à'; var fbloginblock_minchar_fname2 = 'personnages.'; var fbloginblock_maxchar_lname1 = 'Le nom de famille ne peut pas être supérieur à'; var fbloginblock_maxchar_lname2 = 'personnages.'; var fbloginblock_minchar_lname1 = 'Le nom de famille ne peut pas être inférieur à'; var fbloginblock_minchar_lname2 = 'personnages.'; var fbloginblock_popup_animation_effects = 'mfp-newspaper'; var advanceddateofdeliverytext = 'Délais de livraison'; var productFooterDatesDelivery = {}; var adod_text_single_date = "Approximate date of delivery on"; var adod_text_dates = "Approximate date of delivery is between"; var adod_text_unavailable_dates = "Estimated delivery not available"; var adod_product_display = "PRODUCT_FOOTER"; var carrier_delivery_list = "2"; productFooterDatesDelivery[0] = {}; productFooterDatesDelivery[0][747] = {}; productFooterDatesDelivery[0][747]["2542_6199"] = {}; productFooterDatesDelivery[0][747]["2542_6199"]['minimal'] = ["Mercredi 20 Août 2025",1755688010]; productFooterDatesDelivery[0][747]["2542_6199"]['maximal'] = ["Jeudi 21 Août 2025",1755774410]; productFooterDatesDelivery[0][747]["2542_6200"] = {}; productFooterDatesDelivery[0][747]["2542_6200"]['minimal'] = ["Vendredi 22 Août 2025",1755860810]; productFooterDatesDelivery[0][747]["2542_6200"]['maximal'] = ["Samedi 23 Août 2025",1755947210]; productFooterDatesDelivery[0][747]["2542_6198"] = {}; productFooterDatesDelivery[0][747]["2542_6198"]['minimal'] = ["Vendredi 22 Août 2025",1755860810]; productFooterDatesDelivery[0][747]["2542_6198"]['maximal'] = ["Samedi 23 Août 2025",1755947210]; productFooterDatesDelivery[0][747]["2542_107253"] = {}; productFooterDatesDelivery[0][747]["2542_107253"]['minimal'] = ["Mercredi 20 Août 2025",1755688010]; productFooterDatesDelivery[0][747]["2542_107253"]['maximal'] = ["Jeudi 21 Août 2025",1755774410]; productFooterDatesDelivery[0][747]["2542_6197"] = {}; productFooterDatesDelivery[0][747]["2542_6197"]['minimal'] = ["Vendredi 22 Août 2025",1755860810]; productFooterDatesDelivery[0][747]["2542_6197"]['maximal'] = ["Samedi 23 Août 2025",1755947210]; productFooterDatesDelivery[0][722] = {}; productFooterDatesDelivery[0][722]["2542_6199"] = {}; productFooterDatesDelivery[0][722]["2542_6199"]['minimal'] = ["Mardi 19 Août 2025",1755601610]; productFooterDatesDelivery[0][722]["2542_6199"]['maximal'] = ["Mardi 19 Août 2025",1755601610]; productFooterDatesDelivery[0][722]["2542_6200"] = {}; productFooterDatesDelivery[0][722]["2542_6200"]['minimal'] = ["Jeudi 21 Août 2025",1755774410]; productFooterDatesDelivery[0][722]["2542_6200"]['maximal'] = ["Jeudi 21 Août 2025",1755774410]; productFooterDatesDelivery[0][722]["2542_6198"] = {}; productFooterDatesDelivery[0][722]["2542_6198"]['minimal'] = ["Jeudi 21 Août 2025",1755774410]; productFooterDatesDelivery[0][722]["2542_6198"]['maximal'] = ["Jeudi 21 Août 2025",1755774410]; productFooterDatesDelivery[0][722]["2542_107253"] = {}; productFooterDatesDelivery[0][722]["2542_107253"]['minimal'] = ["Mardi 19 Août 2025",1755601610]; productFooterDatesDelivery[0][722]["2542_107253"]['maximal'] = ["Mardi 19 Août 2025",1755601610]; productFooterDatesDelivery[0][722]["2542_6197"] = {}; productFooterDatesDelivery[0][722]["2542_6197"]['minimal'] = ["Jeudi 21 Août 2025",1755774410]; productFooterDatesDelivery[0][722]["2542_6197"]['maximal'] = ["Jeudi 21 Août 2025",1755774410]; function htmlDecode(input){ var e = document.createElement('div'); e.innerHTML = input; return e.childNodes[0].nodeValue; } var reviewTabStr = "Avis clients"; var maxReviewsPage = "25"; document.addEventListener("DOMContentLoaded", (event) => { var legalContent = ""; tippy('#ag-reviews-legal', { content: legalContent, allowHTML: true, placement: 'bottom' }); }); $(function() { $("a[href='#top']").click(function() { $("html, body").animate({ scrollTop: 0 }, "fast"); return false; }); $('a[href*=#]:not([href=#])').click(function() { if (location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '') && location.hostname == this.hostname) { var target = $(this.hash); target = target.length ? target : $('[name=' + this.hash.slice(1) + ']'); if (target.length) { $('html,body').animate({ scrollTop: target.offset().top - $("#fixed_menu").height() }, "fast"); return false; } } }); $(window).scroll(function() { if ($(window).width() > 992) { var height = $(window).scrollTop(); if (height > $("#content_menu").offset().top - 70) { $('#fixed_menu').slideDown("fast"); } else { $('#fixed_menu').slideUp("fast"); } } else { $('#fixed_menu').hide(); } }); $(window).resize(function() { if ($(window).width() > 992) { var height = $(window).scrollTop(); if (height > $("#content_menu").offset().top - 70) { $('#fixed_menu').slideDown("fast"); } else { $('#fixed_menu').slideUp("fast"); } } else { $('#fixed_menu').hide(); } }); }); function scrollTop(){ $("html, body").animate({ scrollTop: "0" }); } -->