body {
			margin:0;
  			padding:0;
            background:url(../images/fond.jpg) no-repeat center fixed;
			-webkit-background-size: cover;
			background-size: cover;
			font-family: 'Belgrano', serif;
}

.container{
text-align: center;
margin: 100px 20px 0 20px;
}
img {
    max-width: 100%;
    height:auto;
}
h1 {
  color: #fff;
  font-size: 60px;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  text-transform: uppercase;

}
h1 span{
  color: #b2283e;
      font-weight: normal;
}
h2{
  font-size:20px;
  font-weight: 300;
  color: #ffffff;
  margin-top:50px;
  line-height:25px;
	text-shadow: 2px 2px 2px black;
}
p {
  color: #2c0c56;
}
.lien a {
  background-color: #b4a295;
  margin-top: 10px;
  display: inline-flex;
  color: #484848;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 20px 25px 18px 25px;
  border-radius:5px;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  margin-bottom:40px;
  border: 1px solid #484848;
}
.lien a:hover{
  background-color: #e3d1d5;
  color: #484848;
  font-size:17px;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}