@font-face {/*création d'objets en bois*/
  font-family: 'back';
  src: url('Back to Black.ttf');
}

.trait{
  height:50px;
  width:2px;
  background-color:rgb(140,140,140);
}
.intercalaire{
  display:flex;
  flex-direction:column;
  align-items:center;
  visibility: hidden;
  opacity: 0;
  transition: 1s;
  max-width: 98%;
  margin-left: 1%;
}
.intercalaire h3{
  font-size: 1.5em;
  border:2px solid;
  border-color:rgb(140,140,140);
  padding:10px 40px;
}
.bandeau{
  margin-bottom: 50px;
  width:100%;
  display:flex;
  flex-direction:row;
  justify-content:center;
  visibility: hidden;
  opacity: 0;
  transition: 2s;
  position: relative;
  text-decoration: none;
  background-size: cover;
  background-position:center;
  flex-wrap: wrap;
}
.bandeau a{
  text-decoration:none
}
.vignette{
  height: 200px;
  width: 190px;
  text-align: center;
  cursor: pointer;
  margin: 10px 10px 50px 10px;
  color:black;
  text-decoration: none;
}
.vignetteImage{
  background-size:contain;
  background-position:center;
  background-repeat: no-repeat;
  height: 190px;
  width: auto;
}

h1{
  font-size:2em;
  width: 90%;
  padding: 0px 40px 20px 40px;
}
h2{font-size:1em;}
#entete{
  width:600px;
  max-width:95%;
  margin-bottom: 140px;
}

@media (max-width: 1200px){
  #entete{
    width:350px;
    margin-bottom: 100px;
  }
  h1{font-size:1.5em;}
  h2{font-size:0.9em;}
  h3, .intercalaire{font-size:0.8em;}
  #email{font-size:0.8em;}

}
