



.container{
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    /* margin: auto; */
    width: 100%;
   
    /* margin: auto; */
   
    /* border:1px solid red ; */
    
}

.container3{
    display: flex;
    justify-content: center;
    align-items:center ;
}
.container4{
    width: 100%;
    display: flex;
flex-wrap: wrap;    
/* background-color: aquamarine; */
flex-direction: column;

}


.oeuvre{
    
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    flex-wrap: wrap;
    /* flex-direction: column; */
    /* border: #de78a9 solid 2px; */
    border-bottom: #fba0cc solid 2px;
    padding-bottom: 3rem;
    
}
.oeuvre2{
      
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    flex-wrap: wrap;

}


.sousImage{
    display: flex;
    flex-direction: column;
    padding-left: 1.2rem;
    padding-bottom: 0;
    margin: 0;
    /* border: #fd7f10 1px solid; */
}
.sousImage p{
    margin-bottom: 0;
    padding-bottom: 0;
}
.buttonSousImage button{
    padding: 0.6rem;
    background-color:#88144C ;
    color: white;
    border: none;
    margin: 0;
}
.image1{
    margin-top: 2rem;
    margin-bottom: 1rem;
   
    height: 339.9578857421875px;
width: 339.0621337890625px;
overflow: hidden;
  
}
.image2{
    margin-top: 2rem;
    margin-bottom: 1rem;
    transition:transform 1.5s;

}

.image2:hover{
    

        background-color: rgb(114, 111, 111);
        -moz-transition: all 1s ease-in;
        /* WebKit */
        -webkit-transition: all 1s ease-in;
        /* Opera */
        -o-transition: all 1s ease-in;
        /* Standard */
        transition: all 1s ease-in;
       
        padding: .2rem;
        border-radius: 5px;
        -ms-transform: scale(1.2);
        -webkit-transform:scale(1.2);
        transform: scale(1.2);
       
      
        
       
    
        
}
.img300{
    transition-duration:  1s;
} 


.img300:hover{
   
    box-shadow: 3px -3px 3px 1px rgb(24 24 24);
   
  
   

    
  
}
.titre{
    /* border: solid 1px white; */
    padding: .5rem;
    border-radius: 5px;
    text-align: center;
    margin-left: 20rem;
    margin-right: 20rem;
}

.apropo{
     margin-left: 1.5rem;
    
     align-self: center;
  
}
.apropoMoi{
    display: flex;
    
    
}
.panier{
   border-radius: 50%;
   
}
.panier img{
    width: 70px;
    height: 70px;
    margin-right: 3rem;
}
.presentation{
    text-align: center;
}


/* responsive */

@media screen and (max-width: 1024px)
{
    .apropoMoi{
        flex-direction: column;
        /* justify-content: center; */
        align-items: center;
    }
    .moi{
        margin: 3rem;
        
    }
    .propo{
        width: 10rem;
     
    }
    .ariane{
        margin-left: 30px;
        margin-top: 2rem;
    }
    .image1{
        width: 100%;
    }

}