.elementor-489 .elementor-element.elementor-element-ad5efb2{--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:0rem;--padding-bottom:0rem;--padding-left:0rem;--padding-right:0rem;}.elementor-489 .elementor-element.elementor-element-ad5efb2.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-489 .elementor-element.elementor-element-7802ef2{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:15px 0px 0px 0px;text-align:left;}.elementor-489 .elementor-element.elementor-element-7802ef2 .elementor-heading-title{font-family:"Neue Montreal", Sans-serif;font-size:21px;font-weight:700;color:#000000;}#elementor-popup-modal-489 .dialog-widget-content{animation-duration:0.5s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-489{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-489 .dialog-message{width:1000px;height:auto;}#elementor-popup-modal-489 .dialog-close-button{display:flex;}@media(min-width:768px){.elementor-489 .elementor-element.elementor-element-ad5efb2{--width:94.314%;}}@media(max-width:1024px){#elementor-popup-modal-489 .dialog-message{width:1000px;}#elementor-popup-modal-489{justify-content:center;}}@media(max-width:767px){#elementor-popup-modal-489 .dialog-message{width:552px;}#elementor-popup-modal-489{justify-content:center;align-items:center;}}/* Start custom CSS for html, class: .elementor-element-6144733 */.form-wrapper {
  display: flex;
  margin: auto;
  padding: 20px 20px;
  border-radius: 10px;
  gap: 10px;
  flex-wrap: wrap;
}

.wpcf7-spinner {
  display: none;
}

span.wpcf7-list-item-label {
  font-family: Manrope, Sans-Serif;
  font-size: 16px;
  margin-left: 10px;
  font-weight: 500;
}

input[type="checkbox"] {
  width: 24px;
  height: 24px;
}

.form-right {
  flex: 1;
  min-width: 400px;
}

.form-left {
  min-width: 315px;
}

h2 {
  font-size: 20px;
  margin-bottom: 20px;
}

.form-divider {
  margin-left: 10px;
  margin-right: 10px;
  width: 1px;
  background-color: #ccc;
}

label {
  font-weight: bold;
  font-size: 14px;
  display: block;
  margin-bottom: -10px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  background-color: #F0F2F2;
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size: 14px;
}

textarea {
  resize: vertical;
  height: 100px;
}

.checkbox-grid {
flex-direction: column;
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    margin-bottom: 15px;
}

.checkbox-grid > div {
  flex: 1 1 calc(33.33% - 20px);
  box-sizing: border-box;
}

.input-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.upload-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.upload-box {
  flex: 1;
}

.upload-label {
  font-weight: bold;
  font-size: 14px;
  display: block;
}

.upload-area {
  border: 2px dashed #ccc;
  padding: 10px;
  text-align: center;
  border-radius: 8px;
  color: #999;
  font-size: 14px;
  cursor: pointer;
  transition: 0.2s;
}

.upload-area:hover {
  background-color: #f9f9f9;
  border-color: #bbb;
}

.upload-area span {
  display: inline-block;
  font-size: 15px;
  color: #004266;
  font-family: Manrope, Sans-Serif;
}

input[type="file"] {
  display: none;
}

.form-footer {
  text-align: right;
}

.btn {
  background-color: #f97316;
  color: white;
  padding: 12px 30px;
  border: none;
  border-radius: 25px;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
}

.btn:hover {
  background-color: #e65c00;
}

[type="submit"] {
  background-color: #F18825 !important;
  border: none;
}

/* Responsive */
@media (max-width: 768px) {
  .form-wrapper {
    flex-direction: column;
  }

  .input-row,
  .upload-row {
    flex-direction: column;
  }

  .checkbox-grid > div {
    flex: 1 1 100%;
  }
}
label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
}

.wpcf7-list-item-label {
  font-family: Manrope, Sans-Serif;
  font-size: 16px;
  font-weight: 500;
  margin: 0; /* important pour supprimer tout décalage */
}/* End custom CSS */