body, html {
    background-color: white;
    color: #e8e8e8;
}
form {
    margin-top: 10%;
    background: #68C6BB;
    border-radius: .3rem;
    padding: 1.3rem;
    border: white 1px solid;
}
input {
    width: 100%;
    background: white;
    border: 0;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 10px;
    font-size: large;
    border: 1px solid white;
}
p {
    font-size: large;
}
h1,h2,h3,h4,h5,h6{
    font-size:medium;
}
.btn {
    width: 100%;
    padding: .5rem;
    border: 0;
    background: black;
    font-size: 1.2em;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .4);
   /* box-shadow: 0px 3px 0px #3a41a2;*/
    margin-top: 1.2rem;
}
.boutonImport
{
    background-image: "imgImporter.svg";
}
.btn:hover {
    background: #1e1e3c;
    color: #b5b5b5;
    box-shadow: none;
}
.logo{
    /*position:block;*/
    width: 100%;
   /* height: 100%;*/
    margin-top: 1%;
}
.file
{
    background-color: black;
}
.qrcode
{
    width: 100%;
    height: 100%;
}
.btn-primary
{
    display :none;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #d6d8db;
    background-color: #3c4760;
    background-clip: padding-box;
    border: 1px solid #72a7db;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.progress {
    background-color: #68C6BB;
    position: relative;
    margin: 20px;
    height: 1.2rem;
}
.progress-bar {
    background-color: black;
    width: 100%;
    height: 1.2rem;
}
progress::-webkit-progress-value {
    background: #3fee8c;
}
progress::-webkit-progress-bar {
    background: #1e1e3c;
}
progress::-moz-progress-bar {
    background: #3fee8c;
}
.rotateimg180 {
    -webkit-transform:rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .tooltip {
    position: relative;
    display: inline-block;
  }
  
  /*.tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
   /* opacity: 0;
    transition: opacity 0.3s;
  }*/
  
  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }
  .linkshare
  {
    font-size: larger;
  }
  .shareico
  {
    height: 10%;
  }