/* https://www.colourlovers.com/palette/1930/cheer_up_emo_kid */
:root {
    --bs-link-color: #000;
    --bs-main-color:#AD234B;
    --bs-main-color-alt:#025D8C;
}
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
body {
    font-family: 'Oswald', sans-serif;
}
form .form-group:last-child {
    margin-top: 1rem;
}
.align-center {
    text-align: center;
}
.align-middle {
    vertical-align: middle!important;
}
.right {
    text-align: right;
}
nav {
    background-color: var(--bs-main-color);
    margin-bottom: 8px;
}
h1 {
    color: var(--bs-main-color);
}
body > .container {
    padding-bottom: 28px;
  }
.footer {
    /* Set the fixed height of the footer here */
    color:#f9f9f9;
    height: 20px;
    line-height: 20px; /* Vertically center the text there */
    background-color: var(--bs-main-color);
  }
#select_account_period {
    display: inline-block;
    width: 66%;
}
.btn-link-home {
    color:#f9f9f9 !important;
    text-decoration: none;
    font-size: 1.1rem !important;
}
/* card */
.card-product {
    background-color: #556270;
    color:#fff;
}
.card-product-bg {
    position:absolute;
    right: 5px;
    font-size: 5rem;
    opacity: 0.2;
}
.card-body > ul {
    margin-bottom: 0px;
}
.card-bilan {
    background-color: #556270;
    color:#fff;
}
.card-bilan-bg {
    position:absolute;
    right: 5px;
    font-size: 5rem;
    opacity: 0.2;
}
.card-quick {
    background-color: var(--bs-main-color-alt);
    color:#fff;
}
.card-quick-bg {
    position:absolute;
    right: 5px;
    font-size: 5rem;
    opacity: 0.2;
}
.card-debt {
    background-color: var(--bs-main-color-alt);
    color:#fff;
}
.card-debt-bg {
    position:absolute;
    right: 5px;
    font-size: 5rem;
    opacity: 0.2;
}
/* table */
.td-money, .td-int {
    text-align: right;
}
tfoot {
    font-weight: bold;
}
.money_neg {
    color:#C44D58;
}
.money_pos {
    color:#77CCA4;
}
.caisse {
    display: inline-block;
    width:33%;
}
.caisse-2 {
    font-size: smaller;
}
.caisse-3 {
    text-align: right;
}
/* tooltip */
.mytooltip {
    position: relative;
    display: inline-block;
    padding : 0.2rem 0.25rem;
  }
  
  .mytooltip .mytooltiptext {
    visibility: hidden;
    width: 240px;
    background-color: black;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 5px 5px;
    font-size: 0.8rem;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 105%;
  }
  .mytooltiptext > hr {
    margin: 0px 0px;
  }
  .mytooltip:hover .mytooltiptext {
    visibility: visible;
  }
/* spécifique BS */
.input-group-text {
    min-width: 18%;
}
.btn-sm {
    --bs-btn-padding-x: 0.2rem;
}
.list-group-item {
    padding-top: 0px;
    padding-bottom: 0px;
}
.btn-link {
    color: #C44D58;
}
.btn-primary {
    background-color: var(--bs-main-color-alt);
    border-color: var(--bs-main-color-alt);
}
.btn-primary:hover {
    background-color: var(--bs-main-color-alt);
    border-color: var(--bs-main-color-alt);
}