:root {
  --bs-body-bg: #FEFEFE;
  --bs-body-color: #000000;
}

html[data-theme=dark] {
  --bs-body-bg: #000000;
  --color-dark: #FFFFFF;
}

body {
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
}

.dossier.head-title {
  border-bottom: 1px solid #E5E5E5;
  height: 60px;
}
@media (min-width: 992px) {
  .dossier.head-title h1 {
    line-height: 4.75rem;
  }
}
.dossier.head-title::before {
  position: absolute;
  content: "";
  left: 0;
  width: 6px;
  height: 60px;
  background: #FFB2A3;
}

.dossier .item .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (min-width: 576px) {
  .dossier .item .title {
    line-height: 1.625rem;
    font-size: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  .dossier .item .title {
    line-height: 1.313rem;
    font-size: 1rem;
  }
}
.dossier .item .title::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #d2232a;
  border-radius: 50%;
  left: 0;
  top: 10px;
}
.dossier .item.link-hover {
  transition: all 0.4s ease-in-out;
}
.dossier .item.link-hover:hover .title {
  color: #D2232A !important;
}
@media (min-width: 992px) {
  .dossier .img-news .item:not(:first-child) {
    padding-top: 24px;
  }
}
@media (max-width: 991.98px) {
  .dossier .img-news .item:not(:first-child) {
    padding-top: 16px;
  }
}
@media (max-width: 991.98px) {
  .dossier .img-news .item img {
    display: none;
  }
}
.dossier .img-news .item:last-child {
  border-bottom: 0 !important;
}
@media (min-width: 576px) {
  .dossier .main-wrap .title {
    line-height: 3.25rem;
  }
}
@media (max-width: 575.98px) {
  .dossier .main-wrap .title {
    line-height: 3.25rem;
    font-size: 2rem;
  }
}
@media (max-width: 575.98px) {
  .dossier img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 992px) {
  .dossier.feature-with-sidebar .dossier-wrap, .dossier.no-image .dossier-wrap {
    grid-template-columns: 1fr 1fr;
    column-gap: 32px;
  }
}
.dossier .no-image {
  height: fit-content;
}
@media (max-width: 991.98px) {
  .dossier .no-image .item {
    padding-top: 16px;
  }
}
@media (min-width: 992px) {
  .dossier .no-image {
    grid-template-columns: 1fr 1fr;
    column-gap: 32px;
  }
  .dossier .no-image .item:not(:nth-child(-n+2)) {
    padding-top: 24px;
  }
  .dossier .no-image .item:nth-last-child(-n+2) {
    border-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .dossier .triple-col {
    grid-template-columns: 0.5fr 1fr 0.5fr;
    column-gap: 32px;
  }
}
.dossier .triple-col .item img {
  max-width: unset;
}
.dossier .triple-col .right-attach .item:not(:first-child) {
  padding-top: 16px;
}
.dossier .triple-col .right-attach .item:last-child {
  border-bottom: 0 !important;
}
@media (min-width: 992px) {
  .dossier .triple-col .right-attach:not(:first-child) {
    padding-top: 24px;
  }
}
.dossier .triple-col .left-attach .item:first-child {
  padding-top: 0 !important;
}
.dossier .triple-col .left-attach .item:first-child img {
  display: none;
}
@media (min-width: 992px) {
  .dossier .triple-col .left-attach .item:last-child {
    border-bottom: 0 !important;
  }
}
.dossier .triple-col .left-attach .item:last-child img {
  display: none;
}
@media (min-width: 992px) {
  .dossier .triple-col .left-attach .item img {
    margin-bottom: 16px;
  }
}
@media (max-width: 991.98px) {
  .dossier .triple-col .left-attach .item:nth-child(2) img {
    display: none;
  }
}
@media (min-width: 992px) {
  .dossier-list .item picture, .dossier-news-list .item picture {
    min-width: fit-content;
  }
}
@media (max-width: 991.98px) {
  .dossier-list .item img, .dossier-news-list .item img {
    width: 100%;
    height: auto;
  }
}
.dossier-list .item .title:before, .dossier-news-list .item .title:before {
  position: absolute;
  left: 0;
  content: "";
  width: 16px;
  height: 16px;
  background-color: #D2232A;
  border-radius: 50%;
  top: 10px;
}
@media (max-width: 575.98px) {
  .dossier-list .item .title:before, .dossier-news-list .item .title:before {
    top: 5px !important;
  }
}
@media (min-width: 992px) {
  .dossier-list .item .title:before, .dossier-news-list .item .title:before {
    left: 0;
  }
}
@media (min-width: 576px) {
  .dossier .main-dossier img {
    width: unset;
    height: unset;
  }
}

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