@media (min-width: 992px) {
  .fleche {
    height: 0.25em!important;
    background: linear-gradient(90deg,rgba(42, 123, 155, 0) 0%, var(--primary-claire) 100%)!important;
    width: auto!important;
  }
}

.fleche {
  width: 0.25em;
  height: 100%;
  background: linear-gradient(180deg,rgba(42, 123, 155, 0) 0%, var(--primary-claire) 100%);
}

.date-exp {
  font-size: 1rem;
  writing-mode: vertical-rl;
}

@media (min-width: 992px) {
  .date-exp {
    writing-mode: horizontal-tb;
  }
}

