* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: "Avenida LET";
  src: url(Font/avenida-regular.ttf);
}

@font-face {
  font-family: "Avenir Light";
  src: url(Font/Avenir\ Light.ttf);
}


header {
  background: linear-gradient(to right, #FDCC89, #3D9BE9);
  color: #BEFFC5;
  padding: .5em 0;
}

body {
  font-family: "Avenir Light";
  background-size: 100% 100%;
  background-position: 57% 57%,57% 57%,71% 71%,71% 71%,71% 71%,0px 0px,0px 0px,71% 71%,71% 0%,0px 0px;
  background-image: radial-gradient(70% 70% at 109% 8%, #10136BFF 0%, #073AFF00 100%),
  radial-gradient(70% 70% at 93% -1%, #6D8CF3 0%, #073AFF00 100%),
  radial-gradient(35% 35% at 2% 29%, #894BD3 0%, #073AFF00 100%),
  radial-gradient(35% 35% at 7% -5%, #008AFC 0%, #073AFF00 100%),
  radial-gradient(35% 35% at 1% 54%, #4A8324 21%, #073AFF00 100%),
  radial-gradient(35% 35% at 9% 46%, #DAB150 0%, #073AFF00 100%),
  radial-gradient(35% 35% at 90% 53%, #0777D4 0%, #073AFF00 100%),
  radial-gradient(50% 50% at 8% 89%, #EFB826FF 0%, #073AFF00 100%),
  linear-gradient(180deg, #0777D4 0%, #FBD830 82%),
  radial-gradient(75% 75% at 54% 51%, #B7A666FF 0%, #073AFFFF 100%);
}


nav a {
    color: #BEFFC5;
    /* margin-right: 120px;
    background-color: #3D9BE9;  */
}

.text-pop-up-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  padding-top: 10%;
}

.texte {
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
  font-family: "Avenir Light";
  font-size: 1.2em;
  color: #a2ebc0;
}

.titre-concept-art {
    color: #FFF543;
    font-family: "Avenida LET";
    font-size: 40px;
    text-shadow: #fffaa2 0px 0px 15px;
    margin-bottom: 1rem;
    text-align: center;
}

ul {
  list-style: none;
}

a, .logo {
  color: rgb(202, 236, 189);
  text-decoration: none;
  font-family: "Avenida LET";
  font-size: 2em;
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}

.nav-container .logo {
  font-size: 2rem; 
  font-weight: bold;  
}


.nav--ul__one {
  margin: 0 auto;
  display: flex;
  gap: 6rem;
  font-size: 1.2rem;
}

.logo {
  font-size: 1em;
}

.gallery_container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  justify-content: space-between;
}

.gallery_container img {
  width: 50%;
  align-items: center;
  vertical-align: bottom;
  object-fit: cover;
  padding: 5%;
}

.photo-hover {
  padding-left: 5%;
}

.photo-hover_bas {
  color: #3D9BE9;
  padding-left: 5%;
}

[lang] {
  display: none;
}

[lang].active {
  display: block;
}

.lang-switch {
  position: fixed;
  top: 1rem;
  right: 5%;
  margin-bottom: 2%;
  z-index: 1000;
}

.lang-button {
  background-color: #3979d8;
  border: none;
  padding: 0.5rem 1rem;
  margin: 0 0.5rem;
  cursor: pointer;
  font-family: "Avenir Light";
  color: #89ebf1;
  border-radius: 6px;
  transition: background-color 0.3s;
}

.lang-button:hover {
  background-color: #bbb;
}

/*
.row {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
  }
    */
  
  /* Create four equal columns that sits next to each other */
  /*
.column {
    width: 50%;
    padding: 2%;
  }
  
.column img {
    margin-top: 100px;
    vertical-align: middle;
  }

.row:after {
    content: "";
    display: table;
    clear: both;
  }

.photo-hover {
  color: #ffeafb;
  font-family: "Avenida LET";
  margin-top: 5%;
  font-size: 50px;
}

*/

.close {
    visibility: hidden;
}

footer {
  text-align: end;
  color: white;
  background-color: #3D9BE9;
  padding-right: 1%;
  font-family: "Avenir Light";
}


@media screen and (max-width: 480px) {

  @font-face {
    font-family: "Avenida LET";
    src: url(Font/avenida-regular.ttf);
  }

  @font-face {
    font-family: "Avenir Light";
    src: url(Font/Avenir\ Light.ttf);
  }


  .nav-container .logo {
    font-size: 1.2rem;
    z-index: 6;
}

.nav-container {
    flex-direction: column;
    gap: 2rem;
}

.nav--ul__one {
    padding-top: 10%;
    flex-direction: column;
    gap: .6rem;
}

.nav-container {
    position: absolute;
    display: block;
    top: 0;
    left: -100%;
    bottom: 0;
    width: 100%;
    height: 35%;
    padding-top: 1rem;

    align-items: center;
    text-align: center;
    background-size: 100% 100%;
    background-position: 0px 0px;
    background-image: linear-gradient(90deg, rgb(109, 128, 236) 0%, #cf64f0 100%);
    color: white;

    transition: 0.15s ease-in-out;
}

    .nav-container.active {
      position: absolute;
      left: 0;
      z-index:6;
    }

    .close {
        visibility: visible;
      }

      .nav-container .close {
        position: absolute;
        top: 0;
        left: 0px;
        font-size: 36px;
      }

      .burger-icon span {
        display: block;
        width: 35px;
        height: 5px;
        background-color: rgb(255, 149, 88);
        margin: 6px 0;
        margin-left: 20px;
      }

      .text-pop-up-top{
        padding: 3rem 1rem;
        min-height: auto;
        padding-top: 30%;
      }
      
      .titre-concept-art {
        font-size: 2rem;
      }
      
      .texte-intro {
        font-size: 1rem;
        padding: 0 1rem;
      }

  a {
    font-size: 1.5em;
  }

  .gallery_container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 1rem;
  }
  
  /* Chaque bloc image + texte */
  .image-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  /*
  .column {
    width: 50%;
    padding: 1%;
  }

  .Luminous_Cave {
    padding-bottom: 15%;
  }

  .photo-hover { 
    margin-top: 5%;
    font-size: 20px;
  }
    */
}

.text-pop-up-top {
  -webkit-animation: text-pop-up-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: text-pop-up-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-7-5 11:21:18
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation text-pop-up-top
 * ----------------------------------------
 */
 @-webkit-keyframes text-pop-up-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform-origin: 30% 30%;
            transform-origin: 30% 30%;
    text-shadow: none;
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transform-origin: 30% 30%;
            transform-origin: 30% 30%;
  }
}

@keyframes text-pop-up-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform-origin: 30% 30%;
            transform-origin: 30% 30%;
    text-shadow: none;
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transform-origin: 30% 30%;
            transform-origin: 30% 30%;
  }
}
