.grid-containere {
    /* display: grid; */
    /* gap: 50px 100px;
    grid-template-columns: auto auto auto; */
    background-color: #ffffff;
    padding: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
   
   align-items: center;
   top: 0;
   border-radius: 30px;
   height: 100%;
}

.messagees{
    margin-bottom: 15px;
    width: 70%;
    border-radius: 20px;
}

.messagees h4{
    font-style: italic;
    font-size: 15px;
}
  
.grid-itemv {
    background-color: rgba(255, 255, 255, 0.8);
    /* border: 2px solid rgba(0, 0, 0, 0.8); */
    /* padding: 50px; */
    font-size: 15px;
    text-align: center;
    /* margin: 10px; */
    /* margin-left: 80px; */
    /* left: 0;
    right: 0; */
    margin: 25px;
    
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    /* height: 50px; */
}

.reve{
    font-weight: bold;
    margin-left: 5px;
}

.itemzr{
    position: relative;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    /* width: 50%;
    height: 200px; */
    /* box-shadow: 0px 5px 17px -7px rgba(0, 0, 0, 0.75); */
    border-radius: 10px;
    margin-right: 10px;
    cursor: pointer;
    transition: transform 100ms ease-in;
    
    

}
