* {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 1239px) {

    #global #liteProduit .cadreProduit .infoProduit {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding-left: 5%;
        padding-right: 5%;
    }

    #global #liteProduit .cadreProduit .infoProduit img {
        width: 70%;
        padding-top: 3%;
        padding-bottom: 3%;
    }

    #global #liteProduit .cadreProduit .infoProduit .presentation {
        width: 100%;
    }

}

@media screen and (min-width: 1240px) {

    #global #liteProduit .cadreProduit .infoProduit {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 5%;
        padding-right: 5%;
    }

    #global #liteProduit .cadreProduit .infoProduit img {
        width: 18rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    #global #liteProduit .cadreProduit .infoProduit .presentation {
        min-width: 25rem;
    }
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgb(6, 0, 58);
    box-shadow: 0px 0.05px 5px rgb(141, 141, 141);
    background-color: rgb(255, 251, 249);
}

nav #logoDomaineDuVentNav {
    padding: 1rem;
    width: 21.5rem;
}

nav #logo_insta_nav {
    padding: 1rem;
    width: 8rem;
}

nav a img {
    height: 90%;
    width: 90%;
}

#global {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgb(255, 251, 249);
}

#global h1 {
    font-size: 4rem;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 15%;
    margin-right: 15%;
}

#global #liteProduit {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

#global #liteProduit .cadreProduit {
    background-color: rgb(238, 231, 215);
    width: 80%;
    margin-top: 1rem;
    margin-bottom: 10rem;
    border-radius: 15px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}

#global #liteProduit .cadreProduit .infoProduit .presentation h2 {
    font-size: 2.2rem;
    margin-top: 3%;
    margin-bottom: 3%;
}

#global #liteProduit .cadreProduit .infoProduit .presentation .cadreCepage {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

#global #liteProduit .cadreProduit .infoProduit .presentation .cadreCepage .cepage {
    font-size: 1.2rem;
}

#global #liteProduit .cadreProduit .infoProduit .presentation .cadreCepage .cercle {
    width: 15px;
    height: 15px;
    background-color: black;
    border-radius: 50%;
    margin: 1rem;
}

#global #liteProduit .cadreProduit .infoProduit .presentation .texte p {
    overflow-wrap: anywhere;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    line-height: 1.4;
}

#global #liteProduit .cadreProduit .divAvis {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 100% ;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: rgb(223, 214, 193);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

#global #liteProduit .cadreProduit .divAvis .avis {
    display: flex;
    flex-direction: column;
    width: 25rem;
    padding: 1rem;
    font-size: 1.2rem;
    line-height: 1.2;
}

footer {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 5rem;
    background-color: rgb(204, 204, 204);
    padding-top: 3rem;
}