.without-bullet {
  list-style: none;
}

.div-form-errors {
  color: red;
}

.red-border {
  border: 1px red solid;
}

.div-form-text-static {
  text-align: end;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: .5rem 1rem;
  margin-top: .5rem;
}

.fr-card__content_dossier {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0 -2rem;
  order: 1;
  padding: 1rem;
}

.fr-input[type="date"] {
  --data-uri-svg: none !important;
  padding-right: 0.5rem !important;
}

.header-rubrique {
  margin: 0;
  max-height: none;
  max-width: 100%;
  text-align: left;
  font-weight: bold;

  &:hover {
    background-color: var(--background-action-low-blue-cumulus-hover) !important;
  }

  a, span {
    padding: 1rem;
    background-image: none;
    display: block;
    width: 100%;
    margin: 0;
  }
}

.header-rubrique-static {
  margin: 0;
  max-height: none;
  max-width: 100%;
  text-align: left;
  font-weight: bold;

  span {
    padding: 1rem;
    background-image: none;
    display: block;
    width: 100%;
    margin: 0;
  }
}

.fr-input-pc {
  width: 2rem;
  border-bottom: 1px black solid;
  background-color: var(--background-contrast-grey);
  font-size: 1rem;
  line-height: 1.5rem;
}

.categorieQuestion {
  font-weight: bold;
  font-size: 20px;
}

.sousCategorieQuestion {
  font-weight: bold;
  text-decoration: underline;
  font-size: 16px
}

.textGreen {
  color: #4eb65f;
}

.textRed {
  color: #f63131;
}
.textOrange {
  color:#b34000;
}

.checkboxChoicesLabel {
  margin-bottom: 2px;
}

.checkboxChoicesDiv {
  margin-left: 20px;
}

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999;
}

#spinner-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
}

#spinner {
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-top: 4px solid #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Fond grisé */
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.overlay-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.dossierFavori {
  cursor: pointer;
}

.header-sousEnsemble {
  max-height: none;
  max-width: 100%;
  font-weight: bold;
  text-align: end;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: .5rem 1rem;
  margin-top: .5rem;
}

a.icon-link {
  background: none;
}

.icon-show-articles {
  cursor: pointer;
  position: relative;

  &:hover {
    color: var(--background-action-high-warning) !important;
  }

  span {
    position: absolute;
    top: 3px;
    right: 0;
    font-size: 0.8rem;
    color: white;
    width: 40px;
    line-height: 24px;
    z-index: 10;
    text-align: center;
  }
}

.div-question {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px lightgrey solid;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem
}

.fr-w5 {
  width: 5rem !important;
}

.header-fiche-sousEnsemble-container {
  background-color:rgb(246,246,246);
  border-left:1px rgb(221, 221, 221) solid
}

.header-fiche-sousEnsemble {
  text-align: end;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 1rem
}

.header-fiche-breadcrumb-container {
  border-bottom:1px rgb(221, 221, 221) solid;
  margin: -1rem -1rem 0 -1rem
}

.header-fiche-breadcrumb {
  font-size: 1rem;
  line-height: 1rem;
  padding: 1rem
}

.header-detail-rubrique {
  display: flex;
  justify-content: space-between;
  align-items: center
}
.my-chart{
  width:200px;
}
.header-message{
  font-size:12px; color: #ffffff; text-align: center
}
