/*
CASI-PSL - 2023 
https://casi-psl.dylan-bourdon.fr/
Par Dylan Bourdon - dylan.bourdon@gmail.com
*/

.text-degrade-sncf {
    background: linear-gradient(90deg, #7c2270, #e41d24);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
}

.dropdown-menu {
  --bs-dropdown-link-active-bg: #0e9f51;
  --bs-dropdown-border-radius: 0.2rem;
}

a {
  cursor: pointer;
}