.containerShow{
    display: flex;
    width: 70%;
    /* background-color: rgb(70, 66, 66); */
    margin: auto;
   flex-wrap: wrap;
    margin-top: 5rem;
    /* border: 1px solid white; */
    /* border-radius: 15px; */
    /* padding: 2rem; */
    /* justify-content: space-around; */
    /* border: 1px solid rgb(226, 56, 113); */
    /* box-shadow: 0 0 0.5em 0 var(--clr-neon) */
    border-bottom: #de78a9 solid 3px;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
   
}
.contenantShow{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 50%;
    /* border: 1px solid rgb(0, 255, 34); */
    background-color: rgb(83, 81, 81);
    /* margin-left: .2rem; */
    

}
.contenantShow1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.contenantShow h3{
    color: rgb(243, 181, 101);
}
.imgShow{
    width:50%;
    /* border: 1px solid red; */
    /* margin-right: 5rem; */
    /* max-width:100%;
    max-height:100%; */
    
}

.img400{
    max-width: 100%;
    max-height: 100%;
    /* width: auto;/ */
    transition: 1s all ease-in-out;
    cursor: pointer;
    
}

.paragraphe{
    /* margin-left: 2rem; */
    width: 50%;
    align-self: flex-start;
    justify-self: flex-start;
    margin-top: 1rem;
}

.panier{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    /* border: solid 1px rgb(211, 247, 12); */

}

.quantity{
    margin: 1rem !important;
    /* border: solid 1px green; */
}
.buton{
    padding: .4rem ;
    border-radius: 15px;
}

.buton a{
    color: black;
}
.commentaire{
    /* margin-left: 5rem; */
    display: flex;
    justify-content: space-around;
    margin: 1rem 0 0 3rem;

    /* border: solid 2px rebeccapurple; */

}
#h3Commentaire{
    margin-left: 2rem;
}
.containReact{
    display: flex;
    flex-direction: column;
}
.reactComments{
    width: 100%;
    
}
.phpComment{
    width: 50%;
    /* background-color: blue; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* overflow-x: scroll; */
    border-left: 1px solid wheat;
    /* padding: 1rem;/ */
    margin: 0;
   

}

.comment{
   
    /* background-color: aliceblue; */
    background-color:rgba(0, 0, 0, 0.1);
    /* color: black;/ */
    padding: .5rem;
    /* width: 50%; */
    border-radius: 15px 5px 15px 5px;
    margin-bottom: 1.5rem;
    text-overflow: ellipsis;
    /* overflow-y: scroll; */
    /* overflow-x: scroll; */
    /* overflow: auto; */
    max-height: 20rem;
    /* word-wrap:break-word */
}
#commentaire_comment{
    border-radius: 15px 5px 15px 5px;
    padding: 5px;
  
    /* max-height: 50px; */

}





/* responsive */

@media screen and (max-width: 1024px)
{
    .containerShow{
        width: 100%;
        flex-direction: column;
        
    }
    .contenantShow,.imgShow{
        width: 100%;
    }
    .apropo{
        width: 100%;
        margin: 0;
    }
    .paragraphe{
        width: 100%;
      
    }
    .contenantShow{
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 2rem;
    }
    .contenantShow1{
        width:35%;
    }
    #buton{
        width: 100%;
    }
    .image1{
        width: 50%;
    }
    .oeuvre{
        margin: 0;
    }
    .comment{
        margin:2rem

    }
    .commentTotal{
        margin-bottom: 2rem;
    }
    #commentaire_comment{
        width: 80%;
        margin: auto;
    }
    .commentaire{
        flex-direction: column-reverse;

    }
    .phpComment{
        width: 100%;
    }
    .commentaire h3{
        text-align: center;
    }
    .imgShow{
        text-align: center;
    }


   
   
}

