{"id":20,"date":"2025-03-20T22:30:07","date_gmt":"2025-03-20T21:30:07","guid":{"rendered":"https:\/\/animalactin.localhost\/?page_id=20"},"modified":"2026-03-25T16:43:05","modified_gmt":"2026-03-25T15:43:05","slug":"contact","status":"publish","type":"page","link":"https:\/\/animalactin.eu\/fr\/contact\/","title":{"rendered":"Contact"},"content":{"rendered":"<!-- Render in front -->\r\n    <section id=\"hero\" class=\"relative bg-primary\">\r\n        \r\n        <div class=\"relative min-h-[560px] lg:min-h-[520px] bg-cover bg-no-repeat\"\r\n            style=\"background-image: url('https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/03\/Hero-1.png'); background-position: center center;\">\r\n            <div class=\"absolute inset-0 bg-black\/10 mix-blend-multiply\"><\/div>\r\n            <div class=\"relative z-10 flex min-h-[720px] lg:min-h-[600px] 2xl:min-h-[850px] lg:items-center pt-24 px-6\">\r\n                <div class=\"mx-auto w-full max-w-screen-xl relative\">\r\n                    <div class=\"flex min-h-[inherit] items-center justify-center lg:justify-start\">\r\n                        <div class=\"w-full max-w-[850px] text-center lg:text-left\">\r\n                            <h1 class=\"[&#038;_strong]:text-primary [&#038;_b]:text-primary mb-2 lg:mb-6 text-4xl font-extrabold tracking-tight leading-10 md:leading-[60px] md:text-5xl lg:text-6xl xl:text-[72px] xl:leading-16 text-white\">\r\n                                Avez-vous des questions ?                            <\/h1>\r\n                                                            <p class=\"mx-auto mb-6 lg:mb-8 max-w-[720px] text-base leading-7 text-white\/90 md:text-lg md:leading-8 lg:mx-0 lg:text-[20px] lg:leading-[1.6]\">\r\n                                    Contactez-nous ! Vous trouverez ici les r\u00e9ponses aux questions fr\u00e9quentes et un acc\u00e8s rapide \u00e0 notre boutique, o\u00f9 vous pourrez facilement commander des produits pour votre animal de compagnie.                                <\/p>\r\n                                                                                <\/div>\r\n                    <\/div>\r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n        <\/div>\r\n        \r\n        <div class=\"w-full bg-white h-[90px] relative mt-0 lg:mt-0\">\r\n                    <\/div>\r\n    <\/section>\r\n\r\n    <script>\r\n        (() => {\r\n            const img = document.getElementById('hero-packshot');\r\n            const wrap = document.getElementById('hero-packshot-wrap');\r\n            if (!img || !wrap) return;\r\n\r\n            const speed = parseFloat(img.dataset.parallaxSpeed);\r\n            let raf = null;\r\n\r\n            const update = () => {\r\n                raf = null;\r\n\r\n                const rect = wrap.getBoundingClientRect();\r\n                const vh = window.innerHeight || document.documentElement.clientHeight;\r\n\r\n                const progress = (vh - rect.top) \/ (vh + rect.height);\r\n                const clamped = Math.max(0, Math.min(1, progress));\r\n\r\n                const maxShift = 120;\r\n                const y = (clamped - 0.5) * 2 * maxShift * speed;\r\n\r\n                img.style.transform = `translate3d(0, ${y.toFixed(2)}px, 0)`;\r\n            };\r\n\r\n            const request = () => {\r\n                if (raf) return;\r\n                raf = requestAnimationFrame(update);\r\n            };\r\n\r\n            window.addEventListener('scroll', request, {\r\n                passive: true\r\n            });\r\n            window.addEventListener('resize', request);\r\n            request();\r\n        })();\r\n    <\/script>\r\n\r\n\n\n\r\n    <!-- Render in front -->\r\n\r\n    <section class=\"bg-gray-50 dark:bg-gray-900\">\r\n        <div class=\"py-8 px-4 mx-auto max-w-screen-xl sm:py-16 lg:px-6 flex flex-col\">\r\n            <h2 class=\"text-3xl font-extrabold leading-tight tracking-tight sm:text-5xl text-center mb-6 lg:mb-8\">\r\n                FAQ            <\/h2>\r\n\r\n            <p class=\"mt-4 text-base font-normal text-gray-500 sm:text-xl\">\r\n                            <\/p>\r\n\r\n            <div x-data=\"{ opened: null }\">\r\n                                                    <div class=\"mx-auto max-w-screen-md\">\r\n                        <div class=\"transition-colors duration-300\"\r\n                            :class=\"{ 'text-black': opened === 1, 'text-gray-500 hover:text-black': opened !== 1 }\">\r\n                            <h2 class=\"flex items-center gap-4 border-b border-gray-200\">\r\n                                <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/themes\/site\/resources\/images\/icons\/question_mark.svg\"\r\n                                    alt=\"\">\r\n                                <button type=\"button\"\r\n                                    class=\"flex justify-between items-center py-5 w-full text-left border-b border-gray-200 cursor-pointer\"\r\n                                    x-on:click=\"opened = (opened === 1 ? null : 1)\">\r\n                                    <span class=\"text-lg font-bold leading-6\">Puis-je collaborer avec votre marque\u00a0?<\/span>\r\n                                    <svg class=\"w-6 h-6 shrink-0 transition-transform duration-300\"\r\n                                        :class=\"{ 'rotate-180': opened === 1 }\" fill=\"currentColor\"\r\n                                        viewbox=\"0 0 20 20\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                        <path fill-rule=\"evenodd\"\r\n                                            d=\"M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z\"\r\n                                            clip-rule=\"evenodd\"><\/path>\r\n                                    <\/svg>\r\n                                <\/button>\r\n                            <\/h2>\r\n                            <div x-ref=\"content1\"\r\n                                x-bind:style=\"opened === 1 ? 'max-height: ' + $refs.content1.scrollHeight + 'px' : 'max-height: 0px'\"\r\n                                class=\"overflow-hidden transition-all duration-500 ease-in-out font-normal\">\r\n                                <div class=\"py-5 mx-8 border-b border-gray-200 text-md [&#038;_a]:underline\">\r\n                                    <p>Oui, nous sommes ouverts aux collaborations avec les v\u00e9t\u00e9rinaires, les animaleries et les influenceurs. Contactez-nous \u00e0 l&#039;adresse suivante\u00a0:&nbsp;<a href=\"mailto:info@animalactin.eu\">info@animalactin.eu<\/a>, et nous serons ravis d&#039;en discuter les d\u00e9tails !<\/p>\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                                                        <div class=\"mx-auto max-w-screen-md\">\r\n                        <div class=\"transition-colors duration-300\"\r\n                            :class=\"{ 'text-black': opened === 2, 'text-gray-500 hover:text-black': opened !== 2 }\">\r\n                            <h2 class=\"flex items-center gap-4 border-b border-gray-200\">\r\n                                <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/themes\/site\/resources\/images\/icons\/question_mark.svg\"\r\n                                    alt=\"\">\r\n                                <button type=\"button\"\r\n                                    class=\"flex justify-between items-center py-5 w-full text-left border-b border-gray-200 cursor-pointer\"\r\n                                    x-on:click=\"opened = (opened === 2 ? null : 2)\">\r\n                                    <span class=\"text-lg font-bold leading-6\">O\u00f9 puis-je trouver les derni\u00e8res informations sur vos produits\u00a0?<\/span>\r\n                                    <svg class=\"w-6 h-6 shrink-0 transition-transform duration-300\"\r\n                                        :class=\"{ 'rotate-180': opened === 2 }\" fill=\"currentColor\"\r\n                                        viewbox=\"0 0 20 20\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                        <path fill-rule=\"evenodd\"\r\n                                            d=\"M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z\"\r\n                                            clip-rule=\"evenodd\"><\/path>\r\n                                    <\/svg>\r\n                                <\/button>\r\n                            <\/h2>\r\n                            <div x-ref=\"content2\"\r\n                                x-bind:style=\"opened === 2 ? 'max-height: ' + $refs.content2.scrollHeight + 'px' : 'max-height: 0px'\"\r\n                                class=\"overflow-hidden transition-all duration-500 ease-in-out font-normal\">\r\n                                <div class=\"py-5 mx-8 border-b border-gray-200 text-md [&#038;_a]:underline\">\r\n                                    <p>Vous trouverez des informations sur nos produits sur nos sites web. <a href=\"http:\/\/www.animalactin.shop\">www.animalactin.eu<\/a> et www.animalactin.shop.<\/p>\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                                                        <div class=\"mx-auto max-w-screen-md\">\r\n                        <div class=\"transition-colors duration-300\"\r\n                            :class=\"{ 'text-black': opened === 3, 'text-gray-500 hover:text-black': opened !== 3 }\">\r\n                            <h2 class=\"flex items-center gap-4 border-b border-gray-200\">\r\n                                <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/themes\/site\/resources\/images\/icons\/question_mark.svg\"\r\n                                    alt=\"\">\r\n                                <button type=\"button\"\r\n                                    class=\"flex justify-between items-center py-5 w-full text-left border-b border-gray-200 cursor-pointer\"\r\n                                    x-on:click=\"opened = (opened === 3 ? null : 3)\">\r\n                                    <span class=\"text-lg font-bold leading-6\">Puis-je commander un produit par t\u00e9l\u00e9phone\u00a0?<\/span>\r\n                                    <svg class=\"w-6 h-6 shrink-0 transition-transform duration-300\"\r\n                                        :class=\"{ 'rotate-180': opened === 3 }\" fill=\"currentColor\"\r\n                                        viewbox=\"0 0 20 20\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                        <path fill-rule=\"evenodd\"\r\n                                            d=\"M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z\"\r\n                                            clip-rule=\"evenodd\"><\/path>\r\n                                    <\/svg>\r\n                                <\/button>\r\n                            <\/h2>\r\n                            <div x-ref=\"content3\"\r\n                                x-bind:style=\"opened === 3 ? 'max-height: ' + $refs.content3.scrollHeight + 'px' : 'max-height: 0px'\"\r\n                                class=\"overflow-hidden transition-all duration-500 ease-in-out font-normal\">\r\n                                <div class=\"py-5 mx-8 border-b border-gray-200 text-md [&#038;_a]:underline\">\r\n                                    <p>Non. Le produit peut \u00eatre command\u00e9 sur le site web. <a href=\"http:\/\/www.animalactin.shop\">www.animalactin.shop<\/a>.<\/p>\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                                                        <div class=\"mx-auto max-w-screen-md\">\r\n                        <div class=\"transition-colors duration-300\"\r\n                            :class=\"{ 'text-black': opened === 4, 'text-gray-500 hover:text-black': opened !== 4 }\">\r\n                            <h2 class=\"flex items-center gap-4 border-b border-gray-200\">\r\n                                <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/themes\/site\/resources\/images\/icons\/question_mark.svg\"\r\n                                    alt=\"\">\r\n                                <button type=\"button\"\r\n                                    class=\"flex justify-between items-center py-5 w-full text-left border-b border-gray-200 cursor-pointer\"\r\n                                    x-on:click=\"opened = (opened === 4 ? null : 4)\">\r\n                                    <span class=\"text-lg font-bold leading-6\">Combien de temps faut-il pour r\u00e9pondre \u00e0 un message\u00a0?<\/span>\r\n                                    <svg class=\"w-6 h-6 shrink-0 transition-transform duration-300\"\r\n                                        :class=\"{ 'rotate-180': opened === 4 }\" fill=\"currentColor\"\r\n                                        viewbox=\"0 0 20 20\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                        <path fill-rule=\"evenodd\"\r\n                                            d=\"M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z\"\r\n                                            clip-rule=\"evenodd\"><\/path>\r\n                                    <\/svg>\r\n                                <\/button>\r\n                            <\/h2>\r\n                            <div x-ref=\"content4\"\r\n                                x-bind:style=\"opened === 4 ? 'max-height: ' + $refs.content4.scrollHeight + 'px' : 'max-height: 0px'\"\r\n                                class=\"overflow-hidden transition-all duration-500 ease-in-out font-normal\">\r\n                                <div class=\"py-5 mx-8 border-b border-gray-200 text-md [&#038;_a]:underline\">\r\n                                    <p>Nous essayons de r\u00e9pondre le plus rapidement possible, g\u00e9n\u00e9ralement en quelques jours.<\/p>\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                                                        <div class=\"mx-auto max-w-screen-md\">\r\n                        <div class=\"transition-colors duration-300\"\r\n                            :class=\"{ 'text-black': opened === 5, 'text-gray-500 hover:text-black': opened !== 5 }\">\r\n                            <h2 class=\"flex items-center gap-4 border-b border-gray-200\">\r\n                                <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/themes\/site\/resources\/images\/icons\/question_mark.svg\"\r\n                                    alt=\"\">\r\n                                <button type=\"button\"\r\n                                    class=\"flex justify-between items-center py-5 w-full text-left border-b border-gray-200 cursor-pointer\"\r\n                                    x-on:click=\"opened = (opened === 5 ? null : 5)\">\r\n                                    <span class=\"text-lg font-bold leading-6\">Je n&#039;ai pas trouv\u00e9 la r\u00e9ponse \u00e0 ma question \u2013 que dois-je faire ?<\/span>\r\n                                    <svg class=\"w-6 h-6 shrink-0 transition-transform duration-300\"\r\n                                        :class=\"{ 'rotate-180': opened === 5 }\" fill=\"currentColor\"\r\n                                        viewbox=\"0 0 20 20\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                        <path fill-rule=\"evenodd\"\r\n                                            d=\"M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z\"\r\n                                            clip-rule=\"evenodd\"><\/path>\r\n                                    <\/svg>\r\n                                <\/button>\r\n                            <\/h2>\r\n                            <div x-ref=\"content5\"\r\n                                x-bind:style=\"opened === 5 ? 'max-height: ' + $refs.content5.scrollHeight + 'px' : 'max-height: 0px'\"\r\n                                class=\"overflow-hidden transition-all duration-500 ease-in-out font-normal\">\r\n                                <div class=\"py-5 mx-8 border-b border-gray-200 text-md [&#038;_a]:underline\">\r\n                                    <p>\u00c9crivez-nous \u2013 vous trouverez le formulaire de contact ci-dessous.<\/p>\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                                                        <div class=\"mx-auto max-w-screen-md\">\r\n                        <div class=\"transition-colors duration-300\"\r\n                            :class=\"{ 'text-black': opened === 6, 'text-gray-500 hover:text-black': opened !== 6 }\">\r\n                            <h2 class=\"flex items-center gap-4 border-b border-gray-200\">\r\n                                <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/themes\/site\/resources\/images\/icons\/question_mark.svg\"\r\n                                    alt=\"\">\r\n                                <button type=\"button\"\r\n                                    class=\"flex justify-between items-center py-5 w-full text-left border-b border-gray-200 cursor-pointer\"\r\n                                    x-on:click=\"opened = (opened === 6 ? null : 6)\">\r\n                                    <span class=\"text-lg font-bold leading-6\">ANIMALACTIN est-il efficace ?<span class=\"font-normal\">\u00ae<\/span> a \u00e9t\u00e9 confirm\u00e9 par la recherche scientifique ?<\/span>\r\n                                    <svg class=\"w-6 h-6 shrink-0 transition-transform duration-300\"\r\n                                        :class=\"{ 'rotate-180': opened === 6 }\" fill=\"currentColor\"\r\n                                        viewbox=\"0 0 20 20\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                        <path fill-rule=\"evenodd\"\r\n                                            d=\"M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z\"\r\n                                            clip-rule=\"evenodd\"><\/path>\r\n                                    <\/svg>\r\n                                <\/button>\r\n                            <\/h2>\r\n                            <div x-ref=\"content6\"\r\n                                x-bind:style=\"opened === 6 ? 'max-height: ' + $refs.content6.scrollHeight + 'px' : 'max-height: 0px'\"\r\n                                class=\"overflow-hidden transition-all duration-500 ease-in-out font-normal\">\r\n                                <div class=\"py-5 mx-8 border-b border-gray-200 text-md [&#038;_a]:underline\">\r\n                                    <p>Oui, c&#039;est confirm\u00e9. Veuillez consulter notre site web. <a href=\"https:\/\/animalactin.eu\/badania-naukowe\/\">recherche scientifique<\/a>.<\/p>\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                                                <\/div>\r\n                    <\/div>\r\n    <\/section>\r\n\r\n\r\n\n\n\r\n    <!-- Render in front -->\r\n\r\n    <section class=\"columns-img                bg-white dark:bg-primary\">\r\n\r\n        <div class=\"gap-16 items-center mx-auto max-w-screen-xl lg:flex py-8 lg:py-16 px-6\">\r\n\r\n            <div class=\"lg:w-1\/2 font-light text-gray-500 sm:text-lg dark:text-gray-400 relative max-lg:mb-8\">\r\n\r\n                <div class=\"relative z-10\">\r\n                    <h2 class=\"mb-4 text-4xl tracking-tight font-bold text-gray-900 dark:text-white\">\r\n                        Vous en voulez plus ?                    <\/h2>\r\n                    <div class=\"mb-4 format-base sm:format-lg lg:format-2xl text-gray-500 dark:text-white w-full max-w-none\">\r\n                        <p>Visitez notre magasin et d\u00e9couvrez toute notre gamme de compl\u00e9ments alimentaires et de produits.,<br \/>\npour la sant\u00e9, la vitalit\u00e9 et le bien-\u00eatre de votre animal. Vous trouverez ici tout ce dont vous avez besoin pour prendre soin de ses articulations, de sa peau, de son pelage et de son bien-\u00eatre g\u00e9n\u00e9ral\u00a0!<\/p>\n                    <\/div>\r\n\r\n                                            <div class=\"mt-8 lg:mt-16\">\r\n                                                        <a href=\"https:\/\/animalactin.shop\/\" title=\"\" class=\"btn btn--primary\" role=\"button\">\r\n                                Visitez le magasin                                <svg aria-hidden=\"true\" class=\"w-5 h-5 ml-2 -mr-1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\r\n                                    viewbox=\"0 0 20 20\" fill=\"currentColor\">\r\n                                    <path fill-rule=\"evenodd\"\r\n                                        d=\"M12.293 5.293a1 1 0 011.414 0l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-2.293-2.293a1 1 0 010-1.414z\"\r\n                                        clip-rule=\"evenodd\" \/>\r\n                                <\/svg>\r\n                            <\/a>\r\n                        <\/div>\r\n                                    <\/div>\r\n\r\n                \r\n            <\/div>\r\n            <div class=\"lg:w-1\/2\">\r\n                                    <img decoding=\"async\" class=\"w-full rounded-lg\" src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/03\/Right-content-1.png\" alt=\"\">\r\n                            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n\n\n\r\n\r\n    <!-- Render in front -->\r\n\r\n    <div class=\"py-8 lg:py-16 px-6 mx-auto max-w-screen-xl\">\r\n\r\n        <div class=\"mx-auto mb-16 bg-white rounded-lg lg:mb-28\">\r\n\r\n            <div class=\"mb-8 text-center mb-4 lg:mb-16\">\r\n                <div\r\n                    class=\"text-xl lg:text-4xl font-bold leading-tight tracking-tight text-gray-900 md:text-2xl dark:text-white\">\r\n                    \u00c9crivez-nous !                <\/div>\r\n                <div class=\"mt-4 text-base lg:text-xl font-normal text-gray-500 dark:text-gray-400\">\r\n                    Vous avez des questions\u00a0? Nous sommes l\u00e0 pour vous aider\u00a0! Remplissez le formulaire et notre \u00e9quipe vous contactera dans les plus brefs d\u00e9lais.                <\/div>\r\n            <\/div>\r\n\r\n            \r\n            \r\n            <form\r\n                class=\"form grid grid-cols-1 gap-8  sm:grid-cols-2 max-w-3xl mx-auto\"\r\n                x-data=\"FormValidator()\"\r\n                method=\"POST\"\r\n                action=\"\" data-trp-original-action=\"\">\r\n\r\n\r\n                <div class=\"form__field\">\r\n                    <label for=\"first-name\" class=\"block mb-2 text-sm font-medium text-gray-900 dark:text-gray-300\">Nom (Nom de famille)*<\/label>\r\n                    <input type=\"text\" id=\"first-name\" name=\"firstname\" class=\"block p-3 w-full text-sm text-gray-900 bg-gray-50 rounded-lg border border-gray-300 shadow-sm focus:ring-primary-500 focus:border-primary-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-primary-500 dark:focus:border-primary-500 dark:shadow-sm-light\"\r\n                        placeholder=\"\"\r\n                        required\r\n data-pristine-required-message=\"Pole wymagane\">\r\n                <\/div>\r\n                <div class=\"form__field\">\r\n                    <label for=\"last-name\" class=\"block mb-2 text-sm font-medium text-gray-900 dark:text-gray-300\">Nom\/Race de l&#039;animal (facultatif)<\/label>\r\n                    <input type=\"text\" id=\"last-name\" name=\"lastname\" class=\"block p-3 w-full text-sm text-gray-900 bg-gray-50 rounded-lg border border-gray-300 shadow-sm focus:ring-primary-500 focus:border-primary-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-primary-500 dark:focus:border-primary-500 dark:shadow-sm-light\"\r\n                        placeholder=\"\">\r\n                <\/div>\r\n                <div class=\"form__field\">\r\n                    <label for=\"email\" class=\"block mb-2 text-sm font-medium text-gray-900 dark:text-gray-300\">Adresse email*<\/label>\r\n                    <input type=\"email\" id=\"email\" name=\"email\" class=\"shadow-sm bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-primary-500 focus:border-primary-500 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-primary-500 dark:focus:border-primary-500 dark:shadow-sm-light\"\r\n                        placeholder=\"\"\r\n                        required\r\n data-pristine-required-message=\"Pole wymagane\"\r\n                        data-pristine-email-message=\"Adres e-mail jest niepoprawny\">\r\n                <\/div>\r\n                <div class=\"form__field\">\r\n                    <label for=\"phone-number\" class=\"block mb-2 text-sm font-medium text-gray-900 dark:text-gray-300\">Num\u00e9ro de t\u00e9l\u00e9phone (facultatif)<\/label>\r\n                    <input type=\"number\" id=\"phone-number\" name=\"phone\" class=\"block p-3 w-full text-sm text-gray-900 bg-gray-50 rounded-lg border border-gray-300 shadow-sm focus:ring-primary-500 focus:border-primary-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-primary-500 dark:focus:border-primary-500 dark:shadow-sm-light\">\r\n                <\/div>\r\n\r\n                <div class=\"sm:col-span-2 form__field\">\r\n                    <label for=\"message\" class=\"block mb-2 text-sm font-medium text-gray-900 dark:text-gray-400\">Votre message*<\/label>\r\n                    <textarea id=\"message\" rows=\"6\" name=\"message\" class=\"block p-2.5 w-full text-sm text-gray-900 bg-gray-50 rounded-lg shadow-sm border border-gray-300 focus:ring-primary-500 focus:border-primary-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-primary-500 dark:focus:border-primary-500\"\r\n                        placeholder=\"\"\r\n                        required\r\n data-pristine-required-message=\"Pole wymagane\"><\/textarea>\r\n                <\/div>\r\n\r\n                <div class=\"form__field sm:col-span-2\">\r\n                    <div class=\"form__field__checkbox\">\r\n                        <input class=\"flex-none custom-checkbox\" type=\"checkbox\" value=\"check\" name=\"check\" id=\"check\" required=\"\" data-pristine-required-message=\"Wymagana jest zgoda\">\r\n                        <label class=\"ml-2 mt-4 text-sm text-gray-500 [&#038;_p]:normal-case [&#038;_a]:underline [&#038;_a]:text-primary\" for=\"check\">\r\n                            <p>Je d\u00e9clare avoir pris connaissance des informations relatives au traitement des donn\u00e9es personnelles. Le responsable du traitement de vos donn\u00e9es personnelles est la soci\u00e9t\u00e9 Vet Pure SA, ul. Bobrowiecka 8, 00-728 Varsovie. Les donn\u00e9es personnelles que vous saisissez dans ce formulaire seront trait\u00e9es afin d&#039;examiner et de r\u00e9pondre \u00e0 votre message, ce qui rel\u00e8ve de notre int\u00e9r\u00eat l\u00e9gitime \u00e0 communiquer avec les utilisateurs du site web. Les donn\u00e9es soumises seront trait\u00e9es jusqu&#039;\u00e0 r\u00e9ception d&#039;une r\u00e9ponse, puis pendant la dur\u00e9e de prescription applicable \u00e0 toute action en justice. La communication de vos donn\u00e9es personnelles est facultative, mais n\u00e9cessaire pour l&#039;envoi de votre message et la r\u00e9ception d&#039;une r\u00e9ponse. Vous disposez notamment des droits suivants\u00a0: acc\u00e8s \u00e0 vos donn\u00e9es personnelles, rectification, effacement, limitation du traitement, opposition au traitement, portabilit\u00e9 et introduction d&#039;une r\u00e9clamation aupr\u00e8s d&#039;une autorit\u00e9 de contr\u00f4le. Vous trouverez des informations compl\u00e8tes concernant le traitement de vos donn\u00e9es personnelles, y compris vos droits, sur notre site web. <a href=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/06\/202505_animalactin.eu_polityka-prywatnosci.pdf\">politique de confidentialit\u00e9<\/a>.<\/p>\n                        <\/label>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <button type=\"button\" @click=\"submit()\" class=\"py-3 px-5 text-sm font-medium text-center text-white rounded-lg bg-primary-700 sm:w-fit hover:bg-primary-800 focus:ring-4 focus:outline-none focus:ring-primary-300 dark:bg-primary-600 dark:hover:bg-primary-700 dark:focus:ring-primary-800 cursor-pointer\">Envoyer un message<\/button>\r\n            <input type=\"hidden\" name=\"trp-form-language\" value=\"fr\"\/><\/form>\r\n\r\n        <\/div>\r\n\r\n    <\/div>\r\n\r\n\r\n\n\n\n\n    <!-- Render in front -->\n\n    <div class=\"py-8 lg:py-16 px-6 bg-primary\">\n\n        <div class=\"mx-auto max-w-screen-xl\">\n\n            \n                            <div class=\"space-y-8 text-center md:grid md:grid-cols-2 lg:grid-cols-3 md:gap-12 md:space-y-0\">\n                                            <div>\n                            <div class=\"flex justify-center items-center mx-auto w-[90px] h-[90px]\">\n                                                                    <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/03\/Icon_company-details.png\" alt=\"\">\n                                                            <\/div>\n                            <div class=\"mb-2 text-xl font-bold text-white\">\n                                                            <\/div>\n                            <div data-no-translation class=\"format format-sm sm:format-base lg:format-lg format-blue dark:format-invert text-white w-full max-w-none [&#038;_a]:text-white [&#038;_a]:no-underline\">\n                                <p>Vet Pure S.A.<br \/>\nul.&nbsp;Bobrowiecka 8<br \/>\n00-728 Warszawa<\/p>\n                            <\/div>\n                        <\/div>\n                                            <div>\n                            <div class=\"flex justify-center items-center mx-auto w-[90px] h-[90px]\">\n                                                                    <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/07\/92x81_Animalactin_dane_firmy_3.png\" alt=\"\">\n                                                            <\/div>\n                            <div class=\"mb-2 text-xl font-bold text-white\">\n                                                            <\/div>\n                            <div data-no-translation class=\"format format-sm sm:format-base lg:format-lg format-blue dark:format-invert text-white w-full max-w-none [&#038;_a]:text-white [&#038;_a]:no-underline\">\n                                <p>NIP: 521-410-59-34<br \/>\nREGON: 540926819<\/p>\n                            <\/div>\n                        <\/div>\n                                            <div>\n                            <div class=\"flex justify-center items-center mx-auto w-[90px] h-[90px]\">\n                                                                    <img decoding=\"async\" src=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/07\/92x81_Animalactin_kontakt_1.png\" alt=\"\">\n                                                            <\/div>\n                            <div class=\"mb-2 text-xl font-bold text-white\">\n                                                            <\/div>\n                            <div data-no-translation class=\"format format-sm sm:format-base lg:format-lg format-blue dark:format-invert text-white w-full max-w-none [&#038;_a]:text-white [&#038;_a]:no-underline\">\n                                <p><a href=\"mailto:info@vetpure.eu\">info@vetpure.eu<\/a><br \/>\n<a href=\"tel:+48%C2%A022%C2%A02553258\">+48\u00a022\u00a02553258<\/a><\/p>\n                            <\/div>\n                        <\/div>\n                    \n                <\/div>\n            \n        <\/div>\n\n    <\/div>\n\n\n\n\n<p><\/p>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-20","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Kontakt z ANIMALACTIN\u00ae<\/title>\n<meta name=\"description\" content=\"Masz pytania? Skontaktuj si\u0119 z ANIMALACTIN\u00ae! Jeste\u015bmy do Twojej dyspozycji, aby pom\u00f3c i odpowiedzie\u0107 na wszystkie pytania dotycz\u0105ce naszych produkt\u00f3w.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/animalactin.eu\/fr\/contact\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Kontakt z ANIMALACTIN\u00ae\" \/>\n<meta property=\"og:description\" content=\"Masz pytania? Skontaktuj si\u0119 z ANIMALACTIN\u00ae! Jeste\u015bmy do Twojej dyspozycji, aby pom\u00f3c i odpowiedzie\u0107 na wszystkie pytania dotycz\u0105ce naszych produkt\u00f3w.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/animalactin.eu\/fr\/contact\/\" \/>\n<meta property=\"og:site_name\" content=\"ANIMALACTIN\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-25T15:43:05+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/07\/1200x630_OG_photo_14072025.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/animalactin.eu\/kontakt\/\",\"url\":\"https:\/\/animalactin.eu\/kontakt\/\",\"name\":\"Kontakt z ANIMALACTIN\u00ae\",\"isPartOf\":{\"@id\":\"https:\/\/animalactin.eu\/#website\"},\"datePublished\":\"2025-03-20T21:30:07+00:00\",\"dateModified\":\"2026-03-25T15:43:05+00:00\",\"description\":\"Masz pytania? Skontaktuj si\u0119 z ANIMALACTIN\u00ae! Jeste\u015bmy do Twojej dyspozycji, aby pom\u00f3c i odpowiedzie\u0107 na wszystkie pytania dotycz\u0105ce naszych produkt\u00f3w.\",\"breadcrumb\":{\"@id\":\"https:\/\/animalactin.eu\/kontakt\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/animalactin.eu\/kontakt\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/animalactin.eu\/kontakt\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/animalactin.eu\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Kontakt\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/animalactin.eu\/#website\",\"url\":\"https:\/\/animalactin.eu\/\",\"name\":\"ANIMALACTIN\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/animalactin.eu\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/animalactin.eu\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/animalactin.eu\/#organization\",\"name\":\"ANIMALACTIN\",\"url\":\"https:\/\/animalactin.eu\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/animalactin.eu\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/06\/logo.png\",\"contentUrl\":\"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/06\/logo.png\",\"width\":74,\"height\":36,\"caption\":\"ANIMALACTIN\"},\"image\":{\"@id\":\"https:\/\/animalactin.eu\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Contact avec ANIMALACTIN\u00ae","description":"Vous avez des questions\u00a0? Contactez ANIMALACTIN\u00ae\u00a0! Nous sommes l\u00e0 pour vous aider et r\u00e9pondre \u00e0 toutes vos questions concernant nos produits.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/animalactin.eu\/fr\/contact\/","og_locale":"fr_FR","og_type":"article","og_title":"Kontakt z ANIMALACTIN\u00ae","og_description":"Masz pytania? Skontaktuj si\u0119 z ANIMALACTIN\u00ae! Jeste\u015bmy do Twojej dyspozycji, aby pom\u00f3c i odpowiedzie\u0107 na wszystkie pytania dotycz\u0105ce naszych produkt\u00f3w.","og_url":"https:\/\/animalactin.eu\/fr\/contact\/","og_site_name":"ANIMALACTIN","article_modified_time":"2026-03-25T15:43:05+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/07\/1200x630_OG_photo_14072025.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/animalactin.eu\/kontakt\/","url":"https:\/\/animalactin.eu\/kontakt\/","name":"Contact avec ANIMALACTIN\u00ae","isPartOf":{"@id":"https:\/\/animalactin.eu\/#website"},"datePublished":"2025-03-20T21:30:07+00:00","dateModified":"2026-03-25T15:43:05+00:00","description":"Vous avez des questions\u00a0? Contactez ANIMALACTIN\u00ae\u00a0! Nous sommes l\u00e0 pour vous aider et r\u00e9pondre \u00e0 toutes vos questions concernant nos produits.","breadcrumb":{"@id":"https:\/\/animalactin.eu\/kontakt\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/animalactin.eu\/kontakt\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/animalactin.eu\/kontakt\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/animalactin.eu\/"},{"@type":"ListItem","position":2,"name":"Kontakt"}]},{"@type":"WebSite","@id":"https:\/\/animalactin.eu\/#website","url":"https:\/\/animalactin.eu\/","name":"ANIMALACTIN","description":"","publisher":{"@id":"https:\/\/animalactin.eu\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/animalactin.eu\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/animalactin.eu\/#organization","name":"ANIMALACTIN","url":"https:\/\/animalactin.eu\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/animalactin.eu\/#\/schema\/logo\/image\/","url":"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/06\/logo.png","contentUrl":"https:\/\/animalactin.eu\/wp-content\/uploads\/2025\/06\/logo.png","width":74,"height":36,"caption":"ANIMALACTIN"},"image":{"@id":"https:\/\/animalactin.eu\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/animalactin.eu\/fr\/wp-json\/wp\/v2\/pages\/20","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/animalactin.eu\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/animalactin.eu\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/animalactin.eu\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/animalactin.eu\/fr\/wp-json\/wp\/v2\/comments?post=20"}],"version-history":[{"count":40,"href":"https:\/\/animalactin.eu\/fr\/wp-json\/wp\/v2\/pages\/20\/revisions"}],"predecessor-version":[{"id":1094,"href":"https:\/\/animalactin.eu\/fr\/wp-json\/wp\/v2\/pages\/20\/revisions\/1094"}],"wp:attachment":[{"href":"https:\/\/animalactin.eu\/fr\/wp-json\/wp\/v2\/media?parent=20"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}