.spyrit-elementor-widget {
  font-family: inherit;
  container-type: inline-size;
}
.spyrit-elementor-widget .post-card {
  background-color: #0F2B48;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  overflow: hidden;
}
.spyrit-elementor-widget .post-card .image-wrapper {
  position: relative;
}
.spyrit-elementor-widget .post-card .image-wrapper img {
  aspect-ratio: 260/165;
  object-fit: cover;
  width: 100%;
  display: block;
  margin-bottom: 0;
}
.spyrit-elementor-widget .post-card .image-wrapper .fake-thumbnail {
  display: block;
  width: 100%;
  padding-top: 63.45%;
  background-color: #e1e6ea;
  margin-bottom: 18px;
}
.spyrit-elementor-widget .post-card .image-wrapper .category {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 0 0 4px;
  background-color: #BAA377;
  padding: 12px 22px;
  color: white;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
.spyrit-elementor-widget .post-card .contents-wrapper {
  padding: 30px 30px 15px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.spyrit-elementor-widget .post-card .contents-wrapper .date {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}
.spyrit-elementor-widget .post-card .contents-wrapper .title {
  font-size: 20px;
  line-height: 24px;
  color: white;
  padding-bottom: 0;
  font-weight: 600;
  position: relative;
  margin-bottom: 8px;
}
.spyrit-elementor-widget .post-card .contents-wrapper .excerpt {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 18px;
  color: white;
}
.spyrit-elementor-widget .post-card .contents-wrapper .cta-wrapper {
  margin-top: 15px;
  display: flex;
}
.spyrit-elementor-widget .post-card .contents-wrapper .cta-wrapper .cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 18px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: white;
  border: 1px solid white;
  border-radius: 4px;
  text-decoration: none;
}
.spyrit-elementor-widget .post-card .contents-wrapper .cta-wrapper .cta svg {
  display: block;
  stroke: white;
  margin: 0 auto;
}
.spyrit-elementor-widget .post-card .contents-wrapper .cta-wrapper .cta:hover {
  background-color: white;
  color: #0F2B48;
}
.spyrit-elementor-widget .post-card .contents-wrapper .cta-wrapper .cta:hover svg {
  stroke: #0F2B48;
}
.spyrit-elementor-widget .event-card .image-wrapper {
  position: relative;
}
.spyrit-elementor-widget .event-card .image-wrapper img {
  aspect-ratio: 260/165;
  object-fit: cover;
  width: 100%;
  display: block;
  margin-bottom: 12px;
}
.spyrit-elementor-widget .event-card .image-wrapper .fake-thumbnail {
  display: block;
  width: 100%;
  padding-top: 63.45%;
  background-color: #e1e6ea;
  margin-bottom: 12px;
}
.spyrit-elementor-widget .event-card .image-wrapper .category {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 0 0 4px;
  background-color: #BAA377;
  padding: 12px 22px;
  color: white;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
.spyrit-elementor-widget .posts-list.posts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 60px 16px;
}
.spyrit-elementor-widget .posts-list.posts-grid.grid-3, .spyrit-elementor-widget .posts-list.posts-grid.grid-5, .spyrit-elementor-widget .posts-list.posts-grid.grid-6 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 900px) {
  .spyrit-elementor-widget .posts-list.posts-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    grid-gap: 30px 16px !important;
  }
}
@media (max-width: 750px) {
  .spyrit-elementor-widget .posts-list.posts-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 600px) {
  .spyrit-elementor-widget .posts-list.posts-grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.spyrit-elementor-widget .posts-list.posts-full-width .post-card {
  margin-bottom: 50px;
}
.spyrit-elementor-widget .custom-pagination {
  padding: 16px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spyrit-elementor-widget .custom-pagination .page-numbers {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 1px;
  background-color: #BAA377;
  color: white;
  cursor: pointer;
  font-weight: 600;
}
.spyrit-elementor-widget .custom-pagination .page-numbers.current, .spyrit-elementor-widget .custom-pagination .page-numbers:hover, .spyrit-elementor-widget .custom-pagination .page-numbers:active, .spyrit-elementor-widget .custom-pagination .page-numbers:focus {
  background-color: #0F2B48;
  color: white;
  text-decoration: none;
}
.spyrit-elementor-widget.widget-posts-list.max-columns-3 .posts-list.posts-grid, .spyrit-elementor-widget.widget-related-posts.max-columns-3 .posts-list.posts-grid, .spyrit-elementor-widget.widget-events-list.max-columns-3 .posts-list.posts-grid {
  grid-template-columns: repeat(3, 1fr);
}
.spyrit-elementor-widget.widget-posts-list.max-columns-2 .posts-list.posts-grid, .spyrit-elementor-widget.widget-related-posts.max-columns-2 .posts-list.posts-grid, .spyrit-elementor-widget.widget-events-list.max-columns-2 .posts-list.posts-grid {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 900px) {
  .spyrit-elementor-widget.widget-posts-list.max-columns-2 .posts-list.posts-grid, .spyrit-elementor-widget.widget-related-posts.max-columns-2 .posts-list.posts-grid, .spyrit-elementor-widget.widget-events-list.max-columns-2 .posts-list.posts-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 600px) {
  .spyrit-elementor-widget.widget-posts-list.max-columns-2 .posts-list.posts-grid, .spyrit-elementor-widget.widget-related-posts.max-columns-2 .posts-list.posts-grid, .spyrit-elementor-widget.widget-events-list.max-columns-2 .posts-list.posts-grid {
    grid-template-columns: 1fr !important;
  }
}
@media (min-width: 1000px) {
  .spyrit-elementor-widget.widget-map .map-container {
    display: grid;
    grid-template-columns: 1fr 3fr;
  }
}
.spyrit-elementor-widget.widget-map .map-container .list-wrapper #zone-name {
  height: 70px;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  padding: 5px 10px;
  background: #de2d36;
  color: #fff;
  font-weight: bold;
  border-bottom: 4px solid #b7282c;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spyrit-elementor-widget.widget-map .map-container .list-wrapper .list {
  height: 530px;
  overflow-y: scroll;
  background: #f1f1f1;
  position: relative;
}
@media (max-width: 1000px) {
  .spyrit-elementor-widget.widget-map .map-container .list-wrapper .list {
    height: 194px;
  }
}
.spyrit-elementor-widget.widget-map .map-container .list-wrapper .list .no-element {
  font-style: italic;
  padding: 20px;
  font-size: 15px;
  display: block;
}
.spyrit-elementor-widget.widget-map .map-container .list-wrapper .list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.spyrit-elementor-widget.widget-map .map-container .list-wrapper .list ul li {
  padding: 10px 15px;
  border-bottom: 1px solid #102b48;
  background: rgba(16, 43, 72, 0.03);
}
.spyrit-elementor-widget.widget-map .map-container .list-wrapper .list ul li:hover, .spyrit-elementor-widget.widget-map .map-container .list-wrapper .list ul li.hover, .spyrit-elementor-widget.widget-map .map-container .list-wrapper .list ul li.focused {
  cursor: pointer;
  background: #ffdfce;
}
.spyrit-elementor-widget.widget-map .map-container .list-wrapper .list ul li small {
  display: block;
}
.spyrit-elementor-widget.widget-map .map-container .list-wrapper .list ul li a {
  font-size: 12px;
  background: #fff;
  margin: 10px 10px 0 0;
  font-weight: bold;
  padding: 5px 15px;
  border: 1px solid;
  display: inline-block;
  border-radius: 30px;
  color: #102b48;
  text-decoration: none;
}
.spyrit-elementor-widget.widget-map .map-container .list-wrapper .list ul li a:hover, .spyrit-elementor-widget.widget-map .map-container .list-wrapper .list ul li a:active, .spyrit-elementor-widget.widget-map .map-container .list-wrapper .list ul li a:focus {
  background-color: #f55503;
  border-color: #f55503;
  color: white;
}
.spyrit-elementor-widget.widget-map .map-container .map {
  width: 100%;
  height: 600px;
}
@media (max-width: 1000px) {
  .spyrit-elementor-widget.widget-map .map-container .map {
    height: 400px;
  }
}
.spyrit-elementor-widget .ajax-loader {
  position: relative;
}
.spyrit-elementor-widget .ajax-loader.loading:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.73);
  z-index: 5;
}
.spyrit-elementor-widget .ajax-loader.loading:after {
  content: "";
  position: absolute;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  width: 60px;
  height: 60px;
  border: 5px solid #0F2B48;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  z-index: 6;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spyrit-elementor-widget input[type=text],
.spyrit-elementor-widget input[type=email],
.spyrit-elementor-widget input[type=number],
.spyrit-elementor-widget input[type=date],
.spyrit-elementor-widget select,
.spyrit-elementor-widget textarea,
.spyrit-elementor-widget .selectize-input {
  padding: 10px 16px;
  color: #0F2B48;
  border: 1px solid;
  font-size: 14px;
  line-height: 18px;
  border-radius: 4px;
  box-shadow: none;
}
.spyrit-elementor-widget .selectize-control .selectize-input .item {
  background-image: none !important;
}
.spyrit-elementor-widget .selectize-control .selectize-input .item:last-child {
  margin-right: 0 !important;
}
.spyrit-elementor-widget .selectize-control .selectize-input .item .remove {
  border-color: #777777 !important;
}
.spyrit-elementor-widget .selectize-control .selectize-dropdown .selectize-dropdown-content .option.active, .spyrit-elementor-widget .selectize-control .selectize-dropdown .selectize-dropdown-content .option:hover, .spyrit-elementor-widget .selectize-control .selectize-dropdown .selectize-dropdown-content .option:active, .spyrit-elementor-widget .selectize-control .selectize-dropdown .selectize-dropdown-content .option:focus {
  color: #0F2B48;
  background-color: #f3f3f3;
}
.spyrit-elementor-widget .widget-filtres {
  display: flex;
  margin-bottom: 16px;
}
.spyrit-elementor-widget .widget-filtres > * {
  margin-bottom: 6px;
}
.spyrit-elementor-widget .widget-filtres > *:not(:last-child) {
  margin-right: 6px;
}

.elementor-widget-text-editor .elementor-widget-container h1:not(:last-child), .elementor-widget-text-editor .elementor-widget-container h2:not(:last-child), .elementor-widget-text-editor .elementor-widget-container h3:not(:last-child) {
  padding-bottom: 6px;
}
.elementor-widget-text-editor .elementor-widget-container ul, .elementor-widget-text-editor .elementor-widget-container ol {
  padding-left: 18px;
}

.elementor-widget-theme-post-content ul, .elementor-widget-theme-post-content ol {
  padding-left: 18px;
  margin-bottom: 16px;
}
.elementor-widget-theme-post-content ul li, .elementor-widget-theme-post-content ol li {
  margin-bottom: 5px;
}
.elementor-widget-theme-post-content .wp-block-image {
  margin: 24px 0;
}

/*# sourceMappingURL=style.css.map */
