html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  position: relative;
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


@font-face {
  font-family: 'Simplon';
  src: local('Simplon'), url('../fonts/Simplon.otf');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Gin';
  src: local('Gin-Regular'), url(../fonts/Gin-Regular.otf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*Global*/

body, html{
  font-size: 14px;
  font-family: 'Simplon', Arial, sans-serif;
  background-color: black;
  color: #fbf3ec;
  min-height:100vh;
  height: 100%;
}

h1, h2, h3{
  font-family: 'Gin', sans-serif;
  color: #fbf3ec;
}

p{
  line-height: 1.5em;
}
a{
  color: #fbf3ec;
  text-decoration: none;
}


/*LAYOUT*/

#lang{
  position: absolute;
  top:40px;
  left:40px;
  z-index: 40;
  font-size: 1.28em;
}


#logo{
    z-index: 30;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100%;
    top: 0px;
    right: 0px;
    left: 0px;
}

#logo > img {
    height:40%;
    transform: translateY(-1.5rem);
    user-select: none;
}


.contact{
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 40;
  font-size: 1.28em;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.contact > #address{
  margin-left: 16px;
}

#press{
  float: right;
  text-align: right;
   z-index: 40;
}

footer{
  position: absolute;
  padding: 40px;
  left:0;
  width: 100%;
  box-sizing: border-box;
  bottom: 0;
  z-index: 40;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

footer > div{
  position: relative;
  width: 200px;
}

footer > div > h2{
  font-size: 24px;
  margin-bottom: 8px;
}

footer > div > a{
  display: block;
  line-height: 1.5em;
}

.section-b, .section-a, .section-c{
  text-align: center;
}

/*.section-c{
  text-align: end;
}*/

/*DIAPORAMA*/

main {
  height: 100%; }
  main #baseline {
    position: absolute;
    z-index: 40;
    top: 1.5rem;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 1.4rem; }
  main .swiper-container {
    display: none; }
    main .swiper-container.show {
      display: block; }
  main #gallery {
    height: 100%; }
    main #gallery .swiper-slide {
      position: absolute; }
    main #gallery .swiper-slide-active {
      z-index: 1000000; }
  main .swiper-slide {
    overflow: hidden; }
    main .swiper-slide .img-container {
      width: 100vw;
      height: calc(100vh);background-size:cover;background-position:center; }
      main .swiper-slide .img-container img {
        height: 100%;
        width: auto; }
    main .swiper-slide.center .img-container {
      padding: 0;
      height: 100%; }
      main .swiper-slide.center .img-container img {
        width: 100%;
        height: auto; }

 main .swiper-slide{
  display: none;
 }
  main .swiper-slide:first-of-type{
  display: none;
 }

 .command-button{
    display: block!important;
    text-decoration: none;

    display: none;
    color: #fbf3ec;
    border: 1px solid #fbf3ec;
    z-index: 100;

    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;

    transition: all .3s ease-out;
    margin-top: 16px;

  }
.command-button:hover{
      background-color: #fbf3ec;
      color: black;
    }


@media only screen and (max-width: 500px){

  .command-button{
    font-size: 1.15em;
    margin-top: 8px;
  }


  body, html{
  font-size: 14px;
  font-family: 'Simplon', Arial, sans-serif;
  background-color: black;
  color: white;
  min-height:100vh;
  height: 100%;

  }

  #logo > img {
      height:auto;
      width: 75%;
      transform: translateY(2rem);
      user-select: none;
  }

  .contact{
    top: 20px;
    right: 20px
  }

  #logo{
    height: 30vh;
  }

  #social a {
    margin-right: 15px;
  }

  #press{
    margin-top: 6px;
  }
  footer{
    justify-content: center;
    height: 65vh;
    padding-top: 0px;
    padding-bottom: 20px;
  }
  footer > div {
    text-align: center;
    margin-bottom: 16px;
    width: 100%;
  }
  .section-c{
    text-align: center;
  }
}
