.elementor-74 .elementor-element.elementor-element-0aeff93{--display:flex;}.elementor-74 .elementor-element.elementor-element-0aeff93.e-con{--align-self:center;--flex-grow:1;--flex-shrink:0;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-74 .elementor-element.elementor-element-0aeff93{--width:500px;}}/* Start custom CSS */<style>
/* ===== Modal full-screen, scroll interne (mobile safe) ===== */
#popup-rappel.cex-modal{
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 14px;
  background: rgba(0,0,0,.55);

  /* évite le “cut” sur iPhone */
  min-height: 100vh;
  min-height: 100dvh;
}

/* la fenêtre */
#popup-rappel .cex-modal__panel{
  width: min(520px, 100%);
  max-height: 90vh;
  max-height: 90dvh;
  overflow: auto;

  background: #fff;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0,0,0,.25);
  padding: 16px 16px 14px;
  -webkit-overflow-scrolling: touch;
}

/* ton form ne doit plus forcer une hauteur */
#popup-rappel form{
  max-width: 100% !important;
  margin: 0 !important;
}

/* titre : évite qu’il déborde */
#popup-rappel h2{
  font-size: 20px !important;
  line-height: 1.2 !important;
}

/* bouton toujours visible et confortable */
#popup-rappel button[type="submit"]{
  position: sticky;
  bottom: 0;
  margin-top: 10px;
  padding: 13px !important;
}

/* petite marge en bas pour éviter que le bouton colle */
#popup-rappel textarea{
  min-height: 90px;
}
</style>/* End custom CSS */