@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/source-sans-3-400.woff2") format("woff2");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/source-sans-3-500.woff2") format("woff2");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/source-sans-3-600.woff2") format("woff2");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/source-sans-3-700.woff2") format("woff2");
}
@font-face {
  font-family: "Newsreader";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/newsreader-600.woff2") format("woff2");
}
@font-face {
  font-family: "Newsreader";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/newsreader-700.woff2") format("woff2");
}
@font-face {
  font-family: "Bungee";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/bungee-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600 900;
  font-display: swap;
  src: url("../fonts/nunito-latin-var.woff2") format("woff2");
}

:root {
  --papier: #f7faf9;
  --feuille: #ffffff;
  --encre: #12202c;
  --encre-2: #2c3a46;
  --muet: #5a6874;
  --ligne: #d7e4e2;
  --accent: #128a90;
  --accent-2: #0c6e74;
  --ok: #1b7a4a;
  --fermer: #5a6874;
  --mesure: 40rem;
  --page: 70rem;
  --serif: "Segoe UI", system-ui, "Helvetica Neue", Arial, sans-serif;
  --sans: "Segoe UI", system-ui, "Helvetica Neue", Arial, sans-serif;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5.5rem;
}

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

body {
  margin: 0;
  font-family: var(--sans);
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.65;
  letter-spacing: 0.01em;
  color: var(--encre-2);
  background: var(--papier);
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--accent);
}

a:hover {
  color: var(--accent-2);
}

:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}

.skip {
  position: absolute;
  left: 0.8rem;
  top: -3.2rem;
  z-index: 40;
  padding: 0.55rem 0.9rem;
  background: var(--feuille);
  color: var(--encre);
  font-weight: 700;
  border-radius: 0.4rem;
}
.skip:focus {
  top: 0.8rem;
}

.wrap {
  width: min(100% - 2rem, var(--page));
  margin-inline: auto;
}
.wrap-etroit {
  width: min(100% - 2rem, var(--mesure));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgb(255 255 255 / 0.9);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  border-bottom-color: var(--ligne);
}

.site-header .bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.4rem 1.2rem;
  padding: 0.7rem 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: inherit;
  text-decoration: none;
}
.brand img {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0.6rem;
}
.brand-nom {
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--encre);
  font-size: 1.12rem;
}

.sauts {
  display: flex;
  gap: 0.15rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.sauts::-webkit-scrollbar {
  display: none;
}
.sauts a {
  flex: none;
  display: inline-flex;
  align-items: center;
  min-height: 2.6rem;
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
  color: var(--encre-2);
  text-decoration: none;
  font-size: 1rem;
}
.sauts a[aria-current="true"] {
  background: var(--accent);
  color: #fff;
}

.hero {
  padding: 2.4rem 0 3.2rem;
  background:
    radial-gradient(ellipse 80% 70% at 100% 0%, rgb(18 138 144 / 0.12), transparent 55%),
    radial-gradient(ellipse 50% 60% at 0% 100%, rgb(255 214 120 / 0.14), transparent 50%),
    var(--papier);
}

.hero-grid {
  display: grid;
  gap: 2.4rem;
  align-items: center;
}
@media (min-width: 880px) {
  .hero-grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 4rem;
    min-height: 32rem;
  }
}

.hero h1 {
  font-family: var(--sans);
  font-weight: 700;
  font-size: clamp(2.25rem, 5.4vw, 3.5rem);
  line-height: 1.18;
  letter-spacing: -0.015em;
  margin: 0 0 1.05rem;
  max-width: 15ch;
  text-wrap: balance;
  color: var(--encre);
}
.hero .lead {
  margin: 0 0 1.5rem;
  color: var(--encre-2);
  max-width: 38ch;
  font-size: 1.28rem;
  line-height: 1.6;
  font-weight: 400;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.65rem 1.15rem;
  border-radius: 0.7rem;
  text-decoration: none;
  font-weight: 700;
}
.btn-plein {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 8px 22px rgb(18 138 144 / 0.28);
}
.btn-plein:hover {
  background: var(--accent-2);
  color: #fff;
}
.btn-ligne {
  background: var(--feuille);
  color: var(--encre);
  border: 1.5px solid var(--ligne);
}
.note-boutique {
  margin: 0.85rem 0 0;
  color: var(--muet);
  font-size: 1rem;
}

.demo {
  position: relative;
  justify-self: center;
  width: min(19.2rem, 100%);
}
.demo > input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.telephone {
  border: 11px solid #111318;
  border-radius: 2.15rem;
  overflow: hidden;
  background: #111318;
  box-shadow:
    0 24px 48px rgb(22 24 29 / 0.18),
    0 2px 0 rgb(255 255 255 / 0.4) inset;
}

.app {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  color: oklch(0.95 0.01 250);
  min-height: 31rem;
  position: relative;
  background:
    radial-gradient(ellipse at 20% 40%, oklch(0.18 0.06 280 / 0.7), transparent 55%),
    radial-gradient(ellipse at 80% 10%, oklch(0.2 0.08 350 / 0.45), transparent 50%),
    oklch(0.12 0.03 270);
}
.app::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background: url("../images/espace.webp") center / cover;
  pointer-events: none;
}

.app-ecran {
  display: none;
  position: relative;
  z-index: 1;
  padding: 0.75rem 0.75rem 0.85rem;
  min-height: 31rem;
  flex-direction: column;
  gap: 0.55rem;
}
#v-missions:checked ~ .telephone .ecran-missions,
#v-labo:checked ~ .telephone .ecran-labo,
#v-sos:checked ~ .telephone .ecran-sos,
#v-parent:checked ~ .telephone .ecran-parent {
  display: flex;
}

.app-marque {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}
.app-marque img {
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 0.35rem;
}
.app-marque span {
  font-family: "Bungee", cursive;
  font-size: 0.58rem;
  letter-spacing: 0.14em;
}
.app-marque .c {
  color: oklch(0.82 0.18 195);
}
.app-marque .j {
  color: oklch(0.9 0.16 95);
}

.app-bulle {
  margin: 0;
  padding: 0.55rem 0.7rem;
  border-radius: 0.8rem;
  background: oklch(0.18 0.04 270 / 0.88);
  border: 1.5px solid oklch(0.82 0.18 195 / 0.28);
  font-size: 0.88rem;
}
.app-bulle strong {
  display: block;
  color: oklch(0.82 0.18 195);
  font-weight: 800;
}
.app-sos {
  text-align: center;
  font-weight: 800;
  color: oklch(0.9 0.16 95);
  border-color: oklch(0.65 0.28 350 / 0.45);
}
.app-conteur {
  display: block;
  width: 5.4rem;
  height: 5.4rem;
  margin: 0.15rem auto 0.2rem;
  border-radius: 1rem;
}

.app-modules {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.app-modules li {
  margin: 0;
  padding: 0.45rem 0.5rem;
  border-radius: 0.65rem;
  background: oklch(0.18 0.04 270 / 0.88);
  border: 1px solid oklch(0.82 0.18 195 / 0.22);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.25;
}

.app-outils {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.4rem;
}
.app-outils p {
  margin: 0;
  padding: 0.7rem 0.5rem;
  text-align: center;
  border-radius: 0.75rem;
  background: oklch(0.18 0.04 270 / 0.9);
  border: 1.5px solid oklch(0.82 0.18 195 / 0.28);
  font-size: 0.82rem;
  font-weight: 800;
}

.app-nav {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  padding-top: 0.55rem;
  border-top: 1px solid oklch(0.82 0.18 195 / 0.22);
  font-size: 0.62rem;
  font-weight: 800;
  color: oklch(0.68 0.02 270);
}
.app-nav .on {
  color: oklch(0.82 0.18 195);
}

.demo-commandes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.3rem;
  margin-top: 0.85rem;
}
.demo-commandes label {
  cursor: pointer;
  min-height: 2.6rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  border: 1.5px solid var(--ligne);
  background: var(--feuille);
  display: inline-flex;
  align-items: center;
  font-size: 0.95rem;
  font-weight: 700;
}
#v-missions:checked ~ .demo-commandes [for="v-missions"],
#v-labo:checked ~ .demo-commandes [for="v-labo"],
#v-sos:checked ~ .demo-commandes [for="v-sos"],
#v-parent:checked ~ .demo-commandes [for="v-parent"] {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}
.demo-aide {
  margin: 0.55rem 0 0;
  text-align: center;
  color: var(--muet);
  font-size: 0.95rem;
}

main {
  padding-bottom: 3rem;
}

.bloc {
  padding: 2.6rem 0;
}
.bloc h2 {
  font-family: var(--sans);
  font-weight: 700;
  font-size: clamp(1.7rem, 3.2vw, 2.2rem);
  line-height: 1.25;
  letter-spacing: -0.015em;
  margin: 0 0 0.55rem;
  max-width: 22ch;
  color: var(--encre);
}
.intro {
  margin: 0 0 1.4rem;
  color: var(--encre-2);
  max-width: 40rem;
  font-size: 1.22rem;
  line-height: 1.65;
}

.faits {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--ligne);
}
.faits li {
  margin: 0;
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--ligne);
  display: grid;
  gap: 0.2rem 1.5rem;
}
@media (min-width: 720px) {
  .faits li {
    grid-template-columns: 14rem 1fr;
    align-items: baseline;
  }
}
.faits strong {
  font-weight: 700;
  color: var(--encre);
}
.faits span {
  color: var(--encre-2);
}

.garde {
  background: var(--feuille);
  border-block: 1px solid var(--ligne);
  padding: 2.6rem 0;
}
.garde h2 {
  font-family: var(--sans);
  font-weight: 700;
  font-size: clamp(1.7rem, 3.2vw, 2.2rem);
  line-height: 1.25;
  margin: 0 0 0.55rem;
  max-width: 22ch;
  color: var(--encre);
}

.deux {
  display: grid;
  gap: 1rem;
  margin-top: 1.3rem;
}
@media (min-width: 700px) {
  .deux {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
}
.deux section {
  padding: 1.2rem 1.2rem 1.3rem;
  border-radius: 1rem;
  background: var(--papier);
}
.colonne-reste {
  background: #e8f6ee;
}
.colonne-ferme {
  background: #eef2f4;
}
.deux h3 {
  margin: 0 0 0.7rem;
  font-size: 1.05rem;
  font-weight: 700;
}
.deux.reste h3,
.colonne-reste h3 {
  color: var(--ok);
}
.colonne-ferme h3 {
  color: var(--fermer);
}
.deux ul {
  margin: 0;
  padding: 0 0 0 1.1rem;
}
.deux li {
  margin: 0.28rem 0;
  color: var(--encre-2);
}

.prix {
  display: grid;
  gap: 0.8rem;
  max-width: 28rem;
  margin: 1.1rem 0 1rem;
}
@media (min-width: 540px) {
  .prix {
    grid-template-columns: 1fr 1fr;
  }
}
.prix figure {
  margin: 0;
  padding: 1.05rem 1.1rem 1.15rem;
  background: var(--feuille);
  border: 1px solid var(--ligne);
  border-radius: 0.9rem;
}
.prix .montant {
  font-family: var(--sans);
  font-size: 2.6rem;
  font-weight: 700;
  margin: 0.2rem 0 0.35rem;
  line-height: 1.05;
  letter-spacing: 0;
  font-variant-numeric: tabular-nums;
  color: var(--encre);
}
.prix figcaption {
  color: var(--muet);
  font-size: 1rem;
}
.prix-note {
  color: var(--encre-2);
  max-width: 36rem;
}

.avertissement {
  margin-top: 1.3rem;
  max-width: 40rem;
  padding: 0.2rem 0 0.2rem 1rem;
  border-left: 3px solid var(--encre);
  color: var(--encre-2);
}
.avertissement p {
  margin: 0;
}

.site-footer {
  background: var(--feuille);
  border-top: 1px solid var(--ligne);
  padding: 1.5rem 0 2.2rem;
  color: var(--muet);
  font-size: 1rem;
}
.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem 0.25rem;
  margin-bottom: 0.75rem;
}
.site-footer nav a {
  color: var(--encre-2);
  text-decoration: none;
  min-height: 2.7rem;
  padding: 0.4rem 0.55rem;
  display: inline-flex;
  align-items: center;
}
.site-footer nav a[aria-current="page"],
.site-footer nav a:hover {
  color: var(--accent);
}
.site-footer p {
  margin: 0.3rem 0;
  max-width: 40rem;
}

.page-legale {
  padding: 2rem 0 3.2rem;
}
.page-legale h1 {
  font-family: var(--sans);
  font-weight: 700;
  font-size: clamp(1.9rem, 4vw, 2.55rem);
  letter-spacing: -0.015em;
  margin: 0 0 0.35rem;
  color: var(--encre);
  line-height: 1.2;
}
.maj {
  color: var(--muet);
  margin: 0 0 1.2rem;
}

.sommaire {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0 0 1.8rem;
}
.sommaire a {
  color: var(--encre-2);
  text-decoration: none;
  min-height: 2.5rem;
  padding: 0.3rem 0.7rem;
  border: 1px solid var(--ligne);
  border-radius: 999px;
  background: var(--feuille);
  display: inline-flex;
  align-items: center;
  font-size: 0.98rem;
}
.sommaire a:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.page-legale h2 {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 1.3rem;
  margin: 1.8rem 0 0.5rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--ligne);
  scroll-margin-top: 5.5rem;
}
.page-legale h2:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.page-legale p,
.page-legale li {
  color: var(--encre-2);
  font-size: 1.2rem;
  line-height: 1.7;
}
.page-legale ul {
  padding-left: 1.15rem;
}
.page-legale li {
  margin: 0.35rem 0;
}
.mail {
  font-weight: 700;
  word-break: break-word;
}
.assistance-carte {
  margin: 1.1rem 0 1.4rem;
  padding: 1.15rem 1.2rem;
  background: var(--feuille);
  border: 1px solid var(--ligne);
  border-radius: 0.9rem;
}
.assistance-carte a {
  font-size: 1.25rem;
  font-weight: 700;
}

@media print {
  .site-header,
  .site-footer,
  .skip,
  .cta-row,
  .note-boutique,
  .demo,
  .sauts,
  .sommaire {
    display: none;
  }
  body {
    background: #fff;
    color: #000;
  }
}
