.backOffice {
  padding: 4% 0%;
}
.backOffice h3 {
  text-align: center;
  color: #19253d;
  font-weight: bold;
  padding-top: 30px;
}
.backOffice__table {
  display: flex;
  justify-content: center;
  padding: 2% 0%;
}
.backOffice__table table {
  text-align: center;
  width: 95%;
  max-width: 95%;
  border-collapse: collapse;
  border: 1px solid;
  font-size: 17px;
}
.backOffice__table table thead {
  background-color: #19253d;
  color: #fff;
}
.backOffice__table table th, .backOffice__table table td {
  border: 1px solid black;
  padding: 18px;
  text-align: center;
}
.backOffice__table table tbody tr:nth-child(even) {
  background-color: #ddd;
}
.backOffice__table table .action a {
  background-color: #19253d;
  padding: 3px 3px 1.5px 3px;
  border-radius: 4px;
}
@media only screen and (max-width: 1000px) {
  .backOffice__table table, .backOffice__table thead, .backOffice__table tbody, .backOffice__table th, .backOffice__table td, .backOffice__table tr {
    display: block;
    margin: 0;
  }
  .backOffice__table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .backOffice__table td {
    position: relative;
  }
  .backOffice__table td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    font-weight: bold;
    text-align: left;
    content: attr(data-title);
  }
  .backOffice__table .backOffice__table table th, .backOffice__table .backOffice__table table td {
    padding: 40px 0px;
  }
  .backOffice__table .backOffice__table table .gestion a {
    padding: 1% 1% 0% 1%;
  }
  .backOffice__table .backOffice__table table {
    padding: 1.5%;
    margin: 0%;
  }
}
.backOffice__link .menu {
  display: flex;
  justify-content: center;
  margin: 50px 0px;
}
.backOffice__link .menu a {
  background-color: #19253d;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  text-decoration: none;
}
.backOffice__link .btn {
  display: flex;
  justify-content: space-evenly;
  margin-top: 30px;
}
.backOffice__link .btn a {
  background-color: #19253d;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  text-decoration: none;
}
.backOffice__filter {
  display: flex;
  justify-content: center;
  padding-top: 4%;
  font-size: 17px;
}
.backOffice__filter label {
  padding: 20px;
}
.backOffice__filter input {
  padding: 3px;
}
@media only screen and (max-width: 375px) {
  .backOffice__filter input {
    width: 110px;
  }
}
.backOffice__filter .filterBtn {
  display: flex;
  justify-content: center;
}
.backOffice__filter .filterBtn button, .backOffice__filter .filterBtn a {
  background-color: #19253d;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  margin: 30px 10px;
  padding: 8px;
}
.backOffice__form {
  display: flex;
  justify-items: center;
  text-align: center;
  justify-content: center;
  font-size: 17px;
}
.backOffice__form form .formBlock {
  margin: 50px 0px;
}
.backOffice__form form input, .backOffice__form form select {
  width: 100%;
  height: 18px;
}
.backOffice__form form select {
  height: 25px;
}
.backOffice__form form .file-input {
  height: auto;
}
.backOffice__form form button {
  background-color: #004d26;
  color: #fff;
  border: none;
  margin: 20px;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
}
.backOffice__form form #user_form_roles {
  display: flex;
  flex-direction: column-reverse;
}
.backOffice__form form #user_form_roles label {
  margin: 40px 0px 5px 0px;
  font-size: 15px;
}
.backOffice__form form ul li {
  text-align: center;
  color: red;
  list-style: none;
  padding-top: 10px;
  font-size: 13px;
}/*# sourceMappingURL=style.css.map */