#div_mon_compte{

    display : flex;
    flex-direction: column;
    height: auto;
    width : 50vw;
    justify-content: space-around;
    
    align-items: center;


}


.button_mon_compte{
    width :  40vw;
    height : 6vw;
}


@media only screen and (max-width:768px)  {


    #div_mon_compte{


        height: 120vw;
        width : 80vw;
    
    }
    
    
    .button_mon_compte{
        width :  60vw;
        height : 17vw;
    }
    




}