.elementor-903 .elementor-element.elementor-element-85ee071{padding:100px 0px 30px 0px;}/* Start custom CSS for html, class: .elementor-element-4122d92 *//* =========================================================
   MMB TECHNOLOGIES
   NOS RÉALISATIONS
   PREMIUM PORTFOLIO DESIGN
   ========================================================= */

.mmb-projects {

    --mmb-blue: #213666;
    --mmb-sky: #17a3de;
    --mmb-black: #111111;
    --mmb-white: #ffffff;

    width: 100%;

    padding: 100px 20px;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 10% 5%,
            rgba(23,163,222,.08),
            transparent 28%
        ),
        radial-gradient(
            circle at 90% 25%,
            rgba(33,54,102,.07),
            transparent 30%
        ),
        #ffffff;

    color: var(--mmb-black);

    font-family:
        Arial,
        Helvetica,
        sans-serif;

}


.mmb-projects *,
.mmb-projects *::before,
.mmb-projects *::after {

    box-sizing: border-box;

}


.mmb-projects-container {

    width: 100%;

    max-width: 1240px;

    margin: auto;

}


/* =========================================================
   HERO
   ========================================================= */

.mmb-projects-hero {

    max-width: 950px;

    margin:
        0 auto 120px;

    text-align: center;

}


.mmb-projects-badge {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    padding: 9px 18px;

    margin-bottom: 30px;

    border:
        1px solid
        rgba(23,163,222,.25);

    border-radius: 50px;

    background:
        rgba(23,163,222,.06);

    color:
        var(--mmb-blue);

    font-size: 13px;

    font-weight: 700;

    letter-spacing: .5px;

}


.mmb-projects-badge span {

    width: 8px;
    height: 8px;

    border-radius: 50%;

    background:
        var(--mmb-sky);

    box-shadow:
        0 0 0 6px
        rgba(23,163,222,.10);

}


.mmb-projects-hero h1 {

    margin: 0 0 25px;

    color:
        var(--mmb-blue);

    font-size:
        clamp(45px,6vw,72px);

    line-height: 1.05;

    letter-spacing: -2.5px;

}


.mmb-projects-hero h1 strong {

    background:
        linear-gradient(
            90deg,
            var(--mmb-blue),
            var(--mmb-sky)
        );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}


.mmb-projects-line {

    width: 80px;
    height: 4px;

    margin:
        0 auto 30px;

    border-radius: 20px;

    background:
        linear-gradient(
            90deg,
            var(--mmb-blue),
            var(--mmb-sky)
        );

}


.mmb-projects-hero h2 {

    margin-bottom: 30px;

    color:
        var(--mmb-blue);

    font-size:
        clamp(24px,3vw,36px);

    line-height: 1.35;

}


.mmb-projects-hero p {

    max-width: 900px;

    margin:
        0 auto 20px;

    color:
        #222;

    font-size: 17px;

    line-height: 1.85;

}


.mmb-projects strong {

    color:
        var(--mmb-blue);

}


/* =========================================================
   WORKIOR FEATURE
   ========================================================= */

.mmb-project-feature {

    display: grid;

    grid-template-columns:
        .9fr 1.1fr;

    gap: 80px;

    align-items: center;

    margin-bottom: 120px;

    padding: 70px;

    border-radius: 35px;

    background:
        linear-gradient(
            135deg,
            #f3f9fc,
            #ffffff
        );

    border:
        1px solid
        rgba(33,54,102,.08);

    box-shadow:
        0 25px 70px
        rgba(33,54,102,.07);

}


/* =========================================================
   WORKIOR VISUAL
   ========================================================= */

.mmb-project-feature-visual {

    min-height: 450px;

    position: relative;

    display: flex;

    align-items: center;
    justify-content: center;

}


.mmb-project-glow {

    position: absolute;

    width: 340px;
    height: 340px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(23,163,222,.18),
            transparent 70%
        );

    animation:
        mmbGlow 4s ease-in-out infinite;

}


@keyframes mmbGlow {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

}


.mmb-project-logo {

    position: relative;

    z-index: 3;

    width: 270px;
    height: 270px;

    display: flex;

    flex-direction: column;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background:
        linear-gradient(
            135deg,
            var(--mmb-blue),
            var(--mmb-sky)
        );

    color:
        #ffffff;

    box-shadow:
        0 30px 70px
        rgba(33,54,102,.25);

}


.mmb-project-logo span {

    font-size: 55px;

    margin-bottom: 8px;

}


.mmb-project-logo strong {

    color: #ffffff;

    font-size: 34px;

    letter-spacing: 2px;

}


.mmb-project-logo small {

    margin-top: 5px;

    color:
        rgba(255,255,255,.85);

    font-size: 10px;

    letter-spacing: 2px;

}


.mmb-project-floating-card {

    position: absolute;

    z-index: 5;

    padding: 13px 17px;

    border-radius: 14px;

    background:
        #ffffff;

    box-shadow:
        0 15px 35px
        rgba(33,54,102,.13);

    color:
        var(--mmb-blue);

    font-size: 13px;

    font-weight: 700;

}


.mmb-project-floating-card span {

    color:
        var(--mmb-sky);

    margin-right: 5px;

}


.card-one {

    top: 45px;
    left: 15px;

}


.card-two {

    right: 0;
    top: 150px;

}


.card-three {

    bottom: 60px;
    left: 30px;

}


/* =========================================================
   WORKIOR CONTENT
   ========================================================= */

.mmb-project-section-label {

    display: inline-block;

    margin-bottom: 15px;

    color:
        var(--mmb-sky);

    font-size: 13px;

    font-weight: 800;

    text-transform: uppercase;

    letter-spacing: 1.4px;

}


.mmb-project-feature-content h2 {

    margin:
        0 0 25px;

    color:
        var(--mmb-blue);

    font-size:
        clamp(32px,4vw,48px);

    line-height: 1.15;

}


.mmb-project-feature-content h2 span {

    display: block;

    background:
        linear-gradient(
            90deg,
            var(--mmb-blue),
            var(--mmb-sky)
        );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}


.mmb-project-feature-content p {

    color: #222;

    font-size: 16px;

    line-height: 1.8;

}


.mmb-project-feature-content h3 {

    margin:
        30px 0 18px;

    color:
        var(--mmb-blue);

    font-size: 19px;

}


.mmb-project-check-list {

    display: grid;

    grid-template-columns:
        repeat(2,1fr);

    gap: 10px;

}


.mmb-project-check-list div {

    padding: 12px 14px;

    border-radius: 12px;

    background:
        #ffffff;

    border:
        1px solid
        rgba(33,54,102,.07);

    color: #333;

    font-size: 13px;

}


.mmb-project-check-list span {

    color:
        var(--mmb-sky);

    font-weight: 900;

    margin-right: 5px;

}


.mmb-project-result {

    margin-top: 25px;

    padding: 20px;

    border-left:
        4px solid
        var(--mmb-sky);

    border-radius:
        0 15px 15px 0;

    background:
        rgba(23,163,222,.06);

    color:
        #333;

    font-size: 14px;

    line-height: 1.7;

}


.mmb-project-button {

    display: inline-flex;

    align-items: center;

    gap: 12px;

    margin-top: 25px;

    padding:
        15px 25px;

    border-radius: 50px;

    background:
        linear-gradient(
            90deg,
            var(--mmb-blue),
            var(--mmb-sky)
        );

    color:
        #ffffff !important;

    text-decoration: none !important;

    font-size: 14px;

    font-weight: 800;

    box-shadow:
        0 12px 30px
        rgba(33,54,102,.18);

    transition:
        transform .3s ease,
        box-shadow .3s ease;

}


.mmb-project-button span {

    transition:
        transform .3s ease;

}


.mmb-project-button:hover {

    transform:
        translateY(-4px);

    box-shadow:
        0 18px 40px
        rgba(33,54,102,.25);

}


.mmb-project-button:hover span {

    transform:
        translateX(5px);

}


/* =========================================================
   GENERAL SECTION
   ========================================================= */

.mmb-project-section {

    margin-bottom: 120px;

}


.mmb-project-heading {

    max-width: 900px;

    margin:
        0 auto 55px;

    text-align: center;

}


.mmb-project-heading.center {

    text-align: center;

}


.mmb-project-heading > span {

    display: inline-block;

    margin-bottom: 15px;

    color:
        var(--mmb-sky);

    font-size: 13px;

    font-weight: 800;

    text-transform: uppercase;

    letter-spacing: 1.4px;

}


.mmb-project-heading h2 {

    margin:
        0 0 20px;

    color:
        var(--mmb-blue);

    font-size:
        clamp(32px,4vw,50px);

    line-height: 1.15;

    letter-spacing: -1px;

}


.mmb-project-heading h2 strong {

    display: block;

    background:
        linear-gradient(
            90deg,
            var(--mmb-blue),
            var(--mmb-sky)
        );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}


.mmb-project-heading p {

    color:
        #333;

    font-size: 16px;

    line-height: 1.8;

}


/* =========================================================
   WEBSITE SERVICES
   ========================================================= */

.mmb-project-services-grid {

    display: grid;

    grid-template-columns:
        repeat(4,1fr);

    gap: 18px;

}


.mmb-project-service-card {

    min-height: 180px;

    display: flex;

    flex-direction: column;

    align-items: center;
    justify-content: center;

    padding: 25px;

    text-align: center;

    border:
        1px solid
        rgba(33,54,102,.08);

    border-radius: 22px;

    background:
        #ffffff;

    box-shadow:
        0 12px 35px
        rgba(33,54,102,.05);

    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;

}


.mmb-project-service-card:hover {

    transform:
        translateY(-7px);

    border-color:
        rgba(23,163,222,.3);

    box-shadow:
        0 22px 50px
        rgba(33,54,102,.12);

}


.mmb-project-service-icon {

    width: 60px;
    height: 60px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 18px;

    border-radius: 17px;

    background:
        rgba(23,163,222,.08);

    font-size: 28px;

}


.mmb-project-service-card strong {

    color:
        var(--mmb-blue);

    font-size: 15px;

    line-height: 1.5;

}


.mmb-project-info {

    max-width: 800px;

    margin:
        35px auto 0;

    padding: 20px;

    text-align: center;

    border-radius: 17px;

    background:
        linear-gradient(
            135deg,
            rgba(33,54,102,.04),
            rgba(23,163,222,.07)
        );

    color:
        #333;

    font-size: 15px;

    line-height: 1.7;

}


/* =========================================================
   CUSTOM SOLUTIONS
   ========================================================= */

.mmb-custom-solutions {

    display: grid;

    grid-template-columns:
        .8fr 1.2fr;

    gap: 90px;

    align-items: center;

    margin-bottom: 120px;

    padding:
        80px 70px;

    border-radius: 35px;

    background:
        #f6fafc;

}


.mmb-custom-visual {

    min-height: 400px;

    position: relative;

    display: flex;

    align-items: center;
    justify-content: center;

}


.mmb-custom-orbit {

    position: absolute;

    border:
        1px solid
        rgba(23,163,222,.2);

    border-radius: 50%;

}


.orbit-a {

    width: 270px;
    height: 270px;

    animation:
        mmbOrbit 15s linear infinite;

}


.orbit-b {

    width: 360px;
    height: 360px;

    border-color:
        rgba(33,54,102,.1);

    animation:
        mmbOrbitReverse 20s linear infinite;

}


@keyframes mmbOrbit {

    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }

}


@keyframes mmbOrbitReverse {

    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0);
    }

}


.mmb-custom-center {

    position: relative;

    z-index: 3;

    width: 170px;
    height: 170px;

    display: flex;

    flex-direction: column;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background:
        linear-gradient(
            135deg,
            var(--mmb-blue),
            var(--mmb-sky)
        );

    color:
        #ffffff;

    text-align: center;

    box-shadow:
        0 25px 60px
        rgba(33,54,102,.22);

}


.mmb-custom-center span {

    font-size: 35px;

    margin-bottom: 7px;

}


.mmb-custom-center strong {

    color:
        #ffffff;

    font-size: 17px;

    line-height: 1.2;

    letter-spacing: 2px;

}


.mmb-custom-content h2 {

    margin:
        0 0 25px;

    color:
        var(--mmb-blue);

    font-size:
        clamp(32px,4vw,47px);

    line-height: 1.15;

}


.mmb-custom-content h2 span {

    display: block;

    background:
        linear-gradient(
            90deg,
            var(--mmb-blue),
            var(--mmb-sky)
        );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}


.mmb-custom-content p {

    color:
        #222;

    font-size: 16px;

    line-height: 1.8;

}


.mmb-custom-content h3 {

    margin:
        30px 0 20px;

    color:
        var(--mmb-blue);

}


.mmb-custom-list {

    display: grid;

    grid-template-columns:
        repeat(2,1fr);

    gap: 10px;

}


.mmb-custom-list div {

    padding:
        11px 14px;

    border-radius: 11px;

    background:
        #ffffff;

    border:
        1px solid
        rgba(33,54,102,.07);

    color:
        #333;

    font-size: 13px;

}


.mmb-custom-list div::first-letter {

    color:
        var(--mmb-sky);

}


.mmb-custom-approach {

    margin-top: 25px;

    padding: 20px;

    border-left:
        4px solid
        var(--mmb-sky);

    border-radius:
        0 15px 15px 0;

    background:
        rgba(23,163,222,.06);

    color:
        #333;

    font-size: 14px;

    line-height: 1.7;

}


/* =========================================================
   MARKETING
   ========================================================= */

.mmb-marketing-projects {

    padding:
        70px 50px;

    border-radius: 35px;

    background:
        linear-gradient(
            135deg,
            #f5fafc,
            #ffffff
        );

}


.mmb-marketing-grid {

    display: grid;

    grid-template-columns:
        repeat(4,1fr);

    gap: 18px;

}


.mmb-marketing-item {

    min-height: 130px;

    padding: 22px;

    border-radius: 20px;

    background:
        #ffffff;

    border:
        1px solid
        rgba(33,54,102,.08);

    box-shadow:
        0 10px 30px
        rgba(33,54,102,.05);

    transition:
        transform .3s ease,
        box-shadow .3s ease;

}


.mmb-marketing-item:hover {

    transform:
        translateY(-6px);

    box-shadow:
        0 20px 45px
        rgba(33,54,102,.11);

}


.mmb-marketing-item span {

    display: block;

    margin-bottom: 12px;

    color:
        var(--mmb-sky);

    font-size: 12px;

    font-weight: 800;

}


.mmb-marketing-item strong {

    color:
        var(--mmb-blue);

    font-size: 15px;

    line-height: 1.45;

}


.mmb-marketing-result {

    max-width: 800px;

    margin:
        35px auto 0;

    padding: 22px;

    text-align: center;

    border-radius: 18px;

    background:
        rgba(23,163,222,.06);

    color:
        #333;

    font-size: 15px;

    line-height: 1.7;

}


/* =========================================================
   PROCESS
   ========================================================= */

.mmb-project-process {

    position: relative;

    margin-bottom: 120px;

}


.mmb-process-grid {

    position: relative;

    display: grid;

    grid-template-columns:
        repeat(4,1fr);

    gap: 25px;

}


.mmb-process-line {

    position: absolute;

    left: 12%;

    right: 12%;

    top: 190px;

    height: 2px;

    background:
        linear-gradient(
            90deg,
            var(--mmb-blue),
            var(--mmb-sky)
        );

    opacity: .2;

}


.mmb-process-item {

    position: relative;

    z-index: 2;

    text-align: center;

}


.mmb-process-number {

    width: 78px;
    height: 78px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin:
        0 auto 25px;

    border-radius: 50%;

    background:
        #ffffff;

    border:
        3px solid
        var(--mmb-sky);

    color:
        var(--mmb-blue);

    font-size: 18px;

    font-weight: 800;

    box-shadow:
        0 10px 30px
        rgba(33,54,102,.1);

}


.mmb-process-item h3 {

    color:
        var(--mmb-blue);

    font-size: 20px;

    margin-bottom: 13px;

}


.mmb-process-item p {

    color:
        #333;

    font-size: 14px;

    line-height: 1.7;

}


/* =========================================================
   VALUES
   ========================================================= */

.mmb-projects-values {

    margin-bottom: 120px;

}


.mmb-projects-values-intro {

    max-width: 800px;

    margin:
        0 auto 45px;

    text-align: center;

}


.mmb-projects-values-intro p {

    margin-bottom: 10px;

    color:
        #333;

    font-size: 16px;

    line-height: 1.7;

}


.mmb-values-grid {

    display: grid;

    grid-template-columns:
        repeat(4,1fr);

    gap: 20px;

}


.mmb-project-value {

    padding: 35px 25px;

    text-align: center;

    border-radius: 24px;

    background:
        #ffffff;

    border:
        1px solid
        rgba(33,54,102,.08);

    box-shadow:
        0 12px 35px
        rgba(33,54,102,.05);

    transition:
        transform .35s ease,
        box-shadow .35s ease;

}


.mmb-project-value:hover {

    transform:
        translateY(-8px);

    box-shadow:
        0 25px 55px
        rgba(33,54,102,.12);

}


.mmb-project-value > div {

    width: 60px;
    height: 60px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin:
        0 auto 20px;

    border-radius: 17px;

    background:
        rgba(23,163,222,.08);

    font-size: 27px;

}


.mmb-project-value h3 {

    margin-bottom: 14px;

    color:
        var(--mmb-blue);

    font-size: 21px;

}


.mmb-project-value p {

    margin: 0;

    color:
        #333;

    font-size: 14px;

    line-height: 1.7;

}


/* =========================================================
   FINAL CTA
   ========================================================= */

.mmb-projects-final {

    position: relative;

    overflow: hidden;

    padding:
        90px 35px;

    border-radius: 35px;

    text-align: center;

    background:
        linear-gradient(
            135deg,
            #213666,
            #17294d
        );

    box-shadow:
        0 30px 80px
        rgba(33,54,102,.2);

}


.mmb-final-orb {

    position: absolute;

    border-radius: 50%;

    background:
        rgba(23,163,222,.15);

}


.orb-one {

    width: 450px;
    height: 450px;

    top: -250px;
    left: -150px;

}


.orb-two {

    width: 400px;
    height: 400px;

    bottom: -260px;
    right: -130px;

}


.mmb-final-content {

    position: relative;

    z-index: 3;

    max-width: 850px;

    margin: auto;

}


.mmb-final-content > span {

    display: inline-block;

    margin-bottom: 20px;

    color:
        #6fd1f7;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 2px;

}


.mmb-final-content h2 {

    margin-bottom: 25px;

    color:
        #ffffff;

    font-size:
        clamp(42px,5vw,60px);

    line-height: 1.05;

}


.mmb-final-content h2 strong {

    display: block;

    color:
        #6fd1f7;

}


.mmb-final-content p {

    color:
        rgba(255,255,255,.85);

    font-size: 17px;

    line-height: 1.8;

}


.mmb-final-content p strong {

    color:
        #ffffff;

}


.mmb-final-separator {

    width: 65px;
    height: 3px;

    margin:
        35px auto;

    border-radius: 10px;

    background:
        var(--mmb-sky);

}


.mmb-final-content h3 {

    margin-bottom: 28px;

    color:
        #ffffff;

    font-size: 24px;

}


.mmb-final-button {

    display: inline-flex;

    align-items: center;

    gap: 14px;

    padding:
        17px 30px;

    border-radius: 50px;

    background:
        #ffffff;

    color:
        var(--mmb-blue) !important;

    text-decoration: none !important;

    font-size: 15px;

    font-weight: 800;

    box-shadow:
        0 15px 35px
        rgba(0,0,0,.2);

    transition:
        transform .3s ease,
        box-shadow .3s ease;

}


.mmb-final-button b {

    color:
        var(--mmb-blue);

    font-size: 20px;

    transition:
        transform .3s ease;

}


.mmb-final-button:hover {

    transform:
        translateY(-4px);

    box-shadow:
        0 22px 45px
        rgba(0,0,0,.27);

}


.mmb-final-button:hover b {

    transform:
        translateX(6px);

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1050px) {

    .mmb-project-feature {

        grid-template-columns:
            1fr;

    }


    .mmb-custom-solutions {

        grid-template-columns:
            1fr;

    }


    .mmb-project-services-grid {

        grid-template-columns:
            repeat(2,1fr);

    }


    .mmb-marketing-grid {

        grid-template-columns:
            repeat(2,1fr);

    }


    .mmb-values-grid {

        grid-template-columns:
            repeat(2,1fr);

    }


    .mmb-process-grid {

        grid-template-columns:
            repeat(2,1fr);

    }


    .mmb-process-line {

        display: none;

    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 650px) {

    .mmb-projects {

        padding:
            60px 14px;

    }


    .mmb-projects-hero {

        margin-bottom:
            80px;

    }


    .mmb-projects-hero h1 {

        font-size:
            40px;

        letter-spacing:
            -1px;

    }


    .mmb-projects-hero h2 {

        font-size:
            25px;

    }


    .mmb-projects-hero p {

        font-size:
            15px;

    }


    .mmb-project-feature {

        gap: 40px;

        padding:
            40px 22px;

        border-radius:
            25px;

    }


    .mmb-project-feature-visual {

        min-height:
            350px;

    }


    .mmb-project-logo {

        width:
            220px;

        height:
            220px;

    }


    .mmb-project-logo strong {

        font-size:
            28px;

    }


    .mmb-project-floating-card {

        font-size:
            11px;

        padding:
            10px 12px;

    }


    .card-one {

        left:
            0;

        top:
            25px;

    }


    .card-two {

        right:
            0;

        top:
            120px;

    }


    .card-three {

        left:
            5px;

        bottom:
            30px;

    }


    .mmb-project-check-list {

        grid-template-columns:
            1fr;

    }


    .mmb-project-services-grid {

        grid-template-columns:
            1fr;

    }


    .mmb-custom-solutions {

        padding:
            45px 22px;

        border-radius:
            25px;

    }


    .mmb-custom-visual {

        min-height:
            300px;

    }


    .orbit-a {

        width:
            210px;

        height:
            210px;

    }


    .orbit-b {

        width:
            280px;

        height:
            280px;

    }


    .mmb-custom-center {

        width:
            140px;

        height:
            140px;

    }


    .mmb-custom-list {

        grid-template-columns:
            1fr;

    }


    .mmb-marketing-projects {

        padding:
            45px 20px;

        border-radius:
            25px;

    }


    .mmb-marketing-grid {

        grid-template-columns:
            1fr;

    }


    .mmb-process-grid {

        grid-template-columns:
            1fr;

    }


    .mmb-values-grid {

        grid-template-columns:
            1fr;

    }


    .mmb-projects-final {

        padding:
            65px 20px;

        border-radius:
            25px;

    }


    .mmb-final-content h2 {

        font-size:
            40px;

    }


    .mmb-final-content p {

        font-size:
            15px;

    }


    .mmb-final-button {

        width:
            100%;

        justify-content:
            center;

    }

}/* End custom CSS */