/* Responsive Styles for Mobile and Tablet */

@import url("https://fonts.googleapis.com/css2?family=Damion&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;600&display=swap");

/* Global Reset for Overflow */
html, body {
    max-width: 100vw;
    overflow-x: hidden;
}

br.mobile-only {
    display: none;
}

.frame-1321316692 {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    align-items: stretch;
    justify-content: flex-start;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.frame-1321316692::-webkit-scrollbar {
    display: none;
}

.frame-1321316643 {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.frame-1321316643::-webkit-scrollbar {
    display: none;
}

.frame-1321316692 > .frame-1321316653,
.frame-1321316692 > .frame-13213166762,
.frame-1321316692 > .frame-1321316678,
.frame-1321316692 > .frame-13213166772,
.frame-1321316692 > .frame-1321316679,
.frame-1321316692 > .frame-1321316680 {
    flex: 0 0 100%;
    min-width: 100%;
    scroll-snap-align: start;
    border-bottom: 0;
}

.type-952 {
    font-family: "Damion", "Damion-Regular", cursive, sans-serif;
}

.type-16 {
    font-family: "Plus Jakarta Sans", "PlusJakartaSans-Regular", sans-serif;
}

.type-16-span2 {
    font-weight: 600;
}

img.arrow-2,
img.arrow-22 {
    height: 16px;
}

img.arrow-10 {
    height: 16px;
}

.nav-toggle {
    display: none;
}

.nav-burger {
    display: none;
}

.mobile-nav {
    display: none;
}

@media screen and (max-width: 1200px) {
    .portfolio {
        width: 100%;
        overflow-x: hidden;
    }

    /* General reset for fixed widths */
    [class*="frame-"] {
        max-width: 100%;
        box-sizing: border-box;
    }

    /* Adjust main content wrapper */
    .frame-1321316622 {
        width: 100%;
        padding: 0 20px;
    }

    .section,
    .frame-13213166262 {
        width: 100%;
        padding: 30px 20px;
    }

    .ma-selection-de-projet {
        font-size: 36px;
        line-height: 1.1;
        text-align: center;
        width: 100%;
    }

    .frame-1321316643 {
        width: 100%;
        overflow-x: visible;
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .frame-1321316638 {
        width: 100%;
        overflow-x: visible;
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .frame-1321316633,
    .frame-1321316634,
    .frame-1321316635,
    .frame-1321316636,
    .frame-1321316639,
    .frame-13213166382,
    .frame-1321316640 {
        flex-direction: column;
        width: 100%;
        height: auto;
        padding: 28px 24px;
        gap: 24px;
        align-items: flex-start;
    }

    .frame-1321316692 {
        display: flex;
        width: 100%;
        flex-direction: row;
        overflow-x: auto;
        overflow-y: hidden;
        align-items: stretch;
    }

    .frame-1321316692 [class*="frame-"] {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .frame-1321316692 img {
        max-width: 100%;
        height: auto;
    }

    .frame-1321316692 .frame-1321316651,
    .frame-1321316692 .frame-13213166512,
    .frame-1321316692 .frame-13213166524 {
        flex-direction: column;
        padding: 24px 16px;
        height: auto;
        align-items: stretch;
        justify-content: flex-start;
        gap: 24px;
    }

    .frame-1321316692 .frame-1321316676 {
        width: 100%;
        padding: 0;
        flex-direction: column;
        align-items: stretch;
        gap: 24px;
    }

    .frame-1321316692 .frame-1321316648,
    .frame-1321316692 .frame-13213166482,
    .frame-1321316692 .frame-13213166483 {
        flex-direction: column;
        align-items: stretch;
        gap: 24px;
    }

    .frame-1321316692 .frame-1321316677 {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .frame-1321316692 .frame-1321316679,
    .frame-1321316692 .frame-1321316678,
    .frame-1321316692 .frame-13213166772,
    .frame-1321316692 .frame-1321316680,
    .frame-1321316692 .frame-13213166524,
    .frame-1321316692 .frame-13213166523 {
        width: 100%;
        height: auto;
        padding: 24px 16px;
        overflow: hidden;
        flex-direction: column;
        gap: 24px;
    }
}

@media screen and (max-width: 1024px) {
    /* Tablet & Smaller Laptops */
    
    /* Header */
    .frame-2676 {
        flex-direction: row;
        gap: 12px;
        padding: 18px 20px;
        height: auto;
        align-items: center;
        text-align: left;
        position: relative;
    }

    .frame-1261153686,
    .frame-1321316625 {
        display: none;
    }

    .nav-burger {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        border-radius: 12px;
        color: #000000;
        font-size: 28px;
        line-height: 1;
        user-select: none;
        cursor: pointer;
    }

    .nav-toggle:checked ~ .mobile-nav {
        display: flex;
    }

    .mobile-nav {
        position: fixed;
        inset: 0;
        z-index: 9999;
        background: #ffffff;
        flex-direction: column;
    }

    .mobile-nav__top {
        background: #a793ac;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 18px 20px;
    }

    .mobile-nav__brand {
        color: #ffffff;
        font-family: "Afacad-Regular", sans-serif;
        font-size: 24px;
        font-weight: 400;
    }

    .mobile-nav__close {
        width: 44px;
        height: 44px;
        border-radius: 12px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        font-size: 32px;
        line-height: 1;
        user-select: none;
        cursor: pointer;
    }

    .mobile-nav__links {
        padding: 0 20px;
    }

    .mobile-nav__links a {
        display: block;
        color: #000000;
        padding: 22px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    }

    .mobile-nav__links a:last-child {
        border-bottom: 0;
    }

    .mobile-nav__links .mobile-nav__item {
        font-family: "Afacad-Regular", sans-serif;
        font-size: 16px;
        font-weight: 400;
    }

    .portfolio {
        width: 100%;
        overflow-x: hidden;
        overflow-y: visible;
    }

    .portfolio > [class*="frame-"],
    .portfolio > .section,
    .portfolio > .section2,
    .portfolio > .section3,
    .portfolio > .about {
        width: 100%;
        max-width: 100%;
    }

    .portfolio img {
        max-width: 100%;
        height: auto;
    }

    [class*="frame-"] {
        max-width: 100%;
        box-sizing: border-box;
    }
    
    .frame-1261153686 {
        gap: 30px;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
    }

    .frame-1321316626,
    .frame-1321316627,
    .frame-1321316628 {
        width: auto;
    }

    .line-1,
    .line-12,
    .line-13 {
        display: none;
    }

    .frame-1321316625 {
        width: auto;
        justify-content: center;
        margin-top: 10px;
        padding: 14px 22px;
    }

    .frame-1321316629,
    .frame-13213166292 {
        padding: 12px 22px;
        gap: 14px;
    }

    .frame-1321316629 .d-couvrir-mon-univers,
    .frame-13213166292 .d-couvrir-mon-univers {
        font-size: 15px;
    }

    .frame-26822 {
        padding: 14px 22px;
    }

    .cta-projets {
        padding: 14px 22px;
    }
    
    /* Hero Section */
    .frame-1321316585 {
        flex-direction: column-reverse;
        height: auto;
        padding: 20px 0;
        gap: 40px;
    }
    
    .frame-1321316584 {
        width: 100%;
        height: auto;
        display: block;
    }
    
    .frame-1321316583 {
        width: 100%;
        max-width: 100%;
    }
    
    .frame-1321316582 {
        height: auto;
        padding: 30px;
        width: 100%;
    }

    .frame-1321316630 {
        display: none;
    }
    
    /* Project Cards - Stack vertically */
    .frame-1321316633, 
    .frame-1321316634, 
    .frame-1321316635, 
    .frame-1321316636,
    .frame-1321316639,
    .frame-13213166382,
    .frame-1321316640 {
        flex-direction: column;
        width: 100%;
        height: auto;
        padding: 28px 24px;
        gap: 24px;
        align-items: flex-start;
    }
    
    .frame-1321316631 {
        width: 100%;
    }

    .projet2 {
        text-align: left;
    }

    .tag,
    .tag2,
    .tag3,
    .tag4 {
        width: 100%;
        align-self: stretch;
    }
    
    .image, 
    .image2, 
    .image3, 
    .image4 {
        width: 100%;
        flex: none;
        min-height: 260px;
        height: auto;
        overflow: hidden;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .frame-12611536852 {
        width: 100%;
        height: auto;
        padding: 24px 16px;
    }

    .group-582,
    .frame-12611536842 {
        width: 100%;
        max-width: 440px;
        height: auto;
        position: relative;
        left: auto;
        top: auto;
    }

    .frame-12611536832 {
        height: auto;
    }

    .rectangle-8392 {
        height: auto;
    }

    .image2 .frame-1321316644,
    .image3 .frame-1321316644 {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        width: 100%;
        max-width: 440px;
        gap: 12px;
    }

    .image2 .frame-1321316641,
    .image3 .frame-1321316641 {
        flex: 1 1 0;
        width: auto;
        max-width: calc(50% - 6px);
        height: auto;
        aspect-ratio: 182 / 394;
        padding: 10px 28px;
    }

    .image2 .frame-13213166432,
    .image2 .frame-13213166433,
    .image3 .frame-13213166432,
    .image3 .frame-13213166433 {
        position: relative;
        left: auto;
        top: auto;
        flex: 1 1 0;
        width: auto;
        max-width: calc(50% - 6px);
        height: auto;
        aspect-ratio: 122.24 / 265;
        padding: 10px 20px;
    }

    /* Hide arrows on mobile/tablet since we are stacking */
    .lucide, .lucide2, .lucide3, .lucide4, .lucide5, .lucide6, .lucide7, .lucide8, .lucide9, .lucide10 {
        display: none;
    }

    /* Scroll containers - Reset to normal flow */
    .frame-1321316643 {
        width: 100%;
        overflow-x: visible;
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
    
    .frame-1321316638 {
        width: 100%;
        overflow-x: visible;
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .frame-13213166312,
    .frame-13213166313 {
        width: 100%;
    }

    .market-place,
    .r-seaux-social,
    .refonte-site-vitrine,
    .e-commerce,
    .agence-de-voyage {
        font-size: 64px;
        line-height: 100%;
        letter-spacing: -0.02em;
    }

    .e-commerce {
        display: inline-flex;
        flex-wrap: nowrap;
        gap: 0;
        white-space: nowrap;
        align-items: baseline;
    }

    .e-commerce-span,
    .e-commerce-span2 {
        font-size: 1em;
        line-height: inherit;
        letter-spacing: inherit;
    }

    .frame-1321316666,
    .frame-1321316668,
    .tags,
    .tags2 {
        width: 100%;
    }

    .objectif-concevoir-une-interface-moderne-innovante,
    .r-le-recherche-utilisateur-wireframes-ui-design-prototype,
    .objectif-cr-er-une-plateforme-sociale-intuitive-et-engageante,
    .ce-projet-est-une-plateforme-sociale-d-di-e-aux-rencontres-permettant-de-connecter-des-personnes-partageant-les-m-mes-centres-d-int-r-t-gr-ce-une-interface-intuitive-et-moderne-l-exp-rience-est-pens-e-pour-tre-s-curis-e-engageante-et-ludique-favorisant-des-interactions-authentiques,
    .objectif-cr-er-une-boutique-en-ligne-intuitive-et-immersive,
    .une-boutique-en-ligne-moderne-d-di-e-au-maquillage-et-aux-soins-beaut-offrant-une-exp-rience-intuitive-et-immersive-les-utilisateurs-peuvent-d-couvrir-comparer-et-acheter-facilement-des-produits-tendance-avec-un-design-l-gant-qui-refl-te-l-univers-de-la-marque,
    .objectif-planifier-et-r-server-des-voyages-facilement-tout-en-offrant-une-exp-rience-immersive-et-engageante,
    .un-site-vitrine-pens-pour-les-voyageurs-avec-une-interface-claire-et-moderne-qui-met-en-avant-destinations-offres-et-exp-riences-tout-en-rendant-la-navigation-simple-et-agr-able {
        width: 100%;
        max-width: 100%;
    }

    .tag4,
    .r-le-conception-des-interfaces-wireframes-et-prototypes-responsive,
    .r-le-ui-ux-designer-conception-des-interfaces-parcours-utilisateur-et-design-responsive,
    .r-le-ui-ux-designer-conception-des-interfaces-parcours-utilisateur-et-prototypes-responsive {
        width: 100%;
        max-width: 100%;
    }

    .frame-1261153632 {
        width: 100%;
        padding: 40px 20px;
        flex-direction: column;
        gap: 30px;
        align-items: flex-start;
    }

    .frame-1261153631,
    .frame-2682,
    .frame-1321316624 {
        width: 100%;
    }

    .section2,
    .section3 {
        width: 100%;
        padding: 30px 20px;
    }

    .container,
    ._2-columns2 {
        width: 100%;
    }

    ._2-columns2 {
        flex-direction: column;
        height: auto;
        gap: 24px;
    }

    .card3 {
        width: 100%;
        height: auto;
    }

    .frame-13213166242,
    .frame-13213166252,
    .frame-13213166262 {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
        justify-content: flex-start;
        text-align: left;
    }


    /* About Section */
    .about {
        padding: 20px;
        width: 100%;
    }
    
    .frame-9 {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    
    .bonjour-je-m-appel-clara-dran-et-je-suis-web-designeur-depuis-6-mois-ayant-appris-en-auto-didact-tout-les-concepts-du-m-tier-j-ai-pour-projet-de-me-lancer-dans-le-grand-bain {
        width: 100%;
        text-align: left;
    }
}

@media screen and (max-width: 768px) {
    /* Mobile Styles */

    br.mobile-only {
        display: inline;
    }
    
    /* Typography Adjustments */
    .type-95 {
        font-size: 42px; /* Adjusted for better readability */
    }
    
    .type-952 {
        font-size: 32px;
    }
    
    .type-16 {
        font-size: 18px;
        line-height: 1.5;
    }
    
    .clara-dran {
        font-size: 20px;
    }
    
    /* Header Compactness */
    .frame-2676 {
        padding: 15px;
        gap: 15px;
        align-items: center;
    }

    .portfolio {
        width: 100%;
        overflow-x: hidden;
        overflow-y: visible;
    }

    .portfolio > [class*="frame-"],
    .portfolio > .section,
    .portfolio > .section2,
    .portfolio > .section3,
    .portfolio > .about {
        width: 100%;
        max-width: 100%;
    }

    [class*="frame-"] {
        height: auto;
        max-width: 100%;
        box-sizing: border-box;
    }

    .portfolio * {
        overflow-wrap: break-word;
        word-break: break-word;
    }

    .frame-1261153686 {
        gap: 15px;
        width: 100%;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    
    .accueil, .projet, .profil {
        font-size: 14px;
    }
    
    .frame-1321316625 {
        width: 100%;
        justify-content: center;
        padding: 12px 20px; /* Smaller padding */
    }

    .clara-dran {
        text-align: center;
        width: 100%;
    }
    
    .frame-1321316585 {
        flex-direction: column;
        padding: 0 16px;
        gap: 18px;
    }

    .frame-1321316582 {
        border-radius: 64px;
        height: auto;
        padding: 34px 28px;
        gap: 18px;
        align-items: flex-start;
        text-align: left;
    }

    .frame-1321316581 {
        padding: 0;
        gap: 18px;
    }

    .frame-13213166222 {
        gap: 14px;
    }

    .frame-1321316587 .type-95 {
        font-size: clamp(58px, 16vw, 78px);
        line-height: 100%;
        max-width: 8ch;
    }

    .frame-1321316587 .type-952 {
        font-size: clamp(34px, 10vw, 44px);
        line-height: 120%;
    }

    .frame-1321316582 .type-16 {
        color: #858585;
        font-size: 13px;
        line-height: 150%;
        letter-spacing: 0.02em;
    }

    .frame-1321316582 .frame-1321316629 {
        width: auto;
        justify-content: flex-start;
        align-self: flex-start;
        padding: 10px 14px;
        gap: 10px;
        background: #ffffff;
    }

    .frame-1321316580 {
        flex-direction: row;
        gap: 16px;
        align-items: stretch;
    }

    .rectangle-11 {
        flex: 0 0 132px;
        width: 132px;
        height: 170px;
        border-radius: 999px;
        object-fit: cover;
    }

    .arrow-link {
        width: 170px;
        height: 170px;
        display: block;
        flex-shrink: 0;
    }

    .lucide-arrow-down-left {
        width: 100%;
        height: 100%;
        display: block;
    }

    .frame-1321316584 {
        width: 100%;
        display: block;
        position: relative;
        height: auto;
        border-radius: 0;
        overflow: visible;
        display: flex;
        justify-content: center;
    }

    .rectangle-13 {
        display: none;
    }

    .frame-251 {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .frame-1321316584 .frame-1321316617 {
        width: min(360px, 92vw);
        position: relative;
        aspect-ratio: 940 / 1316;
    }

    .frame-1321316584 .front-view-hand-holding-smartphone-photoroom-1 {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        transform: none;
        object-fit: contain;
    }

    .frame-1321316616-2-1 {
        display: block;
        position: absolute;
        left: 36.0%;
        top: 21.65%;
        width: 31.94%;
        height: 49.46%;
        transform-origin: 0 0;
        transform: rotate(0.407deg);
        border-radius: 14px;
        object-fit: cover;
        pointer-events: none;
    }

    /* Buttons */
    .frame-1321316629, 
    .frame-13213166292 {
        width: 100%;
        justify-content: center;
        padding: 10px 16px;
        flex-wrap: wrap;
        text-align: center;
    }

    .frame-1321316582 .frame-1321316629 {
        width: auto;
        justify-content: flex-start;
        align-self: flex-start;
        padding: 10px 14px;
        gap: 10px;
        background: #ffffff;
    }

    .frame-1321316629 .d-couvrir-mon-univers,
    .frame-13213166292 .d-couvrir-mon-univers {
        font-size: 14px;
    }

    .frame-26822 {
        width: 100%;
        justify-content: center;
        padding: 14px 20px;
    }

    .cta-projets {
        padding: 12px 18px;
    }
    
    /* Project Tags */
    .tags {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .frame-1321316666, .frame-1321316668 {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    /* Footer / Contact Preview */
    .frame-2684 {
        width: 100%;
        align-items: center;
        flex-direction: column;
        gap: 20px;
    }
    
    .frame-2680 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        flex-direction: column;
        align-items: stretch;
    }

    .nom,
    .pr-nom,
    .adresse-mall,
    .t-l-phone,
    .message {
        width: 100%;
    }

    .market-place,
    .r-seaux-social,
    .refonte-site-vitrine,
    .e-commerce,
    .agence-de-voyage {
        font-size: 44px;
        line-height: 100%;
        letter-spacing: -0.02em;
    }

    .e-commerce {
        display: inline-flex;
        flex-wrap: nowrap;
        gap: 0;
        white-space: nowrap;
        align-items: baseline;
    }

    .e-commerce-span,
    .e-commerce-span2 {
        font-size: 1em;
        line-height: inherit;
        letter-spacing: inherit;
    }

    .frame-13213166242,
    .frame-13213166252,
    .frame-13213166262 {
        padding: 24px 16px;
    }

    .frame-1321316644 {
        align-items: center;
        gap: 20px;
        justify-content: center;
        width: min(320px, 100%);
    }

    .image2 .frame-1321316644,
    .image3 .frame-1321316644 {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        width: 100%;
        max-width: 360px;
        gap: 10px;
    }

    .image2 .frame-1321316641,
    .image3 .frame-1321316641 {
        flex: 1 1 0;
        width: auto;
        max-width: calc(50% - 5px);
        height: auto;
        aspect-ratio: 182 / 394;
        padding: 10px 22px;
    }

    .image2 .frame-13213166432,
    .image2 .frame-13213166433,
    .image3 .frame-13213166432,
    .image3 .frame-13213166433 {
        position: relative;
        left: auto;
        top: auto;
        flex: 1 1 0;
        width: auto;
        max-width: calc(50% - 5px);
        height: auto;
        aspect-ratio: 122.24 / 265;
        padding: 10px 16px;
    }

    .frame-1261153685,
    .group-58,
    .frame-12611536852,
    .group-582,
    .frame-1261153684,
    .frame-12611536842,
    .frame-12611536843 {
        width: 100%;
        height: auto;
        position: relative;
        left: auto;
        top: auto;
    }

    .frame-12611536832 {
        height: auto;
    }

    .rectangle-8392 {
        height: auto;
    }

    img.frame-1321316641,
    img.frame-13213166432,
    img.frame-13213166433 {
        width: 100%;
        height: auto;
    }

    .frame-13213166252 {
        text-align: left;
    }

    .frame-13213166242 {
        text-align: left;
    }

    .frame-1321316633,
    .frame-1321316634,
    .frame-1321316635,
    .frame-1321316636 {
        padding: 22px 16px;
        border-radius: 24px;
    }

    .ma-selection-de-projet {
        font-size: 28px;
    }

    .title,
    .frame-1321316667 {
        align-items: center;
        text-align: center;
        gap: 10px;
    }

    .frame-1321316631 {
        align-items: center;
        text-align: center;
        gap: 16px;
    }

    .tags,
    .tags2 {
        align-items: center;
    }

    .frame-16,
    .frame-1261153687 {
        width: 100%;
        align-items: stretch;
    }

    .frame-1261153687 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 18px 40px;
        justify-items: start;
    }

    .frame-13213166262,
    .frame-13213166252,
    .frame-13213166242 {
        text-align: left;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .frame-2647,
    .frame-2650,
    .frame-2648,
    .frame-2651 {
        align-items: flex-start;
    }
}

/* --- Specific Page Adaptations --- */

@media screen and (max-width: 1024px) {
    .frame-1321316653 {
        flex-direction: column;
        height: auto;
        padding: 34px 20px;
        gap: 22px;
    }

    .frame-1321316652 {
        width: 100%;
        height: auto;
        overflow: visible;
    }

    .frame-1321316651 {
        width: 100%;
        height: auto;
        padding: 0;
        gap: 22px;
        align-items: center;
        text-align: center;
    }

    .frame-1321316648 {
        align-items: center;
        text-align: center;
        gap: 16px;
    }

    .frame-1321316654 {
        align-items: center;
        text-align: center;
        gap: 10px;
    }

    .frame-1321316653 .type-95 {
        font-family: "Afacad", "Afacad-Regular", sans-serif;
        font-weight: 400;
        font-size: clamp(44px, 11vw, 64px);
        line-height: 110%;
        text-align: center;
    }

    .type-952 {
        font-size: clamp(30px, 9vw, 42px);
        line-height: 120%;
        text-align: center;
    }

    .frame-1321316653 .type-16 {
        color: rgba(0, 0, 0, 0.55);
        font-family: "PlusJakartaSans-Regular", sans-serif;
        font-size: 14px;
        line-height: 140%;
        letter-spacing: 0.03em;
        max-width: 36ch;
        margin: 0 auto;
    }

    .frame-1321316656 {
        width: 100%;
        justify-content: center;
        margin: 0;
        background: transparent;
        padding: 12px 0 0 0;
    }
    
    .vector-7 {
        display: none;
    }

    .frame-1321316655 {
        width: 100%;
        max-width: 420px;
        height: auto;
        aspect-ratio: 3 / 2;
        border-radius: 24px;
    }

    .frame-1321316655 .rectangle-2 {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: 50% 20%;
    }

    .rectangle-3 {
        display: none;
    }

    /* Processus de travail (Profil Page) */
    .frame-1321316657 {
        flex-direction: column;
        height: auto;
        gap: 30px;
        align-items: center;
    }

    .vector-5, .vector-6 {
        display: none;
    }

    ._2-columns {
        flex-direction: column;
        height: auto;
        gap: 30px;
    }

    .card {
        width: 100%;
        height: auto;
        min-height: 300px;
    }
    
    /* CONTACT PAGE */
    .frame-1321316623 {
        flex-direction: column;
        padding: 0;
        height: auto;
        gap: 0;
    }

    .frame-2683 {
        width: 100%;
        align-items: stretch;
        text-align: left;
    }

    .frame-2684 {
        width: 100%;
    }

    .frame-2681 {
        width: 100%;
    }

    .frame-1321316623 .frame-2683 {
        max-width: 100%;
        height: auto;
        gap: 34px;
        padding: 72px 24px 56px 24px;
        align-items: flex-start;
        text-align: left;
        justify-content: flex-start;
    }

    .frame-1321316623 .frame-1321316647 {
        gap: 34px;
        align-items: flex-start;
    }

    .frame-1321316623 .travaillons-ensemble {
        width: 100%;
        max-width: 12ch;
        font-size: clamp(44px, 12vw, 54px);
        line-height: 105%;
        text-align: left;
    }

    .frame-1321316623 .frame-2682 {
        width: 100%;
        align-items: flex-start;
    }

    .frame-1321316623 .frame-1321316624 {
        width: 100%;
        align-items: flex-start;
        text-align: left;
    }

    .frame-1321316623 .frame-13213166232 {
        align-self: flex-start;
        padding: 14px 22px;
    }

    .frame-1321316623 .frame-2684 {
        height: auto;
        padding: 40px 18px 0;
        gap: 28px;
        align-items: stretch;
    }

    .frame-1321316623 .frame-2681 {
        align-items: stretch;
        justify-content: flex-start;
        gap: 20px;
    }

    .frame-1321316623 .frame-1321316658 {
        gap: 18px;
    }

    .frame-1321316623 .frame-2680 {
        flex-direction: row;
        gap: 14px;
    }

    .frame-1321316623 .nom,
    .frame-1321316623 .pr-nom {
        min-width: 0;
        flex: 1 1 0;
    }

    .frame-1321316623 .frame-26822 {
        align-self: flex-end;
        padding: 18px 34px;
    }
    
    /* SERVICE EN LIGNE (Project Detail) */
    .frame-1321316692 {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
        align-items: stretch;
        justify-content: flex-start;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
    }

    .frame-1321316692::-webkit-scrollbar {
        display: none;
    }

    .frame-1321316692 > .frame-1321316653,
    .frame-1321316692 > .frame-13213166762,
    .frame-1321316692 > .frame-1321316678,
    .frame-1321316692 > .frame-13213166772,
    .frame-1321316692 > .frame-1321316679,
    .frame-1321316692 > .frame-1321316680 {
        flex: 0 0 100%;
        min-width: 100%;
        scroll-snap-align: start;
        border-bottom: 0;
    }

    .frame-1321316692 > .frame-1321316653 {
        padding: 0;
        gap: 0;
    }

    .frame-1321316692 .frame-1321316653,
    .frame-1321316692 .frame-13213166762,
    .frame-1321316692 .frame-1321316678,
    .frame-1321316692 .frame-13213166772,
    .frame-1321316692 .frame-1321316679,
    .frame-1321316692 .frame-1321316680 {
        width: 100%;
        height: auto;
    }

    .frame-1321316692 .frame-1321316652,
    .frame-1321316692 .frame-13213166522,
    .frame-1321316692 .frame-13213166513 {
        width: 100%;
        height: auto;
        overflow: visible;
    }

    .frame-1321316692 .frame-1321316653,
    .frame-1321316692 .frame-13213166762,
    .frame-1321316692 .frame-1321316678,
    .frame-1321316692 .frame-13213166772,
    .frame-1321316692 .frame-1321316679,
    .frame-1321316692 .frame-1321316680 {
        align-items: stretch;
        justify-content: flex-start;
    }

    .frame-1321316692 .frame-1321316651,
    .frame-1321316692 .frame-13213166512,
    .frame-1321316692 .frame-13213166524 {
        flex-direction: column;
        padding: 18px 16px;
        height: auto;
        align-items: stretch;
        justify-content: flex-start;
        gap: 20px;
    }

    .frame-1321316692 .frame-1321316676 {
        width: 100%;
        padding: 0;
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
    }

    .frame-1321316692 .frame-1321316648 {
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
    }
    
    .frame-1321316692 .frame-1321316677 {
        width: 100%;
        justify-content: center;
        margin-top: 18px;
        flex-wrap: wrap;
    }

    .frame-1321316679,
    .frame-1321316678,
    .frame-13213166772,
    .frame-1321316680,
    .frame-13213166524,
    .frame-13213166523 {
        width: 100%;
        height: auto;
        padding: 24px 16px;
        overflow: hidden;
        flex-direction: column;
        gap: 24px;
    }

    .frame-1321316691,
    .frame-1321316690 {
        height: auto;
        padding: 24px 16px;
    }

    .frame-1321316693,
    .frame-1321316694 {
        width: 100%;
        flex-direction: column;
        gap: 16px;
    }

    img.frame-13213166763,
    img.frame-1321316641,
    .page-d-accueil-3-1,
    .accueil-2,
    .desktop-3-2-1,
    .desktop-4-3-1 {
        margin: 0;
        width: 100%;
        height: auto;
    }

    .frame-1321316692 .frame-1321316684,
    .frame-1321316692 .frame-1321316686,
    .frame-1321316692 .frame-1321316688 {
        gap: 18px;
    }

    .frame-1321316692 .frame-1321316654 {
        gap: 10px;
    }

    .frame-1321316692 .type-95 {
        font-size: clamp(34px, 9vw, 44px);
        line-height: 115%;
    }

    .frame-1321316692 .type-952 {
        font-size: clamp(26px, 7vw, 34px);
        line-height: 120%;
    }

    .frame-1321316692 .type-16,
    .frame-1321316692 .type-162 {
        font-size: 15px;
        line-height: 150%;
        letter-spacing: 0.02em;
    }
}
