
/*************************************************************************************************************************|
                                                           Team                                                         **|
**************************************************************************************************************************/



.wrapper-team {
    padding: 70px 0 70px;
    /* padding-top: 131px; */
}

.wrap-team.row-container {
    margin-top: 45px;
}

.wrap-social-team {
    display: flex;
    gap: 10px;
}

.parent-item-team {
    width: 25%;
    text-align: center;
    overflow: hidden;
    padding: 0 0 50px!important;
}

.item-team {
    /* width: 25%; */
    padding: 0 15px;
    position: relative;
    border-radius: 5px;
    /* overflow: hidden; */
    background-color: #fff;
}

.wrap-item-team {
    border: 1px solid #e6e7e7;
    padding: 39px 15px 58px;
    border-radius: 7px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    text-align: center;
}

.item-team:hover .wrap-item-team {
    opacity: 0;
}

.image-team {
    width: 175px;
    /* height: 175px; */
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 50%;
    margin: auto;
    transition: .3s cubic-bezier(.24,.74,.58,1);
    display: block;
}

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

.team-content {}

h4.team-name {
    color: #1a1a1a;
    font-size: 22px;
    font-weight: 600;
    /* font-family: Manrope; */
    letter-spacing: -.66px;
    margin: 35px 0 3px;
    line-height: 1.2;
    font-family: 'League Spartan', sans-serif;
}

.team-position {
    /* font-family: DM Sans; */
    font-size: 15px;
    font-weight: 500;
    color: #74787c;
    font-family: Inter;
    width: 100%;
}

.social-team {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: rgba(13,206,181,.2)0 7px 29px 0;
    -khtml-box-shadow: rgba(13,206,181,.2)0 7px 29px 0;
    -moz-box-shadow: rgba(13,206,181,.2)0 7px 29px 0;
    -ms-box-shadow: rgba(13,206,181,.2)0 7px 29px 0;
    -o-box-shadow: rgba(13,206,181,.2)0 7px 29px 0;
    box-shadow: #034c7636 0 7px 29px;
    left: 50%;
    bottom: -19px;
    transform: translateX(-50%);
}

.social-team-btn {}

.social-team-btn a {
    color: #c99a36;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrap-social-team a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    /* transition: all ease 0.5s; */
    /* height: 45px; */
    aspect-ratio: 1;
    /* line-height: 45px; */
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: rgba(13,206,181,.2)0 7px 29px 0;
    -khtml-box-shadow: rgba(13,206,181,.2)0 7px 29px 0;
    -moz-box-shadow: rgba(13,206,181,.2)0 7px 29px 0;
    -ms-box-shadow: rgba(13,206,181,.2)0 7px 29px 0;
    -o-box-shadow: rgba(13,206,181,.2)0 7px 29px 0;
    box-shadow: rgba(13,206,181,.2)0 7px 29px;
    color: #c99a36;
    transform: translateY(100%);
    transition: all .5s ease;
}

.wrap-social-team a:nth-child(1) {
    transition-delay: .2s;
}

.wrap-social-team a:hover {
    background: #c99a36;
    border: 3px solid white;
    color: white;
}

.hidden-bloc-team:hover a {
    transform: translateY(0);
}

.social-team:hover a {
    transform: translateY(0);
}

::after {}

::after {}

::after {}

.wrap-social-team a:hover:after {
    transform: scale(1.2);
}

.wrap-social-team a:after {
    position: absolute;
    content: "";
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    background-color: #c99a36;
    border-radius: 50%;
    transform-origin: 50% 50%;
    transform: scale(0);
    transition: all .35s;
    z-index: -1;
}

.hidden-bloc-team {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    text-align: center;
    padding: 47px 0 20px;
    border-radius: 7px;
    /* opacity: 0; */
    /* visibility: hidden; */
}

.hidden-bloc-team:before {
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0%;
    opacity: .8;
    z-index: 1;
    background-color: #034c76;
}

.item-team:hover .hidden-bloc-team:before {
    opacity: 0.8;
}

.hidden-bloc-team .team-image {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 100%;
}

.hidden-bloc-team .team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hidden-bloc-team .team-content {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    padding: 0 15px;
}

.hidden-bloc-team h4.team-name {
    /* font-family: Manrope; */
    /* font-size: 22px; */
    /* font-weight: 800; */
    color: #fff;
    line-height: 32px;
    /* font-family: 'League Spartan', sans-serif; */
    margin: 0;
}

.hidden-bloc-team .team-position {
    color: #fff;
}

.hidden-bloc-team .social-team {
    position: absolute;
    z-index: 2;
    bottom: 21px;
    left: 50%;
    transform: translateX(-50%);
    background: none;
}

.hidden-bloc-team .social-team-btn {
    display: none;
}

.hidden-bloc-team .wrap-social-team {}

.item-team:hover .hidden-bloc-team {
    /* opacity: 1; */
    left: 0;
    /* visibility: visible; */
}


section.wrapper-process {
    /* padding-top: 140px; */
    padding-bottom: 100px;
    padding-top: 70px;
}

.wrap-team .owl-nav, .wrap-team .slick-btn {
}

.wrap-team  .slick-btn {
    position: absolute;
    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;
    box-shadow: 0 11px 24px 0 rgb(126 126 126 / 63%);
    top: 50%;
    border: 3px solid #ffffff;
    transform: translateY(-50%);
    border-radius: 50%;
}

.wrap-team .slick-next{
    background-color: #c6942a;
    right: -20px;
}

.wrap-team .slick-prev {
    background-color: #034c76;
    left: -20px;
}

ul.slick-dots button {
  display: none;
}

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




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

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

.wrap-team .owl-dot.active,.wrap-team 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;
}



/* **************************************************************************************************************
                                            Partenaires
********************************************************************************************************************/

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

.image-partenaire .owl-prev,.image-partenaire .slick-prev {
    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 / 63%);
    /* top: 50%; */
    border: 3px solid #ffffff;
    left: -60px;
    transform: translateY(-50%);
    border-radius: 50%;
}
ul.slick-dots button {
  display: none;
}

.image-partenaire .owl-next ,.image-partenaire .slick-next{
    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;
    margin: 0;
    border: 3px solid #ffffff;
    box-shadow: 0 11px 24px 0 rgb(126 126 126 / 59%);
    /* top: 50%; */
    right: -60px;
    transform: translateY(-50%);
    border-radius: 50%;
}

.image-partenaire .owl-prev:hover {
    background: #c6942a;
    border: 3px solid white;
}

