
.div_centrale_checkout{

    display : flex;
    flex-direction: row;
    min-height : 90%;
    

}

.div_centrale_checkout #payment-form{
    min-height: 100%;
}


#div_element_checkout{

    display : flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;

    height : 70vh;
    width : 38vw;

    padding-left: 1vw;
    padding-right: 1vw;

    border: solid;
    border-color: black;
    border-width: 0.1vw;
    border-radius: 5vw;
    margin-top: 2vw;
}

#TITLE_checkout{
    font-family: Arial, Helvetica, sans-serif;
}

#payment-form{
    width : 50vw;
    height: auto;
    padding-left: 1vw;
    padding-right: 1vw;
    margin-left: 3vw;

    border: solid;
    border-color: black;
    border-width: 0.1vw;
    border-radius: 5vw;
    
}

#payment-element{

    width : 100%;

    padding : 2vw;

}

.article_preview{
    border-radius: 1vw;
          box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    
padding : 1vw;
  width : 50%;
  
  display : flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  background-color: white;
}





@media only screen and (max-width:768px)  {

 
    .div_centrale_checkout{

        flex-direction: column;
        width : 100vw;
        align-items: center;
        

    }


    
    #div_element_checkout{
        gap : 5vw;
    }

        #div_element_checkout, #payment-form{
        width : 90vw;
        height : auto;
        margin-left: 0;
        padding-top: 8vw;
        padding-bottom: 8vw;
    }
    
    

}