<!DOCTYPE html>
<html lang="fr">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id='G-HMJEZ8HW42'&l=dataLayer"></script>
<script>
window['dataLayer'] = window['dataLayer'] || [];
function gtag(){window['dataLayer'].push(arguments);}
gtag('js', new Date());
gtag('config', 'G-HMJEZ8HW42');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Map -->
<script async
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBiWT1lrqJYXRvE2Cg6B_Emf5r0JEg7BFM&language=fr&region=FR&libraries=geometry%2Cplaces%2Cmarker&callback=Function.prototype">
</script>
<script async src="https://unpkg.com/@googlemaps/markerclusterer@2.5.3/dist/index.min.js"></script>
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@100..900" rel="stylesheet">
<!-- Styles -->
<link href="/css/app.css?id=7acbf0cfdb68ed899e42" rel="stylesheet">
<!-- Scripts -->
<script src="/js/app.js?id=05e560e5460ac8b0b919" defer></script>
<!-- SEO -->
<title>Votre magasin Irripiscine by Irrijardin Augny (57)</title>
<meta name="description" content="Irripiscine by Irrijardin Augny, situé 508 Rue du Prayon vous conseille et vous accompagne pour vos projets Piscine, Spa et Arrosage.">
<link rel="canonical" href="https://magasin.irripiscine.fr/grand-est/moselle/augny/irripiscine-by-irrijardin-metz-augny">
<link rel="alternate" hreflang="fr" href="https://magasin.irripiscine.fr/grand-est/moselle/augny/irripiscine-by-irrijardin-metz-augny">
<script type="application/ld+json">
{"@context":"https:\/\/schema.org","@graph":[{"@context":"https:\/\/schema.org","@type":"LocalBusiness","image":"https:\/\/partoo-storelocator-medias.s3.eu-west-1.amazonaws.com\/production\/irripiscine\/180\/b18b8106-ff40-4028-8fb4-91f9836cc2ae.jpg","@id":"https:\/\/magasin.irripiscine.fr\/grand-est\/moselle\/augny\/irripiscine-by-irrijardin-metz-augny#store-12","name":"Irripiscine by Irrijardin Metz-Augny","parentOrganization":{"url":"https:\/\/magasin.irripiscine.fr","name":"Irripiscine"},"address":{"@type":"PostalAddress","streetAddress":"508 Rue du Prayon","addressLocality":"Augny","addressCountry":"FR","postalCode":"57685"},"geo":{"@type":"GeoCoordinates","latitude":49.07838117812,"longitude":6.1078161781876},"url":"https:\/\/magasin.irripiscine.fr\/grand-est\/moselle\/augny\/irripiscine-by-irrijardin-metz-augny","telephone":"+33387369000","openingHoursSpecification":[{"@type":"OpeningHoursSpecification","dayOfWeek":["Tuesday"],"opens":"10:00","closes":"12:00"},{"@type":"OpeningHoursSpecification","dayOfWeek":["Tuesday"],"opens":"14:00","closes":"19:00"},{"@type":"OpeningHoursSpecification","dayOfWeek":["Wednesday"],"opens":"10:00","closes":"12:00"},{"@type":"OpeningHoursSpecification","dayOfWeek":["Wednesday"],"opens":"14:00","closes":"19:00"},{"@type":"OpeningHoursSpecification","dayOfWeek":["Thursday"],"opens":"10:00","closes":"12:00"},{"@type":"OpeningHoursSpecification","dayOfWeek":["Thursday"],"opens":"14:00","closes":"19:00"},{"@type":"OpeningHoursSpecification","dayOfWeek":["Friday"],"opens":"10:00","closes":"19:00"},{"@type":"OpeningHoursSpecification","dayOfWeek":["Saturday"],"opens":"10:00","closes":"19:00"}],"aggregateRating":{"@type":"AggregateRating","reviewCount":174,"ratingCount":174,"ratingValue":"4.2"}}]}
</script>
<!-- External stuff -->
<link rel="stylesheet" type="text/css" media="all" href="/ext/static/version1781167920/frontend/Irrijardin/default/fr_FR/css/styles.css">
<link rel="stylesheet" type="text/css" media="all" href="/ext/static/version1781167920/frontend/Irrijardin/default/fr_FR/Amasty_LibSwiperJs/vendor/swiper/swiper.min.css">
<link rel="stylesheet" type="text/css" media="all" href="/ext/static/version1781167920/frontend/Irrijardin/default/fr_FR/HiPay_FullserviceMagento/css/styles.css">
<link rel="stylesheet" type="text/css" media="all" href="/ext/static/version1781167920/frontend/Irrijardin/default/fr_FR/Kaliop_BackToTopHyva/css/backtotop.css">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css2?family=Grand+Hotel&family=Open+Sans:wght@400;600;700&display=swap">
<link rel="shortcut icon" type="image/x-icon" href="/ext/media/favicon/stores/2/Irrijardin.png">
<link rel="icon" type="image/x-icon" href="/ext/media/favicon/stores/2/Irrijardin.png">
<script type="module" src="/ext/static/version1781167920/frontend/Irrijardin/default/fr_FR/Hyva_Theme/js/alpine.min.js" defer crossorigin></script>
</head>
<body>
<header class="page-header sticky left-0 right-0 top-0 z-50 b-ext b-ext--header b-ext b-ext--header"><div class="header hidden"><div class="container"><div class="header-section">
<div>
Besoin d'aide ?
</div>
<div>
0970 818 918 (appel non surtaxé)
</div>
<span id="widget7"></span></div><div class="header-section">
<div>
<div>
Devenir franchisé
</div>
<div>
Le groupe
</div>
</div>
<span id="widget6"></span></div></div></div><script>
const body = document.body;
const scrollUp = "scroll-up";
const scrollDown = "scroll-down";
let lastScroll = 0;
let currentScroll = window.pageYOffset;
function debounce(method, delay) {
clearTimeout(method._tId);
method._tId= setTimeout(function(){
method();
}, delay);
}
function handleScroll () {
// if (currentScroll <= 0) {
// body.classList.remove(scrollUp);
// return;
// }
if (currentScroll > lastScroll && !body.classList.contains(scrollDown)) {
// down
body.classList.remove(scrollUp);
body.classList.add(scrollDown);
} else if (
currentScroll < lastScroll &&
body.classList.contains(scrollDown)
) {
// up
body.classList.remove(scrollDown);
body.classList.add(scrollUp);
}
lastScroll = currentScroll;
}
function insertAfter(newNode, referenceNode) {
referenceNode.parentNode.insertBefore(newNode, referenceNode.nextSibling);
}
function getHeights () {
let root = document.documentElement;
var headerHeight = document.querySelector('header').offsetHeight;
var searchBarHeight = (document.querySelector('#search-content') || { offsetHeight: 0 }).offsetHeight;
root.style.setProperty('--header-height', headerHeight + "px");
root.style.setProperty('--search-bar-height', searchBarHeight + "px");
}
function initHeader () {
return {
searchOpen: true,
open: false,
cart: {},
isLoggedIn: false,
showMiniCart: 1,
CheckCustomerLoggedIn(data) {
this.isLoggedIn = data.customer && data.customer.firstname;
},
getData(data) {
if (data.cart) { this.cart = data.cart }
},
setupListener() {
window.addEventListener("scroll", function() {
currentScroll = window.pageYOffset;
debounce(handleScroll, 100);
}, {passive: true});
window.addEventListener("resize", function() {
getHeights();
}, {passive: true});
getHeights();
}
}
}
</script>
<svg width="0" height="0">
<clippath id="clip-wave" clippathunits="userSpaceOnUse">
<path d="M4.67 7C2.65 7 1.44 5.72.27 4.3a1.27 1.27 0 0 1 .1-1.7c.22-.21.5-.32.8-.3.28.01.56.16.75.4 1.2 1.471.83 1.9 2.75 1.9.9 0 1.66-.31 2.84-1.87.09-.13.2-.23.33-.3a1.04 1.04 0 0 1 .85-.1c.14.04.27.11.38.22.11.1.2.22.28.37a1.29 1.29 0 0 1-.14 1.34C7.74 6.21 6.43 7 4.67 7Z M15.61 4.7a1.12 1.12 0 0 1-.85-.44c-1.17-1.55-1.93-1.85-2.83-1.85-.94 0-1.56.42-2.75 1.89-.1.12-.21.22-.35.29a1.03 1.03 0 0 1-1.22-.18 1.3 1.3 0 0 1-.07-1.72C8.69 1.27 9.9 0 11.93 0c1.75 0 3.06.79 4.53 2.73A1.3 1.3 0 0 1 16.6 4c-.09.2-.23.38-.4.5-.18.12-.39.19-.6.19Z M19.18 7c-2.02 0-3.23-1.28-4.39-2.7a1.27 1.27 0 0 1 .09-1.7c.22-.21.5-.32.8-.3.29.01.56.16.75.4 1.2 1.47 1.83 1.9 2.75 1.9.93 0 1.66-.3 2.84-1.87.09-.13.2-.23.33-.3a1.04 1.04 0 0 1 .85-.1c.14.04.27.11.38.22.12.1.2.22.28.37a1.3 1.3 0 0 1-.14 1.34C22.25 6.21 20.94 7 19.18 7Z M30.12 4.7a1.12 1.12 0 0 1-.85-.44c-1.18-1.56-1.9-1.85-2.83-1.85-.93 0-1.55.42-2.75 1.89-.2.24-.47.38-.77.4-.29.01-.57-.1-.8-.31a1.27 1.27 0 0 1-.08-1.7c1.18-1.42 2.39-2.7 4.4-2.7 1.75 0 3.06.8 4.53 2.73A1.3 1.3 0 0 1 31.12 4c-.09.2-.23.38-.4.5-.18.13-.39.2-.6.2Z M33.7 7c-2 0-3.22-1.28-4.4-2.7a1.23 1.23 0 0 1-.28-.87 1.3 1.3 0 0 1 .37-.83 1.02 1.02 0 0 1 1.21-.2c.13.07.24.17.34.29 1.22 1.47 1.84 1.9 2.76 1.9.9 0 1.65-.3 2.83-1.87.09-.12.2-.23.33-.3a1.04 1.04 0 0 1 .85-.1c.14.04.27.12.38.22.12.1.21.23.28.37a1.29 1.29 0 0 1-.14 1.34C36.76 6.21 35.45 7 33.7 7Z M44.64 4.7c-.16 0-.32-.04-.46-.11a1.12 1.12 0 0 1-.38-.32C42.6 2.7 41.88 2.4 40.96 2.4c-.92 0-1.56.42-2.76 1.89-.2.24-.47.38-.77.4-.29.01-.57-.1-.79-.31a1.28 1.28 0 0 1-.08-1.7c1.17-1.42 2.38-2.7 4.4-2.7 1.73 0 3.05.8 4.53 2.73A1.3 1.3 0 0 1 45.64 4c-.09.2-.23.38-.4.5-.18.13-.39.2-.6.2Z M48.22 7c-2.02 0-3.23-1.28-4.4-2.7a1.28 1.28 0 0 1 .1-1.68 1.06 1.06 0 0 1 1.54.08c1.21 1.47 1.83 1.9 2.76 1.9.9 0 1.66-.31 2.83-1.87.19-.25.45-.4.75-.43.29-.03.58.06.8.27.23.2.37.5.4.8.03.33-.06.64-.25.9C51.28 6.2 49.97 7 48.22 7Z"></path></clippath>
<clippath id="bg-wave" clippathunits="userSpaceOnUse">
<path d="M1452 214v35.15c-8.85-7.73-26.85-7.73-35.68 0-10.44 9.13-30.93 9.13-41.37 0-8.85-7.73-26.85-7.73-35.69 0-10.43 9.13-30.92 9.13-41.36 0-8.86-7.73-26.85-7.73-35.69 0-10.44 9.14-30.93 9.14-41.37 0-8.85-7.73-26.84-7.73-35.68 0-10.44 9.13-30.93 9.13-41.37 0-8.85-7.73-26.84-7.73-35.68 0-10.44 9.13-30.93 9.13-41.37 0-8.84-7.73-26.85-7.73-35.69 0-10.43 9.14-30.93 9.14-41.37 0-8.85-7.73-26.84-7.73-35.68 0-10.44 9.13-30.92 9.13-41.37 0-8.85-7.73-26.84-7.73-35.68 0-10.44 9.13-30.93 9.13-41.37 0-8.85-7.73-26.84-7.73-35.68 0-10.44 9.13-30.94 9.13-41.37 0-8.86-7.73-26.85-7.73-35.69 0-10.43 9.13-30.93 9.13-41.37 0-8.85-7.73-26.84-7.73-35.68 0-10.44 9.13-30.93 9.14-41.37 0-8.85-7.73-26.84-7.73-35.68 0-5.22 4.57-12.96 6.85-20.69 6.85s-15.46-2.28-20.68-6.85c-8.85-7.73-26.85-7.73-35.68 0-10.44 9.13-30.93 9.13-41.37 0-8.86-7.73-26.85-7.73-35.69 0-10.44 9.13-30.92 9.14-41.36 0-8.86-7.73-26.85-7.73-35.7 0-5.2 4.57-12.94 6.85-20.67 6.85-7.73 0-15.47-2.28-20.69-6.85-8.85-7.73-26.84-7.73-35.68 0-10.44 9.14-30.93 9.14-41.37 0-8.85-7.73-26.85-7.73-35.69 0-10.43 9.14-30.92 9.13-41.36 0-8.85-7.73-26.85-7.73-35.69 0-10.44 9.14-30.93 9.13-41.36 0-8.86-7.73-26.85-7.73-35.69 0-10.44 9.14-30.93 9.14-41.37 0v-35.16h1464Z"></path>
</clippath>
</svg>
<div id="header" class="w-full border-b bg-white" x-data="initHeader()" x-init="setupListener()" x-on:keydown.window.escape="searchOpen = false;" x-on:private-content-loaded.window="getData(event.detail.data);CheckCustomerLoggedIn(event.detail.data)">
<div class="">
<!-- same code to encapsulate -->
<div class="bottom links bg-primary">
<div class="flex-grow hidden lg:flex justify-between max-w-1440 mx-auto">
<div class="contact-us bg-blue-lighter rounded-tr-3xl rounded-bl-3xl flex items-center py-1 px-4">
<div class="anchor-link flex items-center cursor-pointer hover:underline text-blue-darker">
<svg width="31" height="32" class="picto tel mr-3" viewbox="0 0 31 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_2772_3563)">
<path d="M31 16.0003C31.002 18.0364 30.6025 20.0528 29.8242 21.9342C29.046 23.8156 27.9044 25.525 26.4647 26.9647C25.025 28.4044 23.3156 29.546 21.4342 30.3242C19.5528 31.1025 17.5364 31.502 15.5003 31.5C6.93964 31.5 0 24.5604 0 16.0003C0 7.44033 6.93964 0.5 15.5003 0.5C24.0611 0.5 31 7.43964 31 16.0003Z" fill="#F8D10C"></path>
<path d="M21.6827 26.3764C19.656 27.5787 16.4594 26.1871 13.5711 23.1626C13.2325 22.8083 12.8992 22.4322 12.5712 22.0342V22.0294C11.8568 21.1587 11.2061 20.2378 10.624 19.2737C8.01481 14.964 7.10754 10.4856 8.10118 7.90064C8.39002 7.14746 8.83986 6.55528 9.45622 6.17316L9.66352 6.51382L12.3149 10.8926C11.6736 12.2055 11.333 13.5999 11.3668 14.9419C11.3864 16.1079 11.7147 17.2478 12.3184 18.2456C12.922 19.2434 13.7794 20.0633 14.8031 20.6218C15.9778 21.2727 17.3716 21.6168 18.833 21.6583L19.6698 23.0403L19.6974 23.0866L21.6827 26.3764Z" fill="white"></path>
<path d="M11.0653 5.19221L9.61072 6.07314L12.4493 10.7602L13.9039 9.87924L11.0653 5.19221Z" fill="white"></path>
<path d="M20.4608 20.7123L19.0061 21.593L21.8438 26.2805L23.2986 25.3998L20.4608 20.7123Z" fill="white"></path>
</g>
<defs>
<clippath id="clip0_2772_3563">
<rect width="31" height="31" fill="white" transform="translate(0 0.5)"></rect>
</clippath>
</defs>
</svg>
<div class="leading-none">
<div class="title text-sm">Besoin d'aide ?</div>
<a href="tel:0970%20818%20918" class="font-bold">
0970 818 918 </a>
<span class="text-xs">(appel non surtaxé)</span>
</div>
</div>
</div>
<div class="flex">
<div class="level-0-links flex items-center">
<a href="https://franchise.irrijardin.fr/" class="anchor-link flex items-center w-full px-4 py-2 cursor-pointer hover:underline level-0 text-white font-semibold text-sm">Devenir franchisé</a>
</div>
<div class="level-0-links flex items-center">
<a href="https://franchise.irripiscine.fr/groupe-hub/" class="anchor-link flex items-center w-full px-4 py-2 cursor-pointer hover:underline level-0 text-white font-semibold text-sm">Le groupe</a>
</div>
<div class="level-0-links flex items-center">
<a href="https://www.irripiscine.fr/entrepot-logistique" class="anchor-link flex items-center w-full px-4 py-2 cursor-pointer hover:underline level-0 text-white font-semibold text-sm">Solution logistique</a>
</div>
</div>
</div>
</div>
<!-- end same code -->
<div class="flex items-center w-full px-0 lg:px-5 py-0 mx-0 mt-0 h-12 lg:h-20">
<div class="mr-4 lg:mr-0">
<a x-on:click="$dispatch('toggle-mobile-menu')" class="flex items-center justify-center cursor-pointer p-3 bg-primary h-12 w-14 rounded-br-2xl lg:hidden" x-bind:class="{ 'hidden' : open, 'block': !open }">
<svg width="20" height="14" viewbox="0 0 20 14" fill="none" xmlns="http://www.w3.org/2000/svg" class="align-center fill-current justify-center">
<path d="M1 7H19" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
<path d="M1 1H19" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
<path d="M1 13H19" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>
</a>
<a x-on:toggle-mobile-menu.window="open = !open" x-on:click="$dispatch('toggle-mobile-menu')" class="flex items-center justify-center cursor-pointer p-3 h-12 w-14 hidden" x-bind:class="{ 'ml-auto': open, 'hidden' : !open, 'block': open }">
<svg class="fill-current" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewbox="0 0 20 20">
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.278 16.864a1 1 0 0 1-1.414 1.414l-4.829-4.828-4.828 4.828a1 1 0 0 1-1.414-1.414l4.828-4.829-4.828-4.828a1 1 0 0 1 1.414-1.414l4.829 4.828 4.828-4.828a1 1 0 1 1 1.414 1.414l-4.828 4.829 4.828 4.828z">
</path>
</svg>
</a>
</div>
<div class="flex flex-grow wrap justify-between max-w-1440 mx-auto lg:items-center">
<!--Logo-->
<div class="flex items-center order-1 sm:order-2 lg:order-1 w-full lg:w-auto">
<a class="flex items-center text-xl font-medium tracking-wide text-gray-800 no-underline hover:no-underline font-title" href="https://www.irripiscine.fr" title="" aria-label="store logo">
<img src="/ext/media/logo/stores/2/irripiscine_by_irrijardin.png" title="" alt="" width="130" height="42">
</a>
</div>
<div class="header-search flex order-2 flex-auto md:mx-4">
<div class="w-3/4 lg:w-full lg:container py-2 px-3 mx-auto text-black">
</div>
</div>
<div class="flex items-center order-3 mr-3 lg:mr-0 lg:ml-4">
<!--CTA DEVIS -->
<a class="inline-block ml-5 no-underline lg:flex lg:items-center cursor-pointer" href="https://www.irripiscine.fr/devis">
<img src="/ext/static/version1781167920/frontend/Irrijardin/default/fr_FR/images/devis-desktop.svg" alt="Devis logo" width="24">
<span class="label hidden lg:flex lg:items-center lg:ml-2 text-blue-darker font-bold">
DEMANDER UN DEVIS </span>
</a>
<!--Store Icon-->
<a id="menu-store-icon" class="inline-block ml-5 no-underline lg:flex lg:items-center" href="https://magasin.irripiscine.fr/">
<svg class="w-6 h-6" viewbox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M2.46757 25.4622V25.1329C2.46757 21.0133 2.46757 16.8942 2.46757 12.7754C2.47285 12.6871 2.45498 12.5989 2.41573 12.5195C2.37647 12.4402 2.31719 12.3725 2.24375 12.3231C1.76719 11.9628 1.38058 11.4971 1.11423 10.9624C0.847881 10.4276 0.709038 9.83846 0.70859 9.24107C0.692184 8.52739 0.696872 7.81255 0.70859 7.09888C0.712334 6.90788 0.756255 6.71982 0.837497 6.54692C1.35468 5.49536 1.8789 4.4481 2.41015 3.40513C2.62343 2.98442 2.84609 2.56724 3.08984 2.16411C3.59843 1.32856 4.35195 0.862158 5.32812 0.859814C11.1242 0.850439 16.9203 0.850439 22.7164 0.859814C23.7898 0.859814 24.6324 1.35552 25.1281 2.34692C25.8312 3.74536 26.5277 5.14497 27.2176 6.54575C27.2867 6.66403 27.3291 6.79604 27.3418 6.93247C27.3418 7.86997 27.3758 8.80747 27.2961 9.72974C27.2023 10.8102 26.6469 11.6762 25.7879 12.3383C25.724 12.3787 25.672 12.4354 25.6372 12.5025C25.6024 12.5697 25.586 12.6448 25.5898 12.7204C25.5961 16.8758 25.5961 21.0313 25.5898 25.1868V25.4575C25.8664 25.4575 26.1207 25.4575 26.3738 25.4575C26.9516 25.4575 27.3523 25.8254 27.3477 26.3446C27.343 26.8637 26.9457 27.2129 26.3832 27.2141C24.7543 27.2141 23.1246 27.2141 21.4941 27.2141H1.72461C1.24179 27.2141 0.917184 27.0243 0.771872 26.661C0.719766 26.5308 0.699704 26.39 0.713376 26.2504C0.727048 26.1108 0.774054 25.9766 0.850435 25.859C0.926816 25.7413 1.03034 25.6438 1.15228 25.5745C1.27423 25.5053 1.41103 25.4663 1.55117 25.461C1.84297 25.4504 2.13476 25.4622 2.46757 25.4622ZM23.7652 25.4469V13.154C22.359 13.2336 21.1871 12.7625 20.2695 11.7067C18.7602 13.5055 15.7859 13.7516 14.0797 11.7524C11.9703 13.6274 9.87851 13.6895 7.79258 11.7125C6.86211 12.7801 5.71718 13.2969 4.2957 13.1797V25.4422H9.61015V25.1329C9.61015 23.5133 9.61015 21.8926 9.61015 20.2731C9.61015 18.6981 10.7562 17.5625 12.3359 17.5579C13.4434 17.5579 14.5508 17.5579 15.6594 17.5579C17.3316 17.5579 18.4531 18.6735 18.4543 20.3399C18.4543 21.9415 18.4543 23.543 18.4543 25.1446V25.4516L23.7652 25.4469ZM3.09101 6.11333H25.0367C24.9898 6.01138 24.9559 5.92817 24.9195 5.84966C24.4578 4.96138 23.9891 4.07661 23.5367 3.18364C23.4574 3.00394 23.3252 2.85269 23.1577 2.75009C22.9902 2.64749 22.7953 2.59842 22.5992 2.60942C16.8961 2.60942 11.193 2.60942 5.48984 2.60942C5.28807 2.59623 5.08723 2.6464 4.91536 2.75293C4.7435 2.85945 4.6092 3.017 4.53125 3.20356C4.08476 4.09771 3.63476 4.98716 3.19179 5.87895C3.15664 5.94927 3.12851 6.02427 3.09101 6.11333ZM16.6953 25.4504V25.2043C16.6953 23.5637 16.6953 21.9258 16.6953 20.2907C16.6953 19.6614 16.3437 19.3098 15.7062 19.3098H12.3852C11.7078 19.3098 11.3691 19.6461 11.3691 20.3188C11.3691 21.9383 11.3691 23.5579 11.3691 25.1774C11.3691 25.2653 11.3773 25.3543 11.382 25.4516L16.6953 25.4504ZM21.1484 7.89692C21.1484 8.40317 21.1262 8.88716 21.1484 9.3688C21.1878 9.89391 21.4145 10.3874 21.7873 10.7593C22.1601 11.1312 22.6541 11.3568 23.1793 11.395C24.3254 11.4711 25.359 10.7399 25.523 9.64771C25.6086 9.08052 25.5383 8.48872 25.5383 7.89692H21.1484ZM19.3602 7.89692H14.9375C14.9375 8.33052 14.9375 8.74888 14.9375 9.16724C14.9304 9.72252 15.1329 10.2601 15.5045 10.6727C15.8761 11.0854 16.3896 11.3429 16.9426 11.3938C17.9738 11.4875 19.2324 10.7399 19.3543 9.5188C19.4094 8.98794 19.3648 8.44653 19.3648 7.9063L19.3602 7.89692ZM2.45703 7.89692C2.5039 8.57661 2.38437 9.22817 2.6164 9.87271C2.76473 10.307 3.04219 10.6856 3.41163 10.9579C3.78106 11.2301 4.22485 11.383 4.68359 11.3961C5.14508 11.4042 5.59737 11.2666 5.97609 11.0027C6.35481 10.7389 6.64066 10.3623 6.79297 9.92661C7.02031 9.25981 6.87851 8.57427 6.92304 7.89341L2.45703 7.89692ZM8.7289 7.89692C8.7289 8.36567 8.71836 8.81919 8.7289 9.27388C8.75586 10.3286 9.51992 11.1817 10.591 11.3704C11.0841 11.4481 11.5889 11.355 12.0218 11.1064C12.4546 10.8579 12.7896 10.4689 12.9711 10.004C13.2406 9.31372 13.0789 8.5977 13.134 7.89458L8.7289 7.89692Z" fill="#004079"></path>
<path d="M20.1066 18.5575C21.5654 18.5575 22.748 17.3749 22.748 15.9161C22.748 14.4573 21.5654 13.2747 20.1066 13.2747C18.6478 13.2747 17.4652 14.4573 17.4652 15.9161C17.4652 17.3749 18.6478 18.5575 20.1066 18.5575Z" fill="#69C9F0"></path>
</svg>
<span class="label hidden lg:flex lg:items-center lg:ml-2 text-blue-darker font-bold">
Mon magasin </span>
</a>
<!--Customer Icon & Dropdown-->
<div x-data="{ open: false }" class="relative inline-block ml-5">
<a href="https://www.irripiscine.fr/client/connexion" id="customer-menu" type="button" class="block hover:text-black lg:flex lg:items-center" x-on:click.prevent="open = true" aria-haspopup="true" aria-expanded="true" aria-label="Connexion">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" class="fill-blue-darker text-primary w-6 h-6" width="24" height="24">
<path d="M11.914 22.547c-2-.03-4.023-.268-5.956-1.022-.837-.325-1.622-.75-2.235-1.427a2.404 2.404 0 0 1-.656-1.724c.058-2.37.903-4.406 2.553-6.113.357-.369.855-.395 1.19-.07.337.326.337.818-.028 1.192a7.195 7.195 0 0 0-2.018 4.041c-.042.274-.045.553-.08.83-.049.401.126.698.414.952.482.424 1.052.693 1.65.905 1.999.71 4.069.884 6.17.789 1.453-.067 2.885-.273 4.251-.792.49-.198.964-.436 1.414-.713.52-.305.71-.768.656-1.388-.168-1.797-.843-3.35-2.11-4.636-.2-.203-.323-.434-.281-.723a.772.772 0 0 1 .539-.67c.328-.115.613-.027.855.213a8.766 8.766 0 0 1 1.969 2.94 9.203 9.203 0 0 1 .656 3.146c.033.825-.281 1.49-.872 2.041-.742.694-1.643 1.102-2.593 1.417-1.77.583-3.586.79-5.488.812Z"></path>
<path d="M11.965 1.512c3.156 0 5.659 2.543 5.655 5.736 0 3.05-2.575 5.594-5.651 5.587a5.668 5.668 0 0 1-5.668-5.699c.007-3.096 2.556-5.628 5.664-5.624Zm4.038 5.658a4.043 4.043 0 0 0-8.085-.018c0 2.234 1.797 4.06 4.008 4.065a4.046 4.046 0 0 0 4.077-4.047Z"></path>
<path d="M11.989 12.917a5.732 5.732 0 1 0 0-11.464 5.732 5.732 0 0 0 0 11.464Z" fill="#69C9F0"></path>
<path d="M7.5 4.902c.023-.094.041-.199.07-.295a1.622 1.622 0 0 1 1.587-1.155h5.475a1.625 1.625 0 0 1 1.665 1.666V7a1.63 1.63 0 0 1-1.651 1.662c-.258 0-.517 0-.774-.01a1.564 1.564 0 0 1-1.031-.478l-.619-.619c-.206-.205-.437-.214-.649 0-.211.215-.4.399-.604.6a1.624 1.624 0 0 1-1.219.506 6.44 6.44 0 0 1-.924-.037 1.594 1.594 0 0 1-1.303-1.337.53.53 0 0 0-.02-.066L7.5 4.902Zm4.406-.636H9.158c-.476 0-.843.34-.843.794-.006.665-.006 1.33 0 1.995a.787.787 0 0 0 .707.779c.28.018.562.02.843.005a.744.744 0 0 0 .515-.245c.208-.21.417-.418.626-.627.52-.518 1.266-.518 1.788 0 .204.204.41.406.611.613a.856.856 0 0 0 .648.266h.57c.515 0 .859-.35.86-.865 0-.61-.012-1.22 0-1.832a.85.85 0 0 0-.89-.89c-.891.019-1.788.007-2.687.007Z"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.206 3.741a1.437 1.437 0 0 0-.57-.102H9.153A1.434 1.434 0 0 0 7.75 4.661c-.017.057-.03.112-.042.173l-.02.09.002 2.267c.006.018.011.037.015.055l.002.007.001.008a1.406 1.406 0 0 0 1.144 1.178c.296.033.594.045.892.036h.011a1.437 1.437 0 0 0 1.078-.448l.002-.002.002-.002.13-.128c.156-.154.307-.303.473-.47a.641.641 0 0 1 .462-.214.656.656 0 0 1 .453.212l.309.31.31.31.002.002c.239.249.562.399.906.42.252.01.506.01.764.01h.002a1.444 1.444 0 0 0 1.462-1.47V5.113a1.437 1.437 0 0 0-.904-1.372Zm-.577-.477a1.812 1.812 0 0 1 1.856 1.856V7a1.82 1.82 0 0 1-1.84 1.85h-.001c-.257 0-.519 0-.78-.01h-.003a1.752 1.752 0 0 1-1.154-.534l-.309-.308-.308-.309c-.08-.08-.146-.102-.192-.103-.045 0-.11.02-.191.102-.168.17-.321.321-.479.476l-.125.124a1.812 1.812 0 0 1-1.352.562 6.628 6.628 0 0 1-.946-.039h-.006l-.006-.001a1.781 1.781 0 0 1-1.455-1.486.34.34 0 0 0-.01-.036l-.013-.032-.003-2.376.006-.022.018-.083c.016-.07.034-.151.055-.222m7.238-1.289H9.16A1.81 1.81 0 0 0 7.39 4.553m7.196-.482a1.038 1.038 0 0 1 1.083 1.084c-.008.406-.005.807-.002 1.211l.002.615c0 .3-.101.566-.291.758-.19.191-.455.294-.756.294h-.567a1.043 1.043 0 0 1-.786-.323c-.16-.164-.322-.325-.485-.487l-.123-.123c-.45-.445-1.076-.445-1.523 0-.209.207-.416.415-.623.623a.93.93 0 0 1-.64.304h-.001a7.62 7.62 0 0 1-.865-.006h-.008a.975.975 0 0 1-.875-.965 118.08 118.08 0 0 1 0-1.997c0-.568.464-.98 1.031-.98h2.748l.75.001c.647.002 1.29.005 1.93-.01Zm.286.418a.662.662 0 0 0-.27-.044h-.006c-.647.015-1.298.012-1.948.01l-.743-.002H9.158c-.384 0-.656.268-.656.607v.001c-.005.665-.005 1.329 0 1.992a.6.6 0 0 0 .535.594c.273.017.546.019.819.005a.557.557 0 0 0 .385-.184l.003-.003.003-.003c.208-.21.417-.42.627-.627.594-.592 1.457-.591 2.052 0l.123.121c.163.163.328.327.49.493h.001l.001.002a.67.67 0 0 0 .506.208h.576a.668.668 0 0 0 .49-.184.685.685 0 0 0 .182-.495l-.002-.605c-.003-.408-.006-.819.002-1.23V5.14a.662.662 0 0 0-.422-.65Z"></path>
<path d="M17.6 1.848c.239.08.329.248.329.498-.005 2.495-.005 4.989 0 7.483a2.408 2.408 0 0 1-2.448 2.442c-.499.006-.998 0-1.5 0-1.227 0-2.17-.75-2.444-1.95l-.014-.062h-.445a.402.402 0 0 1-.17-.76.53.53 0 0 1 .213-.05c.52-.004 1.04-.004 1.559 0a.404.404 0 0 1 .424.41c0 .235-.177.4-.43.404h-.313a1.604 1.604 0 0 0 1.56 1.196H15.5a1.598 1.598 0 0 0 1.61-1.609V4.484c0-.712.006-1.425 0-2.137 0-.25.09-.418.328-.498l.163-.001Z"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="m17.63 1.66.03.01a.642.642 0 0 1 .353.264.762.762 0 0 1 .103.412c-.005 2.494-.005 4.988 0 7.481a2.596 2.596 0 0 1-2.072 2.576h-.001a2.845 2.845 0 0 1-.561.055c-.333.005-.668.003-1.002.002l-.5-.002c-1.285 0-2.288-.775-2.606-2.011h-.302a.589.589 0 0 1-.25-1.114l.003-.001.003-.002a.717.717 0 0 1 .289-.068h.003a108.17 108.17 0 0 1 1.556 0 .592.592 0 0 1 .616.6.573.573 0 0 1-.18.423.644.644 0 0 1-.435.165h-.05a1.416 1.416 0 0 0 1.294.822H15.502a1.412 1.412 0 0 0 1.422-1.42V4.484l.001-.714c.001-.475.003-.948-.001-1.422v-.001c0-.146.025-.29.103-.413.08-.126.2-.212.352-.263l.03-.01h.223Zm-.158.376a.25.25 0 0 0-.129.098.395.395 0 0 0-.045.212c.004.476.002.952.001 1.427l-.001.711V9.85a1.783 1.783 0 0 1-1.8 1.797h-1.576a1.792 1.792 0 0 1-1.742-1.337l-.062-.235h.554a.27.27 0 0 0 .184-.064.199.199 0 0 0 .06-.151v-.004a.216.216 0 0 0-.227-.22h-.011c-.518-.003-1.036-.003-1.554 0a.342.342 0 0 0-.133.032.214.214 0 0 0 .091.404h.59l.048.208c.254 1.114 1.121 1.803 2.26 1.803l.506.002c.332.001.662.003.992-.002h.003a2.22 2.22 0 0 0 2.26-2.252v-.002a1866.76 1866.76 0 0 1 0-7.483m-.269-.31h.096a.251.251 0 0 1 .127.097.394.394 0 0 1 .046.212"></path>
</svg>
<span class="label hidden lg:flex lg:ml-2 text-blue-darker font-bold">
Connexion </span>
</a>
<nav class="fixed lg:absolute top-12 lg:top-8 right-2 lg:right-8 z-20 w-72 py-2 mt-2 lg:-mr-4 px-1 origin-top-right rounded-3xl shadow-around sm:w-80 lg:mt-3 bg-white lg:transform lg:translate-x-1/3 hidden" x-bind:class="{ 'hidden' : !open }" x-on:click.away="open = false" aria-labelledby="customer-menu">
<svg class="absolute -top-4 lg:left-1/2 right-8 lg:right-auto z-1 w-16 h-16 text-white lg:transform lg:-translate-x-1/2 fill-current stroke-current" width="24" height="24">
<rect x="24" y="-24" width="24" height="24" transform="rotate(45)" class="shadow-xl"></rect>
</svg>
<div class="p-4">
<div aria-labelledby="block-customer-login-heading">
<form class="form form-popin-login" action="https://www.irripiscine.fr/customer/account/loginPost" method="post" x-data="initCustomerPopinLoginForm()" x-on:submit.prevent="submitForm()" id="customer-popin-login-form">
<input name="form_key" type="hidden" value="7crJaKy2gTzqNTss"> <fieldset class="fieldset login">
<legend class="w-full mb-3 text-center">
<p class="text-l font-semibold title-font text-blue-darker">
J'ai déjà un compte sur irripiscine.fr </p>
</legend>
<div class="field email required">
<label class="label" for="email"><span>E-mail</span></label>
<div class="control max-w-screen-2xs">
<input name="login[username]" class="form-input w-full" value="" placeholder="Indiquez votre adresse email" autocomplete="off" id="email" type="email" title="E-mail">
</div>
</div>
<div class="field password required" x-data="{ show: true }">
<label for="pass" class="label"><span>Mot de passe</span></label>
<div class="control relative max-w-screen-2xs">
<input name="login[password]" x-bind:type="show ? 'password' : 'text'" class="form-input w-full" placeholder="Indiquez votre mot de passe" autocomplete="off" id="pass" title="Mot de passe">
<div class="absolute inset-y-0 right-0 pr-3 flex items-center text-sm leading-5 cursor-pointer">
<span x-on:click="show = !show" x-bind:class="{'hidden': !show, 'block':show }">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" class="fill-blue w-5 h-5" width="24" height="24">
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.14 12a18.68 18.68 0 0 0 2.464 3.316C6.397 17.226 8.9 19 12 19c3.1 0 5.605-1.774 7.395-3.684A18.684 18.684 0 0 0 21.86 12a18.681 18.681 0 0 0-2.464-3.316C17.605 6.774 15.101 5 12 5 8.9 5 6.396 6.774 4.605 8.684A18.678 18.678 0 0 0 2.14 12ZM23 12l.894-.448-.002-.003-.003-.007-.011-.022a10.615 10.615 0 0 0-.192-.354 20.675 20.675 0 0 0-2.831-3.85C18.895 5.226 15.899 3 12 3 8.1 3 5.104 5.226 3.145 7.316a20.674 20.674 0 0 0-2.831 3.85 12.375 12.375 0 0 0-.192.354l-.011.022-.003.007-.002.002s0 .002.894.449l-.894-.447a1 1 0 0 0 0 .894L1 12l-.894.447.002.004.003.007.011.022a8.267 8.267 0 0 0 .192.354 20.67 20.67 0 0 0 2.831 3.85C5.105 18.774 8.1 21 12 21c3.9 0 6.895-2.226 8.855-4.316a20.672 20.672 0 0 0 2.831-3.85 11.81 11.81 0 0 0 .192-.354l.011-.022.003-.007.002-.002s0-.002-.894-.449Zm0 0 .894.447c.141-.281.14-.613 0-.895L23 12Z"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 10a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-4 2a4 4 0 1 1 8 0 4 4 0 0 1-8 0Z"></path>
</svg>
</span>
<span x-on:click="show = !show" x-bind:class="{'block': !show, 'hidden':show }">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" class="fill-blue w-5 h-5" width="24" height="24">
<path fill-rule="evenodd" clip-rule="evenodd" d="m12.073 5 8.68 8.688c.4-.542.77-1.106 1.105-1.69a18.681 18.681 0 0 0-2.463-3.314C17.62 6.789 15.14 5.028 12.073 5ZM23 12l.894-.447a1 1 0 0 1-.012.918 19.5 19.5 0 0 1-2.277 3.363 1 1 0 0 1-1.472.063L9.193 4.947a1 1 0 0 1 .48-1.68A10.12 10.12 0 0 1 12 3h.001L12 4V3h.001c3.9 0 6.895 2.227 8.854 4.316a20.675 20.675 0 0 1 2.831 3.85 11.81 11.81 0 0 1 .192.354l.011.022.003.007.002.004L23 12ZM5.453 5.265a1 1 0 0 1 1.314.088l3.816 3.816.007.007 4.234 4.234.007.007 3.816 3.816a1 1 0 0 1-.1 1.502A11.07 11.07 0 0 1 12.016 21H12c-3.9 0-6.896-2.226-8.855-4.316a20.67 20.67 0 0 1-2.831-3.85 12.375 12.375 0 0 1-.192-.354l-.011-.022-.003-.007-.002-.002s0-.002.894-.449l-.894.447a1 1 0 0 1 .013-.92 19.45 19.45 0 0 1 5.334-6.262Zm-3.31 6.738a18.68 18.68 0 0 0 2.462 3.313c1.789 1.909 4.29 3.68 7.387 3.684a9.07 9.07 0 0 0 4.38-1.214l-2.322-2.322a4.006 4.006 0 0 1-3.623.32A4 4 0 0 1 8.536 9.95L5.987 7.401a17.45 17.45 0 0 0-3.844 4.602Zm7.885-.56a2 2 0 0 0 2.53 2.53l-2.53-2.53Z"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M.293.293a1 1 0 0 1 1.414 0l22 22a1 1 0 0 1-1.414 1.414l-22-22a1 1 0 0 1 0-1.414Z"></path>
</svg>
</span>
</div>
</div>
</div>
<div class="text-right">
<a class="underline text-blue text-sm" href="https://www.irripiscine.fr/mot-de-passe-oublie"><span>Mot de passe oublié ?</span>
</a>
</div>
<div id="remember-me-box" class="field choice persistent" x-data="initRememberMe()">
<input type="checkbox" name="persistent_remember_me" class="checkbox opacity-0 absolute h-8 w-8" id="remember_meXWDZAQ1gcr" checked title="Se souvenir de moi">
<div class="border border-1 border-gray-300 w-5 h-5 flex flex-shrink-0 justify-center items-center mr-2 focus-within:border-blue-500 focus-within:bg-blue-500">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" class="fill-current hidden w-3 h-3 text-white pointer-events-none" width="24" height="24">
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.707 5.293a1 1 0 0 1 0 1.414l-11 11a1 1 0 0 1-1.414 0l-5-5a1 1 0 1 1 1.414-1.414L9 15.586 19.293 5.293a1 1 0 0 1 1.414 0Z"></path>
</svg>
</div>
<label for="remember_meXWDZAQ1gcr" class="label">
<span>Rester connecté</span>
</label>
<div class="inline-flex px-4 hidden">
<span x-on:mouseover.prevent.stop="showTooltip = true" x-on:mouseleave.prevent.stop="showTooltip = false">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 22 22" class="fill-blue w-5 h-5 cursor-pointer" width="24" height="24">
<path d="M11 2a9 9 0 1 0 0 18 9 9 0 0 0 0-18ZM0 11C0 4.925 4.925 0 11 0s11 4.925 11 11-4.925 11-11 11S0 17.075 0 11Z"></path>
<path d="M11.258 7.024a2 2 0 0 0-2.225 1.308 1 1 0 1 1-1.886-.664 4 4 0 0 1 7.773 1.333c0 1.53-1.135 2.54-1.945 3.081a8.044 8.044 0 0 1-1.686.848l-.035.013-.011.003-.004.002h-.002L10.92 12l.316.949a1 1 0 0 1-.633-1.897H10.6h.002l.016-.006.074-.027a6.051 6.051 0 0 0 1.172-.6c.69-.46 1.055-.95 1.055-1.419v-.001a2 2 0 0 0-1.662-1.975ZM10 16a1 1 0 0 1 1-1h.01a1 1 0 1 1 0 2H11a1 1 0 0 1-1-1Z"></path>
</svg>
</span>
<div class="relative" x-cloak x-show="showTooltip">
<div class="shadow-lg">
<div class="absolute top-0 left-0 z-10 w-64 p-2 -mt-6 text-sm leading-tight text-black transform -translate-x-full md:-translate-x-1/3 -translate-y-full bg-white rounded-lg shadow-lg p-4">
<span class="subtitle text-base">
Check "Remember Me" to access your shopping cart on this
computer even if you are not signed in. </span>
</div>
<svg class="absolute z-10 w-8 h-8 text-white transform -translate-x-full -translate-y-8 fill-current stroke-current" width="12" height="12">
<rect x="12" y="-12" width="12" height="12" transform="rotate(45)" class="shadow-xl"></rect>
</svg>
</div>
</div>
</div>
</div>
<script>
function initRememberMe() {
return {
showTooltip: false
}
}
</script>
<div class="actions-toolbar flex justify-between pt-2 pb-2 items-center">
<button type="submit" class="btn btn-primary w-full" name="send">
<span>Se connecter</span></button>
</div>
<div class="text-center">
<hr class="-mb-3 border-t mt-4">
<span class="inline-block bg-white px-4 mb-4">ou</span>
</div>
<div>
<template x-if="displayErrorMessage">
<p class="text-red flex items-center">
<span class="inline-block w-8 h-8 mr-3">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
</svg>
</span>
<template x-for="errorMessage in errorMessages">
<span x-html="errorMessage"></span>
</template>
</p>
</template>
</div>
</fieldset>
</form>
<div class="block-new-customer flex items-center justify-center">
<span class="pr-2">Nouveau client ?</span>
<a href="https://www.irripiscine.fr/irrijardin_customer/account/rcucreate" class="inline-flex text-blue font-semibold">
Créer un compte ! </a>
</div>
</div>
<div class="w-full">
</div>
<script>
function initCustomerPopinLoginForm() {
return {
errors: 0,
hasCaptchaToken: 0,
displayErrorMessage: false,
errorMessages: [],
setErrorMessages(messages) {
this.errorMessages = [messages];
this.displayErrorMessage = this.errorMessages.length
},
submitForm() {
// do not rename $form - it is the expected name in the child block output
const $form = document.querySelector('#customer-popin-login-form');
if (this.errors === 0) {
$form.submit();
}
}
}
}
</script>
</div>
</nav>
</div>
<!--Cart Icon-->
<div id="menu-cart-icon" class="relative inline-block ml-5 no-underline lg:flex lg:items-center">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" class="fill-blue-darker text-primary w-6 h-6" width="24" height="24">
<path d="M.51 2.79c.18-.39.489-.512.909-.503.992.02 1.983.005 2.975.006.47 0 .677.158.808.617l.6 2.088h16.933c.112-.006.224 0 .335.02.42.093.605.479.469.957l-1.406 4.911c-.41 1.438-.822 2.872-1.233 4.304-.139.485-.333.628-.844.63-3.78 0-7.56-.003-11.339-.007-.238 0-.354.074-.452.281-.272.59.018 1.073.665 1.073h11.137c.098-.004.196.002.292.02a.673.673 0 0 1-.155 1.33c-.69.007-1.382 0-2.073 0h-.244c.243.111.507.188.72.338.23.157.427.354.584.582.148.225.25.478.297.743.048.272.045.551-.01.823-.195.955-1.093 1.617-2.083 1.57a2.042 2.042 0 0 1-1.903-1.793c-.14-1.014.494-1.875 1.682-2.25H11.07a2.136 2.136 0 0 1 1.313.888 1.99 1.99 0 0 1 .305 1.548 2.036 2.036 0 0 1-2.034 1.612c-.994-.02-1.81-.759-1.969-1.777-.16-1.018.47-1.866 1.698-2.28H8.92c-1.636 0-2.602-1.548-1.864-3.006a1.138 1.138 0 0 0 .094-.907A1886.3 1886.3 0 0 1 4.063 3.844c-.016-.057-.036-.114-.062-.194h-.329c-.75 0-1.5-.016-2.25.006-.42.012-.728-.112-.908-.502L.51 2.789Zm21.51 3.575H6.187L8.5 14.457h11.206l2.312-8.092ZM11.375 20.573a.676.676 0 1 0-.688.656.684.684 0 0 0 .688-.656Zm6.128.656a.676.676 0 1 0 .012-1.353.676.676 0 0 0-.012 1.354v-.001Z"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.419 2.287c-.42-.009-.729.112-.909.502l.004.365c.18.39.488.514.908.502.53-.016 1.06-.012 1.591-.01.22.002.44.004.66.004H4l.024.074c.015.045.028.082.038.12A1886.3 1886.3 0 0 0 7.15 14.608a1.137 1.137 0 0 1-.094.907c-.738 1.458.228 3.005 1.864 3.005h1.462l-.09.032c-.13.047-.252.1-.367.156-.925.455-1.379 1.21-1.24 2.093.159 1.018.974 1.757 1.968 1.777a2.036 2.036 0 0 0 2.041-2.417 1.99 1.99 0 0 0-.312-.743 2.136 2.136 0 0 0-1.313-.888h6.105a3.339 3.339 0 0 0-.47.187c-.881.435-1.332 1.193-1.212 2.063a2.042 2.042 0 0 0 1.903 1.792c.99.048 1.888-.614 2.084-1.57.054-.27.057-.55.01-.822a1.993 1.993 0 0 0-.298-.743 2.267 2.267 0 0 0-.583-.582 1.64 1.64 0 0 0-.272-.15 5.426 5.426 0 0 0-.205-.086l-.013-.005a5.503 5.503 0 0 1-.231-.097h.489l.446.002c.461.001.922.003 1.382-.002a.674.674 0 0 0 .155-1.33 1.319 1.319 0 0 0-.292-.02H8.93c-.647 0-.937-.483-.665-1.073.098-.207.214-.281.452-.281 3.78.004 7.56.006 11.34.006.51 0 .704-.144.843-.629l1.233-4.304c.47-1.637.938-3.274 1.406-4.911.136-.478-.049-.864-.469-.957a1.536 1.536 0 0 0-.335-.02H5.802l-.6-2.088c-.13-.46-.339-.617-.808-.617l-.915.002c-.687.003-1.374.005-2.06-.008Zm21.615 2.915a1.348 1.348 0 0 0-.29-.017H5.66l-.638-2.223c-.06-.214-.13-.323-.21-.384-.08-.06-.2-.097-.418-.097-.303 0-.607 0-.912.002-.688.002-1.378.005-2.067-.009a.95.95 0 0 0-.455.081.599.599 0 0 0-.262.276l.003.279a.605.605 0 0 0 .263.28c.114.058.261.084.453.079.534-.016 1.07-.013 1.6-.01l.655.003h.465l.042.13.022.066c.016.048.031.093.043.135 1.018 3.59 2.046 7.177 3.085 10.76a1.324 1.324 0 0 1-.108 1.05c-.338.672-.281 1.352.036 1.863.318.511.907.867 1.663.867h2.605l-.028.01h5.553l-.027-.013h1.108c.232 0 .463 0 .694.002.46 0 .918.002 1.378-.002h.005a.485.485 0 0 0 .115-.96 1.126 1.126 0 0 0-.247-.015H8.93c-.37 0-.674-.14-.837-.405-.161-.263-.152-.6.002-.934v-.001a.668.668 0 0 1 .244-.298.694.694 0 0 1 .378-.092c3.78.005 7.559.007 11.339.007.244 0 .37-.036.45-.096.08-.06.148-.167.214-.397l1.233-4.304 1.406-4.912c.058-.206.042-.372-.015-.489a.434.434 0 0 0-.31-.232Zm-5.435 13.39.21.096c.079.036.165.07.247.103l.13.053c.119.05.224.101.314.165h.002c.209.144.39.324.533.533.134.203.225.431.268.67.044.25.041.505-.008.754-.176.858-.987 1.462-1.89 1.419a1.855 1.855 0 0 1-1.726-1.628v-.003c-.125-.9.426-1.69 1.552-2.046l.368-.116Zm-6.953.037.383.084c.489.107.917.397 1.198.81v.002a1.803 1.803 0 0 1 .276 1.402 1.849 1.849 0 0 1-1.846 1.463c-.898-.017-1.641-.684-1.787-1.618-.072-.46.033-.876.293-1.226.262-.353.69-.65 1.279-.848l.204-.069ZM22.268 6.177l-.068.24-.827 2.891-1.485 5.2-.04.137H8.36l-.039-.136-2.313-8.093-.068-.239h16.329ZM11.563 20.58v.001a.872.872 0 0 1-.876.836h-.002a.863.863 0 1 1 .878-.838v.001Zm5.271-.025a.676.676 0 1 1 .67.675.663.663 0 0 1-.187-.03.685.685 0 0 1-.483-.645Zm.858.843v.024l-.192-.004a.871.871 0 0 1-.854-.861v-.002a.864.864 0 1 1 1.046.843ZM6.188 6.365l.053.187 2.26 7.905h11.206l1.485-5.197.774-2.708.053-.187H6.188Zm4.5 14.864a.675.675 0 1 1 .688-.656.684.684 0 0 1-.688.656Z"></path>
<path d="M15.131 11.76a5.136 5.136 0 1 0 0-10.271 5.136 5.136 0 0 0 0 10.271Z" fill="#69C9F0"></path>
</svg>
<span class="label hidden lg:flex lg:items-center lg:ml-2 text-blue-darker font-bold">
Panier </span>
<template x-if="cart.summary_count > 0 || isLoggedIn">
<a class="absolute w-full h-full left-0 top-0" x-on:click.prevent.stop="showMiniCart && cart.summary_count > 0 ? $dispatch('toggle-cart',{}): window.location.href= 'https://www.irripiscine.fr/panier';" href="https://www.irripiscine.fr/panier">
</a>
</template>
<template x-if="cart.summary_count <= 0 && !isLoggedIn">
<a class="absolute w-full h-full left-0 top-0" href="https://www.irripiscine.fr/client/connexion">
</a>
</template>
</div>
</div>
</div>
<div id="amasty_search_wrapper"></div>
</div>
</div>
<!--Cart Drawer-->
<script>
function initCartDrawer() {
return {
open: false,
cart: {},
customer: {},
getData(data) {
if (data.cart) {
this.cart = data.cart
this.setCartItems();
}
if (data.customer) {
this.customer = data.customer;
}
},
cartItems: {},
setCartItems() {
this.cartItems = this.cart && this.cart.items.sort(function(a,b) { return a.item_id - b.item_id }) || {}
},
/**
*
* @param data
* @returns {*}
*/
isLoggedIn() {
return this.customer && this.customer.firstname;
},
/**
*
* @param data
*/
canGoToCheckoutPage() {
if(!this.isLoggedIn()) {
this.open = false;
}
},
deleteItemFromCart(itemId) {
fetch(BASE_URL+"checkout/sidebar/removeItem/", {
"headers": {
"content-type": "application/x-www-form-urlencoded; charset=UTF-8",
},
"body": "form_key="+ hyva.getFormKey() + "&item_id="+itemId,
"method": "POST",
"mode": "cors",
"credentials": "include"
}).then(function (response) {
if (response.redirected) {
window.location.href = response.url;
} else if (response.ok) {
return response.json();
} else {
typeof window.dispatchMessages !== "undefined" && window.dispatchMessages(
[{
type: "warning",
text: "Could not remove item from quote."
}], 5000
);
}
}).then(function (response) {
typeof window.dispatchMessages !== "undefined" && window.dispatchMessages(
[{
type: response.success ? "success" : "error",
text: response.success
? "Vous avez supprimé l'élément."
: response.error_message
}], 5000
);
const reloadCustomerDataEvent = new CustomEvent("reload-customer-section-data");
window.dispatchEvent(reloadCustomerDataEvent);
});
}
}
}
</script>
<section id="cart-drawer" class="cart-drawer" x-data="initCartDrawer()" x-on:private-content-loaded.window="getData(event.detail.data)" x-on:toggle-cart.window="open=true;" x-on:keydown.window.escape="open=false">
<template x-if="cart && cart.summary_count">
<div role="dialog" aria-labelledby="cart-drawer-title" aria-modal="true" x-on:click.away="open = false" class="fixed inset-y-0 right-0 z-50 flex max-w-full">
<div class="backdrop" x-show="open" x-transition:enter="ease-in-out duration-500" x-transition:enter-start="opacity-0" x-transition:enter-end="opacity-100" x-transition:leave="ease-in-out duration-500" x-transition:leave-start="opacity-100" x-transition:leave-end="opacity-0" x-on:click="open = false" aria-label="Close panel"></div>
<div class="relative w-screen max-w-md shadow-2xl" x-show="open" x-transition:enter="transform transition ease-in-out duration-500 sm:duration-700" x-transition:enter-start="translate-x-full" x-transition:enter-end="translate-x-0" x-transition:leave="transform transition ease-in-out duration-500 sm:duration-700" x-transition:leave-start="translate-x-0" x-transition:leave-end="translate-x-full">
<div x-show="open" x-transition:enter="ease-in-out duration-500" x-transition:enter-start="opacity-0" x-transition:enter-end="opacity-100" x-transition:leave="ease-in-out duration-500" x-transition:leave-start="opacity-100" x-transition:leave-end="opacity-0" class="absolute top-0 right-0 flex p-2 mt-2">
<button x-on:click="open = false;" aria-label="Close panel" class="p-2 text-gray-300 transition duration-150 ease-in-out hover:text-black">
<svg class="w-6 h-6" fill="none" viewbox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12">
</path>
</svg>
</button>
</div>
<div class="flex flex-col h-full py-6 space-y-6 bg-white shadow-xl">
<header class="px-4 sm:px-6">
<span id="cart-drawer-title" class="text-lg font-medium leading-7 text-gray-900">
Mon panier </span>
</header>
<div class="relative grid gap-6 px-4 py-6 overflow-y-auto bg-white sm:gap-8 sm:px-6">
<div class="pb-2 border-b border-container">
<span>article<span x-show="cart.summary_count != 1">s</span></span>
</div>
<template x-for="item in cartItems">
<div class="flex items-start p-3 -m-3 space-x-4">
<a x-bind:href="item.product_url" class="w-1/3">
<img x-bind:src="item.product_image.src" x-bind:width="item.product_image.width" x-bind:height="item.product_image.height" loading="lazy">
</a>
<div class="w-2/3 space-y-2">
<div>
<p class="text-base font-semibold">
<span x-html="item.qty"></span> x <span x-html="item.product_name"></span>
</p>
<p class="text-sm">
Réf:
<span x-html="item.product_sku">
</span></p>
</div>
<template x-for="option in item.options">
<div class="pt-2">
<p class="font-semibold" x-text="option.label + ':'"></p>
<p class="text-secondary" x-html="option.value"></p>
</div>
</template>
<p class="flex justify-end">
<span x-html="item.product_price"></span>
</p>
</div>
</div>
</template>
</div>
<div class="relative grid gap-6 px-4 pb-6 bg-white sm:gap-8 sm:px-6">
<div class="subtotal-wrapper w-full space-x-4 pt-6 border-t border-container">
<p class="flex items-center justify-between">
<span class="text-l font-semibold uppercase">
Sous-total </span>
<span x-html="cart.subtotal"></span>
</p>
</div>
<div class="w-full space-x-4 text-center">
<a x-on:click.prevent.stop="canGoToCheckoutPage(); $dispatch('toggle-authentication', {url: 'https://www.irripiscine.fr/client/tunnel-d-achat'});" href="https://www.irripiscine.fr/client/tunnel-d-achat" class="btn btn-primary w-full mb-3">
Passer ma commande </a>
<a href="https://www.irripiscine.fr/panier" class="text-primary font-bold underline">
Voir mon panier </a>
</div>
</div>
</div>
</div>
</div>
</template>
</section>
<!--Authentication Pop-Up-->
<script>
function initAuthentication() {
return {
open: false,
forceAuthentication: false,
checkoutUrl: 'https://www.irripiscine.fr/checkout/index',
errors: 0,
hasCaptchaToken: 0,
displayErrorMessage: false,
errorMessages: [],
setErrorMessages: function setErrorMessages(messages) {
this.errorMessages = [messages];
this.displayErrorMessage = this.errorMessages.length;
},
submitForm: function () {
// Do not rename $form, it is expected to be declared in the child block output
const $form = document.querySelector('#login-form');
if (this.errors === 0) {
this.dispatchLoginRequest($form);
}
let bodyEl = document.querySelector('body');
bodyEl.classList.add('authentication-loading');
},
onPrivateContentLoaded: function (data) {
const isLoggedIn = data.customer && data.customer.firstname;
if (data.cart && !isLoggedIn) {
this.forceAuthentication = !data.cart.isGuestCheckoutAllowed;
}
},
redirectIfAuthenticated: function (event) {
if (event.detail && event.detail.url) {
this.checkoutUrl = event.detail.url;
}
if (!this.forceAuthentication) {
window.location.href = this.checkoutUrl;
}
},
dispatchLoginRequest: function(form) {
this.isLoading = true;
const username = this.$refs['customer-email'].value;
const password = this.$refs['customer-password'].value;
const formKey = document.querySelector('input[name=form_key]').value;
const bodyFields = {
'username': username,
'password': password,
'formKey': formKey
};
const recaptchaField = form.querySelector('input[name=g-recaptcha-response]');
if (recaptchaField != null) {
bodyFields['g-recaptcha-response'] = recaptchaField.value;
}
fetch('https://www.irripiscine.fr/customer/ajax/login', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
'X-Requested-With': 'XMLHttpRequest'
},
body: JSON.stringify(bodyFields)
}
).then(response => {
return response.json()
}
).then(data=> {
this.isLoading = false;
if (data.errors) {
let bodyEl = document.querySelector('body');
bodyEl.classList.remove('authentication-loading');
dispatchMessages([{
type: 'error',
text: data.message
}], 5000);
this.errors = 1;
this.hasCaptchaToken = 0;
} else {
window.location.href = this.checkoutUrl;
}
});
}
}
}
</script>
<section id="authentication-popup" x-data="initAuthentication()" x-on:private-content-loaded.window="onPrivateContentLoaded(event.detail.data)" x-on:toggle-authentication.window="open = forceAuthentication; redirectIfAuthenticated(event)" x-on:keydown.window.escape="open = false">
<div role="dialog" aria-modal="true" x-on:click.away="open = false" class="hidden inset-y-0 right-0 z-50 flex justify-end w-full bg-black bg-opacity-25" x-bind:class="{ 'hidden': !open, 'fixed': open }">
<div class="relative w-screen max-w-md bg-container-lighter" x-show="open" x-cloak="" x-transition:enter="transform transition ease-in-out duration-500 sm:duration-700" x-transition:enter-start="translate-x-full" x-transition:enter-end="translate-x-0" x-transition:leave="transform transition ease-in-out duration-500 sm:duration-700" x-transition:leave-start="translate-x-0" x-transition:leave-end="translate-x-full">
<div x-show="open" x-cloak="" x-transition:enter="ease-in-out duration-500" x-transition:enter-start="opacity-0" x-transition:enter-end="opacity-100" x-transition:leave="ease-in-out duration-500" x-transition:leave-start="opacity-100" x-transition:leave-end="opacity-0" class="absolute top-0 right-0 flex p-2 mt-2">
<button x-on:click="open = false;" aria-label="Close panel" class="p-2 transition duration-150 ease-in-out">
<svg class="w-6 h-6" fill="none" viewbox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12">
</path>
</svg>
</button>
</div>
<div class="flex flex-col h-full py-6 space-y-6 bg-white overflow-y-auto">
<div class="block-customer-login mx-4 p-4">
<p id="authenticate-customer-login" class="text-lg font-medium leading-7 text-gray-900">
Commandez en utilisant votre compte </p>
<form class="form form-login" method="post" x-on:submit.prevent="submitForm();" id="login-form">
<div class="fieldset login">
<div class="field email required">
<label class="label" for="customer-email">
<span>Adresse mail</span>
</label>
<div class="control">
<input name="username" x-ref="customer-email" x-on:change="errors = 0" type="email" required class="form-input input-text">
</div>
</div>
<div class="field password required">
<label for="pass" class="label">
<span>Mot de passe</span>
</label>
<div class="control">
<input name="password" type="password" class="form-input input-text" placeholder="Mot de passe" required x-ref="customer-password" x-on:change="errors = 0">
</div>
</div>
<input name="context" type="hidden" value="checkout">
<div class="actions-toolbar flex justify-between pt-6 pb-2 items-center">
<button type="submit" class="inline-flex btn btn-primary">
Se connecter </button>
<a href="https://www.irripiscine.fr/customer/account/forgotpassword">
Mot de passe oublié ? </a>
</div>
</div>
</form>
</div>
<div class="block-new-customer mx-4 pt-8 px-2 border-t border-gray-300">
<p id="authenticate-new-customer" class="text-lg mb-2 font-medium leading-7 text-gray-900">
Commander en tant que nouveau client </p>
<div class="block-content">
<p class="mb-1">
Créer un compte a de nombreux avantages : </p>
<ul class="list-disc pl-5">
<li> Voir la commande et suivre l'expédition</li>
<li> Suivre l'historique des commandes</li>
<li> Commander plus rapidement</li>
</ul>
<div class="actions-toolbar flex justify-between mt-6 mb-2 items-center">
<a href="https://www.irripiscine.fr/irrijardin_customer/account/rcucreate" class="inline-flex btn btn-primary">
Créer un compte </a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="authentication-loader" class="authentication-loader hidden fixed inset-0 z-50 h-screen items-center justify-center text-primary bg-white bg-opacity-70">
<img src="/ext/static/version1781167920/frontend/Irrijardin/default/fr_FR/images/loader.svg" alt="Loader" width="57" height="507">
<span class="ml-10 text-primary text-xl">Chargement...</span>
</section>
</div>
<a class="action skip sr-only contentarea" href="#contentarea">
<span>
Aller au contenu </span>
</a>
</header><nav class="menu b-ext b-ext--menu">
<div class="relative z-40 lg:z-30 w-full bg-white border-b">
<!--Main Navigation-->
<div x-data="initMenuDesktop_6a2ac8748ee29(), {show:false}" class="z-20 order-2 sm:order-1 lg:order-2 navigation hidden lg:flex lg:static lg:px-5">
<!-- desktop -->
<div x-ref="nav-desktop" x-on:load.window="setActiveMenu($el)" class="hidden lg:block lg:min-h-0 lg:w-full lg:pt-0 static max-w-1440 mx-auto">
<nav class="w-full duration-150 ease-in-out flex justify-start w-auto min-h-0">
<div class="mr-2 level-0">
<span class="flex items-center block pr-8 text-md" x-bind:class="{ 'active': desktopPanelActiveId === 'category-node-473' }">
<a class="w-full py-2 md:py-2.5 text-base text-blue-darker hover:underline level-0 flex items-center justify-between font-semibold" href="https://www.irripiscine.fr/boutique/piscine" title="Piscine">
Piscine
</a>
</span>
</div>
<div class="mr-2 level-0">
<span class="flex items-center block pr-8 text-md" x-bind:class="{ 'active': desktopPanelActiveId === 'category-node-547' }">
<a class="w-full py-2 md:py-2.5 text-base text-blue-darker hover:underline level-0 flex items-center justify-between font-semibold" href="https://www.irripiscine.fr/boutique/spas" title="Spas">
Spas
</a>
</span>
</div>
<div class="mr-2 level-0">
<span class="flex items-center block pr-8 text-md" x-bind:class="{ 'active': desktopPanelActiveId === 'category-node-565' }">
<a class="w-full py-2 md:py-2.5 text-base text-blue-darker hover:underline level-0 flex items-center justify-between font-semibold" href="https://www.irripiscine.fr/boutique/arrosage" title="Arrosage">
Arrosage
</a>
</span>
</div>
<div class="mr-2 level-0">
<span class="flex items-center block pr-8 text-md" x-bind:class="{ 'active': desktopPanelActiveId === 'category-node-7398' }">
<a class="w-full py-2 md:py-2.5 text-base text-blue-darker hover:underline level-0 flex items-center justify-between font-semibold" href="https://www.irripiscine.fr/boutique/purification-de-l-eau" title="Purification de l'eau">
Purification de l'eau
</a>
</span>
</div>
</nav>
</div>
</div>
<script>
'use strict';
const initMenuDesktop_6a2ac8748ee29 = () => {
return {
desktopPanelActiveId: null,
Level2PanelActiveId: null,
Level3PanelActiveId: null,
setActiveMenu(menuNode) {
Array.from(menuNode.querySelectorAll('a')).filter(link => {
return link.href === window.location.href.split('?')[0];
}).map(item => {
item.classList.add('underline');
item.closest('div.level-0') &&
item.closest('div.level-0').querySelector('a.level-0').classList.add('underline');
});
}
}
}
</script>
<div x-data="initMenuMobile_6a2ac874b19a5()" class="z-20 order-2 sm:order-1 lg:order-2 navigation">
<!-- mobile -->
<div x-on:load.window="setActiveMenu($el)" class="menu-wrapper bg-white flex flex-col z-30" x-bind:class="{'min-h-screen fixed left-0 w-full' : open}" x-on:toggle-mobile-menu.window="open = !open;lockBody();" x-on:focus-entry.window="mobilePanelActiveId = $event.detail" x-on:keydown.window.escape="open=false">
<nav class="hidden w-full duration-150 ease-in-out transform border-t transition-display border-container flex flex-col flex-grow" x-bind:class="{ 'hidden' : !open }">
<div class="level-0">
<span class="group flex items-center lg:justify-start w-full bg-container-lighter transition-transform duration-150 ease-in-out transform" x-bind:class="{ '-translate-x-full' : mobilePanelActiveId, 'translate-x-0' : !mobilePanelActiveId }">
<a class="anchor-link flex items-center w-full lg:w-auto px-8 py-4 cursor-pointer border-container hover:underline group-hover:underline level-0 text-blue-darker" href="https://www.irripiscine.fr/boutique/piscine">
Piscine </a>
<a class="absolute lg:static right-0 flex w-8 h-8 mr-8 cursor-pointer text-primary" href="https://www.irripiscine.fr/boutique/piscine">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" height="24" width="24" stroke="#0090CE" class="w-full h-full p-1 pb-0">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
</svg>
</a>
</span>
</div>
<div class="level-0">
<span class="group flex items-center lg:justify-start w-full bg-container-lighter transition-transform duration-150 ease-in-out transform" x-bind:class="{ '-translate-x-full' : mobilePanelActiveId, 'translate-x-0' : !mobilePanelActiveId }">
<a class="anchor-link flex items-center w-full lg:w-auto px-8 py-4 cursor-pointer border-container hover:underline group-hover:underline level-0 text-blue-darker" href="https://www.irripiscine.fr/boutique/spas">
Spas </a>
<a class="absolute lg:static right-0 flex w-8 h-8 mr-8 cursor-pointer text-primary" href="https://www.irripiscine.fr/boutique/spas">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" height="24" width="24" stroke="#0090CE" class="w-full h-full p-1 pb-0">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
</svg>
</a>
</span>
</div>
<div class="level-0">
<span class="group flex items-center lg:justify-start w-full bg-container-lighter transition-transform duration-150 ease-in-out transform" x-bind:class="{ '-translate-x-full' : mobilePanelActiveId, 'translate-x-0' : !mobilePanelActiveId }">
<a class="anchor-link flex items-center w-full lg:w-auto px-8 py-4 cursor-pointer border-container hover:underline group-hover:underline level-0 text-blue-darker" href="https://www.irripiscine.fr/boutique/arrosage">
Arrosage </a>
<a class="absolute lg:static right-0 flex w-8 h-8 mr-8 cursor-pointer text-primary" href="https://www.irripiscine.fr/boutique/arrosage">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" height="24" width="24" stroke="#0090CE" class="w-full h-full p-1 pb-0">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
</svg>
</a>
</span>
</div>
<div class="level-0">
<span class="group flex items-center lg:justify-start w-full bg-container-lighter transition-transform duration-150 ease-in-out transform" x-bind:class="{ '-translate-x-full' : mobilePanelActiveId, 'translate-x-0' : !mobilePanelActiveId }">
<a class="anchor-link flex items-center w-full lg:w-auto px-8 py-4 cursor-pointer border-container hover:underline group-hover:underline level-0 text-blue-darker" href="https://www.irripiscine.fr/boutique/purification-de-l-eau">
Purification de l'eau </a>
<a class="absolute lg:static right-0 flex w-8 h-8 mr-8 cursor-pointer text-primary" href="https://www.irripiscine.fr/boutique/purification-de-l-eau">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" height="24" width="24" stroke="#0090CE" class="w-full h-full p-1 pb-0">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
</svg>
</a>
</span>
</div>
<div class="bottom links flex flex-col flex-grow bg-primary rounded-tr-3xl flex-grow">
<div class="contact-us bg-blue-lighter rounded-tr-3xl rounded-bl-3xl flex items-center py-3 px-8">
<div class="anchor-link flex items-center cursor-pointer hover:underline text-blue-darker">
<svg width="31" height="32" class="picto tel mr-3" viewbox="0 0 31 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_2772_3563)">
<path d="M31 16.0003C31.002 18.0364 30.6025 20.0528 29.8242 21.9342C29.046 23.8156 27.9044 25.525 26.4647 26.9647C25.025 28.4044 23.3156 29.546 21.4342 30.3242C19.5528 31.1025 17.5364 31.502 15.5003 31.5C6.93964 31.5 0 24.5604 0 16.0003C0 7.44033 6.93964 0.5 15.5003 0.5C24.0611 0.5 31 7.43964 31 16.0003Z" fill="#F8D10C"></path>
<path d="M21.6827 26.3764C19.656 27.5787 16.4594 26.1871 13.5711 23.1626C13.2325 22.8083 12.8992 22.4322 12.5712 22.0342V22.0294C11.8568 21.1587 11.2061 20.2378 10.624 19.2737C8.01481 14.964 7.10754 10.4856 8.10118 7.90064C8.39002 7.14746 8.83986 6.55528 9.45622 6.17316L9.66352 6.51382L12.3149 10.8926C11.6736 12.2055 11.333 13.5999 11.3668 14.9419C11.3864 16.1079 11.7147 17.2478 12.3184 18.2456C12.922 19.2434 13.7794 20.0633 14.8031 20.6218C15.9778 21.2727 17.3716 21.6168 18.833 21.6583L19.6698 23.0403L19.6974 23.0866L21.6827 26.3764Z" fill="white"></path>
<path d="M11.0653 5.19221L9.61072 6.07314L12.4493 10.7602L13.9039 9.87924L11.0653 5.19221Z" fill="white"></path>
<path d="M20.4608 20.7123L19.0061 21.593L21.8438 26.2805L23.2986 25.3998L20.4608 20.7123Z" fill="white"></path>
</g>
<defs>
<clippath id="clip0_2772_3563">
<rect width="31" height="31" fill="white" transform="translate(0 0.5)"></rect>
</clippath>
</defs>
</svg>
<div class="">
<div class="title text-sm">Besoin d'aide ?</div>
<a href="tel:0970%20818%20918" class="font-bold">0970 818 918</a>
<span class="text-xs">(appel non surtaxé)</span>
</div>
</div>
</div>
<div class="level-0-links flex items-center">
<a href="https://franchise.irrijardin.fr/" class="anchor-link flex items-center w-full px-4 py-2 cursor-pointer hover:underline level-0 text-white font-semibold text-sm">Devenir franchisé</a>
</div><div class="level-0-links flex items-center">
<a href="https://franchise.irripiscine.fr/groupe-hub/" class="anchor-link flex items-center w-full px-4 py-2 cursor-pointer hover:underline level-0 text-white font-semibold text-sm">Le groupe</a>
</div><div class="level-0-links flex items-center">
<a href="https://www.irripiscine.fr/entrepot-logistique" class="anchor-link flex items-center w-full px-4 py-2 cursor-pointer hover:underline level-0 text-white font-semibold text-sm">Solution logistique</a>
</div></div>
</nav>
</div>
</div>
<script>
'use strict';
const initMenuMobile_6a2ac874b19a5 = () => {
return {
mobilePanelActiveId: null,
hoverSubPanelActiveId: null,
hoverSubSubPanelActiveId: null,
open: false,
setActiveMenu(menuNode) {
Array.from(menuNode.querySelectorAll('a')).filter(link => {
return link.href === window.location.href.split('?')[0];
}).map(item => {
item.classList.add('underline');
item.closest('div.level-0') &&
item.closest('div.level-0').querySelector('a.level-0').classList.add('underline');
});
},
lockBody() {
if (this.open === true) {
document.querySelector('body').classList.add('overflow-y-hidden');
} else {
document.querySelector('body').classList.remove('overflow-y-hidden');
}
}
}
}
</script>
<style>
.menu-wrapper {
top: var(--header-height);
}
nav.menu .layer.active {
height: 100vh;
overflow-y: scroll;
overflow-x: hidden;
}
</style>
</div>
<!--Top header-->
<script>
var slideMaxTopHeader = document.querySelectorAll('.top-header-item').length; // todo replace to php count
function sliderTopHeader() {
return {
activeSlideTopHeader: 0,
go() {
setInterval(() => {
if (this.activeSlideTopHeader + 1 < slideMaxTopHeader) {
this.activeSlideTopHeader += 1;
} else {
this.activeSlideTopHeader = 0;
}
}, 7800);
},
prev() {
if (this.activeSlideTopHeader - 1 >= 0) {
return this.activeSlideTopHeader -= 1;
}
this.activeSlideTopHeader = slideMaxTopHeader -1;
},
next() {
if (this.activeSlideTopHeader + 1 < slideMaxTopHeader) {
return this.activeSlideTopHeader += 1;
}
this.activeSlideTopHeader = 0;
}
};
};
</script>
</nav>
<main class="p-store">
<section class="b-infos" data-tracking-category="Info POI">
<div class="b-infos__header">
<a
href="https://magasin.irripiscine.fr"
aria-label="Retour à la carte" class="b-infos__back c-button c-button--reversed"
>
<span class="c-icon" >
<i class="icon chevron-left"></i>
</span>
<span class="c-button__label">
<span >
Retour à la carte
</span>
</span>
</a>
<h1 class="b-title">
Irripiscine by Irrijardin Metz-Augny
</h1>
<div class="b-infos__rating">
<div class="b-rating">
<div class="b-rating__stars" style="--rating: 4.2;">
<span class="c-icon" >
<i class="icon star"></i>
</span> <span class="c-icon" >
<i class="icon star"></i>
</span> <span class="c-icon" >
<i class="icon star"></i>
</span> <span class="c-icon" >
<i class="icon star"></i>
</span> <span class="c-icon" >
<i class="icon star"></i>
</span> </div>
<div class="b-rating__grade">
4,2
</div>
<span class="c-icon c-icon--rating-separator" >
<i class="icon dot"></i>
</span>
<div class="b-rating__count">
<a
class="b-rating__link"
href="https://search.google.com/local/reviews?placeid=ChIJs1ZXHv7alEcRzRFwoyesMP0"
target="_blank"
aria-label="174 avis (ouverture dans un nouvel onglet)"
data-tracking-event="click" data-tracking-evname="click_reviews" >
174 avis
</a> </div>
<div class="b-rating__leave-review">
<a
href="https://search.google.com/local/writereview?placeid=ChIJs1ZXHv7alEcRzRFwoyesMP0"
target="_blank"
rel="noopener noreferrer"
aria-label="Donnez votre avis (ouverture dans un nouvel onglet)" class="c-link c-link--primary"
data-tracking-event="click" data-tracking-evname="click_reviews"
>
<span class="c-link__label">
<span >
Donnez votre avis
</span>
</span>
<span class="c-icon" >
<i class="icon newtab"></i>
</span>
</a>
</div>
</div>
</div>
</div>
<div class="b-infos__body">
<div class="b-infos__address-and-distance">
<div class="b-infos__address">
<p class="b-infos__address-line">508 Rue du Prayon,</p>
<p class="b-infos__address-city">57685 Augny</p>
</div>
</div>
<div class="b-infos__data">
<div class="b-infos__hours">
<h2 class="b-infos__hours_title">HORAIRES : </h2>
<p class="b-today">
<span class="b-today__status b-today__status--closed">
<span class="c-icon" >
<i class="icon cross-circled"></i>
</span>
Fermé
</span>
Ouvre à 10:00
</p>
<dl class="b-week">
<dt class="b-week__day b-week__day--today">
Mercredi
</dt>
<dd class="b-week__hours b-week__hours--today">
<span class="b-week__hour">10:00-12:00</span>
<span class="b-week__hour">14:00-19:00</span>
</dd>
<dt class="b-week__day">
Jeudi
</dt>
<dd class="b-week__hours">
<span class="b-week__hour">10:00-12:00</span>
<span class="b-week__hour">14:00-19:00</span>
</dd>
<dt class="b-week__day">
Vendredi
</dt>
<dd class="b-week__hours">
<span class="b-week__hour">10:00-19:00</span>
</dd>
<dt class="b-week__day">
Samedi
</dt>
<dd class="b-week__hours">
<span class="b-week__hour">10:00-19:00</span>
</dd>
<dt class="b-week__day">
Dimanche
</dt>
<dd class="b-week__hours">
<span class="b-week__hour">Fermé</span>
</dd>
<dt class="b-week__day">
Lundi
</dt>
<dd class="b-week__hours">
<span class="b-week__hour">Fermé</span>
</dd>
<dt class="b-week__day">
Mardi
</dt>
<dd class="b-week__hours">
<span class="b-week__hour">10:00-12:00</span>
<span class="b-week__hour">14:00-19:00</span>
</dd>
</dl>
</div>
<div class="b-infos__actions">
<a
href="mailto:irri57aug@irripiscine.fr"
data-protected-link="4E4A4648CB4F2D46C1C146232C4AC34CB046C1C146C046C2424649431944C1" aria-label="Envoyer un email à irri57aug@irripiscine.fr" class="b-infos__email c-link c-link--primary c-link--full"
data-tracking-event="click" data-tracking-evname="click_CTA" data-tracking-item="email"
>
<span class="c-icon" >
<i class="icon email"></i>
</span>
<span class="c-link__label">
<span data-protected-text="46C1C146232C4AC34CB046C1C146C046C2424649431944C1">
irri57aug@irripiscine.fr
</span>
</span>
</a>
<div class="b-infos__actions-row b-infos__actions-row--secondary">
<a
href="https://www.google.com/maps/dir/?api=1&destination=508+Rue+du+Prayon+57685+Augny&destination_place_id=ChIJs1ZXHv7alEcRzRFwoyesMP0"
target="_blank"
rel="noopener noreferrer"
aria-label="Itinéraire (ouverture dans un nouvel onglet)" class="b-infos__cta b-infos__cta--secondary b-infos__cta--directions c-button c-button--reversed c-button--full"
data-tracking-event="click" data-tracking-evname="click_CTA" data-tracking-item="directions"
>
<span class="c-icon" >
<i class="icon directions"></i>
</span>
<span class="c-button__label">
<span >
Itinéraire
</span>
</span>
</a>
<a
href="tel:+33387369000"
data-protected-link="CB43482D17222222252C222426202020" aria-label="Appeler le numéro de téléphone 03 87 36 90 00" class="b-infos__cta b-infos__cta--secondary b-infos__cta--phone c-button c-button--reversed c-button--full"
data-tracking-event="click" data-tracking-evname="click_CTA" data-tracking-item="phone"
>
<span class="c-icon" >
<i class="icon phone-full"></i>
</span>
<span class="c-button__label">
<span data-protected-text="202210252C102224102620102020">
03 87 36 90 00
</span>
</span>
</a>
</div>
<div class="b-infos__actions-row b-infos__actions-row--primary">
<a
href="https://calendly.com/irri57aug-irripiscine"
target="_blank"
rel="noopener noreferrer"
aria-label="Prendre RDV (ouverture dans un nouvel onglet)" class="b-infos__cta b-infos__cta--primary b-infos__cta--appointment c-button c-button--primary c-button--full"
data-tracking-event="click" data-tracking-evname="click_CTA" data-tracking-item="appointment"
>
<span class="c-button__label">
<span >
Prendre RDV
</span>
</span>
</a>
<a
href="https://www.irripiscine.fr/devis"
target="_blank"
rel="noopener noreferrer"
aria-label="Demander un devis (ouverture dans un nouvel onglet)" class="b-infos__cta b-infos__cta--primary b-infos__cta--quote c-button c-button--primary c-button--full"
data-tracking-event="click" data-tracking-evname="click_CTA" data-tracking-item="quote"
>
<span class="c-button__label">
<span >
Demander un devis
</span>
</span>
</a>
<a
href="https://www.irripiscine.fr/devis/prestations?psid=795"
target="_blank"
rel="noopener noreferrer"
aria-label="Contacter votre magasin (ouverture dans un nouvel onglet)" class="b-infos__cta b-infos__cta--primary b-infos__cta--contact c-button c-button--primary c-button--full"
data-tracking-event="click" data-tracking-evname="click_CTA" data-tracking-item="contact_store"
>
<span class="c-button__label">
<span >
Contacter votre magasin
</span>
</span>
</a>
</div>
</div>
<div class="b-socials">
<h3 class="b-socials__title">Suivez-nous sur les réseaux:</h3>
<div class="b-socials__icons">
<a href="https://www.instagram.com/irripiscine.metz/"
target="_blank"
class="b-socials__icon"
aria-label="Profil Instagram de Irripiscine by Irrijardin Metz-Augny (ouverture dans un nouvel onglet)"
data-tracking-event="click" data-tracking-evname="click_social_media" data-tracking-item="instagram">
<span class="c-icon" >
<i class="icon social-instagram"></i>
</span> </a>
<a href="https://www.facebook.com/irripiscine.augny"
target="_blank"
class="b-socials__icon"
aria-label="Page Facebook de Irripiscine by Irrijardin Metz-Augny (ouverture dans un nouvel onglet)"
data-tracking-event="click" data-tracking-evname="click_social_media" data-tracking-item="facebook">
<span class="c-icon" >
<i class="icon social-facebook"></i>
</span> </a>
<a href="https://fr.pinterest.com/irripiscine_/"
target="_blank"
class="b-socials__icon"
aria-label="Compte Pinterest de Irripiscine by Irrijardin Metz-Augny (ouverture dans un nouvel onglet)"
data-tracking-event="click" data-tracking-evname="click_social_media" data-tracking-item="pinterest">
<span class="c-icon" >
<i class="icon social-pinterest"></i>
</span> </a>
</div>
</div>
</div>
<div class="b-infos__map">
<script>
window.maps = {
"_icons": {"default":{"name":"default","url":"https:\/\/magasin.irripiscine.fr\/images\/marker-default.svg","url_static":"https:\/\/magasin.irripiscine.fr\/images\/marker-default.svg","size":[32,42],"anchor":[16,42]},"default:highlighted":{"name":"default:highlighted","url":"https:\/\/magasin.irripiscine.fr\/images\/marker-highlighted.svg","url_static":"https:\/\/magasin.irripiscine.fr\/images\/marker-highlighted.svg","size":[45,60],"anchor":[37,75]},"default:selected":{"name":"default:selected","url":"https:\/\/magasin.irripiscine.fr\/images\/marker-selected.svg","url_static":"https:\/\/magasin.irripiscine.fr\/images\/marker-selected.svg","size":[45,60],"anchor":[37,75]},"default:static":{"name":"default:static","url":"https:\/\/magasin.irripiscine.fr\/images\/marker-static.png","url_static":"https:\/\/magasin.irripiscine.fr\/images\/marker-static.png","size":[32,42],"anchor":[16,42]}} };
window.maps["store_map"] = {"bounds":{"south":49.07658253739255,"west":6.105070270664023,"north":49.080179818847455,"east":6.1105620857111775},"markers":[{"id":1,"icon":"default","name":"Irripiscine by Irrijardin Balma","lat":43.592163,"lng":1.506536,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/1","visible":false,"title":"Irripiscine by Irrijardin Balma"},{"id":2,"icon":"default","name":"Irripiscine by Irrijardin Chambery \/ La Ravoire","lat":45.565683,"lng":5.968714,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/2","visible":false,"title":"Irripiscine by Irrijardin Chambery \/ La Ravoire"},{"id":3,"icon":"default","name":"Irripiscine by Irrijardin Drumettaz-Clarafond","lat":45.660662948087,"lng":5.9103797987766,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/3","visible":false,"title":"Irripiscine by Irrijardin Drumettaz-Clarafond"},{"id":4,"icon":"default","name":"Irripiscine by Irrijardin Manosque","lat":43.825061,"lng":5.798458,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/4","visible":false,"title":"Irripiscine by Irrijardin Manosque"},{"id":5,"icon":"default","name":"Irripiscine by Irrijardin Hauconcourt","lat":49.222843221512,"lng":6.1789276772461,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/5","visible":false,"title":"Irripiscine by Irrijardin Hauconcourt"},{"id":6,"icon":"default","name":"Irripiscine by irrijardin Chalon-sur-Sa\u00f4ne","lat":46.815219,"lng":4.857101,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/6","visible":false,"title":"Irripiscine by irrijardin Chalon-sur-Sa\u00f4ne"},{"id":7,"icon":"default","name":"Irripiscine by Irrijardin Narbonne","lat":43.166924558127,"lng":2.9837544196434,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/7","visible":false,"title":"Irripiscine by Irrijardin Narbonne"},{"id":8,"icon":"default","name":"Irripiscine by Irrijardin M\u00e2con Chaintre","lat":46.255126,"lng":4.793562,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/8","visible":false,"title":"Irripiscine by Irrijardin M\u00e2con Chaintre"},{"id":9,"icon":"default","name":"Irripiscine by Irrijardin Vannes","lat":47.665902,"lng":-2.786329,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/9","visible":false,"title":"Irripiscine by Irrijardin Vannes"},{"id":10,"icon":"default","name":"Irripiscine by Irrijardin Lyon-Ecully","lat":45.769385,"lng":4.768853,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/10","visible":false,"title":"Irripiscine by Irrijardin Lyon-Ecully"},{"id":11,"icon":"default","name":"Irripiscine by Irrijardin Venelles","lat":43.588559,"lng":5.477691,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/11","visible":false,"title":"Irripiscine by Irrijardin Venelles"},{"id":12,"icon":"default","name":"Irripiscine by Irrijardin Metz-Augny","lat":49.07838117812,"lng":6.1078161781876,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/12","visible":true,"title":"Irripiscine by Irrijardin Metz-Augny"},{"id":13,"icon":"default","name":"Irripiscine by Irrijardin Saint-Jean-du-Falga","lat":43.094528,"lng":1.62541,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/13","visible":false,"title":"Irripiscine by Irrijardin Saint-Jean-du-Falga"},{"id":14,"icon":"default","name":"Irripiscine by Irrijardin St-Bonnet-De-Mure","lat":45.697850949743,"lng":5.0155702981129,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/14","visible":false,"title":"Irripiscine by Irrijardin St-Bonnet-De-Mure"},{"id":15,"icon":"default","name":"Irripiscine by Irrijardin Houdemont","lat":48.639467,"lng":6.189111,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/15","visible":false,"title":"Irripiscine by Irrijardin Houdemont"},{"id":16,"icon":"default","name":"Irripiscine by Irrijardin Carcassonne","lat":43.207121,"lng":2.316578,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/16","visible":false,"title":"Irripiscine by Irrijardin Carcassonne"},{"id":17,"icon":"default","name":"Irripiscine by Irrijardin Anse","lat":45.958200842867,"lng":4.7154303766518,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/17","visible":false,"title":"Irripiscine by Irrijardin Anse"},{"id":18,"icon":"default","name":"Irripiscine by Irrijardin Anglet","lat":43.501246562133,"lng":-1.4957496524315,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/18","visible":false,"title":"Irripiscine by Irrijardin Anglet"},{"id":19,"icon":"default","name":"Irripiscine by Irrijardin Beauvais","lat":49.409233490369,"lng":2.1180259533729,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/19","visible":false,"title":"Irripiscine by Irrijardin Beauvais"},{"id":20,"icon":"default","name":"Irripiscine by Irrijardin Annecy Meythet","lat":45.923008119332,"lng":6.0889573988113,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/20","visible":false,"title":"Irripiscine by Irrijardin Annecy Meythet"},{"id":21,"icon":"default","name":"Irripiscine by Irrijardin Mulhouse - Wittenheim","lat":47.805058,"lng":7.313483,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/21","visible":false,"title":"Irripiscine by Irrijardin Mulhouse - Wittenheim"},{"id":22,"icon":"default","name":"Irripiscine by Irrijardin V\u00e9traz-Monthoux","lat":46.184833725163,"lng":6.2744927374344,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/22","visible":false,"title":"Irripiscine by Irrijardin V\u00e9traz-Monthoux"},{"id":23,"icon":"default","name":"Irripiscine by Irrijardin St Thibault des Vignes","lat":48.868173,"lng":2.678907,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/23","visible":false,"title":"Irripiscine by Irrijardin St Thibault des Vignes"},{"id":24,"icon":"default","name":"Irripiscine by Irrijardin Aubenas","lat":44.614481,"lng":4.399311,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/24","visible":false,"title":"Irripiscine by Irrijardin Aubenas"},{"id":25,"icon":"default","name":"Irripiscine by Irrijardin Lavaur","lat":43.708949,"lng":1.817027,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/25","visible":false,"title":"Irripiscine by Irrijardin Lavaur"},{"id":26,"icon":"default","name":"Irripiscine by Irrijardin Salon-de-Provence","lat":43.62034,"lng":5.096823,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/26","visible":false,"title":"Irripiscine by Irrijardin Salon-de-Provence"},{"id":27,"icon":"default","name":"Irripiscine by Irrijardin Niort","lat":46.337845,"lng":-0.405527,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/27","visible":false,"title":"Irripiscine by Irrijardin Niort"},{"id":28,"icon":"default","name":"Irripiscine by Irrijardin Istres","lat":43.518943,"lng":4.95947,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/28","visible":false,"title":"Irripiscine by Irrijardin Istres"},{"id":29,"icon":"default","name":"Irripiscine by Irrijardin Avignon Montfavet","lat":43.924011,"lng":4.850191,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/29","visible":false,"title":"Irripiscine by Irrijardin Avignon Montfavet"},{"id":30,"icon":"default","name":"Irripiscine by Irrijardin La Rochelle Puilboreau","lat":46.177624,"lng":-1.11289,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/30","visible":false,"title":"Irripiscine by Irrijardin La Rochelle Puilboreau"},{"id":31,"icon":"default","name":"Irripiscine by Irrijardin Aubagne","lat":43.284697743647,"lng":5.5927257974491,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/31","visible":false,"title":"Irripiscine by Irrijardin Aubagne"},{"id":32,"icon":"default","name":"Irripiscine by Irrijardin Royan","lat":45.632628,"lng":-0.992527,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/32","visible":false,"title":"Irripiscine by Irrijardin Royan"},{"id":33,"icon":"default","name":"Irripiscine by Irrijardin Albi - Puygouzon","lat":43.893222,"lng":2.158422,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/33","visible":false,"title":"Irripiscine by Irrijardin Albi - Puygouzon"},{"id":34,"icon":"default","name":"Irripiscine by Irrijardin Dijon Marsannay-La-C\u00f4te","lat":47.279062546254,"lng":5.0137398603996,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/34","visible":false,"title":"Irripiscine by Irrijardin Dijon Marsannay-La-C\u00f4te"},{"id":35,"icon":"default","name":"Irripiscine by Irrijardin Valence","lat":44.900952,"lng":4.88671,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/35","visible":false,"title":"Irripiscine by Irrijardin Valence"},{"id":36,"icon":"default","name":"Irripiscine by Irrijardin Orange","lat":44.122389,"lng":4.840315,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/36","visible":false,"title":"Irripiscine by Irrijardin Orange"},{"id":38,"icon":"default","name":"Irripiscine by Irrijardin Montelimar","lat":44.525386612759,"lng":4.7425218981476,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/38","visible":false,"title":"Irripiscine by Irrijardin Montelimar"},{"id":39,"icon":"default","name":"Irripiscine by Irrijardin Meaux","lat":48.958938,"lng":2.914454,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/39","visible":false,"title":"Irripiscine by Irrijardin Meaux"},{"id":40,"icon":"default","name":"Irripiscine by Irrijardin Bergerac-Creysse","lat":44.852847,"lng":0.551197,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/40","visible":false,"title":"Irripiscine by Irrijardin Bergerac-Creysse"},{"id":41,"icon":"default","name":"Irripiscine by Irrijardin Draguignan","lat":43.516662,"lng":6.474093,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/41","visible":false,"title":"Irripiscine by Irrijardin Draguignan"},{"id":42,"icon":"default","name":"Irripiscine by Irrijardin Puget-sur-Argens","lat":43.455514,"lng":6.695361,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/42","visible":false,"title":"Irripiscine by Irrijardin Puget-sur-Argens"},{"id":43,"icon":"default","name":"Irripiscine le Thor","lat":43.923845,"lng":5.007931,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/43","visible":false,"title":"Irripiscine le Thor"},{"id":44,"icon":"default","name":"Irripiscine by Irrijardin \u00c9merainville","lat":48.816223,"lng":2.616188,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/44","visible":false,"title":"Irripiscine by Irrijardin \u00c9merainville"},{"id":45,"icon":"default","name":"Irripiscine by Irrijardin Portet sur Garonne","lat":43.533326942222,"lng":1.3991111652016,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/45","visible":false,"title":"Irripiscine by Irrijardin Portet sur Garonne"},{"id":46,"icon":"default","name":"Irripiscine by Irrijardin Montauban","lat":44.032506,"lng":1.375859,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/46","visible":false,"title":"Irripiscine by Irrijardin Montauban"},{"id":47,"icon":"default","name":"Irripiscine by Irrijardin Bourg-de-P\u00e9age","lat":45.022778,"lng":5.039855,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/47","visible":false,"title":"Irripiscine by Irrijardin Bourg-de-P\u00e9age"},{"id":48,"icon":"default","name":"Irripiscine by Irrijardin La Roche sur Yon","lat":46.618155523293,"lng":-1.4441968306885,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/48","visible":false,"title":"Irripiscine by Irrijardin La Roche sur Yon"},{"id":49,"icon":"default","name":"Irripiscine by Irrijardin Sarrola-Carcopino","lat":41.951716422904,"lng":8.8066139914017,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/49","visible":false,"title":"Irripiscine by Irrijardin Sarrola-Carcopino"},{"id":50,"icon":"default","name":"Irripiscine by Irrijardin Montigny-l\u00e8s-Cormeilles","lat":48.995008,"lng":2.197821,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/50","visible":false,"title":"Irripiscine by Irrijardin Montigny-l\u00e8s-Cormeilles"},{"id":51,"icon":"default","name":"Irripiscine by Irrijardin Malemort-sur-Corr\u00e8ze","lat":45.17658,"lng":1.587957,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/51","visible":false,"title":"Irripiscine by Irrijardin Malemort-sur-Corr\u00e8ze"},{"id":52,"icon":"default","name":"Irripiscine by Irrijardin Cabries","lat":43.419897,"lng":5.357586,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/52","visible":false,"title":"Irripiscine by Irrijardin Cabries"},{"id":53,"icon":"default","name":"Irripiscine by Irrijardin Boll\u00e8ne","lat":44.314855349092,"lng":4.7440006441803,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/53","visible":false,"title":"Irripiscine by Irrijardin Boll\u00e8ne"},{"id":54,"icon":"default","name":"Irripiscine by Irrijardin Vitrolles","lat":43.46665010664,"lng":5.2322387876968,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/54","visible":false,"title":"Irripiscine by Irrijardin Vitrolles"},{"id":55,"icon":"default","name":"Irripiscine by Irrijardin \u00c9p\u00f4ne","lat":48.95689501572,"lng":1.8308290638237,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/55","visible":false,"title":"Irripiscine by Irrijardin \u00c9p\u00f4ne"},{"id":56,"icon":"default","name":"Irripiscine by Irrijardin Bordeaux Latresne","lat":44.784221512898,"lng":-0.50601289148845,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/56","visible":false,"title":"Irripiscine by Irrijardin Bordeaux Latresne"},{"id":57,"icon":"default","name":"Irripiscine by Irrijardin La Garde","lat":43.134791,"lng":6.03608,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/57","visible":false,"title":"Irripiscine by Irrijardin La Garde"},{"id":58,"icon":"default","name":"Irripiscine by Irrijardin No\u00e9 (Magasin)","lat":43.344446728176,"lng":1.2612449298859,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/58","visible":false,"title":"Irripiscine by Irrijardin No\u00e9 (Magasin)"},{"id":59,"icon":"default","name":"Irripiscine by Irrijardin St Maximin La Ste Baume","lat":43.459748817326,"lng":5.860728868952,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/59","visible":false,"title":"Irripiscine by Irrijardin St Maximin La Ste Baume"},{"id":60,"icon":"default","name":"Irripiscine by Irrijardin B\u00e9ziers","lat":43.323926455159,"lng":3.2575834490738,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/60","visible":false,"title":"Irripiscine by Irrijardin B\u00e9ziers"},{"id":61,"icon":"default","name":"Irripiscine by Irrijardin Coigni\u00e8res","lat":48.739933316292,"lng":1.9105496908074,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/61","visible":false,"title":"Irripiscine by Irrijardin Coigni\u00e8res"},{"id":62,"icon":"default","name":"Irripiscine by Irrijardin Eysines","lat":44.862594,"lng":-0.645123,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/62","visible":false,"title":"Irripiscine by Irrijardin Eysines"},{"id":63,"icon":"default","name":"Irripiscine by Irrijardin Tignieu-Jameyzieu","lat":45.752018,"lng":5.193126,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/63","visible":false,"title":"Irripiscine by Irrijardin Tignieu-Jameyzieu"},{"id":64,"icon":"default","name":"Irripiscine by Irrijardin Seyssins","lat":45.160814,"lng":5.696882,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/64","visible":false,"title":"Irripiscine by Irrijardin Seyssins"},{"id":65,"icon":"default","name":"Irripiscine by Irrijardin Andernos Les Bains","lat":44.765079,"lng":-1.071424,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/65","visible":false,"title":"Irripiscine by Irrijardin Andernos Les Bains"},{"id":66,"icon":"default","name":"Irripiscine by Irrijardin Limoges","lat":45.883581,"lng":1.280641,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/66","visible":false,"title":"Irripiscine by Irrijardin Limoges"},{"id":67,"icon":"default","name":"Irripiscine by Irrijardin Chanas","lat":45.324849519652,"lng":4.8098038121643,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/67","visible":false,"title":"Irripiscine by Irrijardin Chanas"},{"id":68,"icon":"default","name":"Irripiscine by Irrijardin Angers - St-Barth\u00e9lemy-d\u0027Anjou","lat":47.467743,"lng":-0.518671,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/68","visible":false,"title":"Irripiscine by Irrijardin Angers - St-Barth\u00e9lemy-d\u0027Anjou"},{"id":70,"icon":"default","name":"Irripiscine by Irrijardin Challans","lat":46.85456,"lng":-1.895182,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/70","visible":false,"title":"Irripiscine by Irrijardin Challans"},{"id":71,"icon":"default","name":"Irripiscine by Irrijardin Tours","lat":47.424594,"lng":0.710483,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/71","visible":false,"title":"Irripiscine by Irrijardin Tours"},{"id":72,"icon":"default","name":"Irripiscine by Irrijardin Gigean","lat":43.492424815897,"lng":3.7067600932541,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/72","visible":false,"title":"Irripiscine by Irrijardin Gigean"},{"id":73,"icon":"default","name":"Irripiscine by Irrijardin Messanges","lat":43.797836,"lng":-1.389496,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/73","visible":false,"title":"Irripiscine by Irrijardin Messanges"},{"id":74,"icon":"default","name":"Irripiscine by Irrijardin Biscarrosse","lat":44.391998,"lng":-1.162213,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/74","visible":false,"title":"Irripiscine by Irrijardin Biscarrosse"},{"id":75,"icon":"default","name":"Irripiscine by Irrijardin Narrosse","lat":43.698341,"lng":-1.022541,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/75","visible":false,"title":"Irripiscine by Irrijardin Narrosse"},{"id":76,"icon":"default","name":"Irripiscine by Irrijardin Vert-Saint-Denis","lat":48.568845,"lng":2.626205,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/76","visible":false,"title":"Irripiscine by Irrijardin Vert-Saint-Denis"},{"id":77,"icon":"default","name":"Irripiscine by Irrijardin Figeac","lat":44.605723,"lng":2.013373,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/77","visible":false,"title":"Irripiscine by Irrijardin Figeac"},{"id":78,"icon":"default","name":"Irripiscine by Irrijardin Ambar\u00e8s et Lagrave","lat":44.917895597297,"lng":-0.48203384788513,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/78","visible":false,"title":"Irripiscine by Irrijardin Ambar\u00e8s et Lagrave"},{"id":79,"icon":"default","name":"Irripiscine by Irrijardin Thouar\u00e9-sur-Loire","lat":47.2632432,"lng":-1.445839,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/79","visible":false,"title":"Irripiscine by Irrijardin Thouar\u00e9-sur-Loire"},{"id":80,"icon":"default","name":"Irripiscine by Irrijardin Hossegor","lat":43.669707873907,"lng":-1.3912255079346,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/80","visible":false,"title":"Irripiscine by Irrijardin Hossegor"},{"id":81,"icon":"default","name":"Irripiscine by Irrijardin La Seyne sur Mer","lat":43.108896577587,"lng":5.8515988379593,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/81","visible":false,"title":"Irripiscine by Irrijardin La Seyne sur Mer"},{"id":82,"icon":"default","name":"Irripiscine by Irrijardin Saint Alban","lat":43.684838,"lng":1.406783,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/82","visible":false,"title":"Irripiscine by Irrijardin Saint Alban"},{"id":83,"icon":"default","name":"Irripiscine by Irrijardin Granville - Yquelon","lat":48.838635,"lng":-1.551715,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/83","visible":false,"title":"Irripiscine by Irrijardin Granville - Yquelon"},{"id":84,"icon":"default","name":"Irripiscine by Irrijardin Montpellier Lattes","lat":43.583663,"lng":3.92272,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/84","visible":false,"title":"Irripiscine by Irrijardin Montpellier Lattes"},{"id":85,"icon":"default","name":"Irripiscine by Irrijardin Brest","lat":48.419664,"lng":-4.46705,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/85","visible":false,"title":"Irripiscine by Irrijardin Brest"},{"id":86,"icon":"default","name":"Irripiscine by Irrijardin Clermont L\u0027H\u00e9rault","lat":43.620277748262,"lng":3.4519784748688,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/86","visible":false,"title":"Irripiscine by Irrijardin Clermont L\u0027H\u00e9rault"},{"id":87,"icon":"default","name":"Irripiscine by Irrijardin Saint-Priest-en-Jarez","lat":45.473341420853,"lng":4.3829312771487,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/87","visible":false,"title":"Irripiscine by Irrijardin Saint-Priest-en-Jarez"},{"id":88,"icon":"default","name":"Irripiscine by Irrijardin Reims-Tinqueux","lat":49.250744,"lng":3.978613,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/88","visible":false,"title":"Irripiscine by Irrijardin Reims-Tinqueux"},{"id":89,"icon":"default","name":"Irripiscine by Irrijardin Rennes-Melesse","lat":48.2030416,"lng":-1.7359646,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/89","visible":false,"title":"Irripiscine by Irrijardin Rennes-Melesse"},{"id":90,"icon":"default","name":"Irripiscine by Irrijardin Compi\u00e8gne - Jaux","lat":49.405221,"lng":2.785351,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/90","visible":false,"title":"Irripiscine by Irrijardin Compi\u00e8gne - Jaux"},{"id":91,"icon":"default","name":"Irripiscine by Irrijardin Agen Bo\u00e9","lat":44.182739,"lng":0.631315,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/91","visible":false,"title":"Irripiscine by Irrijardin Agen Bo\u00e9"},{"id":92,"icon":"default","name":"Irripiscine by Irrijardin Dole - Choisey","lat":47.060556,"lng":5.449759,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/92","visible":false,"title":"Irripiscine by Irrijardin Dole - Choisey"},{"id":93,"icon":"default","name":"Irripiscine by Irrijardin Charancieu Les Abrets","lat":45.525088,"lng":5.593168,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/93","visible":false,"title":"Irripiscine by Irrijardin Charancieu Les Abrets"},{"id":94,"icon":"default","name":"Irripiscine by Irrijardin Rouen - Barentin","lat":49.532413,"lng":0.964859,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/94","visible":false,"title":"Irripiscine by Irrijardin Rouen - Barentin"},{"id":95,"icon":"default","name":"Irripiscine by Irrijardin Bettancourt-la-Ferr\u00e9e","lat":48.648633161116,"lng":4.9579057632294,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/95","visible":false,"title":"Irripiscine by Irrijardin Bettancourt-la-Ferr\u00e9e"},{"id":96,"icon":"default","name":"Irripiscine by Irrijardin Bourg-en-Bresse","lat":46.20091,"lng":5.248255,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/96","visible":false,"title":"Irripiscine by Irrijardin Bourg-en-Bresse"},{"id":97,"icon":"default","name":"Irripiscine by Irrijardin La Baule - Gu\u00e9rande","lat":47.324534281305,"lng":-2.4105053497028,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/97","visible":false,"title":"Irripiscine by Irrijardin La Baule - Gu\u00e9rande"},{"id":98,"icon":"default","name":"Irripiscine by Irrijardin Colmar - Horbourg-Wihr","lat":48.075225,"lng":7.406315,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/98","visible":false,"title":"Irripiscine by Irrijardin Colmar - Horbourg-Wihr"},{"id":99,"icon":"default","name":"Irripiscine by Irrijardin Castelnaudary","lat":43.303809096167,"lng":1.9574192380982,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/99","visible":false,"title":"Irripiscine by Irrijardin Castelnaudary"},{"id":100,"icon":"default","name":"Irripiscine By Irrijardin Villeneuve sur Lot","lat":44.406670309771,"lng":0.73948238317317,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/100","visible":false,"title":"Irripiscine By Irrijardin Villeneuve sur Lot"},{"id":101,"icon":"default","name":"Irripiscine by Irrijardin L\u0027Isle Jourdain","lat":43.602813170874,"lng":1.0688670183563,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/101","visible":false,"title":"Irripiscine by Irrijardin L\u0027Isle Jourdain"},{"id":102,"icon":"default","name":"IRRIPISCINE by Irrijardin - Orleans -","lat":47.895448,"lng":1.85348,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/102","visible":false,"title":"IRRIPISCINE by Irrijardin - Orleans -"},{"id":103,"icon":"default","name":"Irripiscine by Irrijardin Chambly","lat":49.15997,"lng":2.259356,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/103","visible":false,"title":"Irripiscine by Irrijardin Chambly"},{"id":104,"icon":"default","name":"Irripiscine by Irrijardin Phalsbourg","lat":48.769650839686,"lng":7.2465798454533,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/104","visible":false,"title":"Irripiscine by Irrijardin Phalsbourg"},{"id":105,"icon":"default","name":"Irripiscine by Irrijardin Pau - Idron","lat":43.302757,"lng":-0.30867,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/105","visible":false,"title":"Irripiscine by Irrijardin Pau - Idron"},{"id":106,"icon":"default","name":"Irripiscine by Irrijardin Odos","lat":43.21628,"lng":0.054191,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/106","visible":false,"title":"Irripiscine by Irrijardin Odos"},{"id":107,"icon":"default","name":"Irripiscine by Irrijardin Perpignan","lat":42.679463,"lng":2.881206,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/107","visible":false,"title":"Irripiscine by Irrijardin Perpignan"},{"id":108,"icon":"default","name":"Irripiscine by Irrijardin Givors","lat":45.578886859684,"lng":4.7348514957008,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/108","visible":false,"title":"Irripiscine by Irrijardin Givors"},{"id":109,"icon":"default","name":"Irripiscine by Irrijardin Vendenheim","lat":48.674028,"lng":7.716977,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/109","visible":false,"title":"Irripiscine by Irrijardin Vendenheim"},{"id":110,"icon":"default","name":"Irripiscine by Irrijardin Lyon-Craponne","lat":45.748503828583,"lng":4.7397897582664,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/110","visible":false,"title":"Irripiscine by Irrijardin Lyon-Craponne"},{"id":111,"icon":"default","name":"Irripiscine by Irrijardin Cournon D\u0027Auvergne","lat":45.7458913,"lng":3.1650535,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/111","visible":false,"title":"Irripiscine by Irrijardin Cournon D\u0027Auvergne"},{"id":112,"icon":"default","name":"Irripiscine by Irrijardin Cholet","lat":47.076343,"lng":-0.839448,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/112","visible":false,"title":"Irripiscine by Irrijardin Cholet"},{"id":113,"icon":"default","name":"Irripiscine by Irrijardin Soyaux Angoul\u00eame","lat":45.635213,"lng":0.213805,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/113","visible":false,"title":"Irripiscine by Irrijardin Soyaux Angoul\u00eame"},{"id":114,"icon":"default","name":"Irripiscine by Irrijardin Luisant Chartres","lat":48.417806,"lng":1.465191,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/114","visible":false,"title":"Irripiscine by Irrijardin Luisant Chartres"},{"id":115,"icon":"default","name":"Irripiscine by Irrijardin Caudan Lorient","lat":47.787471,"lng":-3.332457,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/115","visible":false,"title":"Irripiscine by Irrijardin Caudan Lorient"},{"id":116,"icon":"default","name":"Irripiscine by Irrijardin Cadaujac","lat":44.736786,"lng":-0.537664,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/116","visible":false,"title":"Irripiscine by Irrijardin Cadaujac"},{"id":117,"icon":"default","name":"Irripiscine by Irrijardin Brives-Charensac","lat":45.049131,"lng":3.909626,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/117","visible":false,"title":"Irripiscine by Irrijardin Brives-Charensac"},{"id":118,"icon":"default","name":"Irripiscine by Irrijardin Evreux","lat":49.016272054486,"lng":1.1869121437899,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/118","visible":false,"title":"Irripiscine by Irrijardin Evreux"},{"id":119,"icon":"default","name":"Irripiscine by Irrijardin Lescar Pau","lat":43.330542,"lng":-0.447201,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/119","visible":false,"title":"Irripiscine by Irrijardin Lescar Pau"},{"id":120,"icon":"default","name":"Irripiscine by Irrijardin Quimper","lat":48.018766585729,"lng":-4.0833824527092,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/120","visible":false,"title":"Irripiscine by Irrijardin Quimper"},{"id":121,"icon":"default","name":"Irripiscine by Irrijardin Ch\u00e2lons-en-Champagne","lat":48.948438,"lng":4.393912,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/121","visible":false,"title":"Irripiscine by Irrijardin Ch\u00e2lons-en-Champagne"},{"id":122,"icon":"default","name":"Irripiscine by Irrijardin Arras Sainte Catherine","lat":50.316041,"lng":2.759493,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/122","visible":false,"title":"Irripiscine by Irrijardin Arras Sainte Catherine"},{"id":123,"icon":"default","name":"Irripiscine by Irrijardin Al\u00e8s","lat":44.135188,"lng":4.104751,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/123","visible":false,"title":"Irripiscine by Irrijardin Al\u00e8s"},{"id":124,"icon":"default","name":"Irripiscine by Irrijardin Poitiers","lat":46.602692,"lng":0.32724,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/124","visible":false,"title":"Irripiscine by Irrijardin Poitiers"},{"id":125,"icon":"default","name":"Irripiscine by Irrijardin Nantes Orvault","lat":47.254662,"lng":-1.617717,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/125","visible":false,"title":"Irripiscine by Irrijardin Nantes Orvault"},{"id":126,"icon":"default","name":"Irripiscine by Irrijardin La Ville-du-Bois","lat":48.650671,"lng":2.269428,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/126","visible":false,"title":"Irripiscine by Irrijardin La Ville-du-Bois"},{"id":127,"icon":"default","name":"Irripiscine by Irrijardin Dinard","lat":48.613991,"lng":-2.047187,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/127","visible":false,"title":"Irripiscine by Irrijardin Dinard"},{"id":128,"icon":"default","name":"Irripiscine by Irrijardin Pornic","lat":47.125502,"lng":-2.119607,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/128","visible":false,"title":"Irripiscine by Irrijardin Pornic"},{"id":129,"icon":"default","name":"Irripiscine by Irrijardin Rennes Cesson-S\u00e9vign\u00e9","lat":48.11496,"lng":-1.589229,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/129","visible":false,"title":"Irripiscine by Irrijardin Rennes Cesson-S\u00e9vign\u00e9"},{"id":130,"icon":"default","name":"Irripiscine by Irrijardin Saint-Gaudens","lat":43.115049894329,"lng":0.76528841318338,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/130","visible":false,"title":"Irripiscine by Irrijardin Saint-Gaudens"},{"id":131,"icon":"default","name":"Irripiscine by Irrijardin Crolles","lat":45.272022238445,"lng":5.8895417289831,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/131","visible":false,"title":"Irripiscine by Irrijardin Crolles"},{"id":132,"icon":"default","name":"Irripiscine by Irrijardin Geispolsheim","lat":48.5239114,"lng":7.6899658,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/132","visible":false,"title":"Irripiscine by Irrijardin Geispolsheim"},{"id":133,"icon":"default","name":"Irripiscine by Irrijardin Besan\u00e7on","lat":47.22098,"lng":5.9543,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/133","visible":false,"title":"Irripiscine by Irrijardin Besan\u00e7on"},{"id":134,"icon":"default","name":"Irripiscine by Irrijardin Saintes","lat":45.750371570005,"lng":-0.67516480360639,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/134","visible":false,"title":"Irripiscine by Irrijardin Saintes"},{"id":139,"icon":"default","name":"Irripiscine La Teste-De-Buch","lat":44.610737120515,"lng":-1.1288227188132,"url":"https:\/\/magasin.irripiscine.fr\/ajax\/card\/139","visible":false,"title":"Irripiscine La Teste-De-Buch"}]};
</script>
<div id="store_map" class="b-infos__map-dynamic"></div> </div>
</div>
</section>
<section class="p-store__sections" aria-label="Services et informations complémentaires">
<section class="c-section" id="description" >
<div class="c-section__wrapper">
<h2 class="c-section__title" >
Les informations de votre magasin Irripiscine by Irrijardin Metz-Augny
</h2>
<div class="b-photos-with-text">
<div class="b-photos-with-text__left">
<div
class="b-photos-with-text__photos swiper-container swiper-navigation-mobile"
data-slides-per-view="1"
data-loop data-navigation data-navigation-mobile data-init data-auto-height="false"
data-first-slide-message="Première diapositive"
data-last-slide-message="Dernière diapositive"
data-slide-label-message="Diapositive {{index}} sur {{slidesLength}}"
data-pagination-bullet-message="Aller à la diapositive {{index}}"
data-prev-slide-message="Diapositive précédente"
data-next-slide-message="Diapositive suivante"
>
<div class="swiper-container-wrapper">
<div class="swiper">
<div class="swiper-wrapper">
<div class="swiper-slide" >
<picture
class="c-image c-image--background"
data-desktop-width="619" data-desktop-height="349" data-mobile-width="343" data-mobile-height="193" >
<source media="(min-width:1200px)" srcset="https://image-resize.partoo-store-locator.co/eyJidWNrZXQiOiJwYXJ0b28tc3RvcmVsb2NhdG9yLW1lZGlhcyIsImtleSI6InByb2R1Y3Rpb25cL2lycmlwaXNjaW5lXC8xODBcL2IxOGI4MTA2LWZmNDAtNDAyOC04ZmI0LTkxZjk4MzZjYzJhZS5qcGciLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjYxOSwiaGVpZ2h0IjozNDksImZpdCI6Imluc2lkZSJ9LCJqcGVnIjp7InF1YWxpdHkiOjEwMCwiY2hyb21hU3Vic2FtcGxpbmciOiI0OjQ6NCJ9fX0=">
<img
class="c-image__img"
style="object-fit: contain;width: 619px;height: 349px; "
src="https://image-resize.partoo-store-locator.co/eyJidWNrZXQiOiJwYXJ0b28tc3RvcmVsb2NhdG9yLW1lZGlhcyIsImtleSI6InByb2R1Y3Rpb25cL2lycmlwaXNjaW5lXC8xODBcL2IxOGI4MTA2LWZmNDAtNDAyOC04ZmI0LTkxZjk4MzZjYzJhZS5qcGciLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjM0MywiaGVpZ2h0IjoxOTMsImZpdCI6Imluc2lkZSJ9LCJqcGVnIjp7InF1YWxpdHkiOjEwMCwiY2hyb21hU3Vic2FtcGxpbmciOiI0OjQ6NCJ9fX0="
alt=""
loading="lazy"
>
</picture>
</div>
</div>
</div>
</div>
<button class="swiper-button-prev"><span class="c-icon" >
<i class="icon chevron"></i>
</span></button>
<button class="swiper-button-next"><span class="c-icon" >
<i class="icon chevron"></i>
</span></button>
</div>
</div>
<div class="c-markdown b-photos-with-text__right">
<p>Irripiscine by Irrijardin Metz, situé au 508 Rue du Prayon, vous conseille et vous accompagne pour vos projets Piscine, Spa et Arrosage. Vous avez un projet de construction de piscine dans le Nord-Ouest de la France ? Notre équipe de spécialistes piscine, spa et sauna est prête à vous rendre service à Augny.</p>
<p>Retrouvez également une sélection de produits spécialisés : robots de piscine, piscine hors-sol, produits d'entretien. Découvrez aussi notre sélection de spas et de saunas de grandes marques en vente en magasin, pour une détente garantie !</p>
<p>Venez rencontrer notre équipe pour vous aider à donner vie à <button
class="c-see-more"
data-modal
aria-controls="see-more-description"
>
voir plus </button></p>
</div>
<dialog
id="see-more-description"
class="c-modal"
aria-labelledby="modal-see-more-description-title"
>
<header class="c-modal__header">
<p id="modal-see-more-description-title" class="c-modal__title">
Les informations de votre magasin Irripiscine by Irrijardin Metz-Augny
</p>
<button
class="c-modal__close"
data-modal-action="close"
aria-label="Fermer la modale"
>
<span class="c-icon" >
<i class="icon close"></i>
</span> </button>
</header>
<main class="c-modal__content"><div class="c-markdown" >
<p>Irripiscine by Irrijardin Metz, situé au 508 Rue du Prayon, vous conseille et vous accompagne pour vos projets Piscine, Spa et Arrosage. Vous avez un projet de construction de piscine dans le Nord-Ouest de la France ? Notre équipe de spécialistes piscine, spa et sauna est prête à vous rendre service à Augny.</p>
<p>Retrouvez également une sélection de produits spécialisés : robots de piscine, piscine hors-sol, produits d'entretien. Découvrez aussi notre sélection de spas et de saunas de grandes marques en vente en magasin, pour une détente garantie !</p>
<p>Venez rencontrer notre équipe pour vous aider à donner vie à ce projet. Faites le choix d'un spécialiste Piscine, Spa et Arrosage sur Metz.</p>
<p>Devis sur-mesure et analyse d'eau gratuits en magasin.</p>
</div></main>
</dialog>
</div>
</div>
</section>
<nav class="c-nav c-nav--full" >
<div class="c-nav__wrapper">
<ul class="c-nav__list">
<li class="c-nav__item" >
<a class="c-nav__link" href="#services">Services & Prestations</a>
</li> <li class="c-nav__item" >
<a class="c-nav__link" href="#promotions">Promotions</a>
</li>
</ul>
</div>
<div class="c-nav__arrow c-nav__arrow--left"></div>
<div class="c-nav__arrow c-nav__arrow--right"></div>
</nav>
<section class="c-section" id="services" >
<div class="c-section__wrapper">
<h2 class="c-section__title" >
<a
href="https://www.irripiscine.fr/boutique/nos-services"
target="_blank" rel="noopener noreferrer" >
Nos services
</a>
</h2>
<ul
id="services-list"
class="b-simple-list"
data-tracking-category="Sections"
data-tracking-evname="click_tag"
data-tracking-item="Nos services"
>
<li>
<article class="b-simple-list__item">
<picture
class="c-image c-image--background c-image--medallion"
data-desktop-width="52" data-desktop-height="52" data-mobile-width="52" data-mobile-height="52" >
<source media="(min-width:1200px)" srcset="https://partoo-storelocator-medias.s3.eu-west-1.amazonaws.com/production/irripiscine/4/pictos-services-partoo_ANALYSE-DE-L'EAU.svg">
<img
class="c-image__img"
style="object-fit: contain;width: 52px;height: 52px; "
src="https://partoo-storelocator-medias.s3.eu-west-1.amazonaws.com/production/irripiscine/4/pictos-services-partoo_ANALYSE-DE-L'EAU.svg"
alt=""
loading="lazy"
>
</picture>
<h3 class="b-simple-list__title">Analyse de l'eau gratuite</h3>
</article>
</li>
<li>
<article class="b-simple-list__item">
<picture
class="c-image c-image--background c-image--medallion"
data-desktop-width="52" data-desktop-height="52" data-mobile-width="52" data-mobile-height="52" >
<source media="(min-width:1200px)" srcset="https://partoo-storelocator-medias.s3.eu-west-1.amazonaws.com/production/irripiscine/5/pictos-services-partoo_ATELIER-DE-FORMATION.svg">
<img
class="c-image__img"
style="object-fit: contain;width: 52px;height: 52px; "
src="https://partoo-storelocator-medias.s3.eu-west-1.amazonaws.com/production/irripiscine/5/pictos-services-partoo_ATELIER-DE-FORMATION.svg"
alt=""
loading="lazy"
>
</picture>
<h3 class="b-simple-list__title">Ateliers de formation gratuits</h3>
</article>
</li>
<li>
<article class="b-simple-list__item">
<picture
class="c-image c-image--background c-image--medallion"
data-desktop-width="52" data-desktop-height="52" data-mobile-width="52" data-mobile-height="52" >
<source media="(min-width:1200px)" srcset="https://partoo-storelocator-medias.s3.eu-west-1.amazonaws.com/production/irripiscine/6/pictos-services-partoo_BILAN-THERMIQUE.svg">
<img
class="c-image__img"
style="object-fit: contain;width: 52px;height: 52px; "
src="https://partoo-storelocator-medias.s3.eu-west-1.amazonaws.com/production/irripiscine/6/pictos-services-partoo_BILAN-THERMIQUE.svg"
alt=""
loading="lazy"
>
</picture>
<h3 class="b-simple-list__title">Bilan thermique</h3>
</article>
</li>
<li>
<article class="b-simple-list__item">
<picture
class="c-image c-image--background c-image--medallion"
data-desktop-width="52" data-desktop-height="52" data-mobile-width="52" data-mobile-height="52" >
<source media="(min-width:1200px)" srcset="https://partoo-storelocator-medias.s3.eu-west-1.amazonaws.com/production/irripiscine/7/pictos-services-partoo_DEVIS.svg">
<img
class="c-image__img"
style="object-fit: contain;width: 52px;height: 52px; "
src="https://partoo-storelocator-medias.s3.eu-west-1.amazonaws.com/production/irripiscine/7/pictos-services-partoo_DEVIS.svg"
alt=""
loading="lazy"
>
</picture>
<h3 class="b-simple-list__title">Devis gratuit</h3>
</article>
</li>
<li>
<article class="b-simple-list__item">
<picture
class="c-image c-image--background c-image--medallion"
data-desktop-width="52" data-desktop-height="52" data-mobile-width="52" data-mobile-height="52" >
<source media="(min-width:1200px)" srcset="https://partoo-storelocator-medias.s3.eu-west-1.amazonaws.com/production/irripiscine/8/pictos-services-partoo_Service-SAV.svg">
<img
class="c-image__img"
style="object-fit: contain;width: 52px;height: 52px; "
src="https://partoo-storelocator-medias.s3.eu-west-1.amazonaws.com/production/irripiscine/8/pictos-services-partoo_Service-SAV.svg"
alt=""
loading="lazy"
>
</picture>
<h3 class="b-simple-list__title">Service SAV</h3>
</article>
</li>
<li>
<article class="b-simple-list__item">
<picture
class="c-image c-image--background c-image--medallion"
data-desktop-width="52" data-desktop-height="52" data-mobile-width="52" data-mobile-height="52" >
<source media="(min-width:1200px)" srcset="https://partoo-storelocator-medias.s3.eu-west-1.amazonaws.com/production/irripiscine/9/pictos-services-partoo_SOLUTION-FINANCEMENT.svg">
<img
class="c-image__img"
style="object-fit: contain;width: 52px;height: 52px; "
src="https://partoo-storelocator-medias.s3.eu-west-1.amazonaws.com/production/irripiscine/9/pictos-services-partoo_SOLUTION-FINANCEMENT.svg"
alt=""
loading="lazy"
>
</picture>
<h3 class="b-simple-list__title">Solution de financement</h3>
</article>
</li>
</ul>
</div>
</section>
<section class="c-section" id="prestations" >
<div class="c-section__wrapper">
<h2 class="c-section__title" >
<a
href="https://www.irripiscine.fr/boutique/nos-prestations-piscine"
target="_blank" rel="noopener noreferrer" >
Nos prestations
</a>
</h2>
<ul
id="prestations-list"
class="b-simple-list"
data-tracking-category="Sections"
data-tracking-evname="click_tag"
data-tracking-item="Nos prestations"
>
<li>
<article class="b-simple-list__item">
<picture
class="c-image c-image--background c-image--medallion"
data-desktop-width="52" data-desktop-height="52" data-mobile-width="52" data-mobile-height="52" >
<source media="(min-width:1200px)" srcset="https://image-resize.partoo-store-locator.co/eyJidWNrZXQiOiJwYXJ0b28tc3RvcmVsb2NhdG9yLW1lZGlhcyIsImtleSI6InByb2R1Y3Rpb25cL2lycmlwaXNjaW5lXC8xMFwvYTBmNGM1ZGQtZTcwYi00MWJlLWFjMzMtOGY1NGY0MDcxM2Y2LnBuZyIsImVkaXRzIjp7InJlc2l6ZSI6eyJ3aWR0aCI6NTIsImhlaWdodCI6NTIsImZpdCI6ImNvdmVyIn19fQ==">
<img
class="c-image__img"
style="object-fit: contain;width: 52px;height: 52px; "
src="https://image-resize.partoo-store-locator.co/eyJidWNrZXQiOiJwYXJ0b28tc3RvcmVsb2NhdG9yLW1lZGlhcyIsImtleSI6InByb2R1Y3Rpb25cL2lycmlwaXNjaW5lXC8xMFwvYTBmNGM1ZGQtZTcwYi00MWJlLWFjMzMtOGY1NGY0MDcxM2Y2LnBuZyIsImVkaXRzIjp7InJlc2l6ZSI6eyJ3aWR0aCI6NTIsImhlaWdodCI6NTIsImZpdCI6ImNvdmVyIn19fQ=="
alt=""
loading="lazy"
>
</picture>
<h3 class="b-simple-list__title">Hivernage / Remise en route</h3>
</article>
</li>
</ul>
</div>
</section>
<section class="c-section" id="promotions" >
<div class="c-section__wrapper">
<h2 class="c-section__title" >
Nos promotions en cours
</h2>
<div
class="b-promotions swiper-container swiper-navigation-mobile"
data-slides-per-view="1"
data-navigation data-navigation-mobile data-slides-per-view-mobile="1.1" data-init data-auto-height="false"
data-first-slide-message="Première diapositive"
data-last-slide-message="Dernière diapositive"
data-slide-label-message="Diapositive {{index}} sur {{slidesLength}}"
data-pagination-bullet-message="Aller à la diapositive {{index}}"
data-prev-slide-message="Diapositive précédente"
data-next-slide-message="Diapositive suivante"
>
<div class="swiper-container-wrapper">
<div class="swiper">
<ul class="swiper-wrapper">
<li class="swiper-slide" >
<article class="b-promotions__item">
<div class="b-promotions__left">
<picture
class="c-image c-image--background"
data-desktop-width="619" data-desktop-height="349" data-mobile-width="343" data-mobile-height="193" >
<source media="(min-width:1200px)" srcset="https://partoo-image-download.s3.amazonaws.com/prod/110784/42fd5f45-be2d-4908-a6b7-a37dd3ca1584.jpg">
<img
class="c-image__img"
style="object-fit: contain;width: 619px;height: 349px; "
src="https://partoo-image-download.s3.amazonaws.com/prod/110784/42fd5f45-be2d-4908-a6b7-a37dd3ca1584.jpg"
alt=""
loading="lazy"
>
</picture>
</div>
<div class="b-promotions__right">
<div class="c-markdown b-promotions__text">
<p>C’est le moment de faire le plein pour votre piscine 💦 <br>Entretien, confort, équipements : profitez de nos offres du <strong>16 juillet au 2 août</strong> dans vos magasins Irripiscine. <br>L’été se prépare aussi dans votre magasin Irripiscine ☀️</p>
</div>
</div>
</article>
</li>
</ul>
</div>
</div>
<button class="swiper-button-prev"><span class="c-icon" >
<i class="icon chevron"></i>
</span></button>
<button class="swiper-button-next"><span class="c-icon" >
<i class="icon chevron"></i>
</span></button>
</div>
</div>
</section>
<section class="c-section" id="seo_block" >
<div class="c-section__wrapper">
<h2 class="c-section__title" >
À propos de votre magasin Irripiscine by Irrijardin Metz-Augny
</h2>
<div class="c-markdown" >
<p>Opter pour une <a target="_blank" href="https://www.irripiscine.fr/boutique/piscine">piscine </a> un <a target="_blank" href="https://www.irripiscine.fr/boutique/spas-gonflables">spa </a>ou un <a target="_blank" href="https://www.irripiscine.fr/boutique/arrosage">système d'arrosage </a>en Moselle, c'est choisir d'améliorer son cadre de vie. Un engagement que notre équipe prend particulièrement au sérieux. Nous vous guidons étape par étape tout au long de l'année, de l'arrivée des beaux jours à la préparation de votre bassin pour l'hiver. Nos professionnels spécialisés dans le monde de la piscine et du spa vous assistent dans votre projet d'acquisition d'une piscine, d'un spa et d'équipements à Metz-Augny. Ils sont à votre écoute et vous accompagnent dans vos choix. Votre satisfaction est notre priorité, c'est pourquoi nous vous offrons <button
class="c-see-more"
data-modal
aria-controls="see-more-seo_block"
>
voir plus </button></p>
</div>
<dialog
id="see-more-seo_block"
class="c-modal"
aria-labelledby="modal-see-more-seo_block-title"
>
<header class="c-modal__header">
<p id="modal-see-more-seo_block-title" class="c-modal__title">
À propos de votre magasin Irripiscine by Irrijardin Metz-Augny
</p>
<button
class="c-modal__close"
data-modal-action="close"
aria-label="Fermer la modale"
>
<span class="c-icon" >
<i class="icon close"></i>
</span> </button>
</header>
<main class="c-modal__content"><div class="c-markdown" >
<p>Opter pour une <a target="_blank" href="https://www.irripiscine.fr/boutique/piscine">piscine </a> un <a target="_blank" href="https://www.irripiscine.fr/boutique/spas-gonflables">spa </a>ou un <a target="_blank" href="https://www.irripiscine.fr/boutique/arrosage">système d'arrosage </a>en Moselle, c'est choisir d'améliorer son cadre de vie. Un engagement que notre équipe prend particulièrement au sérieux. Nous vous guidons étape par étape tout au long de l'année, de l'arrivée des beaux jours à la préparation de votre bassin pour l'hiver. Nos professionnels spécialisés dans le monde de la piscine et du spa vous assistent dans votre projet d'acquisition d'une piscine, d'un spa et d'équipements à Metz-Augny. Ils sont à votre écoute et vous accompagnent dans vos choix. Votre satisfaction est notre priorité, c'est pourquoi nous vous offrons des services personnalisés et des recommandations d'experts pour maximiser votre plaisir dans votre piscine et votre jacuzzi gonflable.
Nos conseillers en vente sauront également vous guider concernant les traitements ou le nettoyage de votre piscine en vous recommandant le robot ou le nettoyant le plus adapté à vos besoins et à votre bassin.
Nous vous proposons d'équiper votre piscine ou votre spa, aussi bien en été qu'en hiver, grâce à notre offre de <a target="_blank" href="https://www.irripiscine.fr/boutique/chauffage-piscine">chauffage </a> nos produits de <a target="_blank" href="https://www.irripiscine.fr/boutique/filtration-de-piscine">filtration </a>et nos appareils d'<a target="_blank" href="https://www.irripiscine.fr/boutique/traitement-automatique-piscine">automatisation de traitements </a>ainsi qu'avec notre gamme de <a target="_blank" href="https://www.irripiscine.fr/boutique/hivernage-piscine">produits d'hivernage </a>
Nous vous proposons une large sélection de produits, à la fois pour les budgets les plus restreints avec notre gamme "petits prix" et pour des produits plus haut de gamme.</p>
<h3>Quelques mots sur notre magasin Irripiscine by Irrijardin Metz-Augny</h3>
<p>Notre magasin Irripiscine by Irrijardin Metz-Augny, situé au 508 Rue du Prayon, 57685 Augny, bénéficie d’un emplacement stratégique à la périphérie de Metz, dans un cadre paisible, tout en étant à proximité des principaux quartiers de la métropole. Augny est une commune résidentielle, offrant une qualité de vie appréciable avec des espaces verts et un environnement calme, mais elle se trouve à seulement quelques minutes en voiture de Metz-Sablon, Metz-Borny, et Metz-Centre. Ce qui permet à nos clients de bénéficier à la fois de la tranquillité d'Augny et de la proximité immédiate des infrastructures et services de la ville de Metz.
Facilement accessible depuis Metz, Le Ban Saint-Martin, Longeville-lès-Metz et d’autres communes voisines, notre magasin est un véritable point de rendez-vous pour ceux qui cherchent des solutions de qualité pour leur piscine, spa ou système d'arrosage. Nous vous accueillons du mardi au samedi de 10h00 à 12h00 et de 14h00 à 18h00, dans un espace dédié, avec des conseillers experts à votre disposition pour vous guider dans vos projets. Que vous soyez à la recherche d'une piscine pour votre jardin ou d'un spa pour des moments de relaxation, nous mettons à votre disposition une large gamme de produits adaptés à vos besoins.
Venez découvrir notre coin projet, où nous concevrons ensemble le bassin de vos rêves, en prenant en compte la configuration de votre terrain et vos préférences. Grâce à notre emplacement à Augny, vous bénéficiez d’un accès facile à nos services tout en étant entouré par des quartiers résidentiels comme Augny Village, et à proximité de lieux populaires comme le centre commercial Waves Actisud et Burger King Augny, parfaits pour une petite pause après votre visite.</p>
<h2>Notre offre </h2>
<p>Spécialistes de la piscine, du spa et de l’arrosage depuis plus de 30 ans, nous sélectionnons des produits de qualité et durables afin de vous les proposer. Que ce soit des piscines en bois, des piscines hors sol, des kits de piscine, des piscines en acier ou des piscines tubulaires, vous trouverez à coup sûr la piscine faite pour vous.
Nos conseillers Irripiscine by Irrijardin Metz-Augny sont à votre disposition pour vous guider vers la solution qui correspond le mieux à vos désirs. Nous concevons et personnalisons votre bassin en fonction de la configuration de votre terrain et de votre budget.
Chez Irripiscine by Irrijardin, nous prônons l'autoconstruction, c'est pourquoi tous les <a target="_blank" href="https://www.irripiscine.fr/boutique/piscines-exterieures">kits piscines </a>que nous vous proposons sont complets. Ils contiennent notamment :</p>
<ul>
<li>La structure en Irriblocs</li>
<li>Le Kit filtration compatible avec un traitement au sel</li>
<li>Le Kit hydraulique</li>
<li>Le liner 75/100e</li>
<li>Les Pièces à sceller
Nous proposons également une large gamme de matériel de piscine et d'accessoires pour votre bassin, tels que des pompes de filtration, des couvertures de protection, des robots électriques de nettoyage, des pompes à chaleur, des liners et des revêtements sur mesure, pour maintenir votre eau propre et de qualité. Une eau bien entretenue vous permettra de profiter durablement de votre bassin pour des moments de plaisir et de relaxation assurés !
Votre boutique Irripiscine by Irrijardin Metz-Augny est là pour vous aider à obtenir le spa ou le sauna de vos rêves, vous permettant de profiter de moments de relaxation en famille, avec vos enfants ou entre amis, tout au long de l'année. Nos spas gonflables et spas acryliques, à la fois abordables et simples à installer, sont conçus pour vous plaire. Découvrez une variété de produits comprenant une large gamme de marques et de capacités dans votre magasin de spa à Metz-Augny. Nous proposons également les produits de traitement appropriés pour votre spa ainsi que les accessoires d'entretien nécessaires pour en profiter toute l’année !
Vous souhaitez bénéficier de nos conseils experts, obtenir un devis et vous engager dans l'achat d'une piscine ou d'un spa gonflable chez Irripiscine by Irrijardin ? Vous êtes au bon endroit !
Notre équipe Irripiscine by Irrijardin Metz-Augny vous attend avec plaisir.</li>
</ul>
</div></main>
</dialog>
</div>
</section>
<section class="c-section" id="closest" data-nosnippet="data-nosnippet">
<div class="c-section__wrapper">
<h2 class="c-section__title" >
Magasins à proximité
</h2>
<ul
class="b-other-stores"
data-tracking-category="More POI"
data-tracking-evname="click_closest_POI"
>
<li class="b-other-stores__item">
<article class="b-other-stores__content">
<a
class="b-other-stores__link"
href="https://magasin.irripiscine.fr/grand-est/moselle/hauconcourt/irripiscine-by-irrijardin-hauconcourt"
data-tracking-event="click" data-tracking-item="Irripiscine by Irrijardin Hauconcourt - Hauconcourt" >
<h3 class="b-other-stores__name">Irripiscine by Irrijardin Hauconcourt</h3>
</a>
<address>
<p class="b-other-stores__address-line">Rue du Prè le Loop, Zone industrielle Talange,</p>
<p class="b-other-stores__address-line">57280 Hauconcourt</p>
</address>
<div class="b-other-stores__distance">16,9 km</div>
</article>
</li>
<li class="b-other-stores__item">
<article class="b-other-stores__content">
<a
class="b-other-stores__link"
href="https://magasin.irripiscine.fr/grand-est/meurthe-et-moselle/fleville-devant-nancy/irripiscine-by-irrijardin-houdemont"
data-tracking-event="click" data-tracking-item="Irripiscine by Irrijardin Houdemont - Fléville Devant Nancy" >
<h3 class="b-other-stores__name">Irripiscine by Irrijardin Houdemont</h3>
</a>
<address>
<p class="b-other-stores__address-line">7 Rue Antoine De Saint Exupéry,</p>
<p class="b-other-stores__address-line">54710 Fléville Devant Nancy</p>
</address>
<div class="b-other-stores__distance">49,2 km</div>
</article>
</li>
<li class="b-other-stores__item">
<article class="b-other-stores__content">
<a
class="b-other-stores__link"
href="https://magasin.irripiscine.fr/grand-est/moselle/phalsbourg/irripiscine-by-irrijardin-phalsbourg"
data-tracking-event="click" data-tracking-item="Irripiscine by Irrijardin Phalsbourg - Phalsbourg" >
<h3 class="b-other-stores__name">Irripiscine by Irrijardin Phalsbourg</h3>
</a>
<address>
<p class="b-other-stores__address-line">Rue Du Luxembourg,</p>
<p class="b-other-stores__address-line">57370 Phalsbourg</p>
</address>
<div class="b-other-stores__distance">90,0 km</div>
</article>
</li>
</ul>
</div>
</section>
<section class="c-section" id="more-closest" data-nosnippet="data-nosnippet">
<div class="c-section__wrapper">
<h2 class="c-section__title" >
Magasins dans votre région
</h2>
<ul
class="b-other-stores"
data-tracking-category="More POI"
data-tracking-evname="click_closest_POI"
>
<li class="b-other-stores__item">
<article class="b-other-stores__content">
<a
class="b-other-stores__link"
href="https://magasin.irripiscine.fr/grand-est/haute-marne/bettancourt-la-ferree/irripiscine-by-irrijardin-bettancourt-la-ferree"
data-tracking-event="click" data-tracking-item="Irripiscine by Irrijardin Bettancourt-la-Ferrée - Bettancourt La Ferree" >
<h3 class="b-other-stores__name">Irripiscine by Irrijardin Bettancourt-la-Ferrée</h3>
</a>
<address>
<p class="b-other-stores__address-line">Route De Bar Le Duc,</p>
<p class="b-other-stores__address-line">52100 Bettancourt La Ferree</p>
</address>
<div class="b-other-stores__distance">96,7 km</div>
</article>
</li>
<li class="b-other-stores__item">
<article class="b-other-stores__content">
<a
class="b-other-stores__link"
href="https://magasin.irripiscine.fr/grand-est/marne/saint-memmie/irripiscine-by-irrijardin-chalons-en-champagne"
data-tracking-event="click" data-tracking-item="Irripiscine by Irrijardin Châlons-en-Champagne - Saint-Memmie" >
<h3 class="b-other-stores__name">Irripiscine by Irrijardin Châlons-en-Champagne</h3>
</a>
<address>
<p class="b-other-stores__address-line">5 Av. Marc Hamet,</p>
<p class="b-other-stores__address-line">51470 Saint-Memmie</p>
</address>
<div class="b-other-stores__distance">125,8 km</div>
</article>
</li>
<li class="b-other-stores__item">
<article class="b-other-stores__content">
<a
class="b-other-stores__link"
href="https://magasin.irripiscine.fr/grand-est/bas-rhin/vendenheim/irripiscine-by-irrijardin-vendenheim"
data-tracking-event="click" data-tracking-item="Irripiscine by Irrijardin Vendenheim - Vendenheim" >
<h3 class="b-other-stores__name">Irripiscine by Irrijardin Vendenheim</h3>
</a>
<address>
<p class="b-other-stores__address-line">13 Rte de Brumath,</p>
<p class="b-other-stores__address-line">67550 Vendenheim</p>
</address>
<div class="b-other-stores__distance">126,0 km</div>
</article>
</li>
</ul>
</div>
</section>
</section>
<nav id="breadcrumb" aria-label="Breadcrumb">
<ol class="b-breadcrumb" itemscope itemtype="https://schema.org/BreadcrumbList">
<li class="b-breadcrumb__item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
<a
class="b-breadcrumb__item-link"
itemscope
itemtype="https://schema.org/WebPage"
itemprop="item"
href="https://www.irripiscine.fr/"
itemid="https://www.irripiscine.fr/"
>
<span class="b-breadcrumb__item-content" itemprop="name">Accueil</span>
</a>
<span class="b-breadcrumb__item-separator">
</span>
<meta itemprop="position" content="1">
</li>
<li class="b-breadcrumb__item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
<a
class="b-breadcrumb__item-link"
itemscope
itemtype="https://schema.org/WebPage"
itemprop="item"
href="https://magasin.irripiscine.fr"
itemid="https://magasin.irripiscine.fr"
>
<span class="b-breadcrumb__item-content" itemprop="name">Trouver nos magasins</span>
</a>
<span class="b-breadcrumb__item-separator">
</span>
<meta itemprop="position" content="2">
</li>
<li class="b-breadcrumb__item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
<a
class="b-breadcrumb__item-link"
itemscope
itemtype="https://schema.org/WebPage"
itemprop="item"
href="https://magasin.irripiscine.fr/grand-est"
itemid="https://magasin.irripiscine.fr/grand-est"
>
<span class="b-breadcrumb__item-content" itemprop="name">Grand Est</span>
</a>
<span class="b-breadcrumb__item-separator">
</span>
<meta itemprop="position" content="3">
</li>
<li class="b-breadcrumb__item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
<a
class="b-breadcrumb__item-link"
itemscope
itemtype="https://schema.org/WebPage"
itemprop="item"
href="https://magasin.irripiscine.fr/grand-est/moselle"
itemid="https://magasin.irripiscine.fr/grand-est/moselle"
>
<span class="b-breadcrumb__item-content" itemprop="name">Moselle</span>
</a>
<span class="b-breadcrumb__item-separator">
</span>
<meta itemprop="position" content="4">
</li>
<li class="b-breadcrumb__item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
<a
class="b-breadcrumb__item-link"
itemscope
itemtype="https://schema.org/WebPage"
itemprop="item"
href="https://magasin.irripiscine.fr/grand-est/moselle/augny"
itemid="https://magasin.irripiscine.fr/grand-est/moselle/augny"
>
<span class="b-breadcrumb__item-content" itemprop="name">Augny</span>
</a>
<span class="b-breadcrumb__item-separator b-breadcrumb__item-separator--active">
</span>
<meta itemprop="position" content="5">
</li>
<li class="b-breadcrumb__item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
<span
class="b-breadcrumb__item-content b-breadcrumb__item-content--active"
itemprop="name"
aria-current="page"
>
Irripiscine by Irrijardin Metz-Augny
</span>
<meta itemprop="position" content="6">
</li>
</ol>
</nav>
</main>
<footer class="page-footer b-ext b-ext--footer"><div class="footer content"><div class="footer"><style>#html-body [data-pb-style=D5SO5FU]{justify-content:flex-start;display:flex;flex-direction:column;background-position:left top;background-size:cover;background-repeat:no-repeat;background-attachment:scroll}</style><div data-content-type="row" data-appearance="contained" data-element="main"><div data-enable-parallax="0" data-parallax-speed="0.5" data-background-images="{}" data-background-type="image" data-video-loop="true" data-video-play-only-visible="true" data-video-lazy-load="true" data-video-fallback-src="" data-element="inner" data-pb-style="D5SO5FU"><div data-content-type="html" data-appearance="default" data-element="main">
<div>
<div class="footer-links flex flex-col md:flex-row justify-between max-w-screen-xl p-4 md:p-2 w-full my-10 lg:px-10 gap-4">
<div class="w-full md:w-440 flex-shrink-0">
<a href="https://www.irripiscine.fr/media/catalogue/catalogue-2026.pdf">
<img class="w-full pr-5" src="/ext/media/wysiwyg/2026/03260250_ENCART_CATALOGUE_HOME_PAGE_793_33x285px_Plan_de_travail_1_copie.jpg" alt="catalogue irripiscine" loading="lazy">
</a>
</div>
<div class="w-full flex-grow" x-data="{ show1: window.innerWidth > 768 }">
<p x-on:click="show1 = (! show1 ) || window.innerWidth > 768 " x-bind:class="show1 ? 'is-anime-icon' : ''" class="title-link cursor-pointer md:cursor-auto flex justify-between text-l font-bold md:mb-4 text-blue-darker py-4 md:py-0 border-b border-gray md:border-b-0">
Nos produits <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" class="anime-icon fill-blue w-14 md:hidden" width="24" height="24">
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.293 8.293a1 1 0 0 1 1.414 0L12 13.586l5.293-5.293a1 1 0 1 1 1.414 1.414l-6 6a1 1 0 0 1-1.414 0l-6-6a1 1 0 0 1 0-1.414Z"></path>
</svg>
</p>
<ul class="mt-2 md:mt-0 md:block list-none p-0" x-show.transition.in="show1">
<li class="mb-2">
<a class="footer-link" href="https://www.irripiscine.fr/boutique/piscine">
Piscine </a>
</li>
<li class="mb-2">
<a class="footer-link" href="https://www.irripiscine.fr/boutique/spas">
Spa et bien-être </a>
</li>
<li class="mb-2">
<a class="footer-link" href="https://www.irripiscine.fr/boutique/arrosage">
Arrosage </a>
</li>
<li class="mb-2">
<a class="footer-link" href="https://www.irripiscine.fr/boutique/purification-de-l-eau">
Purification de l'eau </a>
</li>
<li class="mb-2">
<a class="footer-link" href="https://www.irripiscine.fr/catalogues-et-depliants">
Nos catalogues </a>
</li>
<li class="mb-2">
<a class="footer-link" href="https://www.irripiscine.fr/">
</a>
</li>
</ul>
</div>
<div class="w-full flex-grow" x-data="{ show2: window.innerWidth > 768 }">
<p x-on:click="show2 = (! show2 ) || window.innerWidth > 768 " x-bind:class="show2 ? 'is-anime-icon' : ''" class="title-link cursor-pointer md:cursor-auto flex justify-between text-l font-bold md:mb-4 text-blue-darker py-4 md:py-0 border-b border-gray md:border-b-0">
Achat en ligne <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" class="anime-icon fill-blue w-14 md:hidden" width="24" height="24">
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.293 8.293a1 1 0 0 1 1.414 0L12 13.586l5.293-5.293a1 1 0 1 1 1.414 1.414l-6 6a1 1 0 0 1-1.414 0l-6-6a1 1 0 0 1 0-1.414Z"></path>
</svg>
</p>
<ul class="mt-2 md:mt-0 md:block list-none p-0" x-show.transition.in="show2">
<li class="mb-2">
<a class="footer-link" href="https://www.irripiscine.fr/">
</a>
</li>
<li class="mb-2">
<a class="footer-link" href="https://www.irripiscine.fr/livraisons">
Livraisons et retours </a>
</li>
<li class="mb-2">
<a class="footer-link" href="https://www.irripiscine.fr/">
</a>
</li>
<li class="mb-2">
<a class="footer-link" href="https://www.irripiscine.fr/info/la-carte-de-fidelite-arrive-dans-votre-magasin">
Carte fidélité </a>
</li>
<li class="mb-2">
<a class="footer-link" href="https://www.irripiscine.fr/faq">
Foire aux questions </a>
</li>
<li class="mb-2">
<a class="footer-link" href="https://www.irripiscine.fr/nos-marques-partenaires">
Nos marques partenaires </a>
</li>
</ul>
</div>
<div class="w-full flex-grow" x-data="{ show3: window.innerWidth > 768 }">
<p x-on:click="show3 = (! show3 ) || window.innerWidth > 768 " x-bind:class="show3 ? 'is-anime-icon' : ''" class="title-link cursor-pointer md:cursor-auto flex justify-between text-l font-bold md:mb-4 text-blue-darker py-4 md:py-0 border-b border-gray md:border-b-0">
Nos magasins <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" class="anime-icon fill-blue w-14 md:hidden" width="24" height="24">
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.293 8.293a1 1 0 0 1 1.414 0L12 13.586l5.293-5.293a1 1 0 1 1 1.414 1.414l-6 6a1 1 0 0 1-1.414 0l-6-6a1 1 0 0 1 0-1.414Z"></path>
</svg>
</p>
<ul class="mt-2 md:mt-0 md:block list-none p-0" x-show.transition.in="show3">
<li class="mb-2">
<a class="footer-link" href="https://www.irripiscine.fr/magasins">
Trouver mon magasin </a>
</li>
<li class="mb-2">
<a class="footer-link" href="https://www.irripiscine.fr/info/sav-service-apres-vente">
SAV </a>
</li>
<li class="mb-2">
<a class="footer-link" href="https://www.irripiscine.fr/info/les-solutions-de-financement">
Financement </a>
</li>
<li class="mb-2">
<a class="footer-link" href="https://www.irripiscine.fr/">
</a>
</li>
<li class="mb-2">
<a class="footer-link" href="https://www.irripiscine.fr/">
</a>
</li>
<li class="mb-2">
<a class="footer-link" href="https://www.irripiscine.fr/">
</a>
</li>
</ul>
</div>
<div class="w-full flex-grow" x-data="{ show4: window.innerWidth > 768 }">
<p x-on:click="show4 = (! show4 ) || window.innerWidth > 768 " x-bind:class="show4 ? 'is-anime-icon' : ''" class="title-link cursor-pointer md:cursor-auto flex justify-between text-l font-bold md:mb-4 text-blue-darker py-4 md:py-0 border-b border-gray md:border-b-0">
Le groupe Irripiscine by Irrijardin <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" class="anime-icon fill-blue w-14 md:hidden" width="24" height="24">
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.293 8.293a1 1 0 0 1 1.414 0L12 13.586l5.293-5.293a1 1 0 1 1 1.414 1.414l-6 6a1 1 0 0 1-1.414 0l-6-6a1 1 0 0 1 0-1.414Z"></path>
</svg>
</p>
<ul class="mt-2 md:mt-0 md:block list-none p-0" x-show.transition.in="show4">
<li class="mb-2">
<a class="footer-link" href="https://franchise.irripiscine.fr/groupe-hub/">
Qui sommes-nous ? </a>
</li>
<li class="mb-2">
<a class="footer-link" href="https://rse.irrijardin.fr/">
Nos engagements </a>
</li>
<li class="mb-2">
<a class="footer-link" href="https://franchise.irrijardin.fr/">
Devenir franchisé </a>
</li>
<li class="mb-2">
<a class="footer-link" href="https://recrutement.irrijardin.fr/">
Offres d'emploi </a>
</li>
<li class="mb-2">
<a class="footer-link" href="https://www.irripiscine.fr/irribusiness">
Irribusiness </a>
</li>
<li class="mb-2">
<a class="footer-link" href="https://www.irripiscine.fr/irrijardin-devient-irripiscine-by-irrijardin">
Nouvelle identité </a>
</li>
</ul>
</div>
</div>
<div class="flex flex-col md:flex-row bg-gray-lighter border-gray-light flex" style="border-top: 1px solid #E0E0E0; border-bottom: 1px solid #E0E0E0; background: #FAFAFA;">
<div class="flex-1 w-full md:w-auto px-10 py-6">
<div class="text-center font-bold text-primary-darker mb-5">Retrouvez-nous sur les réseaux !</div>
<div class="flex justify-center items-center social-links">
<a href="https://www.facebook.com/irripiscinee" title="facebook irripiscine ">
<img src="/ext/media/wysiwyg/footer/Facebook.png" alt="icone facebook " loading="lazy" class="w-8">
</a>
<a href="https://twitter.com/irrijardin" title="twitter irripiscine ">
<img src="/ext/media/wysiwyg/footer/X.png" alt="icone twitter " loading="lazy" class="w-8">
</a>
<a href="https://www.youtube.com/@irripiscine" title="youtube irripiscine ">
<img src="/ext/media/wysiwyg/footer/Youtube.png" alt="icone youtube " loading="lazy" class="w-8">
</a>
<a href="https://www.instagram.com/irripiscine_/" title="instagram irripiscine">
<img src="/ext/media/wysiwyg/footer/Instagram.png" alt="icone instagram " loading="lazy" class="w-8">
</a>
<a href="https://www.linkedin.com/company/irripiscine-by-irrijardin/" title="linkedin irripiscine ">
<img src="/ext/media/wysiwyg/footer/linkedin.png" alt="icone linkedin " loading="lazy" class="w-8">
</a>
<a href="https://fr.pinterest.com/irripiscine_/" title="pinterest irripiscine ">
<img src="/ext/media/wysiwyg/footer/pinterest.png" alt="icone pinterest " loading="lazy" class="w-8">
</a>
</div>
</div>
<div class="flex flex-1 flex-col md:flex-row justify-center items-center w-full md:w-auto px-10 py-6 border-gray border-t border-b md:border-t-0 md:border-b-0 md:border-l md:border-r">
<div class="relative pl-8 max-w-1/2" data-id="help_support">
<a href="tel:0970%20818%20918" class="block md:inline">
<svg width="31" height="32" class="absolute top-0 mr-2 transform -translate-x-full" viewbox="0 0 31 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_2772_3563)">
<path d="M31 16.0003C31.002 18.0364 30.6025 20.0528 29.8242 21.9342C29.046 23.8156 27.9044 25.525 26.4647 26.9647C25.025 28.4044 23.3156 29.546 21.4342 30.3242C19.5528 31.1025 17.5364 31.502 15.5003 31.5C6.93964 31.5 0 24.5604 0 16.0003C0 7.44033 6.93964 0.5 15.5003 0.5C24.0611 0.5 31 7.43964 31 16.0003Z" fill="#F8D10C"></path>
<path d="M21.6827 26.3764C19.656 27.5787 16.4594 26.1871 13.5711 23.1626C13.2325 22.8083 12.8992 22.4322 12.5712 22.0342V22.0294C11.8568 21.1587 11.2061 20.2378 10.624 19.2737C8.01481 14.964 7.10754 10.4856 8.10118 7.90064C8.39002 7.14746 8.83986 6.55528 9.45622 6.17316L9.66352 6.51382L12.3149 10.8926C11.6736 12.2055 11.333 13.5999 11.3668 14.9419C11.3864 16.1079 11.7147 17.2478 12.3184 18.2456C12.922 19.2434 13.7794 20.0633 14.8031 20.6218C15.9778 21.2727 17.3716 21.6168 18.833 21.6583L19.6698 23.0403L19.6974 23.0866L21.6827 26.3764Z" fill="white"></path>
<path d="M11.0653 5.19221L9.61072 6.07314L12.4493 10.7602L13.9039 9.87924L11.0653 5.19221Z" fill="white"></path>
<path d="M20.4608 20.7123L19.0061 21.593L21.8438 26.2805L23.2986 25.3998L20.4608 20.7123Z" fill="white"></path>
</g>
<defs>
<clippath id="clip0_2772_3563">
<rect width="31" height="31" fill="white" transform="translate(0 0.5)"></rect>
</clippath>
</defs>
</svg>
</a>
<p class="text-blue text-l font-bold mb-2 ml-2 flex flex-wrap lg:block">
<span class="text-blue-darker text-l font-bold w-full lg:w-auto">Besoin d'aide ?</span>
<a href="tel:0970%20818%20918" class="block md:inline mr-1 lg:mr-0">
0970 818 918 </a>
<span class="text-sm text-gray-darker font-normal ml-1">(appel non surtaxé)</span>
</p>
<p class="text-sm text-gray-darker ml-2">
Du lundi au vendredi de <span class="font-bold">9 h - 13 h </span> à <span class="font-bold">14 h - 18 h</span>
<span data-hidden-cloned>
ou contactez-nous via <a class="text-blue font-bold underline" href="https://www.irripiscine.fr/contactez-nous">notre formulaire</a>
</span>
</p>
</div>
</div>
<div class="flex-1 px-10 flex justify-center items-center w-full md:w-auto py-6">
<div class="px-3 py-2 border border-gray bg-white flex items-center justify-center mr-3 last:mr-0" style="height: 57px">
<img style="max-height: 37px;" src="/ext/media/wysiwyg/footer/Capture_d_e_cran_2025-07-09_a_11.46.23.png" alt="Paypal" loading="lazy">
</div>
<div class="px-3 py-2 border border-gray bg-white flex items-center justify-center mr-3 last:mr-0" style="height: 57px">
<img style="max-height: 37px;" src="/ext/media/wysiwyg/footer/pp_h_rgb_logo_tn.jpg" alt="Paypal" loading="lazy">
</div>
<div class="px-3 py-2 border border-gray bg-white flex items-center justify-center mr-3 last:mr-0" style="height: 57px">
<img style="max-height: 37px;" src="/ext/media/wysiwyg/2020-09-oney-picto-oney_2_1.png" alt="oney" loading="lazy">
</div>
</div>
</div>
<div class="bg-blue-lighter flex lg:justify-center py-2 w-full overflow-auto" style="background-color: #EAF3FB">
<a href="https://www.irripiscine.fr" class="footer-link-bottom text-blue-darker text-sm px-4 border-r border-blue-darker last:border-r-0 whitespace-nowrap">
©Irripiscine 2025 </a>
<a href="https://www.irripiscine.fr/info/cgv-conditions-generales-de-vente" class="footer-link-bottom text-blue-darker text-sm px-4 border-r border-blue-darker last:border-r-0 whitespace-nowrap">
Conditions générales de ventes </a>
<a href="https://www.irripiscine.fr/info/mentions-legales" class="footer-link-bottom text-blue-darker text-sm px-4 border-r border-blue-darker last:border-r-0 whitespace-nowrap">
Mentions légales </a>
<a href="javascript:openAxeptioCookies()" class="text-blue-darker text-blue-darker text-sm px-4 border-r border-blue-darker last:border-r-0 whitespace-nowrap">
Gérer les préférences cookies </a>
<a href="https://www.irripiscine.fr/confidentialite" class="footer-link-bottom text-blue-darker text-sm px-4 border-r border-blue-darker last:border-r-0 whitespace-nowrap">
Politique de confidentialité </a>
<a href="https://www.irripiscine.fr/info/cookies" class="footer-link-bottom text-blue-darker text-sm px-4 border-r border-blue-darker last:border-r-0 whitespace-nowrap">
Politique de gestion cookies </a>
</div>
</div>
</div></div></div><style type="text/css"></style>
</div></div></footer>
<script>
window.axeptioSettings = {
clientId: "61b9c2f926911f25419164fd",
};
(function(d, s) {
var t = d.getElementsByTagName(s)[0], e = d.createElement(s);
e.async = true; e.src = "//static.axept.io/sdk.js";
t.parentNode.insertBefore(e, t);
})(document, "script");
</script>
</body>
</html>