.adtext > div {
	display: -webkit-box;
}

#midad > div.adtext > div:not(:first-child) {
	margin-top: 20px;
}

#midad > div > div > div {
/*	display: flex;*/
	display: table-cell;
	vertical-align: middle;
}

#midad > div > div > div:first-child {
	padding-right: 20px;
	display: table-cell;
	vertical-align: top;
}

#midad > div > div > div:first-child > img {
	width: 50px;
	height: 5
}

#activite {
	background: linear-gradient(to bottom right, #FFFFFF 0%,  #FFFFFF 50%, #276fd7AA 100%);
}

#listofactivite {
	display: flex;
	justify-content: space-around;
	padding: 20px;
}

#listofactivite > div {
	max-width: 30%;
	text-align: center;
}

#listofactivite img {
	width: 100px;
}

#listofactivite ul {
	text-align: left;
}

#listoftransport {
	display: flex;
	justify-content: space-around;
	padding: 20px;
}

#listoftransport > div {
	max-width: 30%;
	text-align: center;
}

#listoftransport img {
	width: 100px;
}

#listoftransport ul {
	text-align: left;
}

.mapholder {
	display: flex;
	position: relative;
}

.mapholder > iframe {
	border: none;
}

.mapdisabled {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: #FFFFFF64;
	text-align: center;
	vertical-align: middle;
	display: flex;
    align-content: flex-end;
    justify-content: center;
    align-items: center;
	cursor: pointer;
	color: #000000;
	font-family: 'Bebas Neue';
	letter-spacing: 2px;
	font-size: 18pt;
	font-weight: 800;
	text-transform: uppercase;
}

#map1 {
	z-index: 1;
}

#gallery {
	padding-top: 5px;
	padding-bottom: 5px;
}

#vrvisit {
	padding: 40px;
	width: 100%;
	box-sizing: border-box;
	aspect-ratio: 16/9;
}

.anchor {
	display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}


/*#lnkdescription {*/
/*	display: block;*/
/*    position: relative;*/
/*    top: -100px;*/
/*    visibility: hidden;*/
/*}*/
/**/
/*#lnkactivites {*/
/*	display: block;*/
/*    position: relative;*/
/*    top: -100px;*/
/*    visibility: hidden;*/
/*}*/
/**/
/*#lnkinfos {*/
/*	display: block;*/
/*    position: relative;*/
/*    top: -100px;*/
/*    visibility: hidden;*/
/*}*/
/**/
/*#lnkphotos {*/
/*	display: block;*/
/*    position: relative;*/
/*    top: -100px;*/
/*    visibility: hidden;*/
/*}*/
/**/
/*#lnkavail {*/
/*	display: block;*/
/*    position: relative;*/
/*    top: -100px;*/
/*    visibility: hidden;*/
/*}*/

#rates {
	display: flex;
    justify-content: center;
}

#availability {
	display: flex;
    justify-content: center;
    align-items: center;
}

#calendar {
    display: flex;
    align-items: center;
    flex-direction: column;
	padding: 0px 20px 20px 20px;
}

#booking {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

#booking.ok {
	color: green;
}

#booking.notok {
	color: red;
}

#btnbooking {
	width: 150px;
	height: 40px;
	font-family: 'Bebas Neue';
	font-size: 20px;
}

#bookform { 
	display: grid;
	position: relative;
    grid-template-columns: repeat(2, 50%);
	grid-column-gap: 20px;
	grid-row-gap: 12px;
}

#bookform > .bookingheader {
    grid-column: 1/3;
    grid-row: 1;
}

#bookform > .question {
	display: inline-block;
}

#bookform > .question > div {
	width: 100%;
}

#bookform input {
	box-sizing: border-box;
	width: 100%;
}

#bookform textarea {
	box-sizing: border-box;
	width: 100%;
	height: 150px;
}

#bookform > div:nth-child(4), #bookform > div:nth-child(7), #bookform > div:nth-child(10), #bookform > div:nth-child(11) {
    grid-column: 1/3;
	width: 100%;
}

#bookform .mandatory:after {
    content:" *";
    color: red;	
}

#dtearrival, #dtedeparture {
	box-sizing: border-box;
	border: rgb(118, 118, 118) 1px solid;
	border-radius: 3px;
    padding: 2px;
	color: #000000;
	font-size: 13px;
}

/* For Mobile */
@media screen and (max-width: 480px) {
/*	#lnkdescription {*/
/*		top: 0px;*/
/*	}*/
/**/
/*	#lnkactivites {*/
/*		top: 0px;*/
/*	}*/
/**/
/*	#lnkinfos {*/
/*		top: 0px;*/
/*	}*/
/**/
/*	#lnkphotos {*/
/*		top: 0px;*/
/*	}*/
/**/
/*	#lnkavail {*/
/*		top: 0px;*/
/*	}*/

	.anchor {
		top: 0px;
	}

	#vrvisit {
		padding: 0px;
		width: 100%;
		box-sizing: border-box;
		aspect-ratio: 2/3;
	}

	#availability {
		flex-direction: column;
		align-items: center;
	}

	#bookform { 
		display: flex;
		flex-direction: column;
	}
	#rates {
		flex-direction: column;	
	}

}