<!doctype html> <html lang=" fr "> <head> <!-- Meta Tag --> <meta name="facebook-domain-verification" content="o0sim8557afojrkm9y671mz58l5rfb" /> <!-- End Meta Tag --> <meta name="google-site-verification" content="gpnKqhwh2wTn4mcN4BFLu_wdAEEbQwU6whpxgOOjIaw" /> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-WWPGZPV4');</script> <!-- End Google Tag Manager --> <script> window.consentmo_gcm_initial_state = ""; window.consentmo_gcm_state = "0"; window.consentmo_gcm_security_storage = "strict"; window.consentmo_gcm_ad_storage = "marketing"; window.consentmo_gcm_analytics_storage = "analytics"; window.consentmo_gcm_functionality_storage = "functionality"; window.consentmo_gcm_personalization_storage = "functionality"; window.consentmo_gcm_ads_data_redaction = "true"; window.consentmo_gcm_url_passthrough = "false"; window.consentmo_gcm_data_layer_name = "dataLayer"; // Google Consent Mode V2 integration script from Consentmo GDPR window.isenseRules = {}; window.isenseRules.gcm = { gcmVersion: 2, integrationVersion: 3, customChanges: false, consentUpdated: false, initialState: 7, isCustomizationEnabled: false, adsDataRedaction: true, urlPassthrough: false, dataLayer: 'dataLayer', categories: { ad_personalization: "marketing", ad_storage: "marketing", ad_user_data: "marketing", analytics_storage: "analytics", functionality_storage: "functionality", personalization_storage: "functionality", security_storage: "strict"}, storage: { ad_personalization: "false", ad_storage: "false", ad_user_data: "false", analytics_storage: "false", functionality_storage: "false", personalization_storage: "false", security_storage: "false", wait_for_update: 2000 } }; if(window.consentmo_gcm_state !== null && window.consentmo_gcm_state !== "" && window.consentmo_gcm_state !== "0") { window.isenseRules.gcm.isCustomizationEnabled = true; window.isenseRules.gcm.initialState = window.consentmo_gcm_initial_state === null || window.consentmo_gcm_initial_state.trim() === "" ? window.isenseRules.gcm.initialState : window.consentmo_gcm_initial_state; window.isenseRules.gcm.categories.ad_storage = window.consentmo_gcm_ad_storage === null || window.consentmo_gcm_ad_storage.trim() === "" ? window.isenseRules.gcm.categories.ad_storage : window.consentmo_gcm_ad_storage; window.isenseRules.gcm.categories.ad_user_data = window.consentmo_gcm_ad_storage === null || window.consentmo_gcm_ad_storage.trim() === "" ? window.isenseRules.gcm.categories.ad_user_data : window.consentmo_gcm_ad_storage; window.isenseRules.gcm.categories.ad_personalization = window.consentmo_gcm_ad_storage === null || window.consentmo_gcm_ad_storage.trim() === "" ? window.isenseRules.gcm.categories.ad_personalization : window.consentmo_gcm_ad_storage; window.isenseRules.gcm.categories.analytics_storage = window.consentmo_gcm_analytics_storage === null || window.consentmo_gcm_analytics_storage.trim() === "" ? window.isenseRules.gcm.categories.analytics_storage : window.consentmo_gcm_analytics_storage; window.isenseRules.gcm.categories.functionality_storage = window.consentmo_gcm_functionality_storage === null || window.consentmo_gcm_functionality_storage.trim() === "" ? window.isenseRules.gcm.categories.functionality_storage : window.consentmo_gcm_functionality_storage; window.isenseRules.gcm.categories.personalization_storage = window.consentmo_gcm_personalization_storage === null || window.consentmo_gcm_personalization_storage.trim() === "" ? window.isenseRules.gcm.categories.personalization_storage : window.consentmo_gcm_personalization_storage; window.isenseRules.gcm.categories.security_storage = window.consentmo_gcm_security_storage === null || window.consentmo_gcm_security_storage.trim() === "" ? window.isenseRules.gcm.categories.security_storage : window.consentmo_gcm_security_storage; window.isenseRules.gcm.urlPassthrough = window.consentmo_gcm_url_passthrough === null || window.consentmo_gcm_url_passthrough.trim() === "" ? window.isenseRules.gcm.urlPassthrough : window.consentmo_gcm_url_passthrough; window.isenseRules.gcm.adsDataRedaction = window.consentmo_gcm_ads_data_redaction === null || window.consentmo_gcm_ads_data_redaction.trim() === "" ? window.isenseRules.gcm.adsDataRedaction : window.consentmo_gcm_ads_data_redaction; window.isenseRules.gcm.dataLayer = window.consentmo_gcm_data_layer_name === null || window.consentmo_gcm_data_layer_name.trim() === "" ? window.isenseRules.gcm.dataLayer : window.consentmo_gcm_data_layer_name; } window.isenseRules.initializeGcm = function (rules) { if(window.isenseRules.gcm.isCustomizationEnabled) { rules.initialState = window.isenseRules.gcm.initialState; rules.urlPassthrough = window.isenseRules.gcm.urlPassthrough === true || window.isenseRules.gcm.urlPassthrough === 'true'; rules.adsDataRedaction = window.isenseRules.gcm.adsDataRedaction === true || window.isenseRules.gcm.adsDataRedaction === 'true'; } let initialState = parseInt(rules.initialState); let marketingBlocked = initialState === 0 || initialState === 2 || initialState === 5 || initialState === 7; let analyticsBlocked = initialState === 0 || initialState === 3 || initialState === 6 || initialState === 7; let functionalityBlocked = initialState === 4 || initialState === 5 || initialState === 6 || initialState === 7; let gdprCache = localStorage.getItem('gdprCache') ? JSON.parse(localStorage.getItem('gdprCache')) : null; if (gdprCache && typeof gdprCache.updatedPreferences !== "undefined") { let updatedPreferences = gdprCache.updatedPreferences; marketingBlocked = parseInt(updatedPreferences.indexOf('marketing')) > -1; analyticsBlocked = parseInt(updatedPreferences.indexOf('analytics')) > -1; functionalityBlocked = parseInt(updatedPreferences.indexOf('functionality')) > -1; } Object.entries(rules.categories).forEach(category => { if(rules.storage.hasOwnProperty(category[0])) { switch(category[1]) { case 'strict': rules.storage[category[0]] = "granted"; break; case 'marketing': rules.storage[category[0]] = marketingBlocked ? "denied" : "granted"; break; case 'analytics': rules.storage[category[0]] = analyticsBlocked ? "denied" : "granted"; break; case 'functionality': rules.storage[category[0]] = functionalityBlocked ? "denied" : "granted"; break; } } }); rules.consentUpdated = true; isenseRules.gcm = rules; } // Google Consent Mode - initialization start window.isenseRules.initializeGcm({ ...window.isenseRules.gcm, adsDataRedaction: true, urlPassthrough: false, initialState: 7 }); /* * initialState acceptable values: * 0 - Set both ad_storage and analytics_storage to denied * 1 - Set all categories to granted * 2 - Set only ad_storage to denied * 3 - Set only analytics_storage to denied * 4 - Set only functionality_storage to denied * 5 - Set both ad_storage and functionality_storage to denied * 6 - Set both analytics_storage and functionality_storage to denied * 7 - Set all categories to denied */ window[window.isenseRules.gcm.dataLayer] = window[window.isenseRules.gcm.dataLayer] || []; function gtag() { window[window.isenseRules.gcm.dataLayer].push(arguments); } gtag("consent", "default", isenseRules.gcm.storage); isenseRules.gcm.adsDataRedaction && gtag("set", "ads_data_redaction", isenseRules.gcm.adsDataRedaction); isenseRules.gcm.urlPassthrough && gtag("set", "url_passthrough", isenseRules.gcm.urlPassthrough); </script> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="theme-color" content=""> <link rel="canonical" href="https://laudaris.fr/"> <link rel="preconnect" href="https://cdn.shopify.com" crossorigin><link rel="preconnect" href="https://fonts.shopifycdn.com" crossorigin><link rel="icon" href="//www.bijoux-chretiens.fr/cdn/shop/files/Favicon_Laudaris_32x32.jpg?v=1751024630" type="image/png"><meta name="description" content="Exprimez votre foi avec nos bijoux chrétiens et croix religieuses. Découvrez Laudaris, une collection sacrée conçue pour vous accompagner chaque jour."><title>Laudaris | Bijoux Chrétiens et Croix Religieuses</title><script type="application/ld+json"> { "@context": "https://schema.org", "@type": "WebSite", "name": "Laudaris™", "potentialAction": { "@type": "SearchAction", "target": "https:\/\/www.bijoux-chretiens.fr\/search?q={search_term_string}", "query-input": "required name=search_term_string" }, "url": "https:\/\/www.bijoux-chretiens.fr" } </script><script type="application/ld+json"> { "@context": "https://schema.org", "@type": "BreadcrumbList", "itemListElement": [{ "@type": "ListItem", "position": 1, "item": { "@id": "https://laudaris.fr", "name": "Accueil" } }] } </script><meta property="og:site_name" content="Laudaris™"> <meta property="og:url" content="https://laudaris.fr/"> <meta property="og:title" content="Laudaris | Bijoux Chrétiens et Croix Religieuses"> <meta property="og:type" content="website"> <meta property="og:description" content="Exprimez votre foi avec nos bijoux chrétiens et croix religieuses. Découvrez Laudaris, une collection sacrée conçue pour vous accompagner chaque jour."><meta property="og:image" content="http://www.bijoux-chretiens.fr/cdn/shop/files/Laudaris_preference.jpg?v=1749829240"> <meta property="og:image:secure_url" content="https://www.bijoux-chretiens.fr/cdn/shop/files/Laudaris_preference.jpg?v=1749829240"> <meta property="og:image:width" content="1200"> <meta property="og:image:height" content="630"><meta name="twitter:card" content="summary_large_image"> <meta name="twitter:title" content="Laudaris | Bijoux Chrétiens et Croix Religieuses"> <meta name="twitter:description" content="Exprimez votre foi avec nos bijoux chrétiens et croix religieuses. Découvrez Laudaris, une collection sacrée conçue pour vous accompagner chaque jour."><style data-shopify>@font-face { font-family: "Nunito Sans"; font-weight: 400; font-style: normal; font-display: swap; src: url("//www.bijoux-chretiens.fr/cdn/fonts/nunito_sans/nunitosans_n4.2b61d9dcf54d8ac8282cfd1ebb6964c79a7efcd1.woff2?h1=Ymlqb3V4LWNocmV0aWVucy5mcg&h2=Y3JvaXhldGNyb2lzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h3=bGVzLWJpam91eC1jaHJldGllbnMubXlzaG9waWZ5LmNvbQ&h4=bGF1ZGFyaXMuZnI&h5=YWNjb3VudC5sYXVkYXJpcy5mcg&hmac=8351e9f01021610e205af8cb4bd6798dc0b32f47f1807338c22f3be522165ab3") format("woff2"), url("//www.bijoux-chretiens.fr/cdn/fonts/nunito_sans/nunitosans_n4.420cbf408f643f8ff8fd948b99c10dade8b6af79.woff?h1=Ymlqb3V4LWNocmV0aWVucy5mcg&h2=Y3JvaXhldGNyb2lzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h3=bGVzLWJpam91eC1jaHJldGllbnMubXlzaG9waWZ5LmNvbQ&h4=bGF1ZGFyaXMuZnI&h5=YWNjb3VudC5sYXVkYXJpcy5mcg&hmac=c784d0543ae590ac495838dcacc12c1483a370a97f3c4c81b4b759bae924f093") format("woff"); } @font-face { font-family: "Nunito Sans"; font-weight: 700; font-style: normal; font-display: swap; src: url("//www.bijoux-chretiens.fr/cdn/fonts/nunito_sans/nunitosans_n7.5bd4fb9346d13afb61b3d78f8a1e9f31b128b3d9.woff2?h1=Ymlqb3V4LWNocmV0aWVucy5mcg&h2=Y3JvaXhldGNyb2lzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h3=bGVzLWJpam91eC1jaHJldGllbnMubXlzaG9waWZ5LmNvbQ&h4=bGF1ZGFyaXMuZnI&h5=YWNjb3VudC5sYXVkYXJpcy5mcg&hmac=8ea72da4f5ffe35a93a40856f3fb8ef6eb1e86d3804b6fe82bc11d638c53d189") format("woff2"), url("//www.bijoux-chretiens.fr/cdn/fonts/nunito_sans/nunitosans_n7.2bcf0f11aa6af91c784a857ef004bcca8c2d324d.woff?h1=Ymlqb3V4LWNocmV0aWVucy5mcg&h2=Y3JvaXhldGNyb2lzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h3=bGVzLWJpam91eC1jaHJldGllbnMubXlzaG9waWZ5LmNvbQ&h4=bGF1ZGFyaXMuZnI&h5=YWNjb3VudC5sYXVkYXJpcy5mcg&hmac=ecccf06c9f17f5300eb29ca2a52fec6beed818aa4a6622470cdf5234088acff4") format("woff"); } @font-face { font-family: "Nunito Sans"; font-weight: 400; font-style: italic; font-display: swap; src: url("//www.bijoux-chretiens.fr/cdn/fonts/nunito_sans/nunitosans_i4.e88a2041a6cfbeacffb96db0e8efdfaaa38ddc5c.woff2?h1=Ymlqb3V4LWNocmV0aWVucy5mcg&h2=Y3JvaXhldGNyb2lzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h3=bGVzLWJpam91eC1jaHJldGllbnMubXlzaG9waWZ5LmNvbQ&h4=bGF1ZGFyaXMuZnI&h5=YWNjb3VudC5sYXVkYXJpcy5mcg&hmac=3d0cbb601e8ea582a623432ca2859627a25317b5bc10caeb1458f013cb3527ff") format("woff2"), url("//www.bijoux-chretiens.fr/cdn/fonts/nunito_sans/nunitosans_i4.2c3733ccdf579e6e89e929a950e6a93484fdf6b4.woff?h1=Ymlqb3V4LWNocmV0aWVucy5mcg&h2=Y3JvaXhldGNyb2lzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h3=bGVzLWJpam91eC1jaHJldGllbnMubXlzaG9waWZ5LmNvbQ&h4=bGF1ZGFyaXMuZnI&h5=YWNjb3VudC5sYXVkYXJpcy5mcg&hmac=2c40970e9ffe27e9e34164e949428df0f61841af46fe491a4fc18ffa1ac4cdbb") format("woff"); } @font-face { font-family: "Nunito Sans"; font-weight: 700; font-style: italic; font-display: swap; src: url("//www.bijoux-chretiens.fr/cdn/fonts/nunito_sans/nunitosans_i7.975ea93f521412ef99ca1e2e434d8ca6a5cf77e7.woff2?h1=Ymlqb3V4LWNocmV0aWVucy5mcg&h2=Y3JvaXhldGNyb2lzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h3=bGVzLWJpam91eC1jaHJldGllbnMubXlzaG9waWZ5LmNvbQ&h4=bGF1ZGFyaXMuZnI&h5=YWNjb3VudC5sYXVkYXJpcy5mcg&hmac=9194406b663390c447fc8f65b7c456aecad1e0aa9f4c9a416aa7d72a04fbffcc") format("woff2"), url("//www.bijoux-chretiens.fr/cdn/fonts/nunito_sans/nunitosans_i7.83b70272d04b71e88f25fc6834dc9b88e4ba4e95.woff?h1=Ymlqb3V4LWNocmV0aWVucy5mcg&h2=Y3JvaXhldGNyb2lzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h3=bGVzLWJpam91eC1jaHJldGllbnMubXlzaG9waWZ5LmNvbQ&h4=bGF1ZGFyaXMuZnI&h5=YWNjb3VudC5sYXVkYXJpcy5mcg&hmac=d27c73c2a0db01c46b36ebe266ee7f829570567d1701519e55b1dcc6bb968bd2") format("woff"); } @font-face { font-family: Cardo; font-weight: 400; font-style: normal; font-display: swap; src: url("//www.bijoux-chretiens.fr/cdn/fonts/cardo/cardo_n4.eebb245e383be6550785a657b25f51c2b83d7e78.woff2?h1=Ymlqb3V4LWNocmV0aWVucy5mcg&h2=Y3JvaXhldGNyb2lzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h3=bGVzLWJpam91eC1jaHJldGllbnMubXlzaG9waWZ5LmNvbQ&h4=bGF1ZGFyaXMuZnI&h5=YWNjb3VudC5sYXVkYXJpcy5mcg&hmac=535558fb5a2e4003fefed5929234eb22bf4e55236c1cb2dd5b410ea09491e977") format("woff2"), url("//www.bijoux-chretiens.fr/cdn/fonts/cardo/cardo_n4.5873ec3470fadfb2463a972a55c13c82fcea3051.woff?h1=Ymlqb3V4LWNocmV0aWVucy5mcg&h2=Y3JvaXhldGNyb2lzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h3=bGVzLWJpam91eC1jaHJldGllbnMubXlzaG9waWZ5LmNvbQ&h4=bGF1ZGFyaXMuZnI&h5=YWNjb3VudC5sYXVkYXJpcy5mcg&hmac=78bba20d7edf78ee9915036021f7fb418fdfb6e40ada6f983cc0c5462d0297bb") format("woff"); } :root { --page-width: 1200; --section-margin: 80; --header-color: #ffffff; --header-border-color: #ffffff; --header-nav-color: #111111; --header-nav-color-hover: #303030; --header-border-color-hover: #303030; --header-subnav-color: #303030; --header-subnav-color-hover: #303030; --header-icons: #111111; --header-icons-hover: #303030; --cart-indicator: #b2905f; --icons_size: 20; --announcement-color: ; --announcement-text-color: ; --form_angle: 3; --textarea_angle: 3; --prod-opt-text: #303030; --prod-opt-bg: #ffffff; --prod-opt-border: #303030; --prod-opt-text-hover: #ffffff; --prod-opt-bg-hover: #404040; --prod-opt-border-hover: #404040; --form-field-bg: #ffffff; --form-field-bg-hover: #ffffff; --form-field-line: #cccccc; --form-field-line-hover: #111111; --form-field-color: #111111; --notif-error-color: #ff0000; --notif-error-bg: #ffd6dc; --notif-success-color: #0d6245; --notif-success-bg: #cbf4c9; --button-bg-color: #b2905f; --button-bg-color-hover: #f8f6f1; --button-text-color: #ffffff; --button-text-color-hover: #b2905f; --button-border-color: #b2905f; --button-border-color-hover: #b2905f; --buttontwo-bg-color: #ffffff; --buttontwo-bg-color-hover: #ffffff; --buttontwo-text-color: #303030; --buttontwo-text-color-hover: #515151; --buttontwo-border-color: #404040; --buttontwo-border-color-hover: #515151; --expire-bg-color: #f1f1f1; --expire-border-color: #f1f1f1; --expire-text-color: #8c9196; --body-bg: #ffffff; --body-title-color: #111111; --body-subtitle-color: #111111; --body-text-color: #515151; --body-link-color: #b2905f; --body-link-color-hover: #cca56e; --arrow-color: #111111; --arrow-bg-color: #ffffff; --arrow-border-color: #ffffff; --arrow-shadow: 0 2px 8px rgba(0, 0, 0, .1); --separation-line: #e7e7e7; --close-cross: #111111; --current-price: #111111; --previous-price: #aaaaaa; --promotion-price: #2cbb2f; --threshold-color: #2cbb2f; --progressbar-bg: #C8ECC3; --progressbar-color: #2cbb2f; --footer-color: #ffffff; --footer-line-color: #e7e7e7; --footer-heading-color: #333333; --footer-text-color: #888a88; --footer-link-color: #111111; --footer-link-color-hover: #daac5f; --footer-button-bg-color: #b2905f; --footer-button-bg-color-hover: #f8f6f1; --footer-button-color: #ffffff; --footer-button-color-hover: #b2905f; --footer-border-color: #b2905f; --footer-border-color-hover: #b2905f; --footer-icons: #333333; --footer-icons-hover: #daac5f; --breadcrumb-bg: #f7f7f7; --breadcrumb-color: #111111; --header-font: "Nunito Sans", sans-serif; --header-font-style: normal; --header-font-weight: 400; --header-font-size: 13; --header-font-size-mobile: 15; --header-ls: 0.05em; --header-uppercase: none; --subheader-font-size: 13; --subheader-font-size-mobile: 14; --body-font: "Nunito Sans", sans-serif; --body-font-style: normal; --body-font-weight: 400; --body-font-size: 15; --body-font-bold: 700; --body-font-italic: ; --body-font-bold-italic: ; --body-ls: 0.0em; --title-font: Cardo, serif; --title-font-style: normal; --title-font-weight: 400; --title-ls: 0.0em; --title-uppercase: none; --button-radius: 5px; --button-font-size: 13px; --button-ls: 0.05em; --button-uppercase: uppercase; --popups-radius: 7; --promo_tag_bg: #303030; --promo_tag_color: #ffffff; --promo_tag_border: #303030; --custom_tag_bg: #fff9eb; --custom_tag_color: #111111; --custom_tag_border: #111111; --oos_tag_bg: #ffffff; --oos_tag_color: #111111; --oos_tag_border: #111111; --stock-available: #2cbb2f; --stock-low: #ffa500; --stock-soldout: #e44c4c; --stock-notification: #bca189; --pack-checkbox-color: #303030; --pack-plus-color: #111111; --label-uppercase: none; --prod-uppercase: none; }</style><script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start');</script><meta name="google-site-verification" content="KltfGugZPNfP0dmOHNyot1wKQYyb0ghclO4BW6bxzU4"> <meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/56922996874/digital_wallets/dialog"> <meta name="shopify-checkout-api-token" content="e8b86e391372f2068126b188a96e2e6c"> <script async="async" src="/checkouts/internal/preloads.js?locale=fr-FR"></script> <link rel="preconnect" href="https://shop.app" crossorigin="anonymous"> <script async="async" src="https://shop.app/checkouts/internal/preloads.js?locale=fr-FR&shop_id=56922996874" crossorigin="anonymous"></script> <script id="apple-pay-shop-capabilities" type="application/json">{"shopId":56922996874,"countryCode":"FR","currencyCode":"EUR","merchantCapabilities":["supports3DS"],"merchantId":"gid:\/\/shopify\/Shop\/56922996874","merchantName":"Laudaris™","requiredBillingContactFields":["postalAddress","email"],"requiredShippingContactFields":["postalAddress","email"],"shippingType":"shipping","supportedNetworks":["visa","masterCard","amex","maestro"],"total":{"type":"pending","label":"Laudaris™","amount":"1.00"},"shopifyPaymentsEnabled":true,"supportsSubscriptions":true}</script> <script id="shopify-features" type="application/json">{"accessToken":"e8b86e391372f2068126b188a96e2e6c","betas":["rich-media-storefront-analytics"],"domain":"www.bijoux-chretiens.fr","predictiveSearch":true,"shopId":56922996874,"locale":"fr"}</script> <script>var Shopify = Shopify || {}; Shopify.shop = "croixetcrois.myshopify.com"; Shopify.locale = "fr"; Shopify.currency = {"active":"EUR","rate":"1.0"}; Shopify.country = "FR"; Shopify.theme = {"name":"Laudaris™ 🕊️","id":177432789325,"schema_name":"Ambition","schema_version":"2.5.3","theme_store_id":null,"role":"main"}; Shopify.theme.handle = "null"; Shopify.theme.style = {"id":null,"handle":null}; Shopify.cdnHost = "www.bijoux-chretiens.fr/cdn"; Shopify.routes = Shopify.routes || {}; Shopify.routes.root = "/";</script> <script type="module">!function(o){(o.Shopify=o.Shopify||{}).modules=!0}(window);</script> <script>!function(o){function n(){var o=[];function n(){o.push(Array.prototype.slice.apply(arguments))}return n.q=o,n}var t=o.Shopify=o.Shopify||{};t.loadFeatures=n(),t.autoloadFeatures=n()}(window);</script> <script>window.ShopifyPay = window.ShopifyPay || {}; window.ShopifyPay.apiHost = "shop.app\/pay";</script> <script id="shop-js-analytics" type="application/json">{"pageType":"index"}</script> <script> window.Shopify = window.Shopify || {}; if (!window.Shopify.featureAssets) window.Shopify.featureAssets = {}; window.Shopify.featureAssets['shop-js'] = {"shop-button":["modules/v2/client.shop-button_ZJ4P7cj6.fr.esm.js","modules/v2/chunk.common_BsrekD5e.esm.js"],"init-windoid":["modules/v2/client.init-windoid_0tVgggXv.fr.esm.js","modules/v2/chunk.common_BsrekD5e.esm.js"],"init-fed-cm":["modules/v2/client.init-fed-cm_D0HE040U.fr.esm.js","modules/v2/chunk.common_BsrekD5e.esm.js"],"shop-cash-offers":["modules/v2/client.shop-cash-offers_B4b2fyNF.fr.esm.js","modules/v2/chunk.common_BsrekD5e.esm.js","modules/v2/chunk.modal_B9mYV0I7.esm.js"],"checkout-modal":["modules/v2/client.checkout-modal_DHDoQFV-.fr.esm.js","modules/v2/chunk.common_BsrekD5e.esm.js","modules/v2/chunk.modal_B9mYV0I7.esm.js"],"init-shop-email-lookup-coordinator":["modules/v2/client.init-shop-email-lookup-coordinator_DmtNCMch.fr.esm.js","modules/v2/chunk.common_BsrekD5e.esm.js"],"pay-button":["modules/v2/client.pay-button_DuOnYR65.fr.esm.js","modules/v2/chunk.common_BsrekD5e.esm.js"],"avatar":["modules/v2/client.avatar_BTnouDA3.fr.esm.js"],"shop-toast-manager":["modules/v2/client.shop-toast-manager_Dh8kU79J.fr.esm.js","modules/v2/chunk.common_BsrekD5e.esm.js"],"init-shop-for-new-customer-accounts":["modules/v2/client.init-shop-for-new-customer-accounts_l-Jc3b8Z.fr.esm.js","modules/v2/client.shop-login-button_D9ZzJNB9.fr.esm.js","modules/v2/chunk.common_BsrekD5e.esm.js","modules/v2/chunk.modal_B9mYV0I7.esm.js"],"init-customer-accounts-sign-up":["modules/v2/client.init-customer-accounts-sign-up_BkgjCa__.fr.esm.js","modules/v2/client.shop-login-button_D9ZzJNB9.fr.esm.js","modules/v2/chunk.common_BsrekD5e.esm.js","modules/v2/chunk.modal_B9mYV0I7.esm.js"],"init-customer-accounts":["modules/v2/client.init-customer-accounts_B1chEjN3.fr.esm.js","modules/v2/client.shop-login-button_D9ZzJNB9.fr.esm.js","modules/v2/chunk.common_BsrekD5e.esm.js","modules/v2/chunk.modal_B9mYV0I7.esm.js"],"shop-login-button":["modules/v2/client.shop-login-button_D9ZzJNB9.fr.esm.js","modules/v2/chunk.common_BsrekD5e.esm.js","modules/v2/chunk.modal_B9mYV0I7.esm.js"],"shop-follow-button":["modules/v2/client.shop-follow-button_CY4LSMCP.fr.esm.js","modules/v2/chunk.common_BsrekD5e.esm.js","modules/v2/chunk.modal_B9mYV0I7.esm.js"],"lead-capture":["modules/v2/client.lead-capture_BbriwQ9r.fr.esm.js","modules/v2/chunk.common_BsrekD5e.esm.js","modules/v2/chunk.modal_B9mYV0I7.esm.js"],"payment-terms":["modules/v2/client.payment-terms_huH5G0b0.fr.esm.js","modules/v2/chunk.common_BsrekD5e.esm.js","modules/v2/chunk.modal_B9mYV0I7.esm.js"]}; </script> <script>(function() { function asyncLoad() { var urls = ["https:\/\/static.klaviyo.com\/onsite\/js\/klaviyo.js?company_id=RSDMRi\u0026shop=croixetcrois.myshopify.com","https:\/\/static.klaviyo.com\/onsite\/js\/klaviyo.js?company_id=RSDMRi\u0026shop=croixetcrois.myshopify.com","https:\/\/static.klaviyo.com\/onsite\/js\/klaviyo.js?company_id=RSDMRi\u0026shop=croixetcrois.myshopify.com","https:\/\/static.klaviyo.com\/onsite\/js\/klaviyo.js?company_id=RSDMRi\u0026shop=croixetcrois.myshopify.com","https:\/\/static.klaviyo.com\/onsite\/js\/klaviyo.js?company_id=RSDMRi\u0026shop=croixetcrois.myshopify.com","https:\/\/cdn.shopify.com\/s\/files\/1\/0569\/2299\/6874\/t\/34\/assets\/loy_56922996874.js?v=1749204630\u0026shop=croixetcrois.myshopify.com"]; for (var i = 0; i < urls.length; i++) { var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = urls[i]; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); } }; if(window.attachEvent) { window.attachEvent('onload', asyncLoad); } else { window.addEventListener('load', asyncLoad, false); } })();</script> <script id="__st">var __st={"a":56922996874,"offset":7200,"reqid":"d5056c4e-ea25-405e-b89d-54244813e5ef-1751367055","pageurl":"www.bijoux-chretiens.fr\/","u":"523961d8a35e","p":"home"};</script> <script>window.ShopifyPaypalV4VisibilityTracking = true;</script> <script id="captcha-bootstrap">!function(){'use strict';const t='contact',e='account',n='new_comment',o=[[t,t],['blogs',n],['comments',n],[t,'customer']],c=[[e,'customer_login'],[e,'guest_login'],[e,'recover_customer_password'],[e,'create_customer']],r=t=>t.map((([t,e])=>`form[action*='/${t}']:not([data-nocaptcha='true']) input[name='form_type'][value='${e}']`)).join(','),a=t=>()=>t?[...document.querySelectorAll(t)].map((t=>t.form)):[];function s(){const t=[...o],e=r(t);return a(e)}const i='password',u='form_key',d=['recaptcha-v3-token','g-recaptcha-response','h-captcha-response',i],f=()=>{try{return window.sessionStorage}catch{return}},m='__shopify_v',_=t=>t.elements[u];function p(t,e,n=!1){try{const o=window.sessionStorage,c=JSON.parse(o.getItem(e)),{data:r}=function(t){const{data:e,action:n}=t;return t[m]||n?{data:e,action:n}:{data:t,action:n}}(c);for(const[e,n]of Object.entries(r))t.elements[e]&&(t.elements[e].value=n);n&&o.removeItem(e)}catch(o){console.error('form repopulation failed',{error:o})}}const l='form_type',E='cptcha';function T(t){t.dataset[E]=!0}const w=window,h=w.document,L='Shopify',v='ce_forms',y='captcha';let A=!1;((t,e)=>{const n=(g='f06e6c50-85a8-45c8-87d0-21a2b65856fe',I='https://cdn.shopify.com/shopifycloud/storefront-forms-hcaptcha/ce_storefront_forms_captcha_hcaptcha.v1.5.2.iife.js',D={infoText:'Protégé par hCaptcha',privacyText:'Confidentialité',termsText:'Conditions'},(t,e,n)=>{const o=w[L][v],c=o.bindForm;if(c)return c(t,g,e,D).then(n);var r;o.q.push([[t,g,e,D],n]),r=I,A||(h.body.append(Object.assign(h.createElement('script'),{id:'captcha-provider',async:!0,src:r})),A=!0)});var g,I,D;w[L]=w[L]||{},w[L][v]=w[L][v]||{},w[L][v].q=[],w[L][y]=w[L][y]||{},w[L][y].protect=function(t,e){n(t,void 0,e),T(t)},Object.freeze(w[L][y]),function(t,e,n,w,h,L){const[v,y,A,g]=function(t,e,n){const i=e?o:[],u=t?c:[],d=[...i,...u],f=r(d),m=r(i),_=r(d.filter((([t,e])=>n.includes(e))));return[a(f),a(m),a(_),s()]}(w,h,L),I=t=>{const e=t.target;return e instanceof HTMLFormElement?e:e&&e.form},D=t=>v().includes(t);t.addEventListener('submit',(t=>{const e=I(t);if(!e)return;const n=D(e)&&!e.dataset.hcaptchaBound&&!e.dataset.recaptchaBound,o=_(e),c=g().includes(e)&&(!o||!o.value);(n||c)&&t.preventDefault(),c&&!n&&(function(t){try{if(!f())return;!function(t){const e=f();if(!e)return;const n=_(t);if(!n)return;const o=n.value;o&&e.removeItem(o)}(t);const e=Array.from(Array(32),(()=>Math.random().toString(36)[2])).join('');!function(t,e){_(t)||t.append(Object.assign(document.createElement('input'),{type:'hidden',name:u})),t.elements[u].value=e}(t,e),function(t,e){const n=f();if(!n)return;const o=[...t.querySelectorAll(`input[type='${i}']`)].map((({name:t})=>t)),c=[...d,...o],r={};for(const[a,s]of new FormData(t).entries())c.includes(a)||(r[a]=s);n.setItem(e,JSON.stringify({[m]:1,action:t.action,data:r}))}(t,e)}catch(e){console.error('failed to persist form',e)}}(e),e.submit())}));const S=(t,e)=>{t&&!t.dataset[E]&&(n(t,e.some((e=>e===t))),T(t))};for(const o of['focusin','change'])t.addEventListener(o,(t=>{const e=I(t);D(e)&&S(e,y())}));const B=e.get('form_key'),M=e.get(l),P=B&&M;t.addEventListener('DOMContentLoaded',(()=>{const t=y();if(P)for(const e of t)e.elements[l].value===M&&p(e,B);[...new Set([...A(),...v().filter((t=>'true'===t.dataset.shopifyCaptcha))])].forEach((e=>S(e,t)))}))}(h,new URLSearchParams(w.location.search),n,t,e,['guest_login'])})(!0,!0)}();</script> <script integrity="sha256-DTN/DDRLW4ijBM7GedgYZhatFOf+PYQ7/WEM4Q6kiFw=" data-source-attribution="shopify.loadfeatures" defer="defer" src="//www.bijoux-chretiens.fr/cdn/shopifycloud/shopify/assets/storefront/load_feature-0d337f0c344b5b88a304cec679d8186616ad14e7fe3d843bfd610ce10ea4885c.js" crossorigin="anonymous"></script> <script crossorigin="anonymous" defer="defer" src="//www.bijoux-chretiens.fr/cdn/shopifycloud/shopify/assets/shopify_pay/storefront-9846a8162782d0b340b9256e1835a4bf4ccf7ab521e1221004c475e86df911f4.js?v=20220906"></script> <link rel="stylesheet" media="screen" href="https://www.bijoux-chretiens.fr/cdn/shopifycloud/portable-wallets/latest/accelerated-checkout-backwards-compat.css" crossorigin="anonymous"> <style id="shopify-dynamic-checkout-cart">@media screen and (min-width: 750px) { #dynamic-checkout-cart { min-height: 50px; } } @media screen and (max-width: 750px) { #dynamic-checkout-cart { min-height: 60px; } } </style><script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script> <link rel="stylesheet" href="//www.bijoux-chretiens.fr/cdn/shop/t/35/assets/theme.min.css?v=179896180679893340491750085304"> <script defer> let all_upsells = []; window.theme = { template: "index", domain: "laudaris.fr", shopCurrency: "EUR", moneyFormat: "{{amount_with_comma_separator}} €", moneyWithCurrencyFormat: "{{amount_with_comma_separator}} € EUR", currencyConversionEnabled: null, currencyConversionMoneyFormat: null, currencyConversionRoundAmounts: null, productImageSize: null, searchMode: null, showPageTransition: null, showElementStaggering: null, showImageZooming: null, emptyCart: "Votre panier est vide" }; theme.settings = { cartType: "drawer", moneyFormat: "{{amount_with_comma_separator}} €", availableStock : "En stock", oneStockRemaining : "{{count}} en stock - Commandez vite", manyStocksRemaining : "{{count}} en stock - Commandez vite", selectPack: "Sélectionnez un ou plusieurs produits", restockAlert : "Me prévenir lors du restockage", stockMin : 10, shippingFree: "Livraison offerte sur votre commande", shippingRemaining : "Plus que {{remaining_amount}} pour bénéficier de la livraison offerte", salesPercentFormat : "{{sales_amount}}% de réduction", salesCurrencyFormat : "Économisez {{sales_amount}}", salesType : "2", addToCartText : "Ajouter au panier", soldOutText : "Stock épuisé", notifyMe : "Prévenez-moi", preOrder : "Pré-commander", newsletterSent : "N\u0026#39;attendez plus pour utiliser votre code de promotion ! On vous l\u0026#39;a déjà envoyé par mail (pensez à vérifier dans les indésirables !).", contactSent : "Votre message a été envoyé avec succès.", rootUrl: "/" }; Shopify.selectionPanier = []; </script> <!-- BEGIN app block: shopify://apps/consentmo-gdpr/blocks/gdpr_cookie_consent/4fbe573f-a377-4fea-9801-3ee0858cae41 --> <!-- END app block --><!-- BEGIN app block: shopify://apps/klaviyo-email-marketing-sms/blocks/klaviyo-onsite-embed/2632fe16-c075-4321-a88b-50b567f42507 --> <script async src="https://static.klaviyo.com/onsite/js/RSDMRi/klaviyo.js?company_id=RSDMRi"></script> <script>!function(){if(!window.klaviyo){window._klOnsite=window._klOnsite||[];try{window.klaviyo=new Proxy({},{get:function(n,i){return"push"===i?function(){var n;(n=window._klOnsite).push.apply(n,arguments)}:function(){for(var n=arguments.length,o=new Array(n),w=0;w<n;w++)o[w]=arguments[w];var t="function"==typeof o[o.length-1]?o.pop():void 0,e=new Promise((function(n){window._klOnsite.push([i].concat(o,[function(i){t&&t(i),n(i)}]))}));return e}}})}catch(n){window.klaviyo=window.klaviyo||[],window.klaviyo.push=function(){var n;(n=window._klOnsite).push.apply(n,arguments)}}}}();</script> <script> window.klaviyoReviewsProductDesignMode = false </script> <!-- END app block --><!-- BEGIN app block: shopify://apps/simprosys-google-shopping-feed/blocks/core_settings_block/1f0b859e-9fa6-4007-97e8-4513aff5ff3b --><!-- BEGIN: GSF App Core Tags & Scripts by Simprosys Google Shopping Feed --> <!-- END: GSF App Core Tags & Scripts by Simprosys Google Shopping Feed --> <!-- END app block --><!-- BEGIN app block: shopify://apps/judge-me-reviews/blocks/judgeme_core/61ccd3b1-a9f2-4160-9fe9-4fec8413e5d8 --><!-- Start of Judge.me Core --> <link rel="dns-prefetch" href="https://cdnwidget.judge.me"> <link rel="dns-prefetch" href="https://cdn.judge.me"> <link rel="dns-prefetch" href="https://cdn1.judge.me"> <link rel="dns-prefetch" href="https://api.judge.me"> <script data-cfasync='false' class='jdgm-settings-script'>window.jdgmSettings={"pagination":5,"disable_web_reviews":false,"badge_no_review_text":"Laissez-nous un témoignage","badge_n_reviews_text":"{{ n }} témoignages","badge_star_color":"#B2905F","hide_badge_preview_if_no_reviews":true,"badge_hide_text":false,"enforce_center_preview_badge":false,"widget_title":"Avis Clients","widget_open_form_text":"Écrire un avis","widget_close_form_text":"Annuler l'avis","widget_refresh_page_text":"Actualiser la page","widget_summary_text":"Basé sur {{ number_of_reviews }} avis","widget_no_review_text":"Soyez le premier à écrire un avis","widget_name_field_text":"Nom d'affichage","widget_verified_name_field_text":"Nom vérifié (public)","widget_name_placeholder_text":"Nom d'affichage","widget_required_field_error_text":"Ce champ est obligatoire.","widget_email_field_text":"Adresse email","widget_verified_email_field_text":"Email vérifié (privé, ne peut pas être modifié)","widget_email_placeholder_text":"Votre adresse email","widget_email_field_error_text":"Veuillez entrer une adresse email valide.","widget_rating_field_text":"Évaluation","widget_review_title_field_text":"Titre de l'avis","widget_review_title_placeholder_text":"Donnez un titre à votre avis","widget_review_body_field_text":"Contenu de l'avis","widget_review_body_placeholder_text":"Commencez à écrire ici...","widget_pictures_field_text":"Photo/Vidéo (facultatif)","widget_submit_review_text":"Soumettre l'avis","widget_submit_verified_review_text":"Soumettre un avis vérifié","widget_submit_success_msg_with_auto_publish":"Merci ! Veuillez actualiser la page dans quelques instants pour voir votre avis. Vous pouvez supprimer ou modifier votre avis en vous connectant à \u003ca href='https://judge.me/login' target='_blank' rel='nofollow noopener'\u003eJudge.me\u003c/a\u003e","widget_submit_success_msg_no_auto_publish":"Merci ! Votre avis sera publié dès qu'il sera approuvé par l'administrateur de la boutique. Vous pouvez supprimer ou modifier votre avis en vous connectant à \u003ca href='https://judge.me/login' target='_blank' rel='nofollow noopener'\u003eJudge.me\u003c/a\u003e","widget_show_default_reviews_out_of_total_text":"Affichage de {{ n_reviews_shown }} sur {{ n_reviews }} avis.","widget_show_all_link_text":"Tout afficher","widget_show_less_link_text":"Afficher moins","widget_author_said_text":"{{ reviewer_name }} a dit :","widget_days_text":"il y a {{ n }} jour/jours","widget_weeks_text":"il y a {{ n }} semaine/semaines","widget_months_text":"il y a {{ n }} mois","widget_years_text":"il y a {{ n }} an/ans","widget_yesterday_text":"Hier","widget_today_text":"Aujourd'hui","widget_replied_text":"{{ shop_name }} a répondu :","widget_read_more_text":"Lire plus","widget_rating_filter_color":"#B2905F","widget_rating_filter_see_all_text":"Voir tous les avis","widget_sorting_most_recent_text":"Plus récents","widget_sorting_highest_rating_text":"Meilleures notes","widget_sorting_lowest_rating_text":"Notes les plus basses","widget_sorting_with_pictures_text":"Uniquement les photos","widget_sorting_most_helpful_text":"Plus utiles","widget_open_question_form_text":"Poser une question","widget_reviews_subtab_text":"Avis","widget_questions_subtab_text":"Questions","widget_question_label_text":"Question","widget_answer_label_text":"Réponse","widget_question_placeholder_text":"Écrivez votre question ici","widget_submit_question_text":"Soumettre la question","widget_question_submit_success_text":"Merci pour votre question ! Nous vous notifierons dès qu'elle aura une réponse.","widget_star_color":"#B2905F","verified_badge_text":"Vérifié","verified_badge_placement":"left-of-reviewer-name","widget_review_max_height":3,"widget_hide_border":true,"widget_social_share":false,"widget_review_location_show":true,"all_reviews_include_out_of_store_products":true,"all_reviews_out_of_store_text":"(hors boutique)","all_reviews_product_name_prefix_text":"à propos de","enable_review_pictures":true,"review_date_format":"dd/mm/yyyy","default_sort_method":"most-helpful","widget_product_reviews_subtab_text":"Produits","widget_shop_reviews_subtab_text":"Boutique","widget_write_a_store_review_text":"Écrire un avis sur la boutique","widget_other_languages_heading":"Avis dans d'autres langues","widget_translate_review_text":"Traduire l'avis en {{ language }}","widget_translating_review_text":"Traduction en cours...","widget_show_original_translation_text":"Afficher l'original ({{ language }})","widget_translate_review_failed_text":"Impossible de traduire cet avis.","widget_translate_review_retry_text":"Réessayer","widget_translate_review_try_again_later_text":"Réessayez plus tard","show_product_url_for_grouped_product":true,"widget_sorting_pictures_first_text":"Photos en premier","floating_tab_button_name":"★ Avis","floating_tab_title":"Laissons nos clients parler pour nous","floating_tab_url":"","floating_tab_url_enabled":false,"all_reviews_text_badge_text":"Les clients nous notent {{ shop.metafields.judgeme.all_reviews_rating | round: 1 }}/5 basé sur {{ shop.metafields.judgeme.all_reviews_count }} avis.","all_reviews_text_badge_text_branded_style":"{{ shop.metafields.judgeme.all_reviews_rating | round: 1 }} sur 5 étoiles basé sur {{ shop.metafields.judgeme.all_reviews_count }} avis","is_all_reviews_text_badge_a_link":true,"all_reviews_text_badge_url":"","all_reviews_text_style":"branded","all_reviews_text_color_style":"custom","all_reviews_text_color":"#B2905F","all_reviews_text_show_jm_brand":false,"featured_carousel_title":"Laissons nos clients parler pour nous","featured_carousel_count_text":"sur {{ n }} avis","featured_carousel_url":"","verified_count_badge_style":"branded","verified_count_badge_url":"","widget_histogram_use_custom_color":true,"widget_pagination_use_custom_color":true,"picture_reminder_submit_button":"Upload Pictures","widget_sorting_videos_first_text":"Vidéos en premier","widget_review_pending_text":"En attente","remove_microdata_snippet":false,"preview_badge_no_question_text":"Aucune question","preview_badge_n_question_text":"{{ number_of_questions }} question/questions","remove_judgeme_branding":true,"widget_search_bar_placeholder":"Rechercher des avis","widget_sorting_verified_only_text":"Vérifiés uniquement","featured_carousel_theme":"compact","featured_carousel_verified_badge_enable":true,"featured_carousel_more_reviews_button_text":"Lire plus d'avis","featured_carousel_view_product_button_text":"Voir le produit","all_reviews_page_load_reviews_on":"button_click","all_reviews_page_load_more_text":"Charger plus d'avis","widget_advanced_speed_features":5,"widget_public_name_text":"affiché publiquement comme","default_reviewer_name":"Michel Dupont","default_reviewer_name_has_non_latin":true,"widget_reviewer_anonymous":"Anonyme","medals_widget_title":"Médailles d'avis Judge.me","medals_widget_background_color":"#ffffff","show_reviewer_avatar":false,"widget_invalid_yt_video_url_error_text":"Pas une URL de vidéo YouTube","widget_max_length_field_error_text":"Veuillez ne pas dépasser {0} caractères.","widget_show_country_flag":true,"widget_verified_by_shop_text":"Vérifié par la boutique","widget_load_with_code_splitting":true,"widget_ugc_title":"Fait par nous, partagé par vous","widget_ugc_subtitle":"Taguez-nous pour voir votre photo mise en avant sur notre page","widget_ugc_primary_button_text":"Acheter maintenant","widget_ugc_secondary_button_text":"Charger plus","widget_ugc_reviews_button_text":"Voir les avis","widget_primary_color":"#B2905F","widget_summary_average_rating_text":"{{ average_rating }} sur 5","widget_media_grid_title":"Photos \u0026 vidéos clients","widget_media_grid_see_more_text":"Voir plus","widget_show_product_medals":false,"widget_verified_by_judgeme_text":"Vérifié par Judge.me","widget_show_store_medals":false,"widget_verified_by_judgeme_text_in_store_medals":"Vérifié par Judge.me","widget_media_field_exceed_quantity_message":"Désolé, nous ne pouvons accepter que {{ max_media }} pour un avis.","widget_media_field_exceed_limit_message":"{{ file_name }} est trop volumineux, veuillez sélectionner un {{ media_type }} de moins de {{ size_limit }}MB.","widget_review_submitted_text":"Avis soumis !","widget_question_submitted_text":"Question soumise !","widget_close_form_text_question":"Annuler","widget_write_your_answer_here_text":"Écrivez votre réponse ici","widget_enabled_branded_link":true,"widget_show_collected_by_judgeme":false,"widget_collected_by_judgeme_text":"collecté par Judge.me","widget_load_more_text":"Charger plus","widget_load_more_color":"#B2905F","widget_full_review_text":"Avis complet","widget_read_more_reviews_text":"Lire plus d'avis","widget_read_questions_text":"Lire les questions","widget_questions_and_answers_text":"Questions \u0026 Réponses","widget_verified_by_text":"Vérifié par","widget_verified_text":"Vérifié","widget_number_of_reviews_text":"{{ number_of_reviews }} avis","widget_back_button_text":"Retour","widget_next_button_text":"Suivant","widget_custom_forms_filter_button":"Filtres","widget_show_review_information":true,"how_reviews_are_collected":"Comment les avis sont-ils collectés ?","widget_gdpr_statement":"Comment nous utilisons vos données : Nous vous contacterons uniquement à propos de l'avis que vous avez laissé, et seulement si nécessaire. En soumettant votre avis, vous acceptez les \u003ca href='https://judge.me/terms' target='_blank' rel='nofollow noopener'\u003econditions\u003c/a\u003e, la \u003ca href='https://judge.me/privacy' target='_blank' rel='nofollow noopener'\u003epolitique de confidentialité\u003c/a\u003e et les \u003ca href='https://judge.me/content-policy' target='_blank' rel='nofollow noopener'\u003epolitiques de contenu\u003c/a\u003e de Judge.me.","popup_widget_review_selection":"automatically","popup_widget_show_product":false,"popup_widget_hide_on_mobile":false,"review_snippet_widget_round_border_style":true,"review_snippet_widget_card_color":"#FFFFFF","review_snippet_widget_slider_arrows_background_color":"#FFFFFF","review_snippet_widget_slider_arrows_color":"#000000","review_snippet_widget_star_color":"#108474","show_product_variant":true,"all_reviews_product_variant_label_text":"Variante : ","widget_show_verified_branding":false,"review_content_screen_title_text":"Comment évalueriez-vous ce produit ?","review_content_introduction_text":"Nous serions ravis que vous partagiez un peu votre expérience.","one_star_review_guidance_text":"Mauvais","five_star_review_guidance_text":"Excellent","customer_information_screen_title_text":"À propos de vous","customer_information_introduction_text":"Veuillez nous en dire plus sur vous.","custom_questions_screen_title_text":"Votre expérience en détail","custom_questions_introduction_text":"Voici quelques questions pour nous aider à mieux comprendre votre expérience.","review_submitted_screen_title_text":"Merci pour votre avis !","review_submitted_screen_thank_you_text":"Nous le traitons et il apparaîtra bientôt dans la boutique.","review_submitted_screen_email_verification_text":"Veuillez confirmer votre email en cliquant sur le lien que nous venons de vous envoyer. Cela nous aide à maintenir des avis authentiques.","review_submitted_request_store_review_text":"Aimeriez-vous partager votre expérience d'achat avec nous ?","review_submitted_review_other_products_text":"Aimeriez-vous évaluer ces produits ?","reviewer_media_screen_title_picture_text":"Partager une photo","reviewer_media_introduction_picture_text":"Téléchargez une photo pour étayer votre avis.","reviewer_media_screen_title_video_text":"Partager une vidéo","reviewer_media_introduction_video_text":"Téléchargez une vidéo pour étayer votre avis.","reviewer_media_screen_title_picture_or_video_text":"Partager une photo ou une vidéo","reviewer_media_introduction_picture_or_video_text":"Téléchargez une photo ou une vidéo pour étayer votre avis.","reviewer_media_youtube_url_text":"Collez votre URL Youtube ici","advanced_settings_next_step_button_text":"Suivant","advanced_settings_close_review_button_text":"Fermer","write_review_flow_required_text":"Obligatoire","write_review_flow_privacy_message_text":"Nous respectons votre vie privée.","write_review_flow_anonymous_text":"Avis anonyme","write_review_flow_visibility_text":"Ne sera pas visible pour les autres clients.","write_review_flow_multiple_selection_help_text":"Sélectionnez autant que vous le souhaitez","write_review_flow_single_selection_help_text":"Sélectionnez une option","write_review_flow_required_field_error_text":"Ce champ est obligatoire","write_review_flow_invalid_email_error_text":"Veuillez saisir une adresse email valide","write_review_flow_max_length_error_text":"Max. {{ max_length }} caractères.","write_review_flow_media_upload_text":"\u003cb\u003eCliquez pour télécharger\u003c/b\u003e ou glissez-déposez","write_review_flow_gdpr_statement":"Nous vous contacterons uniquement au sujet de votre avis si nécessaire. En soumettant votre avis, vous acceptez nos \u003ca href='https://judge.me/terms' target='_blank' rel='nofollow noopener'\u003econditions d'utilisation\u003c/a\u003e et notre \u003ca href='https://judge.me/privacy' target='_blank' rel='nofollow noopener'\u003epolitique de confidentialité\u003c/a\u003e.","transparency_badges_collected_via_store_invite":true,"transparency_badges_from_another_provider":true,"transparency_badges_collected_from_store_visitor":true,"transparency_badges_collected_by_verified_review_provider":true,"transparency_badges_earned_reward":true,"transparency_badges_collected_via_store_invite_text":"Avis collecté via l'invitation du magasin","transparency_badges_from_another_provider_text":"Avis collecté d'un autre fournisseur","transparency_badges_collected_from_store_visitor_text":"Avis collecté d'un visiteur du magasin","transparency_badges_written_in_google_text":"Avis écrit sur Google","transparency_badges_written_in_etsy_text":"Avis écrit sur Etsy","transparency_badges_written_in_shop_app_text":"Avis écrit sur Shop App","transparency_badges_earned_reward_text":"Avis a gagné une récompense pour une commande future","platform":"shopify","branding_url":"https://app.judge.me/reviews","branding_text":"Propulsé par Judge.me","locale":"en","reply_name":"Laudaris™","widget_version":"3.0","footer":true,"autopublish":true,"review_dates":false,"enable_custom_form":false,"shop_locale":"fr","enable_multi_locales_translations":false,"show_review_title_input":true,"review_verification_email_status":"always","can_be_branded":true,"reply_name_text":"Laudaris™"};</script> <style class='jdgm-settings-style'>.jdgm-xx{left:0}:root{--jdgm-primary-color: #B2905F;--jdgm-secondary-color: rgba(178,144,95,0.1);--jdgm-star-color: #B2905F;--jdgm-write-review-text-color: white;--jdgm-write-review-bg-color: #B2905F;--jdgm-paginate-color: #B2905F;--jdgm-border-radius: 0;--jdgm-reviewer-name-color: #B2905F}.jdgm-histogram__bar-content{background-color:#B2905F}.jdgm-rev[data-verified-buyer=true] .jdgm-rev__icon.jdgm-rev__icon:after,.jdgm-rev__buyer-badge.jdgm-rev__buyer-badge{color:white;background-color:#B2905F}.jdgm-review-widget--small .jdgm-gallery.jdgm-gallery .jdgm-gallery__thumbnail-link:nth-child(8) .jdgm-gallery__thumbnail-wrapper.jdgm-gallery__thumbnail-wrapper:before{content:"Voir plus"}@media only screen and (min-width: 768px){.jdgm-gallery.jdgm-gallery .jdgm-gallery__thumbnail-link:nth-child(8) .jdgm-gallery__thumbnail-wrapper.jdgm-gallery__thumbnail-wrapper:before{content:"Voir plus"}}.jdgm-preview-badge .jdgm-star.jdgm-star{color:#B2905F}.jdgm-prev-badge[data-average-rating='0.00']{display:none !important}.jdgm-rev .jdgm-rev__timestamp,.jdgm-quest .jdgm-rev__timestamp,.jdgm-carousel-item__timestamp{display:none !important}.jdgm-rev .jdgm-rev__icon{display:none !important}.jdgm-widget.jdgm-all-reviews-widget,.jdgm-widget .jdgm-rev-widg{border:none;padding:0}.jdgm-author-all-initials{display:none !important}.jdgm-author-last-initial{display:none !important}.jdgm-rev-widg__title{visibility:hidden}.jdgm-rev-widg__summary-text{visibility:hidden}.jdgm-prev-badge__text{visibility:hidden}.jdgm-rev__prod-link-prefix:before{content:'à propos de'}.jdgm-rev__variant-label:before{content:'Variante : '}.jdgm-rev__out-of-store-text:before{content:'(hors boutique)'}@media only screen and (min-width: 768px){.jdgm-rev__pics .jdgm-rev_all-rev-page-picture-separator,.jdgm-rev__pics .jdgm-rev__product-picture{display:none}}@media only screen and (max-width: 768px){.jdgm-rev__pics .jdgm-rev_all-rev-page-picture-separator,.jdgm-rev__pics .jdgm-rev__product-picture{display:none}}.jdgm-preview-badge[data-template="product"]{display:none !important}.jdgm-preview-badge[data-template="collection"]{display:none !important}.jdgm-preview-badge[data-template="index"]{display:none !important}.jdgm-review-widget[data-from-snippet="true"]{display:none !important}.jdgm-verified-count-badget[data-from-snippet="true"]{display:none !important}.jdgm-carousel-wrapper[data-from-snippet="true"]{display:none !important}.jdgm-all-reviews-text[data-from-snippet="true"]{display:none !important}.jdgm-medals-section[data-from-snippet="true"]{display:none !important}.jdgm-ugc-media-wrapper[data-from-snippet="true"]{display:none !important}.jdgm-review-snippet-widget .jdgm-rev-snippet-widget__cards-container .jdgm-rev-snippet-card{border-radius:8px;background:#fff}.jdgm-review-snippet-widget .jdgm-rev-snippet-widget__cards-container .jdgm-rev-snippet-card__rev-rating .jdgm-star{color:#108474}.jdgm-review-snippet-widget .jdgm-rev-snippet-widget__prev-btn,.jdgm-review-snippet-widget .jdgm-rev-snippet-widget__next-btn{border-radius:50%;background:#fff}.jdgm-review-snippet-widget .jdgm-rev-snippet-widget__prev-btn>svg,.jdgm-review-snippet-widget .jdgm-rev-snippet-widget__next-btn>svg{fill:#000}.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jm-mfp-content,.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev__icon,.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev__pic-img,.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev__reply{border-radius:8px}.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev[data-verified-buyer="true"] .jdgm-full-rev__icon::after{border-radius:8px}.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev .jdgm-rev__buyer-badge{border-radius:calc( 8px / 2 )}.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev .jdgm-full-rev__replier::before{content:'Laudaris™'}.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev .jdgm-full-rev__product-button{border-radius:calc( 8px * 6 )} </style> <style class='jdgm-settings-style'></style> <style class='jdgm-miracle-styles'> @-webkit-keyframes jdgm-spin{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);-ms-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes jdgm-spin{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);-ms-transform:rotate(359deg);transform:rotate(359deg)}}@font-face{font-family:'JudgemeStar';src:url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAAScAA0AAAAABrAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAEgAAAABoAAAAcbyQ+3kdERUYAAARgAAAAHgAAACAAMwAGT1MvMgAAAZgAAABGAAAAVi+vS9xjbWFwAAAB8AAAAEAAAAFKwBMjvmdhc3AAAARYAAAACAAAAAj//wADZ2x5ZgAAAkAAAAEJAAABdH33LXtoZWFkAAABMAAAAC0AAAA2BroQKWhoZWEAAAFgAAAAHAAAACQD5QHQaG10eAAAAeAAAAAPAAAAFAYAAABsb2NhAAACMAAAAA4AAAAOAO4AeG1heHAAAAF8AAAAHAAAACAASgAvbmFtZQAAA0wAAADeAAABkorWfVZwb3N0AAAELAAAACkAAABEp3ubLXgBY2BkYADhPPP4OfH8Nl8ZuJkYQODS2fRrCPr/aSYGxq1ALgcDWBoAO60LkwAAAHgBY2BkYGDc+v80gx4TAwgASaAICmABAFB+Arl4AWNgZGBgYGPQYWBiAAIwyQgWc2AAAwAHVQB6eAFjYGRiYJzAwMrAwejDmMbAwOAOpb8ySDK0MDAwMbByMsCBAAMCBKS5pjA4PGB4wMR44P8BBj3GrQymQGFGkBwAjtgK/gAAeAFjYoAAEA1jAwAAZAAHAHgB3crBCcAwDEPRZydkih567CDdf4ZskmLwFBV8xBfCaC4BXkOUmx4sU0h2ngNb9V0vQCxaRKIAevT7fGWuBrEAAAAAAAAAAAA0AHgAugAAeAF9z79Kw1AUx/FzTm7un6QmJtwmQ5Bg1abgEGr/BAqlU6Gju+Cgg1MkQ/sA7Vj7BOnmO/gUvo2Lo14NqIO6/IazfD8HEODtmQCfoANwNsyp2/GJt3WKQrd1NLiYYWx2PBqOsmJMEOznPOTzfSCrhAtbbLdmeFLJV9eKd63WLrZcIcuaEVdssWCKM6pLCfTVOYbz/0pNSMSZKLIZpvh78sAUH6PlMrreTCabP9r+Z/puPZ2ur/RqpQHgh+MIegCnXeM4MRAPjYN//5tj4ZtTjkFqEdmeMShlEJ7tVAly2TAkx6R68Fl4E/aVvn8JqHFQ4JS1434gXKcuL31dDhzs3YbsEOAd/IU88gAAAHgBfY4xTgMxEEVfkk0AgRCioKFxQYd2ZRtpixxgRU2RfhU5q5VWseQ4JdfgAJyBlmNwAM7ABRhZQ0ORwp7nr+eZAa54YwYg9zm3ynPOeFRe8MCrciXOh/KSS76UV5L/iDmrLiS5AeU519wrL3jmSbkS5115yR2fyivJv9kx0ZMZ2RLZw27q87iNQi8EBo5FSPIMw3HqBboi5lKTGAGDp8FKXWP+t9TU01Lj5His1Ba6uM9dTEMwvrFmbf5GC/q2drW3ruXUhhsCiQOjznFlCzYhHUZp4xp76vsvQh89CQAAeAFjYGJABowM6IANLMrEyMTIzMjCXpyRWJBqZshWXJJYBKOMAFHFBucAAAAAAAAB//8AAngBY2BkYGDgA2IJBhBgAvKZGViBJAuYxwAABJsAOgAAeAFjYGBgZACCk535hiD60tn0azAaAEqpB6wAAA==") format("woff");font-weight:normal;font-style:normal}.jdgm-star{font-family:'JudgemeStar';display:inline !important;text-decoration:none !important;padding:0 4px 0 0 !important;margin:0 !important;font-weight:bold;opacity:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.jdgm-star:hover{opacity:1}.jdgm-star:last-of-type{padding:0 !important}.jdgm-star.jdgm--on:before{content:"\e000"}.jdgm-star.jdgm--off:before{content:"\e001"}.jdgm-star.jdgm--half:before{content:"\e002"}.jdgm-widget *{margin:0;line-height:1.4;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-overflow-scrolling:touch}.jdgm-hidden{display:none !important;visibility:hidden !important}.jdgm-temp-hidden{display:none}.jdgm-spinner{width:40px;height:40px;margin:auto;border-radius:50%;border-top:2px solid #eee;border-right:2px solid #eee;border-bottom:2px solid #eee;border-left:2px solid #ccc;-webkit-animation:jdgm-spin 0.8s infinite linear;animation:jdgm-spin 0.8s infinite linear}.jdgm-spinner:empty{display:block}.jdgm-prev-badge{display:block !important} </style> <style class='jdgm-miracle-styles'> @font-face{font-family:'JudgemeStar';src:url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAA14AA8AAAAAGBQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABWAAAADsAAABUIIslek9TLzIAAAGUAAAARAAAAGA2I0JVY21hcAAAAdgAAABVAAABjOEvI+NjdnQgAAACMAAAAAsAAAAOAAAAAGZwZ20AAAI8AAAG7QAADgxiLvl6Z2FzcAAACSwAAAAIAAAACAAAABBnbHlmAAAJNAAAAWQAAAHQQ2rNrGhlYWQAAAqYAAAAMAAAADYpQ9FlaGhlYQAACsgAAAAbAAAAJAc8A1dobXR4AAAK5AAAAA4AAAAQD6AAAGxvY2EAAAr0AAAACgAAAAoBHACubWF4cAAACwAAAAAgAAAAIADcDkZuYW1lAAALIAAAAZkAAANFKDbO4XBvc3QAAAy8AAAAPQAAAGV3qg0ycHJlcAAADPwAAAB6AAAAnH62O7Z4nGNgZGBg4GIwYLBjYHJx8wlh4MtJLMljkGJgYYAAkDwymzEnMz2RgQPGA8qxgGkOIGaDiAIAJjsFSAB4nGNgYX7BOIGBlYGBqYppDwMDQw+EZnzAYMjIBBRlYGVmwAoC0lxTGA48YHjAxBz0P4shinkNwzSgMCOKIiYAmooM5nic7ZCxDYBADAMvn0CBmIOKkkmoGJ9NHif/Y2DpLNmKUhhYABenCLAHI3WrteqdrfrgqJvI/m29y0lXjvKWn2zl115+zeS51KC2m2gv7TjAP2ybDQ0AAAB4nGNgQAYAAA4AAQB4nK1Xa1sbxxWe1Q2MAQNC2M267ihjUZcdySRxHGIrDtllURwlqcC43XVuu0i4TZNekt7oNb1flD9zVrRPnW/5aXnPzEoBB9ynz1M+6Lwz886c65xZSGhJ4n4UxlJ2H4n5nS5V7j2I6IZL1+LkoRzej6jQSD+bFtOi31f7br1OIiYRqK2RcESQ+E1yNMnkYZMKWtVVvUlFLQdHxeWa8AOqBjJJ/KywHPhZoxhQIdg7lDSrAIJ0QKXe4ahQKOAYqh9crvPsaL7m+JcloPJHVaeKNUWiFx3EoxWnYBSWNBU9qgUR66OVIMgJrhxI+rxHpdUHo2vOXBD2Q6qEUZ2KjXj3rQhkdxhJ6vUwtQk2bTDaiGOZWTYsuoapfCRpndfXmfl5L5KIxjCVNNOLEsxIXpthdJPRzcRN4jh2ES2aDfokdiMSXSbXMXa7dIXRlW76aEH0mfGoLPbjeJDG5HhxnHsQywH8UX7cpLKWsKDUSOHTVNCLaEr5NK18ZABbkiZVTLgRCTnIpvZ9yYvsrmvN518SSdin8lodi4EcyiF0ZevlBiK0EyU9N92NIxXXY0mb9yKsuRyX3JQmTWk6F3gjUbBpnsZQ+QrlovyUCvsPyenDEJpaa9I5LdnaebhVEvuST6DNJGZKsmWsndGjc/MiCP21+qRwzuuThTRrT3E8mBDA9USGQ5VyUk2whcsJIenCyLGVSK1Kt6yKuTO201XsEu6Xrh3fNK+NQ0dzs6IYQour6vEaiviCzgqFkAbpVpMWNKhS0oXgNT4AABmiBR7tYrRg8rWIgxZMUCRi0IdmWgwSOUwkLSJsTVrS3b0oKw224qs0d6AOm1TV3Z2oe89OunXMV838ss7EUnA/ypaWAnJSnxY9vnIoLT+7wD8L+CFnBbkoNnpRxuGDv/4QGYbahbW6wrYxdu06b8FN5pkYnnRgfwezJ5N1RgozIaoK8UJB3Rk5jmOyVdMiE4VwL6Il5cuQ5lF+c4hw4svkP5cuOWJRVIXv+xyBZaw5abY87dGnnvs0wrUCH2teky7qzGF5CfFm+TWdFVk+pbMSS1dnZZaXdVZh+XWdTbG8orNplt/Q2TmWnlbj+FMlQaSVbJHzDt+WJuljiyuTxY/sYvPY4upk8WO7KLWgC96ZfsKpf1tX2c/j/tXhn4RdT8M/lgr+sbwK/1g24B/LVfjH8pvwj+U1+MfyW/CP5Rr8Y9nSsm0K9rqG2kuJRNNzksCkFJewxTW7rum6R9dxH5/BVejIM7Kp0g3Fjf2JDJe9f3ac4my+EnLF0TNrWdmphRGaInv53LHwnMW5oeXzxvLncZrlhF/ViWt7qi08L1b+Jfhv647ayG44Nfb1JuIBB063H5cl3WjSC7p1sd2kjf9GRWH3QX8RKRIrDdmSHW4JCO3d4bCjOughER4+dF28SBuOU1tGhG+hd63QRdBKaKcNQ8tmhU/nA+9g2FJStoc48/ZJmmzZ86ii/DFbUsI9ZXMnOirJsnSPSqvlp2KfO+0MmrYyO9R2QpXg8euacLezr1IpSAaKynhUsVwKUhc44U73+J4UpqH/q23kWEHDNr9YM4HRgvNOUaJsT62giSAZZRRc+Sun4kQ2osFGFPGbd9IvdaEQ2uNYSMyWV/NYqDbC9NJkiWbM+rbqsFLO4p1JCNkZG2kSe1FLtvGgs/X5pGS78lRQpYHR3ePfLjaJp1V7ni3FJf/yMUuCcboS/sB53OVxijfRP1ocxW26GEQ9F2+qbMetbN1Zxr195cTqrts7seqfuvdJOwJNt7wnKdzSdNsbwjauMTh1JhUJbdE6doTGZa7PVRv5FB9ovnWdC1Th+rRw8+z52zqbwVsz3vI/lnTn/1XF7BP3sbZCqzpWL/U4t7ODBnzLG0flVYxue3WVxyX3ZhKCuwhBzV57fI3ghldbdBO3/LUz5rs4zlmu0gvAr2t6EeINjmKIcMttPLzjaL2puaDpDcBv65EQ2wA9AIfBjh45ZmYXwMzcY04HYI85DO4zh8F3mMPgu/oIvTAAioAcg2J95Ni5B0B27i3mOYzeZp5B7zDPoHeZZ9B7rDMESFgng5R1MthnnQz6zHkVYMAcBgfMYfCQOQy+Z+zaAvq+sYvR+8YuRj8wdjH6wNjF6ENjF6MfGrsY/cjYxejHiHF7ksCfmBFtAn5k4SuAH3PQzcjH6Kd4a3POzyxkzs8Nx8k5v8Dmlyan/tKMzI5DC3nHryxk+q9xTk74jYVM+K2FTPgduHcm5/3ejAz9EwuZ/gcLmf5H7MwJf7KQCX+2kAl/AfflyXl/NSND/5uFTP+7hUz/B3bmhH9ayIShhUz4VI/Omy9bqrijUqEY4p8mtMHY92j6gIpXe4fjx7r5BSXaAUEAAAAAAQAB//8AD3icbY8/SEJRFMbPucf3nv/SpxbPdHqUvECiVMRGaYj8Q4ZLOTkGQRAV/sFWURta3AuCdodoDZwiaGuqNdF8o5TbrfesocLl3MP97v2+3wcI8HlAPdoCL/iTcwJCWnY5HRZIoSGVFlUm+sPLqKkaLZCkSgIpoZiQIHaDEeRnWKaKeWDkmOEqwxU66Y0I8YifI414C/t9xDIAMCNnnwaUBxv44CLTsW3vJj0yY5D2zTgdNqskCjaWCmY69ikCpYJTHhcK3zY+A9XQdkxiViRkwHI/RrOTOwK2Zy5UBALKBaf+KBRuvQGvbBEDYVQdqAoUMspqUkJTEkpMogFvntZ4A9dKGMXoodjtbjyOs/nxPT5jhTfHvKHrWH1qt/VrUdcv/3V2Qzi55DAbuF32SQErS/2hABPC75VJnP8FIHmMbMUIr1ervI7xEsaNcZd9f9jEFyzz1gevD4dYW8fX4dUbfAFjQ2LfeJxjYGRgYABiBwu5rHh+m68M/MwvgCIMj2XcHiHo/1nML5iDgFwOBiaQKAAfTAqdeJxjYGRgYA76nwUkXzAwgElGBlTAAgBc+AObAHicY37BwMCMhAEhKAOtAAAAAAAAADQArgDoAAAAAQAAAAQAFAACAAAAAAACAAgAJACNAAAAQA4MAAAAAHicjZHBSsNAEIb/1KpowYOC5z2IWIS0BkXwpBTamwcPvXgxbbdJSpoNm43Qg48gPotXX8CTr+AL+BL+SUcQi9CEnXz7z8zuzATAPj7hYflccC3Zo34h3MA2BsIb1G+Fm+QH4U20YIW3qD8J7+IUL8ItHOCNJ3jNHe5m+BD2cORdCjew590Lb1BPhJvkZ+FNHHqvwlvU34V3MfS+hFs4btz0TL6wSRQ7ddJrq6AbnKvRQhlKSRamKixdbGyhrtXUZE6nqfHHZj4rJ5Ge68KFNjcJ9cmdjso0tKuOVWWobZGYTJ353VXnQGfahoSqiuIxCpybqqk1c9WX+1VuzUyPnR87l191Or/rQg8GORYcc4IIMRwUTqi2+Q3Q5TonjRihGLmMSpAhREolRMmMuPYU3F9zTbnLqGpGpGQfY9o5f02JCbM1WTPaMdvyblOfV8VPcEcbMS6tfetkrBMzpK3qS+rKFM5YU3etzAFtVmeHovzMosAjcwOqjh1XXdu6S4X+n/4Vz6x8Mypj6n49ZUf1Ch2+/8zrG7KBqKIAAAB4nGNgYoAALgbsgIWRiZGZkYWRlUGouCSxSLcgPzOvJDVFtzg/JzMFVSg1t6CkUhBFKCMxJ42BAQCLHRVSAAAAeJxj8N7BcCIoYiMjY1/kBsadHAwcDMkFGxnYnTYyMGhBaC4UeicDAwM3EmsnAzMDg8tGFcaOwIgNDh0RIH6Ky0YNEH8HBwNEgMElUnqjOkhoF0cDAyOLQ0dyCEwCBDYy8GntYPzfuoGldyMTg8tm1hQ2BhcXAJQcKgcAAA==") format("woff");font-weight:normal;font-style:normal} </style> <script data-cfasync='false' class='jdgm-script'> !function(e){window.jdgm=window.jdgm||{},jdgm.CDN_HOST="https://cdnwidget.judge.me/",jdgm.API_HOST="https://api.judge.me/", jdgm.docReady=function(d){(e.attachEvent?"complete"===e.readyState:"loading"!==e.readyState)? setTimeout(d,0):e.addEventListener("DOMContentLoaded",d)},jdgm.loadCSS=function(d,t,o,a){ !o&&jdgm.loadCSS.requestedUrls.indexOf(d)>=0||(jdgm.loadCSS.requestedUrls.push(d), (a=e.createElement("link")).rel="stylesheet",a.class="jdgm-stylesheet",a.media="nope!", a.href=d,a.onload=function(){this.media="all",t&&setTimeout(t)},e.body.appendChild(a))}, jdgm.loadCSS.requestedUrls=[],jdgm.loadJS=function(e,d){var t=new XMLHttpRequest; t.onreadystatechange=function(){4===t.readyState&&(Function(t.response)(),d&&d(t.response))}, t.open("GET",e),t.send()},jdgm.docReady((function(){(window.jdgmLoadCSS||e.querySelectorAll( ".jdgm-widget, .jdgm-all-reviews-page").length>0)&&(jdgmSettings.widget_load_with_code_splitting? parseFloat(jdgmSettings.widget_version)>=3?jdgm.loadCSS(jdgm.CDN_HOST+"widget_v3/base.css"): jdgm.loadCSS(jdgm.CDN_HOST+"widget/base.css"):jdgm.loadCSS(jdgm.CDN_HOST+"shopify_v2.css"), jdgm.loadJS(jdgm.CDN_HOST+"loader.js"))}))}(document); </script> <noscript><link rel="stylesheet" type="text/css" media="all" href="https://cdnwidget.judge.me/shopify_v2.css"></noscript> <!-- BEGIN app snippet: theme_fix_tags --><script> (function() { var jdgmThemeFixes = {"177432789325":{"html":"","css":".jdgm-rev__transparency-badge, .jdgm-rev-widg__title, .jdgm-collected-link, .jdgm-rev__out-of-store-text {\n display: none !important;\n}\na.jdgm-rev__prod-link {\n pointer-events: none !important;\n cursor: default !important;\n text-decoration: none !important;\n}\n","js":""}}; if (!jdgmThemeFixes) return; var thisThemeFix = jdgmThemeFixes[Shopify.theme.id]; if (!thisThemeFix) return; if (thisThemeFix.html) { document.addEventListener("DOMContentLoaded", function() { var htmlDiv = document.createElement('div'); htmlDiv.classList.add('jdgm-theme-fix-html'); htmlDiv.innerHTML = thisThemeFix.html; document.body.append(htmlDiv); }); }; if (thisThemeFix.css) { var styleTag = document.createElement('style'); styleTag.classList.add('jdgm-theme-fix-style'); styleTag.innerHTML = thisThemeFix.css; document.head.append(styleTag); }; if (thisThemeFix.js) { var scriptTag = document.createElement('script'); scriptTag.classList.add('jdgm-theme-fix-script'); scriptTag.innerHTML = thisThemeFix.js; document.head.append(scriptTag); }; })(); </script> <!-- END app snippet --> <!-- End of Judge.me Core --> <!-- END app block --><script src="https://cdn.shopify.com/extensions/0c443f51-d005-4b15-aa71-4e2c118d54cf/consentmo-gdpr-333/assets/consentmo_cookie_consent.js" type="text/javascript" defer="defer"></script> <script src="https://cdn.shopify.com/extensions/25fb8c2e-ae43-4711-842d-41116dbf0836/rivo-loyalty-rewards-referrals-576/assets/rivo-app-embed.js" type="text/javascript" defer="defer"></script> <link href="https://monorail-edge.shopifysvc.com" rel="dns-prefetch"> <script>(function(){if ("sendBeacon" in navigator && "performance" in window) {var session_token = document.cookie.match(/_shopify_s=([^;]*)/);function handle_abandonment_event(e) {var entries = performance.getEntries().filter(function(entry) {return /monorail-edge.shopifysvc.com/.test(entry.name);});if (!window.abandonment_tracked && entries.length === 0) {window.abandonment_tracked = true;var currentMs = Date.now();var navigation_start = performance.timing.navigationStart;var payload = {shop_id: 56922996874,url: window.location.href,navigation_start,duration: currentMs - navigation_start,session_token: session_token && session_token.length === 2 ? session_token[1] : "",page_type: "index"};window.navigator.sendBeacon("https://monorail-edge.shopifysvc.com/v1/produce", JSON.stringify({schema_id: "online_store_buyer_site_abandonment/1.1",payload: payload,metadata: {event_created_at_ms: currentMs,event_sent_at_ms: currentMs}}));}}window.addEventListener('pagehide', handle_abandonment_event);}}());</script> <script id="web-pixels-manager-setup">(function e(e,d,r,n,o,i){if(void 0===i&&(i={}),!Boolean(null===(t=null===(a=window.Shopify)||void 0===a?void 0:a.analytics)||void 0===t?void 0:t.replayQueue)){var a,t;window.Shopify=window.Shopify||{};var s=window.Shopify;s.analytics=s.analytics||{};var l=s.analytics;l.replayQueue=[],l.publish=function(e,d,r){return l.replayQueue.push([e,d,r]),!0};try{self.performance.mark("wpm:start")}catch(e){}var u=function(){var e={modern:/Edge?\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Firefox\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Chrom(ium|e)\/(9{2}|\d{3,})\.\d+(\.\d+|)|(Maci|X1{2}).+ Version\/(15\.\d+|(1[6-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(9{2}|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(15[._]\d+|(1[6-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Android.+Firefox\/(13[5-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|SamsungBrowser\/([2-9]\d|\d{3,})\.\d+/,legacy:/Edge?\/(1[6-9]|[2-9]\d|\d{3,})\.\d+(\.\d+|)|Firefox\/(5[4-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)|Chrom(ium|e)\/(5[1-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)([\d.]+$|.*Safari\/(?![\d.]+ Edge\/[\d.]+$))|(Maci|X1{2}).+ Version\/(10\.\d+|(1[1-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(3[89]|[4-9]\d|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(10[._]\d+|(1[1-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Mobile Safari.+OPR\/([89]\d|\d{3,})\.\d+\.\d+|Android.+Firefox\/(13[5-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+(UC? ?Browser|UCWEB|U3)[ /]?(15\.([5-9]|\d{2,})|(1[6-9]|[2-9]\d|\d{3,})\.\d+)\.\d+|SamsungBrowser\/(5\.\d+|([6-9]|\d{2,})\.\d+)|Android.+MQ{2}Browser\/(14(\.(9|\d{2,})|)|(1[5-9]|[2-9]\d|\d{3,})(\.\d+|))(\.\d+|)|K[Aa][Ii]OS\/(3\.\d+|([4-9]|\d{2,})\.\d+)(\.\d+|)/},d=e.modern,r=e.legacy,n=navigator.userAgent;return n.match(d)?"modern":n.match(r)?"legacy":"unknown"}(),c="modern"===u?"modern":"legacy",f=(null!=o?o:{modern:"",legacy:""})[c],m=function(e){return[e.baseUrl,"/wpm","/b",e.hashVersion,"modern"===e.buildTarget?"m":"l",".js"].join("")}({baseUrl:r,hashVersion:n,buildTarget:c}),p=function(e){var d=e.version,r=e.bundleTarget,n=e.surface,o=e.pageUrl,i=e.monorailEndpoint;return{emit:function(e){var a=e.status,t=e.errorMsg,s=(new Date).getTime(),l=JSON.stringify({metadata:{event_sent_at_ms:s},events:[{schema_id:"web_pixels_manager_load/3.1",payload:{version:d,bundle_target:r,page_url:o,status:a,surface:n,error_msg:t},metadata:{event_created_at_ms:s}}]});if(!i)return console&&console.warn&&console.warn("[Web Pixels Manager] No Monorail endpoint provided, skipping logging."),!1;try{return self.navigator.sendBeacon.bind(self.navigator)(i,l)}catch(e){}var u=new XMLHttpRequest;try{return u.open("POST",i,!0),u.setRequestHeader("Content-Type","text/plain"),u.send(l),!0}catch(e){return console&&console.warn&&console.warn("[Web Pixels Manager] Got an unhandled error while logging to Monorail."),!1}}}}({version:n,bundleTarget:u,surface:e.surface,pageUrl:self.location.href,monorailEndpoint:e.monorailEndpoint});try{i.browserTarget=u,function(e){var d=e.src,r=e.async,n=void 0===r||r,o=e.onload,i=e.onerror,a=e.sri,t=e.scriptDataAttributes,s=void 0===t?{}:t,l=document.createElement("script"),u=document.querySelector("head"),c=document.querySelector("body");if(l.async=n,l.src=d,a&&(l.integrity=a,l.crossOrigin="anonymous"),s)for(var f in s)if(Object.prototype.hasOwnProperty.call(s,f))try{l.dataset[f]=s[f]}catch(e){}if(o&&l.addEventListener("load",o),i&&l.addEventListener("error",i),u)u.appendChild(l);else{if(!c)throw new Error("Did not find a head or body element to append the script");c.appendChild(l)}}({src:m,async:!0,onload:function(){if(!function(){var e,d;return Boolean(null===(d=null===(e=window.Shopify)||void 0===e?void 0:e.analytics)||void 0===d?void 0:d.initialized)}()){var r=window.webPixelsManager.init(e)||void 0;if(r){d(r);var n=window.Shopify.analytics;n.replayQueue.forEach((function(e){var d=e[0],n=e[1],o=e[2];r.publishCustomEvent(d,n,o)})),n.replayQueue=[],n.publish=r.publishCustomEvent,n.visitor=r.visitor,n.initialized=!0}}},onerror:function(){return p.emit({status:"failed",errorMsg:"".concat(m," has failed to load")})},sri:function(e){var d=/^sha384-[A-Za-z0-9+/=]+$/;return"string"==typeof e&&d.test(e)}(f)?f:"",scriptDataAttributes:i}),p.emit({status:"loading"})}catch(e){p.emit({status:"failed",errorMsg:(null==e?void 0:e.message)||"Unknown error"})}}})({shopId: 56922996874,storefrontBaseUrl: "https://laudaris.fr",extensionsBaseUrl: "https://extensions.shopifycdn.com/cdn/shopifycloud/web-pixels-manager",monorailEndpoint: "https://monorail-edge.shopifysvc.com/unstable/produce_batch",surface: "storefront-renderer",enabledBetaFlags: ["ac843a20"],webPixelsConfigList: [{"id":"2024702285","configuration":"{\"pixel_id\":\"1752820635590101\",\"pixel_type\":\"facebook_pixel\"}","eventPayloadVersion":"v1","runtimeContext":"OPEN","scriptVersion":"b0d5a11b80f868de49df845559dff0d6","type":"APP","apiClientId":2329312,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"1961591117","configuration":"{\"webPixelName\":\"Judge.me\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"34ad157958823915625854214640f0bf","type":"APP","apiClientId":683015,"privacyPurposes":["ANALYTICS"]},{"id":"1772454221","configuration":"{\"config\":\"{\\\"google_tag_ids\\\":[\\\"G-CYD6HH7T96\\\",\\\"AW-11386373839\\\",\\\"GT-KDTM79KT\\\",\\\"GT-KVFK42L7\\\",\\\"G-08P77W2KEW\\\",\\\"GT-M34QLFH\\\"],\\\"target_country\\\":\\\"FR\\\",\\\"gtag_events\\\":[{\\\"type\\\":\\\"begin_checkout\\\",\\\"action_label\\\":[\\\"G-CYD6HH7T96\\\",\\\"AW-11386373839\\/UhijCNbCn_QYEM-NubUq\\\",\\\"MC-9S0MSZZZT9\\\",\\\"MC-NMSB5TEX3Q\\\",\\\"G-08P77W2KEW\\\",\\\"MC-61FTY2S4TH\\\"]},{\\\"type\\\":\\\"search\\\",\\\"action_label\\\":[\\\"G-CYD6HH7T96\\\",\\\"AW-11386373839\\/dx4QCNDCn_QYEM-NubUq\\\",\\\"MC-9S0MSZZZT9\\\",\\\"MC-NMSB5TEX3Q\\\",\\\"G-08P77W2KEW\\\",\\\"MC-61FTY2S4TH\\\"]},{\\\"type\\\":\\\"view_item\\\",\\\"action_label\\\":[\\\"G-CYD6HH7T96\\\",\\\"AW-11386373839\\/nX42CM3Cn_QYEM-NubUq\\\",\\\"MC-9S0MSZZZT9\\\",\\\"MC-NMSB5TEX3Q\\\",\\\"G-08P77W2KEW\\\",\\\"MC-61FTY2S4TH\\\"]},{\\\"type\\\":\\\"purchase\\\",\\\"action_label\\\":[\\\"G-CYD6HH7T96\\\",\\\"AW-11386373839\\/Dm8sCPzBn_QYEM-NubUq\\\",\\\"MC-9S0MSZZZT9\\\",\\\"MC-NMSB5TEX3Q\\\",\\\"G-08P77W2KEW\\\",\\\"MC-61FTY2S4TH\\\"]},{\\\"type\\\":\\\"page_view\\\",\\\"action_label\\\":[\\\"G-CYD6HH7T96\\\",\\\"AW-11386373839\\/IHf9CMrCn_QYEM-NubUq\\\",\\\"MC-9S0MSZZZT9\\\",\\\"MC-NMSB5TEX3Q\\\",\\\"G-08P77W2KEW\\\",\\\"MC-61FTY2S4TH\\\"]},{\\\"type\\\":\\\"add_payment_info\\\",\\\"action_label\\\":[\\\"G-CYD6HH7T96\\\",\\\"AW-11386373839\\/N1iWCNnCn_QYEM-NubUq\\\",\\\"MC-9S0MSZZZT9\\\",\\\"MC-NMSB5TEX3Q\\\",\\\"G-08P77W2KEW\\\",\\\"MC-61FTY2S4TH\\\"]},{\\\"type\\\":\\\"add_to_cart\\\",\\\"action_label\\\":[\\\"G-CYD6HH7T96\\\",\\\"AW-11386373839\\/D_BkCNPCn_QYEM-NubUq\\\",\\\"MC-9S0MSZZZT9\\\",\\\"MC-NMSB5TEX3Q\\\",\\\"G-08P77W2KEW\\\",\\\"MC-61FTY2S4TH\\\"]}],\\\"enable_monitoring_mode\\\":false}\"}","eventPayloadVersion":"v1","runtimeContext":"OPEN","scriptVersion":"26a08df6fb732969dd50810ae4fdc2c1","type":"APP","apiClientId":1780363,"privacyPurposes":[]},{"id":"160530765","configuration":"{\"tagID\":\"2614303838081\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"a89c2bcc8138c8634a19a76241c7876a","type":"APP","apiClientId":3009811,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"225837389","eventPayloadVersion":"1","runtimeContext":"LAX","scriptVersion":"1","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"],"name":"Google Ads Conversion Tracking"},{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0420","apiClientId":"shopify-pixel","type":"APP","privacyPurposes":["ANALYTICS","MARKETING"]},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"0420","apiClientId":"shopify-pixel","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING"]}],isMerchantRequest: false,effectiveTopLevelDomain: "fr",initData: {"shop":{"name":"Laudaris™","paymentSettings":{"currencyCode":"EUR"},"myshopifyDomain":"croixetcrois.myshopify.com","countryCode":"FR","storefrontUrl":"https://laudaris.fr"},"customer":null,"cart":null,"checkout":null,"productVariants":[],"purchasingCompany":null},},function pageEvents(webPixelsManagerAPI) {webPixelsManagerAPI.publish("page_viewed", {});},"https://www.bijoux-chretiens.fr/cdn","6f677fd0w3c093ab1p02f691e5m32dd6af7",{"modern":"","legacy":""},{"shopId":"56922996874","storefrontBaseUrl":"https://laudaris.fr","extensionBaseUrl":"https://extensions.shopifycdn.com/cdn/shopifycloud/web-pixels-manager","surface":"storefront-renderer","enabledBetaFlags":"[\"ac843a20\"]","isMerchantRequest":"false","hashVersion":"6f677fd0w3c093ab1p02f691e5m32dd6af7"});</script><script> window.ShopifyAnalytics = window.ShopifyAnalytics || {}; window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {}; window.ShopifyAnalytics.meta.currency = 'EUR'; var meta = {"page":{"pageType":"home"}}; for (var attr in meta) { window.ShopifyAnalytics.meta[attr] = meta[attr]; } </script> <script class="analytics"> (function () { var customDocumentWrite = function(content) { var jquery = null; if (window.jQuery) { jquery = window.jQuery; } else if (window.Checkout && window.Checkout.$) { jquery = window.Checkout.$; } if (jquery) { jquery('body').append(content); } }; var hasLoggedConversion = function(token) { if (token) { return document.cookie.indexOf('loggedConversion=' + token) !== -1; } return false; } var setCookieIfConversion = function(token) { if (token) { var twoMonthsFromNow = new Date(Date.now()); twoMonthsFromNow.setMonth(twoMonthsFromNow.getMonth() + 2); document.cookie = 'loggedConversion=' + token + '; expires=' + twoMonthsFromNow; } } var trekkie = window.ShopifyAnalytics.lib = window.trekkie = window.trekkie || []; if (trekkie.integrations) { return; } trekkie.methods = [ 'identify', 'page', 'ready', 'track', 'trackForm', 'trackLink' ]; trekkie.factory = function(method) { return function() { var args = Array.prototype.slice.call(arguments); args.unshift(method); trekkie.push(args); return trekkie; }; }; for (var i = 0; i < trekkie.methods.length; i++) { var key = trekkie.methods[i]; trekkie[key] = trekkie.factory(key); } trekkie.load = function(config) { trekkie.config = config || {}; trekkie.config.initialDocumentCookie = document.cookie; var first = document.getElementsByTagName('script')[0]; var script = document.createElement('script'); script.type = 'text/javascript'; script.onerror = function(e) { var scriptFallback = document.createElement('script'); scriptFallback.type = 'text/javascript'; scriptFallback.onerror = function(error) { var Monorail = { produce: function produce(monorailDomain, schemaId, payload) { var currentMs = new Date().getTime(); var event = { schema_id: schemaId, payload: payload, metadata: { event_created_at_ms: currentMs, event_sent_at_ms: currentMs } }; return Monorail.sendRequest("https://" + monorailDomain + "/v1/produce", JSON.stringify(event)); }, sendRequest: function sendRequest(endpointUrl, payload) { // Try the sendBeacon API if (window && window.navigator && typeof window.navigator.sendBeacon === 'function' && typeof window.Blob === 'function' && !Monorail.isIos12()) { var blobData = new window.Blob([payload], { type: 'text/plain' }); if (window.navigator.sendBeacon(endpointUrl, blobData)) { return true; } // sendBeacon was not successful } // XHR beacon var xhr = new XMLHttpRequest(); try { xhr.open('POST', endpointUrl); xhr.setRequestHeader('Content-Type', 'text/plain'); xhr.send(payload); } catch (e) { console.log(e); } return false; }, isIos12: function isIos12() { return window.navigator.userAgent.lastIndexOf('iPhone; CPU iPhone OS 12_') !== -1 || window.navigator.userAgent.lastIndexOf('iPad; CPU OS 12_') !== -1; } }; Monorail.produce('monorail-edge.shopifysvc.com', 'trekkie_storefront_load_errors/1.1', {shop_id: 56922996874, theme_id: 177432789325, app_name: "storefront", context_url: window.location.href, source_url: "//www.bijoux-chretiens.fr/cdn/s/trekkie.storefront.7f48c99429cb25be36839f7a7bcca2ac8a69827d.min.js"}); }; scriptFallback.async = true; scriptFallback.src = '//www.bijoux-chretiens.fr/cdn/s/trekkie.storefront.7f48c99429cb25be36839f7a7bcca2ac8a69827d.min.js'; first.parentNode.insertBefore(scriptFallback, first); }; script.async = true; script.src = '//www.bijoux-chretiens.fr/cdn/s/trekkie.storefront.7f48c99429cb25be36839f7a7bcca2ac8a69827d.min.js'; first.parentNode.insertBefore(script, first); }; trekkie.load( {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":56922996874,"isMerchantRequest":null,"themeId":177432789325,"themeCityHash":"14651985374395419940","contentLanguage":"fr","currency":"EUR"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain"},"Session Attribution":{},"S2S":{"facebookCapiEnabled":true,"source":"trekkie-storefront-renderer","apiClientId":580111}} ); var loaded = false; trekkie.ready(function() { if (loaded) return; loaded = true; window.ShopifyAnalytics.lib = window.trekkie; var originalDocumentWrite = document.write; document.write = customDocumentWrite; try { window.ShopifyAnalytics.merchantGoogleAnalytics.call(this); } catch(error) {}; document.write = originalDocumentWrite; window.ShopifyAnalytics.lib.page(null,{"pageType":"home","shopifyEmitted":true}); var match = window.location.pathname.match(/checkouts\/(.+)\/(thank_you|post_purchase)/) var token = match? match[1]: undefined; if (!hasLoggedConversion(token)) { setCookieIfConversion(token); } }); var eventsListenerScript = document.createElement('script'); eventsListenerScript.async = true; eventsListenerScript.src = "//www.bijoux-chretiens.fr/cdn/shopifycloud/shopify/assets/shop_events_listener-1d89eace2351930ad947448cd92e0cd236cb81ecc8f6bbf9ce2331557cb884b2.js"; document.getElementsByTagName('head')[0].appendChild(eventsListenerScript); })();</script> <script> if (!window.ga || (window.ga && typeof window.ga !== 'function')) { window.ga = function ga() { (window.ga.q = window.ga.q || []).push(arguments); if (window.Shopify && window.Shopify.analytics && typeof window.Shopify.analytics.publish === 'function') { window.Shopify.analytics.publish("ga_stub_called", {}, {sendTo: "google_osp_migration"}); } console.error("Shopify's Google Analytics stub called with:", Array.from(arguments), "\nSee https://help.shopify.com/manual/promoting-marketing/pixels/pixel-migration#google for more information."); }; if (window.Shopify && window.Shopify.analytics && typeof window.Shopify.analytics.publish === 'function') { window.Shopify.analytics.publish("ga_stub_initialized", {}, {sendTo: "google_osp_migration"}); } } </script> <script defer src="https://www.bijoux-chretiens.fr/cdn/shopifycloud/perf-kit/shopify-perf-kit-1.6.6.min.js" data-application="storefront-renderer" data-shop-id="56922996874" data-render-region="gcp-europe-west1" data-page-type="index" data-theme-instance-id="177432789325" data-theme-name="Ambition" data-theme-version="2.5.3" data-monorail-region="shop_domain" data-resource-timing-sampling-rate="10" data-shs="true" ></script> </head> <body id="body"> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WWPGZPV4" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --><div id="shopify-section-announcement" class="shopify-section announcement-top"><div class="announcement-bar slideshow"> <div class="flex container slideshow__inner" data-timer="7000"><div class="slideshow__active slideshow__item announcement-text" ><p>Livraison gratuite | Expédition sous 48 h</p> </div><div class="slideshow__item announcement-text" ><p>Profitez de <strong>15 % sur votre première commande</strong> en vous <span class="news-button">abonnant à la newsletter !</span></p> </div><div class="slideshow__item announcement-text" ><p><strong>Livret de prière OFFERT </strong>sans conditions d'achats</p> </div></div> <div class="index-banner-dots slideshow__dots hide"><div class="slideshow__dot slideshow__dot__active"></div><div class="slideshow__dot"></div><div class="slideshow__dot"></div></div> </div> <style> #shopify-section-announcement .announcement-bar {height: 40px; background-color:#b2905f;} #shopify-section-announcement .announcement-text, #shopify-section-announcement .announcement-text a {color: #ffffff;font-size: 12px;} #shopify-section-announcement .news-button {text-decoration:underline;} </style></div><div id="shopify-section-header" class="shopify-section shopify-section--header"><style> .logo {padding-top: 0px;padding-bottom: 0px;} .logo-img, .logo-2, .mobile-nav .logo, .logo-1 {max-width: 180px;} .logo-1 {padding-right: 0px;} .logo-1, .icones-1 {width: 180px;} .mobile-nav .logo-1 {width: 180px;} .navigation-1 .nav-menu > li:not(.mobile-nav .navigation-1 .nav-menu > li), .navigation-2 .nav-menu > li:not(.mobile-nav .navigation-2 .nav-menu > li) {line-height: 60px;} .navigation-1 .subnav-box, .navigation-2 .subnav-box {top: 64px;}.shopify-section--header {position:sticky; top:0;z-index:10;}</style> <div id="modal-bg"></div> <div class="hidden-navbox"> <ul id="navbox"><li>Nos bijoux</li><li>Chapelets</li><li>Dizainiers</li></ul> </div> <header class="header-box fixed-nav"> <div class="header" data-logo-switch="180" data-nav-type="1"> <div class="container flex"> <a href="/" class="logo logo-1" id="logo"><img class="logo-img" src="//www.bijoux-chretiens.fr/cdn/shop/files/Laudaris_Logo_400x.png?v=1745409813" width="180px" height="43.753846153846155px" sizes="180" alt="" draggable="false" /></a> <nav class="navigation navigation-1 hide" id="navigation"> <ul class="nav-menu"> <div class="close-menu-block nav-arrow subnav-back"> <svg class="header-new-icon" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewbox="0 0 24 24" stroke="currentColor" fill="none" stroke-width="1" xmlns="http://www.w3.org/2000/svg" stroke-linecap="round" stroke-linejoin="round"> <path d="M 6 6 L 18 18 Z M 6 18 L 18 6 Z" /> </svg> </div> <li class="nav-link meganav"><a class="nav-style" href="#">Nos bijoux</a> <div class="nav-hidden nav-arrow subnav-go"> <svg class="header-new-icon" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewbox="0 0 24 24" stroke="currentColor" fill="none" stroke-width="1" xmlns="http://www.w3.org/2000/svg" stroke-linecap="round" stroke-linejoin="round"> <path d="M 8.5 19 L 15.5 12 L 8.5 5" /> </svg> </div> <div class="subnav-box menu-dropdown"> <div class="meganav-container"> <ul class="subnav"> <li class="nav-hidden nav-back top-previous"> <div class="nav-arrow subnav-back"> <svg class="header-new-icon" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewbox="0 0 24 24" stroke="currentColor" fill="none" stroke-width="1" xmlns="http://www.w3.org/2000/svg" stroke-linecap="round" stroke-linejoin="round"> <path d="M 15.5 19 L 8.5 12 L 15.5 5" /> </svg> </div> <span class="nav-previous subnav-back">Précédent</span> </li> <li class="nav-hidden"> <span class="sub-nav-title nav-style">Nos bijoux</span> </li><li><a class="nav-style nav-style2" href="/collections/collier-croix">Colliers</a></li><li><a class="nav-style nav-style2" href="/collections/pendentif-croix">Pendentifs</a></li><li><a class="nav-style nav-style2" href="/collections/boucles-oreilles-croix">Boucles d'oreilles</a></li><li><a class="nav-style nav-style2" href="/collections/bague-croix">Bagues</a></li><li><a class="nav-style nav-style2" href="/collections/bracelet-croix">Bracelets</a></li></ul></div> </div> </li><li class="nav-link"><a class="nav-style" href="/products/chapelet-catholique">Chapelets</a></li><li class="nav-link"><a class="nav-style" href="/products/dizainier">Dizainiers</a></li></ul> </nav> <div class="icones icones-1 hide" id="icones"> <div id="search-icon" class="header-icon"> <svg class="icon-color" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line></svg> </div><div id="cart-icon" class="header-icon"> <svg class="icon-color" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"><path d="M 20.6127 18.5825 L 19.5877 8.6313 C 19.5455 8.2186 19.1979 7.9049 18.802 7.8832 H 5.2986 C 4.8849 7.9049 4.5375 8.2176 4.4942 8.6291 L 3.4418 18.5851 C 3.355 19.4541 3.6448 20.3273 4.2364 20.9813 C 4.828 21.6349 5.6674 22.01 6.5392 22.01 H 17.5427 C 18.4106 22.01 19.2421 21.6424 19.8229 21.0008 C 20.412 20.3517 20.6998 19.4714 20.6127 18.5825 Z M 8.0661 7.8832 V 6.4116 C 8.0661 5.5099 8.5754 2.4156 12.0273 2.4156 C 15.5877 2.4156 16.0236 5.5099 16.0236 6.4116 V 7.8832"></path></svg> <span id="cart-indicator" data-add-to-cart="croixetcrois"></span> </div> </div> <div class="burger burger-1 hide" id="burger"> <svg class="icon-color" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewbox="0 0 24 24" stroke="currentColor" fill="none" stroke-width="1" xmlns="http://www.w3.org/2000/svg" stroke-linecap="round" stroke-linejoin="round"><path d="M 2 4.5 L 22 4.5 Z M 2 19.5 L 22 19.5 Z M 2 12 L 22 12 Z"></path></svg> </div> <div class="trick-1 hide"></div> </div> </div> </header> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "Organization", "name": "Laudaris™","logo": "https://www.bijoux-chretiens.fr/cdn/shop/files/Laudaris_Logo.png?v=1745409813&width=650","sameAs": [ "", "https:\/\/www.instagram.com\/bijoux_chretiens\/", "", "", "", "", "https:\/\/www.pinterest.fr\/bijouxchretiensfr\/", "", "", "", "" ], "url": "https://laudaris.fr" } </script></div><aside class="modal-cart" id="drawcart-bar" data-threshold="0"> <form class="drawcart-content" action="/cart" method="post"> <div class="flex" id="drawcart-title-block"> <p class="drawcart-title">Panier</p> <svg class="close-drawcart-icon icon-color" id="close-drawcart-bar" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewbox="0 0 24 24" stroke="currentColor" fill="none" stroke-width="1" xmlns="http://www.w3.org/2000/svg" stroke-linecap="round" stroke-linejoin="round"> <path d="M 6 6 L 18 18 Z M 6 18 L 18 6 Z" /> </svg> </div><div id="drawcart-items-block" class="items-block"><p class="drawcart-title drawcart-empty">Votre panier est vide</p></div></form> </aside> <template id="drawer-cart-item"> <div class="cart-item"> <a href="" class="cart-item-image"> <img class="cart-item-picture" src="" alt=""> </a> <div class="cart-item-main"> <div class="cart-item-core"> <div class="cart-item-info"> <p class="cart-item-name"> <a href=""></a> </p> <p class="cart-item-options"></p> <div class="cart-item-properties"></div> <p class="cart-item-coupons"></p> </div> <div class="cart-item-pricing"> <p class="cart-item-price"></p> <p class="cart-item-oldprice"></p> </div> </div> <div class="cart-item-change" data-line-id="" > <div class="cart-item-quantity"> <button class="cart-item-minus" type="button" data-quantity=""> <svg class="cart-item-icon" role="presentation" viewbox="0 0 16 2"> <path d="M1,1 L15,1" stroke="currentColor" fill="none" fill-rule="evenodd" stroke-linecap="square"></path> </svg> </button> <input class="cart-item-number" type="number" min="0" max="" name="" id="" value=""> <button class="cart-item-plus" type="button" data-quantity=""> <svg class="cart-item-icon" role="presentation" viewbox="0 0 16 16"> <g stroke="currentColor" fill="none" fill-rule="evenodd" stroke-linecap="square"> <path d="M8,1 L8,15"></path><path d="M1,8 L15,8"></path> </g> </svg> </button> </div> <svg class="cart-item-remove cart-item-remove2" type="button" data-quantity="0" data-action="remove-item" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewbox="0 0 24 24" stroke="currentColor" fill="none" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"> <path d="M 19 6 v 14 a 2 2 0 0 1 -2 2 H 7 a 2 2 0 0 1 -2 -2 V 6 m 3 0 V 4 a 2 2 0 0 1 2 -2 h 4 a 2 2 0 0 1 2 2 v 2 M 3 6 H 21 M 10 11 V 17 M 14 11 V 17" /> </svg> </div> </div> </div> </template> <template id="drawcart-block-settings"><p class="cart-summary-title">Avez-vous un code promo ?</p> <div class="cart-coupon-form" id="drawcart-coupon-form"> <input type="text" name="discount" placeholder="Code de réduction" class="login-field" id="cart-coupon-field"> <button type="submit" name="checkout" class="cart-coupon-button">Appliquer</button> </div></template> <template id="drawcart-block-checkout"> <div id="drawcart-button-block"> <div class="flex"> <p class="cart-summary-title">Total</p> <p class="cart-summary-price"></p> </div><p class="cart-taxes">Livraison gratuite</p><button type="submit" name="checkout" class="checkout-button cart-button">Paiement</button> </div> </template> <template id="drawcart-promo"> <div id="drawcart-promo-block"> <p class="cart-summary-promo" data-free="Livraison offerte sur votre commande" data-remaining="Plus que {{remaining_amount}} pour bénéficier de la livraison offerte" > </p> <div class="drawcart-progress-bar"> <span></span> </div> </div> </template><main id="content" role="main"><div id="shopify-section-announcement2" class="shopify-section"></div><div id="shopify-section-template--24836073161037__section_html_JhQLnm" class="shopify-section index-section-nomargin"><div class="container"> <div class="text-image-content index-content"><div class="product-content html-content index-html-block page-description"><style> #shopify-section-template--24836073161037__section_two_columns_aQnxww .column-right {align-self: stretch !important;align-items: center !important;display: flex !important; background-color: #F8F6F1;padding: 50px;} @media all and (max-width: 539px) { #shopify-section-template--24836073161037__section_two_columns_aQnxww .column-right {padding: 30px 20px;} } #shopify-section-template--24836073161037__section_two_columns_aQnxww .before-text {border-radius:0px; overflow:hidden;} #shopify-section-template--24836073161037__section_two_columns_gw9nww .column-left {align-self: stretch !important;align-items: center !important;display: flex !important; background-color: #F8F6F1;padding: 50px;} @media all and (max-width: 539px) { #shopify-section-template--24836073161037__section_two_columns_gw9nww .column-left {padding: 30px 20px;} } #shopify-section-template--24836073161037__section_two_columns_gw9nww .after-text {border-radius:0px; overflow:hidden;} #shopify-section-template--24836073161037__section_two_columns_A7YpjT .column-right {align-self: stretch !important;align-items: center !important;display: flex !important; background-color: #F8F6F1;padding: 50px;} @media all and (max-width: 539px) { #shopify-section-template--24836073161037__section_two_columns_A7YpjT .column-right {padding: 30px 20px;} } #shopify-section-template--24836073161037__section_two_columns_A7YpjT .before-text {border-radius:0px; overflow:hidden;} #shopify-section-template--24836073161037__section_two_columns_qmUfBt .column-left {align-self: stretch !important;align-items: center !important;display: flex !important; background-color: #FFF;padding: 50px;} @media all and (max-width: 539px) { #shopify-section-template--24836073161037__section_two_columns_qmUfBt .column-left {padding: 30px 20px;} } #shopify-section-template--24836073161037__section_two_columns_qmUfBt .after-text {border-radius:0px; overflow:hidden;} </style> </div></div> </div> <style> #shopify-section-template--24836073161037__section_html_JhQLnm {background-color: rgba(0,0,0,0);padding-top: 0px;padding-bottom: 0px;} #shopify-section-template--24836073161037__section_html_JhQLnm .index-content p, #shopify-section-template--24836073161037__section_html_JhQLnm .index-content li, #shopify-section-template--24836073161037__section_html_JhQLnm .index-content td, #shopify-section-template--24836073161037__section_html_JhQLnm .index-content th {color: #515151;} #shopify-section-template--24836073161037__section_html_JhQLnm .index-content h1, #shopify-section-template--24836073161037__section_html_JhQLnm .index-content h2, #shopify-section-template--24836073161037__section_html_JhQLnm .index-content h3, #shopify-section-template--24836073161037__section_html_JhQLnm .index-content h4, #shopify-section-template--24836073161037__section_html_JhQLnm .index-content h5, #shopify-section-template--24836073161037__section_html_JhQLnm .index-content h6 {color: #111111;} #shopify-section-template--24836073161037__section_html_JhQLnm .index-content .index-title {font-size: 28px;margin-bottom: 20px;color: #111111;} @media all and (max-width: 539px) {#shopify-section-template--24836073161037__section_html_JhQLnm .index-content .index-title {font-size: 28px;}} #shopify-section-template--24836073161037__section_html_JhQLnm .index-html-block {background-color: rgba(0,0,0,0);} #shopify-section-template--24836073161037__section_html_JhQLnm .index-html-block.two-col-line {column-rule: 1px solid #e7e7e7;} #shopify-section-template--24836073161037__section_html_JhQLnm .collection-description-button {color: #111111;background-color: rgba(0,0,0,0);} </style> <script> const readMoreCollection_117386ec93570323d5c3202623be077b70630960 = "Lire la suite"; const readLessCollection_117386ec93570323d5c3202623be077b70630960 = "Voir moins"; function initReadMore_117386ec93570323d5c3202623be077b70630960() {document.querySelectorAll("#shopify-section-template--24836073161037__section_html_JhQLnm .collection-description-button").forEach(e=>e.addEventListener("click",function(){this.previousElementSibling.classList.toggle("hide-product-content"),this.firstChild.data=this.firstChild.data===readMoreCollection_117386ec93570323d5c3202623be077b70630960?readLessCollection_117386ec93570323d5c3202623be077b70630960:readMoreCollection_117386ec93570323d5c3202623be077b70630960}));} initReadMore_117386ec93570323d5c3202623be077b70630960(); if(window.Shopify.designMode) {document.addEventListener("shopify:section:load", function(event) {initReadMore_117386ec93570323d5c3202623be077b70630960();});} </script></div><div id="shopify-section-template--24836073161037__8e1acf4b-6a2e-4b0a-81cf-6f0452b52f9b" class="shopify-section index-section-nomargin slideshow"><style> #shopify-section-template--24836073161037__8e1acf4b-6a2e-4b0a-81cf-6f0452b52f9b {background-color: #ffffff;padding-top: 0px;padding-bottom: 0px;} #shopify-section-template--24836073161037__8e1acf4b-6a2e-4b0a-81cf-6f0452b52f9b .index-banner-dots .slideshow__dot {background-color: #cccccc;border: 1px solid #cccccc;} #shopify-section-template--24836073161037__8e1acf4b-6a2e-4b0a-81cf-6f0452b52f9b .index-banner-dots .slideshow__dot__active, #shopify-section-template--24836073161037__8e1acf4b-6a2e-4b0a-81cf-6f0452b52f9b .index-banner-dots .slideshow__dot:hover {background-color: #111111;border: 1px solid #111111;} #shopify-section-template--24836073161037__8e1acf4b-6a2e-4b0a-81cf-6f0452b52f9b .slideshow__active {position:relative;}#block-block_CNaJDf .index-content .index-title {font-size: 35px;text-decoration:none;color: #ffffff; margin-bottom: 20px;} #block-block_CNaJDf .index-content .index-subtitle {color: #ffffff;font-size:16px;} #block-block_CNaJDf .index-content .index-subtitle.subheading2 {color: #ffffff;} @media all and (max-width: 539px) { #block-block_CNaJDf .index-content .index-title {font-size: 28px;} #block-block_CNaJDf .index-content .index-subtitle {font-size:16px;} }#block-block_CNaJDf .index-button-block {margin-top: 20px;} #block-block_CNaJDf .index-button {background-color: #b2905f;border: 1px solid #b2905f;color: #ffffff;} #block-block_CNaJDf .index-button:hover {background-color: #f8f6f1;border: 1px solid #b2905f;color: #b2905f;} #block-block_CNaJDf .index-button-2 {background-color: #ffffff;border: 1px solid #b2905f;color: #b2905f;} #block-block_CNaJDf .index-button-2:hover {background-color: #b2905f;border: 1px solid #b2905f;color: #ffffff;}</style><div class="large-banner"> <div class="index-relative"> <div class="slideshow__inner" data-timer="0"><div class="display-block index-width-1 banner-link" id="block-block_CNaJDf" > <div class="index-relative flex slideshow__item slideshow__active"><div class="placeholder text-image-picture index-show-dk" style="padding-top: calc(1/2.580357142857143 * 100%);"> <img class="placed lazyload full-width" src="//www.bijoux-chretiens.fr/cdn/shop/files/Banner_Bijoux_chretien_1x.jpg?v=1751018170" data-aspectratio="2.580357142857143" data-srcset=" //www.bijoux-chretiens.fr/cdn/shop/files/Banner_Bijoux_chretien_5000x.jpg?v=1751018170 5000w, //www.bijoux-chretiens.fr/cdn/shop/files/Banner_Bijoux_chretien_4500x.jpg?v=1751018170 4500w, //www.bijoux-chretiens.fr/cdn/shop/files/Banner_Bijoux_chretien_4000x.jpg?v=1751018170 4000w, //www.bijoux-chretiens.fr/cdn/shop/files/Banner_Bijoux_chretien_3500x.jpg?v=1751018170 3500w, //www.bijoux-chretiens.fr/cdn/shop/files/Banner_Bijoux_chretien_3000x.jpg?v=1751018170 3000w, //www.bijoux-chretiens.fr/cdn/shop/files/Banner_Bijoux_chretien_2500x.jpg?v=1751018170 2500w, //www.bijoux-chretiens.fr/cdn/shop/files/Banner_Bijoux_chretien_2000x.jpg?v=1751018170 2000w, //www.bijoux-chretiens.fr/cdn/shop/files/Banner_Bijoux_chretien_1800x.jpg?v=1751018170 1800w, //www.bijoux-chretiens.fr/cdn/shop/files/Banner_Bijoux_chretien_1600x.jpg?v=1751018170 1600w, //www.bijoux-chretiens.fr/cdn/shop/files/Banner_Bijoux_chretien_1400x.jpg?v=1751018170 1400w, //www.bijoux-chretiens.fr/cdn/shop/files/Banner_Bijoux_chretien_1200x.jpg?v=1751018170 1200w, //www.bijoux-chretiens.fr/cdn/shop/files/Banner_Bijoux_chretien_1000x.jpg?v=1751018170 1000w, //www.bijoux-chretiens.fr/cdn/shop/files/Banner_Bijoux_chretien_800x.jpg?v=1751018170 800w, //www.bijoux-chretiens.fr/cdn/shop/files/Banner_Bijoux_chretien_600x.jpg?v=1751018170 600w, //www.bijoux-chretiens.fr/cdn/shop/files/Banner_Bijoux_chretien_500x.jpg?v=1751018170 500w, //www.bijoux-chretiens.fr/cdn/shop/files/Banner_Bijoux_chretien_400x.jpg?v=1751018170 400w, //www.bijoux-chretiens.fr/cdn/shop/files/Banner_Bijoux_chretien_300x.jpg?v=1751018170 300w, //www.bijoux-chretiens.fr/cdn/shop/files/Banner_Bijoux_chretien_200x.jpg?v=1751018170 200w" data-sizes="auto" alt="" draggable="false" /> </div><div class="placeholder text-image-picture index-show-mb" style="padding-top: calc(1/0.6650041562759768 * 100%);"> <img class="placed lazyload full-width" src="//www.bijoux-chretiens.fr/cdn/shop/files/Banner_Laudaris_mobile_1x.jpg?v=1751018335" data-aspectratio="0.6650041562759768" data-srcset=" //www.bijoux-chretiens.fr/cdn/shop/files/Banner_Laudaris_mobile_5000x.jpg?v=1751018335 5000w, //www.bijoux-chretiens.fr/cdn/shop/files/Banner_Laudaris_mobile_4500x.jpg?v=1751018335 4500w, //www.bijoux-chretiens.fr/cdn/shop/files/Banner_Laudaris_mobile_4000x.jpg?v=1751018335 4000w, //www.bijoux-chretiens.fr/cdn/shop/files/Banner_Laudaris_mobile_3500x.jpg?v=1751018335 3500w, //www.bijoux-chretiens.fr/cdn/shop/files/Banner_Laudaris_mobile_3000x.jpg?v=1751018335 3000w, //www.bijoux-chretiens.fr/cdn/shop/files/Banner_Laudaris_mobile_2500x.jpg?v=1751018335 2500w, //www.bijoux-chretiens.fr/cdn/shop/files/Banner_Laudaris_mobile_2000x.jpg?v=1751018335 2000w, //www.bijoux-chretiens.fr/cdn/shop/files/Banner_Laudaris_mobile_1800x.jpg?v=1751018335 1800w, //www.bijoux-chretiens.fr/cdn/shop/files/Banner_Laudaris_mobile_1600x.jpg?v=1751018335 1600w, //www.bijoux-chretiens.fr/cdn/shop/files/Banner_Laudaris_mobile_1400x.jpg?v=1751018335 1400w, //www.bijoux-chretiens.fr/cdn/shop/files/Banner_Laudaris_mobile_1200x.jpg?v=1751018335 1200w, //www.bijoux-chretiens.fr/cdn/shop/files/Banner_Laudaris_mobile_1000x.jpg?v=1751018335 1000w, //www.bijoux-chretiens.fr/cdn/shop/files/Banner_Laudaris_mobile_800x.jpg?v=1751018335 800w, //www.bijoux-chretiens.fr/cdn/shop/files/Banner_Laudaris_mobile_600x.jpg?v=1751018335 600w, //www.bijoux-chretiens.fr/cdn/shop/files/Banner_Laudaris_mobile_500x.jpg?v=1751018335 500w, //www.bijoux-chretiens.fr/cdn/shop/files/Banner_Laudaris_mobile_400x.jpg?v=1751018335 400w, //www.bijoux-chretiens.fr/cdn/shop/files/Banner_Laudaris_mobile_300x.jpg?v=1751018335 300w, //www.bijoux-chretiens.fr/cdn/shop/files/Banner_Laudaris_mobile_200x.jpg?v=1751018335 200w" data-sizes="auto" alt="" draggable="false" /> </div><div style="width:100%;height:100%;display:block;background-color: #111111;opacity: 0.0;position:absolute;top:0;bottom:0;left:0;right:0;"></div> <div class="container text-image-content index-content container-index align-cl padding-30-dk index-absolute-dk align-bc-mb padding-30-mb index-absolute-mb"><h1 class="index-subtitle subheading">Bijoux Chrétiens et Croix</h1><p class="index-title">Portez votre foi, en toute simplicité</p><p class="index-subtitle subheading2">Des créations chrétiennes à la fois sobres, élégantes et chargées de sens.</p><div class="index-button-block"><a href="/collections/bijoux-croix-femme" class="index-button">Pour Femme</a><div class="second-button"><a href="/collections/bijoux-croix-homme" class="index-button index-button-2" rel="nofollow" >Pour Homme</a></div></div></div> </div> </div></div> <div class="index-banner-dots slideshow__dots hide"><div class="slideshow__dot slideshow__dot__active"></div></div> </div> </div></div><div id="shopify-section-template--24836073161037__fe504b2c-1a88-4926-8e09-db1141df4a8d" class="shopify-section index-section-margin"><div class="container"><div class="flex index-seemore-block"> <p class="index-title search-product-subtitle">Vos Bijoux Préférés</p></div><div class="index-content index-icons-subtitle search-product-subtitle"><p>Découvrez les créations chrétiennes que nos clients aiment le plus.</p></div></div> <div class="container position-relative"> <div class="slider index-seemore-margin"> <div class="slider__buttons"> <button class="slider__previous" title="Précédent"><svg class="arrow-carousel-icon" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewbox="0 0 24 24" stroke="currentColor" fill="none" stroke-width="1" xmlns="http://www.w3.org/2000/svg" stroke-linecap="round" stroke-linejoin="round"><path d="M 15.5 19 L 8.5 12 L 15.5 5" /></svg></button> <button class="slider__next" title="Suivant"><svg class="arrow-carousel-icon" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewbox="0 0 24 24" stroke="currentColor" fill="none" stroke-width="1" xmlns="http://www.w3.org/2000/svg" stroke-linecap="round" stroke-linejoin="round"><path d="M 8.5 19 L 15.5 12 L 8.5 5" /></svg></button> </div> <div class="slider__nav"> <div class="slider__inner center-text"><a href="/products/collier-croix-chretienne" class="slider__item slider__link product-carousel-list product-carousel-4" draggable="false"> <div class="image-complete"> <div class="placeholder image-complete-container" style="padding-top: calc(1/1.0 * 100%);"> <img class="placed lazyload image-complete-picture" src="//www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_1x.jpg?v=1749737802" data-aspectratio="1.0" data-image-ratio="1.0" data-srcset=" //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_5000x.jpg?v=1749737802 5000w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_4500x.jpg?v=1749737802 4500w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_4000x.jpg?v=1749737802 4000w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_3500x.jpg?v=1749737802 3500w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_3000x.jpg?v=1749737802 3000w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_2500x.jpg?v=1749737802 2500w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_2000x.jpg?v=1749737802 2000w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_1800x.jpg?v=1749737802 1800w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_1600x.jpg?v=1749737802 1600w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_1400x.jpg?v=1749737802 1400w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_1200x.jpg?v=1749737802 1200w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_1000x.jpg?v=1749737802 1000w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_800x.jpg?v=1749737802 800w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_600x.jpg?v=1749737802 600w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_500x.jpg?v=1749737802 500w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_400x.jpg?v=1749737802 400w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_300x.jpg?v=1749737802 300w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_200x.jpg?v=1749737802 200w" data-sizes="auto" alt="Collier Croix Chrétienne Or" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image"> <img class="lazyload image-complete-picture" src="//www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_1x.jpg?v=1749805804" data-aspectratio="1.0" data-srcset=" //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_5000x.jpg?v=1749805804 5000w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_4500x.jpg?v=1749805804 4500w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_4000x.jpg?v=1749805804 4000w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_3500x.jpg?v=1749805804 3500w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_3000x.jpg?v=1749805804 3000w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_2500x.jpg?v=1749805804 2500w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_2000x.jpg?v=1749805804 2000w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_1800x.jpg?v=1749805804 1800w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_1600x.jpg?v=1749805804 1600w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_1400x.jpg?v=1749805804 1400w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_1200x.jpg?v=1749805804 1200w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_1000x.jpg?v=1749805804 1000w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_800x.jpg?v=1749805804 800w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_600x.jpg?v=1749805804 600w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_500x.jpg?v=1749805804 500w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_400x.jpg?v=1749805804 400w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_300x.jpg?v=1749805804 300w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_200x.jpg?v=1749805804 200w" data-sizes="auto" alt="Collier_Croix_Chretienne_ArgentArgent" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image-swatch" data-swatch="6954055041162Argenttemplate--24836073161037__fe504b2c-1a88-4926-8e09-db1141df4a8d"> <img class="lazyload image-complete-picture" src="//www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_1x.jpg?v=1749805804" data-aspectratio="1.0" data-srcset=" //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_5000x.jpg?v=1749805804 5000w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_4500x.jpg?v=1749805804 4500w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_4000x.jpg?v=1749805804 4000w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_3500x.jpg?v=1749805804 3500w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_3000x.jpg?v=1749805804 3000w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_2500x.jpg?v=1749805804 2500w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_2000x.jpg?v=1749805804 2000w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_1800x.jpg?v=1749805804 1800w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_1600x.jpg?v=1749805804 1600w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_1400x.jpg?v=1749805804 1400w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_1200x.jpg?v=1749805804 1200w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_1000x.jpg?v=1749805804 1000w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_800x.jpg?v=1749805804 800w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_600x.jpg?v=1749805804 600w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_500x.jpg?v=1749805804 500w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_400x.jpg?v=1749805804 400w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_300x.jpg?v=1749805804 300w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_200x.jpg?v=1749805804 200w" data-sizes="auto" alt="Collier_Croix_Chretienne_ArgentArgent" draggable="false" style="width:100%;" /> </div><div class="tags-position-left tags-corner"></div> </div> <div class="product-carousel-text"><p class="product-carousel-subtitle">Collier croix chrétienne </p><div class="product-carousel-title">Fidelis</div></div> <div class="product-carousel-price"> <p class="product-current-price">79 €</p></div><div class="flex product-carousel-swatch" ><div class="product-option-block"><div class="product-option-image" data-swatch="6954055041162Ortemplate--24836073161037__fe504b2c-1a88-4926-8e09-db1141df4a8d"> <div class="product-option-color" title="Or" style="background-color:#d49a06;"></div> </div></div><div class="product-option-block"><div class="product-option-image" data-swatch="6954055041162Argenttemplate--24836073161037__fe504b2c-1a88-4926-8e09-db1141df4a8d"> <div class="product-option-color" title="Argent" style="background-color:#d3d3d3;"></div> </div></div></div></a><a href="/products/collier-croix-catholique" class="slider__item slider__link product-carousel-list product-carousel-4" draggable="false"> <div class="image-complete"> <div class="placeholder image-complete-container" style="padding-top: calc(1/1.0 * 100%);"> <img class="placed lazyload image-complete-picture" src="//www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Catholique_1x.jpg?v=1749563411" data-aspectratio="1.0" data-image-ratio="1.0" data-srcset=" //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Catholique_5000x.jpg?v=1749563411 5000w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Catholique_4500x.jpg?v=1749563411 4500w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Catholique_4000x.jpg?v=1749563411 4000w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Catholique_3500x.jpg?v=1749563411 3500w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Catholique_3000x.jpg?v=1749563411 3000w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Catholique_2500x.jpg?v=1749563411 2500w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Catholique_2000x.jpg?v=1749563411 2000w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Catholique_1800x.jpg?v=1749563411 1800w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Catholique_1600x.jpg?v=1749563411 1600w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Catholique_1400x.jpg?v=1749563411 1400w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Catholique_1200x.jpg?v=1749563411 1200w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Catholique_1000x.jpg?v=1749563411 1000w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Catholique_800x.jpg?v=1749563411 800w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Catholique_600x.jpg?v=1749563411 600w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Catholique_500x.jpg?v=1749563411 500w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Catholique_400x.jpg?v=1749563411 400w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Catholique_300x.jpg?v=1749563411 300w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Catholique_200x.jpg?v=1749563411 200w" data-sizes="auto" alt="Collier Croix Catholique" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image"> <img class="lazyload image-complete-picture" src="//www.bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-or_1x.jpg?v=1749563433" data-aspectratio="1.0" data-srcset=" //www.bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-or_5000x.jpg?v=1749563433 5000w, //www.bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-or_4500x.jpg?v=1749563433 4500w, //www.bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-or_4000x.jpg?v=1749563433 4000w, //www.bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-or_3500x.jpg?v=1749563433 3500w, //www.bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-or_3000x.jpg?v=1749563433 3000w, //www.bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-or_2500x.jpg?v=1749563433 2500w, //www.bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-or_2000x.jpg?v=1749563433 2000w, //www.bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-or_1800x.jpg?v=1749563433 1800w, //www.bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-or_1600x.jpg?v=1749563433 1600w, //www.bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-or_1400x.jpg?v=1749563433 1400w, //www.bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-or_1200x.jpg?v=1749563433 1200w, //www.bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-or_1000x.jpg?v=1749563433 1000w, //www.bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-or_800x.jpg?v=1749563433 800w, //www.bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-or_600x.jpg?v=1749563433 600w, //www.bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-or_500x.jpg?v=1749563433 500w, //www.bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-or_400x.jpg?v=1749563433 400w, //www.bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-or_300x.jpg?v=1749563433 300w, //www.bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-or_200x.jpg?v=1749563433 200w" data-sizes="auto" alt="Collier Croix Catholique-or" draggable="false" style="width:100%;" /> </div><div class="tags-position-left tags-corner"></div> </div> <div class="product-carousel-text"><p class="product-carousel-subtitle">Collier croix catholique </p><div class="product-carousel-title">Veritas</div></div> <div class="product-carousel-price"> <p class="product-current-price">79 €</p></div></a><a href="/products/bague-croix-fantaisie" class="slider__item slider__link product-carousel-list product-carousel-4" draggable="false"> <div class="image-complete"> <div class="placeholder image-complete-container" style="padding-top: calc(1/1.0 * 100%);"> <img class="placed lazyload image-complete-picture" src="//www.bijoux-chretiens.fr/cdn/shop/files/Bague_Croix_Fantaisie_1x.jpg?v=1749596880" data-aspectratio="1.0" data-image-ratio="1.0" data-srcset=" //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Croix_Fantaisie_5000x.jpg?v=1749596880 5000w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Croix_Fantaisie_4500x.jpg?v=1749596880 4500w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Croix_Fantaisie_4000x.jpg?v=1749596880 4000w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Croix_Fantaisie_3500x.jpg?v=1749596880 3500w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Croix_Fantaisie_3000x.jpg?v=1749596880 3000w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Croix_Fantaisie_2500x.jpg?v=1749596880 2500w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Croix_Fantaisie_2000x.jpg?v=1749596880 2000w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Croix_Fantaisie_1800x.jpg?v=1749596880 1800w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Croix_Fantaisie_1600x.jpg?v=1749596880 1600w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Croix_Fantaisie_1400x.jpg?v=1749596880 1400w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Croix_Fantaisie_1200x.jpg?v=1749596880 1200w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Croix_Fantaisie_1000x.jpg?v=1749596880 1000w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Croix_Fantaisie_800x.jpg?v=1749596880 800w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Croix_Fantaisie_600x.jpg?v=1749596880 600w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Croix_Fantaisie_500x.jpg?v=1749596880 500w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Croix_Fantaisie_400x.jpg?v=1749596880 400w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Croix_Fantaisie_300x.jpg?v=1749596880 300w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Croix_Fantaisie_200x.jpg?v=1749596880 200w" data-sizes="auto" alt="Or Bague Croix Fantaisie" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image"> <img class="lazyload image-complete-picture" src="//www.bijoux-chretiens.fr/cdn/shop/files/Bague_croix_fantaisie_Argent_1x.jpg?v=1750688041" data-aspectratio="1.0" data-srcset=" //www.bijoux-chretiens.fr/cdn/shop/files/Bague_croix_fantaisie_Argent_5000x.jpg?v=1750688041 5000w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_croix_fantaisie_Argent_4500x.jpg?v=1750688041 4500w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_croix_fantaisie_Argent_4000x.jpg?v=1750688041 4000w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_croix_fantaisie_Argent_3500x.jpg?v=1750688041 3500w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_croix_fantaisie_Argent_3000x.jpg?v=1750688041 3000w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_croix_fantaisie_Argent_2500x.jpg?v=1750688041 2500w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_croix_fantaisie_Argent_2000x.jpg?v=1750688041 2000w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_croix_fantaisie_Argent_1800x.jpg?v=1750688041 1800w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_croix_fantaisie_Argent_1600x.jpg?v=1750688041 1600w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_croix_fantaisie_Argent_1400x.jpg?v=1750688041 1400w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_croix_fantaisie_Argent_1200x.jpg?v=1750688041 1200w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_croix_fantaisie_Argent_1000x.jpg?v=1750688041 1000w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_croix_fantaisie_Argent_800x.jpg?v=1750688041 800w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_croix_fantaisie_Argent_600x.jpg?v=1750688041 600w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_croix_fantaisie_Argent_500x.jpg?v=1750688041 500w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_croix_fantaisie_Argent_400x.jpg?v=1750688041 400w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_croix_fantaisie_Argent_300x.jpg?v=1750688041 300w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_croix_fantaisie_Argent_200x.jpg?v=1750688041 200w" data-sizes="auto" alt="Argent Bague Croix Fantaisie Argent" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image-swatch" data-swatch="6780029075594Argenttemplate--24836073161037__fe504b2c-1a88-4926-8e09-db1141df4a8d"> <img class="lazyload image-complete-picture" src="//www.bijoux-chretiens.fr/cdn/shop/files/Bague_croix_fantaisie_Argent_1x.jpg?v=1750688041" data-aspectratio="1.0" data-srcset=" //www.bijoux-chretiens.fr/cdn/shop/files/Bague_croix_fantaisie_Argent_5000x.jpg?v=1750688041 5000w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_croix_fantaisie_Argent_4500x.jpg?v=1750688041 4500w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_croix_fantaisie_Argent_4000x.jpg?v=1750688041 4000w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_croix_fantaisie_Argent_3500x.jpg?v=1750688041 3500w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_croix_fantaisie_Argent_3000x.jpg?v=1750688041 3000w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_croix_fantaisie_Argent_2500x.jpg?v=1750688041 2500w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_croix_fantaisie_Argent_2000x.jpg?v=1750688041 2000w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_croix_fantaisie_Argent_1800x.jpg?v=1750688041 1800w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_croix_fantaisie_Argent_1600x.jpg?v=1750688041 1600w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_croix_fantaisie_Argent_1400x.jpg?v=1750688041 1400w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_croix_fantaisie_Argent_1200x.jpg?v=1750688041 1200w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_croix_fantaisie_Argent_1000x.jpg?v=1750688041 1000w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_croix_fantaisie_Argent_800x.jpg?v=1750688041 800w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_croix_fantaisie_Argent_600x.jpg?v=1750688041 600w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_croix_fantaisie_Argent_500x.jpg?v=1750688041 500w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_croix_fantaisie_Argent_400x.jpg?v=1750688041 400w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_croix_fantaisie_Argent_300x.jpg?v=1750688041 300w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_croix_fantaisie_Argent_200x.jpg?v=1750688041 200w" data-sizes="auto" alt="Argent Bague Croix Fantaisie Argent" draggable="false" style="width:100%;" /> </div><div class="tags-position-left tags-corner"></div> </div> <div class="product-carousel-text"><p class="product-carousel-subtitle">Bague croix fantaisie </p><div class="product-carousel-title">Virtus</div></div> <div class="product-carousel-price"> <p class="product-current-price">59 €</p></div><div class="flex product-carousel-swatch" ><div class="product-option-block"><div class="product-option-image" data-swatch="6780029075594Ortemplate--24836073161037__fe504b2c-1a88-4926-8e09-db1141df4a8d"> <div class="product-option-color" title="Or" style="background-color:#d49a06;"></div> </div></div><div class="product-option-block"><div class="product-option-image" data-swatch="6780029075594Argenttemplate--24836073161037__fe504b2c-1a88-4926-8e09-db1141df4a8d"> <div class="product-option-color" title="Argent" style="background-color:#d3d3d3;"></div> </div></div></div></a><a href="/products/chevaliere-croix" class="slider__item slider__link product-carousel-list product-carousel-4" draggable="false"> <div class="image-complete"> <div class="placeholder image-complete-container" style="padding-top: calc(1/1.0 * 100%);"> <img class="placed lazyload image-complete-picture" src="//www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_1x.jpg?v=1749634421" data-aspectratio="1.0" data-image-ratio="1.0" data-srcset=" //www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_5000x.jpg?v=1749634421 5000w, //www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_4500x.jpg?v=1749634421 4500w, //www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_4000x.jpg?v=1749634421 4000w, //www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_3500x.jpg?v=1749634421 3500w, //www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_3000x.jpg?v=1749634421 3000w, //www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_2500x.jpg?v=1749634421 2500w, //www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_2000x.jpg?v=1749634421 2000w, //www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_1800x.jpg?v=1749634421 1800w, //www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_1600x.jpg?v=1749634421 1600w, //www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_1400x.jpg?v=1749634421 1400w, //www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_1200x.jpg?v=1749634421 1200w, //www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_1000x.jpg?v=1749634421 1000w, //www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_800x.jpg?v=1749634421 800w, //www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_600x.jpg?v=1749634421 600w, //www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_500x.jpg?v=1749634421 500w, //www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_400x.jpg?v=1749634421 400w, //www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_300x.jpg?v=1749634421 300w, //www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_200x.jpg?v=1749634421 200w" data-sizes="auto" alt="Or Chevalière Croix" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image"> <img class="lazyload image-complete-picture" src="//www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_Argent_1x.jpg?v=1750688304" data-aspectratio="1.0" data-srcset=" //www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_Argent_5000x.jpg?v=1750688304 5000w, //www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_Argent_4500x.jpg?v=1750688304 4500w, //www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_Argent_4000x.jpg?v=1750688304 4000w, //www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_Argent_3500x.jpg?v=1750688304 3500w, //www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_Argent_3000x.jpg?v=1750688304 3000w, //www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_Argent_2500x.jpg?v=1750688304 2500w, //www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_Argent_2000x.jpg?v=1750688304 2000w, //www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_Argent_1800x.jpg?v=1750688304 1800w, //www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_Argent_1600x.jpg?v=1750688304 1600w, //www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_Argent_1400x.jpg?v=1750688304 1400w, //www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_Argent_1200x.jpg?v=1750688304 1200w, //www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_Argent_1000x.jpg?v=1750688304 1000w, //www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_Argent_800x.jpg?v=1750688304 800w, //www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_Argent_600x.jpg?v=1750688304 600w, //www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_Argent_500x.jpg?v=1750688304 500w, //www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_Argent_400x.jpg?v=1750688304 400w, //www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_Argent_300x.jpg?v=1750688304 300w, //www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_Argent_200x.jpg?v=1750688304 200w" data-sizes="auto" alt="Argent Chevalière croix Argent" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image-swatch" data-swatch="6780003549322Argenttemplate--24836073161037__fe504b2c-1a88-4926-8e09-db1141df4a8d"> <img class="lazyload image-complete-picture" src="//www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_Argent_1x.jpg?v=1750688304" data-aspectratio="1.0" data-srcset=" //www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_Argent_5000x.jpg?v=1750688304 5000w, //www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_Argent_4500x.jpg?v=1750688304 4500w, //www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_Argent_4000x.jpg?v=1750688304 4000w, //www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_Argent_3500x.jpg?v=1750688304 3500w, //www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_Argent_3000x.jpg?v=1750688304 3000w, //www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_Argent_2500x.jpg?v=1750688304 2500w, //www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_Argent_2000x.jpg?v=1750688304 2000w, //www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_Argent_1800x.jpg?v=1750688304 1800w, //www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_Argent_1600x.jpg?v=1750688304 1600w, //www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_Argent_1400x.jpg?v=1750688304 1400w, //www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_Argent_1200x.jpg?v=1750688304 1200w, //www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_Argent_1000x.jpg?v=1750688304 1000w, //www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_Argent_800x.jpg?v=1750688304 800w, //www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_Argent_600x.jpg?v=1750688304 600w, //www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_Argent_500x.jpg?v=1750688304 500w, //www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_Argent_400x.jpg?v=1750688304 400w, //www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_Argent_300x.jpg?v=1750688304 300w, //www.bijoux-chretiens.fr/cdn/shop/files/Chevaliere_Croix_Argent_200x.jpg?v=1750688304 200w" data-sizes="auto" alt="Argent Chevalière croix Argent" draggable="false" style="width:100%;" /> </div><div class="tags-position-left tags-corner"></div> </div> <div class="product-carousel-text"><p class="product-carousel-subtitle">Chevalière croix </p><div class="product-carousel-title">Signum</div></div> <div class="product-carousel-price"> <p class="product-current-price">49 €</p></div><div class="flex product-carousel-swatch" ><div class="product-option-block"><div class="product-option-image" data-swatch="6780003549322Ortemplate--24836073161037__fe504b2c-1a88-4926-8e09-db1141df4a8d"> <div class="product-option-color" title="Or" style="background-color:#d49a06;"></div> </div></div><div class="product-option-block"><div class="product-option-image" data-swatch="6780003549322Argenttemplate--24836073161037__fe504b2c-1a88-4926-8e09-db1141df4a8d"> <div class="product-option-color" title="Argent" style="background-color:#d3d3d3;"></div> </div></div></div></a><a href="/products/bague-chrisme" class="slider__item slider__link product-carousel-list product-carousel-4" draggable="false"> <div class="image-complete"> <div class="placeholder image-complete-container" style="padding-top: calc(1/1.0 * 100%);"> <img class="placed lazyload image-complete-picture" src="//www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_1x.jpg?v=1749632962" data-aspectratio="1.0" data-image-ratio="1.0" data-srcset=" //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_5000x.jpg?v=1749632962 5000w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_4500x.jpg?v=1749632962 4500w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_4000x.jpg?v=1749632962 4000w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_3500x.jpg?v=1749632962 3500w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_3000x.jpg?v=1749632962 3000w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_2500x.jpg?v=1749632962 2500w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_2000x.jpg?v=1749632962 2000w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_1800x.jpg?v=1749632962 1800w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_1600x.jpg?v=1749632962 1600w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_1400x.jpg?v=1749632962 1400w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_1200x.jpg?v=1749632962 1200w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_1000x.jpg?v=1749632962 1000w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_800x.jpg?v=1749632962 800w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_600x.jpg?v=1749632962 600w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_500x.jpg?v=1749632962 500w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_400x.jpg?v=1749632962 400w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_300x.jpg?v=1749632962 300w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_200x.jpg?v=1749632962 200w" data-sizes="auto" alt="Or Bague Chrisme" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image"> <img class="lazyload image-complete-picture" src="//www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_Argent_1x.jpg?v=1750686682" data-aspectratio="1.0" data-srcset=" //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_Argent_5000x.jpg?v=1750686682 5000w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_Argent_4500x.jpg?v=1750686682 4500w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_Argent_4000x.jpg?v=1750686682 4000w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_Argent_3500x.jpg?v=1750686682 3500w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_Argent_3000x.jpg?v=1750686682 3000w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_Argent_2500x.jpg?v=1750686682 2500w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_Argent_2000x.jpg?v=1750686682 2000w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_Argent_1800x.jpg?v=1750686682 1800w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_Argent_1600x.jpg?v=1750686682 1600w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_Argent_1400x.jpg?v=1750686682 1400w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_Argent_1200x.jpg?v=1750686682 1200w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_Argent_1000x.jpg?v=1750686682 1000w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_Argent_800x.jpg?v=1750686682 800w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_Argent_600x.jpg?v=1750686682 600w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_Argent_500x.jpg?v=1750686682 500w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_Argent_400x.jpg?v=1750686682 400w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_Argent_300x.jpg?v=1750686682 300w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_Argent_200x.jpg?v=1750686682 200w" data-sizes="auto" alt="Argent Bague chrisme Argent" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image-swatch" data-swatch="7546637582474Argenttemplate--24836073161037__fe504b2c-1a88-4926-8e09-db1141df4a8d"> <img class="lazyload image-complete-picture" src="//www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_Argent_1x.jpg?v=1750686682" data-aspectratio="1.0" data-srcset=" //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_Argent_5000x.jpg?v=1750686682 5000w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_Argent_4500x.jpg?v=1750686682 4500w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_Argent_4000x.jpg?v=1750686682 4000w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_Argent_3500x.jpg?v=1750686682 3500w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_Argent_3000x.jpg?v=1750686682 3000w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_Argent_2500x.jpg?v=1750686682 2500w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_Argent_2000x.jpg?v=1750686682 2000w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_Argent_1800x.jpg?v=1750686682 1800w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_Argent_1600x.jpg?v=1750686682 1600w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_Argent_1400x.jpg?v=1750686682 1400w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_Argent_1200x.jpg?v=1750686682 1200w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_Argent_1000x.jpg?v=1750686682 1000w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_Argent_800x.jpg?v=1750686682 800w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_Argent_600x.jpg?v=1750686682 600w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_Argent_500x.jpg?v=1750686682 500w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_Argent_400x.jpg?v=1750686682 400w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_Argent_300x.jpg?v=1750686682 300w, //www.bijoux-chretiens.fr/cdn/shop/files/Bague_Chrisme_Argent_200x.jpg?v=1750686682 200w" data-sizes="auto" alt="Argent Bague chrisme Argent" draggable="false" style="width:100%;" /> </div><div class="tags-position-left tags-corner"></div> </div> <div class="product-carousel-text"><p class="product-carousel-subtitle">Bague chrisme </p><div class="product-carousel-title">Vincit</div></div> <div class="product-carousel-price"> <p class="product-current-price">49 €</p></div><div class="flex product-carousel-swatch" ><div class="product-option-block"><div class="product-option-image" data-swatch="7546637582474Ortemplate--24836073161037__fe504b2c-1a88-4926-8e09-db1141df4a8d"> <div class="product-option-color" title="Or" style="background-color:#d49a06;"></div> </div></div><div class="product-option-block"><div class="product-option-image" data-swatch="7546637582474Argenttemplate--24836073161037__fe504b2c-1a88-4926-8e09-db1141df4a8d"> <div class="product-option-color" title="Argent" style="background-color:#d3d3d3;"></div> </div></div></div></a></div> </div> </div></div> <style> #shopify-section-template--24836073161037__fe504b2c-1a88-4926-8e09-db1141df4a8d .index-seemore-block .index-title {font-size: 28px;} @media all and (max-width: 539px) {#shopify-section-template--24836073161037__fe504b2c-1a88-4926-8e09-db1141df4a8d .index-seemore-block .index-title {font-size: 28px;}} #shopify-section-template--24836073161037__fe504b2c-1a88-4926-8e09-db1141df4a8d .index-collection-seemore {color: #333333;} #shopify-section-template--24836073161037__fe504b2c-1a88-4926-8e09-db1141df4a8d .index-seemore-margin {margin-top: 30px;;} </style><script type="application/ld+json"> { "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [{ "@type": "ListItem", "position": "1", "url": "/products/collier-croix-chretienne", "name": "Collier croix chrétienne - Fidelis" },{ "@type": "ListItem", "position": "2", "url": "/products/collier-croix-catholique", "name": "Collier croix catholique - Veritas" },{ "@type": "ListItem", "position": "3", "url": "/products/bague-croix-fantaisie", "name": "Bague croix fantaisie - Virtus" },{ "@type": "ListItem", "position": "4", "url": "/products/chevaliere-croix", "name": "Chevalière croix - Signum" },{ "@type": "ListItem", "position": "5", "url": "/products/bague-chrisme", "name": "Bague chrisme - Vincit" }] } </script></div><div id="shopify-section-template--24836073161037__section_two_columns_aQnxww" class="shopify-section index-section-nomargin"><div class="container text-dk-center text-mb-center"></div> <div class="container flex before-text" style="align-items:center"> <div class="index-block column-left flex index-image-left"> <div class="page-description"><div class="" id="block-image_6TMYAd" > <div class="flex"><div class="elem-image-1 placeholder text-image-picture"> <img class="placed lazyload full-width" src="//www.bijoux-chretiens.fr/cdn/shop/files/collier_chretien_mariage_1x.jpg?v=1747316436" data-aspectratio="1.0" data-srcset=" //www.bijoux-chretiens.fr/cdn/shop/files/collier_chretien_mariage_5000x.jpg?v=1747316436 5000w, //www.bijoux-chretiens.fr/cdn/shop/files/collier_chretien_mariage_4500x.jpg?v=1747316436 4500w, //www.bijoux-chretiens.fr/cdn/shop/files/collier_chretien_mariage_4000x.jpg?v=1747316436 4000w, //www.bijoux-chretiens.fr/cdn/shop/files/collier_chretien_mariage_3500x.jpg?v=1747316436 3500w, //www.bijoux-chretiens.fr/cdn/shop/files/collier_chretien_mariage_3000x.jpg?v=1747316436 3000w, //www.bijoux-chretiens.fr/cdn/shop/files/collier_chretien_mariage_2500x.jpg?v=1747316436 2500w, //www.bijoux-chretiens.fr/cdn/shop/files/collier_chretien_mariage_2000x.jpg?v=1747316436 2000w, //www.bijoux-chretiens.fr/cdn/shop/files/collier_chretien_mariage_1800x.jpg?v=1747316436 1800w, //www.bijoux-chretiens.fr/cdn/shop/files/collier_chretien_mariage_1600x.jpg?v=1747316436 1600w, //www.bijoux-chretiens.fr/cdn/shop/files/collier_chretien_mariage_1400x.jpg?v=1747316436 1400w, //www.bijoux-chretiens.fr/cdn/shop/files/collier_chretien_mariage_1200x.jpg?v=1747316436 1200w, //www.bijoux-chretiens.fr/cdn/shop/files/collier_chretien_mariage_1000x.jpg?v=1747316436 1000w, //www.bijoux-chretiens.fr/cdn/shop/files/collier_chretien_mariage_800x.jpg?v=1747316436 800w, //www.bijoux-chretiens.fr/cdn/shop/files/collier_chretien_mariage_600x.jpg?v=1747316436 600w, //www.bijoux-chretiens.fr/cdn/shop/files/collier_chretien_mariage_500x.jpg?v=1747316436 500w, //www.bijoux-chretiens.fr/cdn/shop/files/collier_chretien_mariage_400x.jpg?v=1747316436 400w, //www.bijoux-chretiens.fr/cdn/shop/files/collier_chretien_mariage_300x.jpg?v=1747316436 300w, //www.bijoux-chretiens.fr/cdn/shop/files/collier_chretien_mariage_200x.jpg?v=1747316436 200w" data-sizes="auto" alt="" draggable="false" /> </div></div> </div> <style> #block-image_6TMYAd {margin-top: 20px;background-color: ;}#block-image_6TMYAd .elem-image-1 { padding-top: calc(1/1.0 * 100%); }@media all and (max-width: 799px) {#block-image_6TMYAd .elem-image-1 { padding-top: calc(1/1.0 * 100%); }} </style></div> </div> <div class="index-block column-right flex text-image-text"> <div class="page-description"><div class="text-image-content index-content text-dk-left text-mb-left" id="block-text_Ry6VN7" ><p class="index-title">Exprimez votre foi avec élégance</p><p>Chez Laudaris, chaque bijou s'inspire de la foi et de l'élégance chrétienne.</p><p>Pensés pour les hommes et les femmes d'aujourd'hui, nos <strong>bijoux chrétiens</strong> mêlent esthétique intemporelle et symboles spirituels. Croix, médailles de saints, chapelets et dizainiers, nous vous proposons une large gamme de bijoux pour <strong>porter votre foi</strong> en Jésus, le Christ.</p><p>Que vous soyez en quête d'un bijou porteur de sens pour vous, ou d'un <strong>bijou religieux à offrir</strong> pour une communion ou un baptême, vous êtes au bon endroit !</p> </div> <style> #block-text_Ry6VN7 {margin-top: 20px;background-color: ;} #block-text_Ry6VN7.index-content p, #block-text_Ry6VN7.index-content li {color: #515151;} #block-text_Ry6VN7.index-content .index-title {color: #111111;font-size: 28px;margin-bottom: 20px;} @media all and (max-width: 539px) {#block-text_Ry6VN7.index-content .index-title {font-size: 28px;}} #block-text_Ry6VN7.index-content .index-subtitle {color: #111111;} </style></div> </div> </div> <style> #shopify-section-template--24836073161037__section_two_columns_aQnxww {background-color: rgba(0,0,0,0);padding-top: 0px;padding-bottom: 0px;} #shopify-section-template--24836073161037__section_two_columns_aQnxww .index-title-block .index-title {color: #111111;font-size: 28px;} @media all and (max-width: 539px) {#shopify-section-template--24836073161037__section_two_columns_aQnxww .index-title-block .index-title {font-size: 28px;}} #shopify-section-template--24836073161037__section_two_columns_aQnxww .index-title-block {margin-bottom: 20px;} #shopify-section-template--24836073161037__section_two_columns_aQnxww .index-testimonials-subheading {margin-bottom: 30px;} #shopify-section-template--24836073161037__section_two_columns_aQnxww .index-content.index-testimonials-subheading p, #shopify-section-template--24836073161037__section_two_columns_aQnxww .index-content.index-testimonials-subheading li {color: #515151;} #shopify-section-template--24836073161037__section_two_columns_aQnxww .column-left {width:calc(50% - (0px / 2));display:block;} #shopify-section-template--24836073161037__section_two_columns_aQnxww .column-right {width:calc((100% - 50%) - (0px / 2));display:block;} #shopify-section-template--24836073161037__section_two_columns_aQnxww .index-block:first-of-type {margin-right:0px} @media all and (max-width: 799px) {#shopify-section-template--24836073161037__section_two_columns_aQnxww .column-left, #shopify-section-template--24836073161037__section_two_columns_aQnxww .column-right {width:100%;} #shopify-section-template--24836073161037__section_two_columns_aQnxww .index-block:first-of-type {margin-right:0} #shopify-section-template--24836073161037__section_two_columns_aQnxww .before-text .index-image-left, #shopify-section-template--24836073161037__section_two_columns_aQnxww .before-text .index-image-right {margin-bottom: 20px} #shopify-section-template--24836073161037__section_two_columns_aQnxww .after-text .index-image-left, #shopify-section-template--24836073161037__section_two_columns_aQnxww .after-text .index-image-right {margin-top: 20px} } </style></div><div id="shopify-section-template--24836073161037__34c9ef01-fd24-466c-8660-6804f8e6d4fa" class="shopify-section index-section-nomargin"><div class="container text-dk-center text-mb-center"><div class="index-title-block"> <h2 class="index-title">Découvrez nos Bijoux Croix</h2> </div></div> <div class="container"><div class="slider index-title-margin"> <div class="slider__buttons"> <button class="slider__previous" title="Précédent"><svg class="arrow-carousel-icon" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewbox="0 0 24 24" stroke="currentColor" fill="none" stroke-width="1" xmlns="http://www.w3.org/2000/svg" stroke-linecap="round" stroke-linejoin="round"><path d="M 15.5 19 L 8.5 12 L 15.5 5" /></svg></button> <button class="slider__next" title="Suivant"><svg class="arrow-carousel-icon" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewbox="0 0 24 24" stroke="currentColor" fill="none" stroke-width="1" xmlns="http://www.w3.org/2000/svg" stroke-linecap="round" stroke-linejoin="round"><path d="M 8.5 19 L 15.5 12 L 8.5 5" /></svg></button> </div> <div class="slider__nav flex"> <div class="slider__inner"><div class="slider__item slider__link product-carousel-list product-carousel-3" id="block-template--16160794706069__34c9ef01-fd24-466c-8660-6804f8e6d4fa-167607262814b473e3-0" ><a href="/collections/collier-croix" class="icon-block text-image-content text-dk-center text-mb-center" rel="" data-video-url=""> <div class="testim-block"><div class="text-image-picture testim-image"> <div class="placeholder" style="padding-top: calc(1/1.0 * 100%);"> <img class="placed lazyload full-width" src="//www.bijoux-chretiens.fr/cdn/shop/files/Collier_croix_1x.png?v=1745079431" data-aspectratio="1.0" data-srcset="//www.bijoux-chretiens.fr/cdn/shop/files/Collier_croix_5000x.png?v=1745079431 5000w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_croix_4500x.png?v=1745079431 4500w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_croix_4000x.png?v=1745079431 4000w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_croix_3500x.png?v=1745079431 3500w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_croix_3000x.png?v=1745079431 3000w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_croix_2500x.png?v=1745079431 2500w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_croix_2000x.png?v=1745079431 2000w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_croix_1800x.png?v=1745079431 1800w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_croix_1600x.png?v=1745079431 1600w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_croix_1400x.png?v=1745079431 1400w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_croix_1200x.png?v=1745079431 1200w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_croix_1000x.png?v=1745079431 1000w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_croix_800x.png?v=1745079431 800w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_croix_600x.png?v=1745079431 600w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_croix_400x.png?v=1745079431 400w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_croix_300x.png?v=1745079431 300w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_croix_200x.png?v=1745079431 200w" data-sizes="auto" alt="" draggable="false" /> </div> </div><div class="page-description testim-text"> <h3 class="testim-name font-body" style="margin-bottom:5px;">Colliers Croix</h3> </div></div> </a> <style> #block-template--16160794706069__34c9ef01-fd24-466c-8660-6804f8e6d4fa-167607262814b473e3-0 .testim-name {color: #111111; font-size: 16px;} @media all and (max-width: 539px) {#block-template--16160794706069__34c9ef01-fd24-466c-8660-6804f8e6d4fa-167607262814b473e3-0 .testim-name {font-size: 16px;}} #block-template--16160794706069__34c9ef01-fd24-466c-8660-6804f8e6d4fa-167607262814b473e3-0 a {text-decoration:none;} #block-template--16160794706069__34c9ef01-fd24-466c-8660-6804f8e6d4fa-167607262814b473e3-0 .testim-image {max-width: 110px;} </style> </div><div class="slider__item slider__link product-carousel-list product-carousel-3" id="block-template--16160794706069__34c9ef01-fd24-466c-8660-6804f8e6d4fa-167607262814b473e3-2" ><a href="/collections/pendentif-croix" class="icon-block text-image-content text-dk-center text-mb-center" rel="" data-video-url=""> <div class="testim-block"><div class="text-image-picture testim-image"> <div class="placeholder" style="padding-top: calc(1/1.0 * 100%);"> <img class="placed lazyload full-width" src="//www.bijoux-chretiens.fr/cdn/shop/files/pendentif_croix_1x.png?v=1745079466" data-aspectratio="1.0" data-srcset="//www.bijoux-chretiens.fr/cdn/shop/files/pendentif_croix_5000x.png?v=1745079466 5000w, //www.bijoux-chretiens.fr/cdn/shop/files/pendentif_croix_4500x.png?v=1745079466 4500w, //www.bijoux-chretiens.fr/cdn/shop/files/pendentif_croix_4000x.png?v=1745079466 4000w, //www.bijoux-chretiens.fr/cdn/shop/files/pendentif_croix_3500x.png?v=1745079466 3500w, //www.bijoux-chretiens.fr/cdn/shop/files/pendentif_croix_3000x.png?v=1745079466 3000w, //www.bijoux-chretiens.fr/cdn/shop/files/pendentif_croix_2500x.png?v=1745079466 2500w, //www.bijoux-chretiens.fr/cdn/shop/files/pendentif_croix_2000x.png?v=1745079466 2000w, //www.bijoux-chretiens.fr/cdn/shop/files/pendentif_croix_1800x.png?v=1745079466 1800w, //www.bijoux-chretiens.fr/cdn/shop/files/pendentif_croix_1600x.png?v=1745079466 1600w, //www.bijoux-chretiens.fr/cdn/shop/files/pendentif_croix_1400x.png?v=1745079466 1400w, //www.bijoux-chretiens.fr/cdn/shop/files/pendentif_croix_1200x.png?v=1745079466 1200w, //www.bijoux-chretiens.fr/cdn/shop/files/pendentif_croix_1000x.png?v=1745079466 1000w, //www.bijoux-chretiens.fr/cdn/shop/files/pendentif_croix_800x.png?v=1745079466 800w, //www.bijoux-chretiens.fr/cdn/shop/files/pendentif_croix_600x.png?v=1745079466 600w, //www.bijoux-chretiens.fr/cdn/shop/files/pendentif_croix_400x.png?v=1745079466 400w, //www.bijoux-chretiens.fr/cdn/shop/files/pendentif_croix_300x.png?v=1745079466 300w, //www.bijoux-chretiens.fr/cdn/shop/files/pendentif_croix_200x.png?v=1745079466 200w" data-sizes="auto" alt="" draggable="false" /> </div> </div><div class="page-description testim-text"> <h3 class="testim-name font-body" style="margin-bottom:5px;">Pendentifs Croix</h3> </div></div> </a> <style> #block-template--16160794706069__34c9ef01-fd24-466c-8660-6804f8e6d4fa-167607262814b473e3-2 .testim-name {color: #111111; font-size: 16px;} @media all and (max-width: 539px) {#block-template--16160794706069__34c9ef01-fd24-466c-8660-6804f8e6d4fa-167607262814b473e3-2 .testim-name {font-size: 16px;}} #block-template--16160794706069__34c9ef01-fd24-466c-8660-6804f8e6d4fa-167607262814b473e3-2 a {text-decoration:none;} #block-template--16160794706069__34c9ef01-fd24-466c-8660-6804f8e6d4fa-167607262814b473e3-2 .testim-image {max-width: 110px;} </style> </div><div class="slider__item slider__link product-carousel-list product-carousel-3" id="block-template--16160794706069__34c9ef01-fd24-466c-8660-6804f8e6d4fa-167607262814b473e3-1" ><a href="/collections/boucles-oreilles-croix" class="icon-block text-image-content text-dk-center text-mb-center" rel="" data-video-url=""> <div class="testim-block"><div class="text-image-picture testim-image"> <div class="placeholder" style="padding-top: calc(1/1.0 * 100%);"> <img class="placed lazyload full-width" src="//www.bijoux-chretiens.fr/cdn/shop/files/boucle_d_oreille_croix_1x.png?v=1745079485" data-aspectratio="1.0" data-srcset="//www.bijoux-chretiens.fr/cdn/shop/files/boucle_d_oreille_croix_5000x.png?v=1745079485 5000w, //www.bijoux-chretiens.fr/cdn/shop/files/boucle_d_oreille_croix_4500x.png?v=1745079485 4500w, //www.bijoux-chretiens.fr/cdn/shop/files/boucle_d_oreille_croix_4000x.png?v=1745079485 4000w, //www.bijoux-chretiens.fr/cdn/shop/files/boucle_d_oreille_croix_3500x.png?v=1745079485 3500w, //www.bijoux-chretiens.fr/cdn/shop/files/boucle_d_oreille_croix_3000x.png?v=1745079485 3000w, //www.bijoux-chretiens.fr/cdn/shop/files/boucle_d_oreille_croix_2500x.png?v=1745079485 2500w, //www.bijoux-chretiens.fr/cdn/shop/files/boucle_d_oreille_croix_2000x.png?v=1745079485 2000w, //www.bijoux-chretiens.fr/cdn/shop/files/boucle_d_oreille_croix_1800x.png?v=1745079485 1800w, //www.bijoux-chretiens.fr/cdn/shop/files/boucle_d_oreille_croix_1600x.png?v=1745079485 1600w, //www.bijoux-chretiens.fr/cdn/shop/files/boucle_d_oreille_croix_1400x.png?v=1745079485 1400w, //www.bijoux-chretiens.fr/cdn/shop/files/boucle_d_oreille_croix_1200x.png?v=1745079485 1200w, //www.bijoux-chretiens.fr/cdn/shop/files/boucle_d_oreille_croix_1000x.png?v=1745079485 1000w, //www.bijoux-chretiens.fr/cdn/shop/files/boucle_d_oreille_croix_800x.png?v=1745079485 800w, //www.bijoux-chretiens.fr/cdn/shop/files/boucle_d_oreille_croix_600x.png?v=1745079485 600w, //www.bijoux-chretiens.fr/cdn/shop/files/boucle_d_oreille_croix_400x.png?v=1745079485 400w, //www.bijoux-chretiens.fr/cdn/shop/files/boucle_d_oreille_croix_300x.png?v=1745079485 300w, //www.bijoux-chretiens.fr/cdn/shop/files/boucle_d_oreille_croix_200x.png?v=1745079485 200w" data-sizes="auto" alt="" draggable="false" /> </div> </div><div class="page-description testim-text"> <h3 class="testim-name font-body" style="margin-bottom:5px;">Boucles d'Oreilles Croix</h3> </div></div> </a> <style> #block-template--16160794706069__34c9ef01-fd24-466c-8660-6804f8e6d4fa-167607262814b473e3-1 .testim-name {color: #111111; font-size: 16px;} @media all and (max-width: 539px) {#block-template--16160794706069__34c9ef01-fd24-466c-8660-6804f8e6d4fa-167607262814b473e3-1 .testim-name {font-size: 16px;}} #block-template--16160794706069__34c9ef01-fd24-466c-8660-6804f8e6d4fa-167607262814b473e3-1 a {text-decoration:none;} #block-template--16160794706069__34c9ef01-fd24-466c-8660-6804f8e6d4fa-167607262814b473e3-1 .testim-image {max-width: 110px;} </style> </div></div> </div> </div></div> <style> #shopify-section-template--24836073161037__34c9ef01-fd24-466c-8660-6804f8e6d4fa {background-color: #ffffff;padding-top: 80px;padding-bottom: 60px;} #shopify-section-template--24836073161037__34c9ef01-fd24-466c-8660-6804f8e6d4fa .index-title-block .index-title {color: #111111;font-size: 28px;margin-bottom: 20px;} @media all and (max-width: 539px) {#shopify-section-template--24836073161037__34c9ef01-fd24-466c-8660-6804f8e6d4fa .index-title-block .index-title {font-size: 28px;}} #shopify-section-template--24836073161037__34c9ef01-fd24-466c-8660-6804f8e6d4fa .index-icons-subtitle p, #shopify-section-template--24836073161037__34c9ef01-fd24-466c-8660-6804f8e6d4fa .index-icons-subtitle li {color: #515151;} #shopify-section-template--24836073161037__34c9ef01-fd24-466c-8660-6804f8e6d4fa .index-icons-subtitle {margin-bottom: 30px;}</style></div><div id="shopify-section-template--24836073161037__section_two_columns_gw9nww" class="shopify-section index-section-nomargin"><div class="container text-dk-center text-mb-center"></div> <div class="container flex before-text" style="align-items:center"> <div class="index-block column-left flex index-image-left"> <div class="page-description"><div class="text-image-content index-content text-dk-left text-mb-left" id="block-text_XkGw99" ><h2 class="index-subtitle">Le Bracelet Croix</h2><p class="index-title">Élégance & Foi au Poignet</p><p>Porter un bracelet croix, c’est plus qu’un geste esthétique. C’est affirmer discrètement ce en quoi l’on croit. Visitez dès maintenant notre collection et commencez à porter votre foi avec élégance et style !</p><p>Nos bracelets chrétiens sont disponibles dans une variété de styles, de designs, de tailles et de couleurs.</p> </div> <style> #block-text_XkGw99 {margin-top: 0px;background-color: ;} #block-text_XkGw99.index-content p, #block-text_XkGw99.index-content li {color: #515151;} #block-text_XkGw99.index-content .index-title {color: #111111;font-size: 28px;margin-bottom: 20px;} @media all and (max-width: 539px) {#block-text_XkGw99.index-content .index-title {font-size: 28px;}} #block-text_XkGw99.index-content .index-subtitle {color: #111111;} </style><div class="text-image-content index-content text-dk-left text-mb-left" id="block-bullet_bEGRfX" ><div class="bullet-li"><div class="flex"><svg class="bullet-svg" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12" /></svg><span class="bullet-span">Fabriqués en argent sterling ou en acier inoxydable</span></div></div><div class="bullet-li"><div class="flex"><svg class="bullet-svg" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12" /></svg><span class="bullet-span">Une collection sélectionnée avec soin pour homme et femme</span></div></div><div class="bullet-li"><div class="flex"><svg class="bullet-svg" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12" /></svg><span class="bullet-span">Idée cadeau parfaite pour un chrétien</span></div></div></div> <style> #block-bullet_bEGRfX {margin-top: 20px;background-color: ;} #block-bullet_bEGRfX .bullet-svg {width:15px;height:15px;color: #111111;} #block-bullet_bEGRfX .bullet-svg-fill {fill: #111111;} #block-bullet_bEGRfX .bullet-li .bullet-span {width:calc(100% - (15px + 10px));color: #515151;} </style><div class="text-image-content index-content text-dk-left text-mb-center" id="block-button_kDxkcA" ><a href="/collections/bracelet-croix" class="index-button" rel="">Voir la collection</a></div> <style> #block-button_kDxkcA {margin-top: 30px;background-color: ;} #block-button_kDxkcA .index-button {background-color: #b2905f;border: 1px solid #b2905f;color: #ffffff;} #block-button_kDxkcA .index-button:hover {background-color: #f8f6f1;border: 1px solid #b2905f;color: #b2905f;} </style></div> </div> <div class="index-block column-right flex text-image-text"> <div class="page-description"><div class="" id="block-image_7nGGYC" > <div class="flex"><div class="elem-image-1 placeholder text-image-picture"> <img class="placed lazyload full-width" src="//www.bijoux-chretiens.fr/cdn/shop/files/ChatGPT_Image_19_avr._2025_19_26_04_1x.png?v=1745083588" data-aspectratio="1.0" data-srcset=" //www.bijoux-chretiens.fr/cdn/shop/files/ChatGPT_Image_19_avr._2025_19_26_04_5000x.png?v=1745083588 5000w, //www.bijoux-chretiens.fr/cdn/shop/files/ChatGPT_Image_19_avr._2025_19_26_04_4500x.png?v=1745083588 4500w, //www.bijoux-chretiens.fr/cdn/shop/files/ChatGPT_Image_19_avr._2025_19_26_04_4000x.png?v=1745083588 4000w, //www.bijoux-chretiens.fr/cdn/shop/files/ChatGPT_Image_19_avr._2025_19_26_04_3500x.png?v=1745083588 3500w, //www.bijoux-chretiens.fr/cdn/shop/files/ChatGPT_Image_19_avr._2025_19_26_04_3000x.png?v=1745083588 3000w, //www.bijoux-chretiens.fr/cdn/shop/files/ChatGPT_Image_19_avr._2025_19_26_04_2500x.png?v=1745083588 2500w, //www.bijoux-chretiens.fr/cdn/shop/files/ChatGPT_Image_19_avr._2025_19_26_04_2000x.png?v=1745083588 2000w, //www.bijoux-chretiens.fr/cdn/shop/files/ChatGPT_Image_19_avr._2025_19_26_04_1800x.png?v=1745083588 1800w, //www.bijoux-chretiens.fr/cdn/shop/files/ChatGPT_Image_19_avr._2025_19_26_04_1600x.png?v=1745083588 1600w, //www.bijoux-chretiens.fr/cdn/shop/files/ChatGPT_Image_19_avr._2025_19_26_04_1400x.png?v=1745083588 1400w, //www.bijoux-chretiens.fr/cdn/shop/files/ChatGPT_Image_19_avr._2025_19_26_04_1200x.png?v=1745083588 1200w, //www.bijoux-chretiens.fr/cdn/shop/files/ChatGPT_Image_19_avr._2025_19_26_04_1000x.png?v=1745083588 1000w, //www.bijoux-chretiens.fr/cdn/shop/files/ChatGPT_Image_19_avr._2025_19_26_04_800x.png?v=1745083588 800w, //www.bijoux-chretiens.fr/cdn/shop/files/ChatGPT_Image_19_avr._2025_19_26_04_600x.png?v=1745083588 600w, //www.bijoux-chretiens.fr/cdn/shop/files/ChatGPT_Image_19_avr._2025_19_26_04_500x.png?v=1745083588 500w, //www.bijoux-chretiens.fr/cdn/shop/files/ChatGPT_Image_19_avr._2025_19_26_04_400x.png?v=1745083588 400w, //www.bijoux-chretiens.fr/cdn/shop/files/ChatGPT_Image_19_avr._2025_19_26_04_300x.png?v=1745083588 300w, //www.bijoux-chretiens.fr/cdn/shop/files/ChatGPT_Image_19_avr._2025_19_26_04_200x.png?v=1745083588 200w" data-sizes="auto" alt="" draggable="false" /> </div></div> </div> <style> #block-image_7nGGYC {margin-top: 20px;background-color: ;}#block-image_7nGGYC .elem-image-1 { padding-top: calc(1/1.0 * 100%); }@media all and (max-width: 799px) {#block-image_7nGGYC .elem-image-1 { padding-top: calc(1/1.0 * 100%); }} </style></div> </div> </div> <style> #shopify-section-template--24836073161037__section_two_columns_gw9nww {background-color: rgba(0,0,0,0);padding-top: 0px;padding-bottom: 0px;} #shopify-section-template--24836073161037__section_two_columns_gw9nww .index-title-block .index-title {color: #111111;font-size: 28px;} @media all and (max-width: 539px) {#shopify-section-template--24836073161037__section_two_columns_gw9nww .index-title-block .index-title {font-size: 28px;}} #shopify-section-template--24836073161037__section_two_columns_gw9nww .index-title-block {margin-bottom: 20px;} #shopify-section-template--24836073161037__section_two_columns_gw9nww .index-testimonials-subheading {margin-bottom: 30px;} #shopify-section-template--24836073161037__section_two_columns_gw9nww .index-content.index-testimonials-subheading p, #shopify-section-template--24836073161037__section_two_columns_gw9nww .index-content.index-testimonials-subheading li {color: #515151;} #shopify-section-template--24836073161037__section_two_columns_gw9nww .column-left {width:calc(50% - (0px / 2));display:block;} #shopify-section-template--24836073161037__section_two_columns_gw9nww .column-right {width:calc((100% - 50%) - (0px / 2));display:block;} #shopify-section-template--24836073161037__section_two_columns_gw9nww .index-block:first-of-type {margin-right:0px} @media all and (max-width: 799px) {#shopify-section-template--24836073161037__section_two_columns_gw9nww .column-left, #shopify-section-template--24836073161037__section_two_columns_gw9nww .column-right {width:100%;} #shopify-section-template--24836073161037__section_two_columns_gw9nww .index-block:first-of-type {margin-right:0} #shopify-section-template--24836073161037__section_two_columns_gw9nww .before-text .index-image-left, #shopify-section-template--24836073161037__section_two_columns_gw9nww .before-text .index-image-right {margin-bottom: 20px} #shopify-section-template--24836073161037__section_two_columns_gw9nww .after-text .index-image-left, #shopify-section-template--24836073161037__section_two_columns_gw9nww .after-text .index-image-right {margin-top: 20px} } </style></div><div id="shopify-section-template--24836073161037__section_icons_JgVmdM" class="shopify-section index-section-nomargin"><div class="container text-dk-center text-mb-center"><div class="index-title-block"> <h2 class="index-title">Pourquoi porter une Croix Religieuse ?</h2> </div></div> <div class="container"><div class="index-title-margin"> <div class="flex"><div class="index-gallery-2"><div class="icon-block text-image-content text-dk-center text-mb-center" id="block-icon_CxaxQT" data-video-url=""> <div class="testim-block"><div class="text-image-picture testim-image"> <div class="placeholder" style="padding-top: calc(1/1.0 * 100%);"> <img class="placed lazyload full-width" src="//www.bijoux-chretiens.fr/cdn/shop/files/exprimer_sa_foi_1x.png?v=1747163008" data-aspectratio="1.0" data-srcset="//www.bijoux-chretiens.fr/cdn/shop/files/exprimer_sa_foi_2000x.png?v=1747163008 2000w, //www.bijoux-chretiens.fr/cdn/shop/files/exprimer_sa_foi_1800x.png?v=1747163008 1800w, //www.bijoux-chretiens.fr/cdn/shop/files/exprimer_sa_foi_1600x.png?v=1747163008 1600w, //www.bijoux-chretiens.fr/cdn/shop/files/exprimer_sa_foi_1400x.png?v=1747163008 1400w, //www.bijoux-chretiens.fr/cdn/shop/files/exprimer_sa_foi_1200x.png?v=1747163008 1200w, //www.bijoux-chretiens.fr/cdn/shop/files/exprimer_sa_foi_1000x.png?v=1747163008 1000w, //www.bijoux-chretiens.fr/cdn/shop/files/exprimer_sa_foi_800x.png?v=1747163008 800w, //www.bijoux-chretiens.fr/cdn/shop/files/exprimer_sa_foi_600x.png?v=1747163008 600w, //www.bijoux-chretiens.fr/cdn/shop/files/exprimer_sa_foi_400x.png?v=1747163008 400w, //www.bijoux-chretiens.fr/cdn/shop/files/exprimer_sa_foi_300x.png?v=1747163008 300w, //www.bijoux-chretiens.fr/cdn/shop/files/exprimer_sa_foi_200x.png?v=1747163008 200w" data-sizes="auto" alt="" draggable="false" /> </div></div><div class="page-description testim-text"><p class="testim-name font-title" style="margin-bottom:5px;">Exprimer sa foi, chaque jour</p><div class="index-content page-description icon-cont"><p>Porter une croix, c’est garder sa foi près du cœur, en toute simplicité.</p></div></div></div> </div> <style> #block-icon_CxaxQT { background-color: ; display:block;} #block-icon_CxaxQT .index-content p, #block-icon_CxaxQT .index-content li {color: #515151;font-size: 14px;} #block-icon_CxaxQT .testim-image {max-width: 80px;} #block-icon_CxaxQT .testim-name {color: #111111; font-size: 18px;} #block-icon_CxaxQT.text-icon-merged-left .testim-block { flex-direction: column; } #block-icon_CxaxQT.text-icon-merged-left .testim-image { max-width: inherit; display:flex; gap: 20px; margin-bottom: 20px; align-items: center; } #block-icon_CxaxQT.text-icon-merged-left .testim-text { width: 100%; } #block-icon_CxaxQT.text-icon-merged-left .testim-name { margin-bottom: 0!important;} #block-icon_CxaxQT.text-icon-merged-left .testim-image > * { flex:1; } #block-icon_CxaxQT.text-icon-merged-left .testim-image .placeholder { max-width: 80px; padding-top: 80px!important; } #block-icon_CxaxQT.text-icon-merged-left ul {padding:0;} #block-icon_CxaxQT.text-icon-merged-left li { list-style: none; display: flex; gap: 10px; } #block-icon_CxaxQT.text-icon-merged-left li::before { content: ""; display: inline-block; width: 24px; height: 24px; background-image: url("data:image/svg+xml,%3Csvg%20class%3D%22bullet-svg%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.2%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%2220%206%209%2017%204%2012%22%3E%3C/polyline%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: contain; } @media all and (max-width: 539px) { #block-icon_CxaxQT .testim-name {font-size: 16px;} #block-icon_CxaxQT .index-content p, #block-icon_CxaxQT .index-content li {font-size: 12px;} } a#block-icon_CxaxQT {text-decoration:none;} </style></div><div class="index-gallery-2"><div class="icon-block text-image-content text-dk-center text-mb-center" id="block-icon_kfkWGP" data-video-url=""> <div class="testim-block"><div class="text-image-picture testim-image"> <div class="placeholder" style="padding-top: calc(1/1.0 * 100%);"> <img class="placed lazyload full-width" src="//www.bijoux-chretiens.fr/cdn/shop/files/Style_et_spiritualite_1x.png?v=1747162968" data-aspectratio="1.0" data-srcset="//www.bijoux-chretiens.fr/cdn/shop/files/Style_et_spiritualite_2000x.png?v=1747162968 2000w, //www.bijoux-chretiens.fr/cdn/shop/files/Style_et_spiritualite_1800x.png?v=1747162968 1800w, //www.bijoux-chretiens.fr/cdn/shop/files/Style_et_spiritualite_1600x.png?v=1747162968 1600w, //www.bijoux-chretiens.fr/cdn/shop/files/Style_et_spiritualite_1400x.png?v=1747162968 1400w, //www.bijoux-chretiens.fr/cdn/shop/files/Style_et_spiritualite_1200x.png?v=1747162968 1200w, //www.bijoux-chretiens.fr/cdn/shop/files/Style_et_spiritualite_1000x.png?v=1747162968 1000w, //www.bijoux-chretiens.fr/cdn/shop/files/Style_et_spiritualite_800x.png?v=1747162968 800w, //www.bijoux-chretiens.fr/cdn/shop/files/Style_et_spiritualite_600x.png?v=1747162968 600w, //www.bijoux-chretiens.fr/cdn/shop/files/Style_et_spiritualite_400x.png?v=1747162968 400w, //www.bijoux-chretiens.fr/cdn/shop/files/Style_et_spiritualite_300x.png?v=1747162968 300w, //www.bijoux-chretiens.fr/cdn/shop/files/Style_et_spiritualite_200x.png?v=1747162968 200w" data-sizes="auto" alt="" draggable="false" /> </div></div><div class="page-description testim-text"><p class="testim-name font-title" style="margin-bottom:5px;">Allier style & spiritualité</p><div class="index-content page-description icon-cont"><p>Nos bijoux mêlent élégance intemporelle et profondeur spirituelle.</p></div></div></div> </div> <style> #block-icon_kfkWGP { background-color: ; display:block;} #block-icon_kfkWGP .index-content p, #block-icon_kfkWGP .index-content li {color: #515151;font-size: 14px;} #block-icon_kfkWGP .testim-image {max-width: 80px;} #block-icon_kfkWGP .testim-name {color: #111111; font-size: 18px;} #block-icon_kfkWGP.text-icon-merged-left .testim-block { flex-direction: column; } #block-icon_kfkWGP.text-icon-merged-left .testim-image { max-width: inherit; display:flex; gap: 20px; margin-bottom: 20px; align-items: center; } #block-icon_kfkWGP.text-icon-merged-left .testim-text { width: 100%; } #block-icon_kfkWGP.text-icon-merged-left .testim-name { margin-bottom: 0!important;} #block-icon_kfkWGP.text-icon-merged-left .testim-image > * { flex:1; } #block-icon_kfkWGP.text-icon-merged-left .testim-image .placeholder { max-width: 80px; padding-top: 80px!important; } #block-icon_kfkWGP.text-icon-merged-left ul {padding:0;} #block-icon_kfkWGP.text-icon-merged-left li { list-style: none; display: flex; gap: 10px; } #block-icon_kfkWGP.text-icon-merged-left li::before { content: ""; display: inline-block; width: 24px; height: 24px; background-image: url("data:image/svg+xml,%3Csvg%20class%3D%22bullet-svg%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.2%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%2220%206%209%2017%204%2012%22%3E%3C/polyline%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: contain; } @media all and (max-width: 539px) { #block-icon_kfkWGP .testim-name {font-size: 16px;} #block-icon_kfkWGP .index-content p, #block-icon_kfkWGP .index-content li {font-size: 12px;} } a#block-icon_kfkWGP {text-decoration:none;} </style></div><div class="index-gallery-2"><div class="icon-block text-image-content text-dk-center text-mb-center" id="block-icon_qe8QBK" data-video-url=""> <div class="testim-block"><div class="text-image-picture testim-image"> <div class="placeholder" style="padding-top: calc(1/1.0 * 100%);"> <img class="placed lazyload full-width" src="//www.bijoux-chretiens.fr/cdn/shop/files/creer_du_lien_1x.png?v=1747163026" data-aspectratio="1.0" data-srcset="//www.bijoux-chretiens.fr/cdn/shop/files/creer_du_lien_2000x.png?v=1747163026 2000w, //www.bijoux-chretiens.fr/cdn/shop/files/creer_du_lien_1800x.png?v=1747163026 1800w, //www.bijoux-chretiens.fr/cdn/shop/files/creer_du_lien_1600x.png?v=1747163026 1600w, //www.bijoux-chretiens.fr/cdn/shop/files/creer_du_lien_1400x.png?v=1747163026 1400w, //www.bijoux-chretiens.fr/cdn/shop/files/creer_du_lien_1200x.png?v=1747163026 1200w, //www.bijoux-chretiens.fr/cdn/shop/files/creer_du_lien_1000x.png?v=1747163026 1000w, //www.bijoux-chretiens.fr/cdn/shop/files/creer_du_lien_800x.png?v=1747163026 800w, //www.bijoux-chretiens.fr/cdn/shop/files/creer_du_lien_600x.png?v=1747163026 600w, //www.bijoux-chretiens.fr/cdn/shop/files/creer_du_lien_400x.png?v=1747163026 400w, //www.bijoux-chretiens.fr/cdn/shop/files/creer_du_lien_300x.png?v=1747163026 300w, //www.bijoux-chretiens.fr/cdn/shop/files/creer_du_lien_200x.png?v=1747163026 200w" data-sizes="auto" alt="" draggable="false" /> </div></div><div class="page-description testim-text"><p class="testim-name font-title" style="margin-bottom:5px;">Créer du lien, témoigner en douceur</p><div class="index-content page-description icon-cont"><p>Une croix discrète qui suscite parfois la curiosité… et le partage.</p></div></div></div> </div> <style> #block-icon_qe8QBK { background-color: ; display:block;} #block-icon_qe8QBK .index-content p, #block-icon_qe8QBK .index-content li {color: #515151;font-size: 14px;} #block-icon_qe8QBK .testim-image {max-width: 80px;} #block-icon_qe8QBK .testim-name {color: #111111; font-size: 18px;} #block-icon_qe8QBK.text-icon-merged-left .testim-block { flex-direction: column; } #block-icon_qe8QBK.text-icon-merged-left .testim-image { max-width: inherit; display:flex; gap: 20px; margin-bottom: 20px; align-items: center; } #block-icon_qe8QBK.text-icon-merged-left .testim-text { width: 100%; } #block-icon_qe8QBK.text-icon-merged-left .testim-name { margin-bottom: 0!important;} #block-icon_qe8QBK.text-icon-merged-left .testim-image > * { flex:1; } #block-icon_qe8QBK.text-icon-merged-left .testim-image .placeholder { max-width: 80px; padding-top: 80px!important; } #block-icon_qe8QBK.text-icon-merged-left ul {padding:0;} #block-icon_qe8QBK.text-icon-merged-left li { list-style: none; display: flex; gap: 10px; } #block-icon_qe8QBK.text-icon-merged-left li::before { content: ""; display: inline-block; width: 24px; height: 24px; background-image: url("data:image/svg+xml,%3Csvg%20class%3D%22bullet-svg%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.2%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%2220%206%209%2017%204%2012%22%3E%3C/polyline%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: contain; } @media all and (max-width: 539px) { #block-icon_qe8QBK .testim-name {font-size: 16px;} #block-icon_qe8QBK .index-content p, #block-icon_qe8QBK .index-content li {font-size: 12px;} } a#block-icon_qe8QBK {text-decoration:none;} </style></div></div> </div></div> <style> #shopify-section-template--24836073161037__section_icons_JgVmdM {background-color: rgba(0,0,0,0);padding-top: 60px;padding-bottom: 60px;} #shopify-section-template--24836073161037__section_icons_JgVmdM .index-title-block .index-title {color: #111111;font-size: 28px;margin-bottom: 50px;} @media all and (max-width: 539px) {#shopify-section-template--24836073161037__section_icons_JgVmdM .index-title-block .index-title {font-size: 28px;}} #shopify-section-template--24836073161037__section_icons_JgVmdM .index-icons-subtitle p, #shopify-section-template--24836073161037__section_icons_JgVmdM .index-icons-subtitle li {color: #515151;} #shopify-section-template--24836073161037__section_icons_JgVmdM .index-icons-subtitle {margin-bottom: 30px;}#shopify-section-template--24836073161037__section_icons_JgVmdM .index-gallery-2 {width: calc((100% - ((3 - 1) * 20px)) / 3);margin-top:50px;margin-left:20px;} #shopify-section-template--24836073161037__section_icons_JgVmdM .index-gallery-2:nth-child(-n +3) {margin-top:0;} #shopify-section-template--24836073161037__section_icons_JgVmdM .index-gallery-2:nth-child(3n + 1) {margin-left:0;} @media all and (max-width: 799px) { #shopify-section-template--24836073161037__section_icons_JgVmdM .index-gallery-2:nth-child(-n +3) {margin-top:50px;} #shopify-section-template--24836073161037__section_icons_JgVmdM .index-gallery-2:nth-child(3n + 1) {margin-left:20px;} #shopify-section-template--24836073161037__section_icons_JgVmdM .index-gallery-2 {width: calc((100% - ((1 - 1) * 20px)) / 1);margin-top: 50px;margin-left: 20px;} #shopify-section-template--24836073161037__section_icons_JgVmdM .index-gallery-2:nth-child(-n +1) {margin-top:0;} #shopify-section-template--24836073161037__section_icons_JgVmdM .index-gallery-2:nth-child(1n + 1) {margin-left:0;} }</style></div><div id="shopify-section-template--24836073161037__section_two_columns_A7YpjT" class="shopify-section index-section-nomargin"><div class="container text-dk-center text-mb-center"></div> <div class="container flex after-text" style="align-items:center"> <div class="index-block column-left flex index-image-left"> <div class="page-description"><div class="" id="block-image_KBdf6E" > <div class="flex"><div class="elem-image-1 placeholder text-image-picture"> <img class="placed lazyload full-width" src="//www.bijoux-chretiens.fr/cdn/shop/files/ChatGPT_Image_19_avr._2025_19_42_09_1x.png?v=1745084560" data-aspectratio="1.0" data-srcset=" //www.bijoux-chretiens.fr/cdn/shop/files/ChatGPT_Image_19_avr._2025_19_42_09_5000x.png?v=1745084560 5000w, //www.bijoux-chretiens.fr/cdn/shop/files/ChatGPT_Image_19_avr._2025_19_42_09_4500x.png?v=1745084560 4500w, //www.bijoux-chretiens.fr/cdn/shop/files/ChatGPT_Image_19_avr._2025_19_42_09_4000x.png?v=1745084560 4000w, //www.bijoux-chretiens.fr/cdn/shop/files/ChatGPT_Image_19_avr._2025_19_42_09_3500x.png?v=1745084560 3500w, //www.bijoux-chretiens.fr/cdn/shop/files/ChatGPT_Image_19_avr._2025_19_42_09_3000x.png?v=1745084560 3000w, //www.bijoux-chretiens.fr/cdn/shop/files/ChatGPT_Image_19_avr._2025_19_42_09_2500x.png?v=1745084560 2500w, //www.bijoux-chretiens.fr/cdn/shop/files/ChatGPT_Image_19_avr._2025_19_42_09_2000x.png?v=1745084560 2000w, //www.bijoux-chretiens.fr/cdn/shop/files/ChatGPT_Image_19_avr._2025_19_42_09_1800x.png?v=1745084560 1800w, //www.bijoux-chretiens.fr/cdn/shop/files/ChatGPT_Image_19_avr._2025_19_42_09_1600x.png?v=1745084560 1600w, //www.bijoux-chretiens.fr/cdn/shop/files/ChatGPT_Image_19_avr._2025_19_42_09_1400x.png?v=1745084560 1400w, //www.bijoux-chretiens.fr/cdn/shop/files/ChatGPT_Image_19_avr._2025_19_42_09_1200x.png?v=1745084560 1200w, //www.bijoux-chretiens.fr/cdn/shop/files/ChatGPT_Image_19_avr._2025_19_42_09_1000x.png?v=1745084560 1000w, //www.bijoux-chretiens.fr/cdn/shop/files/ChatGPT_Image_19_avr._2025_19_42_09_800x.png?v=1745084560 800w, //www.bijoux-chretiens.fr/cdn/shop/files/ChatGPT_Image_19_avr._2025_19_42_09_600x.png?v=1745084560 600w, //www.bijoux-chretiens.fr/cdn/shop/files/ChatGPT_Image_19_avr._2025_19_42_09_500x.png?v=1745084560 500w, //www.bijoux-chretiens.fr/cdn/shop/files/ChatGPT_Image_19_avr._2025_19_42_09_400x.png?v=1745084560 400w, //www.bijoux-chretiens.fr/cdn/shop/files/ChatGPT_Image_19_avr._2025_19_42_09_300x.png?v=1745084560 300w, //www.bijoux-chretiens.fr/cdn/shop/files/ChatGPT_Image_19_avr._2025_19_42_09_200x.png?v=1745084560 200w" data-sizes="auto" alt="" draggable="false" /> </div></div> </div> <style> #block-image_KBdf6E {margin-top: 20px;background-color: ;}#block-image_KBdf6E .elem-image-1 { padding-top: calc(1/1.0 * 100%); }@media all and (max-width: 799px) {#block-image_KBdf6E .elem-image-1 { padding-top: calc(1/1.0 * 100%); }} </style></div> </div> <div class="index-block column-right flex text-image-text"> <div class="page-description"><div class="text-image-content index-content text-dk-left text-mb-left" id="block-text_nfYWqb" ><h2 class="index-subtitle">La Bague Croix</h2><p class="index-title">Style & Spiritualité Intemporelle</p><p>Découvrez notre collection de Bague Croix pour porter haut vos valeurs chrétiennes.</p><p>En visitant notre collection de bagues, vous verrez un très large choix de designs allant du plus minimaliste au plus orné. Nos bagues et nos anneaux sont disponibles dans une variété de styles pour plaire à tous les goûts !</p> </div> <style> #block-text_nfYWqb {margin-top: 20px;background-color: ;} #block-text_nfYWqb.index-content p, #block-text_nfYWqb.index-content li {color: #515151;} #block-text_nfYWqb.index-content .index-title {color: #111111;font-size: 28px;margin-bottom: 20px;} @media all and (max-width: 539px) {#block-text_nfYWqb.index-content .index-title {font-size: 28px;}} #block-text_nfYWqb.index-content .index-subtitle {color: #111111;} </style><div class="text-image-content index-content text-dk-left text-mb-left" id="block-bullet_PAVzjq" ><div class="bullet-li"><div class="flex"><svg class="bullet-svg" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12" /></svg><span class="bullet-span">Conçues en argent S925 ou en acier 316L</span></div></div><div class="bullet-li"><div class="flex"><svg class="bullet-svg" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12" /></svg><span class="bullet-span">Différents styles pour homme et femme</span></div></div><div class="bullet-li"><div class="flex"><svg class="bullet-svg" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12" /></svg><span class="bullet-span">Pour offrir ou se faire plaisir</span></div></div></div> <style> #block-bullet_PAVzjq {margin-top: 20px;background-color: ;} #block-bullet_PAVzjq .bullet-svg {width:15px;height:15px;color: #111111;} #block-bullet_PAVzjq .bullet-svg-fill {fill: #111111;} #block-bullet_PAVzjq .bullet-li .bullet-span {width:calc(100% - (15px + 10px));color: #515151;} </style><div class="text-image-content index-content text-dk-left text-mb-center" id="block-button_eQwNgL" ><a href="/collections/bague-croix" class="index-button" rel="">Voir la collection</a></div> <style> #block-button_eQwNgL {margin-top: 30px;background-color: ;} #block-button_eQwNgL .index-button {background-color: #b2905f;border: 1px solid #b2905f;color: #ffffff;} #block-button_eQwNgL .index-button:hover {background-color: #f8f6f1;border: 1px solid #b2905f;color: #b2905f;} </style></div> </div> </div> <style> #shopify-section-template--24836073161037__section_two_columns_A7YpjT {background-color: rgba(0,0,0,0);padding-top: 0px;padding-bottom: 0px;} #shopify-section-template--24836073161037__section_two_columns_A7YpjT .index-title-block .index-title {color: #111111;font-size: 28px;} @media all and (max-width: 539px) {#shopify-section-template--24836073161037__section_two_columns_A7YpjT .index-title-block .index-title {font-size: 28px;}} #shopify-section-template--24836073161037__section_two_columns_A7YpjT .index-title-block {margin-bottom: 20px;} #shopify-section-template--24836073161037__section_two_columns_A7YpjT .index-testimonials-subheading {margin-bottom: 30px;} #shopify-section-template--24836073161037__section_two_columns_A7YpjT .index-content.index-testimonials-subheading p, #shopify-section-template--24836073161037__section_two_columns_A7YpjT .index-content.index-testimonials-subheading li {color: #515151;} #shopify-section-template--24836073161037__section_two_columns_A7YpjT .column-left {width:calc(50% - (0px / 2));display:block;} #shopify-section-template--24836073161037__section_two_columns_A7YpjT .column-right {width:calc((100% - 50%) - (0px / 2));display:block;} #shopify-section-template--24836073161037__section_two_columns_A7YpjT .index-block:first-of-type {margin-right:0px} @media all and (max-width: 799px) {#shopify-section-template--24836073161037__section_two_columns_A7YpjT .column-left, #shopify-section-template--24836073161037__section_two_columns_A7YpjT .column-right {width:100%;} #shopify-section-template--24836073161037__section_two_columns_A7YpjT .index-block:first-of-type {margin-right:0} #shopify-section-template--24836073161037__section_two_columns_A7YpjT .before-text .index-image-left, #shopify-section-template--24836073161037__section_two_columns_A7YpjT .before-text .index-image-right {margin-bottom: 20px} #shopify-section-template--24836073161037__section_two_columns_A7YpjT .after-text .index-image-left, #shopify-section-template--24836073161037__section_two_columns_A7YpjT .after-text .index-image-right {margin-top: 20px} } </style></div><div id="shopify-section-template--24836073161037__section_two_columns_Rnft8m" class="shopify-section index-section-nomargin"><div class="container text-dk-center text-mb-center"><div class="index-title-block"> <p class="index-title">Nos bijoux qui élèvent l'âme</p> </div><div class="index-content index-testimonials-subheading"><p>Découvrez nos bijoux dédiés à la prière.</p></div></div> <div class="container flex before-text" style="align-items:center"> <div class="index-block column-left flex index-image-left"> <div class="page-description"><div class="" id="block-image_hVGxUV" > <div class="flex"><div class="elem-image-1 placeholder text-image-picture"> <img class="placed lazyload full-width" src="//www.bijoux-chretiens.fr/cdn/shop/files/Chapelet_Blanc_1x.png?v=1746361821" data-aspectratio="0.9969879518072289" data-srcset=" //www.bijoux-chretiens.fr/cdn/shop/files/Chapelet_Blanc_5000x.png?v=1746361821 5000w, //www.bijoux-chretiens.fr/cdn/shop/files/Chapelet_Blanc_4500x.png?v=1746361821 4500w, //www.bijoux-chretiens.fr/cdn/shop/files/Chapelet_Blanc_4000x.png?v=1746361821 4000w, //www.bijoux-chretiens.fr/cdn/shop/files/Chapelet_Blanc_3500x.png?v=1746361821 3500w, //www.bijoux-chretiens.fr/cdn/shop/files/Chapelet_Blanc_3000x.png?v=1746361821 3000w, //www.bijoux-chretiens.fr/cdn/shop/files/Chapelet_Blanc_2500x.png?v=1746361821 2500w, //www.bijoux-chretiens.fr/cdn/shop/files/Chapelet_Blanc_2000x.png?v=1746361821 2000w, //www.bijoux-chretiens.fr/cdn/shop/files/Chapelet_Blanc_1800x.png?v=1746361821 1800w, //www.bijoux-chretiens.fr/cdn/shop/files/Chapelet_Blanc_1600x.png?v=1746361821 1600w, //www.bijoux-chretiens.fr/cdn/shop/files/Chapelet_Blanc_1400x.png?v=1746361821 1400w, //www.bijoux-chretiens.fr/cdn/shop/files/Chapelet_Blanc_1200x.png?v=1746361821 1200w, //www.bijoux-chretiens.fr/cdn/shop/files/Chapelet_Blanc_1000x.png?v=1746361821 1000w, //www.bijoux-chretiens.fr/cdn/shop/files/Chapelet_Blanc_800x.png?v=1746361821 800w, //www.bijoux-chretiens.fr/cdn/shop/files/Chapelet_Blanc_600x.png?v=1746361821 600w, //www.bijoux-chretiens.fr/cdn/shop/files/Chapelet_Blanc_500x.png?v=1746361821 500w, //www.bijoux-chretiens.fr/cdn/shop/files/Chapelet_Blanc_400x.png?v=1746361821 400w, //www.bijoux-chretiens.fr/cdn/shop/files/Chapelet_Blanc_300x.png?v=1746361821 300w, //www.bijoux-chretiens.fr/cdn/shop/files/Chapelet_Blanc_200x.png?v=1746361821 200w" data-sizes="auto" alt="Chapelet Blanc" draggable="false" /> </div></div> </div> <style> #block-image_hVGxUV {margin-top: 20px;background-color: ;}#block-image_hVGxUV .elem-image-1 { padding-top: calc(1/0.9969879518072289 * 100%); }@media all and (max-width: 799px) {#block-image_hVGxUV .elem-image-1 { padding-top: calc(1/0.9969879518072289 * 100%); }} </style><div class="text-image-content index-content text-dk-left text-mb-left" id="block-text_49zLQP" ><h2 class="index-subtitle">Le Chapelet Catholique</h2><p class="index-title">Un compagnon de prière au quotidien</p><p>Conçu pour accompagner votre cœur dans la prière, ce chapelet allie élégance et tradition. Un bijou spirituel à offrir ou à porter pour garder le Christ proche de soi, chaque jour.</p> </div> <style> #block-text_49zLQP {margin-top: 20px;background-color: ;} #block-text_49zLQP.index-content p, #block-text_49zLQP.index-content li {color: #515151;} #block-text_49zLQP.index-content .index-title {color: #111111;font-size: 28px;margin-bottom: 20px;} @media all and (max-width: 539px) {#block-text_49zLQP.index-content .index-title {font-size: 28px;}} #block-text_49zLQP.index-content .index-subtitle {color: #111111;} </style><div class="text-image-content index-content text-dk-center text-mb-center" id="block-button_hxi3BV" ><a href="/products/chapelet-catholique" class="index-button" rel="">Voir le chapelet</a></div> <style> #block-button_hxi3BV {margin-top: 30px;background-color: ;} #block-button_hxi3BV .index-button {background-color: #b2905f;border: 1px solid #b2905f;color: #ffffff;} #block-button_hxi3BV .index-button:hover {background-color: #ffffff;border: 1px solid #b2905f;color: #b2905f;} </style></div> </div> <div class="index-block column-right flex text-image-text"> <div class="page-description"><div class="" id="block-image_9PTEhH" > <div class="flex"><div class="elem-image-1 placeholder text-image-picture"> <img class="placed lazyload full-width" src="//www.bijoux-chretiens.fr/cdn/shop/files/Dizainier_Blanc_1x.png?v=1746607900" data-aspectratio="1.0040241448692153" data-srcset=" //www.bijoux-chretiens.fr/cdn/shop/files/Dizainier_Blanc_5000x.png?v=1746607900 5000w, //www.bijoux-chretiens.fr/cdn/shop/files/Dizainier_Blanc_4500x.png?v=1746607900 4500w, //www.bijoux-chretiens.fr/cdn/shop/files/Dizainier_Blanc_4000x.png?v=1746607900 4000w, //www.bijoux-chretiens.fr/cdn/shop/files/Dizainier_Blanc_3500x.png?v=1746607900 3500w, //www.bijoux-chretiens.fr/cdn/shop/files/Dizainier_Blanc_3000x.png?v=1746607900 3000w, //www.bijoux-chretiens.fr/cdn/shop/files/Dizainier_Blanc_2500x.png?v=1746607900 2500w, //www.bijoux-chretiens.fr/cdn/shop/files/Dizainier_Blanc_2000x.png?v=1746607900 2000w, //www.bijoux-chretiens.fr/cdn/shop/files/Dizainier_Blanc_1800x.png?v=1746607900 1800w, //www.bijoux-chretiens.fr/cdn/shop/files/Dizainier_Blanc_1600x.png?v=1746607900 1600w, //www.bijoux-chretiens.fr/cdn/shop/files/Dizainier_Blanc_1400x.png?v=1746607900 1400w, //www.bijoux-chretiens.fr/cdn/shop/files/Dizainier_Blanc_1200x.png?v=1746607900 1200w, //www.bijoux-chretiens.fr/cdn/shop/files/Dizainier_Blanc_1000x.png?v=1746607900 1000w, //www.bijoux-chretiens.fr/cdn/shop/files/Dizainier_Blanc_800x.png?v=1746607900 800w, //www.bijoux-chretiens.fr/cdn/shop/files/Dizainier_Blanc_600x.png?v=1746607900 600w, //www.bijoux-chretiens.fr/cdn/shop/files/Dizainier_Blanc_500x.png?v=1746607900 500w, //www.bijoux-chretiens.fr/cdn/shop/files/Dizainier_Blanc_400x.png?v=1746607900 400w, //www.bijoux-chretiens.fr/cdn/shop/files/Dizainier_Blanc_300x.png?v=1746607900 300w, //www.bijoux-chretiens.fr/cdn/shop/files/Dizainier_Blanc_200x.png?v=1746607900 200w" data-sizes="auto" alt="Dizainier Blanc" draggable="false" /> </div></div> </div> <style> #block-image_9PTEhH {margin-top: 20px;background-color: ;}#block-image_9PTEhH .elem-image-1 { padding-top: calc(1/1.0040241448692153 * 100%); }@media all and (max-width: 799px) {#block-image_9PTEhH .elem-image-1 { padding-top: calc(1/1.0040241448692153 * 100%); }} </style><div class="text-image-content index-content text-dk-left text-mb-left" id="block-text_tnpGtK" ><h2 class="index-subtitle">Le Dizainier</h2><p class="index-title">La prière, à portée de main</p><p>Compact et discret, le dizainier vous accompagne partout. Il permet de prier facilement, en silence et dans le secret, tout au long de la journée. Un bijou simple, porteur de foi.</p> </div> <style> #block-text_tnpGtK {margin-top: 20px;background-color: ;} #block-text_tnpGtK.index-content p, #block-text_tnpGtK.index-content li {color: #515151;} #block-text_tnpGtK.index-content .index-title {color: #111111;font-size: 28px;margin-bottom: 20px;} @media all and (max-width: 539px) {#block-text_tnpGtK.index-content .index-title {font-size: 28px;}} #block-text_tnpGtK.index-content .index-subtitle {color: #111111;} </style><div class="text-image-content index-content text-dk-center text-mb-center" id="block-button_U3e8QD" ><a href="/products/dizainier" class="index-button" rel="">Voir le Dizainier</a></div> <style> #block-button_U3e8QD {margin-top: 30px;background-color: ;} #block-button_U3e8QD .index-button {background-color: #b2905f;border: 1px solid #b2905f;color: #ffffff;} #block-button_U3e8QD .index-button:hover {background-color: #ffffff;border: 1px solid #b2905f;color: #b2905f;} </style></div> </div> </div> <style> #shopify-section-template--24836073161037__section_two_columns_Rnft8m {background-color: rgba(0,0,0,0);padding-top: 40px;padding-bottom: 40px;} #shopify-section-template--24836073161037__section_two_columns_Rnft8m .index-title-block .index-title {color: #111111;font-size: 28px;} @media all and (max-width: 539px) {#shopify-section-template--24836073161037__section_two_columns_Rnft8m .index-title-block .index-title {font-size: 28px;}} #shopify-section-template--24836073161037__section_two_columns_Rnft8m .index-title-block {margin-bottom: 20px;} #shopify-section-template--24836073161037__section_two_columns_Rnft8m .index-testimonials-subheading {margin-bottom: 30px;} #shopify-section-template--24836073161037__section_two_columns_Rnft8m .index-content.index-testimonials-subheading p, #shopify-section-template--24836073161037__section_two_columns_Rnft8m .index-content.index-testimonials-subheading li {color: #515151;} #shopify-section-template--24836073161037__section_two_columns_Rnft8m .column-left {width:calc(50% - (80px / 2));display:block;} #shopify-section-template--24836073161037__section_two_columns_Rnft8m .column-right {width:calc((100% - 50%) - (80px / 2));display:block;} #shopify-section-template--24836073161037__section_two_columns_Rnft8m .index-block:first-of-type {margin-right:80px} @media all and (max-width: 799px) {#shopify-section-template--24836073161037__section_two_columns_Rnft8m .column-left, #shopify-section-template--24836073161037__section_two_columns_Rnft8m .column-right {width:100%;} #shopify-section-template--24836073161037__section_two_columns_Rnft8m .index-block:first-of-type {margin-right:0} #shopify-section-template--24836073161037__section_two_columns_Rnft8m .before-text .index-image-left, #shopify-section-template--24836073161037__section_two_columns_Rnft8m .before-text .index-image-right {margin-bottom: 20px} #shopify-section-template--24836073161037__section_two_columns_Rnft8m .after-text .index-image-left, #shopify-section-template--24836073161037__section_two_columns_Rnft8m .after-text .index-image-right {margin-top: 20px} } </style></div><div id="shopify-section-template--24836073161037__8f32509e-51a1-4883-8b57-58721d6f42a5" class="shopify-section index-section-nomargin"><div class="container text-dk-center text-mb-center"><div class="index-title-block"> <h2 class="index-title">Pourquoi choisir Laudaris™ ?</h2> </div></div> <div class="container"><div class="index-title-margin"> <div class="flex"><div class="index-gallery-2"><div class="icon-block text-image-content text-dk-center text-mb-center" id="block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-0" data-video-url=""> <div class="testim-block"><div class="text-image-picture testim-image"> <div class="placeholder" style="padding-top: calc(1/1.0 * 100%);"> <img class="placed lazyload full-width" src="//www.bijoux-chretiens.fr/cdn/shop/files/Livraison_gratuite_1x.png?v=1745080522" data-aspectratio="1.0" data-srcset="//www.bijoux-chretiens.fr/cdn/shop/files/Livraison_gratuite_2000x.png?v=1745080522 2000w, //www.bijoux-chretiens.fr/cdn/shop/files/Livraison_gratuite_1800x.png?v=1745080522 1800w, //www.bijoux-chretiens.fr/cdn/shop/files/Livraison_gratuite_1600x.png?v=1745080522 1600w, //www.bijoux-chretiens.fr/cdn/shop/files/Livraison_gratuite_1400x.png?v=1745080522 1400w, //www.bijoux-chretiens.fr/cdn/shop/files/Livraison_gratuite_1200x.png?v=1745080522 1200w, //www.bijoux-chretiens.fr/cdn/shop/files/Livraison_gratuite_1000x.png?v=1745080522 1000w, //www.bijoux-chretiens.fr/cdn/shop/files/Livraison_gratuite_800x.png?v=1745080522 800w, //www.bijoux-chretiens.fr/cdn/shop/files/Livraison_gratuite_600x.png?v=1745080522 600w, //www.bijoux-chretiens.fr/cdn/shop/files/Livraison_gratuite_400x.png?v=1745080522 400w, //www.bijoux-chretiens.fr/cdn/shop/files/Livraison_gratuite_300x.png?v=1745080522 300w, //www.bijoux-chretiens.fr/cdn/shop/files/Livraison_gratuite_200x.png?v=1745080522 200w" data-sizes="auto" alt="" draggable="false" /> </div></div><div class="page-description testim-text"><p class="testim-name font-title" style="margin-bottom:5px;">Livraison gratuite</p><div class="index-content page-description icon-cont"><p>Les frais de livraison sont toujours offerts sur toutes les commandes.</p></div></div></div> </div> <style> #block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-0 { background-color: ; display:block;} #block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-0 .index-content p, #block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-0 .index-content li {color: #515151;font-size: 14px;} #block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-0 .testim-image {max-width: 50px;} #block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-0 .testim-name {color: #111111; font-size: 18px;} #block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-0.text-icon-merged-left .testim-block { flex-direction: column; } #block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-0.text-icon-merged-left .testim-image { max-width: inherit; display:flex; gap: 20px; margin-bottom: 20px; align-items: center; } #block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-0.text-icon-merged-left .testim-text { width: 100%; } #block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-0.text-icon-merged-left .testim-name { margin-bottom: 0!important;} #block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-0.text-icon-merged-left .testim-image > * { flex:1; } #block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-0.text-icon-merged-left .testim-image .placeholder { max-width: 50px; padding-top: 50px!important; } #block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-0.text-icon-merged-left ul {padding:0;} #block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-0.text-icon-merged-left li { list-style: none; display: flex; gap: 10px; } #block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-0.text-icon-merged-left li::before { content: ""; display: inline-block; width: 24px; height: 24px; background-image: url("data:image/svg+xml,%3Csvg%20class%3D%22bullet-svg%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.2%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%2220%206%209%2017%204%2012%22%3E%3C/polyline%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: contain; } @media all and (max-width: 539px) { #block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-0 .testim-name {font-size: 16px;} #block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-0 .index-content p, #block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-0 .index-content li {font-size: 12px;} } a#block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-0 {text-decoration:none;} </style></div><div class="index-gallery-2"><div class="icon-block text-image-content text-dk-center text-mb-center" id="block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-1" data-video-url=""> <div class="testim-block"><div class="text-image-picture testim-image"> <div class="placeholder" style="padding-top: calc(1/1.0 * 100%);"> <img class="placed lazyload full-width" src="//www.bijoux-chretiens.fr/cdn/shop/files/Satisfait_ou_rembourse_1x.png?v=1745080538" data-aspectratio="1.0" data-srcset="//www.bijoux-chretiens.fr/cdn/shop/files/Satisfait_ou_rembourse_2000x.png?v=1745080538 2000w, //www.bijoux-chretiens.fr/cdn/shop/files/Satisfait_ou_rembourse_1800x.png?v=1745080538 1800w, //www.bijoux-chretiens.fr/cdn/shop/files/Satisfait_ou_rembourse_1600x.png?v=1745080538 1600w, //www.bijoux-chretiens.fr/cdn/shop/files/Satisfait_ou_rembourse_1400x.png?v=1745080538 1400w, //www.bijoux-chretiens.fr/cdn/shop/files/Satisfait_ou_rembourse_1200x.png?v=1745080538 1200w, //www.bijoux-chretiens.fr/cdn/shop/files/Satisfait_ou_rembourse_1000x.png?v=1745080538 1000w, //www.bijoux-chretiens.fr/cdn/shop/files/Satisfait_ou_rembourse_800x.png?v=1745080538 800w, //www.bijoux-chretiens.fr/cdn/shop/files/Satisfait_ou_rembourse_600x.png?v=1745080538 600w, //www.bijoux-chretiens.fr/cdn/shop/files/Satisfait_ou_rembourse_400x.png?v=1745080538 400w, //www.bijoux-chretiens.fr/cdn/shop/files/Satisfait_ou_rembourse_300x.png?v=1745080538 300w, //www.bijoux-chretiens.fr/cdn/shop/files/Satisfait_ou_rembourse_200x.png?v=1745080538 200w" data-sizes="auto" alt="" draggable="false" /> </div></div><div class="page-description testim-text"><p class="testim-name font-title" style="margin-bottom:5px;">Satisfait ou Remboursé</p><div class="index-content page-description icon-cont"><p>Vous avez changé d'avis ? Vous avez 30 jours à partir de la réception du bijou pour nous le renvoyer.</p></div></div></div> </div> <style> #block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-1 { background-color: ; display:block;} #block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-1 .index-content p, #block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-1 .index-content li {color: #515151;font-size: 14px;} #block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-1 .testim-image {max-width: 50px;} #block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-1 .testim-name {color: #111111; font-size: 18px;} #block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-1.text-icon-merged-left .testim-block { flex-direction: column; } #block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-1.text-icon-merged-left .testim-image { max-width: inherit; display:flex; gap: 20px; margin-bottom: 20px; align-items: center; } #block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-1.text-icon-merged-left .testim-text { width: 100%; } #block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-1.text-icon-merged-left .testim-name { margin-bottom: 0!important;} #block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-1.text-icon-merged-left .testim-image > * { flex:1; } #block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-1.text-icon-merged-left .testim-image .placeholder { max-width: 50px; padding-top: 50px!important; } #block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-1.text-icon-merged-left ul {padding:0;} #block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-1.text-icon-merged-left li { list-style: none; display: flex; gap: 10px; } #block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-1.text-icon-merged-left li::before { content: ""; display: inline-block; width: 24px; height: 24px; background-image: url("data:image/svg+xml,%3Csvg%20class%3D%22bullet-svg%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.2%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%2220%206%209%2017%204%2012%22%3E%3C/polyline%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: contain; } @media all and (max-width: 539px) { #block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-1 .testim-name {font-size: 16px;} #block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-1 .index-content p, #block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-1 .index-content li {font-size: 12px;} } a#block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-1 {text-decoration:none;} </style></div><div class="index-gallery-2"><div class="icon-block text-image-content text-dk-center text-mb-center" id="block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-2" data-video-url=""> <div class="testim-block"><div class="text-image-picture testim-image"> <div class="placeholder" style="padding-top: calc(1/1.0 * 100%);"> <img class="placed lazyload full-width" src="//www.bijoux-chretiens.fr/cdn/shop/files/support_francais_1x.png?v=1745080554" data-aspectratio="1.0" data-srcset="//www.bijoux-chretiens.fr/cdn/shop/files/support_francais_2000x.png?v=1745080554 2000w, //www.bijoux-chretiens.fr/cdn/shop/files/support_francais_1800x.png?v=1745080554 1800w, //www.bijoux-chretiens.fr/cdn/shop/files/support_francais_1600x.png?v=1745080554 1600w, //www.bijoux-chretiens.fr/cdn/shop/files/support_francais_1400x.png?v=1745080554 1400w, //www.bijoux-chretiens.fr/cdn/shop/files/support_francais_1200x.png?v=1745080554 1200w, //www.bijoux-chretiens.fr/cdn/shop/files/support_francais_1000x.png?v=1745080554 1000w, //www.bijoux-chretiens.fr/cdn/shop/files/support_francais_800x.png?v=1745080554 800w, //www.bijoux-chretiens.fr/cdn/shop/files/support_francais_600x.png?v=1745080554 600w, //www.bijoux-chretiens.fr/cdn/shop/files/support_francais_400x.png?v=1745080554 400w, //www.bijoux-chretiens.fr/cdn/shop/files/support_francais_300x.png?v=1745080554 300w, //www.bijoux-chretiens.fr/cdn/shop/files/support_francais_200x.png?v=1745080554 200w" data-sizes="auto" alt="" draggable="false" /> </div></div><div class="page-description testim-text"><p class="testim-name font-title" style="margin-bottom:5px;">Support français et réactif</p><div class="index-content page-description icon-cont"><p>Notre support client est disponible par mail 24/24h et 6/7j. N'hésitez pas à nous contacter !</p></div></div></div> </div> <style> #block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-2 { background-color: ; display:block;} #block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-2 .index-content p, #block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-2 .index-content li {color: #515151;font-size: 14px;} #block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-2 .testim-image {max-width: 50px;} #block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-2 .testim-name {color: #111111; font-size: 18px;} #block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-2.text-icon-merged-left .testim-block { flex-direction: column; } #block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-2.text-icon-merged-left .testim-image { max-width: inherit; display:flex; gap: 20px; margin-bottom: 20px; align-items: center; } #block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-2.text-icon-merged-left .testim-text { width: 100%; } #block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-2.text-icon-merged-left .testim-name { margin-bottom: 0!important;} #block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-2.text-icon-merged-left .testim-image > * { flex:1; } #block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-2.text-icon-merged-left .testim-image .placeholder { max-width: 50px; padding-top: 50px!important; } #block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-2.text-icon-merged-left ul {padding:0;} #block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-2.text-icon-merged-left li { list-style: none; display: flex; gap: 10px; } #block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-2.text-icon-merged-left li::before { content: ""; display: inline-block; width: 24px; height: 24px; background-image: url("data:image/svg+xml,%3Csvg%20class%3D%22bullet-svg%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.2%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%2220%206%209%2017%204%2012%22%3E%3C/polyline%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: contain; } @media all and (max-width: 539px) { #block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-2 .testim-name {font-size: 16px;} #block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-2 .index-content p, #block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-2 .index-content li {font-size: 12px;} } a#block-template--16160794706069__8f32509e-51a1-4883-8b57-58721d6f42a5-1676074264c92f9931-2 {text-decoration:none;} </style></div></div> </div></div> <style> #shopify-section-template--24836073161037__8f32509e-51a1-4883-8b57-58721d6f42a5 {background-color: #f8f6f1;padding-top: 40px;padding-bottom: 40px;} #shopify-section-template--24836073161037__8f32509e-51a1-4883-8b57-58721d6f42a5 .index-title-block .index-title {color: #111111;font-size: 28px;margin-bottom: 40px;} @media all and (max-width: 539px) {#shopify-section-template--24836073161037__8f32509e-51a1-4883-8b57-58721d6f42a5 .index-title-block .index-title {font-size: 28px;}} #shopify-section-template--24836073161037__8f32509e-51a1-4883-8b57-58721d6f42a5 .index-icons-subtitle p, #shopify-section-template--24836073161037__8f32509e-51a1-4883-8b57-58721d6f42a5 .index-icons-subtitle li {color: #515151;} #shopify-section-template--24836073161037__8f32509e-51a1-4883-8b57-58721d6f42a5 .index-icons-subtitle {margin-bottom: 30px;}#shopify-section-template--24836073161037__8f32509e-51a1-4883-8b57-58721d6f42a5 .index-gallery-2 {width: calc((100% - ((3 - 1) * 20px)) / 3);margin-top:50px;margin-left:20px;} #shopify-section-template--24836073161037__8f32509e-51a1-4883-8b57-58721d6f42a5 .index-gallery-2:nth-child(-n +3) {margin-top:0;} #shopify-section-template--24836073161037__8f32509e-51a1-4883-8b57-58721d6f42a5 .index-gallery-2:nth-child(3n + 1) {margin-left:0;} @media all and (max-width: 799px) { #shopify-section-template--24836073161037__8f32509e-51a1-4883-8b57-58721d6f42a5 .index-gallery-2:nth-child(-n +3) {margin-top:50px;} #shopify-section-template--24836073161037__8f32509e-51a1-4883-8b57-58721d6f42a5 .index-gallery-2:nth-child(3n + 1) {margin-left:20px;} #shopify-section-template--24836073161037__8f32509e-51a1-4883-8b57-58721d6f42a5 .index-gallery-2 {width: calc((100% - ((1 - 1) * 20px)) / 1);margin-top: 50px;margin-left: 20px;} #shopify-section-template--24836073161037__8f32509e-51a1-4883-8b57-58721d6f42a5 .index-gallery-2:nth-child(-n +1) {margin-top:0;} #shopify-section-template--24836073161037__8f32509e-51a1-4883-8b57-58721d6f42a5 .index-gallery-2:nth-child(1n + 1) {margin-left:0;} }</style></div><div id="shopify-section-template--24836073161037__section_two_columns_qmUfBt" class="shopify-section index-section-nomargin"><div class="container text-dk-center text-mb-center"></div> <div class="container flex before-text" style="align-items:center"> <div class="index-block column-left flex index-image-left"> <div class="page-description"><div class="text-image-content index-content text-dk-left text-mb-left" id="block-text_qcbPEG" ><h2 class="index-title">Quelle croix reflète le mieux votre foi ?</h2><p>Il existe différentes croix dans la religion chrétienne, toutes sont dérivées de la Vraie Croix, sur laquelle notre Seigneur Jésus-Christ a été crucifié. Elles ont toutes leur histoire et leur signification.</p> </div> <style> #block-text_qcbPEG {margin-top: 20px;background-color: ;} #block-text_qcbPEG.index-content p, #block-text_qcbPEG.index-content li {color: #515151;} #block-text_qcbPEG.index-content .index-title {color: #111111;font-size: 28px;margin-bottom: 20px;} @media all and (max-width: 539px) {#block-text_qcbPEG.index-content .index-title {font-size: 28px;}} #block-text_qcbPEG.index-content .index-subtitle {color: #111111;} </style><div class="text-image-content index-content" id="block-faq_gpFtQr" > <div class="index-faq"><div class="faq-accordion faq-element"><button class="product-accordion"> <h3 class="product-accordion-title faq-accordion-title faq-q">La croix latine</h3> <svg class="product-accordion-arrow" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewbox="0 0 24 24" stroke="currentColor" fill="none" stroke-width="1" xmlns="http://www.w3.org/2000/svg" stroke-linecap="round" stroke-linejoin="round"><path d="M 5 8.5 L 12 15.5 L 19 8.5" /></svg> </button><div class="product-content hide-product-content faq-a page-description"><p>La <strong>croix latine</strong> est un symbole du christianisme qui rappelle la crucifixion de Jésus-Christ. </p><p>Elle est composée d'une barre verticale longue sur laquelle repose une barre horizontale plus courte. On symbolise la croix en disant que la barre verticale représente la liaison entre la Terre et le Ciel, et que la barre horizontale est le symbole de la communion entre les êtres humains.</p><p>Ce symbole est utilisé chez les catholiques et les protestants. </p></div></div><div class="faq-accordion faq-element"><button class="product-accordion"> <h3 class="product-accordion-title faq-accordion-title faq-q">La croix romane</h3> <svg class="product-accordion-arrow" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewbox="0 0 24 24" stroke="currentColor" fill="none" stroke-width="1" xmlns="http://www.w3.org/2000/svg" stroke-linecap="round" stroke-linejoin="round"><path d="M 5 8.5 L 12 15.5 L 19 8.5" /></svg> </button><div class="product-content hide-product-content faq-a page-description"><p>La croix romane est une forme de croix aux extrémités arrondies, souvent associée à l’art sacré médiéval et aux vitraux d’églises. Symbole d’équilibre et d’harmonie, elle reflète une foi à la fois douce, rayonnante et solidement ancrée dans la tradition chrétienne.</p><p>Chez Laudaris™, nous y sommes particulièrement attachés. C’est en contemplant une croix romane, magnifiquement représentée dans les vitraux de notre église locale, que nous avons trouvé l’inspiration de notre logo. Une manière pour nous de faire rayonner un héritage spirituel ancien à travers des bijoux élégants et porteurs de sens.</p></div></div><div class="faq-accordion faq-element"><button class="product-accordion"> <h3 class="product-accordion-title faq-accordion-title faq-q">La croix de Saint-Benoît</h3> <svg class="product-accordion-arrow" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewbox="0 0 24 24" stroke="currentColor" fill="none" stroke-width="1" xmlns="http://www.w3.org/2000/svg" stroke-linecap="round" stroke-linejoin="round"><path d="M 5 8.5 L 12 15.5 L 19 8.5" /></svg> </button><div class="product-content hide-product-content faq-a page-description"><p>Porter la <strong>Croix de Saint-Benoit</strong> est un bon moyen pour les chrétiens de se protéger contre les forces du mal, le danger ainsi que les tentations du diable. On l'associe souvent à l'exorcisme.</p><p>La croix est ornée de plusieurs symboles, notamment les lettres C-S-P-B (Crux Sancti Patris Benedicti, "Croix du saint père Benoît"), ainsi que les initiales V-R-S-N-S-M-V-S-M-Q-L-I-V-B (Vade retro Satana, nunquam suade mihi vana - Sunt mala quae libas, Ipse venena bibas, "Retire-toi, Satan, ne me tente jamais avec tes vanités - Ce que tu offres est mal, bois toi-même ton poison"). </p><p>On peut lire aussi l'inscription CSSML (Crux Sacra Sit mihi lux, "que la Sainte Croix soit ma lumière") et NDSMD (Non draco sit mihi dux, "que le dragon ne soit pas mon guide").</p></div></div><div class="faq-accordion faq-element"><button class="product-accordion"> <h3 class="product-accordion-title faq-accordion-title faq-q">La croix de Jérusalem</h3> <svg class="product-accordion-arrow" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewbox="0 0 24 24" stroke="currentColor" fill="none" stroke-width="1" xmlns="http://www.w3.org/2000/svg" stroke-linecap="round" stroke-linejoin="round"><path d="M 5 8.5 L 12 15.5 L 19 8.5" /></svg> </button><div class="product-content hide-product-content faq-a page-description"><p>Aussi appelée <em>croix des croisades</em>, la <strong>Croix de Jérusalem</strong> est composée d’une grande croix centrale accompagnée de quatre petites croix aux coins. Ce symbole puissant représente les cinq plaies du Christ ou encore la mission universelle d’évangélisation depuis Jérusalem vers les quatre coins du monde.</p><p>Elle fut adoptée au XIe siècle par Godefroy de Bouillon, premier souverain du royaume chrétien de Jérusalem, et devint l’un des emblèmes les plus forts de la chrétienté.</p><p>Aujourd’hui, porter une Croix de Jérusalem, c’est affirmer sa foi en l’héritage spirituel de la Terre Sainte et témoigner d’un attachement profond au message du Christ.</p></div></div></div> </div> <style> #block-faq_gpFtQr {margin-top: 20px;background-color: ;} #block-faq_gpFtQr .product-accordion { background-color: rgba(0,0,0,0); } #block-faq_gpFtQr .faq-accordion {border-bottom: 1px solid #e7e7e7;} #block-faq_gpFtQr .index-faq {border-top: 1px solid #e7e7e7;} #block-faq_gpFtQr .product-accordion-title {color: #111111;} #block-faq_gpFtQr .product-accordion-arrow {color: #111111;} #block-faq_gpFtQr .product-content p, #block-faq_gpFtQr .product-content li {color: #515151;} </style></div> </div> <div class="index-block column-right flex text-image-text"> <div class="page-description"><div class="" id="block-image_jndATi" > <div class="flex"><div class="elem-image-1 placeholder text-image-picture"> <img class="placed lazyload full-width" src="//www.bijoux-chretiens.fr/cdn/shop/files/quelle_croix_reflete_le_mieux_votre_foi_1x.jpg?v=1748261662" data-aspectratio="1.0" data-srcset=" //www.bijoux-chretiens.fr/cdn/shop/files/quelle_croix_reflete_le_mieux_votre_foi_5000x.jpg?v=1748261662 5000w, //www.bijoux-chretiens.fr/cdn/shop/files/quelle_croix_reflete_le_mieux_votre_foi_4500x.jpg?v=1748261662 4500w, //www.bijoux-chretiens.fr/cdn/shop/files/quelle_croix_reflete_le_mieux_votre_foi_4000x.jpg?v=1748261662 4000w, //www.bijoux-chretiens.fr/cdn/shop/files/quelle_croix_reflete_le_mieux_votre_foi_3500x.jpg?v=1748261662 3500w, //www.bijoux-chretiens.fr/cdn/shop/files/quelle_croix_reflete_le_mieux_votre_foi_3000x.jpg?v=1748261662 3000w, //www.bijoux-chretiens.fr/cdn/shop/files/quelle_croix_reflete_le_mieux_votre_foi_2500x.jpg?v=1748261662 2500w, //www.bijoux-chretiens.fr/cdn/shop/files/quelle_croix_reflete_le_mieux_votre_foi_2000x.jpg?v=1748261662 2000w, //www.bijoux-chretiens.fr/cdn/shop/files/quelle_croix_reflete_le_mieux_votre_foi_1800x.jpg?v=1748261662 1800w, //www.bijoux-chretiens.fr/cdn/shop/files/quelle_croix_reflete_le_mieux_votre_foi_1600x.jpg?v=1748261662 1600w, //www.bijoux-chretiens.fr/cdn/shop/files/quelle_croix_reflete_le_mieux_votre_foi_1400x.jpg?v=1748261662 1400w, //www.bijoux-chretiens.fr/cdn/shop/files/quelle_croix_reflete_le_mieux_votre_foi_1200x.jpg?v=1748261662 1200w, //www.bijoux-chretiens.fr/cdn/shop/files/quelle_croix_reflete_le_mieux_votre_foi_1000x.jpg?v=1748261662 1000w, //www.bijoux-chretiens.fr/cdn/shop/files/quelle_croix_reflete_le_mieux_votre_foi_800x.jpg?v=1748261662 800w, //www.bijoux-chretiens.fr/cdn/shop/files/quelle_croix_reflete_le_mieux_votre_foi_600x.jpg?v=1748261662 600w, //www.bijoux-chretiens.fr/cdn/shop/files/quelle_croix_reflete_le_mieux_votre_foi_500x.jpg?v=1748261662 500w, //www.bijoux-chretiens.fr/cdn/shop/files/quelle_croix_reflete_le_mieux_votre_foi_400x.jpg?v=1748261662 400w, //www.bijoux-chretiens.fr/cdn/shop/files/quelle_croix_reflete_le_mieux_votre_foi_300x.jpg?v=1748261662 300w, //www.bijoux-chretiens.fr/cdn/shop/files/quelle_croix_reflete_le_mieux_votre_foi_200x.jpg?v=1748261662 200w" data-sizes="auto" alt="" draggable="false" /> </div></div> </div> <style> #block-image_jndATi {margin-top: 20px;background-color: ;}#block-image_jndATi .elem-image-1 { padding-top: calc(1/1.0 * 100%); }@media all and (max-width: 799px) {#block-image_jndATi .elem-image-1 { padding-top: calc(1/1.0 * 100%); }} </style></div> </div> </div> <style> #shopify-section-template--24836073161037__section_two_columns_qmUfBt {background-color: rgba(0,0,0,0);padding-top: 40px;padding-bottom: 40px;} #shopify-section-template--24836073161037__section_two_columns_qmUfBt .index-title-block .index-title {color: #111111;font-size: 28px;} @media all and (max-width: 539px) {#shopify-section-template--24836073161037__section_two_columns_qmUfBt .index-title-block .index-title {font-size: 28px;}} #shopify-section-template--24836073161037__section_two_columns_qmUfBt .index-title-block {margin-bottom: 20px;} #shopify-section-template--24836073161037__section_two_columns_qmUfBt .index-testimonials-subheading {margin-bottom: 30px;} #shopify-section-template--24836073161037__section_two_columns_qmUfBt .index-content.index-testimonials-subheading p, #shopify-section-template--24836073161037__section_two_columns_qmUfBt .index-content.index-testimonials-subheading li {color: #515151;} #shopify-section-template--24836073161037__section_two_columns_qmUfBt .column-left {width:calc(50% - (0px / 2));display:block;} #shopify-section-template--24836073161037__section_two_columns_qmUfBt .column-right {width:calc((100% - 50%) - (0px / 2));display:block;} #shopify-section-template--24836073161037__section_two_columns_qmUfBt .index-block:first-of-type {margin-right:0px} @media all and (max-width: 799px) {#shopify-section-template--24836073161037__section_two_columns_qmUfBt .column-left, #shopify-section-template--24836073161037__section_two_columns_qmUfBt .column-right {width:100%;} #shopify-section-template--24836073161037__section_two_columns_qmUfBt .index-block:first-of-type {margin-right:0} #shopify-section-template--24836073161037__section_two_columns_qmUfBt .before-text .index-image-left, #shopify-section-template--24836073161037__section_two_columns_qmUfBt .before-text .index-image-right {margin-bottom: 20px} #shopify-section-template--24836073161037__section_two_columns_qmUfBt .after-text .index-image-left, #shopify-section-template--24836073161037__section_two_columns_qmUfBt .after-text .index-image-right {margin-top: 20px} } </style></div><div id="shopify-section-template--24836073161037__section_three_columns_XhWT3f" class="shopify-section index-section-nomargin"><div class="container text-dk-center text-mb-center"></div> <div class="container flex left" style="align-items:center"> <div class="full-width column-1 priority-mb"> <div class="page-description full-width"><div class="" id="block-image_4mfPGa" > <div class="flex"><div class="elem-image-1 placeholder text-image-picture"> <img class="placed lazyload full-width" src="//www.bijoux-chretiens.fr/cdn/shop/files/Laudaris_carte_cadeau_a21b580c-9b76-4ab9-a012-f3cc26432098_1x.png?v=1745404460" data-aspectratio="1.0" data-srcset=" //www.bijoux-chretiens.fr/cdn/shop/files/Laudaris_carte_cadeau_a21b580c-9b76-4ab9-a012-f3cc26432098_5000x.png?v=1745404460 5000w, //www.bijoux-chretiens.fr/cdn/shop/files/Laudaris_carte_cadeau_a21b580c-9b76-4ab9-a012-f3cc26432098_4500x.png?v=1745404460 4500w, //www.bijoux-chretiens.fr/cdn/shop/files/Laudaris_carte_cadeau_a21b580c-9b76-4ab9-a012-f3cc26432098_4000x.png?v=1745404460 4000w, //www.bijoux-chretiens.fr/cdn/shop/files/Laudaris_carte_cadeau_a21b580c-9b76-4ab9-a012-f3cc26432098_3500x.png?v=1745404460 3500w, //www.bijoux-chretiens.fr/cdn/shop/files/Laudaris_carte_cadeau_a21b580c-9b76-4ab9-a012-f3cc26432098_3000x.png?v=1745404460 3000w, //www.bijoux-chretiens.fr/cdn/shop/files/Laudaris_carte_cadeau_a21b580c-9b76-4ab9-a012-f3cc26432098_2500x.png?v=1745404460 2500w, //www.bijoux-chretiens.fr/cdn/shop/files/Laudaris_carte_cadeau_a21b580c-9b76-4ab9-a012-f3cc26432098_2000x.png?v=1745404460 2000w, //www.bijoux-chretiens.fr/cdn/shop/files/Laudaris_carte_cadeau_a21b580c-9b76-4ab9-a012-f3cc26432098_1800x.png?v=1745404460 1800w, //www.bijoux-chretiens.fr/cdn/shop/files/Laudaris_carte_cadeau_a21b580c-9b76-4ab9-a012-f3cc26432098_1600x.png?v=1745404460 1600w, //www.bijoux-chretiens.fr/cdn/shop/files/Laudaris_carte_cadeau_a21b580c-9b76-4ab9-a012-f3cc26432098_1400x.png?v=1745404460 1400w, //www.bijoux-chretiens.fr/cdn/shop/files/Laudaris_carte_cadeau_a21b580c-9b76-4ab9-a012-f3cc26432098_1200x.png?v=1745404460 1200w, //www.bijoux-chretiens.fr/cdn/shop/files/Laudaris_carte_cadeau_a21b580c-9b76-4ab9-a012-f3cc26432098_1000x.png?v=1745404460 1000w, //www.bijoux-chretiens.fr/cdn/shop/files/Laudaris_carte_cadeau_a21b580c-9b76-4ab9-a012-f3cc26432098_800x.png?v=1745404460 800w, //www.bijoux-chretiens.fr/cdn/shop/files/Laudaris_carte_cadeau_a21b580c-9b76-4ab9-a012-f3cc26432098_600x.png?v=1745404460 600w, //www.bijoux-chretiens.fr/cdn/shop/files/Laudaris_carte_cadeau_a21b580c-9b76-4ab9-a012-f3cc26432098_500x.png?v=1745404460 500w, //www.bijoux-chretiens.fr/cdn/shop/files/Laudaris_carte_cadeau_a21b580c-9b76-4ab9-a012-f3cc26432098_400x.png?v=1745404460 400w, //www.bijoux-chretiens.fr/cdn/shop/files/Laudaris_carte_cadeau_a21b580c-9b76-4ab9-a012-f3cc26432098_300x.png?v=1745404460 300w, //www.bijoux-chretiens.fr/cdn/shop/files/Laudaris_carte_cadeau_a21b580c-9b76-4ab9-a012-f3cc26432098_200x.png?v=1745404460 200w" data-sizes="auto" alt="" draggable="false" /> </div></div> </div> <style> #block-image_4mfPGa {margin-top: 20px;background-color: ;}#block-image_4mfPGa .elem-image-1 { padding-top: calc(1/1.0 * 100%); }@media all and (max-width: 799px) {#block-image_4mfPGa .elem-image-1 { padding-top: calc(1/1.0 * 100%); }} </style></div> </div> <div class="full-width column-2 priority-column"> <div class="page-description full-width"><div class="text-image-content index-content text-dk-left text-mb-left" id="block-text_UrQAdb" ><p class="index-subtitle">Carte cadeau chrétienne</p><h2 class="index-title">Offrez le choix d’un bijou chrétien</h2><p>Vous ne connaissez pas exactement les goûts de vos proches ? Notre carte cadeau leur permet de choisir parmi une large gamme de colliers, bracelets bagues et accessoires chrétiens.</p><p>Avec plus de <strong>650 articles inspirés par la foi chrétienne</strong>, vous êtes sûr de faire un cadeau porteur de sens. <br/><br/><strong>Carte cadeau 100% digitale</strong> : elle est envoyée par email et peut être imprimée ou partagée facilement.<br/><br/></p> </div> <style> #block-text_UrQAdb {margin-top: 20px;background-color: ;} #block-text_UrQAdb.index-content p, #block-text_UrQAdb.index-content li {color: #515151;} #block-text_UrQAdb.index-content .index-title {color: #111111;font-size: 28px;margin-bottom: 20px;} @media all and (max-width: 539px) {#block-text_UrQAdb.index-content .index-title {font-size: 28px;}} #block-text_UrQAdb.index-content .index-subtitle {color: #111111;} </style><div class="text-image-content index-content text-dk-left text-mb-left" id="block-button_RnBCtF" ><a href="/products/carte-cadeau" class="index-button" target="_blank" rel="noopener ">J'offre une carte cadeau</a></div> <style> #block-button_RnBCtF {margin-top: 0px;background-color: ;} #block-button_RnBCtF .index-button {background-color: #b2905f;border: 1px solid #b2905f;color: #ffffff;} #block-button_RnBCtF .index-button:hover {background-color: #f8f6f1;border: 1px solid #b2905f;color: #b2905f;} </style></div> </div> <div class="full-width column-3"> <div class="page-description full-width"><div class="text-image-content index-content padding-30 text-dk-left text-mb-left" id="block-text_P9K7cq" ><h2 class="index-title">Livret de prières offert</h2><p>Pour toute première commande, recevez un ebook de prières chrétiennes pour chaque moment de la journée. Format A4, prêt à imprimer.</p> </div> <style> #block-text_P9K7cq {margin-top: 40px;background-color: #ffffff;} #block-text_P9K7cq.index-content p, #block-text_P9K7cq.index-content li {color: #515151;} #block-text_P9K7cq.index-content .index-title {color: #333333;font-size: 28px;margin-bottom: 20px;} @media all and (max-width: 539px) {#block-text_P9K7cq.index-content .index-title {font-size: 28px;}} #block-text_P9K7cq.index-content .index-subtitle {color: #111111;} </style><div class="text-image-content index-content padding-30 text-dk-left text-mb-left" id="block-text_tVNjHn" ><h2 class="index-title">E-book chapelet offert</h2><p>Lors de votre prochaine commande, recevez un guide pour apprendre à prier le chapelet et utiliser un dizainier. Format A4, prêt à imprimer.</p> </div> <style> #block-text_tVNjHn {margin-top: 40px;background-color: #ffffff;} #block-text_tVNjHn.index-content p, #block-text_tVNjHn.index-content li {color: #515151;} #block-text_tVNjHn.index-content .index-title {color: #333333;font-size: 28px;margin-bottom: 20px;} @media all and (max-width: 539px) {#block-text_tVNjHn.index-content .index-title {font-size: 28px;}} #block-text_tVNjHn.index-content .index-subtitle {color: #111111;} </style></div> </div> </div> <style> #shopify-section-template--24836073161037__section_three_columns_XhWT3f {background-color: #f8f6f1;padding-top: 40px;padding-bottom: 40px;} #shopify-section-template--24836073161037__section_three_columns_XhWT3f .index-title-block .index-title {color: #111111;font-size: 28px;} @media all and (max-width: 539px) {#shopify-section-template--24836073161037__section_three_columns_XhWT3f .index-title-block .index-title {font-size: 28px;}} #shopify-section-template--24836073161037__section_three_columns_XhWT3f .index-title-block {margin-bottom: 20px;} #shopify-section-template--24836073161037__section_three_columns_XhWT3f .index-testimonials-subheading {margin-bottom: 30px;} #shopify-section-template--24836073161037__section_three_columns_XhWT3f .index-content.index-testimonials-subheading p, #shopify-section-template--24836073161037__section_three_columns_XhWT3f .index-content.index-testimonials-subheading li {color: #515151;} #shopify-section-template--24836073161037__section_three_columns_XhWT3f .column-2, #shopify-section-template--24836073161037__section_three_columns_XhWT3f .column-3 {margin-left: 50px;}#shopify-section-template--24836073161037__section_three_columns_XhWT3f .column-1, #shopify-section-template--24836073161037__section_three_columns_XhWT3f .column-2, #shopify-section-template--24836073161037__section_three_columns_XhWT3f .column-3 {width: calc((100% - 32% - (2 * 50px)) / 2);} #shopify-section-template--24836073161037__section_three_columns_XhWT3f .column-1.priority-column, #shopify-section-template--24836073161037__section_three_columns_XhWT3f .column-2.priority-column, #shopify-section-template--24836073161037__section_three_columns_XhWT3f .column-3.priority-column {width: 32%;}@media all and (max-width: 799px) {#shopify-section-template--24836073161037__section_three_columns_XhWT3f .column-1, #shopify-section-template--24836073161037__section_three_columns_XhWT3f .column-2, #shopify-section-template--24836073161037__section_three_columns_XhWT3f .column-3, #shopify-section-template--24836073161037__section_three_columns_XhWT3f .column-1.priority-column, #shopify-section-template--24836073161037__section_three_columns_XhWT3f .column-2.priority-column, #shopify-section-template--24836073161037__section_three_columns_XhWT3f .column-3.priority-column {width: 100%; margin-left:0;} #shopify-section-template--24836073161037__section_three_columns_XhWT3f .column-1, #shopify-section-template--24836073161037__section_three_columns_XhWT3f .column-2, #shopify-section-template--24836073161037__section_three_columns_XhWT3f .column-3 {margin-top: 20px; order: 2;} #shopify-section-template--24836073161037__section_three_columns_XhWT3f .column-1.priority-mb, #shopify-section-template--24836073161037__section_three_columns_XhWT3f .column-2.priority-mb, #shopify-section-template--24836073161037__section_three_columns_XhWT3f .column-3.priority-mb {margin-top:0; order: 1;} } </style></div><div id="shopify-section-template--24836073161037__section_testimonials_instagram_NNMEqr" class="shopify-section index-section-nomargin"><div class="container text-dk-left text-mb-center"><div class="index-title-block"> <p class="index-title">Partagez votre foi sur Instagram</p> </div><div class="index-content"><p>Taguez <strong>@laudarisfr</strong> pour avoir une chance d’être reposté sur notre page.</p></div></div> <div class="container"> <div class="slider index-title-margin"> <div class="slider__buttons"> <button class="slider__previous" title="Précédent"><svg class="arrow-carousel-icon" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewbox="0 0 24 24" stroke="currentColor" fill="none" stroke-width="1" xmlns="http://www.w3.org/2000/svg" stroke-linecap="round" stroke-linejoin="round"><path d="M 15.5 19 L 8.5 12 L 15.5 5" /></svg></button> <button class="slider__next" title="Suivant"><svg class="arrow-carousel-icon" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewbox="0 0 24 24" stroke="currentColor" fill="none" stroke-width="1" xmlns="http://www.w3.org/2000/svg" stroke-linecap="round" stroke-linejoin="round"><path d="M 8.5 19 L 15.5 12 L 8.5 5" /></svg></button> </div> <div class="slider__nav"> <div class="slider__inner"><div class="slider__item slider__link product-carousel-list product-carousel-4" > <div class="image-square"> <div class="image-square-container"><img class="lazyload image-square-picture" src="//www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Kloe_G_1x.jpg?v=1747342495" data-aspectratio="1.0" data-srcset=" //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Kloe_G_5000x.jpg?v=1747342495 5000w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Kloe_G_4500x.jpg?v=1747342495 4500w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Kloe_G_4000x.jpg?v=1747342495 4000w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Kloe_G_3500x.jpg?v=1747342495 3500w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Kloe_G_3000x.jpg?v=1747342495 3000w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Kloe_G_2500x.jpg?v=1747342495 2500w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Kloe_G_2000x.jpg?v=1747342495 2000w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Kloe_G_1800x.jpg?v=1747342495 1800w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Kloe_G_1600x.jpg?v=1747342495 1600w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Kloe_G_1400x.jpg?v=1747342495 1400w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Kloe_G_1200x.jpg?v=1747342495 1200w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Kloe_G_1000x.jpg?v=1747342495 1000w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Kloe_G_800x.jpg?v=1747342495 800w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Kloe_G_600x.jpg?v=1747342495 600w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Kloe_G_500x.jpg?v=1747342495 500w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Kloe_G_400x.jpg?v=1747342495 400w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Kloe_G_300x.jpg?v=1747342495 300w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Kloe_G_200x.jpg?v=1747342495 200w" data-sizes="auto" alt="" draggable="false" style="width:100%;" /></div></div><div class="product-carousel-text"> <p class="product-carousel-title">@kloe.glow</p> </div></div><div class="slider__item slider__link product-carousel-list product-carousel-4" > <div class="image-square"> <div class="image-square-container"><img class="lazyload image-square-picture" src="//www.bijoux-chretiens.fr/cdn/shop/files/Avis_chapelet_Kezia_Z_1x.jpg?v=1747342495" data-aspectratio="1.0" data-srcset=" //www.bijoux-chretiens.fr/cdn/shop/files/Avis_chapelet_Kezia_Z_5000x.jpg?v=1747342495 5000w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_chapelet_Kezia_Z_4500x.jpg?v=1747342495 4500w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_chapelet_Kezia_Z_4000x.jpg?v=1747342495 4000w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_chapelet_Kezia_Z_3500x.jpg?v=1747342495 3500w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_chapelet_Kezia_Z_3000x.jpg?v=1747342495 3000w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_chapelet_Kezia_Z_2500x.jpg?v=1747342495 2500w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_chapelet_Kezia_Z_2000x.jpg?v=1747342495 2000w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_chapelet_Kezia_Z_1800x.jpg?v=1747342495 1800w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_chapelet_Kezia_Z_1600x.jpg?v=1747342495 1600w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_chapelet_Kezia_Z_1400x.jpg?v=1747342495 1400w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_chapelet_Kezia_Z_1200x.jpg?v=1747342495 1200w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_chapelet_Kezia_Z_1000x.jpg?v=1747342495 1000w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_chapelet_Kezia_Z_800x.jpg?v=1747342495 800w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_chapelet_Kezia_Z_600x.jpg?v=1747342495 600w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_chapelet_Kezia_Z_500x.jpg?v=1747342495 500w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_chapelet_Kezia_Z_400x.jpg?v=1747342495 400w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_chapelet_Kezia_Z_300x.jpg?v=1747342495 300w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_chapelet_Kezia_Z_200x.jpg?v=1747342495 200w" data-sizes="auto" alt="" draggable="false" style="width:100%;" /></div></div><div class="product-carousel-text"> <p class="product-carousel-title">@keziaz_</p> </div></div><div class="slider__item slider__link product-carousel-list product-carousel-4" > <div class="image-square"> <div class="image-square-container"><img class="lazyload image-square-picture" src="//www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_jacky_Z_1x.jpg?v=1747342494" data-aspectratio="1.0" data-srcset=" //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_jacky_Z_5000x.jpg?v=1747342494 5000w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_jacky_Z_4500x.jpg?v=1747342494 4500w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_jacky_Z_4000x.jpg?v=1747342494 4000w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_jacky_Z_3500x.jpg?v=1747342494 3500w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_jacky_Z_3000x.jpg?v=1747342494 3000w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_jacky_Z_2500x.jpg?v=1747342494 2500w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_jacky_Z_2000x.jpg?v=1747342494 2000w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_jacky_Z_1800x.jpg?v=1747342494 1800w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_jacky_Z_1600x.jpg?v=1747342494 1600w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_jacky_Z_1400x.jpg?v=1747342494 1400w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_jacky_Z_1200x.jpg?v=1747342494 1200w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_jacky_Z_1000x.jpg?v=1747342494 1000w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_jacky_Z_800x.jpg?v=1747342494 800w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_jacky_Z_600x.jpg?v=1747342494 600w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_jacky_Z_500x.jpg?v=1747342494 500w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_jacky_Z_400x.jpg?v=1747342494 400w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_jacky_Z_300x.jpg?v=1747342494 300w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_jacky_Z_200x.jpg?v=1747342494 200w" data-sizes="auto" alt="" draggable="false" style="width:100%;" /></div></div><div class="product-carousel-text"> <p class="product-carousel-title">@jackyz_</p> </div></div><div class="slider__item slider__link product-carousel-list product-carousel-4" > <div class="image-square"> <div class="image-square-container"><img class="lazyload image-square-picture" src="//www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Lucile_B_1x.jpg?v=1747342494" data-aspectratio="1.0" data-srcset=" //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Lucile_B_5000x.jpg?v=1747342494 5000w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Lucile_B_4500x.jpg?v=1747342494 4500w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Lucile_B_4000x.jpg?v=1747342494 4000w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Lucile_B_3500x.jpg?v=1747342494 3500w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Lucile_B_3000x.jpg?v=1747342494 3000w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Lucile_B_2500x.jpg?v=1747342494 2500w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Lucile_B_2000x.jpg?v=1747342494 2000w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Lucile_B_1800x.jpg?v=1747342494 1800w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Lucile_B_1600x.jpg?v=1747342494 1600w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Lucile_B_1400x.jpg?v=1747342494 1400w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Lucile_B_1200x.jpg?v=1747342494 1200w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Lucile_B_1000x.jpg?v=1747342494 1000w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Lucile_B_800x.jpg?v=1747342494 800w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Lucile_B_600x.jpg?v=1747342494 600w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Lucile_B_500x.jpg?v=1747342494 500w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Lucile_B_400x.jpg?v=1747342494 400w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Lucile_B_300x.jpg?v=1747342494 300w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Lucile_B_200x.jpg?v=1747342494 200w" data-sizes="auto" alt="" draggable="false" style="width:100%;" /></div></div><div class="product-carousel-text"> <p class="product-carousel-title">@bylucileb</p> </div></div><div class="slider__item slider__link product-carousel-list product-carousel-4" > <div class="image-square"> <div class="image-square-container"><img class="lazyload image-square-picture" src="//www.bijoux-chretiens.fr/cdn/shop/files/Avis_chapelet_Alinea_A_1x.jpg?v=1747342494" data-aspectratio="1.0" data-srcset=" //www.bijoux-chretiens.fr/cdn/shop/files/Avis_chapelet_Alinea_A_5000x.jpg?v=1747342494 5000w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_chapelet_Alinea_A_4500x.jpg?v=1747342494 4500w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_chapelet_Alinea_A_4000x.jpg?v=1747342494 4000w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_chapelet_Alinea_A_3500x.jpg?v=1747342494 3500w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_chapelet_Alinea_A_3000x.jpg?v=1747342494 3000w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_chapelet_Alinea_A_2500x.jpg?v=1747342494 2500w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_chapelet_Alinea_A_2000x.jpg?v=1747342494 2000w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_chapelet_Alinea_A_1800x.jpg?v=1747342494 1800w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_chapelet_Alinea_A_1600x.jpg?v=1747342494 1600w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_chapelet_Alinea_A_1400x.jpg?v=1747342494 1400w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_chapelet_Alinea_A_1200x.jpg?v=1747342494 1200w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_chapelet_Alinea_A_1000x.jpg?v=1747342494 1000w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_chapelet_Alinea_A_800x.jpg?v=1747342494 800w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_chapelet_Alinea_A_600x.jpg?v=1747342494 600w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_chapelet_Alinea_A_500x.jpg?v=1747342494 500w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_chapelet_Alinea_A_400x.jpg?v=1747342494 400w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_chapelet_Alinea_A_300x.jpg?v=1747342494 300w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_chapelet_Alinea_A_200x.jpg?v=1747342494 200w" data-sizes="auto" alt="" draggable="false" style="width:100%;" /></div></div><div class="product-carousel-text"> <p class="product-carousel-title">@alinea.a</p> </div></div><div class="slider__item slider__link product-carousel-list product-carousel-4" > <div class="image-square"> <div class="image-square-container"><img class="lazyload image-square-picture" src="//www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Clenia_F_1x.jpg?v=1747342494" data-aspectratio="1.0" data-srcset=" //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Clenia_F_5000x.jpg?v=1747342494 5000w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Clenia_F_4500x.jpg?v=1747342494 4500w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Clenia_F_4000x.jpg?v=1747342494 4000w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Clenia_F_3500x.jpg?v=1747342494 3500w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Clenia_F_3000x.jpg?v=1747342494 3000w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Clenia_F_2500x.jpg?v=1747342494 2500w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Clenia_F_2000x.jpg?v=1747342494 2000w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Clenia_F_1800x.jpg?v=1747342494 1800w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Clenia_F_1600x.jpg?v=1747342494 1600w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Clenia_F_1400x.jpg?v=1747342494 1400w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Clenia_F_1200x.jpg?v=1747342494 1200w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Clenia_F_1000x.jpg?v=1747342494 1000w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Clenia_F_800x.jpg?v=1747342494 800w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Clenia_F_600x.jpg?v=1747342494 600w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Clenia_F_500x.jpg?v=1747342494 500w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Clenia_F_400x.jpg?v=1747342494 400w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Clenia_F_300x.jpg?v=1747342494 300w, //www.bijoux-chretiens.fr/cdn/shop/files/Avis_collier_Clenia_F_200x.jpg?v=1747342494 200w" data-sizes="auto" alt="" draggable="false" style="width:100%;" /></div></div><div class="product-carousel-text"> <p class="product-carousel-title">@clenia.folio</p> </div></div></div> </div> </div></div> <style> #shopify-section-template--24836073161037__section_testimonials_instagram_NNMEqr {padding-top: 40px;padding-bottom: 40px;} #shopify-section-template--24836073161037__section_testimonials_instagram_NNMEqr, #shopify-section-template--24836073161037__section_testimonials_instagram_NNMEqr .image-square, #shopify-section-template--24836073161037__section_testimonials_instagram_NNMEqr .image-square-container:not(.square-instagram) {background-color: rgba(0,0,0,0);} #shopify-section-template--24836073161037__section_testimonials_instagram_NNMEqr .index-title-block .index-title {color: #111111;font-size: 28px;margin-bottom: 20px;} @media all and (max-width: 539px) {#shopify-section-template--24836073161037__section_testimonials_instagram_NNMEqr .index-title-block .index-title {font-size: 28px;}} #shopify-section-template--24836073161037__section_testimonials_instagram_NNMEqr .index-content p, #shopify-section-template--24836073161037__section_testimonials_instagram_NNMEqr .index-content li {color: #515151;} #shopify-section-template--24836073161037__section_testimonials_instagram_NNMEqr .index-content {margin-bottom: 30px;} #shopify-section-template--24836073161037__section_testimonials_instagram_NNMEqr .product-carousel-title {color: #111111; text-transform: none;}</style></div><div id="shopify-section-template--24836073161037__section_banners_ke3b8g" class="shopify-section index-section-nomargin slideshow"><style> #shopify-section-template--24836073161037__section_banners_ke3b8g {background-color: #ffffff;padding-top: 40px;padding-bottom: 0px;} #shopify-section-template--24836073161037__section_banners_ke3b8g .index-banner-dots .slideshow__dot {background-color: #cccccc;border: 1px solid #cccccc;} #shopify-section-template--24836073161037__section_banners_ke3b8g .index-banner-dots .slideshow__dot__active, #shopify-section-template--24836073161037__section_banners_ke3b8g .index-banner-dots .slideshow__dot:hover {background-color: #111111;border: 1px solid #111111;} #shopify-section-template--24836073161037__section_banners_ke3b8g .slideshow__active {position:relative;}#block-hero_YzjcCc .index-content .index-title {font-size: 26px;text-decoration:none;color: #111111; margin-bottom: 20px;} #block-hero_YzjcCc .index-content .index-subtitle {color: #111111;font-size:16px;} #block-hero_YzjcCc .index-content .index-subtitle.subheading2 {color: #111111;} @media all and (max-width: 539px) { #block-hero_YzjcCc .index-content .index-title {font-size: 28px;} #block-hero_YzjcCc .index-content .index-subtitle {font-size:16px;} }#block-hero_YzjcCc .index-button-block {margin-top: 0px;} #block-hero_YzjcCc .index-button {background-color: #b2905f;border: 1px solid #b2905f;color: #ffffff;} #block-hero_YzjcCc .index-button:hover {background-color: #f8f6f1;border: 1px solid #b2905f;color: #b2905f;} #block-hero_YzjcCc .index-button-2 {background-color: #ffffff;border: 1px solid #111111;color: #111111;} #block-hero_YzjcCc .index-button-2:hover {background-color: #ffffff;border: 1px solid #515151;color: #515151;}#block-hero_YzjcCc .index-video-hero { height:430px; } @media all and (max-width: 799px) { #block-hero_YzjcCc .index-video-hero { height:420px; } }</style><div class="container"> <div class="index-relative"> <div class="slideshow__inner" data-timer="0"><div class="display-block index-width-1 banner-link" id="block-hero_YzjcCc" > <div class="index-relative flex slideshow__item slideshow__active"><div class="text-image-picture index-video-hero"><img class="lazyload index-video-bg index-banner-hero" src="//www.bijoux-chretiens.fr/cdn/shop/files/avis_section_bd3e6b7c-b77e-4fd1-81ab-9f844a8bb844_1x.jpg?v=1747336178" data-aspectratio="2.79" data-srcset=" //www.bijoux-chretiens.fr/cdn/shop/files/avis_section_bd3e6b7c-b77e-4fd1-81ab-9f844a8bb844_5000x.jpg?v=1747336178 5000w, //www.bijoux-chretiens.fr/cdn/shop/files/avis_section_bd3e6b7c-b77e-4fd1-81ab-9f844a8bb844_4500x.jpg?v=1747336178 4500w, //www.bijoux-chretiens.fr/cdn/shop/files/avis_section_bd3e6b7c-b77e-4fd1-81ab-9f844a8bb844_4000x.jpg?v=1747336178 4000w, //www.bijoux-chretiens.fr/cdn/shop/files/avis_section_bd3e6b7c-b77e-4fd1-81ab-9f844a8bb844_3500x.jpg?v=1747336178 3500w, //www.bijoux-chretiens.fr/cdn/shop/files/avis_section_bd3e6b7c-b77e-4fd1-81ab-9f844a8bb844_3000x.jpg?v=1747336178 3000w, //www.bijoux-chretiens.fr/cdn/shop/files/avis_section_bd3e6b7c-b77e-4fd1-81ab-9f844a8bb844_2500x.jpg?v=1747336178 2500w, //www.bijoux-chretiens.fr/cdn/shop/files/avis_section_bd3e6b7c-b77e-4fd1-81ab-9f844a8bb844_2000x.jpg?v=1747336178 2000w, //www.bijoux-chretiens.fr/cdn/shop/files/avis_section_bd3e6b7c-b77e-4fd1-81ab-9f844a8bb844_1800x.jpg?v=1747336178 1800w, //www.bijoux-chretiens.fr/cdn/shop/files/avis_section_bd3e6b7c-b77e-4fd1-81ab-9f844a8bb844_1600x.jpg?v=1747336178 1600w, //www.bijoux-chretiens.fr/cdn/shop/files/avis_section_bd3e6b7c-b77e-4fd1-81ab-9f844a8bb844_1400x.jpg?v=1747336178 1400w, //www.bijoux-chretiens.fr/cdn/shop/files/avis_section_bd3e6b7c-b77e-4fd1-81ab-9f844a8bb844_1200x.jpg?v=1747336178 1200w, //www.bijoux-chretiens.fr/cdn/shop/files/avis_section_bd3e6b7c-b77e-4fd1-81ab-9f844a8bb844_1000x.jpg?v=1747336178 1000w, //www.bijoux-chretiens.fr/cdn/shop/files/avis_section_bd3e6b7c-b77e-4fd1-81ab-9f844a8bb844_800x.jpg?v=1747336178 800w, //www.bijoux-chretiens.fr/cdn/shop/files/avis_section_bd3e6b7c-b77e-4fd1-81ab-9f844a8bb844_600x.jpg?v=1747336178 600w, //www.bijoux-chretiens.fr/cdn/shop/files/avis_section_bd3e6b7c-b77e-4fd1-81ab-9f844a8bb844_500x.jpg?v=1747336178 500w, //www.bijoux-chretiens.fr/cdn/shop/files/avis_section_bd3e6b7c-b77e-4fd1-81ab-9f844a8bb844_400x.jpg?v=1747336178 400w, //www.bijoux-chretiens.fr/cdn/shop/files/avis_section_bd3e6b7c-b77e-4fd1-81ab-9f844a8bb844_300x.jpg?v=1747336178 300w, //www.bijoux-chretiens.fr/cdn/shop/files/avis_section_bd3e6b7c-b77e-4fd1-81ab-9f844a8bb844_200x.jpg?v=1747336178 200w" data-sizes="auto" alt="" draggable="false" /></div><div style="width:100%;height:100%;display:block;background-color: #111111;opacity: 0.0;position:absolute;top:0;bottom:0;left:0;right:0;"></div> <div class="container text-image-content index-content container-index align-cc padding-30-dk index-absolute-dk align-cc-mb padding-30-mb index-absolute-mb"><p class="index-subtitle subheading">Noté 4,5 étoiles sur 5</p><h2 class="index-title">Plus de 3oo témoignages de foi</h2><p class="index-subtitle subheading2">Nous sommes honorés de recevoir chaque jour vos mots touchants.</p><div class="index-button-block"><a href="/pages/avis-laudaris" class="index-button" rel="noopener " target="_blank">Découvrez nos avis</a></div></div></div> </div> </div></div> <div class="index-banner-dots slideshow__dots hide"><div class="slideshow__dot slideshow__dot__active"></div></div> </div> </div></div><div id="shopify-section-template--24836073161037__section_faq_LWjhTa" class="shopify-section index-section-nomargin"><div class="container text-dk-center text-mb-center page-centered"><div class="index-title-block"> <h2 class="index-title">Questions fréquentes sur nos bijoux chrétiens</h2> </div></div> <div class="container page-centered"> <div class="index-faq index-title-margin"><div class="faq-accordion faq-element" ><button class="product-accordion"> <h3 class="product-accordion-title faq-accordion-title faq-q">Pourquoi choisir notre bijouterie chrétienne ?</h3> <svg class="product-accordion-arrow" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewbox="0 0 24 24" stroke="currentColor" fill="none" stroke-width="1" xmlns="http://www.w3.org/2000/svg" stroke-linecap="round" stroke-linejoin="round"> <path d="M 5 8.5 L 12 15.5 L 19 8.5" /> </svg> </button><div class="product-content hide-product-content faq-a page-description"><p>Il y a plusieurs raisons pour lesquelles vous devriez acheter sur notre bijouterie chrétienne. </p><p>En premier lieu, nous proposons des bijoux de qualité fabriqués dans des métaux prémiums comme l'argent S925 ou l'acier inoxydable. Ces matériaux sont durables et résistants, parfait pour une utilisation à long terme.</p><p>Ensuite, nous proposons la garantie Satisfait ou Remboursé sous 30 jours. Cette garantie vous permet de réfléchir et d'avoir le temps de renvoyer le bijou s'il ne vous convient pas. Pour retourner un bijou, nous vous invitons à nous contacter directement via le formulaire de contact ou par mail à l'adresse contact@laudaris.fr. </p><p>De plus, nous garantissons la sécurité de vos transactions grâce à un cryptage des données certifié par le SSL 256 bits et notre partenariat avec Stripe, notre processeur de paiement.</p><p> Enfin, nous proposons une des plus larges gammes de bijoux chrétiens d'internet allant des croix traditionnelles aux designs les plus modernes. Ainsi, nous répondons à tous les goûts et styles.</p><p>Alors n'hésitez plus à nous faire confiance pour l'achat de vos bijoux religieux.</p><p>Vous avez des questions ? N'hésitez pas à nous contacter !</p></div></div><div class="faq-accordion faq-element" ><button class="product-accordion"> <h3 class="product-accordion-title faq-accordion-title faq-q">Offrir une croix en bijou : est-ce une bonne idée ?</h3> <svg class="product-accordion-arrow" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewbox="0 0 24 24" stroke="currentColor" fill="none" stroke-width="1" xmlns="http://www.w3.org/2000/svg" stroke-linecap="round" stroke-linejoin="round"> <path d="M 5 8.5 L 12 15.5 L 19 8.5" /> </svg> </button><div class="product-content hide-product-content faq-a page-description"><p>Absolument ! Le bijou croix est un cadeau intemporel qui symbolise la foi chrétienne et qui peut plaire dans toutes les occasions. C'est le cadeau parfait pour un baptême, une confirmation ou simplement pour faire plaisir à un être cher.</p><p>Visitez nos collections pour trouver le bijou qui fera le plus plaisir à la personne à combler. Vous ne trouvez pas ? Offrez-lui notre carte-cadeau ! C'est l'assurance de taper dans le mille en lui laissant le choix parmi nos 650 références.</p></div></div><div class="faq-accordion faq-element" ><button class="product-accordion"> <h3 class="product-accordion-title faq-accordion-title faq-q">Nos bijoux en argent S925 et en acier inoxydable</h3> <svg class="product-accordion-arrow" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewbox="0 0 24 24" stroke="currentColor" fill="none" stroke-width="1" xmlns="http://www.w3.org/2000/svg" stroke-linecap="round" stroke-linejoin="round"> <path d="M 5 8.5 L 12 15.5 L 19 8.5" /> </svg> </button><div class="product-content hide-product-content faq-a page-description"><p>Visitez notre boutique pour vous rendre compte que nous proposons une large collection de bijoux de qualité fabriqués en argent S925 et en acier inoxydable.</p><p>Nos bijoux en argent sont fabriqués à partir d'un alliage connu et reconnu dans le domaine : l'argent S925. Il s'agit d'un alliage d'argent pur à 92,5 %. C'est le métal précieux le plus utilisé en bijouterie, car il est accessible, résistant et moins susceptible de ternir que l'argent pur à 100 %, en plus d'être un matériau anti-allergène.</p><p>Nos bijoux en acier inoxydable sont également très résistants et durables. Ils ne rouillent pas et ne se ternissent pas facilement. Ils sont donc idéaux pour un usage quotidien. Comme l'argent, l'acier inoxydable est un métal hypoallergénique, parfait pour les peaux sensibles.</p><p>Ces bijoux sont finement travaillés par nos bijoutiers partenaires et disponibles dans une variété de styles : croix, chapelets, médaillons, bracelets, etc.</p><p>Vous trouverez certainement un bijou qui conviendra à vos goûts et à votre budget chez Laudaris.</p></div></div><div class="faq-accordion faq-element" ><button class="product-accordion"> <h3 class="product-accordion-title faq-accordion-title faq-q">Comment porter une croix ?</h3> <svg class="product-accordion-arrow" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewbox="0 0 24 24" stroke="currentColor" fill="none" stroke-width="1" xmlns="http://www.w3.org/2000/svg" stroke-linecap="round" stroke-linejoin="round"> <path d="M 5 8.5 L 12 15.5 L 19 8.5" /> </svg> </button><div class="product-content hide-product-content faq-a page-description"><p>Il y a plusieurs façons de porter une croix. La plus commune est de la porter autour du cou avec une chaine ou un cordon. Chez Laudaris™, nous vous proposons des moyens alternatifs comme le bracelet, les boucles d'oreilles ou encore la bague. Ce sont des manières plus originales de la porter.</p><p>Ce choix vous revient et dépend de vos goûts personnels et de votre style. Le plus important est de porter la croix avec respect et de se rappeler sa signification.</p></div></div><div class="faq-accordion faq-element" ><button class="product-accordion"> <h3 class="product-accordion-title faq-accordion-title faq-q">Quelle est la différence entre une croix et un crucifix ?</h3> <svg class="product-accordion-arrow" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewbox="0 0 24 24" stroke="currentColor" fill="none" stroke-width="1" xmlns="http://www.w3.org/2000/svg" stroke-linecap="round" stroke-linejoin="round"> <path d="M 5 8.5 L 12 15.5 L 19 8.5" /> </svg> </button><div class="product-content hide-product-content faq-a page-description"><p>La différence entre une croix et un crucifix réside uniquement dans la représentation de Jésus sur la Croix. </p><p>La croix simple, vide, est simplement un symbole de la religion chrétienne qui représente le sacrifice de Jésus sur la croix, sans la représentation de son corps. </p><p>Le crucifix quant à lui représente Jésus sur la croix, avec son corps cloué à celle-ci. </p><p>Ainsi, le crucifix est considéré comme plus symbolique que la simple croix, car il rappelle de manière plus explicite le sacrifice de Jésus pour les chrétiens.</p><p>Les protestants rejettent l'utilisation du crucifix parce qu'ils trouvent qu'il représente la Mort et non la Résurrection du Christ.</p></div></div><div class="faq-accordion faq-element" ><button class="product-accordion"> <h3 class="product-accordion-title faq-accordion-title faq-q">Peut-on porter une croix chrétienne librement en France ?</h3> <svg class="product-accordion-arrow" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewbox="0 0 24 24" stroke="currentColor" fill="none" stroke-width="1" xmlns="http://www.w3.org/2000/svg" stroke-linecap="round" stroke-linejoin="round"> <path d="M 5 8.5 L 12 15.5 L 19 8.5" /> </svg> </button><div class="product-content hide-product-content faq-a page-description"><p>Oui, il est autorisé de porter une croix en France.</p><p>Cependant, il peut y avoir des exceptions dans certains lieux publics, comme à l'école de la république par exemple, ou d'autres institutions du gouvernement.</p></div></div></div> </div> <style> #shopify-section-template--24836073161037__section_faq_LWjhTa {background-color: rgba(0,0,0,0);padding-top: 40px;padding-bottom: 40px;} #shopify-section-template--24836073161037__section_faq_LWjhTa .index-title-block .index-title {font-size: 28px;margin-bottom: 20px; color: #111111;} @media all and (max-width: 539px) {#shopify-section-template--24836073161037__section_faq_LWjhTa .index-title-block .index-title {font-size: 28px;}} #shopify-section-template--24836073161037__section_faq_LWjhTa .index-icons-subtitle {margin-bottom: 30px;} #shopify-section-template--24836073161037__section_faq_LWjhTa .index-icons-subtitle p, #shopify-section-template--24836073161037__section_faq_LWjhTa .index-icons-subtitle li {color: #515151;} #shopify-section-template--24836073161037__section_faq_LWjhTa .product-accordion {background-color: rgba(0,0,0,0);} #shopify-section-template--24836073161037__section_faq_LWjhTa .faq-accordion {border-bottom: 1px solid #e7e7e7;} #shopify-section-template--24836073161037__section_faq_LWjhTa .index-faq {border-top: 1px solid #e7e7e7;} #shopify-section-template--24836073161037__section_faq_LWjhTa .product-accordion-title {color: #111111;} #shopify-section-template--24836073161037__section_faq_LWjhTa .product-accordion-arrow {color: #111111;} #shopify-section-template--24836073161037__section_faq_LWjhTa .product-content p, #shopify-section-template--24836073161037__section_faq_LWjhTa .product-content li {color: #515151;} </style></div> </main><aside class="modal-review"> <div class="modal-review-content"> <div class="flex"> <svg class="close-news-icon" id="close-review-bar" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewbox="0 0 24 24" stroke="currentColor" fill="none" stroke-width="1" xmlns="http://www.w3.org/2000/svg" stroke-linecap="round" stroke-linejoin="round"> <path d="M 6 6 L 18 18 Z M 6 18 L 18 6 Z" /> </svg> </div> <p class="news-title">Ajouter un avis</p> <div class="sizechart-block"><form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="contact" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="contact[message]" value="Un avis client a été posté sur votre boutique."><input type="hidden" name="contact[page]" value="https://laudaris.fr/"><input type="text" class="login-field first-login-field" name="contact[name]" placeholder="Votre nom" aria-label="Votre nom" value="" required="required"> <input type="email" class="login-field" name="contact[email]" placeholder="Votre e-mail" aria-label="Votre e-mail" value="" required="required"> <select name="contact[note]" title="note" class="login-option-list login-field" required="required"> <option value="5" selected>5 étoiles</option> <option value="4">4 étoiles</option> <option value="3">3 étoiles</option> <option value="2">2 étoiles</option> <option value="1">1 étoile</option> </select> <input type="text" class="login-field" name="contact[title]" placeholder="Titre de l'avis" aria-label="Titre de l'avis" value="" required="required"> <textarea class="new-comment-content login-field" name="contact[body]" placeholder="Écrivez votre avis ici" aria-label="Écrivez votre avis ici" required="required"></textarea> <button type="submit" class="new-comment-send index-contact-button">Envoyer</button></form></div> </div> </aside><aside class="modal-video"> <div class="modal-video-content"> <div class="format-video"></div> </div> </aside><aside class="modal-subscribe"> <div class="modal-subscribe-content no_img popup-item"> <svg class="close-news-icon" id="close-subscribe-bar" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewbox="0 0 24 24" stroke="currentColor" fill="none" stroke-width="1" xmlns="http://www.w3.org/2000/svg" stroke-linecap="round" stroke-linejoin="round"> <path d="M 6 6 L 18 18 Z M 6 18 L 18 6 Z" /> </svg> <div class="flex"> <div class="index-popup width-popup flex text-image-text text-dk-left text-mb-left"> <div class="text-image-content index-content page-description"> <p class="index-title">Merci pour votre inscription !</p> <p class="subscribed-content"></p> </div> </div> </div> </div> </aside><div id="shopify-section-popup-gdpr" class="shopify-section index-cookie"><script> function gdpr_accept() { } function gdpr_decline() { }</script></div><div id="shopify-section-popup-promo" class="shopify-section modal-promo"></div><div id="shopify-section-popup-exit" class="shopify-section modal-exit"></div><div id="shopify-section-popup-newsletter" class="shopify-section modal-news"><div class="modal-news-content side_img popup-item"> <svg class="close-news-icon" id="close-news-bar" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewbox="0 0 24 24" stroke="currentColor" fill="none" stroke-width="1" xmlns="http://www.w3.org/2000/svg" stroke-linecap="round" stroke-linejoin="round"> <path d="M 6 6 L 18 18 Z M 6 18 L 18 6 Z" /> </svg> <div class="flex"><div class="index-popup width-popup flex"><div class="placeholder text-image-picture popup-show-dk" style="padding-top: calc(1/0.7275641025641025 * 100%);"> <img class="placed lazyload full-width" src="//www.bijoux-chretiens.fr/cdn/shop/files/collier_sacre_1x.jpg?v=1748261378" data-aspectratio="0.7275641025641025" data-srcset=" //www.bijoux-chretiens.fr/cdn/shop/files/collier_sacre_5000x.jpg?v=1748261378 5000w, //www.bijoux-chretiens.fr/cdn/shop/files/collier_sacre_4500x.jpg?v=1748261378 4500w, //www.bijoux-chretiens.fr/cdn/shop/files/collier_sacre_4000x.jpg?v=1748261378 4000w, //www.bijoux-chretiens.fr/cdn/shop/files/collier_sacre_3500x.jpg?v=1748261378 3500w, //www.bijoux-chretiens.fr/cdn/shop/files/collier_sacre_3000x.jpg?v=1748261378 3000w, //www.bijoux-chretiens.fr/cdn/shop/files/collier_sacre_2500x.jpg?v=1748261378 2500w, //www.bijoux-chretiens.fr/cdn/shop/files/collier_sacre_2000x.jpg?v=1748261378 2000w, //www.bijoux-chretiens.fr/cdn/shop/files/collier_sacre_1800x.jpg?v=1748261378 1800w, //www.bijoux-chretiens.fr/cdn/shop/files/collier_sacre_1600x.jpg?v=1748261378 1600w, //www.bijoux-chretiens.fr/cdn/shop/files/collier_sacre_1400x.jpg?v=1748261378 1400w, //www.bijoux-chretiens.fr/cdn/shop/files/collier_sacre_1200x.jpg?v=1748261378 1200w, //www.bijoux-chretiens.fr/cdn/shop/files/collier_sacre_1000x.jpg?v=1748261378 1000w, //www.bijoux-chretiens.fr/cdn/shop/files/collier_sacre_800x.jpg?v=1748261378 800w, //www.bijoux-chretiens.fr/cdn/shop/files/collier_sacre_600x.jpg?v=1748261378 600w, //www.bijoux-chretiens.fr/cdn/shop/files/collier_sacre_500x.jpg?v=1748261378 500w, //www.bijoux-chretiens.fr/cdn/shop/files/collier_sacre_400x.jpg?v=1748261378 400w, //www.bijoux-chretiens.fr/cdn/shop/files/collier_sacre_300x.jpg?v=1748261378 300w, //www.bijoux-chretiens.fr/cdn/shop/files/collier_sacre_200x.jpg?v=1748261378 200w" data-sizes="auto" alt="" draggable="false" /> </div><div class="placeholder text-image-picture popup-show-mb" style="padding-top: calc(1/1.3352941176470587 * 100%);"> <img class="placed lazyload full-width" src="//www.bijoux-chretiens.fr/cdn/shop/files/Collier_sacre_coeur_1x.jpg?v=1748261371" data-aspectratio="1.3352941176470587" data-srcset=" //www.bijoux-chretiens.fr/cdn/shop/files/Collier_sacre_coeur_5000x.jpg?v=1748261371 5000w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_sacre_coeur_4500x.jpg?v=1748261371 4500w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_sacre_coeur_4000x.jpg?v=1748261371 4000w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_sacre_coeur_3500x.jpg?v=1748261371 3500w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_sacre_coeur_3000x.jpg?v=1748261371 3000w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_sacre_coeur_2500x.jpg?v=1748261371 2500w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_sacre_coeur_2000x.jpg?v=1748261371 2000w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_sacre_coeur_1800x.jpg?v=1748261371 1800w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_sacre_coeur_1600x.jpg?v=1748261371 1600w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_sacre_coeur_1400x.jpg?v=1748261371 1400w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_sacre_coeur_1200x.jpg?v=1748261371 1200w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_sacre_coeur_1000x.jpg?v=1748261371 1000w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_sacre_coeur_800x.jpg?v=1748261371 800w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_sacre_coeur_600x.jpg?v=1748261371 600w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_sacre_coeur_500x.jpg?v=1748261371 500w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_sacre_coeur_400x.jpg?v=1748261371 400w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_sacre_coeur_300x.jpg?v=1748261371 300w, //www.bijoux-chretiens.fr/cdn/shop/files/Collier_sacre_coeur_200x.jpg?v=1748261371 200w" data-sizes="auto" alt="" draggable="false" /> </div></div><div class="index-popup width-popup flex text-image-text padding-30 text-dk-left text-mb-left"> <div class="text-image-content index-content page-description"><p class="index-title">-15 % rien que pour vous.</p><p>Inscrivez-vous à notre newsletter et recevez votre code de bienvenue.</p><p>Découvrez nos créations inspirées, nos nouveautés et nos messages spirituels.<br/><br/></p> <div class="popup-newsletter-block center-text"><form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="index-newsletter-width"><input type="hidden" name="form_type" value="customer" /><input type="hidden" name="utf8" value="✓" /><div class="index-newsletter-form"> <input type="hidden" name="contact[tags]" value="newsletter"> <input type="email" name="contact[email]" class="login-field index-newsletter-field" aria-label="Entrez votre e-mail" placeholder="Entrez votre e-mail" required> <button type="submit" class="index-newsletter-button">S'inscrire</button> </div></form></div><div class="news-rgpd page-description"><p>En cliquant sur S'inscrire, vous acceptez de recevoir des emails de notre site.</p></div></div> </div> </div> </div> <style> #shopify-section-popup-newsletter .side_img, #shopify-section-popup-newsletter .top_img, #shopify-section-popup-newsletter .bg_img, #shopify-section-popup-newsletter .no_img {background-color: #ffffff;} #shopify-section-popup-newsletter .index-title {color: #111111;font-size: 28px;margin-bottom: 20px;} @media all and (max-width: 539px) {#shopify-section-popup-newsletter .index-title {font-size: 28px;}} #shopify-section-popup-newsletter .index-content p:not(.index-title), #shopify-section-popup-newsletter .index-content li {color: #515151;} #shopify-section-popup-newsletter .index-button, #shopify-section-popup-newsletter .index-newsletter-button {background-color: #b2905f;border: 1px solid #b2905f;color: #ffffff;} #shopify-section-popup-newsletter .index-button:hover, #shopify-section-popup-newsletter .index-newsletter-button:hover {background-color: #ffffff;border: 1px solid #b2905f;color: #b2905f;} #shopify-section-popup-newsletter .index-button, #shopify-section-popup-newsletter .popup-newsletter-block {margin-top: 0px;} #shopify-section-popup-newsletter .news-rgpd {margin-top: 20px;} #shopify-section-popup-newsletter .close-news-icon {color: #111111;} </style></div><div class="modal-search" id="modal-search"> <div class="modal-search-content popup-item"> <div class="container"> <div class="full-width flex search-align"> <form class="search-form" action="/search" name="GET" role="search"> <input type="hidden" name="type" value="product"> <input type="text" name="q" placeholder="Recherche..." class="search-field"> <input class="index-newsletter-button" type="submit" hidden> </form> <svg class="close-search-icon" id="close-search-bar" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewbox="0 0 24 24" stroke="currentColor" fill="none" stroke-width="1" xmlns="http://www.w3.org/2000/svg" stroke-linecap="round" stroke-linejoin="round"> <path d="M 6 6 L 18 18 Z M 6 18 L 18 6 Z" /> </svg> </div> <div class="full-width search-ajax" data-center="center-text" data-view-all="Voir tout"></div> </div> </div> </div><div id="shopify-section-popup-upsell" class="shopify-section modal-upsell"><div class="modal-upsell-content" data-upsell-once="true"> <svg class="close-upsell-icon" id="close-upsell-bar" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewbox="0 0 24 24" stroke="currentColor" fill="none" stroke-width="1" xmlns="http://www.w3.org/2000/svg" stroke-linecap="round" stroke-linejoin="round"> <path d="M 6 6 L 18 18 Z M 6 18 L 18 6 Z" /> </svg> <p class="index-title center-text upsell-top-title"></p> <div class="index-content center-text"><p class="upsell-top-text"></p></div> <div class="flex index-title-margin"> <div class="upsell-image"> <div class="slider__item"> <div class="image-complete" data-media-id=""> <img src="" alt="" class="image-complete-picture" draggable="false"> </div> </div> </div> <div class="upsell-texts flex"> <p class="upsell-title upsell-product-name"></p> <div class="product-pricing"> <p class="product-current-price"></p> <p class="product-old-price"></p> <p class="product-price-reduction"></p> </div> <div class="shopify-product-form"> <div class="product-option"> <select name="id" class="product-option-list"></select> </div> <div class="upsell-custom" data-alert="Veuillez remplir ce champ"></div> </div> <button type="submit" class="product-to-cart" style="margin-top:auto;">J'en profite !</button> </div> </div> </div> <style> #shopify-section-popup-upsell .upsell-top-title {color: #111111;font-size: 24px;} #shopify-section-popup-upsell .upsell-title {font-size: 24px;} @media all and (max-width: 599px) { #shopify-section-popup-upsell .upsell-top-title {font-size: 24px;} #shopify-section-popup-upsell .upsell-title {font-size: 20px;} } </style></div><div id="shopify-section-popup-restricted" class="shopify-section modal-restricted"></div><div id="shopify-section-footer" class="shopify-section shopify-section--footer"><footer id="footer"><div class="footer-content"> <div class="container flex"> <div class="footer-blocks"><div class="footer-block footer-block-4 footer-dk-1 footer-mb-1" ><div class="placeholder footer-image" style="padding-top: calc(250/4.113924050632911 * 1px);width:250px;max-width:100%;"> <img class="placed lazyload" src="//www.bijoux-chretiens.fr/cdn/shop/files/Laudaris_Logo_1x.png?v=1745409813" width="250" data-aspectratio="4.113924050632911" data-srcset=" //www.bijoux-chretiens.fr/cdn/shop/files/Laudaris_Logo_2000x.png?v=1745409813 2000w, //www.bijoux-chretiens.fr/cdn/shop/files/Laudaris_Logo_1800x.png?v=1745409813 1800w, //www.bijoux-chretiens.fr/cdn/shop/files/Laudaris_Logo_1600x.png?v=1745409813 1600w, //www.bijoux-chretiens.fr/cdn/shop/files/Laudaris_Logo_1400x.png?v=1745409813 1400w, //www.bijoux-chretiens.fr/cdn/shop/files/Laudaris_Logo_1200x.png?v=1745409813 1200w, //www.bijoux-chretiens.fr/cdn/shop/files/Laudaris_Logo_1000x.png?v=1745409813 1000w, //www.bijoux-chretiens.fr/cdn/shop/files/Laudaris_Logo_800x.png?v=1745409813 800w, //www.bijoux-chretiens.fr/cdn/shop/files/Laudaris_Logo_600x.png?v=1745409813 600w, //www.bijoux-chretiens.fr/cdn/shop/files/Laudaris_Logo_400x.png?v=1745409813 400w, //www.bijoux-chretiens.fr/cdn/shop/files/Laudaris_Logo_200x.png?v=1745409813 200w" data-sizes="auto" alt="Laudaris™" draggable="false" /> </div><div class="footer-text"><ul><li>contact@laudaris.fr</li><li>102, avenue des Champs-Élysées<br/>75008 Paris</li></ul></div><ul class="footer-icons"> <li class="footer-social footer-social2"> <a href="https://www.instagram.com/bijoux_chretiens/" target="_blank" rel="noopener" aria-label="Instagram"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 88.49 88.49"><path d="M56.67 29.15a2.76 2.76 0 102.75 2.75A2.75 2.75 0 0056.67 29.15zM44.44 32.68A11.57 11.57 0 1056 44.24 11.58 11.58 0 0044.44 32.68zm0 19a7.41 7.41 0 117.4-7.41A7.41 7.41 0 0144.44 51.65z"/><path d="M53.61,67.72H34.87a14.12,14.12,0,0,1-14.1-14.1V34.87a14.12,14.12,0,0,1,14.1-14.1H53.61a14.12,14.12,0,0,1,14.11,14.1V53.62A14.12,14.12,0,0,1,53.61,67.72ZM34.87,25.19a9.69,9.69,0,0,0-9.68,9.68V53.62a9.69,9.69,0,0,0,9.68,9.68H53.61a9.69,9.69,0,0,0,9.69-9.68V34.87a9.69,9.69,0,0,0-9.69-9.68Z"/></svg> </a> </li><li class="footer-social footer-social2"> <a href="https://www.pinterest.fr/bijouxchretiensfr/" target="_blank" rel="noopener" aria-label="Pinterest"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 88.49 88.49"><path fill-rule="evenodd" d="M42.65,53.88c0,.14-.08.26-.12.37-1.78,7-2,8.57-3.82,11.83a37.3,37.3,0,0,1-3,4.41c-.12.16-.24.37-.48.32s-.29-.3-.32-.52a37.28,37.28,0,0,1-.39-6.42c.09-2.8.44-3.76,4-18.94a1.07,1.07,0,0,0-.08-.64,10.59,10.59,0,0,1-.28-7.09c1.63-5.18,7.5-5.58,8.53-1.31.63,2.65-1,6.11-2.32,11.22-1.07,4.22,3.9,7.22,8.14,4.14,3.92-2.84,5.43-9.65,5.15-14.47-.57-9.62-11.12-11.7-17.81-8.6-7.67,3.55-9.41,13-5.95,17.4.44.55.78.89.63,1.45-.22.87-.42,1.75-.66,2.61a.93.93,0,0,1-1.37.62,7.9,7.9,0,0,1-3.2-2.4c-2.94-3.65-3.78-10.85.11-16.95,4.3-6.76,12.32-9.49,19.63-8.66,8.74,1,14.27,7,15.3,13.74.47,3.08.13,10.69-4.2,16.07-5,6.18-13.06,6.59-16.79,2.8C43.16,54.57,42.93,54.23,42.65,53.88Z"/></svg> </a> </li> </ul> </div><div class="footer-block footer-block-4 footer-dk-1 footer-mb-1" ><p class="footer-title">Liens utiles</p><ul class="footer-block-links"><li><a href="/pages/avis-laudaris" rel="nofollow">Avis client</a></li><li><a href="/pages/fidelite-laudaris" rel="nofollow">Programme de récompenses</a></li><li><a href="/apps/suivi" rel="nofollow">Suivi de commande</a></li><li><a href="/pages/faq" rel="nofollow">Foire aux Questions (FAQ)</a></li><li><a href="/pages/contact" rel="nofollow">Nous contacter</a></li><li><a href="/pages/notre-histoire" rel="nofollow">À propos...</a></li></ul></div><div class="footer-block footer-block-4 footer-dk-1 footer-mb-1" ><p class="footer-title">Sélection</p><ul class="footer-block-links"><li><a href="/products/chapelet-catholique" rel="">Chapelet</a></li><li><a href="/products/dizainier" rel="">Dizainier</a></li><li><a href="/products/chapelet-voiture" rel="">Chapelet Voiture</a></li></ul></div><div class="footer-block footer-block-4 footer-dk-1 footer-mb-1" ><p class="footer-title">Recevez 15% de réduction !</p><div class="footer-text"><p>Inscrivez-vous à notre newsletter et profitez de <strong>15 % de réduction</strong> pour votre première commande.</p></div><button id="footer-button" class="news-button">Je m'abonne</button> </div></div> </div> </div><div class="footer-credits footer-dk-1 footer-mb-1"> <div class="container"> <div class="flex"> <div class="footer-credits-shop">© 2025 Laudaris™ - Tous droits réservés</div><ul class="footer-credits-payments"> <li><svg xmlns="http://www.w3.org/2000/svg" role="img" aria-labelledby="pi-american_express" viewbox="0 0 38 24" width="38" height="24"><title id="pi-american_express">American Express</title><path fill="#000" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3Z" opacity=".07"/><path fill="#006FCF" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32Z"/><path fill="#FFF" d="M22.012 19.936v-8.421L37 11.528v2.326l-1.732 1.852L37 17.573v2.375h-2.766l-1.47-1.622-1.46 1.628-9.292-.02Z"/><path fill="#006FCF" d="M23.013 19.012v-6.57h5.572v1.513h-3.768v1.028h3.678v1.488h-3.678v1.01h3.768v1.531h-5.572Z"/><path fill="#006FCF" d="m28.557 19.012 3.083-3.289-3.083-3.282h2.386l1.884 2.083 1.89-2.082H37v.051l-3.017 3.23L37 18.92v.093h-2.307l-1.917-2.103-1.898 2.104h-2.321Z"/><path fill="#FFF" d="M22.71 4.04h3.614l1.269 2.881V4.04h4.46l.77 2.159.771-2.159H37v8.421H19l3.71-8.421Z"/><path fill="#006FCF" d="m23.395 4.955-2.916 6.566h2l.55-1.315h2.98l.55 1.315h2.05l-2.904-6.566h-2.31Zm.25 3.777.875-2.09.873 2.09h-1.748Z"/><path fill="#006FCF" d="M28.581 11.52V4.953l2.811.01L32.84 9l1.456-4.046H37v6.565l-1.74.016v-4.51l-1.644 4.494h-1.59L30.35 7.01v4.51h-1.768Z"/></svg> </li><li><svg version="1.1" xmlns="http://www.w3.org/2000/svg" role="img" x="0" y="0" width="38" height="24" viewbox="0 0 165.521 105.965" xml:space="preserve" aria-labelledby="pi-apple_pay"><title id="pi-apple_pay">Apple Pay</title><path fill="#000" d="M150.698 0H14.823c-.566 0-1.133 0-1.698.003-.477.004-.953.009-1.43.022-1.039.028-2.087.09-3.113.274a10.51 10.51 0 0 0-2.958.975 9.932 9.932 0 0 0-4.35 4.35 10.463 10.463 0 0 0-.975 2.96C.113 9.611.052 10.658.024 11.696a70.22 70.22 0 0 0-.022 1.43C0 13.69 0 14.256 0 14.823v76.318c0 .567 0 1.132.002 1.699.003.476.009.953.022 1.43.028 1.036.09 2.084.275 3.11a10.46 10.46 0 0 0 .974 2.96 9.897 9.897 0 0 0 1.83 2.52 9.874 9.874 0 0 0 2.52 1.83c.947.483 1.917.79 2.96.977 1.025.183 2.073.245 3.112.273.477.011.953.017 1.43.02.565.004 1.132.004 1.698.004h135.875c.565 0 1.132 0 1.697-.004.476-.002.952-.009 1.431-.02 1.037-.028 2.085-.09 3.113-.273a10.478 10.478 0 0 0 2.958-.977 9.955 9.955 0 0 0 4.35-4.35c.483-.947.789-1.917.974-2.96.186-1.026.246-2.074.274-3.11.013-.477.02-.954.022-1.43.004-.567.004-1.132.004-1.699V14.824c0-.567 0-1.133-.004-1.699a63.067 63.067 0 0 0-.022-1.429c-.028-1.038-.088-2.085-.274-3.112a10.4 10.4 0 0 0-.974-2.96 9.94 9.94 0 0 0-4.35-4.35A10.52 10.52 0 0 0 156.939.3c-1.028-.185-2.076-.246-3.113-.274a71.417 71.417 0 0 0-1.431-.022C151.83 0 151.263 0 150.698 0z" /><path fill="#FFF" d="M150.698 3.532l1.672.003c.452.003.905.008 1.36.02.793.022 1.719.065 2.583.22.75.135 1.38.34 1.984.648a6.392 6.392 0 0 1 2.804 2.807c.306.6.51 1.226.645 1.983.154.854.197 1.783.218 2.58.013.45.019.9.02 1.36.005.557.005 1.113.005 1.671v76.318c0 .558 0 1.114-.004 1.682-.002.45-.008.9-.02 1.35-.022.796-.065 1.725-.221 2.589a6.855 6.855 0 0 1-.645 1.975 6.397 6.397 0 0 1-2.808 2.807c-.6.306-1.228.511-1.971.645-.881.157-1.847.2-2.574.22-.457.01-.912.017-1.379.019-.555.004-1.113.004-1.669.004H14.801c-.55 0-1.1 0-1.66-.004a74.993 74.993 0 0 1-1.35-.018c-.744-.02-1.71-.064-2.584-.22a6.938 6.938 0 0 1-1.986-.65 6.337 6.337 0 0 1-1.622-1.18 6.355 6.355 0 0 1-1.178-1.623 6.935 6.935 0 0 1-.646-1.985c-.156-.863-.2-1.788-.22-2.578a66.088 66.088 0 0 1-.02-1.355l-.003-1.327V14.474l.002-1.325a66.7 66.7 0 0 1 .02-1.357c.022-.792.065-1.717.222-2.587a6.924 6.924 0 0 1 .646-1.981c.304-.598.7-1.144 1.18-1.623a6.386 6.386 0 0 1 1.624-1.18 6.96 6.96 0 0 1 1.98-.646c.865-.155 1.792-.198 2.586-.22.452-.012.905-.017 1.354-.02l1.677-.003h135.875" /><g><g><path fill="#000" d="M43.508 35.77c1.404-1.755 2.356-4.112 2.105-6.52-2.054.102-4.56 1.355-6.012 3.112-1.303 1.504-2.456 3.959-2.156 6.266 2.306.2 4.61-1.152 6.063-2.858" /><path fill="#000" d="M45.587 39.079c-3.35-.2-6.196 1.9-7.795 1.9-1.6 0-4.049-1.8-6.698-1.751-3.447.05-6.645 2-8.395 5.1-3.598 6.2-.95 15.4 2.55 20.45 1.699 2.5 3.747 5.25 6.445 5.151 2.55-.1 3.549-1.65 6.647-1.65 3.097 0 3.997 1.65 6.696 1.6 2.798-.05 4.548-2.5 6.247-5 1.95-2.85 2.747-5.6 2.797-5.75-.05-.05-5.396-2.101-5.446-8.251-.05-5.15 4.198-7.6 4.398-7.751-2.399-3.548-6.147-3.948-7.447-4.048" /></g><g><path fill="#000" d="M78.973 32.11c7.278 0 12.347 5.017 12.347 12.321 0 7.33-5.173 12.373-12.529 12.373h-8.058V69.62h-5.822V32.11h14.062zm-8.24 19.807h6.68c5.07 0 7.954-2.729 7.954-7.46 0-4.73-2.885-7.434-7.928-7.434h-6.706v14.894z" /><path fill="#000" d="M92.764 61.847c0-4.809 3.665-7.564 10.423-7.98l7.252-.442v-2.08c0-3.04-2.001-4.704-5.562-4.704-2.938 0-5.07 1.507-5.51 3.82h-5.252c.157-4.86 4.731-8.395 10.918-8.395 6.654 0 10.995 3.483 10.995 8.89v18.663h-5.38v-4.497h-.13c-1.534 2.937-4.914 4.782-8.579 4.782-5.406 0-9.175-3.222-9.175-8.057zm17.675-2.417v-2.106l-6.472.416c-3.64.234-5.536 1.585-5.536 3.95 0 2.288 1.975 3.77 5.068 3.77 3.95 0 6.94-2.522 6.94-6.03z" /><path fill="#000" d="M120.975 79.652v-4.496c.364.051 1.247.103 1.715.103 2.573 0 4.029-1.09 4.913-3.899l.52-1.663-9.852-27.293h6.082l6.863 22.146h.13l6.862-22.146h5.927l-10.216 28.67c-2.34 6.577-5.017 8.735-10.683 8.735-.442 0-1.872-.052-2.261-.157z" /></g></g></svg> </li><li><svg width="38" height="24" role="img" viewbox="0 0 38 24" fill="none" xmlns="http://www.w3.org/2000/svg" aria-labelledby="pi-cartes_bancaires"><title id="pi-cartes_bancaires">Cartes Bancaires</title><rect x="1" y="1" width="36" height="22" rx="2" fill="url(#pi-cartes_bancaires-paint0_linear)"/><rect x=".5" y=".5" width="37" height="23" rx="2.5" stroke="#000" stroke-opacity=".07"/><path fill-rule="evenodd" clip-rule="evenodd" d="M28 9.934c0 1.067-.8 1.932-1.79 1.934v.002h-6.52V8h6.52c.99.002 1.79.867 1.79 1.934zm0 4.104c0 1.067-.8 1.932-1.79 1.934v.003h-6.52v-3.87h6.52c.99.002 1.79.867 1.79 1.933zm-13.224-1.934h4.788v.378c0 1.943-1.46 3.518-3.26 3.518H13.26C11.46 16 10 14.425 10 12.482v-.938c0-1.943 1.46-3.518 3.26-3.518h3.044c1.8 0 3.26 1.575 3.26 3.518v.326h-4.788v.234z" fill="#fff"/><defs><lineargradient id="pi-cartes_bancaires-paint0_linear" x1="37" y1="1" x2="17.422" y2="33.036" gradientunits="userSpaceOnUse"><stop stop-color="#083969"/><stop offset=".492" stop-color="#007B9D"/><stop offset="1" stop-color="#00A84A"/></lineargradient></defs></svg></li><li><svg viewbox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-master"><title id="pi-master">Mastercard</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><circle fill="#EB001B" cx="15" cy="12" r="7"/><circle fill="#F79E1B" cx="23" cy="12" r="7"/><path fill="#FF5F00" d="M22 12c0-2.4-1.2-4.5-3-5.7-1.8 1.3-3 3.4-3 5.7s1.2 4.5 3 5.7c1.8-1.2 3-3.3 3-5.7z"/></svg></li><li><svg xmlns="http://www.w3.org/2000/svg" role="img" viewbox="0 0 38 24" width="38" height="24" aria-labelledby="pi-shopify_pay"><title id="pi-shopify_pay">Shop Pay</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z" fill="#000"/><path d="M35.889 0C37.05 0 38 .982 38 2.182v19.636c0 1.2-.95 2.182-2.111 2.182H2.11C.95 24 0 23.018 0 21.818V2.182C0 .982.95 0 2.111 0H35.89z" fill="#5A31F4"/><path d="M9.35 11.368c-1.017-.223-1.47-.31-1.47-.705 0-.372.306-.558.92-.558.54 0 .934.238 1.225.704a.079.079 0 00.104.03l1.146-.584a.082.082 0 00.032-.114c-.475-.831-1.353-1.286-2.51-1.286-1.52 0-2.464.755-2.464 1.956 0 1.275 1.15 1.597 2.17 1.82 1.02.222 1.474.31 1.474.705 0 .396-.332.582-.993.582-.612 0-1.065-.282-1.34-.83a.08.08 0 00-.107-.035l-1.143.57a.083.083 0 00-.036.111c.454.92 1.384 1.437 2.627 1.437 1.583 0 2.539-.742 2.539-1.98s-1.155-1.598-2.173-1.82v-.003zM15.49 8.855c-.65 0-1.224.232-1.636.646a.04.04 0 01-.069-.03v-2.64a.08.08 0 00-.08-.081H12.27a.08.08 0 00-.08.082v8.194a.08.08 0 00.08.082h1.433a.08.08 0 00.081-.082v-3.594c0-.695.528-1.227 1.239-1.227.71 0 1.226.521 1.226 1.227v3.594a.08.08 0 00.081.082h1.433a.08.08 0 00.081-.082v-3.594c0-1.51-.981-2.577-2.355-2.577zM20.753 8.62c-.778 0-1.507.24-2.03.588a.082.082 0 00-.027.109l.632 1.088a.08.08 0 00.11.03 2.5 2.5 0 011.318-.366c1.25 0 2.17.891 2.17 2.068 0 1.003-.736 1.745-1.669 1.745-.76 0-1.288-.446-1.288-1.077 0-.361.152-.657.548-.866a.08.08 0 00.032-.113l-.596-1.018a.08.08 0 00-.098-.035c-.799.299-1.359 1.018-1.359 1.984 0 1.46 1.152 2.55 2.76 2.55 1.877 0 3.227-1.313 3.227-3.195 0-2.018-1.57-3.492-3.73-3.492zM28.675 8.843c-.724 0-1.373.27-1.845.746-.026.027-.069.007-.069-.029v-.572a.08.08 0 00-.08-.082h-1.397a.08.08 0 00-.08.082v8.182a.08.08 0 00.08.081h1.433a.08.08 0 00.081-.081v-2.683c0-.036.043-.054.069-.03a2.6 2.6 0 001.808.7c1.682 0 2.993-1.373 2.993-3.157s-1.313-3.157-2.993-3.157zm-.271 4.929c-.956 0-1.681-.768-1.681-1.783s.723-1.783 1.681-1.783c.958 0 1.68.755 1.68 1.783 0 1.027-.713 1.783-1.681 1.783h.001z" fill="#fff"/></svg> </li><li><svg viewbox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-visa"><title id="pi-visa">Visa</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path d="M28.3 10.1H28c-.4 1-.7 1.5-1 3h1.9c-.3-1.5-.3-2.2-.6-3zm2.9 5.9h-1.7c-.1 0-.1 0-.2-.1l-.2-.9-.1-.2h-2.4c-.1 0-.2 0-.2.2l-.3.9c0 .1-.1.1-.1.1h-2.1l.2-.5L27 8.7c0-.5.3-.7.8-.7h1.5c.1 0 .2 0 .2.2l1.4 6.5c.1.4.2.7.2 1.1.1.1.1.1.1.2zm-13.4-.3l.4-1.8c.1 0 .2.1.2.1.7.3 1.4.5 2.1.4.2 0 .5-.1.7-.2.5-.2.5-.7.1-1.1-.2-.2-.5-.3-.8-.5-.4-.2-.8-.4-1.1-.7-1.2-1-.8-2.4-.1-3.1.6-.4.9-.8 1.7-.8 1.2 0 2.5 0 3.1.2h.1c-.1.6-.2 1.1-.4 1.7-.5-.2-1-.4-1.5-.4-.3 0-.6 0-.9.1-.2 0-.3.1-.4.2-.2.2-.2.5 0 .7l.5.4c.4.2.8.4 1.1.6.5.3 1 .8 1.1 1.4.2.9-.1 1.7-.9 2.3-.5.4-.7.6-1.4.6-1.4 0-2.5.1-3.4-.2-.1.2-.1.2-.2.1zm-3.5.3c.1-.7.1-.7.2-1 .5-2.2 1-4.5 1.4-6.7.1-.2.1-.3.3-.3H18c-.2 1.2-.4 2.1-.7 3.2-.3 1.5-.6 3-1 4.5 0 .2-.1.2-.3.2M5 8.2c0-.1.2-.2.3-.2h3.4c.5 0 .9.3 1 .8l.9 4.4c0 .1 0 .1.1.2 0-.1.1-.1.1-.1l2.1-5.1c-.1-.1 0-.2.1-.2h2.1c0 .1 0 .1-.1.2l-3.1 7.3c-.1.2-.1.3-.2.4-.1.1-.3 0-.5 0H9.7c-.1 0-.2 0-.2-.2L7.9 9.5c-.2-.2-.5-.5-.9-.6-.6-.3-1.7-.5-1.9-.5L5 8.2z" fill="#142688"/></svg></li> </ul></div><ul class="footer-credits-links"><li><a href="/policies/terms-of-sale" rel="nofollow">Conditions Générales de Ventes</a></li><li><a href="/policies/legal-notice" rel="nofollow">Mentions Légales</a></li><li><a href="/policies/terms-of-service" rel="nofollow">Conditions d'Utilisation</a></li><li><a href="/policies/privacy-policy" rel="nofollow">Confidentialité</a></li><li><a href="/policies/refund-policy" rel="nofollow">Remboursement</a></li><li><a href="/policies/contact-information" rel="nofollow">Coordonnées</a></li></ul></div> </div> </footer> <style> #shopify-section-footer #footer {border-top: 1px solid #b2905f;}#shopify-section-footer .footer-title {font-size: 16px;} #shopify-section-footer .footer-block-links li, .footer-text p, .footer-text li {font-size: 14px;} </style></div><script src="//www.bijoux-chretiens.fr/cdn/shop/t/35/assets/lazysizes.min.js?v=122719776364282065531744622819" async=""></script> <script src="//www.bijoux-chretiens.fr/cdn/shop/t/35/assets/theme.js?v=175050058606690879281751046006" defer></script> <script> window.addEventListener("globoFilterRenderCompleted", function(e) { const swatch_btn = document.querySelectorAll('.spf-product__swatch'); swatch_btn.forEach(btn => { let timer; btn.addEventListener('mouseenter', () => { timer = setTimeout(() => { btn.click(); }, 100); }); btn.addEventListener('mouseleave', () => { clearTimeout(timer); }); }); }); GloboEmbedFilterConfig.shop.translation.fr.sort.sort_by = "Filtrer par "; </script><script id="gspfProduct" type="template/html"> {%- assign swatch_options = 'couleur' | downcase | split: "~~" | uniq -%} {%- assign image_options = '' | downcase | split: "~~" | uniq -%} {%- assign text_options = '' | downcase | split: "~~" | uniq -%} {%- assign image_size = '500x500' -%} {%- assign no_image = 'https://cdn.shopify.com/s/images/themes/product-1.png' -%} {%- assign featured_image = product.featured_image -%} {%- assign product_price = product.price -%} {%- assign product_compare_at_price = product.compare_at_price -%} {%- assign selected_or_first_available_variant = product.selected_or_first_available_variant -%} {%- assign variant_url = '' -%} {% if product.selected_variant %} {% assign selected_or_first_available_variant = product.selected_variant %} {% assign product_price = selected_or_first_available_variant.price %} {% assign product_compare_at_price = selected_or_first_available_variant.compare_at_price %} {% if selected_or_first_available_variant.image %} {% assign featured_image = selected_or_first_available_variant.image %} {% endif %} {% endif %} {%- assign images_count = product.images | size -%} <div {% if showPageData %} data-page="{{page}}"{% endif %} class="spf-col-xl-3 spf-col-lg-3 spf-col-md-6 spf-col-sm-6 spf-col-6" {{ hn_tag_question }}> <div class="spf-product-card spf-product-card__center spf-product-card__template-1{% unless product.available %} spf-soldout{% endunless %}"> <div class="spf-product-card__inner"> {%- unless product.available -%} {%- endunless -%} <a class="spf-product-card__image-wrapper{% if images_count > 1 %} hover-effect{% endif %}" href="{{root_url}}{{ product.url }}{{variant_url}}" style="padding-top:100%;"> {%- if images_count > 0 -%} {%- for image in product.images -%} <img data-variants="{% if image.variant_ids %}{{image.variant_ids | join: ','}}{% endif %}" class="gflazyload spf-product-card__image spf-product-card__image-{% if featured_image.id == image.id %}main{% elsif image.id == product.second_image.id %}secondary{% else %}hidden{% endif %}" srcset="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" src="{{image.src | img_url: image_size}}" data-src="{{image.src | img_lazyload_url}}" data-sizes="auto" data-aspectratio="{{image.aspect_ratio}}" data-parent-fit="contain" alt="{{image.alt | escape}}" /> {%- endfor -%} {%- else -%} <img data-variants="" class="gflazyload spf-product-card__image spf-product-card__image-main" src="{{no_image}}" alt="{{product.title | escape}}"> {%- endif -%} </a> <form class="spf-product__form" action="{{ root_url }}/cart/add" method="post"> <select name="id" class="spf-product__variants"> {%- for variant in product.variants -%} <option data-option1="{{variant.option1 | escape}}" data-option2="{{variant.option2 | escape}}" data-option3="{{variant.option3 | escape}}" data-price="{{variant.price}}" data-compare_at_price="{{variant.compare_at_price}}" data-available="{{variant.available}}" data-image="{% if variant.image.src %}{{variant.image.src | img_url: image_size }}{% endif %}" {% if variant.id == selected_or_first_available_variant.id %} selected="selected" {% endif %} value="{{ variant.id }}">{{ variant.title }}</option> {%- endfor -%} </select> </form> </div> <div class="spf-product__info"> {%- if product.title contains " - " -%} <p class="h4 spf-product-card__title product-carousel-subtitle {% if settings.one_line_title %}one-line-title{% endif %}">{{ product.title | split: " - " | first }} </p> <div class="spf-product-card__vendor product-carousel-title ">{{ product.title | split: " - " | last }}</div> {%- else -%} <p class="h4 spf-product-card__title product-carousel-title {% if settings.one_line_title %}one-line-title{% endif %}">{{ product.title }}</p> {%- endif -%} <div class="spf-product-card__price-wrapper-custom"> {%- if product_compare_at_price > product_price -%} <span class="spf-product-card__oldprice{% unless currencyFormat contains 'money' %} money{% endunless %}">{{ product_compare_at_price | money_without_trailing_zeros }}</span> <span class="spf-product-card__saleprice{% unless currencyFormat contains 'money' %} money{% endunless %}">{{ product_price | money_without_trailing_zeros }}</span> {%- else -%} <span class="spf-product-card__price{% unless currencyFormat contains 'money' %} money{% endunless %}">{{ product_price | money_without_trailing_zeros }}</span> {%- endif -%} </div> {%- for option in product.options -%} {%- assign optionIndex = 'option' | append: forloop.index -%} {%- assign optionIndexNumber = forloop.index -%} {%- if option.isSwatch -%} <div class="spf-product__swatchs round"> {%- for value in option.values -%} {%- assign swatch = option.swatches[forloop.index0] -%} <span data-option="{{optionIndexNumber}}" data-option-value="{{value | escape}}" class="spf-product__swatch{% if product.selected_or_first_available_variant and product.selected_or_first_available_variant[optionIndex] == value %} is-selected{% endif %}{% unless swatch.available %} soldout{% endunless %}" title="{{value | escape}}"> <span translatable class="spf-product__swatch-inner"> {%- if swatch.mode == 4 and swatch.image -%} <span class="spf-product__swatch-image" style="background-image: url('{{ swatch.image | img_url: '24x' }}')"></span> {%- elsif swatch.mode == 3 and swatch.image -%} <span class="spf-product__swatch-image" style="background-image: url('{{ swatch.image }}')"></span> {%- elsif swatch.mode == 2 and swatch.color_1 and swatch.color_2 -%} <span class="spf-product__swatch-color" style="background-color: {{ swatch.color_1 }}"></span> <span class="spf-product__swatch-color" style="border-right-color: {{ swatch.color_2 }}"></span> {%- elsif swatch.mode == 1 and swatch.color_1 -%} <span class="spf-product__swatch-color" style="background-color: {{ swatch.color_1 }}"></span> {%- elsif swatch.lable -%} <span class="spf-product__swatch-text">{{swatch.lable}}</span> {%- else -%} <span class="spf-product__swatch-text">{{value}}</span> {%- endif -%} </span> </span> {%- endfor -%} </div> {%- endif -%} {%- endfor -%} </div> </div> </div> </script><style> .jdgm-star {font-family: 'JudgemeStar'!important;} </style> <div id="shopify-block-AcVdWR1d0ZzhmRUg1e__11560147490181472608" class="shopify-block shopify-app-block"><!-- BEGIN app snippet: rivo-init --><script type="text/javascript" id="rivo-app-embed-init"> window.Rivo = window.Rivo || {}; window.Rivo.embedded_version_enabled = true; window.Rivo.common = window.Rivo.common || {}; window.Rivo.common.shop = { permanent_domain: 'croixetcrois.myshopify.com', currency: "EUR", money_format: "{{amount_with_comma_separator}} €", id: 56922996874 }; window.Rivo.common.template = 'index'; window.Rivo.common.full_template = 'index'; window.Rivo.common.cart = {}; window.Rivo.common.translations = {}; window.Rivo.global_config = {"asset_urls":{"loy":{"api_js":"https:\/\/cdn.shopify.com\/s\/files\/1\/0194\/1736\/6592\/t\/1\/assets\/ba_rivo_api.js?v=1711433133","lp_js":"https:\/\/cdn.shopify.com\/s\/files\/1\/0194\/1736\/6592\/t\/1\/assets\/ba_rivo_lp.js?v=1728357978","lp_css":"https:\/\/cdn.shopify.com\/s\/files\/1\/0194\/1736\/6592\/t\/1\/assets\/ba_rivo_lp.css?v=1751288910","profile_js":"https:\/\/cdn.shopify.com\/s\/files\/1\/0194\/1736\/6592\/t\/1\/assets\/ba_rivo_profile.js?v=1728357977","profile_css":"https:\/\/cdn.shopify.com\/s\/files\/1\/0194\/1736\/6592\/t\/1\/assets\/ba_rivo_profile.css?v=1751230489","init_js":"https:\/\/cdn.shopify.com\/s\/files\/1\/0194\/1736\/6592\/t\/1\/assets\/ba_loy_init.js?v=1728219104","referrals_js":"https:\/\/cdn.shopify.com\/s\/files\/1\/0194\/1736\/6592\/t\/1\/assets\/ba_loy_referrals.js?v=1711433131","referrals_css":"https:\/\/cdn.shopify.com\/s\/files\/1\/0194\/1736\/6592\/t\/1\/assets\/ba_loy_referrals.css?v=1700287043","widget_js":"https:\/\/cdn.shopify.com\/s\/files\/1\/0037\/2110\/1430\/t\/963\/assets\/ba_loy_widget.js?v=1728252181","widget_css":"https:\/\/cdn.shopify.com\/s\/files\/1\/0194\/1736\/6592\/t\/1\/assets\/ba_loy_widget.css?v=1692840875","page_init_js":"https:\/\/cdn.shopify.com\/s\/files\/1\/0194\/1736\/6592\/t\/1\/assets\/ba_loy_page_init.js?v=1711433130","page_widget_js":"https:\/\/cdn.shopify.com\/s\/files\/1\/0194\/1736\/6592\/t\/1\/assets\/ba_loy_page_widget.js?v=1711432435","page_widget_css":"https:\/\/cdn.shopify.com\/s\/files\/1\/0194\/1736\/6592\/t\/1\/assets\/ba_loy_page.css?v=1693059047","page_preview_js":null,"app_proxy_applications_js":"https:\/\/cdn.shopify.com\/s\/files\/1\/0194\/1736\/6592\/t\/1\/assets\/app_proxy_application.js?v=1708835151","app_proxy_membership_js":"https:\/\/cdn.shopify.com\/s\/files\/1\/0194\/1736\/6592\/t\/1\/assets\/app_proxy_membership.js?v=1708835152"},"forms":{"init_js":"https:\/\/cdn.shopify.com\/s\/files\/1\/0194\/1736\/6592\/t\/1\/assets\/ba_forms_init.js?v=1711433134","widget_js":"https:\/\/cdn.shopify.com\/s\/files\/1\/0194\/1736\/6592\/t\/1\/assets\/ba_forms_widget.js?v=1711433135","forms_css":"https:\/\/cdn.shopify.com\/s\/files\/1\/0194\/1736\/6592\/t\/1\/assets\/ba_forms.css?v=1691714518"},"global":{"helper_js":"https:\/\/cdn.shopify.com\/s\/files\/1\/0194\/1736\/6592\/t\/1\/assets\/ba_tracking.js?v=1710750015"}},"proxy_paths":{"loy":"\/apps\/ba-loy","app_metrics":"\/apps\/ba-loy\/app_metrics"},"aat":["loy"],"pv":false,"sts":false,"bam":false,"batc":false,"fetch_url_to_string":false,"base_money_format":"{{amount_with_comma_separator}} €","online_store_version":2,"loy_js_api_enabled":false,"hide_console_ad":false,"shopify_markets_enabled":false,"google_client_id":"105612801293-i27f7uh4jfd7tajl14hqbqlvd6dr5psc.apps.googleusercontent.com","multipass_v_token":false,"clear_latest_order_cache":false,"shop":{"id":56922996874,"name":"Laudaris™","domain":"laudaris.fr"},"theme_extension_local_assets":false}; if (!window.Rivo.global_config.theme_extension_local_assets) { window.Rivo.global_config.asset_urls = { ...window.Rivo.global_config.asset_urls, loy: { api_js: 'https://cdn.shopify.com/extensions/25fb8c2e-ae43-4711-842d-41116dbf0836/rivo-loyalty-rewards-referrals-576/assets/ba_rivo_api.js', init_js: 'https://cdn.shopify.com/extensions/25fb8c2e-ae43-4711-842d-41116dbf0836/rivo-loyalty-rewards-referrals-576/assets/ba_loy_init.js', referrals_js: 'https://cdn.shopify.com/extensions/25fb8c2e-ae43-4711-842d-41116dbf0836/rivo-loyalty-rewards-referrals-576/assets/ba_loy_referrals.js', referrals_css: 'https://cdn.shopify.com/extensions/25fb8c2e-ae43-4711-842d-41116dbf0836/rivo-loyalty-rewards-referrals-576/assets/ba_loy_referrals.css', widget_js: 'https://cdn.shopify.com/extensions/25fb8c2e-ae43-4711-842d-41116dbf0836/rivo-loyalty-rewards-referrals-576/assets/ba_loy_widget.js', widget_css: 'https://cdn.shopify.com/extensions/25fb8c2e-ae43-4711-842d-41116dbf0836/rivo-loyalty-rewards-referrals-576/assets/ba_loy_widget.css', page_init_js: 'https://cdn.shopify.com/extensions/25fb8c2e-ae43-4711-842d-41116dbf0836/rivo-loyalty-rewards-referrals-576/assets/ba_loy_page_init.js', page_widget_js: 'https://cdn.shopify.com/extensions/25fb8c2e-ae43-4711-842d-41116dbf0836/rivo-loyalty-rewards-referrals-576/assets/ba_loy_page_widget.js', page_widget_css: 'https://cdn.shopify.com/extensions/25fb8c2e-ae43-4711-842d-41116dbf0836/rivo-loyalty-rewards-referrals-576/assets/ba_loy_page.css', page_preview_js: "/assets/msg/loy_page_preview.js", app_proxy_application_js: 'https://cdn.shopify.com/extensions/25fb8c2e-ae43-4711-842d-41116dbf0836/rivo-loyalty-rewards-referrals-576/assets/app_proxy_application.js', app_proxy_membership_js: 'https://cdn.shopify.com/extensions/25fb8c2e-ae43-4711-842d-41116dbf0836/rivo-loyalty-rewards-referrals-576/assets/app_proxy_membership.js', lp_js: 'https://cdn.shopify.com/extensions/25fb8c2e-ae43-4711-842d-41116dbf0836/rivo-loyalty-rewards-referrals-576/assets/ba_rivo_lp.js', profile_js: 'https://cdn.shopify.com/extensions/25fb8c2e-ae43-4711-842d-41116dbf0836/rivo-loyalty-rewards-referrals-576/assets/ba_rivo_profile.js' }, forms: { init_js: 'https://cdn.shopify.com/extensions/25fb8c2e-ae43-4711-842d-41116dbf0836/rivo-loyalty-rewards-referrals-576/assets/ba_forms_init.js', widget_js: 'https://cdn.shopify.com/extensions/25fb8c2e-ae43-4711-842d-41116dbf0836/rivo-loyalty-rewards-referrals-576/assets/ba_forms_widget.js', forms_css: 'https://cdn.shopify.com/extensions/25fb8c2e-ae43-4711-842d-41116dbf0836/rivo-loyalty-rewards-referrals-576/assets/ba_forms.css' }, global: { helper_js: 'https://cdn.shopify.com/extensions/25fb8c2e-ae43-4711-842d-41116dbf0836/rivo-loyalty-rewards-referrals-576/assets/ba_tracking.js' } }; } window.Rivo.loy_config = {"brand_theme_settings":{"enabled":false,"button_bg":"#b2905f","header_bg":"#b2905f","custom_css":"","desc_color":"#737376","icon_color":"#3a3a3a","link_color":"#20124d","visibility":"both","cards_shape":"rounded","hide_widget":false,"launcher_bg":"#b2905f","mobile_icon":"star","mobile_text":"Rewards","title_color":"#212b36","banner_image":"","desktop_icon":"star","desktop_text":"Rewards","inputs_shape":"rounded","primary_font":"Marcellus","buttons_shape":"rounded","mobile_layout":"icon_with_text","primary_color":"#20124d","desktop_layout":"icon_with_text","launcher_shape":"circle","secondary_font":"Marcellus","container_shape":"rounded","mobile_placement":"left","button_text_color":"#ffffff","desktop_placement":"left","header_text_color":"#ffffff","powered_by_hidden":false,"launcher_text_color":"#ffffff","mobile_side_spacing":20,"desktop_side_spacing":20,"panel_order_settings":{"vip":"3","points":"1","referrals":"2"},"mobile_bottom_spacing":20,"desktop_bottom_spacing":20,"hide_widget_permanently":false,"hide_widget_launcher_on_mobile":false},"launcher_style_settings":{"enabled":false,"button_bg":"#b2905f","header_bg":"#b2905f","custom_css":"","desc_color":"#737376","icon_color":"#3a3a3a","link_color":"#20124d","visibility":"both","cards_shape":"rounded","hide_widget":false,"launcher_bg":"#b2905f","mobile_icon":"star","mobile_text":"Rewards","title_color":"#212b36","banner_image":"","desktop_icon":"star","desktop_text":"Rewards","inputs_shape":"rounded","primary_font":"Marcellus","buttons_shape":"rounded","mobile_layout":"icon_with_text","primary_color":"#20124d","desktop_layout":"icon_with_text","launcher_shape":"circle","secondary_font":"Marcellus","container_shape":"rounded","mobile_placement":"left","button_text_color":"#ffffff","desktop_placement":"left","header_text_color":"#ffffff","powered_by_hidden":false,"launcher_text_color":"#ffffff","mobile_side_spacing":20,"desktop_side_spacing":20,"panel_order_settings":{"vip":"3","points":"1","referrals":"2"},"mobile_bottom_spacing":20,"desktop_bottom_spacing":20,"hide_widget_permanently":false,"hide_widget_launcher_on_mobile":false},"points_program_enabled":true,"referral_program_enabled":true,"membership_program_enabled":false,"vip_program_enabled":true,"vip_program_tier_type":"points_earned","vip_program_period":"lifetime","floating_widget_settings":{"enabled":false,"button_bg":"#b2905f","header_bg":"#b2905f","custom_css":"","desc_color":"#737376","icon_color":"#3a3a3a","link_color":"#20124d","visibility":"both","cards_shape":"rounded","hide_widget":false,"launcher_bg":"#b2905f","mobile_icon":"star","mobile_text":"Rewards","title_color":"#212b36","banner_image":"","desktop_icon":"star","desktop_text":"Rewards","inputs_shape":"rounded","primary_font":"Marcellus","buttons_shape":"rounded","mobile_layout":"icon_with_text","primary_color":"#20124d","desktop_layout":"icon_with_text","launcher_shape":"circle","secondary_font":"Marcellus","container_shape":"rounded","mobile_placement":"left","button_text_color":"#ffffff","desktop_placement":"left","header_text_color":"#ffffff","powered_by_hidden":false,"launcher_text_color":"#ffffff","mobile_side_spacing":20,"desktop_side_spacing":20,"panel_order_settings":{"points":"1","referrals":"2","vip":"3"},"mobile_bottom_spacing":20,"desktop_bottom_spacing":20,"hide_widget_permanently":false,"hide_widget_launcher_on_mobile":false,"desktop_launcher_icon":null,"mobile_launcher_icon":null},"widget_custom_icons":{"brand_icon":null,"rewards":null,"ways_to_earn":null,"ways_to_redeem":null},"widget_css":"#baLoySectionWrapper .ba-loy-bg-color {\n background: linear-gradient(125deg, hsla(35,35%,54%,1), hsla(35,44%,38%,1));\n}\n\n#baLoySectionWrapper .section-panel-wrapper {\n box-shadow:rgba(0, 0, 0, 0.1) 0px 4px 15px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px 0px, #b2905f 0px 2px 0px 0px inset;\n}\n\n\n\n\n.header-main, .header-secondary, .points-expiry-desc {\n\tcolor: #ffffff !important;\n}\n.main-default a.sign-in{\n color: #20124d !important;\n}\n\n.section-table-piece-detail-items .li-img path {\n fill: #3a3a3a;\n}\n\n.buttons-icons-detail-image .li-img {\n fill: #3a3a3a;\n}\n\n#baLoySectionWrapper .loy-button-main{\n background: #b2905f;\n color: #ffffff;\n}\n\n #baLoySectionWrapper .loy-button-main{\n color: #ffffff;\n }\n\n #baLoySectionWrapper .main-default, #baLoySectionWrapper div.panel-section .head-title,#baLoySectionWrapper body {\n color: #212b36;\n }\n\n #baLoySectionWrapper .section-panel-wrapper .panel-desc, #baLoySectionWrapper .main-default.sign-in-text{\n color: #737376;\n }\n\n #launcher-wrapper{\n background: #b2905f;\n }\n\n#baLoySectionWrapper div.section-bottom{\n display:none;\n}\n\n.ba-loy-namespace .ba-loy-messenger-frame, #launcher-wrapper{\n left: 20px;\n right: auto;\n}\n.ba-loy-namespace .ba-loy-messenger-frame {\n bottom: 90px;\n}\n#launcher-wrapper{\n bottom: 20px;\n}\n\n.launcher-text{\n color: #ffffff !important;\n}\n\n#launcher-wrapper .launcher-desktop { display: block; }\n#launcher-wrapper .launcher-mobile { display: none; }\n\n@media (max-device-width: 851px) and (orientation: landscape), (max-width: 500px) {\n .ba-loy-namespace .ba-loy-messenger-frame{\n height: 100%;\n min-height: 100%;\n bottom: 0;\n right: 0;\n left: 0;\n top: 0;\n width: 100%;\n border-radius: 0 !important;\n }\n #launcher-wrapper.up{\n display: none;\n }\n #launcher-wrapper{\n left: 20px;\n right: auto;\n bottom: 20px;\n }\n #launcher-wrapper .launcher-desktop { display: none; }\n #launcher-wrapper .launcher-mobile { display: block; }\n}\n\n\n\n.ba-loy-circle{border-radius: 30px !important;}\n.ba-loy-rounded{border-radius: 10px !important;}\n.ba-loy-square{border-radius: 0px !important;}\n","domain_name":"loyalty.rivo.io","font_settings":{"primary_font":"Marcellus","secondary_font":"Marcellus"},"translations":{"vip_perks":"Avantages","vip_tiers":"Paliers VIP","general_by":"par","vip_reward":"Récompense VIP","vip_status":"Statut VIP","general_day":"Jour","social_like":"Aimer","social_share":"Partager","vip_benefits":"Bénéfices","general_error":"Oups, une erreur est survenue, veuillez réessayer bientôt.","general_month":"Mois","general_point":"Point","general_spend":"vous dépensez","general_spent":"Dépensé","social_follow":"S’abonner","tos_expiry_at":"La récompense expire le {{expiry_date}}.","vip_tier_desc":"Accédez à des récompenses exclusives.","general_credit":"Crédit","general_points":"Points","general_redeem":"Utiliser","general_reward":"récompense","vip_tier_spend":"Dépensez {{amount}}","general_credits":"Crédits","general_go_back":"Retour","general_rewards":"Récompenses","general_sign_in":"Se connecter","general_sign_up":"S’inscrire","referrals_title":"Programme de parrainage","review_complete":"Poster un avis produit","general_share_on":"Partager sur","general_you_have":"Vous avez","tos_free_product":"La récompense s’applique uniquement au produit {{product_name}}.","acct_creation_btn":"Start Earning","general_edit_date":"Modifier la date","general_save_date":"Enregistrer la date","general_show_more":"Voir plus","general_signed_up":"Inscrit","member_point_desc":"Earn points and turn these into rewards!","referral_complete":"Compléter une recommandation","tos_expiry_months":"Expire {{expiry_months}} mois après utilisation.","vip_tier_achieved":"Débloqué {{tier_name}}","vip_tier_added_to":"Ajouté au palier {{tier_name}}","acct_creation_desc":"Get rewarded for being an awesome customer","general_apply_code":"Appliquer le code","general_share_link":"Partagez votre lien personnel","referrals_email_to":"À","vip_achieved_until":"Atteint jusqu’au","vip_tier_to_unlock":"pour débloquer","visitor_point_desc":"Earn points and turn these into rewards!","acct_creation_title":"Join and Earn Rewards","general_reward_show":"Afficher","member_header_title":"{points}","member_point_header":"Points","referrals_completed":"recommandations complétées jusqu’à présent","vip_tier_dropped_to":"Rétrogradé à {{tier_name}}","vip_tier_on_highest":"Félicitations ! Vous êtes au plus haut palier 🎉","general_balance_text":"crédit boutique","general_past_rewards":"Récompenses passées","general_product_page":"page produit","general_ways_to_earn":"Manières de gagner des points","general_your_rewards":"Vos récompenses","referrals_email_send":"Envoyer l’email","referrals_get_reward":"Recevez votre","referrals_share_link":"Partagez ce lien avec un ami pour qu’il puisse obtenir la récompense","social_facebook_like":"Aimer la page sur Facebook","social_tiktok_follow":"Nous suivre sur TikTok","social_twitter_share":"Partager le lien sur X","tos_min_order_amount":"Valable pour toutes les commandes supérieures à {{min_order_amount}}.","vip_tier_earn_points":"Gagnez {{points}} points","vip_tier_retained_to":"Maintenu au palier {{tier_name}}","vip_tier_vip_history":"Historique VIP","visitor_header_title":"Rewards Program","visitor_point_header":"Earn Points","acct_creation_sign_in":"Already a member?","general_cancel_points":"Points annulés","general_no_points_yet":"Aucun point pour le moment","general_refund_points":"Points remboursés","general_sms_subscribe":"S’abonner aux SMS","member_header_caption":"Your points","social_facebook_share":"Partager le lien sur Facebook","social_twitter_follow":"Nous suivre sur X","vip_reward_earned_via":"Gagné via le palier {{vip_tier_name}}","vip_you_have_achieved":"Vous avez atteint","wallet_pass_subscribe":"Add Wallet Pass","general_no_rewards_yet":"Aucun point pour le moment","general_place_an_order":"Passer une commande","general_upload_receipt":"Soumettre un reçu","general_ways_to_redeem":" Manières d’utiliser vos points","referrals_claim_reward":"Réclamez votre cadeau","referrals_code_invalid":"Ce code de parrainage est invalide","referrals_email_invite":"Parrainer des amis par email","referrals_visitor_desc":"Parrainez un ami qui effectue un achat et vous recevrez tous les deux des récompenses.","review_complete_points":"{{points_amount}} points pour chaque avis publié","tos_min_order_quantity":"Minimum de {{min_order_quantity}} articles requis dans le panier.","visitor_header_caption":"Earn points, save, and unlock exclusive perks","general_birthday_reward":"Célébrer avec une récompense","general_discount_amount":"points pour {{discount_amount}}€ de réduction","general_email_subscribe":"S’abonner aux emails","general_expiration_date":"Date d’expiration","general_no_activity_yet":"Aucune activité pour le moment","general_placed_an_order":"Commande passée","general_points_activity":"Historique des points","general_share_via_email":"Partager par email","general_upcoming_reward":"Récompense à venir","general_you_have_points":"Vous avez {{points}} points","membership_order_placed":"Crédits obtenus après une commande","referrals_email_message":"Message","referrals_invalid_email":"Veuillez saisir une adresse email valide","referrals_referral_code":"Votre lien de parrainage à partager","social_instagram_follow":"Nous suivre sur Instagram","tos_apply_to_collection":"Valable uniquement pour des produits de collections spécifiques.","tos_max_shipping_amount":"Montant maximum de livraison de {{max_shipping_amount}}.","vip_tier_no_vip_history":"Aucun historique d’adhésion VIP pour le moment","general_enter_valid_date":"Veuillez entrer une date valide","general_points_for_every":"Points pour chaque","general_uploaded_receipt":"Reçu soumis","general_vip_tier_upgrade":"Points de mise à niveau VIP","referral_complete_points":"{{points_amount}} points pour chaque recommandation complétée","referrals_call_to_action":"Parrainez des amis et gagnez","referrals_claimed_reward":"Voici votre","referrals_create_account":"Créer un compte","referrals_status_blocked":"bloqué","referrals_status_pending":"en attente","referrals_your_referrals":"Vos parrainages","general_click_to_see_more":"Voir mon compte fidélité","general_product_purchased":"Produit acheté","general_redeemed_a_reward":"Récompense utilisée","general_use_discount_code":"Utilisez ce code promo pour votre prochaine commande !","referrals_already_visited":"Vous avez déjà visité cette page","referrals_general_invalid":"Désolé, ce parrainage semble invalide","referrals_referred_reward":"Ils recevront","referrals_referrer_reward":"Vous recevrez","general_celebrate_birthday":"Célébrer un anniversaire","general_how_to_earn_points":"Comment gagner des points ?","loyalty_page_rewards_title":"Récompenses","referrals_no_referrals_yet":"Aucun parrainage pour le moment","referrals_progran_disabled":"Ce programme de parrainage est désactivé","referrals_status_completed":"terminé","review_complete_past_tense":"Avis produit publié","general_add_product_to_cart":"Ajouter le produit au panier","general_balance_text_plural":"Crédits","general_fallback_first_name":"Cher client","general_not_enough_earnings":"Gains insuffisants pour échanger","general_were_awarded_points":"ont reçu des points","general_manual_points_adjust":"ajustement manuel des points","referral_complete_past_tense":"Recommandation complétée","referrals_similar_ip_invalid":"Nous ne pouvons pas traiter les parrainages depuis la même adresse IP","vip_tier_orders_placed_count":"Passez {{amount}} commandes","general_activate_store_credit":"Activer le crédit boutique","general_celebrate_anniversary":"Célébrer l’anniversaire de fidélité","general_punch_card_checkpoint":"Étape de la carte de fidélité","general_redeemed_store_credit":"Crédit en boutique utilisé","loyalty_page_rewards_subtitle":"Vous avez les récompenses suivantes disponibles.","checkout_ui_redeem_points_desc":"Vous avez {{points}} points ! Utilisez-les pour obtenir des réductions sur cette commande.","general_discount_amount_coupon":"coupon de réduction de {{discount_amount}}€","general_have_not_earned_points":"Vous n’avez pas encore gagné de points.","membership_page_benefits_title":"Avantages de l'adhesion","referrals_email_to_placeholder":"Ajoutez une liste d’emails séparés par des virgules","referrals_name_must_be_present":"Veuillez saisir votre prénom","account_ui_loyalty_status_title":"Bienvenue, {{first_name}} ! Vous avez {{balance}} points","checkout_ui_redeem_points_login":"Connectez-vous","checkout_ui_redeem_points_title":"Échangez vos points","general_add_points_default_note":"Points accordés via l’importation","general_celebrate_your_birthday":"Fêtons votre anniversaire ! 🎉 Merci de nous prévenir 30 jours à l’avance, sinon vous devrez attendre l’année suivante.","general_please_choose_an_option":"Veuillez choisir une option dans la liste","general_redeem_error_max_points":"Nombre maximum de points à utiliser dépassé.","general_redeem_error_min_points":"Nombre de points minimum non atteint pour utiliser la récompense.","loyalty_page_banner_earn_button":"Gagner des points","loyalty_page_rewards_no_rewards":"Aucune récompense disponible pour l’instant.","loyalty_page_ways_to_earn_title":"Comment gagner des points","referrals_email_already_claimed":"Cet e-mail a déjà été utilisé","referrals_general_invalid_title":"Nous sommes désolés","social_facebook_like_past_tense":"Page aimée sur Facebook","social_tiktok_follow_past_tense":"Abonné sur TikTok","social_twitter_share_past_tense":"Lien partagé sur X","loyalty_page_banner_login_button":"Se connecter","loyalty_page_upload_receipt_help":"Upload a receipt within the last 30 days to earn points. Please lay the receipt on a flat surface and take a photo from a close distance.","social_facebook_share_past_tense":"Lien partagé sur Facebook","social_twitter_follow_past_tense":"Abonné sur X","wallet_pass_subscribe_past_tense":"Added Wallet Pass","account_slideout_home_login_title":"Sign in to manage your account","general_points_for_judgeme_review":"Avis JudgeMe","loyalty_page_banner_redeem_button":"Utiliser mes points","loyalty_page_subscribe_email_help":"Subscribe to our email list and earn points","loyalty_page_ways_to_redeem_title":"Utilisez vos points","membership_page_benefits_subtitle":"Voici un aperçu de vos avantages d’adhésion","referrals_account_already_claimed":"Vous avez déjà un compte. Vous pouvez inviter vos amis pour gagner des récompenses !","account_ui_loyalty_status_subtitle":"Vous êtes au rang {{vip_tier_name}}","checkout_ui_redeemed_rewards_title":"Vos récompenses","general_reset_removal_default_note":"Points existants supprimés suite à la réinitialisation via l’import","loyalty_page_customer_birthday_day":"Jour","loyalty_page_upload_receipt_attach":"Attach File","loyalty_page_upload_receipt_button":"Submit Receipt","loyalty_page_ways_to_earn_subtitle":"Cumulez des points en réalisant ces actions","referrals_your_referrals_show_here":"Vos parrainages apparaîtront ici.","social_instagram_follow_past_tense":"Abonné sur Instagram","account_slideout_orders_login_title":"Sign in to view your orders","checkout_ui_points_estimation_title":"Finalisez cet achat pour gagner jusqu’à {{points}} points","checkout_ui_refer_friends_login_url":"\/account\/login?return_url=\/account\u0026email={{customer_email}}","general_loyalty_program_and_rewards":"Programme de Fidélité \u0026 Récompenses","general_vip_tier_upgrade_past_tense":"Points d’entrée {{tier_name}}","general_your_rewards_will_show_here":"Vos récompenses s’afficheront ici.","loyalty_page_banner_logged_in_title":"Bienvenue dans la Communauté Laudaris™","loyalty_page_banner_register_button":"Créer mon compte","loyalty_page_explainer_step_1_title":"Rejoignez la Communauté","loyalty_page_explainer_step_2_title":"Cumulez des points","loyalty_page_explainer_step_3_title":"Profitez de vos avantages","loyalty_page_subscribe_email_button":"Subscribe","loyalty_page_upload_receipt_no_file":"Please select a file to upload","loyalty_page_upload_receipt_success":"Thanks! Your receipt will be reviewed shortly","membership_page_banner_login_button":"Se connecter","membership_page_banner_login_prefix":"Déjà membre ?","membership_tier_unlocked_past_tense":"Inscription au programme de fidélité","referrals_email_message_placeholder":"Personnalisez votre message de parrainage. Le lien sera ajouté automatiquement.","shopify_account_embed_freeform_text":"","account_slideout_profile_login_title":"Sign in to manage your profile","checkout_ui_redeem_points_login_desc":"pour voir votre solde de points et découvrir les récompenses disponibles.","loyalty_page_banner_logged_out_title":"Rejoignez la Communauté Laudaris™","loyalty_page_banner_login_button_url":"","loyalty_page_customer_birthday_month":"Mois","loyalty_page_customer_birthday_title":"Célébrez votre anniversaire","loyalty_page_ways_to_redeem_subtitle":"Échangez vos points contre des récompenses exclusives","checkout_ui_points_estimation_subtext":"Les points fidélité peuvent être échangés contre des récompenses lors de futurs achats. Le nombre réel de points attribués peut varier si d’autres remises sont appliquées.","checkout_ui_refer_friends_login_title":"Obtenez vos points pour cet achat !","general_celebrate_birthday_past_tense":"Anniversaire célébré","account_dashboard_activity_block_title":"Votre activité","account_dashboard_member_card_cta_text":"Voir mes avantages","account_dashboard_referral_block_title":"Parrainez un proche","general_reset_new_balance_default_note":"Points réinitialisés selon le nouveau solde après importation","loyalty_page_explainer_logged_in_title":"Bonjour \u003cspan rivo-x-data=\"{ username: $store.customer.first_name || 'cher membre' }\" rivo-x-text=\"username\"\u003e\u003c\/span\u003e, vous avez actuellement \u003cstrong\u003e\u003cspan rivo-x-data rivo-x-text=\"$store.customer.pretty_points_tally\"\u003e\u003c\/span\u003e\u003c\/strong\u003e points.","loyalty_page_explainer_step_1_subtitle":"Créez votre compte gratuitement et entrez dans la Communauté Laudaris™.","loyalty_page_explainer_step_2_subtitle":"Recevez des points à chaque commande et à chaque action.","loyalty_page_explainer_step_3_subtitle":"Utilisez vos points pour obtenir des remises exclusives et soutenir notre mission.","loyalty_page_vip_tier_1_threshold_text":"accès immédiat.","loyalty_page_vip_tier_2_threshold_text":"dès 250 € dépensés.","loyalty_page_vip_tier_3_threshold_text":"dès 500 € dépensés.","loyalty_page_vip_tiers_logged_in_title":"Niveaux de Fidélité","membership_page_explainer_step_1_title":"Inscription","membership_page_explainer_step_2_title":"Cumulez","membership_page_explainer_step_3_title":"Utilisez","membership_recurring_signup_past_tense":"Crédit récurrent","loyalty_page_activity_table_header_date":"Date","loyalty_page_activity_table_no_activity":"Aucune activité enregistrée pour le moment.","loyalty_page_banner_register_button_url":"","loyalty_page_explainer_logged_out_title":"Comment ça fonctionne ?","loyalty_page_vip_tiers_logged_out_title":"Niveaux de Fidélité","membership_page_banner_login_button_url":"\/account\/login?return_url=\/account","account_dashboard_member_card_body_title":"Vous avez \u003cstrong\u003e\u003cspan rivo-x-data rivo-x-text=\"$store.customer.pretty_points_tally\"\u003e\u003c\/span\u003e\u003c\/strong\u003e points de fidélité","account_ui_loyalty_status_cta_button_url":"\/pages\/fidelite-laudaris","checkout_ui_redeem_points_alternate_name":"points","checkout_ui_redeemed_rewards_description":"Vos récompenses disponibles à utiliser","checkout_ui_redeemed_rewards_login_title":"Se connecter","checkout_ui_refer_friends_referral_title":"Parrainer un ami","general_celebrate_anniversary_past_tense":"Anniversaire de fidélité célébré","loyalty_page_activity_expiration_warning":"Vos points expirent le : \u003cspan rivo-x-data rivo-x-text=\"$store.customer.points_expiry\"\u003e\u003c\/span\u003e","loyalty_page_customer_birthday_save_date":"Enregistrer la date","referrals_create_account_to_claim_coupon":"Créez un compte pour réclamer votre coupon","account_dashboard_activity_block_subtitle":"","account_dashboard_referral_block_subtitle":"Offrez une récompense à vos amis et recevez la vôtre dès leur premier achat","account_ui_loyalty_status_cta_button_text":"Voir mes récompenses","checkout_ui_redeemed_rewards_select_label":"Sélectionner une récompense","loyalty_page_activity_table_header_action":"Activité","loyalty_page_banner_logged_in_description":"Cumulez des points à chaque commande et profitez d’avantages exclusifs, tout en soutenant notre mission.","loyalty_page_explainer_logged_in_subtitle":"Voici un aperçu de votre solde de points et de vos dernières activités.","loyalty_page_vip_tiers_logged_in_subtitle":"Vous êtes actuellement au niveau \u003cspan rivo-x-data rivo-x-text=\"$store.customer?.current_vip_tier_info?.tier?.name\"\u003e\u003c\/span\u003e.","membership_page_banner_add_to_cart_button":"Adhérer maintenant","membership_page_explainer_step_1_subtitle":"Créez un compte sur notre boutique","membership_page_explainer_step_2_subtitle":"Gagnez des points en faisant vos achats","membership_page_explainer_step_3_subtitle":"Échangez vos points contre des réductions","account_dashboard_member_card_header_title":"Bienvenue \u003cspan rivo-x-data rivo-x-text=\"$store.customer?.first_name\"\u003e\u003c\/span\u003e","account_dashboard_vip_tiers_progress_title":"Votre niveau de fidélité","general_converted_to_credits_external_note":"Votre solde de points a été converti en crédit boutique","general_converted_to_credits_internal_note":"Converti des points en crédit boutique","loyalty_page_banner_logged_out_description":"Inscrivez-vous gratuitement et commencez à gagner des points à chaque commande. Soutenez notre mission avec chaque achat.","loyalty_page_vip_tiers_logged_out_subtitle":" Rejoignez la Communauté Laudaris™ et accédez à des privilèges exclusifs selon votre engagement.","membership_page_activity_table_header_date":"Date","membership_page_activity_table_no_activity":"Aucune activité pour le moment","membership_page_banner_is_subscriber_title":"Bienvenue dans notre programme d’adhésion","membership_page_status_is_subscriber_title":"Vous avez un abonnement actif","account_dashboard_member_card_body_subtitle":"Vous faites partie du rang \u003cspan rivo-x-data rivo-x-text=\"$store.customer?.current_vip_tier_info?.tier?.name\"\u003e\u003c\/span\u003e","account_dashboard_referral_block_share_html":"\u003ca href=\"\/pages\/refer-a-friend\"\u003eEnvoyez votre lien à vos amis\u003c\/a\u003e ou \u003ca href=\"\/pages\/refer-a-friend?popup_panel=email_stats\"\u003econsultez vos statistiques\u003c\/a\u003e","checkout_ui_login_notification_banner_title":"Vous avez des réductions ou récompenses fidélité à appliquer ?","checkout_ui_refer_friends_login_description":"Connectez-vous ou créez un compte pour activer votre compte fidélité, utiliser vos points et accéder à vos offres exclusives.","loyalty_page_activity_table_header_earnings":"Points","membership_page_activity_expiration_warning":"Date d’expiration : \u003cspan rivo-x-data rivo-x-text=\"$store.customer.points_expiry\"\u003e\u003c\/span\u003e","membership_page_banner_non_subscriber_title":"Rejoignez notre programme d’adhésion","membership_recurring_anniversary_past_tense":"Crédits anniversaire de l’abonnement","account_dashboard_unused_rewards_block_title":"Utilisez vos récompenses","checkout_ui_redeem_incremental_earnings_desc":"Combien de votre solde de {{balance}} (équivalent à {{balance_to_currency}}€) souhaitez-vous utiliser ?","checkout_ui_refer_friends_login_button_title":"Activer mon compte","general_order_placed_store_credit_multiplier":"Gagnez des points pour chaque euro dépensé","loyalty_page_vip_tiers_progress_column_title":"Progression","membership_page_activity_table_header_action":"Activité","referrals_email_your_friend_has_referred_you":"Votre ami vous a parrainé sur {{shop_name}}","account_dashboard_member_card_header_subtitle":"","account_dashboard_vip_tiers_progress_subtitle":"Cumulez encore \u003cspan rivo-x-data rivo-x-text=\"$store.customer?.current_vip_tier_info?.next_tier?.formatted_to_spend_or_earn\"\u003e\u003c\/span\u003e pour atteindre le niveau \u003cspan rivo-x-data rivo-x-text=\"$store.customer?.current_vip_tier_info?.next_tier?.name\"\u003e\u003c\/span\u003e","checkout_ui_login_notification_banner_subtext":"pour vous connecter à votre compte","checkout_ui_redeem_incremental_earnings_login":"Connectez-vous","checkout_ui_redeem_incremental_earnings_title":"Utiliser le solde de la boutique","checkout_ui_redeem_points_select_custom_label":"Commandes {{reward_name}} à partir de {{min_order_amount}}€ pour {{points_amount}} points","checkout_ui_refer_friends_referral_button_url":"Parrainer un ami","membership_page_banner_add_to_cart_button_url":"\/membership-add-to-cart","membership_page_cancel_membership_modal_title":"Êtes-vous sûr de vouloir annuler votre abonnement ?","membership_page_explainer_is_subscriber_title":"Salut \u003cspan rivo-x-data=\"{ username: $store.customer.first_name || 'vous' }\" rivo-x-text=\"username\"\u003e\u003c\/span\u003e, vous avez \u003cstrong\u003e\u003cspan rivo-x-data rivo-x-text=\"$store.customer.pretty_credits_tally\"\u003e\u003c\/span\u003e\u003c\/strong\u003e en crédit boutique","membership_page_status_is_subscriber_subtitle":"Votre prochain paiement sera prélevé le \u003cspan rivo-x-data rivo-x-text=\"$store.customer?.membership?.pretty_next_charge_date\"\u003e\u003c\/span\u003e","referrals_email_checkout_out_and_claim_reward":"Consultez le lien de parrainage et réclamez votre récompense gratuite.","account_dashboard_rewards_progress_block_title":"Gagnez encore plus de points","checkout_ui_redeem_points_select_discount_desc":"Veuillez sélectionner une remise","checkout_ui_redeemed_rewards_login_description":"pour voir vos récompenses disponibles.","checkout_ui_refer_friends_referral_description":"Partagez votre lien de parrainage avec vos amis et gagnez des récompenses à chaque nouvel achat.","membership_page_activity_table_header_earnings":"Points","membership_page_cancel_membership_modal_button":"Oui, annuler mon abonnement","membership_page_explainer_non_subscriber_title":"Comment ça marche","account_dashboard_unused_rewards_block_subtitle":"Voici les récompenses déjà débloquées, prêtes à être utilisées :","checkout_ui_login_notification_banner_link_text":"Cliquez ici","checkout_ui_redeem_points_select_discount_label":"Sélectionnez une remise","checkout_ui_redeemed_rewards_select_description":"Veuillez sélectionner une récompense","checkout_ui_refer_friends_referral_button_title":"Parrainer un ami","loyalty_page_vip_tiers_progress_column_subtitle":"Gagnez \u003cspan rivo-x-data rivo-x-text=\"$store.customer?.current_vip_tier_info?.next_tier?.formatted_to_spend_or_earn\"\u003e\u003c\/span\u003e points pour atteindre le niveau \u003cspan rivo-x-data rivo-x-text=\"$store.customer?.current_vip_tier_info?.next_tier?.name\"\u003e\u003c\/span\u003e.","membership_page_status_update_payment_link_text":"Mettre à jour le moyen de paiement","account_dashboard_unused_rewards_block_date_text":"Débloquée le : {{date}}","membership_page_banner_is_subscriber_description":"Vous avez débloqué des réductions exclusives, des récompenses et un accès VIP.","membership_page_explainer_is_subscriber_subtitle":"Voici un aperçu de votre solde actuel de crédits et de votre activité récente","account_dashboard_referral_block_copy_button_text":"Copy","account_dashboard_rewards_progress_block_subtitle":"Cumulez encore \u003cspan rivo-x-data rivo-x-text=\"$store.customer.pretty_points_amount_to_next_reward\"\u003e\u003c\/span\u003e points pour débloquer la récompense : \u003cspan rivo-x-data rivo-x-text=\"$store.customer.next_reward?.name\"\u003e\u003c\/span\u003e","account_dashboard_unused_rewards_block_no_rewards":"Aucune récompense disponible pour le moment","membership_page_banner_non_subscriber_description":"Débloquez des économies exclusives, des récompenses et un accès VIP.","membership_page_update_payment_method_modal_title":"Mettre à jour le moyen de paiement","checkout_ui_redeem_incremental_earnings_login_desc":"pour voir votre solde.","membership_page_status_cancel_membership_link_text":"Annuler","checkout_ui_refer_friends_referral_text_field_label":"Votre lien de parrainage","membership_page_cancel_membership_modal_description":"Nous serions désolés de vous voir partir. Votre abonnement comprend des avantages exclusifs auxquels vous perdrez immédiatement accès.","account_dashboard_vip_tiers_progress_completed_subtitle":"Félicitations ! Vous avez atteint le niveau le plus élevé.","membership_page_update_payment_method_modal_description":"Nous vous avons envoyé un e-mail pour mettre à jour votre moyen de paiement. Veuillez vérifier votre boîte de réception et suivre les instructions.","checkout_ui_redeem_incremental_earnings_form_input_label":"Montant des gains","checkout_ui_redeem_incremental_discount_code_change_error":"{{code}} n’a pas pu être utilisé avec vos remises actuelles.","checkout_ui_redeem_incremental_earnings_form_submit_button":"Utiliser","checkout_ui_redeem_points_not_enough_points_banner_message":"Il vous manque {{points_amount}} points pour obtenir une récompense.","account_dashboard_rewards_progress_block_completed_subtitle":"Continuez à cumuler des points pour débloquer de nouvelles récompenses"},"custom_css":null,"ways_to_earn":[{"id":422137,"title":"S'inscrire","status":"active","name":"S'inscrire","trigger":"customer_member_enabled","points_amount":50,"credits_amount":0.0,"balance_amount":50,"description":null,"url":null,"button_text":null,"pretty_earnings_text":"50 Points","card_click_method":null,"hidden_from_ui":false,"multi_balance_settings_by_tiers":{},"multipliers":[],"currency_base_amount":1,"points_type":"fixed"},{"id":422138,"title":"Commandez et cumulez des points","status":"active","name":"Commandez et cumulez des points","trigger":"order_placed","points_amount":1,"credits_amount":0.0,"balance_amount":1,"description":"1 € = 1 point","url":"","button_text":null,"pretty_earnings_text":"1 Points","card_click_method":"modal","hidden_from_ui":false,"multi_balance_settings_by_tiers":{},"multipliers":[],"currency_base_amount":1,"points_type":"multiplier"},{"id":422139,"title":"Joyeux anniversaire !","status":"active","name":"Joyeux anniversaire !","trigger":"customer_birthday","points_amount":75,"credits_amount":0.0,"balance_amount":75,"description":null,"url":null,"button_text":null,"pretty_earnings_text":"75 Points","card_click_method":null,"hidden_from_ui":false,"multi_balance_settings_by_tiers":{},"multipliers":[],"currency_base_amount":1,"points_type":"fixed"},{"id":422401,"title":"Laisser un avis photo","status":"active","name":"Laisser un avis photo","trigger":"review_complete","points_amount":50,"credits_amount":0.0,"balance_amount":50,"description":"{{points_amount}} points","url":"","button_text":null,"pretty_earnings_text":"50 Points","card_click_method":"modal","hidden_from_ui":false},{"id":422503,"title":" Visitez notre partenaire SOS Calvaires","status":"active","name":" Visitez notre partenaire SOS Calvaires","trigger":"visit_url","points_amount":25,"credits_amount":0.0,"balance_amount":25,"description":"{{points_amount}} points","url":"https:\/\/www.soscalvaires.org\/","button_text":"Visiter","pretty_earnings_text":"25 Points","card_click_method":null,"hidden_from_ui":false},{"id":434545,"title":"Nous suivre sur Instagram","name":"Suivez nous sur Instagram","social":true,"trigger":"instagram_follow","points_amount":25,"credits_amount":0.0,"balance_amount":25,"url":"https:\/\/instagram.com\/laudaris.fr","pretty_earnings_text":"25 Points"}],"points_rewards":[{"id":484341,"name":"10 € de réduction","enabled":true,"points_amount":150,"points_type":"fixed","reward_type":"fixed_amount","source":"points","pretty_display_rewards":"10 € de réduction (150 points required)","icon_url":null,"pretty_points_amount":"150","purchase_type":"one_time","recurring_cycle_limit":null,"min_order_quantity":null,"terms_of_service":{"reward_type":"fixed_amount","applies_to":"entire","expiry_months":12,"show_tos":true},"pretty_terms_of_service":"Expire 12 mois après utilisation. "},{"id":484342,"name":"20 € de réduction","enabled":true,"points_amount":300,"points_type":"fixed","reward_type":"fixed_amount","source":"points","pretty_display_rewards":"20 € de réduction (300 points required)","icon_url":null,"pretty_points_amount":"300","purchase_type":"one_time","recurring_cycle_limit":null,"min_order_quantity":null,"terms_of_service":{"reward_type":"fixed_amount","applies_to":"entire","expiry_months":12,"show_tos":true},"pretty_terms_of_service":"Expire 12 mois après utilisation. "},{"id":484343,"name":"30 € de réduction","enabled":true,"points_amount":400,"points_type":"fixed","reward_type":"fixed_amount","source":"points","pretty_display_rewards":"30 € de réduction (400 points required)","icon_url":null,"pretty_points_amount":"400","purchase_type":"one_time","recurring_cycle_limit":null,"min_order_quantity":null,"terms_of_service":{"reward_type":"fixed_amount","applies_to":"entire","expiry_months":12,"show_tos":true},"pretty_terms_of_service":"Expire 12 mois après utilisation. "},{"id":499399,"name":"Bracelet Saxum OFFERT ! (Valeur 49 €)","enabled":true,"points_amount":500,"points_type":"fixed","reward_type":"free_product","source":"points","pretty_display_rewards":"Bracelet Saxum OFFERT ! (Valeur 49 €) (500 points required)","icon_url":null,"pretty_points_amount":"500","purchase_type":"one_time","recurring_cycle_limit":null,"min_order_quantity":null,"product_id":"10060830081357","variant_ids":"51589546606925,51589546639693,51589546672461","terms_of_service":{"reward_type":"free_product","product_id":"10060830081357","show_tos":true},"pretty_terms_of_service":"La récompense s’applique uniquement au produit Bracelet croix pierre naturelle - Saxum. "}],"rewards":[{"id":484341,"name":"10 € de réduction","enabled":true,"points_amount":150,"points_type":"fixed","reward_type":"fixed_amount","source":"points","pretty_display_rewards":"10 € de réduction (150 points required)","icon_url":null,"pretty_points_amount":"150","purchase_type":"one_time","recurring_cycle_limit":null,"min_order_quantity":null,"terms_of_service":{"reward_type":"fixed_amount","applies_to":"entire","expiry_months":12,"show_tos":true},"pretty_terms_of_service":"Expire 12 mois après utilisation. "},{"id":484342,"name":"20 € de réduction","enabled":true,"points_amount":300,"points_type":"fixed","reward_type":"fixed_amount","source":"points","pretty_display_rewards":"20 € de réduction (300 points required)","icon_url":null,"pretty_points_amount":"300","purchase_type":"one_time","recurring_cycle_limit":null,"min_order_quantity":null,"terms_of_service":{"reward_type":"fixed_amount","applies_to":"entire","expiry_months":12,"show_tos":true},"pretty_terms_of_service":"Expire 12 mois après utilisation. "},{"id":484343,"name":"30 € de réduction","enabled":true,"points_amount":400,"points_type":"fixed","reward_type":"fixed_amount","source":"points","pretty_display_rewards":"30 € de réduction (400 points required)","icon_url":null,"pretty_points_amount":"400","purchase_type":"one_time","recurring_cycle_limit":null,"min_order_quantity":null,"terms_of_service":{"reward_type":"fixed_amount","applies_to":"entire","expiry_months":12,"show_tos":true},"pretty_terms_of_service":"Expire 12 mois après utilisation. "},{"id":499399,"name":"Bracelet Saxum OFFERT ! (Valeur 49 €)","enabled":true,"points_amount":500,"points_type":"fixed","reward_type":"free_product","source":"points","pretty_display_rewards":"Bracelet Saxum OFFERT ! (Valeur 49 €) (500 points required)","icon_url":null,"pretty_points_amount":"500","purchase_type":"one_time","recurring_cycle_limit":null,"min_order_quantity":null,"product_id":"10060830081357","variant_ids":"51589546606925,51589546639693,51589546672461","terms_of_service":{"reward_type":"free_product","product_id":"10060830081357","show_tos":true},"pretty_terms_of_service":"La récompense s’applique uniquement au produit Bracelet croix pierre naturelle - Saxum. "}],"referral_rewards":{"referrer_reward":{"id":484803,"name":"10 € de réduction","reward_type":"fixed_amount","properties":{"applies_to":"entire","min_requirement":"none","auto_redeem_enabled":false,"customer_points_get":1.0,"increment_points_value":100}},"referred_reward":{"id":484804,"name":"10 € de réduction","reward_type":"fixed_amount","properties":{"applies_to":"entire","min_requirement":"none","auto_redeem_enabled":false,"customer_points_get":1.0,"increment_points_value":100}}},"referral_settings":{"referrals_landing_path":null,"referrals_landing_domain":null},"referral_social_settings":{"sms":false,"email":true,"twitter":true,"facebook":true,"whatsapp":false,"share_order":["email","sms","twitter","facebook","whatsapp","link"],"sms_message":"","twitter_message":"","whatsapp_message":""},"referrals_customer_account_required":false,"friend_discounts_disabled":false,"vip_tiers":[{"id":388015,"name":"Fidèle","threshold":0,"perks":[],"icon_url":null,"desc":"\u003cspan\u003eGagnez 0 points \u003c\/span\u003e","rewards":[],"threshold_text":"accès immédiat."},{"id":388016,"name":"Protecteur","threshold":250,"perks":["Accès anticipé aux nouvelles collections Laudaris™.","Le livret de prière offert, envoyé chez vous gratuitement.","Traitement prioritaire de vos commandes et demandes SAV."],"icon_url":null,"desc":"\u003cspan\u003eGagnez 250 points \u003c\/span\u003e","rewards":[],"threshold_text":"dès 250 € dépensés."},{"id":388017,"name":"Bienfaiteur","threshold":500,"perks":["Accès anticipé aux nouvelles collections Laudaris™.","Traitement prioritaire de vos commandes et demandes SAV.","Accès exclusif aux ventes privées Laudaris™","5% de remise permanente sur vos futures commandes.","Le Guide du Chapelet (version papier) envoyé chez vous gratuitement.","Cadeau annuel exclusif (pour Noël)"],"icon_url":null,"desc":"\u003cspan\u003eGagnez 500 points \u003c\/span\u003e","rewards":[],"threshold_text":"dès 500 € dépensés."}],"account_embed_widget_settings":{"enabled":true,"custom_css":"","custom_link":"\/pages\/fidelite-laudaris","target_page":"customers\/account","custom_placement":"","custom_insert_method":"beforeend"},"loyalty_landing_page_settings":{"enabled":false,"theme_id":"177432789325","template_suffix":"rivo-loyalty-landing-page","vip_tiers_table_data":[{"perk":"Accès anticipé aux nouveautés Laudaris™","tiers":[{"id":"388015","value":"✖️"},{"id":"388016","value":"☑️"},{"id":"388017","value":"☑️"}]},{"perk":"Le Livret de Prière (version papier), envoyé chez vous gratuitement","tiers":[{"id":"388015","value":"✖️"},{"id":"388016","value":"☑️"},{"id":"388017","value":"☑️"}]},{"perk":"Accès exclusifs à nos ventes privées","tiers":[{"id":"388015","value":"✖️"},{"id":"388016","value":"✖️"},{"id":"388017","value":"☑️"}]},{"perk":"5% de remise permanente","tiers":[{"id":"388015","value":"✖️"},{"id":"388016","value":"✖️"},{"id":"388017","value":"☑️"}]},{"perk":"Le Guide du Chapelet (version papier), envoyé chez vous gratuitement","tiers":[{"id":"388015","value":"✖️"},{"id":"388016","value":"✖️"},{"id":"388017","value":"☑️"}]},{"perk":"Cadeau annuel exclusif (pour Noël)","tiers":[{"id":"388015","value":"✖️"},{"id":"388016","value":"✖️"},{"id":"388017","value":"☑️"}]}],"primary_button_class_names":"","secondary_button_class_names":"","theme_extension_files_added_at":"2025-06-06T16:37:19.678Z","theme_extension_files_verified_at":"2025-06-06T16:37:19.678Z"},"membership_landing_page_settings":{"enabled":false,"template_suffix":"rivo-membership-landing-page"},"account_dashboard_settings":{"member_card_cta_url":"","primary_button_class_names":"","secondary_button_class_names":""},"forms":[],"points_expiry_enabled":false,"frontend":{"potential_points":{"order_placed":{"enabled":true,"points_type":"multiplier","points_amount":1,"currency_base_amount":1,"multi_balance_settings_by_tiers":{}}}},"referral_campaigns":[{"id":61051,"name":"Parrainage Laudaris™ - 2025","display_type":"inline","status":"active","page_settings":{"friend_claim_title":"Your friend sent you a discount","friend_reward_title":"Awesome, you're in!","invalid_button_text":"Shop Now","advocate_share_title":"Refer friends and earn.","advocate_reward_title":"Use your discount","advocate_signup_title":"Offrez 10€, gagnez 10€","friend_reward_copy_text":"Copy","advocate_share_link_mode":"button","friend_claim_button_text":"Claim Discount","friend_claim_description":"Enter your email, get a discount for your first order.","advocate_email_stats_text":"My Stats","advocate_reward_copy_text":"Copy","advocate_share_link_title":"Share your link","friend_claim_expired_text":"Sorry, this referral link has expired. Come back later!","friend_reward_description":"Here's your {{discount_amount}} reward. Use this discount code on your next order.","advocate_email_stats_title":"Send my Stats","advocate_share_description":"Send your friends a discount code for their first order, and get a credit after each purchase.","advocate_share_email_title":"Share via Email","advocate_reward_description":"Here's your {{discount_amount}} reward. Use this discount code on your next order.","advocate_share_expired_text":"Sorry, this referral link has expired. Come back later!","advocate_share_header_title":"Parrainez un proche","advocate_signup_button_text":"Inviter mes proches","advocate_signup_description":"Offrez 10€ à vos proches et recevez 10€ en remerciement pour votre partage.","advocate_email_stats_enabled":false,"advocate_share_email_subject":"Your friend has sent you a gift","advocate_signup_expired_text":"Sorry, this referral link has expired. Come back later!","friend_claim_disclaimer_text":"Offer only valid for new customers","friend_reward_disclaimer_text":"Offer only valid for new customers","advocate_share_appended_params":"","advocate_share_disclaimer_text":"Offer only valid for new customers","friend_claim_email_placeholder":"Your email","advocate_reward_disclaimer_text":"","advocate_share_copy_button_text":"Copy Link","advocate_share_email_note_label":"Additional Note:","advocate_share_link_description":"You can share this link anywhere with a friend.","advocate_signup_disclaimer_text":"Offre réservée aux nouveaux clients","friend_reward_apply_button_text":"Apply code","advocate_email_stats_button_text":"Send Email","advocate_email_stats_description":"Your stats will be sent to {{email}}","advocate_share_email_button_text":"Send Email","friend_claim_cta_version_enabled":false,"friend_reward_auto_apply_enabled":false,"friend_reward_post_discount_path":"","advocate_reward_apply_button_text":"Apply code","advocate_signup_email_placeholder":"Votre adresse email","advocate_reward_auto_apply_enabled":false,"advocate_reward_post_discount_path":"","advocate_share_email_subject_label":"Subject:","advocate_share_personal_link_label":"Here is your personal link:","friend_reward_coupon_field_enabled":true,"advocate_share_email_reminder_label":"Send reminder after 3 days","advocate_reward_coupon_field_enabled":true,"advocate_share_email_sent_from_label":"To:","friend_claim_additional_close_params":[],"advocate_share_email_note_placeholder":"Add something else for your friends here. We'll prepopulate the rest!","advocate_signup_first_name_placeholder":"Prénom","friend_claim_terms_and_conditions_path":"","friend_claim_terms_and_conditions_text":"Terms \u0026 Conditions","friend_reward_terms_and_conditions_path":"","friend_reward_terms_and_conditions_text":"Terms \u0026 Conditions","advocate_share_email_subject_placeholder":"Here's a gift","advocate_share_terms_and_conditions_path":"","advocate_share_terms_and_conditions_text":"Terms \u0026 Conditions","advocate_signup_first_name_field_enabled":true,"advocate_reward_terms_and_conditions_path":"","advocate_reward_terms_and_conditions_text":"Terms \u0026 Conditions","advocate_signup_terms_and_conditions_path":"policies\/terms-of-sale","advocate_signup_terms_and_conditions_text":"CGU \/ CGV","friend_claim_terms_and_conditions_enabled":false,"friend_reward_terms_and_conditions_enabled":false,"advocate_email_stats_logged_out_description":"Please enter the email you used to signup","advocate_share_email_recipients_placeholder":"Comma separated list of email addresses","advocate_share_terms_and_conditions_enabled":false,"advocate_reward_terms_and_conditions_enabled":false,"advocate_signup_terms_and_conditions_enabled":false,"friend_claim_accepts_marketing_checkbox_text":"Subscribe to email marketing","advocate_signup_accepts_marketing_checkbox_text":"Recevoir les nouveautés et les offres Laudaris™","friend_claim_accepts_marketing_checkbox_enabled":false,"advocate_signup_accepts_marketing_checkbox_enabled":true,"advocate_signup_accepts_marketing_checkbox_default_checked":true},"design_settings":{"share_mode":"tabs","primary_color":"#000000","background_type":"cover","secondary_color":"#CCCCCC","title_font_size":38,"button_font_size":16,"footer_font_size":12,"header_font_size":18,"title_font_color":"#111111","title_text_align":"center","button_font_color":"#ffffff","footer_font_color":"#cccccc","footer_text_align":"center","header_font_color":"#ffffff","header_text_align":"center","subtitle_font_size":17,"background_position":"right","button_border_color":"#b2905f","primary_font_family":"inherit","subtitle_font_color":"#444444","subtitle_text_align":"center","mobile_inline_height":825,"desktop_inline_height":825,"secondary_font_family":"inherit","button_background_color":"#b2905f","header_background_color":"#b2905f","advocate_share_email_note_enabled":true,"advocate_share_email_subject_enabled":true,"advocate_share_email_reminder_enabled":true},"advocate_rules":[],"friend_rules":[],"advocate_reward":{"id":484803,"name":"10 € de réduction","enabled":true,"points_amount":0,"points_type":"fixed","reward_type":"fixed_amount","source":"referrer","pretty_display_rewards":"10 € de réduction (0 points required)","icon_url":null,"pretty_points_amount":"0","purchase_type":"one_time","recurring_cycle_limit":null,"min_order_quantity":null,"terms_of_service":{"reward_type":"fixed_amount","applies_to":"entire","show_tos":false},"pretty_terms_of_service":""},"friend_reward":{"id":484804,"name":"10 € de réduction","enabled":true,"points_amount":0,"points_type":"fixed","reward_type":"fixed_amount","source":"referred","pretty_display_rewards":"10 € de réduction (0 points required)","icon_url":null,"pretty_points_amount":"0","purchase_type":"one_time","recurring_cycle_limit":null,"min_order_quantity":null,"terms_of_service":{"reward_type":"fixed_amount","applies_to":"entire","show_tos":false},"pretty_terms_of_service":""},"expires_at":null,"background_image_url":"https:\/\/loyalty.rivo.io\/assets\/5hpy8dg5i60pjds5icvwrngso5qg","custom_css":"","share_via_email_default_subject":"I'm sending you a {{reward_name}} to shop at {{shop_name}}","landing_path":null,"advocate_overlay_enabled":false,"post_order_advocate_overlay_enabled":false,"post_order_advocate_overlay_delay":0,"post_order_advocate_overlay_frequency":0,"streamlined_enabled":false}],"paid_membership_settings":{"landing_path":"\/","credits_enabled":false,"product_enabled":false,"cancellation_policy":"immediate","custom_dashboard_enabled":false,"landing_path_redirect_enabled":true,"landing_settings":{"faq_items":[],"faq_title_text":"FAQ","sections_order":["hero","member_details","member_activity","benefits","faq"],"tab_font_color":"inherit","hero_title_text":"Membership","benefits_title_text":"Benefits","faq_section_enabled":true,"custom_frame_enabled":false,"faq_description_text":"Here are some frequently asked questions","hero_section_enabled":true,"hero_description_text":"You're getting access to exclusive discounts, offers, and more!","main_background_color":"inherit","custom_sidebar_enabled":false,"faq_section_font_color":"inherit","benefits_section_enabled":true,"member_card_logo_enabled":false,"benefits_description_text":"Here's what you get with your membership","benefits_section_font_color":"inherit","faq_section_background_color":"inherit","member_details_section_enabled":true,"member_activity_section_enabled":true,"benefits_section_background_color":"inherit"}},"checkout_ui_settings":{"global_show_login_enabled":false,"global_show_login_header_enabled":false,"shopify_markets_metaobject_enabled":false,"redeem_points_use_custom_select_label":false,"redeem_points_show_all_rewards_enabled":false,"redeem_points_select_apply_button_enabled":false,"redeem_points_default_select_label_enabled":true,"hide_all_checkout_extensions_from_countries":[],"post_purchase_referral_preview_mode_enabled":false,"only_show_checkout_extensions_from_countries":[],"post_purchase_referral_share_buttons_enabled":false,"redeem_points_disable_reward_options_enabled":false,"redeem_points_hide_redeem_when_discount_exists":false,"redeem_points_not_enough_points_banner_enabled":false,"redeem_incremental_earnings_balance_to_currency":false,"redeemed_rewards_hide_selections_when_no_options":false,"redeem_points_hide_selections_unless_discount_exists":false,"redeemed_rewards_hide_selections_when_discount_applied":false,"redeem_incremental_earnings_input_amount_stepper_enabled":false,"redeem_incremental_earnings_hide_redeem_when_discount_exists":false,"redeem_incremental_earnings_hide_redeem_unless_minimum_order_value_is_met":false},"membership_tiers":[],"credit_mode":false,"active_bonus_campaign":null,"js_api_config":{"emit_points_balances_on_load":false},"auto_login":{"enabled":false,"email_provider":"kl","email_identifier":"utm_klaviyo_profile_id","auto_login_reload_enabled":false,"auto_login_bypass_only_mode_enabled":false},"account_widget_settings":{"enabled":false,"or_text":"OR","city_text":"City","edit_text":"Edit","name_text":"Name","email_text":"Email","order_text":"Order","phone_text":"Phone","taxes_text":"Taxes","total_text":"Total","cards_shape":"rounded","delete_text":"Delete","select_text":"Select","address_text":"Address","company_text":"Company","country_text":"Country","inputs_shape":"rounded","buttons_shape":"rounded","discount_text":"Discount","primary_color":"#20124d","province_text":"Province","shipping_text":"Shipping","subtotal_text":"Subtotal","zip_code_text":"ZIP Code","home_cta_1_url":"\/pages\/loyalty-program","last_name_text":"Last Name","launcher_shape":"circle","container_shape":"rounded","favorites_title":"Favorites","first_name_text":"First Name","home_cta_1_text":"View Rewards","home_cta_2_text":"Manage Subscriptions","input_font_size":16,"show_powered_by":false,"add_to_cart_text":"Add to Cart","footer_font_size":14,"footer_home_text":"For You","saved_cart_title":"Saved from Cart","toast_font_color":"#FFFFFF","are_you_sure_text":"Are you sure you want to?","cache_app_enabled":false,"collections_title":"Collections","contact_info_text":"Contact info","currency_decimals":0,"default_font_size":16,"desktop_placement":"left","email_placeholder":"Email","favorites_enabled":false,"google_login_text":"Sign in with Google","login_button_text":"Sign In","login_issues_link":"\/account\/login","login_issues_text":"Click here to sign in with your password if you are having issues","my_addresses_text":"My Addresses","order_placed_text":"Placed on","verify_title_text":"Enter the code sent to [[email]]","all_favorites_text":"All Favorites","footer_orders_text":"Orders","home_cta_1_enabled":true,"home_cta_2_enabled":true,"home_cta_3_enabled":false,"latest_order_title":"Latest Order","notifications_text":"Notifications","profile_list_links":[],"reload_after_login":false,"saved_cart_enabled":false,"shop_login_enabled":false,"verify_button_text":"Verify Code","address_line_2_text":"Apartment, suite, etc.","apple_login_enabled":false,"delete_address_text":"Yes, Delete Address","footer_profile_text":"Profile","locale_urls_enabled":false,"mobile_side_spacing":20,"my_preferences_text":"My Preferences","payment_method_text":"Payment Method","popular_today_title":"Popular Today","select_country_text":"Select Country","select_options_text":"Select Options","slideout_icon_color":"#303030","update_profile_text":"Update Profile","view_favorites_text":"View Favorites","billing_address_text":"Billing Address","desktop_side_spacing":20,"excluded_product_ids":[],"favorites_load_delay":0,"footer_icons_enabled":false,"google_login_enabled":false,"home_logged_in_title":"Welcome \u003cspan rivo-ax-text='$store.rivo_profile_customer?.first_name'\u003e\u003c\/span\u003e","legacy_login_enabled":true,"order_cancelled_text":"Cancelled on","profile_log_out_text":"Log out","save_collection_text":"Save Collection","select_province_text":"Select Province","shipping_method_text":"Shipping Method","address_default_badge":"Default","alternate_login_title":"Having issues signing in?","home_logged_out_title":"Sign in to your account","mobile_bottom_spacing":20,"order_returns_enabled":false,"popular_today_enabled":true,"recently_viewed_title":"Recently Viewed","replace_account_links":false,"shipping_address_text":"Shipping Address","slideout_border_color":"#E0E0E0","add_to_collection_text":"Add to Collection","compare_at_price_color":"#c70000","custom_sub_cta_enabled":false,"desktop_bottom_spacing":20,"hide_sold_out_products":false,"login_footer_font_size":12,"order_tracking_partner":"shopify","orders_logged_in_title":"Your Orders","popular_products_count":20,"product_rating_enabled":false,"shop_pay_login_enabled":false,"slideout_subdued_color":"#F7F7F7","toast_background_color":"#1a1a1a","added_to_cart_link_text":"Go to Cart","additional_details_text":"Additional Details","alternate_login_enabled":false,"home_logged_in_subtitle":"You have \u003cspan class='rivo-pretty-points-balance' rivo-ax-text='$store.rivo_profile_customer?.pretty_points_tally'\u003e\u003c\/span\u003e points","ignore_inventory_policy":false,"order_buy_again_enabled":false,"orders_empty_state_text":"You haven't placed any orders yet","orders_logged_out_title":"Log in to view, track, and manage your orders","post_login_reload_paths":[],"recently_viewed_enabled":true,"section_title_font_size":18,"survey_next_button_text":"Next","survey_skip_button_text":"Skip","alternate_login_subtitle":"Use one of the following methods below to sign in.","custom_hide_product_tags":[],"desktop_sidebar_position":"left","home_logged_out_subtitle":"Get access to your rewards, referrals, and more","legacy_gift_card_enabled":false,"order_cancel_button_text":"Cancel Order","replace_legacy_app_links":false,"shipping_addresses_title":"Shipping Addresses","verify_login_issues_link":"\/#rivo","verify_login_issues_text":"Having issues? Click here to try again.","home_cta_1_primary_button":true,"home_cta_2_primary_button":false,"home_cta_3_primary_button":false,"order_returns_button_text":"Start a Return","slideout_background_color":"#FFFFFF","accepts_sms_marketing_text":"Text me with news and offers","add_shipping_address_title":"Add Shipping Address","added_to_cart_link_enabled":false,"alternate_login_email_text":"Sign in with an email and password","create_new_collection_text":"Create New Collection","favorites_empty_state_text":"No favorited products","logged_out_title_font_size":24,"mini_block_title_font_size":13,"order_tracking_button_text":"Track Shipment","primary_button_class_names":"button button--primary","redirect_from_account_page":true,"save_shipping_address_text":"Save Shipping Address","alternate_login_google_text":"Sign in with Google","buy_again_notification_text":"Order added to the cart","edit_shipping_address_title":"Edit Shipping Address","favorite_button_active_text":"Added to favorites","home_button_membership_text":"Credit","home_loyalty_button_enabled":false,"login_verify_identity_title":"Verify your identity","order_buy_again_button_text":"Buy Again","order_cancel_button_enabled":false,"saved_cart_empty_state_text":"No saved cart items","set_as_default_address_text":"Set as default address","slideout_heading_font_color":"#303030","account_verification_enabled":false,"collections_empty_state_text":"No collections","email_cannot_be_changed_text":"Email used for login cannot be updated","exposed_line_item_properties":[],"favorite_button_active_color":"#FF5E5E","home_logged_out_orders_title":"Manage orders, track shipments, and easily start a return","login_accepts_marketing_text":"Email me with updates and offers","order_returns_fulfilled_only":false,"order_track_shipment_enabled":true,"secondary_button_class_names":"button button--secondary","accepts_sms_marketing_enabled":false,"add_to_cart_notification_text":"Added to cart","alternate_login_shop_pay_text":"Sign in to an existing account with Shop Pay","favorite_button_inactive_text":"Add to favorites","featured_home_content_enabled":false,"home_gift_card_button_enabled":false,"home_logged_out_profile_title":"Manage addresses, contact info, and personal preferences","international_returns_enabled":false,"legacy_points_balance_enabled":false,"mini_block_subtitle_font_size":13,"new_customer_accounts_enabled":false,"same_as_shipping_address_text":"Same as shipping address","shop_pay_login_button_enabled":false,"home_button_components_enabled":false,"home_button_gift_card_cta_text":"My Credit","home_membership_button_enabled":false,"address_saved_notification_text":"Address saved","featured_content_image_position":"center center","home_button_balance_points_text":"Points","home_button_gift_card_code_text":"ID: ","home_button_gift_card_copy_text":"Copy ID","home_button_membership_cta_text":"My Membership","home_logged_out_favorites_title":"Sign in to access your favorites","home_logged_out_orders_subtitle":"Get access to your rewards, referrals, and more","login_accepts_marketing_default":true,"login_accepts_marketing_enabled":true,"profile_list_personal_info_text":"Personal Information","view_product_action_button_text":"View product","home_additional_button_1_enabled":false,"home_additional_button_2_enabled":false,"home_logged_out_profile_subtitle":"Get access to your rewards, referrals, and more","mini_block_product_price_enabled":false,"mini_block_product_title_enabled":false,"orders_additional_button_enabled":false,"product_compare_at_price_enabled":true,"recently_viewed_empty_state_text":"No recently viewed products","slideout_body_primary_font_color":"#303030","address_deleted_notification_text":"Address deleted successfully","international_returns_button_text":"Start an International Return","order_limited_time_button_enabled":false,"profile_updated_notification_text":"Profile updated","shipping_address_empty_state_text":"You haven't added any shipping addresses yet","add_to_favorites_notification_text":"Save Item","alternate_login_another_email_text":"Try sending another code","home_logged_out_favorites_subtitle":"Get access to your rewards, referrals, and more","redirect_to_classic_login_on_error":false,"shop_pay_login_email_field_enabled":false,"slideout_body_secondary_font_color":"#707070","verify_login_issues_alt_login_text":"Having issues? Click here to sign in with an alternate method","view_product_action_button_enabled":false,"home_button_balance_points_cta_text":"My Rewards","order_returns_button_primary_button":false,"recently_viewed_collections_enabled":false,"added_to_favorites_notification_text":"Item saved","order_tracking_button_primary_button":true,"profile_list_shipping_addresses_text":"Shipping Addresses","apple_login_private_relay_error_title":"Please sign in using a different method","order_buy_again_button_primary_button":false,"order_cancel_button_threshold_enabled":true,"home_button_membership_paywall_cta_text":"Join our Membership","orders_additional_button_primary_button":false,"remove_from_favorites_notification_text":"Remove item","apple_login_private_relay_error_subtitle":"Sorry, we couldn't authenticate your Apple account. Please try again using your email or Sign in with Google.","apple_login_reject_private_relay_enabled":false,"home_logged_out_profile_subtitle_enabled":false,"order_cancel_button_threshold_in_minutes":30,"order_limited_time_button_primary_button":false,"removed_from_favorites_notification_text":"Item removed","international_returns_button_primary_button":false,"order_limited_time_button_threshold_in_minutes":15,"css_variables":":root {\n --rivo-aw-background-color: #FFFFFF;\n --rivo-aw-desktop-sidebar-left: 0px;\n --rivo-aw-desktop-sidebar-right: auto;\n --rivo-aw-desktop-slidein-translate-x: -100%;\n --rivo-aw-desktop-slideout-translate-x: -100%;\n --rivo-aw-heading-font-color: #303030;\n --rivo-aw-body-primary-font-color: #303030;\n --rivo-aw-body-secondary-font-color: #707070;\n --rivo-aw-border-color: #E0E0E0;\n --rivo-aw-subdued-color: #F7F7F7;\n --rivo-aw-icon-color: #303030;\n --rivo-aw-primary-color: #20124d;\n --rivo-aw-favorite-button-active-color: #FF5E5E;\n --rivo-aw-toast-offset-left: 15px;\n --rivo-aw-toast-offset-right: auto;\n --rivo-aw-default-font-size: 16px;\n \n --rivo-aw-input-font-size: 16px;\n --rivo-aw-section-title-font-size: 18px;\n --rivo-aw-logged-out-title-font-size: 24px;\n \n --rivo-aw-mini-block-title-font-size: 13px;\n --rivo-aw-mini-block-subtitle-font-size: 13px;\n --rivo-aw-login-footer-font-size: 12px;\n --rivo-aw-footer-font-size: 14px;\n --rivo-aw-toast-background-color: #1a1a1a;\n --rivo-aw-toast-font-color: #FFFFFF;\n \n \n --rivo-aw-home-featured-content-image-position: center center;\n --rivo-aw-compare-at-price-color: #c70000;\n \n }","terms_and_conditions":null,"sms_terms_and_conditions":null},"persisted_login_enabled":false,"preference_questions":[],"personalization_campaigns":[],"personalization_components":[],"customer_id_verification_enabled":false,"ping_enabled":false,"contests":[],"active_contest":null,"activate_store_balance_consolidation_enabled":false,"edit_order_settings":{"enabled":false,"note_text":"Order Note","note_enabled":false,"cancel_enabled":true,"cancel_reasons":["Changed my mind","Shipping concerns","Ordered by mistake","Other"],"note_button_text":"Update Note","note_placeholder":"Add a note to your order","threshold_method":"fulfilled","cancel_button_text":"Cancel Order","contact_info_enabled":true,"preview_mode_enabled":false,"contact_info_button_text":"Update Contact Information","shipping_address_enabled":true,"threshold_time_in_minutes":15,"preview_mode_email_domains":[],"shipping_address_button_text":"Update Shipping Address"},"surveys":[]}; window.Rivo.loy_config.api_endpoint = "\/apps\/ba-loy"; </script> <script type="text/javascript" id="rivo-js-customer-init" dynamic> </script> <!-- END app snippet --> </div><div id="shopify-block-AWTZhbW00S0txY2tBM__15181020662106344915" class="shopify-block shopify-app-block"><div class='jdgm-popup-widget-wrapper' role='complementary'> <div class='jdgm-widget jdgm-popup-widget'> <style> .jdgm-popup-widget .jdgm-popup-widget__cards-container{top:unset;bottom:40px;left:0;right:unset}@media only screen and (max-width: 767px){.jdgm-popup-widget .jdgm-popup-widget__cards-container{left:24px;right:unset}}.jdgm-popup-widget .jdgm-popup-card{border-radius:8px;height:147px}.jdgm-popup-widget .jdgm-popup-card__close-btn{border-radius:8px}.jdgm-popup-widget .jdgm-popup-card__pic-wrapper{border-radius:8px 0 0 8px}.jdgm-popup-widget .jdgm-popup-card__rev-prod-wrapper{width:66%;max-width:238px}.jdgm-popup-widget .jdgm-popup-card__rev-content{-webkit-box-orient:vertical;-webkit-line-clamp:5}.jdgm-popup-widget .jdgm-popup-card__reviewer{display:none}.jdgm-popup-widget .jdgm-popup-card__prod-wrapper{display:none}.jdgm-full-rev-modal.popup-widget .jm-mfp-content{border-radius:8px}.jdgm-full-rev-modal.popup-widget .jdgm-full-rev__icon{border-radius:8px}.jdgm-full-rev-modal.popup-widget .jdgm-full-rev[data-verified-buyer="true"] .jdgm-full-rev__icon::after{border-radius:8px}.jdgm-full-rev-modal.popup-widget .jdgm-rev__buyer-badge{border-radius:calc( 8px / 2 )}.jdgm-full-rev-modal.popup-widget .jdgm-full-rev__pic-img{border-radius:8px}.jdgm-full-rev-modal.popup-widget .jdgm-full-rev__reply{border-radius:8px}.jdgm-full-rev-modal.popup-widget .jdgm-full-rev__replier::before{content:'Laudaris™'}.jdgm-full-rev-modal.popup-widget .jdgm-full-rev__product-button{border-radius:calc( 8px * 6 )} </style> <div class='jdgm-popup-widget__cards-container' data-position='bottom_left'> <div class='jdgm-popup-card' data-review-id='8e713b8f-991d-488e-b7ea-b45ef8cc29d3' style='display: none;'> <span class='jdgm-popup-card__close-btn' aria-label='Close popup widget' role='button'> </span> <div class='jdgm-popup-card__pic-wrapper'> <img class='jdgm-popup-card__pic' title='Review picture' alt='Review picture' data-src='https://cdn.shopify.com/s/files/1/0569/2299/6874/files/collier-multirang-croix_240x240.jpg?v=1726765329'/> </div> <div class='jdgm-popup-card__rev-prod-wrapper'> <div class='jdgm-popup-card__rev-content-wrapper'> <div class='jdgm-popup-card__reviewer'> Virginie N. </div> <div class='jdgm-popup-card__rev-rating' aria-label='5 stars' role='img'> <span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span> </div> <div class='jdgm-popup-card__rev-content'> <span class='jdgm-popup-card__rev-body'> <p>J’ai beaucoup aimé ce collier. C’est un bon bijou. <br />Merci beaucoup ! <br />Virginie</p> </span> </div> </div> <div class='jdgm-popup-card__prod-wrapper'> <div class='jdgm-popup-card__prod-title'> Collier Multirang Croix </div> </div> </div> </div><div class='jdgm-popup-card' data-review-id='c98e6ebd-6895-4033-bb42-13e6e81ac001' style='display: none;'> <span class='jdgm-popup-card__close-btn' aria-label='Close popup widget' role='button'> </span> <div class='jdgm-popup-card__pic-wrapper'> <img class='jdgm-popup-card__pic' title='Review picture' alt='Review picture' data-src='https://cdn.shopify.com/s/files/1/0569/2299/6874/files/pendentif-croix-ailee_240x240.jpg?v=1736411449'/> </div> <div class='jdgm-popup-card__rev-prod-wrapper'> <div class='jdgm-popup-card__rev-content-wrapper'> <div class='jdgm-popup-card__reviewer'> gael m. </div> <div class='jdgm-popup-card__rev-rating' aria-label='5 stars' role='img'> <span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span> </div> <div class='jdgm-popup-card__rev-content'> <span class='jdgm-popup-card__rev-body'> <p>magnifique pendentif . Merci a toute l'équipe & aux Artisans . Que Dieux vous Bénisse Tous & toutes . M.Mousset</p> </span> </div> </div> <div class='jdgm-popup-card__prod-wrapper'> <div class='jdgm-popup-card__prod-title'> Pendentif Croix Ailée </div> </div> </div> </div><div class='jdgm-popup-card' data-review-id='9d4e89b9-8206-4560-a357-53c859a1f33e' style='display: none;'> <span class='jdgm-popup-card__close-btn' aria-label='Close popup widget' role='button'> </span> <div class='jdgm-popup-card__pic-wrapper'> <img class='jdgm-popup-card__pic' title='Review picture' alt='Review picture' data-src='https://cdn.shopify.com/s/files/1/0569/2299/6874/files/collier-croix-couchee_240x240.jpg?v=1727427079'/> </div> <div class='jdgm-popup-card__rev-prod-wrapper'> <div class='jdgm-popup-card__rev-content-wrapper'> <div class='jdgm-popup-card__reviewer'> Danielle L. </div> <div class='jdgm-popup-card__rev-rating' aria-label='5 stars' role='img'> <span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span> </div> <div class='jdgm-popup-card__rev-content'> <span class='jdgm-popup-card__rev-body'> <p>Bonjour. . Très satisfaite de mon achat. . C’est exactement ce que je voulais. . Merci de m avoir rassurée durant le délai de livraison. . Je suis trop contente de ma petite croix couchée . Cordialement..</p> </span> </div> </div> <div class='jdgm-popup-card__prod-wrapper'> <div class='jdgm-popup-card__prod-title'> Collier Croix Couchée </div> </div> </div> </div><div class='jdgm-popup-card' data-review-id='9a42ac28-eb9c-4088-af18-b28151c4ad5a' style='display: none;'> <span class='jdgm-popup-card__close-btn' aria-label='Close popup widget' role='button'> </span> <div class='jdgm-popup-card__pic-wrapper'> <img class='jdgm-popup-card__pic' title='Review picture' alt='Review picture' data-src='https://cdn.shopify.com/s/files/1/0569/2299/6874/files/collier-croix-fine_240x240.jpg?v=1726738963'/> </div> <div class='jdgm-popup-card__rev-prod-wrapper'> <div class='jdgm-popup-card__rev-content-wrapper'> <div class='jdgm-popup-card__reviewer'> magalie p. </div> <div class='jdgm-popup-card__rev-rating' aria-label='5 stars' role='img'> <span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span> </div> <div class='jdgm-popup-card__rev-content'> <span class='jdgm-popup-card__rev-body'> <p>Bijoux conforme délais de livraison très long</p> </span> </div> </div> <div class='jdgm-popup-card__prod-wrapper'> <div class='jdgm-popup-card__prod-title'> Collier Croix Fine </div> </div> </div> </div><div class='jdgm-popup-card' data-review-id='37821439-3d21-433b-9025-984e146fdb48' style='display: none;'> <span class='jdgm-popup-card__close-btn' aria-label='Close popup widget' role='button'> </span> <div class='jdgm-popup-card__pic-wrapper'> <img class='jdgm-popup-card__pic' title='Review picture' alt='Review picture' data-src='https://cdn.shopify.com/s/files/1/0569/2299/6874/files/collier-croix-orthodoxe_240x240.jpg?v=1727428755'/> </div> <div class='jdgm-popup-card__rev-prod-wrapper'> <div class='jdgm-popup-card__rev-content-wrapper'> <div class='jdgm-popup-card__reviewer'> Michel Pierre P. </div> <div class='jdgm-popup-card__rev-rating' aria-label='5 stars' role='img'> <span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span> </div> <div class='jdgm-popup-card__rev-content'> <span class='jdgm-popup-card__rev-body'> <p>Bonne dimensions et avec colier ce que je ne m’attendais pas.</p> </span> </div> </div> <div class='jdgm-popup-card__prod-wrapper'> <div class='jdgm-popup-card__prod-title'> Collier Croix Orthodoxe </div> </div> </div> </div> </div> </div> </div> </div></body> </html>