Alp Art Hotel

Discover the Aquaparc du Bouveret:
an aquatic oasis for the whole family

Portes du Soleil and Vaudois Alps

Let yourself be transported to a captivating aquatic world where adventure, relaxation, and moments of happiness await you under the bright sun, all at Aquaparc du Bouveret, located on the Valais side of Lake Geneva.

Fort de Chillon - Alp Art Hotel

The worlds of the park: a multitude of experiences

Aquaparc offers a variety of worlds designed to satisfy visitors of all ages. Younger children will marvel at the world of pirates, while families can share unique moments as they slide at full speed down the three giant slides on rubber rings.

For thrill seekers, the Run Orange and Run Rouge slides promise thrilling descents. And if those don’t impress you, get ready to be blown away by the Booster Loop, Switzerland’s craziest slide, propelling you to a top speed of 85 km/h and making you feel an acceleration of 3.6 G.

Winter in Chablais - Alp Art Hotel
Winter skiing Swiss Alps - Alp Art Hotel

Outdoor relaxation: a refreshing break

If you prefer to relax and cool off, you’re sure to love the park’s outdoor area. Make yourself comfortable on a deck chair or float along the relaxing current of the river on a tube. Children can enjoy the Splashlagoon under parental supervision.

Please visit the Aquaparc website to learn more about the attractions:

Swiss Raclette - Alp Art Hotel
Swiss fondue - Alp Art Hotel

Catering: a well-deserved gourmet break

After enjoying the many attractions at Aquaparc, treat yourself to a well-deserved break at one of the restaurants. Whether you’re looking for a light lunch or something sweet or savory, you’re sure to find something to satisfy your taste buds.

You can find the list of restaurants by following this link:

Fort de Chillon - Alp Art Hotel

Shop: souvenirs and water sports equipment

In our shop, discover a wide selection of swimsuits and all the accessories you need for a perfect day, such as towels and armbands for children. You can also take home a souvenir of your visit to the Aquaparc to make this moment unforgettable.

Immerse yourself in a day of adventure and relaxation at the AquaParc in Le Bouveret, where every moment promises to be memorable for the whole family.

Browse the park’s website for more information or to book your admission ticket online:

Xstream Park in Winter - Alp Art Hotel
Glacier 3000 - Alp Art Hotel

Newsletter subscription

Don’t miss on our offers !

Your page

ADDRESS

Chemin du Verger 5
1868 Collombey

E-MAIL

info@alparthotel.ch

 

General terms and conditions of sale

Alp Art Hotel © 2025. All Rights Reserved.

tag. Mews.Distributor( // Set Configuration ID of your booking engine. { configurationIds: ['c6c0470b-b6ec-47e6-878b-af86008df0f3'], }, // Add callback which will enable Submit button and open the Booking Engine Widget upon button click. function (api) { // Listen on submit and when user submits, open booking engine with given dates. const listenOnSubmit = () => { // Find the form in DOM and listen on submit. const form = document.getElementById('date-form'); form.addEventListener('submit', event => { // Don't use the default submit button behavior. We want to handle it ourselves. event.preventDefault(); // Get the dates from the date form. const { start, end, adultcount, childcount, vouchercode } = event.target.elements; const [startYears, startMonths, startDays] = start.value.split('-'); const [endYears, endMonths, endDays] = end.value.split('-'); const adult = parseInt(adultcount.value); const child = parseInt(childcount.value); const code = vouchercode.value; const startDate = new Date(startYears, startMonths - 1, startDays); const endDate = new Date(endYears, endMonths - 1, endDays); // Use the Booking Engine Widget Javascript API to set the dates in the widget and open it. api.setStartDate(startDate); api.setEndDate(endDate); api.setAdultCount(adult); api.setChildCount(child); api.setVoucherCode(code); api.open(); }); }; listenOnSubmit(); // Enable the submit button, because the Booking Engine Widget is ready to be used. const enableSubmit = () => { const submitButton = document.getElementById('dates-submit'); submitButton.value = 'Submit'; submitButton.disabled = false; }; enableSubmit(); } // 4. Note - this guide is written for the Production environment. );