#retour_facturation{

    margin-top: 2vw;

    height: 3vw;

    font-size: 1vw;
    width : 20vw;

    margin-bottom: 5vw;


}

#form_adresse{
    
    width : 50vw;
}


#submit_facturation{

    margin-top: 4vw;
    color: white;
    font-size: 1vw;
    background-color: var(--back_header);

}


#country_adresse{
    font-size: 1.5vw;;
    padding : 0.4vw;
}

#masse_totale_p{
    font-size: 1.2vw;
}


@media only screen and (max-width:768px)  {


    #retour_facturation{

        margin-top: 5vw;
    
        height: 10vw;
    
        font-size: 4vw;
        width : 40vw;
    
        margin-bottom: 10vw;
    
    
    }
    
    
    #submit_facturation{
    
        margin-top: 7vw;
        font-size: 4vw;    
    }
    
    
    #country_adresse{
    font-size: 3vw;;
    padding : 1vw;
    min-height : 6vw;
}

#masse_totale_p{
    font-size: 2.8vw;
}


#shipping_mode_select{
    min-width : 60vw;
    padding : 1vw;
    min-height: 10vw;
}


#column_cgu{
    width : 95vw;
}



}