.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: 15em;
    width: 15em;
}

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;
}

.custom-select {
    border-radius: 0.25rem;
}

.form-group {
    margin-bottom: 15px;
}

.font-weight-bold {
    font-size: 1.1em;
    color: #333;
}

/*************/

body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    color: #333;
    margin: 0;
    padding: 20px;
}

.data {
    margin-bottom: 100px;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

h1 {
    text-align: center;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

table, th, td {
    border: 1px solid #ddd;
}

th, td {
    padding: 12px;
    text-align: left;
}

th {
    background-color: #f1f1f1;
}

td {
    background-color: #fafafa;
}

.highlight {
    background-color: #e3f2fd;
}

.titre {
    font-size: 4.5em;
    color: #ddd;
    font-style: italic;
    font-family:Georgia, 'Times New Roman', Times, serif
}

.err {
    color: red;
    font-style: italic;
    font-family: 'Times New Roman', Times, serif;
    font-size: 1.2em;
}