@import url("https://fonts.googleapis.com/css2?family=Architects+Daughter&family=Elsie+Swash+Caps&family=Grenze+Gotisch:wght@200&family=Sue+Ellen+Francisco&display=swap");
/* ------- Global ------- */
@import url("https://fonts.googleapis.com/css2?family=Architects+Daughter&family=Elsie+Swash+Caps&family=Grenze+Gotisch:wght@200&family=Sue+Ellen+Francisco&display=swap");
*,
::before,
::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

html {
  scroll-behavior: smooth; }

::selection {
  color: #83b12f;
  background-color: rgba(244, 248, 226, 0.856); }

div.scroll-to-top {
  z-index: 2000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 5%;
  right: -50px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
  width: 50px;
  height: 50px;
  background: #f1f1f1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; }
  div.scroll-to-top:hover {
    background: #d8d8d8;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out; }

/* --------- Navigation --------- */
nav.nav-bar {
  font-family: "Grenze Gotisch", cursive;
  position: fixed;
  height: 70px;
  width: 100%;
  border-bottom: 1px solid #252525;
  background-color: #333333;
  background: linear-gradient(to bottom, #333333, #626262);
  z-index: 100;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out; }
  nav.nav-bar ul.list-nav {
    position: fixed;
    width: 100%;
    text-align: center;
    list-style-type: none;
    z-index: 200;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
    nav.nav-bar ul.list-nav li.item-nav {
      display: inline-block;
      line-height: 70px;
      font-size: 25px;
      margin: 0 75px;
      cursor: pointer; }
      nav.nav-bar ul.list-nav li.item-nav::after {
        content: "";
        display: block;
        margin: -15px auto 0 auto;
        width: 0;
        height: 2px;
        background: #f1f1f1;
        transition: all 0.15s ease-in-out;
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -ms-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out; }
      nav.nav-bar ul.list-nav li.item-nav:hover::after {
        width: 100%; }
      nav.nav-bar ul.list-nav li.item-nav a.nav-link {
        color: #f1f1f1;
        text-decoration: none; }
  nav.nav-bar div.btn-toggle-container {
    position: absolute;
    top: 15px;
    right: 15px;
    display: none;
    z-index: 200; }
    nav.nav-bar div.btn-toggle-container img {
      width: 40px;
      cursor: pointer; }

nav.nav-bar-transparent {
  background: linear-gradient(to bottom, rgba(51, 51, 51, 0.63), rgba(98, 98, 98, 0.63)); }
  nav.nav-bar-transparent .list-nav.nav-bar-transparent {
    background: linear-gradient(to bottom, rgba(51, 51, 51, 0.63), rgba(98, 98, 98, 0.63)); }

/* ------- Home Section ------- */
div.accueil {
  width: 100%;
  height: 100vh;
  padding-top: 70px;
  padding-top: 1px;
  border-bottom: 1px solid #252525; }
  div.accueil .zoom {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: absolute;
    z-index: -1; }
    div.accueil .zoom img {
      width: 100vw;
      height: 100vh;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%);
      -webkit-transform: translate(-50%);
      -moz-transform: translate(-50%);
      -ms-transform: translate(-50%);
      -o-transform: translate(-50%); }
  div.accueil div.scroll-down {
    position: absolute;
    bottom: 5%;
    right: 50%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transition: bottom 0.5s ease-in-out;
    -webkit-transition: bottom 0.5s ease-in-out;
    -moz-transition: bottom 0.5s ease-in-out;
    -ms-transition: bottom 0.5s ease-in-out;
    -o-transition: bottom 0.5s ease-in-out; }
    div.accueil div.scroll-down .fa-chevron-down {
      color: #f1f1f1;
      filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.603));
      -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.603));
      cursor: pointer;
      font-size: 100px; }
    div.accueil div.scroll-down:hover {
      bottom: 3%; }
  div.accueil h1.title {
    padding-top: 360px;
    text-align: center;
    font-size: 100px;
    text-shadow: 0 0 10px black;
    color: #f1f1f1;
    font-family: "Elsie Swash Caps", cursive; }
    div.accueil h1.title span {
      display: inline-block;
      overflow: hidden; }
      div.accueil h1.title span span {
        display: block;
        animation: titleReveal 0.7s both;
        -webkit-animation: titleReveal 0.7s both; }
  div.accueil p.subtitle {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 0 10px black;
    color: #f1f1f1;
    font-family: "Elsie Swash Caps", cursive; }
    div.accueil p.subtitle::after {
      content: "";
      display: block;
      background: #f1f1f1;
      height: 3px;
      width: 15%;
      margin: 20px auto 0 auto;
      box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.26); }

@keyframes titleReveal {
  from {
    opacity: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%); }
  to {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }
/* ------- Picture Section ------- */
div.pictures-section {
  padding-bottom: 60px;
  width: 100%;
  background: #292929; }
  div.pictures-section h2.title-pictures-section {
    color: #f1f1f1;
    padding: 80px 0 60px 0;
    text-align: center;
    font-size: 50px;
    font-family: "Elsie Swash Caps", cursive;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.15); }
    div.pictures-section h2.title-pictures-section::after {
      content: "";
      display: block;
      width: 300px;
      height: 3px;
      background: #f1f1f1;
      margin: 25px auto 0 auto;
      box-shadow: 0 0 5px 1px rgba(255, 255, 255, 0.15); }
  div.pictures-section .pictures-container.masonry {
    column-count: 4;
    column-gap: 0.5em;
    padding: 0 2em; }
    div.pictures-section .pictures-container.masonry .img-container {
      width: 100%;
      overflow: hidden;
      display: inline-block; }
      div.pictures-section .pictures-container.masonry .img-container img.item {
        width: 100%;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        cursor: pointer; }
        div.pictures-section .pictures-container.masonry .img-container img.item:hover {
          transform: scale(1.08);
          -webkit-transform: scale(1.08);
          -moz-transform: scale(1.08);
          -ms-transform: scale(1.08);
          -o-transform: scale(1.08); }

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 100px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6); }
  .modal .img-popup {
    margin: auto;
    display: block;
    width: 80%;
    max-height: 780px;
    object-fit: contain;
    animation-name: zoom;
    animation-duration: 0.6s; }
  .modal .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s; }
  .modal:hover, .modal:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer; }

@keyframes zoom {
  from {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0); }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); } }
/* ------- Location Section ------- */
div.location-section {
  padding-bottom: 60px;
  width: 100%;
  background: #424242; }
  div.location-section h2.title-location-section {
    color: #f1f1f1;
    padding: 80px 0 45px 0;
    text-align: center;
    font-size: 50px;
    font-family: "Elsie Swash Caps", cursive;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.15); }
    div.location-section h2.title-location-section::after {
      content: "";
      display: block;
      width: 300px;
      height: 3px;
      background: #f1f1f1;
      margin: 25px auto 0 auto;
      box-shadow: 0 0 5px 1px rgba(255, 255, 255, 0.15); }
  div.location-section h3 {
    color: #f1f1f1;
    padding-bottom: 60px;
    text-align: center;
    font-size: 35px;
    font-family: "Elsie Swash Caps", cursive;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.15); }
  div.location-section div.gmaps-container {
    display: grid;
    grid: 1 / 2;
    grid-template-columns: 5fr 2fr;
    grid-template-areas: "gmaps content";
    width: 90%;
    margin: 0 auto; }
    div.location-section div.gmaps-container iframe#gmaps {
      width: 100%;
      grid-area: "gmaps";
      padding: 13px;
      height: 600px;
      background: #353535;
      margin: 0 auto;
      border-radius: 6px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px; }
    div.location-section div.gmaps-container p.content {
      font-family: "Grenze Gotisch", cursive;
      padding: 50px 75px;
      grid-area: "content";
      font-size: 30px;
      color: #f1f1f1;
      text-align: justify;
      word-wrap: break-word; }

footer.footer {
  width: 100%;
  height: 100px;
  background: #292929; }
  footer.footer div.content {
    font-family: "Grenze Gotisch", cursive;
    color: #f1f1f1;
    line-height: 100px;
    text-align: center;
    font-size: 25px; }

@media screen and (max-width: 1440px) {
  /* ------- Home page ------- */
  div.accueil h1.title {
    font-size: 75px;
    padding-top: 300px; }
  div.accueil p.subtitle {
    font-size: 45px; }
    div.accueil p.subtitle::after {
      height: 2px;
      margin: 15px auto 0 auto; }
  div.accueil div.scroll-down .fa-chevron-down {
    font-size: 80px; }

  /* ------- Pictures Section ------- */
  div.pictures-section h2.title-pictures-section {
    font-size: 45px; }
    div.pictures-section h2.title-pictures-section::after {
      width: 20%;
      height: 2px;
      margin: 20px auto 0 auto; }

  /* ------- Location Section ------- */
  div.location-section h2.title-location-section {
    font-size: 45px; }
    div.location-section h2.title-location-section::after {
      width: 20%;
      height: 2px;
      margin: 20px auto 0 auto; }
  div.location-section h3 {
    font-size: 30px; }
  div.location-section div.gmaps-container {
    grid-template-columns: 4fr 2fr; }
    div.location-section div.gmaps-container iframe#gmaps {
      padding: 10px;
      height: 400px; }
    div.location-section div.gmaps-container p.content {
      padding: 40px 70px;
      font-size: 28px; }

  /* --------- Navigation --------- */ }
@media screen and (max-width: 1024px) {
  /* ------- Home page ------- */
  div.accueil h1.title {
    font-size: 70px;
    padding-top: 280px; }
  div.accueil p.subtitle {
    font-size: 40px; }
  div.accueil div.scroll-down .fa-chevron-down {
    font-size: 65px; }

  /* ------- Pictures Section ------- */
  div.pictures-section h2.title-pictures-section {
    font-size: 40px; }
  div.pictures-section .pictures-container.masonry {
    column-count: 3;
    column-gap: 0.4em;
    padding: 0 1em; }

  /* ------- Location Section ------- */
  div.location-section h2.title-location-section {
    font-size: 40px;
    padding: 80px 0 35px 0; }
  div.location-section h3 {
    font-size: 28px;
    padding-bottom: 45px; }
  div.location-section div.gmaps-container {
    grid-template-columns: 1fr;
    grid-template-areas: "gmaps" "content"; }
    div.location-section div.gmaps-container iframe#gmaps {
      padding: 10px;
      height: 380px; }
    div.location-section div.gmaps-container p.content {
      padding: 30px 60px;
      font-size: 25px; }

  /* --------- Navigation --------- */ }
@media screen and (max-width: 768px) {
  /* ------- Global ------- */
  /* ---- Scroll To Top Button ---- */
  div.scroll-to-top {
    display: none; }

  /* ------- Home page ------- */
  div.accueil h1.title {
    font-size: 60px; }
  div.accueil p.subtitle {
    font-size: 35px; }
  div.accueil div.scroll-down .fa-chevron-down {
    font-size: 55px; }

  /* ------- Pictures Section ------- */
  div.pictures-section h2.title-pictures-section {
    font-size: 35px; }
  div.pictures-section .pictures-container.masonry {
    column-count: 2; }

  /* ------- Location Section ------- */
  div.location-section h2.title-location-section {
    font-size: 35px;
    padding: 80px 0 30px 0; }
  div.location-section h3 {
    font-size: 25px;
    padding-bottom: 40px; }
  div.location-section div.gmaps-container iframe#gmaps {
    padding: 8px;
    height: 350px; }
  div.location-section div.gmaps-container p.content {
    padding: 25px 40px;
    font-size: 25px; }

  /* --------- Navigation --------- */
  nav.nav-bar {
    opacity: 1 !important; }
    nav.nav-bar ul.list-nav {
      position: relative;
      top: 70px;
      display: none;
      background-color: #333333;
      background: linear-gradient(to bottom, #333333, #626262);
      border-bottom: 1px solid #252525; }
      nav.nav-bar ul.list-nav li.item-nav {
        display: block;
        margin: 0; }
        nav.nav-bar ul.list-nav li.item-nav::after {
          display: none; }
        nav.nav-bar ul.list-nav li.item-nav:hover::after {
          width: 0; }
    nav.nav-bar ul.list-nav.active-menu {
      display: block; }
    nav.nav-bar div.btn-toggle-container {
      display: block; } }
@media screen and (max-width: 425px) {
  /* ------- Global ------- */
  /* ---- Scroll To Top Button ---- */
  div.scroll-to-top {
    right: -1000px; }

  /* ------- Home page ------- */
  div.accueil h1.title {
    font-size: 40px;
    padding-top: 250px; }
  div.accueil p.subtitle {
    font-size: 30px; }
  div.accueil div.scroll-down .fa-chevron-down {
    font-size: 50px; }

  /* ------- Pictures Section ------- */
  div.pictures-section h2.title-pictures-section {
    font-size: 30px;
    padding: 80px 0 30px 0; }
  div.pictures-section .pictures-container.masonry {
    column-count: 1;
    column-gap: 0.3em;
    padding: 0 0.5em; }

  /* ------- Location Section ------- */
  div.location-section h2.title-location-section {
    font-size: 30px;
    padding: 80px 0 25px 0; }
  div.location-section h3 {
    font-size: 22px;
    padding-bottom: 40px; }
  div.location-section div.gmaps-container {
    width: 95%; }
    div.location-section div.gmaps-container iframe#gmaps {
      padding: 8px;
      height: 300px; }
    div.location-section div.gmaps-container p.content {
      padding-bottom: 0;
      font-size: 22px; }

  /* --------- Navigation --------- */ }
@media screen and (max-width: 375px) {
  /* ------- Global ------- */
  /* ---- Scroll To Top Button ---- */
  div.scroll-to-top {
    right: -1000px; }

  /* ------- Home page ------- */
  div.accueil h1.title {
    font-size: 37px; }
  div.accueil p.subtitle {
    font-size: 28px; }
  div.accueil div.scroll-down .fa-chevron-down {
    font-size: 45px; }

  /* ------- Pictures Section ------- */
  div.pictures-section h2.title-pictures-section {
    font-size: 28px;
    padding: 80px 0 30px 0; }
  div.pictures-section .pictures-container.masonry {
    column-count: 1; }

  /* ------- Location Section ------- */
  div.location-section h2.title-location-section {
    font-size: 28px;
    padding: 80px 0 20px 0; }
  div.location-section h3 {
    font-size: 22px;
    padding-bottom: 40px; }
  div.location-section div.gmaps-container iframe#gmaps {
    padding: 8px;
    height: 280px; }
  div.location-section div.gmaps-container p.content {
    font-size: 20px;
    padding: 25px 25px 0 25px; }

  /* --------- Navigation --------- */ }
@media screen and (max-width: 320px) {
  /* ------- Global ------- */
  /* ---- Scroll To Top Button ---- */
  div.scroll-to-top {
    right: -1000px; }

  /* ------- Home page ------- */
  div.accueil h1.title {
    font-size: 30px; }
  div.accueil p.subtitle {
    font-size: 23px; }
  div.accueil div.scroll-down .fa-chevron-down {
    font-size: 40px; }

  /* ------- Pictures Section ------- */
  div.pictures-section h2.title-pictures-section {
    font-size: 25px; }

  /* ------- Location Section ------- */
  div.location-section h2.title-location-section {
    font-size: 25px; }
  div.location-section h3 {
    padding-bottom: 20px; }
  div.location-section div.gmaps-container iframe#gmaps {
    padding: 5px; }
  div.location-section div.gmaps-container p.content {
    padding: 25px 10px 0 10px; }

  /* --------- Navigation --------- */ }

/*# sourceMappingURL=style.css.map */
