<!doctype html> <html lang=" fr "> <head> <!-- Event snippet for Achat Google Ads Value conversion page --> <script> gtag('event', 'conversion', { 'send_to': 'AW-11386373839/SncaCLjg8-MZEM-NubUq', 'value': 1.0, 'currency': 'EUR', 'transaction_id': '' }); </script> <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://bijoux-chretiens.fr/collections/collier-croix"> <link rel="preconnect" href="https://cdn.shopify.com" crossorigin><link rel="preconnect" href="https://fonts.shopifycdn.com" crossorigin><link rel="icon" href="//bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-favicon_32x32.png?v=1681304493" type="image/png"><meta name="description" content="Montrer fièrement votre foi pour Notre Sauveur Jésus-Christ en portant le collier croix, symbole de la dévotion et de l'amour chrétien par excellence."><title>Collier Croix | Argent S925 et Acier Inoxydable</title><script type="application/ld+json"> { "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": "1", "url": "https://bijoux-chretiens.fr/products/collier-croix-s-steel", "name": "Collier Croix S Steel" }, { "@type": "ListItem", "position": "2", "url": "https://bijoux-chretiens.fr/products/collier-croix-chretienne", "name": "Collier Croix Chrétienne" }, { "@type": "ListItem", "position": "3", "url": "https://bijoux-chretiens.fr/products/collier-croix-homme-gravure", "name": "Collier Croix Homme Gravure" }, { "@type": "ListItem", "position": "4", "url": "https://bijoux-chretiens.fr/products/collier-croix-catholique", "name": "Collier Croix Catholique" }, { "@type": "ListItem", "position": "5", "url": "https://bijoux-chretiens.fr/products/collier-croix-double-homme", "name": "Collier Croix Double Homme" }, { "@type": "ListItem", "position": "6", "url": "https://bijoux-chretiens.fr/products/collier-croix-rosaire", "name": "Collier Croix Rosaire" }, { "@type": "ListItem", "position": "7", "url": "https://bijoux-chretiens.fr/products/collier-croix-de-dieu", "name": "Collier Croix de Dieu" }, { "@type": "ListItem", "position": "8", "url": "https://bijoux-chretiens.fr/products/collier-croix-or", "name": "Collier Croix Or" }, { "@type": "ListItem", "position": "9", "url": "https://bijoux-chretiens.fr/products/collier-croix-vin-diesel", "name": "Collier Croix Vin Diesel" }, { "@type": "ListItem", "position": "10", "url": "https://bijoux-chretiens.fr/products/collier-etoile-bethleem", "name": "Collier Étoile de Bethléem" }, { "@type": "ListItem", "position": "11", "url": "https://bijoux-chretiens.fr/products/collier-croix-chaine", "name": "Collier Croix Chaine" }, { "@type": "ListItem", "position": "12", "url": "https://bijoux-chretiens.fr/products/collier-croix-argent", "name": "Collier Croix en Argent" }, { "@type": "ListItem", "position": "13", "url": "https://bijoux-chretiens.fr/products/collier-croix-fine", "name": "Collier Croix Fine" }, { "@type": "ListItem", "position": "14", "url": "https://bijoux-chretiens.fr/products/collier-croix-dore", "name": "Collier Croix Doré" }, { "@type": "ListItem", "position": "15", "url": "https://bijoux-chretiens.fr/products/collier-croix-chapelet", "name": "Collier Croix Chapelet" }, { "@type": "ListItem", "position": "16", "url": "https://bijoux-chretiens.fr/products/collier-multirang-croix", "name": "Collier Multirang Croix" }, { "@type": "ListItem", "position": "17", "url": "https://bijoux-chretiens.fr/products/collier-croix-johnny-hallyday", "name": "Collier Croix Johnny Hallyday" }, { "@type": "ListItem", "position": "18", "url": "https://bijoux-chretiens.fr/products/collier-catholique-femme", "name": "Collier Catholique Femme" }, { "@type": "ListItem", "position": "19", "url": "https://bijoux-chretiens.fr/products/collier-croix-colore", "name": "Collier Croix Coloré" }, { "@type": "ListItem", "position": "20", "url": "https://bijoux-chretiens.fr/products/collier-croix-vierge", "name": "Collier Croix et Vierge" }, { "@type": "ListItem", "position": "21", "url": "https://bijoux-chretiens.fr/products/collier-croix-couchee", "name": "Collier Croix Couchée" }, { "@type": "ListItem", "position": "22", "url": "https://bijoux-chretiens.fr/products/collier-croix-ankh", "name": "Collier Croix Ankh" }, { "@type": "ListItem", "position": "23", "url": "https://bijoux-chretiens.fr/products/collier-croix-de-jesus", "name": "Collier Croix de Jésus" }, { "@type": "ListItem", "position": "24", "url": "https://bijoux-chretiens.fr/products/collier-croix-or-et-argent", "name": "Collier Croix Or et Argent" } ] } </script><script type="application/ld+json"> { "@context": "https://schema.org", "@type": "BreadcrumbList", "itemListElement": [{ "@type": "ListItem", "position": 1, "item": { "@id": "https://bijoux-chretiens.fr", "name": "Accueil" } },{ "@type": "ListItem", "position": 2, "item": { "@id": "https://bijoux-chretiens.fr/collections/collier-croix", "name": "Collier Croix" } }] } </script><meta property="og:site_name" content="Bijoux Chrétiens"> <meta property="og:url" content="https://bijoux-chretiens.fr/collections/collier-croix"> <meta property="og:title" content="Collier Croix | Argent S925 et Acier Inoxydable"> <meta property="og:type" content="website"> <meta property="og:description" content="Montrer fièrement votre foi pour Notre Sauveur Jésus-Christ en portant le collier croix, symbole de la dévotion et de l'amour chrétien par excellence."><meta property="og:image" content="http://bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_db7f32f0-1fa2-43d6-985d-7cd3b5f18325.jpg?v=1685368449"> <meta property="og:image:secure_url" content="https://bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_db7f32f0-1fa2-43d6-985d-7cd3b5f18325.jpg?v=1685368449"> <meta property="og:image:width" content="1200"> <meta property="og:image:height" content="628"><meta name="twitter:card" content="summary_large_image"> <meta name="twitter:title" content="Collier Croix | Argent S925 et Acier Inoxydable"> <meta name="twitter:description" content="Montrer fièrement votre foi pour Notre Sauveur Jésus-Christ en portant le collier croix, symbole de la dévotion et de l'amour chrétien par excellence."><style data-shopify>@font-face { font-family: Montserrat; font-weight: 400; font-style: normal; font-display: swap; src: url("//bijoux-chretiens.fr/cdn/fonts/montserrat/montserrat_n4.1d581f6d4bf1a97f4cbc0b88b933bc136d38d178.woff2?h1=Ymlqb3V4LWNocmV0aWVucy5mcg&h2=Y3JvaXhldGNyb2lzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h3=bGVzLWJpam91eC1jaHJldGllbnMubXlzaG9waWZ5LmNvbQ&hmac=4778d6bace39c705996c849f0da578b2c3b82decc92e52cea3ec2c53d698459c") format("woff2"), url("//bijoux-chretiens.fr/cdn/fonts/montserrat/montserrat_n4.cfce41a967758ce5a9b7d48daeb5b028fd977a9b.woff?h1=Ymlqb3V4LWNocmV0aWVucy5mcg&h2=Y3JvaXhldGNyb2lzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h3=bGVzLWJpam91eC1jaHJldGllbnMubXlzaG9waWZ5LmNvbQ&hmac=7bd0eca7cf298b299be7f0aa43f01ce262de98a35e08e775291e1cc98e36b333") format("woff"); } @font-face { font-family: Montserrat; font-weight: 700; font-style: normal; font-display: swap; src: url("//bijoux-chretiens.fr/cdn/fonts/montserrat/montserrat_n7.c496e9cf2031deec4c4bca338faa81971c8631d4.woff2?h1=Ymlqb3V4LWNocmV0aWVucy5mcg&h2=Y3JvaXhldGNyb2lzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h3=bGVzLWJpam91eC1jaHJldGllbnMubXlzaG9waWZ5LmNvbQ&hmac=c4889cc227d8b5a18814b4d81c673f260ae363b461e96a7cb3b3c86cad967570") format("woff2"), url("//bijoux-chretiens.fr/cdn/fonts/montserrat/montserrat_n7.78b0223375c94b39ce1af7e09a0225f2bb3d05f7.woff?h1=Ymlqb3V4LWNocmV0aWVucy5mcg&h2=Y3JvaXhldGNyb2lzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h3=bGVzLWJpam91eC1jaHJldGllbnMubXlzaG9waWZ5LmNvbQ&hmac=a16cd8992c3b5c8683e71d4c1f7ae672752362f85dcaea0002eeca8b852813f1") format("woff"); } @font-face { font-family: Montserrat; font-weight: 400; font-style: italic; font-display: swap; src: url("//bijoux-chretiens.fr/cdn/fonts/montserrat/montserrat_i4.ae02483b3d5e8777d0d4a4ccf396482c364d8955.woff2?h1=Ymlqb3V4LWNocmV0aWVucy5mcg&h2=Y3JvaXhldGNyb2lzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h3=bGVzLWJpam91eC1jaHJldGllbnMubXlzaG9waWZ5LmNvbQ&hmac=2522473fbdaa762705a3df5c751a677e5bca63f898ac77b1c9a8469046cad41e") format("woff2"), url("//bijoux-chretiens.fr/cdn/fonts/montserrat/montserrat_i4.ba28d1a04ec09448de486d83c63235903dfc0af8.woff?h1=Ymlqb3V4LWNocmV0aWVucy5mcg&h2=Y3JvaXhldGNyb2lzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h3=bGVzLWJpam91eC1jaHJldGllbnMubXlzaG9waWZ5LmNvbQ&hmac=74f02e6c5cc8e2ecd9ad0ea76ac62c2a7f4a8d58f617473c15f70261b5ca0ebb") format("woff"); } @font-face { font-family: Montserrat; font-weight: 700; font-style: italic; font-display: swap; src: url("//bijoux-chretiens.fr/cdn/fonts/montserrat/montserrat_i7.83866c3eec90071fa974c17980ffb42977f9e667.woff2?h1=Ymlqb3V4LWNocmV0aWVucy5mcg&h2=Y3JvaXhldGNyb2lzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h3=bGVzLWJpam91eC1jaHJldGllbnMubXlzaG9waWZ5LmNvbQ&hmac=0c2f494b301e8d20f3c3a10628b3bb35178ef080d57a298cd1fd74919e68db78") format("woff2"), url("//bijoux-chretiens.fr/cdn/fonts/montserrat/montserrat_i7.25524241b12d864609c85325613d60efcf1a87e3.woff?h1=Ymlqb3V4LWNocmV0aWVucy5mcg&h2=Y3JvaXhldGNyb2lzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h3=bGVzLWJpam91eC1jaHJldGllbnMubXlzaG9waWZ5LmNvbQ&hmac=91052a009eb1d8e5f51c10e9c789598a02f08e5c5a7b49bf692f932558ddae67") format("woff"); } @font-face { font-family: Quattrocento; font-weight: 400; font-style: normal; font-display: swap; src: url("//bijoux-chretiens.fr/cdn/fonts/quattrocento/quattrocento_n4.1353afc8cc29255df9e3f9bc80461a8d1cd6253c.woff2?h1=Ymlqb3V4LWNocmV0aWVucy5mcg&h2=Y3JvaXhldGNyb2lzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h3=bGVzLWJpam91eC1jaHJldGllbnMubXlzaG9waWZ5LmNvbQ&hmac=631a91de3cde937cb6297c03b4a6c58bceb8385caf65195de2e7abe4d0890c55") format("woff2"), url("//bijoux-chretiens.fr/cdn/fonts/quattrocento/quattrocento_n4.a988de05f47f98889baa94e448dbfa1e47832588.woff?h1=Ymlqb3V4LWNocmV0aWVucy5mcg&h2=Y3JvaXhldGNyb2lzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h3=bGVzLWJpam91eC1jaHJldGllbnMubXlzaG9waWZ5LmNvbQ&hmac=258c0fac9d2ae6339a184b5cda17e2351b0cdaa0e95f0fe8d8c3f71ffe3c97d4") 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: #e7bf68; --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: #303030; --button-bg-color-hover: #404040; --button-text-color: #ffffff; --button-text-color-hover: #ffffff; --button-border-color: #303030; --button-border-color-hover: #404040; --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: #e7bf68; --body-link-color-hover: #e1b551; --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: #2e2e2e; --footer-line-color: #515151; --footer-heading-color: #ffffff; --footer-text-color: #f1f1f1; --footer-link-color: #f1f1f1; --footer-link-color-hover: #ffffff; --footer-button-bg-color: #e1b551; --footer-button-bg-color-hover: #e7bf68; --footer-button-color: #ffffff; --footer-button-color-hover: #ffffff; --footer-border-color: #e1b551; --footer-border-color-hover: #e7bf68; --footer-icons: #f1f1f1; --footer-icons-hover: #f1f1f1; --breadcrumb-bg: #f7f7f7; --breadcrumb-color: #111111; --header-font: Montserrat, 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: Montserrat, sans-serif; --body-font-style: normal; --body-font-weight: 400; --body-font-size: 14; --body-font-bold: 700; --body-font-italic: ; --body-font-bold-italic: ; --body-ls: 0.025em; --title-font: Quattrocento, serif; --title-font-style: normal; --title-font-weight: 400; --title-ls: 0.05em; --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"> <link rel="alternate" type="application/atom+xml" title="Feed" href="/collections/collier-croix.atom" /> <link rel="next" href="/collections/collier-croix?page=2"> <link rel="alternate" type="application/json+oembed" href="https://bijoux-chretiens.fr/collections/collier-croix.oembed"> <script async="async" src="/checkouts/internal/preloads.js?locale=fr-FR"></script> <script id="apple-pay-shop-capabilities" type="application/json">{"shopId":56922996874,"countryCode":"FR","currencyCode":"EUR","merchantCapabilities":["supports3DS"],"merchantId":"gid:\/\/shopify\/Shop\/56922996874","merchantName":"Bijoux Chrétiens","requiredBillingContactFields":["postalAddress","email"],"requiredShippingContactFields":["postalAddress","email"],"shippingType":"shipping","supportedNetworks":["visa","masterCard","amex"],"total":{"type":"pending","label":"Bijoux Chrétiens","amount":"1.00"},"shopifyPaymentsEnabled":false,"supportsSubscriptions":false}</script> <script id="shopify-features" type="application/json">{"accessToken":"e8b86e391372f2068126b188a96e2e6c","betas":["rich-media-storefront-analytics"],"domain":"bijoux-chretiens.fr","predictiveSearch":true,"shopId":56922996874,"smart_payment_buttons_url":"https:\/\/bijoux-chretiens.fr\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/spb.fr.js","dynamic_checkout_cart_url":"https:\/\/bijoux-chretiens.fr\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/dynamic-checkout-cart.fr.js","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":"Bijoux Chrétiens™ Ambition Noël 2024","id":172848709965,"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 = "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 id="shop-js-analytics" type="application/json">{"pageType":"collection"}</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:\/\/loox.io\/widget\/rltbDhjEaa\/loox.1706521254797.js?shop=croixetcrois.myshopify.com","https:\/\/cdn.hextom.com\/js\/eventpromotionbar.js?shop=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":3600,"reqid":"3382ae52-c917-4b9f-8cde-be336f4ff8c0-1735240098","pageurl":"bijoux-chretiens.fr\/collections\/collier-croix","u":"85643262c987","p":"collection","rtyp":"collection","rid":266042179722};</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)}function i(t,e,n=!1){try{const o=window.sessionStorage,c=JSON.parse(o.getItem(e)),{data:r}=c.action?c:{data:c};for(const[e,n]of Object.entries(r))t.elements[e]&&(t.elements[e].value=n);n&&o.removeItem(e)}catch{}}const u='password',m='form_key',f=['recaptcha-v3-token','g-recaptcha-response','h-captcha-response',u],d=()=>{try{return window.sessionStorage}catch{return}},p=t=>t.elements[m],l='form_type',h='cptcha';function _(t){t.dataset[h]=!0}const y=window,E=y.document,v='Shopify',g='ce_forms',T='captcha';let S=!1;((t,e)=>{const n=(w='f06e6c50-85a8-45c8-87d0-21a2b65856fe','https://cdn.shopify.com/shopifycloud/storefront-forms-hcaptcha/ce_storefront_forms_captcha_hcaptcha.v1.5.0.iife.js',A={infoText:'Protégé par hCaptcha',privacyText:'Confidentialité',termsText:'Conditions'},(t,e,n)=>{const o=y[v][g],c=o.bindForm;if(c)return c(t,w,e,A).then(n);o.q.push([[t,w,e,A],n]),S||(E.body.append(Object.assign(E.createElement('script'),{id:'captcha-provider',async:!0,src:'https://cdn.shopify.com/shopifycloud/storefront-forms-hcaptcha/ce_storefront_forms_captcha_hcaptcha.v1.5.0.iife.js'})),S=!0)});var w,A;y[v]=y[v]||{},y[v][g]=y[v][g]||{},y[v][g].q=[],y[v][T]=y[v][T]||{},y[v][T].protect=function(t,e){n(t,void 0,e),_(t)},Object.freeze(y[v][T]),function(t,e,n,y,E,v){const[g,T,S,w]=function(t,e,n){const i=e?o:[],u=t?c:[],m=[...i,...u],f=r(m),d=r(i),p=n&&r(m.filter((([t,e])=>n.includes(e))));return[a(f),a(d),a(p),s()]}(y,E,v),A=t=>{const e=t.target;return e instanceof HTMLFormElement?e:e&&e.form},b=t=>g().includes(t);t.addEventListener('submit',(t=>{const e=A(t);if(!e)return;const n=b(e)&&!e.dataset.hcaptchaBound&&!e.dataset.recaptchaBound,o=p(e),c=w().includes(e)&&(!o||!o.value);(n||c)&&t.preventDefault(),c&&!n&&(function(t){try{if(!d())return;!function(t){const e=d();if(!e)return;const n=p(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){p(t)||t.append(Object.assign(document.createElement('input'),{type:'hidden',name:m})),t.elements[m].value=e}(t,e),function(t,e){const n=d();if(!n)return;const o=[...t.querySelectorAll(`input[type='${u}']`)].map((({name:t})=>t)),c=[...f,...o],r={};for(const[a,s]of new FormData(t).entries())c.includes(a)||(r[a]=s);n.setItem(e,JSON.stringify({action:t.action,data:r}))}(t,e)}catch(e){console.error('failed to persist form',e)}}(e),e.submit())}));const I=(t,e)=>{t&&!t.dataset[h]&&(n(t,e.some((e=>e===t))),_(t))};for(const o of['focusin','change'])t.addEventListener(o,(t=>{const e=A(t);b(e)&&I(e,T())}));const O=e.get('form_key'),R=e.get(l),L=O&&R;t.addEventListener('DOMContentLoaded',(()=>{const t=T();if(L)for(const e of t)e.elements[l].value===R&&i(e,O);[...new Set([...S(),...g().filter((t=>'true'===t.dataset.shopifyCaptcha))])].forEach((e=>I(e,t)))}))}(E,new URLSearchParams(y.location.search),n,!0,!0,['guest_login'])})()}();</script> <script integrity="sha256-EGCDRYTvIEOXsReXgqGwkAR+5Dl8tickSrieA/ZcQwc=" data-source-attribution="shopify.loadfeatures" defer="defer" src="//bijoux-chretiens.fr/cdn/shopifycloud/shopify/assets/storefront/load_feature-1060834584ef204397b1179782a1b090047ee4397cb627244ab89e03f65c4307.js" crossorigin="anonymous"></script> <script integrity="sha256-HAs5a9TQVLlKuuHrahvWuke+s1UlxXohfHeoYv8G2D8=" data-source-attribution="shopify.dynamic-checkout" defer="defer" src="//bijoux-chretiens.fr/cdn/shopifycloud/shopify/assets/storefront/features-1c0b396bd4d054b94abae1eb6a1bd6ba47beb35525c57a217c77a862ff06d83f.js" crossorigin="anonymous"></script> <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="//bijoux-chretiens.fr/cdn/shop/t/34/assets/theme.min.css?v=57117432385417147001733131227"> <script defer> let all_upsells = []; window.theme = { template: "collection", domain: "bijoux-chretiens.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 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 app block --><script src="https://cdn.shopify.com/extensions/dd050a26-77ce-45f7-9d0f-e997a8828ed1/hextom-timer-bar-43/assets/eventpromotionbar.js" type="text/javascript" defer="defer"></script> <script src="https://cdn.shopify.com/extensions/1d9974ac-6ffb-4948-b5d6-07935bcdb810/consentmo-gdpr-204/assets/consentmo_cookie_consent.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: "collection"};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 d(d,e,r,a,n){var o,i,t,s,l=(i=(o={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:?[ /-](12[89]|1[3-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Android.+Firefox\/(12[7-9]|1[3-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(12[89]|1[3-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:?[ /-](12[89]|1[3-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Mobile Safari.+OPR\/([89]\d|\d{3,})\.\d+\.\d+|Android.+Firefox\/(12[7-9]|1[3-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(12[89]|1[3-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+|)/}).modern,t=o.legacy,s=navigator.userAgent,i.test(s)?"modern":(t.test(s),"legacy"));window.Shopify=window.Shopify||{};var c=window.Shopify;c.analytics=c.analytics||{};var u=c.analytics;u.replayQueue=[],u.publish=function(d,e,r){return u.replayQueue.push([d,e,r]),!0};try{self.performance.mark("wpm:start")}catch(d){}var h=[r,"/wpm","/b",n,l.substring(0,1),".js"].join("");!function(d){var e=d.src,r=d.async,a=void 0===r||r,n=d.onload,o=d.onerror,i=document.createElement("script"),t=document.head,s=document.body;i.async=a,i.src=e,n&&i.addEventListener("load",n),o&&i.addEventListener("error",o),t?t.appendChild(i):s?s.appendChild(i):console.error("Did not find a head or body element to append the script")}({src:h,async:!0,onload:function(){var r=window.webPixelsManager.init(d);e(r);var a=window.Shopify.analytics;a.replayQueue.forEach((function(d){var e=d[0],a=d[1],n=d[2];r.publishCustomEvent(e,a,n)})),a.replayQueue=[],a.publish=r.publishCustomEvent,a.visitor=r.visitor},onerror:function(){var e=d.storefrontBaseUrl.replace(/\/$/,""),r="".concat(e,"/.well-known/shopify/monorail/unstable/produce_batch"),n=JSON.stringify({metadata:{event_sent_at_ms:(new Date).getTime()},events:[{schema_id:"web_pixels_manager_load/3.1",payload:{version:a||"latest",bundle_target:l,page_url:self.location.href,status:"failed",surface:d.surface,error_msg:"".concat(h," has failed to load")},metadata:{event_created_at_ms:(new Date).getTime()}}]});try{if(self.navigator.sendBeacon.bind(self.navigator)(r,n))return!0}catch(d){}var o=new XMLHttpRequest;try{return o.open("POST",r,!0),o.setRequestHeader("Content-Type","text/plain"),o.send(n),!0}catch(d){console&&console.warn&&console.warn("[Web Pixels Manager] Got an unhandled error while logging a load error.")}return!1}})})({shopId: 56922996874,storefrontBaseUrl: "https://bijoux-chretiens.fr",extensionsBaseUrl: "https://extensions.shopifycdn.com/cdn/shopifycloud/web-pixels-manager",surface: "storefront-renderer",enabledBetaFlags: [],webPixelsConfigList: [{"id":"995721549","configuration":"{\"config\":\"{\\\"pixel_id\\\":\\\"G-08P77W2KEW\\\",\\\"target_country\\\":\\\"FR\\\",\\\"gtag_events\\\":[{\\\"type\\\":\\\"search\\\",\\\"action_label\\\":[\\\"G-08P77W2KEW\\\",\\\"AW-11386373839\\\/dx4QCNDCn_QYEM-NubUq\\\"]},{\\\"type\\\":\\\"begin_checkout\\\",\\\"action_label\\\":[\\\"G-08P77W2KEW\\\",\\\"AW-11386373839\\\/UhijCNbCn_QYEM-NubUq\\\"]},{\\\"type\\\":\\\"view_item\\\",\\\"action_label\\\":[\\\"G-08P77W2KEW\\\",\\\"AW-11386373839\\\/nX42CM3Cn_QYEM-NubUq\\\",\\\"MC-61FTY2S4TH\\\"]},{\\\"type\\\":\\\"purchase\\\",\\\"action_label\\\":[\\\"G-08P77W2KEW\\\",\\\"AW-11386373839\\\/Dm8sCPzBn_QYEM-NubUq\\\",\\\"MC-61FTY2S4TH\\\"]},{\\\"type\\\":\\\"page_view\\\",\\\"action_label\\\":[\\\"G-08P77W2KEW\\\",\\\"AW-11386373839\\\/IHf9CMrCn_QYEM-NubUq\\\",\\\"MC-61FTY2S4TH\\\"]},{\\\"type\\\":\\\"add_payment_info\\\",\\\"action_label\\\":[\\\"G-08P77W2KEW\\\",\\\"AW-11386373839\\\/N1iWCNnCn_QYEM-NubUq\\\"]},{\\\"type\\\":\\\"add_to_cart\\\",\\\"action_label\\\":[\\\"G-08P77W2KEW\\\",\\\"AW-11386373839\\\/D_BkCNPCn_QYEM-NubUq\\\"]}],\\\"enable_monitoring_mode\\\":false}\"}","eventPayloadVersion":"v1","runtimeContext":"OPEN","scriptVersion":"afe7c2de16587d6c6689522527d6c67f","type":"APP","apiClientId":1780363,"privacyPurposes":[]},{"id":"160530765","configuration":"{\"tagID\":\"2614303838081\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"4fd0680eed907adaf3f85849c393d688","type":"APP","apiClientId":3009811,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"80019789","eventPayloadVersion":"1","runtimeContext":"LAX","scriptVersion":"1","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"],"name":"Google Tag Ads Purchase"},{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0220","apiClientId":"shopify-pixel","type":"APP","privacyPurposes":["ANALYTICS","MARKETING"]},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"0220","apiClientId":"shopify-pixel","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING"]}],isMerchantRequest: false,initData: {"shop":{"name":"Bijoux Chr\u00e9tiens","paymentSettings":{"currencyCode":"EUR"},"myshopifyDomain":"croixetcrois.myshopify.com","countryCode":"FR","storefrontUrl":"https:\/\/bijoux-chretiens.fr"},"customer":null,"cart":null,"checkout":null,"productVariants":[],"purchasingCompany":null},},function pageEvents(webPixelsManagerAPI) {webPixelsManagerAPI.publish("page_viewed", {});webPixelsManagerAPI.publish("collection_viewed", {"collection":{"id":"266042179722","title":"Collier Croix","productVariants":[{"price":{"amount":34.9,"currencyCode":"EUR"},"product":{"title":"Collier Croix S Steel","vendor":"Bijoux Chr\u00e9tiens","id":"6949265244298","untranslatedTitle":"Collier Croix S Steel","url":"\/products\/collier-croix-s-steel","type":"Collier"},"id":"41493106753674","image":{"src":"\/\/bijoux-chretiens.fr\/cdn\/shop\/files\/collier-croix-s-steel.jpg?v=1726220254"},"sku":"1005002275229816-Gold-color","title":"Or","untranslatedTitle":"Or"},{"price":{"amount":69.9,"currencyCode":"EUR"},"product":{"title":"Collier Croix Chr\u00e9tienne","vendor":"Bijoux Chr\u00e9tiens","id":"6954055041162","untranslatedTitle":"Collier Croix Chr\u00e9tienne","url":"\/products\/collier-croix-chretienne","type":"Collier"},"id":"50212310876493","image":{"src":"\/\/bijoux-chretiens.fr\/cdn\/shop\/files\/collier-croix-chretienne_c30fa9c3-9080-4a4e-80bb-33de040843b8.jpg?v=1726735912"},"sku":"200000226:10#Rope chain-G;200000639:884","title":"Or","untranslatedTitle":"Or"},{"price":{"amount":29.9,"currencyCode":"EUR"},"product":{"title":"Collier Croix Homme Gravure","vendor":"Bijoux Chr\u00e9tiens","id":"6769424892042","untranslatedTitle":"Collier Croix Homme Gravure","url":"\/products\/collier-croix-homme-gravure","type":"Collier"},"id":"40701700538506","image":{"src":"\/\/bijoux-chretiens.fr\/cdn\/shop\/files\/collier-croix-gravure.jpg?v=1726728738"},"sku":"50134227-gold-color-60cm","title":"Or","untranslatedTitle":"Or"},{"price":{"amount":99.9,"currencyCode":"EUR"},"product":{"title":"Collier Croix Catholique","vendor":"Bijoux Chr\u00e9tiens","id":"6958051197066","untranslatedTitle":"Collier Croix Catholique","url":"\/products\/collier-croix-catholique","type":"Collier"},"id":"41525920727178","image":{"src":"\/\/bijoux-chretiens.fr\/cdn\/shop\/files\/collier-croix-catholique_1.jpg?v=1726221635"},"sku":"4001126572580-Gold Cross Oval","title":"Default Title","untranslatedTitle":"Default Title"},{"price":{"amount":39.9,"currencyCode":"EUR"},"product":{"title":"Collier Croix Double Homme","vendor":"Bijoux Chr\u00e9tiens","id":"7554909569162","untranslatedTitle":"Collier Croix Double Homme","url":"\/products\/collier-croix-double-homme","type":"Collier"},"id":"42389845115018","image":{"src":"\/\/bijoux-chretiens.fr\/cdn\/shop\/files\/collier-croix-double-homme_1.jpg?v=1726732490"},"sku":"1005004789587902-CN-091M NC-003S-50","title":"Default Title","untranslatedTitle":"Default Title"},{"price":{"amount":39.9,"currencyCode":"EUR"},"product":{"title":"Collier Croix Rosaire","vendor":"Bijoux Chr\u00e9tiens","id":"7695725035658","untranslatedTitle":"Collier Croix Rosaire","url":"\/products\/collier-croix-rosaire","type":"Collier"},"id":"42841376063626","image":{"src":"\/\/bijoux-chretiens.fr\/cdn\/shop\/files\/collier-croix-rosaire.jpg?v=1726732050"},"sku":"1005004033171934-NC-989G-50cm","title":"Or","untranslatedTitle":"Or"},{"price":{"amount":34.9,"currencyCode":"EUR"},"product":{"title":"Collier Croix de Dieu","vendor":"Bijoux Chr\u00e9tiens","id":"6770244321418","untranslatedTitle":"Collier Croix de Dieu","url":"\/products\/collier-croix-de-dieu","type":"Collier"},"id":"46758267650381","image":{"src":"\/\/bijoux-chretiens.fr\/cdn\/shop\/files\/collier-croix-de-dieu.jpg?v=1726732649"},"sku":"200001034:200003764#Classic Cross G;200000639:200661028#45-60cm;200007763:201336100","title":"Or","untranslatedTitle":"Or"},{"price":{"amount":49.9,"currencyCode":"EUR"},"product":{"title":"Collier Croix Or","vendor":"Bijoux Chr\u00e9tiens","id":"6984085110922","untranslatedTitle":"Collier Croix Or","url":"\/products\/collier-croix-or","type":"Collier"},"id":"41614935064714","image":{"src":"\/\/bijoux-chretiens.fr\/cdn\/shop\/files\/collier-croix-or_1.jpg?v=1726737530"},"sku":"1005001765736004-A","title":"Default Title","untranslatedTitle":"Default Title"},{"price":{"amount":39.9,"currencyCode":"EUR"},"product":{"title":"Collier Croix Vin Diesel","vendor":"Bijoux Chr\u00e9tiens","id":"6949269143690","untranslatedTitle":"Collier Croix Vin Diesel","url":"\/products\/collier-croix-vin-diesel","type":"Collier"},"id":"41493127561354","image":{"src":"\/\/bijoux-chretiens.fr\/cdn\/shop\/files\/collier-croix-vin-diesel.jpg?v=1726736584"},"sku":"32870764537","title":"Default Title","untranslatedTitle":"Default Title"},{"price":{"amount":49.9,"currencyCode":"EUR"},"product":{"title":"Collier \u00c9toile de Bethl\u00e9em","vendor":"Bijoux Chr\u00e9tiens","id":"6894496579722","untranslatedTitle":"Collier \u00c9toile de Bethl\u00e9em","url":"\/products\/collier-etoile-bethleem","type":"Collier"},"id":"41351554891914","image":{"src":"\/\/bijoux-chretiens.fr\/cdn\/shop\/files\/collier-croix-etoile-de-bethleem.jpg?v=1726738000"},"sku":"1005003468590655-Gold","title":"Or","untranslatedTitle":"Or"},{"price":{"amount":49.9,"currencyCode":"EUR"},"product":{"title":"Collier Croix Chaine","vendor":"Bijoux Chr\u00e9tiens","id":"7582777311370","untranslatedTitle":"Collier Croix Chaine","url":"\/products\/collier-croix-chaine","type":"Collier"},"id":"42500598202506","image":{"src":"\/\/bijoux-chretiens.fr\/cdn\/shop\/files\/collier-croix-chaine_1.jpg?v=1726738760"},"sku":"4000792952704-Gold","title":"Or","untranslatedTitle":"Or"},{"price":{"amount":39.9,"currencyCode":"EUR"},"product":{"title":"Collier Croix en Argent","vendor":"Bijoux Chr\u00e9tiens","id":"6767479160970","untranslatedTitle":"Collier Croix en Argent","url":"\/products\/collier-croix-argent","type":"Collier"},"id":"40686016462986","image":{"src":"\/\/bijoux-chretiens.fr\/cdn\/shop\/files\/collier-croix-argent.jpg?v=1726738499"},"sku":"38798218-silver","title":"Default Title","untranslatedTitle":"Default Title"},{"price":{"amount":74.9,"currencyCode":"EUR"},"product":{"title":"Collier Croix Fine","vendor":"Bijoux Chr\u00e9tiens","id":"6998096838794","untranslatedTitle":"Collier Croix Fine","url":"\/products\/collier-croix-fine","type":"Collier"},"id":"41671951483018","image":{"src":"\/\/bijoux-chretiens.fr\/cdn\/shop\/files\/collier-croix-fine.jpg?v=1726738963"},"sku":"4000046410891-big with chain","title":"Default Title","untranslatedTitle":"Default Title"},{"price":{"amount":39.9,"currencyCode":"EUR"},"product":{"title":"Collier Croix Dor\u00e9","vendor":"Bijoux Chr\u00e9tiens","id":"6949267439754","untranslatedTitle":"Collier Croix Dor\u00e9","url":"\/products\/collier-croix-dore","type":"Collier"},"id":"50423233806669","image":{"src":"\/\/bijoux-chretiens.fr\/cdn\/shop\/files\/collier-croix-dore.jpg?v=1729765188"},"sku":"200001034:1433145302#C Gold Color","title":"Default Title","untranslatedTitle":"Default Title"},{"price":{"amount":44.9,"currencyCode":"EUR"},"product":{"title":"Collier Croix Chapelet","vendor":"Bijoux Chr\u00e9tiens","id":"7625796386954","untranslatedTitle":"Collier Croix Chapelet","url":"\/products\/collier-croix-chapelet","type":"Collier"},"id":"42681783255178","image":{"src":"\/\/bijoux-chretiens.fr\/cdn\/shop\/files\/collier-croix-chapelet_13bce435-178d-463c-b9db-98d9eb5505fc.jpg?v=1733468685"},"sku":"1005004881407137-60cm","title":"Default Title","untranslatedTitle":"Default Title"},{"price":{"amount":24.9,"currencyCode":"EUR"},"product":{"title":"Collier Multirang Croix","vendor":"Bijoux Chr\u00e9tiens","id":"6766250164362","untranslatedTitle":"Collier Multirang Croix","url":"\/products\/collier-multirang-croix","type":"Collier"},"id":"40672427933834","image":{"src":"\/\/bijoux-chretiens.fr\/cdn\/shop\/files\/collier-multirang-croix.jpg?v=1726765329"},"sku":"37411604-gold-color","title":"Or","untranslatedTitle":"Or"},{"price":{"amount":49.9,"currencyCode":"EUR"},"product":{"title":"Collier Croix Johnny Hallyday","vendor":"Bijoux Chr\u00e9tiens","id":"7554897346698","untranslatedTitle":"Collier Croix Johnny Hallyday","url":"\/products\/collier-croix-johnny-hallyday","type":"Collier"},"id":"42389791244426","image":{"src":"\/\/bijoux-chretiens.fr\/cdn\/shop\/files\/collier-croix-johnny-hallyday.jpg?v=1726817813"},"sku":"32949886323-Black","title":"Noir","untranslatedTitle":"Noir"},{"price":{"amount":59.9,"currencyCode":"EUR"},"product":{"title":"Collier Catholique Femme","vendor":"Bijoux Chr\u00e9tiens","id":"7569318969482","untranslatedTitle":"Collier Catholique Femme","url":"\/products\/collier-catholique-femme","type":"Collier"},"id":"42447055159434","image":{"src":"\/\/bijoux-chretiens.fr\/cdn\/shop\/files\/collier-catholique-femme.jpg?v=1726817561"},"sku":"1005004829093921-gold","title":"Or","untranslatedTitle":"Or"},{"price":{"amount":59.9,"currencyCode":"EUR"},"product":{"title":"Collier Croix Color\u00e9","vendor":"Bijoux Chr\u00e9tiens","id":"6766273036426","untranslatedTitle":"Collier Croix Color\u00e9","url":"\/products\/collier-croix-colore","type":"Collier"},"id":"50233931727181","image":{"src":"\/\/bijoux-chretiens.fr\/cdn\/shop\/files\/collier-croix-colore.jpg?v=1727171426"},"sku":"200000226:193#Gold Red","title":"Default Title","untranslatedTitle":"Default Title"},{"price":{"amount":59.9,"currencyCode":"EUR"},"product":{"title":"Collier Croix et Vierge","vendor":"Bijoux Chr\u00e9tiens","id":"6766236336266","untranslatedTitle":"Collier Croix et Vierge","url":"\/products\/collier-croix-vierge","type":"Collier"},"id":"50216038859085","image":{"src":"\/\/bijoux-chretiens.fr\/cdn\/shop\/files\/collier-croix-vierge.jpg?v=1726815611"},"sku":"\u003cnone\u003e","title":"Default Title","untranslatedTitle":"Default Title"},{"price":{"amount":59.9,"currencyCode":"EUR"},"product":{"title":"Collier Croix Couch\u00e9e","vendor":"Bijoux Chr\u00e9tiens","id":"7569317331082","untranslatedTitle":"Collier Croix Couch\u00e9e","url":"\/products\/collier-croix-couchee","type":"Collier"},"id":"50251551080781","image":{"src":"\/\/bijoux-chretiens.fr\/cdn\/shop\/files\/collier-croix-couchee.jpg?v=1727427079"},"sku":"200000226:193#Gold","title":"Or","untranslatedTitle":"Or"},{"price":{"amount":39.9,"currencyCode":"EUR"},"product":{"title":"Collier Croix Ankh","vendor":"Bijoux Chr\u00e9tiens","id":"7554903638154","untranslatedTitle":"Collier Croix Ankh","url":"\/products\/collier-croix-ankh","type":"Collier"},"id":"42389823750282","image":{"src":"\/\/bijoux-chretiens.fr\/cdn\/shop\/files\/collier-croix-ankh-or-588.jpg?v=1698926314"},"sku":"4001176281082-PN-646G-50cm","title":"Or","untranslatedTitle":"Or"},{"price":{"amount":44.9,"currencyCode":"EUR"},"product":{"title":"Collier Croix de J\u00e9sus","vendor":"Bijoux Chr\u00e9tiens","id":"6984081408138","untranslatedTitle":"Collier Croix de J\u00e9sus","url":"\/products\/collier-croix-de-jesus","type":"Collier"},"id":"41614925758602","image":{"src":"\/\/bijoux-chretiens.fr\/cdn\/shop\/files\/collier-croix-de-jesus.jpg?v=1729079452"},"sku":"1005002635008976-Gold color-45cm","title":"Or","untranslatedTitle":"Or"},{"price":{"amount":59.9,"currencyCode":"EUR"},"product":{"title":"Collier Croix Or et Argent","vendor":"Bijoux Chr\u00e9tiens","id":"6767480275082","untranslatedTitle":"Collier Croix Or et Argent","url":"\/products\/collier-croix-or-et-argent","type":"Collier"},"id":"40686018363530","image":{"src":"\/\/bijoux-chretiens.fr\/cdn\/shop\/files\/collier-croix-or-et-argent.jpg?v=1723810001"},"sku":"50367729-silver","title":"Default Title","untranslatedTitle":"Default Title"}]}});},"https://bijoux-chretiens.fr/cdn","15679e4c73535ffc88c691fec2c57d6b6dd757f6","70383a35w7726c023p4d88ec8dm493e98ec",);</script> <script>window.ShopifyAnalytics = window.ShopifyAnalytics || {}; window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {}; window.ShopifyAnalytics.meta.currency = 'EUR'; var meta = {"products":[{"id":6949265244298,"gid":"gid:\/\/shopify\/Product\/6949265244298","vendor":"Bijoux Chrétiens","type":"Collier","variants":[{"id":41493106753674,"price":3490,"name":"Collier Croix S Steel - Or","public_title":"Or","sku":"1005002275229816-Gold-color"},{"id":41493106720906,"price":3490,"name":"Collier Croix S Steel - Argent","public_title":"Argent","sku":"1005002275229816-Steel color"},{"id":41493106786442,"price":3490,"name":"Collier Croix S Steel - Or Rose","public_title":"Or Rose","sku":"1005002275229816-Rose Gold Color"}]},{"id":6954055041162,"gid":"gid:\/\/shopify\/Product\/6954055041162","vendor":"Bijoux Chrétiens","type":"Collier","variants":[{"id":50212310876493,"price":6990,"name":"Collier Croix Chrétienne - Or","public_title":"Or","sku":"200000226:10#Rope chain-G;200000639:884"},{"id":50212311368013,"price":6990,"name":"Collier Croix Chrétienne - Argent","public_title":"Argent","sku":"200000226:29#Rope chain-S;200000639:884"}]},{"id":6769424892042,"gid":"gid:\/\/shopify\/Product\/6769424892042","vendor":"Bijoux Chrétiens","type":"Collier","variants":[{"id":40701700538506,"price":2990,"name":"Collier Croix Homme Gravure - Or","public_title":"Or","sku":"50134227-gold-color-60cm"},{"id":40701700571274,"price":2990,"name":"Collier Croix Homme Gravure - Argent","public_title":"Argent","sku":"50134227-silver-color-60cm"}]},{"id":6958051197066,"gid":"gid:\/\/shopify\/Product\/6958051197066","vendor":"Bijoux Chrétiens","type":"Collier","variants":[{"id":41525920727178,"price":9990,"name":"Collier Croix Catholique","public_title":null,"sku":"4001126572580-Gold Cross Oval"}]},{"id":7554909569162,"gid":"gid:\/\/shopify\/Product\/7554909569162","vendor":"Bijoux Chrétiens","type":"Collier","variants":[{"id":42389845115018,"price":3990,"name":"Collier Croix Double Homme","public_title":null,"sku":"1005004789587902-CN-091M NC-003S-50"}]},{"id":7695725035658,"gid":"gid:\/\/shopify\/Product\/7695725035658","vendor":"Bijoux Chrétiens","type":"Collier","variants":[{"id":42841376063626,"price":3990,"name":"Collier Croix Rosaire - Or","public_title":"Or","sku":"1005004033171934-NC-989G-50cm"},{"id":42841376030858,"price":3990,"name":"Collier Croix Rosaire - Argent","public_title":"Argent","sku":"1005004033171934-NC-989S-50cm"},{"id":42841376096394,"price":3990,"name":"Collier Croix Rosaire - Noir","public_title":"Noir","sku":"1005004033171934-NC-989B-50cm"}]},{"id":6770244321418,"gid":"gid:\/\/shopify\/Product\/6770244321418","vendor":"Bijoux Chrétiens","type":"Collier","variants":[{"id":46758267650381,"price":3490,"name":"Collier Croix de Dieu - Or","public_title":"Or","sku":"200001034:200003764#Classic Cross G;200000639:200661028#45-60cm;200007763:201336100"},{"id":46758267453773,"price":3490,"name":"Collier Croix de Dieu - Argent","public_title":"Argent","sku":"200001034:200003763#Classic Cross S;200000639:200661028#45-60cm;200007763:201336100"},{"id":46758267781453,"price":3490,"name":"Collier Croix de Dieu - Noire","public_title":"Noire","sku":"200001034:200003765#Classic Cross B;200000639:200661028#45-60cm;200007763:201336100"}]},{"id":6984085110922,"gid":"gid:\/\/shopify\/Product\/6984085110922","vendor":"Bijoux Chrétiens","type":"Collier","variants":[{"id":41614935064714,"price":4990,"name":"Collier Croix Or","public_title":null,"sku":"1005001765736004-A"}]},{"id":6949269143690,"gid":"gid:\/\/shopify\/Product\/6949269143690","vendor":"Bijoux Chrétiens","type":"Collier","variants":[{"id":41493127561354,"price":3990,"name":"Collier Croix Vin Diesel","public_title":null,"sku":"32870764537"}]},{"id":6894496579722,"gid":"gid:\/\/shopify\/Product\/6894496579722","vendor":"Bijoux Chrétiens","type":"Collier","variants":[{"id":41351554891914,"price":4990,"name":"Collier Étoile de Bethléem - Or","public_title":"Or","sku":"1005003468590655-Gold"},{"id":41351554859146,"price":4990,"name":"Collier Étoile de Bethléem - Argent","public_title":"Argent","sku":"1005003468590655-Silver"}]},{"id":7582777311370,"gid":"gid:\/\/shopify\/Product\/7582777311370","vendor":"Bijoux Chrétiens","type":"Collier","variants":[{"id":42500598202506,"price":4990,"name":"Collier Croix Chaine - Or","public_title":"Or","sku":"4000792952704-Gold"},{"id":42500598169738,"price":4990,"name":"Collier Croix Chaine - Argent","public_title":"Argent","sku":"4000792952704-Silver"}]},{"id":6767479160970,"gid":"gid:\/\/shopify\/Product\/6767479160970","vendor":"Bijoux Chrétiens","type":"Collier","variants":[{"id":40686016462986,"price":3990,"name":"Collier Croix en Argent","public_title":null,"sku":"38798218-silver"}]},{"id":6998096838794,"gid":"gid:\/\/shopify\/Product\/6998096838794","vendor":"Bijoux Chrétiens","type":"Collier","variants":[{"id":41671951483018,"price":7490,"name":"Collier Croix Fine","public_title":null,"sku":"4000046410891-big with chain"}]},{"id":6949267439754,"gid":"gid:\/\/shopify\/Product\/6949267439754","vendor":"Bijoux Chrétiens","type":"Collier","variants":[{"id":50423233806669,"price":3990,"name":"Collier Croix Doré","public_title":null,"sku":"200001034:1433145302#C Gold Color"}]},{"id":7625796386954,"gid":"gid:\/\/shopify\/Product\/7625796386954","vendor":"Bijoux Chrétiens","type":"Collier","variants":[{"id":42681783255178,"price":4490,"name":"Collier Croix Chapelet","public_title":null,"sku":"1005004881407137-60cm"}]},{"id":6766250164362,"gid":"gid:\/\/shopify\/Product\/6766250164362","vendor":"Bijoux Chrétiens","type":"Collier","variants":[{"id":40672427933834,"price":2490,"name":"Collier Multirang Croix - Or","public_title":"Or","sku":"37411604-gold-color"},{"id":40672427901066,"price":2490,"name":"Collier Multirang Croix - Argent","public_title":"Argent","sku":"37411604-silver-color"}]},{"id":7554897346698,"gid":"gid:\/\/shopify\/Product\/7554897346698","vendor":"Bijoux Chrétiens","type":"Collier","variants":[{"id":42389791244426,"price":4990,"name":"Collier Croix Johnny Hallyday - Noir","public_title":"Noir","sku":"32949886323-Black"},{"id":42389791211658,"price":4990,"name":"Collier Croix Johnny Hallyday - Rouge","public_title":"Rouge","sku":"32949886323-Red"}]},{"id":7569318969482,"gid":"gid:\/\/shopify\/Product\/7569318969482","vendor":"Bijoux Chrétiens","type":"Collier","variants":[{"id":42447055159434,"price":5990,"name":"Collier Catholique Femme - Or","public_title":"Or","sku":"1005004829093921-gold"},{"id":42447055126666,"price":5990,"name":"Collier Catholique Femme - Argent","public_title":"Argent","sku":"1005004829093921-silver"}]},{"id":6766273036426,"gid":"gid:\/\/shopify\/Product\/6766273036426","vendor":"Bijoux Chrétiens","type":"Collier","variants":[{"id":50233931727181,"price":5990,"name":"Collier Croix Coloré","public_title":null,"sku":"200000226:193#Gold Red"}]},{"id":6766236336266,"gid":"gid:\/\/shopify\/Product\/6766236336266","vendor":"Bijoux Chrétiens","type":"Collier","variants":[{"id":50216038859085,"price":5990,"name":"Collier Croix et Vierge","public_title":null,"sku":"\u003cnone\u003e"}]},{"id":7569317331082,"gid":"gid:\/\/shopify\/Product\/7569317331082","vendor":"Bijoux Chrétiens","type":"Collier","variants":[{"id":50251551080781,"price":5990,"name":"Collier Croix Couchée - Or","public_title":"Or","sku":"200000226:193#Gold"},{"id":50251552063821,"price":5990,"name":"Collier Croix Couchée - Argent","public_title":"Argent","sku":"200000226:29#Silver"}]},{"id":7554903638154,"gid":"gid:\/\/shopify\/Product\/7554903638154","vendor":"Bijoux Chrétiens","type":"Collier","variants":[{"id":42389823750282,"price":3990,"name":"Collier Croix Ankh - Or","public_title":"Or","sku":"4001176281082-PN-646G-50cm"},{"id":42389823684746,"price":3990,"name":"Collier Croix Ankh - Argent","public_title":"Argent","sku":"4001176281082-PN-646S-50cm"},{"id":42389823717514,"price":3990,"name":"Collier Croix Ankh - Noir","public_title":"Noir","sku":"4001176281082-PN-646B-50cm"}]},{"id":6984081408138,"gid":"gid:\/\/shopify\/Product\/6984081408138","vendor":"Bijoux Chrétiens","type":"Collier","variants":[{"id":41614925758602,"price":4490,"name":"Collier Croix de Jésus - Or","public_title":"Or","sku":"1005002635008976-Gold color-45cm"},{"id":41614925725834,"price":4490,"name":"Collier Croix de Jésus - Argent","public_title":"Argent","sku":"1005002635008976-Platinum color-45cm"}]},{"id":6767480275082,"gid":"gid:\/\/shopify\/Product\/6767480275082","vendor":"Bijoux Chrétiens","type":"Collier","variants":[{"id":40686018363530,"price":5990,"name":"Collier Croix Or et Argent","public_title":null,"sku":"50367729-silver"}]}],"page":{"pageType":"collection","resourceType":"collection","resourceId":266042179722}}; for (var attr in meta) { window.ShopifyAnalytics.meta[attr] = meta[attr]; }</script> <script>window.ShopifyAnalytics.merchantGoogleAnalytics = function() { }; </script> <script class="analytics">(window.gaDevIds=window.gaDevIds||[]).push('BwiEti'); (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: 172848709965, app_name: "storefront", context_url: window.location.href, source_url: "//bijoux-chretiens.fr/cdn/s/trekkie.storefront.8b4c16448efd5412843a4e489d8eb4898c09f6d2.min.js"}); }; scriptFallback.async = true; scriptFallback.src = '//bijoux-chretiens.fr/cdn/s/trekkie.storefront.8b4c16448efd5412843a4e489d8eb4898c09f6d2.min.js'; first.parentNode.insertBefore(scriptFallback, first); }; script.async = true; script.src = '//bijoux-chretiens.fr/cdn/s/trekkie.storefront.8b4c16448efd5412843a4e489d8eb4898c09f6d2.min.js'; first.parentNode.insertBefore(script, first); }; trekkie.load( {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":56922996874,"isMerchantRequest":null,"themeId":172848709965,"themeCityHash":"13288015278484090908","contentLanguage":"fr","currency":"EUR"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain"},"Google Analytics":{"trackingId":"UA-222450874-1","domain":"auto","siteSpeedSampleRate":"10","enhancedEcommerce":true,"doubleClick":true,"includeSearch":true},"Session Attribution":{},"S2S":{"facebookCapiEnabled":false,"source":"trekkie-storefront-renderer","apiClientId":580111}} ); var loaded = false; trekkie.ready(function() { if (loaded) return; loaded = true; window.ShopifyAnalytics.lib = window.trekkie; ga('require', 'linker'); function addListener(element, type, callback) { if (element.addEventListener) { element.addEventListener(type, callback); } else if (element.attachEvent) { element.attachEvent('on' + type, callback); } } function decorate(event) { event = event || window.event; var target = event.target || event.srcElement; if (target && (target.getAttribute('action') || target.getAttribute('href'))) { ga(function (tracker) { var linkerParam = tracker.get('linkerParam'); document.cookie = '_shopify_ga=' + linkerParam + '; ' + 'path=/'; }); } } addListener(window, 'load', function(){ for (var i=0; i < document.forms.length; i++) { var action = document.forms[i].getAttribute('action'); if(action && action.indexOf('/cart') >= 0) { addListener(document.forms[i], 'submit', decorate); } } for (var i=0; i < document.links.length; i++) { var href = document.links[i].getAttribute('href'); if(href && href.indexOf('/checkout') >= 0) { addListener(document.links[i], 'click', decorate); } } }); var originalDocumentWrite = document.write; document.write = customDocumentWrite; try { window.ShopifyAnalytics.merchantGoogleAnalytics.call(this); } catch(error) {}; document.write = originalDocumentWrite; window.ShopifyAnalytics.lib.page(null,{"pageType":"collection","resourceType":"collection","resourceId":266042179722}); var match = window.location.pathname.match(/checkouts\/(.+)\/(thank_you|post_purchase)/) var token = match? match[1]: undefined; if (!hasLoggedConversion(token)) { setCookieIfConversion(token); window.ShopifyAnalytics.lib.track("Viewed Product Category",{"currency":"EUR","category":"Collection: collier-croix","collectionName":"collier-croix","collectionId":266042179722,"nonInteraction":true},undefined,undefined,{"shopifyEmitted":true}); } }); var eventsListenerScript = document.createElement('script'); eventsListenerScript.async = true; eventsListenerScript.src = "//bijoux-chretiens.fr/cdn/shopifycloud/shopify/assets/shop_events_listener-61fa9e0a912c675e178777d2b27f6cbd482f8912a6b0aa31fa3515985a8cd626.js"; document.getElementsByTagName('head')[0].appendChild(eventsListenerScript); })();</script> <script class="boomerang"> (function () { window.BOOMR = window.BOOMR || {}; window.BOOMR.themeName = "Ambition"; window.BOOMR.themeVersion = "2.5.3"; window.BOOMR.shopId = 56922996874; window.BOOMR.themeId = 172848709965; })();</script> <script defer src="https://bijoux-chretiens.fr/cdn/shopifycloud/perf-kit/shopify-perf-kit-1.1.0.min.js" data-application="storefront-renderer" data-shop-id="56922996874" data-render-region="gcp-europe-west4" data-page-type="collection" data-theme-instance-id="172848709965" data-monorail-region="shop_domain" data-resource-timing-sampling-rate="10" ></script> </head> <body id="body"><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:#303030;} #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: 225px;} .logo-1 {padding-right: 0px;} .logo-1, .icones-1 {width: 225px;} .mobile-nav .logo-1 {width: 225px;} .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>IDÉES CADEAUX</li><li>Nos bijoux</li><li>Chapelets</li><li>Dizainiers</li></ul> </div> <header class="header-box fixed-nav"> <div class="header" data-logo-switch="225" data-nav-type="1"> <div class="container flex"> <a href="/" class="logo logo-1" id="logo"><img class="logo-img" src="//bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-logo_cdde77ee-e533-4750-bfc8-cd538789272c_400x.png?v=1727344162" width="225px" height="33.75px" sizes="225" alt="Bijoux Chrétiens" 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"><a class="nav-style" href="/pages/idees-cadeaux">IDÉES CADEAUX</a></li> <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="/collections/chapelet-catholique">Chapelets</a></li><li class="nav-link"><a class="nav-style" href="/collections/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": "Bijoux Chrétiens","logo": "https://bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-logo_cdde77ee-e533-4750-bfc8-cd538789272c.png?v=1727344162&width=500","sameAs": [ "", "https:\/\/www.instagram.com\/bijoux_chretiens\/", "", "", "", "", "https:\/\/www.pinterest.fr\/bijouxchretiensfr\/", "", "", "", "" ], "url": "https://bijoux-chretiens.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 class="announcement-bar slideshow"> <div class="flex container slideshow__inner" data-timer="0"><div class="slideshow__active slideshow__item announcement-text" ><p><strong>– 10 % de réductions</strong> avec le code <strong>NOEL</strong></p> </div></div> <div class="index-banner-dots slideshow__dots hide"><div class="slideshow__dot slideshow__dot__active"></div></div> </div> <style> #shopify-section-announcement2 .announcement-bar {height: 40px;background-color:#e6bf69;} #shopify-section-announcement2 .announcement-text, #shopify-section-announcement2 .announcement-text a {color: #ffffff;font-size: 14px;} #shopify-section-announcement2 .news-button {text-decoration:underline;} </style></div><div class="breadcrumb"> <nav class="container" role="navigation" aria-label="breadcrumbs"> <a href="/" title="Accueil">Accueil</a><span class="breadcrumb-line" aria-hidden="true">/</span> <span>Collier Croix</span></nav> </div><div id="shopify-section-template--24002972090701__main" class="shopify-section index-section-bottom-margin"><div class="collection-block"> <div class="text-image-content index-content text-dk-center text-mb-center preheader-titre" > <h1 class="index-title">Collier Croix</h1> </div> <div class="collection-header" id="collection-header" style="position:inherit;"> <div class="container flex"> <div class="collection-filters"> <div class="collection-filter-button flex" id="filters-icon"> <svg class="collection-filter-icon" aria-hidden="true" focusable="false" viewbox="0 0 24 24" role="img" width="24px" height="24px" fill="none"><path stroke="currentColor" stroke-width="1.5" d="M21 8.25H10m-5.25 0H3"></path><path stroke="currentColor" stroke-width="1.5" d="M7.5 6v0a2.25 2.25 0 100 4.5 2.25 2.25 0 000-4.5z" clip-rule="evenodd"></path><path stroke="currentColor" stroke-width="1.5" d="M3 15.75h10.75m5 0H21"></path><path stroke="currentColor" stroke-width="1.5" d="M16.5 13.5v0a2.25 2.25 0 100 4.5 2.25 2.25 0 000-4.5z" clip-rule="evenodd"></path></svg> <div class="collection-filter">Filtrer</div> </div> </div> </div> <div class="container flex"> <div class="collection-soustitre"> <h2 class="collection-title soustitre">Explorez notre collection de colliers croix</h2> </div> </div> </div> <div class="container"><div class="collection-description page-description"><p>Plongez dans notre collection de colliers en forme de croix et trouvez le bijou chrétien qui complétera parfaitement votre tenue pour chaque occasion.</p> </div><div class="collection-items center-text" data-next-url="/collections/collier-croix?page=2" data-actual-url="/collections/collier-croix" data-pagination-type="list" data-button-status="no-url" data-amount="80"><a href="/products/collier-croix-s-steel" class="collection-item" 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="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_1x.jpg?v=1726220254" data-aspectratio="1.0" data-image-ratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_5000x.jpg?v=1726220254 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_4500x.jpg?v=1726220254 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_4000x.jpg?v=1726220254 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_3500x.jpg?v=1726220254 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_3000x.jpg?v=1726220254 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_2500x.jpg?v=1726220254 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_2000x.jpg?v=1726220254 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_1800x.jpg?v=1726220254 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_1600x.jpg?v=1726220254 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_1400x.jpg?v=1726220254 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_1200x.jpg?v=1726220254 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_1000x.jpg?v=1726220254 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_800x.jpg?v=1726220254 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_600x.jpg?v=1726220254 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_500x.jpg?v=1726220254 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_400x.jpg?v=1726220254 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_300x.jpg?v=1726220254 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_200x.jpg?v=1726220254 200w" data-sizes="auto" alt="Collier Croix S Steel" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image"> <img class="lazyload image-complete-picture" src="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_1x.jpg?v=1726220257" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_5000x.jpg?v=1726220257 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_4500x.jpg?v=1726220257 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_4000x.jpg?v=1726220257 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_3500x.jpg?v=1726220257 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_3000x.jpg?v=1726220257 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_2500x.jpg?v=1726220257 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_2000x.jpg?v=1726220257 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_1800x.jpg?v=1726220257 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_1600x.jpg?v=1726220257 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_1400x.jpg?v=1726220257 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_1200x.jpg?v=1726220257 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_1000x.jpg?v=1726220257 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_800x.jpg?v=1726220257 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_600x.jpg?v=1726220257 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_500x.jpg?v=1726220257 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_400x.jpg?v=1726220257 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_300x.jpg?v=1726220257 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_200x.jpg?v=1726220257 200w" data-sizes="auto" alt="Collier Croix S Steel" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image-swatch" data-swatch="6949265244298Argenttemplate--24002972090701__main"> <img class="lazyload image-complete-picture" src="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_1x.jpg?v=1726220257" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_5000x.jpg?v=1726220257 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_4500x.jpg?v=1726220257 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_4000x.jpg?v=1726220257 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_3500x.jpg?v=1726220257 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_3000x.jpg?v=1726220257 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_2500x.jpg?v=1726220257 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_2000x.jpg?v=1726220257 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_1800x.jpg?v=1726220257 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_1600x.jpg?v=1726220257 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_1400x.jpg?v=1726220257 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_1200x.jpg?v=1726220257 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_1000x.jpg?v=1726220257 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_800x.jpg?v=1726220257 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_600x.jpg?v=1726220257 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_500x.jpg?v=1726220257 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_400x.jpg?v=1726220257 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_300x.jpg?v=1726220257 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_200x.jpg?v=1726220257 200w" data-sizes="auto" alt="Collier Croix S Steel" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image-swatch" data-swatch="6949265244298Or Rosetemplate--24002972090701__main"> <img class="lazyload image-complete-picture" src="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_1x.jpg?v=1726220327" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_5000x.jpg?v=1726220327 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_4500x.jpg?v=1726220327 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_4000x.jpg?v=1726220327 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_3500x.jpg?v=1726220327 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_3000x.jpg?v=1726220327 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_2500x.jpg?v=1726220327 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_2000x.jpg?v=1726220327 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_1800x.jpg?v=1726220327 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_1600x.jpg?v=1726220327 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_1400x.jpg?v=1726220327 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_1200x.jpg?v=1726220327 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_1000x.jpg?v=1726220327 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_800x.jpg?v=1726220327 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_600x.jpg?v=1726220327 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_500x.jpg?v=1726220327 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_400x.jpg?v=1726220327 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_300x.jpg?v=1726220327 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_200x.jpg?v=1726220327 200w" data-sizes="auto" alt="Collier Croix S Steel" draggable="false" style="width:100%;" /> </div><div class="tags-position-left tags-corner"></div> </div> <div class="product-carousel-text"> <h3 class="product-carousel-title">Collier Croix S Steel</h3></div> <div class="product-carousel-price"> <p class="product-current-price">34,90 €</p></div><div class="flex product-carousel-swatch" ><div class="product-option-block"><div class="product-option-image" data-swatch="6949265244298Ortemplate--24002972090701__main"> <div class="product-option-color" title="Or" style="background-color:#e7bf68;"></div> </div></div><div class="product-option-block"><div class="product-option-image" data-swatch="6949265244298Argenttemplate--24002972090701__main"> <div class="product-option-color" title="Argent" style="background-color:#f1f1f1;"></div> </div></div><div class="product-option-block"><div class="product-option-image" data-swatch="6949265244298Or Rosetemplate--24002972090701__main"> <div class="product-option-color" title="Or Rose" style="background-color:#ecc5c0;"></div> </div></div></div></a><a href="/products/collier-croix-chretienne" class="collection-item" 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="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-chretienne_c30fa9c3-9080-4a4e-80bb-33de040843b8_1x.jpg?v=1726735912" data-aspectratio="1.0" data-image-ratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chretienne_c30fa9c3-9080-4a4e-80bb-33de040843b8_5000x.jpg?v=1726735912 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chretienne_c30fa9c3-9080-4a4e-80bb-33de040843b8_4500x.jpg?v=1726735912 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chretienne_c30fa9c3-9080-4a4e-80bb-33de040843b8_4000x.jpg?v=1726735912 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chretienne_c30fa9c3-9080-4a4e-80bb-33de040843b8_3500x.jpg?v=1726735912 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chretienne_c30fa9c3-9080-4a4e-80bb-33de040843b8_3000x.jpg?v=1726735912 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chretienne_c30fa9c3-9080-4a4e-80bb-33de040843b8_2500x.jpg?v=1726735912 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chretienne_c30fa9c3-9080-4a4e-80bb-33de040843b8_2000x.jpg?v=1726735912 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chretienne_c30fa9c3-9080-4a4e-80bb-33de040843b8_1800x.jpg?v=1726735912 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chretienne_c30fa9c3-9080-4a4e-80bb-33de040843b8_1600x.jpg?v=1726735912 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chretienne_c30fa9c3-9080-4a4e-80bb-33de040843b8_1400x.jpg?v=1726735912 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chretienne_c30fa9c3-9080-4a4e-80bb-33de040843b8_1200x.jpg?v=1726735912 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chretienne_c30fa9c3-9080-4a4e-80bb-33de040843b8_1000x.jpg?v=1726735912 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chretienne_c30fa9c3-9080-4a4e-80bb-33de040843b8_800x.jpg?v=1726735912 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chretienne_c30fa9c3-9080-4a4e-80bb-33de040843b8_600x.jpg?v=1726735912 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chretienne_c30fa9c3-9080-4a4e-80bb-33de040843b8_500x.jpg?v=1726735912 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chretienne_c30fa9c3-9080-4a4e-80bb-33de040843b8_400x.jpg?v=1726735912 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chretienne_c30fa9c3-9080-4a4e-80bb-33de040843b8_300x.jpg?v=1726735912 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chretienne_c30fa9c3-9080-4a4e-80bb-33de040843b8_200x.jpg?v=1726735912 200w" data-sizes="auto" alt="Collier Croix Chrétienne" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image"> <img class="lazyload image-complete-picture" src="//bijoux-chretiens.fr/cdn/shop/files/S3a688d5a30ca47b8be3e6d72fe8d94aaN_1x.webp?v=1726735720" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/S3a688d5a30ca47b8be3e6d72fe8d94aaN_5000x.webp?v=1726735720 5000w, //bijoux-chretiens.fr/cdn/shop/files/S3a688d5a30ca47b8be3e6d72fe8d94aaN_4500x.webp?v=1726735720 4500w, //bijoux-chretiens.fr/cdn/shop/files/S3a688d5a30ca47b8be3e6d72fe8d94aaN_4000x.webp?v=1726735720 4000w, //bijoux-chretiens.fr/cdn/shop/files/S3a688d5a30ca47b8be3e6d72fe8d94aaN_3500x.webp?v=1726735720 3500w, //bijoux-chretiens.fr/cdn/shop/files/S3a688d5a30ca47b8be3e6d72fe8d94aaN_3000x.webp?v=1726735720 3000w, //bijoux-chretiens.fr/cdn/shop/files/S3a688d5a30ca47b8be3e6d72fe8d94aaN_2500x.webp?v=1726735720 2500w, //bijoux-chretiens.fr/cdn/shop/files/S3a688d5a30ca47b8be3e6d72fe8d94aaN_2000x.webp?v=1726735720 2000w, //bijoux-chretiens.fr/cdn/shop/files/S3a688d5a30ca47b8be3e6d72fe8d94aaN_1800x.webp?v=1726735720 1800w, //bijoux-chretiens.fr/cdn/shop/files/S3a688d5a30ca47b8be3e6d72fe8d94aaN_1600x.webp?v=1726735720 1600w, //bijoux-chretiens.fr/cdn/shop/files/S3a688d5a30ca47b8be3e6d72fe8d94aaN_1400x.webp?v=1726735720 1400w, //bijoux-chretiens.fr/cdn/shop/files/S3a688d5a30ca47b8be3e6d72fe8d94aaN_1200x.webp?v=1726735720 1200w, //bijoux-chretiens.fr/cdn/shop/files/S3a688d5a30ca47b8be3e6d72fe8d94aaN_1000x.webp?v=1726735720 1000w, //bijoux-chretiens.fr/cdn/shop/files/S3a688d5a30ca47b8be3e6d72fe8d94aaN_800x.webp?v=1726735720 800w, //bijoux-chretiens.fr/cdn/shop/files/S3a688d5a30ca47b8be3e6d72fe8d94aaN_600x.webp?v=1726735720 600w, //bijoux-chretiens.fr/cdn/shop/files/S3a688d5a30ca47b8be3e6d72fe8d94aaN_500x.webp?v=1726735720 500w, //bijoux-chretiens.fr/cdn/shop/files/S3a688d5a30ca47b8be3e6d72fe8d94aaN_400x.webp?v=1726735720 400w, //bijoux-chretiens.fr/cdn/shop/files/S3a688d5a30ca47b8be3e6d72fe8d94aaN_300x.webp?v=1726735720 300w, //bijoux-chretiens.fr/cdn/shop/files/S3a688d5a30ca47b8be3e6d72fe8d94aaN_200x.webp?v=1726735720 200w" data-sizes="auto" alt="Collier Croix Chrétienne" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image-swatch" data-swatch="6954055041162Argenttemplate--24002972090701__main"> <img class="lazyload image-complete-picture" src="//bijoux-chretiens.fr/cdn/shop/files/S168959a09f954ce98f92707ac78fa09ca_1x.webp?v=1726735798" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/S168959a09f954ce98f92707ac78fa09ca_5000x.webp?v=1726735798 5000w, //bijoux-chretiens.fr/cdn/shop/files/S168959a09f954ce98f92707ac78fa09ca_4500x.webp?v=1726735798 4500w, //bijoux-chretiens.fr/cdn/shop/files/S168959a09f954ce98f92707ac78fa09ca_4000x.webp?v=1726735798 4000w, //bijoux-chretiens.fr/cdn/shop/files/S168959a09f954ce98f92707ac78fa09ca_3500x.webp?v=1726735798 3500w, //bijoux-chretiens.fr/cdn/shop/files/S168959a09f954ce98f92707ac78fa09ca_3000x.webp?v=1726735798 3000w, //bijoux-chretiens.fr/cdn/shop/files/S168959a09f954ce98f92707ac78fa09ca_2500x.webp?v=1726735798 2500w, //bijoux-chretiens.fr/cdn/shop/files/S168959a09f954ce98f92707ac78fa09ca_2000x.webp?v=1726735798 2000w, //bijoux-chretiens.fr/cdn/shop/files/S168959a09f954ce98f92707ac78fa09ca_1800x.webp?v=1726735798 1800w, //bijoux-chretiens.fr/cdn/shop/files/S168959a09f954ce98f92707ac78fa09ca_1600x.webp?v=1726735798 1600w, //bijoux-chretiens.fr/cdn/shop/files/S168959a09f954ce98f92707ac78fa09ca_1400x.webp?v=1726735798 1400w, //bijoux-chretiens.fr/cdn/shop/files/S168959a09f954ce98f92707ac78fa09ca_1200x.webp?v=1726735798 1200w, //bijoux-chretiens.fr/cdn/shop/files/S168959a09f954ce98f92707ac78fa09ca_1000x.webp?v=1726735798 1000w, //bijoux-chretiens.fr/cdn/shop/files/S168959a09f954ce98f92707ac78fa09ca_800x.webp?v=1726735798 800w, //bijoux-chretiens.fr/cdn/shop/files/S168959a09f954ce98f92707ac78fa09ca_600x.webp?v=1726735798 600w, //bijoux-chretiens.fr/cdn/shop/files/S168959a09f954ce98f92707ac78fa09ca_500x.webp?v=1726735798 500w, //bijoux-chretiens.fr/cdn/shop/files/S168959a09f954ce98f92707ac78fa09ca_400x.webp?v=1726735798 400w, //bijoux-chretiens.fr/cdn/shop/files/S168959a09f954ce98f92707ac78fa09ca_300x.webp?v=1726735798 300w, //bijoux-chretiens.fr/cdn/shop/files/S168959a09f954ce98f92707ac78fa09ca_200x.webp?v=1726735798 200w" data-sizes="auto" alt="Collier Croix Chrétienne" draggable="false" style="width:100%;" /> </div><div class="tags-position-left tags-corner"></div> </div> <div class="product-carousel-text"> <h3 class="product-carousel-title">Collier Croix Chrétienne</h3></div> <div class="product-carousel-price"> <p class="product-current-price">69,90 €</p></div><div class="flex product-carousel-swatch" ><div class="product-option-block"><div class="product-option-image" data-swatch="6954055041162Ortemplate--24002972090701__main"> <div class="product-option-color" title="Or" style="background-color:#e7bf68;"></div> </div></div><div class="product-option-block"><div class="product-option-image" data-swatch="6954055041162Argenttemplate--24002972090701__main"> <div class="product-option-color" title="Argent" style="background-color:#f1f1f1;"></div> </div></div></div></a><a href="/products/collier-croix-homme-gravure" class="collection-item" 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="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-gravure_1x.jpg?v=1726728738" data-aspectratio="1.0" data-image-ratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-gravure_5000x.jpg?v=1726728738 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-gravure_4500x.jpg?v=1726728738 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-gravure_4000x.jpg?v=1726728738 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-gravure_3500x.jpg?v=1726728738 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-gravure_3000x.jpg?v=1726728738 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-gravure_2500x.jpg?v=1726728738 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-gravure_2000x.jpg?v=1726728738 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-gravure_1800x.jpg?v=1726728738 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-gravure_1600x.jpg?v=1726728738 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-gravure_1400x.jpg?v=1726728738 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-gravure_1200x.jpg?v=1726728738 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-gravure_1000x.jpg?v=1726728738 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-gravure_800x.jpg?v=1726728738 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-gravure_600x.jpg?v=1726728738 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-gravure_500x.jpg?v=1726728738 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-gravure_400x.jpg?v=1726728738 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-gravure_300x.jpg?v=1726728738 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-gravure_200x.jpg?v=1726728738 200w" data-sizes="auto" alt="Collier Croix Gravure" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image"> <img class="lazyload image-complete-picture" src="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-a-gravure-924_1x.jpg?v=1698920802" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-a-gravure-924_5000x.jpg?v=1698920802 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-a-gravure-924_4500x.jpg?v=1698920802 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-a-gravure-924_4000x.jpg?v=1698920802 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-a-gravure-924_3500x.jpg?v=1698920802 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-a-gravure-924_3000x.jpg?v=1698920802 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-a-gravure-924_2500x.jpg?v=1698920802 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-a-gravure-924_2000x.jpg?v=1698920802 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-a-gravure-924_1800x.jpg?v=1698920802 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-a-gravure-924_1600x.jpg?v=1698920802 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-a-gravure-924_1400x.jpg?v=1698920802 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-a-gravure-924_1200x.jpg?v=1698920802 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-a-gravure-924_1000x.jpg?v=1698920802 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-a-gravure-924_800x.jpg?v=1698920802 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-a-gravure-924_600x.jpg?v=1698920802 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-a-gravure-924_500x.jpg?v=1698920802 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-a-gravure-924_400x.jpg?v=1698920802 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-a-gravure-924_300x.jpg?v=1698920802 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-a-gravure-924_200x.jpg?v=1698920802 200w" data-sizes="auto" alt="Colliers Croix à Gravure" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image-swatch" data-swatch="6769424892042Argenttemplate--24002972090701__main"> <img class="lazyload image-complete-picture" src="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-a-gravure-924_1x.jpg?v=1698920802" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-a-gravure-924_5000x.jpg?v=1698920802 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-a-gravure-924_4500x.jpg?v=1698920802 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-a-gravure-924_4000x.jpg?v=1698920802 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-a-gravure-924_3500x.jpg?v=1698920802 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-a-gravure-924_3000x.jpg?v=1698920802 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-a-gravure-924_2500x.jpg?v=1698920802 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-a-gravure-924_2000x.jpg?v=1698920802 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-a-gravure-924_1800x.jpg?v=1698920802 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-a-gravure-924_1600x.jpg?v=1698920802 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-a-gravure-924_1400x.jpg?v=1698920802 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-a-gravure-924_1200x.jpg?v=1698920802 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-a-gravure-924_1000x.jpg?v=1698920802 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-a-gravure-924_800x.jpg?v=1698920802 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-a-gravure-924_600x.jpg?v=1698920802 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-a-gravure-924_500x.jpg?v=1698920802 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-a-gravure-924_400x.jpg?v=1698920802 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-a-gravure-924_300x.jpg?v=1698920802 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-a-gravure-924_200x.jpg?v=1698920802 200w" data-sizes="auto" alt="Colliers Croix à Gravure" draggable="false" style="width:100%;" /> </div><div class="tags-position-left tags-corner"></div> </div> <div class="product-carousel-text"> <h3 class="product-carousel-title">Collier Croix Homme Gravure</h3></div> <div class="product-carousel-price"> <p class="product-current-price">29,90 €</p></div><div class="flex product-carousel-swatch" ><div class="product-option-block"><div class="product-option-image" data-swatch="6769424892042Ortemplate--24002972090701__main"> <div class="product-option-color" title="Or" style="background-color:#e7bf68;"></div> </div></div><div class="product-option-block"><div class="product-option-image" data-swatch="6769424892042Argenttemplate--24002972090701__main"> <div class="product-option-color" title="Argent" style="background-color:#f1f1f1;"></div> </div></div></div></a><a href="/products/collier-croix-catholique" class="collection-item" 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="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique_1_1x.jpg?v=1726221635" data-aspectratio="1.0" data-image-ratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique_1_5000x.jpg?v=1726221635 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique_1_4500x.jpg?v=1726221635 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique_1_4000x.jpg?v=1726221635 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique_1_3500x.jpg?v=1726221635 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique_1_3000x.jpg?v=1726221635 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique_1_2500x.jpg?v=1726221635 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique_1_2000x.jpg?v=1726221635 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique_1_1800x.jpg?v=1726221635 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique_1_1600x.jpg?v=1726221635 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique_1_1400x.jpg?v=1726221635 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique_1_1200x.jpg?v=1726221635 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique_1_1000x.jpg?v=1726221635 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique_1_800x.jpg?v=1726221635 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique_1_600x.jpg?v=1726221635 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique_1_500x.jpg?v=1726221635 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique_1_400x.jpg?v=1726221635 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique_1_300x.jpg?v=1726221635 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique_1_200x.jpg?v=1726221635 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="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-2_1x.jpg?v=1726221638" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-2_5000x.jpg?v=1726221638 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-2_4500x.jpg?v=1726221638 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-2_4000x.jpg?v=1726221638 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-2_3500x.jpg?v=1726221638 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-2_3000x.jpg?v=1726221638 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-2_2500x.jpg?v=1726221638 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-2_2000x.jpg?v=1726221638 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-2_1800x.jpg?v=1726221638 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-2_1600x.jpg?v=1726221638 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-2_1400x.jpg?v=1726221638 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-2_1200x.jpg?v=1726221638 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-2_1000x.jpg?v=1726221638 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-2_800x.jpg?v=1726221638 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-2_600x.jpg?v=1726221638 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-2_500x.jpg?v=1726221638 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-2_400x.jpg?v=1726221638 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-2_300x.jpg?v=1726221638 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-2_200x.jpg?v=1726221638 200w" data-sizes="auto" alt="Collier Croix Catholique" draggable="false" style="width:100%;" /> </div><div class="tags-position-left tags-corner"></div> </div> <div class="product-carousel-text"> <h3 class="product-carousel-title">Collier Croix Catholique</h3></div> <div class="product-carousel-price"> <p class="product-current-price">99,90 €</p></div></a><a href="/products/collier-croix-double-homme" class="collection-item" 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="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-double-homme_1_1x.jpg?v=1726732490" data-aspectratio="1.0" data-image-ratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-double-homme_1_5000x.jpg?v=1726732490 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-double-homme_1_4500x.jpg?v=1726732490 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-double-homme_1_4000x.jpg?v=1726732490 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-double-homme_1_3500x.jpg?v=1726732490 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-double-homme_1_3000x.jpg?v=1726732490 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-double-homme_1_2500x.jpg?v=1726732490 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-double-homme_1_2000x.jpg?v=1726732490 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-double-homme_1_1800x.jpg?v=1726732490 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-double-homme_1_1600x.jpg?v=1726732490 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-double-homme_1_1400x.jpg?v=1726732490 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-double-homme_1_1200x.jpg?v=1726732490 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-double-homme_1_1000x.jpg?v=1726732490 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-double-homme_1_800x.jpg?v=1726732490 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-double-homme_1_600x.jpg?v=1726732490 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-double-homme_1_500x.jpg?v=1726732490 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-double-homme_1_400x.jpg?v=1726732490 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-double-homme_1_300x.jpg?v=1726732490 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-double-homme_1_200x.jpg?v=1726732490 200w" data-sizes="auto" alt="Collier Croix Double Homme" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image"> <img class="lazyload image-complete-picture" src="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-double-homme-806_1x.jpg?v=1698926337" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-double-homme-806_5000x.jpg?v=1698926337 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-double-homme-806_4500x.jpg?v=1698926337 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-double-homme-806_4000x.jpg?v=1698926337 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-double-homme-806_3500x.jpg?v=1698926337 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-double-homme-806_3000x.jpg?v=1698926337 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-double-homme-806_2500x.jpg?v=1698926337 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-double-homme-806_2000x.jpg?v=1698926337 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-double-homme-806_1800x.jpg?v=1698926337 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-double-homme-806_1600x.jpg?v=1698926337 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-double-homme-806_1400x.jpg?v=1698926337 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-double-homme-806_1200x.jpg?v=1698926337 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-double-homme-806_1000x.jpg?v=1698926337 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-double-homme-806_800x.jpg?v=1698926337 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-double-homme-806_600x.jpg?v=1698926337 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-double-homme-806_500x.jpg?v=1698926337 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-double-homme-806_400x.jpg?v=1698926337 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-double-homme-806_300x.jpg?v=1698926337 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-double-homme-806_200x.jpg?v=1698926337 200w" data-sizes="auto" alt="Collier Croix Double Homme" draggable="false" style="width:100%;" /> </div><div class="tags-position-left tags-corner"><span class="tags-item tags-promo">PROMO</span></div> </div> <div class="product-carousel-text"> <h3 class="product-carousel-title">Collier Croix Double Homme</h3></div> <div class="product-carousel-price"> <p class="product-current-price">39,90 €</p><p class="product-old-price">42,90 €</p></div></a><a href="/products/collier-croix-rosaire" class="collection-item" 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="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire_1x.jpg?v=1726732050" data-aspectratio="1.0" data-image-ratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire_5000x.jpg?v=1726732050 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire_4500x.jpg?v=1726732050 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire_4000x.jpg?v=1726732050 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire_3500x.jpg?v=1726732050 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire_3000x.jpg?v=1726732050 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire_2500x.jpg?v=1726732050 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire_2000x.jpg?v=1726732050 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire_1800x.jpg?v=1726732050 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire_1600x.jpg?v=1726732050 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire_1400x.jpg?v=1726732050 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire_1200x.jpg?v=1726732050 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire_1000x.jpg?v=1726732050 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire_800x.jpg?v=1726732050 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire_600x.jpg?v=1726732050 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire_500x.jpg?v=1726732050 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire_400x.jpg?v=1726732050 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire_300x.jpg?v=1726732050 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire_200x.jpg?v=1726732050 200w" data-sizes="auto" alt="Collier Croix Rosaire" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image"> <img class="lazyload image-complete-picture" src="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-490_1x.jpg?v=1698929256" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-490_5000x.jpg?v=1698929256 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-490_4500x.jpg?v=1698929256 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-490_4000x.jpg?v=1698929256 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-490_3500x.jpg?v=1698929256 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-490_3000x.jpg?v=1698929256 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-490_2500x.jpg?v=1698929256 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-490_2000x.jpg?v=1698929256 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-490_1800x.jpg?v=1698929256 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-490_1600x.jpg?v=1698929256 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-490_1400x.jpg?v=1698929256 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-490_1200x.jpg?v=1698929256 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-490_1000x.jpg?v=1698929256 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-490_800x.jpg?v=1698929256 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-490_600x.jpg?v=1698929256 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-490_500x.jpg?v=1698929256 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-490_400x.jpg?v=1698929256 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-490_300x.jpg?v=1698929256 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-490_200x.jpg?v=1698929256 200w" data-sizes="auto" alt="Collier Croix Rosaire - Collier" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image-swatch" data-swatch="7695725035658Argenttemplate--24002972090701__main"> <img class="lazyload image-complete-picture" src="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-argent-114_1x.jpg?v=1698929274" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-argent-114_5000x.jpg?v=1698929274 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-argent-114_4500x.jpg?v=1698929274 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-argent-114_4000x.jpg?v=1698929274 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-argent-114_3500x.jpg?v=1698929274 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-argent-114_3000x.jpg?v=1698929274 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-argent-114_2500x.jpg?v=1698929274 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-argent-114_2000x.jpg?v=1698929274 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-argent-114_1800x.jpg?v=1698929274 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-argent-114_1600x.jpg?v=1698929274 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-argent-114_1400x.jpg?v=1698929274 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-argent-114_1200x.jpg?v=1698929274 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-argent-114_1000x.jpg?v=1698929274 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-argent-114_800x.jpg?v=1698929274 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-argent-114_600x.jpg?v=1698929274 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-argent-114_500x.jpg?v=1698929274 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-argent-114_400x.jpg?v=1698929274 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-argent-114_300x.jpg?v=1698929274 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-argent-114_200x.jpg?v=1698929274 200w" data-sizes="auto" alt="Collier Croix Rosaire - Argent - Collier" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image-swatch" data-swatch="7695725035658Noirtemplate--24002972090701__main"> <img class="lazyload image-complete-picture" src="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-noir-692_1x.jpg?v=1698929270" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-noir-692_5000x.jpg?v=1698929270 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-noir-692_4500x.jpg?v=1698929270 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-noir-692_4000x.jpg?v=1698929270 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-noir-692_3500x.jpg?v=1698929270 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-noir-692_3000x.jpg?v=1698929270 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-noir-692_2500x.jpg?v=1698929270 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-noir-692_2000x.jpg?v=1698929270 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-noir-692_1800x.jpg?v=1698929270 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-noir-692_1600x.jpg?v=1698929270 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-noir-692_1400x.jpg?v=1698929270 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-noir-692_1200x.jpg?v=1698929270 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-noir-692_1000x.jpg?v=1698929270 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-noir-692_800x.jpg?v=1698929270 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-noir-692_600x.jpg?v=1698929270 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-noir-692_500x.jpg?v=1698929270 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-noir-692_400x.jpg?v=1698929270 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-noir-692_300x.jpg?v=1698929270 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-rosaire-noir-692_200x.jpg?v=1698929270 200w" data-sizes="auto" alt="Collier Croix Rosaire - Noir - Collier" draggable="false" style="width:100%;" /> </div><div class="tags-position-left tags-corner"></div> </div> <div class="product-carousel-text"> <h3 class="product-carousel-title">Collier Croix Rosaire</h3></div> <div class="product-carousel-price"> <p class="product-current-price">39,90 €</p></div><div class="flex product-carousel-swatch" ><div class="product-option-block"><div class="product-option-image" data-swatch="7695725035658Ortemplate--24002972090701__main"> <div class="product-option-color" title="Or" style="background-color:#e7bf68;"></div> </div></div><div class="product-option-block"><div class="product-option-image" data-swatch="7695725035658Argenttemplate--24002972090701__main"> <div class="product-option-color" title="Argent" style="background-color:#f1f1f1;"></div> </div></div><div class="product-option-block"><div class="product-option-image" data-swatch="7695725035658Noirtemplate--24002972090701__main"> <div class="product-option-color" title="Noir" style="background-color:#303030;"></div> </div></div></div></a><a href="/products/collier-croix-de-dieu" class="collection-item" 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="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu_1x.jpg?v=1726732649" data-aspectratio="1.0" data-image-ratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu_5000x.jpg?v=1726732649 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu_4500x.jpg?v=1726732649 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu_4000x.jpg?v=1726732649 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu_3500x.jpg?v=1726732649 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu_3000x.jpg?v=1726732649 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu_2500x.jpg?v=1726732649 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu_2000x.jpg?v=1726732649 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu_1800x.jpg?v=1726732649 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu_1600x.jpg?v=1726732649 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu_1400x.jpg?v=1726732649 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu_1200x.jpg?v=1726732649 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu_1000x.jpg?v=1726732649 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu_800x.jpg?v=1726732649 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu_600x.jpg?v=1726732649 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu_500x.jpg?v=1726732649 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu_400x.jpg?v=1726732649 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu_300x.jpg?v=1726732649 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu_200x.jpg?v=1726732649 200w" data-sizes="auto" alt="Collier Croix de Dieu" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image"> <img class="lazyload image-complete-picture" src="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-argent-212_1x.jpg?v=1698920893" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-argent-212_5000x.jpg?v=1698920893 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-argent-212_4500x.jpg?v=1698920893 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-argent-212_4000x.jpg?v=1698920893 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-argent-212_3500x.jpg?v=1698920893 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-argent-212_3000x.jpg?v=1698920893 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-argent-212_2500x.jpg?v=1698920893 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-argent-212_2000x.jpg?v=1698920893 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-argent-212_1800x.jpg?v=1698920893 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-argent-212_1600x.jpg?v=1698920893 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-argent-212_1400x.jpg?v=1698920893 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-argent-212_1200x.jpg?v=1698920893 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-argent-212_1000x.jpg?v=1698920893 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-argent-212_800x.jpg?v=1698920893 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-argent-212_600x.jpg?v=1698920893 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-argent-212_500x.jpg?v=1698920893 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-argent-212_400x.jpg?v=1698920893 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-argent-212_300x.jpg?v=1698920893 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-argent-212_200x.jpg?v=1698920893 200w" data-sizes="auto" alt="Collier Croix de Dieu" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image-swatch" data-swatch="6770244321418Argenttemplate--24002972090701__main"> <img class="lazyload image-complete-picture" src="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-argent-212_1x.jpg?v=1698920893" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-argent-212_5000x.jpg?v=1698920893 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-argent-212_4500x.jpg?v=1698920893 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-argent-212_4000x.jpg?v=1698920893 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-argent-212_3500x.jpg?v=1698920893 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-argent-212_3000x.jpg?v=1698920893 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-argent-212_2500x.jpg?v=1698920893 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-argent-212_2000x.jpg?v=1698920893 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-argent-212_1800x.jpg?v=1698920893 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-argent-212_1600x.jpg?v=1698920893 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-argent-212_1400x.jpg?v=1698920893 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-argent-212_1200x.jpg?v=1698920893 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-argent-212_1000x.jpg?v=1698920893 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-argent-212_800x.jpg?v=1698920893 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-argent-212_600x.jpg?v=1698920893 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-argent-212_500x.jpg?v=1698920893 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-argent-212_400x.jpg?v=1698920893 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-argent-212_300x.jpg?v=1698920893 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-argent-212_200x.jpg?v=1698920893 200w" data-sizes="auto" alt="Collier Croix de Dieu" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image-swatch" data-swatch="6770244321418Noiretemplate--24002972090701__main"> <img class="lazyload image-complete-picture" src="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-noire-720_1x.jpg?v=1698920901" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-noire-720_5000x.jpg?v=1698920901 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-noire-720_4500x.jpg?v=1698920901 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-noire-720_4000x.jpg?v=1698920901 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-noire-720_3500x.jpg?v=1698920901 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-noire-720_3000x.jpg?v=1698920901 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-noire-720_2500x.jpg?v=1698920901 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-noire-720_2000x.jpg?v=1698920901 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-noire-720_1800x.jpg?v=1698920901 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-noire-720_1600x.jpg?v=1698920901 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-noire-720_1400x.jpg?v=1698920901 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-noire-720_1200x.jpg?v=1698920901 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-noire-720_1000x.jpg?v=1698920901 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-noire-720_800x.jpg?v=1698920901 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-noire-720_600x.jpg?v=1698920901 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-noire-720_500x.jpg?v=1698920901 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-noire-720_400x.jpg?v=1698920901 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-noire-720_300x.jpg?v=1698920901 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-dieu-noire-720_200x.jpg?v=1698920901 200w" data-sizes="auto" alt="Collier Croix de Dieu" draggable="false" style="width:100%;" /> </div><div class="tags-position-left tags-corner"></div> </div> <div class="product-carousel-text"> <h3 class="product-carousel-title">Collier Croix de Dieu</h3></div> <div class="product-carousel-price"> <p class="product-current-price">34,90 €</p></div><div class="flex product-carousel-swatch" ><div class="product-option-block"><div class="product-option-image" data-swatch="6770244321418Ortemplate--24002972090701__main"> <div class="product-option-color" title="Or" style="background-color:#e7bf68;"></div> </div></div><div class="product-option-block"><div class="product-option-image" data-swatch="6770244321418Argenttemplate--24002972090701__main"> <div class="product-option-color" title="Argent" style="background-color:#f1f1f1;"></div> </div></div><div class="product-option-block"><div class="product-option-image" data-swatch="6770244321418Noiretemplate--24002972090701__main"> <div class="product-option-color" title="Noire" style="background-color:#303030;"></div> </div></div></div></a><a href="/products/collier-croix-or" class="collection-item" 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="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-or_1_1x.jpg?v=1726737530" data-aspectratio="1.0" data-image-ratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or_1_5000x.jpg?v=1726737530 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or_1_4500x.jpg?v=1726737530 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or_1_4000x.jpg?v=1726737530 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or_1_3500x.jpg?v=1726737530 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or_1_3000x.jpg?v=1726737530 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or_1_2500x.jpg?v=1726737530 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or_1_2000x.jpg?v=1726737530 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or_1_1800x.jpg?v=1726737530 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or_1_1600x.jpg?v=1726737530 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or_1_1400x.jpg?v=1726737530 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or_1_1200x.jpg?v=1726737530 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or_1_1000x.jpg?v=1726737530 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or_1_800x.jpg?v=1726737530 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or_1_600x.jpg?v=1726737530 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or_1_500x.jpg?v=1726737530 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or_1_400x.jpg?v=1726737530 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or_1_300x.jpg?v=1726737530 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or_1_200x.jpg?v=1726737530 200w" data-sizes="auto" alt="Collier Croix Or" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image"> <img class="lazyload image-complete-picture" src="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-981_1x.jpg?v=1698924552" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-981_5000x.jpg?v=1698924552 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-981_4500x.jpg?v=1698924552 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-981_4000x.jpg?v=1698924552 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-981_3500x.jpg?v=1698924552 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-981_3000x.jpg?v=1698924552 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-981_2500x.jpg?v=1698924552 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-981_2000x.jpg?v=1698924552 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-981_1800x.jpg?v=1698924552 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-981_1600x.jpg?v=1698924552 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-981_1400x.jpg?v=1698924552 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-981_1200x.jpg?v=1698924552 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-981_1000x.jpg?v=1698924552 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-981_800x.jpg?v=1698924552 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-981_600x.jpg?v=1698924552 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-981_500x.jpg?v=1698924552 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-981_400x.jpg?v=1698924552 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-981_300x.jpg?v=1698924552 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-981_200x.jpg?v=1698924552 200w" data-sizes="auto" alt="Collier Croix Or" draggable="false" style="width:100%;" /> </div><div class="tags-position-left tags-corner"></div> </div> <div class="product-carousel-text"> <h3 class="product-carousel-title">Collier Croix Or</h3></div> <div class="product-carousel-price"> <p class="product-current-price">49,90 €</p></div></a><a href="/products/collier-croix-vin-diesel" class="collection-item" 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="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-vin-diesel_1x.jpg?v=1726736584" data-aspectratio="1.0" data-image-ratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-vin-diesel_5000x.jpg?v=1726736584 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-vin-diesel_4500x.jpg?v=1726736584 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-vin-diesel_4000x.jpg?v=1726736584 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-vin-diesel_3500x.jpg?v=1726736584 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-vin-diesel_3000x.jpg?v=1726736584 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-vin-diesel_2500x.jpg?v=1726736584 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-vin-diesel_2000x.jpg?v=1726736584 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-vin-diesel_1800x.jpg?v=1726736584 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-vin-diesel_1600x.jpg?v=1726736584 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-vin-diesel_1400x.jpg?v=1726736584 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-vin-diesel_1200x.jpg?v=1726736584 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-vin-diesel_1000x.jpg?v=1726736584 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-vin-diesel_800x.jpg?v=1726736584 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-vin-diesel_600x.jpg?v=1726736584 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-vin-diesel_500x.jpg?v=1726736584 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-vin-diesel_400x.jpg?v=1726736584 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-vin-diesel_300x.jpg?v=1726736584 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-vin-diesel_200x.jpg?v=1726736584 200w" data-sizes="auto" alt="Collier Croix Vin Diesel" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image"> <img class="lazyload image-complete-picture" src="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-vin-diesel-681_1x.jpg?v=1698923950" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-vin-diesel-681_5000x.jpg?v=1698923950 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-vin-diesel-681_4500x.jpg?v=1698923950 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-vin-diesel-681_4000x.jpg?v=1698923950 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-vin-diesel-681_3500x.jpg?v=1698923950 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-vin-diesel-681_3000x.jpg?v=1698923950 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-vin-diesel-681_2500x.jpg?v=1698923950 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-vin-diesel-681_2000x.jpg?v=1698923950 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-vin-diesel-681_1800x.jpg?v=1698923950 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-vin-diesel-681_1600x.jpg?v=1698923950 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-vin-diesel-681_1400x.jpg?v=1698923950 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-vin-diesel-681_1200x.jpg?v=1698923950 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-vin-diesel-681_1000x.jpg?v=1698923950 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-vin-diesel-681_800x.jpg?v=1698923950 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-vin-diesel-681_600x.jpg?v=1698923950 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-vin-diesel-681_500x.jpg?v=1698923950 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-vin-diesel-681_400x.jpg?v=1698923950 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-vin-diesel-681_300x.jpg?v=1698923950 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-vin-diesel-681_200x.jpg?v=1698923950 200w" data-sizes="auto" alt="Collier Croix Vin Diesel" draggable="false" style="width:100%;" /> </div><div class="tags-position-left tags-corner"><span class="tags-item tags-promo">PROMO</span></div> </div> <div class="product-carousel-text"> <h3 class="product-carousel-title">Collier Croix Vin Diesel</h3></div> <div class="product-carousel-price"> <p class="product-current-price">39,90 €</p><p class="product-old-price">44,90 €</p></div></a><a href="/products/collier-etoile-bethleem" class="collection-item" 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="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem_1x.jpg?v=1726738000" data-aspectratio="1.0" data-image-ratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem_5000x.jpg?v=1726738000 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem_4500x.jpg?v=1726738000 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem_4000x.jpg?v=1726738000 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem_3500x.jpg?v=1726738000 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem_3000x.jpg?v=1726738000 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem_2500x.jpg?v=1726738000 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem_2000x.jpg?v=1726738000 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem_1800x.jpg?v=1726738000 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem_1600x.jpg?v=1726738000 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem_1400x.jpg?v=1726738000 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem_1200x.jpg?v=1726738000 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem_1000x.jpg?v=1726738000 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem_800x.jpg?v=1726738000 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem_600x.jpg?v=1726738000 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem_500x.jpg?v=1726738000 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem_400x.jpg?v=1726738000 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem_300x.jpg?v=1726738000 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem_200x.jpg?v=1726738000 200w" data-sizes="auto" alt="Collier Étoile de Bethléem" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image"> <img class="lazyload image-complete-picture" src="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem-440_1x.jpg?v=1698923467" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem-440_5000x.jpg?v=1698923467 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem-440_4500x.jpg?v=1698923467 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem-440_4000x.jpg?v=1698923467 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem-440_3500x.jpg?v=1698923467 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem-440_3000x.jpg?v=1698923467 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem-440_2500x.jpg?v=1698923467 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem-440_2000x.jpg?v=1698923467 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem-440_1800x.jpg?v=1698923467 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem-440_1600x.jpg?v=1698923467 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem-440_1400x.jpg?v=1698923467 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem-440_1200x.jpg?v=1698923467 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem-440_1000x.jpg?v=1698923467 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem-440_800x.jpg?v=1698923467 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem-440_600x.jpg?v=1698923467 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem-440_500x.jpg?v=1698923467 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem-440_400x.jpg?v=1698923467 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem-440_300x.jpg?v=1698923467 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem-440_200x.jpg?v=1698923467 200w" data-sizes="auto" alt="Collier Croix Étoile de Bethléem - Collier" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image-swatch" data-swatch="6894496579722Argenttemplate--24002972090701__main"> <img class="lazyload image-complete-picture" src="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem-argent-839_1x.jpg?v=1698923475" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem-argent-839_5000x.jpg?v=1698923475 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem-argent-839_4500x.jpg?v=1698923475 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem-argent-839_4000x.jpg?v=1698923475 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem-argent-839_3500x.jpg?v=1698923475 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem-argent-839_3000x.jpg?v=1698923475 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem-argent-839_2500x.jpg?v=1698923475 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem-argent-839_2000x.jpg?v=1698923475 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem-argent-839_1800x.jpg?v=1698923475 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem-argent-839_1600x.jpg?v=1698923475 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem-argent-839_1400x.jpg?v=1698923475 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem-argent-839_1200x.jpg?v=1698923475 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem-argent-839_1000x.jpg?v=1698923475 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem-argent-839_800x.jpg?v=1698923475 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem-argent-839_600x.jpg?v=1698923475 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem-argent-839_500x.jpg?v=1698923475 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem-argent-839_400x.jpg?v=1698923475 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem-argent-839_300x.jpg?v=1698923475 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-etoile-de-bethleem-argent-839_200x.jpg?v=1698923475 200w" data-sizes="auto" alt="Collier Croix Étoile de Bethléem - Argent - Collier" draggable="false" style="width:100%;" /> </div><div class="tags-position-left tags-corner"></div> </div> <div class="product-carousel-text"> <h3 class="product-carousel-title">Collier Étoile de Bethléem</h3></div> <div class="product-carousel-price"> <p class="product-current-price">49,90 €</p></div><div class="flex product-carousel-swatch" ><div class="product-option-block"><div class="product-option-image" data-swatch="6894496579722Ortemplate--24002972090701__main"> <div class="product-option-color" title="Or" style="background-color:#e7bf68;"></div> </div></div><div class="product-option-block"><div class="product-option-image" data-swatch="6894496579722Argenttemplate--24002972090701__main"> <div class="product-option-color" title="Argent" style="background-color:#f1f1f1;"></div> </div></div></div></a><a href="/products/collier-croix-chaine" class="collection-item" 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="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine_1_1x.jpg?v=1726738760" data-aspectratio="1.0" data-image-ratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine_1_5000x.jpg?v=1726738760 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine_1_4500x.jpg?v=1726738760 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine_1_4000x.jpg?v=1726738760 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine_1_3500x.jpg?v=1726738760 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine_1_3000x.jpg?v=1726738760 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine_1_2500x.jpg?v=1726738760 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine_1_2000x.jpg?v=1726738760 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine_1_1800x.jpg?v=1726738760 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine_1_1600x.jpg?v=1726738760 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine_1_1400x.jpg?v=1726738760 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine_1_1200x.jpg?v=1726738760 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine_1_1000x.jpg?v=1726738760 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine_1_800x.jpg?v=1726738760 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine_1_600x.jpg?v=1726738760 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine_1_500x.jpg?v=1726738760 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine_1_400x.jpg?v=1726738760 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine_1_300x.jpg?v=1726738760 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine_1_200x.jpg?v=1726738760 200w" data-sizes="auto" alt="Collier Croix Chaine" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image"> <img class="lazyload image-complete-picture" src="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine-948_1x.jpg?v=1698927336" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine-948_5000x.jpg?v=1698927336 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine-948_4500x.jpg?v=1698927336 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine-948_4000x.jpg?v=1698927336 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine-948_3500x.jpg?v=1698927336 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine-948_3000x.jpg?v=1698927336 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine-948_2500x.jpg?v=1698927336 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine-948_2000x.jpg?v=1698927336 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine-948_1800x.jpg?v=1698927336 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine-948_1600x.jpg?v=1698927336 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine-948_1400x.jpg?v=1698927336 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine-948_1200x.jpg?v=1698927336 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine-948_1000x.jpg?v=1698927336 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine-948_800x.jpg?v=1698927336 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine-948_600x.jpg?v=1698927336 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine-948_500x.jpg?v=1698927336 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine-948_400x.jpg?v=1698927336 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine-948_300x.jpg?v=1698927336 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine-948_200x.jpg?v=1698927336 200w" data-sizes="auto" alt="Collier Croix Chaine" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image-swatch" data-swatch="7582777311370Argenttemplate--24002972090701__main"> <img class="lazyload image-complete-picture" src="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine-argent-527_1x.jpg?v=1698927331" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine-argent-527_5000x.jpg?v=1698927331 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine-argent-527_4500x.jpg?v=1698927331 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine-argent-527_4000x.jpg?v=1698927331 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine-argent-527_3500x.jpg?v=1698927331 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine-argent-527_3000x.jpg?v=1698927331 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine-argent-527_2500x.jpg?v=1698927331 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine-argent-527_2000x.jpg?v=1698927331 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine-argent-527_1800x.jpg?v=1698927331 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine-argent-527_1600x.jpg?v=1698927331 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine-argent-527_1400x.jpg?v=1698927331 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine-argent-527_1200x.jpg?v=1698927331 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine-argent-527_1000x.jpg?v=1698927331 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine-argent-527_800x.jpg?v=1698927331 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine-argent-527_600x.jpg?v=1698927331 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine-argent-527_500x.jpg?v=1698927331 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine-argent-527_400x.jpg?v=1698927331 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine-argent-527_300x.jpg?v=1698927331 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chaine-argent-527_200x.jpg?v=1698927331 200w" data-sizes="auto" alt="Collier Croix Chaine" draggable="false" style="width:100%;" /> </div><div class="tags-position-left tags-corner"></div> </div> <div class="product-carousel-text"> <h3 class="product-carousel-title">Collier Croix Chaine</h3></div> <div class="product-carousel-price"> <p class="product-current-price">49,90 €</p></div><div class="flex product-carousel-swatch" ><div class="product-option-block"><div class="product-option-image" data-swatch="7582777311370Ortemplate--24002972090701__main"> <div class="product-option-color" title="Or" style="background-color:#e7bf68;"></div> </div></div><div class="product-option-block"><div class="product-option-image" data-swatch="7582777311370Argenttemplate--24002972090701__main"> <div class="product-option-color" title="Argent" style="background-color:#f1f1f1;"></div> </div></div></div></a><a href="/products/collier-croix-argent" class="collection-item" 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="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-argent_1x.jpg?v=1726738499" data-aspectratio="1.0" data-image-ratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-argent_5000x.jpg?v=1726738499 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-argent_4500x.jpg?v=1726738499 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-argent_4000x.jpg?v=1726738499 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-argent_3500x.jpg?v=1726738499 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-argent_3000x.jpg?v=1726738499 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-argent_2500x.jpg?v=1726738499 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-argent_2000x.jpg?v=1726738499 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-argent_1800x.jpg?v=1726738499 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-argent_1600x.jpg?v=1726738499 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-argent_1400x.jpg?v=1726738499 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-argent_1200x.jpg?v=1726738499 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-argent_1000x.jpg?v=1726738499 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-argent_800x.jpg?v=1726738499 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-argent_600x.jpg?v=1726738499 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-argent_500x.jpg?v=1726738499 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-argent_400x.jpg?v=1726738499 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-argent_300x.jpg?v=1726738499 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-argent_200x.jpg?v=1726738499 200w" data-sizes="auto" alt="Collier Croix en Argent" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image"> <img class="lazyload image-complete-picture" src="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-en-argent-773_1x.png?v=1698920657" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-en-argent-773_5000x.png?v=1698920657 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-en-argent-773_4500x.png?v=1698920657 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-en-argent-773_4000x.png?v=1698920657 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-en-argent-773_3500x.png?v=1698920657 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-en-argent-773_3000x.png?v=1698920657 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-en-argent-773_2500x.png?v=1698920657 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-en-argent-773_2000x.png?v=1698920657 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-en-argent-773_1800x.png?v=1698920657 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-en-argent-773_1600x.png?v=1698920657 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-en-argent-773_1400x.png?v=1698920657 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-en-argent-773_1200x.png?v=1698920657 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-en-argent-773_1000x.png?v=1698920657 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-en-argent-773_800x.png?v=1698920657 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-en-argent-773_600x.png?v=1698920657 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-en-argent-773_500x.png?v=1698920657 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-en-argent-773_400x.png?v=1698920657 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-en-argent-773_300x.png?v=1698920657 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-en-argent-773_200x.png?v=1698920657 200w" data-sizes="auto" alt="Collier Croix en Argent" draggable="false" style="width:100%;" /> </div><div class="tags-position-left tags-corner"></div> </div> <div class="product-carousel-text"> <h3 class="product-carousel-title">Collier Croix en Argent</h3></div> <div class="product-carousel-price"> <p class="product-current-price">39,90 €</p></div></a><a href="/products/collier-croix-fine" class="collection-item" 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="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-fine_1x.jpg?v=1726738963" data-aspectratio="1.0" data-image-ratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-fine_5000x.jpg?v=1726738963 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-fine_4500x.jpg?v=1726738963 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-fine_4000x.jpg?v=1726738963 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-fine_3500x.jpg?v=1726738963 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-fine_3000x.jpg?v=1726738963 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-fine_2500x.jpg?v=1726738963 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-fine_2000x.jpg?v=1726738963 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-fine_1800x.jpg?v=1726738963 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-fine_1600x.jpg?v=1726738963 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-fine_1400x.jpg?v=1726738963 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-fine_1200x.jpg?v=1726738963 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-fine_1000x.jpg?v=1726738963 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-fine_800x.jpg?v=1726738963 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-fine_600x.jpg?v=1726738963 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-fine_500x.jpg?v=1726738963 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-fine_400x.jpg?v=1726738963 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-fine_300x.jpg?v=1726738963 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-fine_200x.jpg?v=1726738963 200w" data-sizes="auto" alt="Collier Croix Fine" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image"> <img class="lazyload image-complete-picture" src="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-fine-783_1x.jpg?v=1698924971" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-fine-783_5000x.jpg?v=1698924971 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-fine-783_4500x.jpg?v=1698924971 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-fine-783_4000x.jpg?v=1698924971 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-fine-783_3500x.jpg?v=1698924971 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-fine-783_3000x.jpg?v=1698924971 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-fine-783_2500x.jpg?v=1698924971 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-fine-783_2000x.jpg?v=1698924971 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-fine-783_1800x.jpg?v=1698924971 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-fine-783_1600x.jpg?v=1698924971 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-fine-783_1400x.jpg?v=1698924971 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-fine-783_1200x.jpg?v=1698924971 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-fine-783_1000x.jpg?v=1698924971 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-fine-783_800x.jpg?v=1698924971 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-fine-783_600x.jpg?v=1698924971 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-fine-783_500x.jpg?v=1698924971 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-fine-783_400x.jpg?v=1698924971 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-fine-783_300x.jpg?v=1698924971 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-fine-783_200x.jpg?v=1698924971 200w" data-sizes="auto" alt="Collier Croix Fine" draggable="false" style="width:100%;" /> </div><div class="tags-position-left tags-corner"></div> </div> <div class="product-carousel-text"> <h3 class="product-carousel-title">Collier Croix Fine</h3></div> <div class="product-carousel-price"> <p class="product-current-price">74,90 €</p></div></a><a href="/products/collier-croix-dore" class="collection-item" 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="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-dore_1x.jpg?v=1729765188" data-aspectratio="1.0" data-image-ratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-dore_5000x.jpg?v=1729765188 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-dore_4500x.jpg?v=1729765188 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-dore_4000x.jpg?v=1729765188 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-dore_3500x.jpg?v=1729765188 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-dore_3000x.jpg?v=1729765188 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-dore_2500x.jpg?v=1729765188 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-dore_2000x.jpg?v=1729765188 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-dore_1800x.jpg?v=1729765188 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-dore_1600x.jpg?v=1729765188 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-dore_1400x.jpg?v=1729765188 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-dore_1200x.jpg?v=1729765188 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-dore_1000x.jpg?v=1729765188 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-dore_800x.jpg?v=1729765188 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-dore_600x.jpg?v=1729765188 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-dore_500x.jpg?v=1729765188 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-dore_400x.jpg?v=1729765188 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-dore_300x.jpg?v=1729765188 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-dore_200x.jpg?v=1729765188 200w" data-sizes="auto" alt="Collier Croix Doré" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image"> <img class="lazyload image-complete-picture" src="//bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Dor_1x.webp?v=1729765219" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Dor_5000x.webp?v=1729765219 5000w, //bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Dor_4500x.webp?v=1729765219 4500w, //bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Dor_4000x.webp?v=1729765219 4000w, //bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Dor_3500x.webp?v=1729765219 3500w, //bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Dor_3000x.webp?v=1729765219 3000w, //bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Dor_2500x.webp?v=1729765219 2500w, //bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Dor_2000x.webp?v=1729765219 2000w, //bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Dor_1800x.webp?v=1729765219 1800w, //bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Dor_1600x.webp?v=1729765219 1600w, //bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Dor_1400x.webp?v=1729765219 1400w, //bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Dor_1200x.webp?v=1729765219 1200w, //bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Dor_1000x.webp?v=1729765219 1000w, //bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Dor_800x.webp?v=1729765219 800w, //bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Dor_600x.webp?v=1729765219 600w, //bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Dor_500x.webp?v=1729765219 500w, //bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Dor_400x.webp?v=1729765219 400w, //bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Dor_300x.webp?v=1729765219 300w, //bijoux-chretiens.fr/cdn/shop/files/Collier_Croix_Dor_200x.webp?v=1729765219 200w" data-sizes="auto" alt="Collier Croix Doré" draggable="false" style="width:100%;" /> </div><div class="tags-position-left tags-corner"></div> </div> <div class="product-carousel-text"> <h3 class="product-carousel-title">Collier Croix Doré</h3></div> <div class="product-carousel-price"> <p class="product-current-price">39,90 €</p></div></a><a href="/products/collier-croix-chapelet" class="collection-item" 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="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-chapelet_13bce435-178d-463c-b9db-98d9eb5505fc_1x.jpg?v=1733468685" data-aspectratio="1.0" data-image-ratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chapelet_13bce435-178d-463c-b9db-98d9eb5505fc_5000x.jpg?v=1733468685 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chapelet_13bce435-178d-463c-b9db-98d9eb5505fc_4500x.jpg?v=1733468685 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chapelet_13bce435-178d-463c-b9db-98d9eb5505fc_4000x.jpg?v=1733468685 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chapelet_13bce435-178d-463c-b9db-98d9eb5505fc_3500x.jpg?v=1733468685 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chapelet_13bce435-178d-463c-b9db-98d9eb5505fc_3000x.jpg?v=1733468685 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chapelet_13bce435-178d-463c-b9db-98d9eb5505fc_2500x.jpg?v=1733468685 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chapelet_13bce435-178d-463c-b9db-98d9eb5505fc_2000x.jpg?v=1733468685 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chapelet_13bce435-178d-463c-b9db-98d9eb5505fc_1800x.jpg?v=1733468685 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chapelet_13bce435-178d-463c-b9db-98d9eb5505fc_1600x.jpg?v=1733468685 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chapelet_13bce435-178d-463c-b9db-98d9eb5505fc_1400x.jpg?v=1733468685 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chapelet_13bce435-178d-463c-b9db-98d9eb5505fc_1200x.jpg?v=1733468685 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chapelet_13bce435-178d-463c-b9db-98d9eb5505fc_1000x.jpg?v=1733468685 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chapelet_13bce435-178d-463c-b9db-98d9eb5505fc_800x.jpg?v=1733468685 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chapelet_13bce435-178d-463c-b9db-98d9eb5505fc_600x.jpg?v=1733468685 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chapelet_13bce435-178d-463c-b9db-98d9eb5505fc_500x.jpg?v=1733468685 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chapelet_13bce435-178d-463c-b9db-98d9eb5505fc_400x.jpg?v=1733468685 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chapelet_13bce435-178d-463c-b9db-98d9eb5505fc_300x.jpg?v=1733468685 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chapelet_13bce435-178d-463c-b9db-98d9eb5505fc_200x.jpg?v=1733468685 200w" data-sizes="auto" alt="Collier Croix Chapelet" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image"> <img class="lazyload image-complete-picture" src="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-chapelet-272_1x.jpg?v=1698928786" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chapelet-272_5000x.jpg?v=1698928786 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chapelet-272_4500x.jpg?v=1698928786 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chapelet-272_4000x.jpg?v=1698928786 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chapelet-272_3500x.jpg?v=1698928786 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chapelet-272_3000x.jpg?v=1698928786 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chapelet-272_2500x.jpg?v=1698928786 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chapelet-272_2000x.jpg?v=1698928786 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chapelet-272_1800x.jpg?v=1698928786 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chapelet-272_1600x.jpg?v=1698928786 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chapelet-272_1400x.jpg?v=1698928786 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chapelet-272_1200x.jpg?v=1698928786 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chapelet-272_1000x.jpg?v=1698928786 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chapelet-272_800x.jpg?v=1698928786 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chapelet-272_600x.jpg?v=1698928786 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chapelet-272_500x.jpg?v=1698928786 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chapelet-272_400x.jpg?v=1698928786 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chapelet-272_300x.jpg?v=1698928786 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-chapelet-272_200x.jpg?v=1698928786 200w" data-sizes="auto" alt="Collier Croix Chapelet" draggable="false" style="width:100%;" /> </div><div class="tags-position-left tags-corner"></div> </div> <div class="product-carousel-text"> <h3 class="product-carousel-title">Collier Croix Chapelet</h3></div> <div class="product-carousel-price"> <p class="product-current-price">44,90 €</p></div></a><a href="/products/collier-multirang-croix" class="collection-item" 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="//bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix_1x.jpg?v=1726765329" data-aspectratio="1.0" data-image-ratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix_5000x.jpg?v=1726765329 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix_4500x.jpg?v=1726765329 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix_4000x.jpg?v=1726765329 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix_3500x.jpg?v=1726765329 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix_3000x.jpg?v=1726765329 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix_2500x.jpg?v=1726765329 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix_2000x.jpg?v=1726765329 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix_1800x.jpg?v=1726765329 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix_1600x.jpg?v=1726765329 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix_1400x.jpg?v=1726765329 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix_1200x.jpg?v=1726765329 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix_1000x.jpg?v=1726765329 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix_800x.jpg?v=1726765329 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix_600x.jpg?v=1726765329 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix_500x.jpg?v=1726765329 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix_400x.jpg?v=1726765329 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix_300x.jpg?v=1726765329 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix_200x.jpg?v=1726765329 200w" data-sizes="auto" alt="Collier Multirang Croix" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image"> <img class="lazyload image-complete-picture" src="//bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix-135_1x.jpg?v=1698920555" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix-135_5000x.jpg?v=1698920555 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix-135_4500x.jpg?v=1698920555 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix-135_4000x.jpg?v=1698920555 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix-135_3500x.jpg?v=1698920555 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix-135_3000x.jpg?v=1698920555 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix-135_2500x.jpg?v=1698920555 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix-135_2000x.jpg?v=1698920555 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix-135_1800x.jpg?v=1698920555 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix-135_1600x.jpg?v=1698920555 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix-135_1400x.jpg?v=1698920555 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix-135_1200x.jpg?v=1698920555 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix-135_1000x.jpg?v=1698920555 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix-135_800x.jpg?v=1698920555 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix-135_600x.jpg?v=1698920555 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix-135_500x.jpg?v=1698920555 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix-135_400x.jpg?v=1698920555 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix-135_300x.jpg?v=1698920555 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix-135_200x.jpg?v=1698920555 200w" data-sizes="auto" alt="Collier Multirang Croix" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image-swatch" data-swatch="6766250164362Argenttemplate--24002972090701__main"> <img class="lazyload image-complete-picture" src="//bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix-argent-990_1x.jpg?v=1698920559" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix-argent-990_5000x.jpg?v=1698920559 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix-argent-990_4500x.jpg?v=1698920559 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix-argent-990_4000x.jpg?v=1698920559 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix-argent-990_3500x.jpg?v=1698920559 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix-argent-990_3000x.jpg?v=1698920559 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix-argent-990_2500x.jpg?v=1698920559 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix-argent-990_2000x.jpg?v=1698920559 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix-argent-990_1800x.jpg?v=1698920559 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix-argent-990_1600x.jpg?v=1698920559 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix-argent-990_1400x.jpg?v=1698920559 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix-argent-990_1200x.jpg?v=1698920559 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix-argent-990_1000x.jpg?v=1698920559 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix-argent-990_800x.jpg?v=1698920559 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix-argent-990_600x.jpg?v=1698920559 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix-argent-990_500x.jpg?v=1698920559 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix-argent-990_400x.jpg?v=1698920559 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix-argent-990_300x.jpg?v=1698920559 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-multirang-croix-argent-990_200x.jpg?v=1698920559 200w" data-sizes="auto" alt="Collier Multirang Croix" draggable="false" style="width:100%;" /> </div><div class="tags-position-left tags-corner"></div> </div> <div class="product-carousel-text"> <h3 class="product-carousel-title">Collier Multirang Croix</h3></div> <div class="product-carousel-price"> <p class="product-current-price">24,90 €</p></div><div class="flex product-carousel-swatch" ><div class="product-option-block"><div class="product-option-image" data-swatch="6766250164362Ortemplate--24002972090701__main"> <div class="product-option-color" title="Or" style="background-color:#e7bf68;"></div> </div></div><div class="product-option-block"><div class="product-option-image" data-swatch="6766250164362Argenttemplate--24002972090701__main"> <div class="product-option-color" title="Argent" style="background-color:#f1f1f1;"></div> </div></div></div></a><a href="/products/collier-croix-johnny-hallyday" class="collection-item" 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="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday_1x.jpg?v=1726817813" data-aspectratio="1.0" data-image-ratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday_5000x.jpg?v=1726817813 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday_4500x.jpg?v=1726817813 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday_4000x.jpg?v=1726817813 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday_3500x.jpg?v=1726817813 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday_3000x.jpg?v=1726817813 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday_2500x.jpg?v=1726817813 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday_2000x.jpg?v=1726817813 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday_1800x.jpg?v=1726817813 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday_1600x.jpg?v=1726817813 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday_1400x.jpg?v=1726817813 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday_1200x.jpg?v=1726817813 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday_1000x.jpg?v=1726817813 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday_800x.jpg?v=1726817813 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday_600x.jpg?v=1726817813 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday_500x.jpg?v=1726817813 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday_400x.jpg?v=1726817813 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday_300x.jpg?v=1726817813 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday_200x.jpg?v=1726817813 200w" data-sizes="auto" alt="Collier Croix Johnny Hallyday" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image"> <img class="lazyload image-complete-picture" src="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday-rouge-722_1x.jpg?v=1698926304" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday-rouge-722_5000x.jpg?v=1698926304 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday-rouge-722_4500x.jpg?v=1698926304 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday-rouge-722_4000x.jpg?v=1698926304 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday-rouge-722_3500x.jpg?v=1698926304 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday-rouge-722_3000x.jpg?v=1698926304 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday-rouge-722_2500x.jpg?v=1698926304 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday-rouge-722_2000x.jpg?v=1698926304 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday-rouge-722_1800x.jpg?v=1698926304 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday-rouge-722_1600x.jpg?v=1698926304 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday-rouge-722_1400x.jpg?v=1698926304 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday-rouge-722_1200x.jpg?v=1698926304 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday-rouge-722_1000x.jpg?v=1698926304 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday-rouge-722_800x.jpg?v=1698926304 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday-rouge-722_600x.jpg?v=1698926304 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday-rouge-722_500x.jpg?v=1698926304 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday-rouge-722_400x.jpg?v=1698926304 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday-rouge-722_300x.jpg?v=1698926304 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday-rouge-722_200x.jpg?v=1698926304 200w" data-sizes="auto" alt="Collier Croix Johnny Hallyday" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image-swatch" data-swatch="7554897346698Rougetemplate--24002972090701__main"> <img class="lazyload image-complete-picture" src="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday-rouge-722_1x.jpg?v=1698926304" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday-rouge-722_5000x.jpg?v=1698926304 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday-rouge-722_4500x.jpg?v=1698926304 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday-rouge-722_4000x.jpg?v=1698926304 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday-rouge-722_3500x.jpg?v=1698926304 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday-rouge-722_3000x.jpg?v=1698926304 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday-rouge-722_2500x.jpg?v=1698926304 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday-rouge-722_2000x.jpg?v=1698926304 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday-rouge-722_1800x.jpg?v=1698926304 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday-rouge-722_1600x.jpg?v=1698926304 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday-rouge-722_1400x.jpg?v=1698926304 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday-rouge-722_1200x.jpg?v=1698926304 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday-rouge-722_1000x.jpg?v=1698926304 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday-rouge-722_800x.jpg?v=1698926304 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday-rouge-722_600x.jpg?v=1698926304 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday-rouge-722_500x.jpg?v=1698926304 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday-rouge-722_400x.jpg?v=1698926304 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday-rouge-722_300x.jpg?v=1698926304 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-johnny-hallyday-rouge-722_200x.jpg?v=1698926304 200w" data-sizes="auto" alt="Collier Croix Johnny Hallyday" draggable="false" style="width:100%;" /> </div><div class="tags-position-left tags-corner"></div> </div> <div class="product-carousel-text"> <h3 class="product-carousel-title">Collier Croix Johnny Hallyday</h3></div> <div class="product-carousel-price"> <p class="product-current-price">49,90 €</p></div><div class="flex product-carousel-swatch" ><div class="product-option-block"><div class="product-option-image" data-swatch="7554897346698Noirtemplate--24002972090701__main"> <div class="product-option-color" title="Noir" style="background-color:#303030;"></div> </div></div><div class="product-option-block"><div class="product-option-image" data-swatch="7554897346698Rougetemplate--24002972090701__main"> <div class="product-option-color" title="Rouge" style="background-color:#e90000;"></div> </div></div></div></a><a href="/products/collier-catholique-femme" class="collection-item" 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="//bijoux-chretiens.fr/cdn/shop/files/collier-catholique-femme_1x.jpg?v=1726817561" data-aspectratio="1.0" data-image-ratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-catholique-femme_5000x.jpg?v=1726817561 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-catholique-femme_4500x.jpg?v=1726817561 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-catholique-femme_4000x.jpg?v=1726817561 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-catholique-femme_3500x.jpg?v=1726817561 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-catholique-femme_3000x.jpg?v=1726817561 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-catholique-femme_2500x.jpg?v=1726817561 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-catholique-femme_2000x.jpg?v=1726817561 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-catholique-femme_1800x.jpg?v=1726817561 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-catholique-femme_1600x.jpg?v=1726817561 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-catholique-femme_1400x.jpg?v=1726817561 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-catholique-femme_1200x.jpg?v=1726817561 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-catholique-femme_1000x.jpg?v=1726817561 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-catholique-femme_800x.jpg?v=1726817561 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-catholique-femme_600x.jpg?v=1726817561 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-catholique-femme_500x.jpg?v=1726817561 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-catholique-femme_400x.jpg?v=1726817561 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-catholique-femme_300x.jpg?v=1726817561 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-catholique-femme_200x.jpg?v=1726817561 200w" data-sizes="auto" alt="Collier Catholique Femme" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image"> <img class="lazyload image-complete-picture" src="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-femme-567_1x.jpg?v=1698926950" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-femme-567_5000x.jpg?v=1698926950 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-femme-567_4500x.jpg?v=1698926950 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-femme-567_4000x.jpg?v=1698926950 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-femme-567_3500x.jpg?v=1698926950 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-femme-567_3000x.jpg?v=1698926950 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-femme-567_2500x.jpg?v=1698926950 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-femme-567_2000x.jpg?v=1698926950 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-femme-567_1800x.jpg?v=1698926950 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-femme-567_1600x.jpg?v=1698926950 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-femme-567_1400x.jpg?v=1698926950 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-femme-567_1200x.jpg?v=1698926950 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-femme-567_1000x.jpg?v=1698926950 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-femme-567_800x.jpg?v=1698926950 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-femme-567_600x.jpg?v=1698926950 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-femme-567_500x.jpg?v=1698926950 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-femme-567_400x.jpg?v=1698926950 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-femme-567_300x.jpg?v=1698926950 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-femme-567_200x.jpg?v=1698926950 200w" data-sizes="auto" alt="Collier Croix Catholique Femme" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image-swatch" data-swatch="7569318969482Argenttemplate--24002972090701__main"> <img class="lazyload image-complete-picture" src="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-femme-argent-749_1x.jpg?v=1698926954" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-femme-argent-749_5000x.jpg?v=1698926954 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-femme-argent-749_4500x.jpg?v=1698926954 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-femme-argent-749_4000x.jpg?v=1698926954 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-femme-argent-749_3500x.jpg?v=1698926954 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-femme-argent-749_3000x.jpg?v=1698926954 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-femme-argent-749_2500x.jpg?v=1698926954 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-femme-argent-749_2000x.jpg?v=1698926954 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-femme-argent-749_1800x.jpg?v=1698926954 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-femme-argent-749_1600x.jpg?v=1698926954 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-femme-argent-749_1400x.jpg?v=1698926954 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-femme-argent-749_1200x.jpg?v=1698926954 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-femme-argent-749_1000x.jpg?v=1698926954 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-femme-argent-749_800x.jpg?v=1698926954 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-femme-argent-749_600x.jpg?v=1698926954 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-femme-argent-749_500x.jpg?v=1698926954 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-femme-argent-749_400x.jpg?v=1698926954 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-femme-argent-749_300x.jpg?v=1698926954 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-catholique-femme-argent-749_200x.jpg?v=1698926954 200w" data-sizes="auto" alt="Collier Croix Catholique Femme" draggable="false" style="width:100%;" /> </div><div class="tags-position-left tags-corner"></div> </div> <div class="product-carousel-text"> <h3 class="product-carousel-title">Collier Catholique Femme</h3></div> <div class="product-carousel-price"> <p class="product-current-price">59,90 €</p></div><div class="flex product-carousel-swatch" ><div class="product-option-block"><div class="product-option-image" data-swatch="7569318969482Ortemplate--24002972090701__main"> <div class="product-option-color" title="Or" style="background-color:#e7bf68;"></div> </div></div><div class="product-option-block"><div class="product-option-image" data-swatch="7569318969482Argenttemplate--24002972090701__main"> <div class="product-option-color" title="Argent" style="background-color:#f1f1f1;"></div> </div></div></div></a><a href="/products/collier-croix-colore" class="collection-item" 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="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-colore_1x.jpg?v=1727171426" data-aspectratio="1.0" data-image-ratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-colore_5000x.jpg?v=1727171426 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-colore_4500x.jpg?v=1727171426 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-colore_4000x.jpg?v=1727171426 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-colore_3500x.jpg?v=1727171426 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-colore_3000x.jpg?v=1727171426 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-colore_2500x.jpg?v=1727171426 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-colore_2000x.jpg?v=1727171426 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-colore_1800x.jpg?v=1727171426 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-colore_1600x.jpg?v=1727171426 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-colore_1400x.jpg?v=1727171426 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-colore_1200x.jpg?v=1727171426 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-colore_1000x.jpg?v=1727171426 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-colore_800x.jpg?v=1727171426 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-colore_600x.jpg?v=1727171426 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-colore_500x.jpg?v=1727171426 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-colore_400x.jpg?v=1727171426 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-colore_300x.jpg?v=1727171426 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-colore_200x.jpg?v=1727171426 200w" data-sizes="auto" alt="Collier Croix Coloré" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image"> <img class="lazyload image-complete-picture" src="//bijoux-chretiens.fr/cdn/shop/files/Sa8ff9967a62647b684296abe7c7f80efP_1x.webp?v=1727170999" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/Sa8ff9967a62647b684296abe7c7f80efP_5000x.webp?v=1727170999 5000w, //bijoux-chretiens.fr/cdn/shop/files/Sa8ff9967a62647b684296abe7c7f80efP_4500x.webp?v=1727170999 4500w, //bijoux-chretiens.fr/cdn/shop/files/Sa8ff9967a62647b684296abe7c7f80efP_4000x.webp?v=1727170999 4000w, //bijoux-chretiens.fr/cdn/shop/files/Sa8ff9967a62647b684296abe7c7f80efP_3500x.webp?v=1727170999 3500w, //bijoux-chretiens.fr/cdn/shop/files/Sa8ff9967a62647b684296abe7c7f80efP_3000x.webp?v=1727170999 3000w, //bijoux-chretiens.fr/cdn/shop/files/Sa8ff9967a62647b684296abe7c7f80efP_2500x.webp?v=1727170999 2500w, //bijoux-chretiens.fr/cdn/shop/files/Sa8ff9967a62647b684296abe7c7f80efP_2000x.webp?v=1727170999 2000w, //bijoux-chretiens.fr/cdn/shop/files/Sa8ff9967a62647b684296abe7c7f80efP_1800x.webp?v=1727170999 1800w, //bijoux-chretiens.fr/cdn/shop/files/Sa8ff9967a62647b684296abe7c7f80efP_1600x.webp?v=1727170999 1600w, //bijoux-chretiens.fr/cdn/shop/files/Sa8ff9967a62647b684296abe7c7f80efP_1400x.webp?v=1727170999 1400w, //bijoux-chretiens.fr/cdn/shop/files/Sa8ff9967a62647b684296abe7c7f80efP_1200x.webp?v=1727170999 1200w, //bijoux-chretiens.fr/cdn/shop/files/Sa8ff9967a62647b684296abe7c7f80efP_1000x.webp?v=1727170999 1000w, //bijoux-chretiens.fr/cdn/shop/files/Sa8ff9967a62647b684296abe7c7f80efP_800x.webp?v=1727170999 800w, //bijoux-chretiens.fr/cdn/shop/files/Sa8ff9967a62647b684296abe7c7f80efP_600x.webp?v=1727170999 600w, //bijoux-chretiens.fr/cdn/shop/files/Sa8ff9967a62647b684296abe7c7f80efP_500x.webp?v=1727170999 500w, //bijoux-chretiens.fr/cdn/shop/files/Sa8ff9967a62647b684296abe7c7f80efP_400x.webp?v=1727170999 400w, //bijoux-chretiens.fr/cdn/shop/files/Sa8ff9967a62647b684296abe7c7f80efP_300x.webp?v=1727170999 300w, //bijoux-chretiens.fr/cdn/shop/files/Sa8ff9967a62647b684296abe7c7f80efP_200x.webp?v=1727170999 200w" data-sizes="auto" alt="Collier Croix Coloré" draggable="false" style="width:100%;" /> </div><div class="tags-position-left tags-corner"></div> </div> <div class="product-carousel-text"> <h3 class="product-carousel-title">Collier Croix Coloré</h3></div> <div class="product-carousel-price"> <p class="product-current-price">59,90 €</p></div></a><a href="/products/collier-croix-vierge" class="collection-item" 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="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-vierge_1x.jpg?v=1726815611" data-aspectratio="1.0" data-image-ratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-vierge_5000x.jpg?v=1726815611 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-vierge_4500x.jpg?v=1726815611 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-vierge_4000x.jpg?v=1726815611 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-vierge_3500x.jpg?v=1726815611 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-vierge_3000x.jpg?v=1726815611 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-vierge_2500x.jpg?v=1726815611 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-vierge_2000x.jpg?v=1726815611 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-vierge_1800x.jpg?v=1726815611 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-vierge_1600x.jpg?v=1726815611 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-vierge_1400x.jpg?v=1726815611 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-vierge_1200x.jpg?v=1726815611 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-vierge_1000x.jpg?v=1726815611 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-vierge_800x.jpg?v=1726815611 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-vierge_600x.jpg?v=1726815611 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-vierge_500x.jpg?v=1726815611 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-vierge_400x.jpg?v=1726815611 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-vierge_300x.jpg?v=1726815611 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-vierge_200x.jpg?v=1726815611 200w" data-sizes="auto" alt="Collier Croix et Vierge" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image"> <img class="lazyload image-complete-picture" src="//bijoux-chretiens.fr/cdn/shop/files/HLB1xaXRaOYrK1Rjy0Fdq6ACvVXa5_1x.webp?v=1726815269" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/HLB1xaXRaOYrK1Rjy0Fdq6ACvVXa5_5000x.webp?v=1726815269 5000w, //bijoux-chretiens.fr/cdn/shop/files/HLB1xaXRaOYrK1Rjy0Fdq6ACvVXa5_4500x.webp?v=1726815269 4500w, //bijoux-chretiens.fr/cdn/shop/files/HLB1xaXRaOYrK1Rjy0Fdq6ACvVXa5_4000x.webp?v=1726815269 4000w, //bijoux-chretiens.fr/cdn/shop/files/HLB1xaXRaOYrK1Rjy0Fdq6ACvVXa5_3500x.webp?v=1726815269 3500w, //bijoux-chretiens.fr/cdn/shop/files/HLB1xaXRaOYrK1Rjy0Fdq6ACvVXa5_3000x.webp?v=1726815269 3000w, //bijoux-chretiens.fr/cdn/shop/files/HLB1xaXRaOYrK1Rjy0Fdq6ACvVXa5_2500x.webp?v=1726815269 2500w, //bijoux-chretiens.fr/cdn/shop/files/HLB1xaXRaOYrK1Rjy0Fdq6ACvVXa5_2000x.webp?v=1726815269 2000w, //bijoux-chretiens.fr/cdn/shop/files/HLB1xaXRaOYrK1Rjy0Fdq6ACvVXa5_1800x.webp?v=1726815269 1800w, //bijoux-chretiens.fr/cdn/shop/files/HLB1xaXRaOYrK1Rjy0Fdq6ACvVXa5_1600x.webp?v=1726815269 1600w, //bijoux-chretiens.fr/cdn/shop/files/HLB1xaXRaOYrK1Rjy0Fdq6ACvVXa5_1400x.webp?v=1726815269 1400w, //bijoux-chretiens.fr/cdn/shop/files/HLB1xaXRaOYrK1Rjy0Fdq6ACvVXa5_1200x.webp?v=1726815269 1200w, //bijoux-chretiens.fr/cdn/shop/files/HLB1xaXRaOYrK1Rjy0Fdq6ACvVXa5_1000x.webp?v=1726815269 1000w, //bijoux-chretiens.fr/cdn/shop/files/HLB1xaXRaOYrK1Rjy0Fdq6ACvVXa5_800x.webp?v=1726815269 800w, //bijoux-chretiens.fr/cdn/shop/files/HLB1xaXRaOYrK1Rjy0Fdq6ACvVXa5_600x.webp?v=1726815269 600w, //bijoux-chretiens.fr/cdn/shop/files/HLB1xaXRaOYrK1Rjy0Fdq6ACvVXa5_500x.webp?v=1726815269 500w, //bijoux-chretiens.fr/cdn/shop/files/HLB1xaXRaOYrK1Rjy0Fdq6ACvVXa5_400x.webp?v=1726815269 400w, //bijoux-chretiens.fr/cdn/shop/files/HLB1xaXRaOYrK1Rjy0Fdq6ACvVXa5_300x.webp?v=1726815269 300w, //bijoux-chretiens.fr/cdn/shop/files/HLB1xaXRaOYrK1Rjy0Fdq6ACvVXa5_200x.webp?v=1726815269 200w" data-sizes="auto" alt="Collier Croix et Vierge" draggable="false" style="width:100%;" /> </div><div class="tags-position-left tags-corner"></div> </div> <div class="product-carousel-text"> <h3 class="product-carousel-title">Collier Croix et Vierge</h3></div> <div class="product-carousel-price"> <p class="product-current-price">59,90 €</p></div></a><a href="/products/collier-croix-couchee" class="collection-item" 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="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-couchee_1x.jpg?v=1727427079" data-aspectratio="1.0" data-image-ratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-couchee_5000x.jpg?v=1727427079 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-couchee_4500x.jpg?v=1727427079 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-couchee_4000x.jpg?v=1727427079 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-couchee_3500x.jpg?v=1727427079 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-couchee_3000x.jpg?v=1727427079 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-couchee_2500x.jpg?v=1727427079 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-couchee_2000x.jpg?v=1727427079 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-couchee_1800x.jpg?v=1727427079 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-couchee_1600x.jpg?v=1727427079 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-couchee_1400x.jpg?v=1727427079 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-couchee_1200x.jpg?v=1727427079 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-couchee_1000x.jpg?v=1727427079 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-couchee_800x.jpg?v=1727427079 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-couchee_600x.jpg?v=1727427079 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-couchee_500x.jpg?v=1727427079 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-couchee_400x.jpg?v=1727427079 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-couchee_300x.jpg?v=1727427079 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-couchee_200x.jpg?v=1727427079 200w" data-sizes="auto" alt="Collier Croix Couchée" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image"> <img class="lazyload image-complete-picture" src="//bijoux-chretiens.fr/cdn/shop/files/Sb3e6465e9c04461c9e4ddeb91fedb7403_1x.webp?v=1727426747" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/Sb3e6465e9c04461c9e4ddeb91fedb7403_5000x.webp?v=1727426747 5000w, //bijoux-chretiens.fr/cdn/shop/files/Sb3e6465e9c04461c9e4ddeb91fedb7403_4500x.webp?v=1727426747 4500w, //bijoux-chretiens.fr/cdn/shop/files/Sb3e6465e9c04461c9e4ddeb91fedb7403_4000x.webp?v=1727426747 4000w, //bijoux-chretiens.fr/cdn/shop/files/Sb3e6465e9c04461c9e4ddeb91fedb7403_3500x.webp?v=1727426747 3500w, //bijoux-chretiens.fr/cdn/shop/files/Sb3e6465e9c04461c9e4ddeb91fedb7403_3000x.webp?v=1727426747 3000w, //bijoux-chretiens.fr/cdn/shop/files/Sb3e6465e9c04461c9e4ddeb91fedb7403_2500x.webp?v=1727426747 2500w, //bijoux-chretiens.fr/cdn/shop/files/Sb3e6465e9c04461c9e4ddeb91fedb7403_2000x.webp?v=1727426747 2000w, //bijoux-chretiens.fr/cdn/shop/files/Sb3e6465e9c04461c9e4ddeb91fedb7403_1800x.webp?v=1727426747 1800w, //bijoux-chretiens.fr/cdn/shop/files/Sb3e6465e9c04461c9e4ddeb91fedb7403_1600x.webp?v=1727426747 1600w, //bijoux-chretiens.fr/cdn/shop/files/Sb3e6465e9c04461c9e4ddeb91fedb7403_1400x.webp?v=1727426747 1400w, //bijoux-chretiens.fr/cdn/shop/files/Sb3e6465e9c04461c9e4ddeb91fedb7403_1200x.webp?v=1727426747 1200w, //bijoux-chretiens.fr/cdn/shop/files/Sb3e6465e9c04461c9e4ddeb91fedb7403_1000x.webp?v=1727426747 1000w, //bijoux-chretiens.fr/cdn/shop/files/Sb3e6465e9c04461c9e4ddeb91fedb7403_800x.webp?v=1727426747 800w, //bijoux-chretiens.fr/cdn/shop/files/Sb3e6465e9c04461c9e4ddeb91fedb7403_600x.webp?v=1727426747 600w, //bijoux-chretiens.fr/cdn/shop/files/Sb3e6465e9c04461c9e4ddeb91fedb7403_500x.webp?v=1727426747 500w, //bijoux-chretiens.fr/cdn/shop/files/Sb3e6465e9c04461c9e4ddeb91fedb7403_400x.webp?v=1727426747 400w, //bijoux-chretiens.fr/cdn/shop/files/Sb3e6465e9c04461c9e4ddeb91fedb7403_300x.webp?v=1727426747 300w, //bijoux-chretiens.fr/cdn/shop/files/Sb3e6465e9c04461c9e4ddeb91fedb7403_200x.webp?v=1727426747 200w" data-sizes="auto" alt="Collier Croix Couchée" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image-swatch" data-swatch="7569317331082Argenttemplate--24002972090701__main"> <img class="lazyload image-complete-picture" src="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-couchee_2_1x.jpg?v=1727427079" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-couchee_2_5000x.jpg?v=1727427079 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-couchee_2_4500x.jpg?v=1727427079 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-couchee_2_4000x.jpg?v=1727427079 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-couchee_2_3500x.jpg?v=1727427079 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-couchee_2_3000x.jpg?v=1727427079 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-couchee_2_2500x.jpg?v=1727427079 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-couchee_2_2000x.jpg?v=1727427079 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-couchee_2_1800x.jpg?v=1727427079 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-couchee_2_1600x.jpg?v=1727427079 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-couchee_2_1400x.jpg?v=1727427079 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-couchee_2_1200x.jpg?v=1727427079 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-couchee_2_1000x.jpg?v=1727427079 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-couchee_2_800x.jpg?v=1727427079 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-couchee_2_600x.jpg?v=1727427079 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-couchee_2_500x.jpg?v=1727427079 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-couchee_2_400x.jpg?v=1727427079 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-couchee_2_300x.jpg?v=1727427079 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-couchee_2_200x.jpg?v=1727427079 200w" data-sizes="auto" alt="Collier Croix Couchée" draggable="false" style="width:100%;" /> </div><div class="tags-position-left tags-corner"></div> </div> <div class="product-carousel-text"> <h3 class="product-carousel-title">Collier Croix Couchée</h3></div> <div class="product-carousel-price"> <p class="product-current-price">59,90 €</p></div><div class="flex product-carousel-swatch" ><div class="product-option-block"><div class="product-option-image" data-swatch="7569317331082Ortemplate--24002972090701__main"> <div class="product-option-color" title="Or" style="background-color:#e7bf68;"></div> </div></div><div class="product-option-block"><div class="product-option-image" data-swatch="7569317331082Argenttemplate--24002972090701__main"> <div class="product-option-color" title="Argent" style="background-color:#f1f1f1;"></div> </div></div></div></a><a href="/products/collier-croix-ankh" class="collection-item" 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="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh_1_1x.jpg?v=1726821791" data-aspectratio="1.0" data-image-ratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh_1_5000x.jpg?v=1726821791 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh_1_4500x.jpg?v=1726821791 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh_1_4000x.jpg?v=1726821791 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh_1_3500x.jpg?v=1726821791 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh_1_3000x.jpg?v=1726821791 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh_1_2500x.jpg?v=1726821791 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh_1_2000x.jpg?v=1726821791 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh_1_1800x.jpg?v=1726821791 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh_1_1600x.jpg?v=1726821791 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh_1_1400x.jpg?v=1726821791 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh_1_1200x.jpg?v=1726821791 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh_1_1000x.jpg?v=1726821791 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh_1_800x.jpg?v=1726821791 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh_1_600x.jpg?v=1726821791 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh_1_500x.jpg?v=1726821791 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh_1_400x.jpg?v=1726821791 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh_1_300x.jpg?v=1726821791 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh_1_200x.jpg?v=1726821791 200w" data-sizes="auto" alt="Collier Croix Ankh" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image"> <img class="lazyload image-complete-picture" src="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-or-588_1x.jpg?v=1698926314" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-or-588_5000x.jpg?v=1698926314 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-or-588_4500x.jpg?v=1698926314 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-or-588_4000x.jpg?v=1698926314 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-or-588_3500x.jpg?v=1698926314 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-or-588_3000x.jpg?v=1698926314 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-or-588_2500x.jpg?v=1698926314 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-or-588_2000x.jpg?v=1698926314 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-or-588_1800x.jpg?v=1698926314 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-or-588_1600x.jpg?v=1698926314 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-or-588_1400x.jpg?v=1698926314 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-or-588_1200x.jpg?v=1698926314 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-or-588_1000x.jpg?v=1698926314 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-or-588_800x.jpg?v=1698926314 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-or-588_600x.jpg?v=1698926314 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-or-588_500x.jpg?v=1698926314 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-or-588_400x.jpg?v=1698926314 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-or-588_300x.jpg?v=1698926314 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-or-588_200x.jpg?v=1698926314 200w" data-sizes="auto" alt="Collier Croix Ankh - Or - Collier" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image-swatch" data-swatch="7554903638154Ortemplate--24002972090701__main"> <img class="lazyload image-complete-picture" src="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-or-588_1x.jpg?v=1698926314" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-or-588_5000x.jpg?v=1698926314 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-or-588_4500x.jpg?v=1698926314 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-or-588_4000x.jpg?v=1698926314 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-or-588_3500x.jpg?v=1698926314 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-or-588_3000x.jpg?v=1698926314 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-or-588_2500x.jpg?v=1698926314 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-or-588_2000x.jpg?v=1698926314 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-or-588_1800x.jpg?v=1698926314 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-or-588_1600x.jpg?v=1698926314 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-or-588_1400x.jpg?v=1698926314 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-or-588_1200x.jpg?v=1698926314 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-or-588_1000x.jpg?v=1698926314 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-or-588_800x.jpg?v=1698926314 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-or-588_600x.jpg?v=1698926314 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-or-588_500x.jpg?v=1698926314 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-or-588_400x.jpg?v=1698926314 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-or-588_300x.jpg?v=1698926314 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-or-588_200x.jpg?v=1698926314 200w" data-sizes="auto" alt="Collier Croix Ankh - Or - Collier" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image-swatch" data-swatch="7554903638154Argenttemplate--24002972090701__main"> <img class="lazyload image-complete-picture" src="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-argent-350_1x.jpg?v=1698926320" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-argent-350_5000x.jpg?v=1698926320 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-argent-350_4500x.jpg?v=1698926320 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-argent-350_4000x.jpg?v=1698926320 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-argent-350_3500x.jpg?v=1698926320 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-argent-350_3000x.jpg?v=1698926320 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-argent-350_2500x.jpg?v=1698926320 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-argent-350_2000x.jpg?v=1698926320 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-argent-350_1800x.jpg?v=1698926320 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-argent-350_1600x.jpg?v=1698926320 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-argent-350_1400x.jpg?v=1698926320 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-argent-350_1200x.jpg?v=1698926320 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-argent-350_1000x.jpg?v=1698926320 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-argent-350_800x.jpg?v=1698926320 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-argent-350_600x.jpg?v=1698926320 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-argent-350_500x.jpg?v=1698926320 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-argent-350_400x.jpg?v=1698926320 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-argent-350_300x.jpg?v=1698926320 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-argent-350_200x.jpg?v=1698926320 200w" data-sizes="auto" alt="Collier Croix Ankh - Argent - Collier" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image-swatch" data-swatch="7554903638154Noirtemplate--24002972090701__main"> <img class="lazyload image-complete-picture" src="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-noir-817_1x.jpg?v=1698926325" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-noir-817_5000x.jpg?v=1698926325 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-noir-817_4500x.jpg?v=1698926325 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-noir-817_4000x.jpg?v=1698926325 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-noir-817_3500x.jpg?v=1698926325 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-noir-817_3000x.jpg?v=1698926325 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-noir-817_2500x.jpg?v=1698926325 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-noir-817_2000x.jpg?v=1698926325 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-noir-817_1800x.jpg?v=1698926325 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-noir-817_1600x.jpg?v=1698926325 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-noir-817_1400x.jpg?v=1698926325 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-noir-817_1200x.jpg?v=1698926325 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-noir-817_1000x.jpg?v=1698926325 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-noir-817_800x.jpg?v=1698926325 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-noir-817_600x.jpg?v=1698926325 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-noir-817_500x.jpg?v=1698926325 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-noir-817_400x.jpg?v=1698926325 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-noir-817_300x.jpg?v=1698926325 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-ankh-noir-817_200x.jpg?v=1698926325 200w" data-sizes="auto" alt="Collier Croix Ankh - Noir - Collier" draggable="false" style="width:100%;" /> </div><div class="tags-position-left tags-corner"></div> </div> <div class="product-carousel-text"> <h3 class="product-carousel-title">Collier Croix Ankh</h3></div> <div class="product-carousel-price"> <p class="product-current-price">39,90 €</p></div><div class="flex product-carousel-swatch" ><div class="product-option-block"><div class="product-option-image" data-swatch="7554903638154Ortemplate--24002972090701__main"> <div class="product-option-color" title="Or" style="background-color:#e7bf68;"></div> </div></div><div class="product-option-block"><div class="product-option-image" data-swatch="7554903638154Argenttemplate--24002972090701__main"> <div class="product-option-color" title="Argent" style="background-color:#f1f1f1;"></div> </div></div><div class="product-option-block"><div class="product-option-image" data-swatch="7554903638154Noirtemplate--24002972090701__main"> <div class="product-option-color" title="Noir" style="background-color:#303030;"></div> </div></div></div></a><a href="/products/collier-croix-de-jesus" class="collection-item" 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="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-jesus_1x.jpg?v=1729079452" data-aspectratio="1.0" data-image-ratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-jesus_5000x.jpg?v=1729079452 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-jesus_4500x.jpg?v=1729079452 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-jesus_4000x.jpg?v=1729079452 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-jesus_3500x.jpg?v=1729079452 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-jesus_3000x.jpg?v=1729079452 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-jesus_2500x.jpg?v=1729079452 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-jesus_2000x.jpg?v=1729079452 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-jesus_1800x.jpg?v=1729079452 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-jesus_1600x.jpg?v=1729079452 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-jesus_1400x.jpg?v=1729079452 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-jesus_1200x.jpg?v=1729079452 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-jesus_1000x.jpg?v=1729079452 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-jesus_800x.jpg?v=1729079452 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-jesus_600x.jpg?v=1729079452 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-jesus_500x.jpg?v=1729079452 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-jesus_400x.jpg?v=1729079452 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-jesus_300x.jpg?v=1729079452 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-jesus_200x.jpg?v=1729079452 200w" data-sizes="auto" alt="Collier Croix de Jésus" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image"> <img class="lazyload image-complete-picture" src="//bijoux-chretiens.fr/cdn/shop/files/S10ca3d4294034b1196e1e5ce4f2ecb9a0_1x.png?v=1729079343" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/S10ca3d4294034b1196e1e5ce4f2ecb9a0_5000x.png?v=1729079343 5000w, //bijoux-chretiens.fr/cdn/shop/files/S10ca3d4294034b1196e1e5ce4f2ecb9a0_4500x.png?v=1729079343 4500w, //bijoux-chretiens.fr/cdn/shop/files/S10ca3d4294034b1196e1e5ce4f2ecb9a0_4000x.png?v=1729079343 4000w, //bijoux-chretiens.fr/cdn/shop/files/S10ca3d4294034b1196e1e5ce4f2ecb9a0_3500x.png?v=1729079343 3500w, //bijoux-chretiens.fr/cdn/shop/files/S10ca3d4294034b1196e1e5ce4f2ecb9a0_3000x.png?v=1729079343 3000w, //bijoux-chretiens.fr/cdn/shop/files/S10ca3d4294034b1196e1e5ce4f2ecb9a0_2500x.png?v=1729079343 2500w, //bijoux-chretiens.fr/cdn/shop/files/S10ca3d4294034b1196e1e5ce4f2ecb9a0_2000x.png?v=1729079343 2000w, //bijoux-chretiens.fr/cdn/shop/files/S10ca3d4294034b1196e1e5ce4f2ecb9a0_1800x.png?v=1729079343 1800w, //bijoux-chretiens.fr/cdn/shop/files/S10ca3d4294034b1196e1e5ce4f2ecb9a0_1600x.png?v=1729079343 1600w, //bijoux-chretiens.fr/cdn/shop/files/S10ca3d4294034b1196e1e5ce4f2ecb9a0_1400x.png?v=1729079343 1400w, //bijoux-chretiens.fr/cdn/shop/files/S10ca3d4294034b1196e1e5ce4f2ecb9a0_1200x.png?v=1729079343 1200w, //bijoux-chretiens.fr/cdn/shop/files/S10ca3d4294034b1196e1e5ce4f2ecb9a0_1000x.png?v=1729079343 1000w, //bijoux-chretiens.fr/cdn/shop/files/S10ca3d4294034b1196e1e5ce4f2ecb9a0_800x.png?v=1729079343 800w, //bijoux-chretiens.fr/cdn/shop/files/S10ca3d4294034b1196e1e5ce4f2ecb9a0_600x.png?v=1729079343 600w, //bijoux-chretiens.fr/cdn/shop/files/S10ca3d4294034b1196e1e5ce4f2ecb9a0_500x.png?v=1729079343 500w, //bijoux-chretiens.fr/cdn/shop/files/S10ca3d4294034b1196e1e5ce4f2ecb9a0_400x.png?v=1729079343 400w, //bijoux-chretiens.fr/cdn/shop/files/S10ca3d4294034b1196e1e5ce4f2ecb9a0_300x.png?v=1729079343 300w, //bijoux-chretiens.fr/cdn/shop/files/S10ca3d4294034b1196e1e5ce4f2ecb9a0_200x.png?v=1729079343 200w" data-sizes="auto" alt="Collier Croix de Jésus" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image-swatch" data-swatch="6984081408138Argenttemplate--24002972090701__main"> <img class="lazyload image-complete-picture" src="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-jesus_1_1x.jpg?v=1729079465" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-jesus_1_5000x.jpg?v=1729079465 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-jesus_1_4500x.jpg?v=1729079465 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-jesus_1_4000x.jpg?v=1729079465 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-jesus_1_3500x.jpg?v=1729079465 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-jesus_1_3000x.jpg?v=1729079465 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-jesus_1_2500x.jpg?v=1729079465 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-jesus_1_2000x.jpg?v=1729079465 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-jesus_1_1800x.jpg?v=1729079465 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-jesus_1_1600x.jpg?v=1729079465 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-jesus_1_1400x.jpg?v=1729079465 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-jesus_1_1200x.jpg?v=1729079465 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-jesus_1_1000x.jpg?v=1729079465 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-jesus_1_800x.jpg?v=1729079465 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-jesus_1_600x.jpg?v=1729079465 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-jesus_1_500x.jpg?v=1729079465 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-jesus_1_400x.jpg?v=1729079465 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-jesus_1_300x.jpg?v=1729079465 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-de-jesus_1_200x.jpg?v=1729079465 200w" data-sizes="auto" alt="Collier Croix de Jésus" draggable="false" style="width:100%;" /> </div><div class="tags-position-left tags-corner"></div> </div> <div class="product-carousel-text"> <h3 class="product-carousel-title">Collier Croix de Jésus</h3></div> <div class="product-carousel-price"> <p class="product-current-price">44,90 €</p></div><div class="flex product-carousel-swatch" ><div class="product-option-block"><div class="product-option-image" data-swatch="6984081408138Ortemplate--24002972090701__main"> <div class="product-option-color" title="Or" style="background-color:#e7bf68;"></div> </div></div><div class="product-option-block"><div class="product-option-image" data-swatch="6984081408138Argenttemplate--24002972090701__main"> <div class="product-option-color" title="Argent" style="background-color:#f1f1f1;"></div> </div></div></div></a><a href="/products/collier-croix-or-et-argent" class="collection-item" 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="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-et-argent_1x.jpg?v=1723810001" data-aspectratio="1.0" data-image-ratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-et-argent_5000x.jpg?v=1723810001 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-et-argent_4500x.jpg?v=1723810001 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-et-argent_4000x.jpg?v=1723810001 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-et-argent_3500x.jpg?v=1723810001 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-et-argent_3000x.jpg?v=1723810001 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-et-argent_2500x.jpg?v=1723810001 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-et-argent_2000x.jpg?v=1723810001 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-et-argent_1800x.jpg?v=1723810001 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-et-argent_1600x.jpg?v=1723810001 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-et-argent_1400x.jpg?v=1723810001 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-et-argent_1200x.jpg?v=1723810001 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-et-argent_1000x.jpg?v=1723810001 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-et-argent_800x.jpg?v=1723810001 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-et-argent_600x.jpg?v=1723810001 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-et-argent_500x.jpg?v=1723810001 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-et-argent_400x.jpg?v=1723810001 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-et-argent_300x.jpg?v=1723810001 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-et-argent_200x.jpg?v=1723810001 200w" data-sizes="auto" alt="Collier Croix Or et Argent" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image"> <img class="lazyload image-complete-picture" src="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-et-argent-1_1x.jpg?v=1723810028" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-et-argent-1_5000x.jpg?v=1723810028 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-et-argent-1_4500x.jpg?v=1723810028 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-et-argent-1_4000x.jpg?v=1723810028 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-et-argent-1_3500x.jpg?v=1723810028 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-et-argent-1_3000x.jpg?v=1723810028 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-et-argent-1_2500x.jpg?v=1723810028 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-et-argent-1_2000x.jpg?v=1723810028 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-et-argent-1_1800x.jpg?v=1723810028 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-et-argent-1_1600x.jpg?v=1723810028 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-et-argent-1_1400x.jpg?v=1723810028 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-et-argent-1_1200x.jpg?v=1723810028 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-et-argent-1_1000x.jpg?v=1723810028 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-et-argent-1_800x.jpg?v=1723810028 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-et-argent-1_600x.jpg?v=1723810028 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-et-argent-1_500x.jpg?v=1723810028 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-et-argent-1_400x.jpg?v=1723810028 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-et-argent-1_300x.jpg?v=1723810028 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-or-et-argent-1_200x.jpg?v=1723810028 200w" data-sizes="auto" alt="Collier Croix Or et Argent" draggable="false" style="width:100%;" /> </div><div class="tags-position-left tags-corner"></div> </div> <div class="product-carousel-text"> <h3 class="product-carousel-title">Collier Croix Or et Argent</h3></div> <div class="product-carousel-price"> <p class="product-current-price">59,90 €</p></div></a></div><div class="pagination"><div class="pagination-block"><span class="pagination-number pagination-active">1</span><a href="/collections/collier-croix?page=2" class="pagination-number" title="Aller à la page 2" rel="nofollow" >2</a><a href="/collections/collier-croix?page=3" class="pagination-number" title="Aller à la page 3" rel="nofollow" >3</a><a href="/collections/collier-croix?page=4" class="pagination-number" title="Aller à la page 4" rel="nofollow" >4</a><a rel="next" title="Page suivante" href="/collections/collier-croix?page=2" class="pagination-number pagination-number-arrow"> <svg class="header-new-icon pagination-left" 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> </a></div></div> </div> </div> <style>#shopify-section-template--24002972090701__main .collection-description {background-color: rgba(0,0,0,0); padding:20px; } #shopify-section-template--24002972090701__main .collection-description.two-col-line {column-rule: 1px solid #515151;} #shopify-section-template--24002972090701__main .collection-description,#shopify-section-template--24002972090701__main .collection-description li,#shopify-section-template--24002972090701__main .collection-description p,#shopify-section-template--24002972090701__main .collection-description table,#shopify-section-template--24002972090701__main .collection-description td,#shopify-section-template--24002972090701__main .collection-description th {color: #515151;} #shopify-section-template--24002972090701__main .collection-description h1,#shopify-section-template--24002972090701__main .collection-description h2,#shopify-section-template--24002972090701__main .collection-description h3,#shopify-section-template--24002972090701__main .collection-description h4,#shopify-section-template--24002972090701__main .collection-description h5,#shopify-section-template--24002972090701__main .collection-description h6 {color: #111111;} #shopify-section-template--24002972090701__main .collection-description-bottom {background-color: #fff9ec; padding:20px; } #shopify-section-template--24002972090701__main .collection-description-bottom.two-col-line {column-rule: 1px solid #f7f7f7;} #shopify-section-template--24002972090701__main .collection-description-bottom,#shopify-section-template--24002972090701__main .collection-description-bottom li,#shopify-section-template--24002972090701__main .collection-description-bottom p,#shopify-section-template--24002972090701__main .collection-description-bottom table,#shopify-section-template--24002972090701__main .collection-description-bottom td,#shopify-section-template--24002972090701__main .collection-description-bottom th {color: #515151;} #shopify-section-template--24002972090701__main .collection-description-bottom h1,#shopify-section-template--24002972090701__main .collection-description-bottom h2,#shopify-section-template--24002972090701__main .collection-description-bottom h3,#shopify-section-template--24002972090701__main .collection-description-bottom h4,#shopify-section-template--24002972090701__main .collection-description-bottom h5,#shopify-section-template--24002972090701__main .collection-description-bottom h6 {color: #111111;} #shopify-section-template--24002972090701__main .collection-description-button { color: #111111;} #shopify-section-template--24002972090701__main .collection-description .collection-description-button {background-color: rgba(0,0,0,0);} #shopify-section-template--24002972090701__main .collection-description-bottom .collection-description-button {background-color: #fff9ec;} </style> <script> const stickyCollection = "nosticky"; const readMoreCollection = "Lire la suite"; const readLessCollection = "Voir moins"; function initReadMore() {document.querySelectorAll(".collection-description-button").forEach(e=>e.addEventListener("click",function(){this.previousElementSibling.classList.toggle("hide-product-content"),this.firstChild.data=this.firstChild.data===readMoreCollection?readLessCollection:readMoreCollection}));if(stickyCollection == "sticky"){let collectionBanner=document.querySelector("#collection-banner"),collectionHeader=document.querySelector("#collection-header");collectionHeader&&window.addEventListener("scroll",function(){let e=collectionBanner?document.querySelector("#collection-banner").offsetHeight:0,o=collectionHeader.getBoundingClientRect().top+e;window.pageYOffset>=o?collectionHeader.classList.add("collection-scroll-filters"):collectionHeader.classList.remove("collection-scroll-filters")})};} initReadMore(); if(window.Shopify.designMode) {document.addEventListener("shopify:section:load", function(event) {initReadMore();});} </script><style> #shopify-section-template--24002972090701__main .collection-block {padding: 0;} #shopify-section-template--24002972090701__main .preheader-titre {padding: 40px 0; background-color: #fff9ec;} #shopify-section-template--24002972090701__main .collection-description {padding: 0 0 20px 0;} #shopify-section-template--24002972090701__main .soustitre {padding: 0; font-size: 22.5px;} </style></div><div id="shopify-section-template--24002972090701__section_icons_wX7N7V" 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 nos clients nous font confiance ?</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_UNJBy4" 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="//bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-livraison-gratuite_ca9e3333-d849-4861-a159-3e0d3c2407bd_1x.jpg?v=1718376538" data-aspectratio="1.0" data-srcset="//bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-livraison-gratuite_ca9e3333-d849-4861-a159-3e0d3c2407bd_2000x.jpg?v=1718376538 2000w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-livraison-gratuite_ca9e3333-d849-4861-a159-3e0d3c2407bd_1800x.jpg?v=1718376538 1800w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-livraison-gratuite_ca9e3333-d849-4861-a159-3e0d3c2407bd_1600x.jpg?v=1718376538 1600w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-livraison-gratuite_ca9e3333-d849-4861-a159-3e0d3c2407bd_1400x.jpg?v=1718376538 1400w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-livraison-gratuite_ca9e3333-d849-4861-a159-3e0d3c2407bd_1200x.jpg?v=1718376538 1200w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-livraison-gratuite_ca9e3333-d849-4861-a159-3e0d3c2407bd_1000x.jpg?v=1718376538 1000w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-livraison-gratuite_ca9e3333-d849-4861-a159-3e0d3c2407bd_800x.jpg?v=1718376538 800w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-livraison-gratuite_ca9e3333-d849-4861-a159-3e0d3c2407bd_600x.jpg?v=1718376538 600w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-livraison-gratuite_ca9e3333-d849-4861-a159-3e0d3c2407bd_400x.jpg?v=1718376538 400w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-livraison-gratuite_ca9e3333-d849-4861-a159-3e0d3c2407bd_300x.jpg?v=1718376538 300w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-livraison-gratuite_ca9e3333-d849-4861-a159-3e0d3c2407bd_200x.jpg?v=1718376538 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>Sur Bijoux Chrétiens™, la livraison est toujours gratuite alors profitez-en !</p></div></div></div> </div> <style> #block-icon_UNJBy4 { background-color: ; display:block;} #block-icon_UNJBy4 .index-content p, #block-icon_UNJBy4 .index-content li {color: #515151;font-size: 14px;} #block-icon_UNJBy4 .testim-image {max-width: 50px;} #block-icon_UNJBy4 .testim-name {color: #111111; font-size: 18px;} @media all and (max-width: 539px) { #block-icon_UNJBy4 .testim-name {font-size: 16px;} #block-icon_UNJBy4 .index-content p, #block-icon_UNJBy4 .index-content li {font-size: 12px;} } a#block-icon_UNJBy4 {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_MgYTFW" 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="//bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-satisfait-rembourse_556bfff8-e40f-4420-8dcd-ab8743dc4e03_1x.jpg?v=1718376491" data-aspectratio="1.0" data-srcset="//bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-satisfait-rembourse_556bfff8-e40f-4420-8dcd-ab8743dc4e03_2000x.jpg?v=1718376491 2000w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-satisfait-rembourse_556bfff8-e40f-4420-8dcd-ab8743dc4e03_1800x.jpg?v=1718376491 1800w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-satisfait-rembourse_556bfff8-e40f-4420-8dcd-ab8743dc4e03_1600x.jpg?v=1718376491 1600w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-satisfait-rembourse_556bfff8-e40f-4420-8dcd-ab8743dc4e03_1400x.jpg?v=1718376491 1400w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-satisfait-rembourse_556bfff8-e40f-4420-8dcd-ab8743dc4e03_1200x.jpg?v=1718376491 1200w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-satisfait-rembourse_556bfff8-e40f-4420-8dcd-ab8743dc4e03_1000x.jpg?v=1718376491 1000w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-satisfait-rembourse_556bfff8-e40f-4420-8dcd-ab8743dc4e03_800x.jpg?v=1718376491 800w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-satisfait-rembourse_556bfff8-e40f-4420-8dcd-ab8743dc4e03_600x.jpg?v=1718376491 600w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-satisfait-rembourse_556bfff8-e40f-4420-8dcd-ab8743dc4e03_400x.jpg?v=1718376491 400w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-satisfait-rembourse_556bfff8-e40f-4420-8dcd-ab8743dc4e03_300x.jpg?v=1718376491 300w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-satisfait-rembourse_556bfff8-e40f-4420-8dcd-ab8743dc4e03_200x.jpg?v=1718376491 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é sous 30j</p><div class="index-content page-description icon-cont"><p>Vous n'êtes pas satisfait de votre bijou ? Vous avez 30 jours pour le retourner.</p></div></div></div> </div> <style> #block-icon_MgYTFW { background-color: ; display:block;} #block-icon_MgYTFW .index-content p, #block-icon_MgYTFW .index-content li {color: #515151;font-size: 14px;} #block-icon_MgYTFW .testim-image {max-width: 50px;} #block-icon_MgYTFW .testim-name {color: #111111; font-size: 18px;} @media all and (max-width: 539px) { #block-icon_MgYTFW .testim-name {font-size: 16px;} #block-icon_MgYTFW .index-content p, #block-icon_MgYTFW .index-content li {font-size: 12px;} } a#block-icon_MgYTFW {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_zNKVwc" 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="//bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-service-client_a306fcfb-e68f-4bab-b32f-0c1b4057312e_1x.jpg?v=1718376491" data-aspectratio="1.0" data-srcset="//bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-service-client_a306fcfb-e68f-4bab-b32f-0c1b4057312e_2000x.jpg?v=1718376491 2000w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-service-client_a306fcfb-e68f-4bab-b32f-0c1b4057312e_1800x.jpg?v=1718376491 1800w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-service-client_a306fcfb-e68f-4bab-b32f-0c1b4057312e_1600x.jpg?v=1718376491 1600w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-service-client_a306fcfb-e68f-4bab-b32f-0c1b4057312e_1400x.jpg?v=1718376491 1400w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-service-client_a306fcfb-e68f-4bab-b32f-0c1b4057312e_1200x.jpg?v=1718376491 1200w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-service-client_a306fcfb-e68f-4bab-b32f-0c1b4057312e_1000x.jpg?v=1718376491 1000w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-service-client_a306fcfb-e68f-4bab-b32f-0c1b4057312e_800x.jpg?v=1718376491 800w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-service-client_a306fcfb-e68f-4bab-b32f-0c1b4057312e_600x.jpg?v=1718376491 600w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-service-client_a306fcfb-e68f-4bab-b32f-0c1b4057312e_400x.jpg?v=1718376491 400w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-service-client_a306fcfb-e68f-4bab-b32f-0c1b4057312e_300x.jpg?v=1718376491 300w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-service-client_a306fcfb-e68f-4bab-b32f-0c1b4057312e_200x.jpg?v=1718376491 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;">Service client 100% français</p><div class="index-content page-description icon-cont"><p>Notre SAV est géré par Jeanne qui saura résoudre tous vos tracas. Contactez là en cas de problème !</p></div></div></div> </div> <style> #block-icon_zNKVwc { background-color: ; display:block;} #block-icon_zNKVwc .index-content p, #block-icon_zNKVwc .index-content li {color: #515151;font-size: 14px;} #block-icon_zNKVwc .testim-image {max-width: 50px;} #block-icon_zNKVwc .testim-name {color: #111111; font-size: 18px;} @media all and (max-width: 539px) { #block-icon_zNKVwc .testim-name {font-size: 16px;} #block-icon_zNKVwc .index-content p, #block-icon_zNKVwc .index-content li {font-size: 12px;} } a#block-icon_zNKVwc {text-decoration:none;} </style></div></div> </div></div> <style> #shopify-section-template--24002972090701__section_icons_wX7N7V {background-color: #fff9ec;padding-top: 80px;padding-bottom: 80px;} #shopify-section-template--24002972090701__section_icons_wX7N7V .index-title-block .index-title {color: #111111;font-size: 28px;margin-bottom: 20px;} @media all and (max-width: 539px) {#shopify-section-template--24002972090701__section_icons_wX7N7V .index-title-block .index-title {font-size: 28px;}} #shopify-section-template--24002972090701__section_icons_wX7N7V .index-icons-subtitle p, #shopify-section-template--24002972090701__section_icons_wX7N7V .index-icons-subtitle li {color: #515151;} #shopify-section-template--24002972090701__section_icons_wX7N7V .index-icons-subtitle {margin-bottom: 30px;}#shopify-section-template--24002972090701__section_icons_wX7N7V .index-gallery-2 {width: calc((100% - ((3 - 1) * 20px)) / 3);margin-top:50px;margin-left:20px;} #shopify-section-template--24002972090701__section_icons_wX7N7V .index-gallery-2:nth-child(-n +3) {margin-top:0;} #shopify-section-template--24002972090701__section_icons_wX7N7V .index-gallery-2:nth-child(3n + 1) {margin-left:0;} @media all and (max-width: 799px) { #shopify-section-template--24002972090701__section_icons_wX7N7V .index-gallery-2:nth-child(-n +3) {margin-top:50px;} #shopify-section-template--24002972090701__section_icons_wX7N7V .index-gallery-2:nth-child(3n + 1) {margin-left:20px;} #shopify-section-template--24002972090701__section_icons_wX7N7V .index-gallery-2 {width: calc((100% - ((1 - 1) * 20px)) / 1);margin-top: 50px;margin-left: 20px;} #shopify-section-template--24002972090701__section_icons_wX7N7V .index-gallery-2:nth-child(-n +1) {margin-top:0;} #shopify-section-template--24002972090701__section_icons_wX7N7V .index-gallery-2:nth-child(1n + 1) {margin-left:0;} }</style></div><div id="shopify-section-template--24002972090701__section_sous_description_9gAyM0" class="shopify-section"> <div class="container"> <div class="collection-collier-sous-section collection-description collection-description-bottom"> <p>Explorez notre collection de colliers croix uniques. Ils sont conçus pour allier spiritualité et élégance. Nos bijoutiers ont le plaisir de vous présenter des bijoux en argent S925, en acier inoxydable et en or plaqué qui rendent grâce à Dieu. Ces colliers croix sont conçus pour durer et sublimer votre foi au quotidien !</p> <h2>Explorez notre collection de colliers croix en argent, or plaqué et acier inoxydable</h2> <p>Chez Bijoux Chrétiens™, nous avions à cœur de vous proposer une <strong>large collection de collier croix</strong> de qualité et les matériaux utilisés sont sûrement la chose la plus importante dans le choix de son collier. C’est pour cela que nous vous proposons principalement des colliers croix en argent, en or plaqué ou en acier inoxydable.</p> <p>Nos colliers croix sont des bijoux chrétiens de qualité, élégants et abordables. Profitez-en dès à présent avec nos offres <strong>dès 24,90 €</strong> !</p> <h3>Des colliers chrétiens en argent sterling S925 de qualité</h3> <p>Nos colliers croix en <strong>argent S925</strong> sont nos bijoux les plus appréciés. L’argent est un métal précieux et résistant. Il est idéal pour la création de chaînes et pendentifs qui rendent grâce à Dieu. Autour de votre cou, nos colliers croix en argent seront parfaits pour la messe et pour la vie quotidienne. Ils sont élégants et apporteront une brillance à toutes vos tenues. L’argent est une matière <strong>hypoallergénique</strong>, raison de plus pour vous l’offrir.</p> <h3>Des colliers croix en or plaqué pour un éclat intemporel</h3> <p>Pour les amateurs d’or, nous avons pris le parti de vous proposer des colliers croix uniquement plaqués avec de l’<strong>or 18k</strong>. Ce choix nous permet de vous proposer des colliers croix dorés abordables et de qualité. Nos techniques de plaquage permettent une résistance accrue aux frottements, le bijou ne ternira pas avant longtemps. Le plaquage pourra se trouver au-dessus de différents matériaux comme l’argent, l’acier ou l’alliage de zinc, selon le modèle de votre collier.</p> <h3>Des modèles en acier inoxydable résistants et modernes</h3> <p>Nos colliers croix en <strong>acier inoxydable</strong> sont nos colliers les plus abordables. L’acier est une matière incroyable qui nous permet beaucoup de liberté au niveau de la gravure, de la forme et des sertissages de nos colliers croix. En plus, il est inoxydable, ce qui signifie qu’il ne rouillera pas même sous l’eau !</p> <h2>Des bijoux pour exprimer votre Foi : découvrez nos colliers croix pour femme et homme</h2> <p>Notre collection de colliers chrétiens s'adresse aux femmes comme aux hommes. Chez Bijoux Chrétiens™, nous pensons que tout le monde doit pouvoir trouver son propre collier !</p> <h3>Nos colliers pour femme allient élégance et délicatesse</h3> <p>Découvrez notre collection de <strong>colliers croix pour femme</strong>, des pièces délicates et raffinées qui subliment votre foi avec élégance. Que ce soit en argent S925, or plaqué ou acier inoxydable, nos modèles sont conçus pour apporter une touche spirituelle et élégante à toutes vos tenues.</p> <h3>Nos colliers croix pour homme allient force et modernité</h3> <p>Explorez nos <strong>colliers croix pour homme</strong>, des bijoux robustes et élégants qui allient force et spiritualité. Fabriqués avec des matériaux résistants comme l'acier inoxydable ou l'argent, ces colliers sont parfaits pour affirmer votre foi tout en ajoutant une touche masculine à votre style.</p> <h2>Une collection de styles variés pour tous les goûts</h2> <p>Découvrez dès maintenant notre large collection de colliers croix, de toutes formes et pour tous les chrétiens. Nous vous proposons une large gamme de colliers en forme de croix avec <strong>plus de 80 références</strong>.</p> <h3>Des colliers croix catholiques classiques et sacrés</h3> <p>Les <strong>colliers croix catholiques</strong> que nous proposons sont disponibles sous trois formes principales : les crucifix, les colliers à pendentifs croix et médaille de la Vierge Marie ainsi que les croix et médailles des saints. Ce sont des colliers chrétiens puissants qui peuvent vous protéger, en plus de la prière. Explorez notre collection dès à présent et trouvez celui qui vous correspond !</p> <h3>Des croix chrétiennes modernes et élégantes</h3> <p>Le collier croix chrétienne est un collier minimaliste qui représente la Croix vide. Elle est utilisée par les chrétiens protestants et les catholiques. Nos colliers croix chrétienne sont parfaits pour porter un <strong>symbole discret de votre foi</strong>. Ce type de collier croix est même porté, en dépit de sa signification religieuse, par les non-croyants pour le style qu’elle apporte.</p> <h3>Des croix orthodoxes pour une foi affirmée</h3> <p>Nos colliers croix orthodoxes sont destinés à nos frères orthodoxes. Ce sont des symboles puissants qui affirment une foi forte. Le collier à pendentif <strong>croix orthodoxe</strong> diffère de la croix “classique”, elle est composée de trois barres horizontales : la barre supérieure plus petite représente l'inscription "INRI", la barre centrale est celle sur laquelle les bras de Jésus le Christ étaient étendus, et la barre inférieure inclinée symbolise le repose-pieds.</p> <h3>Des colliers croix ankh, inspirés de l'Égypte ancienne</h3> <p>Le collier croix ankh n’est pas un symbole chrétien traditionnel. Cependant, nous l’apprécions, car la <strong>croix ankh</strong> est aussi un symbole de la vie éternelle. Vous retrouverez aussi ce type de colliers croix sur notre boutique, pour hommes et femmes.</p> <h2>Portez un symbole spirituel au quotidien</h2> <p>Porter un collier croix est un symbole fort de sa foi et de son amour pour Christ. En vous offrant un collier croix chez Bijoux Chrétiens™, vous exprimez votre foi et vous la montrez au monde.</p> <p>Porter une croix autour de son cou, c’est sentir à chaque instant la présence de Dieu dans notre vie. C’est une sorte de sceau, une marque d’appartenance à l’Église fondée par Jésus.</p> <p>Selon les croyances, le collier croix est aussi un <strong>symbole de protection divine</strong>. Nous, croyants, voyons ce symbole comme une protection contre le mal qui repousse les attaques du diable.</p> <p>Si vous souhaitez en savoir plus sur la signification profonde et les raisons spirituelles de porter une croix, nous vous invitons à lire notre article : <a href="https://bijoux-chretiens.fr/blogs/blog-chretien/pourquoi-porter-croix-cou">Pourquoi porter une croix autour du cou ?</a></p> <h2>Quand et comment porter votre collier croix ?</h2> <p>Le collier croix se porte dans diverses occasions, nous dirions même dans toutes les occasions. C’est un collier simple et élégant qui permet à son porteur de montrer, très discrètement, sa foi.</p> <p>Cependant, il y a quelques occasions vraiment adaptées au port d’un collier croix.</p> <h3>Pour des moments de prière et de méditation</h3> <p>Nous avons remarqué qu’il était plus facile de prier et de méditer avec quelque chose dans les mains. <strong>Porter un collier croix</strong> pendant vos prières, ou votre méditation, peut enrichir votre connexion au Christ. Le simple fait de toucher ce symbole sacré vous guide dans votre réflexion et apporte un sentiment de proximité avec Dieu.</p> <h3>Lors des cérémonies et des événements religieux</h3> <p>Les cérémonies religieuses comme le baptême, la communion ou la confirmation sont des moments de grande importance dans la vie d’un chrétien. Porter votre collier croix à ces occasions renforce votre engagement envers la foi. Offrir un collier croix lors de ces célébrations est une belle tradition, marquant un renouvellement de votre dévotion à Dieu et soulignant la profondeur de votre foi.</p> <h2>Un cadeau spirituel pour un être cher</h2> <p>Le collier croix est une superbe idée-cadeau pour un être cher. Si vous connaissez un chrétien et que vous souhaitez lui faire plaisir, offrez-lui un collier croix. C’est un symbole fort qui va résonner en lui. En plus, c’est un bijou qui va l’accompagner et le protéger au quotidien ! Que ce soit pour un <strong>anniversaire</strong>, une <strong>communion</strong> ou une occasion spéciale, un collier croix est un cadeau empreint d'amour et de foi, qui accompagnera son porteur dans tous les moments de la vie.</p> <h2>Conseils pour entretenir votre collier croix</h2> <p>Pour entretenir un collier croix, rien de plus simple ! Il y a plusieurs choses à faire et à ne pas faire pour entretenir votre bijou.</p> <p>Voici une liste de ce dont vous devriez vous méfier :</p> <ul> <li>Évitez le contact prolongé avec l’eau, surtout l’eau salée ou chlorée, car cela pourrait ternir l’éclat du métal.</li> <li>Faites attention à ne pas laisser votre collier croix en contact avec des produits chimiques comme du parfum, de la lotion ou des produits ménagers.</li> <li>Retirez votre collier avant de pratiquer une activité physique qui pourrait l’abîmer ou le casser.</li> <li>Gardez-le à l’abri d’une chaleur excessive et de l’humidité pour préserver sa qualité.</li> </ul> <p>Et voici une liste des bonnes pratiques à avoir pour garder son collier croix le plus longtemps possible :</p> <ul> <li>Nettoyez régulièrement votre collier croix avec un chiffon doux pour lui rendre de l’éclat.</li> <li>Rangez-le dans une <strong>boîte à bijoux</strong> ou un écrin, de façon à éviter les rayures.</li> <li>Si votre collier croix est en argent, vous pouvez utiliser un nettoyant spécial pour retirer les traces d’oxydation.</li> <li>Faites <strong>bénir votre collier croix</strong> par un prêtre pour lui ajouter une dimension encore plus profonde spirituellement.</li> </ul> <p>Maintenant, vous savez tout pour entretenir votre collier croix !</p> <h2>Pourquoi choisir un collier croix chez Bijoux Chrétiens™ ?</h2> <p>Merci pour votre intérêt pour notre boutique Bijoux Chrétiens™. Nous avons à cœur de vous proposer une large collection de colliers croix de qualité et abordables. En ce sens, nous avons aussi fait le choix d’offrir les frais de livraison à tous nos clients.</p> <p>En vous offrant un collier croix sur Bijoux Chrétiens™, vous faites vivre une <strong>entreprise chrétienne</strong> qui porte des valeurs fortes et qui souhaite, au travers de ses bijoux, répandre et promouvoir la foi chrétienne !</p> <p>N’attendez plus pour vous faire plaisir et offrez-vous un collier croix dès maintenant !</p> </div> </div><style> #shopify-section-template--24002972090701__section_sous_description_9gAyM0 .collection-collier-sous-section {margin-top: 80px; padding: 20px; font-family: "Montserrat, sans-serif"; color: rgb(81, 81, 81); background-color: rgb(255, 249, 236);} </style></div><div id="shopify-section-template--24002972090701__section_faq_7wEEn4" 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</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 porter un collier avec 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><strong>Porter un collier avec une croix symbolise la foi chrétienne, un lien spirituel avec Dieu, et peut être perçu comme une protection divine.</strong></p><p>Pour les chrétiens, un collier croix est un moyen de montrer discrètement leur engagement spirituel et de se rappeler du sacrifice de Jésus-Christ. La croix représente la victoire de Jésus sur la mort et le péché, offrant un symbole de rédemption et d’espoir. En outre, nous pensons que porter ce bijou peut éloigner les influences du démon et renforcer la connexion spirituelle dans les moments de doute ou de prière.</p></div></div><div class="faq-accordion faq-element" ><button class="product-accordion"> <h3 class="product-accordion-title faq-accordion-title faq-q">Comment appelle-t-on un collier avec 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><strong>Un collier avec une croix est généralement appelé un "collier croix" ou un "pendentif croix". La croix peut être un crucifix ou une croix latine.</strong></p><p>Ce bijou peut également être nommé selon des variantes spécifiques, comme "collier chrétien", "collier crucifix" (si la croix représente le Christ crucifié) ou "collier religieux". Le nom peut varier selon la culture et la tradition religieuse associées au symbole de la croix.</p></div></div><div class="faq-accordion faq-element" ><button class="product-accordion"> <h3 class="product-accordion-title faq-accordion-title faq-q">Puis-je porter un collier croix au travail ?</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><strong>Oui, vous pouvez porter un collier croix au travail, à condition qu'il respecte les codes vestimentaires de votre entreprise.</strong></p><p>Dans la plupart des environnements professionnels, porter un collier croix discret est tout à fait acceptable, surtout lorsqu'il est considéré comme un symbole religieux et spirituel. Cependant, en France, où la laïcité est importante, certaines restrictions peuvent s'appliquer, notamment dans les institutions publiques. Si vous avez des doutes, il est préférable de consulter la politique de votre entreprise ou d'en discuter avec vos supérieurs pour s'assurer que le port d'un symbole religieux ne pose pas de problème.</p></div></div><div class="faq-accordion faq-element" ><button class="product-accordion"> <h3 class="product-accordion-title faq-accordion-title faq-q">Un collier en croix doit-il être béni ?</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><strong>Non, un collier en croix n'a pas besoin d'être béni, mais le faire bénir peut ajouter une signification spirituelle pour ceux qui le souhaitent.</strong></p><p>Faire bénir un collier en croix par un prêtre n'est pas obligatoire, mais cela peut renforcer son importance spirituelle et symbolique. La bénédiction est une manière de consacrer le bijou et de demander la protection divine pour la personne qui le porte. Beaucoup de croyants choisissent cette option pour sentir la présence de Dieu plus intensément ou pour utiliser la croix comme une protection spirituelle. Cependant, même sans bénédiction, un collier en croix reste un symbole puissant de foi et de dévotion.</p></div></div><div class="faq-accordion faq-element" ><button class="product-accordion"> <h3 class="product-accordion-title faq-accordion-title faq-q">Quel collier portent les catholiques ?</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><strong>Les catholiques portent généralement un collier avec une croix ou un crucifix.</strong></p><p>Ils portent des colliers avec différents pendentifs :</p><ul><li>La croix latine : elle représente la Croix du Christ et elle est le symbole de sa résurrection.</li><li>Le crucifix : il représente le Christ sur la Croix, c'est le symbole de Son sacrifice pour racheter les pêchés du monde.</li><li>La médaille de la Vierge : les catholiques donnent une place importante à Marie, elle est le symbole de la pureté absolue et d'une foi puissante.</li><li>Les médailles des saints : comme pour la Vierge Marie, les catholiques croient à l'intercession des saints dans leur vie quotidienne, chaque saint représente une vertu, une protection.</li></ul><p>Un catholique peut porter ces différents types de colliers pour rendre grâce à Dieu et faire honneur aux saints qui les ont précédés.</p></div></div></div> </div> <style> #shopify-section-template--24002972090701__section_faq_7wEEn4 {background-color: #ffffff;padding-top: 50px;padding-bottom: 80px;} #shopify-section-template--24002972090701__section_faq_7wEEn4 .index-title-block .index-title {font-size: 28px;margin-bottom: 20px; color: #111111;} @media all and (max-width: 539px) {#shopify-section-template--24002972090701__section_faq_7wEEn4 .index-title-block .index-title {font-size: 28px;}} #shopify-section-template--24002972090701__section_faq_7wEEn4 .index-icons-subtitle {margin-bottom: 30px;} #shopify-section-template--24002972090701__section_faq_7wEEn4 .index-icons-subtitle p, #shopify-section-template--24002972090701__section_faq_7wEEn4 .index-icons-subtitle li {color: #515151;} #shopify-section-template--24002972090701__section_faq_7wEEn4 .product-accordion {background-color: #ffffff;} #shopify-section-template--24002972090701__section_faq_7wEEn4 .faq-accordion {border-bottom: 1px solid #e7e7e7;} #shopify-section-template--24002972090701__section_faq_7wEEn4 .index-faq {border-top: 1px solid #e7e7e7;} #shopify-section-template--24002972090701__section_faq_7wEEn4 .product-accordion-title {color: #111111;} #shopify-section-template--24002972090701__section_faq_7wEEn4 .product-accordion-arrow {color: #111111;} #shopify-section-template--24002972090701__section_faq_7wEEn4 .product-content p, #shopify-section-template--24002972090701__section_faq_7wEEn4 .product-content li {color: #515151;} </style></div> </main><aside class="modal-filters collection-filtering" id="filters-bar"> <div class="filters-content"> <div class="flex" id="filters-title-block"> <p class="drawcart-title">Filtrer</p> <svg class="close-drawcart-icon icon-color" id="close-filters-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="filters-items-block"> <div class="product-description" data-border="#e7e7e7" data-background="#ffffff"><button class="product-accordion"> <span class="product-accordion-title">Trier par</span> <svg class="product-accordion-arrow" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewbox="0 0 24 24" stroke="var(--body-subtitle-color)" 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 page-description"> <label for="sort-manual" class="flex product-pack-check"> <input type="radio" id="sort-manual" class="filter-radio filter-sort" name="sort-by" value="manual" data-parameter="sort_by=manual"> <span class="filter-radiotitle">En vedette</span> </label> <label for="sort-best-selling" class="flex product-pack-check"> <input type="radio" id="sort-best-selling" class="filter-radio filter-sort" name="sort-by" value="best-selling" checked data-parameter="sort_by=best-selling"> <span class="filter-radiotitle">Meilleures ventes</span> </label> <label for="sort-latest" class="flex product-pack-check"> <input type="radio" id="sort-latest" class="filter-radio filter-sort" name="sort-by" value="created-descending" data-parameter="sort_by=created-descending"> <span class="filter-radiotitle">Les plus récents</span> </label> <label for="sort-price-ascending" class="flex product-pack-check"> <input type="radio" id="sort-price-ascending" class="filter-radio filter-sort" name="sort-by" value="price-ascending" data-parameter="sort_by=price-ascending"> <span class="filter-radiotitle">Prix : croissant</span> </label> <label for="sort-price-descending" class="flex product-pack-check"> <input type="radio" id="sort-price-descending" class="filter-radio filter-sort" name="sort-by" value="price-descending" data-parameter="sort_by=price-descending"> <span class="filter-radiotitle">Prix : décroissant</span> </label> </div><button class="product-accordion"> <span class="product-accordion-title">Disponibilité</span> <svg class="product-accordion-arrow" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewbox="0 0 24 24" stroke="var(--body-subtitle-color)" 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 page-description"><label for="filter-1-1" class="flex product-pack-check"> <input type="checkbox" id="filter-1-1" class="product-pack-checkbox filter-checkbox" name="filter.v.availability" value="1" data-parameter="filter.v.availability=1"> <span class="filter-checktitle">En stock</span> </label><label for="filter-1-2" class="flex product-pack-check"> <input type="checkbox" id="filter-1-2" class="product-pack-checkbox filter-checkbox" name="filter.v.availability" value="0" data-parameter="filter.v.availability=0"> <span class="filter-checktitle">En rupture de stock</span> </label></div> <button class="product-accordion"> <span class="product-accordion-title">Prix</span> <svg class="product-accordion-arrow" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewbox="0 0 24 24" stroke="var(--body-subtitle-color)" 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 page-description"> <div class="flex"> <div class="filter-min-price"> <legend class="product-option-label radio-field">De :</legend> <input data-parameter="filter.v.price.gte=" type="number" min="0" max="299.90" name="filter.v.price.gte" class="product-option-text sort-price-min" placeholder="0 €"> </div> <div class="filter-max-price"> <legend class="product-option-label radio-field">À :</legend> <input data-parameter="filter.v.price.lte=" type="number" min="0" max="299.90" placeholder="299,90 €" name="filter.v.price.lte" class="product-option-text sort-price-max"> </div> </div> </div></div> </div> <div class="filters-button-block"> <div class="remove-filters hide">Effacer tous les filtres</div> <button type="submit" name="checkout" class="cart-button filters-button close-filter-button">Voir les produits (<span class="filter-amount">80</span>)</button> </div> </div> </aside> <style> .remove-filters {margin-bottom:20px;cursor:pointer;text-decoration:underline; color: var(--body-subtitle-color); letter-spacing: var(--body-ls); font-size: calc(var(--body-font-size) * 1px); font-family: var(--body-font); font-style: var(--body-font-style); font-weight: var(--body-font-weight);} .collection-filtering #filters-items-block {padding:0;} .collection-filtering #filters-items-block .product-accordion, .collection-filtering #filters-items-block .product-content {padding-left:20px; padding-right:20px;} .collection-filtering .product-accordion:first-of-type {border-top: 0;} .collection-filtering .filter-min-price, .collection-filtering .filter-max-price {width: calc(50% - 5px);box-sizing:border-box;margin:0;} .collection-filtering .filter-min-price {margin-right: 10px;} .collection-filtering .sort-price-min, .collection-filtering .sort-price-max {margin-top:5px;width: 100%;} </style> <script defer> document.addEventListener("DOMContentLoaded",(function(){let e="/collections/collier-croix",t=document.querySelector("#filters-icon"),l=document.querySelector("#filters-bar"),r=document.querySelector("#close-filters-bar"),o=l.querySelectorAll(".filter-checkbox"),n=document.querySelector(".close-filter-button"),c=l.querySelectorAll(".filter-sort"),a=l.querySelector(".sort-price-min"),i=l.querySelector(".remove-filters"),s=l.querySelector(".sort-price-max");const u=document.querySelector(".collection-items").dataset.paginationType;let d,m=l.querySelector(".product-description"),y=l.querySelector("#filters-items-block");function v(e){e.stopPropagation(),e.target!==l&&e.target!==r&&"Escape"!==e.key&&e.target!==n||document.body.classList.remove("slide-filters")}function h(){y.scrollHeight>y.clientHeight?m.style.borderBottomColor=m.dataset.background:m.style.borderBottomColor=m.dataset.border}function f(){8!=event.keyCode&&46!=event.keyCode&&isNaN(Number(event.key))&&event.preventDefault(),event.target.value>=Number(event.target.max)&&(event.preventDefault(),event.target.value=Number(event.target.max)),event.target.classList.contains("sort-price-min")&&(clearTimeout(d),d=setTimeout((()=>{s.value&&""!=a.value&&a.value>=Number(s.value)&&(a.value=Number(s.value)),p()}),500)),event.target.classList.contains("sort-price-max")&&(d=setTimeout((()=>{a.value&&""!=s.value&&s.value<=Number(a.value)&&(s.value=Number(a.value)),p()}),500))}function p(){!function(){let e=!1;(l.querySelectorAll(".filter-checkbox:checked").length>0||a.value||s.value)&&(e=!0),e?i.classList.remove("hide"):i.classList.add("hide")}();let t="?"+l.querySelector(".filter-sort:checked").dataset.parameter,r="",o=l.querySelectorAll(".filter-checkbox:checked");o.length>0&&o.forEach((e=>{r+="&"+e.dataset.parameter}));let n="",c="";a&&a.value&&(n+="&"+a.dataset.parameter+a.value),s&&s.value&&(c+="&"+s.dataset.parameter+s.value),async function(e){try{const l=await fetch(e),r=await l.text();let o=S.dataset.buttonStatus,n=(new DOMParser).parseFromString(r,"text/html"),c=n.querySelector(".collection-items");document.querySelector(".collection-items").innerHTML=c.innerHTML,"button"===u?function(e){let t=document.querySelector(".collection-load-more");e.length>0?(document.querySelector(".collection-items").dataset.nextUrl=e,t.style.display="block"):t.style.display="none"}(c.dataset.nextUrl):(t=n.querySelector(".pagination"),document.querySelector(".pagination").innerHTML=t?t.innerHTML:""),document.querySelector(".filter-amount").textContent=c.dataset.amount,"url"===o&&history.replaceState(null,null,e.replace(window.location.origin,""))}catch(e){console.log(e)}var t}(e+t+n+c+r)}t.addEventListener("click",(function(e){document.body.classList.add("slide-filters")})),l.addEventListener("click",v),document.addEventListener("keydown",v),h(),addEventListener("resize",(e=>{h()})),o.length>0&&o.forEach((e=>e.addEventListener("change",p))),c.length>0&&c.forEach((e=>e.addEventListener("change",p))),a&&(a.addEventListener("change",f),a.addEventListener("keydown",f)),s&&(s.addEventListener("change",f),s.addEventListener("keydown",f));let S=document.querySelector(".collection-items");if(S){let q=S.dataset.buttonStatus,L=S.dataset.nextUrl,b=document.querySelector(".collection-load-more"),k=document.querySelector(".load-more-spinner");if(b&&document.querySelector(".collection-load-more").addEventListener("click",(function(e){L=S.dataset.nextUrl,"url"===q&&history.replaceState(null,null,L),b.style.display="none",k.style.display="block",fetch(L).then((e=>e.text())).then((e=>{k.style.display="none";let t=(new DOMParser).parseFromString(e,"text/html").querySelector(".collection-items"),l=t.dataset.nextUrl;l&&(b.style.display="block"),document.querySelector(".collection-items").dataset.nextUrl=l,S.innerHTML+=t.innerHTML})).catch((e=>{console.log(e)}))})),"button"===S.dataset.paginationType&&"url"===q){let x=window.location.href;if(-1!==x.indexOf("?page=")&&"button"===document.querySelector(".collection-items").dataset.paginationType){let E=x.split("?page=")[1].split("&");if(E[0]>1){function g(e,t,l){let r=t.replace("?page="+l,"?page="+e);fetch(r).then((e=>e.text())).then((e=>{let t=(new DOMParser).parseFromString(e,"text/html").querySelector(".collection-items");S.innerHTML+=t.innerHTML})).catch((e=>{console.log(e)}))}document.querySelector(".collection-items").innerHTML,document.querySelector(".collection-items").innerHTML="";for(let T=1;T<=E[0];T++)g(T,x,E[0])}}}else history.scrollRestoration&&(history.scrollRestoration="manual")}i.addEventListener("click",(function(e){l.querySelectorAll(".filter-checkbox:checked").forEach((e=>e.checked=!1)),a&&s&&(a.value="",s.value=""),p()}))})); </script><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://bijoux-chretiens.fr/collections/collier-croix"><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 class="modal-promo-content top_img popup-item"> <svg class="close-news-icon" id="close-promo-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" style="padding-top: calc(1/1.0 * 100%);"> <img class="placed lazyload full-width" src="//bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_0a91d84e-5392-48a4-8db4-66c204acff8b_1x.webp?v=1710109343" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_0a91d84e-5392-48a4-8db4-66c204acff8b_5000x.webp?v=1710109343 5000w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_0a91d84e-5392-48a4-8db4-66c204acff8b_4500x.webp?v=1710109343 4500w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_0a91d84e-5392-48a4-8db4-66c204acff8b_4000x.webp?v=1710109343 4000w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_0a91d84e-5392-48a4-8db4-66c204acff8b_3500x.webp?v=1710109343 3500w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_0a91d84e-5392-48a4-8db4-66c204acff8b_3000x.webp?v=1710109343 3000w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_0a91d84e-5392-48a4-8db4-66c204acff8b_2500x.webp?v=1710109343 2500w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_0a91d84e-5392-48a4-8db4-66c204acff8b_2000x.webp?v=1710109343 2000w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_0a91d84e-5392-48a4-8db4-66c204acff8b_1800x.webp?v=1710109343 1800w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_0a91d84e-5392-48a4-8db4-66c204acff8b_1600x.webp?v=1710109343 1600w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_0a91d84e-5392-48a4-8db4-66c204acff8b_1400x.webp?v=1710109343 1400w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_0a91d84e-5392-48a4-8db4-66c204acff8b_1200x.webp?v=1710109343 1200w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_0a91d84e-5392-48a4-8db4-66c204acff8b_1000x.webp?v=1710109343 1000w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_0a91d84e-5392-48a4-8db4-66c204acff8b_800x.webp?v=1710109343 800w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_0a91d84e-5392-48a4-8db4-66c204acff8b_600x.webp?v=1710109343 600w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_0a91d84e-5392-48a4-8db4-66c204acff8b_500x.webp?v=1710109343 500w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_0a91d84e-5392-48a4-8db4-66c204acff8b_400x.webp?v=1710109343 400w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_0a91d84e-5392-48a4-8db4-66c204acff8b_300x.webp?v=1710109343 300w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_0a91d84e-5392-48a4-8db4-66c204acff8b_200x.webp?v=1710109343 200w" data-sizes="auto" alt="Bijoux Chrétiens" 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">Votre <strong>bon cadeau</strong> de 15% !</p><p>Inscrivez-vous à notre newsletter et recevez votre <strong>code de promotion spécial de 15%</strong> !</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="✓" /><input type="text" class="login-field index-newsletter-field newsletter-firstname" name="contact[first_name]" placeholder="Votre prénom" aria-label="Votre prénom" value="" required="required"><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">Je reçois mon cadeau</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-promo .side_img, #shopify-section-popup-promo .top_img, #shopify-section-popup-promo .bg_img, #shopify-section-popup-promo .no_img {background-color: #ffffff;} #shopify-section-popup-promo .index-title {color: #111111;font-size: 28px;margin-bottom: 20px;} @media all and (max-width: 539px) {#shopify-section-popup-promo .index-title {font-size: 28px;}} #shopify-section-popup-promo .index-content p:not(.index-title), #shopify-section-popup-promo .index-content li {color: #515151;} #shopify-section-popup-promo .index-button, #shopify-section-popup-promo .index-newsletter-button {background-color: #303030;border: 1px solid #111111;color: #ffffff;} #shopify-section-popup-promo .index-button:hover, #shopify-section-popup-promo .index-newsletter-button:hover {background-color: #515151;border: 1px solid #515151;color: #ffffff;} #shopify-section-popup-promo .index-button, #shopify-section-popup-promo .popup-newsletter-block {margin-top: 0px;} #shopify-section-popup-promo .news-rgpd {margin-top: 20px;} #shopify-section-popup-promo .close-news-icon {color: #ffffff;} </style> <script> let cookiePromoTimer = 30 * 1000; let cookiePromoDelay = 15; </script></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" style="padding-top: calc(1/0.6622516556291391 * 100%);"> <img class="placed lazyload full-width" src="//bijoux-chretiens.fr/cdn/shop/files/Bijoux-Chretiens-Pop-Up_2_1x.png?v=1681294387" data-aspectratio="0.6622516556291391" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/Bijoux-Chretiens-Pop-Up_2_5000x.png?v=1681294387 5000w, //bijoux-chretiens.fr/cdn/shop/files/Bijoux-Chretiens-Pop-Up_2_4500x.png?v=1681294387 4500w, //bijoux-chretiens.fr/cdn/shop/files/Bijoux-Chretiens-Pop-Up_2_4000x.png?v=1681294387 4000w, //bijoux-chretiens.fr/cdn/shop/files/Bijoux-Chretiens-Pop-Up_2_3500x.png?v=1681294387 3500w, //bijoux-chretiens.fr/cdn/shop/files/Bijoux-Chretiens-Pop-Up_2_3000x.png?v=1681294387 3000w, //bijoux-chretiens.fr/cdn/shop/files/Bijoux-Chretiens-Pop-Up_2_2500x.png?v=1681294387 2500w, //bijoux-chretiens.fr/cdn/shop/files/Bijoux-Chretiens-Pop-Up_2_2000x.png?v=1681294387 2000w, //bijoux-chretiens.fr/cdn/shop/files/Bijoux-Chretiens-Pop-Up_2_1800x.png?v=1681294387 1800w, //bijoux-chretiens.fr/cdn/shop/files/Bijoux-Chretiens-Pop-Up_2_1600x.png?v=1681294387 1600w, //bijoux-chretiens.fr/cdn/shop/files/Bijoux-Chretiens-Pop-Up_2_1400x.png?v=1681294387 1400w, //bijoux-chretiens.fr/cdn/shop/files/Bijoux-Chretiens-Pop-Up_2_1200x.png?v=1681294387 1200w, //bijoux-chretiens.fr/cdn/shop/files/Bijoux-Chretiens-Pop-Up_2_1000x.png?v=1681294387 1000w, //bijoux-chretiens.fr/cdn/shop/files/Bijoux-Chretiens-Pop-Up_2_800x.png?v=1681294387 800w, //bijoux-chretiens.fr/cdn/shop/files/Bijoux-Chretiens-Pop-Up_2_600x.png?v=1681294387 600w, //bijoux-chretiens.fr/cdn/shop/files/Bijoux-Chretiens-Pop-Up_2_500x.png?v=1681294387 500w, //bijoux-chretiens.fr/cdn/shop/files/Bijoux-Chretiens-Pop-Up_2_400x.png?v=1681294387 400w, //bijoux-chretiens.fr/cdn/shop/files/Bijoux-Chretiens-Pop-Up_2_300x.png?v=1681294387 300w, //bijoux-chretiens.fr/cdn/shop/files/Bijoux-Chretiens-Pop-Up_2_200x.png?v=1681294387 200w" data-sizes="auto" alt="Bijou Croix" 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">Rejoignez nous et recevez <strong>10% de bon d'achat !</strong></p><p>Devenez membre Bijoux Chrétiens™ et profiter de nos offres limitées et des actus, avant tout le monde !</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="✓" /><input type="text" class="login-field index-newsletter-field newsletter-firstname" name="contact[first_name]" placeholder="Votre prénom" aria-label="Votre prénom" value="" required="required"><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: #303030;border: 1px solid #303030;color: #ffffff;} #shopify-section-popup-newsletter .index-button:hover, #shopify-section-popup-newsletter .index-newsletter-button:hover {background-color: #404040;border: 1px solid #404040;color: #ffffff;} #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-3 footer-dk-1 footer-mb-1" ><div class="placeholder footer-image" style="padding-top: calc(300/6.8493150684931505 * 1px);width:300px;max-width:100%;"> <img class="placed lazyload" src="//bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_2878a4d6-5e8e-46e2-ba32-92039f154dda_1x.jpg?v=1727344298" width="300" data-aspectratio="6.8493150684931505" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_2878a4d6-5e8e-46e2-ba32-92039f154dda_2000x.jpg?v=1727344298 2000w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_2878a4d6-5e8e-46e2-ba32-92039f154dda_1800x.jpg?v=1727344298 1800w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_2878a4d6-5e8e-46e2-ba32-92039f154dda_1600x.jpg?v=1727344298 1600w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_2878a4d6-5e8e-46e2-ba32-92039f154dda_1400x.jpg?v=1727344298 1400w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_2878a4d6-5e8e-46e2-ba32-92039f154dda_1200x.jpg?v=1727344298 1200w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_2878a4d6-5e8e-46e2-ba32-92039f154dda_1000x.jpg?v=1727344298 1000w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_2878a4d6-5e8e-46e2-ba32-92039f154dda_800x.jpg?v=1727344298 800w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_2878a4d6-5e8e-46e2-ba32-92039f154dda_600x.jpg?v=1727344298 600w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_2878a4d6-5e8e-46e2-ba32-92039f154dda_400x.jpg?v=1727344298 400w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_2878a4d6-5e8e-46e2-ba32-92039f154dda_200x.jpg?v=1727344298 200w" data-sizes="auto" alt="Bijoux Chrétiens" draggable="false" /> </div><div class="footer-text"><ul><li>contact@bijoux-chretiens.fr</li><li>102, avenue des Champs-Élysées</li><li>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-3 footer-dk-1 footer-mb-1" ><p class="footer-title">Liens utiles</p><ul class="footer-block-links"><li><span class="ob-seo" data-ob-direction="L3BhZ2VzL2F2aXMtYmlqb3V4LWNocmV0aWVucw==">Avis client</span></li><li><span class="ob-seo" data-ob-direction="L2FwcHMvc3Vpdmk=">Suivi de Commande</span></li><li><span class="ob-seo" data-ob-direction="L3BhZ2VzL2ZhcQ==">Foire aux Questions (FAQ)</span></li><li><span class="ob-seo" data-ob-direction="L3BhZ2VzL2NvbnRhY3Q=">Nous contacter</span></li><li><span class="ob-seo" data-ob-direction="L3BhZ2VzL25vdHJlLWhpc3RvaXJl">À propos...</span></li></ul></div><div class="footer-block footer-block-3 footer-dk-1 footer-mb-1" ><p class="footer-title">Recevez 10% de réduction !</p><div class="footer-text"><p>Inscrivez-vous à notre newsletter et profitez de <strong>10 % 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">© 2024 Bijoux Chrétiens - 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 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 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><span class="ob-seo" data-ob-direction="L3BvbGljaWVzL3Rlcm1zLW9mLXNhbGU=">Conditions Générales de Ventes</span></li><li><span class="ob-seo" data-ob-direction="L3BvbGljaWVzL2xlZ2FsLW5vdGljZQ==">Mentions Légales</span></li><li><span class="ob-seo" data-ob-direction="L3BvbGljaWVzL3Rlcm1zLW9mLXNlcnZpY2U=">Conditions d'Utilisation</span></li><li><span class="ob-seo" data-ob-direction="L3BvbGljaWVzL3ByaXZhY3ktcG9saWN5">Confidentialité</span></li><li><span class="ob-seo" data-ob-direction="L3BhZ2VzL2xpdnJhaXNvbi1ldC1wb2xpdGlxdWUtZGUtcmV0b3Vy">Livraison et Retour</span></li><li><span class="ob-seo" data-ob-direction="L3BvbGljaWVzL3JlZnVuZC1wb2xpY3k=">Remboursement</span></li><li><span class="ob-seo" data-ob-direction="L3BvbGljaWVzL2NvbnRhY3QtaW5mb3JtYXRpb24=">Coordonnées</span></li></ul></div> </div> </footer> <style> #shopify-section-footer #footer {border-top: 0px solid #111111;}#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="//bijoux-chretiens.fr/cdn/shop/t/34/assets/lazysizes.min.js?v=122719776364282065531733131227" async=""></script> <script src="//bijoux-chretiens.fr/cdn/shop/t/34/assets/theme.js?v=175050058606690879281733131227" defer></script> <div id="shopify-block-AWHE2T09FSUhEck9pT__1744161739547163668" class="shopify-block shopify-app-block"><script type="application/javascript"> window.hextom_ctb = { p1: [ ], p2: { } }; window.hextom_epb_config = {"shop_active":"yes","record":true,"bars":[{"bar_id":241218,"name":"Black Friday","position":"below_atc","background_color":"#F2F2F2","text_color":"#303030","clock_color":"#303030","clock_background_color":"#E7BF68","button_background_color":"#F23E43","button_text_color":"#FFFFFF","button_disable":true,"new_tab":false,"font":"Montserrat","font_size":15.0,"bar_padding":20.0,"message_one":"<strong>Black Week :</strong>","message_two":"Profitez de nos offres <strong>jusqu'à -50% !</strong> <br>-20% supplémentaire avec le code <strong>BF20</strong></br>","button_text":"See deals","button_link":"","start_on":"2024-11-24T23:01:00+00:00","end_on":"2024-12-01T22:59:00+00:00","time_zone_type":"customer","time_zone_offset":-60,"campaign_start_type":"scheduled","campaign_end_type":"infinity","show_time":0.0,"interval_time":0.0,"animation_time":0.0,"countries":"","exclude_countries":"","display_page":"all","exclude_page":"no","source_page":"any","clock_type":"event","daily_start_on":"1999-12-31T23:00:00+00:00","daily_end_on":"2000-01-01T22:59:00+00:00","daily_start_time_hours":"0","daily_start_time_minutes":"0","daily_end_time_hours":"23","daily_end_time_minutes":"59","recur_active_hour":48.0,"recur_inactive_hour":24.0,"is_recur_cookied":false,"fixed_minutes":90.0,"clock_lang":"fr","show_timer_labels":true,"background_pic":"img/bar_background/fit_new_year.jpg","target_device":"all","opacity":1.0,"entire_bar_clickable":false,"selected_weekdays":"1,2,3,4,5,6,0","close_option":false,"button_animation":"","custom_code":"","selected_products_type":"all","selected_products":"","selected_products_tag":"","selected_customers_type":"all","selected_customers_tag":"","selected_customers_spent":0.0,"excluded_customers_type":"no_customers","excluded_customers_tag":"","excluded_customers_spent":0.0,"background_type":"color","gradient_color_1":"#FF6162","gradient_color_2":"#FF9766","gradient_color_3":"","gradient_degree":90,"background_moving_speed":0,"button_link_insert_language_code":false,"targeted_markets_region_codes":"","timer_style":"square_tiles","js_timer_font_family":"Montserrat","js_timer_separator_color":"#303030","js_timer_clock_background_color_2":"#E7BF68","js_timer_label_day":"Jours","js_timer_label_hrs":"Heures","js_timer_label_min":"Minutes","js_timer_label_sec":"Secondes","translation":"","locales":[]},{"bar_id":244987,"name":"Cyber Monday","position":"below_atc","background_color":"#F2F2F2","text_color":"#303030","clock_color":"#303030","clock_background_color":"#E7BF68","button_background_color":"#F23E43","button_text_color":"#FFFFFF","button_disable":true,"new_tab":false,"font":"Montserrat","font_size":15.0,"bar_padding":20.0,"message_one":"<strong>Cyber Monday :</strong>","message_two":"Profitez de nos offres <strong>jusqu'à -50% !</strong> <br>-20% supplémentaire avec le code <strong>CYBER20</strong> dès 25€ d'achats !</br>","button_text":"See deals","button_link":"","start_on":"2024-12-02T08:56:34.356000+00:00","end_on":"2024-12-02T23:00:00+00:00","time_zone_type":"customer","time_zone_offset":-60,"campaign_start_type":"now","campaign_end_type":"infinity","show_time":0.0,"interval_time":0.0,"animation_time":0.0,"countries":"","exclude_countries":"","display_page":"all","exclude_page":"no","source_page":"any","clock_type":"event","daily_start_on":"1999-12-31T23:00:00+00:00","daily_end_on":"2000-01-01T22:59:00+00:00","daily_start_time_hours":"0","daily_start_time_minutes":"0","daily_end_time_hours":"23","daily_end_time_minutes":"59","recur_active_hour":48.0,"recur_inactive_hour":24.0,"is_recur_cookied":false,"fixed_minutes":90.0,"clock_lang":"fr","show_timer_labels":true,"background_pic":"img/bar_background/fit_new_year.jpg","target_device":"all","opacity":1.0,"entire_bar_clickable":false,"selected_weekdays":"1,2,3,4,5,6,0","close_option":false,"button_animation":"","custom_code":"","selected_products_type":"all","selected_products":"","selected_products_tag":"","selected_customers_type":"all","selected_customers_tag":"","selected_customers_spent":0.0,"excluded_customers_type":"no_customers","excluded_customers_tag":"","excluded_customers_spent":0.0,"background_type":"color","gradient_color_1":"#FF6162","gradient_color_2":"#FF9766","gradient_color_3":"","gradient_degree":90,"background_moving_speed":0,"button_link_insert_language_code":false,"targeted_markets_region_codes":"","timer_style":"square_tiles","js_timer_font_family":"Montserrat","js_timer_separator_color":"#303030","js_timer_clock_background_color_2":"#E7BF68","js_timer_label_day":"Jours","js_timer_label_hrs":"Heures","js_timer_label_min":"Minutes","js_timer_label_sec":"Secondes","translation":"","locales":[]},{"bar_id":245005,"name":"Noël 2024","position":"below_atc","background_color":"#F2F2F2","text_color":"#303030","clock_color":"#303030","clock_background_color":"#E7BF68","button_background_color":"#F23E43","button_text_color":"#FFFFFF","button_disable":true,"new_tab":false,"font":"Montserrat","font_size":15.0,"bar_padding":20.0,"message_one":"<strong>Noël approche :</strong>","message_two":"Préparez vos cadeaux sur Bijoux Chrétiens™ !<br>- 10% avec le code <strong>AVENT10</strong></br>","button_text":"See deals","button_link":"","start_on":"2024-12-02T23:00:00+00:00","end_on":"2024-12-25T22:59:00+00:00","time_zone_type":"customer","time_zone_offset":-60,"campaign_start_type":"scheduled","campaign_end_type":"infinity","show_time":0.0,"interval_time":0.0,"animation_time":0.0,"countries":"","exclude_countries":"","display_page":"all","exclude_page":"no","source_page":"any","clock_type":"event","daily_start_on":"1999-12-31T23:00:00+00:00","daily_end_on":"2000-01-01T22:59:00+00:00","daily_start_time_hours":"0","daily_start_time_minutes":"0","daily_end_time_hours":"23","daily_end_time_minutes":"59","recur_active_hour":48.0,"recur_inactive_hour":24.0,"is_recur_cookied":false,"fixed_minutes":90.0,"clock_lang":"fr","show_timer_labels":true,"background_pic":"img/bar_background/fit_new_year.jpg","target_device":"all","opacity":1.0,"entire_bar_clickable":false,"selected_weekdays":"1,2,3,4,5,6,0","close_option":false,"button_animation":"","custom_code":"","selected_products_type":"all","selected_products":"","selected_products_tag":"","selected_customers_type":"all","selected_customers_tag":"","selected_customers_spent":0.0,"excluded_customers_type":"no_customers","excluded_customers_tag":"","excluded_customers_spent":0.0,"background_type":"color","gradient_color_1":"#FF6162","gradient_color_2":"#FF9766","gradient_color_3":"","gradient_degree":90,"background_moving_speed":0,"button_link_insert_language_code":false,"targeted_markets_region_codes":"","timer_style":"square_tiles","js_timer_font_family":"Montserrat","js_timer_separator_color":"#303030","js_timer_clock_background_color_2":"#E7BF68","js_timer_label_day":"Jours","js_timer_label_hrs":"Heures","js_timer_label_min":"Minutes","js_timer_label_sec":"Secondes","translation":"","locales":[]}]}; </script> </div><div id="shopify-block-AakNoTzR0N0NkN3Z2W__11532412952436166569" class="shopify-block shopify-app-block"> <script>var loox_global_hash = '1734952110635';</script><script>var loox_pop_active = true;var loox_pop_display = {"home_page":false,"product_page":true,"cart_page":true,"other_pages":false};</script><style>.loox-reviews-default { max-width: 1200px; margin: 0 auto; }.loox-rating .loox-icon { color:#E7BF68; } :root { --lxs-rating-icon-color: #E7BF68; }</style> </div></body> </html>