@font-face {
    font-family: 'Artifika';
    src: url('font/artifika/Artifika-Medium.woff2') format('woff2'),
        url('font/artifika/Artifika-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Spectral';
    src: url('font/spectral/Spectral-SemiBoldItalic.woff2') format('woff2'),
        url('font/spectral/Spectral-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Spectral';
    src: url('font/spectral/Spectral-Bold.woff2') format('woff2'),
        url('font/spectral/Spectral-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Spectral';
    src: url('font/spectral/Spectral-BoldItalic.woff2') format('woff2'),
        url('font/spectral/Spectral-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Spectral';
    src: url('font/spectral/Spectral-Regular.woff2') format('woff2'),
        url('font/spectral/Spectral-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Spectral';
    src: url('font/spectral/Spectral-ExtraLight.woff2') format('woff2'),
        url('font/spectral/Spectral-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Spectral';
    src: url('font/spectral/Spectral-Medium.woff2') format('woff2'),
        url('font/spectral/Spectral-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Spectral';
    src: url('font/spectral/Spectral-ExtraLightItalic.woff2') format('woff2'),
        url('font/spectral/Spectral-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Spectral';
    src: url('font/spectral/Spectral-MediumItalic.woff2') format('woff2'),
        url('font/spectral/Spectral-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Spectral';
    src: url('font/spectral/Spectral-LightItalic.woff2') format('woff2'),
        url('font/spectral/Spectral-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Spectral';
    src: url('font/spectral/Spectral-Light.woff2') format('woff2'),
        url('font/spectral/Spectral-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Spectral';
    src: url('font/spectral/Spectral-SemiBold.woff2') format('woff2'),
        url('font/spectral/Spectral-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Spectral';
    src: url('Spectral-ExtraBold.woff2') format('woff2'),
        url('Spectral-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Spectral';
    src: url('font/spectral/Spectral-ExtraBoldItalic.woff2') format('woff2'),
        url('font/spectral/Spectral-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
  }
  /* color palette: 
  #DBB06B accent
  #616E5E titres
  #342A21 texte
  #DBCFBD background
  */
  *{
      margin:0;
    }
    body{
      font-family: 'Spectral';
      font-size: 18px;
      background-color: rgb(11, 11, 26);
      color: aliceblue;
  
  }

  #section-1{
    display: flex;
    justify-content: space-between;
    padding: 3vh 8vw 0 8vw ;
}
  #logo-azha{
    height:20vh;
    padding-top: 15px;
  }
  @keyframes bounce {
    0%   { bottom: 0; text-shadow: 0 0 0px rgb(255, 255, 255);}
    50% { bottom: 50px; text-shadow: 0 0px 10px rgb(255, 255, 255);}
    100%   { bottom: 0; text-shadow: 0 0 0px rgb(255, 255, 255);}

}
  #port-folio a{
    font-size: 30px;
    font-family: 'Spectral';  
    padding: 30px;
     color: #ffffff;
    text-decoration: none;
    /* text-shadow: rgb(255, 255, 255) 0px 0 10px; */
    animation: bounce 2.5s ease-in-out infinite;
}


    .cursor{
      position:fixed;
      top:50%;
      left:50%;
      width:10px;
      height:10px;
      border-radius: 50%;
      background: #DBB06B;
      opacity:0;
      transition: 0.1s ease-out;
      transform: translate(-50%,-50%);
      z-index:-100;
    }
    .button{
      position: sticky;
      display: none;
      background-color:none;
      top: 15px;
      padding-left: 95vw;
    }
    .arrow{
      display: none;
      position: absolute;
      color: #616E5E;
      font-weight: bold;
      text-decoration: none;
      font-size: 50px;
      top: -17px;
      right: -38px;
      transition: all 500ms;
  
    }
    .arrow:hover{
      right: -32px;
      transition: all 500ms;
    }
   .back-button{
    width: 50px;
    height: 50px;
    background-color:none;
    /* border: solid 1px; */
    border-radius: 50%;
    /* border-color: #616e5e; */
  
  }
   

  .me img{
  width: 10vw;
  padding: 20px;
  }

    ul { 
      margin: 0px auto 0; 
      padding: 0; 
      list-style: none; 
      display: table;
      width: 600px;
      text-align: center;
    }
    li { 
      display: table-cell; 
      position: relative; 
      padding: 15px 0;
    }
    .text-links{
      color: #a3aec3;
      text-decoration: none ;
      transition: all 100ms;
    }
    .text-links:hover{
        text-decoration: underline;
        text-shadow: #ffffff8c 0px 0px 8px;
        transition: all 100ms;
    }
    .menu-animation{
      color: #ffffff;
      text-transform: uppercase;
      text-decoration: none;
      padding: 5px 10px;
      position: relative;
    }
    .menu-animation:after {    
      background: none repeat scroll 0 0 transparent;
      bottom: 0;
      content: "";
      display: block;
      height: 1px;
      left: 50%;
      position: absolute;
      background: #abacb2;
      transition: width 0.3s ease 0s, left 0.3s ease 0s;
      width: 0;
    }
    .menu-animation:hover:after { 
      width: 100%; 
      left: 0; 
    }
    
  
  
  main{
    display: flex;
  }
  h1{
    font-family: 'Artifika';
    padding-left: 10vw;
    /* text-align: center; */
    color: #616E5E;
    display: block;
  }
  .little-screen{
    display: none;
   }
  
  .colonne-gauche{
  width: 40vw;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  display: inline-block;
  }
  .colonne-gauche-a-propos{
    width: 90vw;
    height: 100vh;
    position: relative;
    top: 0px;
    left: 0px;
    display: inline-block;
  }
  #section-a-propos{
      padding-bottom: 20vh;
    }
    
   #retour-portfolio-section-a-propos{
   right:10vw;
   bottom: 10vh; 
   position: fixed;
  
    }
  .informations{
    display: flex;
    flex-direction: row;
    /* justify-content: space-around; */
    gap: 20px;
    padding-top: 10vh;
    padding-left: 2vw;
  }
  .tags{
    font-family: 'Artifika';
    order: 1 ;
    color: #616E5E;
    font-weight: bolder;
    width: 15ch;
  }
  .texte{
    order: 2;
    /* padding-top: 5vh; */
    text-indent: 10px; 
    width: 65vw;
    /* padding-left: 10vw; */
  }
  .texte-a-propos{
    text-indent: 1em; 
  padding-left: 5vw;
    /* padding-top: 5vh; */
    width: 65ch;
  }
   
#portait{
    position: absolute;
    top: 35vh;
    left: 65vw;
  }
  #little-me{
  width: 200px;

}


#paire-yeux{
  position: absolute;
top: 160px;
left: 110px;
}

.eye{
  background-color:none;
  width:30px;
  height:30px;
  border-radius:50%;
  position:absolute;
  left:50%;
  margin-left: -50px;
  top:50%;
  margin-top:-50px;
  overflow: visible;
  
  
}
.pupil{
  background-color:#ffffff;
  width: 14px;
  height: 14px;
  border-radius:50%;
  position:absolute;
  left:50%;
  top:50%;
  margin-left: -25px;
  margin-top:-25px;
}

.eye1{
  margin-left: -35px;
}
.eye2{
  margin-left:15px;
}



  .a-propos-galerie{
    font-family: 'Artifika';
    position: absolute;
    top: 90vh;
    color: #616E5E;
    display: block;
  }
  
  
  
  
  .titre-portfolio{ 
    padding-top: 15vh;
    text-align: center;
  
  }
  .colonne-droite-portfolio{
    position: absolute;
    /* top: 2vh; */
    right: 1vw;
    width: 50vw;
    height: auto;
    padding-top: 5vw;
    padding-right: 1vw;
    overflow-y: scroll visible;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 1vw;
    align-items: center;
  }
  .image-portfolio{
    position: relative;
    display: block;
    width: 15vw;
  }
  
  .colonne-droite-portfolio-craft{
    position: absolute; 
      top: 8vh;
      right: 1vw;
      width: 50vw;
      height: auto;
      padding-top: 10vw;
      padding-right: 1vw;
      overflow-y: scroll visible;
      display: grid;
      grid-template-columns: repeat(2,1fr);
      grid-gap: 1vw;
      align-items: center;
  }
  
  
  
  
  
  .droite{
    position: absolute;
    right: 1vw;
    width: 50vw; 
    text-align: center;
    padding: 5vw;
  }
  
    .colonne-droite{
     position: absolute; 
      top: 8vh;
      right: 1vw;
      width: 50vw;
      height: auto;
      padding-top: 25vh;
      padding-right: 1vw;
      overflow-y: scroll visible;
      display: grid;
      grid-template-columns: repeat(2,1fr);
      grid-gap: 1vw;
      align-items: center;
    }
    .colonne-images-video{
      top: 60vh;
      position: absolute; 
      right: 1vw;
      width: 50vw;
      height: auto;
      padding-top: 10vw;
      padding-right: 1vw;
      overflow-y: scroll visible;
      display: grid;
      grid-template-columns: repeat(2,1fr);
      grid-gap: 1vw;
      align-items: center;
    }
    .image{
      position: relative;
      display: block;
      width: 25vw;
    }
    .image-filter{
      transition: all 500ms;

    }
    .image-filter:hover{
      filter: drop-shadow(0px 0px 10px #e4e6ea);
      transition: all 500ms;
    }
  
  
  video{
    width: 100vw;
  position: relative;
  top: 70vh;
  left: 43vw;
    /* width: fit-content; */
  
  }
  
  .video-demo{
    width: 51vw;
    top: 20vh;
    left: 48vw;
    right: 1vh;
  }
  
  
  









  
    /* 
    
    
    
    
    STYLE FOR MOBILE 
    
    
    
    */
  
  
  
    @media (max-width:900px) {
    
      main{
        flex-direction: column;
      }
  
    .main-phone-screen{
      display: flex;
      flex-direction: column;
    }
    .me-phone-screen img{
      width: 100vw;
      padding: 15vw;
      }
    .me img{
      /*  width: 10px;
      padding:20px; */
    display: none;
    }
  
    .image{
      position: relative;
      display: block;
      width: 45vw;
    }
    .colonne-gauche-phone-screen{
      /* TEXTE */
      width: 80vw;
      height: 30vh;
      position: relative;
      top: 0px;
      left: 0px;
      /* display: inline-block; */
      }
     .colonne-gauche{
      order: 1;
      position: relative;
     }
       
      .colonne-droite-portfolio{
        /* IMAGES */
        order: 2;
        top: 35vh;
        position: relative;
        padding-left: 15vw;
        width: 100vw;
        height: auto;
        align-items: center;
        padding-right: 1vw;
          display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 1vw;
        row-gap: 5vw;
    
  
      }
      .colonne-droite-portfolio-craft{
        order: 2;
        top: 35vh;
        position: relative;
        width: 100vw;
        height: auto;
        /* padding-top: 10vw; */
        align-items: center;
        padding-right: -10px;
          display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 1vw;
        row-gap: 5vw;
      }
      .droite-phone-screen{
        position: relative;
        order: 2;
        top: 35vh;
        padding-left: 6vw;
        width: 90vw;
        height: auto;
      }
    
      .droite-portfolio-video{
        order: 2;
        top: 5vh;
        position: absolute;
       left: 50vw;
      }
  
      
      .image-portfolio{
        width: 45vw;
      }
      .titre-portfolio{
        padding-top: 10px;
        padding-left: 20vw; 
      }
      .titre-portfolio-phone-screen{
        padding-top: 10px;
        padding-left: 40vw; 
      }
      
      .texte-a-propos{
        text-align: justify;
         padding-right: 4vw; 
         padding-left: 4vw;
      }
  
      .get-in-touch{
        top: 85vh;
        position: fixed;
        left: 5vw;
      }
  
      .colonne-droite{
        /* IMAGES */
        /* padding-top: 10vw; */
        position: relative;
        align-items: center;
        padding-right: 0vw;
          display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 1vw;
      }
  
    .colonne-gauche{
      /* width: 40vw; */
      position: relative;
      height: 100px;
      top: 0px;
      left: 0px;
      display: block;
      }
     .a-propos-galerie-phone-screen{
    position: relative;
    top: 20vh;
    padding-left: 35vw;
  
  }
  div.a-propos-galerie{
    padding-left: 0vw;
  
  }
      .button{
        display: none;}
  
      /* .little-screen{
      display: block;
      text-align: center;
     } */
  
     
     
     .informations {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      gap: 20px;
      width: 92vw;  
      /* width: auto; */
      height: 60vh;
      padding: 2vh;
      padding-top: 10vh;
     
    }
    .active {
        order: -1;
        display: flex;
        flex-wrap: wrap;
        flex: 1 0 90%;
        text-align: center;
        font-size: 20px;
    }
   h2.little-screen{
  font-family: 'Artifika';
  color: #616E5E;
  padding-left: 5vw;
  width: 90vw;
  display: block;
  }
  .tags{
    padding-top: 3vh;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    width: 20%;
    font-size: 12px;
  
    
  }
  .texte{
  text-indent: 10px; 
  display: flex;
  flex-wrap: wrap;
  text-align:left;
  width: 65%;
  font-size: 15px;
  
  
  
  
  }
  
  .droite{
  display: none;
  }
  
  
  .a-propos-galerie ul{
  width: 90vw;
  }
  .a-propos-galerie{
  justify-content: center;  
  position: block;
  top: 0vh;
  width: 80vw;
  font-size: 12px;
  }
      
      /* li .menu-animation{
        padding: 0;
      } */
      ul{
        display: block;
        width: 100vw;
       padding-left: 8vw;
      }
     
      
  
      }