Wooden chalet rental for a stay surrounded by nature

 

At Le Pré Morjal campsite, wooden chalets are available to rent for vacationers looking to enjoy warm, comfortable accommodation that blends perfectly into its natural surroundings. Located in Ispagnac, in the heart of Lozère, at the entrance to the Gorges du Tarn and at the gateway to the Cévennes National Park, the chalets offer the ideal setting for a peaceful and relaxing vacation.

Built from wood, these accommodations preserve the spirit of camping while offering a higher level of comfort. They allow you to enjoy a carefree stay in nature, at a family campground prized for its tranquility and natural setting.

Your vacation in a wooden chalet

/* --- TIMELINE (5s total au lieu de 4s) --- 0–20% : dessin du cercle 20–35% : apparition des rayons 35–80% : rotation (plus lente) 80–100% : disparition douce (reset) */ /* CERCLE */ #sun-circle { stroke-dasharray: 100; animation: circleDraw 5s ease-in-out infinite; } @keyframes circleDraw { 0% { stroke-dashoffset: 100; opacity: 1; } 20% { stroke-dashoffset: 0; opacity: 1; } 80% { stroke-dashoffset: 0; opacity: 1; } 100% { stroke-dashoffset: 100; opacity: 0; } } /* RAYONS */ .ray { transform-origin: 20px 20px; animation: raysAnim 5s ease-in-out infinite; } @keyframes raysAnim { 0% { opacity: 0; transform: scale(0.9); } 20% { opacity: 0; transform: scale(0.9); } 35% { opacity: 1; transform: scale(1); } 80% { opacity: 1; transform: scale(1); } 100% { opacity: 0; transform: scale(0.9); } } /* ROTATION LENTE & FLUIDE */ #sun { transform-origin: 20px 20px; animation: spin 5s linear infinite; } @keyframes spin { 0% { transform: rotate(0deg); } 35% { transform: rotate(0deg); } 80% { transform: rotate(150deg); } /* rotation plus lente */ 100% { transform: rotate(360deg); } /* reset à la fin */ }

People for the standard cottage

People for the comfort cabin

m2 for the largest chalet

Group of wooden chalets at Le Pré Morjal campsite in Ispagnac
Comfortable wooden chalet model at the campsite near the Cévennes National Park
Standard wooden chalet model at the campsite near the Tarn Gorges

Cabin

Standard and comfort wooden chalets: an offer suited to all types of stays

Le Pré Morjal campground offers two types of wooden chalets to meet the needs of couples, groups of friends, and families.

The standard wooden chalet is a studio designed for 2 to 3 people, perfectly suited, for example, to couples or small families. Their functional layout includes a living area with kitchenette, a sleeping area, a bathroom, and a terrace, ideal for enjoying the outdoors.

The more spacious Comfort Wooden Chalets can accommodate 5 to 6 people and feature several sleeping areas, a cozy living room, and amenities designed to enhance everyday comfort. Some chalets are accessible year-round thanks to their excellent insulation, offering an ideal solution for an off-season stay in Lozère.

Cottage with driveway at the 3-star Le Pré Morjal campsite
Cozy space in one of the large chalets at the campsite in Ispagnac
Vacationer enjoying the terrace of a rental cottage at the campground
Overview of the chalets at Le Pré Morjal campsite in Lozère
Cottage with driveway at the 3-star Le Pré Morjal campsite
Overview of the chalets at Le Pré Morjal campsite in Lozère
Cozy space in one of the large chalets at the campsite in Ispagnac
Vacationer enjoying the terrace of a rental cottage at the campground

What amenities are available in our wooden chalets in Lozère?

A comfortable vacation in a cottage at Le Pré Morjal campground

Each wooden chalet on the campsite has been designed to ensure a pleasant and independent stay. The accommodations feature a fully equipped kitchen, a bathroom with toilet, storage space, and a private outdoor terrace.

When you stay in a chalet at Le Pré Morjal campground, you also get to enjoy all the campground‘s amenities:

  • Heated outdoor pool, accessible during the season
  • Playground, bocce court, ping-pong tables
  • Indoor playroom
  • Les Cayrelles Restaurant and Pizzeria
  • Heated sanitary facilities as an extra
  • Free Wi-Fi
  • Friendly activities and shared meals in season

Additional options are available for added comfort: linen rental, baby kit, refrigerator rental, etc. Everything you need for a peaceful chalet vacation.

Your wooden chalet in Lozère

/* --- TIMELINE (5s total au lieu de 4s) --- 0–20% : dessin du cercle 20–35% : apparition des rayons 35–80% : rotation (plus lente) 80–100% : disparition douce (reset) */ /* CERCLE */ #sun-circle { stroke-dasharray: 100; animation: circleDraw 5s ease-in-out infinite; } @keyframes circleDraw { 0% { stroke-dashoffset: 100; opacity: 1; } 20% { stroke-dashoffset: 0; opacity: 1; } 80% { stroke-dashoffset: 0; opacity: 1; } 100% { stroke-dashoffset: 100; opacity: 0; } } /* RAYONS */ .ray { transform-origin: 20px 20px; animation: raysAnim 5s ease-in-out infinite; } @keyframes raysAnim { 0% { opacity: 0; transform: scale(0.9); } 20% { opacity: 0; transform: scale(0.9); } 35% { opacity: 1; transform: scale(1); } 80% { opacity: 1; transform: scale(1); } 100% { opacity: 0; transform: scale(0.9); } } /* ROTATION LENTE & FLUIDE */ #sun { transform-origin: 20px 20px; animation: spin 5s linear infinite; } @keyframes spin { 0% { transform: rotate(0deg); } 35% { transform: rotate(0deg); } 80% { transform: rotate(150deg); } /* rotation plus lente */ 100% { transform: rotate(360deg); } /* reset à la fin */ }
/* Responsive: largeur 100% + hauteur auto via ratio */ #tent-container{ width: 100%; aspect-ratio: 3 / 2; /* 900x600 */ max-width: 900px; /* optionnel : limite desktop */ margin: 0 auto; position: relative; overflow: hidden; } #tent-container canvas{ display:block; width:100% !important; height:100% !important; } /* optionnel : limiter un peu la hauteur sur mobile */ @media (max-width: 600px){ #tent-container{ max-height: 420px; } } (function () { const container = document.getElementById("tent-container"); if (!container || !window.THREE) return; // ========================= // ✅ RÉGLAGES (CEUX QUI T’INTÉRESSENT) // ========================= const GROUP_SCALE = 2; // agrandit le modèle (géométrie) // ✅ déplace tout sur l’axe X (gauche(-) / droite(+)) const GROUP_X_OFFSET = 800; // ex: -0.5, -0.2, 0.3... const GROUP_Y_OFFSET = 0; // optionnel const VIEW_ZOOM = 1.05; // agrandit À L’ÉCRAN const FIT_PADDING = 1.06; // marge de sécurité /* ---------- SCÈNE ---------- */ const scene = new THREE.Scene(); /* ---------- CAMÉRA ---------- */ const camera = new THREE.PerspectiveCamera(45, 1, 0.1, 200); camera.position.set(3, 1.8, 4); camera.lookAt(0, 0.5, 0); /* ---------- RENDERER ---------- */ const renderer = new THREE.WebGLRenderer({ antialias: true, alpha: true }); renderer.setPixelRatio(Math.min(window.devicePixelRatio || 1, 2)); container.appendChild(renderer.domElement); /* ---------- GROUPE GLOBAL ---------- */ const group = new THREE.Group(); scene.add(group); group.scale.set(GROUP_SCALE, GROUP_SCALE, GROUP_SCALE); group.position.x = GROUP_X_OFFSET; group.position.y = GROUP_Y_OFFSET; /* ---------- STYLE ---------- */ const COLOR = 0x7C2C4F; const THICKNESS = 0.015; const mat = new THREE.MeshBasicMaterial({ color: COLOR }); const up = new THREE.Vector3(0, 1, 0); function addThickSegment(a, b) { const dir = new THREE.Vector3().subVectors(b, a); const len = dir.length(); if (len addThickSegment(p1,p2)); } scene.add(new THREE.AmbientLight(0xffffff, 1)); let fitSphere = null; function computeFitSphere() { const box = new THREE.Box3().setFromObject(group); const sphere = new THREE.Sphere(); box.getBoundingSphere(sphere); fitSphere = sphere; } function fitCameraToSphere(padding = 1.08, zoom = 1.0) { if (!fitSphere) computeFitSphere(); const center = fitSphere.center.clone(); const radius = fitSphere.radius * padding; const halfFovV = THREE.MathUtils.degToRad(camera.fov * 0.5); const halfFovH = Math.atan(Math.tan(halfFovV) * camera.aspect); const distV = radius / Math.sin(halfFovV); const distH = radius / Math.sin(halfFovH); let dist = Math.max(distV, distH); dist = dist / zoom; const dir = new THREE.Vector3() .subVectors(camera.position, center) .normalize(); camera.position.copy(center.clone().add(dir.multiplyScalar(dist))); camera.near = dist / 100; camera.far = dist * 100; camera.updateProjectionMatrix(); camera.lookAt(center); } /* ---------- RESPONSIVE (ResizeObserver) ---------- */ function resize() { const rect = container.getBoundingClientRect(); const w = Math.max(1, Math.floor(rect.width)); const h = Math.max(1, Math.floor(rect.height)); renderer.setSize(w, h, false); camera.aspect = w / h; camera.updateProjectionMatrix(); computeFitSphere(); fitCameraToSphere(FIT_PADDING, VIEW_ZOOM); } const ro = new ResizeObserver(resize); ro.observe(container); resize(); /* ---------- ANIMATION ---------- */ function animate() { requestAnimationFrame(animate); group.rotation.y += 0.01; renderer.render(scene, camera); } animate(); })();

Le Pré Morjal

Why choose a wooden chalet at Le Pré Morjal campsite?

The wooden chalets at Le Pré Morjal campsite offer a warm and soothing atmosphere, ideal for those who want to enjoy a vacation surrounded by nature without sacrificing comfort. Their wooden architecture and location allow you to enjoy a peaceful stay in the Lozère countryside, sheltered from the heat.

Suitable for families, friends, or outdoor enthusiasts, the chalets are an excellent starting point for exploring the region’s treasures: the Gorges du Tarn, the Cévennes trails, rivers, charming villages, and wide open spaces. After a day of discovery, the chalet becomes a place to relax and enjoy time together.

Wooden chalets strike a balance between authenticity and comfort, offering an ideal alternative for fully experiencing the spirit of camping in a preserved natural setting in the heart of Lozère.

Our camping games

/* --- TIMELINE (5s total au lieu de 4s) --- 0–20% : dessin du cercle 20–35% : apparition des rayons 35–80% : rotation (plus lente) 80–100% : disparition douce (reset) */ /* CERCLE */ #sun-circle { stroke-dasharray: 100; animation: circleDraw 5s ease-in-out infinite; } @keyframes circleDraw { 0% { stroke-dashoffset: 100; opacity: 1; } 20% { stroke-dashoffset: 0; opacity: 1; } 80% { stroke-dashoffset: 0; opacity: 1; } 100% { stroke-dashoffset: 100; opacity: 0; } } /* RAYONS */ .ray { transform-origin: 20px 20px; animation: raysAnim 5s ease-in-out infinite; } @keyframes raysAnim { 0% { opacity: 0; transform: scale(0.9); } 20% { opacity: 0; transform: scale(0.9); } 35% { opacity: 1; transform: scale(1); } 80% { opacity: 1; transform: scale(1); } 100% { opacity: 0; transform: scale(0.9); } } /* ROTATION LENTE & FLUIDE */ #sun { transform-origin: 20px 20px; animation: spin 5s linear infinite; } @keyframes spin { 0% { transform: rotate(0deg); } 35% { transform: rotate(0deg); } 80% { transform: rotate(150deg); } /* rotation plus lente */ 100% { transform: rotate(360deg); } /* reset à la fin */ }
Interior of the “Comfort” wooden cabin at Le Pré Morjal campground in Ispagnac

Stay

View campsite locations and services

Map of the 3-star Pré Morjal campsite in Ispagnac

Frequently asked questions about our wooden chalets for your vacations with friends

Quelle est la différence entre un chalet bois standard et un chalet bois confort ?

Les chalets bois standard accueillent 2 à 3 personnes et conviennent parfaitement aux couples, tandis que les chalets bois confort, plus spacieux, sont adaptés aux familles de 5 à 6 personnes, offrant davantage d’espace et de confort.

Wooden chalet at Le Pré Morjal campsite, seen from the outside

Les chalets sont-ils chauffés ?

Oui, les chalets bois du camping Le Pré Morjal sont chauffés, ce qui permet d’y séjourner confortablement, y compris en hors saison, lorsque les températures sont plus fraîches.

Interior of the wooden chalet equipped with a kitchen for a stay in Ispagnac

Quels moyens de paiement sont acceptés pour la location d’un chalet ?

Le camping Le Pré Morjal accepte plusieurs moyens de paiement pour la location d’un chalet : carte bancaire, chèque, espèces et chèques-vacances. Ces solutions permettent de régler votre séjour en toute simplicité.

Terrace of a wooden chalet for family vacations in Lozère