.note
{
    text-align: center;
    height: 80px;
    background: -webkit-linear-gradient(left, #0072ff, #8811c5);
    color: #fff;
    font-weight: bold;
    line-height: 80px;
}
.form-content
{
    padding: 1%;
    border: 1px solid #ced4da;
    margin-bottom: 2%;
}

.bg_color_result{
  background-color: rgba(220, 220, 220, 0.3);
  
}
.form-control{
    border-radius:1.5rem;
}
.btnSubmit
{
    border:none;
    border-radius:1.5rem;
    padding: 1%;
    width: 20%;
    cursor: pointer;
    background: #0062cc;
    color: #fff;
}


/*Design Tableau*/
#main {
    border-collapse:collapse;
    width:90%;
}
#main th, td {
    border:1px solid black;
    width:20%;
}
#main td {
    text-align:center;
}


/* Animation d'attente */
/* body{margin-top:80px} */
.circle{
  width:50px;
  height:50px;
  position:relative;
  margin:0 auto;
      cursor:pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  border-radius:110px;

}
.borderCircle2{
  position:absolute;
  top:-10px;
  right:-10px;
  bottom:-10px;
  left:-10px;
  border-radius:200px;
  box-shadow:-5px -5px 15px rgba(15,180,231,.3);

}
.borderCircle3{
background: #161616; /* Old browsers */
background: -moz-linear-gradient(top,  #161616 0%, #3d3d3d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#161616), color-stop(100%,#3d3d3d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #161616 0%,#3d3d3d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #161616 0%,#3d3d3d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #161616 0%,#3d3d3d 100%); /* IE10+ */
background: linear-gradient(to bottom,  #161616 0%,#3d3d3d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#161616', endColorstr='#3d3d3d',GradientType=0 ); /* IE6-9 */

  border:1px solid #444;
  position:absolute;
  top:-25px;
  right:-25px;
  bottom:-25px;
  left:-25px;
  border-radius:200px;
  z-index:-2;
}
.outerCirlce{
  margin:0 auto;
  background: #91ffff; /* Old browsers */
  background: -moz-radial-gradient(20% 20%, ellipse cover,  #91ffff 0%, #0fb4e7 24%, #000000 74%, #000000 100%); /* FF3.6+ */
  background: -webkit-gradient(radial,20% 20%, 0px,20% 20%, 100%, color-stop(0%,#91ffff), color-stop(24%,#0fb4e7), color-stop(74%,#000000), color-stop(100%,#000000)); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(20% 20%, ellipse cover,  #91ffff 0%,#0fb4e7 24%,#000000 74%,#000000 100%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(20% 20%, ellipse cover,  #91ffff 0%,#0fb4e7 24%,#000000 74%,#000000 100%); /* Opera 12+ */
  background: -ms-radial-gradient(20% 20%, ellipse cover,  #91ffff 0%,#0fb4e7 24%,#000000 74%,#000000 100%); /* IE10+ */
  background: radial-gradient(ellipse at 20% 20%,  #91ffff 0%,#0fb4e7 24%,#000000 74%,#000000 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91ffff', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  border-radius:110px;
  padding:10px;
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;

}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to { 
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to { 
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to { 
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.outerCirlce{
    -webkit-animation-name:             rotate; 
    -webkit-animation-duration:         1s; 
    -webkit-animation-iteration-count:  infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name:             rotate; 
    -moz-animation-duration:         1s; 
    -moz-animation-iteration-count:  infinite;
    -moz-animation-timing-function: linear;
    animation-name:             rotate; 
    animation-duration:         1s; 
    animation-iteration-count:  infinite;
    animation-timing-function: linear;
}
.borderCircle2{
    -webkit-animation-name:             rotate; 
    -webkit-animation-duration:         1s; 
    -webkit-animation-iteration-count:  infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name:             rotate; 
    -moz-animation-duration:         1s; 
    -moz-animation-iteration-count:  infinite;
    -moz-animation-timing-function: linear;
    animation-name:             rotate; 
    animation-duration:         1s; 
    animation-iteration-count:  infinite;
    animation-timing-function: linear;
}
.borderCircle{
  color:#fff;
  background-color:#ccc;
  position:absolute;
  top:-10px;
  left:-10px;
  right:-10px;
  bottom:-10px;
  z-index:-1;
  border-radius:110px;
  background: #575b60; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover,  #575b60 1%, #000000 100%); /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%,#575b60), color-stop(100%,#000000)); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover,  #575b60 1%,#000000 100%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover,  #575b60 1%,#000000 100%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover,  #575b60 1%,#000000 100%); /* IE10+ */
  background: radial-gradient(ellipse at center,  #575b60 1%,#000000 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#575b60', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  box-shadow:-1px 0px 0px #333, 0px -1px 0px #333;
}
.innerCircle{
  color:#ccc;
  background-color:#ccc;
  position:absolute;
  top:10px;
  left:10px;
  right:10px;
  bottom:10px;
  z-index:2;
  border-radius:110px;
  background: #575b60; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover,  #575b60 1%, #000000 100%); /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%,#575b60), color-stop(100%,#000000)); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover,  #575b60 1%,#000000 100%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover,  #575b60 1%,#000000 100%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover,  #575b60 1%,#000000 100%); /* IE10+ */
  background: radial-gradient(ellipse at center,  #575b60 1%,#000000 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#575b60', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  box-shadow:-1px 0px 0px #666, 0px -1px 0px #666;
}
.innerCircle:active{
  color:#fff;
  background: #373a3d; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #373a3d 1%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%,#373a3d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #373a3d 1%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #373a3d 1%,#000000 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #373a3d 1%,#000000 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  #373a3d 1%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#373a3d', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.innerCircle p{
  text-align:center;
  margin-top:40%;
  font-size:18px;
  font-family:sans-serif;
  font-weight:bolder;
  text-shadow:-1px -1px 0px #444;
}




/* Auto-complete Design */
/* #response_complete, ul{

    float: ul;
    list-style: none;
    padding: 0px;
    border: 1px solid black;
    margin-top: 0px;
    }
input, ul{
    width: 100%;
} */
