@charset "UTF-8";

/*$xmos_primary: #264853; //Couleur la plus utilisé de l'application
$xmos_secondary: #41d492; //Couleur des titre et de hover
$xmos_tertiary: #f2f2f2; //Couleur le moins utiliser

//Specific Color
//$xmos_header_background: $xmos_primary; //Couleur de la bar de navigation par defaut
$xmos_footer_background: #f5f5f5; // Couleur du footeur
$xmos_vertical_sub_menu_background: $xmos_tertiary;
$bg_xmos_nav_color: $xmos_primary;
*/

/*
    il faudra modifier les fichier bootstrap sur Xmos\node_modules\bootstrap\scss
    pour adapter aux variable prédefini après ce commentaire
    _nav.scss
        .nav-tabs {
          border-bottom: 2px solid $xmos_nav_item_color_active;

          .nav-item {
            margin-bottom: -$nav-tabs-border-width;
          }

          .nav-link {
            color: $xmos_nav_item_color;
            //border: $nav-tabs-border-width solid transparent;
            border-top: 3px solid transparent;
            //@include border-top-radius($nav-tabs-border-radius);
            @media (min-width: 768px){
              .fas{
                //display: none;
              }
            }

            @media (max-width: 768px){
              .xmos-nav-text{
                display: none;
              }
            }

            @include hover-focus {
              //border-color: $nav-tabs-link-hover-border-color;
              color: $xmos_nav_item_color_hover;
            }

            &.disabled {
              color: $nav-link-disabled-color;
              background-color: transparent;
              border-color: transparent;
            }
          }

          .nav-link.active,
          .nav-item.show .nav-link {
            color: $xmos_nav_item_color_active; //$nav-tabs-link-active-color;
            //background-color: $nav-tabs-link-active-bg;
            border-color: $xmos_nav_item_color_active;
          }

          .dropdown-menu {
            // Make dropdown border overlap tab border
            margin-top: -$nav-tabs-border-width;
            // Remove the top rounded corners here since there is a hard edge above the menu
            @include border-top-radius(0);
          }
        }

 */

/* Custom page CSS
-------------------------------------------------- */

/* Not required for template or sticky footer method. */

main {
  margin-bottom: 10px;
}

main > .container-fluid {
  padding: 10px 15px 0;
  z-index: 10;
}

main > .container {
  padding: 10px 15px 0;
  z-index: 10;
}

@media (max-width: 767.98px) {
  main > .container-fluid,
  main > .container {
    margin-top: -45px;
  }

  .xmos-main {
    margin: 0px 7px;
  }
}

@media (max-width: 576px) {
  .xmos-search {
    margin-bottom: 1rem;
  }
}

@media (min-width: 767.98px) {
  main > .container-fluid,
  main > .container {
    margin-top: -55px;
  }

  .xmos-main {
    margin: 0px 7px;
  }
}

.xmos-container-bg {
  border-radius: 0.25rem;
  background-color: #FFF;
}

.footer {
  background-color: #004d00;
  text-align: center;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.xmos-nav {
  min-height: 200px;
}

.bg-xmos-nav {
  background-color: #004d00;
  z-index: -1;
}

.entete-color {
  color: #f2f2f2;
}

.xmos-h2 {
  padding: 10px 2px 5px 2px;
  margin: 10px 20px 10px 20px;
  color: #9966ff;
  border-bottom: 2px solid #9966ff;
}

.xmos-h2-1 {
  padding: 10px 2px 5px 2px;
  margin: 10px 0px 10px 0px;
  color: #9966ff;
  border-bottom: 2px solid #9966ff;
}

.xmos-icone-menu:hover {
  text-decoration: none;
  color: #9966ff;
}

.xmos-icone-menu {
  color: #004d00;
}

.xmos-icone-menu.disabled {
  color: gray;
  pointer-events: none;
  cursor: default;
}

.xmos-form {
  border-radius: 5px;
  background-color: #f2f2f2;
  border: 1px solid #e0e0e0;
}

.xmos-solde {
  font-size: 1.5em;
}

textarea {
  resize: none;
}

.bg-total {
  background-color: #e0e0e0;
}

.bg-entree {
  background-color: rgba(65, 212, 146, 0.2);
}

.bg-sortie {
  background-color: rgba(244, 211, 24, 0.2);
}

.xmos-mvj-icone-xof {
  margin: 0 auto;
  font-size: 2em;
  font-weight: bold;
  padding: 25px 10px 10px 10px;
  width: 90px;
  height: 90px;
  background: #3490dc;
  color: white;
  border-radius: 100%;
}

.xmos-mvj-icone-usd {
  margin: 0 auto;
  font-size: 2em;
  font-weight: bold;
  padding: 25px 10px 10px 10px;
  width: 90px;
  height: 90px;
  background: #fc4e4e;
  color: white;
  border-radius: 100%;
}

.xmos-mvj-icone-euro {
  margin: 0 auto;
  font-size: 2em;
  font-weight: bold;
  padding: 25px 10px 10px 10px;
  width: 90px;
  height: 90px;
  background: #41d492;
  color: white;
  border-radius: 100%;
}

.xof-color {
  font-weight: bold;
  color: blue;
}

.usd-color {
  font-weight: bold;
  color: red;
}

.euro-color {
  font-weight: bold;
  color: green;
}

.xmos-form-card {
  background-color: #f2f2f2;
}

.pagination {
  justify-content: center;
}

