
  
  /**************************************************************************************************************************|
                                                           Programme                                                         **|
  ***************************************************************************************************************************/
  
  .top-programme .conteneur-onglet-partner {
      justify-content: center;
      margin-top: 30px;
      margin-bottom: 50px;
    }
    
  .wrapper-programme .section-title .title h2 {
        font-size: 29px;
    }
    
  .wrapper-programme {
        padding: 60px 0 40px;
        position: relative;
        background: #F0F3F9;
    }
    
  .top-programme li.onglet-partner {
    
        font-weight: 500;
    }
  ul.conteneur-onglet-partner {
      display: flex;
      justify-content: flex-end;
      padding: 0;
      flex-wrap: wrap;
      /* padding-right: 10px; */
  }
  
  ul.conteneur-onglet-partner li {
      padding: 5px 15px;
      margin: 0 5px;
      border: 1px solid #034c76;
      border-radius: 25px;
      font-size: 13px;
      font-weight: 400;
      /* margin-bottom: 16px; */
  }
  
  ul.conteneur-onglet-partner li.actif, 
  ul.conteneur-onglet-partner li:hover {
      border: 1px solid #034c76;
      color: #034c76;
      background-color: #034c76;
      color: #fff;
      cursor: pointer;
  }
  
  
  
  /**********************************************************************************************************************
  |                                                   ETUDES DE CAS                                                     |
  **********************************************************************************************************************/
  
  .container-galerie {
      width: 1400px;
      max-width: 100%;
      margin: 0 auto;
  }
  
  .wrapper-etudes-de-cas {
      padding: 57px 0 50px;
      background-color: #F3F5F7;
      background-image: url(https://radiustheme.com/demo/wordpress/themes/finbuzz/wp-content/uploads/2022/01/shape15.png);
      background-position: top right;
      background-repeat: no-repeat;
      position: relative;
  }
  
  .container-etudes-de-cas {
      width: 100%;
  }
  
  .parent-section-title-etudes-de-cas {
      width: 50%;
  }
  
  .wrap-etudes-de-cas {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      flex-wrap: wrap;
      position: relative;
      z-index: 1;
  }
  
  .parent-etudes-de-cas {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
  }
  
  .parent-etudes-de-cas::after {
    content: "";
    height: 50%;
    width: 100%;
    background-image: linear-gradient(to top,#000,transparent);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out;
  }
  
  .img-etudes-de-cas {
    display: flex;
  }
  
  .parent-etudes-de-cas .content-item-etudes-de-cas {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0px 30px 25px;
    transform: translateY(100px);
    z-index: 5;
    transition: all 0.3s ease-in-out;
  }
  
  .item-number {
    font-size: 100px;
    font-weight: 400;
    color: rgba(255,255,255,.4);
    margin-bottom: 0px;
  }
  
  .cat-list {
    position: relative;
    display: inline-block;
    color: rgba(255,255,255,.8);
    font-size: 15px;
    font-weight: 300;
    transition: all 0.3s ease-in-out;
    text-transform: capitalize;
  }
    
  .content-item-etudes-de-cas h3 {
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    color: white;
    line-height: 1.2;
    /* min-height: 80px; */
  }

.content-item-etudes-de-cas {
    width: 70%;
}

  .content-item-etudes-de-cas p {
    visibility: hidden;
    opacity: 0;
    color: #d4d4d4;
    line-height: 30px;
    /* font-weight: 300; */
    margin-bottom: 40px;
    transition: all 0.3s ease-in-out;
  }
  
  .parent-etudes-de-cas:hover .content-item-etudes-de-cas {
      transform: translateX(0);
  }
  
  .parent-etudes-de-cas:hover .content-item-etudes-de-cas p {
      visibility: visible;
      opacity: 1;
  }
  
  .wrapper-parent-etudes-de-cas:hover  .portfolio-btn .btn-style2   
   span {
      visibility: visible;
      opacity: 1;
  }
  
  .wrapper-parent-etudes-de-cas:hover .portfolio-btn .btn-style2::after {
      opacity: 1;
      visibility: visible;
      width: 100%;
  }
  
  .wrapper-parent-etudes-de-cas:hover  .portfolio-btn .btn-style2 {
      opacity: 1;
  }
  
  .btn-style2 {
    position: relative;
    display: inline-flex;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    padding: 7px 17px 7px 17px;
    border: none;
    /* display: flex; */
    width: max-content;
    /* display: flex; */
    opacity: 1;
    border-radius: 30px;
    transition: all 0.5s ease-in-out;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .btn-style2 span {
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    visibility: hidden;
    opacity: 0;
    margin-left: 10px;
    transition: all 0.5s ease-in-out;
  }
  
  .parent-etudes-de-cas:hover::after {
      height: 100%;
  }
  
  .wrapper-parent-etudes-de-cas   .portfolio-btn .btn-style2::after {
    content: "";
    width: 65px !important;
    height: 65px;
    background-color: var(--primary-color);
    border-radius: 8px;
    position: absolute;
    top: 50%;
    opacity: 1;
    visibility: visible;
    /* left: 2px; */
    transform: translateY(-50%);
    z-index: -1;
    transition: all 0.8s ease;
  }
  
  
  .wrap-etudes-de-cas .nav-btn {
    top: -19%;
    position: absolute;
    /* height: 35px; */
    right: 0;
    /* width: 35px; */
    /* border-radius: 50%; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* color: #151515; */
    border: 4px solid #034c76;
    /* font-size: 22px; */
    /* line-height: 25px; */
    /* background-color: #fff; */
    /* background-color: #c6942a; */
    color: #034c76;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 24px;
    z-index: 4;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin: 0;
    box-shadow: 0 11px 24px 0 rgb(126 126 126 / 16%);
  }
  
  .wrap-etudes-de-cas .prev-slide {
    right: 265px;
  }
  
  .wrap-etudes-de-cas .next-slide {
    right: 160px;
  }
  
  .wrap-etudes-de-cas .next-slide, 
  .wrap-etudes-de-cas .nav-btn:hover {
    background: #c6942a;
    color: #ffffff;
    border-color: #c6942a;
  }
  
  .wrap-etudes-de-cas .owl-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 50px;
  }
  
  .wrap-etudes-de-cas .owl-dots:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 75%;
    left: 0;
    bottom: 11px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background:
    rgba(255,255,255,.09);
    margin: 0 auto;
  }
  
  .wrap-etudes-de-cas .owl-dot {
    border: 1px solid #c6942a;
    width: 10px;
    background: #c6942a;
    height: 10px;
    border-radius: 30px;
    margin: 0 4px;
    z-index: 1;
  }
  
  .wrap-etudes-de-cas .owl-dot.active {
    background: #034c76;
    border-color: #034c76;
    width: 16px;
    height: 16px;
  }
  
  
  /**********************************************************************************************************************
  |                                                   SERVICES                                                    |
  **********************************************************************************************************************/
  
  .services {
      display: flex;
      width: 100%;
      flex-wrap: wrap;
      justify-content: start;
      margin-top: 35px;
    }
    
    .img1 img {
      width: 100%;
      border-radius: 5px;
      object-fit: cover;
      box-sizing: border-box;
      transform: scale(1);
      transition: all ease 0.8s
    }
    
    .img2 img {
      width: 230px;
    }
    .img3 img {
      width: 230px;
    }
    
    .logo1 img {
      width: auto;
      height: 51px;
    }
  
    .Saving-Money {
      margin-right: 20px;
      border: 10px solid white;
      padding: 10px;
      border-radius: 5px;
      background-color: white;
    }
    .Business-audit {
      display: flex;
      justify-content: center;
      width: 100%;
      flex-direction: column;
      position: relative;
    }
  
  span.word >p {
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
  }
  
  span.bas > a {
      color: white;
      font-weight: 400;
      text-transform: uppercase;
  }
    .logo1 {
      position: absolute;
      bottom: -49px;
      border-radius: 50%;
      border: 6px solid white;
      background-color: #edd196;
      padding: 10px;
      left: 20px;
    }
  
  span.bas > a {
      color: white;
  }
    
    .logo2 img {
      z-index: 1;
      margin-left: -145px;
      margin-bottom: -57px;
      border-radius: 70px;
      border: 10px solid white;
      background-color: #ffebe4;
      padding: 10px;
    }
    .HR-Consulting {
      border: 10px solid white;
      padding: 10px;
      border-radius: 5px;
      background-color: white;
    }
  
  span.bas > a {
      color: white !important;
  }
  
  span.bas > a >i {
      margin-left: 6px;
      transition: all ease 0.5s;
  }
  
  span.bas:hover > a >i {
      margin-left: 12px;
  }
  
  span.bas:hover > a {
      background: #044b7a;
  }
  
  span.bas> a {
      transition: all ease-in 0.5s;
  }
    .logo2 {
      margin-left: -130px;
    
    }
    .Saving-Money h1 {
      margin-top: 80px;
    }
    .logo3 {
      margin-left: -190px;
    }
    .HR-Consulting h1 {
      margin-top: 80px;
    }
    
    .img2 img {
      width: 310px;
      z-index: -1;
      border-radius: 5px;
    }
    .img3 img {
      width: 310px;
      border-radius: 5px;
    }
    
    .logo3 img {
      margin-bottom: -50px;
      border-radius: 57px;
      border: 10px solid white;
      background-color: #ffebe4;
      padding: 10px;
      margin-left: -85px;
    }
    
    .href {
      border: 3px solid #044b7a;
      padding: 10px;
      border-radius: 5px;
    }
    .href a {
      color: #044b7a;
      padding: 0px 20px;
      font-weight: 500;
      letter-spacing: 2px;
    }
    
   
    
    .presentation h1 {
      line-height: 44px;
      font-size: 36px;
      color: #000;
      margin-top: 25px;
      margin-bottom: 30px;
    }
  
    
    .Business-audit p {
      margin-top: 20px;
      margin-bottom: 15px;
    }
    .Saving-Money p {
      margin-top: 20px;
      margin-bottom: 15px;
    }
    .HR-Consulting p {
      margin-top: 20px;
      margin-bottom: 15px;
    }
    .w2:hover {
      color: #044b7a;
    }
    .w1:hover {
      color: #044b7a;
    }
    .w3:hover {
      color: #044b7a;
    }
    
    .w1 {
      color: #646464;
      font-weight: 500;
    }
    .w2 {
      color: #646464;
      font-weight: 500;
    }
    .w3 {
      color: #646464;
      font-weight: 500;
    }
    
    .word {
      text-align: center;
      font-weight: 500;
    }
    p .bas a{
      color: #044b7a;
    }
    
    .img1.animation {
      position: relative;
      display: flex;
      justify-content: center;
      flex-direction: column;
      width: 100%;
      flex-wrap: wrap;
      box-sizing: border-box;
      overflow: hidden;
    }
    
    .parent-item-services .item-services .animation:before {
        content: "";
        background: #fff;
        height: 0;
        width: 0;
        position: absolute;
        transition-duration: 1.3s !important;
        z-index: 3;
        right: 0;
        top:0;
        opacity: 1;
    }
    
    .parent-item-services .item-services .animation:after {
    
      content: "";
      background: #fff;
      height: 0;
      width: 0;
      position: absolute;
      transition-duration: 1.3s !important;
      left: 0;
      opacity: 1;
      bottom: 0;
    }
    
    .item-services:hover .animation:before,
    .item-services:hover .animation:after {
      height: 100%;
      width: 100%;
      opacity: 0;
    }
    
    .item-services {
    
      border-radius: 6px;
      background-color: white;
      box-shadow: 0 10px 43px 0 rgba(109,125,145,.14);
      padding: 20px 20px 40px 20px;
      position: relative;
      flex-direction: column;
      width: 100%;
      box-sizing: border-box;
    }
    
    .parent-item-services {
      width: 33.33%;
      display: flex;
      justify-content: center;
      flex-direction: column;
      padding: 0px 12px;
      margin-bottom: 15px;
    }
    
    .post-img {
      margin-top: 60px;
    }
    .post-img a h1 {
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 20px;
      color: #000;
      transition: all .3s ease-out 0.1s;
    }
    
    .post-img p {
      margin-bottom: 20px;
      line-height: 25px;
      color: #444;
    }
  
   
    .item-services:hover a h1{
      color:#fa360a;
    }
  
    .img1.animation.animated:hover > img {
      transform: scale(1.03);
    }
  
    @keyframes size{
      from{ width:100%; }
      50%{ width:50%; }
      to{width:100%;}
    }
  
    .description {
      display: flex;
      margin: 10px;
      justify-content: space-between;
    }
    
    .item-services svg{
      width:20px;
      transform: translateY(3px);
      margin-left: 5px;
      fill: #044b7a;
  }
  
  .wrap-header {
      display: flex;
      width: 100%;
      flex-wrap: wrap;
      align-items: center;
  }
  
  .wrap-header >div {
      width: 50%;
  }
  
  .explain {
      line-height: 25px;
  }
  
  .wrapper-service {
      padding: 50px 0;
      background-image: url("../images/bg/shape26.png");
      background-position: center center;
      background-repeat: no-repeat;
      position:relative;
  }
  
  .parent-item-services:first-child {
      padding-left: 0;
  }
  
  .parent-item-services:last-child {
      padding-right: 0;
  }
  
  .wrapper-parent-etudes-de-cas {
      width: 50%;
      padding: 0 15px 50px;
      /* border-radius: 8px; */
      position: relative;
      cursor: pointer;
  }
  

  
  .portfolio-btn {
      position: absolute;
      left: 83%;
      transform: translateX(-50%);
      /* bottom: 32px; */
      z-index: 2;
      top: 70%;
  }
 
  
  .container-galerie {
      width: 1200px;
      max-width: 100%;
      margin: 0 auto;
  }
  
  .img-etudes-de-cas {
      border-radius: 15px;
      position: relative;
      overflow: hidden;
      width: 100%;
  }
  
  .img-etudes-de-cas img {
      object-fit: cover;
      width: 100%;
      /* height: 100%; */
      height: 530px;
  }

.date-agenda {
  position: absolute;
  width: 60px;
  background: var(--primary-color);
  top: 0;
  right: 0;
  padding-bottom: 5px;
  padding-top: 18px;
  border-radius: 0 0 50px 50px;
  text-align: center;
  text-transform: uppercase;
}

.date-agenda span {
  display: block;
  font-size: 14px;
  font-family: 'League Spartan';
  font-weight: 500;
  line-height: 20px;
  color: #fff;
}

span.date_in_number {
  position: relative;
  width: 50px;
  background: #fff;
  font-size: 16px;
  line-height: 58px;
  height: 50px;
  color: #4a4e56;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
  margin: 10px auto 0px;
  -webkit-transition: .9s ease-in-out;
  transition: .9s ease-in-out;
  text-transform: none;
}

.parent-title::before {
    content: "";
    width: 3px;
    height: 100%;
    position: absolute;
    background: var(--primary-color);
    left: 0px;
}

.parent-title {
    position: relative;
    overflow: hidden;
    padding-left: 20px;
    min-height: 120px;
}

.parent-etudes-de-cas:hover  .parent-title {
    margin-bottom: 20px;
}

.wrapper-parent-etudes-de-cas .portfolio-btn:hover .btn-style2::after {
    border: 2px solid #005aa9;
    background: white;
}



.btn-style2:hover {
    color: #005aa9;
}

