.infos_separator {
  display: inline-block;
  margin: 0 5px;
  color: #000;
  vertical-align: middle;
}

.light {
  margin-right: 0.2%;
}

.pdf-download-link-separator {
  margin-right: 10px;
  margin-left: -7px;
}

#wrap_all #main button[data-svg-icon] {
  font-weight: bold;
}

#wrap_all #main button[data-svg-icon]:hover {
  font-weight: bold;
}

.av_textblock_justificatif {
  border: 1px solid #000; /* Ajoute une bordure de 1 pixel solide */
}

.av_textblock_section h4 {
  padding: 15px;
}

.justificatif_statut {
  padding-bottom: 15px;
  margin-top: 15px;
}

.striplet_justicatif[statut="A l'étude"] {
  background-color: rgb(
    234 149 35 / 20%
  ); /* La couleur réelle désaturée éclaircie */
}
.striplet_justicatif[statut="A l'étude"]::before {
  background-color: rgb(234, 149, 35); /* couleur réelle */
}

.striplet_justicatif[statut="En ré-étude"] {
  background-color: rgb(
    234 149 35 / 20%
  ); /* La couleur réelle désaturée éclaircie */
}
.striplet_justicatif[statut="En ré-étude"]::before {
  background-color: rgb(234, 149, 35); /* couleur réelle */
}

.striplet_justicatif[statut="Non fourni"] {
  background-color: rgb(
    150 150 150 / 20%
  ); /* La couleur réelle désaturée éclaircie */
}
.striplet_justicatif[statut="Non fourni"]::before {
  background-color: rgb(150, 150, 150); /* couleur réelle */
}

.striplet_justicatif[statut="Périmé"] {
  background-color: rgb(
    234 35 35 / 20%
  ); /* La couleur réelle désaturée éclaircie */
}
.striplet_justicatif[statut="Périmé"]::before {
  background-color: rgb(234, 35, 35); /* couleur réelle */
}

.striplet_justicatif[statut="Rejeté"] {
  background-color: rgb(
    234 35 35 / 20%
  ); /* La couleur réelle désaturée éclaircie */
}
.striplet_justicatif[statut="Rejeté"]::before {
  background-color: rgb(234, 35, 35); /* couleur réelle */
}

.striplet_justicatif[statut="Validé"] {
  background-color: rgb(
    45 188 27 / 20%
  ); /* La couleur réelle désaturée éclaircie */
}
.striplet_justicatif[statut="Validé"]::before {
  background-color: rgb(45, 188, 27); /* couleur réelle */
}

.flex_column.av_one_third.avia-builder-el-0.el_before_av_one_third.avia-builder-el-first.first.flex_column_div.tuile_justi {
  margin-left: 3%;
  margin-top: 1%;
  width: 100%; /*ajout pour tuille 1 ligne*/
}

#top #blockquote_visualiser_dossier {
  margin-left: 0;
}

.suivi_description {
  margin-top: 0.8em;
  font-style: italic;
}

.stripe-instruction {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  text-align: center;
  cursor: default;
  margin-bottom: 0.5em;
}

/*responsive des titres du detail dossier*/
.d-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; /* Pour permettre le wrap en mode mobile */
}

.dossier_titre_left,
.dossier_titre_right {
  min-width: 300px; /* Minimum width pour éviter que les divs soient trop petits */
}

.dossier_titre_left {
  text-align: left;
}

.dossier_titre_right {
  text-align: right;
}

ul.los-ul-link {
  padding: 0;
  margin: 0;
}

ul.los-ul-link li {
  display: inline;
}

ul.los-ul-link li a {
  text-decoration: none;
  color: #007bff;
}

.right_infos {
  float: right;
  margin-top: 2%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap; /* Permet le wrap en mode mobile */
}

/*bas de rubrique dossier*/
.info-item {
  margin: 0 0.3em; /* Marge pour espacer les éléments en mode plein écran */
  line-height: normal !important;
}

.separator {
  display: inline; /* Assure que le séparateur est visible en mode plein écran */
}

.suivi-libelle-span {
  flex: 1;
}

.onglet_tabs {
  border-bottom: none;
}

.avia_textblock_titre {
  margin-bottom: 1.3rem;
}

.los-info-num-dossier {
  font-size: larger;
}

.separe_action {
  margin-left: 5px;
  margin-right: 8px;
}

.description_suivi li {
  list-style-type: disc;
}

/* Media query pour le responsive design */
@media (max-width: 768px) {
  .right_infos {
    float: none;
    display: block; /* Affiche les éléments en bloc */
    text-align: right; /* Aligne le texte à droite */
  }

  .info-item {
    display: flex; /* Force chaque élément sur une nouvelle ligne */
    margin: 0; /* Réinitialise les marges pour éviter les espaces indésirables */
  }

  .separator {
    display: none; /* Cache le séparateur en mode mobile */
  }

  .btn.btn-info.d-none.d-md-block.button {
    width: 275px;
  }

}
