table {
  width: 100%;
}

table tr td {
  padding: 5px 10px;
}

.header {
  text-align: center;
  border-bottom: 48px solid #343b74;
}

.footer {
  margin-top: 60px;
  margin-bottom: 10px;
  text-align: center;
}

#logo {
  display: relative;
  margin-top: 24px;
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4 {
  color: #343b74 !important;
}

input[type="text"],
select,
textarea {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 30px;
}

textarea {
  height: 90px;
}

.with-unit {
  position: relative;
}

.with-unit.percent input {
  padding-right: 25px;
}

.with-unit.poste input {
  padding-left: 50px;
}

.with-unit.percent::before {
  content: "%";
  position: absolute;
  right: 5px;
  top: -2px;
}

.with-unit.poste::before {
  content: "Poste";
  position: absolute;
  left: 5px;
  top: -2px;
}

.btn-success {
  margin-top: 50px;
}

label.checkbox-label{
    margin-left:10px;
}
