.s-56adc0a9dc8fb796f797 .s-39f69c278f46165447f3,
.s-68caafb2fa51d2dd399a {
  font-family: "Share", system-ui, Segoe UI, Roboto, Arial, sans-serif;
}
:root {
  --charcoal: #0b1220;
  --charcoal-2: #1a1f2e;
  --charcoal-3: #0f1625;
  --aqua: #7A1238;
  --aqua-2: #0e2750;
  --text: #e8e8e8;
  --muted: #a8a8a8;
  --link-color: #7A1238;
  --shadow: 0 14px 40px rgba(0, 0, 0, 0.3);
  --rad: 20px;
  --container: 1180px;
  --rad: 16px;
}
#fx-consent-root *,
*,
::after,
::before {
  box-sizing: border-box;
}
blockquote,
body,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
html,
p {
  margin: 0;
}
ol[role="list"],
ul[role="list"] {
  list-style: none;
  padding: 0;
  margin: 0;
}
html:focus-within {
  scroll-behavior: smooth;
}
html {
  overflow-x: hidden;
}
img,
svg {
  display: block;
  max-width: 100%;
}
a {
  text-decoration: none;
  color: inherit;
  color: var(--link-color);
}
button,
input,
select,
textarea {
  font: inherit;
}
#fx-consent-root,
body {
  font-family: "Share", system-ui, Segoe UI, Roboto, Arial, sans-serif;
}
body {
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  line-height: 1.5;
  background: radial-gradient(
      700px 500px at 10% -10%,
      rgba(122, 18, 56, 0.15),
      transparent 60%
    ),
    radial-gradient(
      800px 600px at 92% 8%,
      rgba(14, 39, 80, 0.12),
      transparent 60%
    ),
    var(--charcoal);
  color: var(--text);
  max-width: 100vw;
  overflow-x: hidden;
}
.s-255a762c36cdae2fe950 {
  width: min(100%, var(--container));
  margin-inline: auto;
  padding: 0 20px;
}
header.s-c099a42a5555825cdb50 {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(11, 18, 32, 0.9);
  backdrop-filter: blur(14px) saturate(140%);
  border-bottom: 1px solid rgba(122, 18, 56, 0.3);
}
.s-fea877d4f0f1699da0f9 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}
header .s-379e75c850e1334ef7be a {
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 700;
}
header .s-379e75c850e1334ef7be a:hover {
  text-decoration: underline;
}
.s-63acf68c4f951d6412a8 {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.s-26ac4dc810ec7ff7424c {
  margin-bottom: 10px;
}
.s-63acf68c4f951d6412a8 svg {
  width: 38px;
  height: 38px;
  filter: drop-shadow(0 4px 14px rgba(122, 18, 56, 0.3));
}
.s-3d42e76c338c0d360e74 {
  font-weight: 800;
  letter-spacing: 0.2px;
}
.s-9120580e94f134cb7c9f {
  opacity: 0.7;
  font-weight: 700;
}
.s-379e75c850e1334ef7be {
  display: flex;
  align-items: center;
  gap: 22px;
}
.s-379e75c850e1334ef7be a {
  opacity: 0.9;
  transition: opacity 0.2s;
}
.s-379e75c850e1334ef7be a:hover {
  opacity: 1;
}
.s-e61e00f86d9fccdee24f {
  display: flex;
  gap: 14px;
}
.s-7a86b15480e0a870f0b0 {
  display: none;
  padding: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0,0,0,0.25);
}
.s-7a86b15480e0a870f0b0 .s-62cdb7020ff920e5aa64 {
  width: 34px;
  height: 3px;
  background: #ffffff;
  margin: 7px 0;
  border-radius: 2px;
}
.s-7a86b15480e0a870f0b0:hover { background: rgba(255,255,255,0.12); }
@media (max-width: 980px) {
  .s-7a86b15480e0a870f0b0 { display: inline-flex; align-items: center; justify-content: center; }
}
.s-543d99683c3062544f59 {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: none;
  z-index: 1001;
}
.s-38591decbaf4a67f37e3 {
  position: fixed;
  top: 0;
  right: 0;
  height: 100dvh;
  width: min(86vw, 420px);
  background: var(--charcoal-2);
  box-shadow: none;
  transition: transform 0.35s, visibility 0.35s;
  transform: translateX(100%);
  visibility: hidden;
  pointer-events: none;
  z-index: 1002;
  display: flex;
  flex-direction: column;
}
.s-38591decbaf4a67f37e3 header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.s-38591decbaf4a67f37e3 nav {
  display: grid;
  gap: 10px;
  padding: 18px;
}
.s-38591decbaf4a67f37e3 a {
  background: rgba(255, 255, 255, 0.05);
  padding: 14px;
  border-radius: 14px;
  font-weight: 700;
}
.s-38591decbaf4a67f37e3.s-9fb29051f2217270a7b2 {
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
  box-shadow: var(--shadow);
}
#fx-consent-panel.s-9fb29051f2217270a7b2,
#fx-consent-toast.s-9fb29051f2217270a7b2,
.s-543d99683c3062544f59.s-9fb29051f2217270a7b2,
.s-e75bc04532a5639ed1e9
  .s-22ea1c649c82946aa6e4.s-5fc7e38bffe00ca46add
  + .s-86f7e437faa5a7fce15d,
  .s-faq-section .s-22ea1c649c82946aa6e4.s-5fc7e38bffe00ca46add
  + .s-86f7e437faa5a7fce15d,
main {
  display: block;
}
.s-0911aed621a145fb7a54 {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(120deg, rgba(122, 18, 56, 0.06), transparent 45%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
}
.s-0911aed621a145fb7a54 .s-f0cad97953dfb126d32d {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 44px;
  align-items: stretch;
  padding: clamp(42px, 7vw, 120px) 0;
}
.s-067cb2b4d11bea749125 {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: var(--charcoal-2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: var(--shadow);
}
.s-067cb2b4d11bea749125::before {
  content: "";
  position: absolute;
  inset: -40% -10% 60% -10%;
  transform: rotate(-8deg);
  background: linear-gradient(
    90deg,
    rgba(122, 18, 56, 0.7),
    rgba(14, 39, 80, 0.5)
  );
  filter: blur(16px);
  opacity: 0.18;
  pointer-events: none;
}
.s-12c0f1fbadc4046b5f2b {
  padding: clamp(22px, 3.6vw, 36px);
  display: grid;
  align-content: center;
  gap: 18px;
}
.s-adac3846b477f4671462 {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  background: rgba(122, 18, 56, 0.1);
  color: var(--aqua);
  font-weight: 800;
}
.s-12c0f1fbadc4046b5f2b h1 {
  font-size: clamp(2.2rem, 4vw, 4.2rem);
  line-height: 1.03;
  letter-spacing: -0.02em;
  font-weight: 800;
  text-shadow: 0 10px 46px rgba(122, 18, 56, 0.15);
}
.s-12c0f1fbadc4046b5f2b p {
  color: var(--muted);
  font-size: clamp(1rem, 1.15vw, 1.12rem);
}
.s-9613c87ef22f34bb9290 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.s-212301c593df7a10ee64 {
  cursor: pointer;
  display: inline-flex;
  gap: 0.6rem;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.2rem;
  border-radius: 16px;
  background: linear-gradient(180deg, #e91e63, #f8bbd0);
  color: #ffffff;
  font-weight: 800;
  box-shadow: 0 8px 24px rgba(122, 18, 56, 0.25);
  transition: transform 0.2s, box-shadow 0.2s;
}
.s-212301c593df7a10ee64:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(122, 18, 56, 0.3);
}
.s-212301c593df7a10ee64.s-c4745785181de931cfd5 {
  background: 0 0;
  border: 1px solid rgba(0, 0, 0, 0.12);
  color: var(--text);
  backdrop-filter: blur(6px);
}
.s-51c398417955eb05c9fa {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.s-51c398417955eb05c9fa .s-c6b6df0a9e1bcfd2478c {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 10px 12px;
  border-radius: 12px;
}
.s-51c398417955eb05c9fa svg {
  width: 18px;
  height: 18px;
}
.s-d27a1f11771200949714 {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 18px;
}
.s-09407639790bbb3778e1 {
  position: relative;
  height: 120px;
  border-radius: 20px;
  background: linear-gradient(
    90deg,
    rgba(122, 18, 56, 0.12),
    rgba(158, 158, 158, 0.06)
  );
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.s-09407639790bbb3778e1 .s-26b2cc3c943c65b0c8c4 {
  position: absolute;
  left: -30%;
  top: 0;
  width: 160%;
  height: 100%;
  background: linear-gradient(
    110deg,
    transparent 0 32%,
    rgba(122, 18, 56, 0.4) 50%,
    transparent 68% 100%
  );
  mix-blend: screen;
  filter: blur(10px);
  animation: 5.4s ease-in-out infinite alternate flow;
}
@keyframes flow {
  to {
    transform: translateX(18%);
  }
}
.s-56adc0a9dc8fb796f797 {
  position: absolute;
  inset: auto 18px 18px auto;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  padding: 10px 14px;
  display: flex;
  gap: 8px;
  align-items: baseline;
}
.s-56adc0a9dc8fb796f797 .s-9d7bf1516b2059c77d4f {
  opacity: 0.85;
}
.s-56adc0a9dc8fb796f797 .s-39f69c278f46165447f3 {
  font-weight: 800;
  font-size: 1.3rem;
}
.s-39d88b573c35d2ff144e {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: var(--charcoal-3);
  border: 1px solid rgba(0, 0, 0, 0.08);
  min-height: 420px;
  mask-image: radial-gradient(120% 100% at 100% 0%, #000 55%, transparent 80%);
  -webkit-mask-image: radial-gradient(
    120% 100% at 100% 0%,
    #000 55%,
    transparent 80%
  );
}
.s-39d88b573c35d2ff144e .s-6001ab2c72462cd43525 {
  position: absolute;
  inset: 12px;
  border-radius: 18px;
  overflow: hidden;
}
.s-39d88b573c35d2ff144e img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.s-c40c11dd0a8e42dbff00 {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.55;
}
.s-c40c11dd0a8e42dbff00 svg {
  width: 180%;
  min-width: 1000px;
  transform: translate(
    calc(var(--mx, 0px) * 0.05),
    calc(var(--my, 0px) * 0.05)
  );
}
.s-c40c11dd0a8e42dbff00 circle {
  animation: 4s ease-in-out infinite alternate twinkle;
}
.s-c40c11dd0a8e42dbff00 circle:nth-child(odd) {
  animation-delay: 1.2s;
}
@keyframes twinkle {
  to {
    opacity: 0.3;
  }
}
[data-sr] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s, transform 0.6s;
}
[data-sr].s-af10ef20dd9060bbeead {
  opacity: 1;
  transform: none;
}
section.s-20182fbc10716eb197ea {
  padding: clamp(40px, 6vw, 90px) 0;
}
.s-methode-section {
  background: linear-gradient(135deg, rgba(122, 18, 56, 0.2), rgba(14, 39, 80, 0.15)),
    radial-gradient(circle at 20% 50%, rgba(122, 18, 56, 0.15), transparent 50%),
    #0f1625;
  border-top: 1px solid rgba(122, 18, 56, 0.3);
  border-bottom: 1px solid rgba(122, 18, 56, 0.3);
}
.s-methode-section .s-16c00449a9a3f15a3214 {
  background: rgba(11, 18, 32, 0.6);
  border-radius: 16px;
  padding: 24px 20px;
  margin-top: 20px;
  border: 1px solid rgba(122, 18, 56, 0.3);
}
.s-indicateurs-section {
  background: linear-gradient(135deg, rgba(122, 18, 56, 0.18), rgba(14, 39, 80, 0.15)),
    radial-gradient(circle at 80% 50%, rgba(122, 18, 56, 0.12), transparent 50%),
    #1a1f2e;
  border-top: 1px solid rgba(122, 18, 56, 0.3);
}
.s-indicateurs-section .s-02083f4579e08a612425 {
  background: rgba(11, 18, 32, 0.6);
  border-radius: 12px;
  padding: 18px;
  border: 1px solid rgba(122, 18, 56, 0.3);
}
.s-methode-section .s-2ab0591dbcf5fefdad65 {
  background: rgba(11, 18, 32, 0.7);
  border: 1px solid rgba(122, 18, 56, 0.3);
}
.s-methode-section .s-2ab0591dbcf5fefdad65:hover {
  background: rgba(11, 18, 32, 0.85);
  border-color: rgba(122, 18, 56, 0.4);
}
.s-methode-section h2,
.s-methode-section h3 {
  color: #e8e8e8;
}
.s-methode-section .s-1588847cf828b05eae1d {
  color: #7A1238;
}
.s-indicateurs-section h2,
.s-indicateurs-section h3 {
  color: #e8e8e8;
}
.s-indicateurs-section .s-1588847cf828b05eae1d {
  color: #7A1238;
}
.s-temoignages-section {
  background: linear-gradient(135deg, #1a1a1a, #2d2d2d),
    radial-gradient(circle at 50% 50%, rgba(122, 18, 56, 0.15), transparent 70%);
  color: #f8f9fa;
  border-top: 1px solid rgba(14, 39, 80, 0.1);
  border-bottom: 1px solid rgba(14, 39, 80, 0.1);
}
.s-temoignages-section h2,
.s-temoignages-section h3,
.s-temoignages-section p,
.s-temoignages-section b {
  color: #f8f9fa;
}
.s-temoignages-section .s-1588847cf828b05eae1d {
  color: #f8bbd0;
}
.s-temoignages-section .s-2ab0591dbcf5fefdad65 {
  background: rgba(45, 45, 45, 0.8);
  border: 1px solid rgba(14, 39, 80, 0.2);
}
.s-temoignages-section .s-2ab0591dbcf5fefdad65:hover {
  background: rgba(45, 45, 45, 0.95);
  border-color: rgba(14, 39, 80, 0.35);
  box-shadow: 0 8px 24px rgba(122, 18, 56, 0.2);
}
.s-temoignages-section .s-02083f4579e08a612425 {
  background: rgba(30, 30, 30, 0.6);
  border-radius: 12px;
  padding: 20px;
}
.s-temoignages-section .s-e4b074a036fcdaa716be {
  color: rgba(14, 39, 80, 0.8);
}
.s-faq-section {
  background: linear-gradient(135deg, #2d2d2d, #1a1a1a),
    radial-gradient(circle at 80% 20%, rgba(122, 18, 56, 0.12), transparent 60%);
  color: #f8f9fa;
  border-top: 1px solid rgba(14, 39, 80, 0.1);
}
.s-faq-section h2,
.s-faq-section h3,
.s-faq-section p,
.s-faq-section b {
  color: #f8f9fa;
}
.s-faq-section .s-1588847cf828b05eae1d {
  color: #f8bbd0;
}
.s-faq-section .s-22ea1c649c82946aa6e4 {
  background: rgba(45, 45, 45, 0.9);
  border: 1px solid rgba(14, 39, 80, 0.2);
  color: #f8f9fa;
}
.s-faq-section .s-22ea1c649c82946aa6e4:hover {
  background: rgba(60, 60, 60, 0.95);
  border-color: rgba(14, 39, 80, 0.3);
}
.s-faq-section .s-86f7e437faa5a7fce15d {
  background: rgba(30, 30, 30, 0.8);
  border: 1px solid rgba(14, 39, 80, 0.15);
  color: rgba(248, 249, 250, 0.9);
}
.s-faq-section .s-22ea1c649c82946aa6e4.s-5fc7e38bffe00ca46add + .s-86f7e437faa5a7fce15d {
  display: block;
}
.s-20182fbc10716eb197ea .s-1a954628a960aaef81d7 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 22px;
  gap: 16px;
}
.s-20182fbc10716eb197ea .s-1a954628a960aaef81d7 h2 {
  font-size: clamp(1.6rem, 2.6vw, 2.4rem);
  letter-spacing: -0.01em;
}
.s-20182fbc10716eb197ea .s-1a954628a960aaef81d7 p {
  color: var(--muted);
  max-width: 720px;
}
.s-f1e1c6ea766397606475,
.s-f3c543ad5fe9d69603e7 {
  display: grid;
  gap: 20px;
}
.s-d50c8ff6db952e427f11 {
  grid-template-columns: repeat(3, 1fr);
}
.s-6ac600e95bd39c321f73 {
  grid-template-columns: repeat(2, 1fr);
}
.s-2ab0591dbcf5fefdad65 {
  background: var(--charcoal-2);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.s-b6de9c667d1f953c4cc9 {
  margin-top: 12px;
}
.s-2ab0591dbcf5fefdad65 .s-02083f4579e08a612425 {
  padding: 18px;
}
.s-f8995ba5891b07e328c6 {
  width: 28px;
  height: 28px;
}
.s-93720caa841037718a71 {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 0.3rem 0.6rem;
  background: rgba(255, 255, 255, 0.03);
  font-weight: 700;
}
.s-e4b074a036fcdaa716be {
  color: var(--muted);
}
.s-03ea091616bfd221756f {
  margin-top: 8px;
}
.s-106c1e6e023f0d235ab0 {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.s-106c1e6e023f0d235ab0 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.s-67bd35f4e0d46c01211e {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 20px;
}
.s-7040cb72e5b1a981b50c {
  background: var(--charcoal-2);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 18px;
}
.s-7040cb72e5b1a981b50c h3 {
  font-size: 1.15rem;
  margin-bottom: 10px;
}
.s-e8cdc05b346aa0d4a91a {
  display: grid;
  grid-template-columns: 1fr 140px;
  gap: 10px;
  align-items: center;
  margin: 8px 0;
}
.s-edf4ba99edb8a56051d2 {
  margin-top: 10px;
}
.s-e8cdc05b346aa0d4a91a input,
.s-e8cdc05b346aa0d4a91a select {
  width: 100%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  color: var(--text);
  padding: 0.7rem 0.9rem;
  outline: 0;
}
.s-6d1861f9350a1636e4f4 {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.s-6d1861f9350a1636e4f4 button {
  cursor: pointer;
  padding: 0.5rem 0.75rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.02);
  color: var(--text);
  font-weight: 700;
}
.s-6d1861f9350a1636e4f4 button.s-2bb6b986c5d6fb26dd9d {
  background: linear-gradient(180deg, #e91e63, #f8bbd0);
  color: #ffffff;
  border-color: transparent;
}
.s-85a8c7cdfbe7c7c18b33 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 10px;
}
.s-158f340e2a0f7aaaf2e8 {
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  padding: 12px;
}
.s-158f340e2a0f7aaaf2e8 b {
  font-size: 1.15rem;
}
.s-7e0e01909734624f68a5 {
  height: 16px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.s-7e0e01909734624f68a5 span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #e91e63, #f8bbd0);
  width: 0%;
}
.s-16c00449a9a3f15a3214 {
  position: relative;
  padding-left: 22px;
}
.s-16c00449a9a3f15a3214::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(#c2185b, transparent);
}
.s-methode-section .s-16c00449a9a3f15a3214::before {
  background: linear-gradient(#7A1238, rgba(122, 18, 56, 0.5));
}
.s-bd370d1b6f9b3580a770 {
  position: relative;
  margin: 16px 0;
  padding-left: 14px;
}
.s-bd370d1b6f9b3580a770::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--aqua);
  box-shadow: 0 0 0 4px rgba(122, 18, 56, 0.15);
}
.s-methode-section .s-bd370d1b6f9b3580a770::before {
  background: #7A1238;
  box-shadow: 0 0 0 4px rgba(122, 18, 56, 0.3);
}
.s-indicateurs-section .s-2ab0591dbcf5fefdad65 {
  background: linear-gradient(135deg, rgba(11, 18, 32, 0.8), rgba(26, 31, 46, 0.9));
  border: 1px solid rgba(122, 18, 56, 0.3);
}
.s-indicateurs-section .s-2ab0591dbcf5fefdad65:hover {
  border-color: rgba(122, 18, 56, 0.4);
  box-shadow: 0 8px 24px rgba(122, 18, 56, 0.2);
}
.s-7187dadeaa9825054bf2 {
  height: 56px;
}
.s-7187dadeaa9825054bf2 path {
  stroke: var(--aqua);
  stroke-width: 2;
  fill: transparent;
}
.s-indicateurs-section .s-7187dadeaa9825054bf2 path {
  stroke-width: 3;
}
.swiper {
  --swiper-theme-color: var(--aqua);
}
.swiper-slide {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 10px;
}
.swiper .s-106c1e6e023f0d235ab0 {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: var(--shadow);
}
.s-1588847cf828b05eae1d,
.swiper-button-next,
.swiper-button-prev {
  color: var(--aqua);
}
.swiper-pagination-bullet-active {
  background: var(--aqua);
}
.s-9c3bb49ffea1144231cb {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(180deg, #e91e63, #f8bbd0);
}
.s-temoignages-section .s-9c3bb49ffea1144231cb {
  background: linear-gradient(180deg, #c2185b, #e91e63);
  box-shadow: 0 0 0 3px rgba(14, 39, 80, 0.2);
}
.s-4e3e01b9af84f54d95f9 {
  width: 16px;
  height: 16px;
}
.s-e75bc04532a5639ed1e9 .s-22ea1c649c82946aa6e4 {
  background: var(--charcoal-2);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  padding: 14px;
  cursor: pointer;
}
.s-faq-section .s-e75bc04532a5639ed1e9 .s-22ea1c649c82946aa6e4 {
  background: rgba(45, 45, 45, 0.9);
  border: 1px solid rgba(14, 39, 80, 0.2);
  color: #f8f9fa;
}
.s-faq-section .s-e75bc04532a5639ed1e9 .s-22ea1c649c82946aa6e4:hover {
  background: rgba(60, 60, 60, 0.95);
  border-color: rgba(14, 39, 80, 0.3);
}
#fx-consent-panel,
#fx-consent-toast {
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}
.s-e75bc04532a5639ed1e9 .s-86f7e437faa5a7fce15d {
  display: none;
  padding: 12px;
  color: var(--muted);
}
.s-faq-section .s-e75bc04532a5639ed1e9 .s-86f7e437faa5a7fce15d {
  background: rgba(30, 30, 30, 0.8);
  border: 1px solid rgba(14, 39, 80, 0.15);
  color: rgba(248, 249, 250, 0.9);
  border-radius: 0 0 14px 14px;
  margin-top: -14px;
  padding-top: 26px;
}
footer.s-c099a42a5555825cdb50 {
  border-top: 1px solid rgba(122, 18, 56, 0.3);
  background: rgba(11, 18, 32, 0.95);
  backdrop-filter: blur(12px) saturate(130%);
}
.s-32cb9138ce24c9c5d191 {
  padding: 50px 0 30px;
}
.s-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin-top: 30px;
  flex-wrap: wrap;
  gap: 16px;
}
.s-footer-tagline {
  font-size: 0.9rem;
  color: var(--muted);
  opacity: 0.7;
  font-style: italic;
}
.s-9486136cc1915d801ca1 {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: start;
  margin-bottom: 30px;
}
.s-footer-nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.s-136d18f212024d0a9fa2 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.s-136d18f212024d0a9fa2 h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.9;
}
.s-32cb9138ce24c9c5d191 a {
  display: block;
  padding: 6px 0;
  opacity: 0.75;
  transition: opacity 0.2s, color 0.2s;
  font-size: 0.9rem;
}
.s-32cb9138ce24c9c5d191 a:hover {
  opacity: 1;
  color: var(--aqua);
  text-decoration: none;
}
.s-136d18f212024d0a9fa2 a {
  padding: 4px 0;
}
.s-2a1b875b84fa7245c2d4 {
  opacity: 0.65;
  font-size: 0.92rem;
  margin-top: 12px;
  line-height: 1.6;
}
.s-2a1b875b84fa7245c2d4:first-of-type {
  margin-top: 16px;
  opacity: 0.8;
  font-size: 0.95rem;
}
[role="button"],
a,
button {
  cursor: pointer;
}
@media (max-width: 980px) {
  .s-0911aed621a145fb7a54 .s-f0cad97953dfb126d32d {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .s-379e75c850e1334ef7be a {
    display: none;
  }
  .s-7a86b15480e0a870f0b0 {
    display: inline-block;
  }
  .s-67bd35f4e0d46c01211e,
  .s-6ac600e95bd39c321f73,
  .s-9486136cc1915d801ca1 {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .s-footer-nav-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .s-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .s-9486136cc1915d801ca1,
  .s-d50c8ff6db952e427f11 {
    grid-template-columns: 1fr;
  }
  .s-85a8c7cdfbe7c7c18b33 {
    grid-template-columns: 1fr 1fr;
  }
}
#fx-consent-root {
  position: fixed;
  inset: auto 16px 16px auto;
  z-index: 2147483640;
  color: var(--text);
}
#fx-consent-toast {
  width: min(92vw, 520px);
  background: rgba(11, 18, 32, 0.98);
  border-radius: var(--rad);
  padding: 20px;
  backdrop-filter: blur(14px) saturate(140%);
  animation: 0.28s ease-out fx-pop;
  border: 1px solid rgba(122, 18, 56, 0.3);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}
.s-consent-header {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
}
.s-consent-header svg {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  margin-top: 2px;
}
.s-consent-header > div {
  flex: 1;
}
.s-consent-header h3 {
  margin: 0 0 8px;
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: 0.2px;
  color: var(--text);
}
.s-consent-header p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
  font-size: 0.9rem;
}
.s-consent-close {
  background: transparent;
  border: none;
  color: var(--muted);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: all 0.2s;
  flex-shrink: 0;
}
.s-consent-close:hover {
  background: rgba(122, 18, 56, 0.15);
  color: var(--text);
}
.s-consent-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
  padding-top: 12px;
  border-top: 1px solid rgba(122, 18, 56, 0.2);
}
.s-consent-links a {
  color: var(--aqua);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s;
}
.s-consent-links a:hover {
  color: var(--text);
  text-decoration: underline;
}
.s-consent-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#fx-consent-toast .s-212301c593df7a10ee64 {
  cursor: pointer;
  border: 1px solid rgba(122, 18, 56, 0.3);
  border-radius: 12px;
  padding: 0.65rem 1rem;
  font-weight: 700;
  background: rgba(11, 18, 32, 0.6);
  color: var(--text);
  transition: all 0.2s;
  font-size: 0.9rem;
}
#fx-consent-toast .s-212301c593df7a10ee64:hover {
  background: rgba(11, 18, 32, 0.8);
  border-color: rgba(122, 18, 56, 0.4);
}
#fx-consent-toast .s-212301c593df7a10ee64:active {
  transform: translateY(1px);
}
#fx-consent-toast .s-212301c593df7a10ee64.s-e3b7c980d763196e9d13 {
  background: linear-gradient(180deg, #7A1238, #0e2750);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 8px 20px rgba(122, 18, 56, 0.3);
}
#fx-consent-toast .s-212301c593df7a10ee64.s-e3b7c980d763196e9d13:hover {
  box-shadow: 0 10px 24px rgba(122, 18, 56, 0.4);
}
#fx-consent-toast .s-212301c593df7a10ee64.s-c4745785181de931cfd5 {
  background: rgba(11, 18, 32, 0.4);
  border-color: rgba(122, 18, 56, 0.2);
}
.s-23186625e4b4a797aea1:hover {
  text-decoration: underline;
}
#fx-consent-toast .s-212301c593df7a10ee64.s-0e5819ccf5ced961666b {
  border: 0;
  background: 0 0;
  color: var(--aqua);
  padding: 0.6rem 0.2rem;
}
#fx-consent-panel {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: min(92vw, 560px);
  background: rgba(11, 18, 32, 0.98);
  border-radius: var(--rad);
  backdrop-filter: blur(14px) saturate(140%);
  padding: 20px;
  animation: 0.25s fx-slide;
  border: 1px solid rgba(122, 18, 56, 0.3);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}
#fx-consent-panel header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(122, 18, 56, 0.2);
}
#fx-consent-panel h3 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--text);
}
#fx-consent-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}
#fx-consent-panel .s-38b62be4bddaa5661c7d {
  display: grid;
  gap: 12px;
  margin: 16px 0;
}
.s-f9233b3c06371decdff2 {
  border: 1px solid rgba(122, 18, 56, 0.3);
  border-radius: 14px;
  padding: 14px 16px;
  background: rgba(11, 18, 32, 0.6);
  transition: all 0.2s;
}
.s-f9233b3c06371decdff2:hover {
  background: rgba(11, 18, 32, 0.8);
  border-color: rgba(122, 18, 56, 0.4);
}
.s-ea75e9dd1e754d4b39cd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.s-273be8c7d056516f32d6 {
  font-weight: 800;
  color: var(--text);
  font-size: 1rem;
}
.s-a105c3898c5101325c31 {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
}
.s-fbb15844dddd1fddcd69 {
  opacity: 0.7;
  font-size: 0.85rem;
}
.s-7d55bf7539a490fd451c {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(122, 18, 56, 0.2);
}
.s-7d55bf7539a490fd451c .s-212301c593df7a10ee64 {
  padding: 0.65rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(122, 18, 56, 0.3);
  background: rgba(11, 18, 32, 0.6);
  color: var(--text);
  font-weight: 700;
  transition: all 0.2s;
}
.s-7d55bf7539a490fd451c .s-212301c593df7a10ee64:hover {
  background: rgba(11, 18, 32, 0.8);
  border-color: rgba(122, 18, 56, 0.4);
}
.s-7d55bf7539a490fd451c .s-212301c593df7a10ee64.s-e3b7c980d763196e9d13 {
  background: linear-gradient(180deg, #7A1238, #0e2750);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 8px 20px rgba(122, 18, 56, 0.3);
}
.s-7d55bf7539a490fd451c .s-212301c593df7a10ee64.s-e3b7c980d763196e9d13:hover {
  box-shadow: 0 10px 24px rgba(122, 18, 56, 0.4);
}
.s-7d55bf7539a490fd451c .s-212301c593df7a10ee64.s-c4745785181de931cfd5 {
  background: rgba(11, 18, 32, 0.4);
  border-color: rgba(122, 18, 56, 0.2);
}
.s-0bca48663b9a17534191 {
  cursor: pointer;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-weight: 800;
  font-size: 24px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: all 0.2s;
}
.s-0bca48663b9a17534191:hover {
  background: rgba(122, 18, 56, 0.15);
  color: var(--text);
  font-size: 1.1rem;
}
.s-baa41a45c1c838dda4cf {
  --h: 22px;
  --w: 42px;
  position: relative;
  width: var(--w);
  height: var(--h);
}
.s-baa41a45c1c838dda4cf input {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.s-8fb3986ff985fcf358d4 {
  width: 100%;
  height: 100%;
  background: rgba(11, 18, 32, 0.8);
  border: 1px solid rgba(122, 18, 56, 0.3);
  border-radius: 999px;
  transition: background 0.2s, border-color 0.2s;
}
.s-aacb57b587a139394e64 {
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(180deg, #7A1238, #0e2750);
  box-shadow: 0 2px 8px rgba(122, 18, 56, 0.4);
  transition: left 0.2s;
}
.s-baa41a45c1c838dda4cf input:checked ~ .s-8fb3986ff985fcf358d4 {
  background: rgba(122, 18, 56, 0.25);
  border-color: rgba(122, 18, 56, 0.4);
}
.s-baa41a45c1c838dda4cf input:checked ~ .s-aacb57b587a139394e64 {
  left: calc(100% - 19px);
}
.s-23186625e4b4a797aea1 {
  cursor: pointer;
  color: var(--aqua);
  font-weight: 800;
  text-decoration: none;
  border: 0;
  background: 0 0;
  padding: 0;
}
@keyframes fx-pop {
  from {
    transform: translateY(6px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fx-slide {
  from {
    transform: translateY(8px);
    opacity: 0.6;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (max-width: 560px) {
  #fx-consent-root {
    inset: auto 10px 12px auto;
  }
  #fx-consent-panel,
  #fx-consent-toast {
    padding: 12px;
  }
}
.s-859a7d38eb75074fcf71 {
  margin-bottom: 6px;
}
.s-6326311cc2eed9212157 {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-bottom: 8px;
}
.s-bca3263e928eb89d71c6 {
  display: flex;
  gap: 4px;
  margin-bottom: 6px;
}
