#content-page-redac {
  max-width: 100%;
  width: 100%;
  display: block;
}
@media screen and (min-width: 992px) {
  #content-page-redac {
    display: flex;
  }
}

#toc {
  display: none;
  background: rgba(229, 217, 209, 0.2);
}

@media screen and (min-width: 992px) {
  #toc {
    /*width: 380px;*/
    width: calc(30% - 80px);
    margin-left: 80px;
    position: sticky;
    top: 64px;
    height: fit-content;
    padding: 40px;
    display: block;
  }
}

.toc-content {
  display: block;
}

@media screen and (min-width: 992px) {
  .toc-content {
    flex: 1;
    width: 100%;
  }
}

#toc h2 {
  margin-top: 0;
}

#toc .toc-subtitle {
  font-size: 22px;
  line-height: 20px;
  margin: 20px 0;
}

#toc ul {
  list-style-type: disc !important;
  padding: 0 20px;
}

#toc ul li {
  margin-bottom: 4px !important;
}

#toc ul li:before {
  content: "";
  display: none !important;
}

#toc ul li a {
  text-decoration: none;
  color: #000 !important;
  position: relative;
  font-family: "Maven Pro", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.1px; /* 130% */
  text-transform: lowercase;
  text-decoration: none !important;
}

#toc ul li.active,
#toc ul li.active a,
#toc ul li:hover,
#toc ul li a:hover {
  color: #d98563 !important;
}

/*
#toc .toc-h2 {
  margin-top: 40px;
}

#toc .toc-h2:first-child {
  margin-top: 0;
}
*/

#toc .toc-h3 {
  margin-left: 30px;
}

@media screen and (min-width: 992px) {
  .toc-mobile-btn {
    display: none !important;
  }
}

.toc-mobile-btn-close {
  display: none;
}

@media screen and (max-width: 991px) {
  #toc.mobile {
    display: block;
    position: fixed;
    bottom: 0;
    background: white;
    max-width: calc(100% - 80px);
    left: 0;
    padding: 20px;
    border-radius: 0px 30px 30px 0px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    background: #fff;
    z-index: 300001;
    max-height: calc(100vh - 180px);
    overflow: scroll;
  }

  #toc .toc-h2 {
    margin-top: 15px;
  }

  #toc ul {
    padding-right: 50px;
  }

  #toc ul li {
    margin-bottom: 8px;
  }

  .toc-mobile-btn-close {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    writing-mode: vertical-rl;
    width: 30px;
    color: #000;
    font-family: "Maven Pro", sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
  }

  .toc-mobile-btn {
    display: block;
    color: #000;
    font-family: "Maven Pro", sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    position: fixed;
    left: 0;
    bottom: 10px;
    background: white;
    display: block;
    writing-mode: vertical-rl;
    /* transform: rotate(180deg);
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    */
    border-radius: 0px 30px 30px 0px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    background: #fff;
    width: 70px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.toc-author-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}


.toc-author-image {
  margin-right: 10px;
}

.toc-author-image img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 0!important;
  padding-bottom: 0!important;
}

.toc-author-content{
  flex: 1;
}

.toc-author{
  font-size: 24px;
  line-height: 22px;
}

.toc-bio{
  margin-top: 10px;
}