pre { white-space: pre-wrap; }
body {
  font-family: Arial;
  font-size: 16px;
  font-weight: normal;
  width: 99%;
  color: #333;
  margin: 5;
  padding: 0;
}

/* Fond pour la page "Home" */
body.home-page {
  background-image: url("/static/images/dea_homepage.jpg");
  background-size: auto;
  background-repeat: no-repeat;
}

/* Fond pour les autres pages */
body.other-page {
  background-image: url("/static/images/dea_otherpages.png");
  background-size: auto;
  background-repeat: no-repeat;
}

.client {
  border: 1px solid #4caf50;
  border-radius: 15px;
  padding: 10px;
  margin: 10px 0;
}
.table-client {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
  min-width: 600px;
}
.table-client thead tr th {
  background-color: rgb(192, 178, 48);
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
  padding: 5px;
}
.table-client tbody tr:hover {
  background-color: rgb(209, 245, 124);
}
.table-client tbody tr td {
  font-size: 14px;
  padding: 5px;
}
.table-client tbody tr td a {
  justify-content: center;
}
.btn-add {
  padding: 3px 3px;
  display: inline-block;
  border-radius: 5px;
  background: #0d5883;
  color: #98f00c;
  cursor: pointer;
  border: solid 1px black(0.2);
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  box-shadow: 0 1px 2px black(0.1), inset 0 1px 0 white(0.15), inset 0 -1px 0 black(0.15);
  font: 20px "Helvetica Neue", Helvetica, sans-serif;
  white-space: nowrap;
}
.btn-add:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.6);
}

.btn-delete {
  padding: 3px 3px;
  display: inline-block;
  border-radius: 5px;
  background: #0d5883;
  color: #c4d623;
  cursor: pointer;
  border: solid 1px black(0.2);
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  font: 16px "Helvetica Neue", Helvetica, sans-serif;
  white-space: nowrap;
}

.btn-edit {
  padding: 3px 3px;
  display: inline-block;
  border-radius: 5px;
  background: #0d5883;
  color: rgb(225, 226, 218);
  cursor: pointer;
  border: solid 1px black(0.2);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  font: 16px "Helvetica Neue", Helvetica, sans-serif;
  white-space: nowrap;
}

.btn-valid {
  width: 150px;
  height: 28px;
  padding: 3px 3px;
  display: inline-block;
  border-radius: 5px;
  background: #0d5883;
  color: #98f00c;
  cursor: pointer;
  border: solid 1px black(0.2);
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  box-shadow: 0 1px 2px black(0.1), inset 0 1px 0 white(0.15), inset 0 -1px 0 black(0.15);
  font: 18px "Helvetica Neue", Helvetica, sans-serif;
  white-space: nowrap;
}

.btn-valid:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.6);
}

.btn-list {
  width: 170px;
  height: 40px;
  padding: 3px 3px;
  display: inline-block;
  border-radius: 5px;
  background:  orangered;
  color:  rgb(240, 235, 233);
  cursor: pointer;
  border: solid 1px black(0.2);
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  box-shadow: 0 1px 2px black(0.1), inset 0 1px 0 white(0.15), inset 0 -1px 0 black(0.15);
  font: 25px "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  white-space: nowrap;
}

.btn-list:hover {
  box-shadow: 0 8px 16px 0 rgba(247, 5, 194, 0.6);
}

.caption {
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  font-weight: bold;
  font-size: 28px;
  text-transform: uppercase;
  color: #006ac6;
  text-align: left;
}

.client-create {
  width: 98%;
  border: 1px solid #4caf50;
  border-radius: 15px;
  padding: 10px;
  margin: 10px 0;
}
.client-create .form {
  font-family: Arial;
  font-size: 18px;
  color: #333;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}

.navbar-brand-sp1 {
  font-size: 30px;
  font-weight: bold;
  color:  orangered;
}

.navbar-brand-sp2 {
  color:  rgb(236, 195, 12);
}

.navbar-brand-sp3 {
  color:  rgb(236, 46, 12);
}