
@font-face {
	font-family: 'raustila';
	src: url("../fonts/raustila-Regular.ttf");

    font-family: 'Kleymissky';
    src:url("../fonts/Kleymissky_0283.otf");
}

:root {
  --olive: #7d8654;
  --olive-dark: #626b3f;
  --olive-deep: #505936;
  --sand: #f3eee6;
  --cream: #fbf8f3;
  --ink: #3f3a32;
  --muted: #756e64;
  --line: #e8e0d5;
  --gold: #b59b72;
  --white: #fff;
  --shadow: 0 18px 45px rgba(59, 50, 38, .12);
  --radius: 16px;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
  --kleymissky: "Kleymissky";;
}


* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--sans); color: var(--ink); background: var(--cream); line-height: 1.65; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 70px 0; }
.center { display: flex; justify-content: center; margin-top: 18px; }

h1, h2, h3 { font-family: var(--kleymissky); font-weight: 500; margin-top: 0; }
h2 { font-size: clamp(2rem, 4vw, 3rem); line-height: 1.1; }
.eyebrow { display: block; color: #9c8060; text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; margin-bottom: 8px; }
.eyebrow.light { color: rgba(255,255,255,.86); }

.no { text-transform:lowercase;  }

.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 30px; border-radius: 6px; font-weight: 700; font-size: .78rem; text-transform: uppercase; letter-spacing: .04em; transition: .25s ease; }
.btn-primary { background: var(--olive); color: var(--white); }
.btn-primary:hover { background: var(--olive-dark); transform: translateY(-2px); }
.btn-secondary { background: var(--olive); color: var(--white); }

/*.hero { position: relative; min-height: 710px; color: white; background: url("../imgs/shootingtri/ext-accueil-002.png") center/cover no-repeat; overflow: hidden; }*/
.hero {
    position: relative;
    min-height: 710px;
    color: white;

    /* couleur visible immédiatement */
    background-color: #505936;

    background-image: url("../imgs/shootingtri/ext-accueil-002.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    overflow: hidden;

    animation: heroFade 1.2s ease-out both;
}

@keyframes heroFade {
    from {
        opacity: 0;
        filter: brightness(.75);
    }
    to {
        opacity: 1;
        filter: brightness(1);
    }
}


.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(20, 24, 20, .62),
        rgba(24, 26, 22, .52) 46%,
        rgba(14, 16, 12, .66)
    );
    text-shadow:
    0 3px 10px rgba(0,0,0,.45),
    0 8px 30px rgba(0,0,0,.35);
}

.navbar { position: relative; z-index: 5; min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-grid; grid-template-columns: 42px auto; grid-template-rows: auto auto; column-gap: 10px; align-items: center; color: white; min-width: 190px; }
.brand-mark { grid-row: 1 / 3; font-size: 2rem; text-align: center; }
.brand-name { font-family: var(--serif); font-size: 1.35rem; text-transform: uppercase; letter-spacing: .08em; line-height: 1; }
.brand-subtitle { font-size: .62rem; text-transform: uppercase; letter-spacing: .2em; opacity: .9; margin-top: 4px; }
.colle { margin-top: 0; }
.nav-panel { display: flex; align-items: center; gap: 28px; }
.nav-links { display: flex; align-items: center; gap: 27px; font-size: .78rem; font-weight: 700; text-transform: uppercase; }
.nav-links a { transition: opacity .2s ease; }
.nav-links a:hover { opacity: .72; }
.nav-links i { font-size: .6rem; margin-left: 4px; }
.phone-button { background: rgba(125,134,84,.95); padding: 12px 17px; border-radius: 5px; font-size: .82rem; font-weight: 700; white-space: nowrap; }
.phone-button i { margin-right: 8px; }
.menu-toggle { display: none; background: none; border: 0; width: 40px; height: 40px; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; background: white; margin: 7px 0; }
.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding-top: 145px;
}

.hero-content::before {
    content: "";
    position: absolute;
    inset: -40px;
    width: 720px;
    max-width: calc(100% - 40px);
    height: 340px;
    left: 50%;
    top: 55px;
    transform: translateX(-50%);
    background: radial-gradient(
        ellipse,
        rgba(0,0,0,.28) 0%,
        rgba(0,0,0,.12) 55%,
        transparent 100%
    );
    border-radius: 50%;
    z-index: -1;
}
.hero h1 { font-size: clamp(3.6rem, 8vw, 6.6rem); line-height: .95; text-transform: uppercase; letter-spacing: .035em; margin-bottom: 18px; text-shadow: 0 4px 28px rgba(0,0,0,.28); }
.hero-lead { font-family: var(--serif); font-size: clamp(1.35rem, 3vw, 2rem); margin: 0; }
.hero-features { margin: 8px 0 26px; font-weight: 600; }
.hero-features span { margin: 0 10px; opacity: .7; }
.scroll-indicator { position: absolute; z-index: 2; bottom: 22px; left: 50%; transform: translateX(-50%); font-size: 1.5rem; animation: bounce 1.8s infinite; }
@keyframes bounce { 50% { transform: translate(-50%, 8px); } }

.intro { position: relative; background: linear-gradient(90deg, #fff 0 60%, #faf6ef 100%); overflow: hidden; }
.intro-grid { position: relative; display: grid; grid-template-columns: 1.08fr .95fr; align-items: center; gap: 58px; }
.intro-photo img { height: 430px; object-fit: cover; border-radius: 18px; box-shadow: var(--shadow); }
.intro-copy { position: relative; z-index: 2; padding-right: 70px; }
.intro-copy h2 { color: var(--olive); margin-bottom: 20px; }
.intro-copy p { color: #5f5a52; margin: 0 0 14px; }
.botanical { position: absolute; right: -20px; bottom: -30px; width: 190px; opacity: .48; }
.botanical svg { width: 100%; fill: none; stroke: #c9ad87; stroke-width: 2; }

.gites { background: #fff; }
.section-heading { text-align: center; margin-bottom: 32px; }
.section-heading h2 { margin-bottom: 10px; }
.section-heading span { display: inline-block; width: 36px; height: 2px; background: var(--gold); }
.section-heading.compact { margin-bottom: 18px; }
.gite-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.gite-card { border: 1px solid var(--line); background: white; border-radius: 16px; overflow: hidden; box-shadow: 0 8px 30px rgba(60, 50, 38, .06); transition: transform .25s ease, box-shadow .25s ease; }
.gite-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.gite-card > img { height: 215px; object-fit: cover; }
.gite-body { padding: 18px 22px 22px; }
.gite-title-row { display: flex; justify-content: center; align-items: baseline; gap: 14px; }
.gite-title-row h3 { margin: 0; font-size: 1.45rem; text-transform: uppercase; letter-spacing: .04em; }
.stars { color: #f39a2f; letter-spacing: .12em; font-size: .78rem; }
.stars.big { font-size: 1.15rem; }
.gite-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; font-size: .69rem; color: #6f685f; margin: 18px 0; text-align: center; }
.gite-meta i { display: block; color: #a38b68; font-size: 1rem; margin-bottom: 5px; }
.card-link { display: flex; width: 150px; min-height: 38px; margin: 0 auto; align-items: center; justify-content: center; gap: 16px; border: 1px solid #b8aa93; border-radius: 5px; font-size: .72rem; text-transform: uppercase; }
.amenities { display: grid; grid-template-columns: repeat(8, 1fr); gap: 10px; margin-top: 34px; background: var(--sand); border-radius: 14px; padding: 20px 15px; }
.amenities div { text-align: center; color: #685f52; font-size: .72rem; line-height: 1.25; }
.amenities i { display: block; color: #93805f; font-size: 1.8rem; margin-bottom: 7px; }

.breath-banner { min-height: 145px; display: grid; place-items: center; text-align: center; color: white; background: linear-gradient(rgba(29,50,48,.18), rgba(29,50,48,.38)), url("https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?auto=format&fit=crop&w=2000&q=85") center 56%/cover; }
.breath-banner h2 { margin: 0 0 2px; font-size: 2.2rem; }
.breath-banner p { margin: 0; font-family: var(--serif); font-style: italic; font-size: 1.5rem; }

.reviews { background: #fff; }
.review-layout { display: grid; grid-template-columns: 270px 1fr; gap: 40px; align-items: center; }
.google-score h2 { font-size: 1.45rem; margin-bottom: 20px; }
.score-row { display: flex; align-items: center; gap: 14px; }
.google-g { font-size: 2.35rem; font-weight: 800; color: #4285f4; }
.score-row strong { font-size: 1.25rem; }
.google-score small { display: block; margin-top: 6px; color: var(--muted); }
.review-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-cards blockquote { position: relative; margin: 0; padding: 24px; background: #f8f4ef; border-radius: 12px; min-height: 180px; }
.review-cards p { margin: 6px 0 18px; font-size: .83rem; }
.review-cards footer { display: flex; justify-content: space-between; gap: 8px; align-items: center; font-size: .75rem; }
.quote { font-family: var(--serif); color: #c6a97d; font-size: 2rem; line-height: 1; }

.gallery { background: linear-gradient(#fbf8f3, #fff); }
.gallery-grid { display: grid; grid-template-columns: 1.1fr 1.05fr 1.15fr 1.1fr 1fr 1.1fr; gap: 14px; }
.gallery-grid img { height: 155px; object-fit: cover; border-radius: 14px; }

.location { background: #fff; border-top: 1px solid var(--line); }
.location-grid { display: grid; grid-template-columns: 1fr 1.25fr; min-height: 255px; }
.location-copy { padding: 40px 30px 40px 0; }
.location-copy h2 { font-size: 1.8rem; }
.location-items { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 24px 0; }
.location-items div { display: flex; gap: 10px; font-size: .78rem; }
.location-items i { color: #ab8c61; font-size: 1.15rem; margin-top: 2px; }
.map-card { position: relative; min-height: 255px; overflow: hidden; background: linear-gradient(25deg, #e8efd8, #edf5e8 48%, #dbe8e4); }
.map-lines { position: absolute; inset: 0; opacity: .55; background-image: linear-gradient(30deg, transparent 46%, #b8cfb4 47%, #b8cfb4 49%, transparent 50%), linear-gradient(155deg, transparent 46%, #bad7de 47%, #bad7de 49%, transparent 50%); background-size: 150px 120px, 190px 150px; }
.map-pin { position: absolute; right: 18%; top: 38%; display: flex; align-items: center; gap: 10px; color: #a84734; }
.map-pin i { font-size: 2.2rem; }
.map-pin span { color: #6b5a50; font-size: .78rem; }

.site-footer { background: linear-gradient(90deg, #70794d, #5c653f); color: white; padding: 38px 0; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .8fr .9fr 1.45fr auto; gap: 36px; align-items: start; }
.footer-brand { margin-top: 4px; }
.site-footer h3 { font-family: var(--sans); font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 12px; }
.site-footer li, .site-footer a { font-size: .74rem; color: rgba(255,255,255,.9); }
.site-footer li { margin: 4px 0; }
.contact-list li { display: flex; align-items: flex-start; gap: 10px; }
.social { font-size: 2rem !important; align-self: center; }

@media (max-width: 1050px) {
  .menu-toggle { display: block; position: relative; z-index: 10; }
  .nav-panel { display: none; position: absolute; top: 86px; left: 20px; right: 20px; background: rgba(67, 73, 45, .98); padding: 22px; border-radius: 12px; box-shadow: var(--shadow); }
  .nav-panel.open { display: block; }
  .nav-links { flex-direction: column; align-items: stretch; gap: 0; }
  .nav-links a { display: block; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .phone-button { display: inline-flex; margin-top: 16px; }
  .intro-grid { grid-template-columns: 1fr 1fr; }
  .intro-copy { padding-right: 0; }
  .botanical { display: none; }
  .amenities { grid-template-columns: repeat(4, 1fr); row-gap: 22px; }
  .review-layout { grid-template-columns: 1fr; }
  .review-cards { grid-template-columns: repeat(3, 1fr); }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .social { align-self: start; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 52px 0; }
  .hero { min-height: 620px; }
  .navbar { min-height: 80px; }
  .brand-name { font-size: 1.1rem; }
  .hero-content { padding-top: 120px; }
  .hero-features { display: grid; gap: 3px; }
  .hero-features span { display: none; }
  .intro-grid, .gite-grid, .location-grid { grid-template-columns: 1fr; }
  .intro-photo img { height: 320px; }
  .gite-grid { gap: 20px; }
  .amenities { grid-template-columns: repeat(2, 1fr); }
  .review-cards { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid img { height: 135px; }
  .location-copy { padding-right: 0; }
  .location-items { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 3.1rem; }
  .hero-lead { font-size: 1.3rem; }
  .intro-photo img { height: 260px; }
  .gite-meta { grid-template-columns: 1fr; text-align: left; }
  .gite-meta i { display: inline-block; width: 22px; margin: 0 4px 0 0; }
  .gallery-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}

/* Données réelles du site La Gloriette */
.classification {
  color: #a38b68;
  letter-spacing: .12em;
  font-size: .82rem;
  white-space: nowrap;
}

.map-card iframe {
  display: block;
  width: 100%;
  min-height: 255px;
  height: 100%;
  border: 0;
}

.review-cards footer a {
  color: var(--olive);
  font-weight: 700;
}

.back-home {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}