
* {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
html {
    width:100%;
    height:100%;
    margin:0px;
    padding:0px;
}
.login-box {
    margin: 0 auto;
    background-color: silver;
    border-left: 15px solid green;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 6px;
    color: black;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    width: 320px;
    text-align: center;
    position: relative;
    top:100px;
}
.inputs {
    width: calc(100% - 20px);
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1.1em;
}
.login-btn {
    background-color: #0ea5e9;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 6px;
    font-size: 16px;
    transition: 0.2s;
}
#header {
    background: green;
    color: white;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: auto;
    border-bottom: 1px solid black;
}
.announcement {
    background-color: antiquewhite;
    border-left: 15px solid green;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 6px;
    color: black;
}
.announcement h5 {
    margin: 0px;
    color: black;
}
.flexhorizontalcenter {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.flexhorizontalleft {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    gap: 10px;
}
.flexhorizontalright {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: right;
    gap: 10px;
}
.flexverticalcenter {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: right;
    gap: 10px;
}
#additifs button{
    width: calc((100% / 2) + 0px)
}

button {
    width: 150px;
    padding: 5px 10px;
    background: #004d2c;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 10px;
}

button:hover {
    background: #00361f;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 0 auto; /* 15% from the top and centered */
    padding: 20px;
    /*width: calc(80mm + 20px); /* Could be more or less, depending on screen size */
    overflow-x: visible;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
/* PRODUITS */

/* PANIER */

