html {
    font-family: "Domine", serif;
  }
  
header {
    text-align: left;
    margin: 10px;
  }
  
h1 {
    font-family: "Patrick Hand SC", cursive;
  }
  
  .logo {
    width: 20%;
    margin-right: 30px;
    float: left;
  }  

body {
    font-family: "Pontano Sans", sans-serif;
  }
  
div {
    display: flex;
  }
    
#bdc_content, .identite {
    flex-direction: column;
    justify-content: center;
  }

#utilisateur {
  flex-direction: row;
}
#commentaire{
  width:90%
}
  
.identite {
    text-align: left;
    margin : 10px;
    width: 40%;
  }
  
 
  .titre, .choix {
    background-color: #F15A0F;
    color: white;
    font-weight: bold;
  }
  
  .article, .entete {
    width: 10%;
  }

 .tt{
    width: 10%;
    justify-content: flex-end ;
  
  }

  .soustt, .ssttcal, .ttl {
    width: 20%;
    page-break-inside: avoid;
  }
  
  .quantite_utilisateur {
    width: 40%;
  }
  
  .article_choco, .sous {
    border: 1px solid;
    border-color: #98CF24;
  }
  
  .sous {
    justify-content: flex-end;
    margin: 0px;
    font-weight: bold;
    background-color: #ACCF2A;
  }
  
  
  .tous {
    margin: 0px;
    justify-content: space-between;
  }
  
  .nom {
    width: 50%;
  }
  
  .tl {
    justify-content: flex-end;
    background-color: #98CF24;
    font-weight: bold;
  }
  
  .livraison {
    flex-direction: column;
  }
  
#envoyer{
    display:none;
}