.single-salle_yoga {
  --yp-salle-cream: #fffaf3;
  --yp-salle-ink: #323629;
  --yp-salle-muted: #8b716b;
  --yp-salle-blue: #010333;
  --yp-salle-card: #ffffff;
  --yp-salle-soft: #f2ecef;
  --yp-salle-radius: 24px;
  --yp-salle-shadow: 0 18px 42px rgba(1, 3, 51, 0.08);
  background: var(--yp-salle-cream);
}

.single-salle_yoga .yp-discipline-shell {
  width: min(1320px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 90px;
}

.single-salle_yoga #footer,
.single-salle_yoga div#footer {
  display: none;
}
div#footer {
  display: none;
}
.single-salle_yoga .yp-salle-single {
  display: flex;
  flex-direction: column;
  gap: 42px;
}

.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: minmax(0, 1fr) minmax(0, 1fr) minmax(360px, 0.96fr);
  gap: 24px;
  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: var(--yp-salle-radius);
  background: var(--yp-salle-soft);
  height: 550px;
  min-height: 550px;
  box-shadow: var(--yp-salle-shadow);
}

.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: var(--yp-salle-muted);
}

.single-salle_yoga .yp-salle-video-caption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 134px;
  z-index: 2;
  font-family: "bogart", serif;
  text-align: center;
  font-size: clamp(2rem, 1.4vw, 4.3rem);
  font-weight: 900;
  line-height: 1.02;
  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: var(--yp-salle-shadow);
  border-radius: var(--yp-salle-radius);
  overflow: hidden;
}

.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: var(--yp-salle-blue);
  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: var(--yp-salle-blue);
}

.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: "bogart", serif;
  font-size: 48px;
  font-weight: 900;
}

.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: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
  margin-bottom: 0;
}

.single-salle_yoga .yp-salle-editorial__main {
  grid-column: span 2;
}

.single-salle_yoga .yp-salle-editorial__aside {
  grid-column: span 1;
}

.single-salle_yoga .yp-salle-planning__title {
  margin: 0 0 18px;
  color: var(--yp-salle-blue);
  font-family: "bogart", serif;
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 900;
  line-height: 0.95;
}

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

.single-salle_yoga .yp-discipline-trial-box__button:hover {
  background: var(--yp-salle-muted);
  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: var(--yp-salle-card);
  border-radius: var(--yp-salle-radius);
  padding: clamp(24px, 3vw, 24px);
  box-shadow: var(--yp-salle-shadow);
  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: var(--yp-salle-ink);
}

.single-salle_yoga .yp-salle-editorial__main p,
.single-salle_yoga .yp-salle-editorial__main li,
.single-salle_yoga .yp-salle-editorial-box p,
.single-salle_yoga .yp-salle-editorial-box li {
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.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-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 .chiffre {
  font-family: "bogart", serif;
  font-weight: 900;
  line-height: 1.02;
}
.single-salle_yoga .yp-salle-editorial__main h2 {
    margin-top: 0;
    color: #8b716b;
    font-size: clamp(2rem, 2.7vw, 3.8rem);
}
.single-salle_yoga .yp-salle-editorial__main h2 {
  margin-top: 0;
  color: var(--yp-salle-muted);
  font-size: clamp(2rem, 1.7vw, 3.8rem);
}

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

.single-salle_yoga .yp-salle-actions__cta {
  margin: 50px 0 50px;
  padding: 0;
  list-style: none;
}

.single-salle_yoga .yp-salle-actions__cta::before,
.single-salle_yoga .yp-salle-actions__cta::after {
  content: none !important;
}

.single-salle_yoga .yp-salle-itineraire-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  background: #d3b18c;
  padding: 10px 18px;
  border-radius: 30px;
  color: #fff;
  font-family: "bogart", serif;
  font-size: 21px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.single-salle_yoga .yp-salle-itineraire-btn span {
  margin: 0;
  color: inherit;
  font: inherit;
}

.single-salle_yoga .yp-salle-map__inner {
  overflow: hidden;
  border-radius: var(--yp-salle-radius);
  position: relative;
  background: var(--yp-salle-soft);
  box-shadow: var(--yp-salle-shadow);
}

.single-salle_yoga .yp-salle-map__inner iframe,
.single-salle_yoga .yp-salle-map__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: none;
  align-items: center;
  justify-content: center;
  min-height: 420px;
  padding: 24px;
  color: var(--yp-salle-ink);
  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;
}

.single-salle_yoga .yp-salle-map__inner:has(.map-yoga:not(.is-ready)) {
  display: none;
}

.single-salle_yoga .yp-salle-map__inner:has(.map-yoga.is-ready) {
  display: block;
}

.single-salle_yoga .yp-salle-related .yp-salles-yoga {
  max-width: 100%;
  margin: 0;
  padding: 50px 40px;
  border-radius: 20px;
  background: #fef6ec;
  box-shadow: -6px 6px 2px 1px #20476612;
}

.single-salle_yoga .yp-salle-related .yp-salles-grid {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.single-salle_yoga .yp-salle-related .yp-salle-col-intro {
  flex: 0 0 25%;
  align-self: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.single-salle_yoga .yp-salle-related h3.agend {
  margin: 30px 95px 10px 0;
  color: #a5ab98;
  font-family: "bogart", serif;
  font-size: 46px;
  font-weight: 900;
  line-height: 1;
}

.single-salle_yoga .yp-salle-related .yp-collapse-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 0;
  background: none;
  color: #a5ab98;
  font-family: "Quicksand", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}

.single-salle_yoga .yp-salle-related .yp-collapse-icon {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 0.32em solid transparent;
  border-right: 0.32em solid transparent;
  border-top: 0.45em solid #808c62;
  transition: transform 180ms ease;
}

.single-salle_yoga .yp-salle-related .yp-collapse-content,
.single-salle_yoga .yp-salle-related .texte-yog {
  color: #323629;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.single-salle_yoga .yp-salle-related .yp-collapse-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: max-height 260ms ease, opacity 200ms ease, visibility 200ms ease;
}

.single-salle_yoga .yp-salle-related .yp-collapse.is-open {
  padding: 10px;
  border-radius: 20px;
  background: #26312436;
}

.single-salle_yoga .yp-salle-related .yp-collapse.is-open .yp-collapse-icon {
  transform: rotate(180deg);
}

.single-salle_yoga .yp-salle-related .yp-collapse.is-open .yp-collapse-content {
  max-height: 1200px;
  opacity: 1;
  visibility: visible;
}

.single-salle_yoga .yp-salle-related .yp-salle-card {
  flex: 1;
  max-width: 260px;
  padding: 10px;
  border-radius: 20px;
  background: transparent;
  text-align: center;
  transition: box-shadow 0.35s ease;
}

.single-salle_yoga .yp-salle-related .yp-salle-card:hover {
  box-shadow: -6px 6px 2px 1px #20476612;
}

.single-salle_yoga .yp-salle-related .yp-salle-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.single-salle_yoga .yp-salle-related .yp-salle-image {
  width: 180px;
  height: 180px;
  margin: 0 auto 20px;
  overflow: hidden;
  border-radius: 50%;
}

.single-salle_yoga .yp-salle-related .yp-salle-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-salle_yoga .yp-salle-related .yp-salle-nom {
  margin: 0 0 8px;
  color: #a5ab98;
  font-family: "lulo-one", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.7em;
  text-transform: uppercase;
}

.single-salle_yoga .yp-salle-related .yp-salle-adresse {
  color: #a5ab98;
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0.9;
}

@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) {
  html,
  body.single-salle_yoga,
  body.single-salle_yoga .wp-site-blocks {
    max-width: 100%;
    overflow-x: hidden;
  }

  .single-salle_yoga .yp-discipline-shell {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 6px 64px;
    box-sizing: border-box;
  }

  .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;
  }
}
