:root {
  font-size: 62.5%;
}

.backend a {
  pointer-events: none !important;
}

.block-statuts-rapports {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  max-width: 1360px;
  margin: 40px auto;
}
.block-statuts-rapports__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  background: #FFFFFF;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 20px 17px;
}
@media (max-width: 781px) {
  .block-statuts-rapports__card {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.block-statuts-rapports__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 58px;
  height: 58px;
  padding: 12px;
  background: #FF5959;
  color: #FFFFFF;
  border-radius: 10px;
}
.block-statuts-rapports__icon svg {
  width: 34px;
  height: 34px;
  display: block;
}
.block-statuts-rapports__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 781px) {
  .block-statuts-rapports__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100% - 74px);
            flex: 1 1 calc(100% - 74px);
  }
}
.block-statuts-rapports__title {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #1C1C1C;
}
.block-statuts-rapports__description {
  margin: 0;
  font-size: 18px;
  line-height: 29.25px;
  color: #6a7282;
}
@media (max-width: 781px) {
  .block-statuts-rapports__description {
    white-space: normal;
  }
}
.block-statuts-rapports__files {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 781px) {
  .block-statuts-rapports__files {
    width: 100%;
  }
}
.block-statuts-rapports__pill {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7px 19px;
  background: #4F1D46;
  color: #FFFFFF !important;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 999px;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.block-statuts-rapports__pill:hover {
  opacity: 0.92;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 6px 16px rgba(79, 29, 70, 0.2);
          box-shadow: 0 6px 16px rgba(79, 29, 70, 0.2);
  color: #FFFFFF;
}