@font-face {
    font-family: "Inter";
    src: url("/font/inter/Inter-VariableFont.ttf") format("truetype"),
   }
@font-face {
    font-family: "Inter Light";
    src: url("/font/inter/Inter-Light.ttf") format("truetype"),
   }

body{
    margin:0;
    padding: 0;
    font-family: 'Inter', sans-serif !important;
    overflow-x:hidden;
}

p{
    margin: 0;
    padding: 0;
}

#tutoriel{
  display: none;
  position: absolute;
  background-color: #212528;
  height: 100%;
  width: 100vw;
  z-index: 200;
  top: 0;
  color: white;
  flex-direction: column;
  justify-content: space-between;
}

#tutoriel_screen_1, #tutoriel_screen_2, #tutoriel_screen_3{
  height: 100%;
  width: 100vw;
  flex-direction: column;
  justify-content: space-between;
}

#tutoriel_screen_1{
  display: flex;
}

#tutoriel_screen_2,  #tutoriel_screen_3{
  display: none;
}


.header_tutoriel{
  display: flex;
  width: 100vw;
  height: 50px;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  box-sizing: border-box;
}

.header_tutoriel img{
  height: 20px;
}

.tutoriel_content{
  font-size: 40px;
  line-height: 55px;
  font-weight: 600;
  box-sizing: border-box;
  padding: 0px 20px 60px 0;
}

.tutoriel_content_text{
  padding-left: 20px;
}

.black{
  color: #212528;
}

.yellow{
  background-color: #FCEB4F;
}

#tutoriel_screen_3 .yellow{
  background-color: #FCEB4F;
}

.tutoriel_content_illustration{
  width: 100px;
  position: relative;
  bottom: 10px;
  left: 50px;
}

.wave_yellow{
  position: absolute;
  bottom: 0;
  width: 100vw;
}

.padding-bottom{
  padding-bottom: 50px;
}

.bg_blackblue{
  background-color: #212528;
  width: 100vw;
  margin: 0;
  padding: 0;
  position: relative;
}

#btn_pass_tuto{
  text-align: right;
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 0 10px 0 20px;
  font-size: 18px;
  display: flex;
  line-height: 15px;
  align-items: center;
  background-color: #212528;
  border-radius: 25px;
}

#btn_pass_tuto img{
  width: 40px;
  padding: 10px 10px;
}

#help_icon{
  position: absolute;
  width: 30px;
  top: 20px;
  right: 20px;
  z-index: 100;
}

.tutoriel_content_arrow{
  width: 40px;
  text-align: right;
  position: absolute;
  bottom: 10px;
  padding: 10px 10px;
}

.arrow_right{
  right: 10px;
}

.arrow_left{
  left: 10px;
}

.header_tutoriel p{
  text-decoration: underline;
}

.bg_yellow{
  background-color: #FCEBAF;
}

#footer{
    width: calc(100vw - 40px);;
    max-width: calc(100vw - 40px);
    height: 60vh;
    position: absolute;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0), black);
    z-index: 100;
    padding: 0 20px 25px ;
    display: none;
    flex-direction: column;
    justify-content: flex-end;
    color: white;
    pointer-events: none;
}

#discover_project{
    display: none;
}

#exit_project{
    color: black;
    display: none;
}

.btn_container{
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: white;
    display: flex;
    z-index: 200;
}

#name{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    text-transform:uppercase;
}

#sentence{
    font-weight: 200;
    font-style: italic;
    font-size: 15px;
    margin-bottom: 37px;
    margin-top: 5px;
    font-family: 'Inter Light', sans-serif;
}

#subtitles{
  width: 80%;
  min-height: 15%;
  padding-bottom: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,0%);
  z-index: 1;
  display: none;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  font-size: 20px;
  text-align: center;
}

.btn_container_description{
    font-weight: 200;
    font-style: italic;
    font-size: 15px;
    margin-right: 3px;
    font-family: 'Inter Light', sans-serif;
    display: flex;
    align-items: center;
}

.btn_container_icon{
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_container_icon img{
    width: 35px;
    height: 35px;
    /* margin-left: 6px; */
}

.bolder{
    font-family: 'Inter', sans-serif !important;
    font-weight: 500;
}

#next_step{
  background-color: #ffffff;
  border-radius: 8px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 6px;
}

#end_page{
    width: 100vw;
    height: 100%;
    background: url("./assets/exp_background.jpg") center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    z-index: 1000;
    display: none;
    flex-direction: column;
  }

  .end_page_return{
    position: relative;
    top: 0;
    display: flex;
    align-items: center;
  }

  .end_page_return_box{
    background-color: #000;
    border-radius: 16px;
    margin: 10px 5px 10px 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .end_page_return_box img{
    width: 30px;
  }

  .end_page_content{
    position: relative;
    height: 80vh;
  }

  .end_page_content_container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 3%;
    font-style: italic;
    width: 70%;
    font-size: 16px;
  }

  .end_page_content p{
    margin: 0;
    padding: 0;
  }

  .end_page_content a{
    color: #000;
  }

  #end_page_footer{
    position: absolute;
    bottom: 3%;
    background-color: white;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 80%;
    text-align: center;
  }

  #end_page_footer img{
    margin-top: 5px;
    height: 20px;
  }

  .small_italic{
    font-size: 13px;
    line-height: 12px;
    color: black;
    font-style: italic;
    font-family: 'Inter Light', sans-serif;
}

.medium_italic{
    font-size: 14px;
    line-height: 12px;
    color: black;
    font-style: italic;
}


.slide-in-bottom {
	-webkit-animation: slide-in-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.slide-out-bottom {
	-webkit-animation: slide-out-bottom 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: slide-out-bottom 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}


/* ----------------------------------------------
 * Generated by Animista on 2022-6-23 14:57:7
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
 @-webkit-keyframes slide-in-bottom {
    0% {
      -webkit-transform: translateY(1000px);
              transform: translateY(1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-bottom {
    0% {
      -webkit-transform: translateY(1000px);
              transform: translateY(1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  
/**
 * ----------------------------------------
 * animation slide-out-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-out-bottom {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateY(1000px);
              transform: translateY(1000px);
      opacity: 0;
    }
  }
  @keyframes slide-out-bottom {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateY(1000px);
              transform: translateY(1000px);
      opacity: 0;
    }
  }
  