/* Main background 
main {
  background: var(--bg-dark);  
}*/
/* Body style */
body {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
/* remove scroll bounce */
body {
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}
/* PRELOAD AND FIX GSAP BUG */
.bricks-is-frontend.loading {
  overflow: hidden;
}
.bricks-is-frontend #smooth-wrapper, .bricks-is-frontend #brx-header {
  visibility: hidden;
  opacity: 0;
}
/* PREVENT OVERFLOW ON SECTIONS */
main section, main .brxe-container {
  position: relative;
}
main section {
  overflow: hidden;
}
/* WPGRIDBUILDER MAP BUG*/
.leaflet-container a.leaflet-popup-close-button {
  line-height: 1 !important;
}
/* Main and Footer */
#brx-content {
  z-index: 1;
}
/* Editor CLass */
.text--big {
  font-size: 3.5vw;
  font-weight: 400;
  line-height: 1;
  padding-bottom: var(--space-l);
  display: block;
}
@media (max-width: 1439px) {
  .text--big {
    font-size: calc(var(--text-xxl)*1.3);
    line-height: 1.2;
  }
}
.chapeau {
  font-size: var(--text-xl);
  line-height: 1.2;
}
/* Video cover bug */
video {
  object-fit: cover !important;
}
/* Cookies */
#axeptio_main_button span, .gvbaiu {
  display: none !important;
}
