.add_prod {
    border: 1px solid #00000030;
    border-radius: 20px;
    width: calc(18% - 20px);
    min-width: 120px;
    float: left;
    color: #000;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    padding: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.btn_raccourci {
    color: #000000;
}

.halo {
    text-shadow: 0 0 20px #ffffff70, 0 0 12px #ffffff75
}

.info_cmd {
    float: right;
    background: #ffd6bc;
    border-radius: 10px;
    padding-left: 8px;
    padding-right: 8px;
}

.info_cmd_time {
    float: right;
    background: #ffe5bc;
    border-radius: 10px;
    padding-left: 8px;
    padding-right: 8px;
}


/*.modal-overlay {
      position: fixed;
      top: 0; left: 0;
      width: 100vw; height: 100vh;
      background-color: rgba(0, 0, 0, 0.5);
      display: none;
      align-items: center;
      justify-content: center;
      z-index: 999;
    }

    

    /* Fenêtre modale */

@media screen and (max-width: 770px) {
    body {
        padding-left: 10px;
        padding-right: 10px;
    }
    .add_prod {
        width: 26.9%;
        min-height: 66px;
    }
    .total_tablette {
        display: none;
    }
    .btn_raccourci {
        display: none;
    }
    .btn_raccourci_img {
        font-size: 30px;
    }
    .menu {
        left: 0px;
        border-left: 0px !important;
        border-right: 0px !important;
        border-radius: 0 !important;
        width: 100% !important;
    }
    .refresh_vendeur {
        display: none;
    }
    .modal-content {
        width: 80% !important;
    }
    .info_cmd {
        float: left;
        margin-top: 5px;
        font-size: 12px;
    }
    .info_cmd_time {
        float: left;
        margin-top: 5px;
        font-size: 12px;
    }
    .mobile {
        display: block;
    }
    .btn_img {
        margin-left: 3px !important;
        margin-right: 3px !important;
        border-radius: 10px !important;
        width: calc(10% - 8px) !important;
    }
}

@media screen and (max-width: 680px) {
    .add_prod {
        width: 38%;
        min-height: 66px;
    }
    .btn_tablette {}
    #aff_clock {
        display: none;
    }
}

@media screen and (min-width: 770px) {
    .total_iphone {
        display: none;
    }
    .btn_moins {
        margin-left: 8%;
    }
    .btn_tablette {
        display: block;
    }
    .btn_raccourci {
        display: block;
        font-size: 14px;
    }
    .btn_raccourci_img {
        font-size: 40px;
    }
    .refresh_vendeur {
        position: absolute;
        margin-top: -24px;
        margin-left: 480px;
    }
    .mobile {
        display: none;
    }
}

.cl {
    clear: both
}

.total_tablette {
    position: fixed;
    right: 20px;
    bottom: 10px;
    text-align: right;
}

.total_iphone {
    float: right;
    text-align: right;
}

input,
textarea,
select {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 18px;
    padding: 10px;
    color: #000;
    margin-bottom: 20px;
    border-radius: 20px;
    border: 1px solid #000;
    width: 100%;
    box-sizing: border-box;
}

body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
    -webkit-appearance: initial;
    background: url('bg.png') repeat-y;
    background-position: 50%;
}

.liste {
    border: 1px solid #000;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.liste a {
    color: #000;
    font-weight: bold;
}

.vert {
    border: 1px solid #b8cc16 !important;
}

.rouge {
    border: 1px solid #e5396e !important;
    background: #ffe1e8;
}

.color_rouge {
    color: #e5396e;
}

.bg_sel {
    background: #f2f2f2;
}

.btn_img {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 22px;
    float: left;
    border: 1px solid #ccc;
    padding: 7px;
    text-align: center;
    width: calc(10% - 20px);
    height: 28px;
    border-radius: 20px;
}

.bg_vert {
    background: #e6edb1;
}

.btn_home {
    background: #ffffff52;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 20px;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    height: 23px;
    min-width: 44px;
}

a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

.b {
    font-weight: bold;
}


/* The Modal (background) */

.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;
    border: 1px solid #000;
    width: 40%;
    border-radius: 20px;
    box-shadow: 0px 2px 5px #000;
    /* Could be more or less, depending on screen size */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
}


/* The Close Button */

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.donate-now {
    list-style-type: none;
    margin: 0px 0 0 0;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    width: 310px;
}

.donate-now li {
    float: left;
    width: 100px;
    height: 40px;
    position: relative;
    margin: 0px 6px 0 7px;
    width: 140px;
    padding-top: 3px;
}

.donate-now label,
.donate-now input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
}

.donate-now input[type="radio"] {
    opacity: 0.01;
    z-index: 100;
}

.donate-now input[type="radio"]:checked+label,
.Checked+label {
    background: #e9e9ed;
    color: #000;
}

.donate-now label {
    padding: 5px;
    border: 1px solid #CCC;
    cursor: pointer;
    z-index: 90;
    padding-top: 8px;
}

.zui-table {
    border: solid 1px #ccc;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 16px;
}

.zui-table thead th {
    background-color: #dfdfdf;
    border: solid 1px #ccc;
    color: #000;
    padding: 10px;
}

.zui-table tbody td {
    border: solid 1px #ccc;
    color: #333;
    padding: 10px;
}