* {
  margin: 0;
  padding: 0;
}
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.message {
  font-size: 17px;
  font-weight: normal;
  /*	background:#3a3939;*/
  background-color: rgb(58, 57, 57);
  background-color: rgba(57, 57, 57, 0.7);
  text-align: center;
  color: #FFFFFF;
  display: none;
  width: 100%;
  padding: 10px;
  margin: 0px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.message h1 {
  list-style-type: none;
  font-size: 17px;
  font-weight: normal;
  text-align: center;
  color: #fff;
  clear: both;
}
.message li {
  list-style-type: none;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  color: #fc6bff;
  clear: both;
}
.contact-form {
  text-align: center;
  margin-bottom: 10px;
  margin-right: 30px;
}	
.contact-form  ul {
  list-style-type: none;
  width: 100%;
  padding-bottom: 10px;
}
.contact-form  li {
  list-style: none;
  font-size: 12px;
  padding-top: 10px;
  clear: both;
}
.contact-form  li.special {
  display: none;
}
.contact-form  input {
  float: left;
  /*	background:#141414;*/
  background-color: rgb(20, 20, 20);
  background-color: rgba(20, 20, 20, 0.5);
  font-size: 16px;
  padding: 3px;
  color: #ffffff;
  border: 1px solid #E74B76;
  width: 100%;
  height: 40px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 20px 5px;
}
.contact-form  input.bouton {
  font-size: 14px;
  width: auto;
  padding: 10px;
  border: 0px;
  margin: 2px;
  background-color: #674491;
  -moz-border-radius: 20px 5px;
  -webkit-border-radius: 20px 5px;
  border-radius: 20px 5px;
  cursor: pointer;
}
.contact-form  input.bouton:hover {
  background: #E74B76;
  margin: 2px;
  border: 0px;
  color: #fff;
}