@font-face {
  font-family: "celtic";
  src: url("font/CelticHand.ttf");
  font-weight: normal;
  font-style: normal;
}
html {
  font-family: "Domine", serif;
}

header {
  text-align: left;
  margin: 10px;
}

h1, h2 {
  font-family: "celtic", cursive;
}

h1 {
  padding: 20px;
}

.logo {
  width: 8%;
  margin-right: 30px;
  float: left;
}

body {
  font-family: "Pontano Sans", sans-serif;
}

div {
  margin: 10px;
  display: flex;
}

label {
  padding-left: 10px;
  text-align: left;
}

#bdc_content, .identite {
  flex-direction: column;
  justify-content: center;
}

#utilisateur {
  flex-direction: row;
}

.identite {
  justify-content: flex-start;
  text-align: left;
  width: 50%;
  border: 1px solid;
  border-color: #98CF24;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.identite input {
  margin-bottom: 10px;
  padding: 5px;
}

.identite p {
  margin-bottom: 2px;
}

.titre, .choix {
  background-color: #F15A0F;
  color: white;
  font-weight: bold;
}

.article, .entete, .soustt, .sousttcal, .tt {
  width: 10%;
}

.quantite_utilisateur {
  width: 40%;
}

.article_choco, .sous {
  border: 1px solid;
  border-color: #98CF24;
}

.onliv {
  vertical-align: top;
}

.sous {
  justify-content: flex-end;
  margin: 0px;
  font-weight: bold;
  background-color: #c0d672;
}

.cat {
  margin-bottom: 0px;
  margin-top: 20px;
}

.tous {
  margin: 0px;
  justify-content: space-between;
}

.nom {
  width: 50%;
}

.tl {
  justify-content: flex-end;
  margin: 20px;
  background-color: #98CF24;
  font-weight: bold;
}

.saut {
  margin-top: 30px;
}

#sujet, #pb, #pbval, #pbarticle {
  color: red;
}

input:invalid {
  box-shadow: 0 0 5px 1px red;
}

#pdtotal {
  background-color: white;
  border: 1px solid;
  border-color: #98CF24;
}

.livraison {
  flex-direction: column;
}

.choix {
  padding: 10px;
}

.liv {
  padding-left: 20px;
}

#envoyer {
  margin: 10px;
  text-align: left;
  justify-content: space-around;
}

#start, #bdc_content {
  padding: 10px;
}

.go {
  background-color: #98CF24;
  color: white;
  font-weight: bold;
}

/*# sourceMappingURL=style_carole.css.map */
