@import url(https://fonts.googleapis.com/css?family=Muli:400,300);
*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::-moz-selection {
  background: #fff;
  color: #000;
  text-shadow: none;
}
::selection {
  background: #fff;
  color: #000;
  text-shadow: none;
}
img {
  border: none;
}
a {
  color: inherit;
  text-decoration: none;
}
* {
  outline: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Muli', sans-serif;
  background: #fefefe;
  font-weight: 300;
}
h1,
h2 {
  font-weight: 300;
}
h1 {
  margin: 0;
  padding: 0;
}
p {
  line-height: 1.5;
}
@keyframes mymove {
  0% {
    transform: translate(0, -15px);
  }
  50% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, -15px);
  }
}
@-webkit-keyframes mymove {
  0% {
    -webkit-transform: translate(0, -15px);
  }
  50% {
    -webkit-transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -15px);
  }
}
#homepage .starthome {
  position: relative;
  max-width: 100%;
  height: 80vh;
  overflow: hidden;
  zoom: 1;
  width: 100%;
  display: table;
}
#homepage .starthome #bloc-souris {
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
#homepage .starthome #bloc-souris #animated-arrow {
  display: block;
  width: 30px;
  height: 20px;
  background: url('../images/down-arrow.png');
  margin: 20px auto;
  -webkit-animation: mymove .8s linear 0s infinite;
  animation: mymove .8s linear 0s infinite;
}
#homepage .starthome .titles {
  display: table-cell;
  vertical-align: middle;
  left: 0;
  text-align: center;
  width: 100%;
  color: #fff;
}
#homepage .starthome .titles h1,
#homepage .starthome .titles h2 {
  font-family: 'Muli', cursive;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  letter-spacing: 3px;
  display: block;
}
#homepage .starthome .titles h1 {
  font-size: 80px;
  line-height: 1;
  margin-bottom: 20px;
}
#homepage .starthome .titles h2 {
  line-height: 1;
  font-size: 20px;
}
.parallax {
  width: 100%;
  height: 600px;
  position: relative;
}
.parallax span {
  position: absolute;
  right: -10px;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 50%;
  font-size: 13px;
  color: #fff;
}
.parallax span a {
  font-weight: 400;
}
.parallax span a:hover {
  color: #fff;
}
.bloc-home {
  width: 100%;
  background: #fefefe;
}
.bloc-home .content {
  display: table;
  padding: 50px 30px;
  width: 100%;
  max-width: 800px;
  height: 450px;
  margin: 0 auto;
  color: #bbb;
}
.bloc-home .content .inside-content {
  display: table-cell;
  vertical-align: middle;
}
.bloc-home .content .contenu-article,
.bloc-home .content header {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.bloc-home .content header {
  margin-bottom: 20px;
}
.bloc-home .content header h1 {
  display: table-cell;
  text-align: left;
  font-family: 'Muli', cursive;
  font-size: 26px;
  margin: 0;
  color: #817551;
  text-transform: uppercase;
  font-weight: normal;
}
.bloc-home .content article {
  display: table-cell;
  text-align: left;
  padding-bottom: 0;
  font-size: 18px;
  color: #767676;
}
.bloc-home .content article li {
  margin-bottom: 10px;
}
.bloc-home .content article ul,
.bloc-home .content article p {
  margin: 0 0 15px;
  line-height: 1.4;
}
.bloc-home .content article ul:last-child,
.bloc-home .content article p:last-child {
  margin-bottom: 0;
}
.bloc-home .content article ul {
  padding-left: 0px;
}
.bloc-home .content article .btn {
  display: block;
  margin: 0 auto 20px;
  background: #cccccc;
  width: 320px;
  color: white;
  text-align: center;
  line-height: 30px;
  padding: 15px 0;
  font-family: 'Muli', cursive;
  font-size: 20px;
  border: 1px solid #cccccc;
}
.bloc-home .content article .btn:hover {
  background: #fefefe;
  color: #cccccc;
}
.bloc-home .content article .contact {
  margin-top: 60px;
  text-align: center;
  text-transform: uppercase;
}
#formulaire {
  background: #cccccc;
  height: 100%;
  padding: 20px;
  font-size: 12px;
}
#formulaire label {
  color: #fefefe;
}
#formulaire input,
#formulaire textarea {
  height: 40px;
  width: 100%;
  border: 1px solid #fefefe;
  padding: 10px;
  font-size: 14px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
#formulaire textarea {
  height: 80px;
  resize: none;
  font-family: helvetica;
}
#formulaire input[type="submit"] {
  color: white;
  background: #fefefe;
  border: 1px solid #cccccc;
  cursor: pointer;
  font-family: 'Muli', cursive;
  font-size: 16px;
  line-height: 20px;
  border: 1px solid #fefefe;
  color: #cccccc;
}
#formulaire input[type="submit"]:hover {
  background: #cccccc;
  color: #fefefe;
}
#see-cgv {
  text-transform: uppercase;
  font-size: 13px;
  display: block;
  margin: 100px auto 0;
}
@media only screen and (max-width: 440px) {
  .bloc-home .content article {
    text-align: left;
  }
  .bloc-home .content article .btn {
    width: 90%;
  }
  #homepage .starthome .titles h1 {
    font-size: 39px;
  }
  #see-cgv {
    font-size: 15px;
    max-width: 90%;
  }
}
