hotel.zum-web.ch Open in urlscan Pro
185.229.91.64  Public Scan

URL: https://hotel.zum-web.ch/
Submission: On July 04 via api from US — Scanned from CH

Form analysis 3 forms found in the DOM

GET https://hotel.zum-web.ch/

<form class="cs-form-wrap" data-display-date-format="YYYY-MM-DD" data-date-format="YYYY-MM-DD" action="https://hotel.zum-web.ch/" method="GET">
  <div class="cs-form-field cs-check-in">
    <div class="field-wrap">
      <label class="cs-form-label">Check In</label>
      <div class="field-input-wrap checkin-date">
        <input type="text" class="date-range-picker" value="2024-07-04 - 2024-07-05">
        <input type="text" value="" data-value="2024-07-04" class="check-in-date" name="" readonly="">
      </div>
    </div>
  </div>
  <div class="cs-form-field cs-check-out">
    <div class="field-wrap">
      <label class="cs-form-label">Check Out</label>
      <div class="field-input-wrap checkout-date">
        <input type="text" value="" data-value="2024-07-05" class="check-out-date" name="" readonly="">
      </div>
    </div>
  </div>
  <div class="cs-form-field cs-rooms cs-has-dropdown">
    <div class="field-wrap">
      <label class="cs-form-label">Rooms</label>
      <div class="field-input-wrap has-dropdown">
        <input type="text" name="" value="1 Room" readonly="">
      </div>
      <div class="csf-dropdown">
        <div class="csf-dropdown-item">
          <label class="cs-form-label">Rooms</label>
          <div class="quantity cs-quantity" data-label="room">
            <label class="screen-reader-text">Rooms quantity</label>
            <button class="minus"></button>
            <input type="text" name="room-quantity" value="1" class="input-text" autocomplete="off" readonly="" data-min="1" data-max="50">
            <button class="plus"></button>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="cs-form-field cs-guests cs-has-dropdown">
    <div class="field-wrap">
      <label class="cs-form-label">Guests</label>
      <div class="field-input-wrap has-dropdown">
        <input type="text" name="" value="1 Adult, 0 Child" readonly="">
      </div>
      <div class="csf-dropdown">
        <div class="csf-dropdown-item">
          <label class="cs-form-label">Adults</label>
          <div class="quantity cs-quantity" data-label="adult">
            <label class="screen-reader-text">Adults quantity</label>
            <button class="minus"></button>
            <input type="text" name="adult-quantity" value="1" class="input-text" autocomplete="off" readonly="" data-min="1" data-max="50">
            <button class="plus"></button>
          </div>
        </div>
        <div class="csf-dropdown-item">
          <label class="cs-form-label">Children</label>
          <div class="quantity cs-quantity" data-label="child">
            <label class="screen-reader-text">Children quantity</label>
            <button class="minus"></button>
            <input type="text" name="child-quantity" value="0" class="input-text" autocomplete="off" readonly="" data-min="0" data-max="50">
            <button class="plus"></button>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="cs-form-field cs-submit">
    <div class="field-wrap">
      <button class="button" role="button" type="submit">
        <span class="btn-text">Check Availability</span>
      </button>
    </div>
  </div>
  <input type="hidden" name="search_rooms" value="">
</form>

GET https://hotel.zum-web.ch/

<form class="cs-form-wrap" data-display-date-format="YYYY-MM-DD" data-date-format="YYYY-MM-DD" action="https://hotel.zum-web.ch/" method="GET">
  <div class="cs-form-field cs-check-in">
    <div class="field-wrap">
      <label class="cs-form-label">Check In</label>
      <div class="field-input-wrap checkin-date">
        <input type="text" class="date-range-picker" value="2024-07-04 - 2024-07-05">
        <input type="text" value="" data-value="2024-07-04" class="check-in-date" name="" readonly="">
      </div>
    </div>
  </div>
  <div class="cs-form-field cs-check-out">
    <div class="field-wrap">
      <label class="cs-form-label">Check Out</label>
      <div class="field-input-wrap checkout-date">
        <input type="text" value="" data-value="2024-07-05" class="check-out-date" name="" readonly="">
      </div>
    </div>
  </div>
  <div class="cs-form-field cs-rooms cs-has-dropdown">
    <div class="field-wrap">
      <label class="cs-form-label">Rooms</label>
      <div class="field-input-wrap has-dropdown">
        <input type="text" name="" value="1 Room" readonly="">
      </div>
      <div class="csf-dropdown">
        <div class="csf-dropdown-item">
          <label class="cs-form-label">Rooms</label>
          <div class="quantity cs-quantity" data-label="room">
            <label class="screen-reader-text">Rooms quantity</label>
            <button class="minus"></button>
            <input type="text" name="room-quantity" value="1" class="input-text" autocomplete="off" readonly="" data-min="1" data-max="50">
            <button class="plus"></button>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="cs-form-field cs-guests cs-has-dropdown">
    <div class="field-wrap">
      <label class="cs-form-label">Guests</label>
      <div class="field-input-wrap has-dropdown">
        <input type="text" name="" value="1 Adult, 0 Child" readonly="">
      </div>
      <div class="csf-dropdown">
        <div class="csf-dropdown-item">
          <label class="cs-form-label">Adults</label>
          <div class="quantity cs-quantity" data-label="adult">
            <label class="screen-reader-text">Adults quantity</label>
            <button class="minus"></button>
            <input type="text" name="adult-quantity" value="1" class="input-text" autocomplete="off" readonly="" data-min="1" data-max="50">
            <button class="plus"></button>
          </div>
        </div>
        <div class="csf-dropdown-item">
          <label class="cs-form-label">Children</label>
          <div class="quantity cs-quantity" data-label="child">
            <label class="screen-reader-text">Children quantity</label>
            <button class="minus"></button>
            <input type="text" name="child-quantity" value="0" class="input-text" autocomplete="off" readonly="" data-min="0" data-max="50">
            <button class="plus"></button>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="cs-form-field cs-submit">
    <div class="field-wrap">
      <button class="button" role="button" type="submit">
        <span class="btn-text">Check Availability</span>
      </button>
    </div>
  </div>
  <input type="hidden" name="search_rooms" value="">
</form>

GET https://hotel.zum-web.ch/

<form class="search-form" role="search" method="get" action="https://hotel.zum-web.ch/">
  <label>
    <span class="screen-reader-text">Search for:</span>
    <input type="search" class="search-field" placeholder="Enter a keyword to search" autocomplete="off" name="s">
  </label>
  <button type="submit" class="search-submit"><span class="screen-reader-text">Search</span></button>
</form>

Text Content

Menu
 * Home
 * Stay expand child menu
   * Rooms Page
   * Room Details – Top Image
   * Room Details – Top Gallery
   * Room Details – Left Booking Form
   * Cart
   * Checkout
   * My account
 * Pages expand child menu
   * About the hotel
   * Restaurants & Bars
   * The Restaurant
   * Menu Page
   * Spa & Wellness
   * Events & Meetings
   * Local Activities
   * Activity Detail Page
   * Contact
 * News


Tel: +41 22 345 67 88
EN / FR
Close


BOOK YOUR STAY

Welcome to CozyStay Pacific Hotel. Nestled in the heart of the Pacific Islands
resort, on the edge of a tranquil and beautiful Garden Island, CozyStay is a
haven of warmth, tranquility and rejuvenation. 

Check In

Check Out

Rooms

Rooms
Rooms quantity
Guests

Adults
Adults quantity
Children
Children quantity
Check Availability
CancelApply
 * Check-in: 3pm
 * Check-out: 11am
 * Minimum Check-in Age: 18

Book Now
Menu

EN / FR


BOUTIQUE PRIVATE ISLAND RESORT

The seaside haven of warmth, tranquility and restoration

Book Your Stay
Check In

Check Out

Rooms

Rooms
Rooms quantity
Guests

Adults
Adults quantity
Children
Children quantity
Check Availability
CancelApply
Welcome to CozyStay Resort


IN THE HEART OF THE SOUTH PACIFIC, OUTSTANDING VIEWS

Nestled in the heart of the Pacific Islands resort, on the edge of a tranquil
and beautiful Garden Island, CozyStay is a haven of warmth, tranquility and
rejuvenation. Bathed in brilliant sunshine and clear skies, it offers stunning
views of palm-lined beaches and gorgeous coral reefs.

Previous

Next

Inspired by our history, surrounded by nature and designed to
offer a different experience


Enjoy World-class Stay Experience


THE ACCOMMODATIONS

Discover All Suites
$999 / Night


DELUXE HILLTOP RESIDENCE

 * 
   200 m2
 * 
   6 Guests
 * 
   3 King Beds

Stunning beachfront location with 60 square meters / 646 square feet of interior
space, located on the west side of the resort in a private tropical garden with
a plunge pool and a private outdoor shower.

Discover More
From $399


PREMIER BEACHFRONT SUITE

 * 
   60 m2
 * 
   2 Guests
 * 
   1 King Bed

Stunning beachfront location with 60 square meters / 646 square feet of interior
space, located on the west side of the resort in a private tropical garden with
a plunge pool and a private outdoor shower.

Discover More
$1299 / Night


GRAND OCEANVIEW RESIDENCE

 * 
   400 m2
 * 
   12 Guests
 * 
   6 King Beds

Stunning beachfront location with 60 square meters / 646 square feet of interior
space, located on the west side of the resort in a private tropical garden with
a plunge pool and a private outdoor shower.

Discover More
From $599


PREMIER OCEANVIEW VILLA

 * 
   84 m2
 * 
   2 Guests
 * 
   1 King Bed

Stunning beachfront location with 60 square meters / 646 square feet of interior
space, located on the west side of the resort in a private tropical garden with
a plunge pool and a private outdoor shower.

Discover More
$999 / Night


DELUXE HILLTOP RESIDENCE

 * 
   200 m2
 * 
   6 Guests
 * 
   3 King Beds

Stunning beachfront location with 60 square meters / 646 square feet of interior
space, located on the west side of the resort in a private tropical garden with
a plunge pool and a private outdoor shower.

Discover More
From $399


PREMIER BEACHFRONT SUITE

 * 
   60 m2
 * 
   2 Guests
 * 
   1 King Bed

Stunning beachfront location with 60 square meters / 646 square feet of interior
space, located on the west side of the resort in a private tropical garden with
a plunge pool and a private outdoor shower.

Discover More
$1299 / Night


GRAND OCEANVIEW RESIDENCE

 * 
   400 m2
 * 
   12 Guests
 * 
   6 King Beds

Stunning beachfront location with 60 square meters / 646 square feet of interior
space, located on the west side of the resort in a private tropical garden with
a plunge pool and a private outdoor shower.

Discover More
From $599


PREMIER OCEANVIEW VILLA

 * 
   84 m2
 * 
   2 Guests
 * 
   1 King Bed

Stunning beachfront location with 60 square meters / 646 square feet of interior
space, located on the west side of the resort in a private tropical garden with
a plunge pool and a private outdoor shower.

Discover More
$999 / Night


DELUXE HILLTOP RESIDENCE

 * 
   200 m2
 * 
   6 Guests
 * 
   3 King Beds

Stunning beachfront location with 60 square meters / 646 square feet of interior
space, located on the west side of the resort in a private tropical garden with
a plunge pool and a private outdoor shower.

Discover More
From $399


PREMIER BEACHFRONT SUITE

 * 
   60 m2
 * 
   2 Guests
 * 
   1 King Bed

Stunning beachfront location with 60 square meters / 646 square feet of interior
space, located on the west side of the resort in a private tropical garden with
a plunge pool and a private outdoor shower.

Discover More
$1299 / Night


GRAND OCEANVIEW RESIDENCE

 * 
   400 m2
 * 
   12 Guests
 * 
   6 King Beds

Stunning beachfront location with 60 square meters / 646 square feet of interior
space, located on the west side of the resort in a private tropical garden with
a plunge pool and a private outdoor shower.

Discover More
 * 1
 * 2
 * 3
 * 4

Unforgettable Experience


ONE OF THE WORLD'S MOST DESIRABLE LOCATIONS

A superior, 5-star resort embodying the very best of Fiji Islands
luxury, tranquility & sophistication.

SPA & WELLNESS

Set in lush jungle, our modern spa embodies the calm of nature, offering
extraordinary visual and auditory experiences that pamper and heal.

Discover More

ISLAND ACTIVITIES

A playground for the over-and-underwater world adventurers. Surfing, diving,
snorkeling, fishing, sailing, nature trails & villages to explore.

Discover More

GASTRONOMIC DINE

Our restaurants use fresh, organic ingredients that are locally produced and
sourced. Delicious flavors and a warm atmosphere are the perfect way to unwind.

Discover More
Voice From Our Guests

“EVERYTHING HERE WAS GREAT: THE STAFF, THE ROOM LAYOUT, THE PROPERTY AMENITIES
WITH INDOOR POOL, AND THE QUALITY OF THE FOOD. BUT THE HIGH POINT IS THE VIEW
FROM THE MOUNTAINS.”

Anna Williams – TripAdvisor

★★★★★ 5/5

Inspired by our history, surrounded by nature to offer a different experience

Discover the Services we offered


ALL THE ESSENTIALS FOR A COZY AND COMFORTABLE STAY

AIRPORT PICK-UP SERVICE

Lorem ipsum proin gravida velit auctor sde re sit amet space.

HOUSEKEEPER SERVICES

Lorem ipsum proin gravida velit auctor sde re sit amet space.

WIFI & INTERNET

Lorem ipsum proin gravida velit auctor sde re sit amet space.

LAUNDRY SERVICES

Lorem ipsum proin gravida velit auctor sde re sit amet space.

BREAKFAST IN BED

Lorem ipsum proin gravida velit auctor sde re sit amet space.

SWIMMING POOL

Lorem ipsum proin gravida velit auctor sde re sit amet space.


Stay Tuned with CozyStay

SIGN UP FOR OUR NEWSLETTER TO RECEIVE OUR NEWS, DEALS AND SPECIAL OFFERS.


Address

73120 Courchevel 1850, France

Phone

+41 22 345 67 88

Email

reservation@cozystay.com

Social
 * Facebook
 * Twitter
 * Pinterest
 * YouTube
 * Instagram

© Copyright CozyStay WordPress Theme for Hotel booking.

 * Privacy
 * Terms of use
 * Policy

Menu

EN / FR

 * Home
 * Stay
 * About the hotel
 * Restaurants & Bars
 * Spa & Wellness
 * Events & Meetings
 * Local Activities
 * News
 * Contact
 * Book Your Stay

© Copyright CozyStay WordPress Theme for Hotel Booking.

Close
Search for: Search