
#texte {
  font-size: 1rem;
  padding: 5px 10px;
  text-align: justify;
}

div.tools {
  display: flex;
  flex-direction: row;
  margin: 10px 0 5px 0;
  & div {
    background-color: #6a9aab;
    border: 2px solid #4f7a82;
    color: white;
    margin: 1px 2px 3px 1px;
    padding: 3px;
    border-radius: 5px;
    min-width: 2rem;
    text-align: center;
    font-size: 0.8em;

    align-items: center;
    display: flex;
    justify-content: center;
    cursor: pointer;

    &.big {
      font-size: 1.2em;
    }
    &.small {
      font-size: 0.6em;
    }
    &.spaced {
      margin-left: 0.7em;
    }
  }
}

form {
  & label {
    margin-bottom: 0;
  }
}

.imagesContainer {
  display: flex;
  width: 100%;
  flex-direction: column;
  & h3 {
    display: table-row;
  }
  .images {
    display: table-row;
    border-radius: 5px;
    border: 2px solid #4076b0;
    padding: 5px 5px;
    flex-grow: 1;
  }
  > span {
    display: inline-block;
    background-color: lightgray;
    padding: 2px 5px;
    border-radius: 4px;
    margin: 3px 3px 3px 0;
    cursor: pointer;
    &:hover {
      background-color: white;
    }
  }
}

span.imageFile:hover {
  color: green;
}

span.deleteIcon:hover {
  color: red;
  cursor: grab;
}

.spip-result div .fa-paste {
  color: #49a6b0;
}

.info {
  font-size: 0.7rem;
}
