.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-a1ded27:#FFD11D;--e-global-color-d350078:#071230;--e-global-color-56f6005:#FFD722;--e-global-color-8af1b5c:#0A183F;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ============================================
   HKF - Form Multi-Cibles (Custom Tabs)
   ============================================ */
:root {
  --hkf-bg: #0f1e3d;
  --hkf-bg-input: #1a2a4d;
  --hkf-border: #2a3a5d;
  --hkf-text: #ffffff;
  --hkf-text-muted: #8b9bbd;
  --hkf-particulier: #FFC107;
  --hkf-pro: #2563EB;
  --hkf-collectivite: #10B981;
}

#hkf-form-wrapper {
  background: var(--hkf-bg);
  border-radius: 12px;
  padding: 24px;
}

/* --- ONGLETS --- */
.hkf-tab {
  background: transparent !important;
  color: var(--hkf-text-muted) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 12px 20px !important;
  border: none !important;
  border-bottom: 2px solid transparent !important;
  border-radius: 0 !important;
  transition: all 0.3s ease;
  cursor: pointer;
  flex: 1;
}

.hkf-tab:hover { color: var(--hkf-text) !important; }

.hkf-tab--particulier.is-active {
  color: var(--hkf-particulier) !important;
  border-bottom-color: var(--hkf-particulier) !important;
}
.hkf-tab--pro.is-active {
  color: var(--hkf-pro) !important;
  border-bottom-color: var(--hkf-pro) !important;
}
.hkf-tab--collectivite.is-active {
  color: var(--hkf-collectivite) !important;
  border-bottom-color: var(--hkf-collectivite) !important;
}

/* --- PANELS (formulaires cachés/affichés) --- */
.hkf-panel {
  display: none !important;
  padding-top: 24px;
  border-top: 1px solid var(--hkf-border);
  margin-top: -1px; /* aligne avec la bordure des tabs */
}
.hkf-panel.is-active { display: flex !important; }

/* --- CHAMPS --- */
.elementor-form .elementor-field-group label {
  color: var(--hkf-text) !important;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 6px;
}
.elementor-form .elementor-field-group label small {
  color: var(--hkf-text-muted);
  font-weight: 400;
  margin-left: 4px;
}
.elementor-form input[type="text"],
.elementor-form input[type="email"],
.elementor-form input[type="tel"],
.elementor-form select,
.elementor-form textarea {
  background: var(--hkf-bg-input) !important;
  border: 1px solid var(--hkf-border) !important;
  color: var(--hkf-text) !important;
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 14px;
}
.elementor-form input::placeholder { color: var(--hkf-text-muted); opacity: 0.6; }
.elementor-form input:focus,
.elementor-form select:focus {
  border-color: var(--hkf-pro) !important;
  outline: none;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}
.elementor-field-group .elementor-field-description {
  color: var(--hkf-text-muted);
  font-size: 11px;
  margin-top: 4px;
}

/* --- RADIO PILLS --- */
.elementor-field-subgroup .elementor-field-option { display: inline-block; margin: 0 8px 8px 0; }
.elementor-field-subgroup input[type="radio"] { position: absolute; opacity: 0; }
.elementor-field-subgroup input[type="radio"] + label {
  display: inline-block;
  padding: 8px 16px;
  background: var(--hkf-bg-input);
  border: 1px solid var(--hkf-border);
  border-radius: 6px;
  color: var(--hkf-text);
  font-size: 13px;
  cursor: pointer;
  margin: 0;
  transition: all 0.2s;
}
.hkf-form-particulier .elementor-field-subgroup input[type="radio"]:checked + label {
  background: var(--hkf-particulier); border-color: var(--hkf-particulier); color: var(--hkf-bg); font-weight: 600;
}
.hkf-form-pro .elementor-field-subgroup input[type="radio"]:checked + label {
  background: var(--hkf-pro); border-color: var(--hkf-pro); color: #fff; font-weight: 600;
}
.hkf-form-collectivite .elementor-field-subgroup input[type="radio"]:checked + label {
  background: var(--hkf-collectivite); border-color: var(--hkf-collectivite); color: #fff; font-weight: 600;
}

/* --- BOUTONS SUBMIT --- */
.elementor-form button[type="submit"] {
  width: 100%;
  padding: 14px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s;
}
.elementor-form button[type="submit"]:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
.hkf-form-particulier button[type="submit"]  { background: var(--hkf-particulier) !important; color: var(--hkf-bg) !important; }
.hkf-form-pro button[type="submit"]          { background: var(--hkf-pro) !important; color: #fff !important; }
.hkf-form-collectivite button[type="submit"] { background: var(--hkf-collectivite) !important; color: #fff !important; }

/* Responsive */
@media (max-width: 640px) {
  .hkf-tab { font-size: 11px !important; padding: 10px 8px !important; }
}/* End custom CSS */