<!DOCTYPE html>
<html lang="fr" class="scroll-smooth">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://unpkg.com/leaflet/dist/leaflet.css" />
<style>
.font-playfair {
font-family: 'Playfair Display', serif;
}
.font-lora {
font-family: 'Lora', serif;
}
</style>
<link rel="preload" as="style" href="https://emotysia.fr/build/assets/app-Cec5jUP_.css" /><link rel="modulepreload" as="script" href="https://emotysia.fr/build/assets/app-DlYOw6CL.js" /><link rel="stylesheet" href="https://emotysia.fr/build/assets/app-Cec5jUP_.css" /><script type="module" src="https://emotysia.fr/build/assets/app-DlYOw6CL.js"></script> <title>Contact et Réservation espace d'écoute | Émotysia</title>
<meta name="description" content="Une question sur nos coffrets bien-être émotionnel et livres rituels d’accompagnement ou besoin de réserver votre séance d'accompagnement émotionnel avec votre code client ? Contactez-nous via ce formulaire." />
</head>
<!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-8TMPPJ2RZL"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-8TMPPJ2RZL'); </script>
<body class="bg-[#FCFAF3] min-h-screen flex flex-col">
<header>
<div class="fixed top-0 left-0 w-full bg-[#FCFAF3] z-50 shadow-md">
<div class="absolute top-4 right-8 flex gap-4 md:gap-12">
<a href="https://emotysia.fr/login">
<img src="https://emotysia.fr/images/nav_bar/Barre_Nav_Symbole_connexion_fond_transparent.png" alt="Connexion" class="w-6 md:w-16 h-auto">
</a>
<a href="https://emotysia.fr/login">
<img src="https://emotysia.fr/images/nav_bar/Barre_Nav_Panier_fond_transparent.png" alt="Panier" class="w-6 md:w-16 h-auto mt-1">
</a>
</div>
<div class="flex items-center gap-8 p-6 md:p-3">
<div>
<a href="https://emotysia.fr/accueil">
<img src="https://emotysia.fr/images/nav_bar/logo.png"
alt="Logo" class="w-20 md:w-52 h-auto">
</a>
</div>
<button id="menuBtn" class="absolute top-12 right-8 md:hidden p-2 border border-[#BD5E2F] rounded bg-white z-50">
<svg class="w-6 h-6 text-[#BD5E2F]" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round" viewbox="0 0 24 24">
<line x1="3" y1="6" x2="21" y2="6"/>
<line x1="3" y1="12" x2="21" y2="12"/>
<line x1="3" y1="18" x2="21" y2="18"/>
</svg>
</button>
<nav class="hidden md:flex flex-wrap font-playfair text-lg md:text-[28px] justify-center mt-16 space-x-10 ml-8">
<a href="https://emotysia.fr/accueil" class="italic font-semibold hover:underline whitespace-nowrap text-[#2E2E2E] none">Accueil</a>
<a href="https://emotysia.fr/a_propos" class="italic font-semibold hover:underline whitespace-nowrap text-[#2E2E2E] none">Naissance d'Émotysia</a>
<a href="https://emotysia.fr/coffrets" class="italic font-semibold hover:underline whitespace-nowrap text-[#2E2E2E] none">Boutique</a>
<a href="https://emotysia.fr/accompagnements" class="italic font-semibold hover:underline whitespace-nowrap text-[#2E2E2E] none">Espace d'écoute</a>
<a href="https://emotysia.fr/faq" class="italic font-semibold hover:underline whitespace-nowrap text-[#2E2E2E] none">Foire aux questions</a>
<a href="https://emotysia.fr/contact" class="italic font-semibold hover:underline whitespace-nowrap text-[#BD5E2F] underline">Contact et Réservation</a>
<div class="bg-[#BD5E2F] h-1 w-full hidden md:block mt-3"></div>
</nav>
</div>
<div id="mobileMenu" class="md:hidden hidden flex-col gap-2 font-playfair text-base p-4 bg-[#FCFAF3] border-t border-gray-300">
<a href="https://emotysia.fr/accueil" class="text-[#2E2E2E] none">Accueil</a><br>
<a href="https://emotysia.fr/a_propos" class="text-[#2E2E2E] none">Naissance d'Émotysia</a><br>
<a href="https://emotysia.fr/coffrets" class="text-[#2E2E2E] none">Boutique</a><br>
<a href="https://emotysia.fr/accompagnements" class="text-[#2E2E2E] none">Espace d'écoute</a><br>
<a href="https://emotysia.fr/faq" class="text-[#2E2E2E] none">Foire aux questions</a><br>
<a href="https://emotysia.fr/contact" class="text-[#BD5E2F] underline">Contact et Réservation</a>
<div class="bg-[#BD5E2F] h-[2px] w-full mt-2"></div>
</div>
</div>
<script>
const menuBtn = document.getElementById('menuBtn');
const mobileMenu = document.getElementById('mobileMenu');
menuBtn.addEventListener('click', () => {
mobileMenu.classList.toggle('hidden');
});
</script>
</header>
<img src="https://emotysia.fr/images/modif.png" alt="modif" class="hidden md:block absolute top-40 left-0 w-96 h-auto rounded-sm">
<main class="pt-[120px] md:pt-[200px] px-4 pb-8 flex-grow">
<div class="max-w-6xl mx-auto">
<h1 class="text-[#BD5E2F] text-2xl md:text-5xl mb-4 pt-6 text-center max-w-3xl mx-auto md:leading-15"> Contactez Émotysia :<br> Demande d'information<br> et d'espace d'écoute </h1>
<div class="text-lg md:text-2xl text-center">
<h2 class="!text-[#BD5E2F]">Vous souhaitez des informations complémentaires ?</h2>
<h2 class="!text-[#BD5E2F]">Vous souhaitez faire une demande d'espace d'écoute ?</h2>
<h2 class="!text-[#BD5E2F]">Cette page est faite pour vous...</h2>
</div>
<div class="pt-12 flex justify-center pb-6">
<div class="bg-[#FDEDDC] p-8 max-w-4xl rounded-lg shadow-lg text-sm">
<form name="contactForm" id="contactForm" method="post" action="https://emotysia.fr/contact">
<input type="hidden" name="_token" value="l8pYDtL4io6LMqm2xe0eGYXYescUrmIm9bLHBaJJ" autocomplete="off"> <div class="flex flex-wrap gap-8 mb-6">
<div class="flex-1 min-w-[200px]">
<label for="lastname" class="block font-semibold mb-2">Nom*</label>
<input type="text" id="lastname" name="lastname" value="" class="w-full border border-black p-2 bg-white" required>
</div>
<div class="flex-1 min-w-[200px]">
<label for="name" class="block font-semibold mb-2">Prénom*</label>
<input type="text" id="name" name="name" value="" class="w-full border border-black p-2 bg-white" required>
</div>
</div>
<div class="flex flex-wrap gap-8 mb-6">
<div class="flex-1 min-w-[200px]">
<label for="email" class="block font-semibold mb-2">E-mail*</label>
<input type="email" id="email" name="email" value="" class="w-full border border-black p-2 bg-white" required>
</div>
<div class="flex-1 min-w-[200px]">
<label for="tel" class="block font-semibold mb-2">Tel</label>
<input type="tel" id="tel" name="tel" value="" class="w-full border border-black p-2 bg-white">
</div>
</div>
<div x-data="{ active: false }">
<div class="flex md:gap-4 gap-2 items-center mb-4">
<input type="checkbox" id="accompagnement" name="accompagnement" class="md:size-8 size-6 accent-[#BD5E2F] hover:cursor-pointer" x-model="active">
<label for="accompagnement" class="block font-semibold">Demande d'espace d'écoute</label>
</div>
<div x-show="active"
x-transition:enter="transition ease-out duration-200"
x-transition:enter-start="opacity-0"
x-transition:enter-end="opacity-100"
class="my-4">
<label for="code" class="block font-semibold mb-2">Code espace d'écoute*</label>
<input type="text" id="code" name="code" value="" x-bind:required="active" class="w-full max-w-full border border-black p-2 bg-white box-border">
<label for="code" class="text-base max-w-xl">La carte "code espace d'écoute" est jointe à votre coffret ou votre livre.<br>Pour plus d'information veuillez consulter cette page : <a href="https://emotysia.fr/accompagnements_questions" class="text-[#BD5E2F] underline">Espace d'écoute</a>.</label>
</div>
</div>
<div class="flex md:gap-4 gap-2 items-center mb-4">
<input type="checkbox" id="info" name="info" class="md:size-8 size-6 accent-[#BD5E2F] hover:cursor-pointer">
<label for="info" class="block font-semibold">Demande d'information</label>
</div>
<div class="my-6">
<label for="message" class="block font-semibold mb-2">Votre message*</label>
<textarea name="message" id="message" rows="8" class="w-full border border-black p-2 bg-white" required></textarea>
</div>
<div class="flex flex-col sm:flex-row sm:items-center mb-6">
<label class="mr-0 sm:mr-4 font-semibold mb-2 sm:mb-0">Données personnelles*</label>
<div class="flex items-start sm:items-center">
<input type="checkbox" id="consent" name="consent" class="mr-2 w-7 h-7 accent-[#BD5E2F] cursor-pointer" required>
<label for="consent" class="text-sm max-w-xl">
J'autorise ce site à conserver mes données personnelles transmises via ce formulaire.
Aucune exploitation commerciale ne sera effectuée sans mon consentement,
conformément à la
<a href="https://emotysia.fr/mentions_legales" class="text-[#BD5E2F] underline">
Politique de Gestion des Données Personnelles
</a>.
</label>
</div>
</div>
<div class="text-right">
<button type="submit" class="bg-[#B8511D] md:text-3xl text-xl text-white font-bold py-2 px-6 border-1 border-black cursor-pointer">ENVOYER</button>
</div>
</form>
</div>
</div>
<script>
window.showNotification = function(type, message) {
// Supprimer les anciennes notifications
const oldNotifications = document.querySelectorAll('.contact-notification');
oldNotifications.forEach(el => el.remove());
// Définir les styles selon le type
const styles = {
success: {
gradient: 'from-green-50 to-green-100',
border: 'border-green-400',
bgIcon: 'bg-green-500',
textTitle: 'text-green-900',
textMessage: 'text-green-800',
progressBar: 'bg-green-500',
icon: `<svg class="w-7 h-7 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/>
</svg>`,
title: 'Message envoyé !'
},
error: {
gradient: 'from-red-50 to-red-100',
border: 'border-red-400',
bgIcon: 'bg-red-500',
textTitle: 'text-red-900',
textMessage: 'text-red-800',
progressBar: 'bg-red-500',
icon: `<svg class="w-7 h-7 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"/>
</svg>`,
title: 'Erreur'
},
accompagnement: {
gradient: 'from-[#FDEDDC] to-[#FFE4C4]',
border: 'border-[#BD5E2F]',
bgIcon: 'bg-[#B8511D]',
textTitle: 'text-[#B8511D]',
textMessage: 'text-[#BD5E2F]',
progressBar: 'bg-[#BD5E2F]',
icon: `<svg class="w-7 h-7 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"/>
</svg>`,
title: 'Demande d\'accompagnement envoyée'
}
};
const style = styles[type] || styles.success;
// Créer la notification
const notificationDiv = document.createElement('div');
notificationDiv.className = `contact-notification fixed top-4 right-4 bg-gradient-to-r ${style.gradient} border-2 ${style.border} rounded-xl shadow-2xl z-[9999] max-w-md animate-slide-in`;
notificationDiv.innerHTML = `
<div class="p-5">
<div class="flex items-start gap-4">
<div class="flex-shrink-0">
<div class="w-12 h-12 ${style.bgIcon} rounded-full flex items-center justify-center shadow-lg">
${style.icon}
</div>
</div>
<div class="flex-1">
<h3 class="text-lg font-bold ${style.textTitle} mb-1">${style.title}</h3>
<p class="text-sm ${style.textMessage} leading-relaxed">${message}</p>
</div>
<button onclick="this.closest('.contact-notification').remove()" class="flex-shrink-0 text-gray-400 hover:text-gray-600 transition">
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"/>
</svg>
</button>
</div>
</div>
<div class="h-1.5 ${style.progressBar} rounded-b-xl animate-progress"></div>
`;
document.body.appendChild(notificationDiv);
// Animation de sortie après 6 secondes
setTimeout(() => {
notificationDiv.style.animation = 'slide-out 0.3s ease-out forwards';
setTimeout(() => notificationDiv.remove(), 300);
}, 6000);
};
// Ajouter les animations CSS si elles n'existent pas déjà
if (!document.getElementById('notification-styles')) {
const style = document.createElement('style');
style.id = 'notification-styles';
style.textContent = `
@keyframes slide-in {
from {
transform: translateX(400px);
opacity: 0;
}
to {
transform: translateX(0);
opacity: 1;
}
}
@keyframes slide-out {
from {
transform: translateX(0);
opacity: 1;
}
to {
transform: translateX(400px);
opacity: 0;
}
}
@keyframes progress {
from {
width: 100%;
}
to {
width: 0%;
}
}
.animate-slide-in {
animation: slide-in 0.3s ease-out;
}
.animate-progress {
animation: progress 6s linear;
}
`;
document.head.appendChild(style);
}
</script>
</div>
</main>
<div>
<footer class="bg-[#E2A76F] font-lora md:p-8 p-3 grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 md:gap-4 gap-1 md:text-base text-sm">
<a href="https://emotysia.fr/mentions_legales" class="font-semibold hover:underline text-center md:text-left md:pl-64">Mentions légales & RGPD</a>
<a href="https://emotysia.fr/conditions_generales_utilisation" class="font-semibold hover:underline text-center md:text-left md:pl-48">Conditions Générales d’Utilisation</a>
<a href="https://www.facebook.com/Emotysia" target="_blank" class="font-semibold hover:underline text-center md:text-left md:pl-32">Facebook</a>
<a href="https://emotysia.fr/conditions_ventes" class="font-semibold hover:underline text-center md:text-left md:pl-64">Conditions Générales de Vente</a>
<a href="https://www.instagram.com/emotysia" target="_blank" class="font-semibold hover:underline text-center md:text-left md:pl-48">Instagram</a>
<a href="https://centregalanthis.fr" target="_blank" class="font-semibold hover:underline text-center md:text-left md:pl-32">Centre Galanthis</a>
</footer>
</div>
</body>
</html>