.a4 {
  width: 21cm;
  min-height: 29.7cm;
}
.a4-header {
  margin: 10px;
  font-size: 10pt;
}
.a4-body {
  margin: 0 10px;
}
.a4-titre {
  color: #d00 !important;
  font-size: 15pt;
  font-weight: 600;
}
.a4-flex {
  display: flex;
  justify-content: space-between;
}
.a4-flex-div {
  flex: 1;
  padding: 3px 0;
}
.a4-red {
  background: linear-gradient(#cf2626, #9c0000) !important;
  color: #ffffff !important;
  font-weight: 600;
  font-size: 8pt;
}
.a4-border {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.a4-border:first-child {
  border-left: 1px solid #ddd;
}
.a4-fieldset {
  border: 1px solid #ddd;
  border-radius: 7px;
  padding: 5px;
  margin-top: 10px;
  font-size: 10pt;
  text-align: justify;
  min-height: 100px;
}
.a4-legend {
  background: transparent !important;
  width: max-content;
  padding: 0 5px;
  margin: 0;
  border: none;
  font-size: 11pt;
  color: #d00 !important;
  font-weight: 600;
}
