/* [project]/src/styles/pages/pages-seo.css [app-client] (css) */
.sp {
  --sp-ink: #14182d;
  --sp-mute: #6e6962;
  --sp-texte: #5c574f;
  position: relative;
  background: #f5f4f1;
  overflow-x: clip;
}

.sp__cadre {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px 88px;
}

.sp__cadre--etroit {
  max-width: 880px;
}

.sp-hero {
  padding: 48px 0 38px;
}

.sp-hero__titre {
  max-width: 22ch;
  font-size: clamp(30px, 4.4vw, 52px);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -.03em;
  color: var(--sp-ink);
}

.sp-hero__mot {
  margin-top: 20px;
  max-width: 68ch;
  font-size: 17px;
  line-height: 1.7;
  color: var(--sp-mute);
}

.sp-hero__lieu {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 550;
  color: var(--sp-mute);
}

.sp-hero__lieu svg {
  width: 16px;
  height: 16px;
  color: var(--sp-ink);
}

.sp-bloc {
  margin-top: 44px;
  padding-top: 38px;
  border-top: 1px solid #14182d17;
}

.sp-bloc--nu {
  margin-top: 10px;
  padding-top: 0;
  border-top: 0;
}

.sp-bloc__titre {
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -.02em;
  color: var(--sp-ink);
}

.sp-bloc__intro {
  margin: -12px 0 20px;
  max-width: 62ch;
  font-size: 15px;
  line-height: 1.7;
  color: var(--sp-mute);
}

.sp-grille {
  position: relative;
  display: grid;
  gap: 14px;
}

.sp-grille:before {
  content: "";
  position: absolute;
  inset: -60px -8%;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(42% 46% at 10% 8%, #21488c1a, #0000 70%), radial-gradient(38% 44% at 92% 88%, #3b83ba1a, #0000 72%);
}

.sp-carte {
  display: block;
  padding: 24px;
  border-radius: 20px;
  background: linear-gradient(#ffffffd1, #ffffff94);
  box-shadow: inset 0 0 0 1px #14182d12, inset 0 2px 0 -1px #ffffffe6, 0 14px 30px -26px #1016288c;
  backdrop-filter: blur(14px) saturate(180%);
  -webkit-backdrop-filter: blur(14px) saturate(180%);
  transition: background .42s cubic-bezier(.22, 1, .36, 1), box-shadow .42s cubic-bezier(.22, 1, .36, 1), transform .42s cubic-bezier(.22, 1, .36, 1);
}

a.sp-carte:hover {
  transform: translateY(-2px);
  background: linear-gradient(#fffffff2, #ffffffb8);
  box-shadow: inset 0 0 0 1px #14182d1c, inset 0 2px 0 -1px #fffffff2, 0 22px 40px -28px #101628b3;
}

.sp-carte--phare {
  background: linear-gradient(#fffffff5, #ffffffc7);
  box-shadow: inset 0 0 0 1px #14182d24, inset 0 2px 0 -1px #fff, 0 26px 48px -30px #101628cc;
}

.sp-carte__titre {
  display: block;
  font-size: 16px;
  font-weight: 650;
  letter-spacing: -.01em;
  color: var(--sp-ink);
}

.sp-carte__mot {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--sp-texte);
}

.sp-carte__mot--court {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.sp-doc {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.sp-doc__icone {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  color: var(--sp-ink);
  background: #14182d0d;
}

.sp-doc__icone svg {
  width: 19px;
  height: 19px;
}

.sp-doc__fleche {
  flex-shrink: 0;
  margin-top: 3px;
  width: 16px;
  height: 16px;
  color: var(--sp-mute);
  transition: transform .26s cubic-bezier(.22, 1, .36, 1);
}

a.sp-carte:hover .sp-doc__fleche {
  transform: translateX(3px);
}

.sp-ville {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 22px;
}

.sp-ville__chiffres {
  display: block;
  margin-top: 3px;
  font-size: 12.5px;
  color: var(--sp-mute);
}

.sp-ville__rendement {
  flex-shrink: 0;
  text-align: right;
}

.sp-ville__taux {
  display: block;
  font-size: 18px;
  font-weight: 650;
  letter-spacing: -.02em;
  color: var(--sp-ink);
}

.sp-ville__legende {
  display: block;
  margin-top: 1px;
  font-size: 11.5px;
  color: var(--sp-mute);
}

.sp-rang {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sp-rang__numero {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  font-size: 14.5px;
  font-weight: 650;
  color: var(--sp-mute);
  background: #14182d0f;
}

.sp-rang__numero--phare {
  color: #fff;
  background: var(--sp-ink);
}

.sp-rang__nom {
  font-size: 20px;
  font-weight: 650;
  letter-spacing: -.02em;
  color: var(--sp-ink);
}

.sp-profil {
  margin-top: 14px;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--sp-ink);
}

.sp-limite {
  margin-top: 10px;
  padding-top: 12px;
  border-top: 1px solid #14182d14;
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--sp-mute);
}

.sp-equipe {
  display: grid;
  gap: 28px;
  padding: 32px;
  border-radius: 24px;
}

.sp-equipe__titre {
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 600;
  letter-spacing: -.03em;
  color: var(--sp-ink);
}

.sp-equipe__mot {
  margin-top: 14px;
  max-width: 52ch;
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--sp-mute);
}

.sp-equipe__liste {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sp-equipe__membre {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 16px;
  border-radius: 14px;
  background: #ffffff8c;
  box-shadow: inset 0 0 0 1px #14182d12;
}

.sp-equipe__initiale {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 650;
  color: #fff;
  background: var(--sp-ink);
}

.sp-equipe__role {
  font-size: 13.5px;
  line-height: 1.4;
  color: var(--sp-texte);
}

.sp-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 26px;
  padding: 14px 28px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background: var(--sp-ink);
  box-shadow: 0 18px 34px -20px #14182df2;
  transition: transform .24s cubic-bezier(.22, 1, .36, 1), box-shadow .24s;
}

.sp-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 26px 44px -20px #14182d;
}

.sp-cta svg {
  width: 16px;
  height: 16px;
  transition: transform .2s;
}

.sp-cta:hover svg {
  transform: translateX(3px);
}

.sp-lien {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 600;
  color: var(--sp-ink);
}

.sp-lien svg {
  width: 15px;
  height: 15px;
  transition: transform .2s;
}

.sp-lien:hover svg {
  transform: translateX(3px);
}

.sp-note {
  margin-top: 28px;
  font-size: 12.5px;
  line-height: 1.7;
  color: var(--sp-mute);
}

@media (width >= 768px) {
  .sp__cadre {
    padding: 0 40px 112px;
  }

  .sp-hero {
    padding: 64px 0 46px;
  }

  .sp-grille--2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .sp-grille--3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .sp-bloc {
    margin-top: 56px;
    padding-top: 46px;
  }

  .sp-equipe {
    grid-template-columns: 1.3fr 1fr;
    align-items: center;
    gap: 44px;
    padding: 44px;
  }
}

@media (width >= 1024px) {
  .sp-grille--villes {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (width <= 767px) {
  .sp-carte {
    padding: 20px;
  }

  .sp-hero__titre {
    max-width: none;
  }

  .sp-hero__mot {
    margin-top: 16px;
    font-size: 16px;
  }

  .sp-ville {
    padding: 16px 18px;
  }

  .sp-equipe {
    padding: 26px 22px;
    gap: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sp-carte, .sp-cta, .sp-doc__fleche, .sp-lien svg {
    transition: none;
  }
}

.sp-titre2 {
  margin-top: 48px;
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -.03em;
  color: var(--sp-ink);
}

.sp-titre3 {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 650;
  letter-spacing: -.02em;
  color: var(--sp-ink);
}

.sp-p {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.75;
  color: var(--sp-texte);
}

.sp-p strong {
  font-weight: 650;
  color: var(--sp-ink);
}

.sp-p a {
  font-weight: 600;
  color: var(--sp-ink);
  text-underline-offset: 4px;
  text-decoration: underline;
}

.sp-exergue {
  margin-top: 26px;
  padding: 24px;
  border-radius: 20px;
  font-size: 16.5px;
  line-height: 1.7;
  color: var(--sp-texte);
  background: linear-gradient(#ffffffd1, #ffffff94);
  box-shadow: inset 0 0 0 1px #14182d12, inset 0 2px 0 -1px #ffffffe6, 0 14px 30px -26px #1016288c;
  backdrop-filter: blur(14px) saturate(180%);
  -webkit-backdrop-filter: blur(14px) saturate(180%);
}

.sp-exergue strong {
  font-weight: 650;
  color: var(--sp-ink);
}

.sp-liste {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 18px;
}

.sp-liste li {
  padding: 16px 18px;
  border-radius: 16px;
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--sp-texte);
  background: #ffffff8c;
  box-shadow: inset 0 0 0 1px #14182d12;
}

.sp-liste li strong {
  font-weight: 650;
  color: var(--sp-ink);
}

.sp-coches {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-top: 18px;
}

.sp-coches li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15.5px;
  line-height: 1.65;
  color: var(--sp-texte);
}

.sp-coches svg {
  flex-shrink: 0;
  margin-top: 4px;
  width: 15px;
  height: 15px;
  color: var(--sp-ink);
}

.sp-coches strong {
  font-weight: 650;
  color: var(--sp-ink);
}

.sp-puces {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.sp-puce {
  padding: 8px 15px;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--sp-ink);
  background: #fff9;
  box-shadow: inset 0 0 0 1px #14182d17, inset 0 2px 0 -1px #ffffffe6;
  transition: background .22s, box-shadow .22s;
}

.sp-puce:hover {
  background: #fffffff2;
  box-shadow: inset 0 0 0 1px #14182d2e, inset 0 2px 0 -1px #fff;
}

.sp-puce--pleine {
  color: #fff;
  background: var(--sp-ink);
  box-shadow: none;
}

.sp-puce--pleine:hover {
  color: #fff;
  background: #0d1020;
  box-shadow: none;
}

.sp-chiffres {
  display: grid;
  gap: 14px;
  margin-top: 8px;
}

.sp-chiffre__icone {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  color: var(--sp-ink);
  background: #14182d0d;
}

.sp-chiffre__icone svg {
  width: 18px;
  height: 18px;
}

.sp-chiffre__valeur {
  margin-top: 16px;
  font-size: 27px;
  font-weight: 650;
  line-height: 1;
  letter-spacing: -.03em;
  color: var(--sp-ink);
}

.sp-chiffre__label {
  margin-top: 9px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--sp-ink);
}

.sp-chiffre__sous {
  margin-top: 2px;
  font-size: 12.5px;
  color: var(--sp-mute);
}

.sp-tableau {
  overflow: hidden;
  margin-top: 22px;
  border-radius: 20px;
  background: linear-gradient(#ffffffdb, #ffffff9e);
  box-shadow: inset 0 0 0 1px #14182d12, inset 0 2px 0 -1px #ffffffe6, 0 18px 36px -30px #10162899;
  backdrop-filter: blur(14px) saturate(180%);
  -webkit-backdrop-filter: blur(14px) saturate(180%);
}

.sp-tableau__tete, .sp-tableau__ligne {
  display: grid;
  gap: 10px;
  padding: 18px 22px;
  border-bottom: 1px solid #14182d14;
}

.sp-tableau__ligne:last-child {
  border-bottom: 0;
}

.sp-tableau__tete {
  background: #14182d08;
  font-size: 14.5px;
  font-weight: 650;
  color: var(--sp-ink);
}

.sp-tableau__cle {
  font-size: 14.5px;
  font-weight: 650;
  color: var(--sp-ink);
}

.sp-tableau__valeur {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--sp-texte);
}

.sp-tableau__valeur svg {
  flex-shrink: 0;
  margin-top: 4px;
  width: 15px;
  height: 15px;
  color: var(--sp-ink);
}

.sp-tableau__valeur--pale {
  color: var(--sp-mute);
}

.sp-tableau__valeur--pale svg {
  color: var(--sp-mute);
}

.sp-code {
  overflow: hidden;
  margin-top: 20px;
  border-radius: 18px;
  background: #ffffff9e;
  box-shadow: inset 0 0 0 1px #14182d14, inset 0 2px 0 -1px #ffffffe6;
}

.sp-code pre {
  overflow-x: auto;
  padding: 24px;
  white-space: pre-wrap;
  font-family: var(--font-mono, ui-monospace, monospace);
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--sp-texte);
}

.sp-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 26px;
}

.sp-cta--verre {
  color: var(--sp-ink);
  background: #fff9;
  box-shadow: inset 0 0 0 1px #14182d21, inset 0 2px 0 -1px #ffffffd9;
}

.sp-cta--verre:hover {
  background: #fffffff2;
  box-shadow: inset 0 0 0 1px #14182d33, inset 0 2px 0 -1px #fff;
}

.sp-actions .sp-cta {
  justify-content: center;
  margin-top: 0;
}

@media (width >= 768px) {
  .sp-chiffres--4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .sp-actions {
    flex-direction: row;
  }

  .sp-actions .sp-cta {
    justify-content: flex-start;
  }

  .sp-tableau__tete, .sp-tableau__ligne {
    grid-template-columns: 1.2fr 1fr 1fr;
    align-items: center;
    gap: 18px;
  }
}

@media (width >= 1024px) {
  .sp-chiffres--4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (width <= 767px) {
  .sp-exergue {
    padding: 20px;
    font-size: 15.5px;
  }

  .sp-code pre {
    padding: 18px;
    font-size: 12.5px;
  }

  .sp-tableau__tete {
    display: none;
  }

  .sp-tableau__ligne {
    padding: 16px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sp-puce {
    transition: none;
  }
}

.sp-alerte {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 14px;
  border-left: 3px solid #e49611;
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--sp-texte);
  background: #ed9d1212;
}

.sp-sources {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-top: 18px;
}

.sp-sources a {
  font-size: 14.5px;
  font-weight: 600;
  color: var(--sp-ink);
  text-underline-offset: 4px;
}

.sp-sources a:hover {
  text-decoration: underline;
}

@media (width >= 768px) {
  .sp-tableau--trois .sp-tableau__tete, .sp-tableau--trois .sp-tableau__ligne {
    grid-template-columns: repeat(3, 1fr);
  }
}

.sp-tableau__prefixe {
  font-weight: 650;
  color: var(--sp-ink);
}

@media (width >= 768px) {
  .sp-tableau__prefixe {
    display: none;
  }
}


/*# sourceMappingURL=src_styles_pages_pages-seo_b24a1b.css.map*/
