.cke_editable_themed ul li{
  padding-bottom: 0;
}

.cke_editable_themed .boosted-rtabs .nav .nav-item br{
  display:none;
}

.cke_editable_themed .fade:not(.show) {
  opacity: 100 !important;
}

/* a activer si on supprime l effet au focus des onglet

.boosted-rtabs .nav-tabs .nav-link:not(.disabled):focus {
  outline: none;
  outline-offset: inherit;
}
*/

.boosted-rtabs .o-tab-heading{
  padding: 0.875rem 0.643rem !important;
  cursor: pointer;
  text-decoration: none;
}

.boosted-rtabs .o-tab-heading ~ .o-tab-heading {
  margin-left: 0;
}

.boosted-rtabs{
  padding: 0 !important;
}

.boosted-rtabs .o-tab-heading:not(.disabled):focus {
  outline: none;
}

@media (max-width: 768px) {
  .boosted-rtabs.o-tab-container {
    width: calc(100%);
    margin: 0;
  }
}

p.obligatoire:after {
  content: "*";
  color: red;
}

