/*
Theme Name: Café Du Trocadéro
Author: Moustach
Author URI: http://www.moustach.net/
Reservation form and group bloc by Mohca
*/

@import url(assets/css/styles.css);

/* Reservation form and group bloc*/

#reservation {
	margin-top: 4em;
}

#reservForms {
	max-width: 1340px;
	margin: auto;
	display: flex;
	justify-content: space-around;
}

#reservForms > div {
	max-width: 520px;
	width: 100%;
	border: solid 1px #f1f1f1;
	padding: 25px 15px 35px;
}

#reservForms img {
	width: 100%;
	margin-bottom: 1em;
}



#reservForms .fieldset {
	border: 0px;
	padding-bottom: 0px;
}

/*.rtb-booking-form > form > div:nth-child(2) {
	display: flex;
	justify-content: space-between;
}*/

.rtb-text, .rtb-select {
	display: inline-block;
	width: 100%;
	padding-bottom: 10px;
}

.fieldset label {
	font-size: 11px;
	color: #997e4c;
	padding-bottom: 6px;
}

.rtb-booking-form input, .rtb-booking-form textarea {
	max-width: 100em!important;
}

.rtb-booking-form textarea {
	min-height: 7em!important;
}


#reservForms .fieldset input, #reservForms .fieldset textarea {
	border: 1px solid #997e4c;
	padding: 7px;
}

#rtb-time, #rtb-date {
	cursor: pointer;
}

select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist; 
  appearance: menulist; 
}


.rtb-booking-form .btn {
	display: block;
	margin: auto;
	margin-top: 1.2em;
}



#reservForms .btn {
	height: 60px;
}

#reservForms h3 {
	margin-top: 0;
	text-align: center;
}

#reservForms h4 {
    margin-bottom: 1.2em;
}



#reservForms > .groupContainer {
	text-align: center;
}

.groupContainer .btn {
	margin-top: 1em;
}

.groupContainer p {
	text-align: justify;
}




/*.form_section_2 input {
	box-sizing: border-box;
	width: 100%!important;
}*/

@media screen and (max-width: 900px) {
	#reservForms {
		flex-wrap: wrap;
	}
}

/* Reservation form and group bloc*/