div.article-content h2 {
  margin-top: 24px;
}
div.article-content section:first-child h2 {
  margin-top: 0;
}
div.article-content h3,
div.article-content h4,
div.article-content h5,
div.article-content h6,
div.article-content p,
div.article-content ul,
div.article-content .button,
div.article-content ol {
  margin-top: 16px;
}
body {
  overflow-x: hidden;
}
.main {
  padding: 0 24px;
}
@media only screen and (min-width: 992px) {
  .main {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 992px) {
  .ei_contener .body {
    flex-direction: row;
  }
}
.article-sticky {
  padding-top: 24px;
}
.article-sticky .maj {
  font-weight: 600;
}
.article-sticky .aside__indicator {
  position: fixed;
  top: 69px;
  left: 0;
  border-radius: 100px;
  height: 6px;
  width: 100%;
  background-color: #F1FCF9;
  z-index: 10;
}
.article-sticky .aside__indicator::before {
  content: "";
  display: block;
  width: var(--scroll-percentage);
  height: 6px;
  top: 0;
  left: 0;
  background-color: #A3ECE0;
  border-radius: 100px;
}
.article-sticky .aside__summary {
  border: 1px solid #E8ECF6;
  padding: 16px;
  border-radius: 24px;
  gap: 0;
  background-color: #ffffff;
  width: 100%;
  z-index: 2;
}
.article-sticky .aside__summary.open {
  gap: 16px;
}
.article-sticky .aside__summary.open .aside__title::after {
  transform: rotate(0deg);
}
.article-sticky .aside__summary.open .aside__list {
  display: flex;
}
.article-sticky .aside__summary.open .aside__list.aside__desktop {
  display: none;
}
.article-sticky .aside__title {
  font-size: 24px;
  color: #293E63;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article-sticky .aside__title::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../../assets/pictos/chevron.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
.article-sticky .aside__list {
  display: none;
  counter-reset: aside;
}
.article-sticky .aside__list li {
  counter-increment: aside;
}
.article-sticky .aside__list li:before {
  content: counter(aside) ". ";
  display: inline;
  font-size: 16px;
  color: #26A69C;
  font-weight: 700;
}
.article-sticky .aside__list li a {
  color: #000000;
  text-decoration: none;
}
.article-sticky .aside__list li:hover a {
  font-weight: 700;
  color: #26A69C;
}
.article-sticky .aside__desktop {
  display: none;
}
@media only screen and (min-width: 992px) {
  .article-sticky {
    width: 250px;
    position: sticky;
    top: 75px;
    left: 0;
    height: 100%;
    gap: 16px!important;
  }
  .article-sticky .aside__indicator {
    position: static;
  }
  .article-sticky .aside__summary {
    gap: 16px;
    border: none;
    padding: 0;
  }
  .article-sticky .aside__title::after {
    display: none;
  }
  .article-sticky .aside__list {
    display: flex;
    max-height: 40vh;
    height: 100%;
    scrollbar-color: #6DDBCE #ffffff;
    scrollbar-width: thin;
    overflow-y: auto;
    padding-bottom: 10px;
    scroll-behavior: smooth;
  }
  .article-sticky .aside__mobile {
    display: none;
  }
  .article-sticky .aside__desktop {
    display: flex;
  }
}
@media only screen and (min-width: 1200px) {
  .article-sticky {
    width: 350px;
    gap: 24px!important;
  }
}
.aside__encart {
  background-color: #FCF1D8;
  border-radius: 24px;
  padding: 24px;
  width: 100%;
  z-index: 1;
}
.aside__encart p {
  font-size: 24px;
  color: #B55919;
  font-weight: 600;
}
.article-content {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .article-content {
    padding: 24px;
    width: 100%;
  }
}
.hero--article {
  margin: 12px 0 40px 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.hero--article .hero__container {
  background-color: #F1FCF9;
  border-radius: 24px;
  padding: 48px 24px;
  display: flex;
  gap: 16px;
  flex-direction: column;
  align-items: flex-start;
}
.hero--article .hero__container .button {
  text-align: left;
}
.hero--article .hero__img img {
  border-radius: 24px;
  height: 400px;
  object-fit: cover;
  width: 100%;
}
.hero--article .essentiel {
  border-radius: 8px;
  padding: 24px 32px;
  border: 1px solid #F8DFB0;
  box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.08);
}
.hero--article .essentiel .essentiel__text {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .hero--article {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
  .hero--article .hero__container {
    grid-area: 1 / 1;
    padding: 48px;
    position: relative;
  }
  .hero--article .hero__container::before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    top: 0;
    background: url("../../assets/articles/general/filigrane_bleu.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    opacity: 0.1;
  }
  .hero--article .hero__container * {
    z-index: 1;
  }
  .hero--article .hero__container h1 {
    margin-top: 32px;
  }
  .hero--article .hero__container .button {
    margin-top: 0.5rem;
  }
  .hero--article .hero__img img {
    height: 100%;
  }
  .hero--article.hero--entete {
    grid-template-columns: 1fr 1.25fr;
    grid-template-rows: 1fr;
  }
  .hero--article.hero--entete .hero__container {
    grid-area: 1 / 1 / 2 / 2;
  }
  .hero--article.hero--entete .hero__img {
    grid-area: 1 / 2 / 2 / 3;
  }
  .hero--article.hero--essentiel {
    grid-template-columns: 1fr 1.25fr;
    grid-template-rows: repeat(2, 1fr);
  }
  .hero--article.hero--essentiel .hero__container {
    grid-area: 1 / 1 / 3 / 2;
  }
  .hero--article.hero--essentiel .hero__img {
    grid-area: 1 / 2 / 2 / 3;
  }
  .hero--article.hero--essentiel .essentiel {
    grid-area: 2 / 2 / 3 / 3;
  }
}
.bg-homji {
  padding: 32px;
  border-radius: 8px;
  margin-top: 16px;
  text-align: left;
  border: 1px solid #A3ECE0;
  background: url(/SITW/wm/global/1.0.0/homji/assets/pictos/2025/bg-homji.png);
  background-color: #283856;
}
.bg-homji .title,
.bg-homji h3 {
  font-weight: bold;
  font-size: 20px;
  margin-top: 0!important;
  color: #ffffff !important;
}
.bg-homji .title:before,
.bg-homji h3:before {
  content: "💡";
  margin-right: 6px;
}
.bg-homji h2,
.bg-homji h3,
.bg-homji p {
  color: #ffffff;
}
.bg-homji__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (min-width: 992px) {
  .bg-homji {
    padding-left: 66px;
    position: relative;
  }
  .bg-homji .title:before,
  .bg-homji h3:before {
    position: absolute;
    top: 32px;
    left: 32px;
  }
}
.conclusion,
.attention,
.saviez-vous {
  margin-top: 16px;
  padding: 32px;
  border-radius: 8px;
  box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.08);
  position: relative;
}
.conclusion .emoji,
.attention .emoji,
.saviez-vous .emoji {
  position: absolute;
  top: 28px;
  left: 30px;
  font-size: 20px;
}
.conclusion p:first-of-type,
.attention p:first-of-type,
.saviez-vous p:first-of-type,
.conclusion h3:first-of-type,
.attention h3:first-of-type,
.saviez-vous h3:first-of-type {
  margin-top: 0;
  font-weight: 600;
  font-size: 20px;
  margin-left: 28px;
}
@media only screen and (min-width: 992px) {
  .conclusion,
  .attention,
  .saviez-vous {
    padding-left: 66px;
    position: relative;
  }
  .conclusion p:first-of-type,
  .attention p:first-of-type,
  .saviez-vous p:first-of-type,
  .conclusion h3:first-of-type,
  .attention h3:first-of-type,
  .saviez-vous h3:first-of-type {
    margin-left: 0;
  }
}
.conclusion.bg-orange50,
.attention.bg-orange50,
.saviez-vous.bg-orange50 {
  border: 1px solid #F8DFB0;
}
.conclusion.bg-turquoise50,
.attention.bg-turquoise50,
.saviez-vous.bg-turquoise50 {
  border: 1px solid #A3ECE0;
}
.conclusion.bg-blue50,
.attention.bg-blue50,
.saviez-vous.bg-blue50 {
  border: 1px solid #CCD7EB;
}
.conclusion {
  background-color: #F4F6FB;
  border: 1px solid #CCD7EB;
}
.attention {
  background-color: #FEF9EE;
  border: 1px solid #F8DFB0;
}
.saviez-vous {
  background-color: #F1FCF9;
  border: 1px solid #A3ECE0;
}
.saviez-vous__container > :first-child {
  margin-top: 0!important;
}
.essentiel {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #ffffff;
  border: 1px solid #F8DFB0;
  box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
}
.essentiel h2 {
  margin-top: 0!important;
}
.nomargin {
  margin: 0 !important;
}
.rebonds {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 40px 24px;
  border-radius: 24px;
  background-color: #F1FCF9;
  margin-top: 24px;
}
.rebonds__title {
  color: #1A6B68;
  text-align: center;
  margin-top: 0!important;
}
.rebonds__container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (min-width: 992px) {
  .rebonds__container {
    flex-direction: row;
  }
}
.rebonds__element {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 32px;
  background-color: #ffffff;
  border: 1px solid #D4D4D4;
  box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
}
@media only screen and (min-width: 992px) {
  .rebonds__element {
    width: 100%;
  }
}
.rebonds__article-title {
  margin-top: 0;
  font-size: 20px;
  font-weight: 600;
}
.faq__title {
  font-size: 24px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 100px;
  background-color: #F1FCF9;
  color: #1A6B68;
  border: 1px solid #26A69C;
  display: inline-block;
}
.faq__container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 0;
}
.faq__element {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #A3ECE0;
  background-color: #ffffff;
  box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.08);
}
.faq__element h2 {
  margin-top: 0!important;
}
.mention {
  font-size: 18px!important;
}
