.create {
    color: blue;
}

body {
    text-align: center;
    background-image: url("/images/background.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.containerc {
    margin-bottom: 3%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 20px;
    margin: auto;
    margin-bottom: 3%;
    margin-top: 3%;
    text-align: center;
}

a.create:link {
    color: blue;
    text-decoration: none;
}

#customers {
    border-collapse: collapse;
    width: 100%;
}

#customers td,
#customers th {
    border: 1px solid #ddd;
    padding: 8px;
}

#customers tr:nth-child(even) {
    background-color: #f2f2f2;
}

#customers tr:nth-child(odd) {
    background-color: #FFFFFF;
}

#customers tr:hover {
    background-color: #ddd;
}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: rgb(0, 53, 136);
    color: white;
    width: 33%;
}

@media (max-width: 450px) {
    #customers th {
        width: unset;
    }
}

.imgmain {
    cursor: pointer;
    width: auto;
    height: 32.6px;
}

@media (max-width: 680px) {
    #customers {
        font-size: small;
    }
}

@media screen and (max-width: 680px) {
    #customers {
        font-size: 15px;
    }
}

@media screen and (max-width: 550px) {
    #customers {
        font-size: 13px;
    }
}

@media screen and (max-width: 370px) {
    #customers {
        font-size: 10px;

    }
}

@media screen and (max-width: 370px) {
    .imgmain {
        height: 20px;
    }
}

.trprix {
    background-color: #333 !important;
    color: white;
}

.trvide {
    background-color: transparent !important;
}

.bordernone {
    border: none !important;
}

input#prixfinalb {
    background-color: transparent;
    color: white;
    border: none;
    width: 67px;
    padding: unset;
    margin: unset;
    font: unset;
}

@media screen and (max-width: 370px) {
    input#prixfinalb {
        width: 67px;

    }
}

.pxtotalttc {
    float: left;
    width: 50%;
    text-align: right;

}

.pxtotalht {
    float: right;
    width: 50%;
    text-align: left;

}

.inputarticles {
    width: 25px;
    text-align: center;
    border: none;
    background-color: transparent;
    font-weight: bold;
    margin-left: 1%;
    margin-right: 1%;
}

.boutonproduits {
    background-color: white;
    border: 0.5px solid black;
    border-radius: 99px;
    color: rgb(0, 56, 136);
    font-weight: bold;
    cursor: pointer;
    font-family: Times New Roman;
    font-size: large;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: unset;
}

.boutonproduits:hover {
    background-color: black;
    color: white;

}

.enlever {
    color: red;
    margin-left: 2%;
    font-family: sans-serif;
    font-weight: 100;
}

.button.achat {
    color: white;
    background: rgb(0, 56, 136);
    width: 100% !important;
    margin-bottom: 1%;
}

.button.achat:hover {
    background-color: green;
    color: white;
}

.button.paiement {
    width: auto;
    background: rgb(255, 102, 0);
    color: black;
}

.button.btnrecartsuppr {
    width: auto;
    background: radial-gradient(grey, transparent);
    color: black;
    margin-top: unset;
    margin-bottom: 1.5%;
    border-color: orange;
    font-size: 12px;
}

/* Add padding and center-align text to the container */
.containerachat {
    padding: 16px;
    text-align: center;
}

/* 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: rgba(0, 0, 0, 0.8);
    padding-top: 50px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #f0f0f0;
    margin: 5% auto 15% auto;
    width: 80%;
    border-radius: 5px;
}

/* The Modal Close Button (x) */
.close {
    position: absolute;
    right: 35px;
    top: 15px;
    font-size: 40px;
    font-weight: bold;
    color: #f1f1f1;
}

.close:hover,
.close:focus {
    color: #f44336;
    cursor: pointer;
}

/* Clear floats */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.selectcache {
    display: none;
}

.livraison {
    width: 50%;
}

@media screen and (max-width: 800px) {
    .livraison {
        width: 75%;
    }
}

@media screen and (max-width: 500px) {
    .livraison {
        width: 85%;
    }
}

#idmodel {
    display: block;
}

.selectclass {
    background-color: #FFFFFF;
    border-radius: 4px;
    border: none;
    font: inherit;
    font-family: helvetica;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    color: #000000;
    /* reset */

    margin: auto auto 1% auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.selectclass {
    background-image:
        linear-gradient(45deg, transparent 50%, #FFFFFF 50%),
        linear-gradient(135deg, #FFFFFF 50%, transparent 50%),
        radial-gradient(#778899 70%, transparent 72%);
    background-position:
        calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px),
        calc(100% - .5em) .5em;
    background-size:
        5px 5px,
        5px 5px,
        1.5em 1.5em;
    background-repeat: no-repeat;
}

.selectclass:focus {
    background-image:
        linear-gradient(45deg, white 50%, transparent 50%),
        linear-gradient(135deg, transparent 50%, white 50%),
        radial-gradient(gray 70%, transparent 72%);
    background-position:
        calc(100% - 15px) 1em,
        calc(100% - 20px) 1em,
        calc(100% - .5em) .5em;
    background-size:
        5px 5px,
        5px 5px,
        1.5em 1.5em;
    background-repeat: no-repeat;
    border-color: green;
    outline: 0;
}