/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
/* === Newsletter / Popup background image === */
/* ===== FIX IQIT POPUP (show full image) ===== */

/* box */
#iqitpopup {
  z-index: 999999 !important;
}

#iqitpopup .popup-content{
  background:#fff !important;
  padding:0 !important;
  overflow:hidden !important;
  border-radius:14px !important;
  max-width: min(1200px, 92vw) !important;
}

/* remove any old background on content */
#iqitpopup .popup-content{
  background-image:none !important;
}

/* TOP IMAGE (FULL, NOT CROPPED) */
#iqitpopup .popup-content::before{
  content:"";
  display:block;
  width:100%;
  height: 620px;                     /* زيد/نقص حسب الصورة */
  background-image: url("/img/cms/Sans titre (1000 x 800 px)(1).png") !important;
  background-size: contain !important;   /* مهم: باش تبان كاملة */
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color:#fff !important;
}