/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/blocks/gallery-slideshow/gallery-slideshow.scss ***!
  \************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --theme-font-h1: var(--wp--preset--font-size--h-1);
  --theme-font-h2: var(--wp--preset--font-size--h-2);
  --theme-font-h3: var(--wp--preset--font-size--h-3);
  --theme-font-h4: var(--wp--preset--font-size--h-4);
  --theme-font-h5: var(--wp--preset--font-size--h-5);
  --theme-font-h6: var(--wp--preset--font-size--h-6);
  --theme-gap-blocks-page: 140px;
  --theme-gap-blocks-single: 70px;
}
@media screen and (max-width: 768px) {
  :root {
    --wp--preset--font-size--paragraph: 15px;
    --wp--preset--font-size--h-1: 38px;
    --wp--preset--font-size--h-2: 36px;
    --wp--preset--font-size--h-3: 30px;
    --wp--preset--font-size--h-4: 24px;
    --wp--preset--font-size--h-5: 20px;
    --wp--preset--font-size--h-6: 16px;
    --theme-gap-blocks-page: 70px;
    --theme-gap-blocks-single: 70px;
  }
}

@media (max-width: 600px) {
  section.gallery-slideshow .container {
    margin: 0 !important;
    max-width: 100% !important;
  }
}
section.gallery-slideshow .gallery-slideshow-grid {
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {
  section.gallery-slideshow .gallery-slideshow-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 250px;
  }
}
@media (min-width: 1024px) {
  section.gallery-slideshow .gallery-slideshow-grid {
    grid-template-columns: 2fr 1fr 1fr 2fr;
    grid-auto-rows: 330px 560px;
  }
}
section.gallery-slideshow .gallery-slideshow-grid .gallery-slideshow__item picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
section.gallery-slideshow .gallery-slideshow-grid .gallery-slideshow__item picture:hover {
  cursor: pointer;
}
section.gallery-slideshow .gallery-slideshow-grid .gallery-slideshow__item picture.has-legend::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75.27%, rgba(0, 0, 0, 0)), to(#000)), rgba(211, 211, 211, 0) 50%/cover no-repeat;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 75.27%, #000 100%), rgba(211, 211, 211, 0) 50%/cover no-repeat;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 75.27%, #000 100%), rgba(211, 211, 211, 0) 50%/cover no-repeat;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 75.27%, #000 100%), rgba(211, 211, 211, 0) 50%/cover no-repeat;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 75.27%, #000 100%), rgba(211, 211, 211, 0) 50%/cover no-repeat;
}
section.gallery-slideshow .gallery-slideshow-grid .gallery-slideshow__item picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.gallery-slideshow .gallery-slideshow-grid .gallery-slideshow__item .legend {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  margin: 0;
  overflow: auto;
  padding: 1em;
  color: #fff;
  font-weight: 500;
  font-size: 18px !important;
  line-height: 20px !important;
}
@media (min-width: 768px) {
  section.gallery-slideshow .gallery-slideshow-grid .gallery-slideshow__item:nth-child(1) {
    grid-column: span 1;
  }
  section.gallery-slideshow .gallery-slideshow-grid .gallery-slideshow__item:nth-child(2) {
    grid-column: span 1;
  }
  section.gallery-slideshow .gallery-slideshow-grid .gallery-slideshow__item:nth-child(3) {
    grid-column: span 1;
  }
  section.gallery-slideshow .gallery-slideshow-grid .gallery-slideshow__item:nth-child(4) {
    grid-column: span 1;
  }
  section.gallery-slideshow .gallery-slideshow-grid .gallery-slideshow__item:nth-child(5) {
    grid-column: span 2;
  }
}
@media (min-width: 1024px) {
  section.gallery-slideshow .gallery-slideshow-grid .gallery-slideshow__item {
    /* Les 3 premiers éléments occupent une colonne chacun */
  }
  section.gallery-slideshow .gallery-slideshow-grid .gallery-slideshow__item:nth-child(1) {
    grid-column: span 1;
  }
  section.gallery-slideshow .gallery-slideshow-grid .gallery-slideshow__item:nth-child(2) {
    grid-column: span 2;
  }
  section.gallery-slideshow .gallery-slideshow-grid .gallery-slideshow__item:nth-child(3) {
    grid-column: span 1;
  }
  section.gallery-slideshow .gallery-slideshow-grid .gallery-slideshow__item:nth-child(4) {
    grid-column: span 2;
    grid-row: span 1;
  }
  section.gallery-slideshow .gallery-slideshow-grid .gallery-slideshow__item:nth-child(5) {
    grid-column: span 2;
    grid-row: span 1;
  }
}
section.gallery-slideshow .gallery-slideshow-grid .gallery-slideshow__item .gallery-slideshow-slider {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  background: rgba(0, 0, 0, 0.9);
  padding: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  display: none;
}
@media (min-width: 600px) {
  section.gallery-slideshow .gallery-slideshow-grid .gallery-slideshow__item .gallery-slideshow-slider {
    padding: 15%;
  }
}
section.gallery-slideshow .gallery-slideshow-grid .gallery-slideshow__item .gallery-slideshow-slider .swiper {
  width: 100%;
  max-width: 1440px;
}
section.gallery-slideshow .gallery-slideshow-grid .gallery-slideshow__item .gallery-slideshow-slider .swiper-slide {
  width: 100%;
  height: 100%;
}
section.gallery-slideshow .gallery-slideshow-grid .gallery-slideshow__item .gallery-slideshow-slider .swiper-slide picture {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
section.gallery-slideshow .gallery-slideshow-grid .gallery-slideshow__item .gallery-slideshow-slider .swiper-slide picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 5/3;
}
section.gallery-slideshow .gallery-slideshow-grid .gallery-slideshow__item .gallery-slideshow-slider .gallery-close {
  position: absolute;
  top: 50px;
  right: 5px;
  z-index: 1000000001;
  cursor: pointer;
  background: none;
  border: none;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
section.gallery-slideshow .gallery-slideshow-grid .gallery-slideshow__item .gallery-slideshow-slider .gallery-close::before {
  content: "";
  background-image: url(../svg/icon-add-white.svg);
  -moz-background-size: 25px;
    -o-background-size: 25px;
       background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
section.gallery-slideshow .gallery-slideshow-grid .gallery-slideshow__item .gallery-slideshow-slider .gallery-close:hover {
  opacity: 0.85;
}
section.gallery-slideshow .gallery-slideshow-grid .gallery-slideshow__item .gallery-slideshow-slider .swiper-button-prev,
section.gallery-slideshow .gallery-slideshow-grid .gallery-slideshow__item .gallery-slideshow-slider .swiper-button-next {
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 600px) {
  section.gallery-slideshow .gallery-slideshow-grid .gallery-slideshow__item .gallery-slideshow-slider .swiper-button-prev,
  section.gallery-slideshow .gallery-slideshow-grid .gallery-slideshow__item .gallery-slideshow-slider .swiper-button-next {
    display: none;
  }
}
section.gallery-slideshow .gallery-slideshow-grid .gallery-slideshow__item .gallery-slideshow-slider .swiper-button-prev:hover,
section.gallery-slideshow .gallery-slideshow-grid .gallery-slideshow__item .gallery-slideshow-slider .swiper-button-next:hover {
  opacity: 0.85;
}
section.gallery-slideshow .gallery-slideshow-grid .gallery-slideshow__item .gallery-slideshow-slider .swiper-button-prev.swiper-button-disabled,
section.gallery-slideshow .gallery-slideshow-grid .gallery-slideshow__item .gallery-slideshow-slider .swiper-button-next.swiper-button-disabled {
  opacity: 0.25;
  cursor: default;
}
section.gallery-slideshow .gallery-slideshow-grid .gallery-slideshow__item .gallery-slideshow-slider .swiper-button-prev {
  left: 20px;
}
section.gallery-slideshow .gallery-slideshow-grid .gallery-slideshow__item .gallery-slideshow-slider .swiper-button-prev::after {
  content: "";
  background-image: url(../svg/icon-arrow-left-pagination-white.svg);
  -moz-background-size: 25px;
    -o-background-size: 25px;
       background-size: 25px;
  background-repeat: no-repeat;
  background-position: center left;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
section.gallery-slideshow .gallery-slideshow-grid .gallery-slideshow__item .gallery-slideshow-slider .swiper-button-next {
  right: 20px;
}
section.gallery-slideshow .gallery-slideshow-grid .gallery-slideshow__item .gallery-slideshow-slider .swiper-button-next::after {
  content: "";
  background-image: url(../svg/icon-arrow-right-pagination-white.svg);
  -moz-background-size: 25px;
    -o-background-size: 25px;
       background-size: 25px;
  background-repeat: no-repeat;
  background-position: center right;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
section.gallery-slideshow .gallery-slideshow-grid .gallery-slideshow__item .gallery-slideshow-slider .gallery-slideshow-swiper-pagination {
  margin-top: 20px;
  bottom: -100px;
  width: 100% !important;
  height: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
section.gallery-slideshow .gallery-slideshow-grid .gallery-slideshow__item .gallery-slideshow-slider .gallery-slideshow-swiper-pagination .swiper-pagination-bullet {
  background-color: white;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  margin: 0 5px;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
section.gallery-slideshow .gallery-slideshow-grid .gallery-slideshow__item .gallery-slideshow-slider .gallery-slideshow-swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 1;
}
section.gallery-slideshow .gallery-slideshow-grid .gallery-slideshow__item .gallery-slideshow-slider .gallery-slideshow-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
