.elementor-3183 .elementor-element.elementor-element-25a19a0{--display:flex;}/* Start custom CSS for container, class: .elementor-element-25a19a0 *//* =========================================================
   ERREURS CYBER 2025 – VERSION PREMIUM
========================================================= */

#hero-erreurs,
#intro-erreurs,
#erreurs-list,
#solutions-erreurs,
#analyse-erreurs,
#stat-erreurs,
#cta-erreurs {
  padding: 100px 0;
}

/* =========================================================
   HERO
========================================================= */

#hero-erreurs {
  text-align: center;
  background: linear-gradient(135deg,#ffffff,#eef6ff);
}

#hero-erreurs h1 {
  font-size: clamp(32px, 3vw, 48px);
  line-height: 1.1;
  color: #0f172a;
  margin-bottom: 20px;
}

#hero-erreurs p {
  font-size: 1.15rem;
  color: #64748b;
  max-width: 70ch;
  margin: auto auto 30px;
}

#hero-erreurs .btn,
#cta-erreurs a {
  background: #0AA4E8;
  color: white;
  padding: 14px 34px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  transition: .35s ease;
  box-shadow: 0 10px 30px rgba(10,164,232,.25);
}

#hero-erreurs .btn:hover,
#cta-erreurs a:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(10,164,232,.35);
}

/* =========================================================
   INTRO / ANALYSE
========================================================= */

#intro-erreurs,
#analyse-erreurs {
  text-align: center;
  max-width: 800px;
  margin: auto;
}

#intro-erreurs h2,
#solutions-erreurs h2,
#analyse-erreurs h2,
#cta-erreurs h2 {
  font-size: clamp(24px,2vw,34px);
  color: #0f172a;
  margin-bottom: 20px;
}

#intro-erreurs p,
#analyse-erreurs p {
  color: #475569;
  font-size: 1.05rem;
}

/* =========================================================
   LISTE DES ERREURS
========================================================= */

#erreurs-list {
  background: linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px;
  max-width: 1100px;
  margin: auto;
}

#erreurs-list .card {
  background: #ffffff;
  padding: 30px;
  border-radius: 22px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 14px 40px rgba(2,6,23,.05);
  transition: .35s ease;
}

#erreurs-list .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 70px rgba(2,6,23,.08);
  border-color: rgba(10,164,232,.35);
}

#erreurs-list h3 {
  color: #0f172a;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

#erreurs-list p {
  color: #475569;
  font-size: .95rem;
}

/* =========================================================
   SOLUTIONS
========================================================= */

#solutions-erreurs {
  text-align: center;
}

#solutions-erreurs .grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px;
  margin-top: 50px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

#solutions-erreurs .item {
  background: #ffffff;
  padding: 35px 30px;
  border-radius: 22px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 14px 40px rgba(2,6,23,.05);
  transition: .35s ease;
}

#solutions-erreurs .item:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 60px rgba(2,6,23,.08);
  border-color: rgba(10,164,232,.35);
}

#solutions-erreurs h3 {
  margin-bottom: 10px;
  color: #0f172a;
}

/* =========================================================
   STAT BLOCK (citation premium)
========================================================= */

#stat-erreurs {
  background: linear-gradient(180deg,#ffffff 0%,#eef6ff 100%);
  text-align: center;
  font-size: 1.2rem;
  max-width: 900px;
  margin: auto;
  padding: 80px 40px;
  border-radius: 22px;
  box-shadow: 0 22px 60px rgba(2,6,23,.08);
  border: 1px solid #e2e8f0;
  position: relative;
}

#stat-erreurs::before {
  content:"";
  position:absolute;
  inset:0;
  background: radial-gradient(700px 220px at 20% 0%, rgba(10,164,232,.12), transparent 60%);
  pointer-events:none;
}

/* =========================================================
   CTA
========================================================= */

#cta-erreurs {
  text-align: center;
  background: linear-gradient(180deg,#ffffff 0%,#f1f8ff 100%);
}

#cta-erreurs p {
  color: #64748b;
  max-width: 65ch;
  margin: 0 auto 30px;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 980px) {

  #erreurs-list,
  #solutions-erreurs .grid {
    grid-template-columns: 1fr;
  }

  #hero-erreurs,
  #intro-erreurs,
  #erreurs-list,
  #solutions-erreurs,
  #analyse-erreurs,
  #stat-erreurs,
  #cta-erreurs {
    padding: 70px 20px;
  }

}/* End custom CSS */