section#btq {

}

header #btq-a {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 20px;
}

section#offres {
	background-color: #0099ff;
	width: 100%;
	display: block;
}

div.node {
	padding: 2%;
	border-radius: 25px;
	border: 4px solid white;
	display: inline-block;
	width: 20%;
	font-family: 'Saira', sans-serif;
	align-items: center;
	box-shadow: 0px 1px 10px black;
}

.poirraux {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: 'Ubuntu', sans-serif;
	font-size: 60px;
	text-decoration-line: underline;
	text-decoration-color: white;
}

.centerbtq {
	width: 100%;
	display: flex;
	justify-content: space-evenly;
}

.pasteque {
	text-align: center;
}

#bouton-pommee {
	font-size: 150%;
	text-decoration-line: none;
	padding: 10px 25px;
	border-radius: 25px;
	color: black;
	background-color: white;
	transition: background-color 2s ease-out 100ms;
	transition: padding 0.5s ease-out 100ms;
	text-align: center;
}

img.nodeimg {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div#node0 {
	display: block;
	margin: auto;
	border-color: #0099ff;
}

a#bouton-pomme {
	font-size: 150%;
	text-decoration-line: none;
	padding: 10px 25px;
	border-radius: 25px;
	color: black;
	background-color: #0099ff;
	text-align: center;
}

h1#custom {
	font-size: 40px;
}

section#customnode {
	text-align: center;
}

p#customp {
	font-size: 25px;
}

h1#customt {
	font-size: 60px;
	text-decoration-line: underline;
	text-decoration-color: #0099ff;
}

h2#prixcustom {
	font-size: 20px;
	color: #0099ff;
}

h2.nodeprix {
	font-size: 20px;
	text-align: center;
}