body {
	font-family: "Roboto",serif;
}

button {
	background-image:url(../accueil/images/retour.png);
	width:186px;
	height:102px;
	background-color:#fff;
	border:0;
	cursor:pointer;
	transition:all ease 0.23s;
}

button:hover {
	opacity:0.8;
}

.element{
	height:auto;
	width:90%;
	max-width:1000px;
}

.logo {
	position:fixed;
	bottom: 15px;
	right:15px;
	z-index:100;
}

.prix {
	left:15px;
	bottom:15px;
	position:fixed;
	z-index:99;
}

.content {
	width:70%;
	margin:auto;
}

.content p {
	padding:20px;
	font-family: "Roboto",serif;
}

.content span {
	font-family: "Roboto",serif;
	font-weight:300;
	font-size:2em;
}

@media screen and (max-width: 460px) {
	.logo {
	bottom: 5px;
	right:5px;
	}
	
	.content {
	width:95%;
	margin:auto;
	}
}

ul {
	font-family: "Roboto",serif;
}

li {
	text-decoration:none;
	list-style-type: '● ';
	padding-top:10px;
}

.logo-prix {
	width:100%;
	height:auto;
	float:left;
	clear:both;
	margin-top:20px;
}

.logo-prix img {
	margin:auto;
	text-align:center;
	float:right;
	padding-right:20px;
}

.titre-prix {
	width:75%;
	height:auto;	
	float:left;
	margin-top:40px;
}