.detail__services{
    max-width: 1300px;
    margin: auto;
    padding: 50px 20px;
    display: flex;
    gap: 20px;
}
.detail__service__principale{
    flex-basis: 70%;
}
.detail__service__secondaire{
    flex-basis: 30%;
}
.service__title__bloc{
    border-top: 2px solid #65acff;
    background-color: #FFF;
    padding: 20px;
    border-bottom: 1px solid #ebebeb;
    border-radius: 4px 4px 0 0;
}
.detail__services .service__title{
    line-height: 40px;
    /* text-transform: capitalize; */
    font-weight: 500;
}
.detail__services .service__title__review__info{
    display: flex;
    gap: 10px;
}
.detail__services .service__title__review__info .fa-star{
    color: #65acff;
}

.detail__services .service__image__bloc{
    background-color: #FFF;
    padding: 20px;
    border-radius: 0 0 4px 4px;
}
.detail__services .service__desc__bloc{
    background-color: #FFF;
    padding: 20px;
    margin-top: 20px;
    border-radius: 4px;
}
.detail__services .service__desc__bloc h2{
    font-weight: 500;
}
.detail__services .service__userprofil__bloc{
    background-color: #FFF;
    padding: 20px;
    margin-top: 20px;
    border-radius: 4px;
}
.detail__services .service__userprofil__bloc h2{
    font-weight: 500;
}

.detail__services .service__userprofil_info{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    align-items: center;
}

.service__userprofil_info__left__img{
    width: 70px;
    height: 70px;
    border-radius: 50px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.service__userprofil_info__rigth button{
    padding: 12px 30px;
    border-radius: 4px;
    border: none;
    outline: none;
    margin: 0 10px;
    font-size: 1.2em;
    margin-bottom: 10px;
    background-color: #65acff;
    color: #FFF;
}
.service__desc__bloc .accordion-container{
    /* padding:0 20px; */
    margin-top: 20px;
  }
  
  .service__desc__bloc .accordion-container .accordion{
    margin-bottom: 10px;
    /* cursor: pointer; */
  }
  
  .service__desc__bloc .accordion-container .accordion.active .accordion-heading{
    background: #65acff;
  }
  
  .service__desc__bloc .accordion-container .accordion.active .accordion-heading h3{
    color:#fff;
  }
  
  .service__desc__bloc .accordion-container .accordion.active .accordion-heading i{
    color:#fff;
    transform: rotate(180deg);
    transition: transform .2s .1s;
  }
  
  .service__desc__bloc .accordion-container .accordion.active .accordion-content{
    display: block;
  }
  
  .service__desc__bloc .accordion-container .accordion .accordion-heading{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:10px;
    background: #fff;
    border:2px solid #ccc;
    padding:15px 20px;
    cursor: pointer;
  }
  
  .service__desc__bloc .accordion-container .accordion .accordion-heading h3{
    font-size: 18px;;
  }
  
  .service__desc__bloc .accordion-container .accordion .accordion-heading i{
    font-size: 25px;;
  }
  
  .service__desc__bloc .accordion-container .accordion .accordion-content{
    padding:10px 10px;
    border:2px solid #ccc;
    font-size: 15px;
    background: #fff;
    border-top: 0;
    display: none;
    animation: animate .2s linear backwards;
    line-height: 2;
    transform-origin: top;
  }
  .service__desc__bloc .accordion-content__button1{
    padding: 12px 30px;
    border-radius: 4px;
    border: none;
    outline: none;
    font-size: 1.2em;
    background-color: #65acff;
    color: #FFF;
    margin-bottom: 10px;
    cursor: pointer;
  }
  .service__desc__bloc .accordion-content__button2{
    padding: 12px 30px;
    border-radius: 4px;
    border: none;
    outline: none;
    margin-bottom: 10px;
    font-size: 1.2em;
    background-color: #fff;
    border: 1px solid #65acff;
    color: #65acff;
    cursor: pointer;
  }
  
  @keyframes animate {
    0%{
      transform: scaleY(0);
    }
  }

  /* .detail__services .detail__service__starter_price{

  } */
  .detail__service__statistique{
    background-color: #e8e4e4;
    margin-top: 20px;
    padding: 20px;
    border-radius: 4px;
  }
  .detail__service__statistique h3{
    font-weight: 500;
  }
  .detail__service__statistique__flex{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    margin-bottom: 5px;
  }

  .detail__service__statistique__flex h4{
    font-weight: 500;
  }
  .detail__service__barre{
    height: 5px;
    width: 20px;
  }
  .detail__service__starter_price__black{
    background-color: #65acff;
    padding: 20px;
    border-radius: 4px 4px 0 0;
    color: white;

  }
  .detail__service__starter_price__black h3{
    font-weight: 500;
  }
  .detail__service__starter_step{
    padding: 20px;
    border: 1px solid #65acff;
    border-radius:0 0 4px 4px;
  }
  .detail__service__starter_step h4{
    font-weight: 500;
  }
  .detail__service__pub{
    border: 1px solid #000;
    border-radius: 4px;
    margin-top: 20px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .incrementation .wrapper{
    height: 50px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    border-radius: 12px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    margin: 20px 0;
  }
  .incrementation .wrapper span{
    width: 100%;
    text-align: center;
    /* font-size: 55px; */
    font-weight: 600;
    cursor: pointer;
    user-select: none;
  }
  .incrementation .wrapper span.num{
    /* font-size: 50px; */
    border-right: 2px solid rgba(0,0,0,0.2);
    border-left: 2px solid rgba(0,0,0,0.2);
    pointer-events: none;
  }
  
  @media screen and (max-width:1111px) {
    .detail__services{
        display: block;
    }
    .accordion-content-but{
        display: block !important;
        text-align: center;
    }
    .accordion-content-but button{
        width: 100%;
    }
  }