body.page-template-page-demo-respir #header,
body.page-template-page-demo-respir hr,
body.page-template-page-demo-respir .site-header,
body.page-template-page-demo-respir .wp-site-blocks > header,
body.page-template-page-demo-respir .wp-site-blocks > .wp-block-template-part:first-child,
body.page-id-76 #header,
body.page-id-76 hr,
body.page-id-76 .site-header,
body.page-id-76 .wp-site-blocks > header,
body.page-id-76 .wp-site-blocks > .wp-block-template-part:first-child,
body.single-demo_home #header,
body.single-demo_home hr,
body.single-demo_home .site-header,
body.single-demo_home .wp-site-blocks > header,
body.single-demo_home .wp-site-blocks > .wp-block-template-part:first-child {
  display: none;
}

body.page-template-page-demo-respir,
body.page-id-76,
body.single-demo_home {
  margin: 0;
  color: #08109e;
  background: #fffaf3;
  font-family: "Quicksand", sans-serif;
}

body.page-template-page-demo-respir .wp-site-blocks,
body.page-id-76 .wp-site-blocks,
body.single-demo_home .wp-site-blocks {
  padding-bottom: 0;
}

body.page-template-page-demo-respir #footer,
body.page-template-page-demo-respir .site-footer,
body.page-template-page-demo-respir .wp-site-blocks > footer,
body.page-template-page-demo-respir .wp-site-blocks > .wp-block-template-part:last-child,
body.page-id-76 #footer,
body.page-id-76 .site-footer,
body.page-id-76 .wp-site-blocks > footer,
body.page-id-76 .wp-site-blocks > .wp-block-template-part:last-child,
body.single-demo_home #footer,
body.single-demo_home .site-footer,
body.single-demo_home .wp-site-blocks > footer,
body.single-demo_home .wp-site-blocks > .wp-block-template-part:last-child {
  display: none;
}

html {
  scroll-behavior: smooth;
}

.respir-demo-home {
  width: min(1320px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 120px;
}

.respir-demo-home__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
  padding: 10px 4px 0;
}

.respir-demo-home__brand {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  color: #08109e;
  text-decoration: none;
}

.respir-demo-home__brand-wordmark {
  font-family: "lulo-one", sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.respir-demo-home__brand-text {
  font-family: "Quicksand", sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.respir-demo-home__nav {
  display: flex;
  align-items: center;
  gap: 1.3rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.respir-demo-home__nav-item {
  position: relative;
  padding: 0.4rem 0;
}

.respir-demo-home__nav a {
  position: relative;
  color: rgba(8, 16, 158, 0.74);
  text-decoration: none;
  font-family: "Quicksand", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.respir-demo-home__nav > a,
.respir-demo-home__nav-item > a {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0;
  line-height: 1;
}

.respir-demo-home__nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.3rem;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 180ms ease;
}

.respir-demo-home__nav a:hover::after,
.respir-demo-home__nav a:focus-visible::after {
  transform: scaleX(1);
}

.respir-demo-home__submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 9999;
  display: grid;
  gap: 0.55rem;
  min-width: 190px;
  padding: 1rem 1.05rem;
  border-radius: 18px;
  background: rgba(255, 250, 243, 0.98);
  box-shadow: 0 18px 42px rgba(8, 16, 158, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 8px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.respir-demo-home__submenu--wide {
  grid-template-columns: repeat(2, minmax(130px, 1fr));
  min-width: 340px;
}

.respir-demo-home__nav-item:hover .respir-demo-home__submenu,
.respir-demo-home__nav-item:focus-within .respir-demo-home__submenu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.respir-demo-home__submenu a {
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.respir-demo-home__mobile-toggle,
.respir-demo-home__mobile-panel {
  display: none;
}

.respir-demo-home__section {
  margin-top: 28px;
}

.respir-demo-home__hero-media {
  position: relative;
  min-height: 520px;
  border-radius: 28px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(8, 16, 158, 0.08), rgba(8, 16, 158, 0.18)),
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.12), transparent 48%),
    #d9d1c8;
  background-position: center;
  background-size: cover;
  box-shadow: 0 24px 50px rgba(8, 16, 158, 0.08);
}

.respir-demo-home__hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 40px 32px 28px;
  background: linear-gradient(180deg, rgba(8, 16, 158, 0.04), #b69890);
  text-align: center;
}

.respir-demo-home__hero-title {
  margin: 0;
  color: #fffaf3;
  font-family: "lulo-one", sans-serif;
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  font-weight: 700;
  line-height: 1.02;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.respir-demo-home__hero-subtitle {
  margin: 12px 0 0;
  color: #fffaf3;
  font-family: "Quicksand", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.respir-demo-home__hero-cta {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.4rem 0.85rem;
  border-radius: 999px;
  background:#8b716b;
  color: #fffaf3;
  font-family: "lulo-one", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

/* ================================
   DEMO HOME - ADMIN VISUEL
   Modifier ici les 4 sections
================================ */

.respir-demo-home__section--coursgrat {
  --coursgrat-intro-bg: #d4cfca;
  --coursgrat-title-font: "bogart", serif;
  --coursgrat-title-color: #232228;
  --coursgrat-note-font: "Quicksand", sans-serif;
  --coursgrat-note-color: #232228;
}

.respir-demo-home__section--salles {
  --salles-bg: #26312480;
  --salles-card-bg: #e2e4db;
  --salles-text: #61684e;
  --salles-title: #323629;
  --salles-title-font: "bogart", serif;
  --salles-card-title-font: "lulo-one", sans-serif;
  --salles-collapse-text: #61684e;
  --salles-collapse-font: "Quicksand", sans-serif;
  --salles-collapse-font-size: 15px;
  --salles-collapse-bg: #26312436;
  --salles-shadow: -6px 6px 2px 1px #20476612;
}

.respir-demo-home__section--disciplines-desktop {
  --disciplines-bg: #b69890;
  --disciplines-text: #fff;
  --disciplines-title-font: "bogart", serif;
  --disciplines-body-font: "Quicksand", sans-serif;
  --disciplines-card-bg: #ddd;
  --disciplines-button-bg: #b69890;
  --disciplines-button-hover-bg: #274b63;
}

.respir-demo-home__section--profs {
  --profs-bg: #908352;
  --profs-text: #fff;
  --profs-title-font: "bogart", serif;
  --profs-body-font: "Quicksand", sans-serif;
  --profs-card-bg: #ddd;
  --profs-badge-bg: #fffff6;
  --profs-badge-text: #333;
}

.respir-demo-home__coursgrat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.respir-demo-home__coursgrat-intro,
.respir-demo-home__coursgrat-card {
  border-radius: 24px;
  padding: 24px;
  box-sizing: border-box;
}

.respir-demo-home__coursgrat-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 553px !important;
  margin-top: 15px;
  padding: 0 !important;
  width: 400px !important;
}

.respir-demo-home__script {
  margin: 0;
  color: #b69890;
  font-family: var(--coursgrat-title-font);
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  line-height: 0.92;
  transform: rotate(-6deg);
  font-weight: 900;
}

.respir-demo-home__intro-note {
    margin: 12px 0 0;
    color: #986545;
    font-family: var(--coursgrat-note-font);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.52em;
    text-transform: uppercase;
}

.respir-demo-home__coursgrat-card {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  overflow: hidden;
}

.respir-demo-home__coursgrat-card > * {
  width: 100%;
}

.respir-demo-home__pile-mobile {
  display: none;
}

.respir-demo-home__pile-desktop {
  display: block;
}

.respir-demo-home__coursgrat-grid > :nth-child(2) {
  padding: 16px 14px;
}

.respir-demo-home__coursgrat-grid > :nth-child(1) {
  background: #f2e8d8;
}

.respir-demo-home__coursgrat-grid > :nth-child(3) {
  padding: 16px 14px;
}

#yp-prochain-cours-dynamic {
  width: 100%;
}

.respir-demo-home__coursgrat-grid > :nth-child(2) .yp-prochain-cours {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

.respir-demo-home__coursgrat-grid > :nth-child(3) #yp-pile-cours-dynamic,
.respir-demo-home__coursgrat-grid > :nth-child(3) .pile-cours-wrapper,
.respir-demo-home__coursgrat-grid > :nth-child(3) .pile-cours {
  height: 100%;
  overflow: hidden;
}

.pile-cours {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 -8px 12px -6px rgba(0, 0, 0, 0.12);
}

@media (min-width: 1025px) {
  #yp-pile-cours-dynamic .btn-cours-suivants {
    display: block !important;
    position: relative;
    z-index: 50;
    margin: -52px auto 0;
    width: auto;
    min-width: 400px;
    max-width: calc(100% - 40px);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 -8px 12px -6px rgba(0, 0, 0, 0.12);
  }
}

.respir-demo-home__coursgrat-grid > :nth-child(2) .yp-prochain-cours-photo img {
  display: block;
  width: 100%;
  height: auto;
}

.respir-demo-home__coursgrat-grid > :nth-child(2) .yp-prochain-cours-overlay {
  font-size: 1.7rem;
}

.respir-demo-home__coursgrat-grid > :nth-child(2) .yp-prochain-cours-footer {
  padding-bottom: 12px;
}

.respir-demo-home__coursgrat-grid > :nth-child(2) .yp-prochain-cours-actions {
  margin-top: 10px;
}

.respir-demo-home__section--disciplines .yp-discipline-carousel,
.respir-demo-home__section--salles .yp-salles-yoga,
.respir-demo-home__section--profs .yp-home-profs,
.respir-demo-home__section--planning #yp-planning-hebdo-dynamic {
  margin-left: auto;
  margin-right: auto;
}

.respir-demo-home__section--salles .yp-salles-yoga {
  max-width: 1300px;
  margin-top: 0;
  padding: 50px 40px;
  border-radius: 20px;
  background: #fef6ec;
  box-shadow: var(--salles-shadow);
}

.respir-demo-home__section--salles .yp-salles-grid {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.respir-demo-home__section--salles .yp-salle-col-intro {
  flex: 0 0 25%;
  align-self: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.respir-demo-home__section--salles h3.agend {
  margin: 30px 95px 10px 0;
  color: #a5ab98;
  font-family: var(--salles-title-font);
  font-size: 46px;
  font-weight: 900;
  line-height: 1;
}

.respir-demo-home__section--salles .yp-collapse-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  cursor: pointer;
  border: 0;
  background: none;
  text-transform: uppercase;
  color: #a5ab98;
}

.respir-demo-home__section--salles .yp-collapse-icon {
  border-top-color: var(--salles-text);
}

.respir-demo-home__section--salles .yp-collapse-content {
  max-height: 0;
  overflow: hidden;
  color: #323629;
  font-family: 'Manrope';
  font-size: var(--salles-collapse-font-size);
  line-height: 1.5;
  opacity: 0;
  visibility: hidden;
  transition: max-height 260ms ease, opacity 200ms ease, visibility 200ms ease;
}

.respir-demo-home__section--salles .yp-collapse.is-open {
  padding: 10px;
  border-radius: 20px;
  background: var(--salles-collapse-bg);
}

.respir-demo-home__section--salles .yp-collapse.is-open .yp-collapse-content {
  max-height: 1200px;
  opacity: 1;
  visibility: visible;
}

.respir-demo-home__section--salles .yp-salle-card {
  flex: 1;
  max-width: 260px;
  margin-bottom: -11px !important;
  transition: box-shadow 0.35s ease;
}

.respir-demo-home__section--salles .yp-salle-col.yp-salle-card {
  padding: 10px;
  border-radius: 20px;
      background: #e2e4db1;
  text-align: center;
}

.respir-demo-home__section--salles .yp-salle-card:hover {
  box-shadow: var(--salles-shadow);
}

.respir-demo-home__section--salles .yp-salle-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.respir-demo-home__section--salles .yp-salle-image {
  width: 180px;
  height: 180px;
  margin: 0 auto 20px;
  overflow: hidden;
  border-radius: 50%;
}

.respir-demo-home__section--salles .yp-salle-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.respir-demo-home__section--salles .yp-salle-nom {
    margin-bottom: 8px;
    font-family: var(--salles-card-title-font);
    font-size: 12px;
    font-weight: 700;
    color: #a5ab98;
    letter-spacing: 0.7em;
}

.respir-demo-home__section--salles .yp-salle-adresse {
  font-size: 14px;
  line-height: 1.4;
  opacity: 0.9;
  color: #a5ab98;
}

.respir-demo-home__section--planning {
  padding-bottom: 44px;
}

.respir-demo-home__floating-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 14px 18px;
  border-radius: 0;
  text-decoration: none;
  font-family: "shantell-sans-bouncy", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  box-shadow: 0 -6px 18px rgba(0, 0, 0, 0.12);
  transition: background 0.2s ease, color 0.2s ease;
  background: #f2e8d8;
  color: #b69890;

}

.respir-demo-home__floating-cta:hover,
.respir-demo-home__floating-cta:focus {
  background: #986545;
  color: #bba5b2;
  z-index: 9999;
}

body.respir-demo-mobile-menu-open .respir-demo-home__floating-cta {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

@media (max-width: 1024px) {
  .respir-demo-home__coursgrat-grid {
    grid-template-columns: 1fr;
  }

  .respir-demo-home__coursgrat-intro,
  .respir-demo-home__coursgrat-card {
    min-height: 0;
  }

  .respir-demo-home__section--salles .yp-salles-yoga {
    padding: 28px 12px;
  }

  .respir-demo-home__section--salles .yp-salles-grid {
    flex-direction: column;
    gap: 8px;
  }

  .respir-demo-home__section--salles .yp-salle-card {
    width: 100%;
    max-width: 290px;
    margin: 0 auto;
  }

  .respir-demo-home__section--salles .yp-salle-link {
    display: flex;
    align-items: center;
    width: 100%;
    max-height: 96px;
  }

  .respir-demo-home__section--salles .yp-salle-image {
    flex: 0 0 25%;
    width: auto;
    height: auto;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .respir-demo-home__section--salles .yp-salle-img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
  }

  .respir-demo-home__section--salles .yp-salle-texte {
    flex: 0 0 75%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 8px;
  }

  .respir-demo-home__section--salles .yp-salle-nom {
    margin: 0 0 2px;
    font-size: 16px;
    text-align: left;
  }

  .respir-demo-home__section--salles .yp-salle-adresse {
    margin: 0;
    font-size: 13px;
    line-height: 1.35;
    text-align: left;
  }
}

@media (max-width: 768px) {
  html,
  body.page-template-page-demo-respir,
  body.single-demo_home {
    background: #fffaf3;
    overflow-x: hidden;
    max-width: 100%;
  }

  .respir-demo-home {
    width: min(430px, calc(100% - 20px));
    max-width: calc(100vw - 20px);
    margin: 0 auto;
    padding: 10px 0 96px;
    overflow-x: clip;
  }

  .respir-demo-home__header {
    position: sticky;
    top: 0;
    z-index: 9990;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 14px;
    padding: 10px 0;
    background: rgba(255, 250, 243, 0.94);
    backdrop-filter: blur(14px);
  }

  .respir-demo-home__brand {
    padding-left: 2px;
  }

  .respir-demo-home__nav {
    display: none;
  }

  .respir-demo-home__mobile-toggle {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 24px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #08109e;
    cursor: pointer;
  }

  .respir-demo-home__mobile-toggle span {
          display: block;
        width: 28px;
        height: 3px;
        border-radius: 999px;
        background: #08109e;
  }

  .respir-demo-home__mobile-panel {
    position: fixed;
    top: 40px;
    right: 0;
    z-index: 10000;
    display: block;
    width: min(82vw, 340px);
    height: 100dvh;
    padding: 72px 24px 28px;
    box-sizing: border-box;
    background: #fffaf3;
    box-shadow: -18px 0 42px rgba(8, 16, 158, 0.18);
    transform: translateX(104%);
    transition: transform 260ms ease;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .respir-demo-home__header.is-mobile-menu-open .respir-demo-home__mobile-panel {
    transform: translateX(0);
  }

  body.respir-demo-mobile-menu-open {
    overflow: hidden;
  }

  .respir-demo-home__mobile-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #08109e;
    cursor: pointer;
  }

  .respir-demo-home__mobile-close span {
    position: absolute;
    left: 12px;
    top: 20px;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: #fffaf3;
  }

  .respir-demo-home__mobile-close span:first-child {
    transform: rotate(45deg);
  }

  .respir-demo-home__mobile-close span:last-child {
    transform: rotate(-45deg);
  }

  .respir-demo-home__mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .respir-demo-home__mobile-link,
  .respir-demo-home__mobile-group summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    border-bottom: 1px solid rgba(8, 16, 158, 0.14);
    color: #08109e;
    font-family: "Quicksand", sans-serif;
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
    list-style: none;
  }

  .respir-demo-home__mobile-group summary::-webkit-details-marker {
    display: none;
  }

  .respir-demo-home__mobile-group summary::after {
    content: "›";
    font-size: 1.25rem;
    line-height: 1;
    transition: transform 180ms ease;
  }

  .respir-demo-home__mobile-group[open] summary::after {
    transform: rotate(90deg);
  }

  .respir-demo-home__mobile-subnav {
    display: grid;
    gap: 10px;
    padding: 12px 0 16px 14px;
  }

  .respir-demo-home__mobile-subnav a {
    color: rgba(8, 16, 158, 0.78);
    font-family: "Quicksand", sans-serif;
    font-size: 0.86rem;
    font-weight: 700;
    text-decoration: none;
  }

  .respir-demo-home__hero-media {
    min-height: 360px;
    border-radius: 18px;
    box-shadow: 0 14px 28px rgba(32, 71, 102, 0.12);
  }

  .respir-demo-home__hero-overlay {
    justify-content: flex-end;
    padding: 26px 18px 20px;
    background: linear-gradient(180deg, rgba(8, 16, 158, 0.04), #b69890);
  }

  .respir-demo-home__hero-title {
    font-size: clamp(2.25rem, 13vw, 3.4rem);
    letter-spacing: 0.05em;
  }

  . {
    max-width: 28ch;
    font-size: 0.76rem;
    line-height: 1.35;
    letter-spacing: 0.08em;
  }

  .respir-demo-home__hero-cta {
    font-size: 0.62rem;
    padding: 0.78rem 1rem 0.7rem;
  }

  .respir-demo-home__section {
    margin-top: 48px;
  }

  .respir-demo-home__coursgrat-grid {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: stretch;
  }

  .respir-demo-home__coursgrat-intro,
  .respir-demo-home__coursgrat-card {
    padding: 0;
    border-radius: 18px;
    width: 100% !important;
    height: auto !important;
    min-height: 0;
    margin-top: 0;
    box-shadow: 0 14px 28px rgba(32, 71, 102, 0.08);
  }

  .respir-demo-home__coursgrat-intro {
    min-height: 190px;
    padding: 22px 18px !important;
  }

  .respir-demo-home__coursgrat-card {
    background: #fffaf3;
  }

  .respir-demo-home__pile-desktop {
    display: none;
  }

  .respir-demo-home__pile-mobile {
    display: block;
  }

  .respir-demo-home__script {
    font-size: clamp(2.35rem, 13vw, 3.35rem);
  }

  .respir-demo-home__intro-note {
    letter-spacing: 0.36em;
  }

  .respir-demo-home__coursgrat-grid > :nth-child(2),
  .respir-demo-home__coursgrat-grid > :nth-child(3) {
    padding: 0;
  }

  .respir-demo-home__coursgrat-grid > :nth-child(3) #yp-pile-cours-dynamic,
  .respir-demo-home__coursgrat-grid > :nth-child(3) .pile-cours-wrapper,
  .respir-demo-home__coursgrat-grid > :nth-child(3) .pile-cours {
    height: auto;
    max-height: 560px;
    overflow: hidden;
    border-radius: 18px;
  }

  .respir-demo-home__coursgrat-grid > :nth-child(3) .btn-cours-suivants {
    position: sticky;
    bottom: 0;
    width: 100%;
    min-width: 0;
    margin: -2px 0 0;
    border-radius: 0 0 18px 18px;
  }

  .respir-demo-home__section--disciplines .yp-discipline-carousel,
  .respir-demo-home__section--salles .yp-salles-yoga,
  .respir-demo-home__section--profs .yp-home-profs,
  .respir-demo-home__section--planning #yp-planning-hebdo-dynamic {
    width: 100%;
    max-width: 100%;
    border-radius: 18px;
    overflow: hidden;
    box-sizing: border-box;
  }

  h2.yp-discipline-title {
    display: none;
  }

  .yp-discipline-page,
  .respir-demo-home__section--disciplines,
  .respir-demo-home__section--disciplines-desktop {
    padding: 0 6px 64px;
    box-sizing: border-box;
  }

  .respir-demo-home__section--disciplines .yp-discipline-carousel {
    padding: 0;
    box-sizing: border-box;
  }

  .respir-demo-home__section--disciplines .yp-carousel-track {
    padding-left: 0;
    padding-right: 0;
  }

  .respir-demo-home__section--disciplines-desktop {
    display: block;
  }

  .respir-demo-home__section--disciplines-desktop .yp-home-disciplines--desktop,
  .respir-demo-home__section--disciplines-desktop .yp-home-disciplines__left {
    padding-left: 0;
    padding-right: 0;
  }

  .respir-demo-home__section--salles .yp-salles-yoga {
    padding: 28px 12px;
    border-radius: 18px;
  }

  .respir-demo-home__section--salles h3.agend {
    margin: 0 0 12px;
    font-size: clamp(2rem, 11vw, 2.8rem);
    text-align: left;
  }

  .respir-demo-home__section--salles .yp-collapse-content {
    font-family: var(--salles-collapse-font);
  }

  .respir-demo-home__section--salles .yp-salle-card {
    width: 100%;
    max-width: 290px;
    margin: 0 auto;
    margin-bottom: 0 !important;
  }

  .respir-demo-home__section--salles .yp-salle-col.yp-salle-card {
    padding: 10px;
    background: transparent;
  }

  .respir-demo-home__section--salles .yp-salle-link {
    display: flex;
    align-items: center;
    width: 100%;
    max-height: 96px;
    text-decoration: none;
  }

  .respir-demo-home__section--salles .yp-salle-image {
    flex: 0 0 25%;
    width: auto;
    height: auto;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .respir-demo-home__section--salles .yp-salle-image img {
    height: 40%;
  }

  .respir-demo-home__section--salles .yp-salle-img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
  }

  .respir-demo-home__section--salles .yp-salle-texte {
    flex: 0 0 75%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 8px;
  }

  .respir-demo-home__section--salles .yp-salle-nom {
    margin: 0 0 2px;
    font-size: 16px;
    text-align: left;
    letter-spacing: normal;
  }

  .respir-demo-home__section--salles .yp-salle-adresse {
    margin: 0;
    font-size: 13px;
    line-height: 1.35;
    text-align: left;
  }

  .respir-demo-home__section--profs .yp-home-profs,
  .respir-demo-home__section--planning #yp-planning-hebdo-dynamic {
    box-sizing: border-box;
  }

  .respir-demo-home__section--planning {
    display: none;
  }

  .respir-demo-home__floating-cta {
    padding: 12px 16px;
    font-size: clamp(1.15rem, 7vw, 0.5rem);
  }
}

@media (max-width: 768px) {
  .respir-demo-home__section--disciplines,
  .respir-demo-home__section--disciplines-desktop {
    padding: 0 6px 64px !important;
    box-sizing: border-box !important;
  }
}

/* Source Yoga Prod - section salles de yoga */
.respir-demo-home__section--salles section.yp-salles-yoga {
  background: #e2e4db;
  border-radius: 20px;
  padding: 50px 40px;
  max-width: 1300px;
  margin: 0 auto;
  box-shadow: -6px 6px 2px 1px #20476612;
}

.respir-demo-home__section--salles section.yp-salles-yoga .yp-salles-grid {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.respir-demo-home__section--salles section.yp-salles-yoga .yp-salle-col-intro {
  flex: 0 0 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
}

.respir-demo-home__section--salles section.yp-salles-yoga h3.agend {
  margin: 0 0 18px;
  color: #61684e;
  font-family: var(--salles-title-font);
  font-size: 46px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
}

.respir-demo-home__section--salles section.yp-salles-yoga .yp-salle-intro-title__number {
  display: block;
  width: 100%;
  font-family: var(--salles-title-font);
  font-size: 3rem;
  font-weight: 900;
  line-height: 0.9;
  text-align: center;
}

.respir-demo-home__section--salles section.yp-salles-yoga .yp-salle-intro-title__label {
  display: block;
  margin-top: 6px;
  color: #61684e;
  font-family: var(--salles-title-font);
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 900;
  line-height: 0.95;
  text-align: center;
}

.respir-demo-home__section--salles section.yp-salles-yoga .yp-collapse,
.respir-demo-home__section--salles section.yp-salles-yoga .yp-collapse-trigger,
.respir-demo-home__section--salles section.yp-salles-yoga .yp-collapse-heading,
.respir-demo-home__section--salles section.yp-salles-yoga .texte-yog,
.respir-demo-home__section--salles section.yp-salles-yoga .texte-yog-it,
.respir-demo-home__section--salles section.yp-salles-yoga .texte-yog-note {
  color: #61684e !important;
}

.respir-demo-home__section--salles section.yp-salles-yoga .yp-collapse-icon {
  border-top-color: #61684e;
}

.respir-demo-home__section--salles section.yp-salles-yoga .yp-salle-adresse p {
  color: #61684e !important;
}

.respir-demo-home__section--salles section.yp-salles-yoga .yp-salle-card {
  flex: 1;
  max-width: 260px;
  margin-bottom: -11px !important;
  transition: box-shadow 0.35s ease;
}

.respir-demo-home__section--salles section.yp-salles-yoga .yp-salle-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.respir-demo-home__section--salles section.yp-salles-yoga .yp-salle-image {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
}

.respir-demo-home__section--salles section.yp-salles-yoga .yp-salle-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.respir-demo-home__section--salles section.yp-salles-yoga .yp-salle-nom {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #61684e;
  letter-spacing: 0;
}

.respir-demo-home__section--salles section.yp-salles-yoga .yp-salle-adresse {
  font-size: 14px;
  line-height: 1.4;
  opacity: 0.9;
  color: #61684e;
}

.respir-demo-home__section--salles section.yp-salles-yoga .yp-salle-col.yp-salle-card {
  background: #e2e4db;
  border-radius: 20px;
  padding: 10px;
  text-align: center;
}

.respir-demo-home__section--salles section.yp-salles-yoga .yp-salle-card:hover {
  box-shadow: -6px 6px 2px 1px #20476612;
}

@media (max-width: 1024px) {
  .respir-demo-home__section--salles section.yp-salles-yoga {
    padding: 28px 12px;
  }

  .respir-demo-home__section--salles section.yp-salles-yoga .yp-salle-col-intro {
    width: 100%;
    flex: none;
    align-items: center;
  }

  .respir-demo-home__section--salles section.yp-salles-yoga h3.agend.yp-salle-intro-title {
    margin: 34px auto 22px;
    max-width: 260px;
    font-size: initial;
    text-align: center;
  }

  .respir-demo-home__section--salles section.yp-salles-yoga .yp-salle-intro-title__number {
    font-size: 4.2rem;
  }

  .respir-demo-home__section--salles section.yp-salles-yoga .yp-salle-intro-title__label {
    font-size: 2.05rem;
  }

  .respir-demo-home__section--salles section.yp-salles-yoga .yp-collapse {
    width: 100%;
    text-align: center;
  }

  .respir-demo-home__section--salles section.yp-salles-yoga .yp-collapse-trigger {
    margin: 0 auto 32px;
  }

  .respir-demo-home__section--salles section.yp-salles-yoga .yp-salles-grid {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .respir-demo-home__section--salles section.yp-salles-yoga .yp-salle-card {
    width: 100%;
    max-width: 290px;
    margin: 0 auto;
  }

  .respir-demo-home__section--salles section.yp-salles-yoga .yp-salle-link {
    display: flex;
    align-items: center;
    width: 100%;
    text-decoration: none;
    max-height: 96px;
  }

  .respir-demo-home__section--salles section.yp-salles-yoga .yp-salle-image img {
    height: 40%;
  }

  .respir-demo-home__section--salles section.yp-salles-yoga .yp-salle-image {
    flex: 0 0 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin: 0;
  }

  .respir-demo-home__section--salles section.yp-salles-yoga .yp-salle-img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
  }

  .respir-demo-home__section--salles section.yp-salles-yoga .yp-salle-texte {
    flex: 0 0 75%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 8px;
  }

  .respir-demo-home__section--salles section.yp-salles-yoga .yp-salle-nom {
    margin: 0 0 2px;
    font-size: 16px;
    text-align: left;
  }

  .respir-demo-home__section--salles section.yp-salles-yoga .yp-salle-adresse {
    margin: 0;
    font-size: 13px;
    line-height: 1.35;
    text-align: left;
  }
}
