body {
  font-family: "Georgia", serif;
  background: linear-gradient(to right, #ffdde1, #ee9ca7);
  color: #3e3e3e;
  margin: 0;
  padding: 0;
}

header {
  background-color: #333;
  color: white;
  padding: 10px;
}

navb a {
  color: white;
  margin-right: 10px;
}

main {
  padding: 20px;
}
table th {
  font-size: small;
  white-space: nowrap;
}
.picto {
  width: auto;
  height: 20px;
}

.small,
small {
  font-size: 0.7em !important;
}

div.pasteImages:before {
  content: attr(data-placeholder);
  color: #999;
}

.btn-outline-pink {
  --bs-btn-color: var(--bs-pink) !important;
  --bs-btn-border-color: var(--bs-pink) !important;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-pink);
  --bs-btn-hover-border-color: var(--bs-pink) !important;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-pink);
  --bs-btn-active-border-color: var(--bs-pink);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--bs-pink);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--bs-pink);
  --bs-gradient: none;
}
