/* NOVA Business - Bundled Stylesheet */
/*
 * ===================================================================
 * ## 01-settings/variables.css
 * ===================================================================
 */
:root {
    /* Couleurs */
    --color-primary: #5d9cec;
    --color-accent: #ffeaa0;
    --color-heading: #101621;
    --color-text: #343a40;
    --color-text-lightest: #73737b;
    --color-text-dark: #000;
    --color-text-light: #888888;
    --color-bg-light: #fbf5ed;
    --color-border: #ececec;
    --color-yellow-deep: #ffb840;
    --color-red: #e50947;
    --color-orange: #ffa47f;
    --color-pink: #ff5a8a;
    --color-green: #00e9af;
    --color-blue: #3498db;
    --color-purple: #811eff;
    --color-beige: #fbf5ed;
    --color-gray: #ebf3f8;

    /* Couleurs complémentaires */
    --color-white: #ffffff;
    --color-black: #000000;
    --color-dark-gray: #2d2d2d;
    --color-light-gray: #f5f5f5;
    --color-border-light: #e8e8e8;
    --color-shadow: rgba(0, 0, 0, 0.1);
    --color-shadow-dark: rgba(0, 0, 0, 0.2);

    /* Typography */
    --font-family-default: "Gordita", sans-serif;

    /* Variables de texte */
    --text-size-desktop: 1.3rem;
    --text-size-laptop: 1.1rem;
    --text-size-mobile: 0.9rem;

    /* Variables de titres H1 à H6 */
    /* H1 - Titre principal */
    --h1-size-desktop: 4.7rem;
    --h1-size-laptop: 3.4rem;
    --h1-size-mobile: 2.3rem;
    --h1-line-height: 1.2;
    --h1-weight: 700;

    /* H2 - Titre de section */
    --h2-size-desktop: 3.5rem;
    --h2-size-laptop: 2.7rem;
    --h2-size-mobile: 2rem;
    --h2-line-height: 1.3;
    --h2-weight: 700;

    /* H3 - Sous-titre */
    --h3-size-desktop: 2.5rem;
    --h3-size-laptop: 2rem;
    --h3-size-mobile: 1.6rem;
    --h3-line-height: 1.3;
    --h3-weight: 700;

    /* H4 - Titre niveau 4 */
    --h4-size-desktop: 1.8rem;
    --h4-size-laptop: 1.6rem;
    --h4-size-mobile: 1.4rem;
    --h4-line-height: 1.4;
    --h4-weight: 600;

    /* H5 - Titre niveau 5 */
    --h5-size-desktop: 1.4rem;
    --h5-size-laptop: 1.3rem;
    --h5-size-mobile: 1.2rem;
    --h5-line-height: 1.4;
    --h5-weight: 600;

    /* H6 - Titre niveau 6 */
    --h6-size-desktop: 1.2rem;
    --h6-size-laptop: 1.1rem;
    --h6-size-mobile: 1.1rem;
    --h6-line-height: 1.4;
    --h6-weight: 600;

    /* Layout */
    --section-padding: 4rem 0;
    --section-max-width: 1200px;
    --medium-section-max-width: 1000px;
    --section-margin: 0 104px;
    --section-margin-laptop: 0 70px;
    --section-margin-mobile: 0 20px;
    --container-gap: 4rem;
    --container-gap-laptop: 2rem;
    --container-gap-mobile: 2rem;
    --container-padding-desktop: 5rem 0rem;
    --container-padding-mobile: 2rem 0rem;
    --header-height: 6rem;
    --container-padding: 2rem;

    /* Breakpoints */
    --breakpoint-mobile: 480px;
    --breakpoint-tablet: 768px;
    --breakpoint-laptop: 980px;
    --breakpoint-desktop: 1200px;
    --breakpoint-wide: 1600px;

    /* ===== ANIMATIONS & TRANSITIONS ===== */

    /* Animation Durées */
    --animation-duration: 0.8s;
    --animation-duration-fast: 0.3s;
    --animation-duration-normal: 0.6s;
    --animation-duration-slow: 1s;

    /* Animation Easings */
    --animation-easing: cubic-bezier(0.16, 1, 0.3, 1);
    --animation-easing-bounce: cubic-bezier(0.68, -0.55, 0.265, 1.55);

    /* Transform Distances */
    --transform-fade-distance: 30px;
    --transform-distance-small: 20px;
    --transform-distance-medium: 40px;
    --transform-distance-large: 50px;

    /* Oval shapes transformations */
    --oval-transform-default: translateX(-50px) rotate(30deg);
    --oval-transform-reverse: translateX(15px) rotate(-30deg);

    /* Espacement commun */
    --margin-section-large: 5rem auto;
    --margin-bottom-image: 2rem;
    --padding-section-mobile: 0 1rem;

    /* ===== VARIABLES POUR SOCIAL MEDIA ===== */

    /* Social Media Icons */
    --social-icon-opacity: 0.5;
    --social-section-min-height: 500px;
    --social-section-padding: 50px 2rem;
    --social-content-max-width: 900px;
    --social-heading-margin-bottom: 45px;

    /* Social Icon Sizes */
    --social-icon-facebook-mobile: 120px;
    --social-icon-instagram-mobile: 110px;
    --social-icon-youtube-mobile: 100px;
    --social-icon-twitter-mobile: 105px;
    /* Variables spécifiques de website.html */
    --transition-bounce: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    --section-padding-desktop: 5rem 2rem;
    --section-padding-tablet: 3rem 1rem;
    --section-padding-mobile: 2rem 1rem;
    --section-padding-small: 1rem 0.75rem;
    --container-padding-laptop: 1.5rem;
    --text-max-width: 800px;
    --nav-width: 240px;
    --content-width: 720px;
    --nav-height: 600px;
    --nav-height-mobile: 500px;
    --gap-large: 3rem;
    --gap-medium: 2rem;
    --gap-small: 1.5rem;
    --gap-tiny: 0.5rem;
}

/*
 * ===================================================================
 * ## widget.css
 * ===================================================================
 */
/* Modern audit form styling */
.so-container {
    max-width: 670px;
    margin: 0 auto 1rem;
    width: 100%;
}

.so-widget-form {
    display: block;
    width: 100%;
}

#so-boxso1752003017 {
    display: block;
    width: 100%;
}

#so-fieldswrapso1752003017 {
    width: 100%;
    position: relative;
}

.so-field-wrapper {
    height: 75px;
    position: relative;
    width: 100%;
}

.so-fieldso1752003017 {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 220px 0 20px;
    border: 2px solid #000;
    border-radius: 10px;
    font-size: 20px;
    font-family: var(--font-family-default, "Gordita", sans-serif);
    outline: none;
    transition: all 0.3s ease-in-out;
    color: #101621;
    background: transparent;
    box-sizing: border-box;
    margin: 0;
}

.so-fieldso1752003017::placeholder {
    color: #888888;
    font-size: 20px;
}

.so-fieldso1752003017:focus {
    border-color: #ffb840;
}

/* Autofill styles */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-text-fill-color: #101621 !important;
    -webkit-box-shadow: 0 0 0 30px transparent inset !important;
    background-color: transparent !important;
}

.so-inline-button {
    width: 200px;
    background: #ffbd4a;
    color: #fff;
    font-weight: 500;
    border-radius: 7px;
    position: absolute;
    top: 6px;
    right: 6px;
    bottom: 6px;
    transition: all 0.3s ease-in-out;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    padding: 0;
    box-sizing: border-box;
}

.so-inline-button:hover {
    background: #ffd86e;
}

.so-inline-button:focus {
    outline: none;
}

/* Responsive */
@media (max-width: 991px) {
    .so-field-wrapper {
        height: 65px;
    }

    .so-fieldso1752003017 {
        padding: 0 165px 0 15px;
        font-size: 16px;
    }

    .so-fieldso1752003017::placeholder {
        font-size: 16px;
    }

    .so-inline-button {
        width: 150px;
        font-size: 16px;
    }
}

/* Legacy styles - kept for potential dependencies */
#so-titleso1752003017 {
    margin-bottom: 5px;
    font-size: 26px !important;
    color: #777777 !important;
}

@media screen and (max-width: 500px) {
    #so-titleso1752003017 {
        font-size: 13px !important;
    }

    #so-paragraphso1752003017 {
        font-size: 10px !important;
    }

    #so-consentso1752003017 span {
        font-size: 10px !important;
    }
}

#so-paragraphso1752003017 {
    margin-bottom: 10px;
    font-size: 14px !important;
    color: #777777 !important;
}

/*
 * ===================================================================
 * ## 03-generic/reset.css
 * ===================================================================
 */
/* Reset & base */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    max-width: 100%;
}

/* Prévention du débordement horizontal */
html {
    overflow-x: hidden;
}

/* Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background: #cccccc;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #999999;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/*
 * ===================================================================
 * ## 04-elements/base.css
 * ===================================================================
 */
/* Eléments de base */
html,
body {
    max-width: 100%;
}

body {
    font-family: var(--font-family-default);
    font-size: var(--text-size-desktop);
    color: var(--color-text);
    background-color: #fff;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

/* Empêcher les images de dépasser */
img {
    max-width: 100%;
    height: auto;
}

/* Titres */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-heading);
}

h1 {
    font-size: var(--h1-size-desktop);
    line-height: var(--h1-line-height);
    font-weight: var(--h1-weight);
    color: var(--color-heading);
}

h2 {
    font-size: var(--h2-size-desktop);
    line-height: var(--h2-line-height);
    font-weight: var(--h2-weight);
    color: var(--color-heading);
}

h3 {
    font-size: var(--h3-size-desktop);
    line-height: var(--h3-line-height);
    font-weight: var(--h3-weight);
    color: var(--color-heading);
}

h4 {
    font-size: var(--h4-size-desktop);
    line-height: var(--h4-line-height);
    font-weight: var(--h4-weight);
    color: var(--color-heading);
}

h5 {
    font-size: var(--h5-size-desktop);
    line-height: var(--h5-line-height);
    font-weight: var(--h5-weight);
    color: var(--color-heading);
}

h6 {
    font-size: var(--h6-size-desktop);
    line-height: var(--h6-line-height);
    font-weight: var(--h6-weight);
    color: var(--color-heading);
}

p {
    font-size: var(--text-size-desktop);
    line-height: 1.7;
    font-weight: 400;
}

strong {
    font-weight: 600;
}

/* Règles de visibilité globales */
.section-two-cols .text-block,
.section-two-cols .img-block {
    opacity: 1 !important;
    visibility: visible !important;
}

.section-two-cols .img-block {
    display: flex !important;
}

/* Classes utilitaires de visibilité */
.visible {
    opacity: 1 !important;
    visibility: visible !important;
}

.hidden,
.so-field-wrapper.hidden,
.anti-spam-field {
    display: none !important;
}

.visually-hidden {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.section-title-centered {
    text-align: center;
    max-width: 900px;
    margin: 1rem auto 5rem;
    padding: 0 3rem;
}

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

@media (max-width: 480px) {
    .section-title-centered {
        margin: 1rem auto 3rem;
        padding: 0 1rem;
    }
}

/* Responsive pour les balises HTML brutes */
@media (max-width: 980px) {
    h1 {
        font-size: var(--h1-size-laptop);
    }

    h2 {
        font-size: var(--h2-size-laptop);
    }

    h3 {
        font-size: var(--h3-size-laptop);
    }

    h4 {
        font-size: var(--h4-size-laptop);
    }

    h5 {
        font-size: var(--h5-size-laptop);
    }

    h6 {
        font-size: var(--h6-size-laptop);
    }

    p {
        font-size: var(--text-size-laptop);
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: var(--h1-size-mobile);
    }

    h2 {
        font-size: var(--h2-size-mobile);
    }

    h3 {
        font-size: var(--h3-size-mobile);
    }

    h4 {
        font-size: var(--h4-size-mobile);
    }

    h5 {
        font-size: var(--h5-size-mobile);
    }

    h6 {
        font-size: var(--h6-size-mobile);
    }

    p {
        font-size: var(--text-size-mobile);
    }
}

/*
 * ===================================================================
 * ## 05-objects/buttons.css
 * ===================================================================
 */
/* Styles des boutons */
.btn {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 2px solid transparent;
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    line-height: 1.5;
}

.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.btn-primary {
    background-color: var(--color-primary);
    color: var(--color-white);
}

.btn-primary:hover {
    background-color: #4a8de6;
    color: var(--color-white);
}

.btn-dark {
    background-color: var(--color-heading);
    color: var(--color-white);
}

.btn-dark:hover {
    background-color: var(--color-primary);
}

.btn-light {
    background-color: var(--color-white);
    color: var(--color-heading);
    border-color: var(--color-border);
}

.btn-light:hover {
    background-color: var(--color-light-gray);
}

.btn-dark.loading {
    position: relative;
    pointer-events: none;
    opacity: .8;
}

.btn-dark.loading::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/*
 * ===================================================================
 * ## 06-components/oval-shape.css
 * ===================================================================
 */
.oval-shape {
    border-radius: 50%;
    padding: 0 var(--container-padding);
}

.main-content {
    padding-top: var(--header-height);
}

.section {
    padding: var(--section-padding);
}

.section-two-cols {
    display: flex;
    align-items: center;
    max-width: var(--section-max-width);
    margin: 5rem auto;
    padding: var(--container-padding-desktop);
}

.section-two-cols--reverse {
    flex-direction: row-reverse;
}

.text-block,
.img-block {
    flex: 1;
    min-width: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.text-block {
    max-width: 600px;
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.text-block h2,
.text-block h3 {
    color: var(--color-heading);
    margin-bottom: 1.5rem;
    line-height: 1.2;
    display: block;
    align-self: flex-start;
}

.text-block h3 {
    font-weight: 700;
}

.text-block p {
    margin-bottom: 1.5rem;
    color: var(--color-text-lightest);
    line-height: 1.6;
    align-self: flex-start;
}

.text-block .btn {
    align-self: flex-start;
    margin-top: 1rem;
}

/* Responsive */
@media (max-width: 1200px) {
    .container {
        max-width: 980px;
    }

    .section-two-cols {
        margin: var(--section-margin-laptop);
        gap: var(--container-gap-laptop);
        margin-bottom: var(--container-gap-laptop);
    }

    @media (max-width: 980px) {

        .section-two-cols:not(#seo-audit .section-two-cols),
        .section-two-cols--reverse:not(#seo-audit .section-two-cols--reverse) {
            flex-direction: column;
            gap: 2rem;
            padding: var(--container-padding-mobile);
            text-align: center;
        }

        .text-block:not(#seo-audit .text-block) {
            padding: 20px;
            width: 100%;
        }

        .img-block:not(#seo-audit .img-block) {
            width: 100%;
            order: -1;
        }

        .section-two-cols--reverse:not(#seo-audit .section-two-cols--reverse) .img-block {
            order: -1;
        }
    }

    @media (max-width: 450px) {
        .container {
            padding: 0 0.75rem;
        }

        .text-block {
            padding: 15px;
        }
    }

    @media (max-width: 400px) {
        .container {
            padding: 0 1rem;
        }
    }
}

/*
 * ===================================================================
 * ## 06-components/buttons.css
 * ===================================================================
 */
/* Boutons */
.contact-btn {
    border-radius: 0.5rem;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0.9rem;
    line-height: 1.2rem;
    border: 2px solid #000;
    color: #000;
    background: transparent;
    padding: 1rem 0;
}

.contact-btn:hover {
    background: var(--color-accent);
    border-color: var(--color-accent);
}

.contact-btn--desktop {
    width: 12rem;
}

.contact-btn--mobile {
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 0.25rem;
}

.contact-btn--mobile svg {
    width: 20px;
    height: 20px;
    transition: transform 0.2s ease;
}

.contact-btn--mobile:hover svg {
    transform: scale(1.05);
}

.btn-dark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.2;
    padding: 0.75rem 2rem;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    border: none;
    background: #2d2d2d;
    color: #fff;
}

.btn-dark:hover {
    background: #ffeaa0;
    color: #212121;
}

/* Responsive */
@media (max-width: 980px) {

    .btn-dark {
        font-size: 0.9rem;
        padding: 0.7rem 1.8rem;
    }
}

@media (max-width: 480px) {

    .btn-dark {
        font-size: 0.9rem;
        padding: 0.65rem 1.5rem;
    }
}

/*
 * ===================================================================
 * ## 06-components/forms.css
 * ===================================================================
 */
/* Formulaires */
.audit-form__submit {
    border-radius: 0.45rem;
    font-size: 1.25rem;
    width: 12.5rem;
    color: #fff;
    font-weight: 500;
    position: absolute;
    top: 0.4rem;
    right: 0.4rem;
    bottom: 0.4rem;
    transition: all 0.3s ease-in-out;
    padding: 0 1.85rem;
    background-color: var(--color-yellow-deep);
    border: none;
    cursor: pointer;
}

.audit-form__submit:hover {
    background-color: #ffd86e;
}

/* Responsive */
@media (max-width: 400px) {
    .audit-form__wrapper {
        height: 3.75rem;
    }

    .audit-form__input {
        padding: 0 6.5rem 0 0.85rem;
        font-size: 1rem;
    }

    .audit-form__submit {
        width: 5.5rem;
        font-size: 0.8rem;
        right: 0.25rem;
        top: 0.25rem;
        bottom: 0.25rem;
    }
}

@media (max-width: 350px) {
    .audit-form__wrapper {
        height: 3.25rem;
    }

    .audit-form__input {
        padding: 0 6rem 0 0.75rem;
        font-size: 0.9rem;
    }

    .audit-form__submit {
        width: 5rem;
        font-size: 0.75rem;
        right: 0.2rem;
        top: 0.2rem;
        bottom: 0.2rem;
    }
}

/*
 * ===================================================================
 * ## 06-components/navigation.css
 * ===================================================================
 */
/* Navigation */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--header-height);
    background: #fff;
    z-index: 1000;
    transition: box-shadow 0.3s ease;
}

.header-content-wrapper {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    padding: 0 4rem;
}

.site-header.is-scrolled {
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08) !important;
}

.site-header.mobile-menu-open {
    box-shadow: none !important;
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.site-logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--color-primary);
    text-decoration: none;
    display: flex;
    align-items: center;
}

.site-logo .logo-image {
    height: 70px;
    width: auto;
}

.main-navigation {
    display: flex;
}

.nav-list {
    display: flex;
    list-style: none;
    gap: 4rem;
    margin: 0;
    padding: 0;
}

.nav-link {
    text-decoration: none;
    color: #333;
    font-weight: 400;
    font-size: 1.3rem;
    transition: color 0.3s ease;
    padding: 0.5rem 0;
}

.nav-link:hover,
.nav-link.active {
    color: var(--color-primary);
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

/* Menu mobile */
.mobile-toggle {
    display: none;
    background: #000;
    border: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0.25rem;
    transition: all 0.3s ease;
}

.mobile-toggle__line {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    margin: 3px 0;
    transition: all 0.3s ease;
    border-radius: 1px;
}

.mobile-toggle.active .mobile-toggle__line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.mobile-toggle.active .mobile-toggle__line:nth-child(2) {
    opacity: 0;
}

.mobile-toggle.active .mobile-toggle__line:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

.mobile-navigation {
    position: fixed;
    top: var(--header-height);
    left: 0;
    width: 100%;
    max-height: 0;
    background: #fff;
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
    z-index: 999;
    padding: 0 0.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: none;
    border-top: none;
    border-bottom: 1px solid var(--color-border);
    opacity: 0;
    visibility: hidden;
}

.mobile-navigation.active {
    max-height: 220px;
    padding: 0.5rem;
    opacity: 1;
    visibility: visible;
}

.mobile-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav-link {
    font-size: 1rem;
    font-weight: 400;
    color: #333;
    text-decoration: none;
    display: block;
    padding: 0.5rem 0;
    border-bottom: 1px solid #ededed;
    transition: color 0.3s ease;
    border-top: none;
}

.mobile-nav-link:hover,
.mobile-nav-link.active {
    color: var(--color-primary);
}

.mobile-nav-item:first-child .mobile-nav-link {
    border-top: none;
    margin-top: 0;
    padding-top: 0.5rem;
}

.mobile-nav-item:last-child .mobile-nav-link {
    border-bottom: none;
}

/* Responsive */
@media screen and (max-width: 1200px) {
    .header-content-wrapper {
        padding: 0 2rem;
    }

    .nav-list {
        gap: 3rem;
    }

    .nav-link {
        font-weight: 400;
        font-size: 1.2rem;
    }
}

@media (max-width: 981px) {
    .main-navigation {
        display: none;
    }

    .mobile-toggle {
        display: flex;
    }

    .contact-btn--desktop {
        display: none;
    }

    .contact-btn--mobile {
        display: flex;
        order: 1;
        margin-right: 10px;
    }

    .header-actions {
        flex-direction: row;
        gap: 0;
        align-items: center;
        margin-left: auto;
    }

    .mobile-toggle {
        order: 2;
    }
}

@media (max-width: 450px) {
    .contact-btn--mobile {
        margin-right: 16px;
        padding: 8px;
    }

    .mobile-toggle {
        padding: 8px;
    }

    .mobile-toggle__line {
        width: 18px;
        height: 2px;
        margin: 3px 0;
    }
}

@media (max-width: 400px) {
    .mobile-toggle__line {
        width: 16px;
        height: 2px;
        margin: 2px 0;
    }
}

@media (max-width: 350px) {
    .mobile-toggle__line {
        width: 14px;
        height: 2px;
        margin: 2px 0;
    }
}

/*
 * ===================================================================
 * ## 06-components/carousel.css
 * ===================================================================
 */
/* Carrousel */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none !important;
}

.slick-list.dragging {
    cursor: grab;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin: 0 auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-arrow.slick-hidden {
    display: none !important;
}

/* Carrousel testimonials */
.testimonials-carousel,
.testimonials-double-carousel {
    position: relative;
    width: 100%;
    max-width: 1740px;
    margin: 0 auto;
}

.carousel-row {
    visibility: visible;
    opacity: 1;
    position: relative;
    margin-bottom: 40px;
    z-index: 11;
}

.carousel-row:last-child {
    margin-bottom: 0;
}

.testimonials-slider,
.clientSliderSix {
    width: 100%;
    position: relative;
    z-index: 1;
}

.testimonial-item,
.clientSliderSix .item {
    margin: 0;
    outline: none;
}

.testimonials-slider .slick-dots,
.clientSliderSix .slick-dots,
.testimonials-slider .slick-prev,
.testimonials-slider .slick-next,
.clientSliderSix .slick-prev,
.clientSliderSix .slick-next {
    display: none !important;
}

.testimonials-slider .slick-slide,
.clientSliderSix .slick-slide {
    outline: none;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.clientSliderSix .d-flex {
    display: flex;
}

/*
 * ===================================================================
 * ## 06-components/cards.css
 * ===================================================================
 */
/* Cartes */
.testimonial-card,
.clientSliderSix .feedback-wrapper {
    background: #fff;
    border: 1px solid #e8edf0;
    border-radius: 10px;
    padding: 42px 44px 48px 57px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 280px;
}

.testimonials-slider .slick-center .testimonial-card,
.clientSliderSix .slick-center .feedback-wrapper {
    border-color: #fff;
    box-shadow: 0px 0px 20px 4px rgba(0, 29, 45, 0.04);
}

/* Rubans de couleur */
.testimonial-ribbon,
.clientSliderSix .feedback-wrapper .ribbon {
    height: 8px;
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    border-radius: 10px 10px 0 0;
}

.testimonial-ribbon--purple {
    background: #811eff;
}

.testimonial-ribbon--pink {
    background: #ff5a8a;
}

.testimonial-ribbon--yellow {
    background: #ffc962;
}

.testimonial-ribbon--green {
    background: var(--color-green);
}

.testimonial-ribbon--violet {
    background: rgb(208, 24, 208);
}

.testimonial-ribbon--orange {
    background: var(--color-orange);
}

.testimonial-ribbon--blue {
    background: #607d8b;
}

.testimonial-ribbon--red {
    background: #e91e63;
}

.testimonial-text,
.clientSliderSix .feedback-wrapper p {
    font-size: 0.9rem;
    line-height: 1.8em;
    color: #000;
    font-weight: 400;
    padding-bottom: 30px;
    flex-grow: 1;
    margin: 0;
}

.testimonial-author,
.clientSliderSix .feedback-wrapper__author {
    margin-top: auto;
    display: flex;
    align-items: center;
}

.testimonial-avatar,
.clientSliderSix .feedback-wrapper .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 15px;
    object-fit: cover;
}

.testimonial-name,
.clientSliderSix .feedback-wrapper .name {
    font-weight: 500;
    font-size: 1rem;
    color: #101621;
    margin: 0 0 2px 0;
    line-height: 1.4;
}

.testimonial-company,
.clientSliderSix .feedback-wrapper .name span {
    font-weight: 400;
    font-size: 0.8rem;
    color: var(--color-text-lightest);
    display: block;
}

.testimonial-info {
    flex: 1;
}

/* ===== RESPONSIVE - Optimisé ===== */
@media (max-width: 1200px) {

    /* Espacement géré par testimonials-spacing.css */
    .testimonial-item,
    .clientSliderSix .item {
        margin: 0;
    }

    .testimonial-card,
    .clientSliderSix .feedback-wrapper {
        padding: 35px 30px 40px 40px;
        min-height: 250px;
    }
}

@media (max-width: 768px) {

    .testimonial-card,
    .clientSliderSix .feedback-wrapper {
        padding: 30px 25px 35px 30px;
        min-height: 220px;
    }
}

@media (max-width: 480px) {

    .testimonial-card,
    .clientSliderSix .feedback-wrapper {
        padding: 25px 20px 30px 25px;
        min-height: 200px;
    }

    .testimonial-text,
    .clientSliderSix .feedback-wrapper p {
        font-size: 15px;
        line-height: 28px;
        padding-bottom: 25px;
    }
}

/*
 * ===================================================================
 * ## 07-sections/hero.css
 * ===================================================================
 */
/* Section hero */

.hero-container {
    margin: 0 1rem;
}

.hero-section {
    background-color: #fff;
    padding: 5rem 0 6rem;
    text-align: center;
}

.hero-title,
.hero-title-website {
    margin: 0rem auto 5rem;
    max-width: 1200px;
    padding: 0 2rem;
}

.hero-subtitle,
.hero-subtitle-website {
    color: var(--color-text);
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 3rem;
}

.hero-subtitle-website {
    font-size: 2rem;
}

.hero-description {
    line-height: 1.6;
    margin: 2rem auto 4rem;
    max-width: 900px;
}

.clients-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 4rem;
    width: 100%;
    max-width: 100%;
    padding: 0 2rem;
    box-sizing: border-box;
    overflow: hidden;
}

.client-logo {
    max-height: 50px;
    width: auto;
    flex: 1;
    max-width: calc(20% - 1rem);
    object-fit: contain;
    transition: all 0.3s ease;
}

.client-logo:hover {
    transform: scale(1.05);
    opacity: 0.8;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 980px) {
    .hero-section {
        padding: 6rem 0 4rem;
    }

    .clients-grid {
        gap: 1rem;
        margin-top: 3rem;
        padding: 0 1rem;
        justify-content: space-between;
    }

    .client-logo {
        max-height: 40px;
        max-width: calc(20% - 0.5rem);
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 5rem 0 3rem;
    }

    .hero-title,
    .hero-title-website {
        font-size: 3rem;
        margin: 0rem auto 3rem;
        padding: 0 3rem;
    }

    .hero-subtitle,
    .hero-subtitle-website {
        color: var(--color-text);
        font-weight: 400;
        font-size: 1.7rem;
        line-height: 1.6;
        margin-bottom: 3rem;
    }

    .clients-grid {
        gap: 0.5rem;
        margin-top: 2rem;
        padding: 0 0.5rem;
        flex-direction: row;
        justify-content: space-between;
    }

    .client-logo {
        max-height: 35px;
        max-width: calc(20% - 0.25rem);
    }
}

@media (max-width: 480px) {
    .hero-section {
        padding: 2rem 0 3rem;
    }

    .hero-website-container {
        margin-bottom: 3rem;
    }

    .hero-title,
    .hero-title-website {
        font-size: var(--h1-size-mobile);
        margin: 0rem auto 3rem;
        padding: 0 1rem;
    }

    .hero-subtitle,
    .hero-subtitle-website {
        color: var(--color-text);
        font-weight: 400;
        font-size: 1.2rem;
        line-height: 1.6;
        margin-bottom: 3rem;
    }


    .hero-description {
        font-size: var(--text-size-mobile);
    }
}

/*
 * ===================================================================
 * ## 07-sections/audit-intro.css
 * ===================================================================
 */
/* Section audit SEO - intro */

.seo-audit-section {
    background-color: #fff;
    padding: 70px 0;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

.seo-audit-container {
    display: flex;
    align-items: center;
    margin: 0 auto;
    max-width: var(--section-max-width);
    width: 100%;
    box-sizing: border-box;
}

.seo-audit-content {
    flex: 1;
    padding: 0 1rem;
}

.seo-audit-title {
    color: var(--color-heading);
    font-weight: 500;
    line-height: var(--h1-line-height);
    margin-bottom: 2rem;
    will-change: transform;
}

.seo-audit-text {
    color: var(--color-text);
    font-size: var(--text-size-desktop);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.seo-audit-description {
    color: var(--color-text);
    font-size: var(--text-size-desktop);
    margin: 0.5rem 0 0 0;
}

.seo-audit-visual {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
}

.seo-audit-visual img {
    width: 100%;
    max-width: 700px;
    height: auto;
    will-change: transform;
}

/* ===== ACCESSIBILITÉ ===== */
.audit-form__input:focus,
.audit-form__submit:focus {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
}

/* ===== TITRE CENTRÉ ===== */
/* Styles déplacés vers typography.css */

/* ===== LARGEUR SPÉCIFIQUE POUR AUDIT-SEO ===== */
#audit-details .section-two-cols,
#audit-report .section-two-cols {
    max-width: var(--medium-section-max-width);
    margin: var(--margin-section-large);
}

/* ===== STYLES SPÉCIFIQUES POUR AUDIT-DETAILS ET AUDIT-REPORT ===== */
/* Marge bottom pour les images à partir de 980px */
@media (min-width: 980px) {

    #audit-details .section-two-cols .img-block,
    #audit-report .section-two-cols .img-block {
        margin-bottom: var(--margin-bottom-image);
    }
}

/* Styles consolidés pour audit-details et audit-report */
#audit-details .section-two-cols .text-block,
#audit-report .section-two-cols .text-block {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
}

#audit-details .section-two-cols .text-block h3,
#audit-details .section-two-cols .text-block p,
#audit-report .section-two-cols .text-block h3,
#audit-report .section-two-cols .text-block p {
    text-align: left;
}

#audit-details .section-two-cols .text-block .btn,
#audit-report .section-two-cols .text-block .btn {
    align-self: flex-start !important;
    margin-top: 1rem;
    margin-left: 0 !important;
    margin-right: auto !important;
    text-align: center;
}

/* Désactiver la hauteur fixe des screen-container - CONSOLIDÉ */
#audit-details .screen-container,
#audit-report .screen-container {
    height: auto !important;
}

/* Ajustement des oval-shape - CONSOLIDÉ */
#audit-details .section-two-cols:first-of-type .oval-shape,
#audit-report .section-two-cols:first-of-type .oval-shape {
    transform: translateX(-20px) rotate(30deg);
    z-index: 1;
}

#audit-details .section-two-cols--reverse .oval-shape,
#audit-report .section-two-cols--reverse .oval-shape {
    transform: translateX(10px) rotate(-30deg);
    z-index: 1;
}

/* ===== SECTION MÉDIAS SOCIAUX - OPTIMISÉE ===== */
.social-media-section {
    position: relative;
    text-align: center;
    min-height: var(--social-section-min-height);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--social-section-padding);
    container-type: inline-size;
}

.social-content {
    max-width: var(--social-content-max-width);
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.social-heading {
    font-weight: 700;
    color: var(--color-heading);
    margin-bottom: var(--social-heading-margin-bottom);
}

.social-description {
    font-size: var(--text-size-desktop);
    color: var(--color-text-lightest);
    margin-bottom: 1.5rem;
}

.social-description:last-child {
    margin-bottom: 0;
}

/* Icônes flottantes optimisées */
.social-icons-floating {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.social-floating-icon {
    position: absolute;
    opacity: var(--social-icon-opacity);
    object-fit: contain;
    will-change: transform;
}

/* Positionnement via data attributes - Plus maintenable */
.social-floating-icon[data-position="facebook"] {
    top: 10%;
    left: 8%;
}

.social-floating-icon[data-position="youtube"] {
    bottom: 15%;
    left: 5%;
}

.social-floating-icon[data-position="instagram"] {
    top: 5%;
    right: 8%;
}

.social-floating-icon[data-position="twitter"] {
    bottom: 10%;
    right: 5%;
}

/* Responsive pour icônes sociales */
@media (max-width: 1200px) {
    .social-floating-icon[data-position="facebook"] {
        left: 5%;
        width: var(--social-icon-facebook-mobile);
        height: var(--social-icon-facebook-mobile);
    }

    .social-floating-icon[data-position="instagram"] {
        right: 5%;
        width: var(--social-icon-instagram-mobile);
        height: var(--social-icon-instagram-mobile);
    }

    .social-floating-icon[data-position="youtube"] {
        left: 2%;
        width: var(--social-icon-youtube-mobile);
        height: var(--social-icon-youtube-mobile);
    }

    .social-floating-icon[data-position="twitter"] {
        right: 2%;
        width: var(--social-icon-twitter-mobile);
        height: var(--social-icon-twitter-mobile);
    }
}

@media (max-width: 980px) {
    .social-icons-floating {
        display: none;
    }

    .social-media-section {
        margin: 0 auto;
        min-height: auto;
        padding: 0 2rem;
    }

    .social-heading {
        margin-bottom: 20px;
        line-height: 1.2;
    }

    .audit-intro-text p,
    .audit-intro-features-item p,
    .audit-step-description {
        font-size: var(--text-size-laptop);
    }
}

/* Optimisation performance - Réduire la repaint */
@media (prefers-reduced-motion: reduce) {
    .social-floating-icon {
        will-change: auto;
    }
}

/* Laptops - En dessous de 1200px */
@media (max-width: 1200px) {
    .seo-audit-container {
        gap: 2rem;
    }

    .seo-audit-visual img {
        max-width: 500px;
    }
}

/* Tablettes - En dessous de 980px */
@media (max-width: 980px) {
    .seo-audit-section {
        padding: 50px 0 0;
    }

    .seo-audit-container {
        flex-direction: column;
        gap: var(--container-gap-mobile);
        padding: var(--container-padding-mobile);
        max-width: 720px;
    }

    .seo-audit-content,
    .seo-audit-visual {
        width: 100%;
    }

    .seo-audit-visual img {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .seo-audit-title {
        line-height: var(--h2-line-height);
        margin-bottom: 1.5rem;
    }

    .social-media-section {
        max-width: var(--medium-section-max-width);
        text-align: left;
    }
}

/* Petits mobiles - En dessous de 480px */
@media (max-width: 480px) {

    #audit-details,
    #audit-report {
        padding: 0;
    }

    .text-block p {
        font-size: var(--text-size-mobile);
        margin-bottom: 1rem;
    }

    .seo-audit-section {
        padding: 20px 0;
    }

    .seo-audit-container {
        padding: 0 1rem;
    }

    .seo-audit-title {
        margin-bottom: 1rem;
    }

    .social-media-section {
        padding: 0 1rem;
    }

    .social-media-section p {
        font-size: var(--text-size-mobile);
        margin-bottom: 1rem;
    }
}

/*
 * ===================================================================
 * ## 07-sections/audit-features.css
 * ===================================================================
 */
/* Section fonctionnalités audit SEO */

.audit-features-section {
    background-color: #fff;
    padding: 80px 0;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    max-width: var(--section-max-width);
    margin: 0 auto;
    padding: 0 var(--container-padding);
    align-items: stretch;
    width: 100%;
    box-sizing: border-box;
}

.feature-card {
    border: 1px solid #000;
    border-radius: 20px;
    padding: 55px 12px 40px;
    text-align: center;
    margin-top: 35px;
    transition: all 0.3s ease-in-out;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    min-height: 300px;
}

.feature-card:hover {
    border-color: #fff;
    background: #fff;
    box-shadow: 0 15px 40px rgba(21, 21, 21, 0.09);
}

.feature-icon {
    margin-bottom: 2rem;
    flex-shrink: 0;
}

.feature-icon i {
    font-size: 3rem;
    color: var(--color-primary);
    transition: color 0.3s ease;
}

.feature-card:hover .feature-icon i {
    color: var(--color-primary);
}

.feature-content {
    flex-grow: 1;
    display: flex;
    align-items: flex-start;
}

.feature-text {
    color: var(--color-text);
    font-size: var(--text-size-mobile);
    line-height: 1.6;
    margin: 0;
}

.feature-text strong {
    color: var(--color-primary);
    font-weight: 600;
}

/* Responsive : 2 cartes par ligne dès 980px */
@media (max-width: 980px) {
    .audit-features-section {
        padding: 60px 0;
    }

    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
        padding: 0 20px;
    }

    .feature-card {
        padding: 40px 15px 30px;
        margin-top: 25px;
        min-height: 280px;
    }

    .feature-icon i {
        font-size: 2.5rem;
    }
}

/* Responsive : 1 carte par ligne dès 570px */
@media (max-width: 570px) {
    .features-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .feature-card {
        padding: 35px 20px 25px;
        margin-top: 20px;
        min-height: 250px;
    }

    .feature-text {
        font-size: var(--text-size-mobile);
    }

    .feature-icon i {
        font-size: 2rem;
    }
}

/*
 * ===================================================================
 * ## 07-sections/audit-overview.css
 * ===================================================================
 */
/* Section audit overview */

#audit-overview {
    background-color: var(--color-beige);
    padding: 80px 0;
    margin: 0 6rem;
}

.audit-overview-container {
    max-width: var(--section-max-width);
    margin: 0 auto;
    padding: 0 var(--container-padding);
    text-align: center;
}

.audit-overview-title {
    color: var(--color-heading);
    font-size: 36px;
    line-height: 1.44em;
    font-weight: 500;
    text-align: center;
    margin-bottom: 3rem;
}

.audit-overview-title span {
    color: var(--color-yellow-deep);
}

.audit-categories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    max-width: 1000px;
    margin: 0 auto;
}

.audit-category-item {
    text-align: center;
    padding: 1rem;
}

.audit-category-icon {
    margin-bottom: 1.5rem;
}

.audit-category-icon img {
    width: 80px;
    height: 80px;
    max-width: 80px;
    max-height: 80px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.audit-category-title {
    color: var(--color-heading);
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.audit-category-description {
    color: var(--color-text);
    font-size: var(--text-size-desktop);
    line-height: 1.6;
    margin: 0;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1200px) {
    #audit-overview {
        margin: 0 4rem;
    }

    .audit-overview-container {
        padding: 0 2rem;
    }

    .audit-categories-grid {
        gap: 2.5rem;
    }
}

@media (max-width: 980px) {
    #audit-overview {
        padding: 60px 0;
        margin: 0 2rem;
    }

    .audit-overview-container {
        padding: 0 1.5rem;
    }

    .audit-categories-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }

    .audit-category-item {
        padding: 1rem 0.5rem;
    }

    .audit-overview-title {
        margin-bottom: 2rem;
    }
}

@media (max-width: 980px) {
    #audit-overview {
        margin: 0 1rem;
    }

    .audit-overview-title {
        font-size: 28px;
        margin-bottom: 1.5rem;
    }

    .audit-category-title {
        font-size: 1.15rem;
    }

    .audit-category-description {
        font-size: var(--text-size-laptop);
    }

    .audit-category-icon img {
        width: 70px;
        height: 70px;
        max-width: 70px;
        max-height: 70px;
    }
}

@media (max-width: 480px) {
    #audit-overview {
        padding: 50px 0;
        margin: 0;
    }

    .audit-overview-container {
        padding: 0 1rem;
    }

    .audit-categories-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        max-width: 400px;
    }

    .audit-category-item {
        padding: 1rem 0.5rem;
    }

    .audit-category-icon img {
        width: 55px;
        height: 55px;
        max-width: 55px;
        max-height: 55px;
    }

    .audit-category-title {
        font-size: 1rem;
        margin-bottom: 0.75rem;
    }

    .audit-overview-title {
        font-size: 24px;
    }

    .audit-category-description {
        font-size: var(--text-size-mobile);
    }
}

/*
 * ===================================================================
 * ## 07-sections/seo-audit.css
 * ===================================================================
 */
/* Section SEO audit */

#seo-audit {
    padding: 0;
}

.seo-hero-container {
    text-align: center;
    max-width: var(--section-max-width);
    margin: 0 auto;
    padding: 2rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seo-hero-image {
    max-width: 100%;
    height: auto;
    display: block;
    max-height: 100%;
    object-fit: contain;
    margin: 0 auto;
}

#seo-audit .img-block img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    min-height: 400px;
    object-fit: contain;
}

.screen-container {
    position: relative;
    height: auto;
    margin: 0 auto;
}

.screen-container img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    max-width: 100%;
}

.oval-shape {
    width: 415px;
    height: 415px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    z-index: 1;
    background: linear-gradient(135deg, #f0f8ff 0%, #e6f3ff 100%);
    mix-blend-mode: normal;
    opacity: 0.8;
}

/* ===== R�GLES SP�CIFIQUES POUR GARANTIR LA VISIBILIT� DES OVALES ===== */
/* Force la visibilit� de toutes les ovales color�es */
.oval-shape--yellow,
.oval-shape--orange,
.oval-shape--pink,
.oval-shape--green,
.oval-shape--blue,
.oval-shape--purple {
    display: block !important;
    visibility: visible !important;
    z-index: 1 !important;
    mix-blend-mode: normal !important;
}

/* Position sp�cifique pour les ovales dans les sections normales */
.section-two-cols:not(.section-two-cols--reverse) .oval-shape {
    position: absolute;
    top: 10%;
    right: -15px;
    z-index: 1;
}

/* Position sp�cifique pour les ovales dans les sections invers�es */
.section-two-cols--reverse .oval-shape {
    position: absolute;
    top: 10%;
    left: -15px;
    z-index: 1;
}

/* ===== COULEURS ALTERN�ES POUR LES OVALES ===== */
.oval-shape--yellow {
    background: linear-gradient(135deg,
            var(--color-yellow) 0%,
            rgba(255, 90, 138, 0.8) 100%) !important;
}

.oval-shape--orange {
    background: linear-gradient(135deg,
            var(--color-orange) 0%,
            rgba(255, 164, 127, 0.8) 100%) !important;
}

.oval-shape--pink {
    background: linear-gradient(135deg,
            var(--color-pink) 0%,
            rgba(255, 90, 138, 0.8) 100%) !important;
}

.oval-shape--green {
    background: linear-gradient(135deg,
            var(--color-green) 0%,
            rgba(0, 233, 175, 0.8) 100%) !important;
}

.oval-shape--blue {
    background: linear-gradient(135deg,
            var(--color-blue) 0%,
            rgba(52, 152, 219, 0.8) 100%) !important;
}

.oval-shape--purple {
    background: linear-gradient(135deg,
            var(--color-purple) 0%,
            rgba(129, 30, 255, 0.8) 100%) !important;
}

.oval-shape--yellow,
.oval-shape--orange,
.oval-shape--pink,
.oval-shape--green,
.oval-shape--blue,
.oval-shape--purple {
    opacity: 0.9 !important;
}

/* Ajustements pour la version invers�e */
.section-two-cols--reverse .oval-shape {
    z-index: 1;
}

/* Animation de monter/descendre pour les images */
@keyframes gentleFloat {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* Application de l'animation aux images dans les conteneurs */
.screen-container img {
    animation: gentleFloat 6s ease-in-out infinite;
}

/* ===== TEXT BLOCKS ===== */

.text-block,
.img-block {
    opacity: 1;
}

.img-block {
    display: flex;
}

/* ===== RESPONSIVE ===== */
@media (min-width: 1200px) {
    .seo-hero-container {
        height: 90vh;
        padding: 0;
    }

    .seo-hero-image {
        max-height: 80vh;
        width: auto;
        min-height: 60vh;
        object-fit: contain;
    }

    #seo-audit .section-two-cols {
        height: 90vh;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: var(--section-max-width);
        margin: 5rem auto;
        padding: 0;
    }

    #seo-audit .text-block {
        padding: 0 3rem;
    }

    #seo-audit .text-block h3 {
        margin-bottom: 2rem;
        line-height: 1.1;
        font-weight: 700;
    }

    #seo-audit .text-block p {
        font-size: var(--text-size-desktop);
        line-height: 1.6;
        margin-bottom: 2rem;
    }

    #seo-audit .img-block img {
        max-height: 80vh;
        width: auto;
        min-height: 60vh;
        object-fit: contain;
        display: block;
        margin: 0 auto;
    }
}

@media (max-width: 980px) {
    #seo-audit .section-two-cols {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: left !important;
        padding: var(--container-padding-mobile) !important;
    }

    #seo-audit .section-two-cols.section-two-cols--reverse {
        flex-direction: column !important;
    }

    #seo-audit .section-two-cols .text-block,
    #seo_audit .section-two-cols .img-block {
        flex: none !important;
        width: 100% !important;
    }

    #seo-audit .section-two-cols .img-block {
        order: -1 !important;
        margin-bottom: 2rem !important;
    }

    #seo-audit .section-two-cols.section-two-cols--reverse .img-block {
        order: -1 !important;
        margin-bottom: 2rem !important;
    }

    /* Ajustement de la taille des images dans screen-container */
    .screen-container {
        max-width: 600px;
        height: auto;
    }

    #seo-audit .text-block {
        padding: 20px !important;
        text-align: left !important;
    }

    #seo-audit .text-block h3 {
        text-align: left !important;
        margin-bottom: 1.5rem !important;
    }

    #seo-audit .text-block p {
        text-align: left !important;
        margin-bottom: 1.5rem !important;
        font-size: var(--text-size-laptop);
        line-height: 1.6;
    }

    #seo-audit .text-block .btn {
        margin: 1.5rem 0 0 0 !important;
        align-self: flex-start !important;
    }
}

@media (max-width: 600px) {
    #seo-audit .section-two-cols {
        margin: 0 1rem !important;
    }

    #seo-audit .section-two-cols .img-block {
        margin-bottom: 1.5rem !important;
    }
}

@media (max-width: 480px) {
    .screen-container {
        max-width: 400px;
        height: 400px;
    }

    .section-two-cols:not(.section-two-cols--reverse) .oval-shape,
    .section-two-cols--reverse .oval-shape {
        top: -15%;
    }

    .oval-shape {
        width: 300px;
        height: 300px;
    }

    #seo-audit .section-two-cols {
        margin: 0 1rem !important;
    }

    #seo-audit .text-block {
        padding: 15px !important;
    }

    #seo-audit .section-two-cols .img-block {
        margin-bottom: 1rem !important;
    }

    #seo-audit .text-block p {
        font-size: var(--text-size-mobile);
        line-height: 1.5;
    }
}

/* ===== TEXT BLOCKS - SUPPRESSION DE TOUTES LES ANIMATIONS SEULEMENT SUR AUDIT-SEO ===== */
.page-audit-seo #seo-audit .section-two-cols .text-block,
.page-audit-seo #seo-audit .section-two-cols .img-block {
    will-change: auto !important;
    display: block !important;
}

.page-audit-seo #seo-audit .section-two-cols .img-block {
    display: flex !important;
}

/* ===== SUPPRESSION DES CLASSES D'ANIMATION SEULEMENT SUR LA PAGE AUDIT-SEO ===== */
.page-audit-seo #seo-audit [data-animate] {
    transition: none !important;
    will-change: auto !important;
}

/* ===== DISPOSITION C�TE � C�T� FORC�E - DESKTOP SEULEMENT ===== */
#seo-audit .section-two-cols {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
}

#seo-audit .section-two-cols.section-two-cols--reverse {
    flex-direction: row-reverse !important;
}

#seo_audit .section-two-cols .text-block,
#seo-audit .section-two-cols .img-block {
    flex: 1 !important;
    width: 50% !important;
}

/* ===== RESPONSIVE - VERTICAL EN DESSOUS DE 980PX ===== */
@media (max-width: 980px) {
    #seo-audit .section-two-cols {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 0 !important;
        text-align: left !important;
        padding: var(--container-padding-mobile) !important;
    }

    #seo-audit .section-two-cols.section-two-cols--reverse {
        flex-direction: column !important;
    }

    #seo-audit .section-two-cols .text-block,
    #seo_audit .section-two-cols .img-block {
        flex: none !important;
        width: 100% !important;
    }

    #seo-audit .section-two-cols .img-block {
        order: -1 !important;
        margin-bottom: 2rem !important;
    }

    #seo-audit .section-two-cols.section-two-cols--reverse .img-block {
        order: -1 !important;
        margin-bottom: 2rem !important;
    }

    #seo-audit .text-block {
        padding: 20px !important;
        text-align: left !important;
    }

    #seo-audit .text-block h3 {
        text-align: left !important;
        margin-bottom: 1.5rem !important;
    }

    #seo-audit .text-block p {
        text-align: left !important;
        margin-bottom: 1.5rem !important;
        font-size: var(--text-size-laptop);
        line-height: 1.6;
    }

    #seo-audit .text-block .btn {
        margin: 1.5rem 0 0 0 !important;
        align-self: flex-start !important;
    }
}

@media (max-width: 630px) {
    .section-two-cols:not(.section-two-cols--reverse) .oval-shape {
        right: 0px;
    }

    .section-two-cols--reverse .oval-shape {
        left: 0px;
    }
}

@media (max-width: 600px) {
    #seo-audit .section-two-cols {
        margin: 0 1rem !important;
    }

    #seo-audit .section-two-cols .img-block {
        margin-bottom: 1.5rem !important;
    }
}

@media (max-width: 480px) {
    .seo-hero-container {
        margin-bottom: 3rem;
    }

    #seo-audit .section-two-cols {
        margin: 3rem 1rem;
    }

    #seo-audit .text-block {
        padding: 15px;
    }

    #seo-audit .section-two-cols .img-block {
        margin-bottom: 1rem;
    }

    #seo-audit .text-block p {
        font-size: var(--text-size-mobile);
        line-height: 1.5;
    }
}

/* ===== SOLUTION FINALE POUR LA VISIBILIT� DES OVALES ===== */
.oval-shape {
    border-radius: 50%;
    position: absolute;
    top: 0;
    z-index: 1;
    background: linear-gradient(135deg, #f0f8ff 0%, #e6f3ff 100%);
    mix-blend-mode: normal;
    opacity: 0.8;
    display: block !important;
    visibility: visible !important;
}

/* ===== FORCE FINALE DES COULEURS D'OVALES - PRIORIT� MAXIMALE ===== */
/* Ces r�gles garantissent que les couleurs sont appliqu�es m�me si d'autres r�gles les �crasent */
.screen-container .oval-shape--yellow {
    background: linear-gradient(135deg,
            #ff5a8a 0%,
            rgba(255, 90, 138, 0.8) 100%) !important;
}

.screen-container .oval-shape--orange {
    background: linear-gradient(135deg,
            #ffa47f 0%,
            rgba(255, 164, 127, 0.8) 100%) !important;
}

.screen-container .oval-shape--pink {
    background: linear-gradient(135deg,
            #ff5a8a 0%,
            rgba(255, 90, 138, 0.8) 100%) !important;
}

.screen-container .oval-shape--green {
    background: linear-gradient(135deg,
            #00e9af 0%,
            rgba(0, 233, 175, 0.8) 100%) !important;
}

.screen-container .oval-shape--blue {
    background: linear-gradient(135deg,
            #3498db 0%,
            rgba(52, 152, 219, 0.8) 100%) !important;
}

.screen-container .oval-shape--yellow,
.screen-container .oval-shape--orange,
.screen-container .oval-shape--pink,
.screen-container .oval-shape--green,
.screen-container .oval-shape--blue {
    opacity: 0.9 !important;
}

.screen-container .oval-shape--purple {
    background: linear-gradient(135deg,
            #811eff 0%,
            rgba(129, 30, 255, 0.8) 100%) !important;
}

/*
 * ===================================================================
 * ## 07-sections/value.css
 * ===================================================================
 */
/* Section value */

#value {
    background-color: var(--color-beige);
    padding: var(--section-padding);
}

.value-container {
    margin: var(--section-margin);
    padding: var(--container-padding-desktop);
    text-align: center;
    max-width: var(--section-max-width);
    margin-left: auto;
    margin-right: auto;
}

.value-title {
    color: var(--color-heading);
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 3rem;
}

.value-subtitle {
    color: var(--color-text);
    font-size: var(--text-size-desktop);
    font-weight: 400;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 4rem;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.value-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.value-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    text-align: left;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
}

.value-icon {
    color: var(--color-primary);
    font-size: 1.5rem;
    margin-top: 0.25rem;
    flex-shrink: 0;
}

.value-content {
    color: var(--color-text);
    font-size: var(--text-size-desktop);
    line-height: 1.7;
    text-align: left;
}

.value-content strong {
    color: var(--color-heading);
    font-weight: 600;
}

/* ===== RÈGLES SPÉCIFIQUES POUR PAGE AUDIT-SEO.HTML ===== */
@media screen and (max-width: 1200px) {
    #value {
        margin: 70px 0;
    }
}

@media (max-width: 980px) {
    .audit-seo-container {
        max-width: 720px;
        padding-right: 0;
        padding-left: 0;
        margin: var(--section-margin-mobile);
        padding: var(--container-padding-mobile);
    }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 980px) {
    .value-container {
        margin: var(--section-margin-laptop);
        padding: 0 2rem;
    }

    .value-subtitle,
    .value-content {
        font-size: var(--text-size-laptop);
    }
}

@media (max-width: 980px) {
    .value-container {
        margin: var(--section-margin-mobile);
        padding: var(--container-padding-mobile);
    }

    .value-list {
        gap: 1.5rem;
    }
}

@media (max-width: 980px) {
    .value-title {
        margin-bottom: 2rem;
    }

    .value-subtitle,
    .value-content {
        font-size: var(--text-size-laptop);
    }

    .value-subtitle {
        margin-bottom: 2rem;
    }
}

@media (max-width: 480px) {
    .value-title {
        margin-bottom: 2rem;
    }

    .value-subtitle,
    .value-content {
        font-size: var(--text-size-mobile);
    }

    .value-subtitle {
        margin-bottom: 2rem;
    }
}

/*
 * ===================================================================
 * ## 07-sections/testimonials.css
 * ===================================================================
 */
/* Section témoignages */

.testimonials-section {
    --testimonials-title-desktop: 3.5rem;
    --testimonials-title-laptop: 2.7rem;
    --testimonials-title-tablet: 28px;
    --testimonials-title-mobile: 24px;
    background: #fff;
    padding: 120px 0 80px;
    position: relative;
    max-width: 1740px;
    margin: 60px auto;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.testimonials-section .container {
    max-width: 1740px;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.testimonials-title {
    display: block;
    visibility: visible;
    opacity: 1;
    color: var(--color-heading);
    font-size: var(--testimonials-title-desktop, 3.5rem);
    font-weight: 700;
    text-align: center;
    margin-bottom: 80px;
    line-height: 1.2;
    z-index: 15;
}

.testimonials-carousel {
    visibility: visible;
    opacity: 1;
    position: relative;
    width: 100%;
    max-width: 1740px;
    margin: 0 auto;
    overflow: visible;
    box-sizing: border-box;
    z-index: 12;
}

/* Debug pour testimonials */
/* S'assurer que les testimonials sont visibles même sans Slick */
.testimonials-slider {
    opacity: 1 !important;
    display: block !important;
}

.testimonial-item {
    opacity: 1 !important;
    display: block !important;
}

/* Fallback si Slick ne charge pas */
.testimonials-slider:not(.slick-initialized) .testimonial-item {
    display: inline-block !important;
    width: calc(33.333% - 50px);
    margin: 0 25px 40px;
    vertical-align: top;
}

.testimonials-slider:not(.slick-initialized) {
    text-align: center;
}

@media (max-width: 1200px) {
    .testimonials-slider:not(.slick-initialized) .testimonial-item {
        width: calc(50% - 50px);
    }
}

@media (max-width: 768px) {
    .testimonials-slider:not(.slick-initialized) .testimonial-item {
        width: calc(100% - 50px);
    }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1200px) {
    .testimonials-section {
        padding: 100px 0 60px;
        margin: 40px auto;
    }

    .testimonials-section .container {
        padding: 0 10px;
    }

    .testimonials-title {
        margin-bottom: 60px;
    }

    .carousel-row {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .testimonials-section {
        padding: 80px 0 50px;
        margin: 30px auto;
    }

    .testimonials-title {
        margin-bottom: 50px;
    }

    .carousel-row {
        margin-bottom: 20px;
    }

    .carousel-row:nth-child(2) {
        display: none;
    }
}

@media (max-width: 480px) {
    .testimonials-section {
        padding: 60px 0 40px;
        margin: 20px auto;
    }

    .testimonials-title {
        font-size: var(--testimonials-title-mobile);
        margin-bottom: 40px;
    }
}

/*
 * ===================================================================
 * ## 07-sections/testimonials-pages.css
 * ===================================================================
 */
/* Section témoignages pages (tarification, à propos) */

.pricing-testimonials-section {
    background: #fff;
    padding: 120px 0 80px;
    position: relative;
    max-width: 1740px;
    margin: 60px auto;
    width: 100%;
    box-sizing: border-box;
}

.pricing-testimonials-title {
    color: var(--color-heading);
    font-weight: 700;
    text-align: center;
    margin-bottom: 80px;
    line-height: 1.2;
}

.pricing-testimonials-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 0 2rem;
}

.pricing-testimonial-item {
    flex: 0 0 calc(33.333% - 20px);
    max-width: 420px;
    min-width: 280px;
}

@media (max-width: 980px) {
    .pricing-testimonials-section {
        width: 80% !important;
        padding: 100px 0 60px;
        margin: 40px auto;
    }

    .pricing-testimonials-title {
        margin-bottom: 60px;
    }

    .pricing-testimonials-grid {
        flex-direction: column;
        gap: 20px;
        max-width: 100%;
        margin: 0 1rem;
    }

    .pricing-testimonial-item {
        flex: 1 1 100%;
        max-width: 100%;
        min-width: auto;
    }
}

/*
 * ===================================================================
 * ## 07-sections/why-nova.css
 * ===================================================================
 */
/* Section pourquoi Nova Business */

#why-nova {
    background-color: #ebf3f8;
    padding: 6rem 0;
    margin: 4rem auto 0;
}

.why-nova-container {
    margin: 0 auto;
    padding: 0 3rem;
    text-align: center;
    max-width: var(--section-max-width);
}

.why-nova-title {
    color: var(--color-heading);
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 5rem;
}

.why-nova-content {
    width: 100%;
    margin: 0;
    text-align: left;
}

.why-nova-content p {
    color: var(--color-text);
    font-size: var(--text-size-desktop);
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 2rem;
    max-width: 100%;
}

.why-nova-content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 980px) {
    .why-nova-title {
        margin-bottom: 2.5rem;
    }

    .why-nova-content p {
        font-size: var(--text-size-laptop);
        margin-bottom: 1.8rem;
    }
}

@media (max-width: 980px) {
    .why-nova-container {
        margin: 0 auto;
        padding: 0 1.5rem;
        text-align: left;
        max-width: calc(100% - 40px);
    }

    .why-nova-content {
        max-width: 100%;
        text-align: left;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .why-nova-container {
        padding: 0 1rem;
        max-width: calc(100% - 30px);
        text-align: left;
    }

    .why-nova-title {
        margin-bottom: 2rem;
        text-align: left;
    }

    .why-nova-content p {
        font-size: var(--text-size-mobile);
        margin-bottom: 1.5rem;
    }
}

/*
 * ===================================================================
 * ## 07-sections/cta-banner.css
 * ===================================================================
 */
/* Section CTA bannière */

#cta-banner {
    background: #1f1f1f;
    padding: 110px 0 120px;
    position: relative;
    z-index: 1;
    text-align: center;
    overflow: hidden;
}

#cta-banner .container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 2rem;
}

.cta-banner-container {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    box-sizing: border-box;
}

.cta-banner-content {
    text-align: center;
    position: relative;
    z-index: 3;
}

.cta-banner-title {
    color: #fff;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 5rem;
}

.cta-banner-btn {
    background: #2d2d2d;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 500;
    padding: 1rem 2rem;
    border-radius: 0.375rem;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.cta-banner-btn:hover {
    background: var(--color-accent);
}

.cta-banner-decorations {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.decoration {
    position: absolute;
}

/* SVG 239 dans le coin supérieur droit */
.decoration--svg-top-right {
    top: 0;
    right: 0;
    width: 104px;
    height: 104px;
    background-image: url("../../img/239.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-1px) translateX(+35px);
}

/* SVG 240 dans le coin inférieur gauche */
.decoration--svg-bottom-left {
    bottom: 0;
    left: 0;
    width: 160px;
    height: 160px;
    background-image: url("../../img/240.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-1px) translateX(-60px);
}

/* ===== RESPONSIVE ===== */
@media (min-width: 1200px) {
    .cta-banner-title {
        font-size: 3.5rem;
        margin-bottom: 3rem;
    }

    .cta-banner-btn {
        font-size: 1.25rem;
        padding: 1.25rem 2.5rem;
    }

    .decoration--svg-top-right {
        width: 130px;
        height: 130px;
        top: 0;
        right: 0;
        transform: translateY(-1px) translateX(+35px);
    }

    .decoration--svg-bottom-left {
        width: 200px;
        height: 200px;
        bottom: 0;
        left: 0;
        transform: translateY(+0px) translateX(-60px);
    }
}

@media (max-width: 1200px) {
    .cta-banner-title {
        font-size: 2.8rem;
        margin-bottom: 2.5rem;
    }

    .cta-banner-btn {
        font-size: 1rem;
        padding: 0.9rem 1.8rem;
    }

    .decoration--svg-top-right {
        width: 91px;
        height: 91px;
        top: 0;
        right: 0;
        transform: translateY(-1px) translateX(+25px);
    }

    .decoration--svg-bottom-left {
        width: 140px;
        height: 140px;
        bottom: 0;
        left: 0;
        transform: translateY(+0px) translateX(-35px);
    }
}

@media (max-width: 980px) {
    #cta-banner {
        padding: 80px 0 90px;
    }

    .cta-banner-title {
        font-size: 2.2rem;
        margin-bottom: 2rem;
    }

    .cta-banner-container {
        padding: 0 1.5rem;
    }

    .decoration--svg-top-right {
        width: 78px;
        height: 78px;
        top: 0;
        right: 0;
        transform: translateY(-0px) translateX(+20px);
    }

    .decoration--svg-bottom-left {
        width: 120px;
        height: 120px;
        bottom: 0;
        left: 0;
        transform: translateY(+0px) translateX(-30px);
    }
}

@media (max-width: 768px) {
    #cta-banner {
        padding: 60px 0 70px;
    }

    .cta-banner-title {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
        text-align: center;
    }

    .cta-banner-btn {
        font-size: 0.9rem;
        padding: 0.8rem 1.5rem;
    }

    .decoration--svg-top-right {
        width: 65px;
        height: 65px;
        top: 0;
        right: 0;
        transform: translateY(-0px) translateX(+20px);
    }

    .decoration--svg-bottom-left {
        width: 100px;
        height: 100px;
        bottom: 0;
        left: 0;
        transform: translateY(1px) translateX(-25px);
    }
}

@media (max-width: 480px) {
    .cta-banner-title {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .cta-banner-btn {
        font-size: 0.9rem;
        padding: 0.9rem 1.8rem;
    }

    .decoration--svg-top-right {
        width: 52px;
        height: 52px;
        top: 0;
        right: 0;
        transform: translateY(-0px) translateX(+12px);
    }

    .decoration--svg-bottom-left {
        width: 80px;
        height: 80px;
        bottom: 0;
        left: 0;
        transform: translateY(+0px) translateX(-20px);
    }
}

/*
 * ===================================================================
 * ## 07-sections/contact.css
 * ===================================================================
 */
/* Section contact */

.anti-spam-field,
.hidden {
    display: none !important;
}

.calendly-inline-widget {
    min-width: 320px;
    height: 700px;
    width: 100%;
}

.invalid-feedback,
.empty-feedback {
    display: none;
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.was-validated :placeholder-shown:invalid~.empty-feedback {
    display: block;
}

.was-validated :not(:placeholder-shown):invalid~.invalid-feedback {
    display: block;
}

.is-invalid,
.was-validated :invalid {
    border-color: #dc3545 !important;
}

input[type="checkbox"].is-invalid {
    outline: 1px solid #dc3545;
    outline-offset: 2px;
}

.form.has-errors {
    border: 2px solid #dc3545;
    border-radius: 0.5rem;
    padding: 1.5rem;
    margin: -0.5rem;
    background-color: rgba(220, 53, 69, 0.02);
}

.form-result {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 0.375rem;
    text-align: center;
    font-weight: 500;
    display: none;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.form-result.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    display: block;
}

.form-result.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    display: block;
}

.form-result.loading {
    background-color: #e2e3e5;
    color: #383d41;
    border: 1px solid #d6d8db;
    display: block;
}

.form-result.show {
    opacity: 1;
    transform: translateY(0);
}


.btn-dark:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-dark.loading {
    position: relative;
    color: transparent;
    pointer-events: none;
    opacity: 0.8;
}

.btn-dark.loading::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    margin: auto;
    border: 2px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-dark .btn-loading i {
    animation: spin 1s linear infinite;
}

@keyframes button-loading-spinner {
    from {
        transform: translate(-50%, -50%) rotate(0turn);
    }

    to {
        transform: translate(-50%, -50%) rotate(1turn);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.contact-section {
    background-color: #fff;
    padding: 6rem 0;
}

.contact-section-header {
    margin: 5rem auto;
}

.contact-section-header .h3 {
    color: var(--color-heading);
    font-weight: 700;
}

.contact-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    max-width: var(--section-max-width);
    margin: 2rem auto;
    padding: 0 var(--container-padding);
}

.contact-info {
    order: 1;
}

.contact-info p {
    color: var(--color-text);
    font-size: var(--text-size-desktop);
    line-height: 1.6;
    margin-bottom: 2rem;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.contact-item .contact-icon {
    width: 50px;
    height: 50px;
    background: #f5f5f5;
    color: var(--color-text);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-item .contact-icon:hover {
    background: var(--color-primary);
    color: #fff;
    transform: translateY(-2px);
}

.contact-item .contact-icon i {
    width: auto;
    height: auto;
    background: none;
    color: inherit;
    border-radius: 0;
    display: inline;
    font-size: inherit;
}

.contact-item .h5 {
    color: var(--color-heading);
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 0.25rem 0;
}

.contact-item p {
    color: var(--color-text);
    font-size: 0.95rem;
    margin: 0;
}

.contact-form {
    order: 2;
}

.form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group label {
    color: var(--color-heading);
    font-weight: 600;
    font-size: 0.95rem;
}

.form-group input,
.form-group textarea {
    padding: 0.75rem 1rem;
    border: 2px solid var(--color-border);
    border-radius: 8px;
    font-family: var(--font-family-default);
    font-size: 0.95rem;
    transition: border-color 0.3s ease;
    outline: none;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: var(--color-primary);
}

.form-group textarea {
    resize: none;
    height: 120px;
    min-height: 120px;
    max-height: 120px;
}

.character-count {
    display: none;
    margin-top: 0.25rem;
    font-size: 0.75rem;
    color: #e74c3c;
    font-weight: 500;
}

.btn {
    padding: 1rem 2rem;
    background-color: var(--color-primary);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-family: var(--font-family-default);
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn:hover {
    background-color: #4a8bd9;
    transform: translateY(-2px);
}

.btn-primary {
    background-color: var(--color-primary);
}

.form-checkbox {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem;
}

.form-checkbox .checkbox-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 0.75rem;
}

.form-checkbox input[type="checkbox"] {
    margin: 0;
    margin-top: 0.125rem;
    flex-shrink: 0;
}

.form-checkbox label {
    margin: 0;
    line-height: 1.5;
    cursor: pointer;
}

.form-group input.is-invalid,
.form-group textarea.is-invalid,
.form-group input.error,
.form-group textarea.error {
    border-color: #dc3545;
    box-shadow: none;
}

.invalid-feedback,
.empty-feedback,
.field-error {
    display: block;
    color: #dc3545;
    font-size: 0.75rem;
    font-weight: 400;
    margin-top: 0.25rem;
    line-height: 1.3;
    animation: fadeInError 0.3s ease-in-out;
}

.invalid-feedback,
.empty-feedback {
    display: none;
}

.form-group .is-invalid:invalid:placeholder-shown~.empty-feedback {
    display: block;
}

.form-group .is-invalid:invalid:not(:placeholder-shown)~.invalid-feedback {
    display: block;
}

.form-group .is-invalid.empty~.empty-feedback {
    display: block;
}

.form-group .is-invalid:not(.empty)~.invalid-feedback {
    display: block;
}

.form-checkbox input[type="checkbox"].is-invalid {
    outline: 2px solid #dc3545;
    outline-offset: 2px;
}

.form-checkbox .checkbox-wrapper .is-invalid~.invalid-feedback,
.form-checkbox .checkbox-wrapper .is-invalid~.empty-feedback,
.form-checkbox .invalid-feedback,
.form-checkbox .empty-feedback {
    display: none;
}

.form-checkbox:has(.is-invalid) .invalid-feedback,
.form-checkbox:has(.is-invalid) .empty-feedback {
    display: block;
}

.form-checkbox.has-error .invalid-feedback,
.form-checkbox.has-error .empty-feedback {
    display: block;
}

.field-error {
    display: block;
    color: #e74c3c;
    font-size: 0.75rem;
    font-weight: 500;
    margin-top: 0.25rem;
    line-height: 1.3;
    animation: fadeInError 0.3s ease-in-out;
}

@keyframes fadeInError {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.success-message {
    background: var(--color-heading);
    color: white;
    padding: 1rem 2rem;
    border-radius: 8px;
    margin: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-family: var(--font-family-default);
    font-size: 1rem;
    font-weight: 600;
    width: 100%;
    animation: fadeInSuccess 0.3s ease-out;
}

.success-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

.success-content i {
    font-size: 1.2rem;
    color: #fff;
}

.success-content .success-text {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
}

@keyframes fadeInSuccess {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@media (max-width: 980px) {
    .contact-container {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .contact-info {
        order: 2;
    }

    .contact-form {
        order: 1;
    }

    .contact-section {
        padding: 4rem 0;
    }

    .contact-section-header {
        margin-bottom: 3rem;
    }

    .contact-info p {
        font-size: var(--text-size-laptop);
    }
}

@media (max-width: 768px) {
    .contact-section {
        padding: 3rem 0;
    }

    .contact-container {
        gap: 2rem;
        padding: 0 1.5rem;
    }

    .contact-section-header {
        margin-bottom: 2.5rem;
    }
}

@media (max-width: 480px) {
    .contact-item {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }

    .contact-item .contact-icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .contact-info p {
        font-size: var(--text-size-mobile);
    }

    .contact-section-header {
        margin-bottom: 2rem;
    }
}

.btn-dark {
    position: relative;
    overflow: hidden;
}

.btn-dark .btn-text,
.btn-dark .btn-loading {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}


.btn-dark.success-state {
    background: #2d2d2d;
    color: #fff;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
}

.btn-dark.success-state:hover {
    background: #ffeaa0;
    color: #212121;
}


input[autocomplete="off"] {
    background-color: transparent !important;
}

/* Style pour la case à cocher de consentement */
.form-group-checkbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 1.5rem;
}

.form-group-checkbox label {
    order: 1;
    /* Le texte vient après */
    margin-bottom: 0;
    font-size: 0.9rem;
    font-weight: 400;
}

.form-group-checkbox input[type="checkbox"] {
    order: 0;
    /* La case vient avant */
    margin-right: 0.75rem;
    width: auto;
    height: auto;
    flex-shrink: 0;
}

/* Style pour le lien de confidentialité sous le formulaire */
.privacy-link-form {
    text-align: center;
    margin-top: 0.5rem;
    /* Espacement réduit */
}

.privacy-link-form a {
    font-size: 0.8rem;
    color: #888;
    text-decoration: none;
    transition: color 0.3s ease;
}

.privacy-link-form a:hover {
    color: #333;
}

/*
 * ===================================================================
 * ## 07-sections/contact-banner.css
 * ===================================================================
 */
/* Section contact banner */

#contact-banner {
    background: #fff;
    padding: 4rem 0;
    border-bottom: 1px solid var(--color-border);
}

.contact-direct {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4rem;
    margin: 0 auto;
    max-width: var(--section-max-width);
    padding: 0 20px;
}

.contact-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.75rem;
    transition: transform 0.3s ease;
}

.contact-item:hover {
    transform: translateY(-2px);
}

.contact-icon {
    width: 60px;
    height: 60px;
    background: var(--color-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}

.contact-icon:hover {
    background: var(--color-accent);
    color: var(--color-heading);
    transform: scale(1.05);
}

.contact-icon svg {
    width: 24px;
    height: 24px;
}

.contact-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #a3b1a7;
    margin: 0;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 980px) {
    #contact-banner {
        padding: 3rem 0;
    }

    .contact-direct {
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    #contact-banner {
        padding: 2rem 0;
    }

    .contact-direct {
        flex-direction: column;
        gap: 1.5rem;
    }
}

@media (max-width: 480px) {
    .contact-direct {
        margin: 0 20px;
    }

    .contact-icon {
        width: 50px;
        height: 50px;
    }

    .contact-icon svg {
        width: 20px;
        height: 20px;
    }

    .contact-title {
        font-size: 1rem;
    }
}

/*
 * ===================================================================
 * ## 07-sections/pricing.css
 * ===================================================================
 */
/* ===== SECTION PRICING ===== */

/* Hero Section */
.pricing-hero {
    padding: 6rem 0 4rem;
    text-align: center;
    position: relative;
}

/* Message de promotion */
.pricing-promotion {
    margin-bottom: 4rem;
}

.promotion-text {
    font-size: 1.8rem;
    color: var(--color-heading);
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.4;
}

.promotion-subtitle {
    font-size: var(--text-size-desktop);
    color: var(--color-text-lightest);
    margin: 0;
}

.pricing-hero-title {
    color: var(--color-heading);
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 3rem;
}

/* Section Cards */
.pricing-cards {
    padding: 0 0 6rem;
}

.pricing-cards .container {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

.pricing-cards .h2 {
    margin-bottom: 4rem;
    padding: 0 3rem;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
    align-items: stretch;
    box-sizing: border-box;
}

#pricing-offers {
    scroll-margin-top: 6rem;
}

.pricing-group-title {
    grid-column: 1 / -1;
    text-align: center;
    margin: 1rem auto 1rem;
    font-size: 1.5rem;
    color: var(--color-heading);
    font-weight: 500;
}

.pricing-group-title:nth-of-type(2) {
    margin: 5rem auto 1rem;
}

/* Cards de Tarification */
.pricing-card {
    background: #fff;
    border-radius: 10px;
    padding: 1.8rem 1.5rem;
    text-align: center;
    position: relative;
    border: 1px solid var(--color-border-light);
    overflow: visible;
    display: flex;
    flex-direction: column;
    height: 100%;
    z-index: 1;
    min-height: 420px;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.pricing-card:hover {
    border: 1px solid #000;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.pricing-card.featured {
    border: 1px solid var(--color-border-light);
}

.pricing-card.featured:hover {
    border: 1px solid #000;
}

/* Titre des cartes */
.card-title {
    color: var(--color-heading);
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 1.5rem;
    line-height: 1.2;
    padding: 1rem 0.8rem;
    border-radius: 10px;
    text-align: center;
    min-height: 3.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Couleurs spécifiques pour chaque carte (4 cartes) */
.pricing-card:nth-of-type(1) .card-title {
    background-color: #e3f2fd;
    /* Bleu clair */
}

.pricing-card:nth-of-type(2) .card-title {
    background-color: #f3e5f5;
    /* Violet clair */
}

.pricing-card:nth-of-type(3) .card-title {
    background-color: #e8f5e8;
    /* Vert clair */
}

.pricing-card:nth-of-type(4) .card-title {
    background-color: #fff3e0;
    /* Orange clair */
}

/* Pricing Section */
.card-pricing {
    margin: 1rem 0 1.5rem;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.price-container {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.5rem;
    /* Largeur fixe pour l'alignement des prix */
    min-width: 150px;
    margin-left: auto;
    margin-right: auto;
}

.price {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--color-heading);
}

.price-period {
    font-size: 1.25rem;
    color: #666;
    font-weight: 400;
}

/* Prix barr� et r�duction */
.old-price-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    /* Largeur fixe pour l'alignement avec le prix principal */
    min-width: 150px;
    margin-left: auto;
    margin-right: auto;
}

.old-price {
    font-size: 1.2rem;
    color: #999;
    text-decoration: line-through;
    font-weight: 500;
}

.discount-badge {
    background: var(--color-accent);
    color: #000;
    padding: 4px 12px;
    border-radius: 0.5rem;
    font-size: 0.9rem;
    font-weight: 600;
}

/* Tagline des cartes */
.card-tagline {
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #333;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 0 1rem;
    margin: 0 0 1.5rem;
    font-weight: 500;
    min-height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.3;
}

/* Features List */
.features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.features-list li {
    color: #555;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0.8rem;
    padding-left: 1.4rem;
    position: relative;
}

.features-list li:before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 4px;
    color: var(--color-text-lightest);
    font-size: 1rem;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Target description */
.card-target {
    color: #666;
    font-size: 1rem;
    line-height: 1.4;
    margin: 1.5rem 0;
    padding-top: 1rem;
    border-top: 1px solid var(--color-border-light);
    text-align: center;
    min-height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/* Features Description */
.card-features {
    margin: 1rem auto;
    text-align: left;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 140px;
}

.features-description {
    color: #777;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

/* Buttons */
.card-footer {
    margin-top: auto;
    padding-top: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
}

.card-footer .btn-dark {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.6rem 0.8rem;
}

.stripe-button-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}

/* Carte featured (partenariat) */
.pricing-card--featured {
    position: relative;
    border: 2px solid var(--color-primary);
}

.pricing-card--featured::before {
    content: "RECOMMANDÉ";
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--color-primary);
    color: white;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Informations d'engagement */
.engagement-info {
    margin-top: 0.5rem;
}

.engagement-text {
    font-size: 0.9rem;
    color: var(--color-text);
    font-weight: 500;
    background-color: #f8f9fa;
    padding: 0.4rem 0.8rem;
    border-radius: 15px;
    display: inline-block;
}

/* Responsive Design */

@media (max-width: 910px) {
    .promotion-text {
        font-size: 1.4rem;
    }

    .pricing-hero {
        padding: 4rem 0 3rem;
    }

    .pricing-cards .h2 {
        margin-bottom: 3rem;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
        max-width: 700px;
        gap: 3rem;
        margin: 0 auto;
        padding: 0 2rem;
    }

    .pricing-card {
        min-height: 380px;
    }

    .card-tagline {
        font-size: 1rem;
        padding: 0 0 2rem;
    }

    .card-features {
        margin: 0.8rem auto;
        min-height: 120px;
    }

    .features-list li {
        margin-bottom: 0.6rem;
        font-size: 1rem;
        line-height: 1.4;
    }

    .pricing-card--featured {
        transform: none;
        box-shadow: none;
    }
}

@media (max-width: 540px) {
    .promotion-text {
        font-size: 1.1rem;
    }

    .promotion-subtitle {
        font-size: var(--text-size-mobile);
    }

    .pricing-group-title {
        font-size: 1.1rem;
    }

    .pricing-hero {
        padding: 2rem 0 2rem;
    }

    .pricing-cards {
        padding: 0 0 3rem;
    }

    .pricing-cards .h2 {
        margin-bottom: 2rem;
        font-size: 1.5rem;
    }

    .pricing-card {
        padding: 1.2rem 1rem;
        min-height: 320px;
    }

    .card-title {
        font-size: 1.2rem;
        min-height: 2.5rem;
        margin: 0 0 1rem;
    }

    .card-pricing {
        margin: 0.5rem 0 1rem;
    }

    .price {
        font-size: 2.1rem;
    }

    .old-price-container {
        margin-bottom: 0;
    }

    .old-price {
        font-size: 1rem;
    }

    .price-period {
        font-size: 0.9rem;
    }

    .card-tagline {
        font-size: 0.8rem;
        padding: 0 0 1.5rem;
    }

    .features-list li {
        font-size: 0.8rem;
    }

    .card-target {
        font-size: var(--text-size-mobile);
        margin: 1rem 0;
    }

    .card-footer {
        padding-top: 1rem;
    }

    .pricing-group-title:nth-of-type(2) {
        margin: 3rem auto 0;
    }
}

/*
 * ===================================================================
 * ## 07-sections/faq.css
 * ===================================================================
 */
/* Section FAQ */

.faq-section {
    margin-top: 3rem;
    padding: 80px 0;
    background-color: #fff;
}

.faq-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 var(--container-padding);
    width: 100%;
}

.faq-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 4rem;
    align-items: start;
}

.faq-subtitle {
    color: var(--color-text-lightest);
    font-size: 0.9rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0.9rem;
}

.faq-title {
    color: var(--color-heading);
    font-size: 2.7rem;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 2rem;
}

.faq-cta {
    margin-top: 2rem;
}

.faq-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.faq-item {
    border-bottom: 1px solid #e5e5e5;
}

.faq-questions {
    padding-left: 8rem;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0;
    font-size: 1rem;
    color: var(--color-heading);
    font-weight: 600;
    cursor: pointer;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
}

.faq-question-text {
    flex: 1;
    padding-right: 1rem;
}

.faq-chevron {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
    color: var(--color-heading);
}

.faq-item.active .faq-chevron {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 0 18px 0;
    color: var(--color-text-lightest);
    line-height: 1.6;
    display: none;
}

.faq-answer p,
li {
    font-size: 0.9rem;
}

.faq-item.active .faq-answer {
    display: block;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1200px) {
    .faq-container {
        max-width: 1000px;
        padding: 0 2rem;
    }

    .faq-grid {
        gap: 3rem;
    }

    .faq-title {
        font-size: 2.4rem;
    }

    .faq-questions {
        padding-left: 6rem;
    }
}

@media (max-width: 1024px) {
    .faq-grid {
        gap: 2.5rem;
    }

    .faq-title {
        font-size: 2.2rem;
    }

    .faq-questions {
        padding-left: 4rem;
    }
}

@media (max-width: 980px) {
    .faq-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .faq-content {
        padding-right: 0;
        text-align: left;
        margin-bottom: 1rem;
    }

    .faq-title {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    .faq-questions {
        padding-left: 0 !important;
    }

    .faq-question {
        font-size: 0.95rem;
        padding: 1.2rem 0;
        text-align: left;
    }

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

    .faq-answer {
        text-align: left;
    }

    .faq-answer p,
    li {
        font-size: 0.85rem;
        text-align: left;
    }
}

@media (max-width: 480px) {
    .faq-section {
        padding: 60px 0;
        margin-top: 2rem;
    }

    .faq-container {
        padding: 0 1rem;
    }

    .faq-title {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }

    .faq-question {
        font-size: var(--text-size-mobile);
        padding: 1rem 0;
    }

    .faq-answer {
        padding: 0 0 1rem 0;
    }

    .faq-answer p,
    li {
        font-size: var(--text-size-mobile);
        line-height: 1.5;
    }

    .faq-chevron {
        width: 14px;
        height: 14px;
    }
}

/*
 * ===================================================================
 * ## 07-sections/clients-payment-banner.css
 * ===================================================================
 */
/* Section clients & paiement */

#clients-payment-banner {
    background: #fdf2f0;
    padding: 60px 0;
    margin: 5rem auto;
    max-width: 90%;
    width: 100%;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

#clients-payment-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    bottom: 0;
    width: 50px;
    background: white;
    clip-path: polygon(0% 0%,
            100% 0%,
            55% 8%,
            70% 18%,
            45% 25%,
            65% 35%,
            40% 45%,
            60% 55%,
            35% 65%,
            55% 75%,
            30% 85%,
            50% 95%,
            25% 100%,
            0% 100%);
    z-index: 2;
}

#clients-payment-banner::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    width: 50px;
    background: white;
    clip-path: polygon(100% 0%,
            0% 0%,
            45% 8%,
            30% 18%,
            55% 25%,
            35% 35%,
            60% 45%,
            40% 55%,
            65% 65%,
            45% 75%,
            70% 85%,
            50% 95%,
            75% 100%,
            100% 100%);
    z-index: 2;
}

#clients-payment-banner .container {
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.clients-grid-tarification {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 3rem;
    justify-items: center;
    align-items: center;
    margin: 0 auto 4rem auto;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.client-logo-tarification {
    max-height: 60px;
    max-width: 140px;
    width: auto;
    height: auto;
    object-fit: contain;
    opacity: 0.7;
    transition: all 0.3s ease;
    filter: grayscale(1) brightness(0.8);
}

.client-logo-tarification:hover {
    opacity: 0.9;
    transform: scale(1.05);
    filter: grayscale(0.3) brightness(1);
}

.payment-content {
    text-align: center;
    margin-top: 3rem;
}

.payment-security-text {
    font-size: 1.1rem;
    color: var(--color-text-light);
    margin: 3rem auto;
    font-weight: 300;
    line-height: 1.4;
}

.payment-methods {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.payment-logo {
    height: 40px;
    width: auto;
    object-fit: contain;
    transition: all 0.3s ease;
    opacity: 0.9;
}

.payment-logo:hover {
    opacity: 1;
    transform: scale(1.1);
}

/* Responsive */
@media (max-width: 1199px) {
    .clients-grid-tarification {
        grid-template-columns: repeat(5, 1fr);
        gap: 2rem;
        max-width: 800px;
        width: 100%;
        box-sizing: border-box;
    }

    #clients-payment-banner::before {
        top: -1px;
        left: 0;
        right: 0;
        bottom: auto;
        width: auto;
        height: 35px;
        background: white;
        clip-path: polygon(0% 70%,
                8% 45%,
                15% 85%,
                25% 35%,
                35% 90%,
                42% 25%,
                50% 80%,
                58% 40%,
                65% 95%,
                75% 30%,
                85% 75%,
                92% 50%,
                100% 85%,
                100% 0%,
                0% 0%);
    }

    #clients-payment-banner::after {
        top: auto;
        right: 0;
        bottom: -1px;
        left: 0;
        width: auto;
        height: 35px;
        background: white;
        clip-path: polygon(0% 15%,
                8% 50%,
                15% 25%,
                25% 70%,
                35% 10%,
                42% 75%,
                50% 20%,
                58% 60%,
                65% 5%,
                75% 70%,
                85% 25%,
                92% 50%,
                100% 15%,
                100% 100%,
                0% 100%);
    }
}

@media (max-width: 768px) {
    #clients-payment-banner {
        max-width: 80%;
        padding: 50px 0;
    }

    #clients-payment-banner::before {
        top: -1px;
        left: 0;
        right: 0;
        bottom: auto;
        width: auto;
        height: 20px;
        background: white;
        clip-path: polygon(0% 70%,
                8% 45%,
                15% 85%,
                25% 35%,
                35% 90%,
                42% 25%,
                50% 80%,
                58% 40%,
                65% 95%,
                75% 30%,
                85% 75%,
                92% 50%,
                100% 85%,
                100% 0%,
                0% 0%);
    }

    #clients-payment-banner::after {
        top: auto;
        right: 0;
        bottom: -1px;
        left: 0;
        width: auto;
        height: 20px;
        background: white;
        clip-path: polygon(0% 15%,
                8% 50%,
                15% 25%,
                25% 70%,
                35% 10%,
                42% 75%,
                50% 20%,
                58% 60%,
                65% 5%,
                75% 70%,
                85% 25%,
                92% 50%,
                100% 15%,
                100% 100%,
                0% 100%);
    }

    .clients-grid-tarification {
        grid-template-columns: repeat(5, 1fr);
        gap: 1.5rem;
        max-width: 600px;
        margin-bottom: 3rem;
        width: 100%;
        box-sizing: border-box;
    }

    .client-logo-tarification {
        max-height: 45px;
        max-width: 100px;
    }

    .payment-security-text {
        font-size: var(--text-size-laptop);
    }

    .payment-logo {
        height: 35px;
    }
}

@media (max-width: 480px) {
    #clients-payment-banner {
        max-width: 85%;
        padding: 40px 0;
    }

    .clients-grid-tarification {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
        max-width: 350px;
        margin-bottom: 2.5rem;
        width: 100%;
        box-sizing: border-box;
    }

    .client-logo-tarification {
        max-height: 35px;
        max-width: 90px;
        flex: 0 0 calc(50% - 0.5rem);
    }

    .client-logo-tarification:nth-child(5) {
        flex: 0 0 90px;
        margin: 0 auto;
    }

    .payment-logo {
        height: 30px;
    }
}

/*
 * ===================================================================
 * ## 07-sections/clients-payment-tarification.css
 * ===================================================================
 */
/* Section logos clients tarification */
.clients-section-tarification {
    background-color: #fff;
    padding: 2rem 0;
}

.clients-section-title {
    text-align: center;
    max-width: 1000px;
    margin: 2rem auto 5rem;
    line-height: 1.3;
}

.clients-grid-tarification {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 3rem;
    align-items: center;
    justify-items: center;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 2rem;
}

.client-logo-tarification {
    max-height: 80px;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: all 0.3s ease;
    opacity: 1;
}

.client-logo-tarification:hover {
    transform: scale(1.05);
}

/* Section modes de paiement */
.payment-section {
    margin-top: 2rem;
}

.payment-content {
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 2rem;
}

.payment-logo {
    max-height: 50px;
    max-width: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: all 0.3s ease;
    opacity: 0.8;
}

.payment-logo:hover {
    opacity: 1;
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 980px) {
    .clients-grid-tarification {
        grid-template-columns: repeat(5, 1fr);
        gap: 2rem;
        padding: 0 1.5rem;
    }

    .client-logo-tarification {
        max-height: 70px;
    }

    .payment-content {
        padding: 0 1.5rem;
    }

    .payment-logo {
        max-height: 45px;
        max-width: 70px;
    }
}

@media (max-width: 768px) {
    .clients-section-tarification {
        padding: 3rem 0;
    }

    .clients-grid-tarification {
        grid-template-columns: 1fr;
        gap: 3rem;
        padding: 0 1rem;
    }

    .client-logo-tarification {
        max-height: 60px;
    }

    .payment-section {
        padding: 2.5rem 0;
    }

    .payment-content {
        padding: 0 1rem;
    }


    .payment-logo {
        max-height: 40px;
        max-width: 60px;
    }
}

@media (max-width: 480px) {
    .clients-grid-tarification {
        grid-template-columns: 1fr;
        gap: 3rem;
        max-width: 300px;
    }

    .client-logo-tarification {
        max-height: 50px;
    }


    .payment-logo {
        max-height: 35px;
        max-width: 55px;
    }
}

/*
 * ===================================================================
 * ## 07-sections/about-page.css
 * ===================================================================
 */
/* ===== SECTION PAGE HERO (fusionné ici, plus besoin de page-hero.css) ===== */

.page-hero {
    background-color: #fff;
    padding: 8rem 0 4rem;
    width: 100%;
}

.page-hero-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 var(--container-padding);
    text-align: left;
}

.page-hero h1,
.page-hero .h1 {
    text-align: center;
    margin-bottom: 5rem;
}

.page-hero p {
    color: var(--color-text);
    font-size: var(--text-size-desktop);
    font-weight: 400;
    line-height: 1.7;
    margin: 0 auto 1.5rem;
    text-align: left;
    max-width: 800px;
}

.page-hero p:last-child {
    margin-bottom: 0;
}

@media (max-width: 980px) {
    .page-hero {
        padding: 6rem 0 3rem;
    }

    .page-hero p {
        font-size: var(--text-size-laptop);
        text-align: left;
    }
}

@media (max-width: 480px) {
    .page-hero {
        padding: 3rem 0 2rem;
    }

    .page-hero-container {
        padding: 0 1rem;
    }

    .page-hero h1,
    .page-hero .h1 {
        margin-bottom: 1.5rem;
    }

    .page-hero {
        margin-bottom: 1rem;
    }

    .page-hero p {
        margin-bottom: 1rem;
    }
}

/* Page À propos */
.title-h3.title-center {
    text-align: center;
    margin-bottom: 3rem;
}

.about-history {
    padding: 0;
    max-width: var(--medium-section-max-width);
    margin: 0 auto;
    width: 100%;
    overflow-x: hidden;
}

.about-history .section-two-cols {
    margin: 0 auto;
}

.about-history .text-block h3 {
    font-weight: 700;
    color: var(--color-heading);
    margin-bottom: 2rem;
    text-align: left;
}

.about-history .text-block p {
    font-size: var(--text-size-desktop);
    line-height: 1.7;
    color: var(--color-text);
    margin-bottom: 1.5rem;
    text-align: left;
}

.about-history .img-block img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.about-team {
    padding: var(--section-padding);
    max-width: var(--section-max-width);
    margin: 0 auto;
    width: 100%;
    overflow-x: hidden;
}

.about-team h3 {
    font-weight: 700;
    color: var(--color-heading);
    text-align: center;
    margin-bottom: 3rem;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 3rem 2rem;
    max-width: var(--medium-section-max-width);
    margin: 0 auto;
}

.team-member {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.team-avatar {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
}

.team-avatar:hover {
    transform: scale(1.05);
}

.team-name {
    font-size: var(--text-size-desktop);
    font-weight: 600;
    color: var(--color-heading);
}

.about-history {
    padding: var(--section-padding);
    background-color: #fff;
    width: 100%;
    overflow-x: hidden;
}

.about-history .container {
    max-width: var(--section-max-width);
    margin: 0 auto;
    padding: 0 var(--container-padding);
}

.about-history .section-two-cols {
    max-width: var(--section-max-width);
    margin: 0 auto;
    padding: var(--container-padding-desktop);
}

.about-history .text-block h3 {
    color: var(--color-heading);
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-align: left;
}

.about-history .text-block p {
    color: var(--color-text-lightest);
    font-size: var(--text-size-desktop);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    text-align: left;
}

/* Liste des statistiques */
.history-stats {
    list-style: none;
    padding-left: 0;
    margin: 2rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.history-stats li {
    font-size: var(--text-size-desktop);
    line-height: 1.6;
    color: var(--color-text);
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
}

.history-stats li::before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 20px;
    margin-right: 10px;
    flex-shrink: 0;
    color: var(--color-text-light);
}

/* Responsive */
@media (max-width: 980px) {
    .about-history {
        padding: 3rem 0;
    }

    .about-history .section-two-cols {
        padding: var(--container-padding-mobile);
    }

    .about-history .text-block p,
    .history-stats li {
        font-size: var(--text-size-laptop);
    }

    .history-stats {
        margin: 1.5rem 0;
        gap: 0.5rem;
    }
}

@media (max-width: 480px) {

    .about-history .text-block p,
    .history-stats li {
        font-size: var(--text-size-mobile);
    }

    .about-history .section-two-cols {
        padding: 3rem 0;
    }

    .history-stats {
        margin: 1.25rem 0;
    }

    .history-stats li {
        margin-bottom: 0.5rem;
    }
}

.about-cta {
    padding: var(--section-padding);
    text-align: center;
    max-width: var(--section-max-width);
    margin: 0 auto;
    width: 100%;
    overflow-x: hidden;
}

.cta-content h3 {
    font-weight: 700;
    color: var(--color-heading);
    margin-bottom: 2rem;
    max-width: var(--medium-section-max-width);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.mentions-content {
    padding: 3rem 0 5rem 0;
    max-width: 900px;
    margin: 0 auto;
}

.mentions-container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.mentions-section {
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #f0f0f0;
}

.mentions-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.mentions-section p,
.mentions-section ul,
.mentions-section ol {
    font-size: 1.08rem;
    line-height: 1.8;
    color: var(--color-text, #222);
    margin-bottom: 1.2rem;
    margin-top: 0;
}

.mentions-section ul,
.mentions-section ol {
    padding-left: 2rem;
    margin-bottom: 1.5rem;
}

.mentions-section li {
    margin-bottom: 0.5rem;
    font-size: 1.05rem;
    line-height: 1.7;
}

.mentions-section h3,
.mentions-section .mentions-subtitle {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--color-heading);
    margin-top: 2.5rem;
    margin-bottom: 1.2rem;
    line-height: 1.3;
}

.mentions-section h4,
.mentions-section .mentions-subheading {
    font-size: 1.13rem;
    font-weight: 600;
    color: var(--color-text);
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
    line-height: 1.4;
}

.mentions-section .legal-update {
    margin-top: 2.5rem;
    font-size: 0.98rem;
    color: #888;
    text-align: right;
}

.mentions-section .contact-info {
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
    line-height: 1.7;
}

.mentions-section .mentions-list {
    margin-bottom: 1.2rem;
}

@media (max-width: 980px) {
    .page-hero {
        padding: 6rem 0 6rem;
    }

    .history-stats li {
        text-align: left;
    }

    .team-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        gap: var(--container-gap-laptop);
        max-width: 700px;
    }

    .team-avatar {
        width: 130px;
        height: 130px;
    }

    .mentions-content {
        padding: 2rem 0 3rem 0;
        max-width: 98vw;
    }

    .mentions-container {
        max-width: 95vw;
    }

    .mentions-section {
        margin-bottom: 2rem;
        padding-bottom: 1rem;
    }

    .mentions-section h3,
    .mentions-section .mentions-subtitle {
        font-size: 1.18rem;
    }

    .mentions-section h4,
    .mentions-section .mentions-subheading {
        font-size: 1.05rem;
    }
}

@media (max-width: 768px) {
    .page-hero {
        padding: 4rem 0 4rem;
    }

    .page-hero-container {
        padding: 0 1.5rem;
    }

    .about-history .text-block h3 {
        font-size: var(--h3-size-laptop);
    }

    .team-grid {
        gap: var(--container-gap-mobile);
        max-width: 600px;
    }

    .team-avatar {
        width: 110px;
        height: 110px;
    }
}

@media (max-width: 480px) {
    .page-hero {
        padding: 3rem 0 3rem;
    }

    .page-hero-container {
        padding: 0 1rem;
    }

    .page-hero h1 {
        margin-bottom: 2rem;
    }

    .page-hero p {
        margin-bottom: 1rem;
    }

    .cta-content h3 {
        margin-bottom: 1.5rem;
        padding: 0 1rem;
    }

    .team-grid {
        gap: 1.5rem 1rem;
        max-width: 400px;
    }

    .team-avatar {
        width: 90px;
        height: 90px;
    }

    .team-name {
        font-size: var(--text-size-mobile);
    }

    .mentions-content {
        padding: 1.2rem 0 2rem 0;
    }

    .mentions-container {
        max-width: 99vw;
        padding: 0 0.5rem;
    }

    .mentions-section {
        margin-bottom: 1.2rem;
        padding-bottom: 0.7rem;
    }

    .mentions-section p,
    .mentions-section ul,
    .mentions-section ol {
        font-size: 0.98rem;
    }

    .mentions-section h3,
    .mentions-section .mentions-subtitle {
        font-size: 1.05rem;
    }

    .mentions-section h4,
    .mentions-section .mentions-subheading {
        font-size: 0.98rem;
    }
}

/*
 * ===================================================================
 * ## 07-sections/platforms-banner.css
 * ===================================================================
 */
/* Section plateformes technologiques */
#platforms-banner {
    background: #fdf2f0;
    padding: 60px 0;
    margin: 5rem auto;
    max-width: 90%;
    width: 100%;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

#platforms-banner::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    width: 50px;
    background: white;
    clip-path: polygon(0% 0%,
            100% 0%,
            55% 8%,
            70% 18%,
            45% 25%,
            65% 35%,
            40% 45%,
            60% 55%,
            35% 65%,
            55% 75%,
            30% 85%,
            50% 95%,
            25% 100%,
            0% 100%);
    z-index: 2;
}

#platforms-banner::after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    width: 50px;
    background: white;
    clip-path: polygon(100% 0%,
            0% 0%,
            45% 8%,
            30% 18%,
            55% 25%,
            35% 35%,
            60% 45%,
            40% 55%,
            65% 65%,
            45% 75%,
            70% 85%,
            50% 95%,
            75% 100%,
            100% 100%);
    z-index: 2;
}

#platforms-banner .container {
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

#platforms-banner .highlight-text {
    color: #ff9500;
}

.platforms-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    justify-items: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.platform-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 120px;
    padding: 15px;
}

.platform-logo {
    max-height: 100px;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(1) brightness(0.7) contrast(1.2);
    transition: all 0.3s ease;
    opacity: 0.8;
}

.platform-item:hover .platform-logo {
    filter: grayscale(0.3) brightness(1) contrast(1);
    opacity: 1;
    transform: scale(1.05);
}

/* Responsive */
@media (max-width: 1199px) {
    .platforms-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 4rem 6rem;
        max-width: 800px;
    }

    #platforms-banner::before {
        top: 0;
        left: 0;
        right: 0;
        bottom: auto;
        width: auto;
        height: 35px;
        background: white;
        clip-path: polygon(0% 70%,
                8% 45%,
                15% 85%,
                25% 35%,
                35% 90%,
                42% 25%,
                50% 80%,
                58% 40%,
                65% 95%,
                75% 30%,
                85% 75%,
                92% 50%,
                100% 85%,
                100% 0%,
                0% 0%);
    }

    #platforms-banner::after {
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        width: auto;
        height: 35px;
        background: white;
        clip-path: polygon(0% 15%,
                8% 50%,
                15% 25%,
                25% 70%,
                35% 10%,
                42% 75%,
                50% 20%,
                58% 60%,
                65% 5%,
                75% 70%,
                85% 25%,
                92% 50%,
                100% 15%,
                100% 100%,
                0% 100%);
    }
}

@media (max-width: 768px) {
    #platforms-banner {
        max-width: 80%;
        padding: 50px 0;
    }

    #platforms-banner::before {
        top: 0;
        left: 0;
        right: 0;
        bottom: auto;
        width: auto;
        height: 20px;
        background: white;
        clip-path: polygon(0% 70%,
                8% 45%,
                15% 85%,
                25% 35%,
                35% 90%,
                42% 25%,
                50% 80%,
                58% 40%,
                65% 95%,
                75% 30%,
                85% 75%,
                92% 50%,
                100% 85%,
                100% 0%,
                0% 0%);
    }

    #platforms-banner::after {
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        width: auto;
        height: 20px;
        background: white;
        clip-path: polygon(0% 15%,
                8% 50%,
                15% 25%,
                25% 70%,
                35% 10%,
                42% 75%,
                50% 20%,
                58% 60%,
                65% 5%,
                75% 70%,
                85% 25%,
                92% 50%,
                100% 15%,
                100% 100%,
                0% 100%);
    }

    .platforms-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
        max-width: 400px;
    }

    .platform-item {
        height: 80px;
        padding: 10px;
    }

    .platform-logo {
        max-height: 60px;
    }
}

/*
 * ===================================================================
 * ## 07-sections/seo-checklist.css
 * ===================================================================
 */
/* Section SEO checklist */
#seo-checklist {
    background: var(--color-gray);
    padding: 80px 0;
    position: relative;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

#seo-checklist .container {
    position: relative;
    z-index: 1;
    padding: 0;
}

.checklist-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin: 0 auto;
    padding: 0 1rem;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.checklist-column {
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.checklist-items {
    list-style: none;
    margin: 0;
    padding: 0;
}

.checklist-items li {
    font-size: var(--text-size-mobile);
    line-height: 1.7;
    color: var(--color-text-lightest);
    display: flex;
    align-items: flex-start;
}

.checklist-items li::before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    margin-right: 10px;
    flex-shrink: 0;
}

/* Responsive */
@media (max-width: 990px) {
    .checklist-grid {
        gap: 1.5rem;
        padding: 0 1rem;
    }

    .checklist-column {
        padding: 0 0.5rem;
    }
}

@media (max-width: 980px) {
    .checklist-column {
        padding: 0 0.5rem;
    }

    .checklist-items li {
        font-size: var(--text-size-laptop);
    }
}

@media (max-width: 800px) {
    .checklist-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .checklist-items li {
        font-size: var(--text-size-mobile);
        padding: 0 1rem;
    }

    .checklist-column {
        padding: 0 0 0 1rem;
    }
}

@media (max-width: 768px) {
    #seo-checklist {
        padding: 60px 0;
    }
}

@media (max-width: 480px) {
    .checklist-grid {
        gap: 1rem;
        padding: 0 0.5rem;
    }

    .checklist-column {
        padding: 0 0 0 0.5rem;
    }
}

/*
 * ===================================================================
 * ## 07-sections/footer.css
 * ===================================================================
 */
/* Section footer */

#footer {
    background: #fff;
    padding: 3rem 0 0;
    margin-top: 4rem;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

.footer-main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 4rem;
    padding: 0 20px 3rem;
    margin: 0 auto;
    max-width: var(--section-max-width);
    width: 100%;
    box-sizing: border-box;
}

.footer-branding {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 0 auto;
    align-items: flex-start;
}

.footer-brand-block {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: flex-start;
}

.footer-logo {
    max-height: 40px;
    width: auto;
}

.footer-brand-block img[src*="logo_tuberanker_nav"],
.footer-brand-block img[src*="logo_localranking_nav"],
.footer-brand-block img[src*="logo_alttextgenerator_nav"] {
    max-height: 40px;
    max-width: 120px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.footer-brand-link {
    color: var(--color-text);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-brand-link:hover {
    color: var(--color-primary);
}

.social-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.social-icon {
    width: 32px;
    height: 32px;
    background: #f5f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    color: var(--color-text);
    text-decoration: none;
}

.social-icon:hover {
    background: var(--color-primary);
    color: #fff;
    transform: translateY(-2px);
}

.social-icon i {
    font-size: 14px;
}

.footer-sitemap {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.footer-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--color-heading);
    margin-bottom: 1.5rem;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.footer-link {
    color: var(--color-text);
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    padding: 0.25rem 0;
}

.footer-link:hover {
    color: var(--color-primary);
    padding-left: 0.5rem;
}

.footer-articles {
    display: flex;
    flex-direction: column;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin: 0 auto;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.footer-contact-icon {
    width: 32px;
    height: 32px;
    background: #f5f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    color: var(--color-text);
    text-decoration: none;
    flex-shrink: 0;
    margin-top: 0.125rem;
}

.footer-contact-icon:hover {
    background: var(--color-primary);
    color: #fff;
    transform: translateY(-2px);
}

.footer-contact-icon i {
    font-size: 14px;
}

.footer-contact-info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.footer-contact-title {
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-heading);
    margin: 0;
}

.footer-contact-details {
    font-size: 0.9rem;
    color: var(--color-text);
    margin: 0;
    line-height: 1.4;
}

.footer-separator {
    border-top: 1px solid #e5e5e5;
    margin: 0 auto;
    max-width: var(--section-max-width);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0;
    margin: 0 auto;
    max-width: var(--section-max-width);
    font-size: 0.9rem;
    color: var(--color-text-light);
}

.footer-copyright {
    margin: 0;
    font-size: 0.9rem;
}

.footer-legal {
    display: flex;
    gap: 2rem;
}

.footer-legal-link {
    color: var(--color-text-light);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-legal-link:hover {
    color: var(--color-primary);
}

@media (max-width: 1200px) {
    .footer-main {
        gap: 2rem;
        padding: 0 40px 3rem;
    }

    .footer-title {
        font-size: 1.1rem;
        margin-bottom: 1.25rem;
    }

    .footer-link {
        font-size: 0.9rem;
    }

    .footer-brand-link {
        font-size: 0.6rem;
        color: var(--color-text-lightest);
    }

    .footer-contact-title {
        font-size: 0.95rem;
    }

    .footer-contact-details {
        font-size: 0.85rem;
    }
}

@media (max-width: 980px) {
    #footer {
        margin-top: 0;
    }

    .footer-main {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto auto;
        gap: 2rem;
        padding: 0 30px 3rem;
    }

    .footer-contact {
        grid-column: 1 / -1;
        grid-row: 1;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 60px auto auto;
        gap: 1rem 2rem;
        margin-bottom: 2rem;
        padding-bottom: 2rem;
        border-bottom: 1px solid #e8e8e8;
    }

    .footer-contact-item {
        display: contents;
    }

    .footer-contact-icon {
        grid-row: 1;
        justify-self: center;
        align-self: center;
        width: 40px;
        height: 40px;
        margin: 0;
    }

    .footer-contact-title {
        grid-row: 2;
        text-align: center;
        margin: 0;
        padding: 0.5rem 0;
        font-size: 0.95rem;
        font-weight: 600;
        min-height: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-contact-details {
        grid-row: 3;
        text-align: center;
        margin: 0;
        padding: 0.25rem 0;
        font-size: 0.85rem;
        min-height: 2.5rem;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        line-height: 1.4;
    }

    .footer-branding {
        grid-column: 1;
        grid-row: 2;
    }

    .footer-sitemap {
        grid-column: 2;
        grid-row: 2;
    }

    .footer-articles {
        grid-column: 3;
        grid-row: 2;
    }

    .footer-bottom {
        padding: 2rem 30px;
        font-size: 0.7rem;
    }

    .footer-copyright {
        margin: 0;
        font-size: 0.7rem;
    }
}

@media (max-width: 530px) {
    .footer-main {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 2rem;
        padding: 0 20px 2rem;
    }

    .footer-contact {
        grid-column: 1;
        grid-row: 1;
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        margin-bottom: 1rem;
        padding-bottom: 3rem;
        border-bottom: 1px solid #e8e8e8;
    }

    .footer-contact-item {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        text-align: left;
        align-items: flex-start;
        max-width: none;
    }

    .footer-contact-info {
        align-items: flex-start;
        text-align: left;
    }

    .footer-branding,
    .footer-sitemap,
    .footer-articles {
        grid-column: 1;
        grid-row: auto;
        margin: 0 2rem;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
        padding: 1.5rem 20px;
    }

    .footer-legal {
        gap: 1rem;
    }
}

@media (max-width: 480px) {

    .footer-main,
    .footer-bottom {
        margin: 0 20px;
    }

    .footer-title {
        font-size: 1.1rem !important;
        margin-bottom: 1.25rem !important;
    }
}

/*
 * ===================================================================
 * ## 08-utilities/utilities.css
 * ===================================================================
 */
/* Utilitaires consolidés */

/* Visibilité */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    /* Nécessaire pour sr-only */
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Audit sections */
.audit-section-base {
    max-width: var(--medium-section-max-width);
    margin: var(--margin-section-large);
}

.fade-animation-base {
    transition: all var(--animation-duration) var(--animation-easing);
}

.fade-left {
    transform: translateX(calc(-1 * var(--transform-fade-distance)));
    opacity: 0;
}

.fade-right {
    transform: translateX(var(--transform-fade-distance));
    opacity: 0;
}

.fade-animated {
    transform: translateX(0);
    opacity: 1;
}

/* Alignement du texte */
.text-left-aligned h3,
.text-left-aligned p {
    text-align: left;
}

.text-block-left-aligned {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

/* Boutons */
.btn-left-aligned {
    align-self: flex-start;
    margin-top: 1rem;
    margin-left: 0;
    margin-right: auto;
    text-align: center;
}

.text-block-btn {
    align-self: flex-start;
    margin-top: 1rem;
    margin-left: 0;
    margin-right: auto;
    text-align: center;
}

/* Conteneurs */
.screen-container-auto {
    height: auto;
}

/* Formes ovales */
.oval-shape-default {
    transform: var(--oval-transform-default);
}

.oval-shape-reverse {
    transform: var(--oval-transform-reverse);
}

.oval-default-position {
    transform: var(--oval-transform-default);
}

.oval-reverse-position {
    transform: var(--oval-transform-reverse);
}

/* Images responsives */
.audit-image-responsive,
.audit-image-standard {
    max-width: 100%;
    height: auto;
    min-height: 400px;
    object-fit: contain;
    border-radius: 8px;
    display: block;
    margin: 0 auto;
}



.social-content-container {
    max-width: var(--social-content-max-width);
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.social-icons-container {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.social-floating-icon-base {
    position: absolute;
    opacity: var(--social-icon-opacity);
    object-fit: contain;
    will-change: transform;
}

/* Animation delays are handled by JavaScript via setTimeout() - no CSS classes needed */

/* Media queries spécifiques audit */
@media (min-width: 980px) {
    .audit-section-desktop {
        margin-bottom: var(--margin-bottom-image);
    }

    .audit-animation-desktop .fade-left {
        transform: translateX(calc(-1 * var(--transform-fade-distance)));
        opacity: 0;
        transition: all var(--animation-duration) var(--animation-easing);
    }

    .audit-animation-desktop .fade-right {
        transform: translateX(var(--transform-fade-distance));
        opacity: 0;
        transition: all var(--animation-duration) var(--animation-easing);
    }

    .audit-animation-desktop .fade-animated {
        transform: translateX(0);
        opacity: 1;
    }
}

@media (max-width: 480px) {
    .audit-section-mobile {
        padding: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    /* Animations désactivées pour l’accessibilité */
}

/*
 * ===================================================================
 * ## 08-utilities/audit-utilities.css
 * ===================================================================
 */
/* Utilitaires pour sections audit */

/* Media queries spécifiques audit */
@media (min-width: 980px) {
    .audit-section-desktop {
        margin-bottom: var(--margin-bottom-image);
    }

    .audit-animation-desktop .fade-left {
        transform: translateX(calc(-1 * var(--transform-fade-distance)));
        opacity: 0;
        transition: all var(--animation-duration) var(--animation-easing);
    }

    .audit-animation-desktop .fade-right {
        transform: translateX(var(--transform-fade-distance));
        opacity: 0;
        transition: all var(--animation-duration) var(--animation-easing);
    }

    .audit-animation-desktop .fade-animated {
        transform: translateX(0);
        opacity: 1;
    }
}

@media (max-width: 480px) {
    .audit-section-mobile {
        padding: 0;
    }
}

/* Sections sociales */
.social-section-base {
    position: relative;
    text-align: center;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 2rem;
    container-type: inline-size;
}

.social-content-container {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.social-icons-container {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.social-floating-icon-base {
    position: absolute;
    opacity: 0.5;
    object-fit: contain;
    will-change: transform;
}

/*
 * ===================================================================
 * ## 08-utilities/animations.css
 * ===================================================================
 */
/* Animations optimisées */

/* Accessibilité : animations réduites */
@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }

    [data-animate] {
        opacity: 1 !important;
        transform: none !important;
        will-change: auto !important;
    }
}

/* ===== SYSTÈME D'ANIMATION GLOBAL - VERSION UNIFIÉE ===== */

/* Configuration de base - Tous les éléments avec data-animate */
[data-animate] {
    /* État initial : invisible */
    opacity: 0;
    /* Optimisation des performances */
    will-change: opacity, transform;
}

/* États initiaux par type d'animation */
[data-animate="fade-up"] {
    transform: translateY(30px);
}

[data-animate="fade-left"] {
    transform: translateX(-30px);
}

[data-animate="fade-right"] {
    transform: translateX(30px);
}

[data-animate="fade-in"] {
    /* Animation fade-in pure sans transformation */
    transform: none;
}

[data-animate="zoom-in"] {
    transform: scale(0.9);
}

/* Classes de fallback pour navigateurs sans JS ou IntersectionObserver */
.no-js [data-animate],
.no-intersection-observer [data-animate] {
    opacity: 1 !important;
    transform: none !important;
    will-change: auto !important;
}

/* Optimisation mobile */
@media (max-width: 768px) {
    [data-animate] {
        will-change: auto;
    }
}

/* Fallback pour navigateurs anciens */
@supports not (will-change: transform) {
    [data-animate] {
        opacity: 1 !important;
        transform: none !important;
    }
}

/* Section SEO audit : animations désactivées SEULEMENT sur la page audit-seo */
.page-audit-seo #seo-audit [data-animate],
.page-audit-seo #seo-audit .section-two-cols .text-block,
.page-audit-seo #seo-audit .section-two-cols .img-block {
    opacity: 1 !important;
    transform: none !important;
    will-change: auto !important;
    visibility: visible !important;
    transition: none !important;
    display: block !important;
}

#seo-audit .section-two-cols .img-block {
    display: flex !important;
}

#seo-audit .section-two-cols {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
}

#seo-audit .section-two-cols.section-two-cols--reverse {
    flex-direction: row-reverse !important;
}

@media (max-width: 980px) {

    #seo-audit .section-two-cols,
    #seo-audit .section-two-cols.section-two-cols--reverse {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: left !important;
    }

    #seo-audit .section-two-cols .text-block,
    #seo-audit .section-two-cols .img-block {
        flex: none !important;
        width: 100% !important;
        order: initial !important;
    }

    #seo-audit .section-two-cols .img-block {
        order: -1 !important;
    }

    #seo-audit .section-two-cols.section-two-cols--reverse .img-block {
        order: -1 !important;
    }

    #seo-audit .text-block {
        text-align: left !important;
    }

    #seo-audit .text-block h3,
    #seo-audit .text-block p {
        text-align: left !important;
    }

    #seo-audit .text-block .btn {
        margin: 1rem 0 0 0 !important;
        align-self: flex-start !important;
    }
}

/*
 * ===================================================================
 * ## 08-utilities/scroll-fix.css
 * ===================================================================
 */
/* Correctifs de défilement */

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    position: relative;
}

.container,
.section-two-cols,
.main-content {
    max-width: 100%;
}

.page-hero,
.about-history,
.about-team,
.about-cta {
    width: 100%;
    max-width: 100%;
}

#clients-payment-banner {
    overflow-x: hidden;
}

.clients-grid-tarification {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.section-two-cols>* {
    min-width: 0;
    flex-shrink: 1;
}

img,
svg {
    max-width: 100%;
    height: auto;
    display: block;
}

.section {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

.carousel:not(.testimonials-section .carousel),
.testimonials-carousel:not(.testimonials-section .testimonials-carousel),
.testimonials-double-carousel:not(.testimonials-section .testimonials-double-carousel),
.tarification-testimonials-container:not(.testimonials-section .tarification-testimonials-container) {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.testimonials-section * {
    max-width: none;
    overflow: visible;
}

@media (max-width: 768px) {
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
        max-width: 100%;
    }

    .section-two-cols {
        margin-left: 0;
        margin-right: 0;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.main-content {
    width: 100%;
    min-height: auto;
}

html,
body {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*
 * ===================================================================
 * ## 08-utilities/overflow-fixes.css
 * ===================================================================
 */
/* Correctifs overflow */

/* Conteneurs principaux */
.container,
.section-two-cols,
.main-content {
    overflow: visible !important;
}

/* Sections spécifiques */
.audit-features-section,
.hero-section .clients-grid,
.testimonial-card {
    overflow: visible !important;
}

/* Exceptions nécessaires (effets visuels) */
#platforms-banner,
#clients-payment-banner,
.carousel {
    overflow: hidden !important;
}

@media (max-width: 768px) {

    .container,
    .section-two-cols,
    .text-block,
    .img-block {
        overflow: visible !important;
        max-width: 100% !important;
    }
}

/* Boutons et liens */
.btn,
.nav-link,
.footer-link {
    overflow: visible !important;
}

/* Images et médias */
.client-logo,
.platform-logo,
.team-avatar {
    max-width: 100% !important;
    height: auto !important;
}

/* Formulaires */
.form-group,
.audit-form,
.contact-form {
    overflow: visible !important;
}

/* Navigation */
.main-navigation {
    overflow: visible !important;
}

/* Contenus textuels */
.text-block h1,
.text-block h2,
.text-block h3,
.text-block p {
    overflow: visible !important;
}

/* Grilles et flexbox */
.features-grid,
.testimonials-grid,
.team-grid,
.faq-grid {
    overflow: visible !important;
}

/*
 * ===================================================================
 * ## 08-utilities/testimonials-fix.css
 * ===================================================================
 */
/* Correctifs spécifiques pour les témoignages */

.testimonials-section {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    background: #fff !important;
    padding: 120px 0 80px !important;
    position: relative !important;
    width: 100% !important;
    margin: 60px auto !important;
    overflow: visible !important;
    box-sizing: border-box !important;
    z-index: 999 !important;
    --testimonials-title-desktop: 3.5rem;
    --testimonials-title-laptop: 2.7rem;
    --testimonials-title-tablet: 28px;
    --testimonials-title-mobile: 24px;
}

.testimonial-item {
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 10 !important;
}

.testimonials-slider {
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 9 !important;
}

.testimonials-section.js-disabled .testimonials-slider {
    display: block !important;
    width: 100% !important;
    position: relative !important;
}

.testimonials-section.js-disabled .testimonial-item {
    display: inline-block !important;
    width: 300px !important;
    margin: 0 15px 40px !important;
    vertical-align: top !important;
}

.testimonials-slider.slick-initialized {
    display: block !important;
}

.testimonials-slider.slick-initialized .testimonial-item {
    display: block;
    width: auto;
    margin: auto;
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    display: block !important;
}

@media (max-width: 1200px) {
    .testimonials-section {
        padding: 100px 0 60px !important;
        margin: 40px auto !important;
    }

    .testimonials-title {
        font-size: var(--testimonials-title-laptop) !important;
        margin-bottom: 60px !important;
    }

    .carousel-row {
        margin-bottom: 30px !important;
    }
}

@media (max-width: 768px) {
    .testimonials-section {
        padding: 80px 0 50px !important;
        margin: 30px auto !important;
    }

    .testimonials-title {
        font-size: var(--testimonials-title-tablet) !important;
        margin-bottom: 50px !important;
    }

    .carousel-row {
        margin-bottom: 20px !important;
    }

    .carousel-row:nth-child(2) {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .testimonials-section {
        padding: 60px 0 40px !important;
        margin: 20px auto !important;
    }

    .testimonials-title {
        font-size: var(--testimonials-title-mobile) !important;
        margin-bottom: 40px !important;
    }

    .testimonials-section .container {
        padding: 0 10px !important;
    }
}

/*
 * ===================================================================
 * ## 08-utilities/testimonials-spacing.css
 * ===================================================================
 */
/* Espacement carrousel témoignages */

.testimonials-slider {
    width: 100% !important;
    margin: 0 auto !important;
}

.testimonials-slider .slick-slide {
    padding: 0 15px !important;
    box-sizing: border-box !important;
}

.testimonials-slider .testimonial-item {
    margin: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

@media (min-width: 1200px) {
    .testimonials-slider .slick-slide {
        padding: 0 15px !important;
    }

    .testimonials-slider .slick-list {
        margin: 0 -15px !important;
    }
}

@media (max-width: 1199px) and (min-width: 769px) {
    .testimonials-slider .slick-slide {
        padding: 0 10px !important;
    }

    .testimonials-slider .slick-list {
        margin: 0 -10px !important;
    }
}

@media (max-width: 768px) {
    .testimonials-slider .slick-slide {
        padding: 0 5px !important;
    }

    .testimonials-slider .slick-list {
        margin: 0 -5px !important;
    }

    .carousel-row:nth-child(2) {
        display: none !important;
    }
}

.testimonial-card {
    height: 100% !important;
    box-sizing: border-box !important;
    margin: 0 !important;
}

.testimonials-slider .slick-track {
    display: flex !important;
    align-items: stretch !important;
}

.testimonials-slider .slick-slide>div {
    height: 100% !important;
}

.testimonials-slider .testimonial-item {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
}

/*
 * ===================================================================
 * ## 09-responsive/responsive.css
 * ===================================================================
 */
/* Responsive design global */

@media (min-width: 768px) {
    body {
        font-size: var(--text-size-laptop);
    }

    .container {
        padding: 0 2rem;
    }
}

@media (min-width: 980px) {
    .container {
        max-width: var(--section-max-width);
        margin: 0 auto;
        padding: 0 var(--container-padding);
    }

    .mobile-toggle,
    .mobile-navigation {
        display: none;
    }

    .main-navigation {
        display: flex;
    }
}

@media (min-width: 1200px) {
    body {
        font-size: var(--text-size-desktop);
    }

    .container {
        max-width: var(--section-max-width);
        padding: 0 var(--container-padding);
    }
}

@media (min-width: 1600px) {

    #why-nova,
    #value {
        margin: 0 auto;
        max-width: calc(100% - 200px);
    }

    #why-nova {
        margin-bottom: 100px;
    }

    .why-nova-content {
        padding: 0 50px;
        text-align: left;
    }

    .why-nova-content p {
        text-align: left;
    }
}

@media print {
    /* Impression : masquage des éléments non essentiels */

    .site-header,
    .mobile-navigation,
    #footer,
    .social-floating-icon-base {
        display: none;
    }

    .main-content {
        padding-top: 0;
    }

    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
    }

    .feature-card,
    .value-item {
        page-break-inside: avoid;
    }
}

@media (prefers-reduced-motion: reduce) {
    /* Accessibilité : animations réduites */

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }

    [data-animate],
    .animate-element {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

@media (prefers-contrast: high) {
    /* Contraste élevé : bordures et texte adaptés */

    .btn,
    .contact-btn {
        border-width: 2px;
    }

    p,
    .value-content {
        color: var(--color-text-dark);
    }
}

/* Thème sombre (à compléter si besoin) */
@media (prefers-color-scheme: dark) {}

/*

/*
 * ===================================================================
 * ## 07-sections/legal-pages.css
 * ===================================================================
 */
/* Pages légales */
.legal-hero {
    text-align: center;
    margin: 8rem 0 4rem;
}

.legal-title {
    text-align: center;
    margin: 0 0 1rem;
}

.legal-subtitle {
    text-align: center;
    color: var(--color-text-lightest);
    font-style: italic;
    margin: 0;
}

.legal-wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
}

.legal-section {
    margin: 0 0 3rem;
    padding: 0 0 2rem;
    border-bottom: 1px solid #eee;
}

.legal-section:last-child {
    border-bottom: none;
    margin: 0;
    padding: 0;
}

.legal-heading {
    color: var(--color-heading);
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0 0 1rem;
}

.legal-subheading {
    color: var(--color-heading);
    font-size: 1.1rem;
    font-weight: 500;
    margin: 1.5rem 0 0.75rem;
}

.legal-subsection {
    margin: 0 0 1.5rem;
}

.legal-text {
    line-height: 1.6;
    margin: 0 0 1rem;
}

.legal-text:last-child {
    margin: 0;
}

.legal-list {
    margin: 0 0 1rem 1.5rem;
    padding: 0;
}

.legal-list li {
    margin: 0 0 0.5rem;
    line-height: 1.6;
}

.legal-link {
    color: var(--color-primary);
    text-decoration: underline;
}

.legal-link:hover {
    color: var(--color-primary-dark);
}

/* Responsive */
@media (max-width: 1024px) {
    .legal-wrapper {
        padding: 0 1.5rem;
    }
}

@media (max-width: 768px) {
    .legal-hero {
        margin: 4rem 0 3rem;
    }

    .legal-wrapper {
        padding: 0 1rem;
    }

    .legal-section {
        margin: 0 0 2rem;
        padding: 0 0 1.5rem;
    }

    .legal-heading {
        font-size: 1.2rem;
    }

    .legal-subheading {
        font-size: 1rem;
        margin: 1rem 0 0.5rem;
    }

    .legal-subsection {
        margin: 0 0 1rem;
    }

    .legal-list {
        margin: 0 0 1rem 1rem;
    }
}

@media (max-width: 480px) {
    .legal-hero {
        margin: 2rem 0 2rem;
    }

    .legal-wrapper {
        padding: 0 0.75rem;
    }

    .legal-title {
        font-size: 1.8rem;
        line-height: 1.2;
    }

    .legal-subtitle {
        font-size: 0.9rem;
    }

    .legal-section {
        margin: 0 0 1.5rem;
        padding: 0 0 1rem;
    }

    .legal-heading {
        font-size: 1.1rem;
        margin: 0 0 0.75rem;
    }

    .legal-subheading {
        font-size: 0.95rem;
        margin: 0.75rem 0 0.5rem;
    }

    .legal-text {
        font-size: 0.9rem;
        margin: 0 0 0.75rem;
    }

    .legal-list {
        margin: 0 0 0.75rem 0.75rem;
        font-size: 0.9rem;
    }

    .legal-list li {
        margin: 0 0 0.25rem;
    }
}

/* ===== SECTION INTRO-SERVICE (HYBRIDE OPTIMISÉ why-nova + value) ===== */
/* Style why-nova pour l'apparence - Utilise la définition existante ligne 3211 */

.intro-service-container {
    margin: 2rem auto;
    padding: 0 3rem;
    text-align: center;
    max-width: var(--section-max-width);
}

.intro-service-title {
    color: var(--color-heading);
    max-width: 800px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin: 0rem auto 5rem;
}

.intro-service-content {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
}

.intro-service-content p {
    color: var(--color-text);
    font-size: var(--text-size-desktop);
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 3rem;
    max-width: 100%;
}

.intro-service-content p:last-child {
    margin-bottom: 0;
}

/* ===== SECTION TABS OPTIMISÉE ===== */
.section-tabs-scroll-snap {
    max-width: var(--section-max-width);
    margin: 0 auto;
    padding: var(--section-padding-desktop);
    display: flex;
    gap: var(--gap-large);
    position: relative;
}

.scroll-snap-nav {
    flex: 0 0 var(--nav-width);
    position: sticky;
    top: 2rem;
    height: var(--nav-height);
    padding: 3.5rem 0;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.tabs-nav-item {
    display: block;
    padding: 1rem 1.5rem;
    text-decoration: none;
    color: var(--color-text-lightest);
    font-weight: 400;
    font-size: var(--text-size-desktop);
    font-family: var(--font-family-default);
    transition: var(--transition-smooth);
    border-radius: 0.5rem;
    cursor: pointer;
    border: none;
    border-left: 3px solid transparent;
    background: none;
    text-align: left;
    width: 100%;
}

.tabs-nav-item:hover {
    color: var(--color-text);
    background-color: var(--color-bg-light);
}

.tabs-nav-item.active {
    color: var(--color-text-dark);
    background-color: rgba(236, 236, 236, 0.28);
    font-weight: 600;
}

/* Couleurs des onglets actifs */
.tabs-nav-item:nth-child(1).active,
.tabs-nav-item:nth-child(1):hover {
    border-left-color: var(--color-yellow-deep);
}

.tabs-nav-item:nth-child(2).active,
.tabs-nav-item:nth-child(2):hover {
    border-left-color: var(--color-orange);
}

.tabs-nav-item:nth-child(3).active,
.tabs-nav-item:nth-child(3):hover {
    border-left-color: var(--color-pink);
}

.tabs-nav-item:nth-child(4).active,
.tabs-nav-item:nth-child(4):hover {
    border-left-color: var(--color-green);
}

.tabs-nav-item:nth-child(5).active,
.tabs-nav-item:nth-child(5):hover {
    border-left-color: var(--color-blue);
}

.tabs-nav-item:nth-child(6).active,
.tabs-nav-item:nth-child(6):hover {
    border-left-color: var(--color-purple);
}

.scroll-snap-content {
    flex: 1;
    max-width: var(--content-width);
    height: var(--nav-height);
    margin: 0 auto;
}

/* Sections de contenu */
.content-section {
    padding: 3rem 0;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.content-section:not(.visible) {
    display: none;
}

.content-section.visible {
    display: flex;
    opacity: 1;
    transform: translateY(0);
}

.content-section h3 {
    font-family: var(--font-family-default);
    font-weight: var(--h3-weight);
    color: var(--color-heading);
    line-height: var(--h3-line-height);
    font-size: var(--h3-size-desktop);
    margin-bottom: 1.5rem;
}

.content-section p {
    font-family: var(--font-family-default);
    line-height: 1.6;
    font-size: var(--text-size-desktop);
    margin-bottom: 1rem;
}

/* Liste de fonctionnalités */
.feature-list {
    list-style: none;
    margin: 1rem 0;
}

.feature-list li {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
    font-size: 1rem;
}

.feature-list li::before {
    content: "✓";
    color: var(--color-white);
    font-weight: bold;
    margin-right: 0.75rem;
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-text-light);
    border-radius: 50%;
    font-size: 0.75rem;
    flex-shrink: 0;
}

/* ===== TIMELINE OPTIMISÉE ===== */
.timeline-new {
    --col-gap: 2rem;
    --row-gap: 8rem;
    --line-w: 0.25rem;
    --date-height: 3rem;
    --inline-padding: 1.5rem;

    display: grid;
    grid-template-columns: var(--line-w) 1fr;
    grid-auto-columns: max-content;
    column-gap: var(--col-gap);
    list-style: none;
    width: min(60rem, 90%);
    margin-inline: auto;
    margin-top: 5rem;
}

.timeline-new * {
    max-width: none !important;
}

.timeline-new li {
    grid-column: 2;
    margin-inline: var(--inline-padding);
    grid-row: span 2;
    display: grid;
    grid-template-rows: min-content min-content min-content;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.timeline-new li:not(:last-child) {
    margin-bottom: var(--row-gap);
}

.timeline-new li.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.timeline-new::before {
    content: "";
    grid-column: 1;
    grid-row: 1 / span 20;
    background: var(--color-heading);
    border-radius: calc(var(--line-w) / 2);
}

/* Éléments de la timeline */
.timeline-new .date {
    height: var(--date-height);
    margin-inline: calc(var(--inline-padding) * -1);
    text-align: center;
    background-color: var(--accent-color);
    color: white;
    font-weight: var(--h6-weight);
    font-size: var(--h6-size-desktop);
    font-family: var(--font-family-default);
    display: grid;
    place-content: center;
    position: relative;
    border-radius: calc(var(--date-height) / 2) 0 0 calc(var(--date-height) / 2);
    transform: scale(0.8);
    transition: var(--transition-bounce);
}

.timeline-new li.animate-in .date {
    transform: scale(1);
}

.timeline-new .date::before {
    content: "";
    width: var(--inline-padding);
    aspect-ratio: 1;
    background: var(--accent-color);
    background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
    position: absolute;
    top: 100%;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    right: 0;
}

.timeline-new .date::after {
    content: "";
    position: absolute;
    width: 2rem;
    aspect-ratio: 1;
    background: var(--color-background, #f5f5f5);
    border: 0.3rem solid var(--accent-color);
    border-radius: 50%;
    top: 50%;
    transform: translate(50%, -50%) scale(0);
    right: calc(100% + var(--col-gap) + var(--line-w) / 2);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.timeline-new li.animate-in .date::after {
    transform: translate(50%, -50%) scale(1);
}

.timeline-new .title,
.timeline-new .descr {
    background: #fefefe;
    position: relative;
    padding-inline: var(--inline-padding);
}

.timeline-new .title {
    overflow: hidden;
    padding-block-start: var(--inline-padding);
    padding-block-end: 1rem;
    font-weight: var(--h4-weight);
    font-size: var(--h4-size-desktop);
    font-family: var(--font-family-default);
    color: var(--color-heading);
    line-height: var(--h4-line-height);
}

.timeline-new .descr {
    padding-block-end: var(--inline-padding);
    font-weight: 400;
    font-size: var(--text-size-desktop);
    font-family: var(--font-family-default);
    color: var(--color-text-light);
    line-height: 1.6;
}

.timeline-new .title::before,
.timeline-new .descr::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 0.2rem;
    background: rgb(0 0 0 / 5%);
    left: 50%;
    border-radius: 50%;
    filter: blur(2px);
    transform: translate(-50%, 50%);
}

.timeline-new .title::before {
    bottom: calc(100% + 0.125rem);
}

.timeline-new .descr::before {
    z-index: -1;
    bottom: 0.25rem;
}

/* ===== SECTION AVANTAGES OPTIMISÉE ===== */
.avantages-section {
    background-color: var(--color-beige);
}

.avantages-container {
    margin: var(--section-margin);
    padding: var(--container-padding-desktop);
    max-width: var(--section-max-width);
    margin-left: auto;
    margin-right: auto;
}

.section-title-custom {
    margin: 5rem auto;
    text-align: center;
}

.avantages-list {
    margin: 5rem auto 0;
    list-style: none;
    padding: 0;
    max-width: 1000px;
}

.avantages-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 3rem;
    padding: 0;
}

.avantages-check-icon {
    color: var(--color-primary);
    margin-right: 1rem;
    margin-top: 0.125rem;
    flex-shrink: 0;
    font-size: 1.5rem;
}

.avantages-text {
    flex: 1;
    line-height: 1.6;
    font-family: var(--font-family-default);
    font-size: var(--text-size-desktop);
}

.avantages-text strong {
    color: var(--color-heading);
    font-weight: 600;
}

/* ===== UTILITAIRES AOS ===== */
[data-aos] {
    opacity: 0;
    pointer-events: none;
}

[data-aos].aos-animate {
    opacity: 1;
    pointer-events: auto;
}

/* ===== MEDIA QUERIES OPTIMISÉES ===== */

/* Tablettes et écrans moyens (≤980px) */
@media (max-width: 980px) {
    .tabs-nav-item {
        font-size: var(--text-size-laptop);
        padding: 1rem 0.75rem;
    }

    .scroll-snap-content {
        height: var(--nav-height-mobile);
    }

    .content-section h3 {
        font-size: var(--h3-size-laptop);
        margin-bottom: 1.5rem;
    }

    .content-section p {
        font-size: var(--text-size-laptop);
    }

    /* Avantages responsive */
    .avantages-section {
        padding: 5rem 2rem;
    }

    .avantages-container {
        padding: var(--container-padding-laptop);
    }

    .avantages-text {
        font-size: var(--text-size-laptop);
    }

    .intro-service-container {
        padding: var(--container-padding-laptop);
    }

    .intro-service-content p {
        font-size: var(--text-size-laptop);
        margin-bottom: 3rem;
    }
}

/* Tablettes (≤768px) */
@media (max-width: 768px) {
    .section-tabs-scroll-snap {
        flex-direction: column;
        padding: var(--section-padding-mobile);
        gap: var(--gap-medium);
    }

    .scroll-snap-nav {
        position: static;
        flex: none;
        height: auto;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: var(--gap-tiny);
        padding: 1.25rem 1rem;
        margin: 0;
    }

    .tabs-nav-item {
        font-size: 0.8rem;
        font-weight: 500;
        padding: 0.75rem 0.5rem;
        text-align: center;
        white-space: nowrap;
        background: var(--color-white);
        border: 1px solid var(--color-border-light);
        transition: var(--transition-smooth);
        cursor: pointer;
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .tabs-nav-item:hover {
        background-color: var(--color-light-gray);
        transform: translateY(-1px);
        box-shadow: rgba(0, 0, 0, 0.1);
    }

    .tabs-nav-item.active {
        color: var(--color-white);
        transform: translateY(-1px);
    }

    /* Couleurs des onglets actifs mobile */
    .tabs-nav-item:nth-child(1).active {
        background-color: var(--color-yellow-deep);
        border-color: var(--color-yellow-deep);
    }

    .tabs-nav-item:nth-child(2).active {
        background-color: var(--color-orange);
        border-color: var(--color-orange);
    }

    .tabs-nav-item:nth-child(3).active {
        background-color: var(--color-pink);
        border-color: var(--color-pink);
    }

    .tabs-nav-item:nth-child(4).active {
        background-color: var(--color-green);
        border-color: var(--color-green);
    }

    .tabs-nav-item:nth-child(5).active {
        background-color: var(--color-blue);
        border-color: var(--color-blue);
    }

    .tabs-nav-item:nth-child(6).active {
        background-color: var(--color-purple);
        border-color: var(--color-purple);
    }

    .scroll-snap-content {
        height: auto;
        max-width: 100%;
        margin: 0 1rem;
    }

    .content-section {
        padding: 1rem 1.5rem 4rem;
        min-height: auto;
        text-align: left;
    }

    .content-section h3 {
        font-size: var(--h3-size-laptop);
        margin-bottom: 1.25rem;
        text-align: left;
    }

    .content-section p {
        font-size: var(--text-size-laptop);
    }

    .feature-list {
        padding-left: 0;
    }

    .feature-list li {
        font-size: var(--text-size-laptop);
        line-height: 1.5;
        padding-left: 1.75rem;
        position: relative;
        display: block;
    }

    .feature-list li::before {
        width: 1.125rem;
        height: 1.125rem;
        margin-right: 0;
        left: 0;
        top: 0.125rem;
        position: absolute;
    }

    /* Avantages responsive - 768px */
    .avantages-container {
        padding: var(--container-padding-mobile);
    }

    .section-title-custom {
        margin: 5rem auto;
    }

    .avantages-list {
        margin-top: 1.5rem;
    }

    .avantages-item {
        margin-bottom: 2.5rem;
    }
}

/* Timeline responsive - Desktop alterné */
@media (min-width: 40rem) {
    .timeline-new {
        grid-template-columns: 1fr var(--line-w) 1fr;
    }

    .timeline-new::before {
        grid-column: 2;
    }

    .timeline-new li:nth-child(odd) {
        grid-column: 1;
    }

    .timeline-new li:nth-child(even) {
        grid-column: 3;
    }

    .timeline-new li:nth-child(1) {
        grid-row: 1 / span 2;
    }

    .timeline-new li:nth-child(2) {
        grid-row: 2 / span 2;
    }

    .timeline-new li:nth-child(3) {
        grid-row: 3 / span 2;
    }

    .timeline-new li:nth-child(4) {
        grid-row: 4 / span 2;
    }

    .timeline-new li:nth-child(5) {
        grid-row: 5 / span 2;
    }

    .timeline-new li:nth-child(6) {
        grid-row: 6 / span 2;
        margin-bottom: 8rem;
    }

    .timeline-new li:nth-child(odd) .date::before {
        clip-path: polygon(0 0, 100% 0, 100% 100%);
        left: 0;
    }

    .timeline-new li:nth-child(odd) .date::after {
        transform: translate(-50%, -50%) scale(0);
        left: calc(100% + var(--col-gap) + var(--line-w) / 2);
        transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    }

    .timeline-new li:nth-child(odd).animate-in .date::after {
        transform: translate(-50%, -50%) scale(1);
    }

    .timeline-new li:nth-child(even) .date::after {
        transform: translate(50%, -50%) scale(0);
        right: calc(100% + var(--col-gap) + var(--line-w) / 2);
        left: auto;
        transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    }

    .timeline-new li:nth-child(even).animate-in .date::after {
        transform: translate(50%, -50%) scale(1);
    }

    .timeline-new li:nth-child(odd) .date {
        border-radius: 0 calc(var(--date-height) / 2) calc(var(--date-height) / 2) 0;
    }
}

/* Timeline responsive - Tailles de police pour laptops */
@media (max-width: 1024px) {
    .timeline-new .date {
        font-size: var(--h6-size-laptop);
    }

    .timeline-new .title {
        font-size: var(--h4-size-laptop);
    }

    .timeline-new .descr {
        font-size: var(--text-size-laptop);
    }
}

/* Mobiles (≤480px) */
@media (max-width: 480px) {
    .section-tabs-scroll-snap {
        padding: var(--section-padding-small);
        gap: var(--gap-small);
    }

    .scroll-snap-nav {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        padding: 0.6rem;
        margin: 0;
        gap: 0.4rem;
    }

    .tabs-nav-item {
        font-size: 0.8rem;
        padding: 0.625rem 0.5rem;
        width: 100%;
    }

    .content-section {
        padding: 0;
    }

    .content-section p {
        font-size: var(--text-size-mobile);
        margin-bottom: 1rem;
    }

    .feature-list li {
        font-size: var(--text-size-mobile);
        margin-bottom: 0.625rem;
    }

    /* Timeline responsive - Mobile */
    .timeline-new {
        --date-height: 2.5rem;
        margin-top: 3rem;
    }

    .timeline-new li:not(:last-child) {
        margin-bottom: 4rem;
    }

    .timeline-new .date {
        font-size: var(--h6-size-mobile);
    }

    .timeline-new .title {
        font-size: var(--h5-size-mobile);
        padding-block-start: 1rem;
        padding-block-end: 0.75rem;
    }

    .timeline-new .descr {
        font-size: var(--text-size-mobile);
        padding-block-end: 1rem;
    }

    /* Avantages responsive - Mobile */
    .avantages-section {
        margin-top: 3rem;
        padding: 3rem 1.5rem;
    }

    .avantages-container {
        padding: 0 0.3rem;
    }

    .avantages-text {
        font-size: var(--text-size-mobile);
    }

    /* Intro-service styles responsive - Mobile */
    .intro-service-container {
        padding: 0 0.3rem;
    }

    .intro-service-content p {
        margin-bottom: 2rem;
    }
}

/* ===== MEDIA QUERIES POUR INTRO-SERVICE (HYBRIDE OPTIMISÉ) ===== */

/* Tablettes et écrans moyens */
@media screen and (max-width: 768px) {
    #why-nova {
        padding: 4rem 0;
        margin: 2rem 0 0 0;
    }

    .intro-service-container {
        padding: 0 2rem;
    }

    .intro-service-title {
        margin-bottom: 3rem;
    }

    .intro-service-content p {
        margin-bottom: 1.5rem;
    }
}

/* Mobiles */
@media screen and (max-width: 480px) {
    #why-nova {
        padding: 3rem 0;
        margin: 1rem 0 0 0;
    }

    .intro-service-container {
        padding: 0 1rem;
    }

    .intro-service-title {
        margin-bottom: 2rem;
    }

    .intro-service-content {
        text-align: center;
    }

    .intro-service-content p {
        font-size: var(--text-size-mobile);
        margin-bottom: 1.2rem;
        text-align: left;
    }
}