body {
    font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #222; 
    position: relative;
    min-height: 100vh;
}
footer {
    position: absolute;
    bottom: 0;
    width: 100%;   
}
.espace_blanc_footer{
    height: 250px;
}
.bg-green {
    background-color: #99dc00;;
}
.navbar-nav .nav-link:hover {
    color:#1EAEDB!important;
    text-decoration: underline;
}
section {
    margin: 5% 0;
}
ul {
    list-style: circle inside;
}
.fa-bootstrap {
    color: purple;
}
.btn-primary {
    background-color: #33C3F0;
    border-color: #33C3F0;
}
.btn-primary:hover {
    background-color: #1EAEDB;
    border-color: #1EAEDB;
}
@media screen and (max-width: 767px) {
    .trajets thead tr th:nth-last-child(2), .trajets tbody tr td:nth-last-child(2) {
      display:none;
    }
}