.color-blue {
  color: #2DAAE2;
}

.big-color-blue {
  color: #2DAAE2;
  font-weight: 700;
  font-size: 2.4rem;
}

.little-color-black {
  color: #000;
  font-weight: 700;
}

.cke_questions,
.cke-questions {
  font-family: "Fira Sans";
  font-weight: 700;
  color: #000;
}
.cke_questions *,
.cke-questions * {
  color: #000;
}

.caption-img figcaption {
  padding: 0 !important;
  font-family: "Fira Sans";
  font-style: italic;
  font-weight: 400;
  color: #000;
}

.cke_editable,
body[contenteditable=true] {
  max-width: 730px;
  margin: auto;
  margin-top: 64px;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}
.cke_editable *,
body[contenteditable=true] * {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

drupal-entity {
  display: inline-block;
  width: 100%;
}

.cke_iframe {
  display: block;
  margin: auto;
}

drupal-media,
.cke_widget_drupalmedia {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.cke_top,
.cke_bottom {
  background: #E5E8EF !important;
  border-radius: 10px;
}

.cke_chrome,
.cke_reset {
  border-radius: 10px;
  border: 1px solid #B2BBD1;
}

.cke_bottom {
  opacity: 0.1;
}