/*VARIABLES & MIXINS*/
html {
  height: 100%;
}
body {
  background-image: url(img/bg.png);
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  font-family: 'Verdana', 'sans-serif';
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
}
body.default {
  border-bottom: 20px solid #fe1b6a;
  background-image: none;
  background-color: white;
  text-align: center;
}
body.default img {
  margin-top: 100px;
}
h1 {
  color: #fd564e;
  font-size: 3.5em;
  text-transform: uppercase;
  margin-bottom: 0;
}
h2 {
  font-size: 1em;
  text-transform: uppercase;
  font-size: 1.3em;
  margin-top: 0;
  margin-bottom: 40px;
}
.erreur {
  background-color: white;
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 100px;
  padding: 30px 10px 30px 50px;
  min-height: 200px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 2px #999999;
  -moz-box-shadow: 0 1px 2px #999999;
  box-shadow: 0 1px 2px #999999;
}
.erreur img {
  float: left;
  margin-top: 50px;
}
.erreur .texte {
  float: left;
  margin-left: 30px;
  line-height: 1.6;
}
.erreur .texte li {
  color: #a6a69e;
  font-size: 1.2em;
  margin-bottom: 10px;
}
.spacer {
  width: 100%;
  height: 1px;
  clear: both;
}
