.elementor-25852 .elementor-element.elementor-element-ecf1f9e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-25852 .elementor-element.elementor-element-0b43d15{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-25852 .elementor-element.elementor-element-866ffe8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-699e2a4 */.cyber-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  background: linear-gradient(135deg, #020b1f, #0a1a4f, #0d2070);
  padding: 60px 50px;
  font-family: 'Segoe UI', sans-serif;
  flex-wrap: wrap;
  min-height: 520px;
  position: relative;
  overflow: hidden;
}

/* ---- GAUCHE ---- */
.cyber-gauche {
  flex: 1.2;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 1;
}

.cyber-badge {
  display: inline-block;
  background-color: #1a3aaf;
  color: #7eb3ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 6px 14px;
  border-radius: 50px;
  width: fit-content;
}

.cyber-gauche h1 {
  font-size: 38px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  margin: 0;
}

.mot-orange {
  color: #f47c20;
}

.cyber-sous-titre {
  font-size: 15px;
  color: #8aaad8;
  line-height: 1.7;
  margin: 0;
  max-width: 480px;
}

/* Boutons */
.cyber-boutons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-orange {
  background-color: #f47c20;
  color: #ffffff;
  text-decoration: none;
  padding: 15px 28px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 700;
  transition: background 0.2s ease;
  white-space: nowrap;
}

.btn-orange:hover {
  background-color: #d96a10;
}

.btn-contour {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
  padding: 15px 28px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  border: 2px solid #ffffff;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.btn-contour:hover {
  background-color: rgba(255,255,255,0.1);
}

/* Garanties */
.cyber-garanties {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.garantie {
  display: flex;
  align-items: center;
  gap: 10px;
}

.garantie-icone {
  font-size: 20px;
  color: #4a90d9;
}

.garantie div {
  display: flex;
  flex-direction: column;
}

.garantie strong {
  font-size: 13px;
  color: #ffffff;
}

.garantie span {
  font-size: 12px;
  color: #7a9dc8;
}

/* ---- FORMULAIRE ---- */
.cyber-form-wrapper {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 32px 28px;
  width: 320px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 1;
}

.cyber-form-wrapper h3 {
  font-size: 22px;
  font-weight: 800;
  color: #1a1a2e;
  margin: 0;
}

.form-sous-titre {
  font-size: 14px;
  color: #666;
  margin: 0 0 10px;
  line-height: 1.4;
}

.cyber-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.champ {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1.5px solid #e0e4ef;
  border-radius: 10px;
  padding: 12px 16px;
  background: #fff;
}

.champ-icon {
  font-size: 16px;
  flex-shrink: 0;
}

.champ input {
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  color: #333;
  width: 100%;
}

.champ input::placeholder {
  color: #bbb;
}

.btn-submit {
  background-color: #f47c20;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 4px;
  transition: background 0.2s ease;
}

.btn-submit:hover {
  background-color: #d96a10;
}

.form-mention {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  color: #555;
  margin-top: 4px;
}

/* Responsive */
@media (max-width: 900px) {
  .cyber-hero {
    flex-direction: column;
    padding: 40px 24px;
  }

  .cyber-form-wrapper {
    width: 100%;
  }

  .cyber-garanties {
    flex-direction: column;
    gap: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dcb43d4 */.stats-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 24px 32px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  font-family: 'Segoe UI', sans-serif;
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 40px;
}

.stat-icon {
  font-size: 26px;
  background-color: #eaf0ff;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.stat-texte {
  display: flex;
  flex-direction: column;
}

.stat-chiffre {
  font-size: 28px;
  font-weight: 800;
  color: #1a1a2e;
  line-height: 1.1;
}

.stat-label {
  font-size: 13px;
  color: #777;
  margin-top: 2px;
}

.stat-separateur {
  width: 1px;
  height: 50px;
  background-color: #e0e4ef;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .stat-separateur {
    display: none;
  }

  .stat-item {
    padding: 12px 20px;
    flex: 1 1 45%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a960406 */.attaque-section {
  padding: 60px 40px;
  background-color: #ffffff;
  font-family: 'Segoe UI', sans-serif;
  text-align: center;
}

.attaque-section h2 {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 40px;
}

/* Grille */
.attaque-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Carte */
.attaque-card {
  background-color: #f9fafd;
  border: 1.5px solid #e8ecf5;
  border-radius: 16px;
  padding: 36px 24px;
  width: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  transition: box-shadow 0.2s ease;
}

.attaque-card:hover {
  box-shadow: 0 6px 24px rgba(0,0,0,0.08);
}

/* Icônes */
.attaque-icone {
  font-size: 38px;
  width: 80px;
  height: 80px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.attaque-icone.rouge {
  background-color: #fff0ee;
}

.attaque-icone.rouge-clair {
  background-color: #fff0ee;
}

.attaque-icone.orange {
  background-color: #fff8e6;
}

.attaque-icone.bleu {
  background-color: #eaf0ff;
}

/* Texte */
.attaque-card h3 {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0;
}

.attaque-card p {
  font-size: 13px;
  color: #777;
  line-height: 1.6;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .attaque-grid {
    flex-direction: column;
    align-items: center;
  }

  .attaque-card {
    width: 100%;
    max-width: 320px;
  }
}/* End custom CSS */