/* variables */
.titre_h2 {
  font-family: 'aller_displayregular';
  font-size: 2em;
  line-height: 1;
  margin-bottom: 1em;
  color: #000000;
}
.titre_h3 {
  font-family: 'aller_displayregular';
  font-size: 1.75em;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 1em;
  color: #f9b004;
}
.titre_h4 {
  font-family: 'aller_displayregular';
  font-size: 1.4em;
  line-height: 1;
  margin-bottom: 1em;
  color: #f9b004;
}
.titre_h4_noir {
  font-family: 'aller_displayregular';
  font-size: 1.4em;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 1em;
  color: #000;
}
.titre_h5,
.chapo {
  font-size: 1.15em;
  line-height: 1.2;
  color: #555;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.titre_h6 {
  font-size: 1.15em;
  line-height: 1.2;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.texte-grand {
  font-size: 1.1em;
  line-height: 1.3;
}
.editor p,
.wp-block-freeform p,
#tinymce p,
.block-editor-block-list__block p,
.editor li,
.wp-block-freeform li,
#tinymce li,
.block-editor-block-list__block li {
  font-size: 1.125em;
  line-height: 1.5;
  margin-bottom: 1em;
  color: #000000;
}
.editor p strong,
.wp-block-freeform p strong,
#tinymce p strong,
.block-editor-block-list__block p strong,
.editor li strong,
.wp-block-freeform li strong,
#tinymce li strong,
.block-editor-block-list__block li strong {
  font-weight: bold;
}
.editor p a,
.wp-block-freeform p a,
#tinymce p a,
.block-editor-block-list__block p a,
.editor li a,
.wp-block-freeform li a,
#tinymce li a,
.block-editor-block-list__block li a {
  color: #f9b004;
  text-decoration: underline;
  font-weight: 600;
}
.editor ul,
.wp-block-freeform ul,
#tinymce ul,
.block-editor-block-list__block ul {
  list-style: none;
  padding: 0;
  margin-bottom: 50px;
}
.editor ul li,
.wp-block-freeform ul li,
#tinymce ul li,
.block-editor-block-list__block ul li {
  position: relative;
}
.editor ul li:before,
.wp-block-freeform ul li:before,
#tinymce ul li:before,
.block-editor-block-list__block ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #f9b004;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.editor ol,
.wp-block-freeform ol,
#tinymce ol,
.block-editor-block-list__block ol {
  padding-left: 70px;
  counter-reset: li;
  list-style: none;
}
.editor ol li,
.wp-block-freeform ol li,
#tinymce ol li,
.block-editor-block-list__block ol li {
  position: relative;
}
.editor ol li:before,
.wp-block-freeform ol li:before,
#tinymce ol li:before,
.block-editor-block-list__block ol li:before {
  counter-increment: li;
  content: counter(li);
  font-family: 'aller_displayregular';
  font-size: 43px;
  color: #dfd5c2;
  position: absolute;
  top: 0;
  left: -70px;
  width: 32px;
  line-height: 27px;
  border-right: 2px solid #000;
}
.editor .wp-block-image figcaption,
.wp-block-freeform .wp-block-image figcaption,
#tinymce .wp-block-image figcaption,
.block-editor-block-list__block .wp-block-image figcaption {
  border-left: 3px solid #b3b2b2;
  margin: 0;
  margin-top: 25px;
  padding: 0 15px;
  font-size: 17px;
  line-height: 25px;
  font-style: italic;
  color: #b3b2b2;
  text-align: left;
}
.editor table thead tr th,
.wp-block-table table thead tr th,
#tinymce table thead tr th {
  background: #f9b004;
  height: 52px;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: left;
  font-size: 17px;
  font-weight: 600;
  padding: 0 25px;
  border: none;
}
.editor table thead tr th:not(:last-of-type),
.wp-block-table table thead tr th:not(:last-of-type),
#tinymce table thead tr th:not(:last-of-type) {
  border-right: 5px solid #fff;
}
.editor table thead tr th:first-of-type,
.wp-block-table table thead tr th:first-of-type,
#tinymce table thead tr th:first-of-type {
  border-radius: 5px 0 0 5px;
}
.editor table thead tr th:last-of-type,
.wp-block-table table thead tr th:last-of-type,
#tinymce table thead tr th:last-of-type {
  border-radius: 0 5px 5px 0;
}
.editor table tbody tr td,
.wp-block-table table tbody tr td,
#tinymce table tbody tr td {
  padding: 20px 25px;
  font-size: 18px;
  line-height: 25px;
  border: none;
}
.editor table tbody tr td:not(:last-of-type),
.wp-block-table table tbody tr td:not(:last-of-type),
#tinymce table tbody tr td:not(:last-of-type) {
  border-right: 5px solid #f4f1ec;
}
.editor table tbody tr:nth-of-type(2n),
.wp-block-table table tbody tr:nth-of-type(2n),
#tinymce table tbody tr:nth-of-type(2n) {
  background-color: #f4f1ec;
}
.wp-block {
  max-width: 100%;
}
.block-library-spacer__resize-container {
  background: #f3f4f5;
}
@media (min-width: 768px) {
  .titre_h2 {
    font-size: 2.75em;
  }
  .titre_h3 {
    font-size: 2.3125em;
  }
  .titre_h4 {
    font-size: 1.75em;
  }
  .titre_h4_noir {
    font-size: 1.75em;
  }
  .titre_h5,
  .chapo {
    font-size: 1.1875em;
  }
  .titre_h6 {
    font-size: 1.1875em;
  }
  .texte-grand {
    font-size: 1.22em;
    line-height: 1.4;
  }
}
