footer .shape1Footer {
    position: absolute;
    right: 90%;
    bottom: 10px;
    width: max-content;
    filter: blur(250px);
    opacity: 0.8;
}

footer .shape1Footer img, footer .shape2Footer img {
    animation: 9s linear 0s infinite normal none running spinner;
}

@keyframes spinner {
    100% {
        transform: rotateZ(360deg);
    }
}

footer .shape2Footer {
    position: absolute;
    left: 91%;
    bottom: -131px;
    width: max-content;
    filter: blur(250px);
    opacity: 0.8;
    transform: rotate(-123deg);
}

footer {
    overflow: hidden;
    background: #0E0F11;
    border-radius: 40px 40px 0 0;
}


footer .arrowCta {
    height: 136px;
    width: 136px;
    stroke: white;
    fill: transparent;
}

footer .arrowCta path {
    transition: all .2s;
}

footer .arrowCta:hover path {
    height: 136px;
    width: 136px;
    stroke: white;
    fill: white;
}

footer .iconUrl {
    color: white;
    transition: all .2s
}

footer .iconUrl:hover {
    color: #5D23FF;
}

footer .bottomFooter {
    border-top: 1px solid rgba(255, 255, 255, 0.1)
}

footer .titleLinkFooter {
    font-size: 100px;
    color: white;
    line-height: 1.2;
}

footer .underlineEffect {
    color: white;
    font-size: 34px;
}

footer .underlineEffect:hover {

    color: white;
}

footer .underlineEffect::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 0%;
    background: white;
    bottom: 0;
    left:0;
    transition: all .4s ease-in-out;
}

footer .underlineEffect:hover::before {
    width: 100%;
}

@media screen and (max-width: 767px) {
    footer .underlineEffect {
        font-size: 22px;
    }

    footer .titleLinkFooter {
        font-size: 24px;
    }

    footer .arrowCta {
        height: 60px;
        width: 60px;
    }
}

nav {

    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}


.menuListBurger {
    display: none;
}

.menuLayer {
    display: none;
}

@media screen and (max-width: 991px) {
    .navbar {
        height: 40px;
        width: 40px;
    }

    .menuLayer {
        display: block;
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 998;
        height: 100%;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease;
    }

    .menuLayer.active {
        opacity: 1;
        visibility: visible;
    }

    .menuListBurger {
        z-index: 999;
        background-color: rgba(10, 13, 31);
        height: 100%;
        max-width: 260px;
        width: 100%;
        top: 0;
        left: -260px; /* Hors de l'écran au début */
        position: fixed;
        display: flex;
        justify-content: center;
        border-right: 1px solid rgb(35, 45, 107);
        transition: left 0.3s ease; /* Animation slide */
    }

    .menuListBurger.active {
        left: 0; /* Menu entre */
    }


    .menuListBurger ul {
        width: 100%;
        padding-left: 25px!important;
        display: flex;
        flex-direction: column;
        align-items: start;
        list-style-type: none;
    }

    .menuListBurger ul li {
        font-size: 20px;
        font-weight: 700;
        padding: 5px 0;
    }

    .menuListBurger ul li.active {
        color: white
    }

    .closeMenu {
        top: 15px;
        right: 15px;
        position: absolute;
    }

    .closeMenu:hover {
        color: white;
    }



}


.logoNav {
    max-width: 190px;
    height: auto;
    width: 100%;
}

.navbar {
    border: 1px solid rgb(35, 45, 107);
    backdrop-filter: blur(10px);
    background-color: rgba(10, 13, 31, 0.8);
    border-radius: 100px;
    opacity: 1;
    padding: 5px;
}




.navbar ul {
    display: flex;
    align-items: center;
    gap: 5px;
    list-style-type: none;
}

.navbar ul li {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 2px;
    height: min-content;
    justify-content: center;
    overflow: visible;
    padding: 12px 16px;
    position: relative;
    text-decoration: none;
    width: min-content;
    font-weight: 700;
    transition: all .2s;
    border: 1px solid transparent;
    background-color: transparent;
    border-radius: 100px;
}

.navbar ul li:hover {
    color : #3C6DF9;
}

.navbar ul li.active{
    color: white;
    border: 1px solid rgb(31, 39, 95);
    background-color: rgb(19, 24, 57);
    border-radius: 100px;
    opacity: 1;
}

.bgLight {
    background: #3C6DF9;
}

* {
    position: relative;
}


.filterPrimary {
    position: relative;
}

.filterPrimary::before {
    height: 100%;
    width: 100%;
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgba(72, 21, 218, 0.57);
}


.bgRound {
    background: url("../imgs/image-transition-rond.webp");
    background-repeat: no-repeat;
    background-size: 40% auto; /* largeur auto, hauteur 100% */
    background-position: top;
}


.bgLosange {
    background: url("../imgs/image-transition-losange.webp");
    background-repeat: no-repeat;
    background-size: 40% auto; /* largeur auto, hauteur 100% */
    background-position: top;
}


body {
    font-family: "Rethink Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    background: #00030B;
    color: #A7ADBE;
    font-size: 18px;
}

.blogCard {
    border: 1px solid rgb(14, 18, 46);
    background: rgb(0, 3, 25);
    border-radius: 24px;
    transform: translateY(0px);
    transition: all .2s;
}

.blogCard:hover {
    border-color: rgb(19, 24, 57);
    background: rgb(0, 5, 41);
    transform: translateY(-10px);
}

.blogCard .patch, .blogWrapper .patch {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background-color: rgba(255, 255, 255, 0.07);
    border-radius: 100px;
    opacity: 1;
    padding: 4px 12px;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: rgb(204, 215, 255);
}

.blogCard .date, .blogWrapper .date {
    color: rgb(109, 119, 146);
    font-size: 16px;
}

.blogCard h2 {
    font-size: 20px;
    font-weight: 600;
}

.blogCard .link {
    font-size: 17px;
    font-weight: 500;
    color: rgb(109, 119, 146);
    transition: all .2s;
}

.blogCard .link:hover {
    color: #A7ADBE;
}

.blogCard .imgBox {
    border-top: rgba(255, 255, 255, 0.14) 1px solid;
    background: linear-gradient(180deg, #182043 0%, rgba(0, 3, 25, 1) 100%);
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px -2px 6px 0px;
    padding: 6px;
}
.servicesPanelBox a {
    height: 45px;
    padding: 15px
}

.accordion {
    cursor: pointer;
    padding: 10px 15px;
    text-align: left;
    transition: 0.2s;
    border: 1px solid rgb(19, 24, 57);
    background: rgb(0, 4, 31);
    border-radius: 16px;
}

.accordion.active, .accordion:hover {
    border-color: rgb(19, 24, 57);
    background: rgb(0, 5, 41);
}

.accordion .activeBtn {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.2s;
    transform: rotate(0deg);
    border-color: rgb(22, 28, 68);
    background: rgb(14, 18, 46);
    color: white;
    margin-left: 15px;
}

.accordion .activeBtn svg {

    transform: translate(-1px, -1px);
}

.accordion.active .activeBtn {
    transform: rotate(45deg)
}

.accordion .activeBtn:hover {
    background: #3C6DF9;
    color: white;
}

.accordion .question {
    font-size: 18px;
    font-weight: 600;
    background: transparent;
    padding: 0;
    margin: 0;
    border: none;
    color: white
}

.accordion .answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}


.bento {
    border-radius: 16px;
}

.small {
    font-size: 14px;
}

.pPrimary {
    padding: 100px 0;
}


.g30 {
    row-gap: 30px
}

.stepCard {
    background: #01071F;
    overflow: hidden;
    border: 1px solid rgb(20, 19, 57);
    border-radius: 20px;
    position: relative;
    z-index: 1;
    transition: .2s all;
    height: 100%;
    transform: translateY(0px);
}

.stepCard:hover {
    transform: translateY(-10px);
    background-color: rgb(0, 5, 41);
}

.stepCard::before {
    position: absolute;
    z-index: 2;
    content: '';
    display: block;
    background-image: linear-gradient(to right, rgb(20, 19, 57) 1px, transparent 1px), /* Lignes verticales */ linear-gradient(to bottom, rgb(20, 19, 57) 1px, transparent 1px); /* Lignes horizontales */
    background-size: 21px 21px; /* Taille du carré : 50px x 50px */
    background-repeat: repeat; /* Répéter le motif */
    background-position: top -1px right;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.stepCard::after {
    position: absolute;
    z-index: 3;
    content: '';
    display: block;
    background: rgb(1, 7, 31);
    background: linear-gradient(17deg, rgba(1, 7, 31, 1) 46%, rgba(1, 7, 31, 0) 100%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.stepCard > * {
    position: relative;
    z-index: 4;
}

.stepCard .iconBox {
    height: 50px;
    width: 50px;
    border-radius: 10px;
    overflow: hidden;
}

h3 {
    color: white;
    font-size: 18px;
    font-weight: 500;
}

.aboutBox1 .aboutBox {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    background: #00030B;
    max-width: 60%;
    width: 100%;
    border-radius: 16px;
}

.bubbleIcon {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #2356ff;
    color: white;
}

.smallTitle {
    font-size: 36px;
    font-weight: 700;
    color: white;
    line-height: 1.2;
}

.descTitle {
    font-size: 18px;
}

.upTitle {
    border-bottom-width: 1px;
    border-color: #161c44;
    border-left-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    border-top-width: 1px;
    align-content: center;
    align-items: center;
    background-color: #000529;
    border-radius: 100px;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    height: min-content;
    justify-content: center;
    overflow: visible;
    padding: 8px 12px;
    position: relative;
    width: min-content;
    font-weight: 500;
    line-height: 150%;
    color: rgb(204, 215, 255);
    text-wrap: nowrap;
}

.progressScroll {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 8px;
    background: #3C6DF9;
    z-index: 999;
}

h2, .title {
    font-size: 42px;
    font-weight: 700;
    color: white;
}

.text-justify {
    text-align: justify;
}

a, a:hover {
    text-decoration: none;
    color: inherit;
}

header {
    min-height: 80vh;
    padding-top: 204px!important;
    width: 100%;
    background: url("../imgs/header.webp");
    background-size: cover;
    background-position: center
}

header .container > * {
    z-index: 3;
}

header .gradientHeader {
    background: rgb(0, 3, 11);
    background: linear-gradient(0deg, rgba(0, 3, 11, 1) 23%, rgba(0, 3, 11, 0) 100%);
    height: 50px;
    width: 100%;
}

.colorPrimary {
    color: #2356ff
}

h1 {
    font-size: 58px;
    font-weight: bold;
    color: white;
}

.btnTheme {
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 6px;
    height: 55px;
    padding: 0 25px;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: white;
    border-radius: 100px;
    overflow: hidden;
    z-index: 0;
    background: none;
    border: none;
}

.btnTheme:hover {
    color: white
}

/* Pseudo-élément de transition */
.btnTheme::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -2;
    transition: opacity 0.2s ease-in-out;
    opacity: 1;
}

/* Couche du hover */
.btnTheme::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    transition: opacity 0.2s ease-in-out;
    opacity: 0;
}

/* Primary */
.btnTheme.primary::before {
    background: linear-gradient(rgb(92, 128, 255) 0%, #3463FF 100%);
}

.btnTheme.primary::after {
    background: linear-gradient(rgb(53, 100, 255) 0%, rgb(12, 67, 250) 100%);
}

.btnTheme.primary:hover::after {
    opacity: 1;
}

/* Secondary */
.btnTheme.secondary::before {
    background: linear-gradient(#21c5a5 0%, #36CCA9 100%);
}

.btnTheme.secondary::after {
    background: linear-gradient(#1abc75 0%, #36CC86 100%);
}

.btnTheme.secondary:hover::after {
    opacity: 1;
}

/* Third */
.btnTheme.third::before {
    background: linear-gradient(#4815da 0%, #5323D7 100%);
}

.btnTheme.third::after {
    background: linear-gradient(#5719ff 0%, #5D23FF 100%);
}

.btnTheme.third:hover::after {
    opacity: 1;
}

/* Four */
.btnTheme.four {
    border: 1px solid     rgb(22, 28, 68)
}

.btnTheme.four::before {
    background: radial-gradient(100% 100% at 50% 100%, rgb(16, 22, 54) 14.3842%, rgb(12, 16, 39) 100%)
}

.btnTheme.four::after {
    background: radial-gradient(100% 100% at 50% 100%, rgb(28, 33, 61) 14.3842%, rgb(17, 23, 59) 100%)
}

.btnTheme.four:hover::after {
    opacity: 1;
}


.infoAlert {
    background: rgba(255, 255, 255, 0);
    webkit-box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.33);
    backdrop-filter: blur(18.2px);
    -webkit-backdrop-filter: blur(18.2px);
    height: 42px;
    padding: 5px 11px 5px 20px;
    border-radius: 21px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s all;
rgba(255, 255, 255, .1)
}

.infoAlert:hover {
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

.infoAlert .alertBtn {
    width: 44px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
    background: #2356ff;
    border-radius: 40px;
    color: white;
}

.projectsWrapper img {
    border-radius: 10px;
}


.projectsWrapper > .container {
    position: relative;
    overflow: hidden;
}

.projectsSlide {
    position: relative;
}

.projectsSlide:before {
    height: 100%;
    width: 150px;
    background: rgb(0, 3, 11);
    background: linear-gradient(90deg, rgba(0, 3, 11, 1) 40%, rgba(0, 3, 11, 0) 100%);
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    z-index: 3;
}

.projectsSlide:after {
    height: 100%;
    width: 150px;
    background: rgb(0, 3, 11);
    background: linear-gradient(270deg, rgba(0, 3, 11, 1) 40%, rgba(0, 3, 11, 0) 100%);
    content: '';
    position: absolute;
    top: 0;
    right: -15px;
    z-index: 3;
}

.projectsWrapper .desc {
    font-size: 13px;
    margin-left: 10px;
    margin-right: 10px;
    color: rgb(109, 119, 146);
    font-family: "IBM Plex Mono", monospace;
}

.projectsWrapper .cardProject {
    padding: 5px;
    margin-left: 10px;
    margin-right: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(180deg, #182043 0%, rgba(0, 3, 25, 1) 100%);
    border-radius: 16px;
    opacity: 1;
}

.mainReal {
    padding: 5px;
    border-top: 1px solid #131839;
    border-left: 1px solid #131839;
    border-right: 1px solid #131839;
    background: #0a0c1e;
    border-radius: 30px;
    opacity: 1;
}

.mainReal a {
    overflow: hidden;
    border-radius: 25px;
}

.mainReal a .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    z-index: 2;
    transition: .2s all
}

.mainReal a:hover .overlay {
    background: rgba(0, 0, 0, 0.47);
}

.mainReal {
    padding: 5px;
    border-top: 1px solid #131839;
    border-left: 1px solid #131839;
    border-right: 1px solid #131839;
    background: #0a0c1e;
    border-radius: 30px;
    opacity: 1;
}

.aboutBox1 a {
    overflow: hidden;
    border-radius: 25px;
}

.aboutBox1 a .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    z-index: 2;
    transition: .2s all
}

.aboutBox1 a:hover .overlay {
    background: rgba(0, 0, 0, 0.47);
}

.seeVideo {
    background-color: white;
    height: 43px;
    padding: 0 13px;
    color: rgb(0, 5, 41);
    font-weight: 600;
    opacity: 1;
    border-radius: 100px;
}

.marquee1 {
    animation: 25s marquee1 linear infinite;
}

.topAlert {
    width: 100%;
    z-index: 10;
    transform: translateY(0);
    transition: transform .4s ease-out;
}

.topAlert a {
    text-decoration: underline !important;
}

.topAlert.close {
    transform: translateY(-100%);
}

.g60 {
    row-gap: 60px;
}

.topAlert .closeBtn {
    position: absolute;
    right: 21.5px;
    top: 21.5px;
    transform: translate(50%, -50%);
    color: rgba(255, 255, 255, 0.63);
    transition: .2s all;
    cursor: pointer;
}

.topAlert .closeBtn:hover {
    color: rgba(255, 255, 255, 1);
}

.form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #131839;
    border-radius: 0;
    padding: 15px 0;
    color: white;
}

.form-control:focus {
    color: white;
    background-color: transparent;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}

.form-control::placeholder {
    color: #A7ADBE;
}

.moreLinkFooter {
    transition: all .2s;
}

.moreLinkFooter:hover {
    color: white;
}

.stepCard .link  {
    color: #0a53be;
}



@keyframes marquee1 {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0%);
    }
}

.marquee2 {
    animation: 25s marquee2 linear infinite;
}

@keyframes marquee2 {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(100%);
    }
}

@media screen and (max-width: 991px) {
    .g30, .g60 {
        row-gap: 15px;
    }
    nav {
        backdrop-filter: blur(10px);
        background-color: rgba(10, 13, 31, 0.8);
        opacity: 1;
        border-bottom: 1px solid rgb(35, 45, 107);
    }
}


@media screen and (max-width: 575px) {
    .aboutBox1 .aboutBox {
        max-width: 100%;
        width: calc(100% - 40px);
    }
}




@media screen and (max-width: 575px) {
    h1 {
        font-size: 34px;
    }

    body {
        font-size: 16px;
    }
}


@media screen and (min-width: 1399px) {
    .container:not(.navigationBar) {
        max-width: 1170px;
    }
}



.personBox {
    background: #00041F;
    border: 1px solid rgb(20, 19, 57);
    border-radius: 20px;
    padding: 10px;
    padding-right: 15px;
    transition: all .2s;
}

.personBox:hover {
    transform: translateY(-10px);
}

.personBox img {
    border-radius: 10px;
}

.resultBox {
    background-image: url("../imgs/prestabg.webp");
    background-size: cover;
    background-position: top center;
    height: 200px;
    border: 1px solid rgb(20, 19, 57);
    border-radius: 20px;
    padding: 10px;
    padding-right: 15px;
    transition: all .2s;
}

.resultBox:hover {
    transform: translateY(-10px);
}

.servicesPanelBox {
    background: #00041F;
    border: 1px solid rgb(20, 19, 57);
    border-radius: 20px;
    padding: 10px;
    padding-right: 15px;
    transition: all .2s;
}

.bgRound.bread {
    background-position: center;
}

.g15 {
    gap: 15px
}

.avisBox {
    margin-left: auto;
    margin-right: auto;
    max-width: 991px;
    background: green;
    border-radius: 20px;
    border: 1px solid rgb(20, 19, 57);
}

.g10 {
    gap: 10px
}

.owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    gap: 5px
}

.owl-dots .owl-dot {
    height: 10px!important;
    width: 10px!important;
    background: rgb(22, 28, 68)!important;
    display: block!important;
    border-radius: 5px;
    transition: all .2s
}

.owl-dots .owl-dot:hover {
    background: #5D23FF!important;
}

.owl-dots .owl-dot.active {
    width: 20px!important;
    background: #5D23FF!important;
}
.g10 {
    gap: 10px;
}

.g15 {
    row-gap: 15px
}

ul.breadList {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

ul.breadList li {
    line-height: 1;
}


.bgShape {
    background-image: url("../imgs/fond-other-page.webp");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.sectionBread {
    padding-top: 200px !important;
}
@media screen and (max-width: 767px) {
    .topAlert {
        font-size: 12px;
    }

    .projectsWrapper img {
        height: 190px;
        width: auto;
    }

    .bgRound, .bgLosange {
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: top;
    }

    .accordion .question {
        text-align: left;
    }

    h2 {
        font-size: 32px;
    }

    .pPrimary {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .bgShape {
        background-size: auto 100%
    }
}

.customRadio input {
    display: none;
}

.customRadio label {
    display: block;
}

.customRadio .radioBox {
    border-radius: 15px;
    border: 1px solid #353639;
    transition: .2s all;
    cursor: pointer
}

.customRadio input[type="radio"]:checked ~ label .radioBox {
    border: 1px solid white;
}


.customRadio .iconBox {
    height: 40px;
    width: 40px;
    border: 1px solid #A7ADBE;
    border-radius: 10px;
}

@media screen and (min-width: 992px){
    .bgContact {
        height: 700px;
    }
}


.bgContact {
    min-height: 400px;
    overflow: hidden;
    border-radius: 16px;
}

.bgContact .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.personBox {
    background: #00041F;
    border: 1px solid rgb(20, 19, 57);
    border-radius: 20px;
    padding: 10px;
    padding-right: 15px;
    transition: all .2s;
}

.personBox:hover {
    transform: translateY(-10px);
}

.personBox img {
    border-radius: 10px;
}

.resultBox {
    background-image: url("prestabg.webp");
    background-size: cover;
    background-position: top center;
    height: 200px;
    border: 1px solid rgb(20, 19, 57);
    border-radius: 20px;
    padding: 10px;
    padding-right: 15px;
    transition: all .2s;
}

.resultBox:hover {
    transform: translateY(-10px);
}

.servicesPanelBox {
    background: #00041F;
    border: 1px solid rgb(20, 19, 57);
    border-radius: 20px;
    padding: 10px;
    padding-right: 15px;
    transition: all .2s;
}

.g15 {
    gap: 15px
}

.avisBox {
    margin-left: auto;
    margin-right: auto;
    max-width: 991px;
    background: green;
    border-radius: 20px;
    border: 1px solid rgb(20, 19, 57);
}

.g10 {
    gap: 10px
}

.owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    gap: 5px
}

.owl-dots .owl-dot {
    height: 10px!important;
    width: 10px!important;
    background: rgb(22, 28, 68)!important;
    display: block!important;
    border-radius: 5px;
    transition: all .2s
}

.owl-dots .owl-dot:hover {
    background: #5D23FF!important;
}

.owl-dots .owl-dot.active {
    width: 20px!important;
    background: #5D23FF!important;
}

.atoutServiceBox {
    background: #00020F;
    border-radius: 20px;
    border: 1px solid rgb(14, 18, 46);

}

.atoutServiceBox h2 {
    font-size: 20px;
}

.atoutServiceBox .iconBox {
    position: absolute;
    top: 0;
    left: 1.5rem!important;
    transform: translateY(-50%);
}





.progressService {
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #0a0c1e;
    z-index: 10;
}

.progressBarService {
    position: absolute;
    top: 0; /* ✅ barre remplit du haut */
    left: 0;
    width: 100%;
    height: 0%;
    background: #f39c12;
    transition: height 0.2s ease-out;
}

.mainReal img.bento {
    border-radius: 25px;
}

.cardServiceAtoutBox {
    border:1px solid rgb(12, 15, 38);
    background: linear-gradient(180deg, rgba(0, 2, 15, 0) 0%, rgb(0, 4, 31) 100%);
    border-radius: 20px;
}

.cardServiceAtoutBox h4 {
    font-size: 20px;
}

.progressSectionBar {
    height: 100%;
    width: 3px;
    background: #00041F;
    position: relative;
}
.progressSectionBar .progressFill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: #5D23FF;
    transition: height 0.05s linear;
}

.gr15 {
    row-gap: 15px;
}
