
***********************************************************************************************************************************/
/* ***********************************************************************************************************|
                                                   banniere                            |
**************************************************************************************************************/

.wrapper-banniere {
    padding: 20px 0;
    position: relative;
    width: 100%;
}
.wrapper-banniere {
    background-image: url("../images/bg/bg-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.banniere {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.banniere-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 750px;
    overflow: hidden;
    height: 100%;
}



.content-left-banner {
    display: flex;
    align-items: center;
    width: 40%;
    position: relative;
    padding-right: 40px;
    /* margin-top: -98px; */
}

.section-title-banner {
    width: 100%;
    font-family: Nunito;
    /* margin-top: 175px; */
    /* border: 4px solid lightblue; */
    padding: 5px;
}

.sub-title-banner {
    /* text-align: left;
    line-height: 110px;
    letter-spacing: 0px;
    font-weight: 800;
    font-size: 100px;
    color: #fd654d; */
    display: inline-block;
    font-size: 16px;
    display: none;
    line-height: 16px;
    font-weight: 400;
    padding: 8px 12px;
    padding-left: 22px;
    border-radius:50px;
    color: white;
    background: var(--second-color);
    position:relative;
    transition: all ease .85s .5s;
    transform: translateY(100px);
    opacity: 0;
}

h1.title-banner {
    text-align: left;
    line-height: 32px;
    letter-spacing: 0px;
    font-weight: 800;
    font-family: 'Nunito';
    font-size: 27px;
    color: rgb(22, 22, 22);
    transition: all ease 1.5s .5s;
    transform: translateY(100px);
    opacity: 0;
}

.texte-banner {
    text-align: left;
    line-height: 25px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 19px;
    padding: 16px 0 32px;
    font-family: 'Nunito';
    color: rgb(22, 22, 22);
    transition: all ease 1.5s .5s;
    transform: translateY(100px);
    opacity: 0;
}

.banner-btn 
 a.primary-btn {
    background: linear-gradient(132deg, rgb(253, 100, 79) 0%, rgb(242, 142, 38) 100%);
    line-height: 22px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 16px;
    padding: 19px 30px;
    border-radius: 36px;
    font-family: Nunito;
    transition: all ease .35s;
    text-transform: capitalize;
}
.banner-btn a.primary-btn span{
       height: 32px;
    width: 32px;
    display: inline-block;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    border-radius: 50px;
    margin-left: 6px;
}
.banner-btn {
    justify-content: start;
}

.banner-btn {
    justify-content: start;
}

.banner-btn a.primary-btn.first-btn {
    display: inline-block;
    font-weight: 700;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 16px;
    transition: .3s;
    position: relative;
    z-index: 1;
    border-radius: 50px;
}

a.primary-btn.second-btn {
      border: 1px solid var(--second-color);
    margin-left: 16px;
    transition: .3s;
    padding: 10px 16px;
    display: inline-block;
    font-weight: 700;
    position: relative;
    color:var(--second-color);
    background:transparent;
}

a.primary-btn.second-btn span {
    background: #DCE6F7;
}

.banner-btn .primary-btn i {
    margin-left: 0;
}

a.primary-btn.first-btn span {
    background: #ed5f25;
}

a.primary-btn.second-btn:hover {
    color: white;
}

.banner-btn a.primary-btn:hover span {
    background: var(--second-color);
}

.banner-btn a.primary-btn.first-btn {
    display: inline-block;
    font-weight: 700;
    padding: 6px 16px;
    font-size: 16px;
    line-height: 16px;
    transition: .3s;
    position: relative;
    z-index: 1;
    border-radius: 50px;
}

a.primary-btn.second-btn {
      border: 1px solid var(--second-color);
      margin-left: 16px;
      transition: .3s;
      padding: 6px 16px;
      display: inline-block;
      font-weight: 700;
      position: relative;
      color:var(--second-color);
      background:transparent;
}

a.primary-btn.second-btn span {
    background: #DCE6F7;
}

.banner-btn .primary-btn i {
    margin-left: 0;
}

a.primary-btn.first-btn span {
    background: #ed5f25;
}
.sub-title-banner::after {
    position: absolute;
    content: "";
    height: 14px;
    width: 2px;
    background: var(--white-color);
    top: 9px;
    left: 12px;
}

/* .banner-btn a.primary-btn:hover::before {
    background: linear-gradient(132deg,  rgb(242, 142, 38) 100%,rgb(253, 100, 79) 0%);
} */

.content-right-banner {
    display: flex;
    align-items: center;
    position: relative;
    width: 60%;
    /* height: 586px; */
    /* right: -488px; */
    /* top: 33px; */
    /* transform: rotate(12deg) translateX(700px); */
    /* opacity: 0; */
    visibility: hidden;
    transition: all ease-in-out 1s .5s;
}

.active .content-right-banner{
   /* transform: rotate(12deg) translateX(0px); */
   opacity: 1;
   visibility: visible;
}

.wrap-content-right-banner {
    width: 100%;
    display: flex;
    position: relative;
    height: 100%;
}

.wrap-image-banner {
    height: 100%;
    border: 20px solid white;
    border-radius: 30px 200px;
    box-shadow: 0px 1px 12px #00000014;
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 2;
}


.wrap-image-banner img {
    width: 100%;
    /* height: 700px; */
    object-fit: cover;
    /* transform: translate(-33px, 0px) rotate(349deg); */
}

.second-shape-banniere {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.second-shape-ban2 {
    right: -45px;
    position: absolute;
    animation: rotateme 4s ease-in-out 0s infinite;
    bottom: 0;
}

.second-shape-ban1 {
    top: 40px;
    position: absolute;
    right: -33px;
    animation: mover 2s infinite alternate;
}
.before-image-banner img {
    width: 100%;
    height: 740px;
}
.before-image-banner {
    position: absolute;
    z-index: 1;
    bottom: -115px;
    left: -105px;
    transform: rotate(348deg);
    display: none;
}

.bubbles_wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 990;
  overflow: hidden;
  pointer-events: none;
}

.bubble {
  position: absolute;
  border-radius: 50%;
  box-shadow: none;
  width: 8px;
  height: 8px;
}

.x1 {
  -webkit-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: 6%;
  top: 45%;
  background: #f56915;
}

.x2 {
  -webkit-animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
  left: 5%;
  top: 80%;
  background: #ffd200;
}

.x3 {
  -webkit-animation: animateBubble 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: 10%;
  top: 40%;
  background: #ff0000;
}

.x4 {
  -webkit-animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
  left: 20%;
  top: 0;
  background: #73f765;
}

.x5 {
  -webkit-animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
  left: 30%;
  top: 50%;
  background: #66d6ff;
}

.x6 {
  -webkit-animation: animateBubble 11s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 11s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: 50%;
  top: 0;
  background: #bf3c80;
}

.x7 {
  -webkit-animation: animateBubble 10s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 10s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: 65%;
  top: 70%;
  background: #73f765;
}

.x8 {
  -webkit-animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
  left: 80%;
  top: 10%;
  background: #ffb62b;
}

.x9 {
  -webkit-animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
  left: 90%;
  top: 50%;
  background: #c74889;
}

.x10 {
  -webkit-animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: 80%;
  top: 80%;
  background: #004a9b;
}

.first-shape-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.first-shape-banniere {
    position: absolute;
    left: 0;
    bottom: 0;
}


.banniere .owl-dots {
  position: absolute;
  top: 88%;
  width: auto;
  display: flex;
  align-items: center;
  /*! flex-direction: column; */
  justify-content: center;
  width: 100%;
  z-index: 1;
}

.banniere .owl-nav {

    right: 0;
    z-index: 2;

}

.banniere .nav-btn {
    color: var(--second-color);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 22px;
    width: 60px;
    aspect-ratio: 1;
    /* height: 70px; */
    border-radius: 50%;
    background-color: white;
    position: absolute;
    position: absolute;
    top: 38%;
    left: 4%;
}



.banniere .nav-btn.next-slide {position: absolute;top: 52%;}

.banniere .nav-btn:hover {
    background: var(--second-color);
    color: white;
}


.banniere .owl-dot span::before {
    content: '';
    /*! position: absolute; */
    font-size: 11px;
    color: var(--second-color);
    font-weight: 600;
  }
  
  .banniere .owl-dot.active span::before{
    color: var(--primary-color);
    
  }

  .banniere .owl-dot span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    
  }

  .banniere .owl-dot {
    transition: all 300ms linear 0ms;
    width: 12px;
    height: 12px;
    border: 3px solid #ff0040;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #fff;
    border: none;
    margin: 5px;
    position: relative;
    color: var(--second-color);
  }
   .banniere .owl-dot.active {
    width: 20px;
    height: 20px;
    border: 3px solid #f38d29;
    -webkit-border-radius: 100%;
    border-radius: 100%;
  }
  .banner-btn {
    margin-top: 20px;
    transition: all ease 1.5s .5s;
    transform: translateY(100px);
    opacity: 0;
    visibility: hidden;
  }
.active .texte-banner {
    transform: translateY(0);
    opacity: 1; 
    transform: translate(0px, 0px); 
    visibility: visible; 
}
.active .sub-title-banner{
   transform: translateY(0);
    opacity: 1; 
    transform: translate(0px, 0px); 
    visibility: visible; 
}
.active .banner-btn {
    transform: translateY(0);
    opacity: 1; 
    transform: translate(0px, 0px); 
    visibility: visible; 
}

.active .title-banner {
    transform: translateY(0);
    opacity: 1; 
    /*! transform: translate(0px, 0px); */ 
    visibility: visible; 
}




 /**********************************************************************************************************************|
                                                    CATEGORIE                                                       |
***********************************************************************************************************************/



.wrapper-category{
  position: relative;
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../images/bg/bg-contact.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #fff;
  background-image: url(../images/bg/bg-annuaire.png);
  background-repeat: no-repeat;
}
.container{
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.sub-title{
  margin-bottom: 20px;
}
.text-center{
text-align: center !important;
}
.sub-title i{
  font-size: 20px;
  color: var(--primary-color);
}
.main-title-box{
  margin-bottom: 50px;
}
.main-title-box .main-title{
  width: 60%;
  margin: 0 auto;
  text-transform: capitalize;
}
.wrapper-category h2{
  font-size: 45px;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: -0.2px;
  color: #010101;
}
.main-title-color{
  font-size: 45px;
  line-height: 38px;
  letter-spacing: -2px;
  color: var(--primary-color);
  font-weight: 700;
}
.wrap-category{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.item-category{
  padding: 0 15px;
  text-align: center;
  width: calc(100% / 3);
  padding: 15px;
}
.wrap-item-category{
  padding: 20px 22px 20px 30px;
  display: flex;
  background-color: #ffffff;
  border-radius: 10px;
  transition: all 0.5s;
  position: relative;
  display: flex;
  padding: 17px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(52, 69, 113, 0.16);
  margin-bottom: 0px;
  justify-content: start;
  align-items: center;
}
.wrap-item-category:hover{
  background-color: #fff;
  border-radius: 20px;
}
.wrap-item-category:hover .category-icon img{
  filter: brightness(0) invert(1);
}
.wrap-item-category:hover .category-icon{
  background-color: var(--second-color);
  transform: scale(1.1) rotate(360deg);
}
.category-icon{
  width: 77px;
  height: 77px;
  border-radius: 50%;
  padding: 14px;
  background-color: #df0e0e14;
  overflow: hidden;
  transition: all 0.5s;
  justify-content: center;
  align-items: center;
  display: flex;
}
.category-icon img{
  width: 40px !important;
  height: 40px;
  object-fit: cover;
  transition: all 0.5s;
  
}

.wrap-item-category-parent {
  position: relative;
  position: relative;
  z-index: 1;
}
.category-text{
  padding-left: 12px;
  text-align: left;
}
.category-text h4{
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.2px;
  color: var(--primary-color);
}
.wrap-btn {
  justify-content: flex-end;
  display: flex;
  width: 50%;
}
.wrap-btn.bottom-btn-categorie {
  justify-content: center;
  margin-top: 20px;
  width: 100%;
}
@keyframes annuairesAnimation{
   0%{
    top: -6px;
    left:0;
   }
   12%{
    top: -3px;
    left: 3px;
   }
   25%{
    top: 0;
    left: 6px;
   }
   37%{
    top: 3px;
    left: 3px;
   }
   50%{
    top: 6px;
    left: 0;
   }
   62%{
    top: 3px;
    left: -3px;
   }
   75%{
    top: 0;
    left: -6px;
   }
   87%{
    top: -3px;
    left: -3px;
   }
   100%{
    top: -6px;
    left:0;
   }
}
.wrap-item-category-parent:hover::before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: -1;
  background-color: var(--third-color);
  animation: 1s annuairesAnimation infinite;
}
.wrap-item-category-parent:hover::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: -1;
  background-color: var(--second-color);
  animation: 2s annuairesAnimation infinite;
}
.wrapper-category .container {
  width: 1300px;
}

.wrapper-category .btn-link-box{
  position: relative;
}
.wrapper-category .btn-link-box a{
  transition: all 0.3s;
  color: #999090;
  padding-right: 15px;
  font-weight: 400;
  position: relative;
  font-size: 17px;
}
.wrapper-category .btn-link-box a::after{
  position: absolute;
  content:"\f105";
  font-family: 'fontAwesome';
  font-weight: 900;
  width: 8px;
  height: 8px;
  color: #999090;
  bottom: -38px;
  left: 104px;
  transform: translateY(-50px);
  cursor: pointer;
  transition: all 0.3s;
  font-size: 14px;
}

.parent-category .nav-btn:hover {
    background: var(--third-color);
    color: white;
}

.parent-category .nav-btn {
  position: absolute;
  transition: all ease 0.5s;
  color: #1C231F;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 17px;
  z-index: 4;
  width: 58px;
  aspect-ratio: 1;
  /*! height: 70px; */
  margin: 0;
  /*! border: 3px solid var(--second-color); */
  top: 48%;
  border-radius: 50px;
  background-color: white;
  /* box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1); */
  background: #ea581c1f;
  color: #ea581c82;
  border: 1px solid #eee;
  transition: all ease-in-out .5s;
}
.parent-category .nav-btn.next-slide {
  right: -62px;
}
.parent-category .nav-btn.prev-slide {
  left: -62px;
}

.wrapper-mission .ligne-titre .wrap-btn a.primary-btn {
  color: var(--primary-color);
  background: white;
}
.wrapper-category .ligne-titre .wrap-btn .primary-btn {
  color: var(--second-color);
  background: white;
  box-shadow: 1px 1px 6px #00000024;
}
.wrapper-category .ligne-titre .wrap-btn .primary-btn:hover {   
  color: #fff;
}

  /**********************************************************************************************************************|
                                                    influenceur                                                         |
***********************************************************************************************************************/



section.wrapper-influenceur {
  position: relative;
  padding: 135px 0 255px;
  background: #eee;
}

.wrap-influenceur {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
}

.content-slide-image {
  position: relative;
  width: 100%;
  z-index: 2;
  align-items: end;
}

.content-behing-image-slide {
  position: relative;
  z-index: 1;
  background: #fff;
  max-width: 664px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  overflow: hidden;
  margin-top: -360px;
  width: 100%;
}
.wrap-influenceur .slick-list.draggable {
    width: 100%;
    
    /* padding: 0 27px !important; */
}
.slide-image {
  /* width: 180px !important; */
  height: 255px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  /* margin: 0 10px; */
  align-items: center;
  justify-content: center;
}

.slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container.influenceur {
    /* width: 85%; */
}
.item-content-behing-image-slide {
    width: 100%;
}
.content-slide-image .slick-track {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 25px;
    
    width: 100%;
}
.slick-center.slide-image {
    max-width: 429px;
    height: 415px;
    /* width: 100% !important; */
    border-radius: 10px;
    overflow: hidden;
    /* margin-left: 35px; */
    /* margin-right: 35px; */
}

.wrap-influenceur .list-wrap {
  /*! display: grid; */
  padding: 0 58px;
  padding-top: 375px;
  grid-template-columns: 1fr 1.2fr;
  gap: 17px;
  font-family: 'Catamaran';
  width: 76%;
  margin: 0 auto;
}

.social-icons-influenceur .fb {
  background: #285da1;
}
.social-icons-influenceur .in {
  background: #03a9f4;
  background: #3371b7;
}
.social-icons-influenceur .tw {
  background: #03a9f4;
}


.social-icons-influenceur {
  grid-column-start: 1;
  grid-column-end: -1;
  display: inline-block;
  background: #030303;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
  padding: 3px 20px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  box-shadow: 0 3px 5px 0 rgb(0 1 1 / 10%);
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  /*! width: 70px; */
  background: #fff;
  padding: 10px 10px;
  align-items: center;
}
.social-icons-influenceur a {
  width: 40px;
  margin: 0 9px 0px 0px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  -webkit-transition: .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 50%;
  background: #4c4747;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
}
.social-icons-influenceur .sn {
  background: #F9DF0D;
  font-size: 26px;
}
.social-icons-influenceur tk {
  background: #392929;
}

h3.title-influencer {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.16;
  color: #030303;
  margin-bottom: 5px;
  font-family: 'Catamaran';
}

h4.bloc-price-influencer {
  font-size: 46px;
  font-weight: 800;
  color: #030303;
  display: flex;
  align-items: flex-start;
  line-height: 1;
  font-family: 'Montserrat';
}

span.device-influencer {
  font-size: 17px;
  text-transform: uppercase;
  margin-top: 6px;
  color: var(--third-color);
}

span.sent {
  font-size: 22px;
  margin-top: 3px;
}

li.item-list-influencer {
  font-size: 18px;
  font-weight: 800;
  text-transform: capitalize;
  color: #0c0c0c;
}

li.item-list-influencer:not(:last-child) {
  margin-bottom: 7px;
}

li.item-list-influencer i {
    color: var(--third-color);
    margin-right: 10px;
}

span.notice-influencer-content {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    padding: 3px 20px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    font-weight: 600;
    font-size: 15px;
    color: #181818;
    background: #E4EBFE;
    display: flex;
    width: fit-content;
    margin-top: 10px;
}
.social-icons .tw {
    background: #03a9f4;
}

.social-icons-influenceur .yb {
    background: red;
}

.social-icons-influenceur .wh {
    background: #20b038;
}

.social-icons-influenceur .en {
    background: #95a5a6;
}

.social-icons-influenceur .pin {
    background: #c92619;
}


.wrap-btn-influencer-action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 23px;
    /* font-family: var(--urbanist); */
    font-weight: 900;
    text-transform: capitalize;
    background: var(--third-color);
    text-align: center;
    padding: 23px 10px;
    color: #fff;
    margin-top: -14px;
    transition: 400ms all;
}
.wrap-btn-influencer-action:hover{
  background-color: var(--primary-color);
}

.content-slide-image  .slick-arrow {
  width: 55px;
  height: 55px;
  cursor: pointer;
  transition: all 300ms linear 0ms;
  border-radius: 50%;
  position: absolute;
  padding: 0;
  background-color: #000000;
  font-size: 20px;
  top: 67%;
  /* transform: translateY(-50%); */
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  border: 3px solid #fff;
  border-radius: 50%;
  /* background-color: rgb(223 14 14); */
  box-shadow: 0 8px 19px 0 rgba(126, 126, 126, 0.35);
  }


  .content-slide-image  .slick-slide {
      transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
      opacity: 1; /* Toutes les images restent visibles */
      transform: scale(1); /* Plus d'effet de zoom */
  }
  
  .content-slide-image  .slick-arrow:hover {
  color: #fff;
  background: var(--primary-color);
  }
  
  .content-slide-image  .slick-next {
  margin-left: 35px;
  outline: none;
  right: 352px;
  }
  
  .content-slide-image  .slick-prev {
  left: 370px;
  }
  span.notice-influencer-content img {
    margin-right: 5px;
    filter: brightness(1) invert(0);
}

/* ********************************************************formulaire**************************************************** */

#form-recherche-influenceur {
  background-color: var(--white-color);
  box-shadow: 0px 6px 12px rgb(0 0 0 / 5%);
  height: 70px;
  border-radius: 10px;
  padding: 0 0 0px;
  position: relative;
  width: 100%;
}
.input-form-inflenceur {
  display: flex;
  justify-content: start;
  width: 42%;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  border-right: 1px solid #dedede;
  position: relative;
}
.form-inflenceur {
  display: flex;
  justify-content: start;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}
.wrap-select .fas.fa-angle-left {
  display: none !important;
  color: transparent;
}
.wrap-select- select {
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
  border-radius: 3px;
  position: relative;
  /*! height: 80px; */
  width: 100%;
  padding: 0 20px 0 45px;
  border: none;
  color: #333;
  appearance: none;
  border: none;
  outline: none;
  -moz-appearance: none;
  font-size: 19px;
  order-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #80808059;
  border-radius: 5px 5px 5px 5px;
}
.wrap-select- {
  display: flex;
  width: 100%;
  position: relative;
  padding-left: 20px;
}
.wrap-select- span i {
  font-size: 18px;
}
.wrap-select- i.fas.fa-angle-left {
  position: absolute;
  left: 93%;
  transform: rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  top: 50%;
}
.input-form-inflenceur span i.fas.fa-angle-left {
  position: absolute;
  transform: rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  top: 50%;
  right: 8%;
}
.wrap-select- span {
  position: relative;
  width: 100%;
  position: absolute;
}
button.primary-btn span {
  height: 26px;
  width: 26px;
  display: inline-block;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  border-radius: 50px;
  margin-left: 6px;
  background: #ffffff69;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn.btn-primary button {
  /*! height: 54px; */
  color: #fff;
  /*! line-height: 70px; */
  /*! text-align: center; */
  /*! border-radius: 10px; */
  /*! cursor: pointer; */
  /*! display: flex; */
  /*! justify-content: center; */
  /*! align-items: center; */
  /*! width: 100%; */
  /*! margin-left: auto; */
  padding: 10px 21px;
  /*! font-size: 19px; */
  /*! font-weight: 500; */
  /*! color: var(--white-color); */
  /*! background: linear-gradient(132deg, rgb(223 14 14) 0%, rgb(242, 142, 38) 100%); */
  /*! line-height: 1.8; */
  margin-left: 15px;
}
.wrapper-form-influenceur {
  margin-bottom: 30px;
}

/* *******************************************************************************************************
                                              process
******************************************************************************************************* */

section.wrapper-process {
    padding: 50px 0 150px;
    /* font-family: 'Quicksand', sans-serif; */
    /* background-color: #F6F9FB; */
    position: relative;
    /* background-color: #F6F6F6; */
    background-image: url(../images/bg/bg-process.jpg);
    background-size: cover;
    /* padding-top: 140px; */
}

.process.container {width: 1250px;}

.wrap-process {
    /* background-image: url(../images/bg/bg-line-process.png); */
    /* background-position: center center; */
    background-repeat: no-repeat;
    background-size: 70% auto;
    position: relative;
    align-content: flex-start;
    margin-top: 50px;
    align-items: unset;
}

.content-item-process {
    width: 20%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.num-process {
    color: #fff;
    font-family: 'League Spartan', sans-serif;
    font-size: 40px;
    font-weight: 700;
}

.item-process {
    width: 25%;
    padding: 0 15px;
    position: relative;
}

.content-item-process:nth-child(2n) .item-process {
    margin-top: 0px;
    transform: translateY(40px);
}

.wrap-item-process {
}

.circle-image {
    margin-bottom: 15px;
    text-align: center;
    position: relative;
}

.circle-image svg {
    transform: rotate(30deg);
    transition: all 0.4s;
    opacity: 70%;
}

.text-right {
  font-size: 17px;
}
.count-chiffres small {
  font-size: 24px;
}

.circle-image svg path:nth-child(1), 
.circle-image svg path:nth-child(2),
.circle-image svg path:nth-child(4) {
    fill: var(--third-color);
}

.process-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: 140px;
    width: 140px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.process-icon img {
    width: 60px;
    /* filter: grayscale(100%); */
}

.wrap-item-process:hover .process-icon img {
    /*transform: rotateY(360deg);*/
}

.process--meta {
    text-align: center;
}

h4.process--title {
    font-size: 18px;
    color: #000;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 5px;
}

p.process--text {
    margin: 0 0 20px 0;
    /*! font-family: 'Roboto',sans-serif; */
    font-size: 15px;
    line-height: 22px;
    color: #444;
    font-weight: 400;
    padding-top: 7px;
}

.item-process:nth-child(2) .circle-image svg, .item-process:nth-child(4) .circle-image svg {
    width: 160px;
    height: 160px;
}

.item-process:nth-child(2) .process-icon, .item-process:nth-child(4) .process-icon {
    width: 120px;
    height: 120px;
}
.wrap-btn-annaire {
    justify-content: center;
    display: flex;
    margin-top: 26px;
  }
.primary-btn.btn-btn-process1 {
  margin-right: 15px;
}
.primary-btn.btn-btn-process2 {
  color: var(--primary-color);
  background: white;
}
.primary-btn.btn-btn-process2 svg {
  fill: var(--primary-color);
}
.primary-btn.btn-btn-process2:hover {
  color: white;
}
.primary-btn.btn-btn-process2:hover svg {
  fill: white;
}
.chiffre-item-guide {
  font-size: 86px;
  font-weight: 700;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px var(--clr-theme-2);
  line-height: 1.6;
  -webkit-text-stroke: 1px var(--primary-color);
  position: absolute;
  z-index: 2;
  left: 10%;
  top: -24%;
  opacity: 0.4;
}
.process .section-title {
  margin-bottom: 90px;
}

.bg-process.has-animation {}

ul.shape-point {}

li.start-point {
    position: absolute;
    z-index: 1;
    top: -0.437rem;
    left: 13px;
    color: var(--third-color);
}

.opacity-animation.transition-50.transition-delay-10 {
    opacity: 1;
    visibility: visible;
    transition: cubic-bezier(0,1,1,1) 0.5s,opacity 0.3s;
}

li.end-point {
    position: absolute;
    z-index: 1;
    top: -14px;
    right: 44px;
}

.opacity-animation.transition-50.transition-delay-4000 {
    opacity: 1;
    visibility: visible;
    transition-delay: 4s;
    transition: cubic-bezier(0,1,1,1) 0.5s,opacity 0.3s;
    color: var(--third-color);
}

.bg-process.has-animation svg {
    position: absolute;
    top: 6px;
    left: 23px;
    right: 0;
    width: 1300px !important;
    object-fit: cover;
}

.bg-process svg path {
    /* stroke: #c6942a; */
    /* opacity: 20%; */
    /* stroke-dasharray: 1300; */
    /* stroke-dashoffset: 1300; */
    /* animation: dash_animation 4s linear forwards; */
    width: 1300px;
}

.content-elmt-process {
    position: relative;
}
.process .title-filigrane {
  color: #808080de;
}

.bg-process svg path:nth-child(1) {
    stroke: var(--black-color);
    /* opacity: 20%; */
    /*! stroke-dasharray: 1300; */
    /*! stroke-dashoffset: 1300; */
    animation: dash_animation 4s linear forwards;
}

.bg-process svg path:nth-child(2) {
    /* stroke: #F6F6F6; */
    stroke: #034c76;
    /* stroke-dasharray: 4; */
}

.wrap-item-process:hover svg {
    /*! fill: #fa360a; */
    opacity: 100%;
    transform: rotate(0deg);
}
.wrap-item-process:hover .circle-image svg path:nth-child(1), 
.wrap-item-process:hover .circle-image svg path:nth-child(2), 
.wrap-item-process:hover .circle-image svg path:nth-child(4) {
    fill: var(--primary-color);
}

.wrap-item-process:hover  .process-icon img {
    filter: grayscale(0);
}

 
  
  /**********************************************************************************************************************|
                                                      missions                                                      |
  ***********************************************************************************************************************/
  
/**********************************************************************************************************************|
                                                      missions                                                      |
  ***********************************************************************************************************************/

.wrapper-mission {
  padding: 74px 0 65px;
  background-image: url("../images/bg/bg-products.png");
  background-size: cover;
  background-position: initial;
}
.item-mission {
  /*! width: 50%; */
  padding: 0 15px;
  padding-bottom: 20px;
}
.wrap-mission .nav-btn {
  position: absolute;
  transition: all ease 0.5s;
  color: #1C231F;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 17px;
  z-index: 4;
  width: 50px;
  aspect-ratio: 1;
  /*! height: 70px; */
  margin: 0;
  /*! border: 3px solid var(--second-color); */
  top: 48%;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
  background: var(--second-color);
  color: white;
  border-radius: 50px;
}
.wrap-mission .nav-btn.next-slide {
  right: -50px;
}
.wrap-mission .nav-btn.prev-slide {
  left: -50px;
}
.wrap-mission .owl-dot{
  width: 25px;
  height: 25px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid transparent;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1px 0;
  width: 15px;
  height: 5px;
  background: grey;
  display: block;
  border-radius: 20px;
  margin: 0 2px;
  transition: all ease .3s;
}


.wrap-mission .owl-dot.active {
  background: var(--primary-color);
  width: 30px;
  
}
  

.image-mission {
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
}
.image-mission img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.left-item-mission {
  position: relative;
}

.categorie-mission i {
  font-size: 13px;
  margin-right: 6px;
}
.categorie-mission {
  padding: 2px 11px;
  background: var(--third-color);
  width: fit-content;
  color: white;
  border-radius: 5px;
  font-size: 15px;
  position: absolute;
  top: -13px;
}

.wrap-mission .owl-dots {
  display: flex;
  justify-content: center;
}
.date-mission {
  position: absolute;
  position: absolute;
  display: inline-block;
  width: 64px;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  padding: 11px 0px 5px 0px;
  text-align: center;
  border-radius: 5px;
  line-height: 24px;
  margin-bottom: 22px;
  background: var(--third-color);
  top: 20px;
  left: 15px;
}
.logo-mission {
  position: absolute;
  top: 20px;
  width: 200px;
  right: 15px;
  background: white;
  border-radius: 10px;
  padding: 5px;
}

.date-mission span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.right-mission {
  opacity: 3;
  bottom: 10px;
  transition-delay: 0s;
  position: absolute;
  z-index: 4;
  transition-delay: .12s;
  background: white;
  bottom: 0;
  left: 0;
  right: 55px;
  padding: 20px;
  background-color: #ffffff;
  filter: drop-shadow(0 0 15px rgba(0,0,0,0.15));
  border-radius: 0 10px 0 10px;
  border-color: var(--second-color);
}
.wrap-item-mission {
  position: relative;
  display: block;
  border-radius: 10px;
  margin-bottom: 10px;
}
.titre-mission {
  display: block;
  font-size: 21px;
  line-height: 30px;
  color: black;
  font-weight: 600;
  padding-bottom: 7px;
  -bottom: 24px;
  position: relative;
  padding-top: 8px;
  width: 90%;
}
.btn-mission {
  position: absolute;
  right: -26px;
  bottom: 0;
  width: 26px;
  height: 26px;
  line-height: 30px;
  color: #030727;
  transition: all .5s;
  text-align: center;
  background-color: #f4f6f5;
  font-size: 13px;
  border-radius: 0 5px 0 0;
}
.wrap-item-mission:hover .btn-mission {
  right: -55px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background-color: var(--second-color);
  color: #ffff;
  font-size: 20px;
  border-radius: 0 0 10px 0;
}
  
  
  
  /*************************************************************************************************************************|
                                                             FAQ mission Vision                                           **|
  **************************************************************************************************************************/
  
  
  .wrapper-faq-mission {
      position: relative;
      padding: 90px 0 60px;
      background: #a2a2c733;
  }
  
  .wrapper-faq-mission::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: url(../images/bg/bg-faq.png);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
  }
  .active h4.toggle-title {
    padding-bottom: 15px;
  }
  
  .item-left-faq {
    position: relative;
    padding: 0 0 0 101px;
    min-height: 80px;
    margin-bottom: 30px;
  }
  .item-left-faq:hover .item-left-faq__icon {
    color: white;
  }
  .item-left-faq:hover .item-left-faq__icon::after {
    height: 140%;
  }
  .item-left-faq__icon {
    width: 80px;
    height: 80px;
    border-radius: 6px;
    font-size: 30px;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: var(--ienet-white, #fff);
    position: absolute;
    left: 0;
    top: 4px;
    z-index: 2;
    transition: all 400ms ease;
  }
  .item-left-faq__icon::after {
    position: absolute;
    content: "";
    background-color: var(--primary-color);
    width: 140%;
    height: 0%;
    left: 50%;
    top: 50%;
    border-radius: 6px;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: -1;
    transition: all 600ms ease;
  }
  .item-left-faq__title {
    font-size: 21px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 6px;
    color: #231340;
  }
  .item-left-faq__text {
    line-height: 26px;
    margin: 0;
    color: gray;
    font-size: 17px;
  }
  
  .item-left-faq__icon img {
    height: 44px;
  }
  .item-left-faq:hover  .item-left-faq__icon img {
    filter: brightness(0) invert(1);
  }
  .text-right {
    font-size: 17px;
  }
  .btn-wrap {
    margin-top: 15px;
    /*! justify-content: center; */
    display: flex;
  }
  
  .wrap-btn {
    justify-content: flex-end;
    display: flex;
    width: 50%;
    align-items: center;
  }
  
  .container.annuaires .ligne-titre {
    width: 1300px;
  }
  .body-content-response-faq p {
    line-height: 1.8;
    color: #6f6d73;
  }
  
  .container.faq-mission {}
  
  .wrap-faq-mission.row-container {}
  
  .left-faq-mission {
      width: 100%;
      padding: 0 15px;
  }
.wrap-left-faq-mission a.primary-btn {
    background: var(--third-color);
}
  .left-faq-mission .wrap-btn {
    justify-content: start;
    display: flex;
  }
  
  .wrap-left-faq-mission {}
  .container.faq-mission .title-filigrane {
    text-align: left;
    color: gray;
  }
  .text-mision-vision {
      /* font-size: 15px; */
      margin-bottom: 23px;
      color: #74787C;
      position: relative;
      padding-left: 21px;
      font-size: 16px;
      font-weight: 400;
      line-height: 30px;
      /* font-family: "DM Sans", Sans-serif; */
  }
  
  
  .content-mission-vision {
  }
  
  .text-mision-vision:before {
      content: '';
      position: absolute;
      width: 3px;
      height: 100%;
      background-color: #005aa9;
      top: 0;
      left: 0;
  }
  
  ul.list-content-mission-vision {margin: 0px 0px 30px 0px;}
  
  li.item-list-content-mv {
      margin-bottom: 13px;
      /* display: flex; */
  }
  
  span.icon-list-content-mv {
      margin-right: 8px;
      margin-bottom: 4px;
      transition: all 220ms linear;
      font-size: 16px;
      color: #005aa9;
  }
  
  span.icon-list-content-mv i {}
  
  span.title-list-content-mv {
      color: #1A1A1A;
      /* font-family: "DM Sans", Sans-serif; */
      font-size: 16px;
      font-weight: 500;
      line-height: 1px;
      transition: all .3s linear;
  }
  
  
  .right-faq-mission {
      width: 100%;
      padding: 0 15px;
      padding-right: 0;
  }
  
  .wrap-right-faq-mission.accordion {display: flex;flex-wrap: wrap;justify-content: space-between;}
  
  .toggle.ttm-style-classic {
     padding: 25px 20px 25px 13px;
    cursor: pointer;
     border-radius: 100px;
     background: white;
     margin-bottom: 20px;
     width: 100%;
     height: fit-content;
  }
  
  .toggle.ttm-style-classic.active {
      box-shadow: rgba(0,0,0,7%)0 4px 12px;
      border-radius: 20px;
  }
  
  h4.toggle-title {
   text-transform: capitalize;
   font-weight: bold;
   color: var(--primary-color);
   font-size: 16px;
   margin: 0;
   transition: all 500ms ease;
   position: relative;
   display: flex;
   align-items: center;
   gap: 18px;
   padding-left: 71px;
  }
  
  .active h4.toggle-title {
      background-color: #fff;
      border-color: #fff;
      color: var(--third-color);
  }
  
  
  
  h4.toggle-title:after {
      content: '\f067';
      position: absolute;
      font-family: "FontAwesome";
      top: 50%;
      left: 10px;
      transform: translateY(-50%);
      transition: all .3s linear;
      border-radius: 5px;
      color: white;
      background: #271647;
      width: 45px;
      height: 45px;
      transition: all 500ms ease;
      background-color: var(--white-color);
      justify-content: center;
      display: flex;
      align-items: center;
      padding: 10px;
      padding-left: 13px;
      font-size: 20px;
      padding-top: 9px;
      border-radius: 50%;
      display: inline-block;
      flex-shrink: 0;
      box-shadow: 0px 0px 10px #d1d1ec;
      background: var(--primary-color);
  }
  
  .active h4.toggle-title:after {
      content: '\f068';
      position: absolute;
      font-family: "FontAwesome";
      top: 50%;
      left: 10px;
      transform: translateY(-50%);
      transition: all .3s linear;
      border-radius: 50%;
      color: white;
      background: var(--primary-color);
      top: 23%;
  }
  
  .toggle-content {
      display: none;
  }
  
  .body-content-response-faq {
      transition: all 0.3s ease-in-out;
      font-family: "DM Sans", Sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 28px;
      color: #74787C;
      padding: 0 30px 16px;
      box-shadow: rgba(149,157,165,3%)0 8px 24px;
      font-family: Poppins;
  }

.body-content-response-faq ul {
    padding-left: 13px;
}

.body-content-response-faq ul li {
    /* list-style: dots; */
    position: relative;
    padding-left: 15px;
    font-size: 15px;
}

.body-content-response-faq ul li::before {
    width: 5px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: grey;
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
}

  .active .toggle-content {
      display: block;
  }
  
  
  
  /****************************************************************************************
                                       call to action
  *************************************************************************************** */    
  
      
  .wrap-call-new-call-action.row-container {
  }
  
  .wrapper-new-call-action {
    margin-top: -83px;
    position: relative;
    margin-bottom: -94px;
    z-index: 2;
  }
  .wrap-call-new-call-action {
    background-size: cover;
    background-position: 50%;
    padding: 37px;
    border-radius: 10px;
    background-image: url(../images/bg/bg-call.jpg);
    /*! background: black; */
  }
  .right-new-call-action {
    width: 35%;
  }
  .left-call-to {
    width: 61%;
    display: flex;
    align-items: center;
  }
  .contact-info-wrap {
    width: 46%;
    position: relative;
    display: flex;
  }
  .contact-info-wrap::before {
    content: "";
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 74px;
    background: var(--primary-color);
  }

.right-new-call-action a.primary-btn.last {
    background: var(--third-color);
    margin-left: 54px;
    position: relative;
    overflow: visible;
}

.right-new-call-action a.primary-btn.last::after {
    content: "";
    height: 100%;
    border-left: 2px dashed #ffffffc2;
    position: absolute;
    width: 100%;
    left: -26px;
}
  .content-info-contact {
    display: grid;
  }
  .content-info-contact span {
    display: block;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    color: white;
  }
  .content-info-contact  a {
    font-weight: 700;
    font-size: 30px;
    display: inline-block;
    color: white;
  }
  .icon-info-contact {
    font-size: 50px;
    color: #fafafa;
    line-height: 0;
    margin-right: 15px;
  }
  .contact-info-wrap {
  }
  .new-call-action-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
    color: white;
    line-height: 1.13;
  }                            
  
  
  
  
/**********************************************************************************************************************|
                                                    ACTUALITES                                                         |
***********************************************************************************************************************/



.wrapper-actualites {
  padding: 235px 0 50px;
  /* background-color: #f5f5f6; */
  background-image: url(../images/shape/shape3.png);
  position: relative;
  /*! background-color: #F8F8F8; */
  background-position: top right;
  background-repeat: no-repeat;
}

.pattern-layer {
  bottom: 0;
  z-index: 0;
  position: absolute;
  left: 0;
}

.pattern-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 568px;
  height: 441px;
  background-repeat: no-repeat;
  background-image: url("../images/bg/bg-actualite.png");
  display: none;
}

.wrap-actualites {
  display: flex;
  padding-top: 30px;
}

.item-actualites {
  /* width: 33.33%; */
  padding: 0 10px;
}

.wrap-item-actualites {
  position: relative;
  display: block;
}

.wrap-item-actualites::before {
  position: absolute;
  content: '';
  width: calc(100% - 20px);
  height: calc(100% - 10px);
  left: 10px;
  top: 10px;
  border: 1px solid #e0e0ea;
  border-radius: 5px;
  z-index: 1;
}

.wia-image {
  position: relative;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 8%);
}

.categorie-actualite i {
font-size: 14px;
top: -2px;
position: relative;
margin-right: 5px;
}

.wia-image::before {
  position: absolute;
  content: '';
  background: #252638;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.15;
  z-index: 1;
  transition: all 500ms ease;
}
.wrap-actualites .owl-dots {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -3%;
  width: 100%;
}

.wrap-actualites .owl-dot {
background: var(--second-color);
position: relative;
border-radius: 20px;
padding: 3px 17px;
margin: 0 5px;
}

.wrap-actualites .owl-dot.active {
background: var(--primary-color);
}

.list-btn-activites {
  top: 19px;
  left: 32px;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}
.btn.actualite-btn {
  position: relative;
}
.list-btn-activites>div {
  padding-right: 17px;
}

.btn.actualite-btn .icon-top-actu {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  aspect-ratio: 1;
  border-radius: 100%;
  /* background-color: var(--white-color); */
  border: 2px solid var(--white-color);
  color: var(--white-color);
  font-size: 18px;
}

.wrap-item-actualite:hover .btn.actualite-btn .icon-top-actu {
  color: var(--second-color);
  background-color: var(--white-color);
}
span.nb-element-content {
  position: absolute;
  background: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  font-size: 10px;
  aspect-ratio: 1;
  height: 20px;
  color: white;
  border-radius: 50px;
  top: 0;
  right: 10px;
}

.btn.actualite-btn:last-child {
  padding-right: 0px;
}
.btn.actualite-btn {
  position: relative;
}
span.nb-element-content.camera {
  right: -8px;
}


.wia-image img {
  width: 100%;
  transition: all 500ms ease;
  border-radius: 5px;
  height: 270px;
  object-fit: cover;
}

.wia-date {
  position: absolute;
  top: 10px;
  right: 10px;
}

.wia-image:hover {
}
.wrap-item-actualites:hover img {
transform: scale(1.05);
border-radius: 5px;
transition: all 500ms ease-in-out;
}
.wrap-item-actualites:hover .actualite-title {
/*! color: var(--primary-color); */
}
.wrap-item-actualites:hover::before {
border-color: var(--second-color);
}
.wrap-item-actualites:hover .button-actualite {
color: var(--primary-color);
}

.element-shape-decor-chiffres .item-shape-decor:nth-child(1) {
bottom: 0;
left: -16px;
}

.wia-date div {
  position: relative;
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  font-size: 24px;
  font-weight: 700;
  background: #ffffff;
  padding: 11px 3px 5px;
  text-align: center;
  border-radius: 0px 5px 0px 5px;
  line-height: 24px;
  z-index: 1;
  color: var(--primary-color);
}

.wia-date div span {
  display: block;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}

.actualites-details * {
  z-index: 2;
}

.btn.actualite-btn span:first-child {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  aspect-ratio: 1;
  border-radius: 100%;
  background-color: white;
  border: none;
  color: var(--second-color);
  font-size: 16px;
  box-shadow: 2px 4px 8px #0000002e;
}

.actualites-details .categorie-actualite {
  position: absolute;
  left: 30px;
  top: -15px;
  background: var(--primary-color);
  color: #ffffff;
  padding: 3px 12.5px;
  border-radius: 4px;
  transition: all 500ms ease;
  z-index: 1;
}

.categorie-actualite i {
font-size: 14px;
top: -2px;
position: relative;
margin-right: 5px;
}

.actualites-details {
  position: relative;
  padding: 33px 30px 15px 30px;
  /* z-index: 1; */
  background: #f8f8f8;
}

.actualite-title {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 17px;
  margin-bottom: 14px;
  border-bottom: 1px solid #e0e0ea;
  color: #252638;
  line-height: 30px;
}

.button-actualite {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--black-color);
}

.button-actualite i {
  font-size: 13px;
  margin: 0 0 0 4px;
}


.wrap-actualites .nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  background: var(--white-color);
  width: 45px;
  height: 65px;
  /* z-index: 1000; */
  border-radius: 10px;
  left: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  -webkit-transition: all .3s;
}

.wrap-actualites .nav-btn.prev-slide {}

.wrap-actualites .nav-btn.next-slide {
  left: unset;
  right: -15px;
}

.wrap-actualites .nav-btn:hover {
  background: var(--primary-color);
  border: 2px solid var(--primary-color);
  color: var(--white-color);
}


  /**********************************************************************************************************************|
                                                      CHIFFRES CLES                                                      |
  ***********************************************************************************************************************/
  
  
  .wrapper-chiffres-cles {
    /*! padding: 34px 0 70px; */
    position: absolute;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    margin: -242px 0 -13px;
  }
  
  .chiffres-cles {
    padding: 0 15px;
    width: 1300px;
  }
  
.wrap-chiffres-cles-right .owl-nav.disabled {
  display: flex !important;
}
.wrap-chiffres-cles-right .nav-btn {
  border-radius: 20px 2px 3px 20px;
  height: 35px;
  width: 45px;
  background: var(--third-color);
  justify-content: center;
  display: flex;
  align-items: center;
  top: -14%;
  right: 4%;
  position: absolute;
  font-size: 15px;
}
.wrap-chiffres-cles-left .text-title {
    /* font-weight: 500; */
    color: var(--primary-color);
}
.wrap-chiffres-cles-right .nav-btn.next-slide {
  right: -3%;
  border-radius: 2px 20px 20px 2px;
}
  
  .wrap-chiffres-cles {
    position: relative;
    z-index: 2;
    padding: 50px 65px;
    background: transparent;
    border-radius: 15px;
    /*! margin: -114px 0 23px; */
    color: var(--white-color);
    border: none;
  }
  
  .item-chiffres {
    position: relative;
    width: 25%;
    padding: 0 15px;
  }
  
  .item-shape-decor {
      position: absolute;
      z-index: 1;
  }
  
  .item-shape-decor img {}
  
  .item-shape-decor:nth-child(1) {
      bottom: 0;
      left: 0;
  }
  
  .item-shape-decor:nth-child(2) {
      top: 0;
      right: 0;
  }
  .wrap-item-chiffres {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 15px;
    position: relative;
    z-index: 1;
  }
  
  .item-chiffres:not(:last-child) .wrap-item-chiffres:before {
    position: absolute;
    content: '';
    background: rgba(255,255,255,0.4);
    width: 1px;
    height: 80px;
    top: 8px;
    right: -15px;
  }
  .wrap-item-chiffres::after {
    content: url(../images/shape/shape8.png);
    position: absolute;
    left: 44px;
    top: 58%;
    transform: translateY(-50%);
    z-index: -1;
    filter: brightness(0%) invert(100%);
  }
  .count-num {
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    font-family: Poppins;
  }
  
  .count-num span {
  
  }
  
  .title-counter {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #5f5f5f;
  }
  
  


.wrapper-chiffres-cles {
    padding: 60px 0 70px;
    background-image: url(../images/bg/bg-chiffres-cles.png);
    background-repeat: no-repeat;
}

.wrap-chiffres-cles-left {
    width: 40%;
    padding-right: 30px;
}

.wrap-chiffres-cles-left .section-title::before {
    position: absolute;
    content: '';
    background: #e6e6ea;
    width: 1px;
    height: 80%;
    right: -24px;
    bottom: 0;
    top: 0;
    margin: auto;
    display: none;
}

.wrap-chiffres-cles-right {
  width: 100%;
  display: flex;
}

.wrap-chiffres-cles .section-title {
    margin: 0;
}

.wrap-chiffres-cles .section-title h2 {
    font-size: 40px;
    color: var(--primary-color);
}

.item-chiffres-cles {
    padding: 0px 12px;
    /* width: 25%; */
}

.wrap-item-cf {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-bottom: 20px;
}

.count-chiffres {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 60px;
    color: white;
    font-weight: 700;
    margin-bottom: 4px;
}

span.title-counter {
    display: block;
    font-size: 17px;
    line-height: 17px;
    font-weight: 500;
}

.icone-chiffre-cles {
  width: 100px;
  height: 100px;
  line-height: 120px;
  border-radius: 50%;
  text-align: center;
  background-color: white;
  font-size: 56px;
  text-align: center;
  margin: 5px auto;
  transition: all 0.4s ease-in-out;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-bottom: 20px;
}
.icone-chiffre-cles img {
  width: 56px !important;
}

.wrap-item-cf {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-bottom: 20px;
}

.count-chiffres {
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 60px;
  color: #444444;
  font-weight: 700;
  margin-bottom: 4px;
}

span.title-counter {
  display: block;
  font-size: 17px;
  line-height: 17px;
  font-weight: 500;
}

.chiffre-item-guide {
    font-size: 86px;
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px var(--clr-theme-2);
    line-height: 1.6;
    -webkit-text-stroke: 1px var(--primary-color);
    position: absolute;
    z-index: 2;
    left: 10%;
    top: -24%;
    opacity: 0.4;
  }

.icone-chiffre-cles {width: 100px;height: 100px;line-height: 120px;border-radius: 50%;text-align: center;background-color: #ffffff;font-size: 56px;border: 2px solid #c3c3c387;text-align: center;margin: 5px auto;transition: all 0.4s ease-in-out;justify-content: center;align-items: center;display: flex;margin-bottom: 20px;}
.icone-chiffre-cles img {width: 56px !important;/* filter: brightness(0) invert(1); */}
.wrap-item-cf::before {position: absolute;top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%;content: "";background: #d5aa3e;border-radius: 9px;z-index: -1;top: -50px;height: initial;transition: all 0.4s ease-in-out;visibility: hidden;opacity: 0;top: 20%;visibility: visible;opacity: 1;}
.wrap-item-cf:hover::before {
top: 20%;
visibility: visible;
opacity: 1;
}


/**********************************************************************************************************************************


                                                     temoignages


                                                     
**********************************************************************************************************************************     */      



.wrapper-testimonial{
  position: relative;
  padding: 40px 0 60px;
  overflow: hidden;
  padding: 50px 0 61px;
  position: relative;
  background-image: url(../images/bg/bg-temoignage1.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.wrapper-testimonial-shape-1{
  position: absolute;
  bottom: 0;
  left: 0;
}
.wrapper-testimonial-shape-2{
  display: block;
  position: absolute;
  top: -10%;
  right: 0;
  animation: tptranslateX2 4s infinite alternate;
}
@keyframes tptranslateX2{
  0%{
      transform: translateX(0px);
  }
  100%{
     transform: translateX(40px)
  }
}
.title-box{
  padding: 0 15px;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
  text-align: center;
}
.sub-title{
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
  position: relative;
  /*! color: var(--second-color); */
  font-size: 16px;
  position: relative;
  padding: 0 10px;
  min-height: 33px;
  line-height: 1.8;
  display: inline-block;
  letter-spacing: 1px;
  border: 2px solid var(--third-color);
  border-radius: 4px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: var(--third-color);
  width: fit-content;
}
.sub-title i{
  font-size: 12px;
  display: inline-block;
  margin-right: 4px;
  color: var(--third-color);
  transform: translateY(2px);
  top: -4px;
  position: relative;
  margin-left: 4px;
}
.main-title{
  font-weight: 700;
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 0;
}

.wrap-testimonial{
  display: flex;
  flex-wrap: wrap;
}
.wrap-testimonial{
  margin: -40px -20px;
  padding: 40px 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.item-testimonial{
  flex-shrink: 0;
  position: relative;
  transition-property: transform;
  margin-right: 30px
}
.wrap-item-testimonial{
  padding: 40px;
  padding-left: 107px;
  margin-left: 73px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  position: relative;
  padding-top: 50px;
  padding-right: 60px;
  border-radius: 10px;
  border: 1px solid #eee;
}
.testimonial-author-img{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -65px;
  z-index: 1;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  /*! position: relative; */
  background-color: white;
  margin-left: 0px;
}
.testimonial-author-img img{
  border-radius: 50%;
  height: 100%;
  width: 130px;
  max-width: 100%;
}
.testimonial-quote{
  position: absolute;
  bottom: 87px;
  left: 50%;
  transform: translateX(-50%);

}
.testimonial-quote span{
  height: 60px;
  width: 60px;
  line-height: 70px;
  font-size: 24px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  color: #fff;
  background-color: var(--primary-color);
}
.testimonial-text p{
  line-height: 26px;
  padding-right: 20px;
  padding-bottom: 10px;
  color: #727272;
  margin-bottom: 15px;
  font-size: 19px;
}
.wrap-testimonial .owl-dots {
display: flex;
justify-content: center;
flex-wrap: wrap;
width: 100%;
position: absolute;
bottom: -4px;
border-radius: 10px;
}

.wrap-testimonial .owl-dot {
width: 25px;
height: 8px;
background: #000 !important;
border-radius: 15px;
margin: 5px !important;
opacity: .2;
transition: all ease .3s;
}

.wrap-testimonial .owl-dot.active {
background-color: var(--primary-color) !important;
width: 30px;
height: 8px;
opacity: 1;
}


.quote-temoignages {width: fit-content;display: flex;justify-content: end;font-size: 50px;color: var(--primary-color);line-height: 20px;position: absolute;right: 27px;top: 0px;}
.testimonial-bottom-box{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial-author-name{
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 5px;
  line-height: 1.1;
  color: black;
}

.testimonial-author-img::before {content: "";position: absolute;width: 160px;height: 160px;background: -webkit-gradient(linear, left top, left bottom, from(#f3640a), to(#fec53e));background: linear-gradient(132deg, rgb(223 14 14) 0%, rgb(242, 142, 38) 100%);z-index: -1;top: -7px;left: -7px;border-radius: 50%;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}
.wrapper-testimonial .container {
width: 1300px;
}
.testimonial-autohr-info span {
color: var(--second-color);
font-weight: 600;
font-size: 18px;
}
.testimonial-author-info span{
  font-weight: 500;
}
.testimonial-author-rate{
  display: flex;
  color: var(--third-color);
}
.testimonial-shape{
  position: absolute;
  bottom: -11px;
  right: 0;
}
.testimonial-shape img{
  width: 100%;
}
.wrap-testimonial .active .wrap-item-testimonial::after{
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 6px;
  position: absolute;
  background: linear-gradient(132deg, rgb(223 14 14) 0%, rgb(242, 142, 38) 100%);
  opacity: 1;
  border-radius: 5px;
}
.wrap-item-testimonial::after{
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 6px;
  position: absolute;
  background-image: linear-gradient(-180deg, rgb(226, 9, 53) 0%, rgb(22, 23, 26) 100%);
  opacity: 0.2;
}
  


  /**********************************************************************************************************************|
                                                     PARTENAIRES                                                     |
  ***********************************************************************************************************************/
 



  .wrapper-partenaire{
    background-image: url(../images/partenaire/bg-shape-partenaire.webp);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 102px 0px 70px 0px;
    position: relative;
}
.parent-wrap-partenaire {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.parent-wrap-partenaire {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.parent-wrap-partenaire .wrap-btn {
    justify-content: center;
    margin-top: 30px;
}

.wrap-partenaire{
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 20px 30px 10px rgba(200,208,214,.25);
    width: 100%;
}
.item-partenaire{
    position: relative;
    flex: 0 0 auto;
    width: 16.6667%;
    max-width: 25%;
}
.item-partenaire{
    height: 156px;
    display: flex;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}
.item-partenaire:nth-child(1), .item-partenaire:nth-child(5){
    /* border-left-width: 0; */
}
.item-partenaire:nth-child(5), .item-partenaire:nth-child(6),
.item-partenaire:nth-child(7), .item-partenaire:nth-child(8){
    /* border-bottom-width: 0; */
}
.partenaire-img-box{
    text-align: center;
    padding: 0 15px;
}
.partenaire-img-box img{
    height: auto;
    max-width: 100%;
    max-height: 95px;
}
.partenaire-btn-box{
    width: 100%;
    margin-top: 79px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.partenaire-btn-box .partenaire-btn{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 17.5px;
    padding: 21px 55px 21px 55px;
    z-index: 1;
    cursor: pointer;
    height: 100%;
    text-transform: capitalize;
    overflow: hidden;
    outline: 0;
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    border-radius: 4px;
    background-color: var(--primary-color);
    text-align: center;
}
.partenaire-btn::before{
    content: attr(data-hover);
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translate(0, -100%);
    transition: all .3s ease-in-out;
}
.partenaire-btn:hover:before{
    opacity: 1;
    transform: translate(0, 0);
}
.partenaire-btn:hover{
    box-shadow: 0 0 40px 0 var(--primary-color);
}
.link-text{
    position: relative;
    z-index: 1;
    transition: all .3s linear 0ms;
    top: 0;
}
.partenaire-btn:hover .link-text{
    opacity: 0;
    top: 50px;
}