/* CSS Document */

body{
  background:#333;
  color:White;
}
.footer{
  position:fixed;
  bottom:0;
  width:100%;
  line-height:1.8em;
  font-size:1.6em;
  text-align:center;
  color:White;
  background:#333;
}
.intro{
   height:400px;
   background-position:center;
   background-repeat:no-repeat;
   text-align:center;
   display: block;
 }
form control{
  float:right;
}
.rouge{background:#F00;}
.vert{background:#3C0;}
.brun{background:#C03;}
.blanc{background:#666;}

.dropdown-item{
  color: white;
}
