/*CSS*/
.admin-tabs {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999999999999999999999;
}
.admin-tabs ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.admin-tabs ul li {
  display: inline-flex;
}
.admin-tabs ul li a {
  display: flex;
  background-color: #2d2d2d;
  margin-bottom: 10px;
  align-items: center;
  text-decoration: none;
  font-size: 0px;
  color: #ffffff;
  transition: all, 0.5s;
  justify-content: center;
}
.admin-tabs ul li.active {
  display: none;
}

.admin-tabs ul li a:before {
  width: 2rem;
  display: inline-block;
  background-position: center;
  background-size: 2rem;
  background-repeat: no-repeat;
  flex-shrink: 0;
  padding: 2rem;
  height: 2rem;
  content: "";
}
.admin-tabs ul li.icon-entity_node_canonical a:before {
  content: "\f06e";
}
.admin-tabs ul li.icon-entity_node_edit_form a:before,
.admin-tabs ul li.icon-entity_taxonomy_term_edit_form a:before,
.admin-tabs ul li.icon-entity_webform_edit_form a:before,
.admin-tabs ul li.icon-entity_media_edit_form a:before {
  background-image: url(../images/icon/write-letter.svg);
}
.admin-tabs ul li.icon-entity_node_version_history a:before {
  background-image: url(../images/icon/cloud-computing.svg);
}
.admin-tabs ul li.icon-entity_node_delete_form a:before,
.admin-tabs ul li.icon-entity_media_delete_form a:before {
  background-image: url(../images/icon/garbage.svg);
}
.admin-tabs ul li.icon-entity_taxonomy_term_delete_form a:before,
.admin-tabs ul li.icon-entity_taxonomy_term_delete_form a:before {
  background-image: url(../images/icon/garbage.svg);
}
.admin-tabs ul li.icon-entity_node_clone_form a:before,
.admin-tabs ul li.icon-entity_taxonomy_term_clone_form a:before,
.admin-tabs ul li.icon-entity_webform_clone_form a:before,
.admin-tabs ul li.icon-entity_media_clone_form a:before {
  background-image: url(../images/icon/documents-paper-sheets-stack-stroke-interface-symbol.svg);
}
.admin-tabs ul li.icon-entity_node_devel_load a:before,
.admin-tabs ul li.icon-entity_taxonomy_term_devel_load a:before,
.admin-tabs ul li.icon-entity_webform_devel_load a:before,
.admin-tabs ul li.icon-entity_media_devel_load a:before {
  background-image: url(../images/icon/bug.svg);
}
.admin-tabs ul li.icon-yellowstone_taxonomy_child_order_order_list_form a:before {
  background-image: url(../images/icon/sort.svg);
}
.admin-tabs ul li.icon-entity_webform_test_form a:before {
  background-image: url(../images/icon/click.svg);
}
.admin-tabs ul li.icon-entity_webform_results_submissions a:before {
  background-image: url(../images/icon/database.svg);
}
.admin-tabs ul li.icon-entity_webform_export_form a:before {
  background-image: url(../images/icon/export.svg);
}
.admin-tabs ul li.icon-entity_webform_settings a:before {
  background-image: url(../images/icon/cogwheel-outline.svg);
}

.admin-tabs ul li a:hover,
.admin-tabs ul li a:focus {
  font-size: 15px;
  padding-right: 10px;
}
.admin-tabs ul li a:hover:before,
.admin-tabs ul li a:focus:before {
  margin-right: 10px;
}
div#admin-menu {
  z-index: 2147483647;
}
.krumo-root {
  text-align: left;
  margin: 40px 0;
}
div.status,
table tr.ok {
  text-align: left;
}
.block-container-video-hp div.contextual-links-wrapper {
  /*pour la vidéo de HP*/
  top: 70px;
}

.admin-tabs ul li.icon-user_register,
.admin-tabs ul li.icon-user_pass,
.admin-tabs ul li.icon-user_login {
  display: none;
}

div.messages {
  background-position: 8px 8px; /* LTR */
  background-repeat: no-repeat;
  border: 1px solid;
  margin: 6px 0;
  padding: 10px 10px 10px 50px; /* LTR */
}

div.status {
  background-image: url(../images/icon/message-24-ok.png);
  background-repeat: no-repeat;
  border-color: #be7;
}
div.status,
.ok {
  color: #234600;
}
div.status {
  background-color: #f8fff0;
}

div.warning {
  background-image: url(../images/icon/message-24-warning.png);
  background-repeat: no-repeat;
  border-color: #ed5;
}
div.warning,
.warning {
  color: #840;
}
div.warning,
table tr.warning {
  background-color: #fffce5;
}

div.error {
  background-image: url(../images/icon/message-24-error.png);
  background-repeat: no-repeat;
  border-color: #ed541d;
}
div.error,
.error {
  color: #8c2e0b;
}
div.error,
table tr.error {
  background-color: #fef5f1;
}
div.error p.error {
  color: #333;
}

div.messages ul {
  margin: 0 0 0 1em; /* LTR */
  padding: 0;
}
div.messages ul li {
  list-style-image: none;
}
.contextual-region .contextual .contextual-links li:before {
  content: none;
}
