.eta_top-container {
  flex-direction: row;
  display: flex;
  justify-content: space-between;
}
.eta_msg-container {
  padding: 0px 10px;
  max-height: 0px;
  overflow: hidden;
  margin: 0px 0px 0px 52px;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}
.eta_msg-container-hs {
  border-left: solid 4px rgb(182, 25, 20);
  background-color: rgba(182, 25, 20, 0.15);
}
.eta_msg-container-wk {
  border-left: solid 4px rgb(110, 110, 110);
  background-color: rgba(110, 110, 110, 0.15);
}
.eta_msg-container-pd {
  border-left: solid 4px rgb(223, 166, 11);
  background-color: rgba(223, 167, 11, 0.15);
}
.info-container {
  display: flex;
  flex-direction: column;
  background-color: #171717;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.info-container:hover {
  background-color: #252525;
}
.titre_img_desc-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.titre_desc-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.img-app {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    margin-right: 10px;
}
.eta-container {
  display: flex;
  align-content: center;
  flex-direction: row;
}

  .title-app {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 600;
    margin: 0px;
  }
.list-app {
    display: flex;
    flex-direction: column;
    background-color: #040404;
    border-radius: 0px 0px 8px 8px;
    border: 1px solid #313131;
    border-top: none;
    padding: 10px 10px;
    margin-bottom: 10px;
}
.list-app .info-container {
    padding: 12px;
    margin-bottom: 6px;
}
.list-app .info-container:last-child {
  margin-bottom: 0px;
}

.title-type-app {
  color: white;
  font-size: 30px;
  font-weight: 600;
  margin: 0px;
}
.container-type-snippet {
  margin-bottom: 0px;
  background-color: #171717;
  border-radius: 8px 8px 0px 0px;
  border: 1px solid #313131;
  padding: 6px 12px 6px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between
}
.container-image-type {
  padding-right: 6px;
  display: flex;
}
.image-type {
  height: 38px;
}
.below_image-type {
  max-height: 26px;
}
.container-img-txt {
  display: flex;
  align-items: center;
  justify-content: center
}
.container-below_image-type {
  display: flex;
  justify-content: center;
}

.img_more {
  width: 32px;
  height: 32px;
  margin: auto;
  transition: all 0.25s ease-in-out;
  filter: invert(100%);
}

.eta-txt-ok {
  color: #0c9d3e;
}
.circle_eta-ok {
  background-color: #0c9d3e;
}
.eta-txt-hs {
  color: #b61914;
}
.circle_eta-hs {
  background-color: #b61914;
}
.eta-txt-wk {
  color: rgb(110, 110, 110);
}
.circle_eta-wk {
  background-color: rgb(110, 110, 110);
}
.eta-txt-pd {
  color: rgb(223, 166, 11);
}
.circle_eta-pd {
  background-color: rgb(223, 166, 11);
}
.circle_eta {
  margin: auto;
  min-width: 10px;
  min-height: 10px;
  border-radius: 50px;
  margin-left: 10px;
  margin-right: 2px;
}
.eta-txt {
  margin: auto;
  font-weight: 500;
  text-align: end;
}

@media screen and (max-width:720px) {
  .circle_eta {
    margin-left: 8px;
    margin-right: 4px;
    min-width: 9px;
    min-height: 9px;
  }
  .eta-txt {
    font-size: 14px;
  }
  .img_more {
    width: 22px;
    height: 22px;
  }
  .title-app {
    font-size: 16px;
  }
  .img-app {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    margin-right: 8px;
  }
  .eta_msg-container {
    margin: 0px 0px 0px 38px;
  }
}