#wpwrap {
  background-color: #f0f0f1 !important;
}

.h2-sans-saut-de-ligne {
  font-size: 23px;
  font-weight: 400;
  margin: 0 20px 0 0;
  padding: 9px 0 4px;
  line-height: 1.3;
  color: #1d2327;
}

#btn-add-consultant {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  text-shadow: none;
  top: -3px;
  margin-left: 4px;
  border: 1px solid #2271b1;
  border-radius: 3px;
  background: #f6f7f7;
  font-size: 13px;
  font-weight: 400;
  line-height: 2.15384615;
  color: #2271b1;
  padding: 0 10px;
  min-height: 30px;
  -webkit-appearance: none;
}

:disabled {
  color: black !important;
  background-color: #e9ecef !important;
}

input:disabled::placeholder {
  color: #e9ecef !important;
}

.tableTitle {
  font-size: 16px;
  font-weight: 700;
  padding: 8px;
  border-bottom: 2px solid #000;
  width: 101%; /* 98% */
  margin-bottom: 10px;
}

.myFormLabels {
  color: grey;
  font-style: italic;
  font-size: 0.8rem;
}

.clicable {
  cursor: pointer;
  color: blue;
}

.pointer {
  cursor: pointer;
}

.gras {
  font-weight: bold;
}

.mt-30 {
  margin-top: 30px !important;
}

.my-badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  background-color: #ecf3f4 !important;
  --bs-text-opacity: 1;
  color: #035266 !important;
  margin: 5px 5px 0px 0px;
}

.my-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  margin-top: 20px;
  max-width: 520px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  background: #fff;
  box-sizing: border-box;
}

.star-rating-checked {
  color: #ffd600;
}

.star-rating-not-checked {
  color: grey;
}

/*masquer tittre article*/
h1.entry-title {
  display: none !important;
}

.pastille-rouge {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  /*margin: 1px 0 -1px 2px;*/
  /*padding: 0 5px;*/
  min-width: 18px;
  height: 18px;
  border-radius: 9px;
  background-color: #d63638;
  color: #fff;
  font-size: 11px;
  line-height: 1.6;
  text-align: center;
  z-index: 26;
}

.review-ok {
  background-color: #b5daa7;
}

.review-ko {
  background-color: #ff828f;
}

.job-title {
  font-weight: bold;
  color: blue;
}

.job-company {
  color: green;
}

.editor {
  resize: vertical;
  overflow: auto;
  border: 1px solid silver;
  border-radius: 5px;
  min-height: 100px;
  box-shadow: inset 0 0 10px silver;
  padding: 1em;
  background: white;
  margin: 0px;
  width: 100%;
}

/*style pour les puces de la description de la mission en mode lecture ... */
.mission-description ul {
  list-style-type: disc !important;
}
/* ... idem pour la page ajouter une mission */
#editor ul {
  list-style-type: disc !important;
}
/* ... idem pour l'edition d'une mission depuis la page des missions */
.editor ul {
  list-style-type: disc !important;
}
