/* Deprogrammation */


.tableauDeprog{
    width: 560px;
}

.ligneDeprog {
    display: flex;
    align-items: center;
}

.logoDeprog img {
    width: 30px;
}

.logoDeprog, .anneeDeprog, .pourcentageDeprog, .trainsDeprog{
    margin: 5px;
    text-align: center;
}

.logoDeprog img{
    width: 30px;
}

.anneeDeprog{
    width: 100px;
    color: white;
}
.pourcentageDeprog{
    width: 70px;
    color: #FCFF43;
    font-weight: normal;
}
.trainsDeprog{
    margin-left: 30px;
    color: white;
}

.deprog2020, .deprog2022, .deprogMoyenne {
    background-color: #6198EA;
    padding: 3px;
}

.deprog2021, .deprog2023{
    background-color: #464FA2;
    padding: 3px;
}

.tableauDeprog{
    background-color: #3B3A3A;
    padding: 30px;
    padding-bottom: 0px;
    font-size: 1.25rem;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.ligneDeprogInf{
    padding-top: 5px;
    display: flex;
    align-items: center;
    font-size: .75rem;
    color: white;
    background-color: #3B3A3A;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.logoDeprogInf{
    margin-left: 10px;
}
.anneeDeprogInf{
    margin-left: 50px;
}
.pourcentageDeprogInf{
    margin-left: 45px;
}
.trainsDeprogInf{
    margin-left: 200px;
    
}

#deprogLignePrecedente{
    background-image: url('images/svg/fleche-gauche-light.svg');
}

#deprogLigneSuivante{
    margin-left: 20px;
    background-image: url('images/svg/fleche-droite-light.svg');
}

.trainsDeprogInf button {
    color: white;
    font-size: .75rem;
    background-color: transparent;
    border: none; 
    border-radius: 3px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
}

.trainsDeprogInf button:hover {
    background-color: rgba(181, 181, 181, 0.288);
    cursor: pointer;
}

.deprogFiller img{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}