:root {
  --ink: #14202b;
  --ink2: #4a5a68;
  --ink3: #7a8895;
  --paper: #f5f3ee;
  --card: #ffffff;
  --deep: #12324a;
  --deep2: #0a2033;
  --azur: #1f6f9e;
  --amber: #e08a1e;
  --amber2: #ad6708;
  --line: #dfdcd4;
  --line2: #edebe5;
  --tint: #eef4f7;
  --r: 6px;
  --r2: 14px;
  --sh: 0 1px 2px rgba(18,32,43,.05), 0 10px 26px -14px rgba(18,32,43,.22);
  --sh2: 0 2px 8px rgba(18,32,43,.07), 0 22px 46px -20px rgba(18,32,43,.3);
  --w: 1180px;
  --g: 20px;
  --fd: "Space Grotesk", "Trebuchet MS", Arial, sans-serif;
  --fb: "Source Sans 3", "Segoe UI", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 400 17px/1.65 var(--fb);
  -webkit-font-smoothing: antialiased;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: var(--azur); text-underline-offset: 3px; }
a:hover { color: var(--deep); }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 2px; border-radius: 2px; }

h1, h2, h3, h4 { font-family: var(--fd); font-weight: 700; line-height: 1.13; letter-spacing: -.022em; margin: 0 0 .5em; }
h1 { font-size: clamp(1.9rem, 1.3rem + 2.5vw, 3rem); }
h2 { font-size: clamp(1.38rem, 1.1rem + 1.2vw, 1.9rem); margin-top: 2em; }
h3 { font-size: clamp(1.1rem, 1rem + .5vw, 1.28rem); margin-top: 1.6em; }
p { margin: 0 0 1em; }

.p30d5 { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.l2fba { width: 100%; max-width: var(--w); margin-inline: auto; padding-inline: var(--g); }
.z8591 { padding-block: clamp(36px, 5.6vw, 68px); }
.b33c6 { background: var(--card); }
.c4ebf { background: linear-gradient(180deg, #eef4f7 0%, #e6eef3 100%); }
.a5d41 { background: var(--deep2); color: #d8e6ee; }
.a5d41 h2, .a5d41 h3 { color: #fff; }

.t1743 { position: absolute; left: -9999px; top: 0; z-index: 200; background: var(--deep); color: #fff; padding: 12px 18px; }
.t1743:focus { left: 8px; top: 8px; }

.p86eb { background: var(--card); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 80; }
.h1db8 { display: flex; align-items: center; gap: 16px; min-height: 66px; }
.p66f6 { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); flex: 0 0 auto; }
.xfc5e { font-family: var(--fd); font-weight: 700; font-size: 1rem; line-height: 1.1; letter-spacing: -.025em; }
.xfc5e span { display: block; font-family: var(--fb); font-weight: 400; font-size: .67rem; letter-spacing: .09em; text-transform: uppercase; color: var(--ink3); }

.l8c63 { margin-left: auto; display: flex; align-items: center; gap: 2px; }
.l8c63 a { text-decoration: none; color: var(--ink2); font-size: .92rem; font-weight: 600; padding: 9px 11px; border-radius: var(--r); white-space: nowrap; }
.l8c63 a:hover { color: var(--deep); background: var(--tint); }
.l8c63 .n6dc8 { background: var(--deep); color: #fff; padding: 10px 16px; margin-left: 8px; }
.l8c63 .n6dc8:hover { background: var(--azur); color: #fff; }

.m3ef7 { display: none; margin-left: auto; width: 44px; height: 40px; padding: 0; background: var(--card); border: 1px solid var(--line); border-radius: var(--r); cursor: pointer; }
.m3ef7 span { display: block; width: 20px; height: 2px; background: var(--ink); margin: 4px auto; }

.la4a2 { font-size: .81rem; color: var(--ink3); margin-bottom: 12px; }
.la4a2 a { color: var(--ink3); text-decoration: none; }
.la4a2 a:hover { color: var(--deep); text-decoration: underline; }
.la4a2 span { padding: 0 6px; color: var(--line); }

.p128e { font-size: 1.05rem; color: var(--ink2); max-width: 66ch; border-left: 3px solid var(--amber); padding-left: 18px; margin-bottom: 20px; }
.p128e strong { color: var(--ink); font-weight: 600; }

.u7f9c { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 6px; padding: 0; list-style: none; }
.u7f9c li { font-size: .81rem; color: var(--deep); background: var(--tint); border: 1px solid #d6e3ea; border-radius: 999px; padding: 5px 13px; }

.i4b64 {
  display: grid; gap: 28px 40px; align-items: start;
  grid-template-columns: minmax(0, 1fr) 380px;
  grid-template-areas: "head quote" "lede quote" "body quote";
  padding-bottom: clamp(36px, 5.6vw, 64px);
}
.o7f63 { grid-area: head; min-width: 0; padding-top: clamp(22px, 3.2vw, 40px); }
.ad512 { grid-area: lede; min-width: 0; margin-top: -12px; }
.e386f { grid-area: body; min-width: 0; }
.xaa39 { grid-area: quote; min-width: 0; position: sticky; top: 84px; padding-top: clamp(22px, 3.2vw, 40px); }
.t00a9 { grid-template-columns: minmax(0, 1fr); grid-template-areas: "head" "lede" "body"; }

@media (max-width: 900px) {
  .i4b64 { grid-template-columns: minmax(0, 1fr); grid-template-areas: "head" "quote" "lede" "body"; gap: 22px; }
  .xaa39 { position: static; padding-top: 0; }
  .ad512 { margin-top: 0; }
}

.ja3c9 { background: var(--card); border: 1px solid var(--line); border-radius: var(--r2); box-shadow: var(--sh2); overflow: hidden; }
.ebcca { background: var(--deep); color: #fff; padding: 17px 21px 15px; }
.ebcca strong { display: block; font-family: var(--fd); font-size: 1.12rem; letter-spacing: -.02em; }
.ebcca span { display: block; font-size: .85rem; color: #a9c8db; margin-top: 3px; }
.df968 { padding: 19px 21px 23px; background: var(--card); }

.d8d86 { margin-bottom: 13px; }
.d8d86 > label, .fa03b { display: block; font-size: .81rem; font-weight: 600; color: var(--ink2); margin-bottom: 5px; }
.nfeb2, .t2b9c, .sa171 {
  width: 100%; font: inherit; font-size: .95rem; color: var(--ink);
  background: #fbfaf7; border: 1px solid var(--line); border-radius: var(--r);
  padding: 11px 12px; -webkit-appearance: none; appearance: none;
}
.t2b9c {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='%234a5a68' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 12px center; background-size: 11px; padding-right: 34px;
}
.sa171 { min-height: 82px; resize: vertical; }
.nfeb2:focus, .t2b9c:focus, .sa171:focus { border-color: var(--azur); background: #fff; }
.vb125 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

.n7b8e { display: flex; gap: 10px; align-items: flex-start; margin: 14px 0 4px; font-size: .79rem; color: var(--ink2); line-height: 1.5; }
.n7b8e input { margin-top: 3px; flex: 0 0 auto; width: 17px; height: 17px; accent-color: var(--deep); }
.k6dc8 { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.d406b {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--fd); font-weight: 700; font-size: 1rem; letter-spacing: -.015em;
  background: var(--amber); color: #fff; border: 0; border-radius: var(--r);
  padding: 14px 22px; cursor: pointer; text-decoration: none; width: 100%;
}
.d406b:hover { background: var(--amber2); color: #fff; }
.o4b28 { background: var(--deep); }
.o4b28:hover { background: var(--azur); }
.n352a { background: transparent; color: var(--deep); border: 1.5px solid var(--deep); }
.n352a:hover { background: var(--deep); color: #fff; }
.h5720 { width: auto; }

.z3742 { background: #fdeee9; border: 1px solid #f0c8b8; color: #8a3211; padding: 11px 13px; border-radius: var(--r); font-size: .87rem; margin-bottom: 14px; }
.yef7e { font-size: .74rem; color: var(--ink2); line-height: 1.5; margin: 12px 0 0; }
.i13ea { margin: 16px 0 0; }

.m74d3 { max-width: 72ch; }
.m74d3 h2:first-child { margin-top: 0; }
.m74d3 ul, .m74d3 ol { padding-left: 1.15em; margin: 0 0 1em; }
.m74d3 li { margin-bottom: .38em; }
.m74d3 strong { font-weight: 600; }

.i855d { overflow-x: auto; margin: 0 0 1.4em; border: 1px solid var(--line); border-radius: var(--r2); background: var(--card); }
.i855d table { width: 100%; border-collapse: collapse; font-size: .92rem; min-width: 430px; }
.i855d th, .i855d td { text-align: left; padding: 11px 15px; border-bottom: 1px solid var(--line2); }
.i855d thead th { background: var(--tint); font-family: var(--fd); font-size: .78rem; text-transform: uppercase; letter-spacing: .06em; color: var(--ink2); }
.i855d tbody tr:last-child td { border-bottom: 0; }
.i855d td:not(:first-child) { font-variant-numeric: tabular-nums; white-space: nowrap; }

.c0d2e { background: #fdf6e9; border: 1px solid #ecd9b0; border-left: 3px solid var(--amber); border-radius: var(--r); padding: 15px 18px; margin: 0 0 1.4em; font-size: .92rem; color: var(--ink2); }
.c0d2e strong { color: var(--ink); }

.oc2d4 { margin: 0; }
.oc2d4 dt { font-family: var(--fd); font-weight: 700; font-size: 1.02rem; margin-top: 1.3em; color: var(--ink); }
.oc2d4 dd { margin: .38em 0 0; color: var(--ink2); }

.f3284 { display: grid; gap: 12px; grid-template-columns: repeat(auto-fill, minmax(255px, 1fr)); margin: 0 0 1.2em; padding: 0; list-style: none; }
.me0ec { background: var(--card); border: 1px solid var(--line); border-radius: var(--r2); padding: 15px 17px; }
.d9ee6 { font-family: var(--fd); font-weight: 700; font-size: .99rem; line-height: 1.25; margin: 0 0 6px; }
.s65f1 { font-size: .83rem; color: var(--ink3); line-height: 1.55; margin: 0; }
.w3e42 { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 9px; }
.ve2aa { font-size: .71rem; letter-spacing: .03em; text-transform: uppercase; padding: 3px 8px; border-radius: 3px; background: var(--line2); color: var(--ink2); }
.x0e9b { background: #e7f2e9; color: #1c6135; font-weight: 600; }
.yf44a { display: inline-block; margin-top: 10px; font-size: .77rem; color: var(--ink3); }

.db862 { background: var(--card); border: 1px solid var(--line); border-radius: var(--r2); box-shadow: var(--sh); overflow: hidden; margin: 0 0 1.6em; }
.ge37d { padding: 16px 20px 14px; border-bottom: 1px solid var(--line2); background: var(--tint); }
.ge37d h2, .ge37d h3 { margin: 0 0 3px; font-size: 1.1rem; }
.ge37d p { margin: 0; font-size: .86rem; color: var(--ink2); }
.j7463 { padding: 18px 20px 20px; }
.fab9c { display: grid; grid-template-columns: repeat(auto-fit, minmax(158px, 1fr)); gap: 13px; }

.dd52b { margin-top: 18px; padding-top: 16px; border-top: 1px dashed var(--line); }
.ac41b { font-family: var(--fd); font-weight: 700; font-size: clamp(1.55rem, 1.2rem + 1.6vw, 2.25rem); color: var(--deep); line-height: 1.08; letter-spacing: -.03em; font-variant-numeric: tabular-nums; }
.k931f { font-size: .86rem; color: var(--ink3); margin-top: 4px; }
.j59ba { list-style: none; margin: 16px 0 0; padding: 0; display: grid; gap: 9px; }
.j59ba li { display: grid; grid-template-columns: minmax(104px, 36%) 1fr auto; gap: 11px; align-items: center; font-size: .87rem; }
.j59ba b { font-weight: 500; color: var(--ink2); }
.j59ba i { display: block; height: 9px; border-radius: 999px; background: var(--azur); font-style: normal; min-width: 3px; }
.j59ba li:nth-child(2) i { background: var(--amber); }
.j59ba li:nth-child(3) i { background: #7fa8bf; }
.j59ba li:nth-child(4) i { background: #cbb389; }
.j59ba em { font-style: normal; font-variant-numeric: tabular-nums; color: var(--ink); font-weight: 600; }

.zee39 { list-style: none; margin: 0 0 1.4em; padding: 0; display: grid; gap: 12px; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); }
.r97ab { background: var(--card); border: 1px solid var(--line); border-radius: var(--r2); padding: 14px 16px; }
.r97ab b { display: block; font-family: var(--fd); font-weight: 700; font-size: 1.45rem; color: var(--deep); letter-spacing: -.03em; font-variant-numeric: tabular-nums; line-height: 1.1; }
.r97ab span { display: block; font-size: .81rem; color: var(--ink3); margin-top: 3px; }

.u352f { display: grid; grid-template-columns: repeat(12, 1fr); gap: 4px; align-items: end; height: 108px; margin: 4px 0 8px; }
.mc2c7 { background: linear-gradient(180deg, var(--amber) 0%, #f0c070 100%); border-radius: 3px 3px 0 0; position: relative; min-height: 4px; }
.mc2c7 span { position: absolute; bottom: -19px; left: 0; right: 0; text-align: center; font-size: .63rem; color: var(--ink3); }

.d95dd { height: 10px; background: var(--line2); border-radius: 999px; overflow: hidden; margin: 6px 0 4px; }
.s7ca2 { height: 100%; background: var(--azur); border-radius: 999px; }

.lb513 { list-style: none; counter-reset: s; margin: 0; padding: 0; display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }
.lb513 li { counter-increment: s; }
.lb513 li::before {
  content: counter(s); display: flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 12px; background: var(--amber); color: #fff;
  font-family: var(--fd); font-weight: 700; font-size: 1rem; margin-bottom: 12px;
}
.lb513 h3 { margin: 0 0 5px; font-size: 1rem; }
.lb513 p { margin: 0; font-size: .89rem; color: var(--ink2); }
.a5d41 .lb513 p { color: #b3cbd9; }

.of4ee { list-style: none; margin: 0; padding: 0; display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(146px, 1fr)); }
.of4ee b { display: block; font-family: var(--fd); font-weight: 700; font-size: clamp(1.55rem, 1.2rem + 1.5vw, 2.2rem); color: var(--deep); line-height: 1.05; letter-spacing: -.03em; font-variant-numeric: tabular-nums; }
.of4ee span { display: block; font-size: .86rem; color: var(--ink2); margin-top: 4px; }
.a5d41 .of4ee b { color: var(--amber); }
.a5d41 .of4ee span { color: #b3cbd9; }

.ta312 { display: grid; gap: clamp(20px, 4vw, 44px); grid-template-columns: repeat(auto-fit, minmax(286px, 1fr)); align-items: center; }
.ta312 img { border-radius: var(--r2); width: 100%; object-fit: cover; }
.ta312 picture { display: block; }
.q3d0c > *:first-child { order: 2; }
@media (max-width: 700px) { .q3d0c > *:first-child { order: 0; } }

.eba68 { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(248px, 1fr)); }
.ca445 { background: var(--card); border: 1px solid var(--line); border-radius: var(--r2); overflow: hidden; display: flex; flex-direction: column; }
.ca445 picture { display: block; }
.ca445 img { aspect-ratio: 16 / 10; object-fit: cover; width: 100%; }
.k8e40 { padding: 16px 18px 18px; flex: 1; }
.ca445 h3 { margin: 0 0 6px; font-size: 1.03rem; }
.ca445 p { margin: 0 0 10px; font-size: .89rem; color: var(--ink2); }
.g6445 { font-size: .85rem; color: var(--deep); font-weight: 600; font-variant-numeric: tabular-nums; }

.q4edf {
  position: relative; overflow: hidden;
  background:
    linear-gradient(rgba(10, 32, 51, .62), rgba(10, 32, 51, .62)),
    image-set(url("/assets/img/hero-panneaux-solaires-provence.webp") type("image/webp"),
              url("/assets/img/hero-panneaux-solaires-provence.jpg") type("image/jpeg"))
      center 45% / cover no-repeat,
    var(--deep2);
}
.odd2c {
  position: relative; z-index: 1; color: #fff;
  padding-block: clamp(16px, 2vw, 28px);
  display: grid; column-gap: clamp(20px, 3vw, 42px); row-gap: 14px;
  grid-template-columns: minmax(0, 1fr) 380px;
  grid-template-areas: "title rail" "pitch rail";
  grid-template-rows: auto 1fr;
  align-items: start;
}
.t84e5 { grid-area: title; min-width: 0; }
.vc59a { grid-area: pitch; min-width: 0; }
.ee85a { grid-area: rail; min-width: 0; }
.q4edf h1 { color: #fff; max-width: 20ch; font-size: clamp(1.6rem, 1.05rem + 1.6vw, 2.35rem); margin-bottom: .3em; }
.vc59a p { color: #d6e5ee; max-width: 48ch; font-size: 1.01rem; margin-bottom: 15px; }
.q4edf .u7f9c li { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.26); color: #e6f0f6; }
.q4edf .ja3c9 { box-shadow: 0 24px 60px -24px rgba(0,0,0,.62); }

@media (max-width: 980px) {
  .odd2c { grid-template-columns: minmax(0, 1fr); grid-template-areas: "title" "rail" "pitch"; grid-template-rows: auto auto auto; row-gap: 18px; }
  .q4edf h1 { max-width: none; }
}

.z928a { border-top: 1px solid var(--line); padding-top: 24px; margin-top: 32px; }
.z928a h2 { font-size: 1.04rem; margin: 0 0 11px; }
.z928a + .z928a { border-top: 0; padding-top: 0; margin-top: 24px; }
.yb933 { display: flex; flex-wrap: wrap; gap: 7px; padding: 0; margin: 0 0 6px; list-style: none; }
.yb933 a { display: inline-block; font-size: .84rem; text-decoration: none; color: var(--ink2); background: var(--card); border: 1px solid var(--line); border-radius: 999px; padding: 5px 12px; }
.yb933 a:hover { border-color: var(--azur); color: var(--deep); background: var(--tint); }
.cd6da { columns: 3 190px; column-gap: 26px; }
.cd6da a { display: block; font-size: .89rem; padding: 3px 0; text-decoration: none; color: var(--ink2); break-inside: avoid; }
.cd6da a:hover { color: var(--deep); text-decoration: underline; }

.ic549 { background: var(--deep2); color: #9fbccd; padding-block: 42px 28px; margin-top: 8px; font-size: .89rem; }
.z2a73 { display: grid; gap: 26px; grid-template-columns: repeat(auto-fit, minmax(196px, 1fr)); }
.ic549 h3 { color: #fff; font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; margin: 0 0 12px; font-family: var(--fb); font-weight: 600; }
.ic549 a { color: #9fbccd; text-decoration: none; display: block; padding: 3px 0; }
.ic549 a:hover { color: #fff; text-decoration: underline; }
.d2912 { border-top: 1px solid rgba(255,255,255,.13); margin-top: 28px; padding-top: 18px; font-size: .8rem; color: #7d9cae; }

.lec26 {
  display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 55;
  background: var(--card); border-top: 1px solid var(--line);
  padding: 9px 14px calc(9px + env(safe-area-inset-bottom));
  box-shadow: 0 -6px 20px -10px rgba(18,32,43,.32);
}
.lec26 .d406b { padding: 12px 18px; font-size: .96rem; }

.gb7ae { display: inline-block; font-size: .72rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--amber2); background: #fdf1dd; border-radius: 3px; padding: 3px 8px; margin-bottom: 8px; }

@media (max-width: 1040px) {
  
  .m3ef7 { display: block; position: relative; z-index: 72; }
  .l8c63 {
    position: fixed; inset: 0 0 0 auto; width: min(300px, 84vw);
    background: var(--card); border-left: 1px solid var(--line);
    flex-direction: column; align-items: stretch; gap: 2px;
    padding: 76px 18px 24px; transform: translateX(100%);
    transition: transform .22s ease; z-index: 70; overflow-y: auto;
  }
  .l8c63.le746 { transform: translateX(0); }
  .l8c63 a { padding: 13px 12px; font-size: 1rem; border-bottom: 1px solid var(--line2); border-radius: 0; }
  .l8c63 .n6dc8 { margin: 14px 0 0; border-radius: var(--r); text-align: center; border-bottom: 0; }
  .qb2ff { position: fixed; inset: 0; background: rgba(10,32,51,.44); z-index: 65; opacity: 0; pointer-events: none; transition: opacity .22s ease; }
  .qb2ff.le746 { opacity: 1; pointer-events: auto; }
}

@media (max-width: 860px) {
  .lec26 { display: block; }
  body.u2c6d { padding-bottom: 72px; }
  .cd6da { columns: 2 150px; }
}

@media (max-width: 520px) {
  body { font-size: 16.5px; }
  .vb125 { grid-template-columns: 1fr; }
  .cd6da { columns: 1; }
  .j59ba li { grid-template-columns: minmax(86px, 44%) 1fr auto; font-size: .83rem; }
  .df968 { padding: 18px 16px 20px; }
  .ebcca { padding: 16px 16px 14px; }
  .u352f { height: 84px; gap: 3px; }
}

@media print {
  .p86eb, .lec26, .ja3c9, .z928a, .ic549 { display: none; }
}
