*{
	font-family: Poppins;
	color: white;
}

body{
	width: 100%;
background: #3c5373;
background: linear-gradient(338deg,rgba(60, 83, 115, 1) 28%, rgba(18, 21, 26, 1) 100%);
}

html {
  scroll-behavior: smooth;
}

/* Sidenav menu */

#burger li:first-child{
		text-shadow:1px 1px white;
}

#burger li:nth-child(2){
		text-shadow:1px 1px #33868f;
}

#burger li:nth-child(3){
		text-shadow:1px 1px #ff005a;
}

#burger li:nth-child(4){
		text-shadow:1px 1px #bf8f26;
}



#burger{
	z-index: 5;
	margin-left: 5vw;
	position: fixed;
	margin-top: 2vh;
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.sidenav {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 3;
  top: 0;
  left: -100%;
  backdrop-filter: blur(10px);
  transition-property: background-color: rgba(0, 0, 0, 0.5);
  transition-duration: 1s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sidenav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* Sidenav menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: white;
  display: block;
  font-weight: 950;
  transition: 0.3s;
  text-align: center;
}

.sidenav a:hover {
  color: #111;
}

/* Active class */
.sidenav.active {
  left: 0;
}

/* Close btn */
.sidenav .close {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
}

.burger-icon span {
  display: block;
  width: 13vw;
  height: 0.8vh;
  background-color: white;
  margin: 6px 0;
  border-radius: 1em 1em 1em 1em;
}

#burger img{
	display: inline-block;
	width: 10vw;
	margin-right: 10vw;
	opacity: 70%;
}

/* Sidenav menu fin */

#head{
	display: none;
}

#head a:first-child:hover{
	filter: brightness(70%);
}

#lastvid p{
	font-size: 1.5em;
	text-shadow:2px 2px #33868f;
	font-weight: 950;


}

#lastmotion p{
	font-size: 1.5em;
	text-shadow:2px 2px #ff005a;
	font-weight: 950;
	text-align: center;
}

#lastgraph p{
	font-size: 1.5em;
	text-shadow:2px 2px #bf8f26;
	font-weight: 950;

}

#last{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#lastvid, #lastmotion, #lastgraph{
	display: flex;
	width: 80vw;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-bottom: 8vh;
}

#lastlink{
	text-decoration: none;
	color: white!important;

}

#lastvid{
	margin-top: 8vh;
}

#editlastlink, #motionlastlink, #graphlastlink{
	background-color: black;
	border-radius: 2em 2em 2em 2em;
	padding: 1.5%;
	vertical-align: middle;
	font-size: 1.5em;
	font-weight: 600;
	width: 15em;
	text-align: center;
	color: white;
	text-decoration: none;
	margin-top: 2vh;
}

#editlastlink{
	box-shadow: 0.2em 0.2em #33868f;
	transition-duration: 0.5s;
}

#editlastlink:hover{
	box-shadow: 0.5em 0.5em #33868f;
	transition-duration: 0.5s;
}

#motionlastlink{
	box-shadow: 0.2em 0.2em #ff005a;
	transition-duration: 0.5s;
}

#motionlastlink:hover{
	box-shadow: 0.5em 0.5em #ff005a;
	transition-duration: 0.5s;
}

#graphlastlink{
	box-shadow: 0.2em 0.2em #bf8f26;
	transition-duration: 0.5s;
}

#graphlastlink:hover{
	box-shadow: 0.5em 0.5em #bf8f26;
	transition-duration: 0.5s;
}

#about{
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
	justify-content: center;
	margin-top: 6vh;

}

#titreedit, #titregraph, #titremotion{

	font-size: 2em;
	font-weight: bolder;
	width: 100%;
	text-align: center;
	margin-top: 5vh;
	margin-bottom: 3vh;
}

#titreedit{
	text-shadow: 0.08em 0.08em #66fdfe;
}

#titremotion{
	text-shadow: 0.08em 0.08em #ff005a;
}

#titregraph{
	text-shadow: 0.08em 0.08em #bf8f26;
}

#last img{
	width: 80vw;
}

#lastlink{
	margin-top: 3vh;
	background-color: black;
	border-radius: 2em 2em 2em 2em;
	padding: 1.5%;
	vertical-align: middle;
	font-size: 1.5em;
	font-weight: 600;
	width: 15em;
	text-align: center;
	color: white;
}

#demo{
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: center;
	align-items: center;
}

#demo h1{
	width: 80vw;
	text-align: center;
	font-size: 2em;
	font-weight: 600;
	margin-bottom: 3vh;
}

#bd{
	display: none;
}

#pres{
	width: 80%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 3vh;
}

#pres img{
	width: 70vw;
}

#pres p{
	text-align: justify;
	font-weight: 400;
}

#bande{
	width: 80vw;
}

#contact{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	margin-bottom: 5vh;
}

#contact p{
	text-align: center;
	width: 100%;
}

#contact img{
	height: 10vh;
	filter: brightness(100%);
	transition-duration: 300ms;
}

#contact img:hover{
	filter: brightness(50%);
	transition-duration: 300ms;
}

#links{
	display: flex;
	justify-content: center;
}


/* Partie pages démos*/


#global{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	width: 100%;
}

#global img{
	width: 80vw;
}

figure{
	width: 80vw;
}

figure:first-child{
	margin-top: 8vh;
}

figcaption{
	display: none !important;
}

figure p{
	text-align: center;
}

#editimg{
	box-shadow: 1em 1em #33868f;
	transition-duration: 0.5s;
}

#editimg:hover{
	box-shadow: 0.5em 0.5em #66fdfe;
	transition-duration: 0.5s;
}

#editmotion{
	box-shadow: 1em 1em #ff005a;
	transition-duration: 0.5s;
}

#editmotion:hover{
	box-shadow: 0.5em 0.5em #ff005a;
	transition-duration: 0.5s;
}

#editgraph{
	box-shadow: 1em 1em #bf8f26;
	transition-duration: 0.5s;
}

#editgraph:hover{
	box-shadow: 0.5em 0.5em #bf8f26;
	transition-duration: 0.5s;
}

body{
	background: #3c5373;
background: linear-gradient(338deg,rgba(60, 83, 115, 1) 28%, rgba(18, 21, 26, 1) 100%);
}

/*partie pc*/

@media screen and (min-width:720px) {

#burger{
	display: none;
}

header{
		display: flex;
        z-index: 2;
        position: fixed;
        top: 0;
        justify-content: space-between;
        width: 100%;

        
}

#head{

	width: 100%;
	height : 10vh;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

#head a:hover{
	opacity: 1;
}

#head a{
		opacity: 0.5;
	width:20vw
	text-align: center;
	font-size: 2vh;
	color:white;
	font-weight: 1000;
	text-shadow:2px 2px black ;
	transition-duration: 400ms;
}

#head a:first-child{
	opacity: 1;
}

#head a:nth-child(2){
	text-shadow:2px 2px #33868f;
}


#head a:nth-child(3){
	text-shadow:2px 2px #ff005a;
}


#head a:nth-child(4){
	text-shadow:2px 2px #bf8f26;
}




#head a:hover{
	text-decoration: none;
}

#head img{
	height: 7vh;
}



#last{
	margin-top: 15vh;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

#lastvid, #lastmotion, #lastgraph {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0;
}

#last img{
	width: 24.7vw;
	
}

#lastvid{
	margin-top: 0;
}


#about{
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
	justify-content: center;
	margin-top: 8vh;
}

#demo h1{
	font-size: 2em;
}

#demo iframe{
	width: 69em;
	height: 40em;
	margin-left: auto;
	margin-right: auto;
}

#bd{
	width: 20%;
	display: block;
	position: absolute;
	left:4.5vw;
	filter: drop-shadow(1px 1px 2px black);
	opacity: 80%;
}

#pres{
	display: flex;
	flex-direction: row;
	width:60%;
	justify-content: space-around;
	align-items: center;
	margin-top: 5vh;
}

#pres img{
	
	width: 18vw;
}

#pres p{
	text-align: justify;
	width: 45%;
	font-size: 1.3em;
}

#bande{
	width: 50vw;
}

/* Partie pages démos*/

#titreedit, #titregraph, #titremotion{
margin-top: 0;
}

#global{
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top: 10vh;	
}

#global img{
	width: auto;
}

figure {
	width: auto;
  position:relative;
transition-duration: 500ms;
}

figure a{
z-index: 2;
}





figure:hover{
	filter: brightness(70%);

	transition-duration: 500ms;
}

figcaption {
	display: block !important;
	transition-duration: 300ms;
	opacity:0;
	color: white;
	position:absolute;
	top: 0;
	left: 0;
	padding: 5%;
	text-shadow: 2px 2px 5px #000, 2px 2px 5px #000, 2px 2px 5px #000;
	font-size: 2em;
	z-index: 0;
	filter: brightness(100%);
	font-weight: 800;

}



figure:hover figcaption {
opacity:1;
}

figure p{
	display: none;
}

#mentions{
	margin-left: auto;
	margin-right: auto;
	margin-top: 10vh;
	margin-bottom: 9.5vh;
	width: 80vw;
	height: 100%;
	display: flex;
	justify-content: center;
}

footer a{
	transition-duration: 300ms;
}

footer a:hover{
	text-decoration: underline;
	transition-duration: 300ms;
}

body{
	background: #3c5373;
background: linear-gradient(338deg,rgba(60, 83, 115, 1) 28%, rgba(18, 21, 26, 1) 100%);
}

.poto{
	margin-right: 2vw;
	margin-left: 2vw;
}

} /*end*/
