body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', "Alfa Slab One";
}
header{
  margin-top: 10px;
  position: fixed;

}
header a{
  font-family: "Alfa Slab One";


  margin-left: 20px;
  vertical-align: middle;
  color: white;
  /*font-family: "Lato", sans-serif;*/
  font-size: 20px;
  text-decoration: none;
}
.buton{
  background-color: red;
}

.logo{
  width: 50px;
}
.section {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    /*border-bottom: 1px solid red;*/

    height: 100vh;
    width: 100%;
}
.modelisation{
  background-image: url("travaux/modelisation/lolipop_fin2.png");
}
.montage{
  background-image: url("travaux/montage/woods_v4.jpg");
}
.illu{
  background-image: url("travaux/illu/desert_v3.jpg");
}
.video{
  background-image: url("travaux/video/pluie.png");

}
.prog{
  background-image: url("travaux/prog/chateau/plan06.jpg");

}
.autre{
  background-image: url("travaux/autre/maya/villeiso4.jpg");

}

h1{
  font-size: 30px;
}

form{
  text-align: center;
}
input{
  background-color: rgba(0,0,0,0.5);
  color: white;
  border-radius: 30px;
  padding: 10px;
  border: 2px outset white;
  margin-top: 50vh;
  font-size: 20px;
  width: 300px;
}
input:hover{
  color: grey;
  border: 2px inset white;
}

footer{
  background-color: black;
  height: 100px;
  color: white;
  text-align: center;
  padding-top: 10px;
}
footer h2{

  font-size: 15px;
}
footer h3{
  font-size: 14px;
}
/*MONTAGE*/
.hautImgMont, .hautImgIllu, .hautImgVid, .hautImgProg, .hautImgMod{
    background-image: url("travaux/montage/woods_v4.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;

    height: 50vh;
    width: 100%;
}
.hautImgIllu{
  background-image: url("travaux/illu/desert_v3.jpg");
}
.hautImgVid{
  background-image: url("travaux/video/pluie.png");
}
.hautImgProg{
  background-image: url("travaux/prog/chateau/plan10.jpg");
  background-size: 100vw 50vh;

}
.hautImgMod{
  background-image: url("travaux/modelisation/lolipop_fin2.png");
  
}

section{
  margin: auto;
  text-align: center;
  width: 75vw;
  margin-bottom: 40px;
}
/**{
  border: 1px solid red;
}*/

/*VIDEO*/
#animation, #court, #processing{
  width: 70vw;
  text-align: center;
}
#animation p, #court p, p a, #processing p{
  margin-left: 5vw;
  text-align: left;
  font-size: 15px;
  width: 35vw;
  color: #4D4D4D;
}
.castle p{
  margin-left: 10vw;
  text-align: left;
  font-size: 15px;
  width: 35vw;
  color: #4D4D4D;

}
h3{
  font-size: 30px;
}
.trait{
  height: 0.1px;
  background-color: #4D4D4D;
  margin-top: 20px;
  width: 70vw;
}
video{
  width: 60vw;
}
.moulin{
  height: 60vh;
  width: auto;
}

/*PROGRAMMATION*/
#processing img{
  margin-left: 20px;
  height: 60vh;
}
.item{
  display: inline-block;
  vertical-align: middle;
}


.pluie{
  margin-left: 2px;
}
span{
  color: black;
}
.generateur img{
  width:  50vw;
}
