/*!**************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./assets/styles/scss/admin.scss ***!
  \**************************************************************************************************************************************************************************************************************************/
/* THUMBNAIL SIZE */
.acf-field.thumbnail .image-wrap {
  max-width: 100px !important;
}

/* ADMIN POSTS */
.status-draft {
  background: #DFEBF0 !important;
}

.post-error,
.post-error > * {
  background: #F5E0E0 !important;
}

.post-error-message {
  color: red;
}

.post-error-image {
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.06);
  width: 100px;
  height: 100px;
  text-align: center;
}

.post-error-message:before {
  display: inline-block;
  content: "\f534";
  font-family: dashicons;
  margin-right: 0.3em;
}

/* REMOVE WPML INPUTS */
body.wp-admin .edit-post-sidebar #icl_translation_priority_dropdown,
body.wp-admin .edit-post-sidebar #icl_translate_options > .otgs-toggle-group {
  display: none !important;
}

/* ACF postbox sizing */
.acf-postbox > .acf-fields.inside {
  padding-bottom: 40px !important;
}
.acf-postbox > .acf-fields > .acf-field {
  max-width: 1000px;
}

/* ACF fields */
.acf-block-component .acf-accordion-title,
.acf-block-component .postbox-header,
.postbox .acf-accordion-title,
.postbox .postbox-header {
  background-color: #f0f0f1;
}
.acf-block-component .acf-fields > .acf-field,
.postbox .acf-fields > .acf-field {
  border-top: none;
}
.acf-block-component .acf-field[data-width] + .acf-field[data-width],
.postbox .acf-field[data-width] + .acf-field[data-width] {
  border-left: 0;
}
.acf-block-component .acf-file-uploader .file-wrap,
.postbox .acf-file-uploader .file-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.acf-block-component .acf-table thead tr th,
.postbox .acf-table thead tr th {
  border-left: none;
}
.acf-block-component .acf-table thead tr th label,
.postbox .acf-table thead tr th label {
  font-weight: bold;
}
.acf-block-component .acf-table tbody tr td,
.postbox .acf-table tbody tr td {
  border-left: none;
}

.no-style-clone-link .acf-input .acf-clone-fields {
  border: none;
}
.no-style-clone-link .acf-input .acf-clone-fields > .acf-field {
  padding: 0;
}
.no-style-clone-link .acf-input .acf-clone-fields > .acf-field > .acf-label {
  display: none;
}
.no-style-clone-link .acf-input .acf-field-group {
  padding: 0 !important;
}

/* Extra minimum wysiwyg field */
.acf-editor-wrap[data-toolbar=extra_minimum] iframe {
  height: auto !important;
  height: initial !important;
  min-height: 80px;
}

html :where(.wp-block) {
  margin: 0;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.editor-visual-editor__post-title-wrapper {
  margin-bottom: 20px;
}

h1.wp-block.wp-block-post-title.block-editor-block-list__block.editor-post-title.editor-post-title__input.rich-text {
  font-size: 2em;
  font-weight: 700;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-family: var(--wp--preset--font-family--default, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  color: #1a1a1a;
  color: var(--wp--preset--color--black, #1a1a1a);
}

.is-root-container.is-desktop-preview.is-layout-flow.wp-block-post-content.block-editor-block-list__layout > *,
.is-root-container.is-desktop-preview.is-layout-flow.wp-block-post-content.block-editor-block-list__layout > blockquote > * {
  max-width: 100%;
}

/* Slider block clickable in Gutenberg editor */
.block-editor-block-list__layout .acf-block-preview {
  /* Ensure slider block is clickable - disable pointer events on all child elements */
}
.block-editor-block-list__layout .acf-block-preview .slider,
.block-editor-block-list__layout .acf-block-preview .slider * {
  pointer-events: none !important;
}
.block-editor-block-list__layout .acf-block-preview {
  /* The block wrapper itself must be clickable */
}
.block-editor-block-list__layout .acf-block-preview > * {
  pointer-events: auto;
}
.block-editor-block-list__layout .acf-block-preview {
  /* Hide swiper navigation in editor */
}
.block-editor-block-list__layout .acf-block-preview .swiper-button-next,
.block-editor-block-list__layout .acf-block-preview .swiper-button-prev,
.block-editor-block-list__layout .acf-block-preview .swiper-pagination {
  display: none !important;
}

.page-domaines-activites,
.page-references,
.page-accueil {
  background-color: #1d251d;
  color: #fff;
}
.page-domaines-activites a,
.page-references a,
.page-accueil a {
  color: #fff;
}

html body.block-editor-iframe__body {
  background-color: #fff;
}

.block-editor-inserter {
  border: #1a1a1a 1px solid;
}
.block-editor-inserter svg {
  fill: #1a1a1a;
}

/* Show Menu editor's separator */
ul#adminmenu li.wp-menu-separator {
  margin: 15px 0;
}
ul#adminmenu li.wp-menu-separator div.separator {
  background: rgba(255, 255, 255, 0.5);
  height: 1px;
}
