@charset "UTF-8";
#kcb-body-content main, #kcb-body-content nav {
  margin: 0 2cqw;
}
@media (min-width: 768px) {
  #kcb-body-content main, #kcb-body-content nav {
    margin: 0 5cqw;
  }
}
#kcb-body-content .kcb-intro {
  margin: 0 5cqw 2rem;
  color: #1F2A44;
  font-weight: bold;
  text-align: center;
}
#kcb-body-content #kcb-horoscope-title {
  border-bottom: 14px solid #74778C;
  height: 207px;
  background-image: url("../../images/default/title-background-top-e86511f53994e93c6098e09a8515829c.png");
  background-color: transparent;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center; /* centrage horizontale */
  align-items: center; /* centrage verticale */
  flex-direction: column; /* met les enfants les uns sous les autres */
}
#kcb-body-content #kcb-horoscope-title h1 {
  text-align: center;
  font-size: clamp(24px, 3cqw, 131px); /* 3cqw = 30,6px pour un écran de 1024px, 131px = 98pt */
  text-transform: uppercase;
  margin: 0;
  color: #1F2A44;
  font-weight: 900;
  letter-spacing: 0.5rem;
}
#kcb-body-content #kcb-horoscope-title #kcb-title-page-sub-title {
  text-align: center;
  font-size: clamp(24px, 3cqw, 131px); /* 3cqw = 30,6px pour un écran de 1024px, 131px = 98pt */
  color: #D4AC77;
}
#kcb-body-content .kcb-title-section {
  border-radius: 6px;
  background-color: #EAEDF1;
  border-top: 7px solid #EAEDF1;
  border-bottom: 7px solid #EAEDF1;
  text-align: center;
  min-height: fit-content;
  color: #989AAA;
  text-transform: uppercase;
  user-select: none;
  cursor: pointer;
  font-size: clamp(34px, 3cqw, 131px); /* 3cqw = 30,6px pour un écran de 1024px, 131px = 98pt */
  font-weight: 900;
  letter-spacing: 0.125em; /* ≈ 4.75px à 38px */
  margin: 1cqw 0; /* 1cqw = 10,24px pour un écran de 1024px */
}
#kcb-body-content .kcb-title-section.kcb-accordion-content-active {
  background-color: transparent;
  border-bottom: none;
}
#kcb-body-content #kcb-back-to-home {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#kcb-body-content #kcb-back-to-home a {
  display: grid;
  justify-items: center;
  align-items: start;
  margin: 0;
  padding: 0;
  color: #989AAA;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  white-space: normal;
}
#kcb-body-content #kcb-back-to-home a .kcb-text-home {
  display: block;
  max-width: 135px;
  text-align: center;
}
#kcb-body-content #kcb-back-to-home a .kcb-image-home {
  display: block;
  width: clamp(50px, 4cqw, 68px);
  height: clamp(50px, 4cqw, 68px);
  align-self: center;
  /* background: <image> <position> / <size> <repeat>; */
  background: url("../../images/default/home-ba3034c34178966c92c33b7db78f3d89.png") center/contain no-repeat;
}
#kcb-body-content #kcb-back-to-home a:hover .kcb-image-home {
  background: url("../../images/default/home-hover-8ee3846b4548037b150c58ad3d43380b.png") center/contain no-repeat;
}

/*# sourceMappingURL=structure_astrology-dd13e5e211.output.css.map */
