form {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  margin: auto;
}


.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.header img {
  max-height: 100px;
  max-width: 100px;
}

/* .contact-info {
  max-width: 70%;
} */

.intervention-section {
  margin-top: 20px;
}

.date-section,
.comment-section,
.signatures {
  margin-top: 10px;
}

textarea {
  width: 100%;
}

.signatures {
  display: flex;
  justify-content: space-between;
}

form {
max-width: 800px;
}

table {
width: 100%;
border-collapse: collapse;
margin-bottom: 15px;
}

th, td {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}

th {
background-color: #f2f2f2;
}

/* input:focus {
border: 1px solid black;
outline: blue;
} */

.icon {
  border-radius: 50%;
}

.commentaire-pdf {
  display: none;
  width: 100%;
  min-height: 120px;
  padding: 10px 12px;
  border: 1px solid #adb5bd;
  border-radius: 6px;
  background-color: #f8f9fa;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.5;
  color: #212529;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.pdf-mode #commentaireTextarea {
  display: none !important;
}

.pdf-mode #commentairePdf {
  display: block !important;
}

#commentairePdf {
  page-break-inside: auto;
  break-inside: auto;
}