@media only screen and (max-width: 915px) {

	div#center {
		width: 90%;
	}

	img.titrem {
		width: 25%;
	}

	a.btqbuy {
		font-size: 15px;
	}

	p {
		font-size: 15px;
	}

}

@media only screen and (max-width: 600px) {

	div#center {
		width: 100%;
	}

	img.titrem {
		width: 25%;
	}

	a.btqbuy {
		font-size: 10px;
	}

	a.nav {
		font-size: 15px;
	}

	h1.titred {
		font-size: 25px;
	}

	p.join {
		font-size: 15px;
	}

	p.apropos {
		font-size: 15px;
	}

	div.btq {
		display: block;
	}

	div.btq div {
		display: block;
		width: 35%;
		margin-top: 3%;
	}

	h1.btqname {
		font-size: 27px;
	}

	p.btqprix {
		font-size: 17px;
	}

	a.btqbuy {
		font-size: 20px;
	}

}