.fullscreen-image {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    display: block;
}
#supersized, #supersized img {
    width: 100vw !important;
    height: 100vh !important;
    object-fit: cover;
}

.btn-elegant {
    display: inline-block;
    padding: 10px 25px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #9794f2;
    border: 1px solid #9794f2;
    border-radius: 4px;
    background-color: transparent;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-elegant:hover,
.btn-elegant:focus {
    background-color: #9794f2;
    color: #222;
    outline: none;
}


/* Titres élégants avec Cormorant Garamond */
h1, h2, h3, h4, h5, h6, .artistic-title {
    font-family: 'Cormorant Garamond', serif !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px;
}

/* Texte du corps avec Manrope */
body, p, .subtitle, .interface-text {
    font-family: 'Manrope', sans-serif !important;
}

/* Import Google Fonts - à mettre dans ton import si ce n'est pas déjà fait */
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Inter&family=Manrope&family=Playfair+Display&display=swap');

//* Artistic titles, large quotes */
h1, h2, h3, .artistic-title {
    font-family: 'DM Serif Display', serif;
}

/* Form titles and subtitles */
._4ORMAT_content_page_row._4ormat_sort_item._4ORMAT_module_text_02 h2,
._4ORMAT_module_contact_label {
    font-family: 'Manrope', sans-serif;
    font-weight: 600; /* semi-bold */
    font-size: 20px; /* ajuste selon besoin */
}

/* Body text, navigation, buttons */
body, nav, button, p, .caption {
    font-family: 'Inter', sans-serif;
}


form#contact_form_1 input[type="submit"]._4ORMAT_module_contact_btn {
    font-size: 12px !important;
    padding: 12px 24px !important;
}


form#contact_form_1 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #333;
}

form#contact_form_1 h2 {
    font-style: normal !important;
}

/* couleur normale des liens */
li.item > a {
    color: #333;
    text-decoration: none;
}

/* couleur au survol */
li.item > a:hover {
    color: #007bff;
}

/* lien dans l'item actif */
li.selected > a {
    color: #333 !important;
}

li.selected > a {
    color: #d9d2d6 !important;
    opacity: 1 !important;
    filter: none !important;
}

/* CSS spécifique à la page test : .page_13706421 */

.page_13706421 {
    font-family: 'Helvetica Neue', -apple-system, BlinkMacSystemFont, sans-serif;
    background: #1a1a1a;
    color: #ffffff;
    line-height: 1.4;
    overflow-x: hidden;
    font-weight: 300;
    min-height: 100vh;
}

.page_13706421 .content {
    padding: 10rem 4rem;
    background: #1a1a1a;
    max-width: 1600px;
    margin: 0 auto;
}

.page_13706421 .content_page {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.page_13706421 .simple {
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.page_13706421 .simple_page {
    background: linear-gradient(135deg, #1a1a1a 0%, #0f0f0f 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Styles pour formulaires */
.page_13706421 .form-container {
    background: #262626;
    padding: 4rem 3rem;
    border-radius: 0;
    border: 1px solid #333333;
    max-width: 600px;
    width: 100%;
    margin: 3rem auto;
}

.page_13706421 .form-group {
    margin-bottom: 2rem;
    text-align: left;
}

.page_13706421 .form-group label {
    display: block;
    color: #e8e8e8;
    font-size: 0.9rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-weight: 300;
}

.page_13706421 .form-group input,
.page_13706421 .form-group textarea {
    width: 100%;
    padding: 1.5rem;
    background: #0f0f0f;
    border: 1px solid #333333;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 300;
    transition: all 0.4s ease;
    font-family: 'Helvetica Neue', sans-serif;
}

.page_13706421 .form-group input:focus,
.page_13706421 .form-group textarea:focus {
    outline: none;
    border-color: #4a7cff;
    box-shadow: 0 0 0 1px #4a7cff;
}

.page_13706421 .form-group textarea {
    min-height: 120px;
    resize: vertical;
}

.page_13706421 .btn-primary {
    background: linear-gradient(135deg, #4a7cff 0%, #7865ff 100%);
    color: #ffffff;
    padding: 1.5rem 3rem;
    border: none;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.4s ease;
    width: 100%;
    font-family: 'Helvetica Neue', sans-serif;
}

.page_13706421 .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(74, 124, 255, 0.3);
}

/* =========================================================
   PAGE TEST 13706852 – Effet bouton SEE MORE (outline → plein)
   ========================================================= */

/* — positionne le bouton sans affecter les autres éléments — */
.page_13706852 .format-slideshow__slide {
    position: relative;      /* essentiel pour l'absolu du bouton */
    overflow: hidden;        /* déjà utilisé pour le zoom */
}

/* style initial : outline blanc, fond transparent */
.page_13706852 .format-slideshow__slide-link--outline {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    padding: 8px 20px;
    border: 2px solid currentColor;   /* bordure = couleur du texte (blanc) */
    background: transparent;
    color: currentColor;
    text-decoration: none;            /* PAS d’underline */
    font-weight: 700;
    text-transform: uppercase;
    transition: background-color .3s ease, color .3s ease, border-color .3s ease;
    z-index: 3;                       /* passe au-dessus de l’overlay */
}

/* remplissage blanc + texte noir AU SURVOL DE LA SLIDE */
.page_13706852 .format-slideshow__slide:hover .format-slideshow__slide-link--outline {
    background: currentColor;   /* fond devient blanc (même couleur que la bordure) */
    color: black;               /* texte noir lisible */
    border-color: currentColor; /* bordure « fondue » dans le fond */
}

/* facultatif : on s’assure qu’aucun pseudo-underline ne s’affiche */
.page_13706852 .format-slideshow__slide-link--outline::after {
    content: none !important;
}

/* =========================================================
   PAGE TEST 13706852 — ZOOM IMAGE + OVERLAY FADE AU HOVER
   ========================================================= */

/* Assure que chaque slide est un conteneur relatif */
.page_13706852 .format-slideshow__slide {
    position: relative;      /* nécessaire pour que l’overlay couvre la slide */
    overflow: hidden;        /* masque le zoom qui déborde */
}

/* Image : transition fluide + zoom au hover */
.page_13706852 img.format-slideshow__slide-image {
    display: block;
    width: 100%;
    height: auto;
    transition: transform .5s ease;
}

.page_13706852 .format-slideshow__slide:hover img.format-slideshow__slide-image {
    transform: scale(1.07);  /* zoom léger */
}

/* Overlay existant : on l’anime simplement */
.page_13706852 .format-slideshow__slide-overlay {
    position: absolute;      /* au cas où ce ne serait pas défini */
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.15);  /* teinte subtile */
    opacity: 0;                       /* invisible au départ */
    transition: opacity .5s ease;
    pointer-events: none;             /* ne bloque pas les clics */
}

.page_13706852 .format-slideshow__slide:hover .format-slideshow__slide-overlay {
    opacity: 1;                       /* overlay apparaît au hover */
}

.page_13706852 .format-slideshow__slide-heading {
    position:absolute;
    bottom:65px;
}

/* Button Hover Effect Simple pour page_13706852 */
/* Effet outline vers rempli - Version directe */

/* Ciblage large de tous les boutons sur la page */
.page_13706852 a,
.page_13706852 .button,
.page_13706852 .btn,
.page_13706852 [class*="button"],
.page_13706852 [class*="btn"] {
    transition: all 0.3s ease !important;
}

/* Effet hover - remplit avec la couleur de bordure */
/*.page_13706852 a:hover,*/
/*.page_13706852 .button:hover,*/
/*.page_13706852 .btn:hover,*/
/*.page_13706852 [class*="button"]:hover,*/
/*.page_13706852 [class*="btn"]:hover {*/
/*    background-color: currentColor !important;*/
/*    color: white !important;*/
/*}*/

/* Alternative avec couleur spécifique si currentColor ne fonctionne pas */
.page_13706852 .format-slideshow__slide-link:hover,
.page_13706852 .button:hover,
.page_13706852 .btn:hover,
.page_13717520 .format-slideshow__slide-link:hover,
.page_13717520 .button:hover,
.page_13717520 .btn:hover {
    background-color: #B8A9FF !important;
    color: #fff !important;
}

/* Pour les boutons avec bordure colorée spécifique */
.page_13706852 [style*="border-color"]:hover {
    background-color: var(--border-color, #000) !important;
    color: white !important;
}

/* Exclusions pour éviter d'affecter la navigation */
.page_13706852 nav a:hover,
.page_13706852 .w-nav a:hover,
.page_13706852 header a:hover {
    background-color: transparent !important;
    color: inherit !important;
}


/* Fix pour enlever l'effet hover du logo sur page_13706852 */

/* Ciblage spécifique du logo dans la navigation */
.page_13706852 .w-nav-brand:hover,
.page_13706852 .navbar-brand:hover,
.page_13706852 .logo:hover,
.page_13706852 [class*="logo"]:hover,
.page_13706852 nav img:hover,
.page_13706852 header img:hover {
    background-color: transparent !important;
    color: inherit !important;
}

/* Alternative plus large pour être sûr */
.page_13706852 nav a:hover,
.page_13706852 .w-nav a:hover,
.page_13706852 header a:hover {
    background-color: transparent !important;
    color: inherit !important;
}

/* Ciblage spécifique des liens contenant des images (logos) */
.page_13706852 a:has(img):hover,
.page_13706852 a img:hover {
    background-color: transparent !important;
}

/* Si le logo a une classe spécifique, remplacez "votre-classe-logo" par la vraie classe */
.page_13706852 .votre-classe-logo:hover {
    background-color: transparent !important;
    color: inherit !important;
}

/* Reset pour les pages galeries full screen */
.page_still_life #content,
.page_portraits #content,
.page_flowers #content,
#page_still_life #content,
#page_portraits #content,
#page_flowers #content {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* Alternative si vous ne connaissez pas les classes exactes */
/* Toutes les pages SAUF SELECTED WORKS */
body:not(.page_selected_works):not(#page_selected_works) #content {
    padding-top: 0 !important;
}

/* Spécifiquement pour les galeries avec images full screen */
.fullscreen-image,
#supersized {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Force les conteneurs d'images à coller au top */
body .fullscreen-image:first-child,
body #supersized:first-child {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
}

.fullscreen-image {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    display: block;
}
#supersized, #supersized img {
    width: 100vw !important;
    height: 100vh !important;
    object-fit: cover;
}

.btn-elegant {
    display: inline-block;
    padding: 10px 25px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #9794f2;
    border: 1px solid #9794f2;
    border-radius: 4px;
    background-color: transparent;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-elegant:hover,
.btn-elegant:focus {
    background-color: #9794f2;
    color: #222;
    outline: none;
}


/* Titres élégants avec Cormorant Garamond */
h1, h2, h3, h4, h5, h6, .artistic-title {
    font-family: 'Cormorant Garamond', serif !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px;
}

/* Texte du corps avec Manrope */
body, p, .subtitle, .interface-text {
    font-family: 'Manrope', sans-serif !important;
}

/* Import Google Fonts - à mettre dans ton import si ce n'est pas déjà fait */
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Inter&family=Manrope&family=Playfair+Display&display=swap');

//* Artistic titles, large quotes */
h1, h2, h3, .artistic-title {
    font-family: 'DM Serif Display', serif;
}

/* Form titles and subtitles */
._4ORMAT_content_page_row._4ormat_sort_item._4ORMAT_module_text_02 h2,
._4ORMAT_module_contact_label {
    font-family: 'Manrope', sans-serif;
    font-weight: 600; /* semi-bold */
    font-size: 20px; /* ajuste selon besoin */
}

/* Body text, navigation, buttons */
body, nav, button, p, .caption {
    font-family: 'Inter', sans-serif;
}


form#contact_form_1 input[type="submit"]._4ORMAT_module_contact_btn {
    font-size: 12px !important;
    padding: 12px 24px !important;
}


form#contact_form_1 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #333;
}

form#contact_form_1 h2 {
    font-style: normal !important;
}

/* couleur normale des liens */
li.item > a {
    color: #333;
    text-decoration: none;
}

/* couleur au survol */
li.item > a:hover {
    color: #007bff;
}

/* lien dans l'item actif */
li.selected > a {
    color: #333 !important;
}

li.selected > a {
    color: #d9d2d6 !important;
    opacity: 1 !important;
    filter: none !important;
}

/* CSS spécifique à la page test : .page_13706421 */

.page_13706421 {
    font-family: 'Helvetica Neue', -apple-system, BlinkMacSystemFont, sans-serif;
    background: #1a1a1a;
    color: #ffffff;
    line-height: 1.4;
    overflow-x: hidden;
    font-weight: 300;
    min-height: 100vh;
}

.page_13706421 .content {
    padding: 10rem 4rem;
    background: #1a1a1a;
    max-width: 1600px;
    margin: 0 auto;
}

.page_13706421 .content_page {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.page_13706421 .simple {
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.page_13706421 .simple_page {
    background: linear-gradient(135deg, #1a1a1a 0%, #0f0f0f 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Styles pour formulaires */
.page_13706421 .form-container {
    background: #262626;
    padding: 4rem 3rem;
    border-radius: 0;
    border: 1px solid #333333;
    max-width: 600px;
    width: 100%;
    margin: 3rem auto;
}

.page_13706421 .form-group {
    margin-bottom: 2rem;
    text-align: left;
}

.page_13706421 .form-group label {
    display: block;
    color: #e8e8e8;
    font-size: 0.9rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-weight: 300;
}

.page_13706421 .form-group input,
.page_13706421 .form-group textarea {
    width: 100%;
    padding: 1.5rem;
    background: #0f0f0f;
    border: 1px solid #333333;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 300;
    transition: all 0.4s ease;
    font-family: 'Helvetica Neue', sans-serif;
}

.page_13706421 .form-group input:focus,
.page_13706421 .form-group textarea:focus {
    outline: none;
    border-color: #4a7cff;
    box-shadow: 0 0 0 1px #4a7cff;
}

.page_13706421 .form-group textarea {
    min-height: 120px;
    resize: vertical;
}

.page_13706421 .btn-primary {
    background: linear-gradient(135deg, #4a7cff 0%, #7865ff 100%);
    color: #ffffff;
    padding: 1.5rem 3rem;
    border: none;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.4s ease;
    width: 100%;
    font-family: 'Helvetica Neue', sans-serif;
}

.page_13706421 .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(74, 124, 255, 0.3);
}

/* =========================================================
   PAGE TEST 13706852 – Effet bouton SEE MORE (outline → plein)
   ========================================================= */

/* — positionne le bouton sans affecter les autres éléments — */
.page_13706852 .format-slideshow__slide {
    position: relative;      /* essentiel pour l'absolu du bouton */
    overflow: hidden;        /* déjà utilisé pour le zoom */
}

/* style initial : outline blanc, fond transparent */
.page_13706852 .format-slideshow__slide-link--outline {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    padding: 8px 20px;
    border: 2px solid currentColor;   /* bordure = couleur du texte (blanc) */
    background: transparent;
    color: currentColor;
    text-decoration: none;            /* PAS d’underline */
    font-weight: 700;
    text-transform: uppercase;
    transition: background-color .3s ease, color .3s ease, border-color .3s ease;
    z-index: 3;                       /* passe au-dessus de l’overlay */
}

/* remplissage blanc + texte noir AU SURVOL DE LA SLIDE */
.page_13706852 .format-slideshow__slide:hover .format-slideshow__slide-link--outline {
    background: currentColor;   /* fond devient blanc (même couleur que la bordure) */
    color: black;               /* texte noir lisible */
    border-color: currentColor; /* bordure « fondue » dans le fond */
}

/* facultatif : on s’assure qu’aucun pseudo-underline ne s’affiche */
.page_13706852 .format-slideshow__slide-link--outline::after {
    content: none !important;
}

/* =========================================================
   PAGE TEST 13706852 — ZOOM IMAGE + OVERLAY FADE AU HOVER
   ========================================================= */

/* Assure que chaque slide est un conteneur relatif */
.page_13706852 .format-slideshow__slide {
    position: relative;      /* nécessaire pour que l’overlay couvre la slide */
    overflow: hidden;        /* masque le zoom qui déborde */
}

/* Image : transition fluide + zoom au hover */
.page_13706852 img.format-slideshow__slide-image {
    display: block;
    width: 100%;
    height: auto;
    transition: transform .5s ease;
}

.page_13706852 .format-slideshow__slide:hover img.format-slideshow__slide-image {
    transform: scale(1.07);  /* zoom léger */
}

/* Overlay existant : on l’anime simplement */
.page_13706852 .format-slideshow__slide-overlay {
    position: absolute;      /* au cas où ce ne serait pas défini */
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.15);  /* teinte subtile */
    opacity: 0;                       /* invisible au départ */
    transition: opacity .5s ease;
    pointer-events: none;             /* ne bloque pas les clics */
}

.page_13706852 .format-slideshow__slide:hover .format-slideshow__slide-overlay {
    opacity: 1;                       /* overlay apparaît au hover */
}

.page_13706852 .format-slideshow__slide-heading {
    position:absolute;
    bottom:65px;
}

/* Button Hover Effect Simple pour page_13706852 */
/* Effet outline vers rempli - Version directe */

/* Ciblage large de tous les boutons sur la page */
.page_13706852 a,
.page_13706852 .button,
.page_13706852 .btn,
.page_13706852 [class*="button"],
.page_13706852 [class*="btn"] {
    transition: all 0.3s ease !important;
}

/* Effet hover - remplit avec la couleur de bordure */
/*.page_13706852 a:hover,*/
/*.page_13706852 .button:hover,*/
/*.page_13706852 .btn:hover,*/
/*.page_13706852 [class*="button"]:hover,*/
/*.page_13706852 [class*="btn"]:hover {*/
/*    background-color: currentColor !important;*/
/*    color: white !important;*/
/*}*/

/* Alternative avec couleur spécifique si currentColor ne fonctionne pas */
/*.page_13706852 a:hover,*/
/*.page_13706852 .button:hover,*/
/*.page_13706852 .btn:hover {*/
/*    background-color: #B8A9FF !important;*/
/*    color: #fff !important;*/
/*}*/

/* Pour les boutons avec bordure colorée spécifique */
.page_13706852 [style*="border-color"]:hover {
    background-color: var(--border-color, #000) !important;
    color: white !important;
}

/* Exclusions pour éviter d'affecter la navigation */
.page_13706852 nav a:hover,
.page_13706852 .w-nav a:hover,
.page_13706852 header a:hover,
.page_13717520 nav a:hover,
.page_13717520 .w-nav a:hover,
.page_13717520 header a:hover {
    background-color: transparent !important;
    color: inherit !important;
}


/* Fix pour enlever l'effet hover du logo sur page_13706852 */

/* Ciblage spécifique du logo dans la navigation */
.page_13706852 .w-nav-brand:hover,
.page_13706852 .navbar-brand:hover,
.page_13706852 .logo:hover,
.page_13706852 [class*="logo"]:hover,
.page_13706852 nav img:hover,
.page_13706852 header img:hover,
.page_13717520 .w-nav-brand:hover,
.page_13717520 .navbar-brand:hover,
.page_13717520 .logo:hover,
.page_13717520 [class*="logo"]:hover,
.page_13717520 nav img:hover,
.page_13717520 header img:hover {
    background-color: transparent !important;
    color: inherit !important;
}

/* Alternative plus large pour être sûr */
.page_13706852 nav a:hover,
.page_13706852 .w-nav a:hover,
.page_13706852 header a:hover {
    background-color: transparent !important;
    color: inherit !important;
}

/* Ciblage spécifique des liens contenant des images (logos) */
.page_13706852 a:has(img):hover,
.page_13706852 a img:hover {
    background-color: transparent !important;
}

/* Si le logo a une classe spécifique, remplacez "votre-classe-logo" par la vraie classe */
.page_13706852 .votre-classe-logo:hover {
    background-color: transparent !important;
    color: inherit !important;
}

/* Reset pour les pages galeries full screen */
.page_still_life #content,
.page_portraits #content,
.page_flowers #content,
#page_still_life #content,
#page_portraits #content,
#page_flowers #content {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* Alternative si vous ne connaissez pas les classes exactes */
/* Toutes les pages SAUF SELECTED WORKS */
body:not(.page_selected_works):not(#page_selected_works) #content {
    padding-top: 0 !important;
}

/* Spécifiquement pour les galeries avec images full screen */
.fullscreen-image,
#supersized {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Force les conteneurs d'images à coller au top */
body .fullscreen-image:first-child,
body #supersized:first-child {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
}

.format-slideshow__slide-heading {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
    position: relative !important;
    left: 0 !important;
    transform: none !important;
    text-align: center !important;
}
/* ==== ESPACEMENT SUPPLÉMENTAIRE POUR page_13706852 SEULEMENT ==== */

/* 1.  version écrans ≥ 640 px  (desktop/tablette) */
body.page_13706852 .format-slideshow,
body.page_13706852 .format-slideshow__slide-group,
body.page_13717520 .format-slideshow,
body.page_13717520 .format-slideshow__slide-group {
    margin-top: 30px;        /* ajustez la valeur à votre goût */
}

/* 2.  version mobile : on réduit un peu l’espace */
@media (max-width: 639px){
    body.page_13706852 .format-slideshow,
    body.page_13706852 .format-slideshow__slide-group,
    body.page_13717520 .format-slideshow,
    body.page_13717520 .format-slideshow__slide-group {
        margin-top: 40px;
    }
}


/* Améliorations pour la navigation du slideshow - Style sombre élégant */

/* Container principal des flèches */
.format-slideshow__arrow-container {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
    z-index: 100;
    pointer-events: none;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Styles des boutons flèches */
.format-slideshow__arrow {
    width: 60px;
    height: 60px;
    background: rgba(26, 26, 26, 0.9);
    backdrop-filter: blur(20px);
    border: 1px solid var(--border-color);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    pointer-events: auto;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Effet de hover sur les flèches */
.format-slideshow__arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: radial-gradient(circle, var(--klein-blue) 0%, var(--majorelle-blue) 100%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
}

.format-slideshow__arrow::before:hover {
    width: 100%;
    height: 100%;
    opacity: 0.15;
}

.format-slideshow__arrow:hover {
    transform: scale(1.1);
    border-color: var(--klein-blue);
    box-shadow: 0 15px 40px rgba(74, 124, 255, 0.25);
}

/* Animation spécifique pour chaque flèche */
.format-slideshow__arrow--left:hover {
    transform: scale(1.1) translateX(-3px);
}

.format-slideshow__arrow--right:hover {
    transform: scale(1.1) translateX(3px);
}

/* Styles des SVG dans les flèches - règles ultra spécifiques */
* .format-slideshow__arrow svg,
* [class*="arrow"] svg,
* [class*="slideshow"] svg,
* .tns-controls svg {
    width: 20px !important;
    height: 20px !important;
    transition: all 0.4s ease !important;
    z-index: 1 !important;
    position: relative !important;
}

* .format-slideshow__arrow svg path,
* [class*="arrow"] svg path,
* [class*="slideshow"] svg path,
* .tns-controls svg path {
    fill: var(--text-gray) !important;
    stroke: var(--text-gray) !important;
    transition: all 0.4s ease !important;
}

* .format-slideshow__arrow:hover svg path,
* [class*="arrow"]:hover svg path,
* [class*="slideshow"]:hover svg path,
* .tns-controls:hover svg path {
    fill: var(--klein-blue) !important;
    stroke: var(--klein-blue) !important;
}

/* État désactivé des flèches */
.format-slideshow__arrow:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
}

.format-slideshow__arrow:disabled:hover {
    transform: none;
    border-color: var(--border-color);
    box-shadow: none;
}

/* Container des points de navigation */
.format-slideshow__dots {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 1rem;
    z-index: 100;
    background: rgba(26, 26, 26, 0.8);
    backdrop-filter: blur(15px);
    padding: 1rem 2rem;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    /* Animation plus subtile pour les points */
    animation: fadeInUp 0.8s ease 0.3s both;
}

/* Container individuel de chaque point */
.format-slideshow__dot-container {
    cursor: pointer;
    padding: 0.5rem;
    transition: all 0.3s ease;
    border-radius: 50%;
    position: relative;
}

/* Point de navigation */
.format-slideshow__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent-gray);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

/* État hover des points */
.format-slideshow__dot-container:hover .format-slideshow__dot {
    background: var(--text-gray);
    transform: scale(1.2);
}

/* Point actif */
.format-slideshow__dot-container.tns-nav-active .format-slideshow__dot {
    background: var(--klein-blue);
    transform: scale(1.3);
    box-shadow: 0 0 15px rgba(74, 124, 255, 0.4);
}

/* Effet de glow pour le point actif */
.format-slideshow__dot-container.tns-nav-active .format-slideshow__dot::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    background: radial-gradient(circle, var(--klein-blue) 0%, transparent 70%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.3;
    animation: pulseGlow 2s ease-in-out infinite;
}

/* Animation de pulsation pour le point actif */
@keyframes pulseGlow {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.3;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.1;
    }
}

/* Animation d'entrée douce - utilisée uniquement pour les points */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

/* Responsive - tablettes */
@media (max-width: 1024px) {
    .format-slideshow__arrow-container {
        padding: 0 1rem;
    }

    .format-slideshow__arrow {
        width: 50px;
        height: 50px;
    }

    .format-slideshow__arrow svg {
        width: 16px;
        height: 16px;
    }
}

/* Responsive - mobiles */
@media (max-width: 768px) {
    .format-slideshow__arrow {
        width: 45px;
        height: 45px;
    }

    .format-slideshow__arrow svg {
        width: 14px;
        height: 14px;
    }

    .format-slideshow__dots {
        bottom: 1rem;
        padding: 0.75rem 1.5rem;
        gap: 0.75rem;
    }

    .format-slideshow__dot {
        width: 6px;
        height: 6px;
    }
}

/* Amélioration de l'accessibilité */
.format-slideshow__arrow:focus,
.format-slideshow__dot-container:focus {
    outline: 2px solid var(--klein-blue);
    outline-offset: 2px;
}

/* États de transition pour les animations fluides */
.format-slideshow__arrow,
.format-slideshow__dot,
.format-slideshow__dot-container {
    will-change: transform;
}

/* Règles globales pour uniformiser sur toutes les pages */
[data-slider] .format-slideshow__arrow-container,
.slideshow .format-slideshow__arrow-container,
.slider .format-slideshow__arrow-container,
.tns-outer .format-slideshow__arrow-container {
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
    right: 0 !important;
    transform: translateY(-50%) !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 0 2rem !important;
    z-index: 100 !important;
    pointer-events: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}

[data-slider] .format-slideshow__arrow,
.slideshow .format-slideshow__arrow,
.slider .format-slideshow__arrow,
.tns-outer .format-slideshow__arrow {
    width: 60px !important;
    height: 60px !important;
    background: rgba(26, 26, 26, 0.9) !important;
    backdrop-filter: blur(20px) !important;
    border: 1px solid var(--border-color) !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    pointer-events: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* ▸ BOUTON “SEE SELECTED WORKS” */
.eightcol a {
    background: var(--blue-2);
    border: 1px solid var(--blue-2);
    color: var(--white);
    padding: 12px 26px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    user-select: none; /* empêche le surlignement */
}
.eightcol a:hover {
    background: var(--blue-1);
    border-color: var(--blue-1);
    color: var(--white);
}

/* Style du séparateur (plus petit et plus fin) */
._4ORMAT_module_divider {
    width: 60px;
    height: 2px;
    background-color: #7865ff;
    margin: 24px auto;
}

/* ▸ TITRES “Biography”, “Let’s connect” */
._4ORMAT_text h2 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal !important;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
/* Mise à jour des variables ----------------------------------------------*/
:root{
    --blue-1: #4a7cff;   /* Hover / accent   */
    --blue-2: #7865ff;   /* Couleur normale  */
    --blue-3: #9794f2;   /* Variation pâle   */
    --white : #ffffff;
}

/* 1 ▸ BOUTON DU SLIDESHOW (“SEE SELECTED WORKS”) --------------------------*/
/* coins LÉGÈREMENT arrondis   */
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 600;
font-size: 14px;
letter-spacing: 1px;
text-transform: uppercase;
text-decoration: none;                   /* pas de soulignement         */
display: inline-block;
transition: all .3s ease;
user-select: none;

/* 2 ▸ SÉPARATEUR (divider) -------------------------------------------------*/
._4ORMAT_module_divider{
    width: 80px;             /* plus court   */
    height: 4px;             /* plus épais  */
    margin: 40px auto;       /* centré      */
    border: none !important;
    background: var(--blue-3);
    border-radius: 2px;
}

/* 3 ▸ TITRES DE SECTION (Biography, Let’s Connect) ------------------------*/
.eightcol h2,
.twocol + .eightcol h2,
._4ORMAT_content_page_row h2{
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-style: normal !important;   /* pas d’italique */
}
/* Ajustements finaux -------------------------------------------------------*/

/* 3 ▸ Séparateur légèrement moins large */
._4ORMAT_module_divider{
    width: 60px;      /* au lieu de 80px */
}

/* Bouton SEE SELECTED WORKS - version finale */
.format-slideshow__slide-link {
    background-color: var(--blue-2); /* couleur normale */
    border: 1px solid var(--blue-2);
    color: var(--white) !important;
    padding: 12px 28px;
    border-radius: 6px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none !important;
    display: inline-block;
    transition: background-color 0.3s ease;
    user-select: none;
}

.format-slideshow__slide-link:hover,
.format-slideshow__slide-link:focus,
.format-slideshow__slide-link:active {
    background-color: var(--blue-1); /* plus clair au hover */
    border-color: var(--blue-1);
    color: var(--white) !important;
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}

/* 1) Texte plus visible avec ombre légère */
.eightcol a,
.format-slideshow__slide-link {
    color: var(--white) !important;
    font-weight: 700; /* déjà en place, assure la visibilité */
    text-shadow: 0 0 3px rgba(0,0,0,0.5); /* légère ombre pour le texte */
}

/* 2) Suppression du surlignage au hover */
.eightcol a:hover,
.format-slideshow__slide-link:hover,
.format-slideshow__slide-link:focus,
.format-slideshow__slide-link:active {
    text-decoration: none !important; /* enlever tout soulignement/surlignage */
    /* Les autres styles d’origine sont ok */
}
/* Autres styles ici... */

/* Corriger le séparateur */
._4ORMAT_module_divider {
    width: 60px;
    height: 3px;
    margin: 40px auto;
    background: var(--blue-3);
    border: none !important;
    border-radius: 2px;
    display: block;
}
/* Cadre autour de l'ensemble */
.form-wrapper {
    padding: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    max-width: 600px;
    margin: 60px auto;
}

/* Sous-titre avec effet souligné animé */
.form-subtitle {
    font-size: 1.5rem;
    text-align: center;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    cursor: default;
}

.form-subtitle::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 3px;
    background-color: var(--blue-3, #007BFF); /* ou ta couleur */
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.form-subtitle:hover::after {
    transform: scaleX(1);
}

/* (Optionnel) Style de base du formulaire */
form input, form textarea {
    width: 100%;
    padding: 12px 16px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 1rem;
}

form button {
    padding: 12px 24px;
    background-color: var(--blue-3, #007BFF);
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
}

form button:hover {
    background-color: #0056b3;
}

/* ——— Bouton FR : même ligne et même taille que les icônes ——— */
.social_icon a[href="https://www.claudiadufourmarquez.com/accueil"]{
    /* même mode d’affichage que les autres liens d’icône  */
    display:inline-block;           /* pas « flex », pour partager la même baseline */
    width:13px;
    height:13px;
    line-height:13px;               /* texte parfaitement centré verticalement   */
    vertical-align:middle;          /* aligne sur la même ligne que les autres   */

    font-size:12px;                  /* petit, lisible */
    font-weight:bold;
    text-decoration:none;
    color:currentColor;             /* reprend la couleur des autres icônes      */
    position:relative;              /* garde la position normale dans le flux    */
}

/* cache le pictogramme Google+ d’origine */
.social_icon a[href="https://www.claudiadufourmarquez.com/accueil"] svg{
    display:none;
}

/* remplace par le sigle « FR » */
.social_icon a[href="https://www.claudiadufourmarquez.com/accueil"]::before{
    content:"FR";
    display:block;
    text-align:center;
    line-height:13px;               /* centrage vertical du texte                */
}


/* Cacher le menu EN sur les pages FR */
.fr-page-flag ~ header .main-menu,
body.fr-page .main-menu {
    display: none !important;
}

/* Afficher le menu FR seulement sur les pages FR */
.fr-page-flag ~ .menu-fr,
body.fr-page .menu-fr {
    display: flex !important;
}

/* Masquer le menu FR par défaut */
.menu-fr {
    display: none;
    justify-content: center;
    gap: 30px;
    padding: 20px;
    background-color: white;
    font-family: inherit;
    font-size: 16px;
}

/* Harmoniser le style des liens FR avec celui du menu EN */
.menu-fr a {
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}

/* --- Général: style du menu FR identique au menu EN --- */
.menu-fr {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 9999;
}

.menu-fr .menu_list {
    display: flex;
    gap: 40px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-fr .menu_list li a {
    font-family: "Helvetica Neue", sans-serif; /* Ajuste selon ton thème */
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
}

/* --- Style du lien EN --- */
.lang-switch {
    position: absolute;
    top: 30px;
    right: 10px;
    z-index: 10000;
}

.lang-switch a {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

/* Boîte contenant l'image */
.format-slideshow__slide-image {
    transition: transform 0.6s ease;
    display: block;
}

/* Zoom sur hover */
.format-slideshow__slide-image:hover {
    transform: scale(1.05);
}

/* Ajout d’un pseudo-overlay sur l’image */
.format-slideshow__slide-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); /* fondu gris/noir */
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 2;
    pointer-events: none;
}

/* Affiche l’overlay quand on survole */
.format-slideshow__slide-image:hover::after {
    opacity: 1;
}

/* Hide nav links by default; JS will control display */
nav a {
    display: inline-block;
}

/* Language switcher label for FR */
.social_icon a[href="/accueil"]::before {
    content: "FR";
    display: block;
    text-align: center;
    line-height: 13px;
}

/* Language switcher label for EN */
.social_icon a[href="/"]::before {
    content: "EN";
    display: block;
    text-align: center;
    line-height: 13px;
}

/* Optionally, add styles for other EN/FR home URLs if needed */
.social_icon a[href="/accueil"]:not(:hover)::before,
.social_icon a[href="/"]:not(:hover)::before {
    /* Add hover or focus styles if needed */
}






/* ADDED BY CARL */
html body footer #using {
  display: none !important;  
}

.format-slideshow .format-slideshow__dots {
  display: none !important;
}

#content_page_wrapper ._4ORMAT_module_slideshow_01,
#content_page_outer._4ORMAT_module_slideshow_01 {
    --slideshow-height: 100vh !important; /* Full viewport height for slideshow */
}

.content_page.simple_page #supersized {
    display: none;
}

.page_13573817 #next_slide,
.page_13717807 #next_slide,
.page_13573817 #prev_slide,
.page_13717807 #prev_slide {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    backdrop-filter: blur(20px);
    fill: #9794f2;
    color: #9794f2;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    padding: 0;
    transform: none;
}

.page_13573817 #next_slide,
.page_13717807 #next_slide {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="27" viewBox="0 0 32 27"><path fill="%239794f2" d="M30.251 14H.475A.488.488 0 0 1 0 13.5c0-.276.213-.5.475-.5h29.78L18.151.884a.517.517 0 1 1 .731-.732l12.967 12.98a.518.518 0 0 1 0 .733L18.882 26.848a.52.52 0 0 1-.731-.731L30.251 14z"></path></svg>');
}


.page_13573817 #prev_slide,
.page_13717807 #prev_slide {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="27" viewBox="0 0 32 27"><path fill="%239794f2" d="M1.749 13h29.776c.262 0 .475.224.475.5s-.213.5-.475.5H1.745l12.104 12.116a.517.517 0 1 1-.731.732L.15 13.869a.518.518 0 0 1 0-.733L13.118.152a.52.52 0 0 1 .731.731L1.749 13z"></path></svg>');
}



.page_13573817 #next_slide:before,
.page_13573817 #prev_slide:before,
.page_13717807 #next_slide:before,
.page_13717807 #prev_slide:before {
    display: none;
}

.slider {
    background-color: transparent !important;
}

nav a {
    display: inline-block;
}

nav #menu > li {
    opacity: 0;
}

nav #menu.menu-initiated > li {
    transition: opacity 500ms;
    opacity: 1;
}

.social_icons li.social_icon {
    opacity: 0;
}

.social_icons.social_icons--initiated li.social_icon {
    transition: opacity 500ms;
    opacity: 1;
}

.social_icon a[href="/accueil"]::before,
.social_icon a[href="/contact"]::before,
.social_icon a[href="/apropos"]::before,
.social_icon a[href="/univers"]::before,
.social_icon a[href="/contemplations"]::before,
.social_icon a[href="/visages"]::before,
.social_icon a[href="/fleurs"]::before {
    content: "FR";
    display: block;
    text-align: center;
    line-height: 13px;
}

.social_icon a[href="/"]::before,
.social_icon a[href="/getintouch"]::before,
.social_icon a[href="/about"]::before,
.social_icon a[href="/works"]::before,
.social_icon a[href="/stillmoments"]::before,
.social_icon a[href="/faces"]::before,
.social_icon a[href="/blooms"]::before {
    content: "EN";
    display: block;
    text-align: center;
    line-height: 13px;
}

.social_icon a[href="/accueil"],
.social_icon a[href="/"] {
    width: auto;
    height: auto;
    position: relative;
}

.social_icon a[href="/accueil"] svg,
.social_icon a[href="/"] svg {
    display: none;
}

.social_icon.lang-switcher {
    min-width: auto;
}

.social_icon.lang-switcher a {
    position: relative;
    padding: 0 2px;
    font-weight: bold;
}

.social_icon.lang-switcher a svg {
    display: none;
}


