@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;500;600;700;800;900&display=swap");
#smcb-links a,
a {
  color: var(--link-color);
  text-decoration: none;
}
.s-b71a5b569b02858756ff,
a,
button {
  cursor: pointer;
}
:root {
  --primary: #6366f1;
  --primary-500: #818cf8;
  --primary-700: #4f46e5;
  --accent: #ec4899;
  --accent-200: #f9a8d4;
  --ink: #0f172a;
  --bg: #ffffff;
  --muted: #64748b;
  --link-color: #6366f1;
  --radius: 18px;
  --container: 1180px;
  --shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.1);
  --shadow-sm: 0 6px 18px rgba(0, 0, 0, 0.08);
  --text: #0f172a;
  --muted: #64748b;
}
*,
::after,
::before {
  box-sizing: border-box;
}
body,
html {
  margin: 0;
  padding: 0;
}
canvas,
img,
svg,
video {
  display: block;
  max-width: 100%;
}
button,
input,
select,
textarea {
  font: inherit;
}
:focus {
  outline: #6366f1 dashed 2px;
  outline-offset: 3px;
}
html {
  scroll-behavior: smooth;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: "Red Hat Display", system-ui, -apple-system, Segoe UI, Roboto,
    Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
  color: #0f172a;
  background: radial-gradient(
      1200px 800px at 20% 10%,
      rgba(99, 102, 241, 0.08),
      transparent 60%
    ),
    radial-gradient(
      1200px 800px at 80% 0,
      rgba(236, 72, 153, 0.06),
      transparent 60%
    ),
    linear-gradient(180deg, #ffffff, #f8fafc);
  min-height: 100dvh;
  max-width: 100vw;
  overflow-x: hidden;
}
.s-255a762c36cdae2fe950 {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: 22px;
}
.s-93c8c96b46419d184755 {
  display: none;
}
header.s-f819d7dee1ee55de63a8 {
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: saturate(1.2) blur(10px);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.95),
    rgba(255, 255, 255, 0.9)
  );
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.s-74d28382fd0d27847065 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
}
.s-63acf68c4f951d6412a8 {
  display: flex;
  align-items: center;
  gap: 12px;
}
.s-63acf68c4f951d6412a8 img {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  box-shadow: var(--shadow-sm);
}
.s-63acf68c4f951d6412a8 .s-6ae999552a0d2dca14d6 {
  font-weight: 800;
  letter-spacing: 0.2px;
  font-size: 1.1rem;
}
nav.s-9579c21825ff83855299 {
  display: flex;
  align-items: center;
  gap: 22px;
}
nav.s-9579c21825ff83855299 a {
  padding: 10px 14px;
  border-radius: 12px;
  color: #0f172a;
  background: rgba(99, 102, 241, 0.06);
  border: 1px solid rgba(99, 102, 241, 0.12);
  transition: transform 0.15s, background 0.15s, border-color 0.15s;
}
nav.s-9579c21825ff83855299 a:hover {
  transform: translateY(-1px);
  background: rgba(99, 102, 241, 0.12);
  border-color: rgba(99, 102, 241, 0.24);
}
.s-9613c87ef22f34bb9290 {
  color: #0a0f1e;
  background: linear-gradient(135deg, var(--accent), var(--accent-200));
  border: none;
  font-weight: 700;
}
.s-5ab97e7baeed3b39b1b4 a {
  display: block;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(99, 102, 241, 0.06);
  border: 1px solid rgba(99, 102, 241, 0.12);
  color: #0f172a;
}
.s-7a86b15480e0a870f0b0 {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(99, 102, 241, 0.06);
  display: none;
  align-items: center;
  justify-content: center;
}
.s-7a86b15480e0a870f0b0 svg {
  width: 22px;
  height: 22px;
  stroke: #0f172a;
}
.s-38591decbaf4a67f37e3 {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  background: rgba(0, 0, 0, 0.45);
}
#smcb-advanced.s-d1d9d34d6115eb16c5f0,
.s-38591decbaf4a67f37e3.s-5fc7e38bffe00ca46add {
  display: block;
}
.s-38591decbaf4a67f37e3 .s-7040cb72e5b1a981b50c {
  position: absolute;
  right: 0;
  top: 60px;
  border-radius: 12px;
  width: 80%;
  background: linear-gradient(180deg, #ffffff, #ffffff);
  border-left: 1px solid rgba(99, 102, 241, 0.15);
  padding: 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.1);
}
.s-38591decbaf4a67f37e3 .s-7040cb72e5b1a981b50c a {
  display: block;
  padding: 14px;
  border-radius: 12px;
  background: rgba(99, 102, 241, 0.06);
  border: 1px solid rgba(99, 102, 241, 0.12);
  color: #0f172a;
}
.s-0911aed621a145fb7a54 {
  position: relative;
  isolation: isolate;
  padding: 72px 0 90px;
  overflow: hidden;
}
.s-fa54966ba35cedf8b345 {
  position: absolute;
  inset: -10% -10% auto -10%;
  height: 70vh;
  min-height: 540px;
  pointer-events: none;
  z-index: -1;
  background: radial-gradient(
      1000px 600px at 10% 30%,
      rgba(99, 102, 241, 0.08),
      transparent 60%
    ),
    radial-gradient(
      800px 500px at 80% 20%,
      rgba(236, 72, 153, 0.06),
      transparent 60%
    ),
    conic-gradient(
      from 210deg at 50% 50%,
      rgba(99, 102, 241, 0.04),
      transparent 30%,
      rgba(236, 72, 153, 0.03),
      transparent 70%
    );
  mask: radial-gradient(
    1200px 580px at 50% 50%,
    rgba(0, 0, 0, 0.9),
    transparent 100%
  );
  animation: 18s linear infinite tide;
}
@keyframes tide {
  0%,
  100% {
    transform: translateY(0) rotate(0.001deg);
  }
  50% {
    transform: translateY(-22px) rotate(1deg);
  }
}
.s-0911aed621a145fb7a54 .s-255a762c36cdae2fe950 {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 34px;
  align-items: center;
}
.s-657ce6c21cc08f06a3a0 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(99, 102, 241, 0.1);
  border: 1px solid rgba(99, 102, 241, 0.2);
  font-size: 0.85rem;
  color: #4f46e5;
}
.s-9cd7c186300be5672687 {
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: 0.3px;
  margin: 14px 0;
}
.s-9cd7c186300be5672687 em {
  background: linear-gradient(90deg, var(--accent), var(--accent-200));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.s-5d85613a56c124e3a3ff {
  color: #475569;
  max-width: 56ch;
}
.s-326b426f9ac7a96ed6ba {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 18px;
  flex-wrap: wrap;
}
.s-212301c593df7a10ee64 {
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px solid rgba(99, 102, 241, 0.2);
  background: rgba(99, 102, 241, 0.08);
  color: #0f172a;
  font-weight: 700;
}
.s-212301c593df7a10ee64.s-e3b7c980d763196e9d13 {
  background: linear-gradient(135deg, var(--primary), var(--primary-500));
  border: none;
  color: #ffffff;
}
.s-212301c593df7a10ee64.s-42625bfecef1fbf9ae6f {
  background: linear-gradient(135deg, var(--accent), var(--accent-200));
  color: #0a0f1e;
  border: none;
}
.s-bb362a46a483f3f8c993 {
  position: relative;
  aspect-ratio: 1/1;
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.04),
    rgba(255, 255, 255, 0.02)
  );
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-lg);
}
.s-bb362a46a483f3f8c993 img {
  position: absolute;
  inset: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.s-2ab0591dbcf5fefdad65 {
  width: 66%;
  height: 66%;
  left: 8%;
  top: 10%;
  border-radius: 18px;
  transform: rotate(-6deg) translateZ(0);
  animation: 7s ease-in-out infinite floatA;
}
.s-b82b40b84a2f06957ec9 {
  width: 58%;
  height: 58%;
  right: 6%;
  bottom: 8%;
  border-radius: 16px;
  transform: rotate(8deg) translateZ(0);
  animation: 8.5s ease-in-out infinite floatB;
}
.s-04bf886e8ac26aef79ce {
  width: 36%;
  height: 36%;
  left: 58%;
  top: 6%;
  border-radius: 16px;
  transform: rotate(-2deg) translateZ(0);
  animation: 2.3s ease-in-out infinite pulse;
}
@keyframes floatA {
  0%,
  100% {
    transform: translateY(0) rotate(-6deg);
  }
  50% {
    transform: translateY(-10px) rotate(-3deg);
  }
}
@keyframes floatB {
  0%,
  100% {
    transform: translateY(0) rotate(8deg);
  }
  50% {
    transform: translateY(-12px) rotate(4deg);
  }
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(1) rotate(-2deg);
  }
  50% {
    transform: scale(1.06) rotate(-2deg);
  }
}
footer.s-a928d4c5751e4352ec16 {
  margin-top: 90px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background: linear-gradient(
    180deg,
    #f8fafc,
    #ffffff
  );
}
.s-790f5a4f2e985b582ee9 {
  padding: 36px 0;
}
.s-891946b2c1ac6f5b02e9 {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 22px;
  align-items: flex-start;
}
.s-423cc53722bd87fcc441 {
  max-width: 56ch;
  color: #475569;
}
.s-5ab97e7baeed3b39b1b4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.s-623b8e331687f0d3a7e0 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
  color: #99b8ba;
}
.s-60aeb8442ecccdfe3610 {
  font-size: 0.9rem;
  margin-top: 20px;
}
.s-623b8e331687f0d3a7e0 span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.s-20182fbc10716eb197ea {
  padding: 72px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.s-20182fbc10716eb197ea .s-1a954628a960aaef81d7 {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}
.s-20182fbc10716eb197ea h2 {
  margin: 0;
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  letter-spacing: 0.3px;
  color: #0f172a;
}
.s-360a5f079379974c7f45 {
  color: #475569;
  max-width: 70ch;
}
.s-00317b5e81771fa2c4f1,
.s-8e6c522d6391250f675d {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.s-11521033fcd0b59f4a39,
.s-598f77ba45686eb2c9e2 {
  margin-top: 18px;
}
.s-de820e2414088aefe2e5 {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
}
.s-00f7fd59769660ff6dea {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
}
.s-453c25ea0a2059cdbb8f {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  padding: 18px;
  box-shadow: var(--shadow-sm);
}
.s-adac3846b477f4671462 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(99, 102, 241, 0.1);
  border: 1px solid rgba(99, 102, 241, 0.2);
  font-size: 0.85rem;
  color: #4f46e5;
}
.s-39d88b573c35d2ff144e {
  position: relative;
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #f8fafc;
}
.s-f55a1a32552a61b638e5 {
  margin-top: 12px;
}
.s-39d88b573c35d2ff144e.s-aad40bc7e4bb3b56191b {
  aspect-ratio: 16/9;
}
.s-39d88b573c35d2ff144e.s-f8565ffa126268c27c06 {
  aspect-ratio: 4/3;
}
.s-39d88b573c35d2ff144e.s-5be78155ee3ecd699aee {
  aspect-ratio: 1/1;
}
.s-39d88b573c35d2ff144e img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.swiper {
  position: relative;
}
.swiper-wrapper {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.swiper-wrapper--inl-430d9c {
  overflow: hidden;
}
.swiper-slide {
  min-width: 100%;
  padding: 8px;
}
.swiper .s-fea877d4f0f1699da0f9 {
  position: absolute;
  inset: auto 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px;
}
.swiper-button {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.06),
    rgba(255, 255, 255, 0.02)
  );
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-button svg {
  width: 20px;
  height: 20px;
  stroke: #eaf6f7;
}
.swiper-pagination {
  display: flex;
  gap: 6px;
  align-items: center;
  margin-left: 8px;
}
.swiper-bullet {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.2);
}
.s-b71a5b569b02858756ff[data-on="true"],
.swiper-bullet.s-2bb6b986c5d6fb26dd9d {
  background: linear-gradient(135deg, var(--primary), var(--primary-500));
}
.s-bed97175b06e68eb7ff5 {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.05),
    rgba(255, 255, 255, 0.03)
  );
  border-radius: 18px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: var(--shadow-sm);
}
.s-6dcc92530a1c943ca0a8 {
  border-color: rgba(236, 72, 153, 0.5);
}
.s-bed97175b06e68eb7ff5 h3 {
  margin: 0.2rem 0;
  color: #0f172a;
}
.s-2097c33723b61c7e24d3 {
  font-weight: 900;
  font-size: 1.8rem;
}
.s-bed97175b06e68eb7ff5 .s-212301c593df7a10ee64 {
  align-self: flex-start;
}
.s-d8e9d17c544494ffa2aa {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
  opacity: 0.9;
}
.s-5807dd602664a565fe53 {
  border: 1px dashed rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.03);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 980px) {
  nav.s-9579c21825ff83855299 {
    display: none;
  }
  .s-7a86b15480e0a870f0b0 {
    display: flex;
  }
  .s-0911aed621a145fb7a54 .s-255a762c36cdae2fe950 {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .s-bb362a46a483f3f8c993 {
    aspect-ratio: 4/3;
  }
  .s-00317b5e81771fa2c4f1,
  .s-00f7fd59769660ff6dea,
  .s-891946b2c1ac6f5b02e9,
  .s-8e6c522d6391250f675d,
  .s-de820e2414088aefe2e5 {
    grid-template-columns: 1fr;
  }
  .s-d8e9d17c544494ffa2aa {
    grid-template-columns: repeat(3, 1fr);
  }
}
#smcb-inner,
.s-309f43f50afb01f0dfab {
  display: grid;
  grid-template-columns: 1fr auto;
}
#sm-cookie-banner {
  position: fixed;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  width: min(680px, 94vw);
  z-index: 2200;
  opacity: 0;
  pointer-events: none;
  transition: transform 0.35s, opacity 0.35s;
}
#sm-cookie-banner.s-66207581cdb874dafd39 {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}
#smcb-card {
  background: linear-gradient(
    180deg,
    rgba(10, 15, 30, 0.92),
    rgba(10, 15, 30, 0.86)
  );
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--text);
  border-radius: 18px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}
#smcb-inner {
  gap: 12px;
  padding: 14px;
}
#smcb-copy {
  padding: 6px 8px;
}
#smcb-title {
  margin: 0 0 4px;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 0.2px;
}
#smcb-desc {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}
#smcb-links {
  margin-top: 6px;
  font-size: 0.9rem;
}
#smcb-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.s-bcb3ffca4eb09500f726 {
  appearance: none;
  border-radius: 12px;
  padding: 10px 14px;
  font-weight: 700;
  border: 1px solid rgba(99, 102, 241, 0.2);
  background: rgba(99, 102, 241, 0.08);
  color: var(--text);
  cursor: pointer;
  transition: transform 0.15s, background 0.15s, border-color 0.15s;
}
.s-bcb3ffca4eb09500f726:hover {
  transform: translateY(-1px);
  background: rgba(99, 102, 241, 0.12);
  border-color: rgba(99, 102, 241, 0.3);
}
.s-7bd53c292c8e60a1e700 {
  color: #0a0f1e;
  background: linear-gradient(135deg, var(--accent), var(--accent-200));
  border: none;
}
.s-7bd53c292c8e60a1e700:hover {
  transform: translateY(-1px);
}
.s-d7ea6da645c887f5089f {
  background: linear-gradient(
    135deg,
    rgba(99, 102, 241, 0.08),
    rgba(99, 102, 241, 0.04)
  );
}
.s-978b346960b3ba92c99a {
  background: rgba(99, 102, 241, 0.06);
}
#smcb-advanced {
  display: none;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 10px 14px 14px;
}
.s-309f43f50afb01f0dfab {
  align-items: center;
  gap: 10px;
  padding: 10px 0;
}
.s-3f991127f796dd621f78 {
  font-weight: 700;
}
.s-dcc287933ff4fc69fc1e {
  color: var(--muted);
  font-size: 0.9rem;
  margin-top: 2px;
}
.s-b71a5b569b02858756ff {
  position: relative;
  width: 48px;
  height: 30px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: background 0.2s;
}
.s-b71a5b569b02858756ff input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.s-b71a5b569b02858756ff span {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #fff;
  transition: left 0.2s;
}
.s-b71a5b569b02858756ff input:checked + span {
  left: 21px;
}
.s-b71a5b569b02858756ff[aria-disabled="true"] {
  opacity: 0.6;
  cursor: not-allowed;
}
.s-19bf56dc2d687407bca8 {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  padding-top: 8px;
}
@media (min-width: 980px) {
  #sm-cookie-banner {
    left: auto;
    right: 16px;
    transform: translateY(20px);
  }
  #sm-cookie-banner.s-66207581cdb874dafd39 {
    transform: translateY(0);
  }
  #smcb-inner {
    grid-template-columns: 1fr auto;
  }
}
.s-79c44d93b1a87b222d62 {
  margin: 12px 0 6px;
}
.s-58083214703d05c5d6f4 {
  color: #475569;
  margin: 14px 0 0 18px;
}
.s-7475a2c16de6a45e7d95 {
  color: #475569;
  margin: 0;
  padding-left: 22px;
}
.s-44d43e7df72107a4b854 {
  color: #475569;
  margin-top: 12px;
}
.s-d510b7fa9d7588fac919 {
  margin: 0 0 6px;
}
.s-21889805bff212917a1f {
  font-size: 1.05rem;
  letter-spacing: 0.2px;
  margin: 0 0 10px;
}
.s-cours-light {
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  color: #0f172a;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.s-cours-light h2 {
  color: #0f172a;
}
.s-cours-light-text {
  color: #475569;
}
.s-cours-light .s-adac3846b477f4671462 {
  background: rgba(99, 102, 241, 0.1);
  border-color: rgba(99, 102, 241, 0.2);
  color: #4f46e5;
}
.s-cours-card-light {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s, box-shadow 0.2s;
}
.s-cours-card-light:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(99, 102, 241, 0.15);
}
.s-cours-card-light h3 {
  color: #0f172a;
  margin-top: 12px;
}
.s-cours-card-light p {
  color: #475569;
  line-height: 1.6;
}
.s-cours-icon {
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 8px;
}
.s-cours-duration {
  color: #6366f1;
  font-weight: 600;
  font-size: 0.9rem;
  margin: 8px 0 12px;
}
.s-cours-topics {
  margin: 16px 0 0;
  padding-left: 20px;
  color: #64748b;
  list-style: none;
}
.s-cours-topics li {
  position: relative;
  padding-left: 20px;
  margin: 8px 0;
  line-height: 1.5;
}
.s-cours-topics li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #6366f1;
  font-weight: 700;
}
.s-tutoriels-hero {
  position: relative;
  min-height: 100vh;
  padding: 120px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-tutoriels-background {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.s-tutoriels-bg-image {
  position: absolute;
  inset: 0;
  background-image: url('./assets/img-b0d739f18c83.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.15;
  filter: blur(2px);
}
.s-tutoriels-gradient-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.85));
  z-index: 1;
}
.s-tutoriels-particles {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.s-particle {
  position: absolute;
  width: 8px;
  height: 8px;
  background: linear-gradient(135deg, #6366f1, #ec4899);
  border-radius: 50%;
  opacity: 0.6;
  animation: particleFloat 15s ease-in-out infinite;
}
.s-particle:nth-child(1) {
  top: 20%;
  left: 10%;
  animation-delay: 0s;
  animation-duration: 12s;
}
.s-particle:nth-child(2) {
  top: 40%;
  right: 15%;
  animation-delay: -2s;
  animation-duration: 18s;
}
.s-particle:nth-child(3) {
  bottom: 30%;
  left: 20%;
  animation-delay: -4s;
  animation-duration: 14s;
}
.s-particle:nth-child(4) {
  top: 60%;
  right: 25%;
  animation-delay: -6s;
  animation-duration: 16s;
}
.s-particle:nth-child(5) {
  bottom: 20%;
  right: 10%;
  animation-delay: -8s;
  animation-duration: 20s;
}
.s-particle:nth-child(6) {
  top: 80%;
  left: 30%;
  animation-delay: -10s;
  animation-duration: 13s;
}
.s-particle:nth-child(7) {
  top: 10%;
  right: 40%;
  animation-delay: -12s;
  animation-duration: 17s;
}
.s-particle:nth-child(8) {
  bottom: 10%;
  left: 50%;
  animation-delay: -14s;
  animation-duration: 19s;
}
@keyframes particleFloat {
  0%, 100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.6;
  }
  25% {
    transform: translate(20px, -30px) scale(1.2);
    opacity: 0.8;
  }
  50% {
    transform: translate(-15px, 25px) scale(0.9);
    opacity: 0.4;
  }
  75% {
    transform: translate(25px, 15px) scale(1.1);
    opacity: 0.7;
  }
}
.s-tutoriels-shapes {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 3;
}
.s-tutoriel-shape {
  position: absolute;
  width: 300px;
  height: 300px;
  opacity: 0.6;
  animation: float 20s ease-in-out infinite;
}
.s-shape-1 {
  top: 10%;
  left: 5%;
  animation-delay: 0s;
  animation-duration: 25s;
}
.s-shape-2 {
  top: 60%;
  right: 10%;
  animation-delay: -5s;
  animation-duration: 30s;
}
.s-shape-3 {
  bottom: 15%;
  left: 15%;
  animation-delay: -10s;
  animation-duration: 35s;
}
.s-shape-4 {
  top: 30%;
  right: 20%;
  animation-delay: -15s;
  animation-duration: 28s;
}
.s-shape-5 {
  bottom: 25%;
  right: 5%;
  animation-delay: -20s;
  animation-duration: 32s;
  width: 250px;
  height: 250px;
}
.s-shape-6 {
  top: 50%;
  left: 8%;
  animation-delay: -25s;
  animation-duration: 27s;
  width: 280px;
  height: 280px;
}
@keyframes float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(30px, -30px) rotate(90deg);
  }
  50% {
    transform: translate(-20px, 20px) rotate(180deg);
  }
  75% {
    transform: translate(20px, 30px) rotate(270deg);
  }
}
.s-tutoriels-content {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 22px;
  width: 100%;
}
.s-tutoriels-moving-text {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.s-moving-line {
  position: absolute;
  white-space: nowrap;
  display: flex;
  gap: 40px;
  font-size: 1.2rem;
  font-weight: 700;
  color: rgba(99, 102, 241, 0.25);
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 200%;
}
.s-moving-line span {
  flex-shrink: 0;
  display: inline-block;
}
.s-line-1 {
  top: 15%;
  left: 0;
  animation: scrollLeft 30s linear infinite;
}
.s-line-2 {
  top: 50%;
  right: 0;
  animation: scrollRight 35s linear infinite;
  flex-direction: row-reverse;
}
.s-line-3 {
  bottom: 20%;
  left: 0;
  animation: scrollLeft 40s linear infinite;
}
.s-line-4 {
  top: 75%;
  right: 0;
  animation: scrollRight 38s linear infinite;
  flex-direction: row-reverse;
}
@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scrollRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(50%);
  }
}
.s-tutoriels-main-content {
  position: relative;
  z-index: 2;
  text-align: center;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-radius: 32px;
  padding: 60px 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.s-tutoriels-badge {
  display: inline-block;
  padding: 8px 20px;
  background: linear-gradient(135deg, #6366f1, #ec4899);
  color: white;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 24px;
  animation: pulse 2s ease-in-out infinite;
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
.s-tutoriels-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 900;
  color: #0f172a;
  margin: 0 0 16px;
  letter-spacing: -0.5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.s-title-word {
  display: inline-block;
  background: linear-gradient(135deg, #6366f1, #ec4899);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: wordFloat 3s ease-in-out infinite;
}
.s-word-1 {
  animation-delay: 0s;
}
.s-word-2 {
  animation-delay: 0.2s;
}
.s-word-3 {
  animation-delay: 0.4s;
}
@keyframes wordFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
.s-tutoriels-subtitle {
  font-size: 1.2rem;
  color: #4f46e5;
  font-weight: 600;
  margin: 0 0 24px;
  letter-spacing: 0.5px;
}
.s-tutoriels-description {
  font-size: 1.1rem;
  color: #475569;
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto 40px;
}
.s-tutoriels-stats-inline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-top: 40px;
}
.s-tutoriel-stat-item {
  text-align: center;
  position: relative;
}
.s-stat-icon {
  font-size: 2rem;
  margin-bottom: 12px;
  display: block;
  animation: iconBounce 2s ease-in-out infinite;
}
.s-stat-icon:nth-child(1) {
  animation-delay: 0s;
}
.s-stat-icon:nth-child(2) {
  animation-delay: 0.2s;
}
.s-stat-icon:nth-child(3) {
  animation-delay: 0.4s;
}
.s-stat-icon:nth-child(4) {
  animation-delay: 0.6s;
}
@keyframes iconBounce {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-5px) scale(1.1);
  }
}
.s-stat-number {
  font-size: 3rem;
  font-weight: 900;
  background: linear-gradient(135deg, #6366f1, #ec4899);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
  margin-bottom: 8px;
  transition: transform 0.3s;
}
.s-stat-animated .s-stat-number:hover {
  transform: scale(1.1);
}
.s-stat-text {
  font-size: 0.95rem;
  color: #64748b;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.s-tutoriels-cta {
  margin-top: 48px;
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.s-tutoriels-button {
  padding: 16px 32px;
  border-radius: 16px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s;
  display: inline-block;
  border: 2px solid transparent;
}
.s-button-primary {
  background: linear-gradient(135deg, #6366f1, #818cf8);
  color: white;
  box-shadow: 0 4px 16px rgba(99, 102, 241, 0.3);
}
.s-button-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(99, 102, 241, 0.4);
}
.s-button-secondary {
  background: rgba(255, 255, 255, 0.9);
  color: #6366f1;
  border-color: #6366f1;
  backdrop-filter: blur(10px);
}
.s-button-secondary:hover {
  background: #6366f1;
  color: white;
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .s-tutoriels-hero {
    min-height: 80vh;
    padding: 80px 0;
  }
  .s-tutoriels-main-content {
    padding: 40px 24px;
  }
  .s-tutoriels-stats-inline {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .s-tutoriel-shape {
    width: 200px;
    height: 200px;
  }
  .s-moving-line {
    font-size: 0.9rem;
  }
}
.s-ateliers-hero {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  overflow: hidden;
}
.s-ateliers-background {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.s-ateliers-pattern {
  position: absolute;
  inset: 0;
  background-image: 
    radial-gradient(circle at 20% 30%, rgba(99, 102, 241, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(236, 72, 153, 0.06) 0%, transparent 50%),
    linear-gradient(180deg, transparent 0%, rgba(99, 102, 241, 0.03) 50%, transparent 100%);
  opacity: 0.6;
}
.s-ateliers-header {
  text-align: center;
  margin-bottom: 64px;
  position: relative;
  z-index: 1;
}
.s-ateliers-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 900;
  color: #0f172a;
  margin: 0 0 16px;
  letter-spacing: -0.5px;
  background: linear-gradient(135deg, #6366f1, #ec4899);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.s-ateliers-subtitle {
  font-size: 1.2rem;
  color: #4f46e5;
  font-weight: 600;
  margin: 0 0 24px;
  letter-spacing: 0.5px;
}
.s-ateliers-intro {
  font-size: 1.1rem;
  color: #475569;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
}
.s-ateliers-process {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}
.s-atelier-step {
  background: #ffffff;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.s-atelier-step::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #6366f1, #ec4899);
  transform: scaleX(0);
  transition: transform 0.3s;
}
.s-atelier-step:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(99, 102, 241, 0.15);
}
.s-atelier-step:hover::before {
  transform: scaleX(1);
}
.s-step-number {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 3rem;
  font-weight: 900;
  color: rgba(99, 102, 241, 0.1);
  line-height: 1;
}
.s-step-icon {
  font-size: 3.5rem;
  margin-bottom: 20px;
  display: block;
  animation: iconFloat 3s ease-in-out infinite;
}
.s-step-1 .s-step-icon {
  animation-delay: 0s;
}
.s-step-2 .s-step-icon {
  animation-delay: 0.2s;
}
.s-step-3 .s-step-icon {
  animation-delay: 0.4s;
}
.s-step-4 .s-step-icon {
  animation-delay: 0.6s;
}
.s-step-5 .s-step-icon {
  animation-delay: 0.8s;
}
@keyframes iconFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
.s-step-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 16px;
}
.s-step-description {
  font-size: 1rem;
  color: #475569;
  line-height: 1.7;
  margin: 0 0 20px;
}
.s-step-features {
  list-style: none;
  padding: 0;
  margin: 0;
}
.s-step-features li {
  position: relative;
  padding-left: 24px;
  margin: 12px 0;
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.6;
}
.s-step-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #6366f1;
  font-weight: 700;
  font-size: 1rem;
}
.s-ateliers-benefits {
  margin-top: 80px;
  position: relative;
  z-index: 1;
}
.s-benefits-title {
  font-size: 2rem;
  font-weight: 700;
  color: #0f172a;
  text-align: center;
  margin: 0 0 48px;
}
.s-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
}
.s-benefit-card {
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.05), rgba(236, 72, 153, 0.05));
  border-radius: 20px;
  padding: 32px;
  text-align: center;
  border: 1px solid rgba(99, 102, 241, 0.1);
  transition: all 0.3s;
}
.s-benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(99, 102, 241, 0.15);
  border-color: rgba(99, 102, 241, 0.3);
}
.s-benefit-icon {
  font-size: 3rem;
  margin-bottom: 16px;
  display: block;
  animation: iconSpin 4s ease-in-out infinite;
}
@keyframes iconSpin {
  0%, 100% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(5deg) scale(1.1);
  }
}
.s-benefit-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 12px;
}
.s-benefit-text {
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 768px) {
  .s-ateliers-hero {
    padding: 60px 0;
  }
  .s-ateliers-process {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 60px;
  }
  .s-atelier-step {
    padding: 24px;
  }
  .s-benefits-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.s-projets-hero {
  position: relative;
  min-height: 100vh;
  padding: 120px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-projets-background {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.s-projets-bg-image {
  position: absolute;
  inset: 0;
  background-image: url('./assets/img-287cb911c9cc.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.15;
  filter: blur(2px);
}
.s-projets-gradient-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.85));
  z-index: 1;
}
.s-projets-shapes {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 2;
}
.s-projet-shape {
  position: absolute;
  width: 300px;
  height: 300px;
  opacity: 0.6;
  animation: float 20s ease-in-out infinite;
}
.s-projet-shape-1 {
  top: 10%;
  left: 5%;
  animation-delay: 0s;
  animation-duration: 25s;
}
.s-projet-shape-2 {
  top: 60%;
  right: 10%;
  animation-delay: -5s;
  animation-duration: 30s;
}
.s-projet-shape-3 {
  bottom: 15%;
  left: 15%;
  animation-delay: -10s;
  animation-duration: 35s;
}
.s-projet-shape-4 {
  top: 30%;
  right: 20%;
  animation-delay: -15s;
  animation-duration: 28s;
}
.s-projets-content {
  position: relative;
  z-index: 3;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 22px;
  width: 100%;
}
.s-projets-moving-text {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.s-projet-moving-line {
  position: absolute;
  white-space: nowrap;
  display: flex;
  gap: 40px;
  font-size: 1.2rem;
  font-weight: 700;
  color: rgba(99, 102, 241, 0.25);
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 200%;
}
.s-projet-moving-line span {
  flex-shrink: 0;
  display: inline-block;
}
.s-projet-line-1 {
  top: 15%;
  left: 0;
  animation: scrollLeft 30s linear infinite;
}
.s-projet-line-2 {
  top: 50%;
  right: 0;
  animation: scrollRight 35s linear infinite;
  flex-direction: row-reverse;
}
.s-projet-line-3 {
  bottom: 20%;
  left: 0;
  animation: scrollLeft 40s linear infinite;
}
.s-projets-main-content {
  position: relative;
  z-index: 2;
  text-align: center;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-radius: 32px;
  padding: 60px 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.s-projets-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 900;
  color: #0f172a;
  margin: 0 0 16px;
  letter-spacing: -0.5px;
  background: linear-gradient(135deg, #6366f1, #ec4899);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.s-projets-subtitle {
  font-size: 1.2rem;
  color: #4f46e5;
  font-weight: 600;
  margin: 0 0 24px;
  letter-spacing: 0.5px;
}
.s-projets-description {
  font-size: 1.1rem;
  color: #475569;
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto 40px;
}
.s-projets-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 40px;
}
.s-projet-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: all 0.3s;
}
.s-projet-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(99, 102, 241, 0.15);
}
.s-projet-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #f8fafc;
}
.s-projet-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.s-projet-card:hover .s-projet-image img {
  transform: scale(1.1);
}
.s-projet-content {
  padding: 24px;
}
.s-projet-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 8px;
}
.s-projet-result {
  font-size: 1.1rem;
  font-weight: 700;
  color: #6366f1;
  margin: 0 0 12px;
}
.s-projet-description {
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.6;
  margin: 0;
}
.s-avant-apres-hero {
  position: relative;
  min-height: 100vh;
  padding: 120px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-avant-apres-background {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.s-avant-apres-bg-image {
  position: absolute;
  inset: 0;
  background-image: url('./assets/img-1c0924443ce2.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.15;
  filter: blur(2px);
}
.s-avant-apres-gradient-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.85));
  z-index: 1;
}
.s-avant-apres-shapes {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 2;
}
.s-aa-shape {
  position: absolute;
  width: 300px;
  height: 300px;
  opacity: 0.6;
  animation: float 20s ease-in-out infinite;
}
.s-aa-shape-1 {
  top: 10%;
  left: 5%;
  animation-delay: 0s;
  animation-duration: 25s;
}
.s-aa-shape-2 {
  top: 60%;
  right: 10%;
  animation-delay: -5s;
  animation-duration: 30s;
}
.s-aa-shape-3 {
  bottom: 15%;
  left: 15%;
  animation-delay: -10s;
  animation-duration: 35s;
}
.s-aa-shape-4 {
  top: 30%;
  right: 20%;
  animation-delay: -15s;
  animation-duration: 28s;
}
.s-avant-apres-content {
  position: relative;
  z-index: 3;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 22px;
  width: 100%;
}
.s-aa-moving-text {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.s-aa-moving-line {
  position: absolute;
  white-space: nowrap;
  display: flex;
  gap: 40px;
  font-size: 1.2rem;
  font-weight: 700;
  color: rgba(99, 102, 241, 0.25);
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 200%;
}
.s-aa-moving-line span {
  flex-shrink: 0;
  display: inline-block;
}
.s-aa-line-1 {
  top: 15%;
  left: 0;
  animation: scrollLeft 30s linear infinite;
}
.s-aa-line-2 {
  top: 50%;
  right: 0;
  animation: scrollRight 35s linear infinite;
  flex-direction: row-reverse;
}
.s-aa-line-3 {
  bottom: 20%;
  left: 0;
  animation: scrollLeft 40s linear infinite;
}
.s-avant-apres-main-content {
  position: relative;
  z-index: 2;
  text-align: center;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-radius: 32px;
  padding: 60px 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.s-aa-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 900;
  color: #0f172a;
  margin: 0 0 16px;
  letter-spacing: -0.5px;
  background: linear-gradient(135deg, #6366f1, #ec4899);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.s-aa-subtitle {
  font-size: 1.2rem;
  color: #4f46e5;
  font-weight: 600;
  margin: 0 0 48px;
  letter-spacing: 0.5px;
}
.s-aa-comparison {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 32px;
  align-items: center;
  margin-top: 40px;
}
.s-aa-before,
.s-aa-after {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.s-aa-label {
  font-size: 1.5rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 8px 20px;
  border-radius: 12px;
  display: inline-block;
  width: fit-content;
  margin: 0 auto;
}
.s-aa-before .s-aa-label {
  background: linear-gradient(135deg, #ef4444, #f87171);
  color: white;
}
.s-aa-after .s-aa-label {
  background: linear-gradient(135deg, #10b981, #34d399);
  color: white;
}
.s-aa-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: all 0.3s;
}
.s-aa-card-before {
  border-top: 4px solid #ef4444;
}
.s-aa-card-after {
  border-top: 4px solid #10b981;
}
.s-aa-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}
.s-aa-image {
  width: 100%;
  height: 200px;
  margin-bottom: 24px;
  background: #f8fafc;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-aa-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.s-aa-card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 20px;
  text-align: center;
}
.s-aa-features {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.s-aa-features li {
  padding: 12px 0;
  font-size: 1rem;
  color: #475569;
  line-height: 1.6;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.s-aa-features li:last-child {
  border-bottom: none;
}
.s-aa-arrow {
  font-size: 4rem;
  font-weight: 900;
  color: #6366f1;
  animation: arrowPulse 2s ease-in-out infinite;
}
@keyframes arrowPulse {
  0%, 100% {
    transform: scale(1) translateX(0);
  }
  50% {
    transform: scale(1.2) translateX(10px);
  }
}
@media (max-width: 768px) {
  .s-projets-hero,
  .s-avant-apres-hero {
    min-height: 80vh;
    padding: 80px 0;
  }
  .s-projets-main-content,
  .s-avant-apres-main-content {
    padding: 40px 24px;
  }
  .s-projets-grid {
    grid-template-columns: 1fr;
  }
  .s-aa-comparison {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .s-aa-arrow {
    transform: rotate(90deg);
    font-size: 3rem;
  }
  .s-projet-shape,
  .s-aa-shape {
    width: 200px;
    height: 200px;
  }
  .s-projet-moving-line,
  .s-aa-moving-line {
    font-size: 0.9rem;
  }
}
.s-tarifs-hero {
  position: relative;
  min-height: 100vh;
  padding: 120px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-tarifs-background {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.s-tarifs-bg-image {
  position: absolute;
  inset: 0;
  background-image: url('./assets/img-b0d739f18c83.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.15;
  filter: blur(2px);
}
.s-tarifs-gradient-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.85));
  z-index: 1;
}
.s-tarifs-shapes {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 2;
}
.s-tarif-shape {
  position: absolute;
  width: 300px;
  height: 300px;
  opacity: 0.6;
  animation: float 20s ease-in-out infinite;
}
.s-tarif-shape-1 {
  top: 10%;
  left: 5%;
  animation-delay: 0s;
  animation-duration: 25s;
}
.s-tarif-shape-2 {
  top: 60%;
  right: 10%;
  animation-delay: -5s;
  animation-duration: 30s;
}
.s-tarif-shape-3 {
  bottom: 15%;
  left: 15%;
  animation-delay: -10s;
  animation-duration: 35s;
}
.s-tarif-shape-4 {
  top: 30%;
  right: 20%;
  animation-delay: -15s;
  animation-duration: 28s;
}
.s-tarifs-content {
  position: relative;
  z-index: 3;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 22px;
  width: 100%;
}
.s-tarifs-moving-text {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.s-tarif-moving-line {
  position: absolute;
  white-space: nowrap;
  display: flex;
  gap: 40px;
  font-size: 1.2rem;
  font-weight: 700;
  color: rgba(99, 102, 241, 0.25);
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 200%;
}
.s-tarif-moving-line span {
  flex-shrink: 0;
  display: inline-block;
}
.s-tarif-line-1 {
  top: 15%;
  left: 0;
  animation: scrollLeft 30s linear infinite;
}
.s-tarif-line-2 {
  top: 50%;
  right: 0;
  animation: scrollRight 35s linear infinite;
  flex-direction: row-reverse;
}
.s-tarif-line-3 {
  bottom: 20%;
  left: 0;
  animation: scrollLeft 40s linear infinite;
}
.s-tarifs-main-content {
  position: relative;
  z-index: 2;
  text-align: center;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-radius: 32px;
  padding: 60px 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.s-tarifs-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 900;
  color: #0f172a;
  margin: 0 0 16px;
  letter-spacing: -0.5px;
  background: linear-gradient(135deg, #6366f1, #ec4899);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.s-tarifs-subtitle {
  font-size: 1.2rem;
  color: #4f46e5;
  font-weight: 600;
  margin: 0 0 48px;
  letter-spacing: 0.5px;
}
.s-tarifs-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
  margin-top: 40px;
}
.s-tarif-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 40px 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 2px solid rgba(0, 0, 0, 0.06);
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.s-tarif-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #6366f1, #ec4899);
  transform: scaleX(0);
  transition: transform 0.3s;
}
.s-tarif-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(99, 102, 241, 0.15);
}
.s-tarif-card:hover::before {
  transform: scaleX(1);
}
.s-tarif-featured {
  border: 2px solid #6366f1;
  transform: scale(1.05);
}
.s-tarif-badge {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 16px;
  background: rgba(99, 102, 241, 0.1);
  color: #4f46e5;
}
.s-badge-featured {
  background: linear-gradient(135deg, #6366f1, #ec4899);
  color: white;
}
.s-tarif-name {
  font-size: 1.75rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 16px;
}
.s-tarif-price {
  margin: 0 0 32px;
}
.s-price-amount {
  font-size: 3rem;
  font-weight: 900;
  background: linear-gradient(135deg, #6366f1, #ec4899);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  line-height: 1.2;
}
.s-price-period {
  font-size: 1rem;
  color: #64748b;
  font-weight: 500;
}
.s-tarif-features {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  text-align: left;
}
.s-tarif-features li {
  padding: 12px 0;
  font-size: 1rem;
  color: #475569;
  line-height: 1.6;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.s-tarif-features li:last-child {
  border-bottom: none;
}
.s-tarif-button {
  display: block;
  width: 100%;
  padding: 16px 32px;
  border-radius: 16px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
  border: 2px solid transparent;
}
.s-button-starter {
  background: linear-gradient(135deg, #6366f1, #818cf8);
  color: white;
}
.s-button-starter:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(99, 102, 241, 0.4);
}
.s-button-pro {
  background: linear-gradient(135deg, #ec4899, #f472b6);
  color: white;
}
.s-button-pro:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(236, 72, 153, 0.4);
}
.s-button-enterprise {
  background: rgba(99, 102, 241, 0.08);
  color: #6366f1;
  border-color: #6366f1;
}
.s-button-enterprise:hover {
  background: #6366f1;
  color: white;
  transform: translateY(-2px);
}
.s-technologies-hero {
  position: relative;
  min-height: 100vh;
  padding: 120px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-technologies-background {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.s-technologies-bg-image {
  position: absolute;
  inset: 0;
  background-image: url('./assets/img-1c0924443ce2.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.15;
  filter: blur(2px);
}
.s-technologies-gradient-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.85));
  z-index: 1;
}
.s-technologies-shapes {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 2;
}
.s-tech-shape {
  position: absolute;
  width: 300px;
  height: 300px;
  opacity: 0.6;
  animation: float 20s ease-in-out infinite;
}
.s-tech-shape-1 {
  top: 10%;
  left: 5%;
  animation-delay: 0s;
  animation-duration: 25s;
}
.s-tech-shape-2 {
  top: 60%;
  right: 10%;
  animation-delay: -5s;
  animation-duration: 30s;
}
.s-tech-shape-3 {
  bottom: 15%;
  left: 15%;
  animation-delay: -10s;
  animation-duration: 35s;
}
.s-tech-shape-4 {
  top: 30%;
  right: 20%;
  animation-delay: -15s;
  animation-duration: 28s;
}
.s-technologies-content {
  position: relative;
  z-index: 3;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 22px;
  width: 100%;
}
.s-technologies-moving-text {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.s-tech-moving-line {
  position: absolute;
  white-space: nowrap;
  display: flex;
  gap: 40px;
  font-size: 1.2rem;
  font-weight: 700;
  color: rgba(99, 102, 241, 0.25);
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 200%;
}
.s-tech-moving-line span {
  flex-shrink: 0;
  display: inline-block;
}
.s-tech-line-1 {
  top: 15%;
  left: 0;
  animation: scrollLeft 30s linear infinite;
}
.s-tech-line-2 {
  top: 50%;
  right: 0;
  animation: scrollRight 35s linear infinite;
  flex-direction: row-reverse;
}
.s-tech-line-3 {
  bottom: 20%;
  left: 0;
  animation: scrollLeft 40s linear infinite;
}
.s-technologies-main-content {
  position: relative;
  z-index: 2;
  text-align: center;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-radius: 32px;
  padding: 60px 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.s-technologies-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 900;
  color: #0f172a;
  margin: 0 0 16px;
  letter-spacing: -0.5px;
  background: linear-gradient(135deg, #6366f1, #ec4899);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.s-technologies-subtitle {
  font-size: 1.2rem;
  color: #4f46e5;
  font-weight: 600;
  margin: 0 0 24px;
  letter-spacing: 0.5px;
}
.s-technologies-description {
  font-size: 1.1rem;
  color: #475569;
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto 48px;
}
.s-technologies-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 32px;
  margin-top: 40px;
}
.s-tech-category {
  background: #ffffff;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: all 0.3s;
}
.s-tech-category:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(99, 102, 241, 0.15);
}
.s-tech-icon {
  font-size: 3rem;
  margin-bottom: 16px;
  display: block;
  animation: iconFloat 3s ease-in-out infinite;
}
.s-tech-category-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 24px;
}
.s-tech-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.s-tech-tag {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 20px;
  background: rgba(99, 102, 241, 0.1);
  border: 1px solid rgba(99, 102, 241, 0.2);
  color: #4f46e5;
  font-size: 0.9rem;
  font-weight: 600;
  transition: all 0.2s;
}
.s-tech-tag:hover {
  background: rgba(99, 102, 241, 0.15);
  border-color: rgba(99, 102, 241, 0.3);
  transform: translateY(-2px);
}
.s-communaute-hero {
  position: relative;
  min-height: 100vh;
  padding: 120px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-communaute-background {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.s-communaute-bg-image {
  position: absolute;
  inset: 0;
  background-image: url('./assets/3700408680329_25_b9c41890.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.15;
  filter: blur(2px);
}
.s-communaute-gradient-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.85));
  z-index: 1;
}
.s-communaute-shapes {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 2;
}
.s-comm-shape {
  position: absolute;
  width: 300px;
  height: 300px;
  opacity: 0.6;
  animation: float 20s ease-in-out infinite;
}
.s-comm-shape-1 {
  top: 10%;
  left: 5%;
  animation-delay: 0s;
  animation-duration: 25s;
}
.s-comm-shape-2 {
  top: 60%;
  right: 10%;
  animation-delay: -5s;
  animation-duration: 30s;
}
.s-comm-shape-3 {
  bottom: 15%;
  left: 15%;
  animation-delay: -10s;
  animation-duration: 35s;
}
.s-comm-shape-4 {
  top: 30%;
  right: 20%;
  animation-delay: -15s;
  animation-duration: 28s;
}
.s-communaute-content {
  position: relative;
  z-index: 3;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 22px;
  width: 100%;
}
.s-communaute-moving-text {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.s-comm-moving-line {
  position: absolute;
  white-space: nowrap;
  display: flex;
  gap: 40px;
  font-size: 1.2rem;
  font-weight: 700;
  color: rgba(99, 102, 241, 0.25);
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 200%;
}
.s-comm-moving-line span {
  flex-shrink: 0;
  display: inline-block;
}
.s-comm-line-1 {
  top: 15%;
  left: 0;
  animation: scrollLeft 30s linear infinite;
}
.s-comm-line-2 {
  top: 50%;
  right: 0;
  animation: scrollRight 35s linear infinite;
  flex-direction: row-reverse;
}
.s-comm-line-3 {
  bottom: 20%;
  left: 0;
  animation: scrollLeft 40s linear infinite;
}
.s-communaute-main-content {
  position: relative;
  z-index: 2;
  text-align: center;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-radius: 32px;
  padding: 60px 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.s-communaute-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 900;
  color: #0f172a;
  margin: 0 0 16px;
  letter-spacing: -0.5px;
  background: linear-gradient(135deg, #6366f1, #ec4899);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.s-communaute-subtitle {
  font-size: 1.2rem;
  color: #4f46e5;
  font-weight: 600;
  margin: 0 0 24px;
  letter-spacing: 0.5px;
}
.s-communaute-description {
  font-size: 1.1rem;
  color: #475569;
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto 48px;
}
.s-communaute-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 40px;
}
.s-comm-feature {
  background: #ffffff;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: all 0.3s;
  text-align: center;
}
.s-comm-feature:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(99, 102, 241, 0.15);
}
.s-comm-feature-icon {
  font-size: 3rem;
  margin-bottom: 16px;
  display: block;
  animation: iconFloat 3s ease-in-out infinite;
}
.s-comm-feature-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 12px;
}
.s-comm-feature-text {
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 768px) {
  .s-tarifs-hero,
  .s-technologies-hero,
  .s-communaute-hero {
    min-height: 80vh;
    padding: 80px 0;
  }
  .s-tarifs-main-content,
  .s-technologies-main-content,
  .s-communaute-main-content {
    padding: 40px 24px;
  }
  .s-tarifs-cards {
    grid-template-columns: 1fr;
  }
  .s-tarif-featured {
    transform: scale(1);
  }
  .s-technologies-grid {
    grid-template-columns: 1fr;
  }
  .s-communaute-features {
    grid-template-columns: 1fr;
  }
  .s-tarif-shape,
  .s-tech-shape,
  .s-comm-shape {
    width: 200px;
    height: 200px;
  }
  .s-tarif-moving-line,
  .s-tech-moving-line,
  .s-comm-moving-line {
    font-size: 0.9rem;
  }
}
.s-tutoriel-card-light {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s, box-shadow 0.2s;
}
.s-tutoriel-card-light:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(99, 102, 241, 0.15);
}
.s-tutoriel-card-light h3 {
  color: #0f172a;
  margin-top: 12px;
}
.s-tutoriel-card-light p {
  color: #475569;
  line-height: 1.6;
}
.s-tutoriel-icon {
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 8px;
}
.s-tutoriel-duration {
  color: #6366f1;
  font-weight: 600;
  font-size: 0.9rem;
  margin: 8px 0 12px;
}
.s-tutoriel-features {
  margin: 16px 0 0;
  padding-left: 20px;
  color: #64748b;
  list-style: none;
}
.s-tutoriel-features li {
  position: relative;
  padding-left: 20px;
  margin: 8px 0;
  line-height: 1.5;
}
.s-tutoriel-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #6366f1;
  font-weight: 700;
}
.s-tutoriels-categories {
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.s-tutoriels-categories-title {
  color: #0f172a;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 24px;
}
.s-tutoriels-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.s-tutoriel-tag {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 20px;
  background: rgba(99, 102, 241, 0.1);
  border: 1px solid rgba(99, 102, 241, 0.2);
  color: #4f46e5;
  font-size: 0.9rem;
  font-weight: 600;
  transition: all 0.2s;
}
.s-tutoriel-tag:hover {
  background: rgba(99, 102, 241, 0.15);
  border-color: rgba(99, 102, 241, 0.3);
  transform: translateY(-2px);
}
.s-tutoriels-stats {
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.s-tutoriel-stat {
  text-align: center;
}
.s-tutoriel-stat-number {
  font-size: 2.5rem;
  font-weight: 900;
  color: #6366f1;
  line-height: 1.2;
  margin-bottom: 8px;
}
.s-tutoriel-stat-label {
  font-size: 0.95rem;
  color: #64748b;
  font-weight: 500;
}
@media (max-width: 768px) {
  .s-tutoriels-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

