:root {
  --primary: rgb(238, 67, 34);
  --black: #131a25;
  --grey: #878d97;
  --grey-extralight: #f0eded;
}

.editor-styles-wrapper {
  background-color: var(--grey-extralight);
}

.components-notice-list.components-editor-notices__dismissible .components-notice__actions {
  display: none;
}

.wp-block {
  max-width: 1200px
}

.wp-block h1 strong,
.wp-block h2 strong,
.wp-block h3 strong,
h1.wp-block strong,
h2.wp-block strong,
h3.wp-block strong {
  font-weight: 800;
  color: var(--primary);
}

.wp-block h1,
.wp-block h2,
.wp-block h3,
h1.wp-block,
h2.wp-block,
h3.wp-block {
  font-weight: 500;
}

.wp-block-latest-posts__list {
  position: relative;
  padding-top: 80px !important;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.wp-block-latest-posts__list:before {
  content: "Le blog";
  position: absolute;
  top: 0;
  font-weight: 300;
  text-transform: uppercase;
}

.wp-block-latest-posts__list:after {
  content: "Pour aller plus loin..." !important;
  position: absolute;
  top: 20px !important;
  font-size: 3rem;
  font-weight: 500;
}

.wp-block-latest-posts__list > li {
  padding: 20px;
  font-weight: bold;
  font-size: 1.5rem;
  background: white;
}

.wp-block-latest-posts__list > li a {
  color: var(--black);
  text-decoration: none;
}
