@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&display=swap');

@keyframes gradient {
	0% {
		background-position: 0% 50%;
    background-color: rgb(248, 160, 123);
	}

  10%{
    background-color: rgb(241, 91, 181);
  }

  20%{
    background-color: rgb(198, 92, 205);
  }

  30%{
    background-color: rgb(155, 93, 229);
  }

  40%{
    background-color: rgb(0, 187, 249);
  }

	50% {
		background-position: 100% 50%;
    background-color: rgb(0, 216, 231);
	}

  60%{
    background-color: rgb(0, 245, 212);
  }

  70%{
    background-color: rgb(127, 208, 157);
  }

  80%{
    background-color: rgb(0, 187, 249);
  }

  90%{
    background-color: rgb(241, 91, 181);
  }

	100% {
		background-position: 0% 50%;
    background-color: rgb(248, 160, 123);
	}
}

/* font-family: 'Kanit', sans-serif; */
/* font-family: 'Merriweather Sans', sans-serif; */
/* font-family: 'Amatic SC', sans-serif; */


:root{
  --main-bg-color: #FEE440;
  --dark-element: black;
  --bright-element: #FFF;
  --color-element: #FEE440; 
  --color2-element: rgb(220, 220, 220);
  --color3-element: rgb(241, 91, 181);
}

/* balises normales */

body{
  background-color: var(--main-bg-color);
  scroll-behavior: smooth;
}


input{
    color: var(--dark-element);
    border: none;
}

img{
  max-width: 100%;

}

header{
  display: flex;
  justify-content: center;
}

h1{
    color: var(--bright-element);
    /* font-family: 'Merriweather Sans', sans-serif; */
    font-family: 'Amatic SC', sans-serif;
    font-size: 55px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    max-width: 50rem;
    position: sticky;
}

h2{
  color: var(--bright-element);
  font-family: 'Amatic SC', sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  max-width: 50rem;
  position: sticky;
  z-index: 100;
}


nav{
  display: flex;
  flex-direction: column;
  align-content: center;
  gap: 7px;
  position: relative;
  position: fixed;

}

a {
  text-decoration: none;
  color: var(--bright-element);
  /* font-family: 'Merriweather Sans', sans-serif; */
  font-family: 'Amatic SC', sans-serif;
  line-height: 25px;
  font-weight: 500;
}

button{
  border: none;
}

/* Classes */

.clignotant {
  animation: gradient 2s infinite;
}

.slider{
  -webkit-appearance: none;  
  appearance: none;
  width: 18.75rem; 
  height: 15px; 
  background: var(--dark-element); 
  opacity: 1; 
  -webkit-transition: .2s; 
  transition: opacity .2s;
  border-radius: 20px;
} 

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 15px;
  background: var(--color-element);
  border: solid 3px var(--bright-element);
  cursor: pointer;
}

.flexInputs{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.centrepage{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 90px;
  padding-left: 340px;
  padding-top: 70px;
}

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

.CentrerLesTrucs div{ 
  max-width: 50rem;
}

.pageExperience{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  text-align: center;
}


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

.supperposition{
  display: flex;
  position: relative;
  cursor: pointer;
}

.FigureYeux{
  margin-bottom: 6.25rem;
}

.rond0{
  width: 1.5625rem; 
  height: 1.5625rem; 
  background-color: #FEE440;
  border-radius: 50%; 
}

.rond1 {
  width: 1.5625rem; 
  height: 1.5625rem; 
  background-color: rgb(248, 160, 123);
  border-radius: 50%; 
}

.rond2 {
  width: 1.5625rem; 
  height: 1.5625rem; 
  background-color: rgb(241, 91, 181);
  border-radius: 50%; 
}

.rond3 {
  width: 1.5625rem; 
  height: 1.5625rem; 
  background-color: rgb(198, 92, 205);
  border-radius: 50%; 
}

.rond4 {
  width: 1.5625rem; 
  height: 1.5625rem; 
  background-color: rgb(155, 93, 229);
  border-radius: 50%; 
}

.rond5 {
  width: 1.5625rem; 
  height: 1.5625rem; 
  background-color: rgb(0, 187, 249);
  border-radius: 50%; 
}

.rond6 {
  width: 1.5625rem; 
  height: 1.5625rem; 
  background-color: rgb(0, 216, 231);
  border-radius: 50%; 
}

.rond7 {
  width: 1.5625rem; 
  height: 1.5625rem; 
  background-color: rgb(0, 245, 212);
  border-radius: 50%; 
}

.rond8 {
  width: 1.5625rem; 
  height: 1.5625rem; 
  background-color: rgb(127, 208, 157);
  border-radius: 50%; 
}

/* ID */

#boutonLecture{
  color: var(--bright-element);
  animation: gradient 15s ease infinite;
  border: none;
  border-radius: 10px;
  height: 50px;
  width: 120px;
  font-family: 'Merriweather Sans', sans-serif;
  margin: 2.5rem;
  cursor: pointer;
}

#boutonLecture:hover{
  background-color: black;
  cursor: pointer;
  animation: none;
}

#boutonExperience{
  border: solid 2px var(--dark-element);
  height: 40px;
  width: 200px;
  font-family: 'Merriweather Sans', sans-serif;
  color: var(--bright-element);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  background-color: var(--color-element);
  cursor: pointer;
}

#boutonExperience:hover{
  border: solid 2px var(--dark-element);
  background-color: var(--color3-element);
  cursor: pointer;
}

#boutonStopExperience{
  border: solid 2px var(--dark-element);
  height: 40px;
  width: 200px;
  font-family: 'Merriweather Sans', sans-serif;
  color: var(--bright-element);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  background-color: var(--color-element);
  cursor: pointer;
}

#boutonStopExperience:hover{
  border: solid 2px var(--dark-element);
  background-color: var(--color3-element);
  cursor: pointer;
}

#PageTuto{
  min-height: 85vh;
}

#GestionBoutons{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 6.25rem;
}

#parentFleche{
  display: flex;
  justify-content: center;
  margin-top: -150px;
}

#fleche{
  max-height: 150px;
}


/* #hiddenImage {
  width: 800px;
  height: auto;
  position:absolute;
  z-index: 99999999;
  border-radius: 74px;
  box-shadow: 0rem 0rem 1rem #0003;
  background-color: var(--color3-element);
  backdrop-filter: blur(10px);
} */