The Fisherman's House

The Fisherman's House, Eco-Logis in the heart of the nature reserve with its feet in the water



In the Anse de l'Olivier in Sigean, a haven of peace right on the water, nestled between the Sigean African Reserve and the vast sandy beaches of the Mediterranean. The Anse de l'Olivier is an exceptional place where serenity reigns supreme, where nature is preserved, and tranquility is guaranteed. The Fisherman's House, located near the Mediterranean coast, is a true little corner of paradise. With its breathtaking view of the Bages Sigean pond and its peaceful setting, it offers a relaxing stay away from the hustle and bustle of the city or seaside resorts.


Our unique location allows you to enjoy a preserved environment and enchanting landscape. Escape is guaranteed here, whether you're a fan of water sports, hiking, absolute relaxation, fishing, or simply looking to recharge your batteries with family or a partner.


Our charming cottage offers a romantic stay where you can explore the surrounding flora and fauna. You can observe majestic flamingos and other wetland birds in their natural habitat. The landscapes surrounding you are enchanting and guarantee a complete escape from the daily grind.


Our unspoiled environment is a paradise for wildlife lovers. Located near the Sigean African Reserve, the Fisherman's House is the ideal starting point for enjoying the many activities available in the surrounding area, such as visiting Cathar castles, tasting seafood and wines from the Corbières region, or discovering the local gastronomy, among many others.


The Fisherman's House is a true return to your roots, a dream resort where peace and quiet reign. With its modern comforts and high-speed internet connection, you can enjoy all the amenities you need while recharging your batteries in an authentic and preserved environment or simply enjoy an aperitif by the water while watching a majestic sunset.


For water sports enthusiasts, the nearby Port Mahon water sports center offers kitesurfing, sailing, kayaking, and catamaran sailing, perfect for relaxing and fun times with family or friends. We also have three canoes and bicycles available upon request.


For fishing lovers, the Anse de l'Olivier is the ideal place to practice your passion directly from the terrace (depending on the water level) and taste fresh fish. If your fishing is not successful, our fishing friends based here will be happy to provide you with local fish caught that day.


The fisherman's house is also ideally located near many beach restaurants where you can enjoy the region's famous oysters accompanied by renowned local wines. Sigean, between Gruissan, Port la Nouvelle and Leucate, is a village of 4,000 souls where you will find all the amenities you could need, good restaurants, wine cellars and shops for your groceries and its Tuesday and Friday morning market. You can also enjoy the large sandy beaches that are close to our cottage, for relaxing days by the sea.


Rediscover the taste of the simple life and enjoy all that nature has to offer during your stay at Anse de l'Olivier. Whether you're looking to recharge your batteries, reconnect with nature, or simply spend quality time with your family, Anse de l'Olivier is the ideal choice for your next getaway. The house is suitable for two couples. With its numerous outdoor amenities, you can relax by the water, watch the sunset, enjoy meals or drinks at multiple locations, or simply lie down and spend a night under the stars. Pets are welcome.


By choosing the Fisherman's House, you'll discover an enchanting landscape and a region rich in history, gastronomy, and culture. We are available to answer all your questions and help you plan an unforgettable vacation. So don't hesitate, treat yourself to a dream stay in our exceptional cottage.



Book your stay at the Fisherman's House right here and discover all that nature has to offer in an enchanting and peaceful setting. We guarantee you'll get back to your roots and enjoy a dream vacation.


<!DOCTYPE html>
<html lang="fr">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Politique de Confidentialité - La Maison du Pêcheur</title>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        
        body {
            background: linear-gradient(to bottom, #0a2e43, #1a5a7a);
            color: #333;
            line-height: 1.6;
            padding: 20px;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        }
        
        header {
            background: linear-gradient(to right, #0a5a7a, #1a8ca8);
            color: white;
            padding: 40px 30px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        
        .header-content {
            position: relative;
            z-index: 2;
        }
        
        h1 {
            font-size: 2.8rem;
            margin-bottom: 15px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        }
        
        .subtitle {
            font-size: 1.4rem;
            max-width: 800px;
            margin: 0 auto;
            opacity: 0.9;
        }
        
        .water-wave {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100px;
            background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23ffffff" fill-opacity="0.2" d="M0,128L48,117.3C96,107,192,85,288,96C384,107,480,149,576,149.3C672,149,768,107,864,96C960,85,1056,107,1152,122.7C1248,139,1344,149,1392,154.7L1440,160L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
            background-size: cover;
            background-position: bottom;
            z-index: 1;
        }
        
        .last-update {
            background: rgba(0, 0, 0, 0.2);
            display: inline-block;
            padding: 8px 20px;
            border-radius: 30px;
            margin-top: 20px;
            font-size: 0.9rem;
        }
        
        .policy-content {
            padding: 40px;
        }
        
        .section {
            margin-bottom: 40px;
            padding: 25px;
            background: #f9f9f9;
            border-radius: 10px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
            border-left: 4px solid #1a8ca8;
            transition: transform 0.3s ease;
        }
        
        .section:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        
        h2 {
            color: #0a5a7a;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid #e0f0f5;
            display: flex;
            align-items: center;
        }
        
        h2 i {
            margin-right: 12px;
            background: #0a5a7a;
            color: white;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        h3 {
            color: #1a8ca8;
            margin: 25px 0 15px;
        }
        
        p {
            margin-bottom: 15px;
        }
        
        ul {
            padding-left: 25px;
            margin-bottom: 20px;
        }
        
        li {
            margin-bottom: 8px;
            position: relative;
        }
        
        li:before {
            content: "•";
            color: #1a8ca8;
            font-weight: bold;
            position: absolute;
            left: -15px;
        }
        
        .contact-info {
            background: #e0f7fa;
            border-radius: 10px;
            padding: 20px;
            margin-top: 30px;
            border-left: 4px solid #1a8ca8;
        }
        
        .contact-info h3 {
            margin-top: 0;
        }
        
        footer {
            background: #0a2e43;
            color: white;
            text-align: center;
            padding: 25px;
            margin-top: 30px;
        }
        
        .footer-links {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-top: 15px;
        }
        
        .footer-links a {
            color: #80d0e0;
            text-decoration: none;
            transition: color 0.3s;
        }
        
        .footer-links a:hover {
            color: white;
            text-decoration: underline;
        }
        
        @media (max-width: 768px) {
            .policy-content {
                padding: 25px 15px;
            }
            
            h1 {
                font-size: 2.2rem;
            }
            
            .subtitle {
                font-size: 1.1rem;
            }
            
            .section {
                padding: 20px 15px;
            }
        }
    </style>
</head>
<body>
    <div class="container">
        <header>
            <div class="water-wave"></div>
            <div class="header-content">
                <h1><i class="fas fa-shield-alt"></i> Politique de Confidentialité</h1>
                <p class="subtitle">Respect de votre vie privée à La Maison du Pêcheur</p>
                <div class="last-update">Dernière mise à jour : 26 juin 2025</div>
            </div>
        </header>
        
        <div class="policy-content">
            <div class="section">
                <h2><i class="fas fa-info-circle"></i> Introduction</h2>
                <p>La Maison du Pêcheur ("nous", "notre", "nos") s'engage à protéger et à respecter votre vie privée. Cette politique de confidentialité explique comment nous collectons, utilisons, partageons et protégeons vos informations personnelles lorsque vous utilisez notre site web et nos services de réservation.</p>
                <p>En utilisant notre site web et en fournissant vos informations personnelles, vous consentez à leur traitement conformément à la présente politique. Nous respectons le Règlement Général sur la Protection des Données (RGPD) et la législation française en matière de protection des données.</p>
            </div>
            
            <div class="section">
                <h2><i class="fas fa-database"></i> Données personnelles que nous collectons</h2>
                <p>Nous pouvons collecter et traiter les données suivantes :</p>
                
                <h3>1. Informations que vous nous fournissez</h3>
                <ul>
                    <li>Identité : nom, prénom, civilité</li>
                    <li>Coordonnées : adresse e-mail, numéro de téléphone, adresse postale</li>
                    <li>Informations de réservation : dates de séjour, nombre de personnes, préférences spécifiques</li>
                    <li>Informations de paiement : nous ne stockons pas les données de carte de crédit, ces informations sont traitées par notre prestataire de paiement sécurisé</li>
                    <li>Communications : correspondance par e-mail, chat ou téléphone</li>
                </ul>
                
                <h3>2. Informations collectées automatiquement</h3>
                <ul>
                    <li>Données techniques : adresse IP, type de navigateur, système d'exploitation, pages consultées, durée de visite</li>
                    <li>Cookies : comme expliqué dans notre politique des cookies</li>
                </ul>
            </div>
            
            <div class="section">
                <h2><i class="fas fa-cogs"></i> Comment nous utilisons vos données</h2>
                <p>Nous utilisons vos informations personnelles aux fins suivantes :</p>
                <ul>
                    <li>Traiter et gérer vos réservations</li>
                    <li>Vous fournir les services demandés</li>
                    <li>Communiquer avec vous concernant votre séjour</li>
                    <li>Améliorer notre site web et nos services</li>
                    <li>Vous envoyer des informations promotionnelles (uniquement avec votre consentement)</li>
                    <li>Remplir nos obligations légales et réglementaires</li>
                    <li>Prévenir les fraudes et assurer la sécurité</li>
                </ul>
            </div>
            
            <div class="section">
                <h2><i class="fas fa-share-alt"></i> Partage de vos données</h2>
                <p>Nous ne vendons ni ne louons vos données personnelles à des tiers. Nous pouvons partager vos informations avec :</p>
                <ul>
                    <li>Prestataires de services : prestataires de paiement, services de messagerie, outils d'analyse</li>
                    <li>Partenaires nécessaires à la prestation de service : activités locales, guides touristiques (uniquement avec votre consentement)</li>
                    <li>Autorités légales : si requis par la loi ou pour protéger nos droits</li>
                </ul>
                <p>Tous nos prestataires sont sélectionnés pour leur conformité au RGPD et signent des accords de confidentialité.</p>
            </div>
            
            <div class="section">
                <h2><i class="fas fa-lock"></i> Sécurité des données</h2>
                <p>Nous mettons en œuvre des mesures techniques et organisationnelles appropriées pour protéger vos données contre tout accès non autorisé, altération, divulgation ou destruction. Ces mesures incluent :</p>
                <ul>
                    <li>Chiffrement des données sensibles</li>
                    <li>Systèmes de sécurité et pare-feux</li>
                    <li>Accès restreint aux données personnelles</li>
                    <li>Formation du personnel à la protection des données</li>
                </ul>
                <p>Malgré nos efforts, aucune méthode de transmission sur Internet ou de stockage électronique n'est totalement sécurisée.</p>
            </div>
            
            <div class="section">
                <h2><i class="fas fa-calendar-alt"></i> Conservation des données</h2>
                <p>Nous conservons vos données personnelles uniquement aussi longtemps que nécessaire aux fins pour lesquelles elles ont été collectées :</p>
                <ul>
                    <li>Données de réservation : 5 ans à des fins comptables et légales</li>
                    <li>Données marketing : jusqu'à ce que vous retiriez votre consentement</li>
                    <li>Données techniques : jusqu'à 13 mois</li>
     ue de l

Our accommodation

Questions fréquentes

  • What amenities are offered at the Fisherman's House?

    In addition to the equipment that Denys will have sent you in our small catalog, we provide on request canoes, stand up paddles, bicycles (2), beach umbrellas, boules games etc. We can also, for example, take care of reserving a table in the restaurant of your choice or let us choose according to your tastes and the season. For this, before and during your stay, we invite you to communicate your desires, tastes and needs to us.

  • How far are the beaches?

    The fisherman's house is 10 minutes from the first fine sandy beaches of Port la Nouvelle, but the coastline is lined with beaches.

  • Is there parking on the property?

    Yes, of course, a closed parking lot with automatic gate where you can easily park 2 vehicles with trailers.

  • What are the check-in and check-out times?

    Check-in is generally after 4 p.m. and check-out before 11 a.m. However, we are flexible and can accommodate your needs where possible.

  • Is the property suitable for families with children?

    Yes, it is, but children must remain under the constant supervision of a responsible person because the terrace is located right at the water's edge and there is no guardrail to guarantee safety.