.elementor-81 .elementor-element.elementor-element-6b6daa5{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-6b6daa5 *//* ====== SECTION GLOBALE ====== */
.contact-section {
  background: linear-gradient(145deg, #f9f9f9, #ffffff);
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

/* TITRE ET DESCRIPTION */
.contact-section h2 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.contact-section p {
  font-size: 1.05rem;
  color: #666;
  max-width: 650px;
  margin-bottom: 50px;
}

/* ====== CONTAINER FORMULAIRE ====== */
.contact-page__form {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
  width: 100%;
  max-width: 850px;
  padding: 60px 50px;
  text-align: left;
  transition: all 0.3s ease;
}

.contact-page__form:hover {
  box-shadow: 0 15px 60px rgba(166, 124, 82, 0.15);
}

/* ====== CHAMPS ====== */
.contact-page__input-box {
  margin-bottom: 25px;
}

.contact-page__input-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: #444;
  margin-bottom: 8px;
}

/* STYLE DES INPUTS, SELECTS ET TEXTAREAS */
input.form-control,
select.form-select,
textarea.form-control {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #fafafa;
  color: #333;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s ease;
}

input.form-control::placeholder,
textarea.form-control::placeholder {
  color: #aaa;
}

input.form-control:focus,
select.form-select:focus,
textarea.form-control:focus {
  border-color: #a67c52;
  background: #fff;
  box-shadow: 0 0 8px rgba(166, 124, 82, 0.25);
  outline: none;
}

/* ====== BOUTON ====== */
.wpcf7-submit,
.btn-primary {
  background: #a67c52;
  color: #fff;
  border: none;
  border-radius: 40px;
  padding: 14px 50px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  margin-top: 15px;
}

.wpcf7-submit:hover {
  background: #8b6c46;
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(166, 124, 82, 0.3);
}

/* ====== MESSAGE DE CONFIRMATION ====== */
.wpcf7-mail-sent-ok {
  background-color: #e8f8ef;
  color: #2e7d32;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  font-weight: 600;
  margin-top: 20px;
}

/* ====== RESPONSIVE ====== */
@media (max-width: 991px) {
  .contact-page__form {
    padding: 40px 30px;
  }

  .contact-section h2 {
    font-size: 2rem;
  }

  .contact-section p {
    font-size: 0.95rem;
  }
}

@media (max-width: 600px) {
  .contact-page__form {
    padding: 30px 20px;
  }

  input.form-control,
  select.form-select,
  textarea.form-control {
    font-size: 0.9rem;
  }

  .wpcf7-submit {
    width: 100%;
    padding: 14px 0;
  }
}/* End custom CSS */