/* ==========================================================================
   PORTFOLIO MARIN AVRAM — CSS GLOBAL
   Dernière mise à jour : Mars 2026
   ========================================================================== */


/* ==========================================================================
   1. TYPOGRAPHIES
   ========================================================================== */

@font-face {
    font-family: 'Replica Pro Mono';
    src: url('https://files.cargocollective.com/c3412359/ReplicaProMono.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('https://files.cargocollective.com/c1396184/HKGrotesk-Black.woff2') format('woff2'),
        url('https://files.cargocollective.com/c1396184/HKGrotesk-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Replica Pro Mono pour TOUT sauf H1/H2 */
body,
bodycopy,
[data-predefined-style="true"] bodycopy,
.menu-links,
.menu-links a,
small,
a {
    font-family: 'Replica Pro Mono', monospace !important;
}

/* HK Grotesk pour H1, H2 et nav */
h1, h2,
[data-predefined-style="true"] h1,
[data-predefined-style="true"] h2,
.main-title,
.top-title h1,
[local-style="38233820"] h1,
.pinned h1,
[data-view="pinned_top"] h1,
[data-view="pinned_top"] h1 a,
.pinned_top h1,
.pinned_top h1 a,
[data-set="Scaffolding"] h1 {
    font-family: 'HK Grotesk', sans-serif !important;
}

/* Symbole + (bouton ABOUT) */
.link-plus {
    font-family: 'Neue Haas Grotesk', Icons !important;
    font-size: 2.3rem !important;
}


/* ==========================================================================
   2. BASE & RESET
   ========================================================================== */

body {
    background-color: #fff;
    color: #000;
}

body, html {
    min-height: 100% !important;
    height: auto !important;
}

a:active { opacity: 0.7; }
.page a.active { opacity: 1; }
i, em { font-style: italic; }
b, strong { font-weight: bolder; }
s { text-decoration: line-through; }
img { border: 0; padding: 0; }
ul, ol { margin: 0; padding: 0 0 0 1em; }
blockquote { margin: 0; padding: 0 0 0 2em; }
hr { background: rgba(127, 127, 127, 0.2); border: 0; height: 1px; display: block; }

sub { position: relative; vertical-align: baseline; top: 0.3em; }
sup { position: relative; vertical-align: baseline; top: -0.4em; }

.content img {
    float: none;
    margin-bottom: .5em;
}

small a:hover {
    border-bottom: 2px solid rgba(44, 50, 54, 0.84);
    padding-bottom: 3px;
}


/* ==========================================================================
   3. STYLES CARGO (Preset)
   ========================================================================== */

[data-css-preset] .page {
    background-color: initial;
}

.mobile .page,
[data-css-preset].mobile .page {
    position: relative;
    min-height: 10px;
    max-width: 100%;
    width: 100%;
    background-color: transparent;
}

[data-css-preset] .container {
    margin-left: 0;
    margin-right: auto;
    text-align: left;
}

[data-css-preset] body {
    background-color: rgba(255, 255, 255, 0.95);
}

[data-css-preset] .container_width {
    width: 100%;
}

[data-css-preset] .content_padding {
    padding-top: 2.9rem;
    padding-bottom: 2.9rem;
    padding-left: 2.9rem;
    padding-right: 2.9rem;
}

[data-css-preset] text-limit {
    display: inline-block;
    max-width: 66rem;
}

[data-predefined-style="true"] bodycopy {
    font-size: 1.6rem;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.85);
    font-family: "Helvetica Neue", Helvetica, sans-serif, Icons;
    font-style: normal;
    line-height: 1.1;
}

[data-predefined-style="true"] bodycopy a {
    color: rgb(0, 0, 0);
    padding-bottom: 0.1em;
    border-bottom: 0.0em solid rgba(127, 127, 127, 0.2);
    text-decoration: none;
}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
    border-bottom: 0;
    padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
    font-family: 'HK Grotesk', Icons;
    font-style: normal;
    font-weight: 400;
    padding: 0;
    margin: 0;
    font-size: 2.8rem;
    line-height: 1.2;
    color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] h1 a { color: rgba(0, 0, 0, 0.85); }

[data-predefined-style="true"] h2 {
    font-family: 'HK Grotesk', sans-serif, Icons;
    font-style: normal;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: rgba(0, 0, 0, 0.85);
    font-size: 3rem;
    line-height: 1.2;
}

[data-predefined-style="true"] h2 a { color: rgba(0, 0, 0, 0.85); }

[data-predefined-style="true"] small {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.4;
    font-family: "Helvetica Neue", Helvetica, sans-serif, Icons;
    font-style: normal;
    font-weight: normal;
    color: rgb(0, 0, 0);
}

[data-predefined-style="true"] small a {
    color: rgba(0, 0, 0, 1);
    border-bottom-width: 0em;
}

.loading[data-loading] {
    position: fixed;
    bottom: 8px;
    left: 8px;
}

.gallery_image_caption {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.35);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, Icons;
    font-style: normal;
    line-height: 1.3;
}

.content .page_content .image-gallery .gallery_card.has_caption:hover .gallery_image_caption {
    display: block;
}

.content .page_content .image-gallery .gallery_image_caption {
    position: absolute;
    bottom: -40px;
    right: 600px;
    background: transparent;
    font-size: 1rem;
    color: #000;
    display: none;
}

div[style*="text-align: left"] > h1 {
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 12px;
}

div[style*="text-align: left"] > h1::after {
    content: "";
    display: block;
    width: 74%;
    height: 4px;
    background-color: black;
    margin-top: 1px;
}

.page h1 a.active { opacity: 1; }

.rotate-item { position: relative; }
.rotate90 {
    width: 100px;
    display: block;
    transform: rotate(-90deg);
    transform-origin: left bottom;
}

.homepage [data-container="page"] a {
    display: block;
    width: 100vw;
    height: calc(100vh - 210px);
}

.mobile [local-style="38225113"] .container {
    align-items: center;
    -webkit-align-items: center;
}


/* ==========================================================================
   4. THUMBNAILS
   ========================================================================== */

div[thumbnails] { justify-content: flex-start; }

[data-css-preset] .thumbnails { background-color: rgba(0, 0, 0, 0); }
[data-css-preset] .thumbnails_width { width: 100%; }
[data-css-preset] [thumbnails-pad] { padding: 1rem; }
[data-css-preset] [thumbnails-gutter] { margin: -2rem; }
[data-css-preset] [responsive-layout] [thumbnails-pad] { padding: 0.5rem; }
[data-css-preset] [responsive-layout] [thumbnails-gutter] { margin: -1rem; }

.thumbnails .thumb_image {
    outline: 0px solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: 1.2rem;
    margin-bottom: .3rem;
    font-size: 1.8rem;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.85);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, Icons;
    font-style: normal;
    line-height: 1.1;
}

.thumbnails .tags {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.35);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, Icons;
    font-style: normal;
    line-height: 1.2;
}

.thumbnails .tags a {
    border-bottom: 0;
    color: rgba(0, 0, 0, 0.35);
    text-decoration: none;
}

.thumbnails .has_title .tags { margin-top: 0rem; }


/* ==========================================================================
   5. NAVIGATION — BURGER MENU
   ========================================================================== */

[data-css-preset] #site_menu_button {
    color: rgba(0, 0, 0, 0.75);
    line-height: 1;
    font-size: 28px;
    padding: 6px;
    background: rgba(33, 32, 46, 0);
    position: fixed;
    top: 2rem;
    right: 2rem;
}

body.mobile #site_menu_button { margin: -6px; font-size: 34px; }
#site_menu_button.custom_icon { width: 40px; height: auto; }
#site_menu_button.active { display: none; }

#site_menu {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, Icons;
    background: rgba(20, 20, 20, 0.95);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    padding: 20px 30px 90px 30px;
    max-width: 400px;
    min-width: 300px;
    text-align: left;
    display: flex;
    justify-content: flex-start;
}

body.mobile #site_menu { width: 100%; }

#site_menu .page-link a { color: rgba(255, 255, 255, 0.75); margin-bottom: 10px; }
#site_menu .set-link > a { color: rgba(255, 255, 255, 0.75); font-weight: bold; margin-top: 10px; margin-bottom: 5px; pointer-events: none; }
#site_menu a:active { opacity: .7; }
#site_menu a.active { opacity: .4; }
#site_menu .set-link { margin-bottom: 17px; }

#site_menu .close {
    display: none;
    color: rgba(255, 255, 255, 0.4);
    line-height: .85em;
    font-size: 45px;
}

body.mobile #site_menu .close { display: block; font-size: 50px; line-height: 1em; }
#site_menu .break { height: 28px; }
#site_menu .indent { margin-left: 0px; }


/* ==========================================================================
   6. DROPDOWN MENU
   ========================================================================== */

.dropbtn { background-color: transparent; color: #000; font-size: 16px; border: none; }
.dropdown { position: relative; display: inline-block; }
.dropdown.right { position: relative; display: inline-block; float: right; }
.dropdown button { margin: 0; padding: 0 0 10px 0; font-family: inherit; font-size: 1.7rem; }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: transparent;
    min-width: 160px;
    z-index: 1;
}

.dropdown.right .dropdown-content { right: 0; text-align: right; }

.dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
    font-size: 1.3rem;
    padding-bottom: 5px !important;
}

.dropdown-content a:hover { background-color: transparent; font-style: italic; }
.dropdown:hover .dropdown-content { display: block; }
.dropdown:hover .dropbtn { background-color: transparent; }

/* Hover italique sur les liens dropdown */
.dropdown a:hover,
.dropdown.right a:hover {
    text-decoration: none !important;
    border-bottom: none !important;
    font-style: italic !important;
}


/* ==========================================================================
   7. NAVIGATION ARROWS & QUICK VIEW (Cargo natif)
   ========================================================================== */

.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow,
.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow,
.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
    height: 36px;
    width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color,
.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color,
.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color,
.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color,
.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

.quick-view-navigation .left-arrow { left: 10px; }
.quick-view-navigation .right-arrow { right: 10px; }

.quick-view-navigation .close-button {
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
}

.quick-view-navigation .close-button .inner-color { stroke: #fff; stroke-width: 1.5px; }
.quick-view-navigation .close-button .outer-color { stroke: #000; stroke-width: 2.5px; opacity: 0.6; }

[data-css-preset] .quick-view {
    padding: 2.5rem;
    height: 100%;
    width: 100%;
}

body.mobile .quick-view { width: 100%; height: 100%; margin: 0; }
[data-css-preset] .quick-view-background { background: rgba(0, 0, 0, 0.85); }

.quick-view-caption {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-weight: 400;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 3.5rem 0;
    text-align: center;
    font-size: 1.5rem;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,.5);
    color: white;
}

.content img.image-zoom:active { opacity: .7; }


/* ==========================================================================
   8. PAGE HOME (data-page-id="38233813")
   ========================================================================== */

/* Background image full screen */
[data-page-id="38233813"]::before {
    content: '';
    position: fixed;
    top: -10%;
    left: 0;
    width: 100vw;
    height: 130vh;
    background-image: url('https://freight.cargo.site/w/1800/i/d0600849ecf2c1041e77a758d6e7e1700fdd748aea8d6a445a3d8e770b0f6cf8/2025-10-31_TEXTURE-CREME-x-CAMILLE-BLOT_00_PRELIGHT_5565.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 0;
    pointer-events: none !important;
}

[data-page-id="38233813"] body { background-color: #b8d4e8 !important; }
[data-page-id="38233813"] .landing-content { z-index: 10; position: relative; }

/* Liens Selected Works & Gallery */
[data-page-id="38233813"] .menu-links a:nth-child(1),
[data-page-id="38233813"] .menu-links a:nth-child(2) {
    position: fixed !important;
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    top: 40.5vh !important;
    transform: translate(-50%, -50%) !important;
    font-size: 2.7rem !important;
    text-decoration: none !important;
    font-family: 'Replica Pro Mono', monospace !important;
    z-index: 10 !important;
}

[data-page-id="38233813"] .menu-links a:nth-child(1) { left: 34.5vw !important; }
[data-page-id="38233813"] .menu-links a:nth-child(2) { left: 62vw !important; }

[data-page-id="38233813"] .menu-links a:hover,
[data-page-id="38233813"] .social-links a:hover { font-style: italic; }

/* Coins SVG */
[data-page-id="38233813"] .menu-links a {
    position: relative !important;
    display: inline-block !important;
    padding: 0.4rem 1.1rem !important;
}

[data-page-id="38233813"] .menu-links a::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 1.2vw; height: 1.2vw;
    background-image: url('https://files.cargocollective.com/c3412359/SEUL.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

[data-page-id="38233813"] .menu-links a::after {
    content: '';
    position: absolute;
    bottom: 0; right: 0;
    width: 1.2vw; height: 1.2vw;
    background-image: url('https://files.cargocollective.com/c3412359/SEUL.svg');
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

/* Instagram */
[data-page-id="38233813"] .social-links {
    position: fixed !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    top: auto !important;
    bottom: 6vh !important;
    left: 3.4vw !important;
    right: auto !important;
    transform: none !important;
    z-index: 10 !important;
}

[data-page-id="38233813"] .social-links a {
    font-size: 1.6rem !important;
    text-decoration: none !important;
    font-family: 'Replica Pro Mono', monospace !important;
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
}

/* Position 1 — Nom centré */
[data-page-id="38233813"] .landing-content {
    position: fixed;
    top: 43%;
    left: 50%;
    width: 100%;
    text-align: center;
    z-index: 10;
    margin-left: -50%;
    transition: opacity 0.6s ease-in-out;
}

[data-page-id="38233813"] .main-title {
    font-size: 8rem !important;
    margin: 0 auto !important;
    font-weight: normal !important;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0;
    animation: justFade 1.5s ease-out forwards;
    animation-delay: 0.3s;
}

@keyframes justFade {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Masquer éléments en position 1 */
[data-page-id="38233813"] .pinned h1 {
    opacity: 0 !important;
    visibility: hidden !important;
    transition: opacity 0.6s ease-in-out;
}

[data-page-id="38233813"] [data-id="38289438"] {
    opacity: 0 !important;
    visibility: hidden !important;
    transition: opacity 0.6s ease-in-out !important;
    pointer-events: none !important;
}

[data-page-id="38233813"] .menu-links a {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease-in-out;
}

[data-page-id="38233813"] .social-links {
    opacity: 0 !important;
    visibility: hidden !important;
    transition: opacity 0.6s ease-in-out !important;
}

/* Position 2 — Transition scrolled */
[data-page-id="38233813"].scrolled .landing-content {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

[data-page-id="38233813"].scrolled .pinned h1 {
    opacity: 1 !important;
    visibility: visible !important;
    animation: smoothFadeIn 0.8s ease-out forwards;
    animation-delay: 0.5s;
}

[data-page-id="38233813"].scrolled .menu-links a {
    opacity: 1 !important;
    visibility: visible !important;
    animation: smoothFadeIn 0.8s ease-out forwards;
    animation-delay: 0.6s;
}

[data-page-id="38233813"].scrolled .social-links {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    animation: smoothFadeIn 0.8s ease-out forwards;
    animation-delay: 0.7s;
}

[data-page-id="38233813"].scrolled [data-id="38289438"] {
    opacity: 1 !important;
    visibility: visible !important;
    animation: smoothFadeIn 0.8s ease-out forwards;
    animation-delay: 0.7s;
}

[data-page-id="38233813"].scrolled .link-plus.icon-link { pointer-events: auto !important; }
[data-page-id="38233813"].scrolled .social-links a { pointer-events: auto !important; cursor: pointer !important; }


/* ==========================================================================
   9. PAGE MENU (data-page-id="38225102")
   ========================================================================== */

/* Background image full screen */
[data-page-id="38225102"]::before {
    content: '';
    position: fixed;
    top: -10%;
    left: 0;
    width: 100vw;
    height: 130vh;
    background-image: url('https://freight.cargo.site/w/1800/i/d0600849ecf2c1041e77a758d6e7e1700fdd748aea8d6a445a3d8e770b0f6cf8/2025-10-31_TEXTURE-CREME-x-CAMILLE-BLOT_00_PRELIGHT_5565.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 0;
}

[data-page-id="38225102"] body { background-color: #b8d4e8 !important; }

[data-page-id="38225102"] body,
[data-page-id="38225102"] html {
    height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
}

[data-page-id="38225102"] .page_container,
[data-page-id="38225102"] .page,
[data-page-id="38225102"] .container {
    height: 100vh !important;
    overflow: hidden !important;
}

/* Contenu au-dessus du backdrop */
[data-page-id="38225102"] .menu-links,
[data-page-id="38225102"] .social-links {
    z-index: 10;
    position: relative;
}

[data-page-id="38225102"] .menu-links { position: relative; z-index: 10; }

/* Liens Selected Works & Gallery */
[data-page-id="38225102"] .menu-links a:nth-child(1) {
    position: fixed;
    top: 40.5vh;
    left: 34.5vw;
    transform: translate(-50%, -50%);
    font-size: 2.7rem;
    text-decoration: none;
    font-family: 'Replica Pro Mono', monospace !important;
    z-index: 10;
}

[data-page-id="38225102"] .menu-links a:nth-child(2) {
    position: fixed;
    top: 40.5vh;
    left: 62.0vw;
    transform: translate(-50%, -50%);
    font-size: 2.7rem;
    text-decoration: none;
    font-family: 'Replica Pro Mono', monospace !important;
    z-index: 10;
}

[data-page-id="38225102"] .menu-links a:hover { font-style: italic; }

/* Coins SVG */
[data-page-id="38225102"] .menu-links a {
    position: relative;
    display: inline-block;
    padding: 0.4rem 1.1rem;
}

[data-page-id="38225102"] .menu-links a::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 1.2vw; height: 1.2vw;
    background-image: url('https://files.cargocollective.com/c3412359/SEUL.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

[data-page-id="38225102"] .menu-links a::after {
    content: '';
    position: absolute;
    bottom: 0; right: 0;
    width: 1.2vw; height: 1.2vw;
    background-image: url('https://files.cargocollective.com/c3412359/SEUL.svg');
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

/* Instagram */
[data-page-id="38225102"] .social-links {
    position: fixed;
    bottom: 6vh;
    left: 3.4vw;
    z-index: 10;
}

[data-page-id="38225102"] .social-links a {
    font-size: 1.6rem !important;
    text-decoration: none;
    font-family: 'Replica Pro Mono', monospace !important;
}

[data-page-id="38225102"] .social-links a:hover { font-style: italic; }

/* Bouton + */
[data-page-id="38225102"] a.link-plus,
[data-page-id="38225102"] .icon-link {
    position: fixed !important;
    bottom: 2.9rem !important;
    right: 2.9rem !important;
}


/* ==========================================================================
   10. PAGE ABOUT (data-page-id="38225113")
   ========================================================================== */

[data-page-id="38225113"] .about-text {
    font-size: 1.5rem !important;
}

/* Hover italic sur liens https (Instagram) — pas email/tel */
[data-page-id="38225113"] a[href^="https://"]:hover {
    font-style: italic !important;
}

/* Hover italic sur bouton close */
[local-style="38225112"] a:hover {
    font-style: italic !important;
    text-decoration: none !important;
    border-bottom: none !important;
}


/* ==========================================================================
   11. PAGE SELECTED WORKS (data-page-id="38225108")
   ========================================================================== */

/* Centrer et contrôler la largeur */
[data-page-id="38225108"] .image-gallery {
    max-width: 86vw !important;
    margin: 0 auto !important;
}


/* ==========================================================================
   12. PAGE GALLERY (data-page-id="38225110")
   ========================================================================== */

/* Fix scroll — hauteur adaptative à tous les écrans */
[grid-row], [grid-col] {
    min-height: 1650vh !important;
    height: auto !important;
}

div[grid-pad] {
    min-height: 1650vh !important;
    height: auto !important;
}

/* Compteur de slides */
[data-page-id="38225110"] .image-gallery .slide-counter {
    position: absolute !important;
    bottom: -7% !important;
    left: 0px !important;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: normal !important;
    color: #000 !important;
    z-index: 9999 !important;
}

/* Base gallery */
[data-page-id="38225110"] .image-gallery { padding: 0 !important; margin: 0 !important; }

[data-page-id="38225110"] .image-gallery::before {
    content: '';
    position: absolute;
    top: -40px; left: -40px; right: -40px; bottom: -40px;
    z-index: 1;
    pointer-events: auto;
}

[data-page-id="38225110"] .image-gallery .slick-list { position: relative; z-index: 2; }

[data-page-id="38225110"] .image-gallery.cursor-left img,
[data-page-id="38225110"] .image-gallery.cursor-right img { cursor: inherit !important; }

[data-page-id="38225110"] .image-gallery:nth-of-type(1) img,
[data-page-id="38225110"] .image-gallery:nth-of-type(2) img { cursor: inherit !important; }

/* Curseurs flèches 24px */
[data-page-id="38225110"] .image-gallery.cursor-left,
[data-page-id="38225110"] .image-gallery.cursor-left *,
[data-page-id="38225110"] .image-gallery.cursor-left::before {
    cursor: url('https://files.cargocollective.com/c3382053/GAUCHE-24-PX.png') 12 12, w-resize !important;
}

[data-page-id="38225110"] .image-gallery.cursor-right,
[data-page-id="38225110"] .image-gallery.cursor-right *,
[data-page-id="38225110"] .image-gallery.cursor-right::before {
    cursor: url('https://files.cargocollective.com/c3382053/DROITE-24-PX.png') 12 12, e-resize !important;
}

/* Sliders sans navigation (images solo) */
[data-page-id="38225110"] .image-gallery:nth-of-type(8) .slide-counter,
[data-page-id="38225110"] .image-gallery:nth-of-type(15) .slide-counter,
[data-page-id="38225110"] .image-gallery:nth-of-type(24) .slide-counter { display: none !important; }

[data-page-id="38225110"] .image-gallery:nth-of-type(8),
[data-page-id="38225110"] .image-gallery:nth-of-type(8) *,
[data-page-id="38225110"] .image-gallery:nth-of-type(8)::before,
[data-page-id="38225110"] .image-gallery:nth-of-type(15),
[data-page-id="38225110"] .image-gallery:nth-of-type(15) *,
[data-page-id="38225110"] .image-gallery:nth-of-type(15)::before,
[data-page-id="38225110"] .image-gallery:nth-of-type(24),
[data-page-id="38225110"] .image-gallery:nth-of-type(24) *,
[data-page-id="38225110"] .image-gallery:nth-of-type(24)::before { cursor: default !important; }

[data-page-id="38225110"] .image-gallery:nth-of-type(8)::before,
[data-page-id="38225110"] .image-gallery:nth-of-type(15)::before,
[data-page-id="38225110"] .image-gallery:nth-of-type(24)::before { pointer-events: none !important; }


/* ----------------------------------------
   POSITIONS DES 27 SLIDERS (desktop)
   ---------------------------------------- */

/* Slider 1 */
[data-page-id="38225110"] .image-gallery:nth-of-type(1) { width: 16.3vw !important; height: auto !important; position: absolute !important; top: 29vh !important; left: 19vw !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(1) img { width: 100% !important; height: 100% !important; object-fit: contain !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(1) .slick-prev, [data-page-id="38225110"] .image-gallery:nth-of-type(1) .slick-next { display: none !important; }

/* Slider 2 */
[data-page-id="38225110"] .image-gallery:nth-of-type(2) { width: 32.5vw !important; height: auto !important; position: absolute !important; top: 14vh !important; left: 53vw !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(2) img { width: 100% !important; height: 100% !important; object-fit: contain !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(2) .slick-prev, [data-page-id="38225110"] .image-gallery:nth-of-type(2) .slick-next { display: none !important; }

/* Slider 3 */
[data-page-id="38225110"] .image-gallery:nth-of-type(3) { width: 24.7vw !important; height: auto !important; position: absolute !important; top: 99vh !important; left: 37.2vw !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(3) img { width: 100% !important; height: 100% !important; object-fit: contain !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(3) .slick-prev, [data-page-id="38225110"] .image-gallery:nth-of-type(3) .slick-next { display: none !important; }

/* Slider 4 */
[data-page-id="38225110"] .image-gallery:nth-of-type(4) { width: 16.8vw !important; height: auto !important; position: absolute !important; top: 174vh !important; left: 16vw !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(4) img { width: 100% !important; height: 100% !important; object-fit: contain !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(4) .slick-prev, [data-page-id="38225110"] .image-gallery:nth-of-type(4) .slick-next { display: none !important; }

/* Slider 5 */
[data-page-id="38225110"] .image-gallery:nth-of-type(5) { width: 32.5vw !important; height: auto !important; position: absolute !important; top: 204vh !important; left: 57vw !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(5) img { width: 100% !important; height: 100% !important; object-fit: contain !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(5) .slick-prev, [data-page-id="38225110"] .image-gallery:nth-of-type(5) .slick-next { display: none !important; }

/* Slider 6 */
[data-page-id="38225110"] .image-gallery:nth-of-type(6) { width: 16.8vw !important; height: auto !important; position: absolute !important; top: 274vh !important; left: 10vw !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(6) img { width: 100% !important; height: 100% !important; object-fit: contain !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(6) .slick-prev, [data-page-id="38225110"] .image-gallery:nth-of-type(6) .slick-next { display: none !important; }

/* Slider 7 */
[data-page-id="38225110"] .image-gallery:nth-of-type(7) { width: 32.5vw !important; height: auto !important; position: absolute !important; top: 325vh !important; left: 33.5vw !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(7) img { width: 100% !important; height: 100% !important; object-fit: contain !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(7) .slick-prev, [data-page-id="38225110"] .image-gallery:nth-of-type(7) .slick-next { display: none !important; }

/* Slider 8 — Solo, pas de navigation */
[data-page-id="38225110"] .image-gallery:nth-of-type(8) { width: 24.7vw !important; height: auto !important; position: absolute !important; top: 412vh !important; left: 65vw !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(8) img { width: 100% !important; height: 100% !important; object-fit: contain !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(8) .slick-prev, [data-page-id="38225110"] .image-gallery:nth-of-type(8) .slick-next { display: none !important; }

/* Slider 9 */
[data-page-id="38225110"] .image-gallery:nth-of-type(9) { width: 16.3vw !important; height: auto !important; position: absolute !important; top: 430vh !important; left: 16vw !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(9) img { width: 100% !important; height: 100% !important; object-fit: contain !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(9) .slick-prev, [data-page-id="38225110"] .image-gallery:nth-of-type(9) .slick-next { display: none !important; }

/* Slider 10 — Format paysage spécial */
[data-page-id="38225110"] .image-gallery:nth-of-type(10) { width: 55vw !important; height: 50vh !important; position: absolute !important; top: 487vh !important; left: 34.8vw !important; overflow: visible !important; display: flex !important; align-items: center !important; justify-content: flex-end !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(10) img { width: auto !important; height: 50vh !important; max-width: 100% !important; object-fit: contain !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(10) .slick-list, [data-page-id="38225110"] .image-gallery:nth-of-type(10) .slick-track, [data-page-id="38225110"] .image-gallery:nth-of-type(10) .slick-slide { height: 50vh !important; justify-content: flex-end !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(10) .slick-prev, [data-page-id="38225110"] .image-gallery:nth-of-type(10) .slick-next { display: none !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(10) .slide-counter { position: absolute !important; bottom: -30px !important; left: 229px !important; right: auto !important; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important; font-size: 14px !important; font-weight: normal !important; color: #000 !important; z-index: 9999 !important; }

/* Slider 11 */
[data-page-id="38225110"] .image-gallery:nth-of-type(11) { width: 24.5vw !important; height: auto !important; position: absolute !important; top: 558vh !important; left: 12vw !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(11) img { width: 100% !important; height: 100% !important; object-fit: contain !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(11) .slick-prev, [data-page-id="38225110"] .image-gallery:nth-of-type(11) .slick-next { display: none !important; }

/* Slider 12 */
[data-page-id="38225110"] .image-gallery:nth-of-type(12) { width: 24.5vw !important; height: auto !important; position: absolute !important; top: 599vh !important; left: 60vw !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(12) img { width: 100% !important; height: 100% !important; object-fit: contain !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(12) .slick-prev, [data-page-id="38225110"] .image-gallery:nth-of-type(12) .slick-next { display: none !important; }

/* Slider 13 — Format portrait spécial */
[data-page-id="38225110"] .image-gallery:nth-of-type(13) { width: 18vw !important; height: 50vh !important; position: absolute !important; top: 665vh !important; left: 16vw !important; overflow: visible !important; display: flex !important; align-items: center !important; justify-content: flex-start !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(13) img { width: auto !important; height: 50vh !important; max-width: 100% !important; object-fit: contain !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(13) .slick-list, [data-page-id="38225110"] .image-gallery:nth-of-type(13) .slick-track, [data-page-id="38225110"] .image-gallery:nth-of-type(13) .slick-slide { height: 50vh !important; display: flex !important; justify-content: flex-start !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(13) .slick-prev, [data-page-id="38225110"] .image-gallery:nth-of-type(13) .slick-next { display: none !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(13) .slide-counter { position: absolute !important; bottom: 15px !important; left: 0px !important; right: auto !important; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important; font-size: 14px !important; font-weight: normal !important; color: #000 !important; z-index: 9999 !important; }

/* Slider 14 */
[data-page-id="38225110"] .image-gallery:nth-of-type(14) { width: 32.5vw !important; height: auto !important; position: absolute !important; top: 698vh !important; left: 57vw !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(14) img { width: 100% !important; height: 100% !important; object-fit: contain !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(14) .slick-prev, [data-page-id="38225110"] .image-gallery:nth-of-type(14) .slick-next { display: none !important; }

/* Slider 15 — Solo, pas de navigation */
[data-page-id="38225110"] .image-gallery:nth-of-type(15) { width: 24.7vw !important; height: auto !important; position: absolute !important; top: 757vh !important; left: 19vw !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(15) img { width: 100% !important; height: 100% !important; object-fit: contain !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(15) .slick-prev, [data-page-id="38225110"] .image-gallery:nth-of-type(15) .slick-next { display: none !important; }

/* Slider 16 */
[data-page-id="38225110"] .image-gallery:nth-of-type(16) { width: 16.7vw !important; height: auto !important; position: absolute !important; top: 820vh !important; left: 64.5vw !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(16) img { width: 100% !important; height: 100% !important; object-fit: contain !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(16) .slick-prev, [data-page-id="38225110"] .image-gallery:nth-of-type(16) .slick-next { display: none !important; }

/* Slider 17 */
[data-page-id="38225110"] .image-gallery:nth-of-type(17) { width: 32.5vw !important; height: auto !important; position: absolute !important; top: 880vh !important; left: 33.5vw !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(17) img { width: 100% !important; height: 100% !important; object-fit: contain !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(17) .slick-prev, [data-page-id="38225110"] .image-gallery:nth-of-type(17) .slick-next { display: none !important; }

/* Slider 18 */
[data-page-id="38225110"] .image-gallery:nth-of-type(18) { width: 32.5vw !important; height: auto !important; position: absolute !important; top: 977vh !important; left: 12vw !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(18) img { width: 100% !important; height: 100% !important; object-fit: contain !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(18) .slick-prev, [data-page-id="38225110"] .image-gallery:nth-of-type(18) .slick-next { display: none !important; }

/* Slider 19 */
[data-page-id="38225110"] .image-gallery:nth-of-type(19) { width: 16.7vw !important; height: auto !important; position: absolute !important; top: 994vh !important; left: 66vw !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(19) img { width: 100% !important; height: 100% !important; object-fit: contain !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(19) .slick-prev, [data-page-id="38225110"] .image-gallery:nth-of-type(19) .slick-next { display: none !important; }

/* Slider 20 */
[data-page-id="38225110"] .image-gallery:nth-of-type(20) { width: 16.7vw !important; height: auto !important; position: absolute !important; top: 1075vh !important; left: 28vw !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(20) img { width: 100% !important; height: 100% !important; object-fit: contain !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(20) .slick-prev, [data-page-id="38225110"] .image-gallery:nth-of-type(20) .slick-next { display: none !important; }

/* Slider 21 — Grand format */
[data-page-id="38225110"] .image-gallery:nth-of-type(21) { width: 60vw !important; height: 60vh !important; position: absolute !important; top: 1137vh !important; left: 12vw !important; overflow: visible !important; display: flex !important; align-items: center !important; justify-content: flex-start !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(21) img { width: auto !important; height: 62vh !important; max-width: 100% !important; object-fit: contain !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(21) .slick-list, [data-page-id="38225110"] .image-gallery:nth-of-type(21) .slick-track, [data-page-id="38225110"] .image-gallery:nth-of-type(21) .slick-slide { height: 62vh !important; display: flex !important; justify-content: flex-start !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(21) .slick-prev, [data-page-id="38225110"] .image-gallery:nth-of-type(21) .slick-next { display: none !important; }

/* Slider 22 */
[data-page-id="38225110"] .image-gallery:nth-of-type(22) { width: 32.5vw !important; height: auto !important; position: absolute !important; top: 1216vh !important; left: 51vw !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(22) img { width: 100% !important; height: 100% !important; object-fit: contain !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(22) .slick-prev, [data-page-id="38225110"] .image-gallery:nth-of-type(22) .slick-next { display: none !important; }

/* Slider 23 */
[data-page-id="38225110"] .image-gallery:nth-of-type(23) { width: 24.7vw !important; height: auto !important; position: absolute !important; top: 1312vh !important; left: 12vw !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(23) img { width: 100% !important; height: 100% !important; object-fit: contain !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(23) .slick-prev, [data-page-id="38225110"] .image-gallery:nth-of-type(23) .slick-next { display: none !important; }

/* Slider 24 — Solo, pas de navigation */
[data-page-id="38225110"] .image-gallery:nth-of-type(24) { width: 16.7vw !important; height: auto !important; position: absolute !important; top: 1368vh !important; left: 65vw !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(24) img { width: 100% !important; height: 100% !important; object-fit: contain !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(24) .slick-prev, [data-page-id="38225110"] .image-gallery:nth-of-type(24) .slick-next { display: none !important; }

/* Slider 25 */
[data-page-id="38225110"] .image-gallery:nth-of-type(25) { width: 32.5vw !important; height: auto !important; position: absolute !important; top: 1410vh !important; left: 12vw !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(25) img { width: 100% !important; height: 100% !important; object-fit: contain !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(25) .slick-prev, [data-page-id="38225110"] .image-gallery:nth-of-type(25) .slick-next { display: none !important; }

/* Slider 26 */
[data-page-id="38225110"] .image-gallery:nth-of-type(26) { width: 23vw !important; height: auto !important; position: absolute !important; top: 1480vh !important; left: 65vw !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(26) img { width: 100% !important; height: 100% !important; object-fit: contain !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(26) .slick-prev, [data-page-id="38225110"] .image-gallery:nth-of-type(26) .slick-next { display: none !important; }

/* Slider 27 */
[data-page-id="38225110"] .image-gallery:nth-of-type(27) { width: 32.5vw !important; height: auto !important; position: absolute !important; top: 1544vh !important; left: 16vw !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(27) img { width: 100% !important; height: 100% !important; object-fit: contain !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(27) .slick-prev, [data-page-id="38225110"] .image-gallery:nth-of-type(27) .slick-next { display: none !important; }

/* Slider 28 */
[data-page-id="38225110"] .image-gallery:nth-of-type(28) { width: 23vw !important; height: auto !important; position: absolute !important; top: 930vh !important; left: 60vw !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(28) img { width: 100% !important; height: 100% !important; object-fit: contain !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(28) .slick-prev, [data-page-id="38225110"] .image-gallery:nth-of-type(28) .slick-next { display: none !important; }

/* Slider 29 */
[data-page-id="38225110"] .image-gallery:nth-of-type(29) { width: 23vw !important; height: auto !important; position: absolute !important; top: 980vh !important; left: 10vw !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(29) img { width: 100% !important; height: 100% !important; object-fit: contain !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(29) .slick-prev, [data-page-id="38225110"] .image-gallery:nth-of-type(29) .slick-next { display: none !important; }

/* Slider 30 */
[data-page-id="38225110"] .image-gallery:nth-of-type(30) { width: 23vw !important; height: auto !important; position: absolute !important; top: 1000vh !important; left: 60vw !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(30) img { width: 100% !important; height: 100% !important; object-fit: contain !important; }
[data-page-id="38225110"] .image-gallery:nth-of-type(30) .slick-prev, [data-page-id="38225110"] .image-gallery:nth-of-type(30) .slick-next { display: none !important; }


/* ==========================================================================
   13. RESPONSIVE — MOBILE (max-width: 480px)
   ========================================================================== */

@media (max-width: 480px) {

    /* Marges latérales */
    [data-css-preset] .content_padding {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    /* HOME — tailles texte */
    [data-page-id="38233813"] .top-title h1 { font-size: 1.7rem !important; }
    [data-page-id="38233813"] .menu-links { font-size: 1.5rem !important; }

    /* GALLERY — sliders en colonne */
    [data-page-id="38225110"] .image-gallery:nth-of-type(1),
    [data-page-id="38225110"] .image-gallery:nth-of-type(2),
    [data-page-id="38225110"] .image-gallery:nth-of-type(3),
    [data-page-id="38225110"] .image-gallery:nth-of-type(4),
    [data-page-id="38225110"] .image-gallery:nth-of-type(5),
    [data-page-id="38225110"] .image-gallery:nth-of-type(6),
    [data-page-id="38225110"] .image-gallery:nth-of-type(7),
    [data-page-id="38225110"] .image-gallery:nth-of-type(8),
    [data-page-id="38225110"] .image-gallery:nth-of-type(9),
    [data-page-id="38225110"] .image-gallery:nth-of-type(10),
    [data-page-id="38225110"] .image-gallery:nth-of-type(11),
    [data-page-id="38225110"] .image-gallery:nth-of-type(12),
    [data-page-id="38225110"] .image-gallery:nth-of-type(13),
    [data-page-id="38225110"] .image-gallery:nth-of-type(14),
    [data-page-id="38225110"] .image-gallery:nth-of-type(15),
    [data-page-id="38225110"] .image-gallery:nth-of-type(16),
    [data-page-id="38225110"] .image-gallery:nth-of-type(17),
    [data-page-id="38225110"] .image-gallery:nth-of-type(18),
    [data-page-id="38225110"] .image-gallery:nth-of-type(19),
    [data-page-id="38225110"] .image-gallery:nth-of-type(20),
    [data-page-id="38225110"] .image-gallery:nth-of-type(21),
    [data-page-id="38225110"] .image-gallery:nth-of-type(22),
    [data-page-id="38225110"] .image-gallery:nth-of-type(23),
    [data-page-id="38225110"] .image-gallery:nth-of-type(24),
    [data-page-id="38225110"] .image-gallery:nth-of-type(25),
    [data-page-id="38225110"] .image-gallery:nth-of-type(26),
    [data-page-id="38225110"] .image-gallery:nth-of-type(27),
    [data-page-id="38225110"] .image-gallery:nth-of-type(28),
    [data-page-id="38225110"] .image-gallery:nth-of-type(29),
    [data-page-id="38225110"] .image-gallery:nth-of-type(30) {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: 88% !important;
        height: auto !important;
        margin: 0 auto 65px auto !important;
        display: block !important;
    }

    [data-page-id="38225110"] .image-gallery .slide-counter { bottom: -10% !important; }
    [data-page-id="38225110"] [grid-row], [data-page-id="38225110"] [grid-col], [data-page-id="38225110"] div[grid-pad] { min-height: unset !important; height: auto !important; }
}


/* ==========================================================================
   14. RESPONSIVE — MOBILE MOYEN (481px - 768px)
   ========================================================================== */

@media (min-width: 481px) and (max-width: 768px) {

    /* Marges latérales */
    [data-css-preset] .content_padding {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    /* GALLERY — sliders en colonne */
    [data-page-id="38225110"] .image-gallery:nth-of-type(1),
    [data-page-id="38225110"] .image-gallery:nth-of-type(2),
    [data-page-id="38225110"] .image-gallery:nth-of-type(3),
    [data-page-id="38225110"] .image-gallery:nth-of-type(4),
    [data-page-id="38225110"] .image-gallery:nth-of-type(5),
    [data-page-id="38225110"] .image-gallery:nth-of-type(6),
    [data-page-id="38225110"] .image-gallery:nth-of-type(7),
    [data-page-id="38225110"] .image-gallery:nth-of-type(8),
    [data-page-id="38225110"] .image-gallery:nth-of-type(9),
    [data-page-id="38225110"] .image-gallery:nth-of-type(10),
    [data-page-id="38225110"] .image-gallery:nth-of-type(11),
    [data-page-id="38225110"] .image-gallery:nth-of-type(12),
    [data-page-id="38225110"] .image-gallery:nth-of-type(13),
    [data-page-id="38225110"] .image-gallery:nth-of-type(14),
    [data-page-id="38225110"] .image-gallery:nth-of-type(15),
    [data-page-id="38225110"] .image-gallery:nth-of-type(16),
    [data-page-id="38225110"] .image-gallery:nth-of-type(17),
    [data-page-id="38225110"] .image-gallery:nth-of-type(18),
    [data-page-id="38225110"] .image-gallery:nth-of-type(19),
    [data-page-id="38225110"] .image-gallery:nth-of-type(20),
    [data-page-id="38225110"] .image-gallery:nth-of-type(21),
    [data-page-id="38225110"] .image-gallery:nth-of-type(22),
    [data-page-id="38225110"] .image-gallery:nth-of-type(23),
    [data-page-id="38225110"] .image-gallery:nth-of-type(24),
    [data-page-id="38225110"] .image-gallery:nth-of-type(25),
    [data-page-id="38225110"] .image-gallery:nth-of-type(26),
    [data-page-id="38225110"] .image-gallery:nth-of-type(27),
    [data-page-id="38225110"] .image-gallery:nth-of-type(28),
    [data-page-id="38225110"] .image-gallery:nth-of-type(29),
    [data-page-id="38225110"] .image-gallery:nth-of-type(30) {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: 90% !important;
        height: auto !important;
        margin: 0 auto 65px auto !important;
        display: block !important;
    }

    [data-page-id="38225110"] .image-gallery .slide-counter { bottom: -10% !important; }
    [data-page-id="38225110"] [grid-row], [data-page-id="38225110"] [grid-col], [data-page-id="38225110"] div[grid-pad] { min-height: unset !important; height: auto !important; }
}


/* ==========================================================================
   15. RESPONSIVE — TOUS MOBILES (max-width: 768px)
   ========================================================================== */

@media (max-width: 768px) {

    /* HOME — masquer animation position 1 */
    [data-page-id="38233813"] .landing-content { animation: none !important; opacity: 0 !important; }
    [data-page-id="38233813"] .top-title { animation: none !important; animation-delay: 0s !important; }
    [data-page-id="38233813"] .menu-links { animation: none !important; animation-delay: 0s !important; }
    [data-page-id="38233813"] .top-title h1 { font-size: 2rem !important; }
    [data-page-id="38233813"] .main-title { font-size: 3.5rem !important; }

    /* HOME + MENU — liens empilés verticalement */
    [data-page-id="38233813"] .menu-links a:nth-child(1),
    [data-page-id="38225102"] .menu-links a:nth-child(1) {
        top: 35vh !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        font-size: 2rem !important;
    }

    [data-page-id="38233813"] .menu-links a:nth-child(2),
    [data-page-id="38225102"] .menu-links a:nth-child(2) {
        top: 45vh !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        font-size: 2rem !important;
    }

    /* Coins SVG mobile */
    [data-page-id="38233813"] .menu-links a::before,
    [data-page-id="38233813"] .menu-links a::after,
    [data-page-id="38225102"] .menu-links a::before,
    [data-page-id="38225102"] .menu-links a::after {
        width: 4vw !important;
        height: 4vw !important;
    }

    /* Instagram */
    [data-page-id="38233813"] .social-links,
    [data-page-id="38225102"] .social-links {
        font-size: 1.3rem !important;
        left: 3.5rem !important;
    }

    /* Burger menu — icône hamburger CSS */
    #site_menu_button {
        font-size: 0 !important;
        width: 28px !important;
        height: 20px !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
        padding: 0 !important;
        background: transparent !important;
        border: none !important;
        cursor: pointer !important;
        position: fixed !important;
        top: 3.2rem !important;
        right: 2.7rem !important;
        z-index: 9999 !important;
    }

    #site_menu_button::before,
    #site_menu_button::after {
        content: '' !important;
        display: block !important;
        width: 100% !important;
        height: 3px !important;
        background-color: #000 !important;
    }

    #site_menu_button::before { box-shadow: 0 9px 0 #000 !important; }

    /* Burger menu — plein écran */
    #site_menu {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100vh !important;
        min-height: 100vh !important;
        z-index: 9999 !important;
        box-sizing: border-box !important;
    }

    /* Croix fermeture menu */
    #site_menu .close {
        position: absolute !important;
        top: 4.9rem !important;
        right: 1.9rem !important;
        display: block !important;
    }

    #site_menu { position: relative !important; }

    /* ABOUT — masquer bouton close, ajuster texte */
    [local-style="38225112"] { display: none !important; }

    [data-page-id="38225113"] .about-text {
        margin-top: 7rem !important;
        padding-left: 2.7rem !important;
        padding-right: 1.5rem !important;
    }

    /* GALLERY + SELECTED WORKS — masquer flèche retour haut */
    [data-page-id="38225108"] svg,
    [data-page-id="38225110"] svg { display: none !important; }

    /* GALLERY — compteur slider 10 */
    [data-page-id="38225110"] .image-gallery:nth-of-type(10) .slide-counter {
        left: 0px !important;
        bottom: -10% !important;
    }

    /* MENU — bloquer scroll */
    [data-page-id="38225102"] {
        overflow: hidden !important;
        height: 100vh !important;
        position: fixed !important;
        width: 100% !important;
    }
}


/* ==========================================================================
   16. RESPONSIVE — TABLETTE (769px - 1024px)
   ========================================================================== */

@media (min-width: 769px) and (max-width: 1024px) {

    /* Marges latérales */
    [data-css-preset] .content_padding {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }

    /* HOME + MENU — iPad portrait, liens empilés */
    [data-page-id="38233813"] .menu-links a:nth-child(1),
    [data-page-id="38225102"] .menu-links a:nth-child(1) {
        top: 35vh !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        font-size: 2.2rem !important;
    }

    [data-page-id="38233813"] .menu-links a:nth-child(2),
    [data-page-id="38225102"] .menu-links a:nth-child(2) {
        top: 45vh !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        font-size: 2.2rem !important;
    }

    /* GALLERY — sliders en colonne */
    [data-page-id="38225110"] .image-gallery:nth-of-type(1),
    [data-page-id="38225110"] .image-gallery:nth-of-type(2),
    [data-page-id="38225110"] .image-gallery:nth-of-type(3),
    [data-page-id="38225110"] .image-gallery:nth-of-type(4),
    [data-page-id="38225110"] .image-gallery:nth-of-type(5),
    [data-page-id="38225110"] .image-gallery:nth-of-type(6),
    [data-page-id="38225110"] .image-gallery:nth-of-type(7),
    [data-page-id="38225110"] .image-gallery:nth-of-type(8),
    [data-page-id="38225110"] .image-gallery:nth-of-type(9),
    [data-page-id="38225110"] .image-gallery:nth-of-type(10),
    [data-page-id="38225110"] .image-gallery:nth-of-type(11),
    [data-page-id="38225110"] .image-gallery:nth-of-type(12),
    [data-page-id="38225110"] .image-gallery:nth-of-type(13),
    [data-page-id="38225110"] .image-gallery:nth-of-type(14),
    [data-page-id="38225110"] .image-gallery:nth-of-type(15),
    [data-page-id="38225110"] .image-gallery:nth-of-type(16),
    [data-page-id="38225110"] .image-gallery:nth-of-type(17),
    [data-page-id="38225110"] .image-gallery:nth-of-type(18),
    [data-page-id="38225110"] .image-gallery:nth-of-type(19),
    [data-page-id="38225110"] .image-gallery:nth-of-type(20),
    [data-page-id="38225110"] .image-gallery:nth-of-type(21),
    [data-page-id="38225110"] .image-gallery:nth-of-type(22),
    [data-page-id="38225110"] .image-gallery:nth-of-type(23),
    [data-page-id="38225110"] .image-gallery:nth-of-type(24),
    [data-page-id="38225110"] .image-gallery:nth-of-type(25),
    [data-page-id="38225110"] .image-gallery:nth-of-type(26),
    [data-page-id="38225110"] .image-gallery:nth-of-type(27),
    [data-page-id="38225110"] .image-gallery:nth-of-type(28),
    [data-page-id="38225110"] .image-gallery:nth-of-type(29),
    [data-page-id="38225110"] .image-gallery:nth-of-type(30) {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: 90% !important;
        height: auto !important;
        margin: 0 auto 85px auto !important;
        display: block !important;
    }

    [data-page-id="38225110"] .image-gallery .slide-counter { bottom: -8% !important; }
}


/* ==========================================================================
   17. RESPONSIVE — 13 POUCES UNIQUEMENT (1280px - 1440px)
   ========================================================================== */

@media (min-width: 1280px) and (max-width: 1440px) {
    /* Slider 3 légèrement plus bas */
    [data-page-id="38225110"] .image-gallery:nth-of-type(3) {
        top: 103vh !important;
    }
}


/* ==========================================================================
   18. RESPONSIVE — DESKTOP (> 768px) — MENU SAFARI
   ========================================================================== */

@media not all and (max-width: 768px) {
    /* Bloquer scroll sur page MENU — Safari */
    [data-page-id="38225102"] {
        overflow: hidden !important;
        height: 100vh !important;
    }
}
/* ========== PAGE ABOUT - BLOQUER SCROLL ========== */
@media not all and (max-width: 768px) {
    [data-page-id="38225113"] {
        overflow: hidden !important;
        height: 100vh !important;
    }
}