.bouton_aide:hover {
  cursor: pointer;
}

.bouton_aide {
  height: 30px;
  cursor: pointer;
}

.bouton_aide_end:hover {
  cursor: pointer;
}

.bouton_aide_end {
  height: 30px;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////css pour affichage bulles/////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////*/
.tooltip__global {
  max-width: 400px;
  background-color: #fff;
}

.tooltip__content {
  padding: 0.6em 0.6em;
  clear: both;
  margin-top: -8px;
  float: left;
  width: 100%;
}

.ui-progressbar {
  height: 0.6em;
  overflow: hidden;
  background-color: gray;
  border-radius: 0px;
  width: 344px;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 15px;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
  border-radius: 0px;
}

.ui-progressbar-content {
  background-color: green;
}

.tooltip__content--progressbar.ui-progressbar.ui-widget.ui-widget-content.ui-corner-all {
  background-color: #fff;
  border: 1px solid #00927F;
}

.ui-progressbar-value.ui-widget-header.ui-corner-left {
  background: #2A6496;
  border: 1px solid #2A6496;
}

.tooltip__content--title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-top: 0.6em;
  font-size: 1em;
  color: #00927F;
}

.tooltip__content--texte {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-top: 0.6em;
  font-size: 0.8em;
  text-align: justify;
}

a.tooltip__texte--en_savoir_plus {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-top: 0.4em;
  font-size: 1em;
  cursor: pointer;
  color: #2A6496 !important;
}

a.tooltip__texte--en_savoir_plus:hover {
  text-decoration: underline;
}

.tooltip__content--bouton {
  margin: 1em auto auto !important;
  width: 50%;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-top: 0.4em;
  font-size: 0.9em;
  cursor: pointer;
}

.tooltip__button--precedent {
  color: #2A6496;
}

.tooltip__button--suivant {
  float: right;
  color: #2A6496;
  font-weight: bolder;
}

.tooltip__button--terminer {
  float: right;
  color: #2A6496;
  font-weight: bolder;
}

.bouton_underligne:hover {
  text-decoration: underline;
}

.tooltip__global--croix {
  text-align: right;
  cursor: pointer;
  width: 23px;
  float: right;
}

.tooltip__global {
  width: 450px;
}

.close_icone {
  width: 80%;
}

.ui-progressbar-value {
  margin: 0px !important;
}

.popup__global--Terminer {
  background-color: #00927F;
  float: right;
  cursor: pointer;
  width: 100px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: white;
}

.ic-aide {
  overflow: hidden;
  background-color: white;
  display: flex;
  flex-direction: column;
}
.ic-aide > .ic-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  flex-shrink: 0;
  padding: 0 20px;
  background-color: var(--couleur-primaire);
  color: white;
}
.ic-aide > .ic-header > .ic-title {
  font-size: 20px;
}
.ic-aide > .ic-body {
  flex-grow: 1;
  overflow-y: auto;
}
.ic-aide > .ic-body > .ic-list {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ic-aide > .ic-body > .ic-list > .ic-item .bouton_admin {
  margin: 10px;
  cursor: pointer;
  width: 140px;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  text-align: center;
  border: 1px solid var(--couleur-border);
}
.ic-aide > .ic-body > .ic-list > .ic-item .bouton_admin:hover {
  background-color: var(--couleur-secondaire-light);
  font-weight: 400;
}
.ic-aide > .ic-body > .ic-list > .ic-item .bouton_admin i {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 30px;
}
.ic-aide > .ic-footer {
  border: 1px blue solid;
}

.ic-aide-command {
  position: absolute;
  right: 10px;
  bottom: 5%;
  font-size: 18px !important;
  padding: 5px 18px !important;
}

#launcher {
  position: absolute;
  left: -10000px;
}

#webWidget {
  right: -7px !important;
  bottom: 61px !important;
}

/*# sourceMappingURL=aide.css.map */
