[class$="index"] .content {
  top: 0;
  overflow: hidden;
}

[class$="index"] .title {
  position: absolute;
  top: 50px;
}

[class$="index"] .title h1 {
  font-size: 4em;
  margin: 0;
  padding: 0 10px;
}

[class$="index"] .illustration {
  height: 100%;
  width: 100%;
  position: relative;
}

[class$="index"] .pdf {
  background-image: url(/images/pdf.png);
  background-position: center 40%;
  background-repeat: no-repeat;
  background-size: 70%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  height: 100%;
  position: absolute;
  top: 75px;
  opacity: 0.5;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
  width: 71%;
}

[class$="index"] .zoom {
  background-image: url(/images/pdf.png);
  background-position: 100% 25%;
  background-size: 200%;
  box-shadow: 6px -1px 14px #333;
  /*height: 50vh; En attente d'implementation
  width: 50vh;*/
  height: 400px;
  width: 400px;
  position: absolute;
  left: 20%;
  top: 150px;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
}

@media screen and (max-width: 1180px) {
  [class$="index"] .zoom {
    height: 300px;
    width: 300px;
    top: 18%;
  }
}

@media screen and (max-width: 1000px) {
  [class$="index"] .zoom {
    height: 200px;
    width: 200px;
    top: 30%;
  }
}

@media screen and (max-width: 1560px) {
  [class$="index"] .title {
    font-size: 12px;
  }
}

@media screen and (max-width: 1350px) {
  [class$="index"] .title {
    font-size: 10px;
  }
}
