CBD delivery throughout France

.cs-livr__tarif-table tr:last-child td { border-bottom: none; } .cs-livr__tarif-mode { font-weight: var(--cs-fw-semibold, 600); color: var(--cs-fg, #211D2C); font-size: var(--cs-fs-body-lg, 17px); } .cs-livr__tarif-sub { display: block; color: var(--cs-fg-mute, #847F8E); font-size: var(--cs-fs-small, 13px); margin-top: 4px; } .cs-livr__tarif-price { font-family: var(--cs-font-display, "Fraunces", serif); font-style: italic; font-weight: var(--cs-fw-semibold, 600); color: var(--cs-violet-deep, #4A3490); font-size: var(--cs-fs-h5, 18px); white-space: nowrap; } .cs-livr__tarif-free { color: var(--cs-sage-deep, #5C7A55); font-weight: var(--cs-fw-semibold, 600); } .cs-livr__tarif-note { margin-top: var(--cs-space-4, 16px); padding: var(--cs-space-4, 16px) var(--cs-space-5, 20px); background: var(--cs-cream-deep, #EBE3D2); border-left: 3px solid var(--cs-bordeaux, #5E2F4D); border-radius: 0 var(--cs-radius-md, 8px) var(--cs-radius-md, 8px) 0; font-size: var(--cs-fs-small, 13px); color: var(--cs-fg-soft, #4A4459); max-width: none; } .cs-livr__tarif-note strong { color: var(--cs-bordeaux-deep, #3F1E33); } /* Mobile: vertical card table */ @media (max-width: 720px) { .cs-livr__tarif-table thead { display: none; } .cs-livr__tarif-table tr { display: block; padding: var(--cs-space-5, 20px) 0; border-bottom: 1px solid var(--cs-line-soft, #E8E0CE); } .cs-livr__tarif-table tr:last-child { border-bottom: none; } .cs-livr__tarif-table td { display: block; padding: 4px 0; border-bottom: none; } .cs-livr__tarif-table td[data-label]::before { content: attr(data-label); display: inline-block; min-width: 90px; color: var(--cs-fg-mute, #847F8E); font-size: var(--cs-fs-micro, 11px); letter-spacing: var(--cs-ls-wide, 0.04em); text-transform: uppercase; font-weight: var(--cs-fw-semibold, 600); margin-right: 12px; } } /* ============================== Discretion (sage band) ============================== */ .cs-livr__discr-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr); gap: clamp(32px, 5vw, 64px); align-items: start; } @media (max-width: 760px) { .cs-livr__discr-grid { grid-template-columns: 1fr; } } .cs-livr__discr h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); } .cs-livr__discr p { font-size: var(--cs-fs-body-lg, 17px); line-height: var(--cs-lh-normal, 1.45); color: var(--cs-sage-text, #2A3A22); } .cs-livr__discr-points { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--cs-space-5, 20px); } .cs-livr__discr-points li { border-top: 1px solid var(--cs-sage, #A8B89A); padding-top: var(--cs-space-4, 16px); color: var(--cs-sage-text, #2A3A22); } .cs-livr__discr-points li:first-child { border-top: none; padding-top: 0; } .cs-livr__discr-points strong { display: block; color: var(--cs-sage-deep, #5C7A55); font-size: var(--cs-fs-caption, 12px); letter-spacing: var(--cs-ls-wider, 0.08em); text-transform: uppercase; margin-bottom: 4px; font-weight: var(--cs-fw-semibold, 600); } /* ============================== FAQ ============================== */ .cs-livr__faq h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); margin-bottom: var(--cs-space-7, 32px); } .cs-livr__faq-list { display: grid; gap: 0; } .cs-livr__faq-item { border-bottom: 1px solid var(--cs-line, #DDD4C2); } .cs-livr__faq-item:first-child { border-top: 1px solid var(--cs-line, #DDD4C2); } .cs-livr__faq-item summary { cursor: pointer; list-style: none; padding: var(--cs-space-5, 20px) var(--cs-space-3, 12px) var(--cs-space-5, 20px) 0; font-weight: var(--cs-fw-semibold, 600); color: var(--cs-bordeaux-deep, #3F1E33); font-size: clamp(1rem, 1.4vw, 1.12rem); display: flex; justify-content: space-between; align-items: center; gap: var(--cs-space-4, 16px); transition: color var(--cs-duration-base, 200ms) var(--cs-ease-out, cubic-bezier(.22,.61,.36,1)); border-radius: var(--cs-radius-sm, 6px); } .cs-livr__faq-item summary::-webkit-details-marker { display: none; } .cs-livr__faq-item summary:hover { color: var(--cs-violet, #6B4FB8); } .cs-livr__faq-item summary:focus-visible { outline: none; color: var(--cs-violet, #6B4FB8); box-shadow: 0 0 0 3px rgba(107,79,184,.22); } .cs-livr__faq-item summary::after { content: ""; width: 14px; height: 14px; flex-shrink: 0; background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor); background-size: 14px 1.5px, 1.5px 14px; background-repeat: no-repeat; background-position: center center; transition: transform var(--cs-duration-slow, 300ms) var(--cs-ease-out, cubic-bezier(.22,.61,.36,1)); } .cs-livr__faq-item[open] summary::after { background-size: 14px 1.5px, 0 0; } .cs-livr__faq-answer { padding: 0 0 var(--cs-space-6, 24px); color: var(--cs-fg-soft, #4A4459); max-width: var(--livr-prose); font-size: var(--cs-fs-body, 15px); line-height: var(--cs-lh-relaxed, 1.6); } .cs-livr__faq-answer p { margin-bottom: var(--cs-space-3, 12px); } .cs-livr__faq-answer p:last-child { margin-bottom: 0; } /* ============================== Footer disclaimer ============================== */ .cs-livr__foot { padding: var(--cs-space-7, 32px) var(--cs-gutter, 24px); text-align: center; } .cs-livr__foot-rule { width: 80px; height: 1px; background: var(--cs-line, #DDD4C2); margin: 0 auto var(--cs-space-5, 20px); } .cs-livr__foot p { font-size: var(--cs-fs-small, 13px); color: var(--cs-fg-mute, #847F8E); max-width: 56ch; margin: 0 auto; line-height: var(--cs-lh-normal, 1.45); } /* Reduced motion */ @media (prefers-reduced-motion: reduce) { .cs-livr * { transition-duration: 1ms !important; animation-duration: 1ms !important; } }

Delivery · Metropolitan France

CBD Delivery anywhere in France.

Shipping within 24 business hours, Colissimo delivery or Mondial Relay pick-up point. Discreet package, tracking included, free for orders over 50 €.

Every package that goes out to you is prepared by hand, in Charente. We don't outsource trust. Frédéric · Cloud Store CBD

Coverage · Continental France

From big city to small town.

The delivery time and price are the same everywhere in mainland France. Our local guides detail the CBD framework city by city:

How it arrives

From your cart to your mailbox.

  1. 01.

    You order.

    We prepare your order within 24 business hours (Monday to Friday, excluding public holidays).

  2. 02.

    We ship.

    Colissimo Home or pick-up point (Mondial Relay and Colissimo), to choose at checkout. Tracking email upon shipment.

  3. 03.

    You receive.

    1 to 3 business days after shipment depending on your region. Track via La Poste or your tracking area.

Prices · Mainland France

Two methods, no surprises at checkout.

Fees are automatically displayed in the cart according to the chosen method.

Method Timeframe Price Free
Colissimo Home With or without signature, La Poste 1 to 3 business days €4.99 For orders over €50
Pick-up point Mondial Relay and Colissimo 1 to 3 business days €5.71 For orders over €50

For a basket of €50, you automatically save €4.99 on Colissimo Home shipping fees — regardless of the order's contents. The calculation is done at checkout, no code needed.

Covered area here: Continental mainland France. Corsica and overseas departments/territories (Reunion, Martinique, Guadeloupe, French Guiana, Mayotte) are not currently served.

Partner carriers

Colissimo by La Poste Mondial Relay Pick-up point La Poste Official tracking

Discretion · Privacy

The package does not betray you.

  • Packaging Neutral, opaque box, no logo or CBD mention on the outside.
  • Label Sender displayed under a neutral commercial name, in line with our discretion commitments.
  • Compliance Products from legal French hemp, THC content strictly below 0.3%. No synthetic cannabinoids (HHC, H4CBD, THCP, HHCPO) in store.

FAQ · Delivery

Your questions, no fine print.

What is the total time between order and delivery?

Allow an average of 2 to 4 business days: 24 hours for preparation and shipping, then 1 to 3 days for Colissimo delivery. "24h shipping" does not mean "24h delivery" — the final time depends on the carrier.

Do you deliver to Corsica or overseas departments/territories?

Not at the moment. This page only covers continental mainland France. Corsica and overseas departments/territories (Reunion, Martinique, Guadeloupe, French Guiana, Mayotte, etc.) are not served.

Is delivery really free for orders over €50?

Yes, for both methods. For orders over €50, delivery is automatically free at checkout, whether you choose Colissimo Home or a pick-up point (Mondial Relay and Colissimo).

Can I choose a pick-up point?

Yes. The Pick-up point option is offered at €5.71 at the time of payment. You choose the nearest pick-up point from the Mondial Relay and Colissimo networks, from the Shopify interface during checkout.

Is the package really discreet?

Yes. The packaging is neutral, opaque and has no external mention of the content: no CBD logo, no indication of the nature of the products. The sender displayed on the label is a neutral commercial name.

Is the package identifiable as CBD from the outside?

No. The package has the format and appearance of a standard e-commerce shipment (book, small accessory, textile). Brown cardboard, classic Colissimo label, no distinctive visuals. Visually, nothing distinguishes it from an Amazon, La Redoute or Decathlon package.

Can customs or La Poste seize my package?

No. Compliant hemp — varieties listed in the European catalog, THC content strictly < 0.3% — circulates freely in mainland France and the European Union (CJEU, 19 Nov. 2020, case C-663/18; EU Regulation 2021/2115).

All our batches are laboratory analyzed before shipment. No postal seizure has occurred on Cloud Store CBD orders to date.

What does my bank see on my statement?

The label appears under a neutral commercial name (Cloud Store or the name of the Shopify payment provider depending on your bank). No mention of "CBD", "cannabis" or "hemp" appears on your bank statement.

What if I'm not home for delivery?

With Colissimo Home without signature, the postman leaves the package in your mailbox or leaves a notice if it's too small. With signature, the notice indicates the post office where to pick up the package within 15 days.

To avoid back and forth, choose the pick-up point: you can pick it up whenever you want during business hours, up to 14 days after deposit.

My package arrived damaged or open. What should I do?

Check the condition of the package in front of the delivery person or before electronic signature. In case of damage, missing items or damaged packaging, make precise and detailed reservations with the carrier, then confirm by email to [email protected] within 3 business days, with photos. We will take over with La Poste or Mondial Relay.

My package is delayed or seems lost?

Beyond 5 business days without tracking progress, write to us at [email protected] with your order number. We will open a carrier investigation, and if loss is confirmed, we will resend your order or issue a full refund.

How do I return a product?

You have a right of withdrawal of 14 calendar days upon receipt. Please note: unsealed products (opened flower bags, started oil bottles, etc.) are excluded from the right of withdrawal for hygiene reasons (article L.221-28, 4° of the Consumer Code).

Full details: Delivery & returns · Refund policy.

One last question, or ready to discover?

The catalog is right here. For anything else, email us or open the chat: we respond quickly.

First purchase Code BIENVENUE10 gives −10% at checkout.

Or even simpler: Mimi is at the bottom right, ready to answer.

Cloud Store CBD · Legal French hemp, THC < 0.3% · This page provides information on delivery methods and does not constitute a therapeutic recommendation.