@import "../sass-queries.css";
.imgBg {
  display: none;
  position: absolute;
  z-index: -1;
  width: -webkit-fill-available;
}
@media (min-width: 1024px) {
  .imgBg {
    display: block;
  }
}

.imgBgMobile {
  position: absolute;
  z-index: -1;
  width: -webkit-fill-available;
}
@media (min-width: 1024px) {
  .imgBgMobile {
    display: none;
  }
}

.fillButton {
  width: fit-content;
}

.wrapper {
  background: none !important;
}

.wrapper > .content {
  justify-content: center;
}

.pageWrapper > .pageTitle {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-top: 32px;
}

/* ================================== */
/* NOUVELLE STRUCTURE DE LA PAGE      */
/* ================================== */
#historyContainer .outlineButton > .iconContainer {
  bottom: -2px;
}
#historyContainer .outlineButton:hover > .iconContainer > .icon-hover:before {
  content: "";
  width: 14px;
  height: 2px;
  display: block;
  background: #151525 !important;
  position: absolute;
  top: 45% !important;
  opacity: 1;
}
#historyContainer {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  #historyContainer {
    flex-direction: row;
    background: #26273B;
    padding: 60px !important;
    min-width: 1290px;
  }
}
#historyContainer > .leftPart {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1024px) {
  #historyContainer > .leftPart {
    flex: 0 0 400px;
  }
}
#historyContainer > .leftPart > .leftPart-top.sagaNav {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 1024px) {
  #historyContainer > .leftPart > .leftPart-top.sagaNav {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
  }
}
#historyContainer > .leftPart > .leftPart-top.sagaNav > .sagaTab {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 2px solid #555;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  box-sizing: border-box;
  height: 80px;
}
@media (min-width: 1024px) {
  #historyContainer > .leftPart > .leftPart-top.sagaNav > .sagaTab {
    height: 100px;
    width: -webkit-fill-available;
  }
}
#historyContainer > .leftPart > .leftPart-top.sagaNav > .sagaTab {
  border-radius: 10px;
  opacity: 1;
}
#historyContainer > .leftPart > .leftPart-top.sagaNav > .sagaTab > .imgBgSaga {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
#historyContainer > .leftPart > .leftPart-top.sagaNav > .sagaTab > h2 {
  font-weight: 500;
  font-size: 13px;
  line-height: 90%;
  letter-spacing: 3px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  #historyContainer > .leftPart > .leftPart-top.sagaNav > .sagaTab > h2 {
    font-size: 16px;
    letter-spacing: 4px;
  }
}
#historyContainer > .leftPart > .leftPart-top.sagaNav > .sagaTab > .sagaName {
  font-family: Comix Loud, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
  vertical-align: middle;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #FFFFFF;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  #historyContainer > .leftPart > .leftPart-top.sagaNav > .sagaTab > .sagaName {
    font-size: 22px;
    line-height: 50px;
  }
}
#historyContainer > .leftPart > .leftPart-top.sagaNav > .sagaTab.active {
  border: 1px solid #FFFFFF;
  background: linear-gradient(90deg, #FF4E00 0%, #FF6600 50%, #FF9500 100%);
}
#historyContainer > .leftPart > .leftPart-top.sagaNav > .sagaTab.active > .sagaName {
  font-family: "comix loud", sans-serif;
  color: #FFFFFF;
  transform: rotate(-2deg);
}
#historyContainer > .leftPart > .leftPart-bottom.sagaDetailsWrapper > .sagaDetails {
  padding: 16px;
}
@media (min-width: 1024px) {
  #historyContainer > .leftPart > .leftPart-bottom.sagaDetailsWrapper > .sagaDetails {
    padding: 24px;
  }
}
#historyContainer > .leftPart > .leftPart-bottom.sagaDetailsWrapper > .sagaDetails {
  border-radius: 4px;
}
#historyContainer > .leftPart > .leftPart-bottom.sagaDetailsWrapper > .sagaDetails > p {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  #historyContainer > .leftPart > .leftPart-bottom.sagaDetailsWrapper > .sagaDetails > p {
    font-size: 18px;
    line-height: 100%;
  }
}
#historyContainer > .leftPart > .leftPart-bottom.sagaDetailsWrapper > .sagaDetails > .sagaInfo > p {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  #historyContainer > .leftPart > .leftPart-bottom.sagaDetailsWrapper > .sagaDetails > .sagaInfo > p {
    font-size: 18px;
    line-height: 100%;
  }
}
#historyContainer > .leftPart > .leftPart-bottom.sagaDetailsWrapper > .sagaDetails > .sagaInfo > p > span {
  opacity: 0.5;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  #historyContainer > .leftPart > .leftPart-bottom.sagaDetailsWrapper > .sagaDetails > .sagaInfo > p > span {
    font-size: 18px;
    line-height: 100%;
  }
}
#historyContainer > .leftPart > .leftPart-bottom.sagaDetailsWrapper > .sagaDetails.inactive {
  display: none;
}
#historyContainer > .leftPart > .leftPart-bottom.sagaDetailsWrapper > .sagaDetails.active {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#historyContainer > .rightPartWrapper {
  flex: 1;
}
#historyContainer > .rightPartWrapper > .rightPart {
  padding: 16px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
}
@media (min-width: 1024px) {
  #historyContainer > .rightPartWrapper > .rightPart {
    padding: 0 42px 42px;
    width: 100%;
  }
}
#historyContainer > .rightPartWrapper > .rightPart.inactive {
  display: none;
}
#historyContainer > .rightPartWrapper > .rightPart.active {
  display: block;
}
#historyContainer > .rightPartWrapper > .rightPart > h3 {
  margin-bottom: 16px;
}
#historyContainer > .rightPartWrapper > .rightPart > .chapterContainer {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media all and (min-width: 992px) {
  #historyContainer > .rightPartWrapper > .rightPart > .chapterContainer {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
#historyContainer > .rightPartWrapper > .rightPart > .chapterContainer > .bdWrapper {
  display: flex;
  flex-direction: column;
  opacity: 1;
  border-radius: 10px;
  gap: 11px;
  padding: 16px;
  border: 1px solid #8E90B9;
  width: 100%;
  box-sizing: border-box;
}
@media all and (min-width: 992px) {
  #historyContainer > .rightPartWrapper > .rightPart > .chapterContainer > .bdWrapper {
    width: fit-content;
    padding: 18px;
  }
}
#historyContainer > .rightPartWrapper > .rightPart > .chapterContainer > .bdWrapper > img {
  opacity: 1;
  background: rgba(0, 0, 0, 0.3019607843);
  width: 100%;
  height: auto;
  border-radius: 6px;
}
@media all and (min-width: 992px) {
  #historyContainer > .rightPartWrapper > .rightPart > .chapterContainer > .bdWrapper > img {
    max-width: 300px;
  }
}
#historyContainer > .rightPartWrapper > .rightPart > .chapterContainer > .bdWrapper > .bdContent {
  display: flex;
  flex-direction: column;
  gap: 7.5px;
}
@media all and (min-width: 992px) {
  #historyContainer > .rightPartWrapper > .rightPart > .chapterContainer > .bdWrapper > .bdContent {
    max-width: 300px;
  }
}
#historyContainer > .rightPartWrapper > .rightPart > .chapterContainer > .bdWrapper > .bdContent > .bdPosition {
  width: fit-content;
  opacity: 1;
  border-radius: 15.42px;
  padding: 5.51px 11.02px 3.3px;
  gap: 7.34px;
  border: 0.73px solid #FFFFFF;
  font-family: Comix Loud, sans-serif;
  font-weight: 400;
  font-size: 6.61px;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  text-transform: uppercase;
}
#historyContainer > .rightPartWrapper > .rightPart > .chapterContainer > .bdWrapper > .bdContent > .tile {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  #historyContainer > .rightPartWrapper > .rightPart > .chapterContainer > .bdWrapper > .bdContent > .tile {
    font-size: 20px;
    line-height: 100%;
  }
}
#historyContainer > .rightPartWrapper > .rightPart > .chapterContainer > .bdWrapper > .bdContent > .desc {
  font-weight: 300;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0;
  opacity: 0.5;
}
#historyContainer > .rightPartWrapper > .rightPart > .chapterContainer > .bdWrapper > .no-underline {
  display: flex;
  justify-content: flex-end;
}
#historyContainer > .rightPartWrapper > .rightPart > .chapterContainer > .bdWrapper > .no-underline > .outlineButton {
  width: auto;
  border-width: 0.5px;
  height: 28px;
  padding: 0 15px;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
}
#historyContainer > .rightPartWrapper > .rightPart > .comingSoon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  overflow: hidden;
  border-radius: 4px;
  gap: 16px;
}
#historyContainer > .rightPartWrapper > .rightPart > .comingSoon > p {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: uppercase;
  flex-shrink: 0;
  color: #21E273;
}
@media (min-width: 1024px) {
  #historyContainer > .rightPartWrapper > .rightPart > .comingSoon > p {
    font-size: 30px;
    line-height: 60px;
  }
}
#historyContainer > .rightPartWrapper > .rightPart > .comingSoon > img {
  mix-blend-mode: color-dodge;
  width: 100%;
  flex-grow: 1;
  min-height: 0;
  object-fit: cover;
}
@media all and (min-width: 992px) {
  #historyContainer > .rightPartWrapper > .rightPart > .comingSoon > img {
    width: 60%;
  }
}

/*# sourceMappingURL=comicsPage.css.map */
