/* HOME SECTION */


#home-screen{
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  min-height: 600px;
  height: 100%;
  background-image: url('../img/home.jpg');
  background-size: cover;
}

div#sticker-home{
  position: relative;
  top: 200px;
  background: #fafafa;
  width: 32em;
  margin: 0 auto;
  padding: 1em 2em;
}

div#sticker-home h1{
  position: relative;
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  font-size: 4em;
  color: #FFF;
  font-weight: 600;
  letter-spacing: 0em;
  padding: 0;
  color: #000;
  line-height: 1em;
}

div#sticker-home h1.light{
  font-weight: 200;
}

div#sticker-home div.blackBar{
  display: block;
  width: 100%;
  height: 1em;
  margin: 1em 0;
  background: #000;
}


/* INTRO */
#intro{
  background: #efefef;
  text-align: center;
}

#intro div.col2:nth-of-type(2) > div{
  vertical-align: top;
}

section#intro ul{
  width: 800px;
  margin: 0 auto;
  text-align: left;
  margin-top: 1em;
}

section#intro ul li{
  width: 600px;
  padding: 0.2em;
}
section#intro ul li a{
  display: block;
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer;
}

.action{
  background-size: cover;
}

#action1{
  background-image: url('../img/charte_min.jpg');
}

#action2{
  background-image: url('../img/livre_min.jpg');
}

#action3{
  background-image: url('../img/biennale_min.jpg');
}

#action4{
  background-image: url('../img/formations_min.jpg');
}



