body {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
}
.btn {
  padding: 0.6rem 3rem;
  font-size: 1.6rem;
  line-height: 1.5;
  border-radius: 2rem;
  border: none;
}
.btn:hover {
  background: inherit;
  border: inherit;
}
.btn-primary {
  background-color: #2CD5C4;
  color: white;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-primary[disabled] {
  background-color: #9DE8DF;
}
.btn-primary[disabled]:hover,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus {
  background-color: #9DE8DF !important;
  border-color: #9DE8DF !important;
}
a {
  color: #2CD5C4;
}
a:hover,
a:active,
a:focus {
  color: #1e978a;
  text-decoration: underline;
}
@media print {
  a[href]:after {
    content: none !important;
  }
  abbr[title]:after,
  abbr[data-original-title]:after {
    content: none !important;
  }
}
html {
  background: transparent url('/public/images/homeback3.png') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body {
  background-color: transparent;
}
.container-fluid {
  color: white;
}
.well {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.well .btn {
  background-color: white !important;
}
.voix-bottom-bar {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: right;
  padding: 20px;
}
