/**************************************************************** DEBUT INDENTIFICATION ***************************************************************************/


#box{
  width:955px;
  margin:20px auto;
  padding-top:20px;
  font-family: serif;
  padding-bottom: 20px;
}
#form{
  border-radius:2px;
  padding:10px 20px 10px 20px;
  box-shadow:0 0 15px;
  font-size:14px;
  font-weight:bold;
  width:350px;
  float:left;
  background-color: #6472b3;
  top: 133px;
  display: none;
  z-index: 100;
}

.form{
  border-radius:2px;
  padding:10px 20px 10px 20px;
  box-shadow:0 0 15px;
  font-size:14px;
  font-weight:bold;
  width:350px;
  float:left;
  background-color: #6472b3;
  position: absolute;
  display: none;
  z-index: 1;
 
}
h3{
  text-align:center;
  font-size:20px;
}
input{
  width:100%;
  height:33px;
  margin-top:5px;
  margin-bottom: 20px;
  border:1px solid #999;
  border-radius:3px;
  padding:0px;
}
input[type=submit]{
  background-color:#2b3b71;
  border:1px solid white;
  font-family: serif;
  font-Weight:bold;
  font-size:18px;
  color:white;
}
textarea{
  width:100%;
  height:80px;
  margin-top:5px;
  border-radius:3px;
  padding:5px;
  resize:none;
}
span{
  color:red
}
.successMessage{
    background-color: #7acc7d;
    border: #2b5a2d 1px solid;
    padding: 5px 9px;
    color: #262b26;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9em;
}
.errorMessage{
    background-color: #e64141;
    border: #da1414 1px solid;
    padding: 5px 10px;
    color: #fdf7f7;
    border-radius: 4px;
}
.info{
    font-size: 0.9em;
    color: #d67262;
    letter-spacing: 2px;
    padding-left: 5px;
}







.button {
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: white;
  color: black;
  border: 2px solid #4CAF50;
}

.button1:hover {
  background-color: #4CAF50;
  color: white;
}



.btn.btn-success, .btn.btn-success:focus {
  background-color: #665330;
  background: rgba(255,166,0,1);
    background-clip: border-box;
  background-clip: padding-box;
  color: #FFFFFF;
  border-color: #EEEAE4;
}

.box{
  width: 100%;
  height: 100%;
}
textarea {
  height: 80px;
  margin-top: 5px;
  border-radius: 3px;
  padding: 5px;
  resize: none;
  width: 100%;
}



    /**************************************************************** FIN INDENTIFICATION ***************************************************************************/

