body{
  background-color: rgb(255, 255, 255);
  /* background: linear-gradient(rgb(0, 0, 0), rgb(4, 0, 22)); */
  /* background: repeating-linear-gradient(
    -45deg,
    rgb(255, 255, 255),
    rgb(255, 255, 255) 5px,
    rgb(255, 253, 209) 5px,
    rgb(255, 253, 209) 10px
  ); */
}
button {
  width: 2vw;
  height: 2vw;
  font-size: 2em;
  border-radius: 100px;
  background-color: #00000000;
  border: 0px solid grey;
  color: grey;
	margin: auto;
	display: block;
  position: fixed;
  bottom: 4vh;
  left: 2vw;
}
button:hover{
  transform-origin: 100% -20%;
  transform: rotate(180deg);
  transition: all ease 0.6s;
}
#bodyworks{
  background-color: rgb(255, 255, 255);
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
}
#box{
  width: 100vw;
  height: 99vh;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding: 1vw;
}
#introduction{
  width: 32vw;
}
#contacts{
  width: 17vw;
}
#parcours{
  width: 30vw;
}
#creds{
  width: 15vw;
}
p, li{
  font-family: Helvetica, sans-serif;
  font-size: 0.8em;
  line-height: 1.1em;
  color: rgb(171, 171, 171);
}
#menu{
  font-size: 0.9em;
}
.noms{
  font-family: Apple Chancery;
  /* font-style: italic; */
  font-size: 1em;
}
p .titres{
  font-family: sans-serif;
  line-height: 1.3em;
  color: rgb(105, 105, 105);
}
#active a{
  color: rgb(171, 171, 171);
  text-decoration: none;
}
#active a:hover{
  color: rgb(81, 81, 81);
}
a{
  color: rgb(171, 0, 0);
}
a:hover{
  color: rgb(255, 0, 0);
}
a:visited{
  color: rgb(0, 42, 255);
}
a:visited:hover{
  color: rgb(16, 81, 15);
}
.tab{
    tab-size: 5;
}
.expe{
  width: 29vw;
  height: fit-content;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  border: 0px solid red;
}
.expe li{
  justify-content: left;
  width: fit-content;
  display: inline;
}
.dates{
  width: 4vw;
  height: max-content;
  border: 0px solid green;
}
.description{
  width: 26vw;
  border: 0px solid rgb(156, 0, 148);
}

#menuW{
  font-size: 0.9em;
  position: fixed;
  width: 32vw;
  top: 1.9vh;
  left: 1vw;
}
#boxW{
  width: 100vw;
  height: 97vh;
  margin-top: 3vh;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding: 1vw;
  border: 0px solid pink;
}
.projets{
  width: 50vw;
  height: 94vh;
  overflow-y: scroll;
}
#projul{
  width: 48vw;
  height: fit-content;
  display: inline-flex;
  justify-content: space-between;
  border: 0px solid red;
}
.textes{
width: 5vw;
height: 45vh;
border: 0px solid rgb(156, 0, 148);
writing-mode: vertical-rl;
text-orientation: sideways;
transform-origin: center;
transform: rotate(350deg);
text-align: center;
z-index: 1000;
padding-right: 5vw;
}
.images{
  width: 35vw;
  height: max-content;
  border: 0px solid green;
  justify-content: center;
}
.images img{
  width: 35vw;
  margin-bottom: 1vh;
}
#yolo{
  width: 50vw;
  margin-top: 5vh;
  margin-left: 25vw;
}
