.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(245, 237, 15);
    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;
}

.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;
}

.container video {
  display: flex;
  justify-content: center;
}

.form-container {
    max-width: 600px;
    margin: 2rem auto;
    padding: 2rem;
    border-radius: 12px;
    background-color: #f9f9f9;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.form-group {
    margin-bottom: 1.5rem;
}

label {
    font-weight: 600;
    display: block;
    margin-bottom: 0.5rem;
}

select, input, textarea {
    width: 100%;
    padding: 0.7rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 1rem;
}

.btn-submit {
    display: inline-block;
    background-color: #007bff;
    color: white;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
}

.btn-submit:hover {
    background-color: #0056b3;
}

.form-errors {
    color: #e74c3c;
    font-size: 0.9rem;
    margin-top: 0.3rem;
}

.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: #555;
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}