*{margin:0;padding:0;}
html{height:100%;}
body{border-left:20px solid #907d55;
	background-image: url(images/bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    font-family: 'Open Sans', sans-serif;
    height:100%;
    }
    
    
.conteneur {
    text-align: center;
    max-width: 600px;
    margin: 0px auto;
    padding:50px;
}
.logo {
    max-width: 350px;
    margin: 0 auto;
}
.logo img {
    max-width: 100%;
}

.infos{margin-top:35px;}
p.nom {
    font-size: 25px;
    font-weight: 600;
}
.telephone{margin-top:20px;}
a{color:#907d55; text-decoration:none;}

@media screen and (max-width: 772px) {
	body {background-position: center bottom;}
}
