@charset "UTF-8";@media all {/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/***** NAvigation verticale  *****/
.ligne-menu {
  position: relative;
}

/***** Pagination *****/
.jet-filters-pagination {
  max-height: 40px;
  overflow: visible;
}
.jet-filters-pagination__item.jet-filters-pagination__current {
  margin: 0 !important;
}
.jet-filters-pagination__item.jet-filters-pagination__current
  .jet-filters-pagination__link {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jet-filters-pagination__item {
  position: relative;
}
.jet-filters-pagination__item::after {
  content: "";
  height: 10px;
  width: 1px;
  background-color: var(--e-global-color-dd3c991);
  position: absolute;
  right: 0;
  top: 35%;
  display: block;
}
.jet-filters-pagination__item.prev-next.prev::after,
.jet-filters-pagination__item.prev-next.next::after,
.jet-filters-pagination__item.jet-filters-pagination__current::after {
  content: none;
  display: none;
}

.jet-filters-pagination__item.prev-next.prev::before {
  content: url("https://www.saint-witz.fr/wp-content/uploads/2025/08/chevron-left.svg");
  display: block;
  height: 33px;
  position: absolute;
  top: -37%;
}
.jet-filters-pagination__item.prev-next.next::before {
  content: url("https://www.saint-witz.fr/wp-content/uploads/2025/08/chevron-right.svg");
  display: block;
  height: 33px;
  position: absolute;
  top: -37%;
}

/*************   Mobile MEnu   **************/

@media (max-width: 1024px) {
  .jet-mobile-menu__breadcrumbs {
    flex-wrap: nowrap;
  }

  .jet-mobile-menu__container-inner {
    overflow-y: scroll;
  }
  .jet-mobile-menu__items,
  .jet-mobile-menu__body {
    overflow-y: scroll !important;
  }
}
}
