.replay-full__wrapper {
  position: relative;
  padding-bottom: 4rem;;
}
.replay-full__wrapper .grid-row--10 {
  padding-top: 4rem;
}
.replay-full__header {
  background: var(--hero-gradient);
  position: relative;
  color: var(--brand-white);
  padding: 1rem 0;
}
.replay-full__breadcrumb {
  display: none;
}
.replay-full__header-content {
  margin: 1.5rem 1rem 5.5rem;
  padding: 1rem;
  background-color: var(--brand-grey-ultralight);
  position: relative;
  max-width: 675px;
}
.replay-full__header-content::after {
  content: '';
  position: absolute;
  bottom: -50px;
  left: 5%;
  display: block;
  background-image: url('../images/bulle-after.svg');
  background-repeat: no-repeat;
  background-position: top right;
  width: 87px;
  height: 50px;
  z-index: 1;
}
.replay-full__header-wrapper {
  background-color: var(--brand-primary-color);
  padding-bottom: 2rem;
}
.replay-full__header-info {
  padding: 0.75rem 1rem;
}
.replay-full__header-info-text{
  font-size: 1.375rem;
  text-transform: uppercase;
  line-height: 1.33;
  margin: 0;
}
.replay-full__header-info-text span{
  font-size: 2.625rem;
}
.replay-full__header-info .medical-sector-tag {
  margin: 1rem 0 0.5rem;
}
.replay-full__title {
  background-color: var(--brand-turquoise);
  padding: 1rem;
  color: var(--brand-primary-color);
}
.replay-full__title h1 {
  line-height: 1.2;
  margin: 0;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.375rem;
}
.replay-full__title p {
  margin: 0.5rem 0 0;
  font-weight: 500;
  font-size: 1.125rem;
}
.replay-full__header-images {
  position: absolute;
  bottom: -35px;
  right: -20px;
  display: flex;
  gap: 0.5rem;
  background-color: var(--brand-grey-ultralight);
  width: fit-content;
  padding: 0.5rem;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25), 0px 0px 65px rgba(14, 24, 52, 0.14);
  z-index: 2;
}
.replay-full__sidebar {
  margin: 2rem auto;
  border-radius: 5px;
  max-width: 350px;
}
.replay-full__menu {
  display: flex;
  flex-direction: column;
  position: relative;
}
.replay-full__menu-title {
  width: 100%;
  background: var(--color-primary--7);
  color: var(--brand-white);
  font-size: 1.125rem;
  font-weight: 700;
  border-radius: 5px;
  line-height: 120%;
}
.replay-full__sidebar.active .replay-full__menu-title {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.replay-full__menu-title-btn {
  display: flex;
  justify-content: center;
  gap: 1rem;
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding: .75rem 1rem;
}
.replay-full__menu-title-btn::after {
  content: '';
  background: url('../images/icon-arrow-down-white.svg');
  width: 12.73px;
  height: 7.78px;
  display: block;
}
.replay-full__speakers,
.replay-full__info,
.replay-full__menu-content {
  display: none;
}
.replay-full__speakers .speaker__content {
  background-color: transparent;
}
.replay-full__sidebar.active .replay-full__menu-content {
  display: block;
  background: var(--brand-white);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.replay-full__menu-content ul {
  margin: 0;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: .375rem
}
.replay-full__menu-content li {
  list-style: none;
  cursor: pointer;
}
.replay-full__menu-content li p {
  margin: 0;
  font-size: .875rem;
  font-weight: 700;
}
.replay-full__menu-content a {
  display: block;
  padding: 6px .5rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--color-primary--7);
  line-height:21.6px;
}
.replay-full__menu-content a:hover{
  color: var(--color-primary--6);
  background: var(--color-secondary--1);
  border-radius: 4px;
}
.replay-full__section-list {
  display: grid;
  gap: 2rem;
}
@media all and (min-width: 375px){
  .replay-full__header-content::after {
    left: 10%;
  }
  .replay-full__header-images {
    right: -15px;
  }
}
@media all and (min-width: 550px){
  .replay-full__breadcrumb {
    display: block;
  }
  .replay-full__header-content::after {
    left: 15%;
  }
  .replay-full__header-images {
    bottom: -75px;
    right: -20px;
  }
}
@media all and (min-width: 650px){
  .replay-full__header-content::after {
    left: 25%;
  }
}
@media all and (min-width: 768px){
  .replay-full__header-content {
    margin-left: 5%;
  }
  .replay-full__header-content::after {
    left: 35%;
  }
  .replay-full__main {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
  }
  .replay-full__summary {
    position: sticky;
    top: 0;
  }
  .replay-full__sidebar,
  .replay-full__content {
    margin-top: 4rem;
    margin-bottom: 0;
  }
  .replay-full__sidebar {
    max-width: 288px;
    height: max-content;
    position: sticky;
    float: left;
    top: 156px;
  }
  .replay-full__menu {
    filter: drop-shadow(0px 0px 32px rgba(14, 24, 52, 0.06)) drop-shadow(0px 20px 65px rgba(14, 24, 52, 0.16));
  }
  .replay-full__menu-content {
    display: block;
    background: var(--brand-white);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .replay-full__menu-title {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .replay-full__menu-title-btn::after {
    content: none;
  }
  .replay-full__menu-title-btn {
    cursor: default;
    pointer-events: none;
    justify-content: left;
  }
  .replay-full__wrapper::before {
    content: '';
    background: url('../../images/background-light-blue.svg');
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    left: 0;
    top: 4rem;
    position: absolute;
  }
  .replay-full__wrapper::after {
    content: '';
    background: url('../../images/background-blue.svg');
    background-repeat: no-repeat;
    width: 389px;
    height: 594px;
    right: 0;
    bottom: -280px;
    position: absolute;
    z-index: -1;
  }
}
@media all and (min-width: 850px){
  .replay-full__header::after {
    background-image: url('../images/filet-deco-desktop.svg');
  }
  .replay-full__header-content {
    margin: 1.5rem 1rem 4.5rem;
  }
}
@media all and (min-width: 1100px){
  .replay-full__header-content::after {
    left: inherit;
    right: 30%;
  }
  .replay-full__header-images {
    bottom: -30px;
    right: -25%;
  }
  .replay-full__header-content {
    padding: 1.5rem;
    margin: 1.5rem 1rem 3.5rem;
  }
  .replay-full__header-info {
    padding: 1rem 1.5rem;
    font-weight: 700;
  }
  .replay-full__title {
    padding: 1.5rem;
  }
}


/**
 * Preview (no authenticate)
 */

.replay-full__preview .section__media {
  display: block;
  filter: blur(7px);
  margin-bottom: 3rem;
  margin-top: 2rem;
  pointer-events: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
