/*
 * Bloc introduction
 */
._bloc_presentation_1 {
  background: #000;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
._bloc_presentation_1 .intro_ {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
._bloc_presentation_1 .intro_ h2 {
  color: #fff;
  width: 332px;
  font-size: 44px;
  text-align: right;
  margin-right: 45px;
}
._bloc_presentation_1 .intro_ ul {
  list-style-type: none;
  margin-left: 45px;
}
._bloc_presentation_1 .intro_ ul li {
  line-height: 2;
  font-size: 20px;
}
._bloc_presentation_1 .intro_ ul li:before {
  content: '• ';
}
._bloc_presentation_1 .intro_ ul li:nth-child(1):before {
  color: #51AD32;
}
._bloc_presentation_1 .intro_ ul li:nth-child(2):before {
  color: #009EE2;
}
._bloc_presentation_1 .intro_ ul li:nth-child(3):before {
  color: #E5007E;
}
._bloc_presentation_1 .intro_ ul li:nth-child(4):before {
  color: #E74E0F;
}
._bloc_presentation_1 .intro_ ul li:nth-child(5):before {
  color: #F29100;
}
._bloc_presentation_1 .intro_ .isub_ {
  width: 50%;
}
._bloc_presentation_1 .intro_ .isub_:first-child {
  justify-content: flex-end;
  display: flex;
  align-items: center;
}
._bloc_presentation_1 .intro_ .isub_:first-child:after {
  content: ' ';
  display: block;
  width: 2px;
  background: #fff;
  height: 240px;
}
._bloc_presentation_1 ._description {
  font-size: 16px;
  width: 100%;
  text-align: center;
  margin: 45px auto;
}
._bloc_presentation_1 ._btn {
  border: solid 4px #F29100;
  color: #fff;
  width: auto;
}
._bloc_presentation_1 ._video {
  width: 100%;
  display: flex;
  margin: 45px auto 0;
}
._bloc_presentation_1 ._video iframe {
  width: 567px;
  max-width: 100%;
  height: 318px;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  ._bloc_presentation_1 .intro_ {
    padding: 0 20px;
  }
  ._bloc_presentation_1 .intro_ h2 {
    font-size: 28px;
    margin-right: 20px;
  }
  ._bloc_presentation_1 .intro_ ul {
    margin-left: 20px;
  }
  ._bloc_presentation_1 .intro_ ul li {
    line-height: 1;
    font-size: 14px;
    margin-bottom: 10px;
  }
  ._bloc_presentation_1 .intro_ ul li:last-child {
    margin-bottom: 0;
  }
  ._bloc_presentation_1 ._description {
    margin: 20px 0;
    padding: 0 20px;
  }
}
/*# sourceMappingURL=_bloc_presentation_1.css.map */