.table {
    display: flex;
    flex-direction: column;
    border: 0px solid #000;
}

.row {
    display: flex;
    border-top: 0px solid #000;
    background-color: #FFF;
    padding-top: 6px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 6px;
}

.row.header {
    font-weight: bold;
}

.cell {
    padding: 5px;

    border-left: 0px solid #000;

    flex: 3%;
}

.cell.autre {

    flex: 40%;
    /* La cellule "autre" prend plus de place */
}

.cell.borderb {
    background-color: #4bc9da1f;
    border-radius: 30px;
    border: #fff 0px solid;
}

.cell.ml {
    flex: 12%;

    /* La cellule "autre" prend plus de place */
}

.cell.date {
    flex: 10%;
    color: #0A7AAD;
    /* La cellule "autre" prend plus de place */
}

.cell.emoji {
    flex: 1%;
    /* La cellule "autre" prend plus de place */
}

.cell.jma {
    flex: 1%;
    /* La cellule "autre" prend plus de place */
}


.cell:first-child {
    border-left: none;
}

a {
    text-decoration: none;
    color: black;
}


/* ajout */

* {
    box-sizing: border-box;
}

.form-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 25px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    font-weight: bold;
}

.form-group input[type="text"],
.form-group input[type="time"],
.form-group input[type="number"],
.form-group select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.form-group input[type="submit"] {
    background-color: #EBA16D;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* Style pour masquer initialement le champ de quantité */
#ml-container {
    display: none;
}

/* Nouveau style pour afficher le champ de quantité */

.bg-gradient-custom {
    background-image: linear-gradient(90deg, rgba(0, 196, 214, 0.834) 0%, rgb(0, 116, 170) 100%);
}

.hover-bg-blue-custom:hover {
    background-color: #b3eaf2;
}

.croix-colonne {
    max-width: 20px;
}

.full-width {
    width: 100%;
}

.flex-grow {
    flex-grow: 1;
}

.bg-custom-color {
    background-color: #b6ecf4;
    line-height: 2;
    /* Vous pouvez ajuster cette valeur selon votre préférence */

}

.hoverBG:hover {
    background-color: #eca16c7e;
}

.bgcolororange {
    background-color: #EBA16D;
}

h1 {
    color: #EBA16D;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;

}

h2 {
    color: #0A7AAD;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 17px;

}


.form-container {
    height: 100vh;


}

.pagination {
    display: flex;
    justify-content: center;
    padding: 10px;
    gap: 10px;
}

h3 {
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;

}

.enfant {
    height: auto;
    padding: 10px;
}

.font-bold {
    font-size: 20px;
    font-weight: bold;
}