.elementor-322 .elementor-element.elementor-element-29b4a66{--display:flex;--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;}.elementor-322 .elementor-element.elementor-element-29b4a66:not(.elementor-motion-effects-element-type-background), .elementor-322 .elementor-element.elementor-element-29b4a66 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-9c17248 );}/* Start custom CSS *//* IMPORTS */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap');

/* GLOBAL */
.wpuf-form {
  background-color: #000 !important;
  color: #fff !important;
  font-family: 'Space Grotesk', sans-serif !important;
}

.wpuf-form,
.wpuf-form * {
  box-sizing: border-box !important;
}

/* LABELS */
.wpuf-form label,
.wpuf-form .wpuf-label,
.form-group label {
  font-family: 'Space Grotesk', sans-serif !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  color: #fff !important;
  margin-bottom: 12px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

/* TOUS LES INPUTS */
.wpuf-form input[type="text"],
.wpuf-form input[type="email"],
.wpuf-form input[type="number"],
.wpuf-form input[type="url"],
.wpuf-form input[type="password"],
.wpuf-form input[type="date"],
.wpuf-form input[type="time"],
.wpuf-form textarea,
.wpuf-form select,
.form-group input,
.form-group textarea,
.form-group select {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid #fff !important;
  color: #fff !important;
  font-family: 'Space Grotesk', sans-serif !important;
  font-size: 15px !important;
  padding: 10px 0 !important;
  line-height: 1.6 !important;
  box-shadow: none !important;
}

/* FOCUS */
.wpuf-form input:focus,
.wpuf-form textarea:focus,
.wpuf-form select:focus,
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none !important;
  border-bottom-color: #fff !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

/* PLACEHOLDER */
.wpuf-form input::placeholder,
.wpuf-form textarea::placeholder,
.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
  font-family: 'Space Grotesk', sans-serif !important;
}

/* SELECT */
.wpuf-form select,
.form-group select {
  appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23ffffff' d='M1 1l5 5 5-5'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 0 !important;
  background-size: 12px !important;
  padding-right: 20px !important;
}

/* BUTTONS */
.wpuf-form input[type="submit"],
.wpuf-form button[type="submit"],
.wpuf-submit {
  background-color: #fff !important;
  color: #000 !important;
  border: 1px solid #fff !important;
  font-family: 'Space Grotesk', sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  padding: 14px 40px !important;
  cursor: pointer !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  transition: all 0.3s ease !important;
  box-shadow: none !important;
}

.wpuf-form input[type="submit"]:hover,
.wpuf-form button[type="submit"]:hover,
.wpuf-submit:hover {
  background-color: transparent !important;
  color: #fff !important;
}

/* CONTENEURS CHAMPS */
.wpuf-form .form-group,
.wpuf-form-group,
.wpuf-form-row {
  margin-bottom: 32px !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

/* MASQUER LES BORDURES/OMBRES WPUF */
.wpuf-form .form-sub-group {
  border: none !important;
  background: none !important;
}

.wpuf-form input,
.wpuf-form textarea,
.wpuf-form select {
  border-radius: 0 !important;
}/* End custom CSS */