* {
  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-image: linear-gradient(0deg,rgb(236, 215, 26) 20%, #71C4FFFF 40%, #F970FFFF 70%, #E98752FF 100%);
  display: flex;
  flex-direction: column;
}

.fond-concept-art {
  flex-grow: 1;
}

nav a {
    color: #BEFFC5;
    /* margin-right: 120px;
    background-color: #3D9BE9;  */
}


ul {
  list-style: none;
}

a, .logo {
  color: rgb(255, 241, 177);
  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;
}

/*

.row {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
  }
  

.column {
    width: 50%;
    padding: 2%;
  }
  
.column img {
    margin-top: 100px;
    vertical-align: middle;
  }

.row:after {
    content: "";
    display: table;
    clear: both;
  }

.photo-hover { 
  color: #275ac9;
  margin-top: 5%;
  font-size: 50px;
}
  */

  .gallery_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    vertical-align: center;
    margin: 0 auto;
    width: 75%;
    padding: 80px;
  }
  
  .gallery_container img {
    object-fit: cover;
  }

.close {
    visibility: hidden;
}

footer {
  padding-bottom: 0;
  text-align: end;
  color: white;
  background-color: #3D9BE9;
  padding-right: 1%;
  font-family: "Avenir Light";
}


.text-pop-up-top {
  -webkit-animation: text-pop-up-top 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: text-pop-up-top 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.texte-intro {
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
  font-family: "Avenir Light";
  color: #970b97;
}

.text-pop-up-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
}

.titre-concept-art {
  color: #a1ff76;
  font-family: "Avenida LET";
  font-size: 80px;
  text-shadow: #ece66c 0px 0px 15px;
  margin-bottom: 1rem;
  text-align: center;
}

.titre-concept-art h1 {
  margin-bottom: 1rem; /* espace entre le titre et le texte */
  padding-top: 20%;
  font-size: 1.2em;
}


[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;
}

/* ----------------------------------------------
 * 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%;
  }
}


@media screen and (max-width: 480px) {

  * {
    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);
  }

  .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;
      }
      
      .titre-concept-art {
        font-size: 2.5rem;
      }
      
      .texte-intro {
        font-size: 1rem;
        padding: 0 1rem;
      }


  .gallery_container {
    display: flex;
    flex-direction: column;
    width: 90%;
    padding: 20px;
    gap: 30px;
  }

  .gallery_container img {
    width: 100%;
    height: auto;
    border-radius: 12px;
  }

  .gallery_container iframe {
    width: 100%;
    height: 152px; /* Spotify recommandation */
    border-radius: 12px;
  }

  .photo-hover {
    text-align: center;
    font-size: 14px;
    margin-top: 8px;
  }

  .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;
  }
}

@media screen and (max-width: 820px) {

  * {
    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);
  }

  .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;
      }
  a {
    font-size: 1.5em;
  }

  .column {
    width: 50%;
    padding: 1%;
  }

  .gallery_container {
    display: flex;
    flex-direction: column;
    width: 90%;
    padding: 20px;
    gap: 30px;
  }

  .gallery_container img {
    width: 100%;
    height: auto;
    border-radius: 12px;
  }

  .gallery_container iframe {
    width: 100%;
    height: 152px; /* Spotify recommandation */
    border-radius: 12px;
  }

  .photo-hover {
    text-align: center;
    font-size: 14px;
    margin-top: 8px;
  }
}