/* ------------------------------*/
/*        NOTES DE FRAIS         */
/* ------------------------------*/

#entreprises{
  display: flex;
  flex-wrap: wrap;
  margin: 20px 10px;
  justify-content: space-between;
}

.notes_entreprise{
  width: 35%;
  vertical-align: top;
  display: inline-block;
  padding: 51px;
  text-align: center;
}

.notes_entreprise img{
  height: 100px;
}

.notes_entreprise p{
  padding: 30px;
}

#notes_de_frais>form{
  padding-bottom: 0px;
}

#notes_de_frais>.accordion{
  border: 1px dotted;
  padding: 15px;
  width: 96%;
}

@media screen and (max-width: 700px) {
  .notes_entreprise{
    width: 80%;
    margin: 20px auto;
  }
  .notes_entreprise img{
    width: 80%;
    height: auto;
    margin: 20px auto;
  }
}

/* ------------------------------*/
/*        CREATION NOTES         */
/* ------------------------------*/

#lignesFrais h4{
  margin-top: 0px;
}

#button_add_note{
  text-align: right;
}

.ligneFrais{
  border: 1px solid #8080804f;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 25px;
}
