/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

      html, body {
width: 100%;
height: 100%;
/*background: url("images/backgrounds-blank-blue-canvas.jpg") no-repeat ;*/
background-size: 100% 100%;
background: -webkit-gradient(linear, right bottom, left top, from(black), to(#11668f));
background: -o-linear-gradient(bottom right, black 0%, #11668f 100%);
background: linear-gradient(to top left, black 0%, #11668f 100%);
background-image: -webkit-linear-gradient(right bottom, #000 0%,#11668f 100%);
background-attachment: fixed;
/*overflow: hidden; */
font-family: 'Baloo Bhai 2', cursive;
}



#conteneur {
	margin:0 auto 0 auto;
        font-size:11pt;
        }

 i{
 font-family: 'Baloo Bhai 2', cursive;
 }

a:link 
{
 text-decoration:none;

}
a:link {color: #ee7b07;}
a:visited {color: #ee7b07;}
a:hover {color: #000;}
.vert a:hover {color: #07892f;}
.jaune a:hover {color: #fcdd09;}
.rouge a:hover {color: #da131a;}
table{
 text-align:center;
 vertical-align:middle;
 background-color: rgb(255,255,255);
  opacity: 0.9;
  border-radius: 5px 5px 5px 5px;
/*-webkit-box-shadow: 3px 3px 4px #636363;
-moz-box-shadow: 3px 3px 4px #636363;
box-shadow: 3px 3px 4px #636363;*/
border: 0;
}

td,th,thead {
            border: 0;
            padding:25;
}

tr {spacing:25;
}

textarea{
  position: relative;
  /*width: 500px;*/
  height: ;
   background: #000;
   color: #fff;
  font-family: 'Baloo Bhai 2', cursive;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1em;
  border-radius: 5px;
  border: 1px solid #ee7b07;
}
input[type=submit], input[type=reset] {
  background-color: #000;
  border: none;
  color: #ee7b07;
  padding: 8px 16px;
  text-decoration: none;
  font-variant: small-caps;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 5px;
  border: 2px solid #ee7b07;
  font-family: 'Baloo Bhai 2', cursive;
  font-weight: bold;
  -webkit-box-shadow: 2px 2px 2px #636363;
-moz-box-shadow: 2px 2px 2px #636363;
box-shadow: 2px 2px 2px #636363;
}
input[type=submit]:hover, input[type=reset]:hover {
  /*background-color: #6E6E6E;*/
  border: none;
  color: #fff;
  padding: 8px 16px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 5px;
  border: 2px solid #ee7b07;
  font-family: 'Baloo Bhai 2', cursive;
  -webkit-box-shadow: inset 3px 3px 4px #636363;
-moz-box-shadow: inset 3px 3px 4px #636363;
box-shadow: inset 3px 3px 4px #636363;

}
input[type=text]:hover {
   /*your styles here.....*/
}
input[type=date] {
   background: #000;
   color: #fff;
   font-family: 'Baloo Bhai 2', cursive;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1em;
  border-radius: 5px;
  border: 1px solid #ee7b07;
}
input[type=text] {
   background: #000;
   color: #fff;
   font-family: 'Baloo Bhai 2', cursive;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1em;
  border-radius: 5px;
  border: 1px solid #ee7b07;
}
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  background: #000;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1em;
  border-radius: 5px;
  border: 1px solid #ee7b07;
  font-family: 'Baloo Bhai 2', cursive;
}

.select {
  position: relative;
  width: 800px;
  height: 35px;
  overflow: hidden;
  }
select {
  width: ;
  height: 100%;
  margin: 0;
  padding-left: 15px;
  color: #fff;
  cursor: pointer;
}
option {
color: #fff;
}
.fixed {
  position: fixed;
  top: 0;
  right: 0;
  width: 90px;
  padding-top:5px;
  /*background-color: white;*/
  z-index:500;
}
.fixedG {
  position: fixed;
  top: 0;
  left: 0;
  width: ;
  padding-top:0px;
  /*background-color: white;*/
  z-index:500;
} 