le-morne.com Open in urlscan Pro
65.9.95.75  Public Scan

Submitted URL: http://le-morne.com/
Effective URL: https://le-morne.com/index.html
Submission: On March 06 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

<form id="client_details_confirmation" class="client_details_confirmation">
  <div class="client_details_box">
    <!-- GET DATA TO POST TO GOOGLE SHEETS -->
    <input id="name_hidden" value="" type="hidden" name="Name">
    <input id="email_hidden" value="" type="hidden" name="Email">
    <input id="phonenr_hidden" value="" type="hidden" name="Phone">
    <input id="chyraccmd_hidden" value="" type="hidden" name="Accommodation">
    <input id="nrofpax_hidden" value="" type="hidden" name="pax">
    <input id="start_hidden" value="" type="hidden" name="Checkin">
    <input id="end_hidden" value="" type="hidden" name="Checkout">
    <input id="price_hidden" value="" type="hidden" name="Price">
    <input id="nbnight_hidden" value="" type="hidden" name="Nbnight">
    <input id="pathname_hidden" value="" type="hidden" name="Path">
    <input id="tracking_hidden" value="" type="hidden" name="Tracking">
    <input id="anchor_hidden" value="" type="hidden" name="Anchor">
    <input id="time_hidden" value="" type="hidden" name="Time">
    <input id="date_hidden" value="" type="hidden" name="Date">
    <input id="email_name_hidden" value="" type="hidden" name="Name_email">
    <input id="path_name_hidden" value="" type="hidden" name="Langue">
    <input id="months_hidden" value="" type="hidden" name="Month">
    <input id="year_hidden" value="" type="hidden" name="Year">
    <input id="minimum_hidden" value="5" type="hidden" name="Minimum">
    <input id="price_display_hidden" value="" type="hidden" name="View Price">
    <div class="details_text_address">
      <div class="address_details">&nbsp;</div>
    </div>
    <div class="details_text_address">
      <div class="address_details">Address</div><input id="client_address" class="detail_input" type="text" value="" required="" onchange="check_characters()">
    </div>
    <div class="details_text_address">
      <div class="address_details">Postal Code</div><input id="client_postal_code" class="detail_input" value="" type="number" required="" onchange="check_characters()">
    </div>
    <div class="details_text_address">
      <div class="address_details">City</div><input id="client_city" class="detail_input" value="" required="" onchange="check_characters()">
    </div>
    <div class="details_text_address">
      <div class="address_details">Country</div><input id="client_country" class="detail_input" type="text" value="" required="" onchange="check_characters()">
    </div>
  </div>
  <div id="display" class="hidden btn-hidden"></div>
  <div id="display_transtoken" class="hidden btn-hidden"></div>
  <input id="token" type="hidden" name="Token" value="" style="width:400px;">
  <input id="token_url" type="hidden" name="DPO_link" value="" style="width:400px;">
  <!--<div id="loading-text1" style="font-weight:bold;font-size:24px;">Thank you!</div>-->
  <div class="terms_conditions"><input id="terms_conditions" type="checkbox" style="color:#000;" required=""><span style="color:#000;">Click to accept the
      <a href="terms_and_conditions.html" target="_blank" style="text-decoration:none;font-weight:100;color:#000;">terms and conditions</a></span></div>
  <div id="terms_msg" class="btn-hidden terms_conditions" style="color:#fff;font-weight:400;background-color:#00ccff;border-radius:10px;"></div>
</form>

<form id="BookingForm" data-toggle="validator" novalidate="true">
  <div class="form-layout-container" style="">
    <div class="form-layout">
      <div class="form-group">
        <input type="text" class="form-control" id="name" placeholder="Name" name="Name" required="">
      </div>
      <div class="form-group">
        <input type="email" class="form-control" id="email" placeholder="Email address" name="Email" required="">
      </div>
    </div>
    <div class="form-layout">
      <div class="form-group accomodation">
        <select id="chyraccmd" data-minimum-results-for-search="Infinity" class="form-control" aria-hidden="true" name="accommodation" oninput="calendar_block()"
          onchange="Choix(this.form);document.getElementById(&quot;end&quot;).value = &quot;&quot;;" required="">
          <option style="color: #283135 ;">Select accommodation</option>
          <option value="1-Kozy Studio">Island View Studio</option>
          <option value="2-Lagoon View Suite">Lagoon View Villa</option>
          <option value="3-Sea View Suite">Sea View Villa</option>
        </select>
      </div>
      <div class="form-group">
        <select name="pax" class="form-control" id="nrofpax" required="">
          <option style="color: #283135;text-align:center;">Nb of pax</option>
          <option></option>
          <option></option>
          <option></option>
          <option></option>
          <option></option>
          <option></option>
        </select>
        <!--<input type="text" class="form-control" id="nrofpax" placeholder="Nb of pax" required>-->
      </div>
    </div>
    <div class="form-layout">
      <div class="form-group">
        <div class=" ">
          <div id="calendar_load" class=" loader-box calendar_load btn-hidden"></div>
          <input type="text" class="form-control datepicker checkIn" id="start" placeholder="Check-in" readonly="readonly" name="Checkin" required="">
        </div>
      </div>
      <div class="form-group">
        <input type="text" class="form-control datepicker checkOut" id="end" placeholder="Check-out" readonly="readonly" name="Checkout" required="">
      </div>
    </div>
    <div class="form-layout">
      <div class="form-group">
        <input type="tel" class="form-control" id="phonenr" placeholder="Phone number" name="Phone" required="">
      </div>
      <div class="form-group">
        <button type="submit" class="form-btn disabled">BOOK NOW</button>
      </div>
      <input id="duration_stay" value="" type="hidden">
    </div>
    <div class="form-layout2" id="video">
      <div class="form-message">
        <div id="msgSubmit" class="h3 text-center hidden btn-hidden">Your Message has been submitted. We will get back to you in Less than 24 hours.</div>
      </div>
    </div>
  </div>
</form>

POST

<form id="ContactForm" method="post" novalidate="true">
  <div class="cform-group">
    <input type="text" name="Name" class="cform-control" id="cfirstname" placeholder="Name" required="">
  </div>
  <div class="cform-group">
    <input type="text" class="cform-control" id="clastname" name="Phone" placeholder="Phone" required="">
  </div>
  <div class="cform-group">
    <input type="email" class="cform-control" id="cemail" name="Email" placeholder="Email" required="">
  </div>
  <div class="cform-group">
    <textarea class=" c-message" id="cmessage" name="Message" placeholder="Write your message here" rows="4" required=""></textarea>
  </div>
  <center>
    <div id="contact_load" class="contact_load btn-hidden" style=""></div>
  </center>
  <div id="contact-form-success" class="contact_form_success hidden btn-hidden">
    <div style="color:black; padding-top:10px;"> Thank You for contacting us.<br>Our Team will get back to you in less than 24H. </div>
  </div>
  <br>
  <div class="cform-group ">
    <button id="contact_submit_btn" type="submit" class="button-small-solid form-btn disabled">SUBMIT</button>
  </div>
  <div id="back_home" class="btn-hidden"><a href="#"><span class="pay_btn">Back Home</span></a></div>
  <div class="cform-message">
    <br>
    <div id="cmsgSubmit" class="h3 text-center "></div>
  </div>
</form>

Text Content

X

Your Booking Request:

Thank you client's name,
for your booking request. Kozy Le Morne Villa team
will contact you in less than 12h to confirm your booking.


Back Home Go to Live
Your Booking Request:
Name:client's name
Email:email
Phone:phone
Edit booking info
Accommodation:accommodation
No of Guests:pax
Check-in:start
Check-out:end
Price: €price

 
Address
Postal Code
City
Country


Click to accept the terms and conditions


Please wait while we process your info.


Bank details have been sent to your email.
You have 24h to proceed with your payment to confirm your reservation.

Booking date will only be confirmed and locked
when payment is done.


A mail has been sent to mail
Pay Now
Back Home Go to Live


Back Home Go to Live

BOOKING DESTINATION FACILITIES VILLAS 360 TOUR LIVE VIDEOS CONTACT FR DE +230
57910677

 * 
 * BOOKING
 * DESTINATION
 * FACILITIES
 * VILLAS
 * 360 TOUR
 * LIVE
 * VIDEOS
 * CONTACT
 * EN
   FR DE
 * +230 57910677

https://script.google.com/macros/s/AKfycbxCfLbix5g5YiT1CB0y4wpDhswgpxJHYQXqgL4AX_h0EGtW7H-rUmQqZyxwthvq4kY/exec


KOZY LE MORNE VILLA

Experience a modern styled villa with amazing panoramic sea.

And spectacular mountain views at Le Morne Brabant, Mauritius. Your private
getaway that feels like home.



Select accommodation Island View Studio Lagoon View Villa Sea View Villa
Nb of pax

BOOK NOW
Your Message has been submitted. We will get back to you in Less than 24 hours.




SELECT YOUR ACCOMMODATION


COMFORT & CHILL-OUT

All our rooms are equipped with the following amenities:
Wifi Bathroom Fridge Kitchen Air conditioning,


Island View Studio
as from €149/day

Situated beneath the legendary mountain Le Morne, Island View Studio is built on
a luminous landscape, suffused with elegance.

Details

Lagoon View Villa
as from €349/day

From the terrace, sit back and enjoy a spectacular view on the lagoon, La
Tourelle du Tamarin as well as Bénitiers Island.

Details

Sea View Villa
as from €379/day

Furnished with care to ensure conviviality and comfort, Sea view Villa is worth
the plunge

Details
Locations
Local Avails
Terrace
Private Pool
Parking



EAT-KITE-SLEEP-SHOP-REPEAT




EAT-KITE-SLEEP-SHOP-REPEAT



Whoever said that money can't buy happiness, we simply believe they didn't know
where to go shopping ! So check out the map, eat in your favourite restaurant,
sleep at Kozy Villa Le Morne, shop nearby , kitesurf at the various spots , have
a drink at Wapalapam and repeat till you drop.


SEARCH & FIND




SEARCH & FIND


 * 1. ATM (6 mins) - 5.6 km from destination (La Gaulette)
   
   
 * 2. Beach (2 mins) - 1.4 km from destination (Le Morne Plage)
   
   
 * 3. Surf Spot (4 mins) - 3.3 km from destination (Kite Lagoon)
   
   
 * 4. Restaurant (2 mins) - 200 m from destination (Wapalapam)
   
   
 * 5. Health Center (17 mins) - 14.7 km from destination (Dr Yves Cantin
   Hospital)


DAWN OR DUSK ?




DAWN OR DUSK ?



There's a sunrise and a sunset every single day and they're absolutely free.
Don't miss so many of them, just make sure you reach in time to experience an
explosion of colours in the beautiful sky of the west coast of Mauritius.


TAKE THE PLUNGE




TAKE THE PLUNGE



Happiness is a plunge in the pool. Free your mind, take your mark and swim. Life
is awesome at Kozy Le Morne Villa. Enjoy the bliss of a private pool at Lagoon
View Villa or at the Sea View Villa.
Just do it !


PARK & WALK




PARK & WALK



At Kozy Le Morne Villa, we paved paradise and put a parking space. So park and
walk to your access entry, locked with security doors. For your peace of mind,
Kozy Villa Le Morne has independent access entries for the Villas.


NOWHERE ELSE, BUT HERE AT LE MORNE

Le Morne

Plan your Kite Trip : with 300 days of winds per year in Mauritius, Le Morne is
one of the best spots for kitesurfing. The Kite Lagoon spot is a must for
kitesurf lovers & professionals of this amazing water sport. Kozy Le Morne Villa
is situated at only 2 km from the spot which is 3 mins by car .

Chamarel

Add 7 Coloured Earth to Your Experience : it is said that the different colours
of the earth are caused by decomposed basalt gullies, turned into clay. Mix the
colours together, you will be amazed to see that they will separate on their
own. Worth a try, just rent a car and do it !

Le Morne Waterfall

For a memorable Underwater Waterfall Sightseeing : Just off the coast of Le
Morne, on southwest of Mauritius, the Lagoon offers a spectacular illusion. Sand
and silt on the ocean floor run off in a way that makes it look like they're
pouring down a waterfall. It is considered a true wonder not to be missed.

Breathtaking View

Not to Miss the spectacular view : from your deck lies the panoramic sea with
the Benitiers Island by your right and the crystal rock in front giving you a
spectacular view which make you dream. You wake up in the morning with the
endless blue of the sky and sea which unravels in front you.

Le Morne Mountain

Conquer the Climb : Rising over 556 metres above sea level, the magnificent high
point offers breathtaking and flawless views on Mauritius’ nature sceneries. A
natural sanctuary with high symbolic value about the resistance to slavery, Le
Morne Brabant has been acknowledged as a World Heritage Site by UNESCO. Now
known under the name of « Paysage Culturel du Morne » its access is open to the
public and hike lovers.


Sea & Sunshine

If you need vitamin sea : just walk or drive to Le Morne Beach, one of the best
in the island. It distinguishes itself with an overshadow of its historical
mountain, offering at the sametime a wide expanse of white sand for a romantic
walk at dawn or at dusk, with a paradisiacal setting during sunsets.

"Formidable! Accueil chaleureux franco-mauricien, un beau mélange. Logement à la
décoration soignée, tout confort, vite approprié! Une terrasse bien aménagée et
donnant sur une vue tout simplement superbe..."

Frederic - Réunion - ★ ★ ★ ★ ★
Wir hatten eine tolle Zeit auf Le Morne. Was für ein Ausblick! Eric war ein sehr
sympathischer und zuvorkommender Gastgeber."

Daniel - Germany - ★ ★ ★ ★ ★
"Staying here was super! The hosts are nice and helpful. The Villa is nicely
decorated and well equipped. What makes the Villa unique is its superb ocean
view from the deck, terrace, living room and main bedroom. Location is ideal for
kiters." superbe..."

Nol - Netherlands - ★ ★ ★ ★ ★
"Really nice hosts. The location is great, the beach is in walking distance and
the view is amazing. The next grocery shop and dinner restaurants are in the
next village, so make sure to rent a scooter or car to get there. Eric is very
helpful with that as well:) thanks again for having us!"

Nina - New York - ★ ★ ★ ★ ★
"Perfect for romantic stay and is the best position for kite Nice view and not
noise at all. Top level Villa."

Marco - Italie - ★ ★ ★ ★ ★
"Wir hatten eine tolle Zeit auf Le Morne. Was für ein Ausblick! Eric war ein
sehr sympathischer und zuvorkommender Gastgeber."

Daniel - Germany - ★ ★ ★ ★ ★
"Studio qui vaut le détour rien que pour la vue, l'emplacement et le côté très
cosy, calme! Par ailleurs les hôtes sont attentionnés et de très bons conseils!
Accueil très chaleureux !"

Frederic - Réunion - ★ ★ ★ ★ ★
"Perfect for romantic stay and is the best position for kite Nice view and not
noise at all. Top level Villa."

Marco - Italie - ★ ★ ★ ★ ★
"Formidable! Accueil chaleureux franco-mauricien, un beau mélange. Logement à la
décoration soignée, tout confort, vite approprié! Une terrasse bien aménagée et
donnant sur une vue tout simplement superbe..."

Pierre - Amaël - France - ★ ★ ★ ★ ★
❮ ❯
CONTACT


NOWHERE ELSE, BUT HERE AT LE MORNE

The only thing you have to absolutely know is the location of KOZY LE MORNE
VILLA and get in touch with us, by filling this form:

Le Morne, Mauritius +230 57910677 booking@le-morne.com le-morne.com


Thank You for contacting us.
Our Team will get back to you in less than 24H.

SUBMIT
Back Home





FOLLOW US ON



General Terms and Conditions
Copyright © KOZY LE MORNE VILLA MAURITIUS - VILLA & VIEW
Address : Kozy Le Morne, Chemin des Campêches, Le Morne Brabant
×

❮ ❯
×
Island View Studio
as from €149/day

--------------------------------------------------------------------------------

The Island View Studio has one bedroom, a bathroom, a living room and a
kitchenette. The terrace leads to a large deck equipped of a garden table with
two chairs for a romantic delicious breakfast with view on the lagoon.
 * Inside Rules:
   
   
 * Non Smoking
   
   
 * Not Convenient for Animals
   
   
 * No Parties or Events Allowed
   
   
 * Not Convenient for Kids (0-12yrs)
   
   
 * No Barbecue
   
   

Go BackBook Now
×

❮ ❯
×
Lagoon View Villa
as from €349/day

--------------------------------------------------------------------------------

Situated beneath the legendary mountain Le Morne, Lagoon View Villa, is built on
a luminous landscape, suffused with elegance. From the terrace, sit back and
enjoy a spectacular view on the lagoon, La Tourelle du Tamarin as well as
Bénitiers Island.The main bedroom opens on the terrace with a large deck and a
private plunge pool. Fully furnished, this Villa beautifully unfolds 2 bedrooms,
2 bathrooms and a utility room, equipped with a washing machine.
 * Inside Rules:
   
   
 * Non Smoking
   
   
 * Not Convenient for Animals
   
   
 * No Parties or Events Allowed
   
   
 * Not Convenient for Kids (0-12yrs)
   
   
 * No Barbecue
   
   

Go BackBook Now
×

❮ ❯
×
Sea View Villa
as from €379/day

--------------------------------------------------------------------------------

To unwind your mind, you can simply pull the curtains from the Master Bedroom
and get lost in the idyllic view on the Golf course of Paradis Resort and the
sea around Bénitiers Island. Or just walk on the terrace that leads to a large
deck around the swimming pool. The Seaview Villa is fully furnished with 2
bedrooms, 2 bathrooms and an equipped kitchen with a refrigerator, a microwave,
a gas oven, a coffee maker as well as a washing machine.
 * Inside Rules:
   
   
 * Non Smoking
   
   
 * Not Convenient for Animals
   
   
 * No Parties or Events Allowed
   
   
 * Not Convenient for Kids (0-12yrs)
   
   
 * No Barbecue
   
   

Go BackBook Now