.card:hover {
    box-shadow: 2px 2px 3px 3px gray;
}

header{
    background-color: black !important;
}

.btn.addPanier{
    width: 60%;
    margin: auto;
}

.pagination {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: black;
}

.pagination span.first a {
    font-size: 0;
    text-decoration: none;
    color: black;
}

.pagination span.first a::before {
    content: 'Précedent';
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    color: black;
}

.pagination span.previous a {
    font-size: 0;
    text-decoration: none;
    color: black;
}

.pagination span.next a {
    font-size: 0;
    text-decoration: none;
    color: black;
}

.pagination span.last a {
    font-size: 0;
    text-decoration: none;
    color: black;
}

.pagination span.last a::before {
    content: 'Suivant';
    color: black;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}

.pagination span.page {
    font-size: 25px;
    color: black;
    text-decoration: none;
    margin: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination span.current {
    font-size: 25px;
    color: black;
    text-decoration: none;
    border: 1px solid black;
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.pagination span.page a {
    color: black;
    text-decoration: none;
}

html {
    min-height: 100%;
}

body {
    width: 100%;
}

.footer {
    color: white;
    width: 100%;
    padding: 10px;
}



