html {
    font-size: 14px;
    font-family: 'Segoe UI Historic';
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
/**/
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: none;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  height: 95%
}

.btn-ressif {
    color: white;
    font-family: 'Segoe UI Historic';
    background-color: #ECA400;
    font-weight: 700;
    border: none;
}


.btn-ressif:hover {
    color: white;
    font-family: 'Segoe UI Historic';
    font-weight: 700;
    border: none;
}

.btn-ressif:focus {
    color: white;
    font-family: 'Segoe UI Historic';
    font-weight: 700;
    border: none;
}

.logout-icon {
    position: absolute;
    top: 10px;
    right: 10px;
}

.logout-icon img {
    max-height: 30px; /* Ajustez cette valeur en fonction de la taille de l'icône */
}


.bg-fondlogin {
    background: url("../images/fondlogin.jpg") no-repeat center center fixed !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
}
