html {
	font-family: 'Roboto', sans-serif;
  margin:0;
  padding:0;
  height: 100%;
  background: url(image/Landing.png) no-repeat center fixed;
  -webkit-background-size: cover; /* pour Chrome et Safari */
  -moz-background-size: cover; /* pour Firefox */
  -o-background-size: cover; /* pour Opera */
  background-size: cover; /* version standardisée */
}
body{
  min-height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

.textinfo{
display: block;
position: absolute;
padding: 15px 3px 100px 3px;
bottom:0;
text-align: center;
width: 100%;
}


h1{
font-size: 1.4em;
}


p{
width: 100%;
margin-left: auto;
margin-right: auto;
color: #380527;
text-align: center;
font-size: 1.1em;
}



.button-wrapper {
  display: block;
  text-align: center;
}

.button {
  border: none;
  border-radius: 3em;
  display: inline-block;
  font-size: 1em;
  padding: 1em 2em;
  width: auto;
  transition: 0.3s;
  margin-top: 30px;

}

.cta-button {
  background-color: #380527;
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none;
}

.cta-button:hover {
  background-color: #912a46;
}