.titre {
    font-family: Barlow Condensed;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 100px;
    margin-top: 100px;
  }
  
  section.cont-partage {
    display: flex;
  }
  
  .cont-items {
    display: flex;
    flex-direction: column;
    width: 1200px !important;
  }
  
  .conteneur {
    width: 650px;
  }
  
  .cont-fleche svg {
    width: 277.56px;
    height: 233.37px;
    top: 336px;
    left: 331.67px;
    gap: 0px;
    opacity: 0px;
    margin: auto;
  }
  
  .cont-fleche {
    display: flex;
  }
  
  .cont-text {
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    line-height: 43.57px;
    text-align: left;
    position: absolute;
    width: 500px;
  }
  
  .cont-zigzag svg {
    width: 265px;
    height: 24px;
    margin: 150px 0 40px 0;
  }
  
  .cont-btn button {
    width: 297px;
    height: 60px;
    border-radius: 16px;
    background: #ee7563;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
  }
  
  .cont-items {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 645px !important;
    /* width: 97%; */
  }
  
  .items {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 700px;
  }
  
  .items .cont-items-text h3 {
    height: 50px;
  }
  
  .items p {
    /* text-align: justify; */
    line-height: 24.38px;
  }
  
  .items.item-2,
  .items.item-3 {
    margin-left: 120px;
  }
  
  .cont-items-2 {
    margin-top: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 1075px !important;
  }
  
  .cont-items-2 .items {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 720px;
  }
  
  .cont-items-2 .items h3 {
    margin-bottom: 20px;
  }
  
  .item-4,
  .item-6,
  .item-8 {
    align-self: center;
  }
  
  .item-7 {
    align-self: self-end;
  }
  
  @media only screen and (min-width:850px) and (max-width: 1550px) {
    main {
      margin-left: 10vw !important;
    }
  
    .items.item-2,
    .items.item-3 {
      width: auto !important;
    }
  
    .cont-text {
      font-size: 2vw !important;
      width: 30vw !important;
      line-height: 30.57px;
    }
    .cont-zigzag svg {
      margin: 120px 0 40px 0 !important;
    }
  }
  
  @media only screen and (min-width:850px) and (max-width: 950px) {
    main {
      width: 90% !important;
      margin-left: 5% !important;
      margin-right: 5% !important;
    }
  
  
    .items {
      width: 60vw !important;
    }
  
    .cont-text {
      font-size: calc();
    }
  }
  
  @media only screen and (min-width:950px) and (max-width:1250px) {
    .items {
      width: 50vw !important;
    }
  
    .items h3{
     height: max-content !important;
    }
  }
  
  @media only screen and (min-width:930px) and (max-width:950px) {
    .cont-items-2 {
      width: 90vw !important;
    }
  
    .cont-items-2 .items {
      width: 60vw !important;
    }
  }
  
  @media only screen and (max-width:930px) {
  
    main {
      width: 90% !important;
      margin: auto !important;
    }
  
    .cont-fleche , .titre{
      display: none;
    }
  
    section.cont-partage {
      display: block;
      text-align: center ;
    }
  
    .cont-text {
      position: relative;
      width: 80%;
      text-align: center;
      margin: 50px auto;
      font-size: 6vw !important;
      width: 100% !important;
      line-height: 1.1;
  
    }
  
    .cont-text {
      font-size: 6vw !important;
      display: flex;
      flex-direction: column;
    }
  
    .cont-zigzag svg {
      width: 265px;
      height: 24px;
      margin: 0px 0 40px 0;
    }
  
    .cont-items, .cont-items-2 {
      display: block;
      width: 100% !important;
      height: auto !important;
    }
  
    .cont-items{
      margin-top: 70px;
    }
  
    .cont-items-2{
      margin-top: 0 !important;
    }
    .items {
      display: block;
      width: 100% !important;
      margin-left: 0 !important;
      margin-bottom: 50px;
    }
  
    .cont-items-2 .items {
      display: block !important;
      text-align: center !important;
      width: 100% !important;
    }
  
    .conteneur {
      width: 100%;
    }
  
    .cont-text {
      font-size: 6vw !important;
    }
  
    .items h3 {
      margin-bottom: 20px;
      margin-top: 20px;
    }
    
  }
  
  
  @media only screen and (max-width:376px) {
    .cont-zigzag svg {
      width: 80vw !important;
    }
    
    .cont-btn button {
      width: 80vw !important;
    }
  }
  