.stepPart {
  text-align: center;
  margin-top: -250px;
  margin-bottom: 100px; }
  .stepPart #stepImg {
    max-width: 1000px;
    transition: all 0.2s ease-in;
    cursor: pointer; }
  .stepPart .toggleSwitch {
    position: relative;
    margin: 50px 0px;
    margin-bottom: 0px;
    min-height: 60px; }
    .stepPart .toggleSwitch .switchLogin {
      position: relative;
      display: inline-block;
      width: 40vw;
      height: 10px;
      margin-left: 25px; }
      .stepPart .toggleSwitch .switchLogin input {
        opacity: 0;
        width: 0;
        height: 0; }
      .stepPart .toggleSwitch .switchLogin .slider {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 34px;
        transition: all 0.4s linear; }
        .stepPart .toggleSwitch .switchLogin .slider:before {
          position: absolute;
          content: "";
          height: 23px;
          width: 23px;
          top: -6px;
          bottom: -3px;
          transition: 0.4s;
          background-color: #4b3fb4;
          border-radius: 50%;
          box-shadow: 0 1px 5px #4b3fb4; }
        .stepPart .toggleSwitch .switchLogin .slider[goTo = "0"] {
          background: linear-gradient(90deg, #4b3fb4 0%, #4b3fb450 0%); }
          .stepPart .toggleSwitch .switchLogin .slider[goTo = "0"]:before {
            left: 0%; }
        .stepPart .toggleSwitch .switchLogin .slider[goTo = "30"] {
          background: linear-gradient(90deg, #4b3fb4 32%, #4b3fb450 32%); }
          .stepPart .toggleSwitch .switchLogin .slider[goTo = "30"]:before {
            left: 30%; }
        .stepPart .toggleSwitch .switchLogin .slider[goTo = "63"] {
          background: linear-gradient(90deg, #4b3fb4 65%, #4b3fb450 65%); }
          .stepPart .toggleSwitch .switchLogin .slider[goTo = "63"]:before {
            left: 63%; }
        .stepPart .toggleSwitch .switchLogin .slider[goTo = "100"] {
          background: linear-gradient(90deg, #4b3fb4 100%, #4b3fb450 1000%); }
          .stepPart .toggleSwitch .switchLogin .slider[goTo = "100"]:before {
            left: 99%; }
  .stepPart .labelSlider {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 50vw;
    margin: auto; }
    .stepPart .labelSlider p {
      margin: 0; }
    .stepPart .labelSlider div {
      cursor: pointer;
      opacity: 0.3; }
      .stepPart .labelSlider div.active {
        opacity: 1; }
      .stepPart .labelSlider div p:first-child {
        font-weight: 800;
        color: #4b3fb4; }
  .stepPart .generateDoc {
    margin-top: 80px; }
    .stepPart .generateDoc p {
      margin-top: 50px;
      color: #003c9d;
      font-weight: 500; }

.part2 h2 {
  margin: auto;
  max-width: 1920px; }
.part2 .mv {
  margin: auto;
  max-width: 1920px; }
  .part2 .mv._dflex_notmd {
    display: flex;
    justify-content: space-around; }
    .part2 .mv._dflex_notmd .container {
      margin-top: 100px;
      max-width: 28%; }
      .part2 .mv._dflex_notmd .container .head {
        text-align: left;
        margin-bottom: 50px; }
        .part2 .mv._dflex_notmd .container .head p {
          margin: 0;
          color: #F0134D;
          font-weight: 800;
          font-size: 24px;
          position: relative; }
        .part2 .mv._dflex_notmd .container .head span {
          position: relative;
          font-size: inherit; }
          .part2 .mv._dflex_notmd .container .head span .line {
            transition: 1s ease-in-out;
            position: absolute;
            width: 0;
            display: block;
            height: 4px;
            border-radius: 15px;
            bottom: -4px; }
            .part2 .mv._dflex_notmd .container .head span .line.visible {
              width: 100%;
              background: #F0134D; }
      .part2 .mv._dflex_notmd .container .body {
        text-align: justify;
        font-size: 18px; }
.part2 .whatMore {
  margin-top: 150px; }
  .part2 .whatMore div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600; }
    .part2 .whatMore div p {
      margin: 10px; }
    .part2 .whatMore div .m-red {
      color: #F0134D;
      font-size: 35px; }
    .part2 .whatMore div .m-purple {
      color: #4b3fb4;
      font-size: 30px; }
    .part2 .whatMore div span {
      font-size: 15px;
      color: #003c9d; }
      .part2 .whatMore div span.circle {
        display: inline-block;
        height: 25px;
        width: 25px;
        margin: 0px 5px;
        border-radius: 50px; }
        .part2 .whatMore div span.circle._jaune {
          background-color: #F8B500; }
        .part2 .whatMore div span.circle._rouge {
          background-color: #F0134D; }
        .part2 .whatMore div span.circle._cyan {
          background-color: #00ADB5; }
        .part2 .whatMore div span.circle._orange {
          background-color: #FF7B23; }
        .part2 .whatMore div span.circle._violet {
          background-color: #4B3FB4; }
        .part2 .whatMore div span.circle._rose {
          background-color: #BC3B9A; }
      .part2 .whatMore div span a {
        font-size: inherit;
        color: inherit;
        text-decoration: unset;
        font-weight: 600; }
    .part2 .whatMore div i {
      font-weight: 900; }

.part3 {
  justify-content: center;
  padding: 40px 100px 60px 100px !important;
  background-image: url('/images/articles/background_triangle.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: center;
  background-position-x: center;
  text-align: center; }
  .part3 .logoFourn img {
    margin: 10px 40px; }
  .part3 .title {
    margin-bottom: 10px;
    text-align: center;
    font-weight: 600 !important;
    font-size: 48px;
    color: #000000;
    font-style: normal;
    margin-top: 0px !important; }
  .part3 .carousel_list {
    overflow: clip;
    display: flex;
    align-items: center;
    width: 75%;
    margin-left: 12%;
    margin-bottom: 40px;
    margin-top: 30px; }
    .part3 .carousel_list .carousel_el {
      transition: 0.5s;
      cursor: pointer;
      position: relative;
      left: 0;
      opacity: 0.4; }
      .part3 .carousel_list .carousel_el.hidden {
        visibility: hidden; }
      .part3 .carousel_list .carousel_el.active {
        transform: scale(1.3);
        margin: 0 20px;
        opacity: 1; }
      .part3 .carousel_list .carousel_el:hover {
        opacity: 0.7; }

@media (max-width: 1650px) {
  .articles .part1 .body_text {
    width: 55%; }
  .articles .part1 img {
    padding: 0px; }
    .articles .part1 img.img_product_designer {
      width: 240px; }
  .stepPart {
    margin-top: 0px;
    margin-bottom: 10px; } }

@media (max-width: 1280px) {
  .articles .part1 .body_text {
    width: 100%; }
  .stepPart {
    margin-top: 0px;
    margin-bottom: 10px; } }

@media (max-width: 992px) {
  .stepPart #stepImg {
    max-width: 100vw; }
  .stepPart .toggleSwitch {
    display: none; }
    .stepPart .labelSlider div {
      display: none; }
      .stepPart .labelSlider div.active {
        display: block; }
  .part2 h2 {
    text-align: center; }
    .part2 .mv._dflex_notmd {
      flex-direction: column; }
      .part2 .mv._dflex_notmd .container {
        margin-top: 50px;
        max-width: 100%; }
  .part2 .whatMore {
    margin-top: 50px;
    flex-direction: column; }
    .part2 .whatMore div {
      flex-direction: column;
      margin-bottom: 30px; }
      .part2 .whatMore div div {
        flex-direction: row; }
      .part2 .whatMore div .m-red {
        display: none; }
  .part3 .logoFourn img {
    margin: 0px; } }

@media screen and (min-device-width: 600px) and (max-width: 1080px) {
  .carousel_list {
    overflow: clip;
    display: flex;
    align-items: center;
    width: 800px !important;
    margin-left: -102px !important;
    margin-top: 30px;
    margin-bottom: 200px !important; }
  .logoFourn {
    margin: 0px;
    padding: 20px; } }

@media screen and (max-width: 576px) {
  .articles h2 {
    font-size: 22px !important; }
  .carousel_list {
    overflow: clip;
    display: flex;
    align-items: center;
    width: 856px !important;
    margin-left: -205px !important;
    margin-bottom: 137px !important;
    margin-top: 30px !important; }
  .spbtnBlue {
    display: block;
    margin-left: -10% !important;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 20px;
    width: 100% !important;
    font-size: 12px !important;
    padding: 15px !important; }
  .triangle {
    padding: 0 !important;
    background-repeat: no-repeat;
    display: block;
    width: 36px;
    height: 28px;
    cursor: pointer;
    margin-left: -100px !important; }
  .triangle._vecto {
    background-image: url('/images/articles/btn_triangle_vecto.svg');
    margin-right: -101px !important;
    margin-left: 0px !important; }
  .logoFourn img {
    margin: 0px;
    padding: 20px;
    height: 25px !important; } }
