www.belambra.com
Open in
urlscan Pro
217.147.204.82
Public Scan
Submitted URL: https://belambra-clubs-selection.co/
Effective URL: https://www.belambra.com/
Submission: On April 25 via api from US — Scanned from FR
Effective URL: https://www.belambra.com/
Submission: On April 25 via api from US — Scanned from FR
Form analysis
2 forms found in the DOMGET
<form method="get" @submit.prevent="submitForm($el)" id="targetForm">
<template x-if="startDate">
<input type="hidden" name="start_date" x-model="startDate">
</template>
<template x-if="startDate && endDate">
<input type="hidden" name="end_date" x-model="endDate">
</template>
<template x-if="!partnerComposition">
<input type="hidden" name="number_of_adult" x-model="numberOfAdult">
</template><input type="hidden" name="number_of_adult" x-model="numberOfAdult" value="2">
<template x-if="!partnerComposition">
<input type="hidden" name="number_of_teenager" x-model="numberOfTeenager">
</template><input type="hidden" name="number_of_teenager" x-model="numberOfTeenager" value="0">
<template x-if="!partnerComposition">
<input type="hidden" name="number_of_child" x-model="numberOfChild">
</template><input type="hidden" name="number_of_child" x-model="numberOfChild" value="0">
<template x-if="partnerComposition">
<input type="hidden" name="number_of_adult" x-model="partnerComposition.number_of_adult">
</template>
<template x-if="partnerComposition">
<input type="hidden" name="number_of_teenager" x-model="partnerComposition.number_of_teenager">
</template>
<template x-if="partnerComposition">
<input type="hidden" name="number_of_child" x-model="partnerComposition.number_of_child">
</template>
<template x-if="isClubList || searchDestinationInput == everywhereText">
<input type="hidden" name="destination" x-model="searchDestinationInput">
</template>
<template x-for="(childrenAge,idx) in childrenAges">
<input type="hidden" x-bind:name="'children_ages['+idx+']'" x-bind:value="childrenAge">
</template>
<div class="zap-search position-relative">
<button type="button" class="btn-noBg btn-close-modal top-5 right-4" x-show="search_is_sticky && search_is_sticky_open" @click="search_is_sticky_open = false" style="display: none;">
<span class="iconContainer me-sm-3"><svg focusable="false" aria-hidden="true">
<use href="/build/images/sprite.svg?20240423-092935#symbol-cross"></use>
</svg></span>
</button>
<div class="zap-search-destination" tabindex="0" @click="if (event.target.id == 'zap-search-input') return;
displayedIndex !== 1 ? displayedIndex = 1 : displayedIndex = null;
(window.innerWidth < 768) ? document.documentElement.classList.add('search_is_open') : $el.closest('.zap-search-wrapper').scrollIntoView({ behavior: 'smooth' });
$refs.zapSearchInput.focus()" @keydown.enter="displayedIndex !== 1 ? displayedIndex = 1 : displayedIndex = null;
(window.innerWidth < 768) ? document.documentElement.classList.add('search_is_open') : $el.closest('.zap-search-wrapper').scrollIntoView({ behavior: 'smooth' })
$refs.zapSearchInput.focus()" :class="{ 'is_active': displayedIndex === 1 } ">
<b class="zap-search-title">Destination</b>
<span class="zap-search-placeholder position-relative">
<input placeholder="City, department, club, activities" type="search" class="pe-md-10" id="zap-search-input" autocomplete="off" spellcheck="false" @input.debounce="searchDestination(false)" x-model="searchDestinationInput"
x-ref="zapSearchInput" @click.prevent="(displayedIndex !== 1 && !childAgeNotSelected) ? displayedIndex = 1 : null;
(window.innerWidth < 768) ? document.documentElement.classList.add('search_is_open') : ''" @focus="(displayedIndex !== 1 && !childAgeNotSelected) ? displayedIndex = 1 : null;
checkParticipants($event);
if(window.innerWidth > 767) $el.closest('.zap-search-wrapper').scrollIntoView({ behavior: 'smooth' })" @keydown.enter="event.preventDefault(); displayedIndex = null"
@keydown.escape="emptyInputField(); $refs.zapSearchInput.blur(); displayedIndex = null" :readonly="isClubSelected || (window.innerWidth < 768)" :disabled="(window.innerWidth < 768)">
<span class="btn-delete-search-text fw-bold text-blue position-absolute fs-6 px-1 text-center" x-show="searchDestinationInput !== ''" style="display: none;">
<span class="btn-delete-placeholder position-absolute w-100 h-100 d-block left-0 top-0" @click="event.stopPropagation(); emptyInputField(); $refs.zapSearchInput.focus()" @touchstart="event.stopPropagation(); emptyInputField()"
@keydown.enter="emptyInputField(); $refs.zapSearchInput.focus()"></span>
<span>×</span>
</span>
</span>
</div>
<div class="zap-search-date" tabindex="0" @click="displayedIndex !== 2 ? displayedIndex = 2 : displayedIndex = null;
(window.innerWidth < 768) ? document.documentElement.classList.add('search_is_open') : null" @keydown.enter="displayedIndex !== 2 ? displayedIndex = 2 : displayedIndex = null;
(window.innerWidth < 768) ? document.documentElement.classList.add('search_is_open'):null " :class="{ 'is_active': displayedIndex === 2 } ">
<b class="zap-search-title">Dates of stay</b>
<span class="zap-search-placeholder"><span x-text="arrival">Arrival |</span> <span x-text="departure">Departure</span></span>
</div>
<div class="zap-search-participants" id="zap-search-participants" tabindex="0" @click="displayedIndex !== 3 ? displayedIndex = 3 : displayedIndex = null;
(window.innerWidth < 768) ? document.documentElement.classList.add('search_is_open') : $el.closest('.zap-search-wrapper').scrollIntoView({ behavior: 'smooth' })" @keydown.enter="displayedIndex !== 3 ? displayedIndex = 3 : displayedIndex = null;
(window.innerWidth < 768) ? document.documentElement.classList.add('search_is_open') : $el.closest('.zap-search-wrapper').scrollIntoView({ behavior: 'smooth' })"
:class="{ 'is_active': displayedIndex === 3 } ">
<b class="zap-search-title">Participants</b>
<span class="zap-search-placeholder">
<span x-text="numberOfAdult > 1 ? numberOfAdult + ' adults' : numberOfAdult + ' adult'">2 adults</span>
<span x-text="numberOfTeenager > 1 ? numberOfTeenager + ' teenagers' : (numberOfTeenager > 0 ? numberOfTeenager + ' teenager' : '')"></span>
<span x-text="numberOfChild > 1 ? numberOfChild + ' children' : (numberOfChild > 0 ? numberOfChild + ' child' : '')"></span>
</span>
</div>
<template x-if="partnerComposition">
<div class="zap-search-participants" tabindex="0">
<b class="zap-search-title">Participants</b>
<span class="zap-search-placeholder">
<span x-text="partnerComposition.number_of_adult > 1 ? partnerComposition.number_of_adult + ' adults' : partnerComposition.number_of_adult + ' adult'"></span>
<span x-text="partnerComposition.number_of_teenager > 1 ? partnerComposition.number_of_teenager + ' teenagers' : partnerComposition.number_of_teenager + ' teenager'"></span>
<span x-text="partnerComposition.number_of_child > 1 ? partnerComposition.number_of_child + ' children' : (partnerComposition.number_of_child > 0 ? partnerComposition.number_of_child + ' child' : '')"></span>
</span>
</div>
</template>
<button type="submit" class="btn-search btn-primary" id="search_button">
<span class="btn-search-text">Search</span>
<span class="spinner position-absolute" style="width: 2rem; display: none"><img src="https://static.belambra.fr/build/images/loading_icon.svg?20240423-092935" alt="loading..." loading="lazy"></span>
</button>
</div>
</form>
<form class="form-newsletter" @init="init">
<div class="position-relative">
<label class="d-block position-relative" for="email">Get ahead of our best deals: <input name="email" @blur="emailValidation" x-ref="emailInput" class="form-control mt-5" :class="{ 'invalid-input': hasError }" type="email" id="email"
placeholder="Enter your email" required="">
</label>
<input x-ref="tokenUrl" value="/api/newsletter/csrf_token" type="hidden">
<input x-ref="sfUrl" value="/api/newsletter/register" type="hidden">
<button type="submit" @click="submit" class="btn-primary" :disabled="isLoading"> Sign up now <span class="spinner" :class="{'d-inline-block': isLoading}" style="display: none">
<img src="https://static.belambra.fr/build/images/loading_icon.svg?20240416-085227" alt="loading..." loading="lazy">
</span>
</button>
</div>
</form>
Text Content
With your agreement, we and our 5 partners use cookies or similar technologies to store, access, and process personal data like your visit on this website, IP addresses and cookie identifiers. Some partners do not ask for your consent to process your data and rely on their legitimate business interest. You can withdraw your consent or object to data processing based on legitimate interest at any time by clicking on “Learn More” or in our Privacy Policy on this website. We and our partners process data for the following purposesPersonalised advertising and content, advertising and content measurement, audience research and services development , Store and/or access information on a device Learn More →Disagree and closeAgree and close Allez au contenu Winter: up to 20% off See more +33 1 77 70 91 50 Next Destinations Next Previous Destinations Close Discover our regions * See All * Alps * Brittany * Corsica * French Riviera * Occitanie * South-West Sea stays Next Previous Sea stays Close * Sea stays in summer * Atlantic Coast Mountain stays Next Previous Mountain stays Close * Mountain stays in summer * Mountain stays in winter On the road to summer 2024 Next Previous On the road to summer 2024 Close * 1st minutes summer 2024 up to -20% * Clubs and hotels spring-summer 2024 Immediate departure Up to 20% discount -20% Enjoy it Discover Belambra Next Previous Discover Belambra Close Discover our stays * All inclusive * Resorts * Ranges Discover our clubs offer * Our Sports and Activities * Our Kid's Club * Our Accommodations * Our Catering Services * Our entertainment Summer 1st minutes summer 2024 up to 20% off Deals Next Previous Deals Close Summer preview Be the first to book! Up to 20% off Book now Escape to winter Only a few places left at the best price! Up to -20% Book now DISCOVER ALL OUR IRRESISTIBLE OFFERS Treat yourself to unforgettable holidays without breaking the bank! Take advantage of exceptional year-round discounts to experience magical moments without compromising on your budget See all our deals FAQ Next My account Next Hello My account * Login * Create an account * My account * Logout Want to log out? Cancel Confirm BOOK YOUR NEXT HOLIDAYS SPRING-SUMMER UP TO 25% OFF ON YOUR STAY See more Book now Destination × Dates of stay Arrival | Departure Participants 2 adults Participants Search PREVIOUS PARTICIPANTS Adults 18 years and over 2 Teenagers between 12 and 17 years 0 Children 11 years and under 0 Specify the age(s) of the children on the date of arrival Age Age Confirm Please specify the age(s) of the children Confirm Confirm PREVIOUS YOUR STAY Your destination | Everywhere in France Your dates Starting date All participants 2 adults , 0 teenager , 0 child Search PREVIOUS DESTINATION x Everywhere in France No results for "" * Capbreton, Les Vignes Capbreton * Port Camargue, Les Salins Port Camargue * Seignosse Hossegor, Les Tuquets Seignosse * Anglet, La chambre d'Amour Anglet * Rocamadour, Les Portes de la Dordogne Rocamadour-Alvignac * Summer holidays * Holidays by the sea in summer * Your stay for the month of June * Corsica Confirm PREVIOUS DATES OF STAY 1. Mo 2. Tu 3. We 4. Th 5. Fr 6. Sa 7. Su April 2024 1. Mo 2. Tu 3. We 4. Th 5. Fr 6. Sa 7. Su 1. 1 2. 2 3. 3 4. 4 5. 5 6. 6 7. 7 8. 8 9. 9 10. 10 11. 11 12. 12 13. 13 14. 14 15. 15 16. 16 17. 17 18. 18 19. 19 20. 20 21. 21 22. 22 23. 23 24. 24 25. 25 26. 26 27. 27 28. 28 29. 29 30. 30 May 2024 1. Mo 2. Tu 3. We 4. Th 5. Fr 6. Sa 7. Su 1. 1 2. 2 3. 3 4. 4 5. 5 6. 6 7. 7 8. 8 9. 9 10. 10 11. 11 12. 12 13. 13 14. 14 15. 15 16. 16 17. 17 18. 18 19. 19 20. 20 21. 21 22. 22 23. 23 24. 24 25. 25 26. 26 27. 27 28. 28 29. 29 30. 30 31. 31 June 2024 1. Mo 2. Tu 3. We 4. Th 5. Fr 6. Sa 7. Su 1. 1 2. 2 3. 3 4. 4 5. 5 6. 6 7. 7 8. 8 9. 9 10. 10 11. 11 12. 12 13. 13 14. 14 15. 15 16. 16 17. 17 18. 18 19. 19 20. 20 21. 21 22. 22 23. 23 24. 24 25. 25 26. 26 27. 27 28. 28 29. 29 30. 30 July 2024 1. Mo 2. Tu 3. We 4. Th 5. Fr 6. Sa 7. Su 1. 1 2. 2 3. 3 4. 4 5. 5 6. 6 7. 7 8. 8 9. 9 10. 10 11. 11 12. 12 13. 13 14. 14 15. 15 16. 16 17. 17 18. 18 19. 19 20. 20 21. 21 22. 22 23. 23 24. 24 25. 25 26. 26 27. 27 28. 28 29. 29 30. 30 31. 31 August 2024 1. Mo 2. Tu 3. We 4. Th 5. Fr 6. Sa 7. Su 1. 1 2. 2 3. 3 4. 4 5. 5 6. 6 7. 7 8. 8 9. 9 10. 10 11. 11 12. 12 13. 13 14. 14 15. 15 16. 16 17. 17 18. 18 19. 19 20. 20 21. 21 22. 22 23. 23 24. 24 25. 25 26. 26 27. 27 28. 28 29. 29 30. 30 31. 31 September 2024 1. Mo 2. Tu 3. We 4. Th 5. Fr 6. Sa 7. Su 1. 1 2. 2 3. 3 4. 4 5. 5 6. 6 7. 7 8. 8 9. 9 10. 10 11. 11 12. 12 13. 13 14. 14 15. 15 16. 16 17. 17 18. 18 19. 19 20. 20 21. 21 22. 22 23. 23 24. 24 25. 25 26. 26 27. 27 28. 28 29. 29 30. 30 October 2024 1. Mo 2. Tu 3. We 4. Th 5. Fr 6. Sa 7. Su 1. 1 2. 2 3. 3 4. 4 5. 5 6. 6 7. 7 8. 8 9. 9 10. 10 11. 11 12. 12 13. 13 14. 14 15. 15 16. 16 17. 17 18. 18 19. 19 20. 20 21. 21 22. 22 23. 23 24. 24 25. 25 26. 26 27. 27 28. 28 29. 29 30. 30 31. 31 November 2024 1. Mo 2. Tu 3. We 4. Th 5. Fr 6. Sa 7. Su 1. 1 2. 2 3. 3 4. 4 5. 5 6. 6 7. 7 8. 8 9. 9 10. 10 11. 11 12. 12 13. 13 14. 14 15. 15 16. 16 17. 17 18. 18 19. 19 20. 20 21. 21 22. 22 23. 23 24. 24 25. 25 26. 26 27. 27 28. 28 29. 29 30. 30 December 2024 1. Mo 2. Tu 3. We 4. Th 5. Fr 6. Sa 7. Su 1. 1 2. 2 3. 3 4. 4 5. 5 6. 6 7. 7 8. 8 9. 9 10. 10 11. 11 12. 12 13. 13 14. 14 15. 15 16. 16 17. 17 18. 18 19. 19 20. 20 21. 21 22. 22 23. 23 24. 24 25. 25 26. 26 27. 27 28. 28 29. 29 30. 30 31. 31 This month is not yet available. You can however pre-book now by clicking here! best pricebest pricelast availablitieslast availablities Ok EXPLORE OUR DESTINATIONS 44 holiday clubs nestled in the heart of the most beautiful places in France! Our best deals Our favorites Our clubs See all our destinations * Make the most of the May bank holidays MAKE THE MOST OF THE MAY BANK HOLIDAYS Up to 25% 100€ offered Enjoy it * Corsica at affordable prices CORSICA AT AFFORDABLE PRICES Up to 25% off 150€ offered Enjoy it * April, sunny? APRIL, SUNNY? Up to 25% off Soft price Enjoy it * SKIING IN APRIL SKIING IN APRIL Up to -20% Discover * the Mountain THE MOUNTAIN Activity pass included Low prices Discover * Your holidays in Brittany YOUR HOLIDAYS IN BRITTANY Picturesque Authentic Discover * OUR 5B CLUBS OUR 5B CLUBS The best of the Belambra experience Our emblematic clubs Discover * Our 4B clubs OUR 4B CLUBS Everything you love You're making the right choice! I discover * 44 CLUBS IN THE MOST BEAUTIFUL PLACES IN FRANCE View map LET YOURSELF BE TEMPTED For a weekend or for a holiday, pack your suitcase for one of our clubs. * Avalanche of benefits ! SKI ADVANTAGE Up to -20% on your packages, -55% on the ski equipment, child ski equipment offered, ... Let yourself be tempted by all our ski benefits! * Submit * New WINTER EVENT 2024 Discover the latest Belambra 5B clubs in Flaine and Les 2 Alpes Submit * Up to 20% off WINTER 2024 Book now and get the best deals! Submit * up to 20% off SUMMER IS WAITING FOR YOU Discounts up to 20% off... Explore, save, shine Submit View all our offers LIVE THE BELAMBRA EXPERIENCE Our teams take care of everything so you can just take care of yourself! / THE MOST BEAUTIFUL PLACES IN FRANCE / GET TOGETHER AND JUST ENJOY / KIDS IN CLUBS, PARENTS IN HEAVEN / PUT YOUR FEET UNDER THE TABLE / MOVE, LET GO, PARTY / GET PAMPERED BY OUR TEAMS “Room with breathtaking views of the peaks. When you wake up, it’s divine!” Véro With family “All it takes to have a great time together!” Marc With friends “Kids clubs are a real plus. Our daughter was delighted!” Laëtitia With family “Original buffets, exceptional starters, dishes and gourmet desserts.” Guillaume With family “Very good atmosphere during the animations which are varied, funny and adapted.” Dominique As a couple “A team just incredible, nice and welcoming as we like to have in club.” Laura As a couple A BELAMBRA FOR EACH 44 holiday clubs nestled in the most beautiful places in France! Read more Whether you’re going as a couple, with friends or family, looking for a destination right in the water, in the heart of nature or at the foot of the slopes, at Belambra you have a choice. Our caring teams take care of everything so that you only take care of yourself! Support of your children by our qualified animators, children’s vigil for a moment to oneself, sports activities for all and at all ages with our certified coaches, entertainment and shows for children and adults, offers catering to have nothing to do. Do not wait any longer and book your stay with the number 1 of holiday clubs in France. For a weekend or for a holiday, put your suitcases in one of our holiday clubs, holiday villages, hotels or residences and enjoy your stay all inclusive. And for those looking for independence, you have the possibility to come to us in rental formula and to have a fully equipped accommodation. And you? What will be your most Belambra? Submit * IN THE HEART OF THE MOST BEAUTIFUL PLACES OF FRANCE. * GET TOGETHER AND JUST ENJOY. * MOVE, LET GO, PARTY. * KIDS IN CLUBS, PARENTS IN HEAVEN. * SIT AND EAT. * GET PAMPERED BY OUR TEAMS Contact +33 1 77 70 91 50 International rates apply Monday - Friday 9am -7pm Saturday - Sunday 10am - 6pm Facebook Instagram Pinterest YouTube Twitter About Belambra * More about us * FAQ * Discover Belambra * Half-board or full-board * The All-Inclusive * Holiday rentals * Ski resort rentals * Vacation club villages * Choose your type of holiday * Summer catering * Kids' clubs * The Belambra experience * Summer deals * Winter deals Our services * Weekends and short breaks * Breaks outside the school holidays * Your Belambra wishlist * Winter in the mountains * New this winter * New this Summer * Winter Sports & activities * Summer Sports & activities * Holidaying with teenagers * Holidaying with baby * Seasonal entertainment * Seasonal winter entertainment * Pro area & Works Councils * Groups (20 pers. and +) 100€ offered by subscribing to our newsletter Get ahead of our best deals: Sign up now Please enter a valid email address THANK YOU FOR YOUR REGISTRATION ! * 100€ offered with the promo code WE for any stay of a minimum week (from 7 to 21 nights). Offer valid for any first subscription, not a member of a commercial partner, on a stock of housing allocated for this purpose until exhaustion of the latter. Offer can be combined with current promotions. Offer not retroactive and not cumulative with special operations requiring the entry of another promo code. Promo code WE not re-usable. The aforementioned data is collected by Belambra Clubs solely for the purpose of managing and completing your reservation, and for optimizing and personalising its services and tools,in particular for the creation of your personal area. This information may also be used for its own marketing purposes. Belambra Clubs is the data controller of the data it receives and may use the services of processors to complete your reservation or to meet the requirements of the other aforementioned processes. In such circumstances, the processors will only access your data on the instructions of Belambra Clubs and in accordance with current statutory provisions and security rules laid down by Belambra Clubs. Collected data will not be stored for longer than is needed to complete its processing, and in any event no longer than 6 years. You are reminded that you have the rights of access to and rectification or erasure of your personal data, the right to data portability and the right to object and complain regarding the processing of your personal data, which you can exercise by contacting Belambra's Data Protection Officer at the following address: delegueprotectiondesdonnees@belambra.fr Our mobile application "Mon séjour Belambra" Prepare your stay with the Belambra mobile app Mon Séjour Belambra Google Play Mon Séjour Belambra App Store Cookies * Legal notice and provisions * Terms and Conditions * Cookie policy * Insurance * Secured payment * Sitemap Payment : * * * *