/* === Formulaire Brochure PDF MLV (Gravity ID 8) === */

#gform_wrapper_8 {
  max-width: 700px;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  background: #f8f9fa;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

#gform_wrapper_8 .gfield_label {
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: #004a8f;
}

#gform_wrapper_8 input[type="text"],
#gform_wrapper_8 input[type="email"],
#gform_wrapper_8 input[type="file"],
#gform_wrapper_8 textarea {
  width: 100%;
  padding: 12px 15px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.05);
  background-color: #fff;
  transition: border-color 0.2s ease-in-out;
}

#gform_wrapper_8 input:focus,
#gform_wrapper_8 textarea:focus {
  border-color: #007bff;
  outline: none;
}

#gform_wrapper_8 .ginput_container_name .gform-grid-col {
  padding-right: 10px;
}

#gform_wrapper_8 .gform_fileupload_rules {
  font-size: 0.85rem;
  color: #666;
  margin-top: 0.5rem;
}

#gform_wrapper_8 textarea {
  min-height: 120px;
  resize: vertical;
}

/* Bouton d’envoi */
#gform_submit_button_8 {
  display: inline-block;
  padding: 12px 24px;
  background: linear-gradient(135deg, #004a8f 0%, #007bff 100%);
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 20px;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 85, 160, 0.2);
}

#gform_submit_button_8:hover {
  background: linear-gradient(135deg, #005ecb 0%, #339bff 100%);
  transform: translateY(-1px);
  box-shadow: 0 6px 12px rgba(0, 85, 160, 0.3);
}

#gform_submit_button_8:active {
  transform: translateY(1px);
  box-shadow: 0 2px 6px rgba(0, 85, 160, 0.2);
}
.bart_btn.bart_btn_large:hover {
  background: linear-gradient(to right, #0061c2, #4b8df9);
  transform: translateY(-1px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}