.section_1 {
  height: 884px;
}

.logo {
  position: static;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 343px;
  height: 129px;
  margin-top: 342px;
  margin-left: 0%;
  float: right;
  clear: none;
  background-image: url('../images/logo_imp2017_lab.gif');
  background-position: 50% 50%;
  background-size: 341px;
  background-repeat: no-repeat;
  text-align: right;
}

.baseline {
  position: relative;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  float: right;
  clear: right;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.container_logo {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  text-align: left;
}

.title {
  display: block;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 8px;
  padding-right: auto;
  padding-left: auto;
  float: right;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #ff0;
  font-size: 81px;
  line-height: 75px;
  font-weight: 300;
  text-align: right;
  letter-spacing: 2px;
}

.col1 {
  text-align: right;
}

.col2 {
  height: 75px;
}

.section_2 {
  height: 19451px;
}

.idea_title {
  width: 100%;
  margin-top: 23px;
  margin-bottom: 19px;
  padding-top: 9px;
  font-family: Lato, sans-serif;
  font-size: 52px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.cross {
  display: block;
  width: 200px;
  height: 49px;
  margin: 266px auto 22px;
  background-image: url('../images/separation_croix3.gif');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.idea_pitch {
  margin-top: 19px;
  margin-bottom: 28px;
  padding-right: 110px;
  padding-left: 110px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 33px;
  font-weight: 300;
  text-align: center;
}

.bloc_hashtags {
  display: block;
  margin-bottom: 0px;
  text-align: center;
}

.hashtag {
  display: inline-block;
  height: 33px;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 6px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #ff0;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.idea_baseline {
  margin-top: 26px;
  margin-bottom: 14px;
  padding-right: 35px;
  padding-left: 35px;
  font-family: Lato, sans-serif;
  color: #cecece;
  font-size: 30px;
  line-height: 33px;
  font-weight: 300;
  text-align: center;
}

.screenshot {
  display: block;
  width: 80%;
  height: 720px;
  margin-right: auto;
  margin-bottom: 199px;
  margin-left: auto;
  background-image: url('../images/idea_disney_01.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.screenshot._2 {
  background-image: url('../images/idea_disney_02.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.screenshot._3 {
  background-image: url('../images/idea_disney_03.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.screenshot._4 {
  background-image: url('../images/magicdeck_def-2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.screenshot._5 {
  background-image: url('../images/idea_disney_04.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.screenshot._6 {
  background-image: url('../images/idea_disney_05.png');
  background-position: 50% 50%;
  background-size: contain;
}

.screenshot._7 {
  background-image: url('../images/coach.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.screenshot._8 {
  background-image: url('../images/disneylife.jpg');
  background-size: contain;
  background-repeat: no-repeat;
}

.screenshot._9 {
  background-image: url('../images/disneytv.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.space {
  width: 100%;
  height: 315px;
}

.space.end {
  height: 815px;
}

.line {
  display: block;
  width: 1px;
  height: 355px;
  margin: 31px auto 24px;
  background-color: #000;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

html.w-mod-js *[data-ix="cross"] {
  opacity: 0;
  -webkit-transform: scale(2, 2);
  -ms-transform: scale(2, 2);
  transform: scale(2, 2);
}

html.w-mod-js *[data-ix="hashtag-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="line"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="image"] {
  opacity: 0;
}

@media (max-width: 991px) {
  .section_2 {
    height: 15011px;
  }
  .screenshot {
    width: 100%;
    height: 431px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .space {
    height: 85px;
  }
  .space.end {
    height: 215px;
  }
  .line {
    height: 165px;
  }
}

@media (max-width: 767px) {
  .screenshot {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media (max-width: 479px) {
  .section_1 {
    width: 100%;
    height: 484px;
  }
  .logo {
    width: 100%;
    margin-top: 124px;
    float: none;
    background-position: 100% 50%;
    background-size: 284px;
  }
  .baseline {
    width: 100%;
    font-size: 22px;
  }
  .title {
    width: 100%;
    font-size: 59px;
    line-height: 57px;
  }
  .cols {
    width: 100%;
  }
  .col2 {
    height: 20px;
  }
  .section_2 {
    width: 100%;
    height: 10531px;
  }
  .idea_title {
    margin-bottom: 0px;
    font-size: 34px;
    line-height: 31px;
  }
  .cross {
    margin-top: 88px;
  }
  .idea_pitch {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 400;
  }
  .bloc_hashtags {
    width: 100%;
  }
  .hashtag {
    margin-right: 5px;
    margin-bottom: 12px;
    margin-left: 5px;
    padding-right: 20px;
    font-size: 12px;
  }
  .idea_baseline {
    width: 100%;
    margin-top: 9px;
    font-size: 28px;
  }
  .screenshot {
    width: 100%;
    height: 180px;
    margin-top: 51px;
    margin-bottom: 78px;
  }
  .screenshot._2 {
    margin-top: 32px;
  }
  .space.end {
    height: 35px;
  }
}