ORDERS PLACED TO DATE
1301

Legal Notice

Francine Jewelry

Rue Montgrand, 13006 Marseille, Tel. 04 91 55 57 94,
, RCS Marseille 337 545 297, SIRET 337 545 297 000 26, INTRA CEE 38 337 545 297 000 26
Limited Liability Company (S.A.R.L.) with capital of €250,000

Email: contact@francinejoaillerie.com

PERSONAL INFORMATION

In accordance with the French Data Protection Act of January 6, 1978, as amended by the Act of August 6, 2004, you have the right to access, correct, and object to the processing of your personal data.
Simply contact us online at or by mail at FRANCINE JOAILLERIE, Rue Montgrand, 13006 Marseille, providing your last name, first name, email address, and customer reference number if you have previously placed an order on the website.
In accordance with current regulations, your request must be signed and accompanied by a photocopy of an identification document bearing your signature, and must specify the address to which the response should be sent.
A response will then be sent to you within one month of receipt of the request.

This website is hosted by Cloudways, whose headquarters are located at 52 Springvale, Pope Pius XII Street, Mosta, MST2653, Malta; https://www.cloudways.com/

WEBSITE REGISTERED WITH THE CNIL UNDER NO. 1841553 on March 5, 2015

SITE CONTENT

Photos and text may not be reproduced.
Publisher: Francine Panier

Our Company

Francine Joaillerie, S.A.R.L.
Registered Office: 14 rue Montgrand – 13006 Marseille

Certified, 100% Authentic

14-Day Right of Withdrawal


Express & Secure Delivery


2-Year Warranty

Payments
in instalments

Our Authentication Process

Every piece offered by Francine Joaillerie undergoes a rigorous inspection before it goes on sale.

Our standard is simple: we only offer pieces whose authenticity we can confidently guarantee.

Our Authentication Process

Every piece offered by Francine Joaillerie undergoes a rigorous inspection before it goes on sale.

Our standard is simple: we only offer pieces whose authenticity we can confidently guarantee.

/*Formulaire de recherche */ /*document.getElementById('loop').addEventListener('click', function() { var searchElement = document.querySelector('.search'); if (searchElement) { searchElement.classList.add('click'); } });*/ /* description produit */ /*document.addEventListener("DOMContentLoaded", function () { const container = document.querySelector(".truncate-desc"); const btn = document.querySelector(".read-more-btn"); if (!container || !btn) return; btn.addEventListener("click", function () { container.classList.toggle("open"); btn.innerText = container.classList.contains("open") ? "Réduire" : "Lire la suite"; }); });*/ document.addEventListener("DOMContentLoaded", function () { const container = document.querySelector(".truncate-desc"); const btn = document.querySelector(".read-more-btn"); if (!container || !btn) return; btn.addEventListener("click", function () { if (container.classList.contains("open")) { container.classList.remove("open"); container.style.maxHeight = "120px"; btn.textContent = "Lire la suite"; } else { container.classList.add("open"); container.style.maxHeight = container.scrollHeight + "px"; btn.textContent = "Réduire"; } }); }); /* navigateur filtre produits */ (function() { var pos = 0; var rebuilding = false; function buildPills() { var inner = document.getElementById('jsf-inner'); if (!inner) return; var inputs = document.querySelectorAll('.jet-filters-group input[type="checkbox"]'); if (!inputs.length) return; inner.innerHTML = ''; inputs.forEach(function(input) { var label = input.getAttribute('data-label') || input.getAttribute('aria-label') || ''; var pill = document.createElement('span'); pill.className = 'jsf-pill' + (input.checked ? ' active' : ''); pill.textContent = label; pill.addEventListener('click', function() { input.click(); setTimeout(function() { pill.classList.toggle('active', input.checked); }, 50); }); input.addEventListener('change', function() { pill.classList.toggle('active', input.checked); }); inner.appendChild(pill); }); } var observer = new MutationObserver(function() { if (rebuilding) return; rebuilding = true; setTimeout(function() { buildPills(); rebuilding = false; }, 300); }); document.addEventListener('DOMContentLoaded', function() { buildPills(); observer.observe(document.body, { childList: true, subtree: true }); }); document.addEventListener('click', function(e) { var inner = document.getElementById('jsf-inner'); var track = inner ? inner.parentElement : null; if (!inner || !track) return; if (e.target.classList.contains('jsf-next')) { pos = Math.min(pos + 160, inner.scrollWidth - track.offsetWidth); inner.style.transform = 'translateX(-' + pos + 'px)'; } if (e.target.classList.contains('jsf-prev')) { pos = Math.max(pos - 160, 0); inner.style.transform = 'translateX(-' + pos + 'px)'; } }); })(); /* masquer range filter si aucun résultat */ jQuery(document).ready(function($) { var $rangeFilter = $('.jet-range-filter'); $(document).on('jet-filter-custom-content-render', function(e, response) { var count = parseInt(response.count) || 0; if (count === 0) { $rangeFilter.hide(); } else { $rangeFilter.show(); } }); });