body {
    font-family: 'Rubik', sans-serif;
    background-color: rgba(249, 169, 122, 98);
    margin: 0;
    overflow-x: hidden;
	overflow-y: scroll;
	overscroll-behavior: none;
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}
body::-webkit-scrollbar {
	display: none;
}
/*HEADER*/
header {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
}

#logo {
    height: auto;
    width: 10%;
    padding: 15px;
}
#logo {
    cursor: pointer;
}
#language {
    width: 4%;
    height: auto;
    margin-right: -60%;
    transition: 0.1s;
}
#language:hover {
    cursor: pointer;
    width: 4.3%;
    transition: 0.2s;
}
.chapitres {
    flex-direction: row;
    display: flex;
    justify-content: space-evenly;
    width: 20%;
    margin-right: 2%;
}


.chap {
    font-size: 1.4vw;
    display: inline-block;
    position: relative;
    margin-right: 10%;
}

.chap:hover {
    color: rgba(32, 168, 168, 100);
    cursor: pointer;
    transition: 0.25s;
}
.chap:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: rgba(32, 168, 168, 100);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }
  .chap:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
    
  }
/*PARTIE PRÉSENTATION*/

.presentation {
    display: flex;
    margin: 7%;
    z-index: 2;
}

#part1 {
    font-weight: lighter;
    font-size: 1.4vw;
    letter-spacing: 1px;
    width: 40%;
    margin: 10%;
    text-align: justify;
    line-height: 200%;
    z-index: 2;
    margin-top: 2%;
    padding: 2%;
    background: rgba(234, 86, 0, 0.2);
	backdrop-filter: blur(3px);
    border-radius: 15px;
}

#photoMoi {
    width: 300px;
    height: 350px;
    border-radius: 15px;
    box-shadow: 15px 10px 5px rgba(234, 86, 0, 100);
    z-index: 2;
    transition: 0.2s;
    margin-top: -5%;
}
#photoMoi:hover {
    width: 310px;
    height: 360px;
    transition: 0.3s;
    box-shadow: 30px 25px 5px rgba(234, 86, 0, 100);
}

@media only screen and (max-width: 600px) {
    .presentation {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #photoMoi {
      width: 130px;
      height: 150px;
      transition: 0.2s;
    }
    #photoMoi:hover {
    width: 135px;
    height: 155px;
    transition: 0.3s;
    box-shadow: 30px 25px 5px rgba(234, 86, 0, 100);
    }
    #bgPres {
        margin-top: -40%;
    }
  }

  #bgPres {
    color: rgba(0, 0, 0, 0);
    -webkit-text-fill-color: rgba(249, 169, 122, 0);; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.4);
    font-size: 12vw;
    margin-top: -25%;
    margin-left: 10%;
    z-index: 0;
    letter-spacing: 10px;
  }

  /*Partie Vidéo*/

  #part2 {
    font-weight: lighter;
    font-size: 1.4vw;
    letter-spacing: 1px;
    width: 40%;
    margin: 10%;
    text-align: justify;
    line-height: 200%;
    z-index: 2;
    margin-top: 2%;
    padding: 2%;
    background: rgba(32, 168, 168, 0.4);
	backdrop-filter: blur(2px);
    border-radius: 15px;
}
#bgPresVid {
    color: rgba(0, 0, 0, 0);
    -webkit-text-fill-color: rgba(249, 169, 122, 0);; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.4);
    font-size: 17vw;
    margin-top: -25%;
    margin-left: 10%;
    z-index: 0;
    letter-spacing: 10px;
  }

.presentationVid {
    display: none;
    flex-direction: column;
    margin: 7%;
    z-index: 2;
}
#Narow {
    width: 20vw;
    height: auto;
    border-radius: 50%;
    transition: 0.3s;
}
#Narow:hover{
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
    transition: 0.2s;
    cursor: pointer;
}

.elementsVid {
    display: flex;
    flex-direction: row;
    margin-top: -20%;
    justify-content: space-between;
}

#ski {
    width: 40%;
    height: auto;
    box-shadow: 15px 15px 5px rgba(245, 86, 0, 0.5);
}
#part3 {
    font-weight: lighter;
    font-size: 1.4vw;
    letter-spacing: 1px;
    width: 40%;
    margin: 10%;
    text-align: justify;
    line-height: 200%;
    z-index: 2;
    margin-top: 12%;
    padding: 2%;
    background: rgba(32, 168, 168, 0.4);
	backdrop-filter: blur(2px);
    border-radius: 15px;
    align-self: flex-end;
}
#twitch1 {
    width: 40%;
    height: auto;
    box-shadow: 15px 15px 5px rgba(245, 86, 0, 0.5);
    border-radius: 15px;
}
#twitch2 {
    width: 40%;
    height: auto;
    box-shadow: 15px 15px 5px rgba(245, 86, 0, 0.5);
    border-radius: 15px;
    z-index: 2;
}
.elementsVid2 {
    display: flex;
    flex-direction: row;
    
    justify-content: space-between;
}
.elementsVid3 {
    display: flex;
    flex-direction: row;
    margin-top: 20%;
    justify-content: space-around;
}
.elementsVid4 {
    display: flex;
    flex-direction: row;
    margin-top: 20%;
    justify-content: space-around;
}

/*ELSE*/

.presentationReste {
    display: none;
    flex-direction: column;
    margin: 7%;
    z-index: 2;
}
#bgPresWeb {
    color: rgba(0, 0, 0, 0);
    -webkit-text-fill-color: rgba(249, 169, 122, 0);; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.4);
    font-size: 9vw;
    margin-top: -50%;
    margin-left: 10%;
    z-index: 0;
    letter-spacing: 10px;
  }

  #web1 {
    width: 40%;
    height: auto;
    box-shadow: 15px 15px 5px rgba(245, 86, 0, 0.5);
    border-radius: 15px;
    z-index: 2;
    margin-bottom: 20%;
}
#bgPresWeb2 {
    color: rgba(0, 0, 0, 0);
    -webkit-text-fill-color: rgba(249, 169, 122, 0);; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.4);
    font-size: 9vw;
    margin-top: -25%;
    margin-left: 10%;
    z-index: 0;
    letter-spacing: 10px;
  }
#web2 {
    width: 40%;
    height: auto;
    box-shadow: 15px 15px 5px rgba(245, 86, 0, 0.5);
    border-radius: 15px;
    z-index: 2;
    margin-top: 13%;
    align-self: flex-end;
}

footer {
    position: sticky;
}

#texteFooter {
    color: white;
}

.foot {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 2%;
}