.elementor-3824 .elementor-element.elementor-element-489811c5{--display:flex;--min-height:0vh;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:wrap;--align-content:center;--padding-top:0em;--padding-bottom:0em;--padding-left:0em;--padding-right:0em;}.elementor-3824 .elementor-element.elementor-element-489811c5:not(.elementor-motion-effects-element-type-background), .elementor-3824 .elementor-element.elementor-element-489811c5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#191919;}@media(max-width:767px){.elementor-3824 .elementor-element.elementor-element-489811c5{--padding-top:5%;--padding-bottom:5%;--padding-left:5%;--padding-right:5%;}}/* Start custom CSS for html, class: .elementor-element-7b28a148 *//* ===================================================
   FOOTER HARMONISÉ - VERSION COHÉRENTE
   Compatible avec le design des autres sections
=================================================== */

/* Footer principal - Background harmonisé */
#footer-neith-consulting {
  background: linear-gradient(180deg, #0f0f0f 0%, #0a0a0a 100%);
  border-top: 1px solid rgba(0, 212, 255, 0.1); /* ✅ Bordure plus subtile */
  position: relative;
  overflow: hidden;
  margin-top: 0;
}

/* ✅ GRILLE TRÈS SUBTILE (comme les autres sections) */
#footer-neith-consulting::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    linear-gradient(90deg, rgba(0, 212, 255, 0.01) 1px, transparent 1px),
    linear-gradient(rgba(0, 212, 255, 0.01) 1px, transparent 1px);
  background-size: 80px 80px;
  opacity: 0.2; /* ✅ Beaucoup plus subtil */
  animation: gridFloat 20s ease-in-out infinite alternate;
}

@keyframes gridFloat {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(-5px, -5px) scale(1.02); }
}

/* ✅ LIGNE DÉCORATIVE DOUCE en haut du footer */
#footer-neith-consulting::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 212, 255, 0.3), transparent);
  opacity: 0.6; /* ✅ Plus doux */
}

/* Container principal */
.footer-content {
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 10% 40px 10%;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 50px;
}

/* ===================================================
   SECTIONS DU FOOTER - HARMONISÉES
=================================================== */

.footer-section {
  position: relative;
}

/* Titres des sections - Plus doux */
.footer-section h4 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 12px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); /* ✅ Ombre plus douce */
}

/* ✅ LIGNE DÉCORATIVE PLUS SUBTILE */
.footer-section h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: linear-gradient(45deg, rgba(0, 212, 255, 0.6), rgba(0, 255, 136, 0.6));
  border-radius: 1px;
  transition: width 0.3s ease;
}

.footer-section:hover h4::after {
  width: 60px;
}

/* ===================================================
   PREMIÈRE SECTION (PRÉSENTATION + CONTACT)
=================================================== */

.footer-section:first-child {
  padding-right: 20px;
}

.footer-section:first-child p {
  color: #d0d0d0; /* ✅ Plus doux que #cccccc */
  line-height: 1.7;
  margin-bottom: 30px;
  font-size: 1rem;
}

/* ✅ CONTACT CARD HARMONISÉE */
.footer-logo img {
  background: rgba(255, 255, 255, 0.02); /* ✅ Plus subtil */
  border-radius: 12px;
  padding: 25px 20px;
  border: 1px solid rgba(255, 255, 255, 0.05); /* ✅ Bordure très douce */
  backdrop-filter: blur(5px); /* ✅ Blur réduit */
}

/* ===================================================
   LISTES DE LIENS HARMONISÉES
=================================================== */

.footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section li {
  margin-bottom: 12px;
  position: relative;
  transition: all 0.3s ease;
}

.footer-section li:hover {
  transform: translateX(5px); /* ✅ Translation plus douce */
}

/* Liens du footer */
.footer-section a {
  color: #b8b8b8; /* ✅ Plus doux que #b0b0b0 */
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}

.footer-section a:hover {
  color: rgba(0, 212, 255, 0.9); /* ✅ Plus harmonieux */
}

/* ✅ EFFET DE SOULIGNEMENT PLUS SUBTIL */
.footer-section a::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: linear-gradient(45deg, rgba(0, 212, 255, 0.6), rgba(0, 255, 136, 0.6));
  transition: width 0.3s ease;
}

.footer-section a:hover::before {
  width: 100%;
}

/* ✅ PUCES HARMONISÉES pour les zones d'intervention */
.footer-section:nth-child(3) li {
  color: #c0c0c0; /* ✅ Plus doux */
  padding-left: 20px;
  position: relative;
}

.footer-section:nth-child(3) li::before {
  content: '▸';
  position: absolute;
  left: 0;
  color: rgba(0, 212, 255, 0.7); /* ✅ Plus subtil */
  font-weight: bold;
  transition: transform 0.3s ease;
}

.footer-section:nth-child(3) li:hover::before {
  transform: translateX(2px); /* ✅ Plus doux */
  color: rgba(0, 255, 136, 0.8);
}

.footer-section:nth-child(3) li:hover {
  color: #ffffff;
}

/* ===================================================
   FOOTER BOTTOM HARMONISÉ
=================================================== */

.footer-bottom {
  background: linear-gradient(90deg, #0a0a0a, #0f0f0f, #0a0a0a); /* ✅ Plus doux */
  border-top: 1px solid rgba(255, 255, 255, 0.03); /* ✅ Bordure très subtile */
  padding: 25px 20px;
  text-align: center;
  position: relative;
}

.footer-bottom p {
  color: #999999; /* ✅ Inchangé car déjà bon */
  font-size: 0.9rem;
  margin: 0;
  max-width: 1200px;
  margin: 0 auto;
  line-height: 1.5;
}

.footer-bottom a {
  color: rgba(0, 212, 255, 0.8); /* ✅ Plus harmonieux */
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-bottom a:hover {
  color: #00d4ff;
  text-decoration: underline;
}

/* ✅ SÉPARATEURS PLUS DOUX */
.footer-bottom p::before,
.footer-bottom p::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 212, 255, 0.3), transparent);
  margin: 0 15px;
  vertical-align: middle;
}

/* ===================================================
   ANIMATIONS HARMONISÉES
=================================================== */

.footer-section {
  opacity: 0;
  transform: translateY(20px); /* ✅ Translation plus douce */
  animation: fadeInUpFooter 0.8s ease forwards;
}

.footer-section:nth-child(1) { animation-delay: 0.1s; }
.footer-section:nth-child(2) { animation-delay: 0.2s; }
.footer-section:nth-child(3) { animation-delay: 0.3s; }
.footer-section:nth-child(4) { animation-delay: 0.4s; }

@keyframes fadeInUpFooter {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.footer-bottom {
  opacity: 0;
  animation: fadeInFooterBottom 0.8s ease 0.6s forwards;
}

@keyframes fadeInFooterBottom {
  to {
    opacity: 1;
  }
}

/* ===================================================
   RESPONSIVE HARMONISÉ
=================================================== */

/* Tablettes larges */
@media (max-width: 1024px) {
  .footer-content {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 50px 20px 30px;
  }
  
  .footer-section:first-child {
    grid-column: 1 / -1;
    padding-right: 0;
    margin-bottom: 20px;
  }
}

/* Tablettes */
@media (max-width: 768px) {
  .footer-content {
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 40px 20px 25px;
  }
  
  .footer-section:first-child {
    grid-column: auto;
    text-align: center;
  }
  
  .footer-contact {
    margin: 0 auto;
    max-width: 300px;
  }
  
  .footer-section h4 {
    font-size: 1.2rem;
    text-align: center;
  }
  
  .footer-section h4::after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .footer-section ul {
    text-align: center;
  }
  
  .footer-section li:hover {
    transform: none; /* ✅ Pas de translation sur mobile */
  }
  
  .footer-bottom p {
    font-size: 0.85rem;
    line-height: 1.6;
  }
}

/* Mobiles */
@media (max-width: 480px) {
  .footer-content {
    padding: 35px 15px 20px;
    gap: 30px;
  }
  
  .footer-section h4 {
    font-size: 1.1rem;
    margin-bottom: 20px;
  }
  
  .footer-section:first-child p {
    font-size: 0.95rem;
    margin-bottom: 25px;
  }
  
  .footer-contact {
    padding: 20px 15px;
  }
  
  .footer-contact p {
    font-size: 0.9rem;
    flex-direction: column;
    gap: 5px;
    text-align: center;
  }
  
  .footer-section a {
    font-size: 0.9rem;
  }
  
  .footer-bottom {
    padding: 20px 15px;
  }
  
  .footer-bottom p {
    font-size: 0.8rem;
  }
  
  .footer-bottom p::before,
  .footer-bottom p::after {
    display: none;
  }
  
  /* ✅ Désactive les effets complexes sur mobile */
  #footer-neith-consulting::before {
    opacity: 0.1; /* ✅ Encore plus subtil sur mobile */
  }
}

/* ===================================================
   ACCESSIBILITÉ HARMONISÉE
=================================================== */

/* Focus pour navigation clavier */
.footer-section a:focus {
  outline: 2px solid rgba(0, 212, 255, 0.6); /* ✅ Plus doux */
  outline-offset: 2px;
  border-radius: 2px;
}

/* Contraste élevé */
@media (prefers-contrast: high) {
  #footer-neith-consulting {
    background: #000000;
    border-top-color: rgba(255, 255, 255, 0.3);
  }
  
  .footer-section h4 {
    color: #ffffff;
  }
  
  .footer-section a {
    color: #ffffff;
  }
  
  .footer-section a:hover {
    color: #00d4ff;
  }
  
  .footer-contact {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
  }
}

/* Mouvement réduit */
@media (prefers-reduced-motion: reduce) {
  .footer-section {
    animation: none;
    opacity: 1;
    transform: none;
  }
  
  .footer-bottom {
    animation: none;
    opacity: 1;
  }
  
  .footer-section li:hover,
  .footer-contact p:hover {
    transform: none;
  }
  
  #footer-neith-consulting::before {
    animation: none;
  }
  
  .footer-section h4::after {
    transition: none;
  }
  
  .footer-section a::before {
    transition: none;
  }
}

/* ===================================================
   VARIANTES POUR HARMONISATION PARFAITE
=================================================== */

/* Version ultra-douce (si encore trop contrasté) */
.footer-ultra-soft #footer-neith-consulting {
  background: linear-gradient(180deg, #0f0f0f 0%, #0c0c0c 100%);
}

.footer-ultra-soft #footer-neith-consulting::before {
  opacity: 0.1;
}

.footer-ultra-soft .footer-contact {
  background: rgba(255, 255, 255, 0.01);
  border-color: rgba(255, 255, 255, 0.03);
}

/* Version avec transition depuis contact */
.footer-with-transition {
  background: linear-gradient(180deg, #0f0f0f 0%, #0a0a0a 100%);
  margin-top: -20px;
  padding-top: 80px;
}

/* Effet de hover subtil sur tout le footer */
#footer-neith-consulting:hover::before {
  opacity: 0.3;
  transform: translate(-3px, -3px) scale(1.01);
}/* End custom CSS */
/* Start custom CSS *//* ===================================================
   BACKGROUNDS POUR CONTAINERS ELEMENTOR
   Design sombre cohérent - Neith Consulting
=================================================== */

/* ===================================================
   SECTION 1 - SERVICES CRÉATION SITE INTERNET NOUMÉA
=================================================== */
.background-section-1 {
  background: #0a0a0a;
  background-image: 
    radial-gradient(circle at 25% 25%, rgba(0, 212, 255, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 75% 75%, rgba(0, 153, 204, 0.05) 0%, transparent 50%);
  position: relative;
  overflow: hidden;
  height: 100vh;
}

/* Effet de grille subtile en arrière-plan */
.background-section-1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.3;
  z-index: 1;
}

/* ===================================================
   SECTION 2 - POURQUOI NOUS CHOISIR
=================================================== */
.background-section-2 {
  background: #0f0f0f;
  background-image: 
    radial-gradient(circle at 20% 80%, rgba(0, 255, 136, 0.03) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(0, 212, 255, 0.03) 0%, transparent 50%),
    radial-gradient(circle at 40% 40%, rgba(0, 153, 204, 0.02) 0%, transparent 50%);
  position: relative;
  overflow: hidden;
}

/* Effet de particules en arrière-plan */
.background-section-2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    radial-gradient(circle at 10% 20%, rgba(255,255,255,0.01) 1px, transparent 1px),
    radial-gradient(circle at 80% 80%, rgba(255,255,255,0.01) 1px, transparent 1px),
    radial-gradient(circle at 40% 40%, rgba(255,255,255,0.01) 1px, transparent 1px);
  background-size: 100px 100px, 150px 150px, 200px 200px;
  animation: floatingParticles 20s linear infinite;
  opacity: 0.4;
  z-index: 1;
}

@keyframes floatingParticles {
  0% { transform: translateY(0px) rotate(0deg); }
  100% { transform: translateY(-100px) rotate(360deg); }
}

/* ===================================================
   SECTION 3 - CONTACT
=================================================== */
.background-section-3 {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0f0f0f 100%);
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}

/* Effet de constellation en arrière-plan */
.background-section-3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    radial-gradient(2px 2px at 20px 30px, rgba(0, 212, 255, 0.3), transparent),
    radial-gradient(2px 2px at 40px 70px, rgba(0, 255, 136, 0.2), transparent),
    radial-gradient(1px 1px at 90px 40px, rgba(255, 255, 255, 0.1), transparent),
    radial-gradient(1px 1px at 130px 80px, rgba(0, 153, 204, 0.2), transparent),
    radial-gradient(2px 2px at 160px 30px, rgba(0, 212, 255, 0.1), transparent);
  background-repeat: repeat;
  background-size: 200px 100px;
  animation: twinkle 4s ease-in-out infinite alternate;
  opacity: 0.6;
  z-index: 1;
}

@keyframes twinkle {
  0% { opacity: 0.3; }
  100% { opacity: 0.8; }
}

/* ===================================================
   SECTION 4 - HERO/INTRODUCTION (si besoin)
=================================================== */
.background-section-4 {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
  background-image: 
    radial-gradient(circle at 25% 25%, rgba(0, 212, 255, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 75% 75%, rgba(0, 153, 204, 0.05) 0%, transparent 50%);
  position: relative;
  overflow: hidden;
}

/* Grille subtile */
.background-section-4::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.3;
  z-index: 1;
}

/* ===================================================
   SECTION 5 - PORTFOLIO/TÉMOIGNAGES (si besoin)
=================================================== */
.background-section-5 {
  background: #0c0c0c;
  background-image: 
    radial-gradient(circle at 30% 70%, rgba(0, 255, 136, 0.04) 0%, transparent 50%),
    radial-gradient(circle at 70% 30%, rgba(0, 212, 255, 0.04) 0%, transparent 50%);
  position: relative;
  overflow: hidden;
}

/* Effet de vagues subtiles */
.background-section-5::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    45deg,
    transparent 30%,
    rgba(0, 212, 255, 0.01) 50%,
    transparent 70%
  );
  background-size: 200px 200px;
  animation: waveMove 12s ease-in-out infinite;
  opacity: 0.5;
  z-index: 1;
}

@keyframes waveMove {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  50% { transform: translate(20px, -20px) rotate(1deg); }
}

/* ===================================================
   SECTION 6 - ALTERNATIVE CLAIRE (si besoin)
=================================================== */
.background-section-6 {
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
  position: relative;
  overflow: hidden;
}

/* Effet hexagonal */
.background-section-6::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    radial-gradient(circle at 50% 50%, rgba(0, 212, 255, 0.03) 30%, transparent 30%);
  background-size: 80px 80px;
  background-position: 0 0, 40px 40px;
  opacity: 0.6;
  z-index: 1;
}

/* ===================================================
   BACKGROUNDS RESPONSIFS
=================================================== */

/* Désactive les effets complexes sur mobile pour les performances */
@media (max-width: 768px) {
  .background-section-1::before,
  .background-section-2::before,
  .background-section-3::before,
  .background-section-4::before,
  .background-section-5::before,
  .background-section-6::before {
    display: none;
  }
  
  /* Backgrounds simplifiés sur mobile */
  .background-section-1 {
    background: #0a0a0a;
  }
  
  .background-section-2 {
    background: #0f0f0f;
  }
  
  .background-section-3 {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    background-attachment: scroll;
  }
  
  .background-section-4 {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
  }
  
  .background-section-5 {
    background: #0c0c0c;
  }
  
  .background-section-6 {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
  }
}

/* ===================================================
   UTILITAIRES POUR ELEMENTOR
=================================================== */

/* Assure que les containers Elementor héritent de la hauteur */
.background-section-1,
.background-section-2,
.background-section-3,
.background-section-4,
.background-section-5,
.background-section-6 {
  min-height: 100%;
  width: 100%;
}

/* Pour les sections avec parallax */
.background-parallax {
  background-attachment: fixed;
}

@media (max-width: 768px) {
  .background-parallax {
    background-attachment: scroll;
  }
}

/* Classes de contrôle d'animation */
.no-animations .background-section-2::before,
.no-animations .background-section-3::before,
.no-animations .background-section-5::before {
  animation: none;
}

/* Support des préférences utilisateur */
@media (prefers-reduced-motion: reduce) {
  .background-section-2::before,
  .background-section-3::before,
  .background-section-5::before {
    animation: none;
  }
}/* End custom CSS */