
body {
  font-family: Avenir, sans-serif;
  /*height: 100%;
  margin:0;
  font-family: Avenir, sans-serif;
  background-color:#FFFFFF;
  background-repeat: no-repeat;
  background-size: cover;
  <background-image: url('images/Heater_Autunm.png');
*/
  background: url('digitalplane.png') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*background-color: rgba(0,100,0,.5);
  background-blend-mode: multiply;*/

  /* Standard syntax */
  animation-name: fade;
  animation-duration: 20s;
  animation-delay: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-play-state: running;
  animation-direction: alternate;
}

/* Chrome, Safari, Opera
 @-webkit-keyframes fade {
    0% {
        background-color:rgba(255, 10, 10, 0);
          background-blend-mode: multiply;
    }
    100% {
        background-color:rgba(255, 10, 10, 1);
          background-blend-mode: multiply;
    }
}
*/
/* Standard syntax */
 @keyframes fade {
    0% {
        background-color:rgba(255, 10, 10, 0);
          background-blend-mode: multiply;
    }
    100% {
        background-color:rgba(255, 10, 10, 1);
          background-blend-mode: multiply;
    }
}

#footer
{
font-family: Avenir, sans-serif;
background-color: #464653;
color: white;
position: fixed;
padding: 15px 3px 0px 3px;
bottom:0;
margin-left: 10%;
width: 80%;
height: 5%;
}

#graphCanvas {

    margin: 20px auto;
    display: block;
}

.tooltip {
    position: absolute;
    padding: 5px;
    background: #000;
    color: #fff;
    border-radius: 3px;
    display: none;
    pointer-events: none;
    z-index: 10;
}

/*Reset CSS*/
*{
    margin: 0px;
    padding: 0px;
    font-family: Avenir, sans-serif;
}

canvas { outline: none; border: none; }

table, tr, td {
    width: auto;
    border: none;
    color: #ccf1ff;
}

td, th {
  text-align: left;
  padding: 8px;
}

nav{
    width: 100%;
    margin: 0 auto;
    background-color: white;
    position: sticky;
    top: 0px;
}

nav ul{
    list-style-type: none;
}

nav ul li{
    float: left;
    width: 13%;
    text-align: center;
    position: relative;
}

nav ul::after{
    content: "";
    display: table;
    clear: both;
}

nav a{
    display: block;
    text-decoration: none;
    color: black;
    border-bottom: 2px solid transparent;
    padding: 10px 0px;
}

nav a:hover{
    color: #ee950b;
    border-bottom: 2px solid gold;
}

.sous{
    display: none;
    box-shadow: 0px 1px 2px #CCC;
    background-color: white;
    position: absolute;
    width: 100%;
    z-index: 1000;
}
nav > ul li:hover .sous{
    display: block;
}
.sous li{
    float: none;
    width: 100%;
    text-align: left;
}
.sous a{
    padding: 10px;
    border-bottom: none;
}
.sous a:hover{
    border-bottom: none;
    background-color: RGBa(200,200,200,0.1);
}
.deroulant > a::after{
    content:" ▼";
    font-size: 12px;
}

.conteneur{
  margin: 20px 20px;
  height: 800px;
}



progress {
  width: 98%;
  -webkit-appearance: none;
  margin-left: 8px;
  height: 8px;
}

progress::-webkit-progress-value {
  -webkit-appearance: none;
  background: red;
  white-space: pre;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(249, 255, 249, 0.78) inset;
}

progress::-webkit-progress-bar {
  -webkit-appearance: none;
  white-space: pre;
  background: #ffffff;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.34) inset;
}
.progress-yellow::-webkit-progress-bar{
   background: yellow;
 }
 .progress-red::-webkit-progress-bar{
   background: red;
 }
 .progress-blue::-webkit-progress-bar{
   background: blue;
 }
 .progress-green::-webkit-progress-bar{
   background: green;
 }
}

form {border: 3px solid #f1f1f1;}

#input1  {
  width: 20%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

button {
  background-color: #04AA6D;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 20%;
}

button:hover {
  opacity: 0.8;
}

.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

.container {
  padding: 16px;
}

.zero {
        /*setting alpha = 0.1*/
        background: rgba(37, 61, 82, 0.0);
       }

.first {
        /*setting alpha = 0.1*/
        background: rgba(37, 61, 82, 1.0);
       }

.second {
           /*setting alpha = 0.3*/
           background: rgba(37, 61, 82, 0.9);
       }

.third {
           /*setting alpha = 0.6*/
           background: rgba(17, 17, 18, 0.45);
       }

.progress.is-large {
  height: 40px;
}

input {
  border-radius: 5px;
}

span.psw {
  float: right;
  padding-top: 16px;
}



#rcorners1 {
  border-radius: 25px;
  border-style: solid;
  background: #eed8db;
  padding: 20px;
  width: 95%;
  height: minmax(100px, auto);
  text-align: left;
  margin-top: 5px;
  margin-bottom: 0px;
  /*color: #353434;*/
  color: #000000;
  box-shadow:0 1px 8px rgba(0,0,0,1.0);
}

#zoomimg {
                -webkit-transition: all 0.2s;
                -moz-transition: all 0.2s;
                -ms-transition: all 0.2s;
                -o-transition: all 0.2s;
                transition: all 0.2s;
     }
#zoomimg:hover {
                transform:scale(1.2);
                /* easeInQuad */
           }



/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 20%;
  }
}
