@font-face {
 font-family: "helpme";
 src: url("font/Hershey-Noailles-help-me.ttf") format("ttf"),
        url("font/Hershey-Noailles-help-me.woff") format("woff");
}
@font-face {
 font-family: "helpme2";
 src: url("font/Hershey-Noailles-help-me-comic-2.ttf") format("ttf"),
        url("font/Hershey-Noailles-help-me-comic-2.woff") format("woff");
}

body{
  font-family: sans-serif;
  font-weight: normal;
  width:100vw;
  height: auto;
  font-size: 15px;
  list-style:none;
  overflow-x: hidden;
  background: radial-gradient(ellipse at top, lightpink, wheat, lightgrey, transparent),
            radial-gradient(ellipse at bottom, white, lightblue, lightyellow, transparent);

  }
.contenu{
  display: flex;

}
.presentation{
  position: absolute;
  width: 40%;
  right: 0;
  border-left: 1px solid;
}
.resti{
  width: 50%;
  left:0;
  top:0;
}

#content{
  margin-top:0%;
  margin-right: 0%;
  margin-bottom: 25%;
  stroke-dasharray: 1000;
  stroke-dashoffset:1000;
  animation: test 11.15s linear alternate infinite;
  list-style: none;
  margin-left:0%;

    }
    @keyframes test{
      from {
   stroke-dashoffset: 1000;
   }
   to {
   stroke-dashoffset: 0;
 }
}
u{
  background: lightgrey;

}
u a:hover, u:hover{
  background: transparent;
}
h1{
    font-size: "helpme2";

}
h1, pre{
font-style: normal;
    }
.hello{
  font-size:5vw;
  position: absolute;
  left:50%;
  font-size: "helpme2";
}
#rond{
  color:black;
  font-size:4vw;
  top:5%;
  right:4%;
  position: fixed;
  z-index: 100;
}
#sommaire{
  position: fixed;
  top: 6%;
  right:4%;
  z-index: 1;
  width: auto;
  opacity: 0;
  list-style: none;
}
#sommaire.fixed{
  opacity: 1;
}
#sommaire ul li a{
  list-style: none;
  font-size: 6vw;
  text-transform: uppercase;
  }
.sous-content h1, .sous-content p, .sous-content ul:not(#sommaire)>li, .sous-content .image, #ref{
    height: 100vh;
    list-style:none;
    padding-top:15vh;
    padding-bottom:25vh;
    margin: auto;
    vertical-align: middle;
    text-align: center;
    font-style: normal;
    font-family: "helpme2";
    padding-left: 5vw;
    padding-right: 5vw;
    font-weight: normal;
    border: 1px wavy;
}
.sous-content li,.sous-content p:not(.citation), .sous-content h1{
  font-size: 4vw;
  line-height:5.3vw;
}
.citation{
  font-family: "helpme2";
  padding-top: 10%;
  font-size: 2.6vw;
  line-height: 3.3vw;
}
code{
    text-transform: lowercase;
    background: black;
    text-align: left;
}
.sous-content{
  position: relative;
}
.note{
  font-style: italic;
  font-size: 1.3vw;
}
.image img{
  width: auto;
  justify-content: center;
  position: relative;
}
.small img{
  width: 65%;
}
.verysmall img{
  width: 45%;
}

h2{
  display: block;
  transition: all .3s;
  opacity:0;
  bottom:1%;
  text-align: center;
  padding: 1%;
   font-family: "helpme2";
   font-weight: normal;
}
a{
  font-family:  sans-serif;
  text-decoration: none;
  line-height: normal;
  color: black;
  text-align: center;
}
a:hover{
  color:black;
  background-color: transparent;
  text-decoration: underline wavy; 


}
.image:hover h2{
  opacity:1;

}
section ul,li{
  list-style:none;
}
#ref {
  font-family: "helpme2";
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-top: 5vh;
  margin-left:5vh;
  justify-content: space-around;
}
.box{
  width:35vw;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid;
  justify-content: center;
}
#outils{
  margin-top: 30vh;
}
