/* EXTENSION POUR LA PAGE FRANCE */
.custom-bullet-list li {
  position: relative;
  padding-left: 5px;
  font-size: 14px;
  line-height: 1.6;
}

.border-blue {
  border-color: var(--sgs-blue) !important;
}

.timeline-steps .step-item {
  transition: background-color 0.2s ease;
}

.timeline-steps .step-item:hover {
  background-color: #eef2f7 !important;
}
