.elementor-195 .elementor-element.elementor-element-d27149f{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}#wpr-popup-id-195 .wpr-popup-container-inner{background-color:#FFFFFF00;height:auto;z-index:13;align-items:flex-start;padding:20px 20px 20px 20px;border-radius:0px 0px 0px 0px;}#wpr-popup-id-195 .wpr-popup-container{width:650px;animation-duration:1s;}#wpr-popup-id-195 .wpr-template-popup-inner{justify-content:center;align-items:center;}#wpr-popup-id-195{z-index:9999;}#wpr-popup-id-195 .wpr-popup-overlay{display:block;}#wpr-popup-id-195 .wpr-popup-close-btn{display:block;top:10px;right:10px;color:#15FF00;width:35px;height:35px;border-style:none;border-radius:2px 2px 2px 2px;}#wpr-popup-id-195 .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y{background-color:#333333;}#wpr-popup-id-195 .ps > .ps__rail-y > .ps__thumb-y{background-color:#333333;}#wpr-popup-id-195 .wpr-popup-close-btn:hover{color:#54595f;}#wpr-popup-id-195 .wpr-popup-close-btn i{font-size:20px;line-height:35px;}#wpr-popup-id-195 .wpr-popup-close-btn svg{width:20px;height:20px;line-height:35px;}/* Start custom CSS for text-editor, class: .elementor-element-e7f5df8 */.czen-newsletter{
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color:#333;
  background:#f9f9f9;
  border-radius:12px;
  padding:20px;
  max-width:480px;
  margin:20px auto;
  box-shadow:0 4px 12px rgba(0,0,0,.1);
}

.czen-newsletter__badge{
  display:inline-block;
  background:#4caf50;
  color:#fff;
  font-size:13px;
  padding:5px 12px;
  border-radius:20px;
  margin-bottom:15px;
}

.czen-newsletter__title{
  font-size:24px;
  color:#2c3e50;
  margin:0 0 10px;
}

.czen-newsletter__desc{
  font-size:15px;
  line-height:1.5;
  color:#555;
  margin:0 0 20px;
}

.czen-newsletter__card{
  background:#fff;
  border:1px solid #ddd;
  border-radius:10px;
  padding:20px;
}

/* Inputs (Forminator) */
.czen-newsletter .forminator-ui.forminator-custom-form input[type="text"],
.czen-newsletter .forminator-ui.forminator-custom-form input[type="email"],
.czen-newsletter .forminator-ui.forminator-custom-form textarea{
  width:100%;
  padding:10px;
  border:1px solid #ccc;
  border-radius:5px;
  margin-bottom:15px;
  font-size:14px;
}

/* Bouton */
.czen-newsletter .forminator-button{
  background:#4caf50;
  color:#fff;
  font-size:15px;
  padding:10px 14px;
  border:0;
  border-radius:5px;
  cursor:pointer;
  transition:filter .2s, opacity .2s;
}

.czen-newsletter .forminator-button:hover{ filter:brightness(.95); }

.czen-newsletter.is-loading .forminator-button{
  opacity:.75;
  cursor:progress;
}

/* Toast */
.czen-toast{
  display:none;
  margin-top:14px;
  padding:10px 12px;
  border-radius:8px;
  background:#e9f7ef;
  border:1px solid #bfe8cf;
  color:#1e6b3b;
  font-size:14px;
}
.czen-toast.is-visible{ display:block; }

.czen-newsletter__fineprint{
  margin-top:12px;
  font-size:12px;
  color:#777;
}
.czen-newsletter__fineprint a{ color:inherit; text-decoration:underline; }/* End custom CSS */