@media(max-width: 932px){
  
    .tp-header-2-bar.tp-offcanvas-open-btn{
            text-align: -webkit-right;
    }
    section.ar-about-us-4-text-area{
      width: 50px;
    }
    .tp-hero-title{
        letter-spacing: 0px;
    }
    
    .tp-header-logo a img{
      width: 150px!important;
    }
    button.tp-header-2-bar.tp-offcanvas-open-btn.align-items-center{
          margin-right: 20px!important;
    }
    .tp-about-area {
        padding-bottom: 0;
    }
    .timeline .swiper-container {
    height: 400px;
    }
    .tp-service-content .tp-section-title{
        margin-top: 0;
    } 
       .page-header__inner {
        padding-top: 285px!important;
        padding-bottom: 100px!important; 
    margin-bottom: 20px;
    }
    .page-header.pb-100{
        padding-bottom: 0;
    }
    .tp-section-title-teko.fs-80.tp_fade_anim.fs-55{
        font-size: 32px !important;
    }
    .title_carte-block{
        font-size: 28px;
    }
    .ar-about-us-4-text-title {
        font-size: 60px;
        letter-spacing: -5px;
    }
    .creative-service-area.pb-70.pt-160{
        padding-top:60px;
    }
        .creative-service-item.about-us-4 .creative-service-title {
        font-size: 41px;
    }
    .pp-skill-list-title {
        font-size: 27px;
    }
    .pp-about-me-service-title {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .ai-about-right_1 {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    display: none;
    }
    .tp-btn-black-text {
        padding: 7px 6px;        font-size: 12px!important;
    }
 .pp-about-bottom-btn.smooth{
  display: none;
 }
 i.fa-solid.fa-plus{
      margin-left: -17px;
 }
  div#navPresentationTab{
    display: flex;
    flex-wrap: initial;
  }
  .col-xl-5.col-lg-4.col-md-5 .ml-0 img{
    transform: none !important;
  }
}
 /* =========================
   MOBILE : afficher image uniquement du slide actif
   ========================= */
@media (max-width: 768px) {

  .timeline .swiper-slide {
    background-image: none !important;
  }

  .timeline .swiper-slide.swiper-slide-active {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
}