/****************************************************************************************************************************************
*************************************************************************************************************************************
                                              banniere
***********************************************************************************************************************************/
section.wrapper-banniere {position: relative;transition: 0.4s ease;/* clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%); */z-index: 2;color: #f0f0f0;overflow: hidden;/* top: -40px; */margin-top: -40px;height: 800px;}

.wrapper-banniere {
    padding-bottom: 0;
    /*! animation: bg-zoom-anim 10s linear infinite alternate; */
    position: relative;
    background-size: cover;
    height: 100%;
    background-image: url("https://demo.bravisthemes.com/breeza/wp-content/uploads/2024/02/home3-bg_slide.webp");
    background-position: center center;
    background-repeat: no-repeat;
    height: 780px;
    z-index: 1;
}

.primary-btn.second-btn {
  background: white;
  color: var(--primary-color);
  margin-left: 20px;
}
.primary-btn.second-btn svg {
  fill: var(--primary-color);
}
.primary-btn.second-btn:hover {
  color: white;
}
.primary-btn.second-btn:hover svg {
  fill: white;
}
.primary-btn.second-btn::before {
  /*! background: var(--second-color); */
}

.chapeau-banner strong {
  color: var(--second-color);
  /*! font-size: 18px; */
}
.active .wrap-banniere-image {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.right-wrap-banniere::before {
  position: absolute;
  left: -60px;
    content: '';
  bottom: -8px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: #5c8dcf2b;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
  z-index: -1;
}
.wrap-banniere-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 600px;
    height: auto;
    transform: translateY(900px);
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 2s;
    height: 100%;
    min-height: auto;
    top: -77px;
    position: relative;
    left: 57px;
    height: 550px;
    object-fit: cover;
    border-radius: 80px 80px 80px 0;
    box-shadow: -10px 10px 25px 8px rgba(0 0 0 / 20%);
    border: 10px solid var(--white-color);
    overflow: hidden;
    margin: ;
}
.right-wrap-banniere {
    position: relative;
    width: 53%;
    z-index: 4;
    min-height: auto;
}
.title-banner span {
  color: var(--second-color);
  position: relative;
  text-shadow: 0px 6px 10px rgba(163.99999999999997, 184.99999999999997, 240.99999999999997, 0.8);
  /* margin-left: 13px; */
  /*! display: inline-block; */
  line-height: 1;
}
.section-title-banner {
    position: relative;
    padding-right: 30px;
    margin-top: -55px;
}
.title-banner span::before{
  content: '';
    z-index:-1;
  position: absolute;
  width: calc(100% + 20px);
  height: 100%;
  mask-image: url(../images/shape/highlight.png);
  mask-size: cover;
  background-color: #0055FF4D;
  left: -10px;
  top: 0;
  animation: moveBackground 5s linear infinite;
  display: none;
}

@keyframes moveBackground {
  from {
      mask-position: 0 0
  }

  to {
      mask-position: 100% 0
  }
}


.bottom-shape-banniere2 {
  position: absolute;
  right: 0px;
  top: -8%;
  overflow: hidden;
  bottom: -66px;
  z-index: 0;
  transform: rotate(180deg);
  height: fit-content;
}

/* .wrapper-banniere::before {

    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 40px;
    background-size: contain;
    background-image: url("../images/shape/bottom-banner.png");
    background-repeat: no-repeat;
    z-index: 3;
} */
.hero-shape {
    position: relative;
    width: 100%;
    height: 100%;
}

.banner-shape-1 {
    display: flex;
    align-items: end;
    justify-content: end;
    position: absolute;
    top: 0%;
    right: 243px;
    animation: pxl_right_left 12s ease-out infinite;
    width: 672px;
    height: auto;
}

.banner-shape-1 img {
    width: 100%;
    height: auto;
}

.banner-shape-3 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.banner-shape-3 img {
    animation: pxl_right_left 12s ease-out infinite;
}
@keyframes pxl_right_left {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(40px)
    }

    50% {
        transform: translateX(0)
    }

    75% {
        transform: translateX(-40px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes blinkingText {
    0% {
        background: var(--primary-color)
    }

    50% {
        background: #fff
    }

    100% {
        background: var(--primary-color)
    }
}

.banniere-item {
    padding-top: 204px;
    position: relative;
}

.banner-shape-4 {
    position: absolute;
    top: 90px;
    left: 286px;
}
.banner-shape-2 {
    position: absolute;
    right: 0;
    bottom: 0;
}
.hero-section {
  position:absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  padding-top: 138px;
}
.hero-shape-1 {
  position:absolute;
  left:0;
  bottom:0;
  width:20%;
  height:60px;
  background:var(--primary-color);
  clip-path:polygon(100% 0,0 0,0 100%);
  z-index:3;
  clip-path: polygon(-10% 0,0 100%,100% 100%);
}
.hero-shape-2 {
  position:absolute;
  left:0;
  bottom:0;
  width:35%;
  height:80px;
  background:var(--primary-color);
  clip-path:polygon(100% 0,0 0,0 100%);
  opacity:.5;
  z-index:3;
  clip-path: polygon(-10% 0,0 100%,100% 100%);
}
.hero-shape-3 {
  position:absolute;
  right:0;
  bottom:0;
  width:30%;
  height:60px;
  background:var(--primary-color);
  clip-path:polygon(100% 0,0 100%,100% 100%);
  z-index:3
}
.hero-shape-4 {
  position:absolute;
  right:0;
  bottom:0;
  width:35%;
  height:80px;
  background:var(--primary-color);
  clip-path:polygon(100% 0,0 100%,100% 100%);
  opacity:.5;
  z-index:3
}

.wrap-banniere-image img {
  object-fit: cover;
  height: 100%;
}
.hero-shape-5 {
  position:absolute;
  right:0;
  top:0;
  width:20%;
  height:40px;
  background:var(--primary-color);
  clip-path:polygon(100% 0,0 0,100% 100%);
  z-index:3;
  display: none;
}

.p-subtitle img {
  width: 30px !important;
  display: block;
}
.hero-shape-6 {
  position:absolute;
  right:0;
  top:0;
  width:25%;
  height:60px;
  background:red;
  clip-path:polygon(100% 0,0 0,100% 100%);
  opacity:.5;
  z-index:3;
  display: none;
}
.hero-single {
  padding-top:150px;
  padding-bottom:250px;
  background-position:center!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  z-index:1
}
.hero-single::before {
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  left:-.5px;
  top:0;
  background:linear-gradient(to bottom right,rgba(0,0,0,.85) 20%,rgba(0,0,0,0) 100%);
  z-index:-1
}


.chapeau-banner {color: #1a23368a;font-weight: 500;}
.banniere {
  position: relative;
}
.p-subtitle .subtitle::before, .p-subtitle .subtitle::after {
    content: "";
    position: absolute;
    width: 8px;
    border-radius: 50px;
    height: 8px;
    background: var(--second-color);
    top:50%;
    transform:translateY(-50%);
}

.p-subtitle .subtitle::before {
    left: -14px;
}

.p-subtitle .subtitle::after {
    right: -14px;
}

p.p-subtitle {}
.active .p-subtitle {
  transition: all 1s ease;
  transition-delay: 0s;
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 1s;
  visibility: visible;
}


.p-subtitle {
  display: flex;
  align-items: center;
  width: fit-content;
  background-color: transparent;
  background-image: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
  box-shadow: 0px 20px 30px 10px rgba(200, 208, 214, 0.25);
  padding: 8px 29px 9px 29px;
  display: inline-flex;
  gap: 5.8px;
  align-items: center;
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-transform: capitalize;
  border-radius: 200px;
  border: 1px solid rgba(122,122,122,.4);
  padding: 6px 28px 7px 33px;
}
.p-subtitle img {
  width: 30px !important;
  display: block;
}

.tx-pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.tx-pattern img {
    width: 100%;
    height: 100%;
}

span.tx-cercleBadge {
    color: #fff;
    font-family: pacifico, Sans-serif;
    max-width: 150px;
    text-align: center;
    font-size: 19.636px;
    font-weight: 400;
    transform: rotateZ(-35deg);
    line-height: 32.599px;
}


.active .tx-cercleBadgeWrapper .tx-cercleBadge{
    opacity: 1;
    transition-delay: 1.5s;
    visibility: visible;
}

span.tx-cercleBadge {
  
}

.tx-cercleBadgeWrapper .tx-cercleBadge {
    visibility: hidden;
    opacity: 0;
}

.active .tx-cercleBadgeWrapper .tx-cercleBadge{
    opacity: 1;
    visibility: visible;
}

.wrap-banniere-item.container {
    width: 1300px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    position: relative;
}

.left-wrap-banniere {width: 47%;position: relative;/*! font-family: "Yantramanav", sans-serif; */z-index: 3;padding-left: 0;}

.tx-cercleBadgeWrapper {
    position: absolute;
    top: -110px;
    right: -45px;
    background-color: var(--primary-color);
    width: 140px;
    height: 140px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.tx-cercleBadgeWrapper::before,.tx-cercleBadgeWrapper::after {
    content: '';
    position: absolute;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: initial;
    border: 1.66px solid #fff;
}
.tx-cercleBadgeWrapper::before {
    top: -1px;
    left: 11px;
    animation: pxl_rotate3d_v2 5s linear infinite;
}

.tx-cercleBadgeWrapper::after {
    top: 17px;
    left: 3px;
    animation: pxl_rotate3d 5s linear infinite;
}


@keyframes pxl_rotate3d_v2 {
    0% {
        -webkit-transform: rotate3d(1,4,1,0);
        -moz-transform: rotate3d(1,4,1,0);
        -o-transform: rotate3d(1,4,1,0);
        transform: rotate3d(1,4,1,0)
    }100% {-webkit-transform: rotate3d(1,4,1,360deg);
           -moz-transform: rotate3d(1,4,1,360deg);
           -o-transform: rotate3d(1,4,1,360deg);
           transform: rotate3d(1,4,1,360deg)
    }
}

@keyframes pxl_rotate3d {
    0% {
        -webkit-transform: rotate3d(1,1,1,0);
        -moz-transform: rotate3d(1,1,1,0);
        -o-transform: rotate3d(1,1,1,0);
        transform: rotate3d(1,1,1,0)
    }

    100% {
        -webkit-transform: rotate3d(1,1,1,360deg);
        -moz-transform: rotate3d(1,1,1,360deg);
        -o-transform: rotate3d(1,1,1,360deg);
        transform: rotate3d(1,1,1,360deg)
    }
}


.active .section-title-banner .subtitle {
    transition: all 0.8s ease;
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 0.3s;
    visibility: visible;
}

.section-title-banner .subtitle {
 position:relative;
 color: var(--second-color);
}

.section-title-banner .title-banner {
    margin: 20px 0;
    font-size: 38px;
    font-weight: 600;
    margin: 15px 0 23px;
    color: #1A3760;
    line-height: 47px;
    /* padding-top: 20px; */
    font-family: Outfit;
    /* padding-bottom: 20px; */
    opacity: 0;
    transform: translateY(100px);
    visibility: hidden;
}
p.chapeau-banner {
    
   
}

.active .chapeau-banner {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition-delay: 1.3s;
    transition: all 1s ease;
    transition-delay: 0s;
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 1s;
    visibility: visible;
}
.active .section-title-banner .title-banner {
    transition: all 1s ease;
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 1s;
    visibility: visible;
}

.price-banner {
    font-size: 16px;
    font-weight: 300;
    color: var(--white-color);
    display: inline-block;
    position: relative;
    translate: 0px -5px;
}
span.devise {
    font-size: 24px !important;
}
.price-banner span {
    font-size: 41px;
    font-weight: 700;
    color: var(--white-color);
    line-height: 100%;
}

.active .content-banner {
    transition: all 1.3s ease;
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 1.3s;
    visibility: visible;
}

.content-banner {
    color: var(--white);
    opacity: 0;
    transform: translateY(80px);
    visibility: hidden;
    margin-top: 30px;
    font-weight: 500;
    font-family: var(--second-font);
}

.short-information {
    color: #df0e0e;
    font-size: 14px;
    text-transform: initial;
    font-weight: 500;
    width: 80%;
}

.active .action-banner {
    transition: all 1.5s ease;
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 1.5s;
    visibility: visible;
}

.action-banner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    /*! opacity: 0; */
    /*! visibility: hidden; */
    /*! transform: translateY(100px); */
    margin-top: 38px;
    justify-content: start;
    font-family: var(--second-font);
    position: relative;
}

.btn-primary.banner {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: max-content;
    font-size: 14px;
    padding: 15px 30px;
    font-weight: 700;
    border-radius: 40px;
    color: white;
    background: #df0e0e;
}

.icon-contact-banner {
    width: 54px;
    height: 54px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #df0e0e;
    font-size: 18px;
    margin-right: 15px;
    border-radius: 50%;
    background: white;
}

p.tx-label {
    font-size: 12px;
    line-height: 1.2;
}

.tx-white {
    color: var(--white-color);
}

a.tx-number {
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-top: 5px;
}


.popup-video-play:hover {
  color: var(--second-color);
}
.popup-video-play:hover i::after {
  background: var(--second-color);
}
.banniere .owl-nav {
  display: inline-flex;
  width: 100%;
  flex-direction: row;
}

.banniere .nav-btn.prev-slide{
    transform: rotate(-90deg);
    /* padding-top: 6px; */
  }
  .banniere .nav-btn:hover{
    color: white;
    background: var(--second-color);
    border: var(--second-color);
  }
  .banniere .nav-btn {
    border-radius: 50%;
    width: 60px;
    aspect-ratio: 1;
    background: var(--second-color);
    /*! border: 2px solid white; */
    letter-spacing: 4px;
    transition: all 0.3s ease-in-out;
    /* box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2); */
    left: 3%;
    position: absolute;
    font-size: 20px;
    position: absolute;
    text-align: center;
    top: 42%;
    font-weight: 700;
    display: block;
    line-height: 40px;
    text-align: center;
    justify-content: center;
    display: flex;
    text-transform: uppercase;
    align-items: center;
    /* padding-top: 6px; */
    color: white;
  }
  .banniere:hover .nav-btn.prev-slide {
  }
  .banniere .nav-btn.next-slide {
    /*! top: 59%; */
    right: 3%;
    left: inherit;
    transform: rotate(-90deg);
  }


.primary-btn.banner {
  font-size: 14px;
  color: white;
  padding: 14px 20px;
  transition: all .5s;
  text-transform: uppercase;
  position: relative;
  border-radius: 8px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  border: none;
  background: var(--primary-color);
  box-shadow: var(--box-shadow);
  z-index: 1;
}
.requette-info-banner .tx-content {
    color: white;
    color: rgba(26, 55, 96, .83);
    font-family: Outfit;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}
.popup-video-play i:after {
   content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: var(--primary-color);
  border-radius: 50px;
  animation: ripple-wave 1s linear infinite;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all .5s ease-in-out;
}

.wrap-banniere-image::before {
  position: absolute;
  left: -60px;
  bottom: -55px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(63 170 39 / 20%);
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
  z-index: 0;
}
img::before {
}
.popup-video-play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid var(--second-color);
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: 0;
}

.popup-video-play {
    position: relative;
    margin-right: 15px;
    min-width: 68px;
    width: 68px;
    height: 68px;
    background-color: initial;
    border-radius: 68px;
    font-size: 20px;
    border: none;
    background: white;
    color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
}
.action-btn-banner {
  position: relative;
  display: flex;
  justify-content: start;
}
.chapeau-banner {
    font-size: 20px;
    opacity: 0;
    transform: translateY(100px);
    visibility: hidden;
}
.chapeau-banner {
}

**********************************************************************************************************************|
                                                     BLOC PROJETS                                                      |
***********************************************************************************************************************/


.wrapper-projets {
    margin: -50px 0 0;
    position: relative;
    padding: 120px 0 90px;
    z-index: 1;
}

.wrapper-projets::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #133364;
    z-index: 0;
    width: 82%;
    border-radius: 0 20px 20px 0px;
    height: 99%;
}

.container.projets {
    position: unset;
    width: 1400px;
}

.wrap-projets {
}

.bg-priorite-bg.bg-documentation-bg {
  position: absolute;
}
.bg-priorite2.bg-documentation2 {
  display: none;
}
.bg-priorite1.bg-documentation1 {
  opacity: 0.3;
  left: -13%;
  position: relative;
  top: -20%;
}

.wrapper-projets {
  position: relative;
  z-index: 5;
  margin-top: -90px;
  /*! height: fit-content; */
  padding-bottom: 50px;
}
.wrap-projets.row-container {
  /*! position: relative; */
}

.wrap-left-projets .title-bloc {
    font-size: 40px;
}


.wrap-right-projets .owl-nav.disabled {
  display: block !important;
}

.wrap-right-projets .nav-btn, .wrap-right-projets .slick-btn  {
    width: 50px;
    height: 50px;
    border-radius: 10px 0 0 10px;
    display: flex;
    color: white;
    background-color: var(--primary-color);
    font-size: 16px;
    margin: 0;
    text-align: center;
    transition: all .5s ease;
    position: absolute;
    left: 65.5%;
    top: -13%;
    align-items: center;
    justify-content: center;
}


.wrap-right-projets .next-slide {
    left: 71%;
    border-radius: 0 10px 10px 0;
}

.wrap-right-projets .slick-btn:hover {
    background-color: var(--second-color);
}

.slick-prev:before, .slick-next:before {
    display: none;
}


.bg-projets {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 94.75%;
    opacity: .1;
    mix-blend-mode: luminosity;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
/*    background-image: url(../images/bg/bg-projet.png);*/
    opacity: 0.4;
    height: 100%;
    display: none;
}

.bg-projets::before {
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: black;
    opacity: 1;
}

.wrapper-projets .section-title {
    margin-bottom: 20px;
}

.left-projets {
    width: 38.667%;
    padding-right: 65px;
    padding-left: 15px;
    padding-top: 91px;
    padding-bottom: 99px;
}

.left-projets-statistiques::before {
    width: 1px;
    height: 74%;
    background: var(--white-color)fff1a;
    content: '';
    position: absolute;
    left: 40%;
}

.left-projets .title-bloc {
    color: white;
    font-size: 35px;
    line-height: 42px;
    padding-top: 10px;
}
.bg-priorite1.bg-documentation1 img {
  object-fit: contain;
}
.left-projets .top-team-bloc-min-info {
    color: #dee1e5;
    width: 100%;
    line-height: 29px;
    display: block;
    z-index: 3;
    position: relative;
    font-size: 18px;
    font-weight: 500;
}

.left-projets-statistiques {
    position: relative;
    display: flex;
    align-items: center;
    background-color: var( --second-color);
    padding: 15px 20px 26px;
    margin-top: 25px;
    border-radius: 5px;
}

.statistiques-projets-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: white;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    /* color: var(--white-color); */
    /* font-size: 64px; */
}

.statistiques-projets-icon span {
    position: absolute;
    display: none;
    opacity: 0;
}
.statistiques-projets-icon:hover span {
    display: block;
}

.statistiques-projets-icon img {
    position: relative;
    height: 60px;
    aspect-ratio: 1;
    /* left: 10px; */
}

.statistiques-projets-details {
    /* position: relative; */
    display: block;
    /* margin-left: 24px; */
    padding-left: 20px;
    width: calc(100% - 105px);
}

.count-num-statistiques {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
    color: white;
    /* letter-spacing: 0; */
    padding-bottom: 5px;
}

.count-num-statistiques .timer {
    font-size: 45px;
}

.title-counter-statistiques {
    color: white;
    margin-top: 0;
    /* padding: 13px 0 0; */
    color: white;
    font-weight: 500;
    font-size: 12px;
    /* text-transform: capitalize; */
}

.btn-initiatives a {
  border-radius: 46px;
  line-height: 35px;
  padding: 0px 22px;
  box-shadow: 0 0px 10px 5px rgb(66 72 76 / 10%);
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-color);
  transition: all 200ms linear 0ms;
  /*! font-family: var(--title-font); */
  display: flex;
  text-align: center;
  cursor: pointer;
  border: none;
  background-color: #fff;
  background-size: 300%, 1px;
  background-position: 0;
  white-space: nowrap;
  align-items: center;
}
.btn-initiatives .primary-btn svg {
    fill: var(--primary-color);
}

.btn-initiatives .primary-btn:hover svg {
    fill: #fff;
}


.btn-initiatives a:hover {
    color: #fff;
}

.left-projets-statistiques:hover .statistiques-projets-icon {
    /* color: black; */
    background: white;
}
.left-projets-statistiques:hover img {
    filter: none;
}

.right-projets {
    right: 0;
    position: absolute;
    left: 38%;
    margin-top: 94px;
    top: -2%;
}


.image-projets {
    position: relative;
    display: block;
    overflow: hidden;
}

.image-projets::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    content: "";
    background-color: rgba(12,38,52,.6);
    opacity: 0;
    transition: .5s;
    transform: perspective(400px) rotateY(-90deg) scale(.2);
    transform-origin: top;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.wrap-item-projets:hover .image-projets::before {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg) scale(1);
}

.wrap-item-projets-top {
    position: relative;
}

/*.categorie-projets {
     position: absolute;
    top: 20px;
    left: 20px;
    background-color: #067ac5ab;
    padding: 12px 20px; */
    /* transform: rotate(90deg); */
    /* z-index: 1;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .1em; */
    /* color: var(--primary-color); */
    /* color: var(--white-color);
    border-radius: 5px;
} */

 .badges-stack {
            position: absolute;
            top: 8px;
            left: 8px;
            z-index: 10;
            display: flex;
            flex-direction: column;
            gap: 3px;
        }

        .badge {
            background: rgba(255, 255, 255, 0.35);
            backdrop-filter: blur(8px);
            padding: 1px 6px;
            border-radius: 10px;
            font-size: 0.65rem;
            font-weight: 600;
            box-shadow: 0 1px 4px rgba(0,0,0,0.08);
            border: 1px solid rgba(255,255,255,0.4);
            text-align: center;
            min-width: 55px;
            line-height: 1.2;
        }

        .badge.total {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            font-size: 0.7rem;
            padding: 2px 8px;
            font-weight: 700;
            opacity: 0.8;
        }

        .badge.region {
            font-size: 0.6rem;
            color: white;
            background: #38b6ffad;
            padding: 5px 10px;
            border: none;
            font-size: 12px;
            border-radius: 5px;
        }

        .card-content {
            padding: 12px 10px;
            background: white;
            height: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .card-title {
            font-size: 0.8rem;
            font-weight: 700;
            color: #2c3e50;
            margin: 0;
            line-height: 1;
            text-align: center;
        }

        /* Couleurs spécifiques par domaine */
        .education .badge.total { 
            background: linear-gradient(135deg, #4f46e5, #7c3aed); 
            opacity: 0.8;
        }
        /* .education .wrap-item-projets-titre { 
            color: #4f46e5; 
        } */

        .sante .badge.total { 
            background: linear-gradient(135deg, #dc2626, #b91c1c); 
            opacity: 0.8;
        }
        /* .sante .wrap-item-projets-titre { 
            color: #dc2626; 
        } */

        .alimentation .badge.total { 
            background: linear-gradient(135deg, #059669, #047857); 
            opacity: 0.8;
        }
        /* .alimentation .wrap-item-projets-titre { 
            color: #059669; 
        } */

        .environnement .badge.total { 
            background: linear-gradient(135deg, #16a34a, #15803d); 
            opacity: 0.8;
        }
        /* .environnement .wrap-item-projets-titre { 
            color: #16a34a; 
        } */

        .droits .badge.total { 
            background: linear-gradient(135deg, #ea580c, #c2410c); 
            opacity: 0.8;
        }
        /* .droits .wrap-item-projets-titre { 
            color: #ea580c; 
        } */

        .economie .badge.total { 
            background: linear-gradient(135deg, #0891b2, #0e7490); 
            opacity: 0.8;
        }
        /* .economie .wrap-item-projets-titre { 
            color: #0891b2; 
        } */

        .eau .badge.total { 
            background: linear-gradient(135deg, #0ea5e9, #0284c7); 
            opacity: 0.8;
        }
        /* .eau .wrap-item-projets-titre { 
            color: #0ea5e9; 
        } */

        .genre .badge.total { 
            background: linear-gradient(135deg, #db2777, #be185d); 
            opacity: 0.8;
        }
        /* .genre .wrap-item-projets-titre { 
            color: #db2777; 
        } */

.wrap-item-projets:hover .image-projets img {
    transform: scale(1.1) rotate(2deg);
    transition: .5s;
}

.image-projets img {
    object-fit: cover;
    width: 100%;
    height: 385px;
    border-radius: 5px 5px 0 0;
}

.wrap-item-projets-titre {
    position: relative;
    display: block;
    text-align: center;
    background-color: var(--white-color);
    padding: 20px 15px 20px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 21px;
    font-weight: 600;
    color: #0f213c;
    width: 100%;
    line-height: 1.1;
}

.wrap-item-projets {
    position: relative;
    border-radius: 5px;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 10px;
}

.item-projets {
    padding: 0 5px 30px;
    position: relative;
    min-width:  300px !important;
}

.wrap-item-projets:hover .wrap-item-projets-titre {
    background-color: var(--second-color);
    color: white;
}

.wrap-right-projets {
    position: relative;
}



/*nwwsletter*/

.parent-wrap-newsletter {
    width: 1200px;
    max-width: 100%;
    position: relative;
    margin: -37.5px auto;
    z-index: 12;
}

.wrap-newsletter-cf {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 10px 60px 0px rgba(0,0,0,.1);
    padding: 0 0 0 40px;
    font-size: 20px;
}

.left-news-letter {
    font-size: 18px;
    width: 70%;
    /* padding-left: 40px; */
    display: flex;
    align-items: center;
    font-weight: 400;
}

.left-news-letter a {
    font-weight: 600;
    color: var(--second-color);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    margin-left: 10px;
}

.left-news-letter a:hover {
    color: var(--primary-color);
}

.right-news-letter {
    width: 26%;
    display: flex;
    background-color: var( --second-color);
    justify-content: space-around;
    padding: 16px 20px 15px 40px;
    align-items: center;
    border-radius: 0 5px 5px 0;
    position: relative;
}

.icon-news-letter {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 53px;
    aspect-ratio: 1;
    font-size: 19px;
    color: var(--second-color);
    border-radius: 50%;
    background-color: var(--white-color);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,.07);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    left: -26.5px;
    z-index: 1;
}
.icon-news-letter svg {
    fill: var(--primary-color);
    width: 30px;
    position: relative;
    margin-left: 7px;
    height: 30px;
    margin-top: -3px;
}

.phone-number-news-letter {
    position: relative;
    font-size: 20px;
    color: #fefefe;
    font-weight: 600;
}

.phone-number-news-letter span {
    color: #f7f5f5;
}

/* *************************************************************************************************************************************************
  
                                                                apropos

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

.wrapper-about{
  /*! background-image: url(../images/bg/bg-mission.png); */
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-color: #ffffff;
  padding: 40px 0 106px;
}

.bg-apropos-bg {
  width: 100%;
  position: absolute;
  z-index: 0;
}
.bg-apropos2 {
  left: 0%;
  top: -102px;
  width: fit-content;
  position: relative;
  z-index: 1;
  transform: rotate(180deg);
  opacity: 0.4;
}
.bg-apropos1 {
  right: 0%;
  top: -110px;
  position: absolute;
  z-index: 1;
  transform: rotate(180deg);
  opacity: 0.4;
}
.item-about{
    padding: 0 15px;
}
.item-about.about-left{
    flex: 0 0 auto;
    width: 58.33333333%;
}
.wrap-item-about.about-left{
    display: grid;
    grid-template-columns: 200px auto;
    align-items: center;
}
.counter-box{
    background-color: #ffffff;
}
.wrap-counter-box{
    display: flex;
    flex-wrap: wrap;
}
.wrap-counter-box> *{
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
.wrap-counter-box > *:first-child {
    border-top: 1px solid var(--insuba-border-color, #dddddd);
}
.item-counter{
    flex: 0 0 auto;
    width: 100%;
}

.fadeInUp{
    visibility: visible;
    animation-duration: 1500ms;
    animation-delay: 0ms;
    animation-name: fadeInUp;
}

@keyframes fadeInUp{
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.wrap-item-counter{
    position: relative;
    display: flex;
    gap: 14px;
    padding: 30px 30px 25.25px;
    flex-direction: column;
    align-items: center;
}

.wrap-item-counter:hover .counter-icon-box{
    background-color: var(--second-color);
}

.counter-icon-box{
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: var(--primary-color);
    transition: all 500ms ease;
}
.counter-icon{
    display: inline-flex;
    font-size: 32px;
    color: #ffffff;
    transition: all 500ms ease;
}
.counter-content{
    margin: 0;
    text-align: center;
}

.counter-content-number p {
  font-weight: 600;
}
.count-text {
  font-weight: 600;
  color: #2d2c2c;
}
.counter-content-number{
    margin-bottom: 11px;
    display: flex;
    align-items: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    justify-content: center;
    color: #282626;
}

.counter-text{
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    color: #2f2e2e;
    font-weight: 600;
}

.wrap-item-counter:hover .counter-icon  {
    animation-name: wobble-horizontal-hover;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}

@keyframes wobble-horizontal-hover{
    16.65% {
        transform: translateX(5px);
    }
    33.3% {
        transform: translateX(-3px);
    }
    49.95% {
        transform: translateX(4px);
    }
    66.6% {
        transform: translateX(-2px);
    }
    83.25% {
        transform: translateX(1px);
    }
    100% {
        transform: translateX(0);
    }
}

.item-about-img{
    position: relative;
    display: table;
}

.main-about-img::before {
}
.main-about-img-box::before {
  border: 5px solid var(--primary-color);
  border-radius: 5px;
  content: '';
  position: absolute;
  width: 94%;
  height: 95%;
  top: 2%;
  left: 2%;
}
.main-about-img-box{
    width: 435px;
    height: 633px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 0 6px 0 0;
    position: relative;
}

.wrap-item-about.about-right .section-title {
  margin-bottom: 20px;
}
.sub-about-img-box{
    width: 227px;
    height: 273px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: auto;
    position: absolute;
    right: 0;
    bottom: -32px;
    border-top: 12px solid #ffffff;
    border-left: 12px solid #ffffff;
    border-radius: 5px 5px;
    box-shadow: -2px -2px 26px #00000026;
}
.item-about.about-right{
    flex: 0 0 auto;
    width: 41.66666667%;
}

/* .title-box{
    margin-bottom: 26px;
}
.sub-title-box{
    margin-bottom: 22px;
    padding: 7px 25px 5px;
    display: inline-flex;
    gap: 15px;
    background-color: var(--second-color);
    border-radius: 30px;
}
.sub-title-icon-box{
    position: relative;
    top: 3px;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
}
.sub-title-icon{
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--primary-color);
}

.sub-title-icon-box::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -6px;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4.5px 0 4.5px 7.8px;
    border-color: transparent transparent transparent #ffffff;
}

.sub-title {
    margin: 0;
    font-family: var(--insuba-font2, "Rubik", sans-serif);
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.3;
}
.main-title {
    margin: 0;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.314;
}

.main-title-color {
    color: var(--second-color);
    border-bottom: 2px solid var(--second-color);
} */
.about-description-text {
    margin-bottom: 20px;
    font-size: 17px;
}
.about-list-box {
    margin-bottom: 24px;
    max-width: 360px;
}
.wrap-about-list-box{
    display: flex;
    flex-wrap: wrap;
}
.about-list-item{
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    gap: 9px;
}
.about-list-icon {
    position: relative;
    top: 1px;
    font-size: 16px;
    color: var(--primary-color);
    transition: all 500ms ease;
}

.about-list-text {
    color: black;
    font-weight: 500;
    transition: all 500ms ease;
    margin-bottom: 6px;
    font-size: 17px;
    position: relative;
    display: flex;
    align-items: center;
}


.about-list-text::before {
  content: "\f00c";
  font-family: 'FontAwesome';
  width: 17px;
  height: 17px;
  color: white;
  background: var(--primary-color);
  justify-content: center;
  display: flex;
  align-items: center;
  margin-right: 10px;
  border-radius: 50%;
  font-size: 11px;
  
}

.about-list-item:hover .about-list-icon {
    color: var(--second-color);
}
.about-list-item:hover .about-list-text  {
    color: var(--second-color);
    text-decoration: underline;
}
.about-bottom {
    padding-top: 22px;
    position: relative;
}
.about-founder-box {
    position: relative;
    margin-bottom: 23px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    z-index: 2;
}
.about-founder-image-box{
    flex-shrink: 0;
    /* padding: 5px 0 0 5px; */
    display: inline-block;
    /*! background-color: var(--second-color); */
    border-radius: 50px;
    overflow: hidden;
    border: 2px solid var(--primary-color);
    padding: 6px;
    justify-content: center;
    display: flex;
    align-items: center;
}
.about-founder-image-box img{
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50px;
}
.about-founder-name {
    margin-bottom: 0px;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.318;
    color: #282828;
}
.about-founder-designation{
    margin: 0;
    font-size: 15px;
}
.about-video-box {
    padding: 25px 37px 25px;
    /* border-radius: 20px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--primary-color);
    text-align: center;
    z-index: 1;
}

.video-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 55px;
    height: 55px;
    background-color: #ffffff;
    font-size: 29px;
    color: var(--primary-color);
    border-radius: 50%;
    z-index: 1;
    transition: all 0.5s ease;
}

.about-bottom::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0px;
    left: 0;
    background-color: #dddddd;
}
.video-btn-ripple::before, .video-btn-ripple::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 0 RGBA(255, 255, 255, 0.22);
    animation: videoRipple 3s infinite;
}
.video-btn-ripple::after{
    position: absolute;
    animation-delay: 0.6s;
}

@keyframes videoRipple{
    70% {
        box-shadow: 0 0 0 40px RGBA(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 RGBA(255, 255, 255, 0);
    }
}

.about-video-title {
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    color:  #ffffff;
    text-transform: capitalize;
    line-height: 1.47;
}
.about-video-title span {
    display: block;
}

.about-video-box::after {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #133364;
}



.wrapper-about-shape {
    max-width: 130px;
    right: 30px;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 300px;
    right: 116px;
    animation: zoomOut 3s linear infinite;
}

@keyframes zoomOut{
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.8);
    }
}

/* *************************************************************************************************************************************************
  
                                                                actualites

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




.wrapper-actualites {
  padding: 99px 0 30px;
  background-image: url(../images/bg/bg-actu.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-color: #F2F6F5;
  z-index: 1;
  position: relative;
}


.date-actualite h3 {
    position: relative;
    background: var(--primary-color);
    text-align: center;
    border-radius: 50%;
    font-size: 21px;
    font-weight: 700;
    line-height: 23px;
    padding: 18px 18px 18px 18px;
    top: -12px;
    right: -12px;
    color: white;
    height: 89px;
    width: 89px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.date-actualite {
    position: absolute;
    top: 0px;
    right: 0;
    overflow: hidden;
    z-index: 3;
}

.date-actualite h3 span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

.date-actualite h3::before {
    position: absolute;
    content: '';
    width: 98px;
    aspect-ratio: 1;
    top: -4px;
    right: -4px;
    border: 1px solid #f5f5f6;
    border-radius: 50%;
}


.wrap-actualites  .owl-nav.disabled {
  display: block !important;
}
.wrap-actualites:hover .nav-btn {
  background-color: var(--primary-color);
}
.wrap-actualites .nav-btn {
  position: absolute;
  transition: all ease 0.5s;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 19px;
  z-index: 4;
  width: 50px;
  aspect-ratio: 1;
  height: 50px;
  margin: 0;
  border: 2px solid #ffffff;
  top: 43%;
  transform: translateY(1%);
  border-radius: 50%;
  background-color: #808080bd;
  box-shadow: 0 8px 19px 0 rgba(126, 126, 126, 0.35);
}
.wrap-actualites .nav-btn.next-slide {
  right: -69px;
}
.wrap-actualites .nav-btn.prev-slide {
  left: -69px;
}

.list-btn-activites {
    position: absolute;
    top: 10px;
    left: 5px;
    display: flex;
    justify-content: space-between;
    /* flex-direction: column; */
    z-index: 2;
}
.btn.actualite-btn {
    position: relative;
}
.list-btn-activites>div {
    /* padding-right: 24px; */
}

.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;
    cursor: pointer;
}

.wrap-item-actualite:hover .btn.actualite-btn .icon-top-actu {
    color: var(--thirth-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: var(--white-color);
    border-radius: 50px;
    top: 0;
    right: 2px;
}

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

.image-actualite {
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}



.image-actualite::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  content: "";
  background-color: rgba(12,38,52,.6);
  opacity: 0;
  transition: .5s;
  transform: perspective(400px) rotateY(-90deg) scale(.2);
  transform-origin: top;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.wrap-item-actualite:hover .image-actualite::before {
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) scale(1);
}
.wrap-item-actualite:hover .image-actualite img {
  transform: scale(1.1) rotate(2deg);
  transition: .5s;
}
h3 {
}
.wrap-item-actualite:hover .titre-actu h3 {
  background-position: 0;
}

.image-actualite img {
  height: 100%;
  object-fit: cover;
}

.item-actualite {
  padding: 0 15px;
  margin-bottom: 25px;
}
.top-actualites {
  position: relative;
}
.wrap-actualites .owl-dots {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    /* display: none; */
    bottom: -3%;
    width: 100%;
}

.wrap-actualites .owl-dot {
  background: var(--second-color);
  position: relative;
  border-radius: 28px;
  margin: 0 5px;
  width: 10px;
  height: 4px;
  background-color: #aed0d5;
  width: 26px;
  height: 8px;
  opacity: 1;
  border-radius: 10px;
  margin: 0 3px;
}

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



.wrap-item-actualite:hover .btn-actualite a {
  transform: scaleX(1);
  opacity: 1;
  z-index: 3
}
.btn-actualite a {
  border-radius: 46px;
  line-height: 35px;
  padding: 0px 22px;
  box-shadow: 0 0px 10px 5px rgb(66 72 76 / 10%);
  position: absolute;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  transition: all 200ms linear 0ms;
  /*! font-family: var(--title-font); */
  display: flex;
  text-align: center;
  cursor: pointer;
  border: none;
  background-color: var(--primary-color);
  background-size: 300%, 1px;
  background-position: 0;
  white-space: nowrap;
  align-items: center;
}
.titre-actu h3 {
  font-weight: 700;
  color: #2c2b2b;
  line-height: 25px;
  webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, var(--primary-color), var(--primary-color) 50%,#1a1a1a 50%);
  background-size: 200% 100%;
  background-position: 100%;
  transition: all .5s cubic-bezier(0,0,.23,1);
  text-align: left;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, var(--primary-color), var(--primary-color) 50%,#1a1a1a 50%);
  background-size: 200% 100%;
  background-position: 100%;
  transition: all .5s cubic-bezier(0,0,.23,1);
  display: flex;
  font-size: 19px;
  font-weight: 600;
  font-family: var(--primary-font);
}
.top-actualites {
}
.categorie-actu {
  position: absolute;
  z-index: 2;
  left: 19px;
  background: var(--primary-color);
  padding: 4px 10px;
  top: -13px;
  color: white;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
}
.categorie-actu i {
  font-size: 12px;
  margin-right: 5px;
}
.content-actualite.row-container {
  position: relative;
  display: block;
  background: #FFFFFF;
  box-shadow: 0px 0px 36px 2px rgba(0, 0, 0, 0.05);
  padding: 33px 20px 30px;
  border-radius: 15px;
  margin-top: -72px;
  margin-left: 20px;
  margin-right: 20px;
  z-index: 2;
  padding-bottom: 37px;
}
.details-agenda-date {
  position: absolute;
  top: -20px;
  left: 30px;
  display: inline-block;
  background: var(--second-color);
  box-shadow: 0px 15px 40px 10px rgba(0, 0, 0, 0.07);
  border-radius: 7px;
  padding: 7px 15px 5px;
  color: white;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.titre-actu {
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: #000a;
  font-family: var(--primary-color);
}
.details-agenda-date i {
  font-size: 14px;
  margin-right: 6px;
}
.content-actualite.row-container p {
  position: relative;
  display: block;
  margin-top: 14px;
}
.btn-actualite {
  z-index: 3;
  transition: all 220ms ease-in-out;
  position: absolute;
  bottom: -18px;
  justify-content: center;
  display: flex;
  width: 100%;
}
.wrap-item-actualite {
  margin-bottom: 35px;
  position: relative;
}
.actualites.container {
  width: 1300px;
}

.team.container {
  width: 1300px;
}
.wrap-btn {
  justify-content: end;
  display: flex;
}

/********************************************************************************************************************|
                                                       AGENDA                                                        |
*********************************************************************************************************************/



.wrapper-agenda {
   position: relative;
   background-image: url('../images/bg/bg-annuaire.png');
   background-size: cover;
   background-repeat: no-repeat;
   position: relative;
   padding: 50px 0 100px;
   font-family: 'Lexend';
}

.wrap-agenda {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 0px;
}
.btn-voir-tout-agenda {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  padding-top: 15px;
}
.event-block {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.event-block .inner-box:hover {
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
}

.event-block .inner-box {
    position: relative;
    display: flex;
    transition: all 0.2s ease;
    padding: 20px 0px;
    width: 100%;
    background: white;
    padding: 0 30px;
    border-radius: 6px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
}

.event-block .content-box {
    position: relative;
    display: flex;
    padding-left: 140px;
    min-height: 137px;
    padding-top: 5px;
    width: 100%;
}

.event-block .content-box .date-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 120px;
    height: 120px;
    color: #222222;
    text-align: center;
}

.event-block .content-box .date-box:before {
    content: '';
    position: absolute;
    left: 50px;
    top: 0px;
    height: 100%;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
}

.event-block .content-box .date-box .date {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -50px;
    width: 120px;
    height: 120px;
    padding-top: 25px;
    font-size: 30px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.10);
    z-index: 3;
    transition: all 300ms ease;
    padding-bottom: 25px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.event-block .content-box .date-box .date .day {
    position: relative;
    display: block;
    line-height: 30px;
    font-weight: 300;
}

.event-block .content-box .date-box .date .month {
    position: relative;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #757575;
    line-height: 20px;
}

.event-block .content-box .content {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-right: 160px;
    width: 100%;
    padding-bottom: 0;
    /* align-items: center; */
    justify-content: center;
}

.event-block .content-box .cat-info {
    position: relative;
    margin-bottom: 7px;
    text-align: left;
    display: flex;
    justify-content: start;
    width: 100%;
}

.event-block .content-box .cat-info span {
    position: relative;
    display: inline-block;
    font-size: 12px;
    text-transform: capitalize;
    line-height: 20px;
    color: #ffffff;
    background: var(--primary-color);
    padding: 1px 10px;
    border-radius: 13px;
}

.event-block .content-box h3 {
    color: #222222;
    font-weight: 400;
    line-height: 1.25em;
    margin: 0 0 5px;
    color: #222222;
    transition: all 300ms ease;
    font-size: 18px;
}

.event-block .content-box h3 a {
    /* color: #222222; */
    /* transition: all 300ms ease; */
}

.timing {
  font-size: 12px;
  color: #757575;
}
.timing span {
  margin-right: 5px;
  color: var(--second-color);
}

.event-block .content-box .content .notification {
    position: relative;
    text-align: left;
    width: 100%;
}

.event-block .content-box .content .notification li {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
}

.event-block .content-box .content .notification li i {
    font-size: 14px;
    color: var(--second-color);
    margin-right: 8px;
}

.event-block .read-more {
    position: absolute;
    right: 0;
    height: 100px;
    width: 150px;
    display: block;
    text-align: right;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
    height: 58%;
    align-items: center;
    display: flex;
    left: 78%;
}

.event-block .read-more a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 44px;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 700;
    font-family: 'Manjari', sans-serif;
    text-transform: capitalize;
    transition: all 0.4s ease;
    height: 40px;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.10);
    width: 130px;
    text-align: center;
    border-radius: 50px;
    margin-left: 15px;
    justify-content: center;
    align-items: center;
}

.event-block .read-more a:before {
    content: "\f061";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 30px;
    top: 6px;
    width: 15px;
    line-height: 24px;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 700;
    opacity: 0;
    transition: all 0.2s ease;
}

.event-block .inner-box:hover:before {
    opacity: 1;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
}

.event-block .inner-box:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 140px;
    right: 0;
    bottom: 0px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    transition: all 300ms ease;
    border-radius: 6px;
}

.read-more a span {
  font-size: 20px;
}

.inner-box:hover .read-more a span {
  display: none;
}

.active-hover-agenda .inner-box {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
}

.event-block .inner-box:hover {
    z-index: 5;
}

.event-block .read-more a:hover, .event-block .inner-box:hover .read-more a {
    color: var(--primary-color);
    padding-left: 22px;
}

.event-block .inner-box:hover .read-more a:before {
    left: 13px;
}

.event-block .read-more a:hover:before, .event-block .inner-box:hover .read-more a:before {
    opacity: 1;
    transition: all 0.5s ease;
}


.form-newsletter-agenda {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

.btn-save-email-newsletter {
  margin: 15px 0;
  width: 100%;
}
.btn-save-email-newsletter .primary-btn {
  background-color: var(--second-color);
}
.btn-save-email-newsletter .primary-btn::before, .btn-save-email-newsletter .primary-btn::after {
  background: var(--primary-color);
}
.btn-save-email-newsletter a {
  width: 100%;
  border-radius: 5px;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.form-newsletter-agenda form input {
    position: relative;
    width: 100%;
    line-height: 24px;
    padding: 5px 10px 10px;
    height: 40px;
    display: block;
    font-size: 15px;
    background: #ffffff;
    font-weight: 500;
    color: #222222;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

button.btn-save-email-newsletter {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
    margin: 15px 0;
    padding: 18px 30px 12px;
    background: #00aa55;
    border-radius: 0px;
    z-index: 1;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

button.btn-save-email-newsletter:hover {
    background: #222222;
    color: #ffffff;
}

.content-newsletter p {
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 500;
    margin: 0 0 15px;
    position: relative;
    color: #ffffff;
}

.infobulle-newsletter {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 500;
    margin: 0 0 15px;
    text-align: center;
}

.info-newsletter h3 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
    text-align: center;
}

.icon-box {
    position: relative;
    display: flex;
    margin-bottom: 25px;
    justify-content: center;
    align-items: center;
    background: none;
}

.left-agenda {
    position: relative;
    /* display: flex; */
    /* justify-content: center; */
    /* flex-wrap: wrap; */
    width: 70%;
}
.agenda .title-bloc {
  font-size: 27px;
  /* padding-top: 10px; */
  /*! width: 80%; */
}

.right-agenda {
    display: flex;
    justify-content: end;
    align-items: self-start;
    width: 27%;
    flex-wrap: wrap;
    /*! padding-top: 200px; */
}

.right-agenda .wrap-right-newsletter {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 5px;
}

.image-newsletter {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 235px;
    overflow: hidden;
    position: relative;
}

.image-newsletter::before {
  background-color: #00000026;
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.image-newsletter img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}

.content-newsletter {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    padding: 20px 30px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
    border-radius: 0 0 5px 5px;
}

.form-newsletter-agenda form {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.info-newsletter {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    padding: 80px 20px;
    color: #ffffff;
    z-index: 1;
    text-align: center;
}




/*




*
*******************************************************************************************
                                        testimonial
*************************************************************************************************
*******************************************************************************************
*************************************************************************************************
*/
/**********************************************************************************************************************************


                                                     temoignages


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


:root {
    /* --secondary-color:;*/
    --white-color: #FFFFFf;
    --main-title-color: #071157;
    --title-color: #023a51;
    --black-color: #190200;
    --link-color: #023a51;
    --text-color: #717171;
    --body-font: 'DM Sans', sans-serif;
    --title-font: "Teko", Sans-serif;
    --letter-spacing: -0.02em;
}

.wrapper-testimonials {
  position: relative;
  padding: 50px 0 100px;
  background-image: url(../images/bg/bg-temoignage.jpg);
}
.wrapper-testimonials::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #0c1831;
  opacity: 0.9;
  content: "";
}


.wrapper-testimonial{
    position: relative;
    padding: 35px 0px 1px 0px;
    padding: 165px 0 10px;
    background-image: url(../images/bg/bg-temoignage.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
}


.wrap-testimonial{
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.wrapper-testimonial .title-bloc {
    color: #fff;
}
.item-testimonial-top{
    position: relative;
    margin-bottom: 40px;
    width: 100%;
}
.wrap-item-testimonial-top{
    display: flex;
    flex-wrap: wrap;
  align-items: center; 
}

.wrap-item-testimonial-top .section-title {
  width: ;
  width: 51%;
  
  margin-top: 19px;
}
.testimonial.title-box{
    position: relative;
    width: 60%;
}

.testimonial-rate-box{
    position: relative;
    width: 46%;
    display: flex;
    align-items: center;
    justify-content: end;
}
.wrap-testimonial-rate-box{
    display: flex;
    align-items: end;
    flex-wrap: wrap;
}
.testimonial-counter{
    min-width: 149px;
}
.testimonial-counter-number{
    font-family: var(--title-font);
    font-size: 100px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: -15px;
    color: var(--primary-color);
}
.testimonial-counter-star{
    font-size: 15px;
    margin: 0 2px;
    color: #ffc106;
}
.testimonial-rate-text p{
    font-size: 18px;
    max-width: 200px;
    margin-bottom: 15px;
    line-height: 26px;
    color: white;
}
.testimonial-rate-text span{
    font-size: 18px;
    font-family: var(--title-font);
    color: white;
    font-weight: 600;
    margin-left: -15px;
    padding-left: 15px;
    border-left: 1px solid #6c6c6c;
}

.item-testimonial-bottom{
    width: 100%;
    position: relative;
    margin: 0 -15px;
    overflow: hidden;
}
.wrap-item-testimonial-bottom{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    margin-bottom: 68px;
}
.item-testimonial{
    position: relative;
    padding: 0 15px;
}
.wrap-item-testimonials{
    padding: 40px 20px 32px 110px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: white;
    min-height: 300px;
    border-radius: 10px;
    border-right: solid 5px var(--primary-color);
}
.wrap-item-testimonials::before{
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 55px;
    transform: translateY(-50%);
    width: 2px;
    height: 65%;
    background-color: var(--primary-color);
}
.testimonial-icon-quote{
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: var(--primary-color);
    box-shadow: 0 0 0 6px #fff;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
}



.wrapper-testimonial::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: RGBA(12, 12, 54, 0.95);
  opacity: 0.9;
  content: "";
}
.wrap-testimonial .title-bloc {
  color: white;
  font-size: 32px;
  line-height: 49px;
}

.testimonial-author{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.author-img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px var(--primary-color);
    overflow: hidden;
    margin-right: 20px;
}
.author-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.author-name{
    margin-bottom: 0;
    font-size: 24px;
    color: var(--main-title-color);
    font-weight: 500;
}

.wrap-item-testimonial-bottom .owl-dots {
  display: flex;
  justify-content: center;
  bottom: -35px;
  position: absolute;
  width: 100%;
}
.wrapper-testimonial .owl-dot.active {
  width: 45px;
  height: 8px;
  background-color: #bfbdbd;
  border-radius: 4px;
  opacity: 1;
}

.testimonial-text-content{
    margin-bottom: 15px;
}
.testimonial-rate-content{
    color: #ffc106;
    font-size: 15px;
    margin: 0 2px;
}

.wrap-item.owl-dots {
    position: absolute;
    bottom: -30px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  
  .wrap-item-testimonial-bottom .owl-dot {
    width: 12px;
    height: 12px;
    background-color: var(--primary-color);
    border-radius: 8px;
    opacity: 1;
    z-index: 30;
  }
  .wrapper-testimonial .owl-dot{
    width: 21px;
    height: 8px;
    margin: 5px;
    border-radius: 8px;
    background-color: var(--primary-color);
  }                                         

 /**********************************************************************************************************************
|                                                   GALERIE PHOTO                                                     |
**********************************************************************************************************************/




.wrapper-galerie-photo .title-filigrane {
  color: #d7d5d53d;
}

.wrapper-galerie-photo {
    padding: 50px 0 107px;
    /*! 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;
    background-image: url(../images/bg/bg-documentation.jpg);
    background-size: cover;
}

.container-galerie-photo {
    width: 100%;
}

.parent-section-title-galerie-photo {
    /*! width: 50%; */
}

.wrap-galerie-photo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    padding-top: 40px;
    position: relative !important;
    z-index: 1;
}

.wrap-galerie-photo .owl-item {
    /* width: 690px !important; */
}

.parent-galerie-photo {
  /* width: 25%; */
  position: relative;
  overflow: hidden;
  padding: 0 15px;
  border-radius: 20px;
  /* margin-right: 30px; */
  /* width: 690px; */
}

.item-galerie-photo {
    position: relative;
    border-radius: 20px;
    text-align: left;
}

.img-galerie-photo img {
    border-radius: 20px; 
    height: 580px;
    object-fit: cover;
}

.item-galerie-photo::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;
  border-radius: 20px;
}

.img-galerie-photo {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
}
.img-galerie-photo img:hover {
  transform: scale(1.1);
  transition: all ease-in-out 0.8s;
}
.parent-galerie-photo .content-item-galerie-photo {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 20px 45px 50px;
  /*! transform: translateY(80px); */
  z-index: 5;
  transition: all 0.3s ease-in-out;
  width: 85%;
}

.item-number {
  font-size: 100px;
  font-weight: 400;
  color: rgba(255,255,255,.4);
  margin-bottom: 0px;
  display: none;
}

.content-visible {
    position: relative;
    padding-left: 24px;
}

.content-item-galerie-photo:before {
    content: "";
    position: absolute;
    left: "à2";
    top: 43px;
    width: 3px;
    height: 55%;
    background: var(--second-color);
}

.cat-list {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 30px;
  margin-bottom: 12px;
  display: inline-block;
}

.cat-list::before {
  content: "";
  height: 4px;
  width: 15px;
  background-color: #c6942a;
  position: absolute;
  bottom: 5px;
  right: 0;
  border-radius: 10px;
  visibility:hidden;
  display: none;
}

.cat-list a {
  /* color: #fff; */
  color: rgba(255,255,255,.8);
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}

.cat-list::after {
  content: "";
  height: 4px;
  width: 34px;
  /*! background-color: var(--primary-color); */
  position: absolute;
  bottom: 5px;
  right: -40px;
  border-radius: 10px;
  border: none;
  visibility: hidden;
}

.content-item-galerie-photo h3 {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  line-height: 40px;
}

.content-item-galerie-photo h3 a {
  color: white;
}

.content-item-galerie-photo p {
  visibility: visible;
  color: #d4d4d4;
  line-height: 30px;
  /*! margin-bottom: 15px; */
  transition: all 0.3s ease-in-out;
  padding-left: 24px;
}


.item-galerie-photo .portfolio-btn {
    bottom: 45px;
    position: absolute;
    right: 20px;
    z-index: 5;
}


.parent-galerie-photo:hover .content-item-galerie-photo {
}

.parent-galerie-photo:hover .content-item-galerie-photo p {
}

.parent-galerie-photo:hover .content-item-galerie-photo .portfolio-btn .btn-style2   
 span {
    visibility: visible;
    opacity: 1;
}

.parent-galerie-photo:hover .content-item-galerie-photo .portfolio-btn .btn-style2::after {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.parent-galerie-photo:hover .content-item-galerie-photo .portfolio-btn .btn-style2 {
    opacity: 1;
}

.btn-style2 {
  position: relative;
  /* display: inline-flex; */
  font-size: 30px;
  /* font-weight: 500; */
  /* color: #fff; */
  /* padding: 7px 17px 7px 17px; */
  /* border: none; */
  /* display: flex; */
  /* width: max-content; */
  /* display: flex; */
  /* opacity: 0; */
  /* border-radius: 30px; */
  /* transition: all 0.5s ease-in-out; */
  /* z-index: 1; */
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  border-radius: 10px;
  background-color: white;
  color: var(--primary-color);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: -14px;
}

.parent-galerie-photo:hover .btn-style2 {
    background: var(--primary-color);
    color: #fff;
}

.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;
  display: none;
}

.parent-galerie-photo:hover::after {
    height: 100%;
}

.parent-galerie-photo  .content-item-galerie-photo .portfolio-btn .btn-style2::after {
  content: "";
  width: 35%;
  height: 100%;
  /* background-color: #034c76; */
  border-radius: 30px;
  position: absolute;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  left: 2px;
  transform: translateY(-50%);
  z-index: -1;
  transition: all 0.5s ease-in-out;
}


.wrap-galerie-photo .nav-btn {
  top: -13%;
  position: absolute;
  /* height: 35px; */
  right: 0;
  /* width: 35px; */
  /* border-radius: 50%; */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* color: #151515; */
  border: 4px solid var(--primary-color);
  /* font-size: 22px; */
  /* line-height: 25px; */
  /* background-color: #fff; */
  /* background-color: #c6942a; */
  color: var(--second-color);
  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%);
}

.image-programme:after {
    position: absolute;
    top: -6px;
    left: -6px;
    bottom: -6px;
    right: -6px;
    border: 7px solid #c6942a;
    transform: scaleX(0.9);
    opacity: 0;
    transform-origin: center;
    transform-style: preserve-3d;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    border-radius: 20px;
    content: "";
    z-index: 1;
}

.item-programme:hover .image-programme:after {
    transform: scaleX(1.0);
    opacity: 1;
}

.wrap-galerie-photo .prev-slide {
  right: 265px;
}

.wrap-galerie-photo .next-slide {
  right: 160px;
}

.wrap-galerie-photo .next-slide, 
.wrap-galerie-photo .nav-btn:hover {
  background: var(--second-color);
  color: #ffffff;
  border-color: var(--second-color);
}

.wrap-galerie-photo .owl-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 19px;
}

.wrap-galerie-photo .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-galerie-photo .owl-dot {
  border: 1px solid #c6942a;
  width: 10px;
  background: #c6942a;
  height: 10px;
  border-radius: 30px;
  margin: 0 4px;
  z-index: 1;
  background: gray !important;
}

.wrap-galerie-photo .owl-dot.active {
  background: #034c76;
  border-color: var(--second-color);
  width: 14px;
  height: 14px;
  background: var(--second-color) !important;
}


.active .btn-style2 {
  background: var(--primary-color);
  color: white;
}



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

                                   bloc initiatiaves

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

 .map-filter-container {
            max-width: 1200px;
            margin: 0 auto;
            background: white;
            border-radius: 20px;
            box-shadow: 
                0 20px 40px rgba(0, 0, 0, 0.08),
                0 0 0 1px rgba(0, 0, 0, 0.02);
            overflow: hidden;
        }

        /* Section des filtres - COMPACTÉE */
        .filters-section {
            background: #f8fafc;
            padding: 20px 32px;
            border-bottom: 1px solid #e2e8f0;
        }

        .filters-header {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 16px;
        }

        .filter-icon {
            width: 24px;
            height: 24px;
            color: #3b82f6;
        }

        .filters-title {
            font-size: 1.1rem;
            font-weight: 600;
            color: #1f2937;
        }

        .filters-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 16px;
            align-items: end;
        }

        .filter-select {
            width: 100%;
            padding: 10px 14px;
            border: 1px solid #d1d5db;
            border-radius: 8px;
            font-size: 13px;
            color: #4b5563;
            background: white;
            cursor: pointer;
            transition: all 0.2s ease;
        }

        .filter-select:focus {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
        }

        .filter-select:hover {
            border-color: #9ca3af;
        }

        /* Interface carte et résumé */
        .map-interface {
            display: grid;
            grid-template-columns: 1fr 320px;
            min-height: 480px;
            border-bottom: 5px solid #38b6ff;
        }

        .map-container {
            background: white;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 30px;
            position: relative;
        }

        .cameroon-map {
            position: relative;
            max-width: 100%;
            height: auto;
        }

        .map-region {
            fill: #3b82f6;
            stroke: #ffffff;
            stroke-width: 2;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .map-region:hover {
            fill: #2563eb;
            transform: scale(1.02);
            filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15));
        }

        .map-region.active {
            fill: #dc2626;
            animation: pulse-region 2s infinite;
        }

        @keyframes pulse-region {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.8; }
        }

        .initiative-point {
            fill: #dc2626;
            stroke: white;
            stroke-width: 3;
            cursor: pointer;
            transition: all 0.3s ease;
            animation: glow-point 3s ease-in-out infinite alternate;
        }

        @keyframes glow-point {
            from { 
                filter: drop-shadow(0 0 4px rgba(220, 38, 38, 0.6));
                opacity: 0.8;
            }
            to { 
                filter: drop-shadow(0 0 12px rgba(220, 38, 38, 1));
                opacity: 1;
            }
        }

        .initiative-point:hover {
            transform: scale(1.4);
            fill: #fee2e2;
        }

        /* Tooltips personnalisés */
        .tooltip {
            position: absolute;
            background: #1f2937;
            color: white;
            padding: 8px 12px;
            border-radius: 6px;
            font-size: 12px;
            font-weight: 500;
            pointer-events: none;
            opacity: 0;
            transform: translateY(10px);
            transition: all 0.2s ease;
            z-index: 10;
            white-space: nowrap;
        }

        .tooltip.show {
            opacity: 1;
            transform: translateY(0);
        }

        .tooltip::after {
            content: '';
            position: absolute;
            top: 100%;
            left: 50%;
            transform: translateX(-50%);
            border: 4px solid transparent;
            border-top-color: #1f2937;
        }

        /* Panneau de résumé */
        .summary-panel {
            background: white;
            border-left: 1px solid #e5e7eb;
            padding: 32px;
            display: flex;
            flex-direction: column;
        }

        .summary-header {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 24px;
        }

        .summary-icon {
            font-size: 18px;
        }

        .summary-title {
            font-size: 1.1rem;
            font-weight: 600;
            color: #1f2937;
        }

        .stats-list {
        display: flex;
        flex-direction: column;
        }
        .map-pay {
            position: relative;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #f9f8f8;
        }

        .stat-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 16px 0;
            border-bottom: 1px solid #f3f4f6;
        }

        .stat-item:last-child {
            border-bottom: none;
        }

        .stat-label {
            font-size: 14px;
            color: #6b7280;
            font-weight: 500;
        }

        .stat-badge {
            background: #3b82f6;
            color: white;
            padding: 4px 12px;
            border-radius: 16px;
            font-size: 13px;
            font-weight: 600;
            min-width: 50px;
            text-align: center;
        }

        .stat-badge.large {
            background: #059669;
            font-size: 14px;
            padding: 6px 14px;
        }

        .stat-badge.medium {
            background: #7c3aed;
        }

        .stat-badge.small {
            background: #dc2626;
        }

        /* Actions rapides */
        .quick-actions {
            margin-top: 24px;
            padding-top: 22px;
            border-top: 1px solid #f3f4f6;
        }

        .action-btn {
            width: 100%;
            background: transparent;
            color: #3b82f6;
            border: 1px solid #3b82f6;
            padding: 10px 16px;
            border-radius: 8px;
            cursor: pointer;
            font-weight: 500;
            font-size: 14px;
            margin-bottom: 8px;
            transition: all 0.2s ease;
        }

        .action-btn:hover {
            background: #3b82f6;
            color: white;
            transform: translateY(-1px);
        }

        .action-btn:last-child {
            margin-bottom: 0;
        }

        /* Responsive */
        @media (max-width: 1024px) {
            .map-interface {
                grid-template-columns: 1fr;
            }
            
            .summary-panel {
                border-left: none;
                border-top: 1px solid #e5e7eb;
            }
        }

        @media (max-width: 768px) {
            .filters-grid {
                grid-template-columns: 1fr;
            }
            
            .map-container {
                padding: 20px;
            }
            
            .summary-panel {
                padding: 24px;
            }
        }

        /* Animation d'entrée */
        .fade-in {
            opacity: 0;
            transform: translateY(20px);
            animation: fadeInUp 0.6s ease forwards;
        }

        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .delay-1 { animation-delay: 0.1s; }
        .delay-2 { animation-delay: 0.2s; }
        .delay-3 { animation-delay: 0.3s; }

        .main_section {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    box-sizing: border-box;
}

.wrapper_banner .container {
    padding: 0;
}

.inner_text_main {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1710px;
    margin: auto;
    box-sizing: border-box;
    margin-top: 65px;
    margin-bottom: 100px;
    position: relative;
    display: inline-block;
    z-index: 20;
    width: 100%;
    box-sizing: border-box;
}

.content_text_main {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
}

.child_text_1 {
    margin-bottom: 15px;
    position: relative;
    box-sizing: border-box;
}

.design1 {
    display: block;
    position: absolute;
    top: -30px;
    left: -59px;
}

h1.child_text_2 {
    font-family: 'Comfortaa', cursive;
    color: #1271e5;
    /* font-family: 'Comfortaa', cursive; */
    text-align: left;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
}

.child_text_2 span {
    position: relative;
    /* font-family: 'Comfortaa', cursive; */
    font-weight: 700;
}

.child_text_2 span:after {
    /* content: url("data:image/svg+xml; utf8,<svg version='1.0' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 913.000000 42.000000' preserveAspectRatio='xMidYMid meet'><g transform='translate(0.000000,42.000000) scale(0.100000,-0.100000)' fill='rgb(255, 193, 74)' stroke='none'><path d='M7962 404 c-11 -12 -33 -14 -100 -12 -48 1 -240 -1 -427 -5 -187 -4 -506 -10 -710 -13 -354 -5 -415 -7 -603 -19 -185 -11 -867 -23 -1392 -25 -124 -1 -360 -6 -525 -11 -385 -14 -451 -15 -1170 -23 -411 -5 -646 -12 -745 -22 -86 -9 -301 -17 -530 -20 -244 -3 -422 -10 -485 -19 -90 -13 -202 -18 -640 -30 -77 -2 -189 -11 -250 -19 -60 -9 -151 -16 -202 -16 -50 0 -103 -4 -116 -9 -33 -13 -40 -47 -21 -109 l17 -52 193 0 c123 0 194 4 194 10 0 6 14 10 30 10 17 0 30 -4 30 -10 0 -15 107 -13 112 2 5 13 100 18 562 32 115 4 263 11 330 16 67 5 312 14 546 20 234 5 529 14 655 20 234 10 529 16 1255 25 637 8 931 14 1270 25 173 5 506 15 740 21 675 17 689 17 820 28 69 5 217 10 330 11 271 1 727 18 815 30 39 5 254 9 478 10 452 0 580 9 635 46 l32 22 -32 23 c-20 14 -50 24 -77 26 -26 1 -111 7 -191 13 -80 5 -187 10 -238 11 -65 0 -96 5 -106 15 -17 16 -106 19 -106 4 0 -5 -9 -10 -20 -10 -11 0 -20 5 -20 10 0 6 -61 10 -162 10 -133 -1 -165 -4 -176 -16z '/></g></svg>"); */
    width: 100%;
    position: absolute;
    bottom: -38px;
    left: -123px;
    margin-top: -15px;
    z-index: -1;
    content: "";
    background-image: url(../images/bg/bar2.png);
    background-size: contain;
    height: 100%;
    background-repeat: no-repeat;
}

.child_text_3.design {
    /* display: block; */
    position: absolute;
    right: -70px;
    bottom: -13px;
    box-sizing: border-box;
    display: none;
}

.child_text_3.design svg {
    fill: #da1c2e;
    width: 71px;
    height: 71px;
    transform: scaleX(-1);
}

.inner_text_main .content_form_search {
    max-width: none;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    width: auto;
}

.widget_form {
    position: relative;
    /* max-width: 895px; */
    max-width: 935px;
    margin-right: auto;
    box-shadow: 0 5px 38px 7px rgba(0, 0, 0, 0.09);
    border-radius: 15px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    box-sizing: border-box;
}

.content_form_search .widget_form {
    flex-direction: row;
    width: 69%;
}

.content_field_input {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.field_form {
    display: flex;
    flex-wrap: wrap;
    width: 98%;
    /* background: #f7f7f7; */
    position: relative;
}

.content_field_input .inputfield {
    width: 22.8%;
    /* overflow: hidden; */
    position: relative;
}

input.class_in {
    /* padding-left: 50px !important; */
    padding-left: 20px !important;
    color: #222222;
    font-size: 16px;
    line-height: 28px;
    width: 100%;
    background: #fff;
    padding: 17px 30px 17px 27px;
    border-radius: 10px;
    border: 1px solid #e4ebf0;
    font-family: 'Comfortaa', cursive;
}

.inputfield .icon_field_in {
    position: absolute;
    top: 14px;
    left: 10px;
    display: none;
}

.icon_field_in img {
    width: 30px;
    height: 30px;
}

select.class_in.select {
    /* padding-left: 50px !important; */
    color: #222222;
    padding-left: 20px !important;
    font-size: 16px;
    line-height: 28px;
    width: 100%;
    background: #fff;
    padding: 17px 30px 17px 27px;
    border-radius: 10px;
    border: 1px solid #e4ebf0;
    font-family: 'Comfortaa', cursive;;
}

.doble-fields {
    display: flex;
    width: 24%;
    justify-content: space-between;
    align-items: center;
}

.doble-fields .inputfield.civilite {
    width: 65%;
}

.doble-fields .inputfield {
    width: 30%;
}

.content_field_input:first-child {
    margin-bottom: 11px;
}

.search_btn {
    background-color: #da1c2e;
    color: #ffffff;
    font-family: 'Comfortaa', cursive;;
    height: 59px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
    transition: 0.2s ease;
    min-height: 57px;
    cursor: pointer;
    border: none;
}

span.textbutton {
    font-weight: 500;
    display: block;
    flex: 1;
    display: none;
    text-align: center;
    padding-right: 20px;
    padding-left: 30px;
    padding-top: 0;
    padding-bottom: 0;
    box-sizing: border-box;
}

span.iconbtn_search {
    /* padding-left: 30px; */
    /* padding-right: 9px; */
    /* background-color: #b81726; */
    display: flex;
    height: 100%;
    align-items: center;
    /* clip-path: polygon(22% 0, 100% 0, 100% 100%, 0% 100%); */
    transition: 0.2s ease;
}

span.iconbtn_search svg {
    stroke: #ffffff;
    width: 24px;
}

button.search_btn {
    position: relative;
    /* top: -38px; */
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.container_btnform {
    position: absolute;
    top: -25px;
    left: 35px;
}

button.btn_subscribe {
    background: whitesmoke;
    font-size: 14px;
    cursor: pointer;
    padding: 4px 16px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.content_text_relation {
    position: relative;
    box-sizing: border-box;
}

.text_relative {
    margin-top: 45px;
    box-sizing: border-box;
}

.list_text_relative {
    color: #000;
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    position: relative;
}

span.example {
    font-weight: 600;
    display: inline-block;
    float: left;
    margin-right: 11px;
    font-size: 16px;
}

.linkpopular_handicap {
    color: #444444;
    white-space: pre-line;
    transition: 0.2s ease;
    position: relative;
    margin-right: 9px;
    width: 45%;
    flex-wrap: wrap;
    font-size: 15px;
}

.linkpopular_handicap:after {
    content: "";
    background: #da1c2e;
    height: 1px;
    width: 80%;
    bottom: -3px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    margin: 0 auto;
    transition: 0.2s ease;
}

.design_carre2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.carre {
    position: absolute;
    /* background-size: cover; */
    background-position: center;
    width: 30%;
    background-image: url(../images/icon/dot-blue.png);
    height: 100px;
    background-repeat: no-repeat;
    /* opacity: .6; */
    bottom: 161px;
    right: 63px;
}

.design_carre1 {
    position: absolute;
    top: 50%;
    left: 44%;
    z-index: 19;
}

.linkpopular_handicap:hover {
    /* color: #da1c2e; */
    /* text-decoration: underline; */
}

.linkpopular_handicap:hover:after {
    /* width: 100%; */
    /* bottom: -1px; */
    /* opacity: 1; */
}

.icon_relative svg {
    fill: var(--e-global-color-lsupport1);
    position: absolute;
    bottom: 12px;
    left: 48%;
    transform: rotate3d(0, 0, 170, -180deg);
}

.inner_image_main {
    position: absolute;
    z-index: 22;
    top: 0;
    /* width: 100%; */
    height: 642px;
    opacity: 1;
    left: 68%;
    box-sizing: border-box;
}

.container_img_banner {
    display: flex;
    position: relative;
    height: 100%;
    width: 100%;
}

section.wrapper-initiative {
    padding: 30px 0 90px;
}

.text-carte {
    position: absolute;
    top: 20%;
    left: 13%;
    font-size: 18px;
    width: 170px;
    z-index: 2;
    line-height: 1;
}
.text-carte h3 {
    padding-left: 3px;
    border-left: 4px solid #8ab2e3;
    color: #38b6ff;
    font-size: 26px;
}

.design_circle {
    position: absolute;
    top: 6px;
    left: -102px;
    background: url(../images/bg/pattern.png) no-repeat;
    width: 121px;
    height: 133px;
    z-index: 0;
    box-sizing: border-box;
}

.design_river svg {
    fill: #b15dff;
    position: absolute;
    bottom: 35px;
    left: -95px;
    display: none;
}

path.region {
    cursor: pointer;
}

.map-pay svg path:hover {
    fill: var(--primary-color) !important;
    stroke: #32a4e6;
}

.map-pay svg {
    width: auto;
    height: 100%;
    stroke: var(--second-color);
    fill: #fff;
    stroke-width: 6px;
}

.content_design_img_1 {
    width: 500px;
    position: relative;
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
    margin-top: 15px;
}

.content_design_img_1 img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom-left-radius: 0px;
}

.content_design_img_1:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    /* background: rgba(0, 0, 0, 0.5); */
    z-index: 3;
    /* background: rgba(0, 0, 0, 0.1); */
}

.content_design_img_2 {
    position: relative;
}

.design_triangle {
    position: absolute;
    top: -10px;
    left: 46px;
}

.design_triangle svg {
    width: 29px;
    fill: #b15dff;
}

.image_design_2 {
    display: block;
    margin-top: 30px;
    margin-left: 15px;
    height: 100%;
    overflow: hidden;
    width: 351px;
    clip-path: polygon(0% 0%, 100% -2%, 99% 98%, 0% 101%);
    border-bottom-left-radius: 24px;
    border-top-left-radius: 24px;
}

.image_design_2 img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

button.search_btn:hover {
    background: #28275f;
}

button.search_btn:hover .iconbtn_search {
    background: #36357cad;
}


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

.description{
    pointer-events: none;
    position: absolute;
    font-size: 18px;
    text-align: center;
    background: white;
    padding: 10px 15px;
    z-index: 5;
    /* height: 30px; */
    line-height: 30px;
    margin: 0 auto;
    color: #21669e;
    border-radius: 5px;
    box-shadow: 0 0 0 1px #eee;
    transform:translateX(-50%);
    display: none;
}
  
.description.active{
    display: block;
    background: #1271e5;
    color: #fff;
}

.description:after{
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #1271e5;
}

.highcharts-figure, .highcharts-data-table table {
  min-width: 310px;
  max-width: 800px;
  margin: 1em auto;
}

#containerindex {
  height: 400px;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}
    




/* 
****************************************************************************************
                                          call-to -action
******************************************************************************************* */


.wrap-callto-act {
  display: flex;
  justify-content: space-between;
  background-image: url(../images/bg/bg-call-to.png);
  background-color: var(--second-color);
  border-radius: 5px;
  position: relative;
  padding: 50px 60px 33px;
  /*! overflow: hidden; */
}

.right-callto-act p {
  color: white;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}
.left-bloc-call-to-act {
  /*! padding: 75px 60px 0; */
  width: 40%;
}
.right-callto-act {
  position: relative;
  margin-left: -75px;
  padding-right: 0px;
  height: 100%;
  width: 57%;
  border-left: 1px solid #ffffff85;
  padding-left: 20px;
}
.shape-img-cal-to {
  position: absolute;
  top: -37px;
  right: -3px;
  display: flex;
  margin-bottom: 0;
  align-items: center;
}
.wrapper-call-to-act {
  /*! padding: 50px 0; */
  z-index: 4;
  position: relative;
  margin-top: -157px;
  margin-bottom: -132px;
  /*! display: none; */
}
.left-bloc-call-to-act> span {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  top: -5px;
  display: block;
  text-transform: uppercase;
  /* color: #f9e9e9; */
  margin-bottom: 10px;
}
.left-bloc-call-to-act h3 {
  font-weight: 600;
  letter-spacing: -0.04em;
  margin-bottom: 0;
  /*! padding-bottom: 9px; */
  font-size: 24px;
  color: white;
  line-height: 32px;
  /*! font-family: 'Catamaran'; */
}
.left-bloc-call-to-act h3 span {
  color: var(--primary-color);
}

.wdt-content-description-pnc span {
  color: var(--second-color);
  font-weight: 700;
  font-size: 16px;
}
.wdt-content-description-pnc strong {
  color: black;
  font-weight: 700;

}
.list-item-call-to-act i {
  font-size: 10px;
  line-height: 25px;
  width: 14px;
  height: 14px;
  color: var(--second-color);
  background: white;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 50px;
  margin-right: 7px;
}
.list-item-call-to-act li {
  display: flex;
  margin-bottom: 10px;
  position: relative;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  color: white;
  padding-left: 0;
  margin-bottom: 8px;
  align-items: center;
}
.shape-img-cal-to img {
  width: 311px;
  height: auto;
  opacity: 0.9;
}




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

                                         OBJECTIF
******************************************************************************************** */



.wrapper-objectif{
  position: relative;
  padding: 219px 0 44px;
  margin-top: -179px;
}
.wrapper-objectif-shape{
  width: 300px;
  height: 300px;
  background-image: url(../images/objectif-shape.png);
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  left: -150px;
  bottom: 50%;
  opacity: .70;
}
.fa-spin{
  visibility: visible;
  animation: fa-spin 30s infinite;
}

@keyframes fa-spin{
  0% {
      transform: rotate(0deg);
  }
  
  100% {
      transform: rotate(359deg);
  }
}

.container{
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px; 
}
.wrap-objectif{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.fafeInUp{
  visibility: visible;
  animation-name: fadeInUp;
  animation-duration: 1.25s;
}

@keyframes fadeInUp{
  0% {
      opacity: 0;
      transform: translate3d(0, 100%, 0);
  }
  
  100% {
      opacity: 1;
      transform: none;
  }
}
.item-objectif{
  position: relative;
  margin-bottom: 40px;
  flex: 0 0 auto;
  width: 50%;
  padding: 0 15px;
}
.wrap-item-objectif{
  position: relative;
  text-align: center;
  padding: 20px 30px;
  padding-left: 170px;
  padding-right: 100px;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  box-shadow: 0 30px 40px rgba(0, 0, 0, 0.10);
  transition: all 500ms ease;
  overflow: hidden;
}
.wrap-item-objectif:hover{
  box-shadow: none;
}
.wrap-item-objectif:hover .objectif-icon-box::before{
  transform: skew(15deg);
}
.wrap-item-objectif:hover .objectif-icon-box .objectif-icon{
  transform: scale(-1) rotate(180deg);
}
.wrap-item-objectif:hover .link-box a{
  transform: rotate(360deg);
  border-radius: 0;
}
.wrap-item-objectif:hover .link-box a{
  color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.10);
}
.objectif-icon-box{
  position: absolute;
  left: 50px;
  top: 0;
  height: 100%;
  width: 70px;
  padding: 0 20px;
}
.objectif-icon-box::before{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #40cbb4;
  content: "";
  transform: skew(-15deg);
  transition: all 600ms ease;
}
.objectif-icon{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  font-size: 40px;
  line-height: 1em;
  margin-top: -20px;
  margin-left: -20px;
  color: #ffffff;
  transition: all 400ms ease;
}

.item-text strong {
  color: #ffffffd9;
  font-weight: 6000;
}
.left-bloc-call-to-act {
}
.left-bloc-call-to-act p {
  color: white;
  font-size: 16px;
  margin-top: 20px;
}
.left-bloc-call-to-act p strong {
  font-weight: 700;
  font-size: 24px;
}
.text-title {
  padding-top: 10px;
  color: gray;
  font-size: 16px;
  line-height: 28px;
  width: 100%;
}
.objectif-title{
  position: relative;
  display: block;
  font-size: 19px;
  line-height: 1.2em;
  color: #12114a;
  font-weight: 700;
  margin-bottom: 10px;
}
.objectif-title a:hover {
  color: #40cbb4;
}
.objectif-title a{
  color: #12114a;
  display: inline-block;
  transition: all 300ms ease;
}
.objectif-text{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #222222;
  font-weight: 400;
  cursor: default;
}
.link-box{
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -20px;
  font-size: 20px;
  border-radius: 50%;
}
.link-box a {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  line-height: 20px;
  font-size: 14px;
  color: #ffffff;
  background-color: #40cbb4;
  border-radius: 10px;
  transition: all 600ms ease;
}


.item-objectif:nth-child(3n + 2) .objectif-icon-box:before,
.item-objectif:nth-child(3n + 2) .link-box a{
background-color: #4c35a9;
}

.item-objectif:nth-child(3n + 3) .objectif-icon-box:before,
.item-objectif:nth-child(3n + 3) .link-box a{
background-color: #e6275a;
}

.item-objectif:nth-child(3n + 4) .objectif-icon-box:before,
.item-objectif:nth-child(3n + 4) .link-box a{
background-color: #1c94d2;
}




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

                                         DOMAINE
******************************************************************************************** */




.wrapper-domaine{
  position: relative;
  padding: 100px 0;
  background-color: var(--second-color);
}
.wrapper-domaine-shape-bg-1{
  background-image: url(../images/domaine/shape-bg.png);
  max-width: 400px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 410px;
  z-index: 2;
}
.wrapper-domaine-shape-bg-2{
  background-image: url(../images/domaine/shape-bg-2.webp);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.container{
  width: 1300px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}
.wrap-domaine{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  width: 100%;
}
.item-domaine.left{
  flex: 0 0 auto;
  width: 33.3333333%;
}
.wrap-item-left{
  position: relative;
  height: 100%;
  background-image: url(../images/domaine/wrap-bg.jpg);
  background-color: #fa8714;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 45px 60px 60px;
  border-radius: 5px 0 0 5px;
  max-height: 500px;
}
.fadeInLeft{
  visibility: visible;
  animation-name: fadeInLeft;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeInLeft{
  0% {
      opacity: 0;
      transform: translateX(-20px);
  }
  100% {
      opacity: 1;
      transform: translateX(0);
  }
}

.domaine-title-box{
  margin-bottom: 50px;
  position: relative;
}
.domaine-title{
  position: relative;
  font-size: 39px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.04em;
  margin-bottom: 0;
  padding-bottom: 12px;
  line-height: 58px;
}
.btn{
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
}
.btn-link{
  position: relative;
  font-weight: 700;
  overflow: hidden;
  color: #ffffff;
  background: var(--second-color);
  border-radius: 50px;
  display: inline-block;
  justify-content: center;
  text-align: center;
  z-index: 1;
  transition: all 500ms ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.top-icon-pnc {
  display: flex;
  justify-content: start;
  align-items: center;
}
.wdt-content-title-pnc {
}
.wdt-content-title-pnc {
  margin-left: 15px;
}
.btn-link::before{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #015cb5;
  clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
  transition: all 500ms ease;
  z-index: -1;
}
.btn-link:hover:before {
  clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}
.btn-link:hover {
color: #ffffff;
}
.item-domaine.right{
  flex: 0 0 auto;
  width: 66.66666667%;
}

.wrap-item-right{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.fadeInUp{
  visibility: visible;
  animation-name: fadeInUp;
  animation-fill-mode: both;
}

@keyframes fadeInUp {
  0% {
      opacity: 0;
      transform: translateY(20px);
  }
  100% {
      opacity: 1;
      transform: translateY(0);
  }
}
.item-content{
  width: 50%;
  max-height: 250px;
  display: flex;
}
.wrap-item-content{
  position: relative;
  padding: 55px 47px 50px;
  background-color: #fff;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1); 
  padding-left: 30px;
}

.item-content.fadeInUp .item-text {
  color: gray;
}
.wrap-item-content::before{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  background-color: #015cb5;
  background-image: url(../images/domaine/shape-item.png);
  background-repeat: no-repeat;
  background-position: center left;
  content: "";
  transition: all 300ms ease;
}
.icon{
  position: absolute;
  right: 50px;
  top: 46px;
  color: #015cb5;
  width: 45px;
  aspect-ratio: 1;
  line-height: 1em;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  z-index: 2;
  transition: all 300ms ease;
}
.icon img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg-icon{
  position: absolute;
  right: 2px;
  bottom: -29px;
  width: 100px;
  height: auto;
  transform: rotate(-45deg);
  opacity: 0.5;
  filter: brightness(0) invert(0.8);
}
.bg-icon img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-content.fadeInUp {
  color: gray;
}
.item-title{
  position: relative;
  margin-bottom: 20px;
  font-family: 'Catamaran';
}

.item-title{
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2em;
  color: #0d1a36;
}
.item-text{
  position: relative;
  font-size: 17px;
  line-height: 26px;
  color: #f2f4f7bd;
  margin-bottom: 0;
  text-align: left;
}
.wrap-item-content:hover .icon {
  transform: scale(-1) rotate(180deg);
}
.wrap-item-content:hover .item-title {
  color: #fa8714;
}


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

                                         Guide
******************************************************************************************** */


.wrapper-temoignage {
  padding: 50px 0;
   padding: 50px 0 84px;
    position: relative;
    background-image: url(../images/bg/bg-temoignage.png);
    background-size: cover;
    background-repeat: no-repeat;
  z-index: 0;
}
.wrapper-testimonial-shape-1{
    position: absolute;
    bottom: 0;
    left: 0;
}
.wrapper-testimonial-shape-2{
    display: block;
    position: absolute;
    top: 0%;
    right: 0;
    animation: tptranslateX2 4s infinite alternate;
    width: fit-content;
    height: 310px;
    display: flex;
}
@keyframes tptranslateX2{
    0%{
        transform: translateX(0px);
    }
    100%{
       transform: translateX(40px)
    }
}


.item-testimonial {
  /*! width: 50%; */
  padding: 0 15px;
}
.wrap-item-testimonial {
  display: flex;
  position: relative;
  display: flex;
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 40px 0px rgba(4, 23, 26, 0.01);
  height: 100%;
  justify-content: center;
}

a i {
  /*! margin-left: 5px; */
}
.image-testimonial {
  position: relative;
  display: block;
  width: 150px;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  min-height: 100%;
}
.author-testimonial {
  /*! min-height: 300px; */
  width: fit-content;
}
.image-testimonial::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px;
  border: 2px solid var(--primary-color);
  z-index: 1;
}
.image-testimonial img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.testimonial-content {
  position: relative;
  display: block;
  /* text-align: center; */
  /* padding: 0 39px 0; */
  /* padding-bottom: 20px; */
  /* padding-top: 20px; */
}
.wrap-temoignage .owl-dots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  position: absolute;
  bottom: -14%;
  border-radius: 10px;
}

.wrap-temoignage .owl-dot {
  width: 14px;
  height: 14px;
  background:  var(--primary-color);
  border-radius: 15px;
  margin: 5px !important;
  opacity: .2;
  transition: all ease .3s;
  border-radius: 50%;
}

.wrap-temoignage .owl-dot.active {
  background-color: var(--second-color);
  opacity: 1;
}


.quote-temoignages {
  position: relative;
  display: inline-block;
  font-size: 43px;
  color: var(--primary-color);
}
.content-temoignages-text {
  margin-top: 12px;
  font-size: 16px;
  color: #8c9194;
  line-height: 28px;
  font-weight: 400;
  font-family: Poppins;
}
.author-info {
  position: relative;
  display: block;
  margin-top: 16px;
}
.author-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #061e22;
}
.author-post {
  margin-top: 1px;
  color: var(--primary-color);
}

.wrap-temoignage {
  margin-top: 43px;
}

/**********************************************************************************************************************|
                                                   PRODUIT                                                      |
***********************************************************************************************************************/




.item-produit:hover {
  transform: translate3d(1.08138px, 0px, -162.207px) perspective(1000px) rotateX(0deg) rotateY(0deg);
  transition: 220ms ease-in-out;
}

.item-produit {
    /* font-family: Roboto; */
    /* width: 25%; */
    transition-duration: 0ms;
    /* transform: translate3d(1.08138px, 0px, -162.207px) rotateX(0deg) rotateY(34.6041deg); */
    z-index: 0;
    padding: 15px 0px 10px;
    transform-style: preserve-3d;
    transform: translate3d(1.08138px, 0px, -162.207px) perspective(1000px) rotateX(0deg) rotateY(21deg);
  }
.wrapper-produit::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    /*! background-color: #fd82003b; */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.center ~ div.owl-item >div.item-produit {
        transform: translate3d(1.08138px, 0px, -162.207px) perspective(1000px) rotateX(0deg) rotateY(-21deg);
}
  .wrapper-produit {
    padding: 50px 0 220px;
    /*! background-color: #80808017; */
    position: relative;
    /* margin-top: -96px; */
    /* background-image: url("../images/bg/bg-annuaire.png"); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/bg/bg-temoignage.png);
  }
  .wrap-item-produit {
    background-color: var(--white-color);
    border-radius: 8px;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.13);
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: 100%;
    padding: 15px 15px 37px;
    text-align: center;
    position: relative;
    width: 100%;
  }
  .produit.container {
    /*! perspective: 1200px; */
    flex-wrap: nowrap;
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* position: relative; */
    z-index: 1;
    box-sizing: border-box;
    width: 1350px;
  }
  .wrap-item-produit::before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-color: transparent #df0e0e transparent;
    z-index: 0;
    display: none;
  }

  .wrap-produit .owl-nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: fit-content;
    bottom: -45px;
}

.wrap-produit .nav-btn {
    color: var(--primary-color);
    font-size: 20px;
    border: 2px solid rgba(0, 0, 0, 0.10);
    /* margin-left: 10px; */
    width: 60px;
    border-radius: 50%;
    background: var(--white-color);
    aspect-ratio: 1;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
    left: calc(50% - 10px);
}

.wrap-produit .nav-btn.prev-slide {left: calc(50% - 32px);}

.wrap-produit .nav-btn:hover {
    background: var(--second-color);
    color: var(--white-color);
    border-width: 3px;
    border-color: var(--white-color);
    box-shadow: -1px 5px 15px #afafaf6e;
}

  .sale-off {
    font-size: 12px;
    text-align: center;
    overflow: hidden;
    width: 50px;
    height: 50px;
    transform: rotate(45deg);
    text-transform: lowercase;
    font-weight: 700;
    line-height: 2.2em;
    color: #fff;
    background: transparent;
    /* pointer-events: none; */
    top: 3px;
    right: 3px;
    border: 0;
    position: absolute;
    left: auto;
    margin: -.5em -.5em 0 0;
  }
  .image-item-produit {
    width: 100%;
    height: 195px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease .35s;
    margin-bottom: 11px;
  }
  .star {
    font-size: 12px;
    letter-spacing: 6px;
  }
  .reviews-content.rating-av.row-container {
    justify-content: center;
    color: var(--primary-color);
  }
  .product-name {
    font-size: 16px;
    line-height: 1.2em;
    font-size: 19px;
    color: #161421;
    font-weight: 700;
    padding: 6px 0 15px;
  }

.center ~ div.owl-item > div.item-produit:hover {
  transform: translate3d(1.08138px, 0px, -162.207px) perspective(1000px) rotateX(0deg) rotateY(0deg);
  transition: 220ms ease-in-out;
}
  .product-detail { 
    font-size: 17px;
    line-height: 1.4em;
    font-weight: 500;
    margin: 0 0 20px;
    padding: 0 15px;
    color: #282834;
  }
.product-price {
    font-size: 20px;
    font-weight: 800;
    color: var(--primary-color);
}
  .prix-produits {
    justify-content: center;
    font-size: 18px;
    font-weight: 900;
    color: #df0e0e;
    font-family: 'Barlow';
  }
.wrap-item-produit .primary-btn:hover::before {
    border-radius: 8px;
}
  .btn-add-to-cart {
    justify-content: center;
    display: flex;
    padding: 14px 0 0 0;
  }
  .btn-add-to-cart a {
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .image-item-produit img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
  }

.center .item-produit {
    transform: translate3d(1.08138px, 0px, -162.207px) perspective(1000px) rotateX(0deg) rotateY(0deg) ;
}

.center .item-produit .image-item-produit{
    height:220px;
}

.wrap-produit .owl-stage {
    /*! padding-top: 20px !important; */
}
.wrap-produit {
  transition-duration: 0ms;
  margin-left: 0;
  /* margin-top: 80px; */
  margin-right: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  /* padding-top: 50px; */
  /* transform-style: preserve-3d; */
  /* perspective: 1000px; */
  padding: 0px 0 40px;
  /*! height: 700px; */
}    
  



/* ***********************************************************************************************************
                                      documentation
        *********************************************************************
 */


 .wrapper-documentation{
    position: relative;
    padding: 0 0px 30px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-image: url(../images/bg/doc-bg.jpg);
    display: block;
}
.wrapper-documentation::before{
    position: absolute;
    content: '';
    background: #f2f2f2;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    opacity: 0.92;
}

.bg-documentation::after {
  position: absolute;
  content: '';
  width: 1000%;
  height: 100%;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  z-index: 1;
  background-color: rgba(92, 141, 207, 0.94);
  border-radius: 5px;
}
.bg-documentation{
    position: absolute;
    left: 0px;
    top: -53px;
    width: calc(50% - 15px);
    height: 498px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0px 5px 5px 0px;
    z-index: 1;
    background-image: url(../images/bg/layer-bg.jpg);
    background-image: url(../images/bg/bg-apres-banniere.jpg);
}
.bg-documentation::before{
    position: absolute;
    content: '';
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    left: 20px;
    top: 20px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    z-index: 2;
}
.container-documentation{
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.wrap-documentation{
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.wrap-documentation .item-documentation-left{
    flex: 0 0 50%;
    max-width: 50%;
}
.item-documentation-left .wrap-item-documentation-left{
    padding-right: 40px;
    margin-top: 50px;
    overflow: hidden;
}
.content-block-left{
    z-index: 1;
    position: relative;
    display: block;
    /* top: -83px; */
    margin-left: 15px;
}
.wrap-item-documentation-left .content-block-left h4{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    /* bottom: -30px; */
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 31px;
    padding-bottom: 0px;
    padding-left: 75px;
    margin: 0px;
    transition: all 500ms ease;
    /*! font-family: 'DM Sans', sans-serif; */
    align-items: center;
    display: flex;
}
.wrap-item-documentation-left .content-block-left h2{
    display: block;
    font-size: 31px;
    line-height: 42px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 38px;
    margin-bottom: 38px;
    /* bottom: -40px; */
    transition: all 500ms ease;
    /*! font-family: 'DM Sans', sans-serif; */
    position: relative;
    width: 90%;
    margin-top: 33px;
}

.slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 10px 0 0 10px;
  display: flex;
  color: white;
  /*! background-color: var(--primary-color); */
  font-size: 16px;
  margin: 0;
  text-align: center;
  transition: all .5s ease;
  position: absolute;
  left: 76%;
  top: -21%;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  /*! border: 1px solid #fff; */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  background: var(--primary-color);
}
.slick-arrow:hover {
    background-color: #133262;
}
.slick-arrow.next-arrow {
  right: 3%;
  left: inherit;
}
.content-block-left .btn-box .button{
    background: #ffffff;
    color: var(--primary-color);
    position: relative;
    display: inline-block;
    font-size: 14px;
    /* margin-top: 60px; */
    line-height: 25px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    /* color: #fff !important; */
    border-radius: 5px;
    text-align: center;
    padding: 16.5px 38px;
    text-transform: uppercase;
    z-index: 1;
    transition: all 500ms ease;
}
.content-block-left .btn-box .button:hover {
    color: #fff;
}
.content-block-left .btn-box .button::before{
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    background: var(--primary-color);
    z-index: -1;
    border-radius: 5px 0px 0px 5px;
    transition: all 500ms ease;
    color: var(--primary-color) !important;
}
.content-block-left .btn-box .button:hover::before{
    width: 50%;
}
.content-block-left .btn-box .button::after{
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    background: var(--primary-color);
    z-index: -1;
    border-radius: 0px 5px 5px 0px;
    transition: all 500ms ease;
}
.content-block-left .btn-box .button:hover::after{
    width: 50%;
}

.item-documentation-right{
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 56px;
}
.clearfix::after{
    display: block;
    clear: both;
    content: "";
}


.download-block-one .inner-box .icon-box.word {
  color: var(--primary-color);
  font-size: 50px;
}
.download-block-one .inner-box {
    position: relative;
    display: block;
    padding: 26px 85px 27px 111px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    margin-bottom: 0px;
    z-index: 1;
    /* margin-left: 48px; */
    bottom: 16px;
    border-radius: 10px;
    margin-top: 10px;
}
.download-block-one .inner-box .icon-box {
    position: absolute;
    left: 30px;
    top: 25px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #e41c2d;
    /*! background: #f2f2f2; */
    text-align: center;
    border-radius: 50%;
    font-size: 40px;
}

figure {
    margin: 0;
}


.slick-dots {
  display: none !important;
}
.download-block-one .inner-box h4 {
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 1px;
}
.download-block-one .inner-box p {
    position: relative;
    /*! font-family: 'Merriweather Sans', sans-serif; */
    color: #696b7e;
    font-weight: 400;
    margin: 0px;
    transition: all 500ms ease;
}
.download-block-one .inner-box .download-btn {
    position: absolute;
    top: 40px;
    right: 30px;
}
.download-block-one .inner-box .download-btn:before {
    position: absolute;
    content: '';
    background: #e3e3e3;
    width: 1px;
    height: 60px;
    left: -20px;
    top: -15px;
}
.download-block-one .inner-box .download-btn span {
    display: flex;
    position: relative;
    display: inline-block;
    width: 40px;
    height: 35px;
    line-height: 26px;
    font-size: 30px;
    border-radius: 50%;
    color: var(--primary-color);
    overflow: hidden;
    z-index: 1;
}

.download-block-one .inner-box:hover .download-btn a {
    color: var(--primary-color);
}
.download-block-one {
    padding: 5px;
}
.content-block-left h4 img{
    width: 11%;
    position: relative;
    left: -60px;
    top: 53px;
    /* color: #fff; */
}

.content-block-left span {
  left: 20px;
  position: relative;
  top: 10px;
}
.icon-house {
    position: absolute;
    left: 11px;
    top: 4px;
    width: 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 50%;
    color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    margin-right: 20px;
}

.wrap-item-documentation-left .owl-nav {
    position: relative;
    display: flex;
    gap: 20px;
    top: -58px;
    right: -249px;
}

.wrap-item-documentation-left .nav-btn {
    width: 58px;
    height: 58px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: #fff;
}


/**************************************************************************************************************************|
                                                        Call to action                                                   **|
***************************************************************************************************************************/



section.wrapper-new-call-action {
    margin-top: 0;
    margin-top: -97px;
    z-index: 2;
    position: relative;
    /* background: #f7f7f7; */
    margin-bottom: -65px;
    z-index: 25;
}

.wrap-call-new-call-action {
    /* box-shadow: 0 17px 51px 0 rgb(149 149 149 / 33%); */
    justify-content: space-between;
    color: #e30a0a;
    padding: 25px 0;
    position: relative;
    z-index: 1;
    /* background: #f7f7f7; */
}

.btn-call-action-new a.primary-btn svg {
  fill: var(--primary-color);
}
.btn-call-action-new:hover .primary-btn::after {
  width: 0;
}

.riht-new-call-action {}

.wrap-call-new-call-action:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1000%;
    height: 100%;
    background: var(--primary-color);
    z-index: -1;
    border-top-right-radius: 30px;
}

.new-call-action-title {
    width: 77%;
    padding: 0 15px;
    padding-left: 0;
}

.new-call-action-title h2 {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    font-weight: 600;
}

h2.desc-call-action {
    font-size: 21px;
    font-weight: 600;
}

.right-new-call-action > div {
    /*! margin-right: 30px; */
    padding-right: 0;
}

.right-new-call-action .btn-call-action-new {
     border-left: 1px dashed #fff; 
     /*! padding-right: 40px; */
     padding-left: 30px;
}

.btn-call-action-new a:before {
    /*! background: white; */
}

.btn-call-action-new a:hover {
}

.btn-call-action-new a:hover .fa {
    background: #c3922a;
}

.btn-call-action-new a {
    /*! padding: 6px 6px 6px 23px; */
}
.btn-call-action-new a::before {
  /*! background: var(--primary-color); */
  width: 0 !important;
}
.icon-new-call-action {
    font-size: 30px;
    line-height: 1;
    vertical-align: middle;
    color: #fff;
    padding: 0 15px;
    align-self: flex-end;
}

.info-text {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

.phn-number {
    font-size: 20px;
    font-weight: 500;
    color: white;
}

.right-new-call-action.row-container {
    width: 23%;
    padding-left: 10px;
}

.new-call-action-title.second-new-call-to {
  width: 40%;
}
.right-new-call-action.row-container.second-right-call-to {
  width: 58%;
}

.first-bloc-call-to-action .primary-btn {
  background: white;
  color: var(--primary-color);
}
.wrap-call-new-call-action.row-container.first-bloc-call-to-action::after {
  background: var(--second-color);
}






