.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );color:var( --e-global-color-primary );}.elementor-35 .elementor-element.elementor-element-9443696{text-align:center;}.elementor-35 .elementor-element.elementor-element-9443696 .elementor-heading-title{font-family:"Times New Roman", Sans-serif;font-size:80px;font-weight:600;}.elementor-35 .elementor-element.elementor-element-d901bf9:not(.elementor-motion-effects-element-type-background), .elementor-35 .elementor-element.elementor-element-d901bf9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F3F3F3;}.elementor-35 .elementor-element.elementor-element-d901bf9 > .elementor-container{max-width:625px;}.elementor-35 .elementor-element.elementor-element-d901bf9, .elementor-35 .elementor-element.elementor-element-d901bf9 > .elementor-background-overlay{border-radius:0px 0px 0px 0px;}.elementor-35 .elementor-element.elementor-element-d901bf9{box-shadow:0px 7px 10px 0px rgba(0,0,0,0.5);transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:5px;margin-bottom:5px;padding:0px 0px 0px 0px;}.elementor-35 .elementor-element.elementor-element-d901bf9 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-35 .elementor-element.elementor-element-6bf66fa > .elementor-widget-container{margin:0px 0px 0px 56px;}/* Start custom CSS for shortcode, class: .elementor-element-6bf66fa */.contact-section {
  background: #f0f0f0;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
}

.contact-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px 30px;
  max-width: 650px;
  width: 100%;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
  text-align: center;
}

.contact-card h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #111;
}

/* Styles des champs WPForms */
.wpforms-container input,
.wpforms-container select,
.wpforms-container textarea {
  width: 100% !important;
  padding: 14px 16px !important;
  border-radius: 12px !important;
  border: 1px solid #e5e5e5 !important;
  font-size: 15px !important;
  margin-bottom: 20px !important;
  transition: all 0.25s ease;
}

.wpforms-container input:focus,
.wpforms-container select:focus,
.wpforms-container textarea:focus {
  border-color: #111 !important;
  outline: none !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(0,0,0,0.05) !important;
}

/* Bouton WPForms */
.wpforms-submit {
  background: linear-gradient(135deg, #111, #333) !important;
  color: #fff !important;
  padding: 14px 25px !important;
  border-radius: 14px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  border: none !important;
  cursor: pointer !important;
  width: 100% !important;
  transition: all 0.3s ease !important;
}

.wpforms-submit:hover {
  background: linear-gradient(135deg, #000, #222) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15) !important;
}

/* Responsive */
@media (max-width: 768px) {
  .wpforms-container .wpforms-field-row {
    flex-direction: column !important;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-d901bf9 */.contact-section {
  background: #f5f5f5;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
}

.contact-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px 30px;
  max-width: 650px;
  width: 100%;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
  text-align: center;
}

.contact-card h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #111;
}

.contact-form .input-group {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid #e5e5e5;
  font-size: 15px;
  transition: all 0.25s ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #111;
  outline: none;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(0,0,0,0.05);
}

.contact-form select {
  appearance: none;
  background: #fafafa url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16'><path fill='black' d='M4 6l4 4 4-4z'/></svg>") no-repeat right 14px center;
  background-size: 12px;
  padding-right: 40px;
}

.contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

.submit-btn {
  background: linear-gradient(135deg, #111, #333);
  color: #fff;
  padding: 14px 25px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 100%;
  transition: all 0.3s ease;
}

.submit-btn:hover {
  background: linear-gradient(135deg, #000, #222);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* Responsive */
@media (max-width: 768px) {
  .contact-form .input-group {
    flex-direction: column;
  }
}/* End custom CSS */