.node--type-company-digital-award.node--view-mode-full {
  padding: 15px;
}
.node--type-company-digital-award.node--view-mode-full .field {
  display: flex;
  margin-bottom: 5px;
}
.node--type-company-digital-award.node--view-mode-full .field__label {
  font-weight: bold;
  min-width: 110px;
}
.field--name-field-expertise-area .field__items,
.node--type-company-digital-award.node--view-mode-full .address {
  display: flex;
  flex-flow: wrap row;
}
.node--type-company-digital-award.node--view-mode-full .address span {
  margin-right: 8px;
}

/* Pour la page file */
.toggler-files {
  cursor: pointer;
  width: fit-content;
}

.wrapper-button-files {
  display: none;
  background-color: #0092d0;
  width: fit-content;
  position: absolute;
  z-index: 1;
}

.wrapper-button-files ul {
  text-decoration: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.wrapper-button-files .btn-blue {
  justify-content: flex-start;
  width: 100%;
}

.wrapper-files-global {
  display: flex;
  justify-content: space-between;
}
.popover ul li {
  display: flex;
  font-weight: normal;
}
.tooltip-content.custom-akabia ul li:hover {
  cursor: default;
}
.popover ul li.edit,
.tooltip-content ul li.edit {
  margin-bottom: 10px;
}

.popover ul li.delete,
.tooltip-content ul li.delete {
  border-top: 1px solid lightgray;
  padding-top: 13px;
}

.popover ul li i {
  color: #0f2d59;
}

.popover ul li span,
.tooltip-content ul li span {
  margin-left: 5px;
}

.header-changes {
  position: fixed;
  top: 37%;
  z-index: 2;
  right: 30px;
  opacity: 1;
/*   width: 100%;
 */  padding: 20px;
  background-color: rgba(94, 93, 93, 0.45);
}

.btn-grey {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 0;
  padding: 0px 10px;
  height: 40px;
  font-size: 1rem;
  background-color: gray;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.15s ease-in-out;
  color: white;
}

@media (max-width: 1199.98px) {
  .btn-grey {
    font-size: 0.9rem;
    height: 35px;
  }
}

.btn-grey:not(.no-link):hover,
.btn-grey:not(.no-link):focus {
  cursor: pointer;
  filter: brightness(0.8);
  color: white;
}

.btn-grey:hover,
.btn-grey:focus {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}
/* Modal drupal */
.ui-dialog .ui-dialog-titlebar {
  background-color: white;
  border-bottom: 1px solid gray;
}
.ui-dialog-titlebar {
  font-size: 18px;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  color: black;
}

/* .tool-menu {
  top: 0%;
} */

.cursor-default:hover {
  cursor: default !important;
}

.tool-menu-akabia {
  position: initial;
}

/* Cache le menu 3pts sur la page files si on est dans le mode drag and drop */
li:not(.dd-nodrag) .tool-menu,
li.with-children:not(.dd-nodrag) .node--type-folder .buttonToCopyFolder,
li.with-children:not(.dd-nodrag) .node--type-file .buttonToCopyFolder,
li.with-children:not(.dd-nodrag) .node--type-file .btn-dl-ajax {
  display: none;
}

li.with-children:not(.dd-nodrag) li.dd-item.dd-nochildren {
  width: 90%;
}

li.with-children:not(.dd-nodrag) li.dd-item.dd-nochildren > .dd-handle {
  position: relative;
}

li.with-children:not(.dd-nodrag) li.dd-item.dd-nochildren > .dd-handle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 100%;
  background-color: #459359;
}

/* Pour ceux qui n'ont pas de folder = niveau 0 */
li:not(.dd-nodrag).dd-item.dd-nochildren > .dd-handle {
  position: relative;
}

li:not(.dd-nodrag).dd-item.dd-nochildren > .dd-handle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 100%;
  background-color: #459359;
}

.folder_hierarchy_dragable {
  background-color: #cbe7d2;
}

li.with-children:not(.dd-nodrag) .node--type-folder .buttonToCopyFolder {
  right: 17px;
}
li.with-children:not(.dd-nodrag) .node--type-file .buttonToCopyFolder {
  margin-left: 10px;
}

.node--type-file .buttonToCopyFolder {
  margin-left: 20px;
  margin-right: 14px;
}

.toggle i.im-menu-dot-h {
  cursor: pointer;
}

form#file-hierarchy-form.file-hierarchy-form input#edit-submit {
  visibility: hidden;
}

.btn-pdf {
  color: #004969;
  transition: all 0.15s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 0;
  height: 40px;
  font-size: 1rem;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin-right: 7px !important;
}

.text-300 {
  font-weight: 300;
  color: black;
}