.elementor-1361 .elementor-element.elementor-element-e73245c{--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-1361 .elementor-element.elementor-element-e73245c.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1361 .elementor-element.elementor-element-454f15c{--display:flex;}.elementor-1361 .elementor-element.elementor-element-af62a62{--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;}.elementor-1361 .elementor-element.elementor-element-af62a62.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1361 .elementor-element.elementor-element-7940ebd{--display:flex;}.elementor-1361 .elementor-element.elementor-element-7940ebd.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1361 .elementor-element.elementor-element-ab0dddb{--display:flex;}.elementor-1361 .elementor-element.elementor-element-ab0dddb.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1361 .elementor-element.elementor-element-f8c66c0.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-1361 .elementor-element.elementor-element-364135a{--display:flex;}.elementor-1361 .elementor-element.elementor-element-897af44{--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-1361 .elementor-element.elementor-element-6c4f5250{--display:flex;--min-height:0px;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(min-width:768px){.elementor-1361 .elementor-element.elementor-element-7940ebd{--width:14.351%;}.elementor-1361 .elementor-element.elementor-element-ab0dddb{--width:55.138%;}.elementor-1361 .elementor-element.elementor-element-6c4f5250{--content-width:867px;}}@media(max-width:767px){.elementor-1361 .elementor-element.elementor-element-e73245c{--width:382.333px;}.elementor-1361 .elementor-element.elementor-element-af62a62{--width:324.333px;}.elementor-1361 .elementor-element.elementor-element-f8c66c0{width:var( --container-widget-width, 307.333px );max-width:307.333px;--container-widget-width:307.333px;--container-widget-flex-grow:0;}.elementor-1361 .elementor-element.elementor-element-6c4f5250{--content-width:500px;}}/* Start custom CSS for shortcode, class: .elementor-element-f8c66c0 *//* === STYLE DU FORMULAIRE DE CANDIDATURE === */

.confirmation-section {
  background-color: #f9f9f9;
  border-left: 5px solid #007BFF;
  padding: 25px 30px;
  margin-bottom: 30px;
  border-radius: 6px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  max-width: 600px;
  box-sizing: border-box;
}

.confirmation-section h3 {
  margin-top: 0;
  color: #d9534f;
  font-weight: 700;
  font-size: 1.4rem;
}

.confirmation-section p,
.confirmation-section ul li,
.confirmation-section label {
  font-size: 15px;
  line-height: 1.6;
}

.confirmation-section input[type="text"],
.confirmation-section input[type="tel"],
.confirmation-section input[type="email"] {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 15px;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

.confirmation-section input[type="text"]:focus,
.confirmation-section input[type="tel"]:focus,
.confirmation-section input[type="email"]:focus {
  border-color: #007BFF;
  outline: none;
}

.confirmation-section label input[type="checkbox"] {
  margin-right: 8px;
  vertical-align: middle;
}

/* === BOUTON DE CONFIRMATION === */
.confirmation-section .wpcf7-submit {
  background-color: #28a745 !important;
  color: #fff !important;
  padding: 14px 30px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  border-radius: 5px !important;
  border: none !important;
  cursor: pointer;
  width: 100% !important;
  max-width: 300px;
  display: block;
  margin-top: 20px;
}

.confirmation-section .wpcf7-submit:hover {
  background-color: #218838 !important;
}

@media (max-width: 640px) {
  .confirmation-section {
    padding: 20px;
    max-width: 100%;
  }
}
/* ====== FORMULAIRE CF7 FULL WIDTH MOBILE ====== */
.confirmation-section form,
.wpcf7-form {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}

/* Les champs */
.confirmation-section input[type="text"],
.confirmation-section input[type="email"],
.confirmation-section input[type="tel"],
.confirmation-section textarea,
.confirmation-section select {
  width: 100% !important;
  max-width: 100% !important;
  font-size: 16px;
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* Le bouton */
.confirmation-section input[type="submit"] {
  width: 100% !important;
  max-width: 100% !important;
  padding: 16px;
  font-size: 17px;
}

/* Sur petit écran, augmenter les marges internes */
@media (max-width: 640px) {
  .confirmation-section {
    padding: 25px 20px !important;
    max-width: 100% !important;
  }
}/* End custom CSS */