body{
    margin: 0px;
    padding: 0px;
    background-color: lightgray;
    font-family: Bahnschrift, Serif, cursive;
}
button{
    font-family: Bahnschrift, cursive, sans-serif;
}

.message{
    width: 500px;
    height: 115px;
}

.case{
    background-color: rgba(0,0,0,0.5);
    border: none;
    border-radius: 5px;
    font-family: Bahnschrift, cursive, sans-serif;
    font-size: 12px;
    color: white;
}
.submit{
    text-align: center;
}
.formulaire{
    text-align: left;
}
.titrecontact{
    text-align: center;
}
.caseage{
    margin-top: 10px;
}

.required:after{
    content: "*";
    color: darkred;
}

.colform{
    height: 544px;
}

.accesboutique{
    background-color: #1a1d20;
    padding: 20px;
    font-family: "Agency FB", cursive, sans-serif;
    font-weight: bold;
    font-size: 25px;
    color: lightgray;
    border: solid 2px black;
    border-radius: 30px;
    width: 250px;
}

.accesboutique:hover{
    scale: 105%;
    box-shadow: 8px 8px 10px 0 rgba(0,0,0,0.5);
}

.accesboutique{
    transition-duration: 0.5s;
}

.titreindex{
    font-size: 40px;
}

.p2index{
    font-size: 30px;
}

.p3index{
    font-size: 25px;
    margin-bottom: 50px;
}

article{
    text-align: center;
}
.boutonmarque{
    padding-top: 60px;
    height: 349px;
}
article{
    text-align: center;
}

table.paniercontenu{
    height: 318px;
    border: 2px solid #2b3035;
}

td, tr{
    border-bottom:solid 1px #2b3035;
}
.boutonlogo{
    width: 330px;
    margin-bottom: 50px;
}

.boutonlogo:hover{
    scale: 110%;
}

.boutonlogo{
    transition-duration: 0.5s;
}

.total{
    color: darkred;
    font-weight: bold;
    text-align: left;
}

.casetotal{
    padding-left: 20px;
}

.colg{
    text-align: left;
    padding-left: 20px;
}

.cold{
    text-align: right;
    padding-right: 20px;
}

.paiement{
    text-align: center;
    margin: 20px;
    background-color: darkred;
    color: yellow;
    width: 320px;
    font-size: 30px;
    font-family: "Agency FB", cursive, sans-serif;
    height: 70px;
    border: solid red 1px;
    box-shadow: 8px 8px 10px 0 rgba(0,0,0,0.5);
    border-radius: 10px;
}

.paiement:hover{
    scale: 105%;
    box-shadow: 10px 10px 12px 0 rgba(0,0,0,0.5);
}

.paiement:active{
    background-color: #2c0b0e;
    border: solid darkred 1px;
    scale: 100%;
}
.paiement{
    transition-duration: 0.5s;
}
.boutonpaiement{
    text-align: center;
    height: 199px;
}

