/* [project]/src/components/ui/Badge.module.css [app-client] (css) */
.Badge-module__H8aylq__badge {
  font-family: var(--font-body);
  border-radius: var(--border-radius-pill);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
}

.Badge-module__H8aylq__gradient {
  background: var(--color-gradient);
  color: var(--color-bg-white);
  text-transform: uppercase;
  letter-spacing: .05em;
  padding: 6px 12px;
  font-size: .75rem;
}

.Badge-module__H8aylq__subtle {
  color: #7a43b6;
  text-transform: uppercase;
  letter-spacing: .1em;
  background: #f3e8ff;
  padding: 4px 10px;
  font-size: .625rem;
}

.Badge-module__H8aylq__category {
  color: #4954c8;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .75rem;
  font-family: var(--font-heading);
  background: none;
  padding: 4px 12px;
}

/* [project]/src/components/ui/RevealOnScroll.module.css [app-client] (css) */
.RevealOnScroll-module__VmJH4W__reveal {
  will-change: opacity, transform;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

.RevealOnScroll-module__VmJH4W__fade-up {
  opacity: 0;
  transform: translateY(40px);
}

.RevealOnScroll-module__VmJH4W__fade-down {
  opacity: 0;
  transform: translateY(-40px);
}

.RevealOnScroll-module__VmJH4W__fade-left {
  opacity: 0;
  transform: translateX(-40px);
}

.RevealOnScroll-module__VmJH4W__fade-right {
  opacity: 0;
  transform: translateX(40px);
}

.RevealOnScroll-module__VmJH4W__fade {
  opacity: 0;
  transform: none;
}

.RevealOnScroll-module__VmJH4W__scale {
  opacity: 0;
  transform: scale(.92);
}

.RevealOnScroll-module__VmJH4W__visible {
  opacity: 1;
  transform: translateY(0)translateX(0)scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .RevealOnScroll-module__VmJH4W__reveal {
    opacity: 1 !important;
    transition: none !important;
    transform: none !important;
  }
}

/* [project]/src/components/sections/audiovisuel/HeroSection.module.css [app-client] (css) */
.HeroSection-module__-sELDG__hero {
  padding: calc(var(--space-3xl) * 1.5) 0 var(--space-3xl) 0;
  background-color: var(--color-bg-primary);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.HeroSection-module__-sELDG__heroContent {
  max-width: var(--max-width);
  padding: 0 var(--space-xl);
  items: center;
  gap: var(--space-md);
  z-index: 10;
  flex-direction: column;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.HeroSection-module__-sELDG__badgeWrapper {
  margin-bottom: var(--space-sm);
  justify-content: center;
  display: flex;
}

.HeroSection-module__-sELDG__title {
  font-family: var(--font-heading);
  color: var(--color-text-primary);
  max-width: 800px;
  margin: 0 auto;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.2;
}

.HeroSection-module__-sELDG__gradientText {
  background: linear-gradient(90deg, #7a43b6, #f06a8a);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.HeroSection-module__-sELDG__italic {
  padding-right: .15em;
  font-style: italic;
}

.HeroSection-module__-sELDG__description {
  font-family: var(--font-body);
  color: var(--color-text-secondary);
  max-width: 600px;
  margin: var(--space-sm) auto var(--space-lg);
  font-size: 1.125rem;
  line-height: 1.6;
}

.HeroSection-module__-sELDG__actions {
  justify-content: center;
  gap: var(--space-md);
  display: flex;
}

@media (max-width: 768px) {
  .HeroSection-module__-sELDG__title {
    font-size: 2.5rem;
  }

  .HeroSection-module__-sELDG__actions {
    flex-direction: column;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}

/* [project]/src/components/sections/audiovisuel/ServiceRow.module.css [app-client] (css) */
.ServiceRow-module__ChZr5G__section {
  padding: var(--space-3xl) 0;
  background-color: var(--color-bg-white);
  overflow: hidden;
}

.ServiceRow-module__ChZr5G__container {
  max-width: var(--max-width);
  padding: 0 var(--space-xl);
  align-items: center;
  gap: var(--space-3xl);
  margin: 0 auto;
  display: flex;
}

.ServiceRow-module__ChZr5G__reversed {
  flex-direction: row-reverse;
}

.ServiceRow-module__ChZr5G__contentCol {
  gap: var(--space-md);
  flex-direction: column;
  flex: 1;
  display: flex;
}

.ServiceRow-module__ChZr5G__title {
  font-family: var(--font-heading);
  color: var(--color-text-primary);
  font-size: 2.25rem;
  font-weight: 700;
}

.ServiceRow-module__ChZr5G__description {
  font-family: var(--font-body);
  color: var(--color-text-secondary);
  font-size: 1.125rem;
  line-height: 1.7;
}

.ServiceRow-module__ChZr5G__imageCol {
  flex: 1;
}

.ServiceRow-module__ChZr5G__imageContainer {
  border-radius: var(--border-radius-lg);
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px #0000001a;
}

.ServiceRow-module__ChZr5G__hasGradientBorder {
  background: linear-gradient(90deg, #7a43b6, #f06a8a);
  padding: 4px 2px 2px;
}

.ServiceRow-module__ChZr5G__imageWrapper {
  border-radius: calc(var(--border-radius-lg)  - 2px);
  aspect-ratio: 16 / 10;
  background: #f3f4f6;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.ServiceRow-module__ChZr5G__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ServiceRow-module__ChZr5G__imagePlaceholder {
  color: #9ca3af;
  font-family: var(--font-body);
  font-weight: 500;
}

.ServiceRow-module__ChZr5G__featuresList {
  gap: var(--space-sm);
  margin-top: var(--space-sm);
  flex-direction: column;
  display: flex;
}

.ServiceRow-module__ChZr5G__featureItem {
  align-items: center;
  gap: var(--space-sm);
  font-family: var(--font-body);
  color: var(--color-text-primary);
  font-weight: 500;
  display: flex;
}

.ServiceRow-module__ChZr5G__checkIcon {
  color: #fff;
  background-color: #7a43b6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  padding: 4px;
  display: flex;
}

.ServiceRow-module__ChZr5G__featuresGrid {
  gap: var(--space-lg);
  margin-top: var(--space-lg);
  grid-template-columns: 1fr;
  display: grid;
}

.ServiceRow-module__ChZr5G__detailedFeature {
  gap: var(--space-md);
  display: flex;
}

.ServiceRow-module__ChZr5G__iconBox {
  color: #7a43b6;
  background-color: #f3e8ff;
  border-radius: 12px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.ServiceRow-module__ChZr5G__featureText {
  flex-direction: column;
  gap: 4px;
  display: flex;
}

.ServiceRow-module__ChZr5G__featureTitle {
  font-family: var(--font-heading);
  color: var(--color-text-primary);
  font-size: 1.125rem;
  font-weight: 700;
}

.ServiceRow-module__ChZr5G__featureDesc {
  font-family: var(--font-body);
  color: var(--color-text-secondary);
  font-size: .9375rem;
  line-height: 1.5;
}

.ServiceRow-module__ChZr5G__infoCardsGrid {
  gap: var(--space-md);
  margin-top: var(--space-lg);
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.ServiceRow-module__ChZr5G__infoCard {
  padding: var(--space-md);
  gap: var(--space-md);
  background-color: #f9fafb;
  border: 1px solid #f3f4f6;
  border-radius: 12px;
  display: flex;
  box-shadow: 0 2px 4px #00000005;
}

.ServiceRow-module__ChZr5G__accentBar {
  background: var(--color-gradient);
  border-radius: 4px;
  flex-shrink: 0;
  width: 4px;
}

.ServiceRow-module__ChZr5G__infoCardContent {
  flex-direction: column;
  gap: 4px;
  display: flex;
}

.ServiceRow-module__ChZr5G__infoCardTitle {
  font-family: var(--font-heading);
  color: var(--color-text-primary);
  font-size: 1rem;
  font-weight: 700;
}

.ServiceRow-module__ChZr5G__infoCardDesc {
  font-family: var(--font-body);
  color: var(--color-text-secondary);
  font-size: .875rem;
  line-height: 1.4;
}

@media (max-width: 1024px) {
  .ServiceRow-module__ChZr5G__container {
    gap: var(--space-xl);
  }
}

@media (max-width: 768px) {
  .ServiceRow-module__ChZr5G__container {
    gap: var(--space-2xl);
    align-items: stretch;
    flex-direction: column !important;
  }

  .ServiceRow-module__ChZr5G__contentCol, .ServiceRow-module__ChZr5G__imageCol {
    flex: auto;
    width: 100%;
    max-width: 100%;
  }

  .ServiceRow-module__ChZr5G__imageContainer {
    width: 100%;
  }

  .ServiceRow-module__ChZr5G__imageWrapper {
    aspect-ratio: 16 / 10;
    width: 100%;
  }

  .ServiceRow-module__ChZr5G__title {
    font-size: 1.75rem;
  }

  .ServiceRow-module__ChZr5G__infoCardsGrid {
    grid-template-columns: 1fr;
  }
}

/* [project]/src/components/sections/audiovisuel/CtaSection.module.css [app-client] (css) */
.CtaSection-module__9EoV0G__section {
  padding: var(--space-3xl) 0;
  background-color: var(--color-bg-white);
}

.CtaSection-module__9EoV0G__container {
  max-width: var(--max-width);
  padding: 0 var(--space-xl);
  margin: 0 auto;
}

.CtaSection-module__9EoV0G__ctaCard {
  border-radius: var(--border-radius-lg);
  padding: var(--space-3xl) var(--space-xl);
  text-align: center;
  color: #fff;
  box-shadow: 0 20px 40px #7a43b633;
}

.CtaSection-module__9EoV0G__gradient {
  background: linear-gradient(90deg, #7a43b6, #f06a8a);
}

.CtaSection-module__9EoV0G__dark {
  background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 50%, #020617 100%);
  box-shadow: 0 20px 40px #0000004d;
}

.CtaSection-module__9EoV0G__title {
  font-family: var(--font-heading);
  margin-bottom: var(--space-sm);
  color: #fff;
  font-size: 2.75rem;
  font-weight: 800;
}

.CtaSection-module__9EoV0G__description {
  font-family: var(--font-body);
  margin-bottom: var(--space-2xl);
  opacity: .95;
  font-size: 1.25rem;
}

.CtaSection-module__9EoV0G__btnWrapper {
  justify-content: center;
  display: flex;
}

.CtaSection-module__9EoV0G__whiteButton {
  color: #7a43b6 !important;
  background-color: #fff !important;
  border: none !important;
  font-weight: 700 !important;
}

.CtaSection-module__9EoV0G__gradientButton {
  background: var(--color-gradient) !important;
  color: #fff !important;
  border: none !important;
}

.CtaSection-module__9EoV0G__gradientBtnText {
  background: linear-gradient(90deg, #7a43b6, #f06a8a);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

@media (max-width: 768px) {
  .CtaSection-module__9EoV0G__title {
    font-size: 2rem;
  }

  .CtaSection-module__9EoV0G__ctaCard {
    padding: var(--space-xl) var(--space-md);
  }
}

/*# sourceMappingURL=src_components_cd8badd1._.css.map*/