/* End the no services section style  */
.containerB {
    position: relative;
    overflow: hidden;
    min-height: 80vh;
}

.titleTopSection span {
    color: #ed4040;
    position: relative;
    z-index: 2;
}

.topSection {
    position: relative;
    z-index: 2;
}

.thm-btn.home {
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*  solutions section */
.solutions {
    width: var(--rn-width1);
    margin: auto;
    display: flex;
    margin-top: -165px;
    margin-bottom: 60px;
    justify-content: center;
    position: relative;
    z-index: 120;
    gap: 20px;
    align-items: center;
}
.solutionCard {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    overflow: hidden;
    width: 100%;
    color: white;
    border: 3px solid white;
    transition: 0.3s cubic-bezier(0.6, 0.4, 0, 1), border 0.3s ease;
}
.solutionCard::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
    pointer-events: none;
    z-index: 0;
    transition: background 0.3s ease;
}
.solutionCard.solutionCard.services::before {
    content: "";
    background: white;
}
.solutionCard img {
    width: 100%;
}
.heading_card_sous_Title {
    text-transform: uppercase;
    font-family: "PoppinsBold";
    margin-bottom: 15px;
    color: rgba(176, 176, 176, 1);
}
.solutionCard .heading {
    position: absolute;
    top: 7%;
    left: 7%;
    text-align: left;
    right: 22px;
}
.heading_cardTitle {
    font-family: "PoppinsBold";
    font-size: 27px;
    line-height: 33px;
}
.solutionCard .content {
    font-family: "PoppinsRegular";
    font-size: var(--discrSize);
    margin: 20px 0px;
    opacity: 0;
    transition: opacity 0.4s ease;
    text-align: left;
}
.solutionCard.services .heading_cardTitle {
    margin-top: 25px;
    color: black;
}
.arrow-circle,
.arrow-circle-inhover {
    position: absolute;
    bottom: 7%;
    left: 7%;
    display: block;
    cursor: pointer;
}
.arrow-circle-inhover {
    font-family: "PoppinsSemiBold";
    font-size: var(--linksSize);
    opacity: 0;
    transition: opacity 0.4s ease;
}
.arrow-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #e8e9e9;
    opacity: 1;
    transition: opacity 0.4s ease;
}
.arrow-circle::after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    margin: -7px 0 0 -14px;
    width: 28px;
    height: 14px;
    transform: rotate(-45deg);
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nNDEnIGhlaWdodD0nMTcnIHZpZXdCb3g9JzAgMCA0MSAxNycgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMS4zOTk4NSA4LjI4OTk5SDM5LjQyMDJNMzkuNDIwMiA4LjI4OTk5TDMyLjIzODEgMS4wMjg4MU0zOS40MjAyIDguMjg5OTlMMzIuMjM4MSAxNS40OTk4JyBzdHJva2U9JyMwMDAwMDAnIHN0cm9rZS13aWR0aD0nMS41JyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnLz48L3N2Zz4K)
        100% 50% no-repeat;
    transition: transform 0.3s ease;
}
.arrow-circle-inhover::after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 120%;
    top: 46%;
    margin: -7px 0 0 -14px;
    width: 28px;
    height: 20px;
    transform: rotate(0deg);
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nNDEnIGhlaWdodD0nMTcnIHZpZXdCb3g9JzAgMCA0MSAxNycgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMS4zOTk4NSA4LjI4OTk5SDM5LjQyMDJNMzkuNDIwMiA4LjI4OTk5TDMyLjIzODEgMS4wMjg4MU0zOS40MjAyIDguMjg5OTlMMzIuMjM4MSAxNS40OTk4JyBzdHJva2U9JyMwMDc3QjUnIHN0cm9rZS13aWR0aD0nMS41JyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnLz48L3N2Zz4K)
        100% 50% no-repeat;
    transition: width 0.7s ease;
}
.solutionCard:hover {
    border: 3px solid black;
    color: black;
}
.solutionCard:hover::before {
    background: rgb(255, 255, 255);
}
.solutionCard:hover .content {
    opacity: 1;
}
.solutionCard:hover .arrow-circle {
    opacity: 0;
}
.solutionCard:hover .arrow-circle::after {
    transform: rotate(0deg);
}
.solutionCard:hover .arrow-circle-inhover {
    opacity: 1;
}
.solutionCard:hover .arrow-circle-inhover::after {
    width: 35px;
}

/*+++++++++++++++++++++++++++++++++++++++++++
    our Feed
++++++++++++++++++++++++++++++++++++++++++++*/
.ourFeedContent {
    width: var(--rn-width1);
    margin: auto;
}
.viewAllZone,
.viewAll {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}
.viewAll {
    font-size: 20px;
    font-family: "PoppinsRegular";
    color: black;
    gap: 15px;
}
.viewAll:hover {
    color: var(--red);
}
.viewAll:hover svg {
    fill: var(--red);
}
.ourFeedSwiper {
    /* border: 3px solid black; */
}
.swiper-slide.feed::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}
.swiper-slide.feed {
    /* height: 500px; */
    position: relative;
}
.swiper-slide.feed video {
    width: 100%;
}
.textContent {
    position: absolute;
    color: white;
    font-family: "PoppinsSemiBold";
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    width: 100%;
    justify-content: space-around;
    bottom: 50px;
    font-size: 22px;
    z-index: 2;
}
.textContent .feedText {
    text-align: left;
}
.textContent .feedText .feedTitle {
    text-decoration: underline;
}

/*+++++++++++++++++++++++++++++++++++++++++++
    a propos de nous
++++++++++++++++++++++++++++++++++++++++++++*/
.aProposSection {
    width: var(--rn-width1);
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.aProposSection .text {
    width: 50%;
}
.aProposSection .text .context {
    font-family: "PoppinsRegular";
    margin-bottom: 20px;
    font-size: var(--discrSize);
    line-height: 28px;
}
.aProposSection .numbers {
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.aProposSection .numbers .bar {
    display: flex;
    justify-content: space-around;
}
.aProposSection .numbers .bar .bar-line {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    width: 43%;
    border-bottom: 1px solid var(--red);
}
.aProposSection .numbers .bar .bar-line .bignumber {
    font-family: "PoppinsBold";
    font-size: 60px;
    margin: 0;
}
.aProposSection .numbers .bar .bar-line .about {
    font-family: "PoppinsSemiBold";
    font-size: 18px;
    margin: -10px 0 6px 0;
}

/*==============================================
    services section
================================================*/
.services {
    width: var(--rn-width1);
    margin: auto;
}
.swiper-container.Allservices {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
}
.swiper-container.Allservices .slick-arrow {
    border-radius: 50%;
    height: 40px;
    position: relative;
    width: 40px;
    display: none;
    align-items: center;
    justify-content: center;
    border: none;
}
.swiper-container.Allservices .slick-arrow.slick-prev {
    margin: 20px 10px 0 0;
}
.swiper-container.Allservices .slick-arrow.slick-next {
    margin: 20px 0 0 10px;
}
.swiper-wrapper.servicesCards {
    display: none;
}

.swiper-wrapper.servicesCards.show {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.swiper-slide.solutionCard.services {
    flex: 0 0 calc(34% - 22px);
    box-sizing: border-box;
    text-align: center;
    background-color: #f8f8f8;
    overflow: hidden;
    border: 3px solid black;
    transition: transform 0.3s ease-in-out;
    height: 520px;
}
.swiper-slide.solutionCard.services svg {
    width: 100px;
}
#whatWeOffre,
#caseStudies {
    border: none;
    background-color: transparent;
    font-size: 30px;
    font-family: "PoppinsSemiBold";
    margin: 0px 20px 20px 0;
    cursor: pointer;
}
#whatWeOffre.active,
#caseStudies.active {
    color: var(--red);
}
#whatWeOffre:hover,
#caseStudies:hover {
    color: var(--red);
}

/*=========================================
    approche section
===========================================*/
.approcheSection {
    width: var(--rn-width1);
    margin: auto;
    display: flex;
    padding: 75px 0 45px 0;
    justify-content: space-around;
    align-items: center;
    gap: 40px;
}
.approcheSection .imageZone {
    position: relative;
    width: 48%;
}
.approcheSection .imageZone img {
    width: 100%;
}
.approcheSection .contentZone {
    width: 45%;
}
.approcheSwiper {
    margin-bottom: 40px;
    border: 3px solid white;
}
.approcheSwiper .swiper-slide {
    padding: 0;
    display: flex;
}

.approcheSection .contentZone .content {
    font-family: "PoppinsRegular";
    font-size: var(--discrSize);
    line-height: 25px;
    margin: 35px 0;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
    width: 45px;
    border-radius: 0px;
    background: white;
    opacity: 1;
    height: 5px;
}
.swiper-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet-active,
.swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet-active {
    background: var(--red);
}

/***
=============================================
what we offre
=============================================
***/
.bloc {
    width: var(--rn-width1);
    margin: auto;
    text-align: left;
    padding: 45px 0 75px 0;
}
.whatWeOffre .accordion {
    height: 40rem;
    overflow: hidden;
    border: 3px solid white;
}
.whatWeOffre .accordion__item,
.whatWeOffre .accordion__table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.whatWeOffre .accordion__item.show .shower {
    opacity: 0;
}
.whatWeOffre .accordion__item .shower {
    width: 98%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
.whatWeOffre .accordion__item:hover .accordion__title {
    opacity: 0;
}
.whatWeOffre .accordion__item {
    position: relative;
    width: 25%;
    counter-increment: my-counter;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000000;
    -webkit-box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.3);
    cursor: pointer;
    overflow: hidden;
}
.whatWeOffre .accordion__table {
    width: 100%;
    height: 100%;
}
.whatWeOffre .accordion__item,
.whatWeOffre .accordion__table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.whatWeOffre .accordion__item {
    position: relative;
    width: 8%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    overflow: hidden;
    transition: width 0.5s ease;
}
.whatWeOffre .accordion__item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        rgba(0, 0, 0, 0.2),
        rgb(0 0 0 / 78%),
        rgba(0, 0, 0)
    );
    transition: background 0.3s ease;
}
.whatWeOffre .accordion__item:hover::after {
    background: rgb(0 0 0 / 11%);
}
.whatWeOffre .accordion__item.show {
    width: 86%;
    cursor: auto;
    background-color: #e6e6e6;
}
.whatWeOffre .accordion__item.show:before {
    opacity: 0.8;
}
.whatWeOffre .accordion__item.show:after {
    background: black;
}
.whatWeOffre .accordion__item.show .accordion__title {
    display: none;
}
.whatWeOffre .accordion__item.show .accordion__content {
    display: flex;
    opacity: 1;
}
.whatWeOffre .accordion__title {
    text-align: center;
    padding: 0 14px;
    z-index: 2;
    position: absolute;
    bottom: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    opacity: 1;
    transition: opacity 0.3s ease;
}
.whatWeOffre .accordion__title h2 {
    font-family: "PoppinsSemiBold";
    transform: rotate(270deg);
    transform-origin: left top;
    position: relative;
    left: 0px;
    width: 365px;
    bottom: -95px;
    font-size: 25px;
    text-align: left;
    color: white;
}
.whatWeOffre .accordion__title svg {
    bottom: 1.5rem;
}
.whatWeOffre .accordion__title .plus span {
    left: 52%;
    top: 43%;
}
.whatWeOffre .accordion__content {
    opacity: 0;
}
.accordion__content .WWOimageZone {
    position: absolute;
    bottom: 2rem;
    left: 1rem;
    width: 100%;
    padding: 0 1.5rem;
    z-index: 2;
    color: #fff;
    text-align: left;
}
.accordion__content .WWOimageZone img {
    width: 382px;
}
.whatWeOffre .accordion__text {
    position: absolute;
    top: 50%;
    left: 93%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 1.5rem;
    z-index: 2;
    color: #fff;
    text-align: left;
    opacity: 0;
    transition: opacity 1.5s ease;
}
.accordion__item.show .accordion__text {
    opacity: 1;
}
.whatWeOffre .accordion__text .titre {
    font-family: "PoppinsBold";
    font-size: var(--titleSize);
    color: white;
    line-height: 45px;
    text-transform: uppercase;
    width: 575px;
}
.whatWeOffre .accordion__text .disc {
    width: 575px;
    font-family: "PoppinsRegular";
    font-size: 17px;
}

/***
=============================================
Solutions automatisation
=============================================
***/
.solutions.Auto {
    width: var(--rn-width1);
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.solutions.Auto .SAContent {
    width: 40%;
}
.solutions.Auto .video {
    border: 10px solid black;
    border-radius: 10px;
    width: 48%;
    height: fit-content;
    display: flex;
}
.solutions.Auto .video video {
    width: 100%;
}
.solutions.Auto .SAContent .context {
    font-family: "PoppinsRegular";
    margin-bottom: 20px;
    font-size: var(--discrSize);
    line-height: 28px;
}

/***
=============================================
Awards One
=============================================
***/
.awards-one__box {
    width: var(--rn-width1);
    margin: auto;
    position: relative;
    display: block;
    z-index: 1;
}
.AwardsTitleZone {
    margin-bottom: 50px;
}
.border-box2 {
    position: absolute;
    bottom: 216px;
    left: 0px;
    right: 0px;
    height: 1px;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;
}
.border-box2::before {
    position: absolute;
    top: -5px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #000000;
    border-radius: 50%;
    content: "";
}
.border-box2::after {
    position: absolute;
    top: -5px;
    right: 0;
    width: 10px;
    height: 10px;
    background: #000000;
    border-radius: 50%;
    content: "";
}
.awards-one__inner {
    position: relative;
    display: block;
}
.awards-one__single {
    position: relative;
    display: block;
    overflow: hidden;
}
.awards-one__single-top {
    position: relative;
    display: block;
}
.awards-one__single-top .awards-one__single-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    transform: perspective(400px) translateY(0px) scale(0);
    transform-style: preserve-3d;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    transform-origin: bottom center;
    text-align: center;
}
.awards-one__single:hover .awards-one__single-top .awards-one__single-content {
    transform: perspective(400px) translateY(0px) scale(1);
    transform-origin: bottom center;
}
.awards-one__single-icon {
    position: relative;
    display: block;
    transform: perspective(400px) translateY(0px) scale(1);
    transform-style: preserve-3d;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    display: flex;
    justify-content: center;
    height: 180px;
    align-items: center;
}
.awards-one__single:hover .awards-one__single-icon {
    transform: perspective(400px) translateY(-100%) scale(1);
    transform-origin: bottom center;
}
.awards-one__single-icon span::before {
    position: relative;
    display: inline-block;
    color: #7b7b7b;
    font-size: 130px;
    line-height: 130px;
}
.awards-one__single-counter {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 40px;
    background: var(--red);
    margin: 0 auto 68px;
}
.awards-one__single-counter::before {
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    right: 10px;
    background: rgba(255, 255, 255, 0.182);
    content: "";
}
.awards-one__single-counter h3 {
    color: white;
    font-size: 18px;
    font-family: "PoppinsRegular";
    margin: 0;
}
.awards-one__single-bottom {
    position: relative;
    display: block;
    overflow: hidden;
}
.awards-one__single-content {
    position: relative;
    display: block;
    transform: perspective(400px) translateY(0px) scale(1);
    transform-style: preserve-3d;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    min-height: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.awards-one__single:hover .awards-one__single-content {
    transform: perspective(400px) translateY(-100%) scale(1);
    transform-origin: bottom center;
}

.awards-one__single-content h2 {
    color: var(--red);
    font-size: 26px;
    line-height: 36px;
    text-transform: capitalize;
    font-family: "PoppinsBold";
}
.awards-one__single-content p {
    font-family: "PoppinsRegular";
    color: #000000;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    width: 80%;
}
.awards-one__single-bottom .overlay-icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transform: perspective(400px) translateY(0px) scale(0);
    transform-style: preserve-3d;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    transform-origin: bottom center;
    text-align: center;
}
.awards-one__single:hover .awards-one__single-bottom .overlay-icon {
    transform: perspective(400px) translateY(0px) scale(1);
    transform-origin: bottom center;
}
.awards-one__single-bottom .overlay-icon span::before {
    position: relative;
    display: inline-block;
    color: #7b7b7b;
    font-size: 130px;
    line-height: 130px;
}
.awards-one__carousel.owl-theme .owl-nav {
    display: none;
}

/***
=============================================
teamSection
=============================================
***/
.teamSection {
    width: var(--rn-width1);
    margin: auto;
    border: 2px solid black;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.teamSection .zoneImage {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52%;
}
.teamSection .zoneImage img {
    width: 100%;
}
.teamSection .content {
    width: 40%;
    margin-left: 30px;
}
.teamSection .content .context {
    margin: 20px 0;
}
.teamSection .certif {
    margin-top: 20px;
}

@media (max-width: 1300px) {
    /*+++++++++++++++++++++++++++++++++++++++++++
    solutions
    ++++++++++++++++++++++++++++++++++++++++++++*/
    .solutions .solutionCard:hover .heading_cardTitle {
        font-size: 18px;
    }
    .solutionCard .content {
        margin: 10px 0px;
        font-size: 12px;
    }
    .heading_cardTitle {
        font-size: 23px;
        line-height: 25px;
    }
    .solutions .solutionCard {
        height: auto;
    }
    .heading_card_sous_Title {
        margin-bottom: 8px;
        font-size: 13px;
    }
    .solutionCard:hover .arrow-circle-inhover::after {
        width: 23px;
    }
    .arrow-circle {
        width: 45px;
        height: 45px;
    }

    /*+++++++++++++++++++++++++++++++++++++++++++
    our Feed
    ++++++++++++++++++++++++++++++++++++++++++++*/
    /* .swiper-slide.feed {
        height: 330px;
    } */
    .textContent {
        width: 92%;
        font-size: 16px;
    }
    .viewAll {
        font-size: 17px;
    }
    .viewAll svg {
        width: 18px;
        height: 18px;
    }
    .viewAllZone,
    .viewAll {
        margin-bottom: 0px;
    }

    /*+++++++++++++++++++++++++++++++++++++++++++
    A propos de nous
    ++++++++++++++++++++++++++++++++++++++++++++*/
    .aProposSection .text .context {
        margin-bottom: 16px;
        line-height: 20px;
    }
    .aProposSection .numbers .bar .bar-line .bignumber {
        font-size: 35px;
    }
    .aProposSection .numbers .bar .bar-line .about {
        font-size: 13px;
    }
    .aProposSection .text {
        width: 52%;
    }

    /*+++++++++++++++++++++++++++++++++++++++++++
    services
    ++++++++++++++++++++++++++++++++++++++++++++*/
    .servicesCards.show {
        gap: 15px;
    }
    #whatWeOffre,
    #caseStudies {
        margin: 0px 15px 10px 0;
    }

    /*+++++++++++++++++++++++++++++++++++++++++++
    methodologie
    ++++++++++++++++++++++++++++++++++++++++++++*/
    .methodologieTitleZone {
        width: 50%;
    }
    .hachtageAndContent th {
        font-size: 16px;
        line-height: 25px;
    }
    .hachtageAndContent td {
        line-height: 18px;
        font-size: 12px;
    }

    /*+++++++++++++++++++++++++++++++++++++++++
    approche section
    +++++++++++++++++++++++++++++++++++++++++++*/
    .approcheSection .contentZone .content {
        line-height: 21px;
        margin-top: 22px;
    }

    /*++++++++++++++++++++++++++++++++++++++++++
    What we offre 2
    ++++++++++++++++++++++++++++++++++++++++++*/
    .bloc {
        padding: 10px 0 75px 0;
    }
    .whatWeOffre .accordion {
        height: 30rem;
    }
    .accordion__content .WWOimageZone {
        bottom: 11px;
        left: 0rem;
        padding: 0px 0.5rem;
    }
    .accordion__content .WWOimageZone img {
        width: 305px;
    }
    .whatWeOffre .accordion__item {
        width: 9%;
    }
    .whatWeOffre .accordion__title h2 {
        left: -5px;
        font-size: 20px;
    }
    .whatWeOffre .accordion__item.show {
        width: 87%;
    }
    .whatWeOffre .accordion__text {
        left: 95%;
        padding: 0 0.5rem;
    }
    .whatWeOffre .accordion__text .disc {
        font-size: 13px;
        width: 380px;
    }
    .whatWeOffre .accordion__title p {
        left: -3px;
        font-size: 18px;
    }
    .whatWeOffre .accordion__text .titre {
        line-height: 32px;
        width: 380px;
        font-size: 25px;
    }

    /*++++++++++++++++++++++++++++++++++++++++++
    Solutions
    ++++++++++++++++++++++++++++++++++++++++++*/
    .solutions.Auto .SAContent .context {
        line-height: 22px;
    }

    /*++++++++++++++++++++++++++++++++++++++++++
    Awards One
    ++++++++++++++++++++++++++++++++++++++++++*/
    .awards-one__single-icon svg {
        width: 150px;
    }
    .awards-one__single-counter {
        margin: 0 auto 10px;
    }
    .awards-one__single-icon {
        height: 150px;
    }
    #CIMR {
        width: 120px;
    }
    .border-box2 {
        bottom: 160px;
    }
    .awards-one__single-content h2 {
        font-size: 22px;
    }
    .awards-one__single-content p {
        line-height: 24px;
        font-size: 16px;
        width: 75%;
    }
}

@media (max-width: 900px) {
    /*+++++++++++++++++++++++++++++++++++++++++++
    solutions
    ++++++++++++++++++++++++++++++++++++++++++++*/
    .solutions .solutionCard {
        height: 375px;
    }
    .solutionCard img {
        width: 125%;
    }
    .arrow-circle,
    .arrow-circle-inhover {
        bottom: 10%;
    }
    .solutions {
        gap: 15px;
    }
    .solutionCard .heading {
        top: 5%;
        left: 4%;
        right: 10px;
    }
    .solutionCard:hover .arrow-circle-inhover::after {
        width: 20px;
        top: 36%;
    }
    /*+++++++++++++++++++++++++++++++++++++++++++
    btn home header
    ++++++++++++++++++++++++++++++++++++++++++++*/
    .thm-btn.home {
        border: 1px solid var(--red);
    }
    .thm-btn.home:before {
        display: none;
    }
    .thm-btn.home:after {
        display: none;
    }

    /*+++++++++++++++++++++++++++++++++++++++++++
    our Feed
    ++++++++++++++++++++++++++++++++++++++++++++*/

    /*+++++++++++++++++++++++++++++++++++++++++++
    A propos de nous
    ++++++++++++++++++++++++++++++++++++++++++++*/

    /*+++++++++++++++++++++++++++++++++++++++++++
    services
    ++++++++++++++++++++++++++++++++++++++++++++*/
    .swiper-slide.solutionCard.services {
        flex: 0 0 calc(43.333% - -30px);
        height: 390px;
    }
    .solutionCard.services img {
        width: 118%;
    }
    #whatWeOffre,
    #caseStudies {
        font-size: 25px;
        margin: 0px 10px 10px 0;
    }

    /*+++++++++++++++++++++++++++++++++++++++++++
    methodologie
    ++++++++++++++++++++++++++++++++++++++++++++*/
    .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-pagination-horizontal.swiper-pagination-bullets
        .swiper-pagination-bullet {
        width: 35px;
    }

    /*+++++++++++++++++++++++++++++++++++++++++
    approche section
    +++++++++++++++++++++++++++++++++++++++++++*/

    /*++++++++++++++++++++++++++++++++++++++++++
    What we offre 2
    ++++++++++++++++++++++++++++++++++++++++++*/
    .whatWeOffre .accordion {
        height: auto;
    }
    .whatWeOffre .accordion__item {
        width: 100%;
        height: 60px;
        transition: height 0.5s ease;
    }
    .whatWeOffre .accordion__item,
    .whatWeOffre .accordion__table {
        flex-direction: column;
    }
    .whatWeOffre .accordion__title p {
        transform: rotate(0deg);
        bottom: -40px;
    }
    .whatWeOffre .accordion__item.show {
        height: 487px;
        width: 100%;
    }
    .accordion__content .WWOimageZone {
        bottom: 20px;
        padding: 0px 1.5rem;
    }
    .accordion__content .WWOimageZone img {
        width: 297px;
    }
    .whatWeOffre .accordion__text {
        left: 99%;
        padding: 0;
    }
    .whatWeOffre .accordion__item .shower {
        width: 100%;
        height: 95%;
        background-position-y: -284px;
        opacity: 1;
        transition: opacity 1s ease;
    }
    .whatWeOffre .accordion__item.show .shower {
        opacity: 0;
    }
    .whatWeOffre .accordion__title h2 {
        transform: rotate(360deg);
        top: 46px;
        width: 100%;
    }
    .whatWeOffre .accordion__text .disc,
    .whatWeOffre .accordion__text .titre {
        width: 338px;
    }

    /***
    =============================================
    teamSection
    =============================================
    ***/
    .teamSection .zoneImage img {
        width: 150%;
    }
}

@media (max-width: 700px) {
    /*+++++++++++++++++++++++++++++++++++++++++++
    solutions
    ++++++++++++++++++++++++++++++++++++++++++++*/
    .solutionCard img {
        width: 100%;
        top: -182px;
        position: absolute;
    }
    .solutions {
        flex-direction: column;
    }
    .solutionCard {
        border: 2px solid black;
    }
    .heading_card_sous_Title {
        margin-bottom: 8px;
        margin-right: 20px;
        margin-left: 20px;
    }
    .heading_cardTitle {
        margin-right: 20px;
        margin-left: 20px;
    }
    .solutionCard .content {
        padding: 18px 26px;
        opacity: 1;
        background-color: white;
        color: black;
        width: 90%;
        position: absolute;
        top: 188px;
        height: 145%;
    }
    .solutionCard .heading {
        left: 0%;
        right: 0px;
    }
    .arrow-circle {
        opacity: 0;
    }
    .arrow-circle-inhover {
        opacity: 1;
        color: black;
        margin: 4px 0;
    }

    /*+++++++++++++++++++++++++++++++++++++++++++
    our Feed
    ++++++++++++++++++++++++++++++++++++++++++++*/
    /* .swiper-slide.feed {
        height: 444px;
    } */
    .swiper-slide.feed img {
        width: 100%;
    }

    /*+++++++++++++++++++++++++++++++++++++++++++
    A propos de nous
    ++++++++++++++++++++++++++++++++++++++++++++*/
    .aProposSection {
        flex-direction: column;
    }
    .aProposSection .text {
        width: 100%;
    }
    .aProposSection .numbers {
        width: 100%;
        margin-top: 15px;
    }

    /*+++++++++++++++++++++++++++++++++++++++++++
    Services
    ++++++++++++++++++++++++++++++++++++++++++++*/
    .swiper-container.Allservices .slick-arrow {
        display: block;
    }
    .swiper-slide.solutionCard.services {
        flex: 0 0 calc(100% - 0px);
        height: 439px;
    }
    .swiper-slide.solutionCard {
        justify-content: flex-start;
    }
    .swiper-slide.solutionCard.services img {
        width: 100%;
    }
    .swiper-wrapper.servicesCards.show {
        display: flex;
        flex-wrap: nowrap;
        gap: 0;
    }
    .swiper-slide.solutionCard.services .content {
        position: static;
        margin-left: 20px;
        padding: 0px;
    }
    .swiper-slide.solutionCard.services svg {
        margin-left: 20px;
    }
    .swiper-slide.solutionCard.services .heading {
        background-color: white;
        padding: 20px 0 100px 0;
        color: black;
    }

    /*+++++++++++++++++++++++++++++++++++++++++
    approche section
    +++++++++++++++++++++++++++++++++++++++++++*/
    .approcheSection {
        flex-direction: column-reverse;
    }
    .approcheSection .imageZone {
        width: 100%;
    }
    .approcheSection .contentZone {
        width: 100%;
    }
    .accordion__content .WWOimageZone {
        bottom: 202px;
        padding: 8px;
        top: 0px;
        overflow: hidden;
    }

    .accordion__content .WWOimageZone {
        width: 96%;
        height: 50%;
    }
    .accordion__content .WWOimageZone img {
        width: 100%;
    }
    .whatWeOffre .accordion__text {
        left: 52%;
        top: 392px;
    }
    .whatWeOffre .accordion__title h2 {
        top: 50px;
        line-height: 20px;
        width: 97%;
        font-size: 17px;
    }
    .whatWeOffre .accordion__item.show {
        height: 520px;
    }

    /*+++++++++++++++++++++++++++++++++++++++++
    Solutions
    +++++++++++++++++++++++++++++++++++++++++++*/
    .solutions.Auto {
        flex-direction: column;
    }
    .solutions.Auto .SAContent {
        width: 100%;
    }
    .solutions.Auto .video {
        width: 95%;
    }
    .servicesCards.owl-carousel.owl-loaded.owl-drag.show {
        display: block;
    }

    /***
    =============================================
    teamSection
    =============================================
    ***/
    .teamSection {
        flex-direction: column;
        padding-top: 30px;
    }
    .teamSection .content {
        width: 90%;
        margin: 0;
    }
    .teamSection .zoneImage {
        width: 100%;
    }
}

@media (max-width: 500px) {
    /*+++++++++++++++++++++++++++++++++++++++++++
    solutions
    ++++++++++++++++++++++++++++++++++++++++++++*/
    .solutionCard .content {
        padding: 10px;
        width: 95%;
        top: 179px;
        height: 130px;
    }
    .heading_cardTitle {
        margin-right: 14px;
        margin-left: 14px;
    }

    .solutions {
        margin-top: -122px;
    }
}

/*****
ou expritize
**/

/* Global styles */
:root {
    --primary-blue: #0a2b5c;
    --primary-red: #e4413c;
    --accent-blue: #1e88e5;
    --blue: #69c1bd;
    --light-gray: #f8f9fa;
    --text-dark: #212529;
    --text-gray: #6c757d;
    --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 25px rgba(0, 0, 0, 0.1);
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 12px;
    --transition-fast: 0.2s ease;
    --transition-normal: 0.3s ease;
    --font-primary: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Helvetica, Arial, sans-serif;
}

.expertise-section {
    padding: 120px 0;
    background-color: transparent; /* Removed background color */
    position: relative;
    overflow: hidden;
    font-family: var(--font-primary);
}

.container {
    /* max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px; */
    position: relative;
    z-index: 2;
}

.section-header {
    margin-bottom: 100px;
    position: relative;
    text-align: center;
}

.section-content {
    width: var(--rn-width1);
    margin: 80px auto;
    display: flex;
    justify-content: space-between;
}

.content-label {
    font-family: "PoppinsRegular";
    display: inline-block;
    font-size: 15px;
    letter-spacing: 2.5px;
    color: var(--text-dark);
    margin-bottom: 16px;
    text-transform: uppercase;
    position: relative;
    padding-left: 35px;
}

.content-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 25px;
    height: 3px;
    transform: translateY(-50%);
}

/* version mobile
/* Expertise Section */
/* Expertise  */
.expertise-title {
    font-size: 42px;
    font-family: "PoppinsBold";
    color: var(--primary-red);
    margin: 0;
    line-height: 1.2;
    position: relative;
}

.expertise-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: var(--atirao-dark);
    margin: 20px auto 0;
    border-radius: 2px;
}

.expertise-list {
    display: flex;
    flex-direction: column;
    max-width: 550px;
    width: 45%;
}

.expertise-item {
    display: flex;
    align-items: flex-start;
    padding: 10px;
    background-color: #fff;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    margin: 8px 0;
}

.expertise-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 0;
    background: var(--atirao-accent);
    border-radius: var(--radius-sm);
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.expertise-item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(30, 136, 229, 0.05) 0%,
        rgba(10, 43, 92, 0.02) 100%
    );
    opacity: 0;
    z-index: -1;
    transition: opacity 0.6s ease;
}

.expertise-item:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-8px);
    border-color: rgba(30, 136, 229, 0.1);
}

.expertise-item:hover::before {
    height: 100%;
}

.expertise-item:hover::after {
    opacity: 1;
}

.expertise-item.active {
    background-color: rgba(245, 247, 250, 0.8);
    box-shadow: var(--shadow-md);
    border-color: rgba(30, 136, 229, 0.15);
}

.expertise-item.active::before {
    height: 100%;
}

.expertise-icon-wrapper {
    margin-right: 24px;
    flex-shrink: 0;
}

.icon-container {
    width: 64px;
    height: 64px;
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(
        135deg,
        rgba(30, 136, 229, 0.12) 0%,
        rgba(30, 136, 229, 0.05) 100%
    );
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(30, 136, 229, 0.1);
    backdrop-filter: blur(8px); 
}

.expertise-item:hover .icon-container {
    transform: scale(1.08) rotate(3deg);
    background: linear-gradient(
        135deg,
        rgba(30, 136, 229, 0.18) 0%,
        rgba(30, 136, 229, 0.1) 100%
    );
}

.expertise-icon {
    width: 70%;
    height: 70%;
    object-fit: contain;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.expertise-item:hover .expertise-icon {
    transform: scale(1.15);
}

.expertise-content {
    flex: 1;
}

.expertise-item-title {
    font-family: "PoppinsSemiBold";
    font-size: 24px;
    margin: 0 0 5px 0;
    transition: color 0.4s ease;
    position: relative;
    display: inline-block;
    line-height: 28px;
}

.expertise-item:hover .expertise-item-title {
    color: var(--atirao-accent);
}

.expertise-item-description {
    font-family: "PoppinsRegular";
    font-size: 16px;
    line-height: 1.7;
    color: var(--text-gray);
    margin: 0 0 5px 0;
    transition: color 0.4s ease;
}

.expertise-item:hover .expertise-item-description {
    color: var(--text-dark);
}

.learn-more {
    display: inline-block;
    color: var(--atirao-accent);
    font-size: 14px;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "PoppinsSemiBold";
}

.learn-more::after {
    content: "→";
    margin-left: 8px;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.expertise-item:hover .learn-more::after {
    transform: translateX(8px);
}

.learn-more::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--atirao-accent);
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.expertise-item:hover .learn-more::before {
    width: calc(100% - 25px);
}

.dashboard-illustrations {
    position: relative;
    width: 50%;
    height: 700px;
    margin-top: 10px;
    overflow: hidden;
}

.dashboard-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateY(20px) scale(0.98);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: var(--radius-lg);
    overflow: hidden;
}

#default-dashboard {
    opacity: 1;
    transform: translateY(0) scale(1);
    background: transparent; /* Explicitly setting transparent */
}

.dashboard-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.1)); /* Enhanced shadow */
}

.expertise-item:hover ~ .dashboard-illustrations .dashboard-image img {
    transform: scale(1.05);
}

/* Responsive adjustments mobile quand je clique sur element le dashboard aparet just audesous  */

/* Enhanced Animation Keyframes */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideIn {
    from {
        transform: translateX(70px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        transform: scale(0.9);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* Animation classes */
.fade-in-up {
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.slide-in {
    animation: slideIn 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.zoom-in {
    animation: zoomIn 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

/* Responsive styling */
@media (max-width: 1200px) {
    .expertise-section {
        padding: 100px 0;
    }

    .expertise-title {
        font-size: 38px;
    }

    .section-header {
        margin-bottom: 80px;
    }
}

@media (max-width: 992px) {
    .section-content {
        flex-direction: column;
    }

    .expertise-list {
        width: 100%;
        max-width: 100%;
        order: 2;
    }

    .dashboard-illustrations {
        width: 100%;
        height: 450px;
        margin-bottom: 60px;
        order: 1;
    }

    .expertise-title {
        font-size: 34px;
    }

    .section-header {
        margin-bottom: 60px;
    }
}

@media (max-width: 768px) {
    .expertise-section {
        padding: 80px 0;
    }

    .section-header {
        margin-bottom: 50px;
    }

    .expertise-title {
        font-size: 30px;
    }

    .dashboard-illustrations {
        height: 380px;
    }

    .expertise-item {
        padding: 22px;
    }

    .expertise-item-title {
        font-size: 22px;
    }
}

@media (max-width: 576px) {
    .expertise-section {
        padding: 60px 0;
    }

    .expertise-title {
        font-size: 28px;
    }

    .dashboard-illustrations {
        height: 280px;
        margin-bottom: 40px;
    }

    .expertise-item {
        flex-direction: column;
    }

    .expertise-icon-wrapper {
        margin-right: 0;
        margin-bottom: 18px;
    }

    .expertise-item-title {
        font-size: 20px;
    }

    .section-header {
        margin-bottom: 40px;
    }
}
