article {
    margin-top: 4rem;
    margin-bottom: 6rem;
}

/* Navbar */
.navbar {
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 5rem;
    padding-right: 5rem;
}
.navbar-dark {
    background: linear-gradient(to right, rgb(129, 209, 247), rgb(24, 143, 255));
}
.nav-link {
    color: #e6e5e5!important;
}
.nav-link:hover {
    color: #ffffff!important;
    transition: all 0.3s ease-in-out;
    transform: scale(1.03);
}

/* Tableau */
.table {
    --bs-table-striped-bg: rgba(0, 0, 0, 0.03);
    background-color: #ffffff;
}
/*Espace entre les lignes*/
.table td, .table th {
    padding: 1rem!important;
}

/* Background */
.background{
    background-image: url(../pictures/background.svg);
    background-size: cover;
    width: auto;
    height: 100vh;




}

/* Chart */
.chart-container {
    background-color: #ffffff;
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 4rem;
    margin-bottom: 8rem;
    padding-left: 3rem;
    padding-right: 3rem;
    
}
.title-graph {
    padding-top: 1rem;
    padding-top: 1rem;
    padding-left: 6rem;
    padding-right: 6rem;
}

/*pagination*/
.pagination{
    justify-content: center;
}
.page-item.active .page-link {
    background-color: rgb(24, 143, 255)!important;
    border-color: rgb(24, 143, 255)!important;
}

/* Footer */
.footer-title {
    color: #ffffff!important;
    font-size: 1.5rem;
    font-weight: 600;
}
a {
    text-decoration: none;
    color: #ffffff;
} 
a:hover {
    color: #ffffff;
}
footer { 
    background: linear-gradient(to right, rgb(24, 143, 255),rgb(129, 209, 247));
    color: rgb(255, 255, 255);
    padding-top: 5rem;
    padding-bottom: 3rem;
    margin-top: 10rem;
}
.link {
    color: #e6e5e5;
    transition: all 0.3s ease-in-out;
    transform: scale(1.03);

}
.txt-copyright {
    color: #ffffff!important;
    font-size: 1rem;
    text-align: center;
}
.footer-title{
    color: #ffffff!important;
    padding-top: 1rem;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
}
