.elementor-91687 .elementor-element.elementor-element-7ee4cfb{--display:flex;--padding-top:10px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}.elementor-91687 .elementor-element.elementor-element-7ee4cfb:not(.elementor-motion-effects-element-type-background), .elementor-91687 .elementor-element.elementor-element-7ee4cfb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-91687 .elementor-element.elementor-element-ae802de{--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;--padding-top:20px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-91687 .elementor-element.elementor-element-ae802de:not(.elementor-motion-effects-element-type-background), .elementor-91687 .elementor-element.elementor-element-ae802de > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-91687 .elementor-element.elementor-element-11bdcdb{--display:flex;--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}.elementor-91687 .elementor-element.elementor-element-8cb67c3{--display:flex;}body.elementor-page-91687:not(.elementor-motion-effects-element-type-background), body.elementor-page-91687 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #000000 0%, #000000 100%);}/* Start custom CSS for shortcode, class: .elementor-element-d60e634 *//* ===== Style général du formulaire Sellsy ===== */
form#form_contact {
  max-width: 800px;
  margin: 0 auto;
  //padding: 2em;
  //background: #fff;
  //border: 1px solid #ddd;
  border-radius: 16px; /* Bordure arrondie du conteneur */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  font-family: "Titillium Web", sans-serif;
}

/* ===== Labels ===== */
form#form_contact label {
  display: block;
  margin: 12px 0 6px;
  font-weight: 600;
}

/* ===== Champs de saisie ===== */
form#form_contact input[type="text"],
form#form_contact input[type="email"],
form#form_contact select,
form#form_contact textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 15px;
  line-height: 1.5;
  transition: all 0.2s ease-in-out;
  background-color: #fafafa;
}

/* ===== Effet focus ===== */
form#form_contact input:focus,
form#form_contact select:focus,
form#form_contact textarea:focus {
  border-color: #00B8DD;
  background-color: #fff;
  outline: none;
  box-shadow: 0 0 0 5px rgba(0,115,230,0.25);
}

/* ===== Checkbox ===== */
form#form_contact input[type="checkbox"] {
  accent-color: #0073e6; /* Couleur moderne du check */
  margin-right: 6px;
}

/* ===== Bouton d’envoi ===== */
form#form_contact a#sellsy_btn_contact {
  display: inline-block;
  background-color: #00B8DD;
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  padding: 10px 28px;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease;
  margin-top: 1.5em;
  font-size: 24px;
  font-variant: small-caps;
}

form#form_contact a#sellsy_btn_contact:hover {
  background-color: #fff;
  color: #000!important;
}

/* ===== Message de succès ===== */
.sellsy-success-message {
  background: #e6f7e6;
  color: #2d7a2d;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid #bde5b8;
  margin-bottom: 1em;
  font-size: 14px;
}/* End custom CSS */
/* Start custom CSS */#masthead, #colophon {display: none;}/* End custom CSS */