.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
}
.transportItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    padding: 5px;
    padding-right: 5px;
    padding-left: 5px;
    width: 100%;
    background-color: #25262d;
    margin-top: 7px;
    color: white;
    cursor: pointer;
    user-select: none;
}

.transportMethod {
    font-size: 15px;
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
}
.transportDirection {
    font-size: 12px;
}
span {
    font-size: 12px;
}
#BUS278 {
    background-color: #d282be;
}

#BUS178 {
    background-color: #0055c8;
}
#TrainL {
    background-color: #dd9ead;
}
p {
    color: white;
}

.titleCat {
    font-size: 15px;
}
.redText {
    color: rgb(142, 24, 24);
}
.go_to_epita {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #14151d;
    width: 90vw;
    padding: 7px 15px 17px 15px;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.go_to_home_from_epita {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #14151d;
    width: 90vw;
    padding: 7px 15px 17px 15px;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.time_text_element {
    max-width: 100%;
}
.transportItemRight {
    display: flex;
    flex-direction: column;
    margin-left: 5px;
    width: 100%; /* Un peu crade mais evite de refaire 1 milliards de div */
}

.estimated_time_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 10px;
    margin-right: 5px;
    margin-left: 5px;
}
.count_next_time_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 10px;
    margin-right: 5px;
    margin-left: 5px;
}
.count_next_time_text {
    font-size: 20px;
}
#estimated_time_text {
    font-size: 10px;
}
#button_refresh {
    position: fixed;
    bottom: 10px;
    left: 20px;
    height: 20px;
    width: 20px;
    opacity: 0.5;
}
