span.document-annexes-title {
  text-transform: uppercase;
  margin-top: 30px;
  font-weight: bold;
}

.product__price-ttc {
  transition: opacity 0.3s ease;
}

.ag-first-btn {
  background: #020086;
  padding: .5rem 1.25rem;
  border-radius: 10px;
  color: #FFF;
  font-size: 1rem;
  line-height: 24px;
  text-decoration: none;
  border: 1px solid transparent;
}

.ag-first-btn:hover, .ag-first-btn:focus, .ag-first-btn:hover:focus, .ag-first-btn:hover:focus-visible {
  border: 1px solid #c9c9d1;
  background-color: #fff;
  color: #102236;
  text-decoration: none;
}
