.elementor-98694 .elementor-element.elementor-element-be0a264{--display:flex;}.elementor-98694 .elementor-element.elementor-element-06191c5 > .elementor-widget-container{margin:-30px 0px 0px 0px;}#elementor-popup-modal-98694{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-98694 .dialog-message{width:640px;height:auto;max-height:var(--the7-fit-height, 100vh);padding:25px 25px 25px 25px;}#elementor-popup-modal-98694 .dialog-widget-content{width:640px;border-radius:12px 12px 12px 12px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-98694 .dialog-close-button{display:flex;}/* Start custom CSS *//* ================= POP-UP REMERCIEMENT DECIVISION - ID 98694 ================= */

/* 1. Overlay + Effet flou */
#elementor-popup-modal-98694 {
  background-color: rgba(20, 17, 74, 0.7) !important;
  backdrop-filter: blur(8px) !important;
}

/* 2. Conteneur de la modale */
#elementor-popup-modal-98694 .elementor-dialog-message {
  background-color: #FFFFFF !important;
  border-radius: 24px !important;
  padding: 40px 35px !important;
  box-shadow: 0px 20px 50px rgba(20, 17, 74, 0.15) !important;
  text-align: center !important;
}

/* 3. Icône (widget icône Elementor) */
#elementor-popup-modal-98694 .elementor-icon-wrapper {
  color: #FF8533 !important;
  margin-bottom: 20px !important;
}

/* 4. Titre du message */
#elementor-popup-modal-98694 .elementor-heading-title {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-weight: 700 !important;
  color: #14114A !important;
  font-size: 24px !important;
  line-height: 1.3 !important;
  margin-bottom: 16px !important;
}

/* 5. Bloc texte encadré */
#elementor-popup-modal-98694 .elementor-widget-text-editor {
  background-color: #f4f7fa !important;
  border: 2px dashed #004b93 !important;
  border-radius: 12px !important;
  padding: 30px !important;
  margin: 20px 0 !important;
}

/* 6. Texte du message */
#elementor-popup-modal-98694 .elementor-widget-text-editor p,
#elementor-popup-modal-98694 .elementor-text-editor p {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 16px !important;
  color: #5A6678 !important;
  line-height: 1.7 !important;
  margin-bottom: 0 !important;
}

/* 7. Bouton fermer */
#elementor-popup-modal-98694 .elementor-button {
  display: inline-flex !important;
  background-color: #FF8533 !important;
  color: #FFFFFF !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  padding: 14px 32px !important;
  border-radius: 12px !important;
  border: none !important;
  box-shadow: 0px 6px 20px rgba(255, 133, 51, 0.3) !important;
  transition: all 0.2s ease !important;
  cursor: pointer !important;
  margin-top: 24px !important;
  justify-content: center !important;
}

#elementor-popup-modal-98694 .elementor-button:hover {
  background-color: #E66A1A !important;
  transform: translateY(-2px) !important;
  box-shadow: 0px 10px 24px rgba(255, 133, 51, 0.4) !important;
}

/* 8. Croix de fermeture */
#elementor-popup-modal-98694 .dialog-close-button {
  color: #5A6678 !important;
  top: 15px !important;
  right: 15px !important;
}
#elementor-popup-modal-98694 .dialog-close-button:hover {
  color: #FF8533 !important;
}

/* 9. Animation d'apparition */
#elementor-popup-modal-98694 .elementor-dialog-message {
  animation: decivisionPopMerci 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards !important;
}

@keyframes decivisionPopMerci {
  0%   { transform: scale(0.95); opacity: 0; }
  100% { transform: scale(1);    opacity: 1; }
}/* End custom CSS */