:root {
  --white: #fff;
  --greylight: #F6F6F6;
  --bittersweet: #FA6464;
  --tearose: #FFCBC4;
  --lightrose: #fff6f5;
  --oldrose: #b06f79;
  --richblack: #0C1618;
  --brunswickgreen: #004643;
  --black: #000;
}

/*** Project admin optimization ***/
body.wp-admin h2:not(.wp-block)::before, body.editor-styles-wrapper h2:not(.wp-block)::before {
  display: none;
}
body.wp-admin .wp-block-gallery.is-style-swiper-portraits .wp-block-image img, body.editor-styles-wrapper .wp-block-gallery.is-style-swiper-portraits .wp-block-image img {
  border-radius: 50%;
  margin: 0 auto;
  max-height: 180px;
  max-width: 180px !important;
}
body.login {
  background-color: var(--tearose);
}
body.login .dashicons-translation::before {
  color: var(--bittersweet);
}
body.login #backtoblog a, body.login #nav a {
  color: var(--bittersweet);
}
body.login h1 a {
  background-image: url("/wp-content/uploads/2025/01/logo.png");
  background-size: 238px;
  width: 238px;
  height: 109px;
}

/*** Global WSI admin optimization ***/
body.editor-styles-wrapper h1 {
  font-size: 26px;
}
body.editor-styles-wrapper h2 {
  font-size: 22px;
}
body.editor-styles-wrapper h3 {
  font-size: 20px;
}
body.editor-styles-wrapper h4 {
  font-size: 18px;
}
body.editor-styles-wrapper h5 {
  font-size: 16px;
}
body.editor-styles-wrapper .wp-block-spacer {
  border: 2px dashed rgba(0, 0, 0, 0.1882352941);
  background-color: rgba(0, 0, 0, 0.0823529412);
}
body.editor-styles-wrapper .block-list-appender .block-editor-default-block-appender {
  background-color: rgba(0, 0, 0, 0.0196078431);
}
body.editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper h1 {
  font-size: 28px;
  line-height: 36px;
  margin-top: 0;
  text-transform: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3137254902);
}
body.editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper h1:before {
  content: "Titre de votre page : ";
  font-weight: normal;
  opacity: 0.5;
}
body.editor-styles-wrapper .is-style-centered-content {
  max-width: 90%;
}
/*# sourceMappingURL=admin.css.map */
