body {
    background-color: #EDEDED;

}

nav img {
    width: 10%;

}



nav {
    display: flex;
    background-color: #EDEDED;

}

nav li a {

    display: block;
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    margin: 20px;
    list-style: none;
    color: black;
}

li {
    list-style: none;
}


.container {
    display: flex;
    height: 100vh;
    background-image: url('images/image_accueil.jpg');
    background-size: cover;

}



.container .texte {

    width: 50%;
    background-color: black;
    opacity: 0.6;
    height: 60%;
    margin: auto;
    margin-top: 170px;
    border-radius: 30px;

}

.container .texte p {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 108px;
    font-weight: bold;
    color: white;
    text-align: center;
    margin: 2px;



}


.cart .img img {

    height: 100%;
    width: 100%;
}


.cart {

    width: 22%;
    border-radius: 10px;
    background-color: white;
    margin-left: 20px;
    margin-top: 20px;


}

.titre_prix {
    display: flex;
    justify-content: space-between;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 130%;
    font-weight: bold;
    margin-left: 5px;
}


.prix {

    color: #3164F4;
    font-size: 130%;
    font-weight: bold;
}

.texte_description {
    font-size: 13px;
    margin-left: 10px;
    word-wrap: wrap;
}

.produit a {
    text-decoration: none;
    display: block;


}

.Container_produit {
    display: flex;
    flex-wrap: wrap;


}


article {

    width: 90%;
    display: flex;
    flex-direction: column;
    margin-left: 7%;
    flex-wrap: wrap;

}

.shopping {

    margin: auto;
    width: 83%;
    display: flex;
    background-color: white;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 30px;

}


.notre_texte {
    margin: 20px;
}

.notre_texte div .Devenez {
    display: flex;
    flex-direction: column;
    font-size: 30px;
    width: 70%;
    font-weight: bold;
}

.notre_texte div .lorem {
    margin: 10px 0;
    font-size: 20px;
    width: 30px;
}

.shopping img {
    width: 400px;
    height: 200px;
}

button {

    margin: 10px 0;
    height: 35px;
    background-color: blue;
    color: white;
    border: none;

}




footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 55px;
    padding-bottom: 10px;
    margin-bottom: 150px;
    background-color: #EDEDED;
    height: 200px;
    width: 70%;
    margin: auto;
    border-top: 1px inset black;
    margin-top: 30px;

}

footer div {
    margin-bottom: 90px;


}

.copyright-logo p {
    margin: 2px;

}

footer .copyright-logo img {
    width: 70px;
}

footer .copyright-logo p img {
    width: 10px;
}

footer ul li {
    list-style: none;
}

li a {
    text-decoration: none;
    font-size: 20px;
    color: black;
}

footer ul li {
    padding: 10px;
}

.menu-center {
    margin-bottom: 55px;
}

.menu-right {
    margin-bottom: 145px;
}

p {
    text-decoration: none;
    font-size: 20px;
    color: black;
}

.copyright-logo p .reserve {
    margin-bottom: 50px;
}

.grand-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a:hover {
    color: blue;
}



.menu-middle {
    margin-top: 70px;
}





.detail-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    height: 35%;
    margin: auto;
    padding: auto;
    width: 80%;
    
}

.detail-texte {
display: flex;
flex-direction: column;
height: 400px;

}

.detail-texte h1 {
    font-size: 50px;
    margin-top: 10px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

}
.detail-texte p{
    font-size: 30px;
    margin-top: 5px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

}

.detail-texte h2{
    font-size: 50px;
    margin-top: 2px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

}


.img5 img {
    
    width: 300px;
    height: 300px;
    margin: 10px;
}

.img5 button {
    border: none;
    background-color: #3164F4;
    border-radius: 4px;
    width: 75%;
    height: 40px;
    margin-right: 35px;
    margin-top: 60px;
    margin: 10px;

}