.elementor-1545 .elementor-element.elementor-element-e9decdd{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1545 .elementor-element.elementor-element-d6b7d31{--display:flex;--min-height:47px;--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;}@media(min-width:768px){.elementor-1545 .elementor-element.elementor-element-d6b7d31{--content-width:1209px;}}/* Start custom CSS for text-editor, class: .elementor-element-31947ab */.gradient-bullets {
  list-style: none;
  padding: 0;
}

.gradient-bullets li {
  position: relative;
  padding-left: 25px;
  margin: 10px 0;
  transition: color 0.3s ease;
}

.gradient-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 12px;
  height: 12px;
  background: linear-gradient(45deg, #abc602, #abc602);
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.gradient-bullets li:hover {
  color: #00a1b6;
}

.gradient-bullets li:hover::before {
  transform: scale(1.2);
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-b70916d *//* Container principal du formulaire */
.cf7resp {
  max-width: 700px;
  margin: 0 auto;
  padding: 2rem;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* Reset du tableau pour un meilleur contrôle */
.cf7resp table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.cf7resp td {
  padding: 0.5rem;
  vertical-align: top;
}

/* Style des labels */
.cf7resp label {
  display: block;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}

/* Style des champs input et textarea */
.cf7resp input[type="text"],
.cf7resp input[type="email"],
.cf7resp textarea {
  width: 100%;
  padding: 0.875rem 1rem;
  border: 2px solid #e0e6ed;
  border-radius: 8px;
  font-size: 1rem;
  font-family: inherit;
  transition: all 0.3s ease;
  background-color: #f8f9fa;
  box-sizing: border-box;
}

.cf7resp input[type="text"]:focus,
.cf7resp input[type="email"]:focus,
.cf7resp textarea:focus {
  outline: none;
  border-color: #667eea;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

/* Style du textarea */
.cf7resp textarea {
  resize: vertical;
  min-height: 120px;
  line-height: 1.6;
}

/* Style du quiz */
.cf7resp .wpcf7-quiz {
  width: 100%;
  padding: 0.875rem 1rem;
  border: 2px solid #e0e6ed;
  border-radius: 8px;
  font-size: 1rem;
  background-color: #f8f9fa;
  transition: all 0.3s ease;
}

.cf7resp .wpcf7-quiz:focus {
  outline: none;
  border-color: #667eea;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

/* Style de la checkbox RGPD */
.cf7resp .wpcf7-list-item {
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.cf7resp input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-top: 0.2rem;
  cursor: pointer;
  accent-color: #667eea;
  flex-shrink: 0;
}

.cf7resp .wpcf7-list-item-label {
  font-weight: 400;
  font-size: 0.9rem;
  color: #4a5568;
  line-height: 1.5;
  cursor: pointer;
}

/* Style du bouton submit */
.cf7resp input[type="submit"] {
  width: 100%;
  padding: 1rem 2rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 1.05rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 0.5rem;
}

.cf7resp input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.cf7resp input[type="submit"]:active {
  transform: translateY(0);
}

/* Style du badge reCAPTCHA */
.cf7resp .wpcf7-form-control.wpcf7-recaptcha {
  margin-top: 0.5rem;
}

/* Messages d'erreur et de validation */
.cf7resp .wpcf7-not-valid-tip {
  color: #e53e3e;
  font-size: 0.85rem;
  margin-top: 0.3rem;
  display: block;
}

.cf7resp span.wpcf7-not-valid {
  border-color: #fc8181 !important;
  background-color: #fff5f5 !important;
}

.cf7resp .wpcf7-response-output {
  margin: 1.5rem 0 0 0;
  padding: 1rem;
  border-radius: 8px;
  font-size: 0.95rem;
  border: 2px solid;
}

.cf7resp .wpcf7-mail-sent-ok {
  background-color: #f0fff4;
  border-color: #48bb78;
  color: #22543d;
}

.cf7resp .wpcf7-validation-errors,
.cf7resp .wpcf7-mail-sent-ng {
  background-color: #fff5f5;
  border-color: #fc8181;
  color: #742a2a;
}

/* Responsive Design */
@media (max-width: 768px) {
  .cf7resp {
    padding: 1.5rem;
  }
  
  .cf7resp table,
  .cf7resp tr,
  .cf7resp td {
    display: block;
    width: 100%;
  }
  
  .cf7resp td {
    padding: 0.5rem 0;
  }
  
  .cf7resp input[type="submit"] {
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

/* Animation au chargement */
.cf7resp {
  animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Style pour le placeholder */
.cf7resp input::placeholder,
.cf7resp textarea::placeholder {
  color: #a0aec0;
  opacity: 1;
}

/* Amélioration de l'accessibilité */
.cf7resp input:focus-visible,
.cf7resp textarea:focus-visible,
.cf7resp select:focus-visible {
  outline: 3px solid #667eea;
  outline-offset: 2px;
}/* End custom CSS */