body {
  background: #1c242d;
}
.box {
  border: 1px solid #c4c4c4;
  padding: 30px 25px 10px 25px;
  background: white;
  margin: 30px auto;
  width: 360px;
}

.box2 {
  border: 1px solid #c4c4c4;
  padding: 30px 25px 10px 25px;
  background: white;
  margin: 30px 30px;
  width: 728px;
}

.box3 {
  border: 1px solid #c4c4c4;
  padding: 30px 25px 10px 25px;
  background: white;
  width: 360px;
  margin: 30px 30px;
  float:left;
}

.box4 {
	float:left;
  border: 1px solid #c4c4c4;
  padding: 30px 25px 10px 25px;
  background: white;
  margin: 30px auto;
  width: 360px;
}

h1.box-logo a {
  text-decoration:none;
}
h1.box-title {
  color: #AEAEAE;
  background: #f8f8f8;
  font-weight: 300;
  padding: 15px 25px;
  line-height: 30px;
  font-size: 25px;
  text-align:center;
  margin: -27px -26px 26px;
}
.box-button {
  border-radius: 5px;
  background: #d2483c;
  text-align: center;
  cursor: pointer;
  font-size: 19px;
  width: 100%;
  height: 51px;
  padding: 0;
  color: #fff;
  border: 0;
  outline:0;
}

.box-button2 {
  border-radius: 5px;
  background: #d2483c;
  text-align: center;
  cursor: pointer;
  font-size: 19px;
  width: 100%;
  height: 30px;
  padding: 0;
  color: #fff;
  border: 0;
  outline:0;
}

.box-register
{
  text-align:center;
  margin-bottom:0px;
}
.box-register a
{
  text-decoration:none;
  font-size:12px;
  color:#666;
}
.box-input {
  font-size: 14px;
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 25px;
  padding-left:10px;
  border-radius: 5px;
  width: 347px;
  height: 50px;
}

.box-input2 {
  font-size: 14px;
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 25px;
  padding-left:10px;
  border-radius: 5px;
  width: 347px;
  height: 30px;
}

.box-input:focus {
    outline: none;
    border-color:#5c7186;
}
.sucess{
	text-align: center;
	color: white;
}
.sucess a {
	text-decoration: none;
	color: #58aef7;
}
p.errorMessage {
    text-align: center;
    background-color: #e66262;
    border: #AA4502 1px solid;
    padding: 5px 10px;
    color: #FFFFFF;
    border-radius: 3px;
}

div#bandeau {
	width:100%;
	height:50px;
	background-color:#00CCFF;
	}
div#contenu {
	width:80%;
	height:500px;
	background-color:#FFCC00;
	float:left;
	}
div#piedpage {
	width:100%;
	height:50px;
	background-color:#33FF99;
	clear:both;
	}
div#menu {
	float:left;
	width:20%;
	height:500px;
	background-color:#FF6699;
	}

@media screen and (max-width: 768px) {
  .box,
  .box2,
  .box3,
  .box4,
  .box-input,
  .box-input2 {
    width: 80% !important;
    margin: 20px auto !important;
    float: none !important;
  }

  .box-input,
  .box-input2 {
    width: 100% !important;
  }

  div#contenu,
  div#menu {
    width: 100% !important;
    float: none !important;
    height: auto !important;
  }

  h1.box-title {
    font-size: 20px;
    padding: 10px;
  }

  .box-button,
  .box-button2 {
    font-size: 16px;
    height: 45px;
  }
}
