/** CSS de l'index.php */
#block {
    margin: 40px;
    min-height: 700px;
    border: 1px solid #e7c9ff;
    font-family: "Baskerville Old Face", "Georgia", Serif;
    font-size: 55px;
    text-align: center;
    color: white;
    background: radial-gradient(circle at 100%, #e7c9ff, #333 50%, #eee 75%, #333 75%);
}

#titre {
    font-family: "Baskerville Old Face", "Georgia", Serif;
    font-size: 50px;
    text-align: center;
    text-decoration: navy;
    background-color: #f8efed;
    margin-top: 50px;
    margin-bottom: 50px;
    border: 1px solid black;
    min-height: 600px;
}

#canard {
    height: 100px;
    width: 100px;
    animation-name: canard;
    animation-duration: 16s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes canard {
    from {;
    }
    25% {
        translate: 1800px;
    }
    50% {
        transform: scaleX(-1)
    }
    75% {;
    }
    to {

        transform: scaleX(1);
    }
}




/** CSS de shop.php */

.shopping {
    margin-left: 4em;
    margin-right: 4em;
    margin-bottom: 175px;
    font-size: 20px;
}

.polaroid {
    position: relative;
    width: 200px;
    padding: 20px;
    background-color:#fffaf2;
    box-shadow: 0 8px 16px darkgrey;
    justify-content: center;
    height: 450px;
    border: 1px solid black;
    display: inline-block;

}

.polaroid img {
    width: 300px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border: 1px solid black;
}

.polaroid img:hover{
        translate: 135px;
}

.caption {
    margin: 10px 0 0;
    text-align: center;
    font-size: 20px;
    color: black;
    text-decoration: none;
}

h2 {
    text-align: center;
    text-decoration: #084298;
}

#h2{
    font-size: 50px;
}

.product-price, .product-name, .product-tags{
    text-decoration: none;
    color: black;
}

.product-name{
    text-align: center;
    font-size: 30px;
}
.product-tags{
    margin-left: 20px;
    font-size: 20px;
    text-align: left;
}
.product-price{
    margin-left: 20px;
    font-size: 20px;
    text-align: left;
}

.envoi {
    text-align: left;
}

.identification{
    margin: 50px;
    border: 1px solid black ;
}


/** CSS de contact.php */

.achat {
    margin: 100px;
}

.achat img{
    width: 350px;
    height: 350px;
}


.contact {
    margin-left: 5em;
    margin-right: 5em;
    margin-bottom: 5em;
    background: #f8f8f8;
}

#compte {
    font-size: 50px;
    background: #e9f0f1;
    margin-top: 1.5em;
    margin-left: 5em;
    margin-right: 5em;
}

legend {
    font-size: 30px;
    font-family: "Book Antiqua", Serif;
}

label, .label {
    font-size: large;
    font-family: sans-serif;
}

.box {
    min-height: 250px;
}



/** CSS de shopping-cart.php */

table{
    width: 80%;
    margin: auto;
    border: 1px solid black;

}

tr th{
    background-color: lightgray;
}

td{
    text-align: center;
    margin-bottom: 100px;
    border-bottom: 1px solid black;
}

caption{
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: bold;
}

th{
    font-size: 20px;
}

tfoot{
    font-weight: bold;

    background-color: lightgray;
}

.agrandir:hover{
    width: 200px;
    height: 200px;
    font-size: 200%
}

#panier{
    font-family: "Gill Sans MT Ext Condensed Bold", Serif;
    font-size: 50px;
}

.deco{
    text-align: right;
    margin-top: 100px;
    margin-right: 50px;
}

/** CSS de la page de confirmation*/

#confirmation{
    text-align: center;
    margin-top: 350px;
    font-size: 75px;
}

.redirection{
    margin-top: 300px;
    text-align: center;
}

/** CSS des pages produits*/

.produit{
    text-align: left ;
}

p {
    text-align: justify;
    font-family: sans-serif;
}

.bouton{
    text-align: right;
    margin: 50px;
}
.bordure{
    border: 1px solid black;
    margin-bottom: 45px;
}

.placement{
    margin-top: 40px;
}

.titre{
    margin-top: 40px;
    font-size: 30px;
}

