
.collapsed .collapse {
    display: none;
  }
  
  .collapse.show {
    display: none;
  }
  
  .collapse.show.in {
    display: inherit;
  }
  
  /* .collapsed . */
  
  .legend {
    cursor: pointer;
  }
  
  .legend.collapsed::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #292B2C;
    margin-left: 5px;
    vertical-align: middle;
  
  }
  
  .legend::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid #292B2C;
    margin-left: 5px;
    vertical-align: middle;
  }
  
  
  .active .legend:not(.collapsed)::after {
    border-top: 5px solid #0275D8;
  }
  
  .active .legend.collapsed::after {
    border-left: 5px solid #0275D8;
  }

@media only screen and (max-width: 768px){
  .d-flex.page-play{
    flex-direction: column-reverse;
  }

  .breadcrumb{
    display: none;
  }

  aside.d-flex{
    position: static !important;
    box-shadow: none !important;
    width: 100% !important;
    overflow: hidden !important;
  }
  aside ul.stepper{
    overflow: hidden;
  }

  #page-body > div.sp > main > section > div > section > div:nth-child(2){
    margin: 0 !important;
    padding: 0 !important;
  }

  p.legend{
    font-size: 1.5rem;
  }

 .stepper li ul li a{
    font-size: 1rem;
  }
}