.accueilh1{
    color: blue;
}

.loremAccueil{
    color: crimson;
}

body {
    background-color: darkgray;
    padding: 0 50px 0 50px;
}

.bodycontact{
    width: 100%;
    background-image: url(../Images/contact.jpg);
    height: 900px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.h1produit{
    color: blue;
}

.divproduit{
    margin-left: 50px;
    display: flex;
    margin-bottom: 50px;
}

.imageProduit{
    width: 400px;
}

.descProduit{
    color: crimson;
    margin-left: 50px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}