/*CSS*/
.admin-tabs {
  z-index: 999999999999999999999;
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.admin-tabs ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.admin-tabs ul li {
  display: inline-flex;
}

.admin-tabs ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  background-color: #2D2D2D;
  font-size: 0;
  color: #FFFFFF;
  text-decoration: none;
  transition: all, 0.5s;
}

.admin-tabs ul li.active {
  display: none;
}

.admin-tabs ul li a:before {
  content: '';
  display: inline-block;
  flex-shrink: 0;
  height: 2rem;
  width: 2rem;
  padding: 2rem;
  background-position: center;
  background-size: 2rem;
  background-repeat: no-repeat;
}

.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_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 {
  padding-right: 10px;
  font-size: 15px;
}

.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 {
  margin: 40px 0;
  text-align: left;
}

div.status,
table tr.ok {
  text-align: left;
}

.block-container-video-hp div.contextual-links-wrapper {
  top: 70px;
  /*pour la vidéo de HP*/
}

/* On retire le pannel admin de gauche sur la homepage car pas d'interÃĒts */
body.node-homepage .admin-tabs {
  display: none;
}

.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 {
  padding: 10px 10px 10px 50px;
  /* LTR */
  margin: 6px 0;
  background-position: 8px 8px;
  /* LTR */
  background-repeat: no-repeat;
  border: 1px solid;
}

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 {
  padding: 0;
  margin: 0 0 0 1em;
  /* LTR */
}

div.messages ul li {
  list-style-image: none;
}

/**fallback retrait du module video field **/
.video-embed-field-responsive-video {
  position: relative;
}

.video-embed-field-responsive-video:after {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}

.video-embed-field-responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  margin: 0;
}
