.elementor-kit-408{--e-global-color-primary:#D4A843;--e-global-color-secondary:#0A1628;--e-global-color-text:#A8B5C8;--e-global-color-accent:#1E3A5F;--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-408 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1180px;}.e-con{--container-max-width:1180px;}.elementor-widget:not(:last-child){--kit-widget-spacing:16px;}.elementor-element{--widgets-spacing:16px 16px;--widgets-spacing-row:16px;--widgets-spacing-column:16px;}{}h1.entry-title{display:var(--page-title-display);}@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 *//* Stylisation du formulaire Contact Form 7 */
.astrosud-form {
  max-width: 600px;
}

.astrosud-form label {
  display: block;
  color: #e8f4f8;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 25px;
}

.astrosud-form input[type="text"],
.astrosud-form input[type="email"],
.astrosud-form select,
.astrosud-form textarea {
  width: 100%;
  padding: 18px 20px;
  background: #1a2a5e;
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 12px;
  color: #e8f4f8;
  font-family: Inter, sans-serif;
  font-size: 15px;
  transition: all 0.3s;
  margin-top: 8px;
}

.astrosud-form input[type="text"]:focus,
.astrosud-form input[type="email"]:focus,
.astrosud-form select:focus,
.astrosud-form textarea:focus {
  outline: none;
  border-color: #d4af37;
  background: #2d4a8e;
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
}

.astrosud-form textarea {
  min-height: 150px;
  resize: vertical;
}

.astrosud-form input[type="submit"] {
  background: #d4af37;
  color: #0a0e27;
  border: none;
  padding: 18px 50px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 30px;
  display: inline-block;
}

.astrosud-form input[type="submit"]:hover {
  background: #4dd0e1;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(77, 208, 225, 0.3);
}

/* Messages de confirmation/erreur */
.wpcf7-response-output {
  border: 2px solid #4dd0e1 !important;
  background: rgba(77, 208, 225, 0.1) !important;
  color: #4dd0e1 !important;
  padding: 20px !important;
  border-radius: 12px !important;
  margin-top: 25px !important;
  font-family: Inter, sans-serif !important;
}

.wpcf7-not-valid-tip {
  color: #ff6b6b;
  font-size: 14px;
  margin-top: 8px;
}

/* Placeholder */
.astrosud-form input::placeholder,
.astrosud-form textarea::placeholder {
  color: rgba(232, 244, 248, 0.4);
}

/* Select (menu déroulant) */
.astrosud-form select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23d4af37' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 45px;
}

.astrosud-form select option {
  background: #1a2a5e;
  color: #e8f4f8;
}/* End custom CSS */