/* WordPlate */
.caption {
  font-family: "roboto";
  font-weight: 300;
}

html, body {
  font-family: "roboto";
  font-weight: 400;
}

article.alentour-index p {
  font-family: "roboto";
  font-weight: 500;
}

article.alentour-index h2 {
  font-family: "roboto";
  font-weight: 700;
}

.slider.multislides .slides a {
  box-shadow: 8px 7px 12px -5px rgb(196, 196, 196);
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/**
             * (optional) define here the style definitions which should be applied on the slider container
             * e.g. width including further controls like arrows etc.
             */
/**
*sizes for dotted simple slider
*/
/**
*sizes for dotted simple slider
*/
/**
*sizes for home
*/
/**
*first breakpoint < 1170px
*/
/**
*last breakpoint < phone
*/
.caption {
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.72);
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
  display: none;
}
.caption.active {
  display: block;
}
.caption-single {
  padding-top: 10px;
}
.caption span {
  min-height: 1rem;
  display: none;
}
.caption span.active {
  display: block;
}

.slider-home {
  position: relative;
}
.slider-home .frame {
  /**
   * (optional) wrapper width, specifies width of the slider frame.
   */
  position: relative;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  white-space: nowrap;
}
.slider-home .slides {
  display: inline-block;
  padding: 0;
}
.slider-home .slides li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: calc(1170px * 0.3);
  height: calc(calc(1170px * 0.3) * 0.63);
}
@media (max-width: 1169px) {
  .slider-home .slides li {
    width: 50vw;
    height: calc(50vw * 0.62);
  }
}
@media (max-width: 499px) {
  .slider-home .slides li {
    width: 100vw;
    height: calc(100vw * 0.62);
  }
}
.slider-home .slides li a {
  display: block;
  position: relative;
  height: 800px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.slider-home .slides li a img {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.slider {
  position: relative;
}
.slider.multislides {
  padding-left: 0;
}
.slider.multislides .frame {
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1169px) {
  .slider.multislides .frame {
    width: 75vw;
  }
}
.slider.multislides .slides li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: calc(1010px * 0.5);
  height: 705px;
}
@media (max-width: 1169px) {
  .slider.multislides .slides li {
    width: 37.5vw;
    height: 56.25vw;
  }
}
.slider.multislides .slides a {
  height: 90%;
  width: 93%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.slider .frame {
  /**
   * (optional) wrapper width, specifies width of the slider frame.
   */
  width: 1010px;
  position: relative;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1169px) {
  .slider .frame {
    width: 75vw;
  }
}
.slider .slides {
  display: inline-block;
  padding: 0;
}
.slider .slides.cover li a {
  background-size: cover;
}
.slider .slides li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 1010px;
  height: 800px;
}
@media (max-width: 1169px) {
  .slider .slides li {
    width: 75vw;
    height: 49.995vw;
  }
}
.slider .slides li.is-text a {
  font-size: initial;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: avenir-bold;
  font-size: 3.75rem;
  color: black;
  background-color: #07078c;
}
.slider .slides li iframe {
  width: 100% !important;
  height: 800px;
}
.slider .slides li a {
  display: block;
  position: relative;
  height: 800px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.slider .slides li a.randinsert {
  background-size: cover;
}
.slider .slides li a img {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.slider .prev, .slider .next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  display: block;
  cursor: pointer;
}
.slider .next {
  right: -25px;
}
@media (max-width: 1169px) {
  .slider .next {
    right: 0;
  }
}
.slider .prev {
  left: -25px;
}
@media (max-width: 1169px) {
  .slider .prev {
    left: 0;
  }
}
.slider .next svg, .slider .prev svg {
  width: 25px;
}
.slider .dots {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  width: 92%;
}
@media (max-width: 499px) {
  .slider .dots.hide-mobile {
    display: none;
  }
}
.slider .dots li {
  display: block;
  width: 10px;
  height: 10px;
  background: white;
  border: 1px solid black;
  margin: 10px 5px;
  transition: all ease-in 0.3s;
}
.slider .dots li.active {
  background: black;
}
.slider .dots li:hover {
  background: black;
}

.slider-enabled div {
  display: none;
}
.slider-enabled div.active {
  display: block;
}

article.alentour-index .content:not(.active), article.alentour-index .logo-title:not(.active), article.alentour-index h2:not(.active), .menu-title:not(.active) {
  opacity: 0;
  height: 0;
  display: none;
}

.menu-footer {
  margin: 30px auto;
  display: flex;
  justify-content: center;
}
.menu-footer a {
  font-size: 22px;
  font-family: avenir-regular;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 2px;
  transition: all 0.2s ease-in;
  color: inherit;
  margin: 0 10px;
}
.menu-footer a.disabled {
  cursor: not-allowed;
  pointer-events: none;
  color: #727273;
}
.menu-lang {
  display: flex;
  justify-content: center;
}
.menu-lang a {
  font-size: 22px;
  font-family: avenir-regular;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 2px;
  transition: all 0.2s ease-in;
  color: inherit;
  width: 40px;
  height: 30px;
}
.menu-lang a.active, .menu-lang a:hover {
  font-family: avenir-bold;
}
input {
  position: fixed;
  opacity: 0;
}

label {
  position: absolute;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
label::before {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(18, 67, 100, 0.6);
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
label .burger {
  position: fixed;
  top: 5px;
  left: inherit;
  z-index: 3;
  width: 2em;
  height: 2em;
  margin: 0;
  padding: 0;
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (min-width: 675px) {
  label .burger {
    top: 330px;
    left: inherit;
    margin: 0 0 0 50px;
  }
}
label .burger::before,
label .burger .bar, label .burger::after {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 12%;
  background: black;
  content: "";
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
label .burger .bar {
  top: 44%;
}
label .burger::before {
  top: 0;
  transform-origin: top left;
}
label .burger::after {
  bottom: 0;
  transform-origin: bottom left;
}

input:focus + label .burger,
label:hover .burger {
  opacity: 0.75;
}

nav.mainmenu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  padding-top: 110px;
  width: 95vw;
  transform: translate3d(0, 0, 0); /* material acceleration */
  transform: translateX(-100%);
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
nav.mainmenu img.logo-menu {
  max-width: 100px;
  height: auto;
  position: absolute;
  top: 20px;
  max-width: 100px;
}
nav.mainmenu::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  background: white;
  content: "";
  transform: skewX(15deg) translateX(-100%);
  transform-origin: bottom left;
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (min-width: 675px) {
  nav.mainmenu::before {
    width: 100vw;
  }
}
nav.mainmenu a {
  margin: 0.5em 0;
  padding: 0.2em 0.2em;
  font-size: 16px;
  color: #07078c;
  text-transform: uppercase;
  text-decoration: none;
  font-family: avenir-bold;
  transform: translateX(-100%);
  transition: color 0.15s, transform 0.5s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  max-width: 290px;
  text-align: center;
  height: auto;
  display: block;
}
@media (min-width: 400pxx) and (min-height: 640px) {
  nav.mainmenu a {
    font-size: 20px;
  }
}
@media (min-width: 400px) and (min-height: 640px) {
  nav.mainmenu a span.logo-bg {
    max-width: initial;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 75px;
  }
}
@media (min-width: 400px) and (min-height: 800px) {
  nav.mainmenu a {
    font-size: 24px;
  }
}
@media (min-width: 400px) and (min-height: 800px) {
  nav.mainmenu a span.logo-bg {
    max-width: initial;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100px;
  }
}
nav.mainmenu a:nth-child(1) {
  transition-delay: 0s, 100ms;
}
nav.mainmenu a:nth-child(2) {
  transition-delay: 0s, 150ms;
}
nav.mainmenu a:nth-child(3) {
  transition-delay: 0s, 200ms;
}
nav.mainmenu a:nth-child(4) {
  transition-delay: 0s, 250ms;
}
nav.mainmenu a:hover, nav.mainmenu a:focus {
  color: #565657;
}

main {
  overflow: hidden;
}
main .content {
  transform: translate3d(0, 0, 0); /* material acceleration */
  will-change: transform, filter;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

[id=navcheck]:checked + label::before {
  opacity: 1;
  pointer-events: auto;
}
[id=navcheck]:checked + label .burger::before, [id=navcheck]:checked + label .burger::after {
  width: 141.42%;
  background: black;
}
[id=navcheck]:checked + label .burger::before {
  transform: rotate(45deg) translateY(-50%);
  background: black;
}
[id=navcheck]:checked + label .burger::after {
  transform: rotate(-45deg) translateY(50%);
  background: black;
}
[id=navcheck]:checked + label .burger .bar {
  transform: scale(0.1);
  background: black;
}
[id=navcheck]:checked ~ nav {
  transform: translateX(0);
}
[id=navcheck]:checked ~ nav::before {
  transform: translateX(0);
}
[id=navcheck]:checked ~ nav a {
  transform: translateX(0);
}
[id=navcheck]:checked ~ main .content {
  transform: translateX(3em);
  transform-origin: left center;
  filter: blur(2px); /* quite laggy :S */
}

/* helper */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
}

* {
  margin: 0;
}

.home-alentour {
  background: #191111;
}
.home-alentour .intro {
  width: 70vw;
  height: 50px;
  background: #7a1818;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  color: white;
  font-size: 30px;
  line-height: 50px;
  transform: translateY(-50%) translate(-50%);
  text-decoration: none;
  text-transform: uppercase;
}
.home-alentour .logo {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.home-alentour section {
  display: flex;
  flex-direction: column;
  padding: 2em;
  font-family: avenir-regular;
}
.home-alentour section a {
  color: black;
  font-size: 30px;
  display: block;
  font-family: avenir-bold;
  text-decoration: none;
  text-align: center;
}
.home-alentour section .spacer {
  height: 1px;
  width: 100%;
  background-color: gray;
}

.main {
  width: 100%;
  padding: 1.5625rem;
}
@media (min-width: 1171px) {
  .main {
    width: 1170px;
    margin: 0 auto;
  }
}
.main .logo {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-height: 250px;
  max-width: 100%;
  padding: 2rem 2rem 10px 2rem;
}

article.alentour-index h2 {
  margin: 0;
  font-size: 1.5rem;
  padding: 0;
  width: 100%;
  text-align: center;
}
article.alentour-index h2 + .content {
  margin-top: 1rem;
  padding-top: 0;
}

article.alentour-index p {
  font-size: 1.25rem;
  text-align: justify;
  line-height: 1.5rem;
  margin-bottom: 0;
}
article.alentour-index p + p {
  margin-top: 0;
}

article.alentour-index .content:not(.active), article.alentour-index .logo-title:not(.active), article.alentour-index h2:not(.active), .menu-title:not(.active) {
  opacity: 0;
  height: 0;
}

.menu-footer a span:not(.active) {
  display: none;
}

article.alentour-index img {
  max-width: 100%;
  height: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
article.alentour-index + article {
  margin-top: 2rem;
}
article.alentour-index .logo-title {
  color: #07078c;
  display: block;
  text-align: center;
  font-family: avenir-bold;
  font-size: 35px;
  text-transform: uppercase;
  position: relative;
  max-width: 300px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  margin-bottom: 2rem;
}
article.alentour-index .logo-title:not(.active) {
  display: none;
}
article.alentour-index .content {
  max-width: 1010px;
  margin: 0 auto;
}
article.alentour-index .content + img {
  width: 1010px;
}
article.alentour-index .content + .slider,
article.alentour-index .content + img {
  margin-top: 1rem;
}
article.alentour img {
  max-width: 100%;
}
