/*------------------------------------------------------------------------------------- 
Theme Name:		 Stackly Child Theme
Theme URI:		 https://stackly.themewolfs.com/
Description: Stackly is a modern, flexible, and performance-optimized WordPress theme built for AI SaaS startups, CRM platforms, fintech services, data analytics companies, software products, and app landing pages. Designed for technology-driven businesses, IT solution providers, digital agencies, and innovative startups, Stackly combines a clean UI with powerful customization options. The theme features a fully responsive layout, SEO-friendly structure, fast loading performance, and well-organized code to ensure an excellent user experience across all devices. Stackly makes it easy to showcase software products, digital services, and technology solutions with a professional and modern web presence.
Author:			 themewolfs
Author URI:		 https://themeforest.net/user/themewolfs/portfolio
Template:		 stackly
Version:		 1.0.0
Text Domain:	 stackly-child-theme
-------------------------------------------------------------------------------------*/
/*
    Please Add your custom styles here
*/


:root {
  /* Palette MyFidely */
  --primary: #06858E;
  --primary4: #06858E;
  --primary5: #06858E;
  --secondary: #0A4A55;
  --tertiary: #D9EAEA;
  --black: #0A4A55;
  --green: #06858E;
  --white: #F2F7F7;
  --red: #D13838;
  --lime-green: #06858E;
  --orange: #06858E;
  --yellow: #D9EAEA;
  --purple: #0A4A55;
  --gray: #0A4A55;
  --bg: #F2F7F7;
  --gray-two: #0A4A55;
  --gray-three: #D9EAEA;
  --border-color-one: rgba(217, 234, 234, 0.35);
  --border-color-two: #D9EAEA;

  /* Toutes les familles typographiques du thème pointent vers Montserrat. */
  --font_monts: "Montserrat", sans-serif;
  --font_jakarta: "Montserrat", sans-serif;
  --font_kanit: "Montserrat", sans-serif;
  --font_thunder: "Montserrat", sans-serif;
  --font_bdogrotesk: "Montserrat", sans-serif;
  --font_instr: "Montserrat", sans-serif;
  --font_inter: "Montserrat", sans-serif;
  --font_public: "Montserrat", sans-serif;
  --body-font: "Montserrat", sans-serif;
  --heading-font: "Montserrat", sans-serif;
  --font_awesome: "Font Awesome 6 Pro";

  /* Repli pour les couleurs et polices globales de WordPress / Elementor. */
  --e-global-color-primary: #06858E;
  --e-global-color-secondary: #0A4A55;
  --e-global-color-text: #0A4A55;
  --e-global-color-accent: #D9EAEA;
  --wp--preset--color--black: #0A4A55;
  --wp--preset--color--white: #F2F7F7;
  --wp--preset--font-family--montserrat: "Montserrat", sans-serif;
}

/* La classe du kit est plus spécifique que la feuille générée par Elementor. */
body.elementor-kit-8 {
  --e-global-color-primary: #06858E;
  --e-global-color-secondary: #0A4A55;
  --e-global-color-text: #0A4A55;
  --e-global-color-accent: #D9EAEA;
  --e-global-typography-primary-font-family: "Montserrat";
  --e-global-typography-secondary-font-family: "Montserrat";
  --e-global-typography-text-font-family: "Montserrat";
  --e-global-typography-accent-font-family: "Montserrat";
}

html body,
body p,
body a,
body li,
body span,
body label,
body strong,
body small,
body blockquote,
body table,
body button,
body input,
body select,
body textarea {
  font-family: "Montserrat", sans-serif !important;
}

body {
  color: var(--secondary);
  background-color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--secondary);
  font-family: "Montserrat", sans-serif !important;
}

/* DIVERS */
body.custom-background{
    background: var(--white) !important;
}

/* MENU  */
.header-area.myfidely-sticky-header {
    position: fixed !important;
    top: 24px;
    right: 24px;
    left: 24px;
    z-index: 99999;
    width: auto;
    transition:
        top 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease,
        border-radius 0.25s ease,
        box-shadow 0.25s ease;
}

.header-area.myfidely-sticky-header.is-scrolled,
.header-area.myfidely-sticky-header.is-menu-open {
    border-color: rgba(217, 234, 234, 0.2);
    border-radius: 18px;
    background-color: rgba(10, 74, 85, 0.94);
    box-shadow: 0 14px 36px rgba(10, 74, 85, 0.2);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}

body.admin-bar .header-area.myfidely-sticky-header {
    top: 56px;
}

@media only screen and (max-width: 991px) {
    .header-area.myfidely-sticky-header {
        top: 0;
        right: 0;
        left: 0;
        border-radius: 0;
    }

    .header-area.myfidely-sticky-header.is-scrolled,
    .header-area.myfidely-sticky-header.is-menu-open {
        border-radius: 0 0 16px 16px;
    }

    body.admin-bar .header-area.myfidely-sticky-header {
        top: 32px;
    }
}

@media screen and (max-width: 782px) {
    body.admin-bar .header-area.myfidely-sticky-header {
        top: 46px;
    }
}


/* FIL ARIANE  */
.breadcrumb-section__space{
    padding-top: 140px;
    padding-bottom: 42px;
}

.breadcrumb-section__page {
    align-items: center;
    flex-wrap: wrap;
}

.breadcrumb-section__page li a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.breadcrumb-section__page li a svg.e-font-icon-svg {
    display: block;
    width: 0.5em !important;
    height: 0.9em !important;
    flex: 0 0 0.5em;
    fill: currentColor;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .breadcrumb-section__wrapper {
        margin-top: 12px;
        border-radius: 24px;
    }

    .breadcrumb-section__space {
        padding: 70px 20px 32px;
    }

    .breadcrumb-section__title {
        margin-bottom: 12px;
        font-size: clamp(28px, 8vw, 36px);
        line-height: 1.15;
        letter-spacing: -.025em;
    }

    .breadcrumb-section__page {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin: 0;
        padding: 0;
    }

    .breadcrumb-section__page li {
        min-width: 0;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;
        white-space: nowrap;
    }

    .breadcrumb-section__page li:last-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .breadcrumb-section__page li a {
        gap: 8px;
    }

    .breadcrumb-section__page li a svg.e-font-icon-svg {
        display: block;
        width: .45em !important;
        height: .8em !important;
        flex-basis: .45em;
    }
}

/* ACCUEIL  */
.hero__content-wrap .green-2{
    background: var(--tertiary);
}
.hero__content-wrap .rr-btn-green.green-2 .btn-wrap .text-one{
    color: #000;
}
.features-1__item:hover{
    background: var(--white);
}
.features-1__item:hover span{
    background: var(--green);
}
.hero__content__author{
    background: none;
    padding-left: 0;
    padding-right: 0;
}
.hero__content__author ul li{ 
    display: none; 
}
.choose-us__item:hover{
    background: var(--white);
}
.choose-us__item:hover .title .icon{
    background: var(--primary);
}
.choose-us__content, .choose-us__content h3.title{
    color: var(--white);
}
.choose-us__inner{
    background: linear-gradient(180deg, var(--tertiary) 0%, var(--secondary) 100%);
}
.section-title__wrapper .sub-title.has--green{
    color: var(--white);
}
.service .swiper-slide-next {
    border: 1px solid var(--primary);
}
.service__item .service{ 
    display: none;
}
.service__item .desc{
    margin-bottom: 25px;
}
.service .service-slide__active, 
.service__item{
    border: none;
}
.myfidely-service-link{
    color: inherit;
    display: block;
    height: 100%;
    text-decoration: none;
}
.myfidely-service-link:hover{
    color: inherit;
}
.myfidely-service-link .service__item{
    height: 100%;
}
.myfidely-service-link__label{
    align-items: center;
    color: var(--primary);
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    gap: 8px;
}

/* La bannière Stackly affiche d'abord son média dans le DOM. Sur les petits
 * écrans, la promesse et les appels à l'action doivent rester prioritaires. */
.home .hero__inner .row{
    align-items: center;
}
.home .hero__media{
    display: block;
    isolation: isolate;
    margin-right: auto;
    margin-left: auto;
    width: min(100%, 560px);
}
.home .hero__media::before{
    position: absolute;
    z-index: 0;
    inset: 7% 1% 3%;
    border-radius: 48px;
    background: radial-gradient(circle at 50% 45%, rgba(0, 145, 153, .20) 0%, rgba(0, 145, 153, .09) 48%, rgba(0, 145, 153, 0) 74%);
    content: "";
    pointer-events: none;
    transform: scale(1.1);
}
.home .hero__media .shape-1{
    display: block;
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0 auto;
    border-radius: 28px;
    filter: drop-shadow(0 28px 42px rgba(4, 69, 76, .18));
}
.home .hero__media .shape-2,
.home .hero__media .shape-3,
.home .hero__media .shape-4,
.home .hero__media .shape-5{
    height: auto;
    filter: drop-shadow(0 16px 24px rgba(4, 69, 76, .18));
}
@media only screen and (min-width: 1200px) and (max-width: 1599px){
    .home .hero__media .shape-2{
        left: -4%;
    }
    .home .hero__media .shape-3{
        right: -24%;
    }
    .home .hero__media .shape-4{
        left: -4%;
    }
    .home .hero__media .shape-5{
        right: -28%;
    }
}
@media only screen and (max-width: 1199px){
    .home .hero__content[data-aos],
    .home .hero__media .shape-1[data-aos]{
        opacity: 1 !important;
        transform: none !important;
    }
    .home .hero__inner .row > .col-xl-6:first-child{
        order: 2;
    }
    .home .hero__inner .row > .col-xl-6:last-child{
        order: 1;
    }
    .home .hero__media{
        margin-top: 48px;
        margin-bottom: 0;
        text-align: center;
    }
    .home .hero__media .shape-2{
        left: -5%;
    }
    .home .hero__media .shape-3{
        right: -14%;
    }
    .home .hero__media .shape-4{
        left: -5%;
    }
    .home .hero__media .shape-5{
        right: -18%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px){
    .home .hero__media{
        width: min(76vw, 560px);
    }
}
@media only screen and (max-width: 767px){
    .home .hero__inner{
        padding-top: 150px;
    }
    .home .hero__media{
        width: min(100%, 480px);
        margin-top: 34px;
        padding-right: 8px;
        padding-left: 8px;
    }
    .home .hero__media::before{
        inset: 8% 5% 1%;
        border-radius: 32px;
        transform: none;
    }
    .home .hero__media .shape-1{
        border-radius: 20px;
        filter: drop-shadow(0 18px 28px rgba(4, 69, 76, .16));
    }
    .home .hero__media .shape-2,
    .home .hero__media .shape-3,
    .home .hero__media .shape-4,
    .home .hero__media .shape-5{
        display: none !important;
    }
}
.rr-btn-green{
    background-color: var(--primary);
    color: var(--white);
}
.rr-btn-green .btn-wrap .text-one{
    color: var(--white);
}
.accordion .global-accordion-item:has(.global-accordion-button:not(.collapsed)){
    background-color: var(--primary);
}
.accordion .global-accordion-item .global-accordion-button{
    color: var(--white);
}
.accordion .global-accordion-item .global-accordion-body{
    background: none;
}
.accordion .global-accordion-item .global-accordion-body p{
    color: var(--white);
}
.accordion .global-accordion-item .global-accordion-button::after{
    border: none;
    color: var(--white);
}
.accordion .global-accordion-item .global-accordion-button.collapsed::after{
    color: #000;
}

/* TARIFS  */
.pricing-plans-3__top{
    margin-bottom: 50px;
}
.pricing-plans-3__area{ 
    padding-top: 0px;
}
.brand-3 .section-title-3__wrapper .title{
    background: var(--primary);
    color: var(--white);
    margin-left: 0;
}
.brand-3 .section-title-3__wrapper{
    padding-top: 0;
}
.brand-3__active{
    border: none;
}
.pricing-plans-3__content{
    width: 100%;
}

/* A PROPOS  */
.control-plan__item{
    border: 1px solid var(--primary);
    text-align: center;
}
.control-plan .media.aos-init.aos-animate{
    margin-top: 50px;
}

/* OFFRE ET SERVICE */
.service-2__area{
    padding-top: 0;
}
.service-2__area .service-2__item p{
    margin-bottom: 0;
}

/* CONTACT  */
.contact-us-wrapper{
    font-family: var(--font_monts);
}
.contact-us-wrapper .comment-form-wrap h2,
.contact-us-wrapper .contact-us__info .text .title{
    font-weight: 700;
    font-size: 40px;
    line-height: 56px;
    letter-spacing: 0.5px;
    color: var(--secondary);
    font-family: var(--font_monts);
    margin-bottom: 16px;
}
.contact-us-wrapper .comment-form-wrap .form-clt span{
    width: 100%;
}
.contact-us-wrapper .comment-form-wrap .form-clt{
    margin-bottom: 10px;
}
.contact-us-wrapper .comment-form-wrap .form-clt textarea{
    padding-bottom: 0;
}
.contact-us-wrapper .comment-form-wrap .form-clt span.wpcf7-not-valid-tip{
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    color: var(--primary);
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    border-color: var(--primary);
}

/* Formulaire Contact Form 7 de la page Contact. */
body.page-id-26 .wpcf7 {
    width: 100%;
    color: var(--secondary);
}

body.page-id-26 .wpcf7-form > p:first-of-type {
    max-width: 780px;
    margin: 0 0 24px;
    color: rgba(10, 74, 85, 0.82);
    font-size: 17px;
    line-height: 1.65;
}

body.page-id-26 .wpcf7 #contact-form {
    position: relative;
    padding: clamp(24px, 3vw, 38px);
    border: 1px solid rgba(6, 133, 142, 0.16);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 22px 60px rgba(10, 74, 85, 0.08);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

body.page-id-26 .wpcf7 #contact-form .row {
    row-gap: 18px;
}

body.page-id-26 .wpcf7 #contact-form .form-clt {
    height: 100%;
    margin: 0;
}

body.page-id-26 .wpcf7 #contact-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

body.page-id-26 .wpcf7 #contact-form input[type="text"],
body.page-id-26 .wpcf7 #contact-form input[type="email"],
body.page-id-26 .wpcf7 #contact-form input[type="tel"],
body.page-id-26 .wpcf7 #contact-form textarea {
    display: block;
    width: 100%;
    min-height: 58px;
    padding: 16px 19px;
    border: 1px solid rgba(6, 133, 142, 0.22);
    border-radius: 14px;
    outline: none;
    background: rgba(242, 247, 247, 0.92);
    color: var(--secondary);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

body.page-id-26 .wpcf7 #contact-form textarea {
    height: 190px;
    min-height: 190px;
    resize: vertical;
}

body.page-id-26 .wpcf7 #contact-form input::placeholder,
body.page-id-26 .wpcf7 #contact-form textarea::placeholder {
    color: rgba(10, 74, 85, 0.56);
    opacity: 1;
}

body.page-id-26 .wpcf7 #contact-form input:hover,
body.page-id-26 .wpcf7 #contact-form textarea:hover {
    border-color: rgba(6, 133, 142, 0.48);
}

body.page-id-26 .wpcf7 #contact-form input:focus,
body.page-id-26 .wpcf7 #contact-form textarea:focus {
    border-color: var(--primary);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(6, 133, 142, 0.12);
}

body.page-id-26 .wpcf7 #contact-form [aria-invalid="true"] {
    border-color: var(--red);
    box-shadow: 0 0 0 3px rgba(209, 56, 56, 0.1);
}

body.page-id-26 .wpcf7 #contact-form .wpcf7-not-valid-tip {
    display: block;
    margin: 7px 4px 0;
    color: var(--red);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
}

body.page-id-26 .wpcf7 #contact-form .wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}

body.page-id-26 .wpcf7 #contact-form .wpcf7-acceptance label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 2px 0 0;
    cursor: pointer;
}

body.page-id-26 .wpcf7 #contact-form .wpcf7-acceptance input[type="checkbox"] {
    width: 20px;
    height: 20px;
    min-height: 20px;
    flex: 0 0 20px;
    margin: 2px 0 0;
    accent-color: var(--primary);
}

body.page-id-26 .wpcf7 #contact-form .wpcf7-list-item-label {
    color: rgba(10, 74, 85, 0.8);
    font-size: 14px;
    line-height: 1.55;
}

body.page-id-26 .wpcf7 #contact-form .wpcf7-list-item-label a {
    color: var(--primary);
    font-weight: 650;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

body.page-id-26 .wpcf7 #contact-form .rr-btn {
    min-height: 56px;
    margin-top: 4px;
    padding-right: 34px;
    padding-left: 34px;
    border-radius: 999px;
    background: var(--primary);
    box-shadow: 0 12px 28px rgba(6, 133, 142, 0.2);
}

body.page-id-26 .wpcf7 #contact-form .rr-btn:hover,
body.page-id-26 .wpcf7 #contact-form .rr-btn:focus-visible {
    background: var(--secondary);
    box-shadow: 0 15px 34px rgba(10, 74, 85, 0.24);
    transform: translateY(-2px);
}

body.page-id-26 .wpcf7 .wpcf7-spinner {
    margin: 0 0 0 14px;
    vertical-align: middle;
}

body.page-id-26 .wpcf7 form .wpcf7-response-output {
    margin: 18px 0 0 !important;
    padding: 14px 18px !important;
    border: 0 !important;
    border-radius: 14px;
    background: var(--tertiary);
    color: var(--secondary);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.55;
}

body.page-id-26 .wpcf7 form.invalid .wpcf7-response-output,
body.page-id-26 .wpcf7 form.unaccepted .wpcf7-response-output,
body.page-id-26 .wpcf7 form.failed .wpcf7-response-output,
body.page-id-26 .wpcf7 form.spam .wpcf7-response-output {
    background: rgba(209, 56, 56, 0.1);
    color: #912b2b;
}

@media (max-width: 767px) {
    body.page-id-26 .wpcf7-form > p:first-of-type {
        margin-bottom: 18px;
        font-size: 15px;
    }

    body.page-id-26 .wpcf7 #contact-form {
        padding: 20px;
        border-radius: 20px;
    }

    body.page-id-26 .wpcf7 #contact-form .row {
        row-gap: 14px;
    }

    body.page-id-26 .wpcf7 #contact-form input[type="text"],
    body.page-id-26 .wpcf7 #contact-form input[type="email"],
    body.page-id-26 .wpcf7 #contact-form input[type="tel"] {
        min-height: 54px;
    }

    body.page-id-26 .wpcf7 #contact-form textarea {
        height: 160px;
        min-height: 160px;
    }

    body.page-id-26 .wpcf7 #contact-form .rr-btn {
        width: 100%;
    }
}

/* FAQ  */
.faq-2-area{
    padding-top: 0px;
}
.faq-2-area .faq-2-info{
    border-bottom: none;
    padding-bottom: 0;
}
.faq-2-area button:focus:not(:focus-visible) .title span{
    background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
}
.faq-2-area .accordion-button::after{
    content: "+";
    margin-right: 5px;
}
.faq-2-area .accordion-button:not(.collapsed)::after{
    content: "-";
    text-decoration-line: none;
}

/* ELEMENTOR */
.elementor-widget-heading h2.elementor-heading-title{
    font-weight: 700;
    font-size: 40px;
    line-height: 56px;
    letter-spacing: 0.5px;
    color: var(--secondary);
    font-family: var(--font_monts);
    margin-bottom: 16px;
}
.elementor-widget-text-editor h2{
    font-weight: 700;
    font-size: 40px;
    line-height: 56px;
    letter-spacing: 0.5px;
    color: var(--secondary);
    font-family: var(--font_monts);
    margin-bottom: 16px;
}
.elementor-widget-text-editor p{
    font-weight: 400;
    font-size: 16px;
    color: var(--secondary);
    margin-top: 25px;
    margin-bottom: 30px;
    font-family: var(--font_monts);
}
.elementor-widget-text-editor ul{
    list-style-type: initial;
    margin-left: 30px;
    font-size: 16px;
    color: var(--secondary);
}
.elementor-widget-text-editor ul li{
    padding-left: 15px;
}
.elementor-widget-text-editor p + ul {
    margin-top: -25px;
}
.elementor-widget-text-editor ul:has(+ h2) {
    margin-bottom: 20px;
}



.section-title-2__wrapper .title{
    margin-top: 0;
}
.section-title-2__wrapper .sub-title {
    background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
    -webkit-background-clip: text;
}
.about-section-2__list ul li i{
    background: var(--primary);
}
.about-section-2__content .rr-btn-green, 
.faq-2-btn .rr-btn-green{
    background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
}
.crm-benefits__wrapper{
    background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
}

/* FAQ  */
.faq-2-area .accordion-item:has(.accordion-button:not(.collapsed)){
    border-color: var(--primary);
}
.faq-2-area .accordion-button:not(.collapsed)::after{
    color: var(--primary);
}
.faq-2-area .accordion-body p{
    font-family: var(--font_monts);
}

/* FOOTER  */
.footer-3__widget.widget-col_1::before{
    background-color: inherit;
}
.footer-3__wrapper{
    background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
}
.footer-3__wrap{
    padding-top: 0;
    padding-bottom: 48px;
    border-top: none;
}
.footer-3__wrap .col-center{
    display: block;
    text-align: left;
}
.footer-3__wrap .col-center .footer-3__menu{
    width: 100%;
}
.footer-3__wrap .col-info_legale{
    text-align: left;
}
.footer-3__wrap .col-center{
    color: rgba(255, 255, 255, 0.7);
}
.footer-3__wrap .footer-3__widget,
.footer-3__wrap .footer-3__menu,
.footer-3__wrap .copyright-3__menu,
.footer-3__wrap .footer-3__dec,
.footer-3__wrap .footer-3__title,
.footer-3__wrap li{
    text-align: left;
}
.footer-3__wrap .footer-3__social ul,
.footer-3__wrap .footer-3__menu ul,
.footer-3__wrap .copyright-3__menu ul{
    justify-content: flex-start;
    padding-left: 0;
}
.footer-3__wrap .footer-3__widget.widget-col_2,
.footer-3__wrap .footer-3__widget.widget-col_3{
    margin-left: 0;
    margin-right: 0;
}
.copyright-3__menu ul{
    display: inherit;
}
.copyright-3__menu h3{
    text-align: left;
}
.copyright-3__menu ul li{
    display: inherit;
    text-align: left;
    margin-bottom: 16px;
}
.copyright-3__menu ul li::after{
    content: inherit;
}
.copyright-3__text p{
    text-align: left;
}

@media (min-width: 768px) and (max-width: 1199px){
    .footer-3__wrapper > .container,
    .copyright-3__wrap > .container{
        padding-right: clamp(30px, 4vw, 48px);
        padding-left: clamp(30px, 4vw, 48px);
    }

    .footer-3__wrap{
        padding-top: 36px;
        padding-bottom: 60px;
    }
}

@media (max-width: 991px){
    .footer-3__wrapper{
        overflow: hidden;
    }

    .footer-3__bg-shape{
        max-width: 70%;
        opacity: .45;
        pointer-events: none;
    }

    .footer-3__big-text{
        margin-bottom: 32px;
        font-size: clamp(72px, 14vw, 128px);
        line-height: 1;
        overflow-wrap: anywhere;
        text-align: center;
    }

    .footer-3__wrap{
        padding-top: 32px;
        padding-bottom: 48px;
    }

    .footer-3__wrap .row{
        row-gap: 46px;
        margin-bottom: 0;
    }

    .footer-3__wrap .footer-3__widget{
        height: 100%;
    }
}

@media (max-width: 767px){
    .footer-3__wrapper{
        padding-top: 110px;
    }

    .footer-3__wrapper > .container{
        padding-right: 20px;
        padding-left: 20px;
    }

    .footer-3__bg-shape{
        display: none;
    }

    .footer-3__big-text{
        margin-bottom: 26px;
        font-size: clamp(46px, 16vw, 68px);
    }

    .footer-3__wrap{
        padding-top: 24px;
        padding-bottom: 36px;
    }

    .footer-3__wrap .row{
        row-gap: 0;
    }

    .footer-3__wrap .row > [class*="col-"]{
        padding-top: 28px;
        padding-bottom: 28px;
        border-top: 1px solid rgba(255, 255, 255, .14);
    }

    .footer-3__wrap .row > [class*="col-"]:first-child{
        padding-top: 0;
        border-top: 0;
    }

    .footer-3__wrap .row > [class*="col-"]:last-child{
        padding-bottom: 0;
    }

    .footer-3__wrap .footer-3__widget,
    .footer-3__wrap .footer-3__menu,
    .footer-3__wrap .copyright-3__menu{
        width: 100%;
        margin: 0;
    }

    .footer-3__logo img{
        width: auto;
        max-width: 170px;
        height: auto;
    }

    .footer-3__dec{
        max-width: 100%;
        margin-top: 14px;
        margin-bottom: 22px;
        font-size: 15px;
        line-height: 1.6;
    }

    .footer-3__title{
        margin-bottom: 14px;
        font-size: 17px;
        line-height: 1.35;
    }

    .footer-3__menu ul li,
    .copyright-3__menu ul li{
        margin-bottom: 8px;
    }

    .footer-3__menu ul li a,
    .copyright-3__menu ul li a{
        padding: 4px 0;
        font-size: 15px;
        line-height: 1.5;
        overflow-wrap: anywhere;
    }

    .footer-3__social ul{
        gap: 12px;
    }

    .footer-3__social ul li a{
        width: 44px;
        height: 44px;
    }

    .copyright-3__wrap{
        padding: 18px 20px;
    }

    .copyright-3__text,
    .copyright-3__text p{
        justify-content: center;
        margin: 0;
        font-size: 14px;
        line-height: 1.55;
        text-align: center;
    }
}

/* CTA placé au-dessus du footer et centrage du libellé de ses boutons. */
.cta-section__btn .rr-btn,
.footer-3__area .rr-btn,
.footer-3__area .rr-btn-green,
.footer-3__area .elementor-button{
    text-align: center !important;
}

.cta-section__btn .rr-btn .text-one,
.cta-section__btn .rr-btn .text-two,
.footer-3__area .rr-btn .text-one,
.footer-3__area .rr-btn .text-two,
.footer-3__area .rr-btn-green .text-one,
.footer-3__area .rr-btn-green .text-two,
.footer-3__area .elementor-button-content-wrapper,
.footer-3__area .elementor-button-text{
    justify-content: center;
    text-align: center !important;
}

@media (max-width: 767px){
    .cta-section__wrapper{
        padding: 70px 15px;
    }
}

/* --------------------------------------------------------------------------
   MyFidely — pages éditoriales 2026
   -------------------------------------------------------------------------- */
.mf-page {
    --mf-ink: #082f3a;
    --mf-muted: #557079;
    --mf-teal: #06858e;
    --mf-teal-dark: #0a4a55;
    --mf-aqua: #20bcc3;
    --mf-mint: #d9eaea;
    --mf-soft: #f2f7f7;
    --mf-line: rgba(6, 133, 142, 0.16);
    --mf-shadow: 0 24px 60px rgba(10, 74, 85, 0.12);
    color: var(--mf-ink);
    font-family: var(--font_monts);
    overflow: hidden;
}

.mf-page *,
.mf-page *::before,
.mf-page *::after {
    box-sizing: border-box;
}

.mf-page h1,
.mf-page h2,
.mf-page h3,
.mf-page p {
    margin-top: 0;
}

.mf-page h1,
.mf-page h2,
.mf-page h3 {
    color: var(--mf-ink);
    font-family: var(--font_monts);
}

.mf-page h1 {
    font-size: clamp(2.75rem, 5.6vw, 5.6rem);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 0.98;
    margin-bottom: 28px;
}

.mf-page h2 {
    font-size: clamp(2rem, 3.8vw, 3.6rem);
    font-weight: 750;
    letter-spacing: -0.04em;
    line-height: 1.08;
    margin-bottom: 20px;
}

.mf-page h3 {
    font-size: clamp(1.15rem, 1.65vw, 1.45rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.3;
    margin-bottom: 12px;
}

.mf-page p {
    color: var(--mf-muted);
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 22px;
}

.mf-container {
    margin: 0 auto;
    max-width: 1240px;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
    width: 100%;
    z-index: 2;
}

.mf-section {
    padding: 110px 0;
    position: relative;
}

.mf-section--soft {
    background: var(--mf-soft);
}

.mf-section--dark {
    background: var(--mf-teal-dark);
    color: #fff;
}

.mf-section--dark h2,
.mf-section--dark h3,
.mf-section--dark p,
.mf-section--dark .mf-eyebrow {
    color: #fff;
}

.mf-eyebrow {
    align-items: center;
    color: var(--mf-teal);
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 800;
    gap: 9px;
    letter-spacing: 0.14em;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.mf-eyebrow::before {
    background: currentColor;
    border-radius: 999px;
    content: "";
    height: 7px;
    width: 7px;
}

.mf-section-heading {
    margin-bottom: 54px;
    max-width: 780px;
}

.mf-section-heading--center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.mf-section-heading--center .mf-eyebrow {
    justify-content: center;
}

.mf-section-heading p {
    font-size: 1.08rem;
    margin-bottom: 0;
    max-width: 720px;
}

.mf-section-heading--center p {
    margin-left: auto;
    margin-right: auto;
}

.mf-btn {
    align-items: center;
    border: 2px solid transparent;
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.95rem;
    font-weight: 750;
    gap: 10px;
    justify-content: center;
    line-height: 1.2;
    min-height: 54px;
    padding: 14px 25px;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.mf-btn:hover {
    transform: translateY(-2px);
}

.mf-btn:focus-visible,
.mf-page a:focus-visible,
.mf-page summary:focus-visible {
    outline: 3px solid rgba(32, 188, 195, 0.48);
    outline-offset: 4px;
}

.mf-btn--primary {
    background: var(--mf-teal);
    box-shadow: 0 14px 34px rgba(6, 133, 142, 0.25);
    color: #fff;
}

.mf-btn--primary:hover {
    background: #05717a;
    color: #fff;
}

.mf-btn--light {
    background: #fff;
    color: var(--mf-teal-dark);
}

.mf-btn--light:hover {
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.13);
    color: var(--mf-teal-dark);
}

.mf-btn--outline {
    border-color: var(--mf-line);
    color: var(--mf-teal-dark);
}

.mf-btn--outline:hover {
    background: var(--mf-soft);
    color: var(--mf-teal-dark);
}

.mf-arrow {
    font-size: 1.2em;
    line-height: 1;
}

.mf-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.mf-hero {
    align-items: center;
    background:
        radial-gradient(circle at 80% 22%, rgba(32, 188, 195, 0.28), transparent 27%),
        linear-gradient(135deg, #062f39 0%, #0a4a55 56%, #076c74 100%);
    display: flex;
    min-height: 760px;
    padding: 190px 0 100px;
    position: relative;
}

.mf-hero::before,
.mf-hero::after {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    content: "";
    pointer-events: none;
    position: absolute;
}

.mf-hero::before {
    height: 430px;
    right: -160px;
    top: 80px;
    width: 430px;
}

.mf-hero::after {
    bottom: -210px;
    height: 520px;
    left: -300px;
    width: 520px;
}

.mf-hero__grid,
.mf-split,
.mf-interface-grid,
.mf-story-grid {
    align-items: center;
    display: grid;
    gap: clamp(44px, 6vw, 86px);
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
}

.mf-hero h1,
.mf-hero p,
.mf-hero .mf-eyebrow {
    color: #fff;
}

.mf-hero__lead {
    font-size: clamp(1.05rem, 1.5vw, 1.25rem) !important;
    max-width: 660px;
}

.mf-hero__note {
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 0.85rem !important;
    margin: 18px 0 0 !important;
}

.mf-hero__visual {
    position: relative;
}

.mf-hero__visual::before {
    background: #20bcc3;
    border-radius: 36% 64% 68% 32% / 38% 38% 62% 62%;
    content: "";
    inset: -26px 24px 30px -20px;
    opacity: 0.34;
    position: absolute;
    transform: rotate(-4deg);
}

.mf-hero__visual img,
.mf-media img,
.mf-interface-card img,
.mf-story-media img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

.mf-hero__visual img {
    border: 8px solid rgba(255, 255, 255, 0.22);
    border-radius: 28px;
    box-shadow: 0 38px 90px rgba(0, 18, 25, 0.42);
    position: relative;
}

.mf-floating-proof {
    align-items: center;
    background: #fff;
    border-radius: 16px;
    bottom: -28px;
    box-shadow: var(--mf-shadow);
    color: var(--mf-ink);
    display: flex;
    gap: 12px;
    left: -28px;
    padding: 14px 18px;
    position: absolute;
    z-index: 3;
}

.mf-floating-proof strong,
.mf-floating-proof span {
    display: block;
}

.mf-floating-proof strong {
    font-size: 1.05rem;
}

.mf-floating-proof span {
    color: var(--mf-muted);
    font-size: 0.76rem;
}

.mf-check {
    align-items: center;
    background: var(--mf-mint);
    border-radius: 50%;
    color: var(--mf-teal);
    display: inline-flex;
    flex: 0 0 38px;
    font-weight: 900;
    height: 38px;
    justify-content: center;
}

.mf-cards {
    display: grid;
    gap: 22px;
}

.mf-cards--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mf-card {
    background: #fff;
    border: 1px solid var(--mf-line);
    border-radius: 22px;
    padding: 30px;
    position: relative;
    transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.mf-card:hover {
    border-color: rgba(6, 133, 142, 0.42);
    box-shadow: var(--mf-shadow);
    transform: translateY(-5px);
}

.mf-step__number,
.mf-icon {
    align-items: center;
    background: var(--mf-mint);
    border-radius: 14px;
    color: var(--mf-teal-dark);
    display: inline-flex;
    font-weight: 850;
    height: 48px;
    justify-content: center;
    margin-bottom: 22px;
    width: 48px;
}

.mf-step::after {
    background: var(--mf-line);
    content: "";
    height: 1px;
    position: absolute;
    right: -23px;
    top: 54px;
    width: 22px;
}

.mf-step:last-child::after {
    display: none;
}

.mf-card p:last-child,
.mf-copy p:last-child {
    margin-bottom: 0;
}

.mf-media {
    position: relative;
}

.mf-media img,
.mf-story-media img {
    border-radius: 26px;
    box-shadow: var(--mf-shadow);
}

.mf-list {
    display: grid;
    gap: 14px;
    list-style: none;
    margin: 30px 0 34px;
    padding: 0;
}

.mf-list li {
    align-items: flex-start;
    color: var(--mf-ink);
    display: flex;
    gap: 12px;
    line-height: 1.55;
}

.mf-list li::before {
    align-items: center;
    background: var(--mf-mint);
    border-radius: 50%;
    color: var(--mf-teal);
    content: "✓";
    display: inline-flex;
    flex: 0 0 24px;
    font-size: 0.78rem;
    font-weight: 900;
    height: 24px;
    justify-content: center;
    margin-top: 1px;
}

.mf-experience-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mf-experience-card {
    border-radius: 28px;
    overflow: hidden;
    padding: clamp(30px, 4vw, 48px);
    position: relative;
}

.mf-experience-card--merchant {
    background: var(--mf-teal-dark);
}

.mf-experience-card--customer {
    background: var(--mf-mint);
}

.mf-experience-card--merchant h3,
.mf-experience-card--merchant p,
.mf-experience-card--merchant li {
    color: #fff;
}

.mf-experience-card--merchant .mf-list li::before {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.mf-experience-label {
    display: block;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    margin-bottom: 22px;
    opacity: 0.76;
    text-transform: uppercase;
}

.mf-commerce-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.mf-commerce {
    align-items: center;
    background: #fff;
    border: 1px solid var(--mf-line);
    border-radius: 16px;
    color: var(--mf-ink);
    display: flex;
    flex-direction: column;
    font-size: 0.88rem;
    font-weight: 700;
    gap: 13px;
    justify-content: center;
    min-height: 132px;
    padding: 18px 10px;
    text-align: center;
}

.mf-commerce .mf-icon {
    margin: 0;
}

.mf-stats {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 46px;
}

.mf-stat {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding: 4px 28px;
}

.mf-stat:first-child {
    border-left: 0;
    padding-left: 0;
}

.mf-stat strong,
.mf-stat span {
    display: block;
}

.mf-stat strong {
    color: #fff;
    font-size: clamp(1.7rem, 3vw, 2.7rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.05;
    margin-bottom: 7px;
}

.mf-stat span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.86rem;
}

.mf-logo-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.mf-logo-grid img {
    background: #fff;
    border-radius: 14px;
    display: block;
    height: 82px;
    object-fit: contain;
    padding: 15px;
    width: 100%;
}

.mf-price-wrap {
    align-items: center;
    display: grid;
    gap: 55px;
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.65fr);
}

.mf-price-card {
    background: #fff;
    border: 1px solid var(--mf-line);
    border-radius: 28px;
    box-shadow: var(--mf-shadow);
    padding: clamp(32px, 5vw, 52px);
}

.mf-price {
    align-items: baseline;
    color: var(--mf-ink);
    display: flex;
    gap: 8px;
    margin: 12px 0 22px;
}

.mf-price strong {
    font-size: clamp(3.2rem, 5vw, 5rem);
    font-weight: 850;
    letter-spacing: -0.065em;
    line-height: 1;
}

.mf-price span {
    color: var(--mf-muted);
    font-weight: 650;
}

.mf-price-tag {
    background: var(--mf-mint);
    border-radius: 999px;
    color: var(--mf-teal-dark);
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 800;
    padding: 7px 12px;
    text-transform: uppercase;
}

.mf-faq {
    margin: 0 auto;
    max-width: 900px;
}

.mf-faq details {
    background: #fff;
    border: 1px solid var(--mf-line);
    border-radius: 16px;
    margin-bottom: 12px;
    padding: 0 24px;
}

.mf-faq details[open] {
    border-color: rgba(6, 133, 142, 0.42);
    box-shadow: 0 12px 32px rgba(10, 74, 85, 0.08);
}

.mf-faq summary {
    color: var(--mf-ink);
    cursor: pointer;
    font-size: 1rem;
    font-weight: 750;
    list-style: none;
    padding: 23px 38px 23px 0;
    position: relative;
}

.mf-faq summary::-webkit-details-marker {
    display: none;
}

.mf-faq summary::after {
    color: var(--mf-teal);
    content: "+";
    font-size: 1.6rem;
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 15px;
}

.mf-faq details[open] summary::after {
    content: "−";
}

.mf-faq details p {
    margin-bottom: 24px;
    max-width: 760px;
}

.mf-cta {
    background:
        radial-gradient(circle at 86% 0%, rgba(32, 188, 195, 0.44), transparent 32%),
        var(--mf-teal-dark);
    border-radius: 32px;
    color: #fff;
    overflow: hidden;
    padding: clamp(44px, 7vw, 78px);
    position: relative;
    text-align: center;
}

.mf-cta h2,
.mf-cta p {
    color: #fff;
}

.mf-cta h2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 820px;
}

.mf-cta p {
    margin-left: auto;
    margin-right: auto;
    max-width: 680px;
    opacity: 0.8;
}

.mf-cta .mf-actions {
    justify-content: center;
}

.mf-inner-intro {
    padding: 100px 0 72px;
}

.mf-inner-intro__content {
    max-width: 920px;
}

.mf-inner-intro h1 {
    font-size: clamp(2.55rem, 5vw, 4.8rem);
}

.mf-inner-intro__lead {
    font-size: clamp(1.05rem, 1.5vw, 1.22rem) !important;
    max-width: 790px;
}

.mf-interface-grid {
    align-items: stretch;
    gap: 26px;
}

.mf-interface-card {
    background: #fff;
    border: 1px solid var(--mf-line);
    border-radius: 26px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.mf-interface-card__content {
    padding: 34px;
}

.mf-interface-card img {
    aspect-ratio: 16 / 9;
    border-radius: 0;
    box-shadow: none;
    object-fit: cover;
}

.mf-feature-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mf-feature-link {
    color: inherit;
    display: block;
    text-decoration: none;
}

.mf-feature-link .mf-card {
    height: 100%;
}

.mf-feature-link:hover {
    color: inherit;
}

.mf-feature-link__more {
    color: var(--mf-teal);
    display: inline-flex;
    font-size: 0.88rem;
    font-weight: 750;
    gap: 7px;
    margin-top: 6px;
}

.mf-ie-band {
    align-items: center;
    background: var(--mf-mint);
    border-radius: 28px;
    display: grid;
    gap: 38px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: clamp(34px, 5vw, 58px);
}

.mf-ie-wordmark {
    color: var(--mf-teal-dark);
    display: block;
    font-size: clamp(1.55rem, 3vw, 2.35rem);
    font-weight: 850;
    letter-spacing: -0.045em;
    line-height: 1;
    margin-bottom: 10px;
}

.mf-ie-wordmark span {
    color: var(--mf-teal);
}

.mf-detail-nav {
    background: #fff;
    border: 1px solid var(--mf-line);
    border-radius: 20px;
    display: grid;
    gap: 2px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 42px;
    overflow: hidden;
    padding: 8px;
}

.mf-detail-nav a {
    border-radius: 13px;
    color: var(--mf-teal-dark);
    font-size: 0.84rem;
    font-weight: 750;
    padding: 13px 15px;
    text-align: center;
    text-decoration: none;
}

.mf-detail-nav a:hover {
    background: var(--mf-soft);
    color: var(--mf-teal-dark);
}

.mf-detail-section {
    scroll-margin-top: 120px;
}

.mf-detail-section + .mf-detail-section {
    border-top: 1px solid var(--mf-line);
}

.mf-detail-grid {
    align-items: start;
    display: grid;
    gap: 58px;
    grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
}

.mf-detail-points {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mf-detail-point {
    background: var(--mf-soft);
    border-radius: 16px;
    padding: 22px;
}

.mf-detail-point h3 {
    font-size: 1rem;
    margin-bottom: 8px;
}

.mf-detail-point p {
    font-size: 0.91rem;
    line-height: 1.6;
    margin: 0;
}

.mf-story-grid {
    align-items: stretch;
}

.mf-story-media {
    align-self: stretch;
}

.mf-story-media img {
    height: 100%;
    object-fit: cover;
}

.mf-history-card {
    background:
        radial-gradient(circle at 100% 0%, rgba(32, 188, 195, 0.36), transparent 34%),
        var(--mf-teal-dark);
    border-radius: 28px;
    color: #fff;
    display: grid;
    gap: 0;
    overflow: hidden;
    padding: clamp(34px, 5vw, 56px);
}

.mf-history-card__item {
    border-top: 1px solid rgba(255, 255, 255, 0.17);
    padding: 25px 0;
}

.mf-history-card__item:first-child {
    border-top: 0;
    padding-top: 0;
}

.mf-history-card__item:last-child {
    padding-bottom: 0;
}

.mf-history-card strong,
.mf-history-card span {
    display: block;
}

.mf-history-card strong {
    color: #fff;
    font-size: clamp(2.2rem, 4vw, 3.6rem);
    font-weight: 850;
    letter-spacing: -0.055em;
    line-height: 1;
    margin-bottom: 8px;
}

.mf-history-card span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.9rem;
}

.mf-values {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mf-value {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 18px;
    padding: 28px 24px;
}

.mf-value p {
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.9rem;
    margin: 0;
}

.mf-timeline {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mf-timeline-step {
    border-top: 3px solid var(--mf-mint);
    padding: 24px 18px 0 0;
}

.mf-timeline-step strong {
    color: var(--mf-teal);
    display: block;
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    margin-bottom: 11px;
    text-transform: uppercase;
}

.mf-timeline-step p {
    font-size: 0.92rem;
    margin: 0;
}

@media (max-width: 1100px) {
    .mf-commerce-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .mf-logo-grid {
        grid-template-columns: repeat(5, minmax(100px, 1fr));
    }

    .mf-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mf-values {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .mf-section {
        padding: 84px 0;
    }

    .mf-hero {
        min-height: auto;
        padding: 165px 0 90px;
    }

    .mf-hero__grid,
    .mf-split,
    .mf-story-grid {
        grid-template-columns: 1fr;
    }

    .mf-hero__content {
        max-width: 760px;
    }

    .mf-hero__visual {
        margin: 12px auto 0;
        max-width: 720px;
    }

    .mf-cards--3,
    .mf-timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mf-step::after {
        display: none;
    }

    .mf-price-wrap,
    .mf-detail-grid {
        grid-template-columns: 1fr;
    }

    .mf-price-card {
        max-width: 620px;
    }

    .mf-detail-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .mf-container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .mf-section {
        padding: 68px 0;
    }

    .mf-section-heading {
        margin-bottom: 38px;
    }

    .mf-hero {
        padding: 140px 0 72px;
    }

    .mf-hero__visual img {
        border-width: 5px;
        border-radius: 20px;
    }

    .mf-floating-proof {
        bottom: -22px;
        left: 10px;
    }

    .mf-cards--3,
    .mf-experience-grid,
    .mf-interface-grid,
    .mf-feature-grid,
    .mf-values,
    .mf-timeline,
    .mf-detail-points {
        grid-template-columns: 1fr;
    }

    .mf-commerce-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mf-stats {
        grid-template-columns: 1fr;
    }

    .mf-stat,
    .mf-stat:first-child {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        padding: 20px 0 0;
    }

    .mf-stat:first-child {
        border-top: 0;
        padding-top: 0;
    }

    .mf-logo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mf-price-wrap {
        gap: 34px;
    }

    .mf-ie-band {
        grid-template-columns: 1fr;
    }

    .mf-ie-band .mf-btn {
        justify-self: start;
    }

    .mf-detail-nav {
        grid-template-columns: 1fr;
    }

    .mf-inner-intro {
        padding: 72px 0 54px;
    }
}

/* Accueil — widgets Stackly natifs adaptés à l’identité MyFidely. */
.home .elementor-widget-stackly-ai-work-widget .work-section-2 {
    background: #F2F7F7;
    padding: clamp(76px, 8vw, 124px) 0;
}

.home .work-section-2__top {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: clamp(30px, 6vw, 80px);
    margin-bottom: 76px;
}

.home .work-section-2__users {
    display: none;
}

.home .elementor-widget-stackly-ai-work-widget [data-aos],
.home .elementor-widget-stackly-ai-work-widget .fade-top > *,
.home .elementor-widget-stackly-ai-work-widget .rr-title-anim-1 {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: auto !important;
}

.home .elementor-widget-stackly-ai-work-widget .rr-title-anim-1 > div,
.home .elementor-widget-stackly-ai-faq-widget .rr-title-anim-1 > div {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.home .elementor-widget-stackly-ai-faq-widget .fade-anim,
.home .elementor-widget-stackly-ai-faq-widget .fade-anim > *,
.home .elementor-widget-stackly-ai-faq-widget [data-aos] {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: auto !important;
}

.home .work-section-2 .section-title-2__wrapper .sub-title,
.home .faq-2-info .sub-title {
    background: none;
    color: #06858E;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
    -webkit-text-fill-color: currentColor;
}

.home .work-section-2 .section-title-2__wrapper .title,
.home .faq-2-info .title {
    color: #0A4A55;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(34px, 4vw, 58px);
    font-weight: 730;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.home .work-section-2__top .content .decs {
    color: #0A4A55;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    line-height: 1.72;
}

.home .work-section-2__item {
    border: 1px solid rgba(6, 133, 142, .14);
    border-radius: 26px;
    background: rgba(242, 247, 247, .84);
    box-shadow: 0 16px 42px rgba(10, 74, 85, .06);
}

.home .work-section-2__item .icon {
    background: linear-gradient(135deg, #06858E, #0A4A55);
}

.home .work-section-2__item .icon i,
.home .work-section-2__item .icon svg {
    color: #F2F7F7;
}

.home .work-section-2__item .icon .number span {
    border-color: #F2F7F7;
    background: #0A4A55;
}

.home .work-section-2__item .content .title,
.home .work-section-2__item .content .decs {
    color: #0A4A55;
    font-family: "Montserrat", sans-serif;
}

.home .work-section-2__item:hover {
    background: linear-gradient(135deg, #0A4A55, #06858E);
}

.home .work-section-2__item:hover .icon i,
.home .work-section-2__item:hover .icon svg {
    color: #06858E;
}

.home .work-section-2__item:hover .content .title,
.home .work-section-2__item:hover .content .decs {
    color: #F2F7F7;
}

.home .elementor-widget-stackly-ai-faq-widget .faq-2-area {
    padding: clamp(76px, 8vw, 124px) 0;
    background: linear-gradient(145deg, #F2F7F7, #D9EAEA);
}

.home .faq-2-info {
    border-color: rgba(6, 133, 142, .16);
}

.home .faq-2-btn .rr-btn-green {
    border-radius: 999px;
    background: #06858E;
}

.home .faq-2-btn .rr-btn-green::before {
    background: #0A4A55;
}

.home .faq-2-area .accordion-item {
    border-color: rgba(6, 133, 142, .14);
    background: #F2F7F7;
}

.home .faq-2-area .accordion-item:has(.accordion-button:not(.collapsed)) {
    border-color: #06858E;
}

.home .faq-2-area .accordion-item .title,
.home .faq-2-area .accordion-body p {
    color: #0A4A55;
    font-family: "Montserrat", sans-serif;
}

.home .faq-2-area .accordion-item .title span {
    background: #D9EAEA;
}

.home .faq-2-area .accordion-button::after {
    content: "OUVRIR\f068";
    color: #0A4A55;
    width: auto;
    min-width: 96px;
    height: auto;
    flex: 0 0 auto;
    margin-right: 0;
    white-space: nowrap;
}

.home .faq-2-area .accordion-button:not(.collapsed)::after {
    content: "FERMER\f00d";
    color: #06858E;
}

.home .elementor-widget-stackly-ai-cta-widget .cta-section-2 {
    padding: clamp(76px, 8vw, 124px) 0;
    background: #F2F7F7;
}

.home .cta-section-2__inner {
    width: min(1240px, calc(100% - 48px));
    margin-inline: auto;
    padding: clamp(42px, 6vw, 72px);
    border-radius: 34px;
    background: linear-gradient(135deg, #0A4A55, #06858E);
    overflow: hidden;
}

.home .cta-section-2__content .title,
.home .cta-section-2__content .sub-title,
.home .cta-section-2__item .content .decs {
    color: #F2F7F7;
    font-family: "Montserrat", sans-serif;
}

.home .cta-section-2__content .title {
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.08;
    letter-spacing: -.035em;
}

.home .cta-section-2__btn .rr-btn-green {
    background: #F2F7F7;
}

.home .cta-section-2__btn .rr-btn-green::before {
    background: #0A4A55;
}

.home .cta-section-2__btn .rr-btn-green .text-one {
    color: #0A4A55;
}

@media (max-width: 1199px) {
    .home .work-section-2__top {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .home .faq-2-area .accordion-button {
        align-items: flex-start;
        gap: 12px;
    }

    .home .faq-2-area .accordion-button .title {
        flex: 1 1 auto;
        min-width: 0;
    }

    .home .faq-2-area .accordion-button::after {
        content: "OUVRIR";
        min-width: 58px;
        margin-top: 0;
        font-family: "Montserrat", sans-serif;
        font-size: 10px;
        line-height: 21px;
        letter-spacing: .06em;
        text-align: right;
    }

    .home .faq-2-area .accordion-button:not(.collapsed)::after {
        content: "FERMER";
    }

    .home .cta-section-2__inner {
        width: min(1240px, calc(100% - 30px));
        padding: 36px 24px;
        border-radius: 26px;
    }
}

/* Introductions des pages internes basées sur le widget AI About de Stackly. */
.mf-internal-intro .about-section-2 {
    padding: clamp(76px, 8vw, 120px) 0;
    background: linear-gradient(145deg, #F2F7F7 0%, rgba(217, 234, 234, .72) 100%);
}

.mf-internal-intro .about-section-2__wrapper {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    gap: clamp(42px, 6vw, 82px);
    align-items: stretch;
}

.mf-internal-intro .about-section-2__box {
    min-height: 560px;
    border: 1px solid rgba(6, 133, 142, .14);
    border-radius: 28px;
    background: #F2F7F7;
    box-shadow: 0 20px 55px rgba(10, 74, 85, .08);
}

.mf-internal-intro .about-section-2__box .shapes .shape-1 {
    inset: 24px;
}

.mf-internal-intro .about-section-2__box .shapes .shape-1 img {
    display: block;
    object-fit: contain;
    background: #F2F7F7;
    box-shadow: none;
}

.mf-internal-intro .about-section-2__content {
    margin: 0;
    align-self: center;
}

.mf-internal-intro .about-section-2 .sub-title {
    background: none;
    color: #06858E;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
    -webkit-text-fill-color: currentColor;
}

.mf-internal-intro .about-section-2 .title {
    color: #0A4A55;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(38px, 4vw, 58px);
    font-weight: 730;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.mf-internal-intro .about-section-2__content .decs {
    color: #0A4A55;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    line-height: 1.72;
}

.mf-internal-intro .about-section-2__list {
    margin-bottom: 34px;
}

.mf-internal-intro .about-section-2__list ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 18px;
}

.mf-internal-intro .about-section-2__list ul li {
    margin: 0;
    color: #0A4A55;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 1.45;
}

.mf-internal-intro .about-section-2__list ul li i {
    flex: 0 0 20px;
    background: #06858E;
}

.mf-internal-intro .about-section-2__content .rr-btn-green {
    background: #06858E;
}

.mf-internal-intro .about-section-2__content .rr-btn-green::before {
    background: #0A4A55;
}

.mf-internal-intro [data-aos],
.mf-internal-intro .rr-title-anim-1,
.mf-internal-intro .rr-title-anim-1 > div {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: auto !important;
}

@media (max-width: 991px) {
    .mf-internal-intro .about-section-2__wrapper {
        grid-template-columns: 1fr;
    }

    .mf-internal-intro .about-section-2__box {
        min-height: 0;
    }

    .mf-internal-intro .about-section-2__box .shapes .shape-1 {
        inset: auto;
        padding: 16px;
    }

    .mf-internal-intro .about-section-2__box .shapes .shape-1 img {
        height: auto;
        max-height: 560px;
    }
}

@media (max-width: 575px) {
    .mf-internal-intro .about-section-2__list ul {
        grid-template-columns: 1fr;
    }

    .mf-internal-intro .about-section-2__content .rr-btn-green {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}

/* Galerie de captures de l'application : widget App Screenshot de Stackly. */
body:not(.elementor-editor-active) .mf-app-screenshots .app-special-4:not(:has(.app-special-4__item)) {
    display: none;
}

.mf-app-screenshots .app-special-4 {
    padding: 80px 15px;
    background: #D9EAEA;
    font-family: "Montserrat", sans-serif;
}

.mf-app-screenshots .app-special-4 .sub-title {
    color: #06858E;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.mf-app-screenshots .app-special-4 .title {
    max-width: 820px;
    margin-inline: auto;
    color: #0A4A55;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(34px, 4vw, 58px);
    font-weight: 730;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.mf-app-screenshots .app-special-4__wrap {
    margin-top: clamp(42px, 6vw, 72px);
}

/* Stackly place nativement la 5e carte derrière le fond avec un z-index négatif. */
.mf-app-screenshots .app-special-4__item:nth-child(5) {
    z-index: 0;
}

.mf-app-screenshots .app-special-4__item img {
    border: 8px solid #F2F7F7;
    border-radius: 24px;
    background: #F2F7F7;
    box-shadow: 0 24px 70px rgba(10, 74, 85, .14);
}

.mf-app-screenshots .app-special-4__info {
    display: none;
}

@media (max-width: 991px) {
    .mf-app-screenshots .app-special-4 {
        padding: 40px 30px;
    }
}

@media (max-width: 767px) {
    .mf-app-screenshots .app-special-4 {
        padding: 20px 15px;
    }
}

/* Langage d'animation unique : apparition verticale douce sur tout le site. */
html.mf-motion-enabled body:not(.elementor-editor-active):not(.elementor-editor-preview) .mf-reveal {
    --mf-reveal-delay: 0ms;
    opacity: 0;
    transform: translate3d(0, 24px, 0);
    transition:
        opacity 640ms cubic-bezier(.22, 1, .36, 1),
        transform 640ms cubic-bezier(.22, 1, .36, 1);
    transition-delay: var(--mf-reveal-delay);
    will-change: opacity, transform;
}

html.mf-motion-enabled body:not(.elementor-editor-active):not(.elementor-editor-preview) .mf-reveal--title,
html.mf-motion-enabled body:not(.elementor-editor-active):not(.elementor-editor-preview) .mf-reveal--left,
html.mf-motion-enabled body:not(.elementor-editor-active):not(.elementor-editor-preview) .mf-reveal--right,
html.mf-motion-enabled body:not(.elementor-editor-active):not(.elementor-editor-preview) .mf-reveal--scale {
    transform: translate3d(0, 24px, 0);
}

html.mf-motion-enabled body:not(.elementor-editor-active):not(.elementor-editor-preview) .mf-reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    will-change: auto;
}

/* Neutralise les animations directionnelles AOS afin qu'elles suivent la
   même durée, la même distance et la même courbe que nos widgets. */
html.mf-motion-enabled body:not(.elementor-editor-active):not(.elementor-editor-preview) [data-aos].mf-reveal {
    transition-property: opacity, transform !important;
    transition-duration: 640ms !important;
    transition-timing-function: cubic-bezier(.22, 1, .36, 1) !important;
    transition-delay: var(--mf-reveal-delay) !important;
}

html.mf-motion-enabled body:not(.elementor-editor-active):not(.elementor-editor-preview) [data-aos].mf-reveal:not(.is-visible) {
    opacity: 0 !important;
    visibility: visible !important;
    transform: translate3d(0, 24px, 0) !important;
}

html.mf-motion-enabled body:not(.elementor-editor-active):not(.elementor-editor-preview) [data-aos].mf-reveal.is-visible {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate3d(0, 0, 0) !important;
}

/* SplitText reste chargé par Stackly, mais le mouvement caractère par
   caractère est neutralisé au profit de l'apparition uniforme du titre. */
.mf-theme-title *,
.breadcrumb-section__title.mf-breadcrumb-title > * {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

html.mf-motion-enabled body:not(.elementor-editor-active):not(.elementor-editor-preview) .mf-theme-title.mf-reveal:not(.is-visible),
html.mf-motion-enabled body:not(.elementor-editor-active):not(.elementor-editor-preview) .breadcrumb-section__title.mf-breadcrumb-title.mf-reveal:not(.is-visible) {
    opacity: 0 !important;
    transform: translate3d(0, 24px, 0) !important;
}

html.mf-motion-enabled body:not(.elementor-editor-active):not(.elementor-editor-preview) .mf-theme-title.mf-reveal.is-visible,
html.mf-motion-enabled body:not(.elementor-editor-active):not(.elementor-editor-preview) .breadcrumb-section__title.mf-breadcrumb-title.mf-reveal.is-visible {
    opacity: 1 !important;
    transform: translate3d(0, 0, 0) !important;
}

@media (max-width: 767px) {
    html.mf-motion-enabled body:not(.elementor-editor-active):not(.elementor-editor-preview) .mf-reveal,
    html.mf-motion-enabled body:not(.elementor-editor-active):not(.elementor-editor-preview) .mf-reveal--title,
    html.mf-motion-enabled body:not(.elementor-editor-active):not(.elementor-editor-preview) .mf-reveal--left,
    html.mf-motion-enabled body:not(.elementor-editor-active):not(.elementor-editor-preview) .mf-reveal--right,
    html.mf-motion-enabled body:not(.elementor-editor-active):not(.elementor-editor-preview) .mf-reveal--scale {
        transform: translate3d(0, 16px, 0);
        transition-duration: 520ms;
    }

    html.mf-motion-enabled body:not(.elementor-editor-active):not(.elementor-editor-preview) [data-aos].mf-reveal {
        transition-duration: 520ms !important;
    }

    html.mf-motion-enabled body:not(.elementor-editor-active):not(.elementor-editor-preview) [data-aos].mf-reveal:not(.is-visible) {
        transform: translate3d(0, 16px, 0) !important;
    }
}

/* Titres de section : échelle plus compacte sur mobile, sans modifier les
   montants, compteurs, sous-titres et le grand texte décoratif du footer. */
@media (max-width: 767px) {
    .elementor-widget-heading h1.elementor-heading-title,
    .elementor-widget-text-editor h1,
    .home .hero__content h1.title,
    .mf-page h1 {
        font-size: clamp(26px, 7.2vw, 30px) !important;
        line-height: 1.12 !important;
        letter-spacing: -.035em;
    }

    .elementor-widget-heading h2.elementor-heading-title,
    .elementor-widget-text-editor h2,
    .contact-us-wrapper .comment-form-wrap h2,
    .contact-us-wrapper .contact-us__info .text > h2.title,
    .section-title__wrapper > .title,
    .section-title-2__wrapper > .title,
    .section-title-3__wrapper > .title,
    .section-title-4__wrapper > .title,
    .section-title-5__wrapper > .title,
    .home .cta-section-2__content > .title,
    .mf-page .mf-section-heading > h2,
    .mf-page .mf-cta h2 {
        font-size: clamp(26px, 7vw, 30px) !important;
        line-height: 1.15 !important;
        letter-spacing: -.025em;
    }
}

@media (prefers-reduced-motion: reduce) {
    html.mf-motion-enabled .mf-reveal,
    html.mf-motion-enabled [data-aos].mf-reveal {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

.grecaptcha-badge {
    visibility: hidden !important;
}