

#headerContentContainer {
	min-height: 100%;
	position: relative;
}

#headerImgContainer {
	position: relative;
	height: 70%;
	max-height: 70%;
	overflow: hidden;
}

#headerImg {
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
}

#headerTextSection {
	padding: 20px 0 30px 0;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

#headerContentContainer .section_items {
	position: relative;
	margin: 20px 0;
	z-index: 2;
}

#headerTextSection h2 {
	position: relative;
    margin: 0;
	font-size: 1em;
    line-height: 28px;
	background-color: white;
	text-align: left;
	font-weight: normal;
}

#headerMain, #headerSideText {
	-webkit-flex: 1 0 12em; 
	flex: 1 0 12em;
	margin: 10px 3%;
}

#headerMain {
	min-width: 55%;
}

#headerMain h1 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 30px 0;
}

#headerMain h1 img {
	height: 40px;
	width: auto;
	margin-left: 10px;
}

#headerTitleContainer {
	z-index: 2;
	position: absolute;
	width: 100%;
	bottom: 40px;
	left: 0;
	text-align: center;
	box-sizing: border-box;
	padding: 0 10%;
}

#headerTextSection.withSideText {
	width: 100%;
	padding: 30px 7%;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#headerSideText {
	height: auto;
	flex-grow: 0.3;
}

#headerSideText table {
	border: 1px solid black;
	border-radius: 6px;
}

#headerSideText th {
	min-width: 200px;
	padding: 10px;
	font-style: italic;
	font-weight: normal;
}

#headerSideText td {
	max-width: 60px;
	min-width: 30px;
}

#headerSideText img {
	width: 60px;
	height: auto;
}


#fillerImg {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 100%;
}



.imgTitleContainer {
	position: absolute;
	text-align: center;
	box-sizing: border-box;
	padding: 0 10%;
	bottom: 10%;
	left: 0;
	width: 100%;
	z-index: 2;
}


.imgTitle, #headerTitleContainer h3 {
	display: inline-flex;
	box-sizing: border-box;
	max-width: 100%;
	padding: 20px 40px;
	margin: 0;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	-webkit-border-radius: 16;
  	-moz-border-radius: 16;
  	border-radius: 16px;
  	border: none;
  	font-size: 2em;
  	font-weight: normal;
}


section {
	position: relative;
	z-index: 2;
	background-color: white;
	padding: 0 0 40px 0;
	min-height: 100%;
	box-sizing: border-box;
}

section.only_img {
	min-height: auto;
	padding: 0;
}

section.only_img .imgTitleContainer {
	bottom: 5% !important;
}

section.only_img .imgTitle {
	padding: 10px 40px !important;
}

section.only_img div.section_text {
	display: none;
}

section h1 {
	font-size: 2em;
	font-weight: normal;
}

.section_description {
	font-size: 1.5em;
}

section td>img {
	height: auto;
	max-width: 30vw;
}

section>table {
	max-width: 100%;
}
table img {
	max-width: 100%;
}

div.section_text {
	margin: 0 10%;
}

section .bookRoomButtonContainer {
	margin-top: 40px;
	text-align: center;
}

.sectionTitle {
	text-align: center;
	font-size: 2.5em;
	padding: 30px 10px 20px 10px;
}

.section_img_wall {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 4%;
}

.section_img_wall img {
	width: 200px;
	max-width: 30%;
	height: auto;
	margin: 5px 10px;
	box-sizing: border-box;
}

div.button, input[type=submit], button {
	display: inline;
	background: rgb(96, 96, 96);
	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
  	border: none;
  	border-radius: 10px;
	color: white;
	padding: 10px 24px;
	font-size: 0.9em;
	text-decoration: none;
	cursor: pointer;
}

div.button {
	font-size: 1.3em;
}

div.button:hover, input[type=submit]:hover, button:hover {
	background: rgb(150,150,150);
  	text-decoration: none;
}


.sectionImg {
	position: relative;
}

.sectionImg img {
	width: 100%;
	height: auto;
}

.section_frame {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 40%;
}

.section_frame iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.section_items {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
}

@media(min-width: 1200px) {
	#bureaux .section_items {
		max-width: 1200px;
		margin: 0 auto;
	}

	#bureaux .section_item {
		min-width: 320px;
	}
}


.section_item_link {
	text-decoration: none;
	color: black;
}

.section_item {
	-webkit-flex: 1 0 15em; flex: 1 0 15em;
	max-width: 400px;
	min-width: 200px;
	margin: 10px 20px;
}

.section_item p {
	text-align: left;
	font-size: 1em;
	line-height: 28px;
	overflow: hidden;
}

.section_item p img {
	position: relative;
	margin: -8px 2px 0 0;
	width: auto;
}

.section_item p img.metro {
	top: 3px;
	height: 24px;
}

.section_item p img.bus {
	top: 1px;
	height: 18px;
}

.section_item .invisible {
	opacity: 0;
}

.section_item p a {
	font-size: 1.1em; 
	font-weight: bold;
}

.sectionImgContainer img {
	display: block;
	margin: 5px auto;
	width: 70px;
	height: auto;
}

.section_link {
	text-align: center;
	padding-top: 10px;
}

.section_link a {
	font-size: 1.8em;
	font-weight: bold;
	color: #777;
}



.blocSlide {
	position: relative;
	overflow: hidden;
}
.slideShowButton {
	position: absolute;
	z-index: 3;
	top: 0;
	width: 5%;
	min-width: 40px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.prevSlide {
	left: 0;
	background-image: url('../img/icon_avant.png');
}
.nextSlide {
	right: 0;
	background-image: url('../img/icon_apres.png');
}
.blocSlide.navHover .slideShowButton {
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.4s ease, visibility 0.4s ease, background .3s ease;
	-webkit-transition: opacity 0.4s ease, visibility 0.4s ease, background .3s ease;
	-moz-transition: opacity 0.4s ease, visibility 0.4s ease, background .3s ease;
	-o-transition: opacity 0.4s ease, visibility 0.4s ease, background .3s ease;
}
.blocSlide.navHover:hover .slideShowButton {
	visibility: visible;
	opacity: 0.5;
}
.blocSlide.navPermanent .slideShowButton {
	visibility: visible;
	transition: background .3s ease;
	-webkit-transition: background .3s ease;
	-moz-transition: background .3s ease;
	-o-transition: background .3s ease;
}
.blocSlide.textHover .contenu {
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.4s ease, visibility 0.4s ease, background .3s ease;
	-webkit-transition: opacity 0.4s ease, visibility 0.4s ease, background .3s ease;
	-moz-transition: opacity 0.4s ease, visibility 0.4s ease, background .3s ease;
	-o-transition: opacity 0.4s ease, visibility 0.4s ease, background .3s ease;
}
.blocSlide.textHover:hover .contenu {
	visibility: visible;
	opacity: 1;
}
.blocSlide.textPermanent .contenu {
	visibility: visible;
	transition: background .3s ease;
	-webkit-transition: background .3s ease;
	-moz-transition: background .3s ease;
	-o-transition: background .3s ease;
}

.slideLine {
	position: relative;
	z-index: 0;
	white-space: nowrap;
	font-size: 0;
}

.slide {
	display: inline-block;
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1;
}
.slide:first-child {
	z-index: 2;
}

.slide img {
	width: 100%;
	height: auto;
}

.slide .contenu {
	display: block;
	position: absolute;
	max-width: 40%;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	color: white;
	padding: 30px;
}
.prevSlide, .nextSlide, .slide .contenu {
	background-color: rgba(0, 0, 0, 0.5);
}
.prevSlide:hover, .nextSlide:hover, .slide .contenu:hover {
	background-color: rgba(0, 0, 0, 0.8);
}
.slide .titre {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px;
}
.contenu.gauche {
	left: 50px;
}
.contenu.centre {
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.contenu.droite {
	right: 50px;
}



#contactContainer {
	width: 100%;
}

#contact {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 40px;
	padding-right: 10px;
	margin: 0 15%;
	background-color: rgba(255,255,255,0.8);
}

#contact:before, #contact:after {
    content: '';
    display: block;
}

.alignRight {
	text-align: right;
}

#contact input, #contact textarea {
	width: 200px;
}

#contact>div {
	margin-bottom: 40px;
	max-width: 100%;
}

.contactSectionTitle {
	font-size: 1.3em;
	height: 75px;
	margin-left: 5px;
}

#contactInfo img {
	width: 30px;
	height: auto;
}

.formSelector {
	height: 80px;
}
.formSelector label {
	display: block;
	margin-bottom: 10px;
	font-size: 1.3em;
	white-space: nowrap;
}
.formSelector select {
	max-width: 100%;
	font-size: 1.2em;
}

#contact a {
	text-decoration: none;
	color: black;
}

.contactFormLine, .contactInfoLine {
	display: table-row;
	vertical-align: top;
	border: 1px solid red;
}

.contactFormLine div, .contactInfoLine div {
	display: table-cell;
	vertical-align: top;
	padding: 5px;
	box-sizing: border-box;
	overflow-wrap: break-word;
  	word-wrap: break-word;
  	-ms-word-break: break-all;
  	word-break: break-all;
  	word-break: break-word;
}

.formInfoLine {
	font-size: 0.8em;
}

#contact .buttonLine {
	margin-top: 10px;
	text-align: right;
	padding-right: 5px;
}

#formPopup {
	text-align: center;
	margin-top: 10px;
	height: 20px;
}

#formPopup span {
	display: none;
	white-space: nowrap;
}

#formPopup .incomplete, #formPopup .invalidEmail {
	font-style: italic;
	color: red;
	font-size: 0.9em;
}

#formPopup .error {
	color: red;
	font-size: 1.1em;
	font-weight: bold;
}

#formPopup .success {
	color: green;
	font-size: 1.1em;
	font-weight: bold;
}

#bookingButton {
	cursor: pointer;
}


/* step1 */
.roomSelect {
	text-align: center;
	margin: 10px;
	cursor: pointer;
	padding: 10px;
}

.roomSelect.selected {
	padding: 9px !important;
	border: 1px solid blue;
}

.roomSelect img {
	max-width: 100%;
	height: auto;
}

.roomSelect h3 {
	margin-top: 5px;
}

#roomSelectionBlock {
	display: flex;
}

#roomInfoBlock {
	padding: 20px;
}

.roomInfo>div {
	margin-bottom: 10px;
}


/* Step 1.5 */
.vrContainer {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 62.5%;
}

// .vrDisplay {
// 	position: absolute;
// 	top: 0;
// 	left: 0;
// 	width: 100%;
// 	height: 90%;
// }

.vrButtonContainer {
	position: relative;
	padding-top: 10px;
	bottom: 0;
	margin: 0 2%;
	width: 100%;
}

.displayVr {
	background-color: #a30909;
}



/* FORM */
#bookingFormContainer {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 20;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	overflow-y: auto;
	background-color: rgba(255, 255, 255, 0.8);
}

#bookingFormContainer.active {
	display: block !important;
}

#bookingFormContainer form {
	position: relative;
	border: 1px solid #a30909;
	padding: 10px;
	box-sizing: border-box;
	width: 90%;
	max-width: 1000px;
	margin: 40px auto;
	background-color: white;
	border-radius: 4px;
}

#formClose {
	position: absolute;
	top: -15px;
	right: -15px;
	cursor: pointer;
}

#formClose img {
	width: 30px;
	height: 30px;
}

.buttonContainer button {
	margin: 0 2%;
}

.buttonContainer button:first-child {
	margin-left: 0 !important;
}

.buttonContainer button:last-child {
	margin-right: 0 !important;
}

span.requiredSymbol {
	font-size: 1em;
	position: relative;
	top: -5px;
	margin-left: 5px;
	color: red;
}

td.nowrap {
	white-space: nowrap;
}




.previousStepButton, .cancelBookingButton {
	margin-top: 30px;
	cursor: pointer;
}

#includedServices {
	margin: 0 -10px 20px -10px;
	padding: 0 30px !important;
	background-color: lightyellow;
}

#includedServices h3 {
	font-weight: normal;
}

div.formLine {
	position: relative;
	padding: 10px 0;
}

div.formLine > h3, div.formLine > .dayTitle {
	font-size: 1.2em;
	margin: 10px 0 5px 0;
}

div.formLine > label {
	display: block;
	padding-bottom: 8px;
	font-size: 1.1em;
}

div.formTitle {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 20px;
}

div.buttonContainer {
	text-align: center;
}

.form_step div.button {
	margin: 0 4%;
}

.form_step h4 {
    margin: 10px 0 20px 0;
    font-size: 1.5em;
    text-align: center;
    font-weight: normal;
}
