*{
	box-sizing: border-box;
}


html,
body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-size: 12px;
	scroll-behavior: smooth;
}
h1 {
	margin: 1rem 0;
}

header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 3.5rem;
	padding: 2rem 10%;
	z-index: 10000;
}

header h1 {
	margin: 0;
	padding: 0;
	float: left;
}

header h1 .logo {
	width: 20rem;
}

header nav {
	font-size: 2rem;
    margin: 0;
	margin-top: 4rem;
    padding: 0 0.5rem 0.25rem 0.5rem;
	position: relative;
    float: right;
}

header nav img.menu-link {
	height: 2rem;
    margin: -0.25rem 0 0 0.5rem;;
}

header nav a {
	display: block;
	min-height: 2rem;
	font-size: 2rem;
	padding: 0 0.25rem 0.25rem 0;
}


header nav aside {
	display: none;
	position: absolute;
	right: 0.6rem;
    top: 3rem;
    text-align: center;
	width: 16rem;
}
header nav a:hover ~ aside, header nav aside:hover {
	display: block;
}

header nav aside a {
	padding: 0.5rem 1.5rem;
	display: block;
	font-size: 1.5rem;
	margin: 0 auto;
}

p {
	text-align: justify;
}

.language img {
	height: 1rem;	
}

main {
	display: block;
	float: left;
	position: relative;
	width: 100%;
	padding: 3rem 15%;
	font-size: 1.5rem;
	text-align: justify;
}
main.statement {
	text-align: center;
	text-align: left;
}
main.spaced {
	padding-top: 25rem;
}
main.space-top {
	margin-top: 6rem;
}
main.space-bottom {
	margin-bottom: 6rem;
}
main.annotation {
    padding: 1rem 15%;
    font-size: 1rem;
}
main.hidden {
    display: none;
}
main.story {
    padding: 1rem 15%;
    font-size: 1rem;
	column-count: 2;
	-moz-column-count: 1;
	column-gap: 1rem;
}
main.story h1,
main.story h2,
main.story h3 {
	column-span: all;
}
main.story p {
    margin: 0 0 0.5rem 0;
}

footer {
	display: block;
	float: left;
	position: relative;
	width: 100%;
	padding: 3rem 10%;
	font-size: 1rem;
}

footer .logo {
	height: 8rem;
	float: left;
	margin: 0
}

footer address {
	max-width: 50%;
	text-align: right;
	float: right;
}

section {
	display: block;
	float: left;
	position: relative;
	width: 100%;
}

section.gallery {
	float: left;
	width: 100%;
	height: 90%;
	overflow: hidden;
}
section.gallery.short {
	height: 70%;
}

#block-bottom-gallery {
	/*height: 60%;*/
}

section.gallery div {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0;
	transition: opacity 1s ease;
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
body.iphone section.gallery div {
    background-attachment: scroll;
/*    background-size: auto 100%;*/
}
section.gallery div.active {
	opacity: 1;
	z-index: 100;
}

section.gallery div p {
	position: absolute;
	/*font-size: 1.25rem;*/
	font-size: 2.5rem;
	width: 100%;
	padding: 0.1rem 25%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
section.gallery div p img {
	width: 60%;
}
section.gallery div.side-text {
	background-position: -50% center;
}

section.gallery div.bottom-left p {
	padding: 0.1rem 10%;
	top: initial;
	bottom: 0;
	max-width: 60%;
	left: 0;
	transform: none;
	text-align: left;
}

section.gallery div.side-text p{
	font-size: 1rem;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc(100% / 4);
    transform: translate( 0, 0 );
    padding: 2rem 2rem;
	margin: 0;
	display: flex;
	align-items: center;
    justify-content: center;
    flex-direction: column;
}
section.gallery div.small-text p {
font-size: 1.5rem;
}
section.gallery nav {
	position: absolute;
	max-width: 65%;
	bottom: 0;
	right: 10%;
	margin: 0;
	padding: 0;
	z-index: 1000;
	font-size: 6rem;
}
section.gallery nav a {
	margin: 0;
	padding: 0;
}

aside.book-now a {
	font-size: 1.5rem;
	padding: 1.5rem;
}

section.tiles {
	float: left;
	width: 100%;
	overflow: hidden;
	display: flex;	
	flex-wrap: wrap;
}
section.tiles-2 .tile{
	min-height: 14rem;
}
section.tiles-3 .tile{
	min-height: 14rem;
}
section.tiles-4 .tile{
	min-height: 14rem;
}
section.tiles-5 .tile{
	min-height: 10rem;
}
section.tiles-6 .tile{
	min-height: 8rem;
}

section.tiles .tile {
	display: flex;
	flex-grow: 1;
	align-items: center;
	justify-content: center;
	text-align: center;
}
section.tiles .tile a {
	padding: 1rem 2rem;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
    flex-direction: column;
	top: 0;
	left: 0;
}
section.tiles-2 .tile {
	width: 50%;
}
section.tiles-4 .tile {
	width: 25%;
}
section.tiles-5 .tile {
	width: 20%;
}
section.tiles-6 .tile {
	width: calc(100% / 6);
}
section.tiles-2 .tile a {

	font-size: 2rem;
}
section.tiles-4 .tile a {

	font-size: 2rem;
}
section.tiles-5 .tile a {
	font-size: 1.5rem;
}
section.tiles-6 .tile a {
	font-size: 1.25rem;
}

#contact-form {
	display: block;
	float: left;
	position: relative;
	width: 100%;
	padding: 4rem 25%;
	padding: 4rem 50% 4rem 10%;
}


#contact-form input,
#contact-form textarea,
#contact-form select {
	width: 100%;
	margin: 0 0 0.5rem 0;
	padding: 0.5rem 1rem;
	font-size: 1rem;
	
}

#contact-form textarea {
	height: 8rem;
	resize: none;
}

#contact-form .url {
	display: none;
}

#contact-form-feedback {
	display: none;
	padding: 1rem;
}

#contact-form select {
	display: none;
}

#rgpd {
	font-size: 0.75em;
}

#cookies {
	display: none;
	padding: 0.75em 1em 1.5em 1em;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	text-align: center;
	font-weight: bold;
}

#google-maps {
	width: 100%;
	height: 75%;
}
#scroll-down {
	position: fixed;
	width: 3rem;
	bottom: 1rem;
	right: 1rem;
	z-index: 100000;
}

.icon-text {
	width: 10rem;
}