.elementor-2464 .elementor-element.elementor-element-0182b56{--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;}/* Start custom CSS *//* ===========================
   VARIABLES COULEURS ARTUS
   =========================== */
:root {
  --artus-red:    #e30613;
  --artus-black:  #1a1a1a;
  --artus-white:  #ffffff;
  --artus-grey:   #f5f5f5;
  --artus-border: #e0e0e0;
  --artus-text:   #333333;
}

/* ===========================
   ESPACE ENTREPRISE
   =========================== */

.espace-entreprise-form {
  max-width: 700px;
  margin: 0 auto;
  padding: 30px 0;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 7px;
  color: var(--artus-black);
}

/* Inputs / Select / Textarea */
.espace-entreprise-form .wpcf7 input[type="text"],
.espace-entreprise-form .wpcf7 input[type="email"],
.espace-entreprise-form .wpcf7 input[type="tel"],
.espace-entreprise-form .wpcf7 select,
.espace-entreprise-form .wpcf7 textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid var(--artus-border);
  border-radius: 6px;
  font-size: 15px;
  color: var(--artus-text);
  background: var(--artus-white);
  transition: border-color 0.3s, box-shadow 0.3s;
  box-sizing: border-box;
}

.espace-entreprise-form .wpcf7 input:focus,
.espace-entreprise-form .wpcf7 select:focus,
.espace-entreprise-form .wpcf7 textarea:focus {
  border-color: var(--artus-red);
  box-shadow: 0 0 0 3px rgba(227, 6, 19, 0.12);
  outline: none;
}

/* Select arrow rouge */
.espace-entreprise-form .wpcf7 select {
  appearance: none;
  -webkit-appearance: none;
  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='%23e30613' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 40px;
  cursor: pointer;
}

/* Checkboxes Services */
.espace-entreprise-form .wpcf7-checkbox .wpcf7-list-item {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 8px;
}

.espace-entreprise-form .wpcf7-checkbox .wpcf7-list-item label {
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--artus-text);
}

.espace-entreprise-form .wpcf7-checkbox input[type="checkbox"] {
  width: 17px;
  height: 17px;
  accent-color: var(--artus-red);
  cursor: pointer;
}

/* Textarea */
.espace-entreprise-form .wpcf7 textarea {
  resize: vertical;
  min-height: 120px;
}

/* Legal */
.form-legal p {
  font-size: 12px;
  color: #888;
  line-height: 1.7;
  margin: 0;
  padding: 12px 15px;
  background: var(--artus-grey);
  border-left: 3px solid var(--artus-red);
  border-radius: 0 6px 6px 0;
}

.form-legal .wpcf7-list-item {
  font-size: 13px;
  color: #555;
  margin: 0;
}

.form-legal .wpcf7-list-item label {
  font-weight: 400 !important;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.form-legal .wpcf7-list-item input[type="checkbox"] {
  accent-color: var(--artus-red);
  margin-top: 2px;
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

.form-legal .wpcf7-list-item a {
  color: var(--artus-red);
  text-decoration: underline;
  font-weight: 600;
}

/* Bouton Submit */
.espace-entreprise-form .wpcf7 input[type="submit"],
.btn-submit {
  background: var(--artus-red);
  color: var(--artus-white) !important;
  padding: 15px 40px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
  width: 100%;
  margin-top: 15px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.espace-entreprise-form .wpcf7 input[type="submit"]:hover,
.btn-submit:hover {
  background: var(--artus-black);
  transform: translateY(-2px);
}

/* Messages validation */
.wpcf7-not-valid-tip {
  color: var(--artus-red);
  font-size: 12px;
  margin-top: 5px;
  display: block;
}

.wpcf7-response-output {
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 14px;
  margin-top: 15px;
  border: none !important;
}

.wpcf7-mail-sent-ok {
  background: #e8f5e9;
  color: #2e7d32;
  border-left: 4px solid #2e7d32 !important;
}

.wpcf7-validation-errors,
.wpcf7-mail-sent-ng {
  background: #fdecea;
  color: var(--artus-red);
  border-left: 4px solid var(--artus-red) !important;
}

/* Mobile */
@media (max-width: 600px) {
  .espace-entreprise-form .wpcf7-checkbox .wpcf7-list-item {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .espace-entreprise-form .wpcf7 input[type="submit"] {
    padding: 14px 20px;
    font-size: 15px;
  }
}/* End custom CSS */