
.banner{
    background: url('../_images/bannerImag.jpeg') no-repeat center;
    background-size: 100%;
    width: 80%;
    height: 500px;
    margin: auto;
    opacity: 100%;
}
.textbanner{
    text-align: center;
    padding: 20%;
}
.welcome p{
    width: 80%;
    height: auto;
    margin: auto;
}
body.welcome.a{
    text-align: center;
    margin: auto !important;
    margin: 150px;
}
.titre {
    color: var(--green-color);
}
.product{
    width: 400px;
    height: 100px;
    border: 2px solid black;
}
.containProduct{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    padding: 30px;
    margin: 0;
    gap: 20px;
}
.containerProd{
  
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
    padding: 30px;
    margin: 0;
    gap: 20px;
}
.desc{
    overflow: auto;
    height: 150px;
}
.image_card{
    height: 400px;
    width: 400px;
}
.favoris{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.temoignage{
    background-color: var(--green-color);
    height: auto;
    padding: 50px;
    text-align: center;
}
.offerText{
    padding: 150px;
    width: 50%;
}
@media screen and (max-width:900px) {
    .banner{
        height: auto;
        width: auto;
    }
    .textbanner{ 
        padding: 13%;
    }
    .containProduct, .containerProd{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 25px;
        padding: 0px;
    }
    .offerText{
        padding: 5px;
        width: 100%;
    }
    .whoIam{
        width: 100%;
    }
    .image_card{
        height: 350px;
        width: 100px;
    }
    .product{
        width: 100%;
        height: 100px;
        border: 2px solid black;
    }
}