/*------------------La Halte------------------*/
body.la_halte {
  --background: var(--pink);
  --text: var(--base0);
  background: linear-gradient(115deg, var(--lightpink), var(--pink) 65%);
  background-attachment: fixed;
}

body.la_halte .content {
  max-width: 100%;
  padding: 0;
}

body.la_halte #lahalte-logo {
  display: flex;
  flex-flow: column wrap;
  width: 100%;
  margin-top: calc(var(--small-margin) * 3);
  margin-bottom: 10em;
}

body.la_halte #lahalte-logo > img {
  margin: auto;
  max-height: 414px;
  filter: drop-shadow(0px 2px 2px var(--pinkviolet));
}

body.la_halte #lahalte-logo svg {
  margin: auto;
  max-height: 414px;
  max-width: 100%;
}

body.la_halte #lahalte-logo > p {
  font-size: var(--med-font-size);
  line-height: 1.1;
  margin: 1.3em auto 0;
  padding: 0.5em 0;
  border-bottom: 0.1em solid;
  cursor: pointer;
}

body.la_halte #lahalte-logo > p:hover {
  padding: 0.5em;
  background-color: var(--custom2);
  color: var(--base0);
  border-radius: 20px;
}

body.la_halte .halte-section {
  max-width: 80%;
  padding: 63px 4.765em 3em;
  margin-bottom: calc(var(--small-margin) * 4);
}

body.la_halte .halte-section h1 {
  max-width: 22ch;
  font-size: var(--huge-font-size);
  margin-bottom: 0.3em;
}

body.la_halte .halte-section p:not(:last-of-type) {
  margin-bottom: 1em;
}

body.la_halte #halte-support-link {
  font-size: var(--med-font-size);
  border: 0.1em solid;
  border-radius: var(--padding);
  padding: 0.3em 0.4em 0.4em;
}

body.la_halte .halte-section a:hover {
  background-color: var(--custom2);
}

body.la_halte #podcasts-container {
  /* position: fixed;
  top: 0;
  bottom: 0;
  left: 73px;
  right: 0;
  width: calc(100% - 73px);
  min-height: 100%; */
  height: 0;
  max-width: 80%;
  /* background-color: var(--custom1); */
  /* padding: 0 1em; */
  padding: 63px 4.765em 3em;
  overflow: hidden;
  /* transform: translateX(100%); */
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s cubic-bezier(0.19, 0.2, 0.14, 1.1);
  z-index: 888;
}

body.la_halte #podcasts-container.reveal {
  /* transform: translateX(0%); */
  height: auto;
  opacity: 1;
}

body.la_halte #podcasts-container > p {
  cursor: pointer;
}

body.la_halte #podcasts-container > h1 {
  font-size: var(--huge-font-size);
  line-height: 1.1;
  margin-bottom: 0.5em;
  margin-top: 0;
}

body.la_halte #podcasts-container .audio-wrapper {
  box-shadow: rgba(26, 26, 26, 0.08) 0px -1px 4px 0px,
    rgba(26, 26, 26, 0.12) 0px 4px 8px 0px;
}

/*------------------Responsive------------------*/
@media screen and (min-width: 1920px) {
  body.la_halte #podcasts-container,
  body.la_halte .halte-section {
    max-width: 65%;
  }
}

@media screen and (max-width: 1230px) {
  body.la_halte #podcasts-container,
  body.la_halte .halte-section {
    max-width: 100%;
    padding-left: 2em;
    padding-right: 2em;
  }
}

@media screen and (max-width: 768px) {
  body.la_halte #lahalte-logo {
    margin-top: 0;
  }

  body.a_propos #ql-partenaires .structure-wrapper a {
    max-width: calc(50% - 1em);
  }
  /* 
  body.la_halte #podcasts-container {
    left: 0;
    width: 100%;
  } */
  body.la_halte #podcasts-container,
  body.la_halte .halte-section {
    padding-left: 0;
    padding-right: 0;
  }
}
