/**********************************************************************************************************************
|                                                   BANNIERE                                                    |
**********************************************************************************************************************/


.banniere {
    position: relative;
    max-height: 700px;
}

/* ===== SLIDE ===== */
.banniere-item{
    position:relative;
    max-height: 100%;
    height: 100%;
    display:flex;
    min-height: 700px;
    align-items:center;
    overflow:hidden;
    font-family:"Urbanist",system-ui,sans-serif;
    background:
        radial-gradient(900px 520px at 88% 12%, rgba(198,148,42,.10), transparent 60%),
        radial-gradient(760px 480px at 6% 95%, rgba(3,76,118,.08), transparent 55%),
        linear-gradient(135deg,var(--bg1) 0%,#ffffff 55%,var(--bg2) 100%);
}
/* halo dorÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â© flou (profondeur) */
.banniere-item::before{
    content:"";
    position:absolute;
    width:520px;
    height:520px;
    border-radius:50%;
    right:-120px;
    top:-140px;
    background:radial-gradient(circle,rgba(198,148,42,.20),transparent 65%);
    filter:blur(20px);
    pointer-events:none;
    z-index:1;
}
/* grille de points discrÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨te */
.banniere-item .deco-dot-grid{
    position:absolute;left:38px;bottom:40px;width:120px;height:90px;z-index:1;
    background-image:radial-gradient(rgba(3,76,118,.22) 1.6px,transparent 1.6px);
    background-size:16px 16px;opacity:.5;pointer-events:none;
}

.banniere-item .wrap-banniere-item{
    position:relative;
    z-index:3;
    max-width: 100%;
    margin:0 auto;
    width: 100%;
    display:flex;
    align-items:center;
    gap:48px;
    padding: 60px 0px;
}

/* ===== GAUCHE ===== */
.banniere-item .content-left-banner{/* flex:1 1 52%; */max-width: 100%;padding-left: 150px;width: 50%;}

.banniere-item .sub-title-banner{
    display:inline-flex;align-items:center;gap:9px;
    font-size:13px;font-weight:700;letter-spacing:1.6px;text-transform:uppercase;
    color:var(--gold);background:rgba(198,148,42,.12);
    padding:8px 16px;border-radius:50px;margin-bottom:24px;
}
.banniere-item .sub-title-banner::before{
    content:"";width:18px;height:2px;background:var(--gold);border-radius:2px;
}
.section-title-banner {
    width: 100%;
}
h1.title-banner span {
    position: relative;
    z-index: 2;
    /* color: var(--gold); */
}
.banniere-item h1.title-banner{
    font-size:56px;
    line-height:1.1;
    font-weight:800;
    letter-spacing:-1px;
    color:var(--primary);
    margin:0 0 24px;
    text-transform:none;
    position: relative;
}
.banniere-item h1.title-banner .highlight{
    position:relative;color:var(--gold);white-space:nowrap;
}

.banniere-item h1.title-banner .highlight svg path{
    fill:none;stroke:var(--gold);stroke-width:5;stroke-linecap:round;
    stroke-dasharray:420;stroke-dashoffset:420;
    animation:bannerDraw 1.1s ease .5s forwards;
}
@keyframes bannerDraw{to{stroke-dashoffset:0;}}

.banniere-item .texte-banner{
    font-size:18px;line-height:1.7;color:var(--muted);
    font-weight:500;margin:0 0 34px;max-width:500px;
}

.banniere-item .banner-btn{display:flex;flex-wrap:wrap;gap:14px;justify-content: start;}
.banniere-item .banner-btn .primary-btn{
    display:inline-flex;
    align-items:center;
    gap: 1px;
    font-size:15px;
    font-weight:700;
    padding: 10px 26px;
    border-radius: 50px;
    cursor:pointer;
    text-decoration:none;
    border:2px solid transparent;
    transition:.28s ease;
    line-height:1.2;
}

.banniere-item .banner-btn .primary-btn svg{width:20px;height:20px;transition:transform .28s ease;margin-top: 0;}
.banniere-item .banner-btn .primary-btn:hover svg{transform:translateX(4px);}
.banniere-item .banner-btn .btn-gold{
    background:var(--gold);color:#fff;box-shadow:0 12px 26px rgba(198,148,42,.32);
}
.banniere-item .banner-btn .btn-gold:hover{
    background:var(--primary);box-shadow:0 12px 26px rgba(3,76,118,.30);
}
.banniere-item .banner-btn .btn-ghost{
    background:transparent;color:var(--primary);border-color:var(--primary);
}
.banniere-item .banner-btn .btn-ghost:hover{background:var(--primary);color:#fff;/* fill: white; */}




 h1.title-banner svg {
    width: 100%;
    height: auto;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    animation: change-background 4s ease infinite;
}
 h1.title-banner svg path {
    animation: change-background 4s ease infinite;
}
@keyframes change-background {
    0% {
        fill: var(--second-color);
    }
    50% {
        fill: var(--primary-color);
    }
    100% {
        fill: var(--second-color);
    }
}

 .main-slider-bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

 .slider-shape-1 {
    position: absolute;
    left: 90px;
    top: 140px;
    transition: transform 1000ms ease, opacity 1000ms ease;
    visibility: hidden;
    opacity: 0;
    transform: translateY(100px);
    animation: change-background 4s ease infinite;
}
.active  .slider-shape-1{
    visibility: visible;
    opacity: 1;
    transform: translateY(0) translateX(0);
    transition-delay: 2000ms;
}
 .slider-shape-1 svg {
    width: 96px;
    height: auto;
}
 .slider-shape-1 svg path {
    animation: change-background 4s ease infinite;
}
@keyframes float {
    0% {
        -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
        transform: translateY(0px) translateX(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
        transform: translateY(10px) translateX(10px) rotate(5deg);
    }
    100% {
        -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
        transform: translateY(0px) translateX(0px) rotate(0deg);
    }
}
 .slider-shape-2 {
    position: absolute;
    left: 135px;
    bottom: 84px;
    transition: transform 1000ms ease, opacity 1000ms ease;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100px);
}
.active  .slider-shape-2{
    visibility: visible;
    opacity: 1;
    transform: translateY(0) translateX(0);
    transition-delay: 2050ms;
}
 .slider-shape-2 img{
    animation: float 4s infinite linear;
}
 .wrap-content-right-banner{
    z-index: 3;
}
 .wrap-image-banner{
  position: relative;
    text-align: right;
    border-radius: 285px 0px 0px 285px;
    border: 17px solid #fff;
    border-right: none;
    overflow: hidden;
    max-width: 886px;
    margin-left: auto;
}
.active  .wrap-image-banner{
    visibility: visible;
    opacity: 1;
    transform: translateY(0) translateX(0);
    transition-delay: 1900ms;
}
 .wrap-image-banner {
    position: relative;
    text-align: right;
    border-radius: 285px 0px 0px 285px;
    border: 17px solid #fff;
    border-right: none;
    overflow: hidden;
    max-width: 886px;
    width: 733px;
    height: 502px;
    margin-left: 0;
    margin-right: -114.4617px;
}
 .wrap-image-banner{
    /* object-fit: cover; */
    background: #f0f0f1;
    width: auto !important;
    transition: transform 1000ms ease, opacity 1000ms ease;
    visibility: hidden;
    opacity: 0;
    transform: translateX(200px);
}

 .wrap-content-right-banner svg{
    width: 884px;
    height: 578px;
    position: absolute;
    fill: var(--second-color);
    bottom: -61px;
    left: -75px;
    z-index: -1;
    /* left: -155px; */
    transition: transform 1000ms ease, opacity 1000ms ease;
    visibility: hidden;
    opacity: 0;
    transform: translateY(100%);
    animation: change-background 8s ease infinite;
}
.active  .wrap-content-right-banner svg{
    visibility: visible;
    opacity: 1;
    transform: translateY(0) translateX(0);
    transition-delay: 1500ms;
}
@keyframes change-background {
    0% {
        fill: var(--second-color);
    }
    50% {
        fill: var(--primary-color);
    }
    100% {
        fill: var(--second-color);
    }
}


.active  .slider-shape-3{
    width: 180px;
    position: absolute;
    left: -198px;
    right: 0;
    margin: auto;
    bottom: 110px;
    transition: transform 1000ms ease, opacity 1000ms ease;
    visibility: hidden;
    opacity: 0;
    transform: translateY(100px);
}
 .slider-shape-3 svg{
    width: 152px;
    height: 152px;
}
 .slider-shape-3 img {
    animation: float 4s infinite linear;
}
@keyframes dash {
    0% {
        stroke-dashoffset: 1200;
        stroke: var(--second-color);
    }

    50% {
        stroke: var(--primary-color);
    }
    100% {
        stroke-dashoffset: 0;
        stroke: var(--second-color);
    }
}
.active  .slider-shape-3{
    visibility: visible;
    opacity: 1;
    transition-delay: 2100ms;
    transform: translateY(0) translateX(0);
}
 .slider-shape-4{
    top: 236px;
    width: 129px;
    position: absolute;
    left: 165px;
    right: 0;
    margin: auto;
    visibility: hidden;
    transition: transform 1000ms ease, opacity 1000ms ease;
    opacity: 0;
    transform: translateY(-200px);
}
.active  .slider-shape-4{
    visibility: visible;
    opacity: 1;
    transition-delay: 2300ms;
    transform: translateY(0) translateX(0);
}
 .slider-shape-4 img{
    animation: spin 12s infinite linear;
}
@keyframes dash2 {
    0% {
        stroke-dashoffset: 1200;
        stroke: var(--white-color);
    }

    50% {
        stroke: var(--white-color);
    }
    100% {
        stroke-dashoffset: 0;
        stroke: var(--white-color);
    }
}
 .slider-shape-5{
    top: 129px;
    width: 59px;
    position: absolute;
    left: 20.5%;
    right: 0;
    margin: auto;
    z-index: 4;
    visibility: hidden;
    transition: transform 1000ms ease, opacity 1000ms ease;
    opacity: 0;
    transform: translateY(-200px);
}
.active  .slider-shape-5{
    visibility: visible;
    opacity: 1;
    transition-delay: 2200ms;
    transform: translateY(0) translateX(0);
}
 .slider-shape-5 img {
    animation: float 4s infinite linear;
}
 .slider-shape-5 svg {
    width: 124px;
    height: 101px;
    fill: var(--second-color);
    animation: zump-one 1s infinite alternate;
}
@keyframes zump-one {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-15px);
    }
}
 .slider-shape-6{
    bottom: 56px;
    position: absolute;
    right: 20%;
    z-index: 4;
    visibility: hidden;
    transition: transform 1000ms ease, opacity 1000ms ease;
    opacity: 0;
    transform: translateY(-200px);
}
.active  .slider-shape-6{
    visibility: visible;
    opacity: 1;
    transition-delay: 2250ms;
    transform: translateY(0) translateX(0);
}
 .slider-shape-6 img{
    animation: float-bob-y 4s infinite linear;
}

 .slider-shape-8{
    position: absolute;
    right: 124px;
    top: 25px;
    visibility: hidden;
    transition: transform 1000ms ease, opacity 1000ms ease;
    opacity: 0;
    transform: translateY(200px);
}
.active  .slider-shape-8{
    visibility: visible;
    opacity: 1;
    transition-delay: 2350ms;
    transform: translateY(0) translateX(0);
}
.active  .slider-shape-8 svg {
    width: 729px;
    height: auto;
}
@keyframes spin2 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

 .slider-shape-9{
    position: absolute;
    bottom: 78px;
    margin-left: 595px;
    z-index: 3;
    visibility: hidden;
    transition: transform 1000ms ease, opacity 1000ms ease;
    opacity: 0;
    transform: translateY(200px);
}
.active  .slider-shape-9{
    visibility: visible;
    opacity: 1;
    transition-delay: 2400ms;
    transform: translateY(0) translateX(0);
}
 .slider-shape-9 img{
    animation: float-bob-y-2 4s infinite linear;
    width: 441px !important;
}

@keyframes bannerFloaty{0%,100%{transform:translateY(0);}50%{transform:translateY(-12px);}}

/* ===== RESPONSIVE ===== */
@media only screen and (max-width:1024px){
    .banniere-item h1.title-banner{font-size:44px;}
    .banniere-item .wrap-banniere-item{gap:32px;}
}
@media only screen and (max-width:768px){
    .banniere-item{min-height:auto;}
    .banniere-item .wrap-banniere-item{
        flex-direction:column;text-align:center;padding:48px 24px;
    }
    .banniere-item .content-left-banner{max-width:100%;}
    .banniere-item .sub-title-banner{margin-left:auto;margin-right:auto;}
    .banniere-item .texte-banner{margin-left:auto;margin-right:auto;}
    .banniere-item .banner-btn{justify-content:center;}
    .banniere-item h1.title-banner{font-size:36px;}
    .banniere-item .content-right-banner{margin-top:36px;}
    .banniere-item .wrap-image-banner-media{max-width:360px;}
    .banniere-item .deco-dot-grid{display:none;}
}
@media only screen and (max-width:425px){
    .banniere-item h1.title-banner{font-size:28px;}
    .banniere-item .texte-banner{font-size:15px;}
    .banniere-item .banner-btn{flex-direction:column;}
    .banniere-item .banner-btn .primary-btn{justify-content:center;width:100%;}
    .banniere-item .banner-chip{display:none;}
}
/**********************************************************************************************************************
|                                                   CATEGORIES                                                   |
**********************************************************************************************************************/

.wrapper-categorie {
    padding: 20px 0;
    position:
    relative;
    margin-top: -100px;
}

.wrap-categorie-text {
    line-height: 28px;
    min-height: 85px;
}

.wrap-categorie {
    display:flex;
    flex-wrap:wrap;
    width:100%;
  position:relative;
}
.parent-items-categorie {
    padding:0 12px;
    width:33.33%;
    display:
    flex;
    flex-direction:
    column;
    justify-content:
    center;
    position:
    relative;
    z-index: 1;
}

.wrap-categorie-title > h2 {
    font-weight: 500;
}

.items-wrap-categorie {
    /* max-height: 100%; */
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 10px 43px 0 rgb(109 125 145 / 14%);
    padding: 40px 30px 30px 37px;
    position: relative;
    transition: all 0.3s;
    transform: translateY(0);
    height: 250px;
  }

  .items-wrap-categorie svg path {
        fill: #044b7a;
  }
  
   .wrap-categorie-image img {
    border-radius: 50%;
    width: 47px;
  }

  .wrap-categorie-image {
    border-radius: 20px;
    border: solid;
    width: 90px;
    border-radius: 50%;
    height: 90px;
    border: 8px solid white;
    margin-top: -85px;
    margin-bottom: 14px;
    background-color: #044b7a;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
  }
  
  .wrap-about-us-right-top {
    width: 112px;
    border: solid #fa360a;
    text-align: center;
    padding: 4px;
    border-radius: 5px;
    color: #fa360a;
  }
  
  .wrap-categorie-title {
    padding-bottom: 15px;
  }
  
  .wrap-categorie-read-more {
    display: flex;
    /*! justify-content: center; */
    align-items: center;
    padding: 10px 0 0;
    color: #646464;
    font-weight: 500;
    margin-top: auto;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
    font-size: 15px;
  }
  .wrap-categorie-read-more svg {
    margin-left: 10px;
    width: 20px;
    height: 20px;
    transition: all 0.4s ease;
  }
  
  .wrap-categorie-read-more:hover {
    color: #044b7a;
    /* margin-right: 5px; */
  }
  
  .wrap-categorie-image.deux {
    background-color: #1c898e;
  }
  .wrap-categorie-image.troix {
    background-color: orange;
  }

.parent-items-categorie:nth-child(2) .wrap-categorie-image {
    background-color: #1c898e;
  }
  .parent-items-categorie:nth-child(3) .wrap-categorie-image  {
    background-color: orange;
  }
  
  .wrap-categorie-read-more span:hover {
    margin-right: 10px;
  }

.items-wrap-categorie a {
    padding: 10px 10px 10px 25px;
}


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


.wrapper-agenda {
    padding: 60px 0px 50px;
    position: relative;
    /* background-image: url("https://radiustheme.com/demo/wordpress/themes/finbuzz/wp-content/uploads/2022/01/element_16.png"); */
    /* padding-top: 290px; */
    /* margin-top: -220px; */
}

.top-agenda {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    position: relative;
}

.deuxieme-partie-entete{
    display: flex;
    justify-content: end;
    /* padding: 0% 40%; */
    width: 62%;
    flex-wrap: wrap;
    /* margin-right: 5px; */
    /* margin: 15px 0 35px; */
}

button.button-fulltime.active {
    background: #005aa9;
    color: white;
}
.button-style{
    /* margin: 2%; */
    text-decoration: none;
    color: #1a1a1a;
    /* border-radius: 15px; */
    border: none;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    /* font-size: 16px; */
}

.button-style:hover{
    text-decoration: none;

}

.button{
    /* width: 15%; */
    /* height: 38px; */
    margin-left: 1%;
    background-color: #005aa9;
    color: white;
    padding: 5px 15px;
    border-radius: 50px;
    border: none;
    /* font-weight: 600; */
    transition: all ease 0.5s;
}

.wrap-top-agenda {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.wrap-top-agenda .section-title {
    width: 46%;
    margin: 0;
}

.top-agenda .title-bloc {
    font-size: 22px;
}

.button-style {}

button.button-fulltime.active > div {
    color: inherit;
}

button.button-fulltime:first-child {
    margin-left: 0;
}


button.button-fulltime.active::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 15px 0 15px;
    border-color: #005aa9 transparent transparent transparent;
    position: absolute;
    top: 100%;
    /* color: #5600bc; */
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

span.text-precision {
    display: block;
    font-size: 13px;
    font-weight: 400;
    display: block;
    line-height: 20px;
    margin-top: 8px;
    /* color: var(--body-color); */
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.deuxieme-partie-entete button {
    /* display: flex; */
    /* flex-direction: column; */
    align-items: center;
    border-radius: 15px;
    background: white;
    padding: 18px !important;
    width: 212px;
    /* height: 92px; */
    position: relative;
}

.button-fulltime{
    /* width: 15%; */
    /* height: 37px; */
    margin-left: 15px;
    /* background-color: #005aa9; */
    color: #74787c;
    border-radius: 15px;
    border: none;
    /* font-weight: 500; */
    position: relative;
    transition: background ease-in 0.5s;
    border: 1px solid #cccbcb;
    /* padding: 5px 15px; */
}



.wrap-agenda {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}

.item-actualite {
    /* width:33.33%; */
    padding: 0 15px 40px !;
    /* padding: 30px; */
    /* background: #fff; */
    /* box-shadow: 0px -1px 40px 0px rgb(0 0 0 / 9%); */
    /* border-radius: 10px; */
    /* margin-bottom: 30px; */
    /* margin-top: 30px; */
}

.wrap-item-actualite {
    display: flex;
    flex-direction: column;
    transition: .3s cubic-bezier(.24,.74,.58,1);
    border-radius: 7px;
    /* overflow: hidden; */
    /* padding: 0 15px; */
}

.wrap-item-actualite:hover {
  /* box-shadow: 0 24px 20px rgb(1 1 72 / 6%); */
}

.wrap-item-actualite:hover .image-actualite img {
    transform: scale(1.25)rotate(2deg);
}

.image-agenda {
    position: relative;
    /* overflow: hidden; */
    border-radius: 10px;
    display: flex;
    justify-content: center;
}

.image-agenda img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.bottom-actualite {
    background-color: #fff;
    position: relative;
    padding: 31px 40px;
    box-shadow: rgba(149,157,165,.2)0 0 15px;
}


.date-agenda {
    position: absolute;
    width: 60px;
    background: #c4932c;
    top: 0;
    right: 0;
    padding-bottom: 5px;
    padding-top: 18px;
    border-radius: 0 0 50px 50px;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}

.date-agenda span {
    display: block;
    font-size: 15px;
    font-family: 'League Spartan', sans-serif;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
}

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

.content-actualite {
    position: relative;
    padding: 20px 60px 0 0;
}

.subtitle-actualite {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #034c76;
    display: block;
    margin-bottom: 5px;
}

.title-actualite {
    font-size: 26px;
    font-weight: 600;
    /* color: var(--heading-dark); */
    display: block;
    line-height: 33px;
    font-family: 'League Spartan', sans-serif;
    /* font-family: "Raleway"; */
}

.item-agenda .right-slide {
    position: absolute;
    right: 0;
    top: 27px;
    bottom: 0;
    overflow: hidden;
    height: 50px;
    width: 50px;
}

.item-agenda .right-slide a {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 50px;
    color: #034c76;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 10px 0;
    border: 1px solid #e4e7ee;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
}

.item-agenda .right-slide a:nth-child(2) {
    opacity: 0;
    background: #034c76;
    border-color: #034c76;
    color: #fff;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
}

.item-agenda:hover .right-slide a:nth-child(2){
     -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity:1;
    
}


.item-agenda:hover .right-slide a:nth-child(1){
     -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity:0;
    
}


.content-actualite {
    position: relative;
    padding: 20px 60px 0 0;
}

.subtitle-actualite {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #034c76;
    display: block;
    margin-bottom: 5px;
}

.title-actualite {
    font-size: 26px;
    font-weight: 600;
    /* color: var(--heading-dark); */
    display: block;
    line-height: 1;
    font-family: 'League Spartan', sans-serif;
}

.item-actualite:hover .title-actualite {
    color: #c4932c;
}

.item-actualite .right-slide {
    position: absolute;
    right: 0;
    top: 27px;
    bottom: 0;
    overflow: hidden;
    height: 50px;
    width: 50px;
}

.item-actualite .right-slide span {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 50px;
    color: #034c76;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 10px 0;
    border: 1px solid #e4e7ee;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
}

.item-actualite .right-slide span:nth-child(2) {
    opacity: 0;
    background: #c4932c;
    border-color: #c4932c;
    color: #fff;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
}

.item-actualite:hover .right-slide span:nth-child(2){
     -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity:1;
    
}


.item-actualite:hover .right-slide span:nth-child(1){
     -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity:0;
    
}

.wrap-agenda .nav-btn {
    position: absolute;
    color: grey;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 44px;
    top: 93.7%;
    left: 37%;
}

.wrap-agenda .slick-btn.slick-next, .wrap-agenda .nav-btn.next-slide {
    right: 37%;
    left: unset;
}


.wrap-agenda  .slick-dots li button{
   display: none;
   margin: 0;
   PADDING: 0;
}

.wrap-agenda  .slick-dots, .wrap-agenda .owl-dots {
    display: flex;
    justify-content: center;
    position: relative;
    /* padding-top: 25px; */
    margin-top: 50px;
}

.wrap-agenda  .slick-dots li, .wrap-agenda .owl-dot {
    width: 10px;
    display: flex;
    transition: all ease-in 0.5s;
    justify-content: center;
    align-items: center;
    height: 10px;
    border: 1px solid #bbb6b6;
    opacity: 1;
    border-radius: 30px;
    margin: 0 6px;
}

.wrap-agenda .slick-dots li.slick-active, .wrap-agenda .owl-dot.active {
    width: 20px;
    background: #034c76;
    border: none;
}





.wrap-agenda .slick-dots li button{
   display: none;
   margin: 0;
   PADDING: 0;
}

.wrap-agenda .slick-dots {
    display: flex;
    justify-content: center;
    position: relative;
    padding-top: 25px;
    align-items: center;
}

.wrap-agenda .slick-dots li {
    width: 10px;
    display: flex;
    transition: all ease-in 0.5s;
    justify-content: center;
    align-items: center;
    height: 10px;
    border: 1px solid #bbb6b6;
    opacity: 1;
    border-radius: 30px;
    margin: 0 3px;
    background: #c4932c;
}

.wrap-agenda .slick-dots li.slick-active, 
.wrap-agenda .slick-dots li:hover {
    width: 15px;
    height: 15px;
    background: #034c76;
    border: none;
}

.wrap-title-agenda .title {
    font-size: 47px;
    line-height: 50px;
    font-weight: 600;
    padding: 0 0 10px;
}

.wrap-title-agenda .subtitle {
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
    color: #078586;
    padding: 0 0 10px;
    text-decoration: underline;
}

.wrap-title-agenda {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}
.wrap-agenda .slick-dots li:hover {
}



.wrap-agenda .slick-btn {
    position: absolute;
    background-color: #034c76;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 24px;
    z-index: 4;
    width: 70px;
    height: 70px;
    margin: 0;
    box-shadow: 0 11px 24px 0 rgb(126 126 126 / 16%);
    top: 50%;
    left: 29%;
    transform: translateY(-50%);
    border-radius: 50%;
}

.wrap-agenda .slick-btn.slick-next {
    right: 28%;
    left: unset;
    background: #c4932c;
}

.wrap-agenda .slick-btn:hover {
    background: #c4932c;
}


/* ============================================================
   NOUVELLE SECTION ACTUALITES - design PAEEJ (bleu marine + or)
   Couleurs scopÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©es sous .wrapper-actualites (n'affecte pas le reste)
   ============================================================ */
.wrapper-actualites{
    --primary-color:#034c76;
    --second-color:#c6942a;
    --thirth-color:#c6942a;
    padding: 70px 0 70px;
    position:relative;
    overflow:hidden;
}
.wrapper-actualites .actualites-shape-1,
.wrapper-actualites .actualites-shape-2{position:absolute;z-index:0;opacity:.5;}
.wrapper-actualites .actualites-shape-2{right:-40px;top:-80px;width:300px;height:300px;
    background-image:radial-gradient(rgba(3,76,118,.10) 2px,transparent 2px);background-size:22px 22px;}
.wrapper-actualites .actualites-shape-1{bottom:-30px;left:-30px;width:240px;height:240px;
    background-image:radial-gradient(rgba(198,148,42,.14) 2px,transparent 2px);background-size:22px 22px;}

.wrapper-actualites .actualites{position:relative;z-index:1;}
.wrapper-actualites .section-title.center{text-align:center;margin-bottom:30px;}
.wrapper-actualites .section-title.center .sub-title{justify-content:center;}
.wrapper-actualites .title-color2{position:relative;color:var(--second-color);}
.wrapper-actualites .title-color2::after{
    content:'';position:absolute;bottom:8px;left:0;right:0;height:12px;
    background:rgba(198,148,42,.32);z-index:-1;border-radius:4px;transform:skewX(-8deg);
}
.wrapper-actualites .title-texte{max-width:660px;margin:14px auto 0;color:#5b6573;font-size:16px;line-height:1.6;font-weight:500;}
.wrapper-actualites .section-title.center .title-shape{
    width:50px;height:4px;background:var(--primary-color);margin:22px auto 0;position:relative;
}
.wrapper-actualites .section-title.center .title-shape::before,
.wrapper-actualites .section-title.center .title-shape::after{
    content:'';position:absolute;width:4px;height:4px;top:0;background:var(--primary-color);
}
.wrapper-actualites .section-title.center .title-shape::before{left:-8px;}
.wrapper-actualites .section-title.center .title-shape::after{right:-8px;}

/* onglets de filtre centrÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©s */
.wrapper-actualites .onglets-actu{justify-content:center;margin:0 0 35px !important;}

/* carte */
.wrapper-actualites .item-actualite{position:relative;padding: 0 15px;border-radius:20px;}
.wrapper-actualites .wrap-item-actualite{position:relative;display:block;margin-bottom:30px;border-radius:8px;}
.wrapper-actualites .top-item-actualite{position:relative;}
.wrapper-actualites .image-actualite{height:240px;border-radius:10px;overflow:hidden;position:relative;}
.wrapper-actualites .image-actualite img{width:100%;height:100%;object-fit:cover;transition:all 1.8s;}
.wrapper-actualites .wrap-item-actualite:hover .image-actualite img{transform:scale(1.2) rotate(5deg);}

.wrapper-actualites .date-actualite{position:absolute;top:0;right:30px;z-index:9;text-align:right;}
.wrapper-actualites .date-actualite h3{
    background:var(--primary-color);color:#fff;border-radius:0 0 5px 5px;
    display:flex;flex-direction:column;align-items:center;justify-content:center;padding:12px;
    transition:background .3s;font-weight:600;line-height:1;
}
.wrapper-actualites .date-actualite h3 span{display:block;font-size:15px;text-transform:uppercase;font-weight:400;line-height:1;}
.wrapper-actualites .date-actualite h3 span:last-child{font-size:25px;line-height:25px;font-weight:700;}
.wrapper-actualites .wrap-item-actualite:hover .date-actualite h3{background:var(--second-color);}

.wrapper-actualites .content-actualite{
    position:relative;display:block;padding:34px 30px;margin-top:-50px;
    border-radius:10px;background:#fff;box-shadow:0 10px 24px rgba(3,76,118,.08);
    width:calc(100% - 30px);margin-left:auto;margin-right:auto;
}
.wrapper-actualites .actualite-author-box ul{display:flex;gap:10px;justify-content:space-between;list-style:none;padding:0;margin:0;}
.wrapper-actualites .actualite-author{font-size:14px;font-weight:600;color:#6c7681;display:flex;align-items:center;}
.wrapper-actualites .actualite-author i{color:var(--thirth-color);margin-right:8px;}

.wrapper-actualites .titre-actu{font-weight:700;line-height:1.3;font-size:20px;margin:16px 0 12px;}
.wrapper-actualites .titre-actu a{color:#0c1620;text-decoration:none;transition:color .2s;}
.wrapper-actualites .wrap-item-actualite:hover .titre-actu a{color:var(--primary-color);}

.wrapper-actualites .texte-actu{max-height:170px;height:0;opacity:0;visibility:hidden;overflow:hidden;transition:all .8s ease;}
.wrapper-actualites .wrap-item-actualite:hover .texte-actu{height:auto;opacity:1;visibility:visible;}
.wrapper-actualites .texte-actu p{color:#565454;line-height:1.55;font-size:15px;margin-top:6px;}

.wrapper-actualites .btn-actualite{border-top:1px solid #eee;padding-top:12px;margin-top:14px;}
.wrapper-actualites .btn-actualite a{display:inline-flex;align-items:center;font-size:15px;font-weight:700;color:var(--primary-color);text-decoration:none;position:relative;}
.wrapper-actualites .btn-actualite a span{position:relative;}
.wrapper-actualites .btn-actualite a span::before{content:'';position:absolute;bottom:-2px;left:0;width:100%;height:2px;background:var(--primary-color);opacity:.6;transition:all .35s;}
.wrapper-actualites .btn-actualite a:hover span::before{width:0;}
.wrapper-actualites .btn-actualite a i{margin-left:10px;transition:transform .3s;}
.wrapper-actualites .btn-actualite a:hover i{transform:translateX(4px);}

/* flÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ches nav */
.wrapper-actualites .wrap-actualites .nav-btn{
    position:absolute;top:42%;transform:translateY(-50%);
    width:45px;height:45px;border-radius:10px;background:var(--primary-color);color:#fff;
    display:flex;align-items:center;justify-content:center;font-size:18px;
    transition:all .3s;opacity:0;visibility:hidden;z-index:5;left:-10px;
}
.wrapper-actualites .wrap-actualites .nav-btn.next-slide{left:unset;right:-10px;}
.wrapper-actualites .wrap-actualites:hover .nav-btn{opacity:1;visibility:visible;}
.wrapper-actualites .wrap-actualites .nav-btn:hover{background:var(--second-color);color:#fff;}

/* dots owl */
.wrapper-actualites .wrap-actualites .owl-dots{display:flex;justify-content:center;margin-top:30px;}
.wrapper-actualites .wrap-actualites .owl-dot{width:10px;height:10px;border:1px solid #bbb6b6;border-radius:30px;margin:0 6px;transition:all .4s;}
.wrapper-actualites .wrap-actualites .owl-dot.active{width:20px;background:var(--primary-color);border:none;}

/* bouton voir tout */
.wrapper-actualites .actualites-btn{display:flex;justify-content:center;margin-top:36px;}
.wrapper-actualites .actualites-btn .primary-btn{
    display:inline-flex;
    align-items:center;
    gap:10p;
    padding: 13px 28px;var(
    --second-color);
    color:#fff;
    font-weight:700;
    font-size:15px;
    padding: 9px 28px;
    border-radius: 50px;
    text-decoration:none;
    box-shadow:0 12px 26px rgba(198,148,42,.30);
    transition:.28s ease;
}
.wrapper-actualites .actualites-btn .primary-btn svg{width:26px;height:auto;fill:#fff;transition:transform .3s;}
.wrapper-actualites .actualites-btn .primary-btn:hover{background:var(--primary-color);box-shadow:0 12px 26px rgba(3,76,118,.30);}
.wrapper-actualites .actualites-btn .primary-btn:hover svg{transform:translateX(4px);}

@media only screen and (max-width:768px){
    .wrapper-actualites{padding:70px 0 50px;}
    .wrapper-actualites .title-bloc{font-size:28px;}
    .wrapper-actualites .texte-actu{height:auto;opacity:1;visibility:visible;}
}


ul.conteneur-onglet-partner {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    flex-wrap: wrap;
}

ul.conteneur-onglet-partner li {
    padding: 5px 15px;
    margin: 0 5px;
    border: 1px solid #034c76;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 400;
}

ul.conteneur-onglet-partner li.actif, 
ul.conteneur-onglet-partner li:hover {
    border: 1px solid #034c76;
    color: #034c76;
    background-color: #034c76;
    color: #fff;
    cursor: pointer;
}


.wrapper-btn {
    margin-top: 30px;
    display: flex;
}

.wrapper-btn.center {
    justify-content: center;
}

.btn.btn-all {
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    color: gray;
    display: flex;
    align-items: center;
    color: #034c76;
    font-size: 13px;
    border-bottom: 1px solid #034c76;
}

a.btn.btn-all i {
    margin-left: 7px;
}



/***************************************************************************************************************************
|                                                          A PROPOS 
******************************************************************************************************************************/
.wrapper-apropos {
    padding-top: 100px;
    background-image: url("../images/bg/shape30.png");
    background-position: center center;
    background-repeat: no-repeat;
    position:
    relative;
    padding-bottom: 80px;
}

.wrap-about-us{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
  }
  .wrap-about-us-left-team-image{
    display: flex;
    flex-direction: column;
    height: 100%;
  }

.wrap-about-us-left-bloc-auteur-presentation-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 68px;
    height: 68px;
    flex-wrap: wrap;
    /* padding-right: 22px; */
}
.wrap-about-us-left-bloc-graphique >img {
    filter: brightness(0) invert(1);
}

.wrap-about-us-right-bloc-motivation {
    font-size: 16px;
    line-height: 28px;
    color: #4e4e4e;
    font-weight: 400;
    width: 90%;
}

.about-image2 > img {
    height: 100%;
    object-fit: cover;
}

.wrap-about-us-left-bloc-auteur-presentation-nom >h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 32px;
}

.wrap-about-us-left-bloc-auteur-presentation-nom > span {
    color: #4e4e4e;
}

.wrap-about-us-right::before {
    content: "";
    height: 100%;
    width: 150%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 12px;
    border: none;
    border-radius: 8px;
    z-index: -1;
}
.wrap-about-us-left {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 50%;
    padding: 50px 12px 50px 12px;
    position: relative;
    z-index: 2;
}

.wrap-about-us-left-team-image img{
    position: relative;
    border-radius: 5px;
    width: 100%;
}

.wrap-about-us-right-bloc-checked-items > div {
    font-size: 18px;
    font-weight: 500;
}
  
.wrap-about-us-right-bloc-image {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 156px;
    flex-wrap: wrap;
}

  .wrap-about-us-right{
    padding: 50px 25px 50px 31px;
    width: 50%;
    background: white;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: justify;
  }

  .wrap-about-us-right-title{
    padding: 20px 0;
    font-size: 24px;
    line-height: 1.2;
  }

  .wrap-about-us-right-bloc{
    display: flex;
    padding: 29px 0;
    width: 100%;
    flex-wrap: wrap;
  }
  
  .wrap-about-us-right-bloc-image img {
    width: 188px;
  }

  .wrap-about-us-left-bloc-graphique{
    width: 94px;
    /* height: 93px; */
    border-radius: 5px;
    background-color: #c6942a;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 21px;
    position: static;
    aspect-ratio: 1;
  }

  .wrap-about-us-left-bloc{
    width: 243px;
    background-color: white;
  }
  
  .wrap-about-us-right-bloc-checked-items h3 {
    display: flex;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
  }
  
  .wrap-about-us-right-bloc-image img {
    width: 100%;
    border: 9px solid white;
    box-shadow: 4px 28px 62px #777b7b59;
  }

  .wrap-about-us-right-bloc-checked-items > div>i{
    margin-top: 6px;
    padding: 0 9px;
    border-radius: 50%;
    color: #044b7a;
  }
  
  .wrap-about-us-right-bloc-checked-items {
    display: flex;
    font-size: 19px;
    padding: 12px 0 12px 0px;
    align-items: center;
    font-weight: 500;
  }

  .wrap-about-us-left-bloc-auteur-presentation{
    display: flex;
    flex-wrap: wrap;
  }
  
  .wrap-about-us-left-bloc-auteur-presentation-image img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
  }

  .wrap-about-us-left-bloc-auteur {
    padding-top: 30px;
  }

  .wrap-about-us-left-bloc-auteur-signature {
    padding-left: 20px;
    border-left: 2px solid #685b5b5e;
    width: 30%;
  }

  .wrap-categorie-text {
    color: #3e3838d6;
  }

  .vertical-align{
    margin: 6px 17px 16px;
    background-color: #685b5b5e;
    margin-left: 41px;
    width: 4px;
    display: none;
  }
  
  .vertical-align.deux {
    height: 54px;
    margin-right: -45px;
    width: 2px;
  }
  
  .wrap-about-us-left-bloc{
    display: flex;
    padding: 21px;
    border-radius: 5px;
    z-index: 1;
    position: relative;
    width: 50%;
    margin-left: -36px;
    background: white;
    box-shadow: 0 35px 38px 0 rgb(0 0 0 / 5%);
    border-radius: 10px;
    padding: 20px;
    margin-top: -164px;
    align-items: center;
  }
    
    .progress-bar {
        width: 134px;
        height: 7px;
        margin-top: 10px;
        border-radius: 5px;
        background-color: #e2e3e3;
    }
    .percentage {
        display: block;
        height: 100%;
        background-color: #044b7a;
        border-radius: 5px;
        animation: progress 1600ms ease-in 1;
    }
    .progression {
        width: 65%;
    }
    @keyframes progress {
        from {
            width: 0;
        }
    }
  
  .wrap-about-us-left-bloc-details-title {
    font-weight: 800;
  }
  .percentage.progression.deux {
    width: 80%;
  }
  
  
  .items-wrap-categorie:hover {
    transform: translateY(-20px);
  }
  
  .items-wrap-categorie:hover img {
    transform: scale(1.2);
  }

  .about-image1 img {
    width: 100%;
  }

  .about-image2 {
    width: 100%;
    height: 100%;
  }

  .about-image1 img:hover{
    transform: matrix(1, 0, 0, 1, -46.7023, -31.4724) translate3d(103.344px,79.4567px,0px);
  }

.wrap-about-us-right-text.label {
    color: black;
    font-weight: 400;
}

.wrap-about-us-right-text.list {
    padding-left: 15px;
    font-size: 14px;
    position: relative;
}

.wrap-about-us-right-text.list::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #c3942e;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 0;
}
  
  .wrap-about-us-right-text {
    width: 100%;
    color: #676666;
    line-height: 1.5;
    font-size: 15px;
  }

  .about-image1 {
    position: absolute;
    top: -30px;
    left: -62px;
}


.wrap-about-us-left-bloc-graphique >img {
    width: 70%;
}

.wrap-about-us-left-bloc-auteur-presentation-nom {
    width: calc(70% - 68px);
    padding: 0 20px;
}



/**********************************************************************************************************************
|                                                  PNC/ ATOUTS                                                   |
**********************************************************************************************************************/


.wrapper-pnc-atouts {
    position: relative;
    display: flex;
    position: relative;
}

.inner-wrapper-pnc-atout{
    position: relative;
    width: 100%;
    padding: 100px 0px 0px;
    overflow: hidden;
}

.simpleParallax {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    min-height: 600px;
}

.inner-wrapper-pnc-atout:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(300deg, #282f3b 40%, rgb(0 0 0 / 50%) 100%);
    opacity: .9;
    z-index: 1;
}

.simpleParallax img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate3d(0px, 97px, 0px) scale(1.3);
    will-change: transform;
    transition: transform 0.6s cubic-bezier(0, 0, 0, 1) 0s;
}

.top-pnc-atout {
    z-index: 2;
    position: relative;
    padding-bottom: 80px;
}

.item-pnc-atout {
    width: 33.33%;
    padding: 0 15px;
    position: relative;
}

.wrap-item-pnc-atout {}

.wrap-item-pnc-atout .section-title h2 {
    color: #fff;
}

.video_box.text-center {
    position: relative;
    display: inline-block;
    margin-top: 40px;
}

.video_box a {
    background: #fff;
    color: #c6942a;
    position: relative;
    display: inline-block;
    font-size: 30px;
    width: 70px;
    height: 70px;
    line-height: 75px;
    text-align: center;
    border-radius: 50%;
    z-index: 2;
}

.video_box:before, .video_box:after {
    width: 0px;
    height: 0px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 0;
}

.video_box:after {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.item-pnc-atout.ct-tabs {
    width: 50%;
}

.content-atout {
    position: relative;
    text-align: right;
}

.content-atout h3 {
    color: #fff;
    font-size: 45px;
    line-height: 50px;
    font-weight: 600;
    padding: 0px 0px 10px 0px;
    font-family: 'League Spartan', sans-serif;
    position: relative;
    z-index: 2;
}

.content-atout p {
    font-family: Inter;
    font-weight: 400;
    margin-bottom: 15px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    color: rgba(255, 255, 255, 0.7);
    font-size: 17px;
    line-height: 27px;
    padding: 0px 0px 10px 0px;
}

.content-atout .btn-wrap {
    display: flex;
    justify-content: end;
}

.content-atout .btn-wrap a {
    padding: 13px 16px 13px 30px;
    font-weight: 400;
}

.item-pnc-atout.separator {
    width: 16.6%;
}

.bottom-pnc-atout {
    position: relative;
    /* z-index: 0; */
}

.wrap-bottom-pnc-atout {
    position: relative;
}

.tablink {
    position: relative;
    padding: 40px 30px 40px 30px;
    margin-top: 30px;
    cursor: pointer;
    width: 25%;
    display: flex;
    font-family: 'League Spartan', sans-serif;
    /* justify-content: space-between; */
    align-items: center;
}

.tablink:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 10px;
    left: 0;
    bottom: 0;
    background: #282f3b;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    z-index: 1;
}

.tablink:not(:last-child):after {
    position: absolute;
    content: '';
    background: rgb(255 255 255 / 60%);
    width: 1px;
    height: calc(100% + 1000px);
    right: 0px;
    bottom: 0px;
    z-index: 0;
}

.tablink.active {}

.tab-meta-num {
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    font-weight: 700;
    transition: 0.5s ease-in-out;
    position: relative;
    z-index: 1;
}

.tab-meta-text {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    display: block;
    line-height: 1;
    color: #fff;
    padding-left: 10px;
    z-index: 1;
    word-break: break-word;
}

.tablink:hover:before, .tablink.active:before {
    background: #c6942a;
    height: 100%;
}

.tabcontent.active {
    display: block;
}

.tabcontent {
    display: none;
}






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



section.wrapper-new-call-action {
    margin-top: -106px;
    padding-top: 30px;
    z-index: 2;
    position: relative;
    /* background: #f0f3f9; */
    /* margin-bottom: -80px; */
}

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

.riht-new-call-action {}

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

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

.new-call-action-title h2 {
    margin-bottom: 0;
    font-size: 36px;
    line-height: 1.2;
    /* color: #fff; */
}

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

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

.item-right-new-call-action {
    margin-right: 0 !important;
    padding: 0;
}

.right-new-call-action .btn-call-action-new {
     border-right: 1px dashed #fff; 
}

.btn-call-action-new a:before {
    background: #fff;
}

.btn-call-action-new a:hover {
    /* color: #0e527f; */
}

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

.btn-call-action-new a {
    padding: 15px 30px;
    border-radius: 4px;
}

.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;
}

.right-new-call-action.row-container {
    width: 52%;
    justify-content: unset;
}








/**************************************************************************************************************************|
                                                         Programme                                                         **|
***************************************************************************************************************************/

.top-programme .conteneur-onglet-partner {
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 50px;
}

.wrapper-programme .section-title .title h2 {
    font-size: 29px;
}

.wrapper-programme {
    padding: 70px 0 40px;
    position: relative;
    /* background: #F0F3F9; */
    /* padding-top: 135px; */
    background: color(srgb 1 1 1);
    background-image: url(../images/bg/bg-agenda.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.top-programme li.onglet-partner {
    /* display: inline-block; */
    /* margin: 0px 15px; */
    /* border: none; */
    /* position: relative; */
    /* background: transparent; */
    /* border-radius: 0; */
    /* padding: 9px 15px 5px; */
    /* border-left: 1px solid #e4e7ee; */
    /* border-bottom: 1px solid #e4e7ee; */
    /* cursor: pointer; */
    /* font-size: 13px; */
    /* line-height: 20px; */
    /* text-transform: uppercase; */
    /* text-transform: uppercase; */
    /* font-family: var(--creote-family-one); */
    font-weight: 500;
}


.wrap-programme {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90% !important;
    flex-wrap: wrap;
    margin: 0 auto;
}

.wrap-programme .owl-nav, .wrap-programme .slick-btn {
    position: absolute;
    top: 45%;
    width: 100%;
    transform: translateY(-50%);
}

ul.slick-dots button {
  display: none;
}
.wrap-programme .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: 24px;
    z-index: 4;
    width: 70px;
    aspect-ratio: 1;
    /* height: 70px; */
    margin: 0;
    border: 3px solid #ffffff;
    box-shadow: 0 11px 24px 0 rgb(126 126 126 / 59%);
    /* top: 50%; */
    transform: translateY(-50%);
    border-radius: 50%;
}

.wrap-programme .prev-slide, .wrap-programme .slick-prev {
    background-color: #034c76;
    left: -60px;
}

.wrap-programme .next-slide, .wrap-programme .slick-next{
    background-color: #c6942a;
    right: -60px;
}

.wrap-programme .owl-prev:hover {
    /* background: #c6942a; */
    /* border: 3px solid white; */
}

.item-programme {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    position: relative;
    padding: 0px 30px 30px 30px;
    margin-top: 35px;
    background: #fff;
    box-shadow: 0px 11px 17px 0px rgb(0 0 0 / 4%);
    border-radius: 10px;
    margin-bottom: 30px;
}

.image-programme {
    justify-content: center;
    position: relative;
    /* overflow: hidden; */
    border-radius: 10px;
    top: -25px;
    box-shadow: 0px -2px 20px 0px rgb(0 0 0 / 12%);
}

.image-programme img {
    width: 100%;
    height: 329px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
    /* box-shadow: 0px -8px 40px 0px rgb(0 0 0 / 62%); */
}

.content-programme {
    position: relative;
    padding: 0 10px;
}



.title-programme span {
    display: block;
}
span.category-programme {
    /* text-transform: uppercase; */
    margin-bottom: 0px;
    /* font-size: 15px; */
    /* font-family: var(--creote-family-one); */
    font-weight: 400;
    color: #034c76;
    line-height: 22px;
    /* background: #f0f3f9; */
    padding: 6px 13px 7px;
    border-radius: 5px;
    font-size: 14px;
    /* line-height: 20px; */
    text-transform: uppercase;
}

.parent-item-programme {
    /* width: 555px; */
    /* display: flex; */
    /* flex-direction: column; */
    padding: 10px 20px;
}

.info-programme {
    text-align: center;
}

.title-programme span {
    display: block;
}

.title-programme {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 20px;
    /* text-align: center; */
}

.item-programme:hover .title-programme {
    color: #c6942a;
}

.wrap-programme .owl-dots ,.wrap-programme .slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 0px;
}

.wrap-programme .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-programme .owl-dot ,.wrap-programme .slick-dots li{
  border: 1px solid #c6942a;
  width: 10px;
  background: #c6942a;
  height: 10px;
  border-radius: 30px;
  margin: 0 4px;
  z-index: 1;
}

.wrap-programme .owl-dot.active,.wrap-programme li.slick-active {
  background: #034c76;
  border-color: #034c76;
  width: 16px;
  height: 16px;
  padding: 5px;
  box-shadow: 0px 5px 9px 0 rgb(126 126 126 / 80%);
  border: 2px solid #ffffff;
}
/* ***********************************************************************************************************|
                                                   Process                          |
**************************************************************************************************************/

.wrapper-process {
    background: #fdfdfd;
    padding: 50px 0 96px;
    overflow: hidden;
}


.wrap-process {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    padding: 20px 0;
}

.process-step{
    flex: 0 0 auto;
    width: 25%;
    padding: 0 10px;
}
.process-shape-1 {
    position: absolute;
    top: 0;
    left: 217px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68%;
}
.process-shape-1 img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.process-step.step-up{
    margin-top: 50px;
}

.process-step.step-down{
    margin-top: 100px;
}

.content-process-step{
    position: relative;
    display: block;
    text-align: center;
    padding: 0 20px 0;
    margin-bottom: 22px;
}

.process-circle-wrap{
    position: relative;
    display: block;
    height: 150px;
    width: 150px;
    margin: 0 auto;
}
.process-step.step-down .process-number, .process-step:last-child .process-number{
    bottom: 0;
    right: 0;
    top: inherit;
    left: inherit;
}
.process-number{
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: var(--thirth-color);
    z-index: 2;
    color: white;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 40px;
    font-weight: 700;
    transition: all ease-in-out .35s;
}


.content-process-step:hover .process-number{
    background-color: var(--white-color);
    color: var(--primary-color);
}

.process-circle-outer{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(223, 227, 231);
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.1);
    height: 148px;
    width: 148px;
    margin: 0 auto;
    z-index: 1;
}
.process-circle-outer::before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    border-radius: 50%;
    background-color: var(--primary-color);
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.content-process-step:hover .process-circle-outer::before{
    transform: scaleX(1);
}

.process-circle-inner{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    aspect-ratio: 1;
}
.content-process-step:hover .process-circle-inner img{
    filter:brightness(0) invert(1);
}
.process-circle-inner img{
    width: 100%;
    object-fit: contain;
    height: auto;
}

.process-title{
    position: relative;
    display: block;
    margin-top: 21px;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.02em;
    margin-bottom: 7px;
}

.process-desc{
    font-size: 15px;
    letter-spacing: -0.02em;
}



/**********************************************************************************************************************
|                                                   ETUDES DE CAS                                                     |
**********************************************************************************************************************/



.wrapper-etudes-de-cas {
    padding: 90px 0 50px;
    background-color: #F3F5F7;
    background-image: url(https://radiustheme.com/demo/wordpress/themes/finbuzz/wp-content/uploads/2022/01/shape15.png);
    background-position: top right;
    background-repeat: no-repeat;
;;position: relative;;;
}

.container-etudes-de-cas {
    width: 100%;
}

.parent-section-title-etudes-de-cas {
    width: 50%;
}

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

.wrap-etudes-de-cas .owl-item {
    /* width: 690px !important; */
}

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

.item-etudes-de-cas {
    position: relative;
    border-radius: 20px;
}

.img-etudes-de-cas img {
    border-radius: 20px; 
    height: 580px;
    object-fit: cover;
}

.item-etudes-de-cas::after {
  content: "";
  height: 50%;
  width: 100%;
  background-image: linear-gradient(to top,#000,transparent);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  border-radius: 20px;
}

.img-etudes-de-cas {
  display: flex;
  border-radius: 20px;
}

.parent-etudes-de-cas .content-item-etudes-de-cas {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 20px 33px 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;
}

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

.content-visible:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: #c6942a;
}

.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;
  border: 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: #c6942a;
  position: absolute;
  bottom: 5px;
  right: -40px;
  border-radius: 10px;
  border: none;
}

.content-item-etudes-de-cas h3 {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

.content-item-etudes-de-cas h3 a {
  color: white;
}

.content-item-etudes-de-cas p {
  visibility: hidden;
  opacity: 0;
  color: #d4d4d4;
  line-height: 30px;
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
}


.item-etudes-de-cas .portfolio-btn {
    bottom: 45px;
    position: absolute;
    right: 20px;
    z-index: 5;
}


.parent-etudes-de-cas:hover .content-item-etudes-de-cas {
    transform: translateX(0);
}

.parent-etudes-de-cas:hover .content-item-etudes-de-cas p {
    visibility: visible;
    opacity: 1;
}

.parent-etudes-de-cas:hover .content-item-etudes-de-cas .portfolio-btn .btn-style2   
 span {
    visibility: visible;
    opacity: 1;
}

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

.parent-etudes-de-cas:hover .content-item-etudes-de-cas .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; */
  aspect-ratio: 1;
  border-radius: 10px;
  background-color: #fff;
  color: #c6942a;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.parent-etudes-de-cas:hover .btn-style2 {
    background: #c6942a;
    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-etudes-de-cas:hover::after {
    height: 100%;
}

.parent-etudes-de-cas  .content-item-etudes-de-cas .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-etudes-de-cas .nav-btn {
  top: -19%;
  position: absolute;
  /* height: 35px; */
  right: 0;
  /* width: 35px; */
  /* border-radius: 50%; */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* color: #151515; */
  border: 4px solid #034c76;
  /* font-size: 22px; */
  /* line-height: 25px; */
  /* background-color: #fff; */
  /* background-color: #c6942a; */
  color: #034c76;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 24px;
  z-index: 4;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin: 0;
  box-shadow: 0 11px 24px 0 rgb(126 126 126 / 16%);
}

.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-etudes-de-cas .prev-slide {
  right: 265px;
}

.wrap-etudes-de-cas .next-slide {
  right: 160px;
}

.wrap-etudes-de-cas .next-slide, 
.wrap-etudes-de-cas .nav-btn:hover {
  background: #c6942a;
  color: #ffffff;
  border-color: #c6942a;
}

.wrap-etudes-de-cas .owl-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 50px;
}

.wrap-etudes-de-cas .owl-dots:before {
  position: absolute;
  content: '';
  height: 1px;
  width: 75%;
  left: 0;
  bottom: 11px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background:
  rgba(255,255,255,.09);
  margin: 0 auto;
}

.wrap-etudes-de-cas .owl-dot {
  border: 1px solid #c6942a;
  width: 10px;
  background: #c6942a;
  height: 10px;
  border-radius: 30px;
  margin: 0 4px;
  z-index: 1;
}

.wrap-etudes-de-cas .owl-dot.active {
  background: #034c76;
  border-color: #034c76;
  width: 16px;
  height: 16px;
}


/**********************************************************************************************************************
|                                                   SERVICES                                                    |
**********************************************************************************************************************/

.services {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: start;
    margin-top: 35px;
  }
  
  .img1 img {
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
    box-sizing: border-box;
    transform: scale(1);
    transition: all ease 0.8s
  }
  
  .img2 img {
    width: 230px;
  }
  .img3 img {
    width: 230px;
  }
  
  .logo1 img {
    width: auto;
    height: 51px;
  }

  .Saving-Money {
    margin-right: 20px;
    border: 10px solid white;
    padding: 10px;
    border-radius: 5px;
    background-color: white;
  }
  .Business-audit {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    position: relative;
  }

span.word >p {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

span.bas > a {
    color: white;
    font-weight: 400;
    text-transform: uppercase;
}
  .logo1 {
    position: absolute;
    bottom: -49px;
    border-radius: 50%;
    border: 6px solid white;
    background-color: #edd196;
    padding: 10px;
    left: 20px;
  }

span.bas > a {
    color: white;
}
  
  .logo2 img {
    z-index: 1;
    margin-left: -145px;
    margin-bottom: -57px;
    border-radius: 70px;
    border: 10px solid white;
    background-color: #ffebe4;
    padding: 10px;
  }
  .HR-Consulting {
    border: 10px solid white;
    padding: 10px;
    border-radius: 5px;
    background-color: white;
  }

span.bas > a {
    color: white !important;
}

span.bas > a >i {
    margin-left: 6px;
    transition: all ease 0.5s;
}

span.bas:hover > a >i {
    margin-left: 12px;
}

span.bas:hover > a {
    background: #044b7a;
}

span.bas> a {
    transition: all ease-in 0.5s;
}
  .logo2 {
    margin-left: -130px;
  
  }
  .Saving-Money h1 {
    margin-top: 80px;
  }
  .logo3 {
    margin-left: -190px;
  }
  .HR-Consulting h1 {
    margin-top: 80px;
  }
  
  .img2 img {
    width: 310px;
    z-index: -1;
    border-radius: 5px;
  }
  .img3 img {
    width: 310px;
    border-radius: 5px;
  }
  
  .logo3 img {
    margin-bottom: -50px;
    border-radius: 57px;
    border: 10px solid white;
    background-color: #ffebe4;
    padding: 10px;
    margin-left: -85px;
  }
  
  .href {
    border: 3px solid #044b7a;
    padding: 10px;
    border-radius: 5px;
  }
  .href a {
    color: #044b7a;
    padding: 0px 20px;
    font-weight: 500;
    letter-spacing: 2px;
  }
  
 
  
  .presentation h1 {
    line-height: 44px;
    font-size: 36px;
    color: #000;
    margin-top: 25px;
    margin-bottom: 30px;
  }

  
  .Business-audit p {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .Saving-Money p {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .HR-Consulting p {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .w2:hover {
    color: #044b7a;
  }
  .w1:hover {
    color: #044b7a;
  }
  .w3:hover {
    color: #044b7a;
  }
  
  .w1 {
    color: #646464;
    font-weight: 500;
  }
  .w2 {
    color: #646464;
    font-weight: 500;
  }
  .w3 {
    color: #646464;
    font-weight: 500;
  }
  
  .word {
    text-align: center;
    font-weight: 500;
  }
  p .bas a{
    color: #044b7a;
  }
  
  .img1.animation {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    flex-wrap: wrap;
    box-sizing: border-box;
    overflow: hidden;
  }
  
  .parent-item-services .item-services .animation:before {
      content: "";
      background: #fff;
      height: 0;
      width: 0;
      position: absolute;
      transition-duration: 1.3s !important;
      z-index: 3;
      right: 0;
      top:0;
      opacity: 1;
  }
  
  .parent-item-services .item-services .animation:after {
  
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    position: absolute;
    transition-duration: 1.3s !important;
    left: 0;
    opacity: 1;
    bottom: 0;
  }
  
  .item-services:hover .animation:before,
  .item-services:hover .animation:after {
    height: 100%;
    width: 100%;
    opacity: 0;
  }
  
  .item-services {
  
    border-radius: 6px;
    background-color: white;
    box-shadow: 0 10px 43px 0 rgba(109,125,145,.14);
    padding: 20px 20px 40px 20px;
    position: relative;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
  }
  
  .parent-item-services {
    width: 33.33%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0px 12px;
    margin-bottom: 15px;
  }
  
  .post-img {
    margin-top: 60px;
  }
  .post-img a h1 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
    transition: all .3s ease-out 0.1s;
  }
  
  .post-img p {
    margin-bottom: 20px;
    line-height: 25px;
    color: #444;
  }

 
  .item-services:hover a h1{
    color:#fa360a;
  }

  .img1.animation.animated:hover > img {
    transform: scale(1.03);
  }

  @keyframes size{
    from{ width:100%; }
    50%{ width:50%; }
    to{width:100%;}
  }

  .description {
    display: flex;
    margin: 10px;
    justify-content: space-between;
  }
  
  .item-services svg{
	width:20px;
	transform: translateY(3px);
	margin-left: 5px;
	fill: #044b7a;
}

.wrap-header {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}

.wrap-header >div {
    width: 50%;
}

.explain {
    line-height: 25px;
}

.wrapper-service {
    padding: 50px 0;
    background-image: url("../images/bg/shape26.png");
    background-position: center center;
    background-repeat: no-repeat;
    position:relative;
}

.parent-item-services:first-child {
    padding-left: 0;
}

.parent-item-services:last-child {
    padding-right: 0;
}



/**********************************************************************************************************************
|                                                   CONTACT                                                    |
**********************************************************************************************************************/

.wrapper-contact{
    --primary-color:#034c76;
    --second-color:#c6942a;
    padding: 70px 0 70px;
    position:relative;
    overflow:hidden;
    line-height:1.6;
    color:#16202b;
    background:
        radial-gradient(900px 520px at 90% 8%, rgba(198,148,42,.10), transparent 60%),
        radial-gradient(760px 480px at 4% 96%, rgba(3,76,118,.08), transparent 55%),
        linear-gradient(135deg,#f4f7fb 0%,#fff 55%,#eef2f8 100%);
}
.wrapper-contact .c-shape-1,
.wrapper-contact .c-shape-2{position:absolute;z-index:0;opacity:.5;}
.wrapper-contact .c-shape-2{right:-30px;top:-60px;width:260px;height:260px;background-image:radial-gradient(rgba(3,76,118,.10) 2px,transparent 2px);background-size:22px 22px;}
.wrapper-contact .c-shape-1{bottom:-30px;left:-30px;width:220px;height:220px;background-image:radial-gradient(rgba(198,148,42,.14) 2px,transparent 2px);background-size:22px 22px;}

.wrapper-contact .wrap-contact{
    display:flex;flex-wrap:wrap;align-items:stretch;gap:40px;position:relative;z-index:1;width:100%;
}

/* ===== GAUCHE ===== */
.wrapper-contact .wrap-contact-left{width:38%;display:flex;}
.wrapper-contact .item-contact-left{display:flex;flex-direction:column;justify-content:center;}
.wrapper-contact .section-title{margin-bottom:0;}
.wrapper-contact .section-title .sub-title{
    /* font-family:"Caveat",cursive; */
    /* font-size:26px; */
    font-weight:700;
    /* color:var(--primary-color); */
    display:inline-flex;
    /* align-items:center; */
    /* gap:12px; */
    margin-bottom:4px;
    min-height:auto;
    /* background:none; */
    /* padding:0; */
}
.wrapper-contact .section-title .sub-title::before{/* content:""; */width:34px;height:2px;background:var(--primary-color);border-radius:2px;}
.wrapper-contact .title-bloc{font-size:34px;line-height:1.2;font-weight:800;color:#16202b;letter-spacing:-.5px;margin-bottom:16px;}
.wrapper-contact .title-bloc .hl{position:relative;color:var(--second-color);}
.wrapper-contact .title-bloc .hl::after{content:'';position:absolute;bottom:4px;left:0;right:0;height:10px;background:rgba(198,148,42,.32);z-index:-1;border-radius:4px;transform:skewX(-8deg);}
.wrapper-contact .wrap-contact-left-text{color:#5b6573;font-size:16px;line-height:1.6;font-weight:500;margin-bottom:30px;max-width:380px;}

.wrapper-contact .info-card{
    display:flex;align-items:center;gap:16px;background:#fff;border:1px solid #eef1f6;
    border-radius:14px;padding:18px 20px;margin-bottom:16px;
    box-shadow:0 8px 22px rgba(3,76,118,.06);transition:.28s ease;
}
.wrapper-contact .info-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(3,76,118,.12);}
.wrapper-contact .info-card .ic{
    width:52px;height:52px;border-radius:13px;flex-shrink:0;
    background:linear-gradient(135deg,var(--primary-color),#0a6aa3);color:#fff;
    display:flex;align-items:center;justify-content:center;font-size:20px;
}
.wrapper-contact .info-card:nth-child(2) .ic{background:linear-gradient(135deg,var(--second-color),#e0b052);}
.wrapper-contact .info-card .tx label{display:block;font-size:13px;font-weight:600;color:#8893a1;text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px;}
.wrapper-contact .info-card .tx b{font-size:16px;font-weight:700;color:var(--primary-color);}

/* ===== DROITE : FORM ===== */
.wrapper-contact .wrap-contact-right{flex:1;min-width:320px;padding:0;}
.wrapper-contact .item-contact-right{
    background:#fff;border-radius:18px;padding:44px;margin:0;color:#374151;
    box-shadow:0 24px 60px rgba(3,76,118,.12);border:1px solid #f0f3f8;
}
.wrapper-contact .form-head{margin-bottom:26px;}
.wrapper-contact .form-head h3{font-size:22px;font-weight:800;color:#16202b;}
.wrapper-contact .form-head p{font-size:14px;color:#8893a1;margin-top:4px;}

.wrapper-contact .row-form{display:flex;flex-wrap:wrap;gap:18px;margin-bottom:18px;width:100%;}
.wrapper-contact .input-item{position:relative;flex:1;min-width:0;width:auto;margin-bottom:0;padding:0;}
.wrapper-contact .input-item.two{flex:1 1 calc(50% - 9px);width:auto;}
.wrapper-contact .input-item .fld-ic{
    position:absolute;left:16px;top:17px;color:var(--second-color);font-size:16px;pointer-events:none;z-index:2;
}
.wrapper-contact .input-item input,
.wrapper-contact .input-item textarea{
    width:100%;font-size:15px;color:#374151;background:#f7f9fc;height:auto;
    border:1.5px solid #e8edf3;border-radius:11px;padding:15px 16px 15px 46px;
    font-family:inherit;transition:.22s ease;line-height:1.5;
}
.wrapper-contact .input-item textarea{height:130px;resize:vertical;}
.wrapper-contact .input-item input::placeholder,
.wrapper-contact .input-item textarea::placeholder{color:#9aa4b1;}
.wrapper-contact .input-item input:focus,
.wrapper-contact .input-item textarea:focus{
    outline:none;border-color:var(--primary-color);background:#fff;
    box-shadow:0 0 0 4px rgba(3,76,118,.08);
}
.wrapper-contact .message-erreur{display:none;color:#e23d3d;font-size:12.5px;margin-top:6px;padding-left:4px;}

.wrapper-contact .input-item .primary-btn{
    display:inline-flex;align-items:center;gap:10px;background:var(--second-color);color:#fff;
    font-weight:700;font-size:15px;padding:15px 30px;border-radius:11px;border:none;cursor:pointer;
    box-shadow:0 12px 26px rgba(198,148,42,.30);transition:.28s ease;font-family:inherit;width:100%;justify-content:center;
}
.wrapper-contact .input-item .primary-btn svg{width:24px;height:auto;fill:#fff;transition:transform .3s;}
.wrapper-contact .input-item .primary-btn:hover{background:var(--primary-color);box-shadow:0 12px 26px rgba(3,76,118,.30);}
.wrapper-contact .input-item .primary-btn:hover svg{transform:translateX(4px);}

@media only screen and (max-width:900px){
    .wrapper-contact .wrap-contact{flex-direction:column;gap:30px;}
    .wrapper-contact .wrap-contact-left,
    .wrapper-contact .wrap-contact-right{width:100%;}
    .wrapper-contact .item-contact-right{padding:32px 24px;}
    .wrapper-contact .input-item.two{flex:1 1 100%;}
    .wrapper-contact .row-form{gap:14px;}
    .wrapper-contact .title-bloc{font-size:28px;}
}


/**********************************************************************************************************************
|                                                   BLOC TEMOIGNAGE                                                            |
**********************************************************************************************************************/

.wrapper-temoignage{
	padding: 0px 0 75px;
	position: relative;
	/* z-index: 1; */
}

.quote-left {
    position: absolute;
    left: -10px;
}

.container-temoignage{
	/*padding: 0 auto;*/
	max-width: 100%;
	width: 1186px;
	margin: 0;

  padding-left: 80px;
  padding-right: 80px;
  
}
.wrap-temoignage{/* display: flex; *//* flex-direction: column; *//* position: relative; */height: 360px;}

.design-img {
    position: absolute !important;
    /* width: 100%; */
    /* height: 100%; */
}

.design-img.img-left {}

.design-img.img-right {
    right: 0;
    /* height: 300px; */
}

.design-img img {
    height: 100%;
}

.wrap-temoignage-top{
	text-align: center;
	color: white;
	display: flex;
	/* padding: 0px 0 0px; */
	width: 100%;
	height: 100%;
	/* background-color:#ff5400f2; */
	background-image: url(https://radiustheme.com/demo/wordpress/themes/finbuzz/wp-content/uploads/2022/01/blog5.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
}
.wrap-temoignage-top-top{
	border:2px solid;
	padding: 3px 8px;
	width: 200px;
	border-radius: 3px;

	font-family: 'Source Sans Pro',sans-serif;
	font-weight: 600;
}

.wrap-temoignage-top-details {
  padding-top: 80px;
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
  /* padding-left: 70px; */
  /* display: flex; */
  /* flex-direction: column; */
  /* align-items: center; */
  /* position: relative; */
  /* margin: 0 -1px; */
  /* text-align: center; */
}
.wrap-temoignage-bottom{
	background-image: url('bg-image2.png');
	z-index: 1;
	display: flex;
	justify-content: center;
	width: 100%;
	flex-wrap: wrap;
}
.wrap-temoignage-top-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 1px;
  margin: 15px;
}

.parent-wrap-temoignage-bottom-container-items {
    display: flex;
    flex-direction: column;
    width: 33.33%;
    padding: 0 10px;
}

.wrap-temoignage-bottom-container-items {
  display: flex;
  flex-direction: column;
  background-color: white;
  padding: 34px;
  width: 100%;
  border-radius: 10px;
  /*! border: solid; */
  margin-bottom: 50px;
  /* margin-left: 26px; */
  position: relative;
  box-shadow: 0 10px 43px 0 rgb(109 125 145 / 14%);
}

.wrap-temoignage-bottom-container-items-top {
  display: flex;
  position: relative;
}
.team-image {
  margin-right: 20px;
  border-radius: 50%;
  height: 90px;
  width: 90px;
}
.wrap-temoignage-bottom-container {
  padding: 90px;
  display: flex;
  margin-top: -219px;
}

.wrap-temoignage-bottom-container-items-top-personne-nom {
  font-size: 22px;
  font-weight: 600;
  /* display: flex; */
}
.wrap-temoignage-bottom-container-items-top-personne-profession {
  /* padding: 2px 4px; */
  color: #646464;
  position: relative;
  padding-bottom: 15px;
  text-transform: capitalize;
  font-size: 14px;
}

.wrap-temoignage-bottom-container-items::after {
    content: "";
    position: absolute;
    bottom: -20px;
    width: 90%;
    height: 90%;
    z-index: -1;
    border-radius: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: white;
    box-shadow: 0 10px 43px 0 rgb(109 125 145 / 14%);
}

.decord-carte {
    position: absolute;
    right: 0;
    top: -34px;
    z-index: -1;
    opacity: .2;
}

.quote-left > i {
  color: #fff;
  background-color: #c6942a;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  border: 4px solid #fff;
  font-size: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.athour-temoignage {
    /* line-height: 1.2; */
    margin-bottom: 10px;
}

.wrap-temoignage-bottom-container-items-top-personne-nom span {
  /* padding-left: 77px; */
  font-weight: 500;
  /* font-size: 22px; */
  /* margin-bottom: 0; */
  /* line-height: 25px; */
}
.wrap-temoignage-bottom-container-items-top-personne {
  padding-left: 5px;
  width: 75%;
}

.fa.fa-star {
  color: #c6942a;
}

.wrap-temoignage-bottom-container-items-top-barre {
  width: 28px;
  /* border: solid 2px #ff5400; */
  height: 3px;
  background: #c6942a;
}

.wrap-temoignage-bottom-container-items-bottom {
  /* padding-bottom: 0px; */
  margin: 20px 0 15px 0;
  line-height: 26px;
  color: #6e6b6b;
  /* text-align: justify; */
}

.fa.fa-star.blue {
  color: #252566;
}

.wrap-temoignage-top-details .sub-title {
    color: white;
    border-color: white;
    /* margin-bottom: 0; */
}

.wrap-temoignage-top-details  .title>h2 {
    color: white;
    margin-bottom: 14px;
}

.wrap-temoignage-top-text {
    width: 90%;
    line-height: 26px;
    position: relative;
    margin: 0 auto;
}

.wrapper-temoignage-bottom {
    position: relative;
    margin-top: -110px;
}


.wrap-temoignage-top::before {
    content: "";
    background: #c6942af0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.decor-temoin {
    position: absolute;
    width: 30%;
    height: 100%;
}

.decor-temoin.deux {
    right: 0;
}

.wrap-temoignage-bottom .slide-arrow.slick-arrow {
    position: absolute;
    background-color: #c6942a;
    transition: all ease 0.5s;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 24px;
    z-index: 4;
    width: 70px;
    /* height: 70px; */
    aspect-ratio: 1;
    /* margin: 0; */
    border: 3px solid #ffffff;
    box-shadow: 0 11px 24px 0 rgb(126 126 126 / 59%);
    top: 21%;
    left: -60px;
    transform: translateY(-50%);
    border-radius: 50%;
}

.wrap-temoignage-bottom .slide-arrow.next-arrow.slick-arrow {
    left: unset;
    right: -60px;
}

.wrap-temoignage-bottom .owl-dots ,.wrap-temoignage-bottom .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 0px;
  }
  
  .wrap-temoignage-bottom .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-temoignage-bottom .owl-dot ,.wrap-temoignage-bottom .slick-dots li{
    border: 1px solid #034c76;
    width: 10px;
    background: #034c76;
    height: 10px;
    border-radius: 30px;
    margin: 0 4px;
    z-index: 1;
  }
  
  .wrap-temoignage-bottom .owl-dot.active,.wrap-temoignage-bottom li.slick-active {
    background:  #c6942a;
    border-color:#c6942a;
    width: 16px;
    height: 16px;
    padding: 5px;
    box-shadow: 0px 5px 9px 0 rgb(126 126 126 / 80%);
    border: 2px solid #ffffff;
  }
  
  



/***********************************************************************************************************************************
|                                                   PARTENAIRE

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

.wrapper-patenaire {
    padding: 60px 0;
    border: 1px solid #eee;
    background: rgb(249, 247, 244);
    border-left: none;
    border-right: none;
}

.wrap-partenaire {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.wrap-partenaire img {
    width: 115px !important;
    filter: grayscale(100%);
    opacity: 20%;
    transition: all 0.3s ease-in-out;
    height: 100px;
    /* margin-right: 65px; */
    margin: 0 auto;
}

textarea::placeholder{
  font-family: Roboto;
}

.wrap-partenaire img:hover {
  opacity: 1;
  filter: none;
}

.wrap-partenaire img:last-child {
    /* margin: 0; */
}