.elementor-5432 .elementor-element.elementor-element-9f8db91{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5432 .elementor-element.elementor-element-4ad463f > .elementor-widget-container{margin:-25px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-5432 .elementor-element.elementor-element-33b7314{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5432 .elementor-element.elementor-element-4fcfbd1{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5432 .elementor-element.elementor-element-92f5e5d{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5432 .elementor-element.elementor-element-bb611a8{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5432 .elementor-element.elementor-element-1e66d66 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-4ad463f *//* --- CONFIGURATION STUDIO --- */
:root {
  --bg-dark: #0f1115;      /* Un noir mat, pas bleuté */
  --accent: #ffffff;       /* L'accent, c'est le blanc pur */
  --text-main: #ffffff;
  --text-dim: #888888;     /* Gris neutre pour le recul */
  --border: rgba(255, 255, 255, 0.1);
}

.nova-hero {
  position: relative;
  width: 100%;
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: flex-start; /* Aligné à gauche pour un look plus "éditorial" */
  background-color: var(--bg-dark);
  color: var(--text-main);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  padding: 0 10%; /* Grande marge latérale */
  overflow: hidden;
}

/* --- SUPPRESSION DES EFFETS IA (Glow/Nova) --- */
/* On remplace par un grain très fin pour la texture (optionnel mais pro) */
.nova-hero::after {
  content: "";
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background-image: url("https://grainy-gradients.vercel.app/noise.svg");
  opacity: 0.05;
  pointer-events: none;
}

.nova-hero-content {
  position: relative;
  z-index: 2;
  max-width: 850px;
  text-align: left; /* Alignement pro */
}

/* --- TYPOGRAPHIE RADICALE --- */
.nova-title {
  font-size: clamp(2.2rem, 6vw, 4.5rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em; /* Lettrage serré = look premium moderne */
  margin-bottom: 30px;
}

/* On enlève le dégradé "arc-en-ciel" pour un soulignement fin */
.nova-title .highlight {
  color: var(--accent);
  border-bottom: 4px solid var(--accent);
  padding-bottom: 5px;
}

.nova-subtitle {
  font-size: 1.2rem;
  color: var(--text-dim);
  font-weight: 400;
  line-height: 1.5;
  max-width: 600px;
  margin-bottom: 50px;
}

/* --- BOUTON MINIMALISTE --- */
.nova-btn {
  display: inline-block;
  padding: 18px 40px;
  background: var(--accent);
  color: var(--bg-dark);
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid var(--accent);
}

.nova-btn:hover {
  background: transparent;
  color: var(--accent);
}

/* --- ANIMATION SOBRE (Pas de flottement) --- */
@keyframes simpleFade {
  from { opacity: 0; transform: translateY(15px); }
  to { opacity: 1; transform: translateY(0); }
}

.fade-in-up {
  opacity: 0;
  animation: simpleFade 0.8s ease-out forwards;
}

.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }

/* --- RESPONSIVE --- */
@media (max-width: 768px) {
  .nova-hero { padding: 0 5%; justify-content: center; text-align: center; }
  .nova-hero-content { text-align: center; }
  .nova-title .highlight { border-bottom-width: 2px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fd60d3b */.nova-expertise {
  background-color: #0f1115;
  padding: 100px 10%;
  display: flex;
  justify-content: center;
}

.expertise-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  width: 100%;
}

.expertise-container a {
    color: white;
    cursor: default;
    text-decoration: none;
}

.expertise-container a:hover {
    color: white!important;
    opacity: 1;
}

.expertise-header-fixed {
    position: absolute;
    top: 0px;
    margin-bottom: 50px;
}

.expertise-header-fixed h2 {
    font-size: 30px;
}

.expertise-header-fixed .section-subtitle {
    font-size: 12px;
}

.expertise-card {
  position: relative;
  background: rgba(255, 255, 255, 0.03);
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

/* Le numéro en arrière-plan */
.card-num {
  font-size: 5rem;
  font-weight: 900;
  position: absolute;
  top: -10px;
  right: 10px;
  opacity: 0.05;
  color: #ffffff;
}

.expertise-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #ffffff;
  font-weight: 600;
}

.expertise-card p {
  color: #888888;
  line-height: 1.6;
  font-size: 0.95rem;
}

/* --- L'Animation de Bordure "Glow" au Hover --- */
.expertise-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: radial-gradient(circle at var(--x, 50%) var(--y, 50%), rgba(255,255,255,0.15) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

.expertise-card:hover {
  transform: translateY(-10px);
  border-color: rgba(255, 255, 255, 0.4);
}

.expertise-card:hover::before {
  opacity: 1;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dc04ceb *//* --- STRUCTURE DE LA SECTION --- */
.nova-portfolio-wrapper {
  background-color: #0f1115;
  height: 400vh; /* Longueur du scroll vertical qui pilote le mouvement */
  position: relative;
}

.portfolio-sticky-container {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden; /* Cache les projets qui dépassent à droite */
  display: flex;
  align-items: center;
}

/* --- LE TRACK (LA LIGNE DE PROJETS) --- */
.portfolio-horizontal-track {
    display: flex;
    flex-wrap: nowrap !important;
    will-change: transform;
    
    /* CENTRAGE PARFAIT AU DÉPART */
    padding-left: 10vw; /* (100vw - 80vw) / 2 */
    padding-right: 20vw;
    gap: 15vw;
}

/* --- CHAQUE PROJET --- */
.project-slide {
  position: relative;
  width: 80vw;
  height: 70vh;
  flex-shrink: 0;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  opacity: 0.3;
  transition: opacity 0.8s ease;
}

.project-slide.is-active {
  opacity: 1;
}

/* --- L'ANIMATION DU MASQUE (CLIP-PATH) --- */
.project-mask {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  /* Cercle fermé par défaut */
  clip-path: circle(0% at 50% 50%);
  transition: clip-path 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.project-slide.is-active .project-mask {
  /* Ouverture du cercle quand le projet est au centre */
  clip-path: circle(100% at 50% 50%);
}

.project-visual {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transform: scale(1.2);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.project-slide.is-active .project-visual {
  transform: scale(1);
}

/* --- TEXTE ET CONTENU --- */
.portfolio-header-fixed {
  position: absolute;
  top: 80px;
  left: 10vw;
  z-index: 10;
  color: white;
}

.section-tag {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  color: #888;
}

.project-body {
  padding-left: 60px;
  color: white;
}

.project-cat {
  color: #888;
  font-size: 14px;
}

.project-body h3 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  margin: 10px 0 20px;
}

.project-body p {
  color: #aaa;
  line-height: 1.6;
  margin-bottom: 30px;
}

.btn-project {
  color: white;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 2px solid rgba(255,255,255,0.2);
  padding-bottom: 5px;
  transition: 0.3s;
}

.btn-project:hover {
  border-bottom-color: white;
}

/* --- AJUSTEMENT DU VISUEL POUR ACCUEILLIR LE MOCKUP --- */
.browser-mockup-container {
  width: 100%;
  height: 100%; /* Le conteneur prend toute la hauteur de la slide (70vh) */
  background: #1a1d23;
  display: flex;
  flex-direction: column; /* On empile la barre d'outils et l'image */
  border-radius: 8px; /* On ajoute un arrondi ici aussi */
  overflow: hidden; /* Important pour que l'image suive l'arrondi */
  box-shadow: 0 40px 100px rgba(0,0,0,0.6); /* Ton ombre premium */
}

.browser-header {
  height: 35px;
  background: #252830;
  display: flex;
  align-items: center;
  padding: 0 15px;
  position: relative;
  flex-shrink: 0; /* Empêche la barre de rétrécir */
}

.browser-dots {
  display: flex;
  gap: 8px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.red { background: #ff5f57; }
.yellow { background: #febc2e; }
.green { background: #28c840; }

.browser-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  color: #666;
  letter-spacing: 1px;
}

.mockup-img {
  width: 100%;
  height: 100%!important; /* L'image remplit tout l'espace restant en hauteur */
  object-fit: cover; /* --- LA CLÉ --- : L'image remplit tout sans déformation */
  object-position: top center; /* --- IMPORTANT --- : On s'aligne sur le haut pour voir le menu et le logo */
}

/* --- ADAPTATION DE TON ANIMATION EXISTANTE --- */
/* On s'assure que le project-visual (qui contient maintenant le mockup) 
   réagit toujours à l'is-active */
.project-slide.is-active .browser-mockup-container {
  transform: scale(1);
}

/* Pour les autres projets (si tu n'as pas encore de captures), 
   on garde ton ancien style background-image */
.project-visual {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transform: scale(1.2); /* Ton effet de zoom arrière au scroll */
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

/* --- RESPONSIVE --- */
/* --- TABLETTE (Moins de 1024px) --- */
@media (max-width: 1024px) {
  .portfolio-horizontal-track {
    gap: 10vw; /* On réduit l'espace entre les projets */
    padding-left: 5vw; /* On décale moins */
  }

  .project-slide {
    width: 90vw; /* Les projets prennent plus de place */
    grid-template-columns: 1fr; /* On empile image et texte verticalement */
    height: auto;
    align-items: flex-start;
  }

  .project-body {
    padding-left: 0;
    padding-top: 20px;
  }

  .project-mask {
    height: 45vh; /* On fixe une hauteur d'image pour ne pas manger tout l'écran */
  }
}

/* --- MOBILE (Moins de 768px) --- */
@media (max-width: 768px) {
  .nova-portfolio-wrapper {
    height: auto; /* Pas de scroll infini sur mobile */
    padding: 100px 20px;
}

.portfolio-sticky-container {
    position: relative; /* Pas de sticky sur mobile */
    height: auto;
    overflow: visible;
}

.portfolio-header-fixed {
    top: -80px;
    left: 0;
}

.portfolio-horizontal-track {
    display: flex;
    flex-direction: column; /* On empile les projets */
    gap: 80px;
    padding: 0;
    transform: none !important; /* On annule le JS */
}

.project-slide {
    width: 100%;
    opacity: 1; /* On peut laisser les projets opaques sur mobile */
    display: block;
}

.project-mask {
    clip-path: none !important; /* On enlève l'effet de cercle pour plus de clarté */
    height: 300px;
    margin-bottom: 20px;
}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3699be8 */.testimonial-section {
  position: relative;
  background-color: #0f1115;
  padding: 200px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-header-fixed {
  position: absolute;
  top: 80px; /* Même décalage que le portfolio */
  left: 5vw;
  z-index: 10;
}

/* --- GRILLE DE TÉMOIGNAGES --- */
.testimonials-grid-section {
  background-color: #0f1115;
  padding: 100px 5vw;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.testimonial-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 40px;
  border-radius: 4px;
  opacity: 1;
  transform: none !important; /* On force l'alignement parfait */
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-10px) !important; /* Petit effet au survol uniquement */
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.2);
}

.testimonial-card p {
  color: #ccc;
  line-height: 1.6;
  font-size: 1.05rem;
  margin-bottom: 20px;
}

.testimonial-card strong {
  color: #fff;
}

.card-author {
  display: block;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #666;
}

/* Effet de décalage pour le look Masonry */
@media (min-width: 1024px) {
  .testimonial-card.tall {
    grid-row: span 1.5;
  }
}

.testimonial-header-fixed h2 {
    font-size: 32px;
}

.section-subtitle {
  display: block;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #888;
  margin-bottom: 10px;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 700;
  color: #fff;
  margin: 0;
}

/* Texte géant en fond pour remplir l'espace sans photo */
/* Ce container est TOUJOURS centré dans la section */
.testimonial-bg-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Centrage immuable */
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  z-index: 1;
  overflow: visible;
}

/* C'est cet élément seul que le JS va faire bouger */
.testimonial-bg-text {
  position: absolute;
  top: 50%;
  left: 50%; /* Indispensable pour le calcul JS */
  transform: translate(-50%, -50%); 
  font-size: 25vw;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.03);
  white-space: nowrap;
  pointer-events: none;
  line-height: 1;
}
.testimonial-container {
  max-width: 900px; /* Plus serré pour la lecture sans image */
  width: 90%;
  z-index: 2;
}

.quote-mark {
  font-size: 6rem;
  color: #fff; /* Ou ta couleur d'accent */
  font-family: serif;
  line-height: 1;
  margin-bottom: -20px;
}

.quote-text {
  font-size: clamp(1.5rem, 3vw, 2.8rem);
  line-height: 1.3;
  color: #e0e0e0;
  font-weight: 300;
  margin-bottom: 50px;
}

.quote-text strong {
  color: #fff;
  font-weight: 500;
}

.quote-footer {
  display: flex;
  align-items: center;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
}

.client-logo-placeholder {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255,255,255,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  color: #888;
  border-radius: 50%; /* Petit monogramme élégant */
}

.author-name {
  display: block;
  font-size: 1.1rem;
  color: #fff;
}

.author-role {
  font-size: 0.85rem;
  color: #666;
}

/* Ajustement pour éviter que le contenu ne chevauche le titre sur petit écran */
@media (max-width: 768px) {
  .testimonial-header-fixed {
    top: 40px;
    left: 20px;
  }
  
  .testimonial-header-fixed h2 {
      font-size: 28px;
  }
  .testimonial-section {
    padding-top: 150px; /* On laisse de la place au titre */
    padding-bottom: 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1e66d66 */.nova-faq {
    padding: 100px 0;
    background: #0b0d11; /* Ton fond sombre */
    color: #fff;
}

.faq-container {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
}

.faq-title {
    font-size: 2.5rem;
    margin-bottom: 50px;
    text-align: center;
}

.faq-title span {
    color: rgba(255,255,255,0.3); /* Le mot "fréquentes" plus discret */
}

.faq-item {
    border-bottom: 1px solid rgba(255,255,255,0.05);
    padding: 25px 0;
    cursor: pointer;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question h3 {
    font-size: 1.1rem;
    font-weight: 400;
}

.faq-icon {
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, margin-top 0.4s ease;
    color: #aaa;
    line-height: 1.6;
}

/* État quand ouvert */
.faq-item.active .faq-answer {
    max-height: 200px; /* Ajuste selon la longueur du texte */
    margin-top: 20px;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg); /* Le + devient un x */
}/* End custom CSS */