.hauteurMenu{
    min-height: 70;
}
footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgb(174, 174, 174);
    color: white;
    text-align: center;
}
.accueil{
    background-image: url("/ressources/images/accueil.jpg");
    height: 100vh;
    background-size: cover;
}
.selected{
    text-decoration: underline;
}
.btnperso{
    margin-top: 1em!important;
    margin-bottom: 1em!important;
}
.button-19 {
  appearance: button;
  background-color: #066fba;
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: din-round,sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .8px;
  line-height: 20px;
  margin: 0;
  outline: none;
  overflow: visible;
  padding: 13px 16px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transform: translateZ(0);
  transition: filter .2s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
}

.button-19:after {
  background-clip: padding-box;
  background-color: #1caef2;
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  bottom: -4px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.button-19:main,
.button-19:focus {
  user-select: auto;
}

.button-19:hover:not(:disabled) {
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
}

.button-19:disabled {
  cursor: auto;
}

.button-19:active {
  border-width: 4px 0 0;
  background: none;
}

.banierevalider{
  margin-top: 2em;
}
.cursorPointer{
  cursor: pointer;
}
.btnpersoGestionFacture{
  margin-top: 0.5em;
}
.boutonAddFournisseur{
  color: white!important;
}
.couleursousmenufact{
  color: #066fba!important;
}
.couleursousmenufact:hover{
  color: white!important;
}