@charset "UTF-8";
@font-face {
  font-family: "Poppins";
  src: url("fonts/poppins/Poppins-BoldItalic.woff2") format("woff2"), url("fonts/poppins/Poppins-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/poppins/Poppins-Black.woff2") format("woff2"), url("fonts/poppins/Poppins-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/poppins/Poppins-Bold.woff2") format("woff2"), url("fonts/poppins/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/poppins/Poppins-Regular.woff2") format("woff2"), url("fonts/poppins/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/poppins/Poppins-Italic.woff2") format("woff2"), url("fonts/poppins/Poppins-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/poppins/Poppins-Light.woff2") format("woff2"), url("fonts/poppins/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/poppins/Poppins-SemiBold.woff2") format("woff2"), url("fonts/poppins/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/poppins/Poppins-LightItalic.woff2") format("woff2"), url("fonts/poppins/Poppins-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/poppins/Poppins-Medium.woff2") format("woff2"), url("fonts/poppins/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Animation GPU-optimisée avec opacity au lieu de background-color */
@keyframes blink {
  0%, 49% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}
@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes heartbeat {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
@keyframes pulse-glow {
  0%, 100% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.05);
  }
}
@keyframes aura-pulse {
  0%, 100% {
    transform: scale(1) rotate(0deg);
    opacity: 0.8;
  }
  25% {
    transform: scale(1.1) rotate(5deg);
    opacity: 0.6;
  }
  50% {
    transform: scale(0.95) rotate(-5deg);
    opacity: 1;
  }
  75% {
    transform: scale(1.05) rotate(3deg);
    opacity: 0.7;
  }
}
@keyframes particle-float {
  0%, 100% {
    transform: translateY(0) translateX(0);
  }
  25% {
    transform: translateY(-20px) translateX(10px);
  }
  50% {
    transform: translateY(-10px) translateX(-10px);
  }
  75% {
    transform: translateY(-30px) translateX(5px);
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes float-image {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes bg-grid-pan {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-120px, -80px, 0);
  }
}
@keyframes hero-ring-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes hero-track-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes hero-track-counter {
  from {
    transform: rotate(calc(-1 * var(--icon-angle)));
  }
  to {
    transform: rotate(calc(-1 * var(--icon-angle) - 360deg));
  }
}
@keyframes hero-halo-pulse {
  0%, 100% {
    opacity: 0.45;
    transform: scale(0.95);
  }
  50% {
    opacity: 0.85;
    transform: scale(1.05);
  }
}
h1, h2, h3, h4, p, span {
  background: none;
}

main {
  overflow: hidden !important;
}

p {
  font-weight: 400 !important;
}

h2 {
  font-size: 26px;
  line-height: 28px;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link,
.skip-to-content {
  position: absolute;
  top: -60px;
  left: 0;
  background: #5957ee;
  color: #ffffff;
  padding: 8px 16px;
  text-decoration: none;
  z-index: 100;
  border-radius: 0 0 8px 0;
  font-weight: 600;
}
.skip-link:focus,
.skip-to-content:focus {
  top: 0;
  outline: 3px solid #b794f6;
  outline-offset: 2px;
  color: #ffffff;
}

strong {
  font-weight: 700;
}

.text {
  margin-top: 30px;
  font-weight: 600;
}

* {
  margin: 0;
  padding: 0;
  letter-spacing: -0.2px;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
}

html, body {
  overflow-x: hidden !important;
  width: 100vw !important;
  min-height: 100svh !important;
  background-color: #313131;
}

.section {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s, transform 0.5s;
}
.section.visible {
  opacity: 1;
  transform: translateY(0);
}

.none {
  display: none !important;
}

.button-see-more {
  margin-left: auto;
  margin-right: auto;
}

#header {
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.navbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 16px 32px;
  margin: 20px 50px;
  background: rgba(20, 20, 20, 0.6);
  backdrop-filter: blur(20px) saturate(120%);
  -webkit-backdrop-filter: blur(20px) saturate(120%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.navbar:hover {
  background: rgba(25, 25, 25, 0.7);
  border-color: rgba(89, 87, 238, 0.2);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}
.navbar a {
  text-decoration: none;
}
.navbar a span {
  font-size: 22px;
  background: linear-gradient(135deg, #5957ee, #b794f6, #fad4c5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: all 0.3s ease;
  font-style: italic;
}
.navbar a span:hover {
  filter: brightness(1.2);
}
.navbar #toggler {
  display: none;
}
.navbar #toggler:checked + label img.burger-logo {
  content: url("media/fermer.png");
  width: 20px !important;
  height: 20px !important;
}
.navbar label {
  display: none;
}
.navbar label img {
  width: 20px !important;
  height: 20px !important;
}
.navbar .menu ul {
  list-style: none;
  display: flex;
  gap: 8px;
}
.navbar .menu ul li {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-transform: 700;
  font-weight: 300;
  position: relative;
}
.navbar .menu ul li a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  padding: 10px 18px;
  border-radius: 12px;
  display: block;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 15px;
  position: relative;
}
.navbar .menu ul li a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(89, 87, 238, 0.1), rgba(250, 212, 197, 0.1));
  opacity: 0;
  border-radius: 12px;
  transition: opacity 0.3s ease;
}
.navbar .menu ul li a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-2px);
}
.navbar .menu ul li a:hover::before {
  opacity: 1;
}
.navbar .menu ul li a.active {
  color: #fff;
  background: rgba(49, 49, 49, 0.6);
  padding-left: 28px;
}
.navbar .menu ul li a.active::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: linear-gradient(135deg, #5957ee, #b794f6);
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(89, 87, 238, 0.6);
  opacity: 1;
}
.navbar .menu ul li a.dropdown-link {
  display: inline-block;
}
.navbar .menu ul li .dropdown-wrapper {
  display: flex;
  align-items: center;
  gap: 4px;
}
.navbar .menu ul li .dropdown-wrapper a.dropdown-link {
  padding: 10px 18px;
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  flex: 1;
}
.navbar .menu ul li .dropdown-wrapper a.dropdown-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(89, 87, 238, 0.1), rgba(250, 212, 197, 0.1));
  opacity: 0;
  border-radius: 12px;
  transition: opacity 0.3s ease;
}
.navbar .menu ul li .dropdown-wrapper a.dropdown-link:hover {
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-2px);
}
.navbar .menu ul li .dropdown-wrapper a.dropdown-link:hover::before {
  opacity: 1;
}
.navbar .menu ul li .dropdown-wrapper a.dropdown-link.active {
  color: #fff;
  background: rgba(49, 49, 49, 0.6);
  padding-left: 28px;
}
.navbar .menu ul li .dropdown-wrapper a.dropdown-link.active::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: linear-gradient(135deg, #5957ee, #b794f6);
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(89, 87, 238, 0.6);
  opacity: 1;
}
.navbar .menu ul li button.dropdown-arrow-btn {
  background: transparent;
  border: none;
  padding: 10px;
  margin: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  color: rgba(255, 255, 255, 0.8);
}
.navbar .menu ul li button.dropdown-arrow-btn:hover {
  background: transparent;
  color: #fff;
}
.navbar .menu ul li button.dropdown-arrow-btn .dropdown-arrow {
  display: block;
  transition: transform 0.3s ease;
  stroke: currentColor;
}
.navbar .menu ul li.dropdown {
  position: relative;
}
.navbar .menu ul li.dropdown.open button.dropdown-arrow-btn .dropdown-arrow {
  transform: rotate(180deg);
}
.navbar .menu ul li.dropdown.open .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.navbar .menu ul li .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: rgba(20, 20, 20, 0.95);
  backdrop-filter: blur(20px) saturate(120%);
  -webkit-backdrop-filter: blur(20px) saturate(120%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  padding: 8px;
  margin-top: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 100;
}
.navbar .menu ul li .dropdown-menu a {
  display: block;
  padding: 10px 16px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  border-radius: 10px;
  transition: all 0.2s ease;
  font-size: 14px;
}
.navbar .menu ul li .dropdown-menu a:hover {
  background: rgba(89, 87, 238, 0.15);
  color: #fff;
  transform: translateX(4px);
}
.navbar .menu ul li .dropdown-menu a:hover::before {
  opacity: 0;
}
.navbar .menu ul li:last-child > a {
  text-decoration: none;
  font-weight: 700;
  background: linear-gradient(135deg, #5957ee, #b794f6);
  color: #fff;
  padding: 10px 24px;
  box-shadow: 0 4px 15px rgba(89, 87, 238, 0.3);
}
.navbar .menu ul li:last-child > a::before {
  display: none;
}
.navbar .menu ul li:last-child > a::after {
  display: none;
}
.navbar .menu ul li:last-child > a:hover {
  text-decoration: none;
  cursor: pointer;
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 6px 20px rgba(89, 87, 238, 0.4);
  background: linear-gradient(135deg, #6a68f0, #c5a4f8);
}

@media screen and (max-width: 1150px) {
  .navbar {
    margin: 16px 18px;
    padding: 14px 20px;
    border-radius: 20px;
  }
  .navbar label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
  }
  .navbar #toggler:checked ~ .menu {
    max-height: 800px;
    transition: max-height 0.5s ease-in-out;
  }
  .navbar .menu {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
  }
  .navbar .menu ul {
    flex-direction: column;
    align-items: center;
    padding: 20px 5px 5px;
    gap: 4px;
  }
  .navbar .menu ul #to-home {
    margin-top: 30px;
  }
  .navbar .menu ul li {
    width: 100%;
    text-align: center;
  }
  .navbar .menu ul li a {
    width: 100%;
    padding: 12px 20px;
  }
  .navbar .menu ul li a.dropdown-link {
    display: inline-block;
    padding: 0;
  }
  .navbar .menu ul li .dropdown-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px 20px;
  }
  .navbar .menu ul li button.dropdown-arrow-btn {
    padding: 0;
  }
  .navbar .menu ul li.dropdown .dropdown-menu {
    position: static;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    transform: none;
    margin-top: 0;
    transition: all 0.3s ease;
  }
  .navbar .menu ul li.dropdown.open .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 500px;
    margin-top: 8px;
  }
  .navbar .menu ul li:last-child > a {
    margin-top: 8px;
    padding: 12px 24px;
    background: linear-gradient(135deg, #5957ee, #b794f6);
    box-shadow: 0 4px 15px rgba(89, 87, 238, 0.3);
    text-decoration: none;
    font-weight: 700;
    color: #fff;
    -webkit-text-fill-color: unset;
  }
  .navbar .menu ul li:last-child > a:hover {
    text-decoration: none;
    cursor: pointer;
    transform: scale(1.02);
  }
}
.scroll-indicator {
  position: fixed;
  top: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background: -moz-linear-gradient(30deg, #fad4c5 0%, #5957ee 100%);
  background: -webkit-linear-gradient(30deg, #fad4c5 0%, #5957ee 100%);
  background: linear-gradient(30deg, #fad4c5 0%, #5957ee 100%);
  text-shadow: 1px 1px 18px black;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fad4c5",endColorstr="#5957ee",GradientType=1);
  z-index: 99;
}

#background {
  position: fixed;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
  background: radial-gradient(circle at 20% 20%, rgba(89, 87, 238, 0.32), transparent 45%), radial-gradient(circle at 80% 0%, rgba(250, 212, 197, 0.3), transparent 40%), #050510;
}
#background::before, #background::after {
  content: "";
  position: absolute;
  inset: -10%;
}
#background::before {
  background: linear-gradient(125deg, rgba(89, 87, 238, 0.25), transparent 55%), linear-gradient(300deg, rgba(250, 212, 197, 0.2), transparent 55%);
  filter: blur(50px);
  opacity: 0.8;
  animation: float 16s ease-in-out infinite;
}
#background::after {
  background-image: linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 130px 130px;
  opacity: 0.35;
  mix-blend-mode: screen;
  animation: none;
  box-shadow: inset 0 0 80px rgba(89, 87, 238, 0.15), inset 0 0 120px rgba(5, 5, 16, 0.4);
}

@media screen and (max-width: 1338px) {
  #hero-banner {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1120px) {
  #hero-banner {
    margin-top: 80px;
  }
  #hero-banner .hero-banner-container-image {
    opacity: 50% !important;
  }
  #hero-banner .hero-banner-container-text {
    grid-column: a/c !important;
    z-index: 333 !important;
  }
}
@media screen and (max-width: 500px) {
  .hero-cta-group {
    flex-direction: column !important;
  }
  .hero-cta-group a {
    width: fit-content;
  }
  .hero-features {
    gap: 8px !important;
    flex-direction: column;
  }
  .hero-features li {
    width: fit-content;
  }
}
.hero-banner__terminal {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  padding: 15px 0;
}

#hero-banner {
  display: grid;
  z-index: 3;
  position: relative;
  grid-template-columns: [a] 1fr [b] 1fr [c];
  grid-template-rows: [a] 1fr [b] auto [c] 80px [d] 80px [e];
  min-height: 100svh;
  width: 80%;
  max-height: 200vh;
  margin-left: 10%;
  opacity: 1 !important;
  overflow: visible;
}
#hero-banner .container {
  position: relative;
  height: 55px;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 10px;
}
#hero-banner .container #word {
  display: block;
  position: absolute;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 300;
  letter-spacing: -0.2px;
  font-style: italic;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s, transform 0.8s;
}
#hero-banner .hero-banner-aura1 {
  grid-row: a/c;
  grid-column: a/c;
  align-self: center;
  justify-self: center;
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle at center, rgba(89, 87, 238, 0.3) 0%, rgba(183, 148, 246, 0.2) 30%, rgba(250, 212, 197, 0.15) 50%, transparent 70%);
  animation: aura-pulse 8s ease-in-out infinite;
  filter: blur(60px);
  opacity: 0.8;
}
#hero-banner .hero-banner-aura2 {
  grid-row: a/c;
  grid-column: b/c;
  position: absolute;
  align-self: center;
  justify-self: end;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle at center, rgba(250, 212, 197, 0.3) 0%, rgba(89, 87, 238, 0.15) 40%, transparent 70%);
  animation: aura-pulse 10s ease-in-out infinite reverse;
  filter: blur(50px);
  opacity: 0.6;
  margin-right: -100px;
}
#hero-banner .hero-banner-particles {
  grid-row: a/e;
  grid-column: a/c;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
}
#hero-banner .hero-banner-particles .particle {
  position: absolute;
  width: 8px;
  height: 8px;
  background: linear-gradient(135deg, #fad4c5, #5957ee);
  border-radius: 50%;
  opacity: 0.4;
}
#hero-banner .hero-banner-particles .particle:nth-child(1) {
  top: 20%;
  left: 10%;
  animation: particle-float 8s ease-in-out infinite;
}
#hero-banner .hero-banner-particles .particle:nth-child(2) {
  top: 60%;
  left: 80%;
  animation: particle-float 6s ease-in-out infinite 1s;
}
#hero-banner .hero-banner-particles .particle:nth-child(3) {
  top: 40%;
  left: 70%;
  animation: particle-float 7s ease-in-out infinite 2s;
}
#hero-banner .hero-banner-particles .particle:nth-child(4) {
  top: 80%;
  left: 20%;
  animation: particle-float 9s ease-in-out infinite 0.5s;
}
#hero-banner .hero-banner-particles .particle:nth-child(5) {
  top: 30%;
  left: 50%;
  animation: particle-float 5s ease-in-out infinite 1.5s;
}
#hero-banner .hero-banner-container-text {
  grid-row: a/b;
  align-self: center;
  justify-self: center;
  grid-column: a/c;
}
#hero-banner .hero-banner-container-text .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(47, 47, 47, 0.3);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  margin-bottom: 20px;
  margin-top: 30px;
  animation: float 3s ease-in-out infinite;
}
#hero-banner .hero-banner-container-text .hero-badge .badge-dot {
  width: 8px;
  height: 8px;
  background: linear-gradient(135deg, #fad4c5, #5957ee);
  border-radius: 50%;
  animation: pulse-glow 2s ease-in-out infinite;
}
#hero-banner .hero-banner-container-text .hero-badge .badge-text {
  font-size: 13px;
  font-weight: 500;
  color: rgb(236, 236, 236);
}
#hero-banner .hero-banner-container-text .hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  margin-top: 25px;
  margin-bottom: 0;
  padding: 0;
}
#hero-banner .hero-banner-container-text .hero-feature {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: rgba(47, 47, 47, 0.2);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  transition: all 0.3s ease;
}
#hero-banner .hero-banner-container-text .hero-feature:hover {
  background: rgba(47, 47, 47, 0.3);
  border-color: rgba(250, 212, 197, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(89, 87, 238, 0.2);
}
#hero-banner .hero-banner-container-text .hero-feature svg {
  width: 18px;
  height: 18px;
  stroke: #5957ee;
  flex-shrink: 0;
}
#hero-banner .hero-banner-container-text .hero-feature span {
  font-size: 14px;
  font-weight: 500;
  color: rgb(236, 236, 236);
  white-space: nowrap;
}
#hero-banner .hero-banner-container-text h2 {
  color: rgba(255, 255, 255, 0.72);
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 700;
}
#hero-banner .hero-banner-container-text h2 .gradient-text {
  /* Gradient statique optimisé - Pas d'animation non composée */
  background: linear-gradient(135deg, #fad4c5 0%, #5957ee 50%, #fad4c5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* Légère animation d'opacité GPU-friendly pour effet subtil */
  animation: gradient-text-glow 3s ease-in-out infinite;
  will-change: opacity;
  transform: translateZ(0);
}

/* Animation GPU-optimisée avec opacity uniquement */
@keyframes gradient-text-glow {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.85;
  }
}
#hero-banner .hero-banner-container-text .hero-subtitle {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(236, 236, 236, 0.8);
  max-width: 600px;
  margin: 20px 0 30px 0;
}
#hero-banner .hero-banner-container-text .hero-cta-group {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 30px;
  flex-wrap: wrap;
}
#hero-banner .hero-banner-container-text .hero-cta-group a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  position: relative;
  margin: 0;
}
#hero-banner .hero-banner-container-text .hero-cta-group a.btn-primary {
  background: linear-gradient(135deg, #6a68f0, #c5a4f8);
  color: rgba(255, 255, 255, 0.72);
  box-shadow: 0 4px 15px rgba(89, 87, 238, 0.3);
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
}
#hero-banner .hero-banner-container-text .hero-cta-group a.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(89, 87, 238, 0.5);
}
#hero-banner .hero-banner-container-text .hero-cta-group a.btn-primary::after {
  display: none;
}
#hero-banner .hero-banner-container-text .hero-cta-group a.btn-secondary {
  background: rgba(47, 47, 47, 0.3);
  backdrop-filter: blur(10px);
  color: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
#hero-banner .hero-banner-container-text .hero-cta-group a.btn-secondary:hover {
  background: rgba(47, 47, 47, 0.3);
  border-color: rgba(250, 212, 197, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(89, 87, 238, 0.15);
}
#hero-banner .hero-banner-container-text .hero-cta-group a.btn-secondary::after {
  display: none;
}
#hero-banner .hero-banner-container-text .hero-cta-group a svg {
  width: 18px;
  height: 18px;
}
#hero-banner .hero-banner-container-text .hero-micro-modules {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 16px;
  margin-top: 30px;
}
#hero-banner .hero-banner-container-text .hero-module {
  position: relative;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.45), transparent 60%), linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(89, 87, 238, 0.25));
  backdrop-filter: blur(22px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45), 0 20px 50px rgba(5, 5, 16, 0.45);
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 150px;
  overflow: hidden;
}
#hero-banner .hero-banner-container-text .hero-module::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.25), transparent 65%);
  opacity: 0.9;
  pointer-events: none;
}
#hero-banner .hero-banner-container-text .hero-module > * {
  position: relative;
  z-index: 1;
}
#hero-banner .hero-banner-container-text .module-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.6);
}
#hero-banner .hero-banner-container-text .module-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #fad4c5, #5957ee);
  box-shadow: 0 0 8px rgba(89, 87, 238, 0.5);
}
#hero-banner .hero-banner-container-text .hero-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
}
#hero-banner .hero-banner-container-text .hero-module--availability p {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
}
#hero-banner .hero-banner-container-text .hero-module--availability strong {
  font-size: 26px;
  letter-spacing: -0.5px;
  color: rgba(255, 255, 255, 0.72);
}
#hero-banner .hero-banner-container-text .module-link {
  align-self: flex-start;
  margin-top: auto;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.05);
}
#hero-banner .hero-banner-container-text .module-link:hover {
  border-color: rgba(250, 212, 197, 0.45);
  background: linear-gradient(135deg, rgba(250, 212, 197, 0.2), rgba(89, 87, 238, 0.25));
  transform: translateY(-2px);
}
#hero-banner .hero-banner-container-text .hero-module--quote blockquote {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
  font-style: italic;
}
#hero-banner .hero-banner-container-text .hero-module--quote figcaption {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
}
#hero-banner .hero-banner-container-text p {
  color: rgba(255, 255, 255, 0.72);
}
#hero-banner .hero-banner-container-text a {
  border-radius: 50px;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
  background: linear-gradient(30deg, #fad4c5 0%, #5957ee 100%);
  position: absolute;
  text-shadow: 1px 1px 18px black;
}
#hero-banner .hero-banner-container-text a:hover {
  cursor: pointer;
}
#hero-banner .hero-banner-container-text a::after {
  content: "";
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 10px;
  width: 20px;
  height: 20px;
}
#hero-banner .hero-banner-container-image {
  grid-row: b/c;
  grid-column: a/c;
  align-self: center;
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  pointer-events: none;
  opacity: 100% !important;
}
#hero-banner .hero-banner-container-image .hero-visual {
  position: relative;
  --hero-visual-size: clamp(260px, 32vw, 420px);
  width: var(--hero-visual-size);
  height: var(--hero-visual-size);
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
}
#hero-banner .hero-banner-container-image .hero-visual__halo {
  position: absolute;
  inset: -12%;
  border-radius: 50%;
  filter: blur(35px);
  animation: hero-halo-pulse 8s ease-in-out infinite;
  z-index: 1;
}
#hero-banner .hero-banner-container-image .hero-visual__ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  opacity: 0.3;
  scale: 0.75;
  border: 1px solid rgba(255, 255, 255, 0.25);
  z-index: 2;
}
#hero-banner .hero-banner-container-image .hero-visual__track {
  position: absolute;
  inset: 0;
  z-index: 3;
  scale: 0.67;
  animation: hero-track-spin 22s linear infinite;
}
#hero-banner .hero-banner-container-image .hero-visual__ring--outer {
  box-shadow: 0 0 45px rgba(89, 87, 238, 0.35);
  animation: hero-ring-spin 24s linear infinite;
}
#hero-banner .hero-banner-container-image .hero-visual__ring--inner {
  inset: 40px;
  border: 1px dashed rgba(255, 255, 255, 0.25);
  opacity: 0.8;
  animation: hero-ring-spin 18s linear infinite reverse;
}
#hero-banner .hero-banner-container-image .hero-visual__icon {
  --icon-size: clamp(44px, 5vw, 58px);
  --orbit-radius: calc((var(--hero-visual-size) / 2) + (var(--icon-size) / 2) - 6px);
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--icon-size);
  height: var(--icon-size);
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(var(--icon-angle)) translateX(var(--orbit-radius));
}
#hero-banner .hero-banner-container-image .hero-visual__icon-inner {
  width: 100%;
  height: 100%;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 10px 25px rgba(5, 5, 16, 0.35);
  animation: hero-track-counter 22s linear infinite;
}
#hero-banner .hero-banner-container-image .hero-visual__icon-inner svg,
#hero-banner .hero-banner-container-image .hero-visual__icon-inner img {
  width: 60%;
  height: 60%;
  object-fit: contain;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.25));
  transition: transform 0.3s ease;
  color: rgba(255, 255, 255, 0.72);
}
#hero-banner .hero-banner-container-image .hero-visual__icon-inner svg {
  stroke: currentColor;
}
#hero-banner .hero-banner-container-image .hero-visual__icon-inner--template {
  backdrop-filter: blur(20px) saturate(120%);
}
#hero-banner .hero-banner-container-image .hero-visual__picture {
  position: relative;
  width: clamp(180px, 20vw, 280px);
  z-index: 4;
  animation: float-image 6s ease-in-out infinite;
  filter: drop-shadow(0 12px 30px rgba(0, 0, 0, 0.35));
  pointer-events: auto;
}
#hero-banner .hero-banner-container-image .hero-visual__picture img {
  width: 100%;
  height: auto;
  display: block;
}
#hero-banner .typed-text {
  color: rgba(255, 255, 255, 0.72);
}
#hero-banner .cursor {
  display: inline-block;
  width: 2px;
  height: 1.2em;
  background-color: rgba(255, 255, 255, 0.72);
  margin-left: 2px;
  animation: blink 1s step-start infinite;
  /* Optimisation GPU */
  will-change: opacity;
  transform: translateZ(0);
}
#hero-banner .hero-banner-container-bottom {
  grid-row: d/e;
  grid-column: a/c;
  justify-self: center;
  align-self: flex-end;
  margin-bottom: 20px;
}
#hero-banner .hero-banner-container-bottom img {
  width: 30px;
  height: 30px;
}
#hero-banner .hero-banner-container-link {
  grid-row: c/d;
  grid-column: a/c;
  margin-top: 30px;
  justify-self: center;
  align-self: center;
  margin-bottom: 30px;
}
#hero-banner .hero-banner-container-link ul {
  display: flex;
  gap: 16px;
  list-style: none;
  padding: 0;
}
#hero-banner .hero-banner-container-link ul li {
  display: inline-block;
}
#hero-banner .hero-banner-container-link ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px) saturate(120%);
  -webkit-backdrop-filter: blur(20px) saturate(120%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
#hero-banner .hero-banner-container-link ul li a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(89, 87, 238, 0.1), rgba(250, 212, 197, 0.1));
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 12px;
}
#hero-banner .hero-banner-container-link ul li a img {
  width: 20px;
  height: 20px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
  position: relative;
  z-index: 1;
  filter: brightness(0) invert(1);
  opacity: 0.7;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#hero-banner .hero-banner-container-link ul li a:hover {
  transform: translateY(-4px) scale(1.05);
  border-color: rgba(89, 87, 238, 0.4);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 30px rgba(89, 87, 238, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
#hero-banner .hero-banner-container-link ul li a:hover::before {
  opacity: 1;
}
#hero-banner .hero-banner-container-link ul li a:hover img {
  opacity: 1;
  transform: scale(1.1);
}
#hero-banner .hero-banner-container-link ul li a:nth-child(1):hover {
  background: linear-gradient(135deg, rgba(240, 147, 251, 0.2), rgba(245, 87, 108, 0.2));
  border-color: rgba(240, 147, 251, 0.5);
  box-shadow: 0 12px 30px rgba(240, 147, 251, 0.4);
}
#hero-banner .hero-banner-container-link ul li a:nth-child(2):hover {
  background: linear-gradient(135deg, rgba(0, 119, 181, 0.2), rgba(0, 160, 220, 0.2));
  border-color: rgba(0, 119, 181, 0.5);
  box-shadow: 0 12px 30px rgba(0, 119, 181, 0.4);
}
#hero-banner .hero-banner-container-link ul li a:nth-child(3):hover {
  background: linear-gradient(135deg, rgba(37, 211, 102, 0.2), rgba(18, 140, 126, 0.2));
  border-color: rgba(37, 211, 102, 0.5);
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.4);
}
#hero-banner .hero-banner-container-link ul li a:nth-child(4):hover {
  background: linear-gradient(135deg, rgba(89, 87, 238, 0.2), rgba(250, 212, 197, 0.2));
  border-color: rgba(89, 87, 238, 0.5);
  box-shadow: 0 12px 30px rgba(89, 87, 238, 0.4);
}
@media screen and (min-width: 800px) {
  #hero-banner {
    display: grid;
    grid-template-columns: [a] 1fr [b] 1fr [c];
    grid-template-rows: [a] 1fr [b] 1fr [c];
  }
  #hero-banner .hero-banner-aura1 {
    grid-row: a/c;
    grid-column: b/c;
    width: 500px;
    height: 500px;
    justify-self: center;
    position: absolute;
  }
  #hero-banner .hero-banner-container-image {
    grid-row: a/c;
    grid-column: b/c;
  }
  #hero-banner .hero-banner-container-image img {
    width: 450px;
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.25));
  }
  #hero-banner .hero-banner-container-text {
    grid-row: a/c;
    grid-column: a/b;
    padding-top: 0;
  }
  #hero-banner .hero-banner-container-text h2 {
    font-size: 26px;
  }
  #hero-banner .hero-banner-container-bottom {
    grid-row: b/c;
    grid-column: a/c;
  }
  #hero-banner .hero-banner-container-link {
    grid-row: c/d;
    grid-column: a/c;
  }
  #hero-banner .hero-banner-container-bottom {
    grid-row: d/e;
    grid-column: a/c;
  }
}

.cursor-dot, .cursor-ring {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: opacity 200ms ease, transform 120ms ease;
  z-index: 99999;
}

.cursor-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.9);
  opacity: 1;
}

.cursor-ring {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: transparent;
  opacity: 0.95;
  transition: width 160ms ease, height 160ms ease, border-width 120ms ease, opacity 160ms ease, transform 160ms ease;
}

.cursor-ring.cursor-hover {
  width: 40px;
  height: 40px;
  border-width: 1.5px;
  opacity: 1;
}

.cursor-ring.cursor-active {
  transform: translate(-50%, -50%) scale(0.92);
  opacity: 0.8;
}

body.keyboard-navigation .cursor-dot,
body.keyboard-navigation .cursor-ring {
  display: none !important;
}

.container-about {
  z-index: 3;
  position: relative;
  width: 80%;
  margin-left: 10%;
  color: rgba(255, 255, 255, 0.72);
  padding-top: 180px;
}
.container-about h2 {
  font-size: 26px;
  line-height: 1.4;
  margin: 0 0 30px 0;
}
.container-about h3 span {
  font-weight: 900;
}
.container-about .container-about-info .test div:nth-child(2) p:nth-child(1) {
  font-weight: 600;
  margin-top: 30px;
}
.container-about .container-about-info .test div:nth-child(2) p:nth-child(2) {
  margin-top: 30px;
}
@media screen and (min-width: 800px) {
  .container-about .container-about-info .test {
    display: grid;
    margin-top: 30px;
    grid-template-columns: [] 30% [] 1fr [];
    align-items: center;
    justify-items: center;
    grid-gap: 30px;
  }
  .container-about .container-about-info .test div:nth-child(1) {
    height: 100%;
    margin-top: 0;
  }
  .container-about .container-about-info .test div:nth-child(2) p:nth-child(1) {
    margin-top: 0 !important;
  }
}
.container-about .container-about-info-card {
  padding: 2px;
  background: -moz-linear-gradient(30deg, #fad4c5 0%, #5957ee 100%);
  background: -webkit-linear-gradient(30deg, #fad4c5 0%, #5957ee 100%);
  background: linear-gradient(30deg, #fad4c5 0%, #5957ee 100%);
  text-shadow: 1px 1px 18px black;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fad4c5",endColorstr="#5957ee",GradientType=1);
  width: 100%;
  border-radius: 6px;
  margin-top: 30px;
}
.container-about .container-about-info-card:hover {
  cursor: pointer;
  scale: 1.02;
  transition: 200ms;
}
.container-about .container-about-info-card div {
  background-color: #2f2f2f;
  border-radius: 6px;
  width: 100%;
  height: 300px;
  display: grid;
  overflow: hidden;
  background-size: cover;
  background-position: 30%;
  background-image: url("media/florianllimos.webp");
  filter: grayscale(30%);
  grid-template-columns: [a] 1fr [b] 1fr [c];
  grid-template-rows: [a] 1fr [b] 1fr [c];
}
@media (min-width: 1100px) {
  .container-about .container-about-info-card div {
    background-position-y: 20%;
  }
}
.container-about .container-about-info-card div p {
  grid-row: a/c;
  grid-column: a/c;
  justify-self: center;
  align-self: center;
  text-transform: uppercase;
  font-weight: 900 !important;
  text-shadow: 0 0 5px black;
  font-size: 30px;
  text-align: center;
  padding: 10px;
}
@media (min-width: 800px) {
  .container-about .container-about-info-card div p {
    font-size: 20px;
  }
}
@media (min-width: 1500px) {
  .container-about .container-about-info-card div p {
    font-size: 30px;
  }
}
@media (min-width: 1000px) {
  .container-about {
    width: 60%;
    margin-left: 20%;
  }
}

.about-aura1 {
  position: absolute;
  top: 10%;
  left: 5%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle at center, rgba(89, 87, 238, 0.25) 0%, rgba(183, 148, 246, 0.15) 30%, rgba(250, 212, 197, 0.1) 50%, transparent 70%);
  animation: aura-pulse 8s ease-in-out infinite;
  filter: blur(60px);
  opacity: 0.7;
  pointer-events: none;
  z-index: 0;
}

.about-aura2 {
  position: absolute;
  top: 60%;
  right: 8%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle at center, rgba(250, 212, 197, 0.25) 0%, rgba(89, 87, 238, 0.12) 40%, transparent 70%);
  animation: aura-pulse 10s ease-in-out infinite reverse;
  filter: blur(50px);
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}

.about-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
.about-particles .particle {
  position: absolute;
  width: 6px;
  height: 6px;
  background: linear-gradient(135deg, #fad4c5, #5957ee);
  border-radius: 50%;
  opacity: 0.3;
}
.about-particles .particle:nth-child(1) {
  top: 12%;
  left: 20%;
  animation: particle-float 8s ease-in-out infinite;
}
.about-particles .particle:nth-child(2) {
  top: 35%;
  right: 18%;
  animation: particle-float 6s ease-in-out infinite 1s;
}
.about-particles .particle:nth-child(3) {
  top: 68%;
  left: 22%;
  animation: particle-float 7s ease-in-out infinite 2s;
}
.about-particles .particle:nth-child(4) {
  top: 22%;
  right: 30%;
  animation: particle-float 9s ease-in-out infinite 0.5s;
}
.about-particles .particle:nth-child(5) {
  top: 52%;
  left: 55%;
  animation: particle-float 8s ease-in-out infinite 1.5s;
}
.about-particles .particle:nth-child(6) {
  top: 8%;
  left: 48%;
  animation: particle-float 7s ease-in-out infinite 0.8s;
}
.about-particles .particle:nth-child(7) {
  top: 72%;
  right: 12%;
  animation: particle-float 8s ease-in-out infinite 2.5s;
}
.about-particles .particle:nth-child(8) {
  top: 42%;
  left: 10%;
  animation: particle-float 9s ease-in-out infinite 1.2s;
}
.about-particles .particle:nth-child(9) {
  top: 78%;
  left: 48%;
  animation: particle-float 6s ease-in-out infinite 3s;
}
.about-particles .particle:nth-child(10) {
  top: 18%;
  right: 8%;
  animation: particle-float 7s ease-in-out infinite 0.3s;
}
.about-particles .particle:nth-child(11) {
  top: 58%;
  left: 32%;
  animation: particle-float 8s ease-in-out infinite 2s;
}
.about-particles .particle:nth-child(12) {
  top: 48%;
  right: 42%;
  animation: particle-float 9s ease-in-out infinite 1.8s;
}

.about-header {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.about-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  background: linear-gradient(135deg, rgba(89, 87, 238, 0.2), rgba(183, 148, 246, 0.2));
  border: 1px solid rgba(89, 87, 238, 0.3);
  border-radius: 24px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #b794f6;
  margin-bottom: 20px;
}
.about-badge svg {
  color: #b794f6;
}

.about-intro {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 60px;
  position: relative;
  z-index: 1;
}
.about-intro p {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .about-intro p {
    font-size: 16px;
  }
}

.about-stats {
  display: grid;
  gap: 20px;
  margin: 60px 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .about-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .about-stats {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}

.about-stat-card {
  backdrop-filter: blur(20px) saturate(120%);
  -webkit-backdrop-filter: blur(20px) saturate(120%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 28px 24px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.about-stat-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(89, 87, 238, 0.05), rgba(250, 212, 197, 0.05));
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 16px;
}
.about-stat-card:hover {
  transform: translateY(-4px);
  border-color: rgba(89, 87, 238, 0.3);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
.about-stat-card:hover::before {
  opacity: 1;
}
.about-stat-card:hover .about-stat-icon {
  background: linear-gradient(135deg, #5957ee, #b794f6);
  transform: scale(1.05);
}
.about-stat-card:hover .about-stat-icon svg {
  color: #fff;
}

.about-stat-icon {
  width: 52px;
  height: 52px;
  background: rgba(89, 87, 238, 0.15);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.about-stat-icon svg {
  color: #b794f6;
  transition: color 0.3s ease;
}

.about-stat-content {
  position: relative;
  z-index: 1;
}

.about-stat-number {
  font-size: 32px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.72);
  margin: 0 0 8px 0;
  line-height: 1;
}

.about-stat-label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  line-height: 1.4;
}

.about-team-section {
  margin-top: 80px;
  position: relative;
  z-index: 1;
}

.about-team-intro {
  text-align: center;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 50px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .about-team-intro {
    font-size: 16px;
  }
}

.about-founder {
  display: grid;
  gap: 40px;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .about-founder {
    grid-template-columns: 400px 1fr;
    gap: 60px;
  }
}

.about-founder-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.about-founder-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}
.about-founder-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(89, 87, 238, 0.2), rgba(183, 148, 246, 0.2));
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 20px;
  z-index: 1;
}
.about-founder-image:hover::before {
  opacity: 1;
}

.about-founder-badge {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: rgba(49, 49, 49, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(89, 87, 238, 0.3);
  border-radius: 30px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #b794f6;
  z-index: 2;
}
.about-founder-badge svg {
  color: #b794f6;
}

.about-founder-content h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about-founder-content h3 {
    font-size: 26px;
  }
}
.about-founder-content p {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about-founder-content p {
    font-size: 16px;
  }
}

.container-about .container-info {
  display: grid;
  margin-top: 30px;
  grid-gap: 10px;
}
@media screen and (min-width: 500px) {
  .container-about .container-info {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .container-about .container-info {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
  }
}
.container-about .container-info .container-info-card {
  background: linear-gradient(30deg, #fad4c5, #5957ee, #fad4c5);
  background-size: 400% 400%;
  animation: gradientMove 2s ease infinite;
  border-radius: 8px;
  box-shadow: 0 0 10px black;
  padding: 2px;
}
.container-about .container-info .container-info-card:hover {
  transition: 200ms;
  scale: 1.03;
  opacity: 1 !important;
  cursor: pointer;
}
.container-about .container-info .container-info-card div {
  height: 100%;
  align-items: center;
  display: grid;
  border-radius: 6px;
  padding: 30px;
  background-color: #2f2f2f;
  text-align: center;
}

.container-info:hover .container-info-card {
  opacity: 0.55 !important;
  transition: 200ms;
}

.color {
  background: linear-gradient(30deg, #fad4c5 0%, #5957ee 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
}

#button-toggle {
  text-align: center;
  margin-top: 30px;
}
#button-toggle:hover {
  cursor: pointer;
}

.container-services {
  z-index: 3;
  position: relative;
  color: rgba(255, 255, 255, 0.72);
  width: 80%;
  margin-left: 10%;
  padding-top: 180px;
}
.container-services .first-text {
  margin-top: 30px;
}
@media screen and (min-width: 1000px) {
  .container-services {
    width: 60%;
    margin-left: 20%;
  }
}

.services-aura1 {
  position: absolute;
  top: 20%;
  left: 10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle at center, rgba(89, 87, 238, 0.25) 0%, rgba(183, 148, 246, 0.15) 30%, rgba(250, 212, 197, 0.1) 50%, transparent 70%);
  animation: aura-pulse 8s ease-in-out infinite;
  filter: blur(60px);
  opacity: 0.7;
  pointer-events: none;
  z-index: 0;
}

.services-aura2 {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle at center, rgba(250, 212, 197, 0.25) 0%, rgba(89, 87, 238, 0.12) 40%, transparent 70%);
  animation: aura-pulse 10s ease-in-out infinite reverse;
  filter: blur(50px);
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}

.services-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
.services-particles .particle {
  position: absolute;
  width: 6px;
  height: 6px;
  background: linear-gradient(135deg, #fad4c5, #5957ee);
  border-radius: 50%;
  opacity: 0.3;
}
.services-particles .particle:nth-child(1) {
  top: 15%;
  left: 15%;
  animation: particle-float 8s ease-in-out infinite;
}
.services-particles .particle:nth-child(2) {
  top: 40%;
  right: 20%;
  animation: particle-float 6s ease-in-out infinite 1s;
}
.services-particles .particle:nth-child(3) {
  top: 70%;
  left: 25%;
  animation: particle-float 7s ease-in-out infinite 2s;
}
.services-particles .particle:nth-child(4) {
  top: 25%;
  right: 35%;
  animation: particle-float 9s ease-in-out infinite 0.5s;
}
.services-particles .particle:nth-child(5) {
  top: 55%;
  left: 60%;
  animation: particle-float 8s ease-in-out infinite 1.5s;
}
.services-particles .particle:nth-child(6) {
  top: 10%;
  left: 45%;
  animation: particle-float 7s ease-in-out infinite 0.8s;
}
.services-particles .particle:nth-child(7) {
  top: 65%;
  right: 15%;
  animation: particle-float 8s ease-in-out infinite 2.5s;
}
.services-particles .particle:nth-child(8) {
  top: 35%;
  left: 8%;
  animation: particle-float 9s ease-in-out infinite 1.2s;
}
.services-particles .particle:nth-child(9) {
  top: 80%;
  left: 50%;
  animation: particle-float 6s ease-in-out infinite 3s;
}
.services-particles .particle:nth-child(10) {
  top: 20%;
  right: 10%;
  animation: particle-float 7s ease-in-out infinite 0.3s;
}
.services-particles .particle:nth-child(11) {
  top: 50%;
  left: 35%;
  animation: particle-float 8s ease-in-out infinite 2s;
}
.services-particles .particle:nth-child(12) {
  top: 45%;
  right: 45%;
  animation: particle-float 9s ease-in-out infinite 1.8s;
}

.services-header {
  text-align: center;
  margin-bottom: 40px;
}

.services-badge {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  gap: 8px;
  padding: 8px 18px;
  background: linear-gradient(135deg, rgba(89, 87, 238, 0.2), rgba(183, 148, 246, 0.2));
  border: 1px solid rgba(89, 87, 238, 0.3);
  border-radius: 24px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #b794f6;
  margin-bottom: 24px;
}
.services-badge svg {
  width: 16px;
  height: 16px;
  color: #b794f6;
}

.services-intro {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 60px;
}
.services-intro p {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
}
.services-intro p:last-child {
  margin-bottom: 0;
}

.services-cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (min-width: 700px) {
  .services-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .services-cards-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

.service-card {
  backdrop-filter: blur(20px) saturate(120%);
  -webkit-backdrop-filter: blur(20px) saturate(120%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 28px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(89, 87, 238, 0.05), rgba(250, 212, 197, 0.05));
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 20px;
}
.service-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #5957ee, #b794f6, #fad4c5);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
}
.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(89, 87, 238, 0.3);
  box-shadow: 0 8px 32px rgba(89, 87, 238, 0.3), 0 4px 16px rgba(183, 148, 246, 0.2);
}
.service-card:hover::before {
  opacity: 1;
}
.service-card:hover::after {
  transform: scaleX(1);
}
.service-card:hover .service-card-icon {
  transform: scale(1.1) rotate(-8deg);
  background: linear-gradient(135deg, #5957ee, #b794f6);
  box-shadow: 0 8px 24px rgba(89, 87, 238, 0.4);
}
.service-card:hover .service-card-icon svg {
  color: #fff;
}
.service-card:hover .service-card-title {
  background: linear-gradient(135deg, #5957ee, #b794f6, #fad4c5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.service-card:hover .service-card-btn {
  background: linear-gradient(135deg, #6a68f0, #c5a4f8);
  transform: translateX(4px);
}
.service-card:hover .service-card-btn svg {
  transform: translateX(4px);
}

.service-card-icon {
  width: 72px;
  height: 72px;
  background: rgba(89, 87, 238, 0.15);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
}
.service-card-icon svg {
  color: #b794f6;
  transition: color 0.3s ease;
}

.service-card-badge {
  display: inline-block;
  padding: 6px 14px;
  background: linear-gradient(135deg, rgba(89, 87, 238, 0.2), rgba(183, 148, 246, 0.2));
  border: 1px solid rgba(89, 87, 238, 0.3);
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #b794f6;
  margin-bottom: 20px;
  text-transform: uppercase;
  width: fit-content;
  position: absolute;
  top: 50px;
  right: 28px;
  z-index: 1;
}

.service-card-title {
  word-break: break-all;
  font-size: 22px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.72);
  margin: 0 0 14px 0;
  position: relative;
  z-index: 1;
}

.service-card-description {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
  flex-grow: 1;
  position: relative;
  z-index: 1;
}

.service-card-features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
  position: relative;
  z-index: 1;
}
.service-card-features li {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  padding: 6px 0;
  position: relative;
  padding-left: 22px;
}
.service-card-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #b794f6;
  font-weight: 700;
  transition: all 0.3s ease;
}

.service-card:hover .service-card-features li::before {
  color: #fff;
  text-shadow: 0 0 8px rgba(89, 87, 238, 0.8), 0 0 12px rgba(183, 148, 246, 0.6);
}

.service-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 22px;
  background: linear-gradient(135deg, #5957ee, #b794f6);
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  border-radius: 12px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: fit-content;
  position: relative;
  z-index: 1;
}
.service-card-btn svg {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.slider-container {
  z-index: 3;
  position: relative;
  width: 2000px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 10px;
  padding: 20px 20px 40px 20px;
}
.slider-container .slider {
  display: flex;
  gap: 20px;
  white-space: nowrap;
  animation: slide 19s linear infinite;
}
.slider-container .slider:hover .slide {
  opacity: 0.55;
  transition: 200ms;
}
.slider-container .slider p {
  margin-top: 0;
}
.slider-container .slider a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}
.slider-container .slider .slide {
  min-width: 200px;
  height: 140px;
  backdrop-filter: blur(20px);
  color: rgba(255, 255, 255, 0.72);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.slider-container .slider .slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #5957ee, #b794f6, #fad4c5);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.slider-container .slider .slide .slide-icon {
  width: 48px;
  height: 48px;
  background: rgba(89, 87, 238, 0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  margin-left: auto;
  margin-right: auto;
}
.slider-container .slider .slide .slide-icon svg {
  color: #b794f6;
  transition: all 0.3s ease;
}
.slider-container .slider .slide p {
  font-weight: 600;
  font-size: 14px;
  margin: 0;
}
.slider-container .slider .slide:hover {
  transition: 200ms;
  transform: scale(1.05) translateY(-4px);
  opacity: 1 !important;
  cursor: pointer;
  border-color: rgba(89, 87, 238, 0.3);
  box-shadow: 0 8px 32px rgba(89, 87, 238, 0.3), 0 4px 16px rgba(183, 148, 246, 0.2);
}
.slider-container .slider .slide:hover::before {
  transform: scaleX(1);
}
.slider-container .slider .slide:hover .slide-icon {
  background: linear-gradient(135deg, #5957ee, #b794f6);
  transform: scale(1.1);
}
.slider-container .slider .slide:hover .slide-icon svg {
  color: #fff;
  transform: rotate(-8deg);
}

.container-processus {
  width: 80%;
  z-index: 3;
  position: relative;
  padding-top: 180px;
  margin-left: 10%;
  color: rgba(255, 255, 255, 0.72);
  padding-bottom: 80px;
}
@media (min-width: 1000px) {
  .container-processus {
    width: 60%;
    margin-left: 20%;
  }
}

.processus-timeline {
  position: relative;
  margin-top: 60px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .processus-timeline {
    padding: 0 40px 0 120px;
  }
}

.timeline-line {
  position: absolute;
  left: 46px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .timeline-line {
    display: none;
  }
  .timeline-line .step-content {
    opacity: 1 !important;
  }
}
@media screen and (min-width: 768px) {
  .timeline-line {
    left: 56px;
  }
}

.timeline-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: linear-gradient(180deg, #5957ee, #b794f6, #fad4c5);
  border-radius: 2px;
  transition: height 0.3s ease-out;
}

.processus-steps {
  position: relative;
}

.processus-step {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .processus-step {
    margin-bottom: 60px;
  }
}
.processus-step:last-child {
  margin-bottom: 0;
}
.processus-step:not(:has(.step-number.active)) .step-content {
  opacity: 0.4;
}
.processus-step:has(.step-number.active) .step-content h3 {
  background: linear-gradient(135deg, #5957ee, #b794f6, #fad4c5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.step-number {
  position: absolute;
  left: -76px;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.3);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .step-number {
    display: flex;
    left: -96px;
    width: 60px;
    height: 60px;
    font-size: 26px;
  }
}
.step-number.active {
  color: #fff;
  background: linear-gradient(135deg, #5957ee, #b794f6);
  border-color: #b794f6;
  box-shadow: 0 0 20px rgba(89, 87, 238, 0.4);
}

.step-content {
  backdrop-filter: blur(20px) saturate(120%);
  -webkit-backdrop-filter: blur(20px) saturate(120%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 32px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.step-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(89, 87, 238, 0.05), rgba(250, 212, 197, 0.05));
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 16px;
}
.step-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #5957ee, #b794f6, #fad4c5);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
}
@media screen and (max-width: 500px) {
  .step-content h3::before {
    display: none !important;
  }
  .step-content svg {
    display: none !important;
  }
}
.step-content:hover {
  transform: translateY(-8px);
  border-color: rgba(89, 87, 238, 0.3);
  box-shadow: 0 8px 32px rgba(89, 87, 238, 0.3), 0 4px 16px rgba(183, 148, 246, 0.2);
}
.step-content:hover::before {
  opacity: 1;
}
.step-content:hover::after {
  transform: scaleX(1);
}
.step-content:hover h3 svg {
  background: linear-gradient(135deg, #5957ee, #b794f6);
  transform: scale(1.1) rotate(-8deg);
  stroke: #fff;
}
.step-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.72);
  margin: 0 0 12px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  word-break: break-all;
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (min-width: 768px) {
  .step-content h3 {
    font-size: 22px;
  }
}
.step-content h3::before {
  content: attr(data-step);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, rgba(89, 87, 238, 0.2), rgba(183, 148, 246, 0.2));
  border: 1px solid rgba(89, 87, 238, 0.3);
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  color: #b794f6;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .step-content h3::before {
    display: none;
  }
}
.step-content h3 svg {
  flex-shrink: 0;
  stroke: #b794f6;
  width: 40px;
  height: 40px;
  padding: 10px;
  background: rgba(89, 87, 238, 0.15);
  border-radius: 10px;
  transition: all 0.3s ease;
}
.step-content p {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}
@media screen and (min-width: 768px) {
  .step-content p {
    font-size: 16px;
  }
}

.container-processus .container-processus-step {
  margin-top: 30px;
  display: grid;
}
@media (min-width: 700px) {
  .container-processus .container-processus-step {
    grid-template-columns: [a] 1fr [b] 1fr [c];
    grid-template-rows: [a] 1fr [b] 50px [c] 1fr [d] 50px [e] 1fr [f] 50px [g] 1fr [h] 50px [i] 1fr [j] 50px [k] 1fr [l];
    grid-gap: 0;
  }
}
.container-processus .container-processus-step .trait {
  width: 3px;
  justify-self: center;
  height: 50px;
  background: -moz-linear-gradient(30deg, #fad4c5 0%, #5957ee 100%);
  background: -webkit-linear-gradient(30deg, #fad4c5 0%, #5957ee 100%);
  background: linear-gradient(30deg, #fad4c5 0%, #5957ee 100%);
  text-shadow: 1px 1px 18px black;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fad4c5",endColorstr="#5957ee",GradientType=1);
}
.container-processus .container-processus-step .container-processus-step-card {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: auto;
  padding: 2px;
  background: #c5eafa;
  border-radius: 8px;
  box-shadow: 0 0 10px black;
  background: -moz-linear-gradient(30deg, #fad4c5 0%, #5957ee 100%);
  background: -webkit-linear-gradient(30deg, #fad4c5 0%, #5957ee 100%);
  background: linear-gradient(30deg, #fad4c5 0%, #5957ee 100%);
  text-shadow: 1px 1px 18px black;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fad4c5",endColorstr="#5957ee",GradientType=1);
}
.container-processus .container-processus-step .container-processus-step-card div {
  background: #2f2f2f;
  width: 100%;
  border-radius: 6px;
  height: 100%;
  display: flex;
  padding: 30px;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.container-processus .container-processus-step .container-processus-step-card div p {
  margin-top: 15px;
}
@media screen and (min-width: 700px) {
  .container-processus .container-processus-step .container-processus-step-card {
    width: 100%;
  }
  .container-processus .container-processus-step .trait1 {
    grid-row: b/c;
    grid-column: b/c;
    justify-self: start;
    align-self: center;
    height: 60px;
    z-index: 2;
    transform: rotate(-25deg) !important;
  }
  .container-processus .container-processus-step .trait2 {
    grid-row: d/e;
    grid-column: a/b;
    justify-self: end;
    align-self: center;
    height: 60px;
    z-index: 2;
    transform: rotate(25deg) !important;
  }
  .container-processus .container-processus-step .trait3 {
    grid-row: f/g;
    grid-column: b/c;
    justify-self: start;
    align-self: center;
    height: 60px;
    z-index: 2;
    transform: rotate(-25deg) !important;
  }
  .container-processus .container-processus-step .trait4 {
    grid-row: h/i;
    grid-column: a/b;
    justify-self: end;
    align-self: center;
    height: 60px;
    z-index: 2;
    transform: rotate(25deg) !important;
  }
  .container-processus .container-processus-step .trait5 {
    grid-row: j/k;
    grid-column: b/c;
    justify-self: start;
    align-self: center;
    height: 60px;
    z-index: 2;
    transform: rotate(-25deg) !important;
  }
  .container-processus .container-processus-step .container-processus-step-card-1 {
    grid-row: a/b;
    grid-column: a/b;
    justify-self: start;
    align-self: center;
  }
  .container-processus .container-processus-step .container-processus-step-card-2 {
    grid-row: c/d;
    grid-column: b/c;
    justify-self: end;
    align-self: center;
  }
  .container-processus .container-processus-step .container-processus-step-card-3 {
    grid-row: e/f;
    grid-column: a/b;
    justify-self: start;
    align-self: center;
  }
  .container-processus .container-processus-step .container-processus-step-card-4 {
    grid-row: g/h;
    grid-column: b/c;
    justify-self: end;
    align-self: center;
  }
  .container-processus .container-processus-step .container-processus-step-card-5 {
    grid-row: i/j;
    grid-column: a/b;
    justify-self: start;
    align-self: center;
  }
  .container-processus .container-processus-step .container-processus-step-card-6 {
    grid-row: k/l;
    grid-column: b/c;
    justify-self: end;
    align-self: center;
  }
}

.processus-aura1 {
  position: absolute;
  top: 15%;
  left: 8%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle at center, rgba(89, 87, 238, 0.25) 0%, rgba(183, 148, 246, 0.15) 30%, rgba(250, 212, 197, 0.1) 50%, transparent 70%);
  animation: aura-pulse 8s ease-in-out infinite;
  filter: blur(60px);
  opacity: 0.7;
  pointer-events: none;
  z-index: 0;
}

.processus-aura2 {
  position: absolute;
  top: 55%;
  right: 5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle at center, rgba(250, 212, 197, 0.25) 0%, rgba(89, 87, 238, 0.12) 40%, transparent 70%);
  animation: aura-pulse 10s ease-in-out infinite reverse;
  filter: blur(50px);
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}

.processus-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
.processus-particles .particle {
  position: absolute;
  width: 6px;
  height: 6px;
  background: linear-gradient(135deg, #fad4c5, #5957ee);
  border-radius: 50%;
  opacity: 0.3;
}
.processus-particles .particle:nth-child(1) {
  top: 10%;
  left: 18%;
  animation: particle-float 8s ease-in-out infinite;
}
.processus-particles .particle:nth-child(2) {
  top: 38%;
  right: 22%;
  animation: particle-float 6s ease-in-out infinite 1s;
}
.processus-particles .particle:nth-child(3) {
  top: 75%;
  left: 28%;
  animation: particle-float 7s ease-in-out infinite 2s;
}
.processus-particles .particle:nth-child(4) {
  top: 20%;
  right: 28%;
  animation: particle-float 9s ease-in-out infinite 0.5s;
}
.processus-particles .particle:nth-child(5) {
  top: 58%;
  left: 58%;
  animation: particle-float 8s ease-in-out infinite 1.5s;
}
.processus-particles .particle:nth-child(6) {
  top: 12%;
  left: 50%;
  animation: particle-float 7s ease-in-out infinite 0.8s;
}
.processus-particles .particle:nth-child(7) {
  top: 68%;
  right: 15%;
  animation: particle-float 8s ease-in-out infinite 2.5s;
}
.processus-particles .particle:nth-child(8) {
  top: 45%;
  left: 12%;
  animation: particle-float 9s ease-in-out infinite 1.2s;
}
.processus-particles .particle:nth-child(9) {
  top: 82%;
  left: 52%;
  animation: particle-float 6s ease-in-out infinite 3s;
}
.processus-particles .particle:nth-child(10) {
  top: 25%;
  right: 12%;
  animation: particle-float 7s ease-in-out infinite 0.3s;
}
.processus-particles .particle:nth-child(11) {
  top: 52%;
  left: 35%;
  animation: particle-float 8s ease-in-out infinite 2s;
}
.processus-particles .particle:nth-child(12) {
  top: 42%;
  right: 48%;
  animation: particle-float 9s ease-in-out infinite 1.8s;
}

.processus-header {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.processus-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  background: linear-gradient(135deg, rgba(89, 87, 238, 0.2), rgba(183, 148, 246, 0.2));
  border: 1px solid rgba(89, 87, 238, 0.3);
  border-radius: 24px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #b794f6;
  margin-bottom: 20px;
}
.processus-badge svg {
  color: #b794f6;
}

.processus-intro {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 60px;
  position: relative;
  z-index: 1;
}
.processus-intro p {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .processus-intro p {
    font-size: 16px;
  }
}

/* EOF PROCESSUS */
/* EOF PROCESSUS */
/* PORTFOLIO */
/* PORTFOLIO */
.container-portfolio {
  z-index: 3;
  position: relative;
  width: 80%;
  padding-top: 180px;
  margin-left: 10%;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
}
@media (min-width: 1000px) {
  .container-portfolio {
    width: 60%;
    margin-left: 20%;
  }
}
.container-portfolio .portfolio-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 18px;
  background: linear-gradient(135deg, rgba(89, 87, 238, 0.2), rgba(183, 148, 246, 0.2));
  border: 1px solid rgba(89, 87, 238, 0.3);
  border-radius: 24px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #b794f6;
  margin-bottom: 20px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.container-portfolio .portfolio-badge svg {
  width: 14px;
  height: 14px;
  stroke: #b794f6;
}

.container-portfolio-card {
  display: grid;
  margin-top: 60px;
  grid-gap: 30px;
}
@media screen and (min-width: 800px) {
  .container-portfolio-card {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1500px) {
  .container-portfolio-card {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1800px) {
  .container-portfolio-card {
    grid-template-columns: repeat(3, 1fr);
  }
}
.container-portfolio-card .portfolio-card {
  position: relative;
  padding: 32px;
  backdrop-filter: blur(20px) saturate(120%);
  -webkit-backdrop-filter: blur(20px) saturate(120%);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  min-height: 380px;
  text-align: left;
  overflow: hidden;
}
.container-portfolio-card .portfolio-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #5957ee, #b794f6, #fad4c5);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
}
.container-portfolio-card .portfolio-card:hover {
  transform: translateY(-8px) !important;
  border-color: rgba(89, 87, 238, 0.3) !important;
  box-shadow: 0 8px 32px rgba(89, 87, 238, 0.3), 0 4px 16px rgba(183, 148, 246, 0.2) !important;
}
.container-portfolio-card .portfolio-card:hover::before {
  opacity: 1;
}
.container-portfolio-card .portfolio-card:hover::after {
  transform: scaleX(1);
}
.container-portfolio-card .portfolio-card:hover .portfolio-card-icon {
  background: linear-gradient(135deg, #5957ee, #b794f6);
  transform: scale(1.1) rotate(-8deg);
}
.container-portfolio-card .portfolio-card:hover .portfolio-card-icon svg {
  stroke: #fff;
}
.container-portfolio-card .portfolio-card:hover .portfolio-card-number {
  background: linear-gradient(135deg, #5957ee 0%, #b794f6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.container-portfolio-card .portfolio-card .portfolio-card-icon {
  width: 64px;
  height: 64px;
  background: rgba(89, 87, 238, 0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: all 0.3s ease;
}
.container-portfolio-card .portfolio-card .portfolio-card-icon svg {
  width: 32px;
  height: 32px;
  stroke: #b794f6;
}
.container-portfolio-card .portfolio-card .portfolio-card-number {
  position: absolute;
  top: 32px;
  right: 32px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.05);
  line-height: 1;
}
.container-portfolio-card .portfolio-card h3 {
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 16px;
  font-weight: 600;
}
.container-portfolio-card .portfolio-card p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin-bottom: 24px;
  flex-grow: 1;
}
.container-portfolio-card .portfolio-card .portfolio-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: linear-gradient(135deg, #5957ee 0%, #b794f6 100%);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  align-self: flex-start;
}
.container-portfolio-card .portfolio-card .portfolio-card-link svg {
  width: 16px;
  height: 16px;
  stroke: rgba(255, 255, 255, 0.72);
  transition: transform 0.3s ease;
}
.container-portfolio-card .portfolio-card .portfolio-card-link:hover {
  background: linear-gradient(135deg, #6e6bff 0%, #c5a5ff 100%);
  transform: scale(1.02);
  box-shadow: 0 8px 20px rgba(89, 87, 238, 0.3);
}
.container-portfolio-card .portfolio-card .portfolio-card-link:hover svg {
  transform: translate(2px, -2px);
}

.portfolio-aura1 {
  position: absolute;
  top: 15%;
  left: 8%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle at center, rgba(89, 87, 238, 0.25) 0%, rgba(183, 148, 246, 0.15) 30%, rgba(250, 212, 197, 0.1) 50%, transparent 70%);
  animation: aura-pulse 8s ease-in-out infinite;
  filter: blur(60px);
  opacity: 0.7;
  pointer-events: none;
  z-index: 0;
}

.portfolio-aura2 {
  position: absolute;
  top: 55%;
  right: 5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle at center, rgba(250, 212, 197, 0.25) 0%, rgba(89, 87, 238, 0.12) 40%, transparent 70%);
  animation: aura-pulse 10s ease-in-out infinite reverse;
  filter: blur(50px);
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}

.portfolio-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
.portfolio-particles .particle {
  position: absolute;
  width: 6px;
  height: 6px;
  background: linear-gradient(135deg, #fad4c5, #5957ee);
  border-radius: 50%;
  opacity: 0.3;
}
.portfolio-particles .particle:nth-child(1) {
  top: 10%;
  left: 18%;
  animation: particle-float 8s ease-in-out infinite;
}
.portfolio-particles .particle:nth-child(2) {
  top: 38%;
  right: 22%;
  animation: particle-float 6s ease-in-out infinite 1s;
}
.portfolio-particles .particle:nth-child(3) {
  top: 75%;
  left: 28%;
  animation: particle-float 7s ease-in-out infinite 2s;
}
.portfolio-particles .particle:nth-child(4) {
  top: 20%;
  right: 28%;
  animation: particle-float 9s ease-in-out infinite 0.5s;
}
.portfolio-particles .particle:nth-child(5) {
  top: 58%;
  left: 58%;
  animation: particle-float 8s ease-in-out infinite 1.5s;
}
.portfolio-particles .particle:nth-child(6) {
  top: 12%;
  left: 50%;
  animation: particle-float 7s ease-in-out infinite 0.8s;
}
.portfolio-particles .particle:nth-child(7) {
  top: 68%;
  right: 15%;
  animation: particle-float 8s ease-in-out infinite 2.5s;
}
.portfolio-particles .particle:nth-child(8) {
  top: 42%;
  left: 12%;
  animation: particle-float 6s ease-in-out infinite 1.2s;
}
.portfolio-particles .particle:nth-child(9) {
  top: 85%;
  right: 35%;
  animation: particle-float 9s ease-in-out infinite 0.3s;
}
.portfolio-particles .particle:nth-child(10) {
  top: 25%;
  left: 72%;
  animation: particle-float 7s ease-in-out infinite 1.8s;
}
.portfolio-particles .particle:nth-child(11) {
  top: 55%;
  right: 48%;
  animation: particle-float 8s ease-in-out infinite 2.2s;
}
.portfolio-particles .particle:nth-child(12) {
  top: 15%;
  left: 35%;
  animation: particle-float 6s ease-in-out infinite 0.6s;
}

/* EOF PORTFOLIO */
/* EOF PORTFOLIO */
/* RAPPEL */
/* RAPPEL */
/* RAPPEL */
/* RAPPEL */
.container-rappel {
  position: relative;
  width: 80%;
  margin-left: 10%;
  padding: 80px 0;
  color: rgba(255, 255, 255, 0.72);
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  .container-rappel {
    width: 60%;
    margin-left: 20%;
  }
}
.container-rappel .rappel-content {
  position: relative;
  z-index: 3;
  width: 100%;
  margin: 0 auto;
  padding: 40px 32px;
  text-align: center;
  backdrop-filter: blur(20px) saturate(120%);
  -webkit-backdrop-filter: blur(20px) saturate(120%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
}
@media screen and (min-width: 768px) {
  .container-rappel .rappel-content {
    padding: 50px 48px;
  }
}
.container-rappel .rappel-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-transform: uppercase;
  padding: 8px 18px;
  background: linear-gradient(135deg, rgba(89, 87, 238, 0.2), rgba(183, 148, 246, 0.2));
  border: 1px solid rgba(89, 87, 238, 0.3);
  border-radius: 24px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #b794f6;
  margin-bottom: 20px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.container-rappel .rappel-badge svg {
  width: 14px;
  height: 14px;
  stroke: #b794f6;
}
.container-rappel h2 {
  font-size: 26px;
  line-height: 1.1;
  margin-bottom: 24px;
  font-weight: 700;
}
.container-rappel .rappel-text p {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .container-rappel .rappel-text p {
    font-size: 16px;
  }
}
.container-rappel .rappel-text p:last-child {
  margin-bottom: 0;
}
.container-rappel .rappel-text p strong {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 600;
}
.container-rappel .rappel-buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  margin-top: 32px;
}
@media screen and (min-width: 600px) {
  .container-rappel .rappel-buttons {
    flex-direction: row;
    justify-content: center;
    gap: 20px;
  }
}
.container-rappel .rappel-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: linear-gradient(135deg, #fad4c5 0%, #5957ee 100%);
  border-radius: 50px;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(89, 87, 238, 0.3);
}
.container-rappel .rappel-btn-primary svg {
  width: 20px;
  height: 20px;
  stroke: rgba(255, 255, 255, 0.72);
  transition: transform 0.3s ease;
}
.container-rappel .rappel-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(89, 87, 238, 0.4);
}
.container-rappel .rappel-btn-primary:hover svg {
  transform: translateX(4px);
}
.container-rappel .rappel-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
}
.container-rappel .rappel-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(89, 87, 238, 0.5);
  transform: translateY(-2px);
}

.rappel-aura1 {
  position: absolute;
  top: 20%;
  left: 10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle at center, rgba(89, 87, 238, 0.3) 0%, rgba(183, 148, 246, 0.2) 30%, rgba(250, 212, 197, 0.12) 50%, transparent 70%);
  animation: aura-pulse 8s ease-in-out infinite;
  filter: blur(60px);
  opacity: 0.8;
  pointer-events: none;
  z-index: 0;
}

.rappel-aura2 {
  position: absolute;
  bottom: 10%;
  right: 10%;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle at center, rgba(250, 212, 197, 0.3) 0%, rgba(89, 87, 238, 0.15) 40%, transparent 70%);
  animation: aura-pulse 10s ease-in-out infinite reverse;
  filter: blur(50px);
  opacity: 0.6;
  pointer-events: none;
  z-index: 0;
}

.rappel-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.rappel-particles .particle {
  position: absolute;
  width: 6px;
  height: 6px;
  background: linear-gradient(135deg, #fad4c5, #5957ee);
  border-radius: 50%;
  opacity: 0.4;
}
.rappel-particles .particle:nth-child(1) {
  top: 15%;
  left: 15%;
  animation: particle-float 8s ease-in-out infinite;
}
.rappel-particles .particle:nth-child(2) {
  top: 35%;
  right: 20%;
  animation: particle-float 6s ease-in-out infinite 1s;
}
.rappel-particles .particle:nth-child(3) {
  top: 70%;
  left: 25%;
  animation: particle-float 7s ease-in-out infinite 2s;
}
.rappel-particles .particle:nth-child(4) {
  top: 25%;
  right: 30%;
  animation: particle-float 9s ease-in-out infinite 0.5s;
}
.rappel-particles .particle:nth-child(5) {
  top: 55%;
  left: 55%;
  animation: particle-float 8s ease-in-out infinite 1.5s;
}
.rappel-particles .particle:nth-child(6) {
  top: 18%;
  left: 48%;
  animation: particle-float 7s ease-in-out infinite 0.8s;
}
.rappel-particles .particle:nth-child(7) {
  top: 65%;
  right: 18%;
  animation: particle-float 8s ease-in-out infinite 2.5s;
}
.rappel-particles .particle:nth-child(8) {
  top: 40%;
  left: 12%;
  animation: particle-float 6s ease-in-out infinite 1.2s;
}
.rappel-particles .particle:nth-child(9) {
  top: 80%;
  right: 32%;
  animation: particle-float 9s ease-in-out infinite 0.3s;
}
.rappel-particles .particle:nth-child(10) {
  top: 28%;
  left: 68%;
  animation: particle-float 7s ease-in-out infinite 1.8s;
}
.rappel-particles .particle:nth-child(11) {
  top: 50%;
  right: 45%;
  animation: particle-float 8s ease-in-out infinite 2.2s;
}
.rappel-particles .particle:nth-child(12) {
  top: 12%;
  left: 38%;
  animation: particle-float 6s ease-in-out infinite 0.6s;
}

/* EOF RAPPEL */
/* EOF RAPPEL */
/* FAQ */
/* FAQ */
.container-faq {
  z-index: 3;
  position: relative;
  width: 80%;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 100px;
  padding-top: 180px;
  margin-left: 10%;
}
@media screen and (min-width: 1000px) {
  .container-faq {
    width: 60%;
    margin-left: 20%;
  }
}
.container-faq h2 {
  text-align: center;
  font-size: 26px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.container-faq > p {
  text-align: center;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 60px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .container-faq > p {
    font-size: 16px;
  }
}
.container-faq .faq-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 18px;
  background: linear-gradient(135deg, rgba(89, 87, 238, 0.2), rgba(183, 148, 246, 0.2));
  border: 1px solid rgba(89, 87, 238, 0.3);
  border-radius: 24px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #b794f6;
  margin-bottom: 20px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.container-faq .faq-badge svg {
  color: #b794f6;
}
.container-faq #container-faq-1 {
  margin-top: 30px;
}
.container-faq > article {
  margin-top: 20px;
  border-radius: 16px;
  backdrop-filter: blur(20px) saturate(120%);
  -webkit-backdrop-filter: blur(20px) saturate(120%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 24px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.container-faq > article::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(89, 87, 238, 0.05), rgba(250, 212, 197, 0.05));
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 16px;
}
.container-faq > article .text-faq {
  margin-top: 20px;
  font-weight: 600;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
}
.container-faq > article:hover {
  cursor: pointer;
  border-color: rgba(89, 87, 238, 0.3);
}
.container-faq > article:hover::before {
  opacity: 1;
}
.container-faq > article h3 {
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  font-weight: 400;
  padding-right: 40px;
}
@media screen and (min-width: 768px) {
  .container-faq > article h3 {
    font-size: 18px;
  }
}
.container-faq > article h3 .faq-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(89, 87, 238, 0.15);
  border-radius: 10px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.container-faq > article h3 .faq-icon svg {
  width: 20px;
  height: 20px;
  stroke: #b794f6;
  stroke-width: 2;
}
.container-faq > article h3::after {
  content: "";
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  background: rgba(89, 87, 238, 0.15);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: var(--image-url, url("media/plus-sign.png"));
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease, transform 0.3s ease;
}

/* EOF FAQ */
/* EOF FAQ */
/* FOOTER */
/* FOOTER */
footer {
  z-index: 3;
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 0 0;
  background-color: rgba(61, 61, 61, 0.295);
}
footer .footer-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px 60px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 48px;
}
@media screen and (min-width: 768px) {
  footer .footer-container {
    grid-template-columns: 2fr 1fr 1fr 1fr;
  }
}
footer .footer-container .footer-container-other {
  grid-column: 1/-1;
  margin-top: 16px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}
footer .footer-container .footer-container-other nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 24px;
}
footer .footer-container .footer-container-other nav ul li {
  font-size: 12px;
  list-style: none;
}
footer .footer-container .footer-container-other nav ul li a {
  color: rgba(255, 255, 255, 0.72);
  transition: color 0.3s ease;
}
footer .footer-container .footer-container-other nav ul li a:hover {
  color: #b794f6;
  text-decoration: underline;
}
footer .footer-container .footer-brand .footer-logo {
  width: 180px;
  margin-bottom: 20px;
}
footer .footer-container .footer-brand p {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 24px;
}
footer .footer-container .footer-brand .footer-social {
  display: flex;
  gap: 12px;
}
footer .footer-container .footer-brand .footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(89, 87, 238, 0.1);
  border: 1px solid rgba(89, 87, 238, 0.2);
  border-radius: 10px;
  transition: all 0.3s ease;
}
footer .footer-container .footer-brand .footer-social a svg {
  stroke: #b794f6;
  transition: stroke 0.3s ease;
}
footer .footer-container .footer-brand .footer-social a:hover {
  background: rgba(89, 87, 238, 0.2);
  border-color: rgba(89, 87, 238, 0.4);
  transform: translateY(-2px);
}
footer .footer-container .footer-brand .footer-social a:hover svg {
  stroke: rgba(255, 255, 255, 0.72);
}
footer .footer-container .footer-links h3,
footer .footer-container .footer-info h3,
footer .footer-container .footer-contact h3 {
  font-size: 16px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 20px;
}
footer .footer-container .footer-links ul,
footer .footer-container .footer-info ul,
footer .footer-container .footer-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-container .footer-links ul li,
footer .footer-container .footer-info ul li,
footer .footer-container .footer-contact ul li {
  margin-bottom: 12px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .footer-container .footer-links ul li svg,
footer .footer-container .footer-info ul li svg,
footer .footer-container .footer-contact ul li svg {
  flex-shrink: 0;
  stroke: #b794f6;
}
footer .footer-container .footer-links ul li a,
footer .footer-container .footer-info ul li a,
footer .footer-container .footer-contact ul li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.3s ease;
}
footer .footer-container .footer-links ul li a:hover,
footer .footer-container .footer-info ul li a:hover,
footer .footer-container .footer-contact ul li a:hover {
  color: rgba(255, 255, 255, 0.72);
}
footer .footer-container .footer-links ul li span,
footer .footer-container .footer-info ul li span,
footer .footer-container .footer-contact ul li span {
  color: rgba(255, 255, 255, 0.7);
}
footer .footer-newsletter {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  padding: 40px 0;
}
footer .footer-newsletter .newsletter-content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}
footer .footer-newsletter .newsletter-content h3 {
  font-size: 24px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 8px;
}
footer .footer-newsletter .newsletter-content > p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 24px;
}
footer .footer-newsletter .newsletter-content form {
  max-width: 500px;
  margin: 0 auto;
}
footer .footer-newsletter .newsletter-content form .newsletter-input-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 6px 6px 6px 16px;
  gap: 12px;
  flex-wrap: wrap;
}
@media screen and (min-width: 500px) {
  footer .footer-newsletter .newsletter-content form .newsletter-input-wrapper {
    flex-wrap: nowrap;
  }
}
footer .footer-newsletter .newsletter-content form .newsletter-input-wrapper svg {
  flex-shrink: 0;
  stroke: #b794f6;
}
footer .footer-newsletter .newsletter-content form .newsletter-input-wrapper input {
  flex: 1;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  outline: none;
  min-width: 150px;
}
footer .footer-newsletter .newsletter-content form .newsletter-input-wrapper input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
footer .footer-newsletter .newsletter-content form .newsletter-input-wrapper button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: linear-gradient(135deg, #5957ee, #b794f6);
  border: none;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
footer .footer-newsletter .newsletter-content form .newsletter-input-wrapper button svg {
  stroke: rgba(255, 255, 255, 0.72);
  transition: transform 0.3s ease;
}
footer .footer-newsletter .newsletter-content form .newsletter-input-wrapper button:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 12px rgba(89, 87, 238, 0.3);
}
footer .footer-newsletter .newsletter-content form .newsletter-input-wrapper button:hover svg {
  transform: translateX(2px);
}
footer .footer-newsletter .newsletter-content form .newsletter-input-wrapper button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
footer .footer-newsletter .newsletter-content form .newsletter-input-wrapper button .spinner {
  animation: spin 1s linear infinite;
}
footer .footer-newsletter .newsletter-content form .newsletter-message {
  margin-top: 16px;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  opacity: 0;
  transform: translateY(-10px);
  animation: slideIn 0.3s ease forwards;
}
footer .footer-newsletter .newsletter-content form .newsletter-message.success {
  background: rgba(34, 197, 94, 0.15);
  border: 1px solid rgba(34, 197, 94, 0.3);
  color: #22c55e;
}
footer .footer-newsletter .newsletter-content form .newsletter-message.error {
  background: rgba(239, 68, 68, 0.15);
  border: 1px solid rgba(239, 68, 68, 0.3);
  color: #ef4444;
}
footer .footer-bottom {
  position: relative;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
footer .footer-bottom .footer-bottom-content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
footer .footer-bottom .footer-bottom-content p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}
footer .footer-bottom .footer-bottom-content .footer-made-with {
  display: flex;
  align-items: center;
  gap: 6px;
}
footer .footer-bottom .footer-bottom-content .footer-made-with svg {
  animation: heartbeat 1.5s ease-in-out infinite;
}
footer .footer-bottom #scroll-to-top {
  position: fixed;
  bottom: 32px;
  right: 32px;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #5957ee, #b794f6);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(89, 87, 238, 0.3);
  transition: all 0.3s ease;
  z-index: 1000;
}
footer .footer-bottom #scroll-to-top svg {
  stroke: rgba(255, 255, 255, 0.72);
}
footer .footer-bottom #scroll-to-top:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(89, 87, 238, 0.4);
}

/* EOF FOOTER */
/* EOF FOOTER */
/* CONTACT */
/* CONTACT */
.main-contact {
  position: relative;
  overflow: hidden;
}
.main-contact .container-contact {
  position: relative;
  z-index: 3;
  width: 80%;
  margin-left: 10%;
  padding-top: 180px;
  padding-bottom: 80px;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .main-contact .container-contact {
    width: 60%;
    margin-left: 20%;
  }
}
.main-contact .container-contact .contact-header-particles {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 300px;
  pointer-events: none;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .main-contact .container-contact .contact-header-particles {
    width: 1000px;
    height: 350px;
  }
}
.main-contact .container-contact .contact-header-particles .header-particle {
  position: absolute;
  width: 6px;
  height: 6px;
  background: rgba(89, 87, 238, 0.7);
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(89, 87, 238, 0.6);
  animation: particle-float 6s ease-in-out infinite;
}
.main-contact .container-contact .contact-header-particles .header-particle:nth-child(1) {
  top: 20%;
  left: 10%;
  animation-delay: 0s;
  animation-duration: 5s;
}
.main-contact .container-contact .contact-header-particles .header-particle:nth-child(2) {
  top: 40%;
  left: 85%;
  animation-delay: 1s;
  animation-duration: 6s;
  background: rgba(183, 148, 246, 0.7);
  box-shadow: 0 0 15px rgba(183, 148, 246, 0.6);
}
.main-contact .container-contact .contact-header-particles .header-particle:nth-child(3) {
  top: 60%;
  left: 20%;
  animation-delay: 2s;
  animation-duration: 7s;
}
.main-contact .container-contact .contact-header-particles .header-particle:nth-child(4) {
  top: 80%;
  left: 75%;
  animation-delay: 0.5s;
  animation-duration: 5.5s;
  background: rgba(250, 212, 197, 0.7);
  box-shadow: 0 0 15px rgba(250, 212, 197, 0.6);
}
.main-contact .container-contact .contact-header-aura {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  height: 300px;
  background: radial-gradient(ellipse, rgba(89, 87, 238, 0.2) 0%, transparent 60%);
  filter: blur(40px);
  animation: aura-pulse 6s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .main-contact .container-contact .contact-header-aura {
    width: 700px;
    height: 400px;
  }
}
.main-contact .container-contact .contact-title-glow {
  position: relative;
  text-shadow: 0 0 20px rgba(89, 87, 238, 0.3), 0 0 40px rgba(89, 87, 238, 0.2), 0 0 60px rgba(89, 87, 238, 0.1);
  /* Pas d'animation sur text-shadow - utiliser pseudo-element à la place */
}

/* Effet de glow animé via pseudo-element GPU-optimisé */
.main-contact .container-contact .contact-title-glow::before {
  content: '';
  position: absolute;
  inset: -10px;
  background: radial-gradient(circle at center, rgba(89, 87, 238, 0.2), transparent 70%);
  filter: blur(20px);
  opacity: 0.6;
  animation: title-glow-pulse 3s ease-in-out infinite;
  pointer-events: none;
  z-index: -1;
}

/* Animation GPU-friendly avec opacity et transform */
@keyframes title-glow-pulse {
  0%, 100% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
}
.main-contact .container-contact .contact-title-glow strong {
  background: linear-gradient(135deg, #5957ee 0%, #b794f6 50%, #fad4c5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: none;
}
.main-contact .container-contact .contact-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 18px;
  background: linear-gradient(135deg, rgba(89, 87, 238, 0.2), rgba(183, 148, 246, 0.2));
  border: 1px solid rgba(89, 87, 238, 0.3);
  border-radius: 24px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #b794f6;
  margin-bottom: 20px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.main-contact .container-contact .contact-badge svg {
  width: 14px;
  height: 14px;
  stroke: #b794f6;
}
.main-contact .container-contact h1 {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 24px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .main-contact .container-contact h1 {
    font-size: 30px;
  }
}
.main-contact .container-contact .contact-intro {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .main-contact .container-contact .contact-intro {
    font-size: 17px;
  }
}
.main-contact .container-contact .contact-content {
  margin-top: 48px;
  text-align: left;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media screen and (min-width: 1024px) {
  .main-contact .container-contact .contact-content {
    grid-template-columns: 1fr 400px;
    gap: 48px;
  }
}
.main-contact .container-contact .contact-form-section {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 32px;
  backdrop-filter: blur(20px);
}
@media screen and (min-width: 768px) {
  .main-contact .container-contact .contact-form-section {
    padding: 40px;
  }
}
.main-contact .container-contact .contact-info-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.main-contact .container-contact .contact-info-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 600px) {
  .main-contact .container-contact .contact-info-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .main-contact .container-contact .contact-info-cards {
    grid-template-columns: 1fr;
  }
}
.main-contact .container-contact .contact-card {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 24px;
  backdrop-filter: blur(20px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
.main-contact .container-contact .contact-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(89, 87, 238, 0.05), rgba(250, 212, 197, 0.05));
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 16px;
}
.main-contact .container-contact .contact-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #5957ee, #b794f6, #fad4c5);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
}
.main-contact .container-contact .contact-card:hover {
  transform: translateY(-8px) !important;
  border-color: rgba(89, 87, 238, 0.3) !important;
  box-shadow: 0 8px 32px rgba(89, 87, 238, 0.3), 0 4px 16px rgba(183, 148, 246, 0.2) !important;
}
.main-contact .container-contact .contact-card:hover::before {
  opacity: 1;
}
.main-contact .container-contact .contact-card:hover::after {
  transform: scaleX(1);
}
.main-contact .container-contact .contact-card .contact-card-icon {
  position: relative;
  z-index: 3;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(89, 87, 238, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.main-contact .container-contact .contact-card .contact-card-icon svg {
  width: 24px;
  height: 24px;
  stroke: #b794f6;
  transition: stroke 0.3s ease;
}
.main-contact .container-contact .contact-card:hover .contact-card-icon {
  background: linear-gradient(135deg, #5957ee 0%, #b794f6 100%);
  transform: scale(1.1) rotate(-8deg);
}
.main-contact .container-contact .contact-card:hover .contact-card-icon svg {
  stroke: white;
}
.main-contact .container-contact .contact-card h3 {
  position: relative;
  z-index: 3;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.72);
}
.main-contact .container-contact .contact-card p {
  position: relative;
  z-index: 3;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin: 4px 0;
}
.main-contact .container-contact .contact-card a {
  position: relative;
  z-index: 3;
  font-size: 14px;
  color: #b794f6;
  text-decoration: none;
  transition: color 0.3s ease;
  display: block;
}
.main-contact .container-contact .contact-card a:hover {
  color: #5957ee;
}
.main-contact .container-contact form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .main-contact .container-contact form {
    grid-template-columns: repeat(2, 1fr);
  }
}
.main-contact .container-contact form .form-group {
  display: flex;
  flex-direction: column;
}
.main-contact .container-contact form .form-group.form-group-full {
  grid-column: 1/-1;
}
.main-contact .container-contact form .form-group label {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 8px;
}
.main-contact .container-contact form .form-group label span {
  color: #b794f6;
}
.main-contact .container-contact form .form-group input,
.main-contact .container-contact form .form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  background: transparent;
  transition: all 0.3s ease;
}
.main-contact .container-contact form .form-group input::placeholder,
.main-contact .container-contact form .form-group textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.main-contact .container-contact form .form-group input:focus,
.main-contact .container-contact form .form-group textarea:focus {
  outline: none;
  border-color: rgba(89, 87, 238, 0.5);
  background: rgba(49, 49, 49, 0.95);
  box-shadow: 0 0 0 3px rgba(89, 87, 238, 0.1);
}
.main-contact .container-contact form .form-group textarea {
  resize: vertical;
  min-height: 120px;
  font-family: inherit;
}
.main-contact .container-contact form .contact-submit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: linear-gradient(135deg, #fad4c5 0%, #5957ee 100%);
  border: none;
  border-radius: 50px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(89, 87, 238, 0.3);
  width: fit-content;
}
.main-contact .container-contact form .contact-submit svg {
  width: 20px;
  height: 20px;
  stroke: rgba(255, 255, 255, 0.72);
  transition: transform 0.3s ease;
}
.main-contact .container-contact form .contact-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(89, 87, 238, 0.4);
}
.main-contact .container-contact form .contact-submit:hover svg {
  transform: translateX(3px) rotate(45deg);
}
.main-contact .container-contact form .error-message {
  display: block;
  margin-top: 6px;
  padding: 8px 12px;
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.3);
  border-radius: 6px;
  color: rgb(252, 165, 165);
  font-size: 13px;
  line-height: 1.4;
}
.main-contact .container-contact form .error-message:empty {
  display: none;
}
.main-contact .container-contact .success-message {
  padding: 16px 20px;
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.3);
  border-radius: 8px;
  color: rgb(34, 197, 94);
  font-size: 15px;
  margin-bottom: 24px;
}
.main-contact .container-contact .form-note {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 32px;
}
.main-contact .container-contact .form-note span {
  color: #b794f6;
}
.main-contact .container-contact .privacy-info {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
}
.main-contact .container-contact .privacy-info h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
  text-align: left;
}
.main-contact .container-contact .privacy-info p {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 12px;
  text-align: left;
}
.main-contact .container-contact .privacy-info p:last-child {
  margin-bottom: 0;
}
.main-contact .contact-aura1 {
  position: absolute;
  top: 20%;
  left: 5%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(89, 87, 238, 0.15) 0%, transparent 70%);
  filter: blur(60px);
  animation: aura-pulse 8s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}
.main-contact .contact-aura2 {
  position: absolute;
  top: 60%;
  right: 8%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(250, 212, 197, 0.12) 0%, transparent 70%);
  filter: blur(50px);
  animation: aura-pulse 10s ease-in-out infinite reverse;
  pointer-events: none;
  z-index: 1;
}
.main-contact .contact-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
}
.main-contact .contact-particles .particle {
  position: absolute;
  width: 6px;
  height: 6px;
  background: rgba(89, 87, 238, 0.6);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(89, 87, 238, 0.5);
  animation: particle-float 8s ease-in-out infinite;
}
.main-contact .contact-particles .particle:nth-child(1) {
  top: 10%;
  left: 15%;
  animation-delay: 0s;
  animation-duration: 7s;
}
.main-contact .contact-particles .particle:nth-child(2) {
  top: 25%;
  left: 80%;
  animation-delay: 1s;
  animation-duration: 8s;
  background: rgba(183, 148, 246, 0.6);
  box-shadow: 0 0 10px rgba(183, 148, 246, 0.5);
}
.main-contact .contact-particles .particle:nth-child(3) {
  top: 40%;
  left: 25%;
  animation-delay: 2s;
  animation-duration: 9s;
}
.main-contact .contact-particles .particle:nth-child(4) {
  top: 55%;
  left: 70%;
  animation-delay: 0.5s;
  animation-duration: 7.5s;
  background: rgba(250, 212, 197, 0.6);
  box-shadow: 0 0 10px rgba(250, 212, 197, 0.5);
}
.main-contact .contact-particles .particle:nth-child(5) {
  top: 70%;
  left: 40%;
  animation-delay: 1.5s;
  animation-duration: 8.5s;
}
.main-contact .contact-particles .particle:nth-child(6) {
  top: 85%;
  left: 85%;
  animation-delay: 2.5s;
  animation-duration: 7s;
  background: rgba(183, 148, 246, 0.6);
  box-shadow: 0 0 10px rgba(183, 148, 246, 0.5);
}
.main-contact .contact-particles .particle:nth-child(7) {
  top: 15%;
  left: 50%;
  animation-delay: 3s;
  animation-duration: 9s;
}
.main-contact .contact-particles .particle:nth-child(8) {
  top: 35%;
  left: 90%;
  animation-delay: 1.8s;
  animation-duration: 8s;
  background: rgba(250, 212, 197, 0.6);
  box-shadow: 0 0 10px rgba(250, 212, 197, 0.5);
}
.main-contact .contact-particles .particle:nth-child(9) {
  top: 60%;
  left: 10%;
  animation-delay: 2.2s;
  animation-duration: 7.5s;
}
.main-contact .contact-particles .particle:nth-child(10) {
  top: 80%;
  left: 60%;
  animation-delay: 0.8s;
  animation-duration: 8.5s;
  background: rgba(89, 87, 238, 0.6);
  box-shadow: 0 0 10px rgba(89, 87, 238, 0.5);
}
.main-contact .contact-particles .particle:nth-child(11) {
  top: 20%;
  left: 35%;
  animation-delay: 3.5s;
  animation-duration: 9s;
  background: rgba(183, 148, 246, 0.6);
  box-shadow: 0 0 10px rgba(183, 148, 246, 0.5);
}
.main-contact .contact-particles .particle:nth-child(12) {
  top: 50%;
  left: 55%;
  animation-delay: 1.2s;
  animation-duration: 7s;
}

.contact-aura1 {
  position: absolute;
  top: 10%;
  left: 5%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle at center, rgba(89, 87, 238, 0.25) 0%, rgba(183, 148, 246, 0.15) 30%, rgba(250, 212, 197, 0.1) 50%, transparent 70%);
  animation: aura-pulse 8s ease-in-out infinite;
  filter: blur(60px);
  opacity: 0.7;
  pointer-events: none;
  z-index: 0;
}

.contact-aura2 {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle at center, rgba(250, 212, 197, 0.25) 0%, rgba(89, 87, 238, 0.12) 40%, transparent 70%);
  animation: aura-pulse 10s ease-in-out infinite reverse;
  filter: blur(50px);
  opacity: 0.6;
  pointer-events: none;
  z-index: 0;
}

.contact-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.contact-particles .particle {
  position: absolute;
  width: 6px;
  height: 6px;
  background: linear-gradient(135deg, #fad4c5, #5957ee);
  border-radius: 50%;
  opacity: 0.3;
}
.contact-particles .particle:nth-child(1) {
  top: 12%;
  left: 15%;
  animation: particle-float 8s ease-in-out infinite;
}
.contact-particles .particle:nth-child(2) {
  top: 32%;
  right: 18%;
  animation: particle-float 6s ease-in-out infinite 1s;
}
.contact-particles .particle:nth-child(3) {
  top: 68%;
  left: 22%;
  animation: particle-float 7s ease-in-out infinite 2s;
}
.contact-particles .particle:nth-child(4) {
  top: 22%;
  right: 25%;
  animation: particle-float 9s ease-in-out infinite 0.5s;
}
.contact-particles .particle:nth-child(5) {
  top: 52%;
  left: 52%;
  animation: particle-float 8s ease-in-out infinite 1.5s;
}
.contact-particles .particle:nth-child(6) {
  top: 15%;
  left: 45%;
  animation: particle-float 7s ease-in-out infinite 0.8s;
}
.contact-particles .particle:nth-child(7) {
  top: 62%;
  right: 12%;
  animation: particle-float 8s ease-in-out infinite 2.5s;
}
.contact-particles .particle:nth-child(8) {
  top: 38%;
  left: 10%;
  animation: particle-float 6s ease-in-out infinite 1.2s;
}
.contact-particles .particle:nth-child(9) {
  top: 78%;
  right: 28%;
  animation: particle-float 9s ease-in-out infinite 0.3s;
}
.contact-particles .particle:nth-child(10) {
  top: 25%;
  left: 65%;
  animation: particle-float 7s ease-in-out infinite 1.8s;
}
.contact-particles .particle:nth-child(11) {
  top: 48%;
  right: 42%;
  animation: particle-float 8s ease-in-out infinite 2.2s;
}
.contact-particles .particle:nth-child(12) {
  top: 18%;
  left: 32%;
  animation: particle-float 6s ease-in-out infinite 0.6s;
}

/* EOF CONTACT */
/* EOF CONTACT */
/* BANNER PAGE */
/* BANNER PAGE */
.container-banner-page {
  padding-top: 180px;
}

/* EOF BANNER PAGE */
/* EOF BANNER PAGE */
/* RGPD */
/* RGPD */
.container-rgpd {
  position: relative;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 100px;
  overflow: hidden;
}
.container-rgpd .legal-notice, .container-rgpd .privacy-policy, .container-rgpd .container-site-map, .container-rgpd .container-note {
  position: relative;
  z-index: 3;
}
.container-rgpd .legal-aura1 {
  position: absolute;
  top: 15%;
  left: 5%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(89, 87, 238, 0.12) 0%, transparent 70%);
  filter: blur(60px);
  animation: aura-pulse 8s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}
.container-rgpd .legal-aura2 {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(250, 212, 197, 0.1) 0%, transparent 70%);
  filter: blur(50px);
  animation: aura-pulse 10s ease-in-out infinite reverse;
  pointer-events: none;
  z-index: 1;
}
.container-rgpd .legal-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
}
.container-rgpd .legal-particles .particle {
  position: absolute;
  width: 5px;
  height: 5px;
  background: rgba(89, 87, 238, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(89, 87, 238, 0.4);
  animation: particle-float 8s ease-in-out infinite;
}
.container-rgpd .legal-particles .particle:nth-child(1) {
  top: 15%;
  left: 20%;
  animation-delay: 0s;
  animation-duration: 7s;
}
.container-rgpd .legal-particles .particle:nth-child(2) {
  top: 30%;
  left: 75%;
  animation-delay: 1s;
  animation-duration: 8s;
  background: rgba(183, 148, 246, 0.5);
  box-shadow: 0 0 10px rgba(183, 148, 246, 0.4);
}
.container-rgpd .legal-particles .particle:nth-child(3) {
  top: 45%;
  left: 30%;
  animation-delay: 2s;
  animation-duration: 9s;
}
.container-rgpd .legal-particles .particle:nth-child(4) {
  top: 60%;
  left: 80%;
  animation-delay: 0.5s;
  animation-duration: 7.5s;
  background: rgba(250, 212, 197, 0.5);
  box-shadow: 0 0 10px rgba(250, 212, 197, 0.4);
}
.container-rgpd .legal-particles .particle:nth-child(5) {
  top: 75%;
  left: 15%;
  animation-delay: 1.5s;
  animation-duration: 8.5s;
}
.container-rgpd .legal-particles .particle:nth-child(6) {
  top: 25%;
  left: 50%;
  animation-delay: 2.5s;
  animation-duration: 7s;
  background: rgba(183, 148, 246, 0.5);
  box-shadow: 0 0 10px rgba(183, 148, 246, 0.4);
}
.container-rgpd .legal-particles .particle:nth-child(7) {
  top: 55%;
  left: 60%;
  animation-delay: 3s;
  animation-duration: 9s;
}
.container-rgpd .legal-particles .particle:nth-child(8) {
  top: 85%;
  left: 40%;
  animation-delay: 1.8s;
  animation-duration: 8s;
  background: rgba(250, 212, 197, 0.5);
  box-shadow: 0 0 10px rgba(250, 212, 197, 0.4);
}
.container-rgpd .container-banner-page {
  position: relative;
  z-index: 3;
  padding: 180px 0 30px;
  text-align: center;
}
.container-rgpd .container-banner-page .legal-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 18px;
  background: linear-gradient(135deg, rgba(89, 87, 238, 0.2), rgba(183, 148, 246, 0.2));
  border: 1px solid rgba(89, 87, 238, 0.3);
  border-radius: 24px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #b794f6;
  margin-bottom: 20px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.container-rgpd .container-banner-page .legal-badge svg {
  width: 14px;
  height: 14px;
  stroke: #b794f6;
}
.container-rgpd section {
  width: 80%;
  margin-left: 10%;
}
@media screen and (min-width: 1000px) {
  .container-rgpd section {
    width: 60%;
    margin-left: 20%;
  }
}
.container-rgpd .legal-section-title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: 600;
  position: relative;
  padding-left: 20px;
}
.container-rgpd .legal-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #5957ee 0%, #b794f6 100%);
  border-radius: 2px;
}
.container-rgpd .legal-section-title .legal-section-number {
  font-size: 16px;
  font-weight: 700;
  color: transparent;
  background: linear-gradient(135deg, #5957ee 0%, #b794f6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  min-width: 30px;
}
.container-rgpd h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}
.container-rgpd p {
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 24px;
}
.container-rgpd p strong {
  color: #b794f6;
  font-weight: 600;
}
.container-rgpd ul {
  margin-top: 30px;
  margin-bottom: 30px;
}
.container-rgpd ul li {
  list-style: none;
  margin-top: 10px;
  margin-left: 20px;
}
.container-rgpd a {
  color: #b794f6;
  text-decoration: none;
  border-bottom: 1px solid rgba(183, 148, 246, 0.3);
  transition: all 0.3s ease;
}
.container-rgpd a:hover {
  color: #c5a5ff;
  border-bottom-color: #c5a5ff;
}

/* EOF RGPD */
/* EOF RGPD */
/* ANIMATIONS */
/* ANIMATIONS */
.container-service-page {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #0a0a0a 0%, #1a1a1a 100%);
  padding-bottom: 80px;
}
.container-service-page .service-aura1, .container-service-page .service-aura2 {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
  z-index: 1;
}
.container-service-page .service-aura1 {
  top: 10%;
  left: 5%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(89, 87, 238, 0.15), transparent 70%);
  animation: aura-pulse 8s ease-in-out infinite;
}
.container-service-page .service-aura2 {
  top: 50%;
  right: 5%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(250, 212, 197, 0.12), transparent 70%);
  animation: aura-pulse 10s ease-in-out infinite reverse;
}
.container-service-page .service-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.container-service-page .service-particles .particle {
  position: absolute;
  width: 5px;
  height: 5px;
  background: rgba(89, 87, 238, 0.6);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(89, 87, 238, 0.8);
}
.container-service-page .service-particles .particle:nth-child(1) {
  top: 10%;
  left: 15%;
  animation: particle-float 6s ease-in-out infinite;
}
.container-service-page .service-particles .particle:nth-child(2) {
  top: 20%;
  left: 85%;
  background: rgba(183, 148, 246, 0.6);
  animation: particle-float 7s ease-in-out infinite 0.5s;
}
.container-service-page .service-particles .particle:nth-child(3) {
  top: 35%;
  left: 25%;
  background: rgba(250, 212, 197, 0.6);
  animation: particle-float 8s ease-in-out infinite 1s;
}
.container-service-page .service-particles .particle:nth-child(4) {
  top: 50%;
  left: 75%;
  animation: particle-float 6.5s ease-in-out infinite 1.5s;
}
.container-service-page .service-particles .particle:nth-child(5) {
  top: 65%;
  left: 40%;
  background: rgba(183, 148, 246, 0.6);
  animation: particle-float 7.5s ease-in-out infinite 2s;
}
.container-service-page .service-particles .particle:nth-child(6) {
  top: 75%;
  left: 80%;
  background: rgba(250, 212, 197, 0.6);
  animation: particle-float 8.5s ease-in-out infinite 2.5s;
}
.container-service-page .service-particles .particle:nth-child(7) {
  top: 85%;
  left: 20%;
  animation: particle-float 7s ease-in-out infinite 3s;
}
.container-service-page .service-particles .particle:nth-child(8) {
  top: 90%;
  left: 60%;
  background: rgba(183, 148, 246, 0.6);
  animation: particle-float 6s ease-in-out infinite 3.5s;
}
.container-service-page .container {
  position: relative;
  z-index: 2;
  width: 80%;
  margin-left: 10%;
}
@media screen and (min-width: 1000px) {
  .container-service-page .container {
    width: 60%;
    margin-left: 20%;
  }
}
.container-service-page .service-hero {
  padding: 140px 0 80px;
  text-align: center;
}
.container-service-page .service-hero .service-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 18px;
  background: linear-gradient(135deg, rgba(89, 87, 238, 0.2), rgba(183, 148, 246, 0.2));
  border: 1px solid rgba(89, 87, 238, 0.3);
  border-radius: 24px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #b794f6;
  margin-bottom: 20px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.container-service-page .service-hero .service-badge svg {
  color: #5957ee;
}
.container-service-page .service-hero .service-badge:hover {
  background: rgba(89, 87, 238, 0.15);
  border-color: rgba(89, 87, 238, 0.5);
  transform: translateY(-2px);
}
.container-service-page .service-hero .service-title {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 24px;
  color: #fff;
}
.container-service-page .service-hero .service-subtitle {
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto;
}
.container-service-page .service-intro {
  padding: 60px 0;
  position: relative;
  overflow: visible;
}
.container-service-page .service-intro .intro-aura1, .container-service-page .service-intro .intro-aura2 {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}
.container-service-page .service-intro .intro-aura1 {
  top: 20%;
  right: 10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(183, 148, 246, 0.15), transparent 70%);
  animation: aura-pulse 12s ease-in-out infinite;
}
.container-service-page .service-intro .intro-aura2 {
  bottom: 10%;
  left: 5%;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(250, 212, 197, 0.12), transparent 70%);
  animation: aura-pulse 10s ease-in-out infinite reverse;
}
.container-service-page .service-intro .intro-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
.container-service-page .service-intro .intro-particles .particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(183, 148, 246, 0.6);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(183, 148, 246, 0.8);
}
.container-service-page .service-intro .intro-particles .particle:nth-child(1) {
  top: 15%;
  left: 20%;
  animation: particle-float 7s ease-in-out infinite;
}
.container-service-page .service-intro .intro-particles .particle:nth-child(2) {
  top: 30%;
  right: 15%;
  background: rgba(250, 212, 197, 0.6);
  animation: particle-float 8s ease-in-out infinite 1s;
}
.container-service-page .service-intro .intro-particles .particle:nth-child(3) {
  top: 50%;
  left: 10%;
  animation: particle-float 6s ease-in-out infinite 2s;
}
.container-service-page .service-intro .intro-particles .particle:nth-child(4) {
  top: 70%;
  right: 20%;
  background: rgba(183, 148, 246, 0.6);
  animation: particle-float 7.5s ease-in-out infinite 1.5s;
}
.container-service-page .service-intro .intro-particles .particle:nth-child(5) {
  top: 85%;
  left: 25%;
  background: rgba(250, 212, 197, 0.6);
  animation: particle-float 6.5s ease-in-out infinite 2.5s;
}
.container-service-page .service-intro .intro-particles .particle:nth-child(6) {
  top: 40%;
  right: 30%;
  animation: particle-float 8.5s ease-in-out infinite 0.5s;
}
.container-service-page .service-intro .container {
  position: relative;
  z-index: 2;
}
.container-service-page .service-intro .intro-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 968px) {
  .container-service-page .service-intro .intro-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.container-service-page .service-intro .intro-text h2 {
  font-weight: 700;
  margin-bottom: 24px;
  color: #fff;
}
.container-service-page .service-intro .intro-text p {
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 16px;
}
.container-service-page .service-intro .intro-text p:last-child {
  margin-bottom: 0;
}
.container-service-page .service-intro .intro-stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.container-service-page .service-intro .intro-stats .stat-card {
  position: relative;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
.container-service-page .service-intro .intro-stats .stat-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(89, 87, 238, 0.05), rgba(250, 212, 197, 0.05));
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 16px;
}
.container-service-page .service-intro .intro-stats .stat-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #5957ee, #b794f6, #fad4c5);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
}
.container-service-page .service-intro .intro-stats .stat-card:hover {
  border-color: rgba(89, 87, 238, 0.3);
  transform: translateY(-8px);
  box-shadow: 0 8px 32px rgba(89, 87, 238, 0.3), 0 4px 16px rgba(183, 148, 246, 0.2);
}
.container-service-page .service-intro .intro-stats .stat-card:hover::before {
  opacity: 1;
}
.container-service-page .service-intro .intro-stats .stat-card:hover::after {
  transform: scaleX(1);
}
.container-service-page .service-intro .intro-stats .stat-card .stat-number {
  font-weight: 700;
  background: linear-gradient(135deg, #5957ee, #b794f6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 8px;
  font-size: 22px;
}
.container-service-page .service-intro .intro-stats .stat-card .stat-label {
  color: rgba(255, 255, 255, 0.7);
}
.container-service-page .service-features, .container-service-page .service-advantages, .container-service-page .service-process {
  padding: 60px 0;
  position: relative;
  overflow: visible;
}
.container-service-page .service-features .features-aura1, .container-service-page .service-features .features-aura2 {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  pointer-events: none;
  z-index: 0;
}
.container-service-page .service-features .features-aura1 {
  top: 10%;
  left: 5%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(89, 87, 238, 0.12), transparent 70%);
  animation: aura-pulse 14s ease-in-out infinite;
}
.container-service-page .service-features .features-aura2 {
  bottom: 20%;
  right: 10%;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(183, 148, 246, 0.1), transparent 70%);
  animation: aura-pulse 11s ease-in-out infinite reverse;
}
.container-service-page .service-features .features-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
.container-service-page .service-features .features-particles .particle {
  position: absolute;
  width: 5px;
  height: 5px;
  background: rgba(89, 87, 238, 0.6);
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(89, 87, 238, 0.8);
}
.container-service-page .service-features .features-particles .particle:nth-child(1) {
  top: 8%;
  left: 12%;
  animation: particle-float 6.5s ease-in-out infinite;
}
.container-service-page .service-features .features-particles .particle:nth-child(2) {
  top: 25%;
  right: 18%;
  background: rgba(183, 148, 246, 0.6);
  animation: particle-float 7.5s ease-in-out infinite 0.5s;
}
.container-service-page .service-features .features-particles .particle:nth-child(3) {
  top: 40%;
  left: 30%;
  background: rgba(250, 212, 197, 0.6);
  animation: particle-float 8s ease-in-out infinite 1s;
}
.container-service-page .service-features .features-particles .particle:nth-child(4) {
  top: 55%;
  right: 25%;
  animation: particle-float 7s ease-in-out infinite 1.5s;
}
.container-service-page .service-features .features-particles .particle:nth-child(5) {
  top: 70%;
  left: 15%;
  background: rgba(183, 148, 246, 0.6);
  animation: particle-float 6.5s ease-in-out infinite 2s;
}
.container-service-page .service-features .features-particles .particle:nth-child(6) {
  top: 82%;
  right: 12%;
  background: rgba(250, 212, 197, 0.6);
  animation: particle-float 8.5s ease-in-out infinite 2.5s;
}
.container-service-page .service-features .features-particles .particle:nth-child(7) {
  top: 92%;
  left: 40%;
  animation: particle-float 7.5s ease-in-out infinite 3s;
}
.container-service-page .service-features .features-particles .particle:nth-child(8) {
  top: 15%;
  left: 80%;
  background: rgba(183, 148, 246, 0.6);
  animation: particle-float 9s ease-in-out infinite 0.8s;
}
.container-service-page .service-features .container {
  position: relative;
  z-index: 2;
}
.container-service-page .service-advantages .advantages-aura1, .container-service-page .service-advantages .advantages-aura2 {
  position: absolute;
  border-radius: 50%;
  filter: blur(75px);
  pointer-events: none;
  z-index: 0;
}
.container-service-page .service-advantages .advantages-aura1 {
  top: 30%;
  right: 5%;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(250, 212, 197, 0.15), transparent 70%);
  animation: aura-pulse 13s ease-in-out infinite;
}
.container-service-page .service-advantages .advantages-aura2 {
  bottom: 15%;
  left: 8%;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(89, 87, 238, 0.12), transparent 70%);
  animation: aura-pulse 10s ease-in-out infinite reverse;
}
.container-service-page .service-advantages .advantages-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
.container-service-page .service-advantages .advantages-particles .particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(250, 212, 197, 0.6);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(250, 212, 197, 0.8);
}
.container-service-page .service-advantages .advantages-particles .particle:nth-child(1) {
  top: 20%;
  left: 18%;
  animation: particle-float 7s ease-in-out infinite;
}
.container-service-page .service-advantages .advantages-particles .particle:nth-child(2) {
  top: 35%;
  right: 22%;
  background: rgba(183, 148, 246, 0.6);
  animation: particle-float 8s ease-in-out infinite 1s;
}
.container-service-page .service-advantages .advantages-particles .particle:nth-child(3) {
  top: 55%;
  left: 25%;
  animation: particle-float 6.5s ease-in-out infinite 2s;
}
.container-service-page .service-advantages .advantages-particles .particle:nth-child(4) {
  top: 72%;
  right: 15%;
  background: rgba(89, 87, 238, 0.6);
  animation: particle-float 7.5s ease-in-out infinite 1.5s;
}
.container-service-page .service-advantages .advantages-particles .particle:nth-child(5) {
  top: 88%;
  left: 30%;
  background: rgba(183, 148, 246, 0.6);
  animation: particle-float 8.5s ease-in-out infinite 2.5s;
}
.container-service-page .service-advantages .advantages-particles .particle:nth-child(6) {
  top: 45%;
  right: 35%;
  animation: particle-float 9s ease-in-out infinite 0.5s;
}
.container-service-page .service-advantages .container {
  position: relative;
  z-index: 2;
}
.container-service-page .section-title {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 700;
  margin-bottom: 48px;
  color: #fff;
}
.container-service-page .section-title .section-number {
  font-weight: 700;
  background: linear-gradient(135deg, #5957ee, #b794f6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  min-width: 40px;
}
.container-service-page .features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
}
@media (max-width: 768px) {
  .container-service-page .features-grid {
    grid-template-columns: 1fr;
  }
}
.container-service-page .features-grid .feature-card {
  position: relative;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 32px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
.container-service-page .features-grid .feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(89, 87, 238, 0.05), rgba(250, 212, 197, 0.05));
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 16px;
}
.container-service-page .features-grid .feature-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #5957ee, #b794f6, #fad4c5);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
}
.container-service-page .features-grid .feature-card:hover {
  border-color: rgba(89, 87, 238, 0.3);
  transform: translateY(-8px);
  box-shadow: 0 8px 32px rgba(89, 87, 238, 0.3), 0 4px 16px rgba(183, 148, 246, 0.2);
}
.container-service-page .features-grid .feature-card:hover::before {
  opacity: 1;
}
.container-service-page .features-grid .feature-card:hover::after {
  transform: scaleX(1);
}
.container-service-page .features-grid .feature-card:hover .feature-icon {
  background: linear-gradient(135deg, #5957ee, #b794f6);
  transform: scale(1.1) rotate(-8deg);
}
.container-service-page .features-grid .feature-card:hover .feature-icon svg {
  color: #fff;
}
.container-service-page .features-grid .feature-card .feature-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(89, 87, 238, 0.1);
  border-radius: 12px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
.container-service-page .features-grid .feature-card .feature-icon svg {
  color: #b794f6;
}
.container-service-page .features-grid .feature-card h3 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}
.container-service-page .features-grid .feature-card p {
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
}
.container-service-page .advantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}
@media (max-width: 768px) {
  .container-service-page .advantages-grid {
    grid-template-columns: 1fr;
  }
}
.container-service-page .advantages-grid .advantage-item {
  position: relative;
  display: flex;
  gap: 16px;
  padding: 24px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
.container-service-page .advantages-grid .advantage-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(89, 87, 238, 0.05), rgba(250, 212, 197, 0.05));
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 12px;
}
.container-service-page .advantages-grid .advantage-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #5957ee, #b794f6, #fad4c5);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
}
.container-service-page .advantages-grid .advantage-item:hover {
  border-color: rgba(89, 87, 238, 0.3);
  transform: translateY(-8px);
  box-shadow: 0 8px 32px rgba(89, 87, 238, 0.3), 0 4px 16px rgba(183, 148, 246, 0.2);
}
.container-service-page .advantages-grid .advantage-item:hover::before {
  opacity: 1;
}
.container-service-page .advantages-grid .advantage-item:hover::after {
  transform: scaleX(1);
}
.container-service-page .advantages-grid .advantage-item .advantage-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #5957ee, #b794f6);
  border-radius: 8px;
}
.container-service-page .advantages-grid .advantage-item .advantage-icon svg {
  color: #fff;
}
.container-service-page .advantages-grid .advantage-item .advantage-content h3 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}
.container-service-page .advantages-grid .advantage-item .advantage-content p {
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}
.container-service-page .service-process {
  padding: 60px 0;
}
.container-service-page .service-process .service-process-timeline {
  position: relative;
  padding: 40px 0;
}
.container-service-page .service-process .service-process-timeline .timeline-line {
  position: absolute;
  left: 32px;
  top: 80px;
  bottom: 80px;
  width: 2px;
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
}
@media (max-width: 768px) {
  .container-service-page .service-process .service-process-timeline .timeline-line {
    left: 24px;
  }
}
.container-service-page .service-process .service-process-timeline .timeline-line .timeline-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: linear-gradient(180deg, #5957ee, #b794f6, #fad4c5);
  transition: height 0.3s ease-out;
}
.container-service-page .service-process .service-process-timeline .service-process-steps {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.container-service-page .service-process .service-process-timeline .service-process-step {
  position: relative;
  display: flex;
  gap: 32px;
  align-items: flex-start;
  padding-left: 0;
}
@media (max-width: 768px) {
  .container-service-page .service-process .service-process-timeline .service-process-step {
    gap: 20px;
  }
}
.container-service-page .service-process .service-process-timeline .service-process-step .step-number {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 768px) {
  .container-service-page .service-process .service-process-timeline .service-process-step .step-number {
    width: 48px;
    height: 48px;
  }
}
.container-service-page .service-process .service-process-timeline .service-process-step .step-number.active {
  background: linear-gradient(135deg, #5957ee, #b794f6);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 4px 20px rgba(89, 87, 238, 0.5), 0 0 40px rgba(183, 148, 246, 0.3);
  transform: scale(1.1);
}
.container-service-page .service-process .service-process-timeline .service-process-step .step-content {
  flex: 1;
  padding-top: 8px;
}
.container-service-page .service-process .service-process-timeline .service-process-step .step-content h3 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}
.container-service-page .service-process .service-process-timeline .service-process-step .step-content p {
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
}
.container-service-page .service-cta {
  padding: 80px 0;
  margin-top: 40px;
  position: relative;
  overflow: visible;
}
.container-service-page .service-cta .cta-aura1, .container-service-page .service-cta .cta-aura2 {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
  z-index: 0;
}
.container-service-page .service-cta .cta-aura1 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(89, 87, 238, 0.2), transparent 70%);
  animation: aura-pulse 15s ease-in-out infinite;
}
.container-service-page .service-cta .cta-aura2 {
  top: 20%;
  right: 10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(183, 148, 246, 0.15), transparent 70%);
  animation: aura-pulse 12s ease-in-out infinite reverse;
}
.container-service-page .service-cta .cta-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
.container-service-page .service-cta .cta-particles .particle {
  position: absolute;
  width: 6px;
  height: 6px;
  background: rgba(89, 87, 238, 0.7);
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(89, 87, 238, 0.9);
}
.container-service-page .service-cta .cta-particles .particle:nth-child(1) {
  top: 10%;
  left: 15%;
  animation: particle-float 8s ease-in-out infinite;
}
.container-service-page .service-cta .cta-particles .particle:nth-child(2) {
  top: 20%;
  right: 20%;
  background: rgba(183, 148, 246, 0.7);
  animation: particle-float 9s ease-in-out infinite 0.5s;
}
.container-service-page .service-cta .cta-particles .particle:nth-child(3) {
  top: 35%;
  left: 25%;
  background: rgba(250, 212, 197, 0.7);
  animation: particle-float 7s ease-in-out infinite 1s;
}
.container-service-page .service-cta .cta-particles .particle:nth-child(4) {
  top: 50%;
  right: 30%;
  animation: particle-float 8.5s ease-in-out infinite 1.5s;
}
.container-service-page .service-cta .cta-particles .particle:nth-child(5) {
  top: 65%;
  left: 20%;
  background: rgba(183, 148, 246, 0.7);
  animation: particle-float 7.5s ease-in-out infinite 2s;
}
.container-service-page .service-cta .cta-particles .particle:nth-child(6) {
  top: 75%;
  right: 15%;
  background: rgba(250, 212, 197, 0.7);
  animation: particle-float 9s ease-in-out infinite 2.5s;
}
.container-service-page .service-cta .cta-particles .particle:nth-child(7) {
  top: 85%;
  left: 35%;
  animation: particle-float 8s ease-in-out infinite 3s;
}
.container-service-page .service-cta .cta-particles .particle:nth-child(8) {
  top: 30%;
  left: 70%;
  background: rgba(183, 148, 246, 0.7);
  animation: particle-float 10s ease-in-out infinite 1s;
}
.container-service-page .service-cta .container {
  position: relative;
  z-index: 2;
}
.container-service-page .service-cta .cta-content {
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 60px;
  text-align: center;
}
@media (max-width: 768px) {
  .container-service-page .service-cta .cta-content {
    padding: 40px 24px;
  }
}
.container-service-page .service-cta .cta-content h2 {
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 20px;
  color: #fff;
}
.container-service-page .service-cta .cta-content p {
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.7);
  max-width: 700px;
  margin: 0 auto 40px;
}
.container-service-page .service-cta .cta-content .cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-primary, .btn-secondary {
  padding: 14px 32px;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-primary {
  background: linear-gradient(135deg, #5957ee, #b794f6);
  color: #fff;
  border: none;
  box-shadow: 0 4px 20px rgba(89, 87, 238, 0.3);
}
.btn-primary:hover {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 6px 25px rgba(89, 87, 238, 0.4);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(89, 87, 238, 0.5);
  transform: translateY(-2px);
}

/* POURQUOI UN SITE À */
/* POURQUOI UN SITE À */
.city-template-value {
  margin-top: 80px;
  position: relative;
  z-index: 3;
  width: 80%;
  margin-left: 10%;
}
.city-template-value p {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.72);
}
.city-template-value .city-template-value-conclusion-text-bottom {
  text-align: center;
}
@media (min-width: 1000px) {
  .city-template-value {
    width: 60%;
    margin-left: 20%;
  }
}
.city-template-value .city-template-value-aura1,
.city-template-value .city-template-value-aura2 {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
  z-index: 0;
}
.city-template-value .city-template-value-aura1 {
  width: 480px;
  height: 480px;
  top: -60px;
  left: 10%;
  background: radial-gradient(circle, rgba(89, 87, 238, 0.25), transparent 70%);
}
.city-template-value .city-template-value-aura2 {
  width: 520px;
  height: 520px;
  bottom: -120px;
  right: -80px;
  background: radial-gradient(circle, rgba(183, 148, 246, 0.2), transparent 70%);
}
.city-template-value .city-template-value-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.city-template-value .city-template-value-particles .particle {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.6);
  animation: particle-float 9s ease-in-out infinite;
}
.city-template-value .city-template-value-particles .particle:nth-child(2) {
  top: 20%;
  right: 20%;
  animation-delay: 1s;
}
.city-template-value .city-template-value-particles .particle:nth-child(3) {
  bottom: 15%;
  left: 25%;
  animation-delay: 2s;
}
.city-template-value .city-template-value-header {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto 48px;
  text-align: center;
}
.city-template-value .city-template-value-header h2 {
  line-height: 1.2;
  margin: 20px 0;
  color: #fff;
}
.city-template-value .city-template-value-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 40px;
}
.city-template-value .local-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  min-height: 100%;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.city-template-value .local-card:hover {
  transform: translateY(-10px);
  border-color: rgba(89, 87, 238, 0.4);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
}
.city-template-value .local-card .service-card-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: rgba(89, 87, 238, 0.12);
}
.city-template-value .local-card .service-card-icon svg {
  stroke: #fff;
}
.city-template-value .local-card .service-card-description {
  color: rgba(255, 255, 255, 0.75);
}
.city-template-value .local-card .service-card-features li {
  color: rgba(255, 255, 255, 0.8);
}
.city-template-value .city-template-value-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 24px;
  margin: 48px 0 0;
  flex-wrap: wrap;
}
.city-template-value .city-template-value-bottom .stat-card {
  flex: 1;
  min-width: 220px;
  padding: 24px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.city-template-value .city-template-value-bottom .stat-card .stat-number {
  font-weight: 700;
  color: #fff;
}
.city-template-value .city-template-value-bottom .stat-card .stat-label {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}
.city-template-value .city-template-value-cta {
  position: relative;
  z-index: 1;
  margin-top: 48px;
  padding: 32px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(89, 87, 238, 0.2), rgba(183, 148, 246, 0.2));
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.city-template-value .city-template-value-cta p {
  color: #fff;
  margin: 0;
  flex: 1;
}
.city-template-value .city-template-value-cta .btn-contact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 12px;
  border: none;
  background: linear-gradient(135deg, #5957ee, #b794f6);
  color: #fff;
  font-weight: 600;
  box-shadow: 0 10px 25px rgba(89, 87, 238, 0.35);
}
.city-template-value .city-template-value-cta .btn-contact svg {
  width: 18px;
  height: 18px;
}
.city-template-value .city-template-value-cta .btn-contact:hover {
  transform: translateY(-2px);
}
@media (max-width: 992px) {
  .city-template-value {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .city-template-value {
    margin: 40px auto;
  }
  .city-template-value .city-template-value-grid {
    grid-template-columns: 1fr;
  }
  .city-template-value .city-template-value-bottom {
    flex-direction: column;
  }
  .city-template-value .city-template-value-cta {
    flex-direction: column;
    text-align: center;
  }
  .city-template-value .city-template-value-cta p {
    width: 100%;
  }
}

/* EOF - POURQUOI UN SITE À */
/* EOF - POURQUOI UN SITE À */

/*# sourceMappingURL=style-new.css.map */
