ORDERS PLACED TO DATE
1301

Privacy Policy

In accordance with the European General Data Protection Regulation (GDPR), which took effect on May 25, 2018, you have the right to access your data. If you are registered on our site, you can log in to your profile to: edit, delete, or download your personal data, or completely delete your profile and data.

1/ Information Collection

We collect information when you register on our site, log in to your account, make a purchase, enter a contest, and/or log out. The information collected includes your name, email address, and, if you have provided them to us: your phone numbers, credit card information (encrypted for security), and other information.

In addition, we automatically receive and record information from your computer and browser, including your IP address, software, and hardware, as well as the page you request. This information is used primarily for statistical purposes related to visits, session durations, geolocation, and more.

2/ Use of Information

All the information we collect from you may be used to: Personalize your experience and meet your individual needs

Provide personalized advertising content and offers

Improving Our Website

Improve customer service and meet your support needs

Contact you by email

Administer a contest, a promotion, or a survey

3/ Privacy in E-Commerce

We are the sole owners of the information collected on this site. Your personal information will not be sold, exchanged, transferred, or given to any other company without your consent, except as necessary to fulfill a request and/or transaction, such as to ship an order.

4/ Disclosure to Third Parties

We do not sell, exchange, or transfer your personally identifiable information to third parties. This does not include trusted third parties who help us operate our website or conduct our business, provided that such parties agree to keep this information confidential.

We believe it is necessary to share information in order to investigate, prevent, or take action regarding illegal activities, suspected fraud, situations involving potential threats to the physical safety of any person, violations of our Terms of Use, or when required by law.

Non-private information, however, may be provided to other parties for marketing, advertising, or other purposes.

5. Protection of Information

We implement a variety of security measures to ensure the security of your personal information. We use state-of-the-art encryption to protect sensitive information transmitted online. We also protect your information offline. Only employees who need to perform specific tasks (such as billing or customer service) have access to personally identifiable information. The computers and servers used to store personally identifiable information are kept in a secure environment.

6/ Do we use cookies?

Yes. Our cookies improve access to our site and identify repeat visitors. In addition, our cookies enhance the user experience by tracking and targeting users’ interests. We invite you to read our full cookie policy by visiting the dedicated page on our website.

7/ Unsubscribe

We use the email address you provide to send you information and updates regarding your order, occasional company news, information about related products, and more. If at any time you wish to unsubscribe and no longer receive emails, detailed unsubscribe instructions are included at the bottom of each email.

8. Consent

By using our website, you agree to our privacy policy.

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(); } }); });