#reservit {
	margin: 0 auto;
	width: 100%;
	max-width: 320px;
	text-align: center;
}

#reservit p {
	margin: 0 0 10px 0;
	padding: 0;
	clear: both;
}

#reservit p.personne {
	/*float: left;
	clear: none;
	width: 50%;
	position: relative;*/
    /* float: left; */
    /* clear: none; */
    width: 50%;
    position: relative;
    left: 80px;
    display: block;
    text-align: center;
}

#reservit p.personne a.moins {
	display: block;
	position: absolute;
	top: 20px; left: 20px;
	width: 40px; height: 40px;
	color: #ab8e3a;
	font-size: 20px;
	line-height: 36px;
}

#reservit p.personne a.plus {
	display: block;
	position: absolute;
	top: 20px; right: 20px;
	width: 40px; height: 40px;
	color: #ab8e3a;
	font-size: 20px;
	line-height: 36px;
}

@media only screen and (max-width: 400px) {
	#reservit p.personne a.moins {
		left: 10px;
	}

	#reservit p.personne a.plus {
		right: 10px;
	}
}

@media only screen and (max-width: 340px) {
	#reservit p.personne a.moins {
		left: 5px;
		width: 30px;
	}

	#reservit p.personne a.plus {
		right: 5px;
		width: 30px;
	}
}

#reservit p.personne .type {
	display: block;
}

#reservit p.personne .nb {
	display: inline-block;
	border: 1px solid #ab8e3a;
	background: #fff;
	font: 14px/20px "Open Sans", Arial, sans-serif;
	padding: 10px;
	text-align: center;
	width: 44px;
}

#reservit .plus-de-criteres {
	font-size: 12px;
}

#reservit input.date {
	max-width: 100%;
	width: 100px;
	border: 1px solid #ab8e3a;
	font: 14px/20px "Open Sans", Arial, sans-serif;
	padding: 10px;
	outline: none;
	appearance: none;
	text-align: center;
	margin-top: 5px;
}

#reservit .meilleur-prix,
#reservit .meilleur-prix-revendeurs,
#reservit .economie {
	font-weight: bold;
}

#reservit .economie {
	visibility: visible;
}

#reservit .economie.masquee {
	visibility: hidden;
}

#reservit .meilleur-prix span,
#reservit .meilleur-prix-revendeurs span,
#reservit .economie span {
/*	display: block;*/
	color: #ab8e3a;
	font-family: Abel;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
}

#reservit .et_pb_button_module_wrapper {
	margin-top: 20px;
	margin-left: 0 !important;
}

#reservit .economie,
#reservit .economie span {
	color: #d2347d;
}

