body {
    width: 90%;
    margin: auto;
    background: linear-gradient(70deg, blue, pink);
    color: #660000;
}

header {
    display: flex;
    flex-direction: column;
    margin: 3px 5px 3px;
}

.ImgQuincaillerie {
    display: flex;
    height: 200px;
    width: 100%;
}


nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.bouton a {
    width: 150px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    background: url(img/bouton-rouge.png) no-repeat;
    color: white;
    text-decoration: none;
    float: left;
    margin: 2px;
}

.bouton a:hover {
    background: url(img/bouton-orange.png) no-repeat;
    color: #660000;
    padding-top: 2px;
    padding-bottom: 4px;
}


footer {
    color: rgb(0, 106, 255);
}

main {
    display: flex;
    flex-wrap: nowrap;
}

.LOREM {
    flex: 25%;
    background: linear-gradient(blue, pink);
    border-style: solid;
    border-radius: 15px;
    border-color: #660000;
}

.global {
    flex: 75%;
}



.IMG_PRODUIT1 {
    display: flex;
    justify-content: space-around;

}

.IMG_PRODUIT2 {
    display: flex;
    justify-content: space-around;

}

.contact {

    height: 100%;
    width: 100%;
}

.IMG_PRODUIT3 {
    display: flex;
    justify-content: space-around;

}