html {
  font-size: 14px;
}

@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: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.bg-gray {
    background-color: #343a40;
}
.bg-side {
    background-color: #021239;
}

.bg-footer {
    background-color: #021239;
}

.compteur {
    border: 3px solid dimgray;
    background-color: lightgray;
    border-radius: 10px;
    padding: 1%;
    margin-top: 3%;
    margin-bottom: 3%;
    margin-right:auto;
    margin-left:auto;
    width:30%;
}

.btnForm {
    background-color: #00DC7D;
    border: 0px;
    padding: 10px;
    font-weight: bold;
}

/*.hover-underline-animation {
    display: inline-block;
    position: relative;
}

    .hover-underline-animation::after {
        content: '';
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #00DC7D;*/ /*#E09E50*/
        /*transform-origin: bottom right;
        transition: transform 0.25s ease-out;
    }

    .hover-underline-animation:hover::after {
        transform: scaleX(1);
        transform-origin: bottom left;
    }*/

.iconDashboard {
    background-color: #9597F2;
    border-radius: 5px;
}