.elementor-3168 .elementor-element.elementor-element-29e9a48{--display:flex;}.elementor-3168 .elementor-element.elementor-element-a6effaf{--display:flex;}/* Start custom CSS for container, class: .elementor-element-a6effaf *//* =========================================================
   GESTES CYBER – VERSION PREMIUM
   (compatible avec le style article-pro)
========================================================= */

#hero-gestes,
#intro-gestes,
#gestes-list,
#detail-gestes,
#checklist-gestes,
#chiffres-gestes,
#cta-gestes {
  padding: 100px 0;
}

#hero-gestes {
  text-align: center;
  background: linear-gradient(135deg,#ffffff,#eef6ff);
}

#hero-gestes h1 {
  font-size: clamp(32px, 3vw, 48px);
  line-height: 1.1;
  color: #0f172a;
  margin-bottom: 20px;
}

#hero-gestes p {
  font-size: 1.15rem;
  color: #64748b;
  max-width: 70ch;
  margin: auto auto 30px;
}

#hero-gestes 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-gestes a:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(10,164,232,.35);
}

/* =========================================================
   INTRO + DETAIL
========================================================= */

#intro-gestes,
#detail-gestes {
  text-align: center;
  max-width: 800px;
  margin: auto;
}

#intro-gestes h2,
#detail-gestes h2,
#gestes-list h2,
#checklist-gestes h2,
#cta-gestes h2 {
  font-size: clamp(24px,2vw,34px);
  color: #0f172a;
  margin-bottom: 20px;
}

#intro-gestes p,
#detail-gestes p {
  color: #475569;
  font-size: 1.05rem;
}

/* =========================================================
   GESTES GRID
========================================================= */

#gestes-list {
  background: linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);
  text-align: center;
}

#gestes-list .grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px;
  margin-top: 50px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

#gestes-list .card {
  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;
}

#gestes-list .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 70px rgba(2,6,23,.08);
  border-color: rgba(10,164,232,.35);
}

#gestes-list h3 {
  margin-bottom: 10px;
  color: #0f172a;
  font-size: 1.2rem;
}

#gestes-list p {
  color: #475569;
  font-size: .98rem;
}

/* =========================================================
   CHECKLIST
========================================================= */

#checklist-gestes {
  background: linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);
  text-align: center;
}

#checklist-gestes ul {
  list-style: none;
  padding: 0;
  max-width: 700px;
  margin: 40px auto 0;
  display: grid;
  gap: 20px;
}

#checklist-gestes li {
  background: #ffffff;
  padding: 22px 25px;
  border-radius: 22px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 14px 40px rgba(2,6,23,.05);
  transition: .35s ease;
  text-align: left;
}

#checklist-gestes li:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 60px rgba(2,6,23,.08);
  border-color: rgba(10,164,232,.35);
}

/* =========================================================
   CHIFFRES
========================================================= */

#chiffres-gestes {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px;
  max-width: 1100px;
  margin: auto;
}

#chiffres-gestes .item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 22px;
  padding: 35px 25px;
  text-align: center;
  box-shadow: 0 14px 40px rgba(2,6,23,.05);
  transition: .35s ease;
  position: relative;
  overflow: hidden;
}

#chiffres-gestes .item::before {
  content:"";
  position:absolute;
  inset:0;
  background: radial-gradient(700px 220px at 20% 0%, rgba(10,164,232,.12), transparent 60%);
  pointer-events:none;
}

#chiffres-gestes .item:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 60px rgba(2,6,23,.08);
  border-color: rgba(10,164,232,.35);
}

#chiffres-gestes h3 {
  font-size: 36px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 10px;
}

#chiffres-gestes p {
  color: #475569;
}

/* =========================================================
   CTA
========================================================= */

#cta-gestes {
  text-align: center;
  background: linear-gradient(180deg,#ffffff 0%,#eef6ff 100%);
}

#cta-gestes p {
  color: #64748b;
  max-width: 65ch;
  margin: 0 auto 30px;
}

#cta-gestes a {
  background: #0AA4E8;
  color: white;
  padding: 14px 34px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  transition: .35s ease;
  box-shadow: 0 10px 30px rgba(10,164,232,.25);
}

#cta-gestes a:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(10,164,232,.35);
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 980px) {

  #gestes-list .grid,
  #chiffres-gestes {
    grid-template-columns: 1fr;
  }

  #hero-gestes,
  #intro-gestes,
  #gestes-list,
  #detail-gestes,
  #checklist-gestes,
  #chiffres-gestes,
  #cta-gestes {
    padding: 70px 20px;
  }

}/* End custom CSS */