@font-face {
  font-family: "Jost 400";
  src: url('../font/jost400.ttf');
}
@font-face {
  font-family: "Jost 300";
  src: url('../font/jost300.ttf');
}
body {
  font-weight: 300;
  overflow-x: visible;
  background-color: whitesmoke !important;
  font-family: 'Jost 300' !important;
  background-repeat: repeat-x;
}
h1,
.h1 {
  font-size: 28px !important;
}
h2,
.h2 {
  font-size: 26px !important;
}
h3,
.h3 {
  font-size: 24px !important;
}
h4,
.h4 {
  font-size: 20px !important;
  text-decoration: underline;
}
h5,
.h5 {
  font-size: 18px !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
input[type="text"] {
  height: 21px;
}
.flex {
  display: flex;
  height: 100%;
}
.flex .center-middle {
  width: 100%;
  text-align: center;
  margin: auto;
}
.flex .center-vertical {
  margin-top: auto;
  margin-bottom: auto;
}
.bold {
  font-weight: bold;
}
.underline {
  text-decoration: underline;
}
.pointer {
  cursor: pointer;
}
.no-padding {
  padding: 0px !important;
}
.blue-idcapt {
  background: #0a1464;
  color: white;
}
.grey-idcapt {
  background: #7b7c7e;
  color: white;
}
.padding {
  padding: 15px !important;
}
.padding-top {
  padding-top: 15px !important;
}
.padding-bottom {
  padding-bottom: 15px !important;
}
.padding-right {
  padding-right: 15px !important;
}
.padding-left {
  padding-left: 15px !important;
}
.margin {
  margin: 15px !important;
}
.no-margin {
  margin: 0 !important;
}
.margin-top {
  margin-top: 15px !important;
}
.margin-bottom {
  margin-bottom: 15px !important;
}
.margin-bottom-xs {
  margin-bottom: 5px !important;
}
.margin-right {
  margin-right: 15px !important;
}
.margin-left {
  margin-left: 15px !important;
}
.undisplayed {
  display: none;
}
abbr[title] {
  text-decoration: none;
}
.float-right {
  float: right;
}
.header-logo {
  width: auto;
  height: 100px;
  text-align: center;
}
.header-title {
  text-align: center;
  font-size: 28px;
  color: grey;
}
.exit {
  float: right;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0 0 0 15px;
  padding: 10px 10px 10px 15px;
  border: none;
  margin-right: -15px;
  outline: none;
  margin-bottom: 20px;
}
.exit img {
  width: 40px;
  height: auto;
}
.menu-head {
  background: #646464;
  border-radius: 15px 15px 0 0;
  text-align: center;
  color: #91cddd;
  padding: 5px 0 4px 0;
  font-size: 22px;
}
.menu {
  background: rgba(100, 100, 100, 0.5);
  text-align: center;
}
.menu img {
  margin: auto;
}
.menu div {
  font-size: 40px;
  color: white;
}
.menu-bottom {
  background: #646464;
  height: 10px;
}
.modal-header {
  position: sticky;
  top: 0px;
  z-index: 9999;
}
#stickyElem {
  position: sticky;
  top: 102px;
  background: white;
  z-index: 9999;
  padding-bottom: 12px;
}
#stickyElem2 {
  position: sticky;
  top: 177px;
  background: white;
  z-index: 9999;
  padding-bottom: 10px;
}
#stickyElem3 {
  position: sticky;
  top: 208px;
  background: white;
  z-index: 9999;
}
.bandeau {
  background: rgba(230, 230, 230, 0.9);
  z-index: 99;
  padding: 10px 0;
  margin-right: -15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.bandeau #deco {
  left: 0 !important;
  border-left: 0px !important;
  color: black;
}
.bandeau #Deconnexion {
  width: 75px !important;
  height: 73px !important;
  margin-top: 10px;
}
.bandeau .bandeau-col {
  text-align: center;
  float: right;
  padding: 0 5px;
  border-left: 1px solid black;
  font-size: 12px;
  right: 43%;
  position: relative;
}
.bandeau .bandeau-col img {
  width: 90px;
  height: 90px;
  cursor: pointer;
}
.bandeau #nbToken .title {
  font-size: 30px;
}
.bandeau #nbToken .nb {
  font-size: 37px;
}
.footer {
  background: rgba(255, 255, 255, 0.9);
  color: black;
  padding: 5px 15px;
  position: fixed;
  bottom: 15px;
  width: 100%;
}
.footer div {
  float: left;
  width: 10%;
}
.footer .img-footer {
  width: 80%;
  float: left;
  margin-top: 8px;
}
.footer .logo-footer {
  float: left;
  width: auto;
  height: 54px;
  position: absolute;
  margin-top: -19px;
  margin-left: 2%;
  width: 8%;
}
.modal {
  overflow: scroll !important;
}
.modal-content {
  background: none !important;
}
.modal-header {
  background: white;
  border-radius: 5px 5px 0 0;
}
.modal-body {
  background: rgba(255, 255, 255, 0.9) !important;
}
.modal-footer {
  background: white;
  border-radius: 0 0 5px 5px;
}
.input-lg {
  width: 50%;
}
.button-sm {
  padding: 0 3px;
  display: inline-block;
  border-radius: 5px;
  margin: 1px 0;
}
.unavailable {
  opacity: 0.4;
}
#iconeSociete {
  margin-left: 35%;
}
#tokenReserved {
  margin-left: 8%;
}
#tokenUsed {
  margin-left: 10%;
}

#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #333; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 120px;
  height: 120px;
  margin: -76px 0 0 -76px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #5f5e5e;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  display: none;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

#cover-spin {
  position:fixed;
  width:100%;
  left:0;right:0;top:0;bottom:0;
  background-color: rgba(121, 119, 119, 0.299);
  z-index:9999;
  display:none;
}

@-webkit-keyframes spin {
from {-webkit-transform:rotate(0deg);}
to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
from {transform:rotate(0deg);}
to {transform:rotate(360deg);}
}

#cover-spin::after {
  content:'';
  display:block;
  position:absolute;
  left:48%;top:40%;
  width:40px;height:40px;
  border-style:solid;
  border-color:#5f5e5e;
  border-top-color:transparent;
  border-width: 4px;
  border-radius:50%;
  -webkit-animation: spin .8s linear infinite;
  animation: spin .8s linear infinite;
}