/* Start custom CSS for html, class: .elementor-element-459aa92 *//* =========================================
   EASY PARAGUAY – FIX HEADER FIXE (GLOBAL)
   Compatible Twenty Twenty-Four + Elementor
========================================= */

/* 1. Header toujours au-dessus */
.ep-header{
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}

/* 2. Compense le header sur TOUT le contenu réel */
body,
.wp-site-blocks,
.elementor,
.elementor-page,
.elementor-location-single,
.elementor-location-archive,
.elementor-location-header + * {
  padding-top: 60px !important;
}

/* 3. Mobile */
@media (max-width: 768px){
  body,
  .wp-site-blocks,
  .elementor,
  .elementor-page,
  .elementor-location-single,
  .elementor-location-archive,
  .elementor-location-header + * {
    padding-top: 95px !important;
  }
}

/* 4. Ancres & titres non masqués */
:where(h1,h2,h3,h4,h5,h6,[id]){
  scroll-margin-top: 150px;
}
@media (max-width:768px){
  :where(h1,h2,h3,h4,h5,h6,[id]){
    scroll-margin-top: 110px;
  }
}/* End custom CSS */