<!DOCTYPE html>
<html lang="fr" data-lang="fr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<title>Buron du Tournel · Gîte d’exception, Volcans d’Auvergne</title>
<meta name="description" content="Venez vous ressourcer au Buron du Tournel, gîte de pierre d’exception à 1 427 m, au cœur des Volcans d’Auvergne. Location de vacances en montagne.">
<link rel="canonical" href="https://burondutournel.fr/">
<meta name="theme-color" content="#141814">
<meta property="og:type" content="website">
<meta property="og:url" content="https://burondutournel.fr/">
<meta property="og:site_name" content="Buron du Tournel">
<meta property="og:title" content="Buron du Tournel · Gîte d’exception, Volcans d’Auvergne">
<meta property="og:description" content="Venez vous ressourcer dans cet écrin d’exception, à 1 427 m au cœur des Volcans d’Auvergne.">
<meta property="og:image" content="https://burondutournel.fr/assets/og-image.jpg">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image:alt" content="Coucher de soleil sur les Volcans d’Auvergne depuis le Buron du Tournel, avec le logo du buron">
<meta property="og:locale" content="fr_FR">
<meta property="og:locale:alternate" content="en_GB">
<meta name="twitter:card" content="summary_large_image">
<!-- Chargement anticipé de la photo de fond (élément le plus lourd de la page) -->
<link rel="preload" as="image" href="assets/background.jpg" media="(min-width: 801px)" fetchpriority="high">
<link rel="preload" as="image" href="assets/background-mobile.jpg" media="(max-width: 800px)" fetchpriority="high">
<link rel="preload" href="assets/fonts/cormorant-garamond-latin-500-normal.woff2" as="font" type="font/woff2" crossorigin>
<!-- Données structurées : informations sur le buron lisibles par Google et les assistants IA.
     À compléter plus tard : adresse (streetAddress, postalCode, addressLocality), geo, sameAs (annonces, Instagram). -->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "WebSite",
      "@id": "https://burondutournel.fr/#website",
      "url": "https://burondutournel.fr/",
      "name": "Buron du Tournel",
      "inLanguage": [
        "fr",
        "en"
      ],
      "publisher": {
        "@id": "https://burondutournel.fr/#buron"
      }
    },
    {
      "@type": "LodgingBusiness",
      "@id": "https://burondutournel.fr/#buron",
      "name": "Buron du Tournel",
      "url": "https://burondutournel.fr/",
      "logo": "https://burondutournel.fr/assets/logo.png",
      "image": [
        "https://burondutournel.fr/assets/og-image.jpg",
        "https://burondutournel.fr/assets/background.jpg"
      ],
      "description": "Buron de pierre restauré, gîte d’exception à 1 427 m d’altitude au cœur du Parc naturel régional des Volcans d’Auvergne. A restored stone buron, an exceptional mountain hideaway at 1,427 m in the heart of the Auvergne volcanoes.",
      "email": "fred@burondutournel.fr",
      "telephone": "+33681244198",
      "address": {
        "@type": "PostalAddress",
        "addressRegion": "Auvergne",
        "addressCountry": "FR"
      },
      "containedInPlace": {
        "@type": "Place",
        "name": "Parc naturel régional des Volcans d’Auvergne"
      },
      "availableLanguage": [
        "fr",
        "en"
      ]
    }
  ]
}
</script>
<link rel="icon" type="image/png" href="favicon.png">
<link rel="apple-touch-icon" href="assets/apple-touch-icon.png">
<script>
  (function () {
    var lang = null;
    try { lang = localStorage.getItem('buron-lang'); } catch (e) {}
    if (lang !== 'fr' && lang !== 'en') lang = /^fr/i.test(navigator.language || 'fr') ? 'fr' : 'en';
    document.documentElement.lang = lang;
    document.documentElement.setAttribute('data-lang', lang);
  })();
</script>
<style>
  @font-face { font-family: "Cormorant Garamond"; font-weight: 500; font-style: normal; font-display: swap;
    src: url("assets/fonts/cormorant-garamond-latin-500-normal.woff2") format("woff2"); }
  @font-face { font-family: "Cormorant Garamond"; font-weight: 400; font-style: italic; font-display: swap;
    src: url("assets/fonts/cormorant-garamond-latin-400-italic.woff2") format("woff2"); }
  @font-face { font-family: "Karla"; font-weight: 400; font-style: normal; font-display: swap;
    src: url("assets/fonts/karla-latin-400-normal.woff2") format("woff2"); }
  @font-face { font-family: "Karla"; font-weight: 600; font-style: normal; font-display: swap;
    src: url("assets/fonts/karla-latin-600-normal.woff2") format("woff2"); }

  :root {
    --font-serif: "Cormorant Garamond", Garamond, "Times New Roman", serif;
    --font-ui: "Karla", "Segoe UI", system-ui, -apple-system, sans-serif;
    --text: #F4EFE4;
    --ink: #1E1E1C;
    --night: #141814;
    --shadow: 0 1px 10px rgba(0, 0, 0, 0.45);
    /* Assombrit le bas de la photo pour la lisibilité du texte */
    --fade: linear-gradient(0deg,
      rgba(20, 24, 20, 0.80) 0%,
      rgba(20, 24, 20, 0.55) 12%,
      rgba(20, 24, 20, 0.20) 22%,
      rgba(20, 24, 20, 0) 30%);

    /* Positions verticales, mesurées depuis le bas de l’écran.
       Chaque élément a son propre repère : modifier l’un ne déplace pas les autres. */
    --bas-copyright: clamp(18px, 3.5vh, 28px);   /* © (et coordonnées sur ordinateur) */
    --bas-texte: calc(clamp(60px, 15vh, 170px) + clamp(18px, 3.5vh, 28px) + 16px);   /* « Venez vous ressourcer… » */

    box-sizing: border-box;
    padding-top: env(safe-area-inset-top, 0px);
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }
  *, *::before, *::after { box-sizing: inherit; }
  html, body { margin: 0; height: 100%; }
  body {
    background: var(--night);
    color: var(--text);
    font-family: var(--font-ui);
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
  }
  body::before {
    content: ""; position: fixed; inset: 0; z-index: -1;
    background: var(--fade), url("assets/background.jpg") 60% 45% / cover no-repeat;
  }
  @media (max-width: 800px) {
    body::before { background-image: var(--fade), url("assets/background-mobile.jpg"); background-position: 0 0, 64% 40%; }
  }

  html[data-lang="fr"] [data-l="en"],
  html[data-lang="en"] [data-l="fr"] { display: none !important; }

  /* ---------- Langue ---------- */
  .lang {
    position: fixed;
    top: calc(env(safe-area-inset-top, 0px) + 16px);
    right: calc(env(safe-area-inset-right, 0px) + 18px);
    display: flex; gap: 2px; z-index: 2;
  }
  .lang button {
    font: 600 0.8rem/1 var(--font-ui);
    letter-spacing: 0.1em;
    color: var(--text); opacity: 0.6;
    background: none; border: 0; padding: 10px 8px; cursor: pointer;
    text-shadow: var(--shadow);
  }
  .lang button[aria-pressed="true"] { opacity: 1; text-decoration: underline; text-underline-offset: 5px; }
  .lang button:focus-visible { outline: 2px solid var(--text); outline-offset: 2px; border-radius: 4px; }

  /* ---------- Structure ---------- */
  main {
    min-height: 100%;
    display: grid;
    grid-template-rows: auto 1fr;
    justify-items: center;
    padding: clamp(28px, 5vh, 44px) 20px 0;
	overflow-x: clip;
  }
  .logo { display: block; width: clamp(80px, 8.5vw, 100px); height: auto; }

  /* Le texte et le bas de page partagent la même case de la grille, tous deux posés en bas :
     chacun se place avec sa propre marge, sans pousser l’autre. */
  .content {
    grid-row: 2; grid-column: 1;
    align-self: end;
    width: 100%;
    max-width: 720px;
    margin-bottom: var(--bas-texte);
    text-align: center;
  }

  /* Message principal : grand, mais sur des lignes courtes et équilibrées */
  h1 {
    margin: 0 auto;
    max-width: 17em;
    font-family: var(--font-serif);
    font-weight: 500;
    /*font-size: clamp(1.65rem, 1.1rem + 1.8vw, 2.5rem);*/
	font-size: clamp(1.9rem, 1.3rem + 2.2vw, 3rem);
    line-height: 1.18;
    letter-spacing: 0.005em;
    text-wrap: balance;
  }
  /* Message secondaire : plus petit et plus discret */
  .lead {
    margin: 16px 0 0;
    font-family: var(--font-ui);
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }
  
  /* ---------- Bas de page : coordonnées au centre, © à droite ---------- */
  .bottom {
    grid-row: 2; grid-column: 1;
    align-self: end;
    margin-bottom: var(--bas-copyright);
    justify-self: stretch;
    display: grid; grid-template-columns: 1fr auto 1fr; align-items: end;
  }
  .contact {
    grid-column: 2;
    margin: 0;
    display: flex; gap: 28px;
    font-size: 0.85rem; letter-spacing: 0.03em;
    text-shadow: var(--shadow);
  }
  .contact a {
    display: inline-flex; align-items: center; gap: 8px;
    color: var(--text); text-decoration: none; white-space: nowrap;
  }
  .contact a:hover { text-decoration: underline; text-underline-offset: 4px; }
  /* Numéro sans lien sur ordinateur (voir le script en bas de page) */
  .contact a:not([href]):hover { text-decoration: none; }
  .contact .ico { width: 16px; height: 16px; flex: none; }

  /*footer { font-size: 0.68rem; letter-spacing: 0.06em; opacity: 0.55; text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4); }*/
  footer { grid-column: 3; justify-self: end; font-size: 0.68rem; letter-spacing: 0.06em; opacity: 0.55; text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4); }

  /* Ombre douce et diffuse derrière le texte (pas une boîte) */
  .content { position: relative; isolation: isolate; }
  .content::before {
    content: ""; position: absolute; z-index: -1;
    inset: -18% -20%;
    background: radial-gradient(ellipse at center, rgba(20,24,20,0.5) 0%, rgba(20,24,20,0.28) 45%, rgba(20,24,20,0) 72%);
    pointer-events: none;
  }

  .content { text-shadow: var(--shadow); }


  /* ---------- Fenêtre étroite (tablette, petite fenêtre d’ordinateur) ----------
     Entre 561 et 780 px, il n’y a plus assez de place pour mettre le ©
     à côté des coordonnées : on le place en dessous, centré, sur sa propre ligne. */
  @media (max-width: 780px) {
    .bottom { grid-template-columns: 1fr; justify-items: center; gap: 10px; }
    .contact { grid-column: 1; }
    footer { grid-column: 1; justify-self: center; }
  }

  /* ---------- Boutons de contact (téléphone uniquement) ---------- */
  .btns { display: none; margin: 0; }

  /* ---------- Téléphone en portrait : deux boutons en bas ----------
     Les coordonnées écrites sont masquées ;
     à la place, deux grands boutons faciles à toucher avec le pouce. */
  @media (max-width: 560px) {
    .contact { display: none; }

    /* Réglages sur téléphone — trois repères indépendants, mesurés depuis le bas de l’écran :
       --bas-copyright : le © (la zone de sécurité de l’iPhone reste respectée en plus)
       --bas-boutons   : le bas des boutons E-mail / Appeler
       --bas-texte     : « Venez vous ressourcer… » (même position que la version d’origine) */
    :root {
      --bas-copyright: 6px;
      --bas-boutons: calc(clamp(18px, 3.5vh, 28px) + 47px);
      --bas-texte: calc(clamp(60px, 15vh, 170px) + clamp(18px, 3.5vh, 28px) + 75px);
    }
    /* Boutons et © dans la même case, chacun posé en bas avec sa propre marge */
    .bottom { grid-template-columns: 1fr; justify-items: center; }
    .btns, footer { grid-row: 1; grid-column: 1; align-self: end; justify-self: center; }
    /* © plus petit sur téléphone uniquement (0,68rem ailleurs) */
    footer { font-size: 0.625rem; }
    .btns { margin-bottom: calc(var(--bas-boutons) - var(--bas-copyright)); }

    .btns { display: flex; gap: 12px; width: 100%; max-width: 340px; }
    .btns a {
      flex: 1;
      display: inline-flex; align-items: center; justify-content: center; gap: 8px;
      min-height: 48px; padding: 0 14px;
      border: 1px solid rgba(244, 239, 228, 0.7);
      border-radius: 999px;
      background: rgba(20, 24, 20, 0.28);
      -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
      color: var(--text); text-decoration: none;
      font-weight: 600; font-size: 0.92rem; letter-spacing: 0.04em;
      text-shadow: var(--shadow);
    }
    .btns .ico { width: 17px; height: 17px; }
    .btns a:active { background: rgba(20, 24, 20, 0.5); }
  }

  @media (prefers-reduced-motion: no-preference) {
    .content { animation: fade 1s 0.2s ease-out both; }
    @keyframes fade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
  }

</style>
</head>
<body>

<div class="lang" role="group" aria-label="Langue / Language">
  <button type="button" data-set-lang="fr" aria-pressed="true" lang="fr">FR</button>
  <button type="button" data-set-lang="en" aria-pressed="false" lang="en">EN</button>
</div>

<main>
  <img class="logo" src="assets/logo.png" width="298" height="320" alt="Buron du Tournel, gîte dans les Volcans d’Auvergne">

  <div class="content">
    <h1>
      <span data-l="fr">Venez vous ressourcer dans cet écrin d’exception.</span>
      <span data-l="en" lang="en">Come reconnect in this exceptional hideaway.</span>
    </h1>
    <p class="lead">
      <span data-l="fr">Bientôt en ligne</span>
      <span data-l="en" lang="en">Coming soon</span>
    </p>
  </div>

  <div class="bottom">
    <p class="contact">
      <a href="mailto:fred@burondutournel.fr"><svg class="ico" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><rect x="3" y="5" width="18" height="14" rx="2.5"/><path d="m4 7 8 6 8-6"/></svg>fred@burondutournel.fr</a>
      <a data-l="fr" href="tel:+33681244198"><svg class="ico" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M6.6 3.5h2.6l1.6 4.2-2.1 1.4a11 11 0 0 0 6.2 6.2l1.4-2.1 4.2 1.6v2.6a2 2 0 0 1-2.2 2A16.5 16.5 0 0 1 4.6 5.7a2 2 0 0 1 2-2.2Z"/></svg>06 81 24 41 98</a>
      <a data-l="en" lang="en" href="tel:+33681244198"><svg class="ico" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M6.6 3.5h2.6l1.6 4.2-2.1 1.4a11 11 0 0 0 6.2 6.2l1.4-2.1 4.2 1.6v2.6a2 2 0 0 1-2.2 2A16.5 16.5 0 0 1 4.6 5.7a2 2 0 0 1 2-2.2Z"/></svg>+33 6 81 24 41 98</a>
    </p>
    <!-- Boutons de contact : affichés uniquement sur téléphone en portrait -->
    <p class="btns">
      <a href="mailto:fred@burondutournel.fr"><svg class="ico" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><rect x="3" y="5" width="18" height="14" rx="2.5"/><path d="m4 7 8 6 8-6"/></svg>E-mail</a>
      <a href="tel:+33681244198"><svg class="ico" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M6.6 3.5h2.6l1.6 4.2-2.1 1.4a11 11 0 0 0 6.2 6.2l1.4-2.1 4.2 1.6v2.6a2 2 0 0 1-2.2 2A16.5 16.5 0 0 1 4.6 5.7a2 2 0 0 1 2-2.2Z"/></svg><span data-l="fr">Appeler</span><span data-l="en" lang="en">Call</span></a>
    </p>
    <footer>© 2026 Buron du Tournel</footer>
  </div>
</main>

<script>
  (function () {
    var root = document.documentElement;

    /* Langue */
    var langButtons = document.querySelectorAll('[data-set-lang]');
    function setLang(lang) {
      root.lang = lang;
      root.setAttribute('data-lang', lang);
      langButtons.forEach(function (b) {
        b.setAttribute('aria-pressed', b.getAttribute('data-set-lang') === lang ? 'true' : 'false');
      });
    }
    langButtons.forEach(function (b) {
      b.addEventListener('click', function () {
        var lang = b.getAttribute('data-set-lang');
        setLang(lang);
        try { localStorage.setItem('buron-lang', lang); } catch (e) {}
      });
    });
    setLang(root.getAttribute('data-lang') || 'fr');

    /* Téléphone : l'appel direct n'est gardé que sur les appareils tactiles.
       Sur ordinateur (souris ou pavé tactile), le lien « tel: » est retiré :
       le numéro reste affiché comme simple texte. */
    if (window.matchMedia && window.matchMedia('(hover: hover) and (pointer: fine)').matches) {
      document.querySelectorAll('a[href^="tel:"]').forEach(function (a) {
        a.removeAttribute('href');
        a.removeAttribute('aria-label');
      });
    }
  })();
</script>
</body>
</html>