.onlyOffice_header {
  flex-shrink: 1;
  display: flex;
  align-items: center;
  padding-right: 20px;
  padding-left: 20px;
  color: white;
  font-size: 13px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.onlyOffice_header[data-editeur=text] {
  background-color: #446995;
}

.onlyOffice_header[data-editeur=spreadsheet] {
  background-color: #40865c;
}

.onlyOffice_header[data-editeur=presentation] {
  background-color: #aa5252;
}

.ooh_left {
  width: 50%;
  display: flex;
}

.ooh_left .ibutton {
  padding: 4px 8px;
  background-color: transparent;
}

.ooh_left .ibutton:hover {
  background-color: white;
}

.ooh_center {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ooh_center .ibutton {
  color: white;
  padding: 5px;
  background-color: transparent;
}

.ooh_center .ibutton:hover {
  background-color: white;
}

.ooh_center .oohc_name {
  display: flex;
  justify-content: flex-end;
}

.ooh_center .oohc_state {
  width: 50%;
}

.ooh_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
}

.ooh_right .ibutton {
  padding: 5px;
  background-color: transparent;
}

.ooh_right .ibutton:hover {
  background-color: white;
  color: var(--couleur-info);
}

.oohl_dossier {
  display: flex;
  align-items: center;
  max-width: 30%;
}

.oohl_dossier div {
  max-width: 100%;
}

.oohl_droit {
  padding: 0 20px !important;
  display: flex;
  align-items: center;
  border: 2px solid white !important;
}
.oohl_droit:hover {
  color: var(--couleur-info) !important;
}

.ooh-select-more-tools {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid white !important;
  padding: 0px 10px !important;
}
.ooh-select-more-tools .fa-chevron-down {
  padding-left: 1px;
}

.idropdown_content {
  padding: 10px;
  width: 200px !important;
}
.idropdown_content .option {
  font-size: 15px;
  color: black;
  cursor: pointer;
}
.idropdown_content .option:hover {
  color: var(--couleur-info);
}

.oohl_modele.isModele {
  display: none;
}

.input_modal_name {
  width: 270px;
}

.btn_modal_creation_annuler {
  border-bottom-left-radius: 5px;
  height: 50px;
}

.btn_modal_creation_annuler:hover {
  background-color: white !important;
  text-decoration: underline;
  color: #333945;
}

.btn_modal_creation_valider {
  border-bottom-right-radius: 5px;
  height: 50px;
  color: white;
  background-color: var(--couleur-primaire) !important;
}

#ooh_afficher_modifier {
  background-color: white;
  color: #006356;
  margin-right: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.oohc_name .iobj_input_container, .oohc_name .iobj_input_container input {
  height: 25px;
  width: 100%;
}

.only-office__container {
  display: flex;
  flex-direction: column;
}

iframe[name=frameEditor] {
  flex-grow: 1;
}

.onlyOffice_main {
  display: flex;
  height: 100%;
}

.onlyOffice_main iframe {
  height: auto !important;
}

/*# sourceMappingURL=onlyOffice-header.css.map */
