{"id":26,"date":"2025-05-12T00:52:56","date_gmt":"2025-05-12T00:52:56","guid":{"rendered":"https:\/\/isoutarluxe.com\/?page_id=26"},"modified":"2025-06-27T12:15:23","modified_gmt":"2025-06-27T12:15:23","slug":"home","status":"publish","type":"page","link":"https:\/\/isoutarluxe.com\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"26\" class=\"elementor elementor-26\" data-elementor-post-type=\"page\">\n\t\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-dc19a18 e-con-full e-flex e-con e-parent\" data-id=\"dc19a18\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d547308 elementor-widget elementor-widget-html\" data-id=\"d547308\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"fr\">\r\n<head>\r\n<meta charset=\"UTF-8\" \/>\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" \/>\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600&display=swap\" rel=\"stylesheet\">\r\n\r\n<title>Deux Boutiques - Droguerie & Bar<\/title>\r\n<style>\r\n  \/* Root variables *\/\r\n  :root {\r\n    --primary-color: #FF6F00;\r\n    --text-color: #333;\r\n    --bg-light: #F9F9F9;\r\n    --bg-dark: #333;\r\n    --white: #fff;\r\n  }\r\n\r\n  \/* Reset and base *\/\r\n  * {\r\n    box-sizing: border-box;\r\n  }\r\n  body {\r\n    margin: 0;\r\n    font-family: 'Montserrat', sans-serif;\r\n    color: var(--text-color);\r\n    background: var(--white);\r\n    scroll-behavior: smooth;\r\n  }\r\n  a {\r\n    color: inherit;\r\n    text-decoration: none;\r\n  }\r\n  button {\r\n    font-family: inherit;\r\n  }\r\n\r\n  \/* Focus styles for accessibility *\/\r\n  button:focus,\r\n  .slider-dot:focus,\r\n  .boutique-btn:focus,\r\n  .boutique-card:focus {\r\n    outline: 3px solid var(--primary-color);\r\n    outline-offset: 3px;\r\n  }\r\n\r\n  \/* Hero slider *\/\r\n  .hero-slider {\r\n    position: relative;\r\n    overflow: hidden;\r\n    height: 500px;\r\n    margin-top: 1rem;\r\n  }\r\n  .slide {\r\n    position: absolute;\r\n    width: 100%;\r\n    height: 100%;\r\n    background-size: cover;\r\n    background-position: center;\r\n    color: var(--white);\r\n    display: flex;\r\n    flex-direction: column;\r\n    justify-content: center;\r\n    align-items: center;\r\n    text-align: center;\r\n    padding: 0 1rem;\r\n    opacity: 0;\r\n    transition: opacity 0.7s ease;\r\n  }\r\n  .slide.active {\r\n    opacity: 1;\r\n    position: relative;\r\n  }\r\n  .slide h1 {\r\n    font-size: 3rem;\r\n    margin-bottom: 0.5rem;\r\n    text-shadow: 2px 2px 8px rgba(0,0,0,0.7);\r\n  }\r\n  .slide p {\r\n    font-size: 1.25rem;\r\n    margin-bottom: 1.5rem;\r\n    max-width: 600px;\r\n    text-shadow: 1px 1px 5px rgba(0,0,0,0.6);\r\n  }\r\n  .btn-primary {\r\n    background: var(--primary-color);\r\n    color: var(--white);\r\n    padding: 1rem 2.5rem;\r\n    border-radius: 30px;\r\n    font-weight: 700;\r\n    cursor: pointer;\r\n    border: none;\r\n    font-size: 1rem;\r\n    box-shadow: 0 5px 10px rgba(255,111,0,0.5);\r\n    transition: background 0.3s ease;\r\n    user-select: none;\r\n  }\r\n  .btn-primary:hover,\r\n  .btn-primary:focus {\r\n    background: #cc5c00;\r\n    outline: none;\r\n  }\r\n\r\n  \/* Slider navigation *\/\r\n  .slider-nav {\r\n    position: absolute;\r\n    width: 100%;\r\n    bottom: 15px;\r\n    text-align: center;\r\n    z-index: 10;\r\n  }\r\n  .slider-dot {\r\n    display: inline-block;\r\n    width: 14px;\r\n    height: 14px;\r\n    margin: 0 5px;\r\n    background: rgba(255, 255, 255, 0.5);\r\n    border-radius: 50%;\r\n    cursor: pointer;\r\n    transition: background 0.3s ease;\r\n  }\r\n  .slider-dot.active {\r\n    background: var(--primary-color);\r\n  }\r\n  .slider-dot:focus {\r\n    outline: 3px solid var(--primary-color);\r\n  }\r\n\r\n  \/* Slider arrows *\/\r\n  .slider-arrow {\r\n    position: absolute;\r\n    top: 50%;\r\n    transform: translateY(-50%);\r\n    background: rgba(255, 111, 0, 0.7);\r\n    border: none;\r\n    width: 40px;\r\n    height: 40px;\r\n    border-radius: 50%;\r\n    color: white;\r\n    font-size: 2rem;\r\n    cursor: pointer;\r\n    user-select: none;\r\n    z-index: 10;\r\n    display: flex;\r\n    justify-content: center;\r\n    align-items: center;\r\n  }\r\n  .slider-arrow:hover,\r\n  .slider-arrow:focus {\r\n    background: var(--primary-color);\r\n    outline: none;\r\n  }\r\n  .slider-arrow.left {\r\n    left: 10px;\r\n  }\r\n  .slider-arrow.right {\r\n    right: 10px;\r\n  }\r\n\r\n  \/* Boutiques section *\/\r\n  .boutiques {\r\n    background: var(--bg-light);\r\n    padding: 4rem 1rem 6rem;\r\n  }\r\n  .boutiques .container {\r\n    display: flex;\r\n    gap: 2rem;\r\n    flex-wrap: wrap;\r\n    justify-content: center;\r\n  }\r\n  .boutique-card {\r\n    background: var(--white);\r\n    border-radius: 12px;\r\n    box-shadow: 0 6px 15px rgba(0,0,0,0.1);\r\n    flex: 1 1 400px;\r\n    max-width: 500px;\r\n    padding: 2rem;\r\n    text-align: center;\r\n    transition: box-shadow 0.3s ease;\r\n    display: flex;\r\n    flex-direction: column;\r\n    align-items: center;\r\n  }\r\n  .boutique-card:hover,\r\n  .boutique-card:focus-within {\r\n    box-shadow: 0 10px 25px rgba(0,0,0,0.15);\r\n  }\r\n  .boutique-icon {\r\n    fill: var(--primary-color);\r\n    width: 80px;\r\n    height: 80px;\r\n    margin-bottom: 1.25rem;\r\n  }\r\n  .boutique-title {\r\n    color: var(--primary-color);\r\n    font-weight: 700;\r\n    font-size: 2rem;\r\n    margin-bottom: 1rem;\r\n  }\r\n  .bbl{\r\n        color:#38B6FF !important;\r\n        \r\n    }\r\n    .white-title {\r\n  color: #ff7a00;\r\n  font-size: 3rem; \/* adjust as needed: 2.5rem for smaller headers *\/\r\n  font-family: 'Poppins', sans-serif; \/* or 'Inter', 'Roboto', etc. *\/\r\n  font-weight: 600;\r\n  letter-spacing: 0.5px;\r\n  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);\r\n  margin-bottom: 1rem;\r\n}\r\n\r\n\r\n    \r\n  .boutique-desc {\r\n    color: #555;\r\n    font-size: 1rem;\r\n    margin-bottom: 2rem;\r\n  }\r\n  .boutique-btn {\r\n    background: var(--primary-color);\r\n    color: var(--white);\r\n    padding: 1rem 2rem;\r\n    border-radius: 30px;\r\n    font-weight: 700;\r\n    cursor: pointer;\r\n    border: none;\r\n    font-size: 1rem;\r\n    width: fit-content;\r\n    transition: background 0.3s ease;\r\n    user-select: none;\r\n  }\r\n  .boutique-btn:hover,\r\n  .boutique-btn:focus {\r\n    background: #cc5c00;\r\n    outline: none;\r\n  }\r\n\r\n  \/* Responsive *\/\r\n  @media (max-width: 900px) {\r\n    .boutiques .container {\r\n      flex-direction: column;\r\n      align-items: center;\r\n    }\r\n    .boutique-card {\r\n      max-width: 100%;\r\n    }\r\n  }\r\n  @media (max-width: 768px) {\r\n    .hero-slider {\r\n      height: 320px;\r\n    }\r\n    .slide h1 {\r\n      font-size: 2rem;\r\n    }\r\n    .slide p {\r\n      font-size: 1rem;\r\n      max-width: 90%;\r\n    }\r\n    .bbl{\r\n        color:#38B6FF !important;\r\n        background-color:#38B6FF !important; \r\n    }\r\n  }\r\n<\/style>\r\n<\/head>\r\n<body>\r\n\r\n<section id=\"hero\" class=\"hero-slider\" aria-label=\"Hero slider\">\r\n  <button class=\"slider-arrow left\" aria-label=\"Slide pr\u00e9c\u00e9dente\" id=\"prev\" type=\"button\">&#10094;<\/button>\r\n  <button class=\"slider-arrow right\" aria-label=\"Slide suivante\" id=\"next\" type=\"button\">&#10095;<\/button>\r\n\r\n  <div class=\"slide active\" style=\"background-image: url('https:\/\/isoutarluxe.com\/wp-content\/uploads\/2025\/06\/banner-isot-scaled.jpg');\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"Bienvenue chez Notre Entreprise\" tabindex=\"0\">\r\n    <h1 class=\"white-title\">Des outils de qualit\u00e9 pour tous vos projets<\/h1>\r\n    <p>Choisissez parmi une large gamme d'outils fiables et performants pour mener \u00e0 bien vos travaux, du plus simple au plus complexe.<\/p>\r\n    <button class=\"btn-primary\" onclick=\"scrollToSection('boutiques')\" type=\"button\">D\u00e9couvrir<\/button>\r\n  <\/div>\r\n\r\n  <div class=\"slide\" style=\"background-image: url('https:\/\/isoutarluxe.com\/wp-content\/uploads\/2025\/06\/banners-kho-scaled.jpg');\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"Droguerie & Outils\" tabindex=\"-1\">\r\n    <h1 class=\"white-title\">L\u2019\u00e9quipement de bureau essentiel pour votre productivit\u00e9<\/h1>\r\n    <p>D\u00e9couvrez notre s\u00e9lection d'articles de qualit\u00e9 pour am\u00e9nager votre espace de travail et optimiser votre confort au quotidien.<\/p>\r\n    <button class=\"btn-primary\" onclick=\"scrollToSection('boutiques')\" type=\"button\">Voir la Boutique<\/button>\r\n  <\/div>\r\n\r\n  <div class=\"slider-nav\" id=\"slider-nav\" role=\"tablist\" aria-label=\"Navigation des slides\"><\/div>\r\n\r\n  <!-- Live region for announcing slide changes to screen readers -->\r\n  <div aria-live=\"polite\" aria-atomic=\"true\" class=\"visually-hidden\" id=\"slide-status\"><\/div>\r\n<\/section>\r\n\r\n<section id=\"boutiques\" class=\"boutiques\" tabindex=\"-1\">\r\n  <div class=\"container\">\r\n    <div class=\"boutique-card\" tabindex=\"0\">\r\n      <img decoding=\"async\" class=\"boutique-icon\"\r\n        src=\"https:\/\/isoutarluxe.com\/wp-content\/uploads\/2025\/06\/IsoutarLuxe-STE-KONACHE-FOURNITURE-logo.png\"\/><\/img>\r\n      <div class=\"boutique-title\"> Produits de droguerie<\/div>\r\n      <div class=\"boutique-desc\">Des outils et pi\u00e8ces d\u00e9tach\u00e9es de qualit\u00e9 pour vos travaux et r\u00e9parations.<\/div>\r\n      <a class=\"boutique-btn bbl1\" href=\"https:\/\/isoutarluxe.com\/?product_cat=produits-de-droguerie\" aria-label=\"Voir la boutique Droguerie et Outils\">Voir la Boutique<\/a>\r\n\r\n    <\/div>\r\n    <div class=\"boutique-card\" tabindex=\"0\">\r\n       <img decoding=\"async\" class=\"boutique-icon\"\r\n        src=\"https:\/\/isoutarluxe.com\/wp-content\/uploads\/2025\/06\/STE-KONACHE-FOURNITURE-logo.png\"\/><\/img>\r\n      <div class=\"boutique-title bbl\"> Fourniture de bureau<\/div>\r\n      <div class=\"boutique-desc\">Un espace convivial pour boire un verre et acheter des mat\u00e9riaux de construction.<\/div>\r\n      <a class=\"boutique-btn bbl\" href=\"https:\/\/isoutarluxe.com\/?product_cat=fourniture-de-bureau\" aria-label=\"Voir la boutique Droguerie et Outils\">Voir la Boutique<\/a>\r\n\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<script>\r\n  \/\/ Slider functionality\r\n\r\n  const slides = document.querySelectorAll('.slide');\r\n  const nav = document.getElementById('slider-nav');\r\n  const slideStatus = document.getElementById('slide-status');\r\n  let currentSlide = 0;\r\n\r\n  \/\/ Show slide at given index, update ARIA and focus\r\n  function showSlide(index) {\r\n    slides.forEach((slide, i) => {\r\n      const isActive = i === index;\r\n      slide.classList.toggle('active', isActive);\r\n      slide.setAttribute('tabindex', isActive ? '0' : '-1');\r\n      nav.children[i].classList.toggle('active', isActive);\r\n    });\r\n    currentSlide = index;\r\n\r\n    \/\/ Update live region text for screen readers\r\n    slideStatus.textContent = `Slide ${index + 1} sur ${slides.length} : ${slides[index].getAttribute('aria-label')}`;\r\n  }\r\n\r\n  function nextSlide() {\r\n    showSlide((currentSlide + 1) % slides.length);\r\n  }\r\n\r\n  function prevSlide() {\r\n    showSlide((currentSlide - 1 + slides.length) % slides.length);\r\n  }\r\n\r\n  \/\/ Create navigation dots with keyboard support\r\n  slides.forEach((_, i) => {\r\n    const dot = document.createElement('span');\r\n    dot.className = 'slider-dot';\r\n    dot.setAttribute('role', 'button');\r\n    dot.setAttribute('tabindex', '0');\r\n    dot.setAttribute('aria-label', `Aller \u00e0 la slide ${i + 1}`);\r\n    if (i === 0) dot.classList.add('active');\r\n\r\n    dot.addEventListener('click', () => {\r\n      showSlide(i);\r\n      resetInterval();\r\n    });\r\n\r\n    dot.addEventListener('keydown', (e) => {\r\n      if (e.key === 'Enter' || e.key === ' ' || e.key === 'Spacebar') {\r\n        e.preventDefault();\r\n        showSlide(i);\r\n        resetInterval();\r\n      }\r\n    });\r\n\r\n    nav.appendChild(dot);\r\n  });\r\n\r\n  let slideInterval = setInterval(nextSlide, 6000);\r\n\r\n  function resetInterval() {\r\n    clearInterval(slideInterval);\r\n    slideInterval = setInterval(nextSlide, 6000);\r\n  }\r\n\r\n  \/\/ Arrow buttons handlers\r\n  document.getElementById('prev').addEventListener('click', () => {\r\n    prevSlide();\r\n    resetInterval();\r\n  });\r\n\r\n  document.getElementById('next').addEventListener('click', () => {\r\n    nextSlide();\r\n    resetInterval();\r\n  });\r\n\r\n  \/\/ Keyboard support for slider arrows (left\/right keys)\r\n  document.addEventListener('keydown', (e) => {\r\n    if (document.activeElement.closest('.hero-slider')) {\r\n      if (e.key === 'ArrowLeft') {\r\n        prevSlide();\r\n        resetInterval();\r\n      } else if (e.key === 'ArrowRight') {\r\n        nextSlide();\r\n        resetInterval();\r\n      }\r\n    }\r\n  });\r\n\r\n  \/\/ Smooth scroll helper\r\n  function scrollToSection(id) {\r\n    document.getElementById(id).scrollIntoView({behavior: 'smooth'});\r\n  }\r\n\r\n  \/\/ Initialize\r\n  showSlide(0);\r\n<\/script>\r\n\r\n<style>\r\n  \/* Visually hidden class for aria-live *\/\r\n  .visually-hidden {\r\n    position: absolute !important;\r\n    width: 1px !important;\r\n    height: 1px !important;\r\n    padding: 0 !important;\r\n    margin: -1px !important;\r\n    overflow: hidden !important;\r\n    clip: rect(0 0 0 0) !important;\r\n    border: 0 !important;\r\n  }\r\n<\/style>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-fbf1b60 e-flex e-con-boxed e-con e-parent\" data-id=\"fbf1b60\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-e0d0e9b e-flex e-con-boxed e-con e-parent\" data-id=\"e0d0e9b\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-30e4bbc elementor-widget elementor-widget-heading\" data-id=\"30e4bbc\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Vente et distribution tous les produits<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Deux Boutiques &#8211; Droguerie &#038; Bar &#10094; &#10095; Des outils de qualit\u00e9 pour tous vos projets Choisissez parmi une large gamme d&#8217;outils fiables et performants pour mener \u00e0 bien vos travaux, du plus simple au plus complexe. D\u00e9couvrir L\u2019\u00e9quipement de bureau essentiel pour votre productivit\u00e9 D\u00e9couvrez notre s\u00e9lection d&#8217;articles de qualit\u00e9 pour am\u00e9nager votre espace [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"ocean_post_layout":"","ocean_both_sidebars_style":"","ocean_both_sidebars_content_width":0,"ocean_both_sidebars_sidebars_width":0,"ocean_sidebar":"","ocean_second_sidebar":"","ocean_disable_margins":"enable","ocean_add_body_class":"","ocean_shortcode_before_top_bar":"","ocean_shortcode_after_top_bar":"","ocean_shortcode_before_header":"","ocean_shortcode_after_header":"","ocean_has_shortcode":"","ocean_shortcode_after_title":"","ocean_shortcode_before_footer_widgets":"","ocean_shortcode_after_footer_widgets":"","ocean_shortcode_before_footer_bottom":"","ocean_shortcode_after_footer_bottom":"","ocean_display_top_bar":"default","ocean_display_header":"default","ocean_header_style":"","ocean_center_header_left_menu":"","ocean_custom_header_template":"","ocean_custom_logo":0,"ocean_custom_retina_logo":0,"ocean_custom_logo_max_width":0,"ocean_custom_logo_tablet_max_width":0,"ocean_custom_logo_mobile_max_width":0,"ocean_custom_logo_max_height":0,"ocean_custom_logo_tablet_max_height":0,"ocean_custom_logo_mobile_max_height":0,"ocean_header_custom_menu":"","ocean_menu_typo_font_family":"","ocean_menu_typo_font_subset":"","ocean_menu_typo_font_size":0,"ocean_menu_typo_font_size_tablet":0,"ocean_menu_typo_font_size_mobile":0,"ocean_menu_typo_font_size_unit":"px","ocean_menu_typo_font_weight":"","ocean_menu_typo_font_weight_tablet":"","ocean_menu_typo_font_weight_mobile":"","ocean_menu_typo_transform":"","ocean_menu_typo_transform_tablet":"","ocean_menu_typo_transform_mobile":"","ocean_menu_typo_line_height":0,"ocean_menu_typo_line_height_tablet":0,"ocean_menu_typo_line_height_mobile":0,"ocean_menu_typo_line_height_unit":"","ocean_menu_typo_spacing":0,"ocean_menu_typo_spacing_tablet":0,"ocean_menu_typo_spacing_mobile":0,"ocean_menu_typo_spacing_unit":"","ocean_menu_link_color":"","ocean_menu_link_color_hover":"","ocean_menu_link_color_active":"","ocean_menu_link_background":"","ocean_menu_link_hover_background":"","ocean_menu_link_active_background":"","ocean_menu_social_links_bg":"","ocean_menu_social_hover_links_bg":"","ocean_menu_social_links_color":"","ocean_menu_social_hover_links_color":"","ocean_disable_title":"default","ocean_disable_heading":"default","ocean_post_title":"","ocean_post_subheading":"","ocean_post_title_style":"","ocean_post_title_background_color":"","ocean_post_title_background":0,"ocean_post_title_bg_image_position":"","ocean_post_title_bg_image_attachment":"","ocean_post_title_bg_image_repeat":"","ocean_post_title_bg_image_size":"","ocean_post_title_height":0,"ocean_post_title_bg_overlay":0.5,"ocean_post_title_bg_overlay_color":"","ocean_disable_breadcrumbs":"default","ocean_breadcrumbs_color":"","ocean_breadcrumbs_separator_color":"","ocean_breadcrumbs_links_color":"","ocean_breadcrumbs_links_hover_color":"","ocean_display_footer_widgets":"default","ocean_display_footer_bottom":"default","ocean_custom_footer_template":"","footnotes":""},"class_list":["post-26","page","type-page","status-publish","hentry","entry","owp-thumbs-layout-horizontal","owp-btn-normal","owp-tabs-layout-horizontal","has-no-thumbnails","has-product-nav"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Home - isoutarluxe<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/isoutarluxe.com\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Home - isoutarluxe\" \/>\n<meta property=\"og:description\" content=\"Deux Boutiques &#8211; Droguerie &#038; Bar &#10094; &#10095; Des outils de qualit\u00e9 pour tous vos projets Choisissez parmi une large gamme d&#8217;outils fiables et performants pour mener \u00e0 bien vos travaux, du plus simple au plus complexe. D\u00e9couvrir L\u2019\u00e9quipement de bureau essentiel pour votre productivit\u00e9 D\u00e9couvrez notre s\u00e9lection d&#8217;articles de qualit\u00e9 pour am\u00e9nager votre espace [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/isoutarluxe.com\/\" \/>\n<meta property=\"og:site_name\" content=\"isoutarluxe\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-27T12:15:23+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/isoutarluxe.com\/\",\"url\":\"https:\/\/isoutarluxe.com\/\",\"name\":\"Home - isoutarluxe\",\"isPartOf\":{\"@id\":\"http:\/\/isoutarluxe.com\/#website\"},\"datePublished\":\"2025-05-12T00:52:56+00:00\",\"dateModified\":\"2025-06-27T12:15:23+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/isoutarluxe.com\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/isoutarluxe.com\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/isoutarluxe.com\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/isoutarluxe.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\/\/isoutarluxe.com\/#website\",\"url\":\"http:\/\/isoutarluxe.com\/\",\"name\":\"isoutarluxe\",\"description\":\"\",\"publisher\":{\"@id\":\"http:\/\/isoutarluxe.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\/\/isoutarluxe.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"http:\/\/isoutarluxe.com\/#organization\",\"name\":\"isoutarluxe\",\"url\":\"http:\/\/isoutarluxe.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/isoutarluxe.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/isoutarluxe.com\/wp-content\/uploads\/2025\/05\/cropped-logo-isotour.jpg\",\"contentUrl\":\"https:\/\/isoutarluxe.com\/wp-content\/uploads\/2025\/05\/cropped-logo-isotour.jpg\",\"width\":498,\"height\":234,\"caption\":\"isoutarluxe\"},\"image\":{\"@id\":\"http:\/\/isoutarluxe.com\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Home - isoutarluxe","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/isoutarluxe.com\/","og_locale":"en_US","og_type":"article","og_title":"Home - isoutarluxe","og_description":"Deux Boutiques &#8211; Droguerie &#038; Bar &#10094; &#10095; Des outils de qualit\u00e9 pour tous vos projets Choisissez parmi une large gamme d&#8217;outils fiables et performants pour mener \u00e0 bien vos travaux, du plus simple au plus complexe. D\u00e9couvrir L\u2019\u00e9quipement de bureau essentiel pour votre productivit\u00e9 D\u00e9couvrez notre s\u00e9lection d&#8217;articles de qualit\u00e9 pour am\u00e9nager votre espace [&hellip;]","og_url":"https:\/\/isoutarluxe.com\/","og_site_name":"isoutarluxe","article_modified_time":"2025-06-27T12:15:23+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/isoutarluxe.com\/","url":"https:\/\/isoutarluxe.com\/","name":"Home - isoutarluxe","isPartOf":{"@id":"http:\/\/isoutarluxe.com\/#website"},"datePublished":"2025-05-12T00:52:56+00:00","dateModified":"2025-06-27T12:15:23+00:00","breadcrumb":{"@id":"https:\/\/isoutarluxe.com\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/isoutarluxe.com\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/isoutarluxe.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/isoutarluxe.com\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"http:\/\/isoutarluxe.com\/#website","url":"http:\/\/isoutarluxe.com\/","name":"isoutarluxe","description":"","publisher":{"@id":"http:\/\/isoutarluxe.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/isoutarluxe.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"http:\/\/isoutarluxe.com\/#organization","name":"isoutarluxe","url":"http:\/\/isoutarluxe.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/isoutarluxe.com\/#\/schema\/logo\/image\/","url":"https:\/\/isoutarluxe.com\/wp-content\/uploads\/2025\/05\/cropped-logo-isotour.jpg","contentUrl":"https:\/\/isoutarluxe.com\/wp-content\/uploads\/2025\/05\/cropped-logo-isotour.jpg","width":498,"height":234,"caption":"isoutarluxe"},"image":{"@id":"http:\/\/isoutarluxe.com\/#\/schema\/logo\/image\/"}}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/isoutarluxe.com\/index.php?rest_route=\/wp\/v2\/pages\/26","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/isoutarluxe.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/isoutarluxe.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/isoutarluxe.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/isoutarluxe.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=26"}],"version-history":[{"count":5,"href":"https:\/\/isoutarluxe.com\/index.php?rest_route=\/wp\/v2\/pages\/26\/revisions"}],"predecessor-version":[{"id":530,"href":"https:\/\/isoutarluxe.com\/index.php?rest_route=\/wp\/v2\/pages\/26\/revisions\/530"}],"wp:attachment":[{"href":"https:\/\/isoutarluxe.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=26"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}