.card {
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.card-title {
    font-family: "Alegraya Sans", sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    margin: 10px 0 10px 0;
}

.imgTel {
    width: 200px;
    height: 200px;
}

.element{
    width: 64px;
    height: auto;
}

.elementQuantity {
    font-family: "Alegraya Sans", sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    margin: 10px 0 10px 0;
}

.img-logo {
    height: 150px;
    width: 150px;
}

header {
    background-color: black;
    color: rgb(79, 155, 231);
    font-weight: bold;
    font-style: oblique;
}

footer {
    background-color: black;
    color: gold;
    font-weight: bold;
    font-style: oblique;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 10px;
    position: fixed;
    width: 100%;
    bottom: 0;
}

.nav-item {
    margin: 20px;
}

.content {
    margin-bottom: 100px;
}

.panier {
    width: 30px;
    height: 30px
}

.panier2 {
    width: 60px;
    height: 60px
}

.centrer {
    text-align: center;
}

sup {
    width: 15px;
    height: 15px;
    text-align: center;
}