
body
{
    font-family: 'Futura', 'Futura-Medium','Trebuchet MS',sans-serif;
    background: black;
    color: #C8D2DA;
    background-color: black;
    margin: 8px;
}

h2
{
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

p
{
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    line-height: 1.2;
}

fieldset
{

    display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-start: 0.35em;
    padding-inline-start: 0.75em;
    padding-inline-end: 0.75em;
    padding-block-end: 0.625em;
    min-inline-size: min-content;
    border-width: 2px;
    border-style: groove;
    border-color: rgb(192, 192, 192);
    border-image: initial;
    margin: 10px 0px 15px 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 840px;
}

legend {
    display: block;
    padding-inline-start: 2px;
    padding-inline-end: 2px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    float: none;
    width: auto;
    margin-bottom: 0;
    font-size: 12pt;
}

acronym
{
    border: none;
}

.error
{
    border: solid red 3px;
    background: #cc301f;
    width: 1100px;
}
.error td
{
    text-align: center;
}
.error img
{
    padding: 0px 10px 0px 10px;
}


/* PAGE MAGASIN.PHP */
#magasin h2
{
    margin-top: 10px;
    margin-bottom: 8px;
}
#magasin .cadre_magasin_infos
{
    padding: 10px;
    background-color: #003900;
    border: 1px solid white;
    text-align: center;
    width: 700px;
    font-size: 11pt;
}
#magasin .tableau_magasin
{
    margin: auto;
    width: 880px;
}
#magasin .quantite input
{
    width: 40px;
    margin-right: 10px;
}
#magasin .p_region
{
    margin-top: 0px;
    margin-bottom: 8px;
    padding-left: 75px;
    padding-right: 0px;
}
#magasin h2
{
    margin-bottom: 5px;
}
/* PAGE COMMANDE.PHP */
#commande h2
{
    margin-top: 10px;
    margin-bottom: -10px;
}
#commande .cadre_commande_infos
{
    padding: 10px;
    background-color: #003900;
    border: 1px solid white;
    text-align: justify;
    width: 720px;
    font-size: 11pt;
}
#commande acronym
{
    position: relative;
    top: 2px;
}
#commande .tableau_magasin, #confirmation .tableau_magasin
{
    width: 1020px;
}
.petite_info
{
    font-size: 11pt;
    font-style: italic;
    color: green;
}
.calcul_commande, .prix_total
{
    position: relative;
    left: 765px;
    width: 255px;
    text-align: right;
    margin-bottom: 5px;
}
.prix_total
{
    color: green;
    padding-top: 5px;
    border-top: 1px solid white; 
    font-size: 15pt;
}
#fieldset_monadresse
{
    width: 850px;
}
#fieldset_monadresse p
{
    padding-left: 30px;
}
#fieldset_monadresse label, #fieldset_monadresse input, #fieldset_monadresse textarea
{
    margin: 0px 0px 5px 0px;
}
#adresse
{
    height: 45px;
}
#label_adresse
{
    position: relative;
    bottom: 30px;
}
#nom_de_famille
{
    width: 180px;
}
#code_postal
{
    width: 103px;
}
#email
{
    width: 250px;
}


/* PAGE CONFIRMATION.PHP */
#confirmation h2
{
    margin-top: 12px;
    margin-bottom: 8px;
}
#confirmation .cadre_adresse
{
    overflow: auto;
    float: left;
    margin-top: 5px;
    padding: 10px;
    color: black;
    background-color: #f6f6f6;
    border: 1px solid black;
    text-align: center;
    width: 270px;
}
#confirmation .cadre_adresse_infos
{
    margin-top: 8px;
    margin-left: 280px;
    padding: 10px;
    background-color: #003900;
    border: 1px solid white;
    text-align: justify;
    width: 430px;
    font-size: 11pt;
}
#confirmation acronym
{
    position: relative;
    top: 2px;
}
#confirmation .email
{
    margin-bottom: 7px;
}
#liste_articles
{
}

/* PAGE FRAIS_DE_PORT.PHP */
#frais_de_port1, #frais_de_port2
{
    border-collapse: collapse;
    width: 400px;
}
#frais_de_port1
{
    float: left;
    margin-right: 50px;
    width: 300px;
}
#frais_de_port1 th, #frais_de_port2 th
{
    font-weight: bold;
}
#frais_de_port1 th, #frais_de_port2 th, #frais_de_port1 td, #frais_de_port2 td
{
    border: 1px solid white;
    padding: 5px;
    text-align: center;
}

/* TOUTES PAGES MAGASIN ET ADMIN MAGASIN */
.tableau_magasin
{
    border-collapse: collapse;
}
.tableau_magasin th
{
    border: solid white 1px;
    padding: 10px 4px 10px 4px;
    background: #003900;
    text-align: center;
    font-weight: bold;
    font-size: 12pt;
}
.tableau_magasin .tr_case_avec_bordures td, .tableau_magasin .case_avec_bordures
{
    padding: 5px;
    border: solid white 1px;
}
.case_sans_bordures
{
    padding: 5px;
}
.tableau_magasin td
{
    text-align: right;
}
.tableau_magasin .articles
{
    text-align: left;
}

.case_modifier a
{
    color: orange;
}

.case_supprimer a
{
    color: red;
}

.accordion-header:hover
{
    text-decoration: underline;
}

.magasin_article_details
{
    margin: 8px 0px 8px 0px;
    text-align: left;
    max-width: 545px;
}