.single-salle_yoga .yp-salle-single {
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.single-salle_yoga.yp-salle-progressive-ready [data-yp-salle-progressive-section] {
  position: relative;
  opacity: 0;
  transform: translateY(18px);
  filter: blur(4px);
  transition:
    opacity 420ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.single-salle_yoga.yp-salle-progressive-ready [data-yp-salle-progressive-section]::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.42) 35%,
      rgba(255, 255, 255, 0) 70%
    ),
    rgba(242, 236, 239, 0.36);
  background-size: 180% 100%, auto;
  animation: yp-salle-progressive-shimmer 1.5s linear infinite;
  pointer-events: none;
  z-index: 1;
}

.single-salle_yoga.yp-salle-progressive-ready [data-yp-salle-progressive-section].is-revealed {
  opacity: 1;
  transform: none;
  filter: none;
}

.single-salle_yoga.yp-salle-progressive-ready [data-yp-salle-progressive-section].is-revealed::before {
  opacity: 0;
  animation: none;
  transition: opacity 240ms ease;
}

@keyframes yp-salle-progressive-shimmer {
  from {
    background-position: 180% 0, 0 0;
  }

  to {
    background-position: -20% 0, 0 0;
  }
}

.single-salle_yoga .yp-pile-mobile-wrapper {
  display: none;
}

.single-salle_yoga .yp-salle-hero-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.single-salle_yoga .yp-salle-panel {
  min-width: 0;
  height: 100%;
}

.single-salle_yoga .yp-salle-video-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #f2ecef;
  height: 550px;
  min-height: 550px;
}

.single-salle_yoga .yp-salle-video,
.single-salle_yoga .yp-salle-video-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 550px;
  object-fit: cover;
}

.single-salle_yoga .yp-salle-video-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Quicksand", sans-serif;
  color: #663050;
}

.single-salle_yoga .yp-salle-video-caption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 134px;
  z-index: 2;
  font-family: "bimbo-pro";
  text-align: center;
  font-size: 65px;
  line-height: 1.2;
  color: #fff;
  text-shadow: 0 10px 22px rgba(0, 0, 0, 0.25);
}

.single-salle_yoga .yp-salle-panel--next,
.single-salle_yoga .yp-salle-panel--pile {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.single-salle_yoga .yp-home-triple__col {
  min-width: 0;
}

.single-salle_yoga .yp-home-triple__col.yp-home-triple__col--pile {
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.16) 0 22px 55px;
  border-radius: 20px;
}

.single-salle_yoga .yp-home-triple__col--pile #yp-pile-cours-dynamic {
  width: 100%;
  height: 550px;
  max-height: 550px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.single-salle_yoga .yp-home-triple__col--pile #yp-pile-cours-dynamic .pile-cours {
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  padding-right: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: none !important;
}

.single-salle_yoga .yp-home-triple__col--pile #yp-pile-cours-dynamic .btn-cours-suivants {
  flex: 0 0 auto;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  box-shadow: none !important;
}

.single-salle_yoga .yp-home-triple__col--pile #yp-pile-cours-dynamic .swipe-actions,
.single-salle_yoga .yp-home-triple__col--pile #yp-pile-cours-dynamic .pile-carte-ligne,
.single-salle_yoga .yp-home-triple__col--pile #yp-pile-cours-dynamic .btn-cours-suivants {
  box-shadow: none !important;
}

.single-salle_yoga .yp-salle-pile-mobile {
  display: none;
}

.single-salle_yoga .yp-salle-pile-desktop {
  display: flex;
}

.single-salle_yoga .yp-salle-pile-desktop #yp-pile-cours-mobile {
  display: none !important;
}

.single-salle_yoga .yp-salle-pile-mobile #yp-pile-cours-dynamic {
  display: none !important;
}

.single-salle_yoga .yp-salle-pile-link {
  margin: 0;
  text-align: center;
}

.single-salle_yoga .yp-salle-pile-link a {
  color: #663050;
  font-family: "Quicksand", sans-serif;
  text-decoration: none;
}

.single-salle_yoga .yp-salle-planning,
.single-salle_yoga .yp-salle-editorial,
.single-salle_yoga .yp-salle-actions,
.single-salle_yoga .yp-salle-map,
.single-salle_yoga .yp-salle-related,
.single-salle_yoga .yp-salle-reviews,
.single-salle_yoga .yp-salle-events,
.single-salle_yoga .yp-salle-agenda-intro {
  width: 100%;
}

.single-salle_yoga .yp-salle-agenda-intro {
  margin-top: 48px;
}

.single-salle_yoga .yp-salle-agenda-intro .agend {
  color: #274b63;
  text-align: center;
}

.single-salle_yoga .yp-salle-agenda-intro .yp-collapse,
.single-salle_yoga .yp-salle-agenda-intro .yp-collapse .yp-collapse-trigger,
.single-salle_yoga .yp-salle-agenda-intro .yp-collapse .yp-collapse-heading,
.single-salle_yoga .yp-salle-agenda-intro .yp-collapse .texte-yog,
.single-salle_yoga .yp-salle-agenda-intro .yp-collapse .texte-yog-note,
.single-salle_yoga .yp-salle-agenda-intro .yp-collapse .yp-collapse-inner {
  color: #274b63;
}

.single-salle_yoga .yp-salle-agenda-intro .yp-collapse .yp-collapse-icon {
  border-top-color: #274b63;
}

.single-salle_yoga .yp-salle-agenda-intro .events-container {
  margin-top: 20px;
}

.single-salle_yoga .yp-salle-agenda-intro .events-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
  margin: 0;
  padding: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.single-salle_yoga .yp-salle-agenda-intro .events-list::-webkit-scrollbar {
  display: none;
}

.single-salle_yoga .yp-salle-agenda-intro .dots {
  display: none !important;
}

.single-salle_yoga .yp-salle-agenda-intro .event-item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 25px;
  text-decoration: none;
}

.single-salle_yoga .yp-salle-agenda-intro .event-item img {
  width: 100%;
  display: block;
}

.single-salle_yoga .yp-salle-agenda-intro .event-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at bottom left, rgba(102, 48, 80, 0.9) 0%, rgba(102, 48, 80, 0) 70%);
  z-index: 1;
}

.single-salle_yoga .yp-salle-agenda-intro .event-date-vignette {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 58px;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}

.single-salle_yoga .yp-salle-agenda-intro .event-date-vignette .day {
  font-family: "Quicksand", sans-serif;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: -19px;
}

.single-salle_yoga .yp-salle-agenda-intro .event-date-vignette .number {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  font-weight: 900;
  font-style: italic;
}

.single-salle_yoga .yp-salle-agenda-intro .event-date-vignette .month {
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.single-salle_yoga .yp-salle-agenda-intro .events-list .event-title,
.single-salle_yoga .yp-salle-agenda-intro a.event-item .event-title {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 80px;
  margin: -10px 0 0;
  padding: 12px 15px;
  box-sizing: border-box;
  z-index: 3;
  background-color: #204766 !important;
  color: #fff;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.single-salle_yoga .yp-salle-agenda-intro .agenda {
  margin-top: 25px;
  text-align: center;
}

.single-salle_yoga .yp-salle-agenda-intro a#aven {
  background: #204766 !important;
}

.single-salle_yoga .yp-salle-agenda-intro a#aven:hover,
.single-salle_yoga .yp-salle-agenda-intro a#aven:focus {
  background: #5f334f !important;
}

@media (max-width: 768px) {
  .single-salle_yoga .yp-salle-agenda-intro .events-list {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 20px;
    padding-bottom: 20px;
  }

  .single-salle_yoga .yp-salle-agenda-intro .event-item {
    flex: 0 0 100%;
    scroll-snap-align: start;
  }
}

.single-salle_yoga .yp-salle-editorial {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
  gap: 24px;
  align-items: stretch;
}

.single-salle_yoga .yp-salle-planning__title {
  margin: 0 0 18px;
  color: #333;
}

.single-salle_yoga .yp-discipline-trial-box__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 30px;
  border-radius: 999px;
  background: #808c62;
  color: #fff;
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  box-shadow: none;
  margin-top: 95px;
  transition: transform 180ms ease, background 180ms ease;
}

.single-salle_yoga .yp-discipline-trial-box__button:hover {
  background: #6f7b54;
  transform: translateY(-1px);
}

.single-salle_yoga .yp-discipline-trial-box__cta {
  margin: 20px 0 0;
  text-align: center;
}

.single-salle_yoga .yp-salle-editorial__main,
.single-salle_yoga .yp-salle-editorial-box {
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.06);
  height: 100%;
}

.single-salle_yoga .yp-salle-editorial__main,
.single-salle_yoga .yp-salle-editorial__main p,
.single-salle_yoga .yp-salle-editorial__main li,
.single-salle_yoga .yp-salle-editorial__main strong,
.single-salle_yoga .yp-salle-editorial__main h1,
.single-salle_yoga .yp-salle-editorial__main h2,
.single-salle_yoga .yp-salle-editorial__main h3,
.single-salle_yoga .yp-salle-editorial__main h4,
.single-salle_yoga .yp-salle-editorial__main h5,
.single-salle_yoga .yp-salle-editorial__main h6,
.single-salle_yoga .yp-salle-editorial-box,
.single-salle_yoga .yp-salle-editorial-box p,
.single-salle_yoga .yp-salle-editorial-box li,
.single-salle_yoga .yp-salle-editorial-box strong,
.single-salle_yoga .yp-salle-editorial-box h1,
.single-salle_yoga .yp-salle-editorial-box h2,
.single-salle_yoga .yp-salle-editorial-box h3,
.single-salle_yoga .yp-salle-editorial-box h4,
.single-salle_yoga .yp-salle-editorial-box h5,
.single-salle_yoga .yp-salle-editorial-box h6 {
  color: #333;
}

.single-salle_yoga section.yp-salle-planning {
  margin-top: 55px;
}

.single-salle_yoga .yp-salle-itineraire-btn {
  text-decoration: none;
}

.single-salle_yoga .yp-salle-actions__cta {
  margin: 0 0 14px;
}

.single-salle_yoga .yp-salle-itineraire-btn {
  display: inline-block;
  text-decoration: none;
}

.single-salle_yoga .yp-salle-itineraire-btn h4 {
  margin: 0;
  color: #663050;
}

.single-salle_yoga .yp-salle-map__inner {
  overflow: hidden;
  border-radius: 24px;
  position: relative;
  background: #f2ecef;
}

.single-salle_yoga .yp-salle-map__inner iframe {
  display: block;
  width: 100%;
  min-height: 420px;
  border: 0;
}

.single-salle_yoga .map-yoga {
  width: 100%;
  min-height: 420px;
}

.single-salle_yoga .yp-salle-map__fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
  padding: 24px;
  color: #333;
  font-family: "Quicksand", sans-serif;
  text-align: center;
}

.single-salle_yoga .map-yoga.is-ready + .yp-salle-map__fallback,
.single-salle_yoga .map-yoga.is-ready ~ .yp-salle-map__fallback {
  display: none;
}

@media (max-width: 1024px) {
  .single-salle_yoga .yp-salle-hero-grid,
  .single-salle_yoga .yp-salle-editorial {
    grid-template-columns: 1fr;
  }

  .single-salle_yoga .yp-salle-video-wrapper,
  .single-salle_yoga .yp-salle-video,
  .single-salle_yoga .yp-salle-video-placeholder {
    height: 380px;
    min-height: 380px;
  }
}

@media (max-width: 767px) {
  .single-salle_yoga .yp-salle-single {
    gap: 24px;
  }

  .single-salle_yoga .yp-salle-video-wrapper,
  .single-salle_yoga .yp-salle-video,
  .single-salle_yoga .yp-salle-video-placeholder {
    height: 280px;
    min-height: 280px;
  }

  .single-salle_yoga .yp-salle-video-caption {
    left: 18px;
    right: 18px;
    bottom: 18px;
    font-size: 28px;
  }

  .single-salle_yoga .yp-salle-pile-desktop {
    display: none !important;
  }

  .single-salle_yoga .yp-salle-panel--pile,
  .single-salle_yoga .yp-salle-planning {
    display: none !important;
  }

  .single-salle_yoga .yp-pile-mobile-wrapper,
  .single-salle_yoga .yp-salle-pile-mobile {
    display: flex !important;
    flex-direction: column;
  }

  .single-salle_yoga .yp-pile-mobile-wrapper #yp-pile-cours-mobile,
  .single-salle_yoga .yp-salle-pile-mobile #yp-pile-cours-mobile {
    display: block !important;
  }

  .single-salle_yoga .yp-home-triple__col--pile #yp-pile-cours-dynamic {
    height: auto;
    max-height: none;
  }

  .single-salle_yoga .yp-home-triple__col--pile #yp-pile-cours-dynamic .pile-cours {
    overflow: visible;
    padding-right: 0;
  }

  .single-salle_yoga .yp-salle-editorial__main,
  .single-salle_yoga .yp-salle-editorial-box {
    padding: 20px 18px;
    border-radius: 20px;
  }

  .single-salle_yoga .yp-salle-editorial__aside {
    display: none !important;
  }

  .single-salle_yoga .yp-salle-map__fallback {
    display: none !important;
  }

  .single-salle_yoga .yp-salle-map__inner {
    background: transparent;
  }

  .single-salle_yoga .map-yoga:not(.is-ready) {
    display: none !important;
    min-height: 0 !important;
  }
}
