/**
 * Block : Colonne texte image
 * =================================
 *
 *
 *
 */

/* Tabs */

.tabs-header .tab-header.active {
  background-color: var(--wp--preset--color--rouge);
  color: #fff;
}

.tabs-header .tab-header.active img {
  filter: brightness(0) saturate(100%) invert(86%) sepia(35%) saturate(5142%)
    hue-rotate(359deg) brightness(103%) contrast(109%);
}

body:not(.wp-admin) .content-tabs .content-tab {
  display: none;
}

body:not(.wp-admin) .content-tabs .content-tab.active {
  display: block;
}

.wp-admin .content-tabs .content-tab {
  cursor: unset;
}

.wp-admin .content-tab {
  position: relative;
  border: 1px solid var(--wp--preset--color--bleu-fonce);
}

.wp-admin .content-tabs {
  counter-reset: section;
}

.wp-admin .content-tab:before {
  counter-increment: section;
  content: "Onglet " counter(section);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: var(--wp--preset--color--bleu-fonce);
  font-weight: 300;
}

.wysiwyg-page h3 {
  width: fit-content;
  color: var(--wp--preset--color--jaune);
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  background-color: var(--wp--preset--color--bleu-fonce);
  padding: 8px 10px 3px;
}

.wysiwyg-page h3 + p {
  margin-top: 40px;
}

.wysiwyg-page p + h3 {
  margin-top: 100px;
}

.wysiwyg-page p + .wp-block-buttons {
  margin-top: 60px;
}

.wysiwyg-page p + h4 {
  margin-top: 60px;
}

.wysiwyg-page h3 + h4 {
  margin-top: 55px;
}

.wysiwyg-page h4 + p {
  margin-top: 20px;
}

.wysiwyg-page h4 {
  position: relative;
  padding-left: 40px !important;
  font-size: 21px;
  font-weight: bold;
}

.wysiwyg-page .wp-block-buttons + h3 {
  margin-top: 90px;
}

@media screen and (max-width: 768px) {
  .wysiwyg-page .wp-block-buttons + h3 {
    margin-top: 50px;
  }
}
