/*!****************************************************************************************************************************************!*\
  !*** css ../../../../../node_modules/css-loader/dist/cjs.js!../../../../../node_modules/sass-loader/dist/cjs.js!./src/scss/style.scss ***!
  \****************************************************************************************************************************************/
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* SLIDER */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* VARIABLES */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* GRIS */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* FONCTIONS */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* Display flex */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* Object Fit */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* CONVERSION PX -> EM */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* CONVERSION PX -> REM */
/* ----------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- */
/* INTERFACE */
/* ---------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------- */
/* INCLUDES */
/* ----------------------------------------------------- */
.slider {
  padding: 0;
  position: relative;
  /* Navigation variables */
  /* ---------------------------------------------------------------------------------------------------------- */
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-size: 22px;
  --swiper-navigation-color: var(--wp--preset--color--primary);
  /* Pagination variables */
  /* ---------------------------------------------------------------------------------------------------------- */
  --swiper-pagination-bullet-width: 12px;
  --swiper-pagination-bullet-height: 12px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-color: var(--wp--preset--color--secondary);
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-inactive-color: var(--wp--preset--color--primary-contrast);
  --swiper-pagination-bullet-inactive-opacity: .5;
  /* ----------------------------------------------------- */
  /* CONTAINER */
  /* ----------------------------------------------------- */
  /* ----------------------------------------------------- */
  /* ITEM */
  /* ----------------------------------------------------- */
  /* ---------------------------------------------------------------------------------------------------------- */
  /* OVERLAY */
  /* ---------------------------------------------------------------------------------------------------------- */
  /* ---------------------------------------------------------------------------------------------------------- */
  /* TEMPLATE PAGE : l'image occupe tout l'ecran */
  /* ---------------------------------------------------------------------------------------------------------- */
  /* ---------------------------------------------------------------------------------------------------------- */
  /* TEMPLATE PAGE : l'image occupe une hauteur de 56.25% de la largeur */
  /* ---------------------------------------------------------------------------------------------------------- */
  /* ---------------------------------------------------------------------------------------------------------- */
  /* TEMPLATE BLOCK : l'image prend la place dont elle a besoin */
  /* ---------------------------------------------------------------------------------------------------------- */
  /* ---------------------------------------------------------------------------------------------------------- */
  /* NAVIGATION */
  /* ---------------------------------------------------------------------------------------------------------- */
  /* ---------------------------------------------------------------------------------------------------------- */
  /* PAGINATION */
  /* ---------------------------------------------------------------------------------------------------------- */
  /* ---------------------------------------------------------------------------------------------------------- */
  /* SCROLLBAR */
  /* ---------------------------------------------------------------------------------------------------------- */
  /* ----------------------------------------------------- */
  /* QUICK ACCESS MENU */
  /* ----------------------------------------------------- */
  /* ---------------------------------------------------------------------------------------------------------- */
  /* RECHERCHE */
  /* ---------------------------------------------------------------------------------------------------------- */
}
.slider__container {
  position: relative;
}
.slider__container .slider,
.slider__container .image {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.slider__container .slider__arrows {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
  padding: 2em;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.slider__container .slider__arrows button {
  position: static;
  appearance: none;
  border: none;
  background: none;
  margin: 0em 0.125em;
  background-color: var(--col1, #000);
  color: var(--light, #FFF);
  padding: 0.25em;
  font-size: 1em;
}
.slider__item {
  position: relative;
}
.slider__item__image__container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(100vh - var(--hdr-h));
  overflow: hidden;
}
.slider__item__image__container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.editor-styles-wrapper .slider__item__image__container {
  height: auto;
  padding-top: 0;
}
.editor-styles-wrapper .slider__item__image__container img {
  position: static;
  width: 100%;
  height: auto;
}
.slider__item__title__container {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  width: 100%;
  top: 50%;
  padding: 0.5em 2.75rem;
  transform: translateY(-50%);
}
.slider__overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  pointer-events: none;
  width: var();
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9) 100%);
  background-blend-mode: multiply;
}
.slider__overlay .container {
  height: 100%;
}
.slider__overlay__container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}
.slider__overlay__image {
  width: 33%;
  height: 100%;
}
.slider__overlay__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom left;
}
.slider__overlay__text {
  width: 100%;
}
.slider__overlay__text h1 {
  font-family: var(--wp--preset--font-family--secondary);
  color: var(--wp--preset--color--primary);
  text-align: left;
  text-shadow: 0 2px 6px rgb(255, 255, 255);
  margin-bottom: 1em !important;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
}
.slider__overlay__text h1 span {
  display: inline-block;
  transform: translate(100%, 0) rotate(25deg);
  transition: all 0.4s cubic-bezier(0.14, 0.66, 0.28, 0.93);
  opacity: 0;
}
.slider__overlay__text h1 span.animate {
  opacity: 1;
  transform: translate(0, 0) rotate(0deg);
}
.editor-styles-wrapper .slider.wazablock__slider__home .slider__item__image__container {
  height: auto;
  padding-top: 0;
}
.editor-styles-wrapper .slider.wazablock__slider__home .slider__item__image__container img {
  position: static;
  width: 100%;
  height: auto;
}
.slider.wazablock__slider__page .slider__item__image__container {
  padding-top: 112.5vw;
}
.slider.wazablock__slider__block .slider__item__image__container {
  height: auto;
  padding-top: 0;
}
.slider.wazablock__slider__block .slider__item__image__container img {
  position: static;
  width: 100%;
  height: auto;
}
.slider .swiper-arrows {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0;
  right: 0;
  height: var(--swiper-navigation-size);
  transform: translate(0, -50%);
}
.slider .swiper-pagination {
  bottom: 0;
}
.slider .swiper-scrollbar {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
}
.slider .swiper-scrollbar-drag {
  background-color: var(--wp--preset--color--secondary);
  height: 10px;
}
.slider__quickaccess {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1em;
}
.slider__quickaccess .nav {
  justify-content: center;
}
.slider__quickaccess .nav > .menu-item {
  margin: 0 0.25rem;
}
.slider__quickaccess .nav > .menu-item > a {
  text-decoration: none;
  text-transform: uppercase;
}
.slider__search {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  z-index: 12;
  text-align: center;
}
.slider__search .search__form__container {
  width: 96%;
  margin: 0 auto;
  max-width: 200px;
  pointer-events: all;
}

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* RESPONSIVE */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* XS */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* SM */
/* ----------------------------------------------------- */
@media (min-width: 768px) {
  .slider {
    --swiper-navigation-size: 33px;
    --swiper-navigation-sides-offset: 8px;
    /* ---------------------------------------------------------------------------------------------------------- */
    /* TEMPLATE PAGE */
    /* ---------------------------------------------------------------------------------------------------------- */
  }
  .slider.wazablock__slider__page .slider__item__image__container {
    padding-top: 56.25vw;
  }
}
/* ----------------------------------------------------- */
/* MD */
/* ----------------------------------------------------- */
@media (min-width: 992px) {
  .slider__item__image__container {
    padding-top: calc(56.25vw - var(--hdr-h));
  }
}
/* ----------------------------------------------------- */
/* LG */
/* ----------------------------------------------------- */
@media (min-width: 1200px) {
  .slider {
    /* ---------------------------------------------------------------------------------------------------------- */
    /* TEMPLATE PAGE */
    /* ---------------------------------------------------------------------------------------------------------- */
  }
  .slider.wazablock__slider__page .slider__item__image__container {
    padding-top: calc(56.25vw - var(--hdr-h));
  }
}
/* ----------------------------------------------------- */
/* XL */
/* ----------------------------------------------------- */
