* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    position: relative;
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url('images/Accueil.jpg');
}

body.alchimie {
    background-image: url('images/Alchimie.jpg');
}

body.zoom {
    background-image: url('images/Zoom.jpg');
}

.zoom {
    background-image: url('images/Zoom.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.consultations {
    background-image: url('images/Etang.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.voyages {
    background-image: url('images/Voyage.jpeg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.parfums {
    background-image: url('images/Parfums.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.cabinet {
    background-image: url('images/Cabinet.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.evenements {
    background-image: url('images/Evenements.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.contact {
    background-image: url('images/contact2.jpg');
    background-size: cover;
    background-position: center;
}

.a-propos {
    background-image: url('images/SG.jpeg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.interviews {
    background-image: url('images/Interview.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
}

.avis {
    background-image: url('images/Avis.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
}

.conseils {
    background-image: url('images/NousConseillons.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
}

.conseils-background {
    background-image: url('images/NousConseillons.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.navbar {
    position: fixed;
    top: 0;
    right: 0;
    padding: 1rem;
    z-index: 1000;
}

.menu-icon {
    cursor: pointer;
    padding: 13px;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    background-color: white;
    border-radius: 0;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hamburger-lines {
    width: 60%;
    height: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.line {
    width: 100%;
    height: 3px;
    background-color: #A00000;
}

.menu-icon i {
    font-size: 3.5rem;
    color: red;
    transform: scale(1.5, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    letter-spacing: 0.4em;
    line-height: 1.8;
    position: relative;
    left: 0.3em;
}

.menu-icon.light i {
    color: red;
}

.menu-icon.dark i {
    color: red;
}

.menu-icon:hover {
    transform: scale(1.1);
}

.menu-overlay {
    position: fixed;
    top: 0;
    right: -310px;
    width: 310px;
    height: 100vh;
    background-color: white;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
    overflow-y: auto;
    /* Ajout pour permettre le défilement */
}

.menu-content {
    padding: 4rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.0rem;
    font-family: 'Cormorant Garamond', serif;
    text-align: left;
}

.menu-content a {
    text-decoration: none;
    color: #333;
    font-size: 1.2em;
    transition: color 0.3s ease;
    white-space: nowrap;
}

/* Styles pour les drapeaux de langues */
.language-flags {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    padding-left: 10px;
}

.language-flags .flag-container {
    position: relative;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.language-flags .flag-container:hover {
    transform: scale(1.1);
}

.language-flags .flag-container.current-language {
    cursor: default;
    transform: scale(1.1);
}

.language-flags .flag-img {
    width: 24px;
    height: auto;
    border-radius: 3px;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.3));
}

.content {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 2rem;
}

.content>* {
    margin: 0;
}

.buttons-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-left: 2rem;
}

.cabinet.page-principale .content>div {
    position: relative;
}

.cabinet-buttons-menu {
    display: none;
    /* Par défaut caché */
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.cabinet-buttons-menu .popup-button {
    width: 250px;
    min-width: 250px;
    max-width: 250px;
    background-color: #E2D5C3;
    white-space: nowrap;
    opacity: 1;
    text-align: center;
}

/* Style desktop */
@media (min-width: 769px) {
    .cabinet-buttons-menu {
        position: absolute !important;
        left: calc(100% - 1cm);
        top: calc(4cm - 2mm);
    }
}

/* Style mobile */
@media (max-width: 768px) {
    .cabinet-buttons-menu {
        position: static !important;
        margin-top: 20px;
        padding: 10px;
        background-color: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(5px);
    }
}

.page-principale .content {
    position: relative;
    min-height: calc(100vh - 40px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    width: 100%;
    text-align: center;
    gap: 30px;
}

.page-principale .content .popup-button {
    width: auto;
}

/* ================= Footer commun ================= */
:root {
    --footer-bg: #E2D5C3;
    /* Beige uniforme */
    --footer-fg: #000000;
    /* Texte noir */
    --footer-sep: #555;
    /* Séparateur plus visible */
    --footer-height: 60px;
    /* Hauteur dynamique du footer (ajustée) */
}

.site-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: var(--footer-bg);
    color: var(--footer-fg);
    border-top: none;
    /* Pas de bordure pour un look plat */
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Cormorant Garamond', serif;
    /* Police de la newsletter */
    font-size: 1rem;
    line-height: 1.2;
    z-index: 100;
}

.site-footer .footer-links {
    display: flex;
    gap: 20px;
    /* Espace augmenté */
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.site-footer .footer-links a {
    color: var(--footer-fg);
    text-decoration: none;
    /* Pas de soulignement */
}

.site-footer .footer-links a:hover {
    text-decoration: none;
    /* Pas de soulignement au survol */
    opacity: 0.7;
    /* Effet de survol discret */
}

.site-footer .footer-links .sep {
    color: var(--footer-sep);
}

/* Espace de sécurité en bas pour les pages avec footer */
.body-with-footer {
    padding-bottom: calc(var(--footer-height) + 20px);
    /* Espace de sécurité dynamique */
}


.page-principale .content>div:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    transform: translateY(0);
}

/* Style pour les titres des pages légales */
.legal-page h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 6rem;
    color: white;
    font-weight: 300;
    text-align: center;
    margin-bottom: 40px;
}

/* Styles pour les pages détails */
body:not(.page-principale) .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 40px;
}

body:not(.page-principale) .content h1 {
    margin-bottom: 40px;
    font-size: 4.5rem;
    text-align: center;
    width: 100%;
}

.content-container {
    background: white;
    width: 95%;
    max-width: 960px;
    border-radius: 15px;
    margin: 20px auto;
    position: relative;
    font-family: 'Cormorant Garamond', serif;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.title-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.logo-corner {
    position: fixed;
    top: 20px;
    left: 20px;
    width: 100px;
    height: auto;
    z-index: 100;
}

.logo-inline {
    width: 100px;
    height: 100px;
    vertical-align: middle;
    margin-right: 20px;
}

h1 {
    margin-bottom: 30px;
    font-family: 'Cormorant Garamond', serif;
    color: white;
    font-weight: 300;
    font-size: 6rem;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    line-height: 0.9;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (orientation: portrait) {
    h1 {
        font-size: 3rem;
        letter-spacing: 1px;
    }

    .menu-icon {
        width: 60px;
        height: 60px;
    }

    .menu-icon i {
        font-size: 2.1rem;
    }

    .hamburger-lines {
        height: 60%;
    }

    .line {
        height: 2px;
    }

    .logo-corner {
        width: 70px;
    }

    .logo-inline {
        width: 70px;
        height: 70px;
    }

    .menu-overlay {
        width: 200px;
        right: -200px;
    }

    .menu-content {
        padding: 3rem 1rem;
        font-size: 0.9em;
    }
}

@media (max-width: 768px) {
    .menu-overlay {
        width: 100%;
        right: -100%;
    }
}

.popup-button {
    padding: 15px 30px;
    font-size: 1.2rem;
    background-color: rgba(255, 255, 255, 0.5);
    color: black;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: 'Cormorant Garamond', serif;
}

.popup-button:hover {
    background-color: rgba(255, 255, 255, 0.7);
}

.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.popup-content {
    background-color: white;
    padding: 2rem;
    border-radius: 5px;
    position: relative;
    max-width: 500px;
    width: 90%;
    font-family: 'Cormorant Garamond', serif;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.5rem;
    background: none;
    border: none;
    cursor: pointer;
    color: #333;
}

.close-button:hover {
    color: #A00000;
}

.popup-content h2 {
    margin-bottom: 1rem;
    color: #A00000;
}

.popup-content p {
    margin-bottom: 1rem;
    line-height: 1.6;
}

.banner {
    padding: 40px;
    color: #333;
    font-size: 16px;
    white-space: pre-line;
    word-wrap: break-word;
}

.content-container .banner:last-child {
    border-radius: 0;
}

.banner-red {
    background-color: #B30000;
    color: white;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.6;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    padding: 40px;
    padding-left: 140px;
}

.banner-beige {
    background-color: #E2D5C3;
}

.banner-beige-dark {
    background-color: #D4C4AA;
}

.banner h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.5em;
    margin-bottom: 20px;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
    font-weight: normal;
}

.banner .price {
    color: #990000;
    font-size: 1.2em;
    margin-bottom: 20px;
    font-family: 'Cormorant Garamond', serif;
}

.banner .subtitle {
    color: #666;
    font-size: 1.1em;
    margin-bottom: 15px;
}

.banner p {
    margin: 15px 0;
    line-height: 1.6;
    font-size: 1.1em;
    font-family: 'Cormorant Garamond', serif;
}

.banner p.spacing-vsmall {
    line-height: 0;
    margin: 0;
}

.banner p.spacing-small {
    line-height: 1;
    margin: 0.2em 0;
}

.banner p.spacing-medium {
    line-height: 1.5;
    margin: 0.5em 0;
}

.banner p.indent-5 {
    margin-left: 5ch;
}

.banner p.indent-10 {
    margin-left: 10ch;
}

.banner p.indent-15 {
    margin-left: 15ch;
}

.banner span.indent-10 {
    padding-left: 45px;
    display: inline-block;
}

/* Styles pour la popup de contact */
.info-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1100;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.info-popup-content {
    background-image: url('images/contact2.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    background-color: white;
    padding: 2rem;
    border-radius: 0;
    max-width: 1600px;
    width: 90%;
    margin: 20px;
}

.contact-logo {
    width: 100px;
    margin-bottom: 20px;
}

.close-contact {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 24px;
    cursor: pointer;
    color: #333;
}

.contact-info {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .contact-info {
        flex-direction: column;
        width: 100%;
    }

    .contact-section {
        width: 90%;
    }
}

.contact-section {
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    font-family: 'Cormorant Garamond', serif;
    transition: transform 0.2s ease;
    backdrop-filter: blur(5px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 200px;
    width: 45%;
}

.contact-section h3 {
    color: white;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.contact-detail {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    color: white;
    white-space: nowrap;
}

.contact-icon {
    margin-right: 10px;
    color: white;
}

.contact-section p {
    margin-bottom: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.contact-section .note {
    font-style: italic;
    color: #f0f0f0;
    margin-top: 10px;
}

.contact-section a {
    color: white;
    text-decoration: none;
    transition: color 0.2s ease;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.contact-section a:hover {
    color: #f0f0f0;
    text-decoration: underline;
}

.info-popup-content h2 {
    color: white;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    font-size: 2.5rem;
    margin-bottom: 30px;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.main-content-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    z-index: 1;
}

.content-container {
    background: white;
    width: 95%;
    max-width: 960px;
    border-radius: 15px;
    margin: 20px auto;
    position: relative;
    font-family: 'Cormorant Garamond', serif;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.banner {
    padding: 40px;
    color: #333;
    font-size: 16px;
    white-space: pre-line;
    word-wrap: break-word;
}

.content-container .banner:last-child {
    border-radius: 0;
}

.banner-beige {
    background-color: #E2D5C3;
}

.banner-beige-dark {
    background-color: #D4C4AA;
}

.banner h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.5em;
    margin-bottom: 20px;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
    font-weight: normal;
}

.banner .price {
    color: #990000;
    font-size: 1.2em;
    margin-bottom: 20px;
    font-family: 'Cormorant Garamond', serif;
}

.banner p {
    margin: 15px 0;
    line-height: 1.6;
    font-size: 1.1em;
    font-family: 'Cormorant Garamond', serif;
}

.buy-button {
    display: inline-block;
    background-color: #990000;
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 20px;
    font-size: 1.2em;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: 'Cormorant Garamond', serif;
    vertical-align: middle;
    line-height: 1.2;
    box-sizing: border-box;
    white-space: nowrap;
}

button.buy-button {
    margin: 20px 0 0 0;
    line-height: 1.2;
    height: fit-content;
    align-self: flex-start;
}

.buy-button:hover {
    background-color: #800000;
}

.banner.banner-beige,
.banner.banner-beige-dark {
    text-align: left;
}

.banner.banner-beige .price,
.banner.banner-beige-dark .price {
    text-align: left;
}

.banner.banner-beige h2,
.banner.banner-beige-dark h2 {
    text-align: left;
}

.banner.banner-beige .buy-button,
.banner.banner-beige-dark .buy-button {
    display: block;
    width: fit-content;
}

strong {
    line-height: 1.2;
    display: inline-block;
    margin: 0;
}

.bg-common {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.alchimie,
.alchimie-background {
    background-image: url('images/Alchimie.jpg') !important;
}

.zoom,
.zoom-background {
    background-image: url('images/Zoom.jpg') !important;
}

.consultations,
.consultations-background {
    background-image: url('images/Etang.jpg') !important;
}

.voyages,
.voyages-background {
    background-image: url('images/Voyage.jpeg') !important;
}

.parfums,
.parfums-background {
    background-image: url('images/Parfums.jpg') !important;
}

.cabinet,
.cabinet-background {
    background-image: url('images/Cabinet.jpg') !important;
}

.evenements,
.evenements-background {
    background-image: url('images/Evenements.jpg') !important;
}

.interviews,
.interviews-background {
    background-image: url('images/Interview.jpeg') !important;
}

.avis,
.avis-background {
    background-image: url('images/Avis.jpg') !important;
}

.a-propos,
.a-propos-background {
    background-image: url('images/SG.jpeg') !important;
}

.alchimie,
.zoom,
.consultations,
.voyages,
.parfums,
.cabinet,
.evenements,
.interviews,
.avis,
.conseils,
.a-propos {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.contact-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 3rem;
    padding: 3rem;
    max-width: 1600px;
    margin: 0 auto;
}

.contact-card {
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    padding: 3rem;
    border-radius: 0;
    text-align: center;
    width: 400px;
    min-height: 300px;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.contact-card:hover {
    transform: translateY(-5px);
}

.contact-card i {
    font-size: 2.5rem;
    color: #4a4a4a;
    margin-bottom: 1rem;
}

.contact-card h2 {
    color: #333;
    margin-bottom: 1rem;
    font-family: 'Cormorant Garamond', serif;
}

.contact-card p {
    color: #666;
    margin: 0.5rem 0;
}

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

    .contact-card {
        width: 100%;
        max-width: 300px;
    }
}

.info-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1100;
}

.info-popup-content {
    background-image: url('images/contact2.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    background-color: white;
    padding: 2rem;
    border-radius: 10px;
    max-width: 1600px;
    width: 90%;
    margin: 20px;
}

.contact-logo {
    width: 100px;
    margin-bottom: 20px;
}

.close-contact {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 24px;
    cursor: pointer;
    color: #333;
}

.contact-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .contact-info {
        grid-template-columns: 1fr;
    }

    .contact-section {
        width: 90%;
    }
}

.contact-section {
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    font-family: 'Cormorant Garamond', serif;
    transition: transform 0.2s ease;
    backdrop-filter: blur(5px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 200px;
}

.contact-section h3 {
    color: white;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.contact-detail {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    color: white;
    white-space: nowrap;
}

.contact-icon {
    margin-right: 10px;
    color: white;
}

.contact-section p {
    margin-bottom: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.contact-section .note {
    font-style: italic;
    color: #f0f0f0;
    margin-top: 10px;
}

.contact-section a {
    color: white;
    text-decoration: none;
    transition: color 0.2s ease;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.contact-section a:hover {
    color: #f0f0f0;
    text-decoration: underline;
}

.info-popup-content h2 {
    color: white;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    font-size: 2.5rem;
    margin-bottom: 30px;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.contact-page {
    min-height: calc(100vh - 150px);
    /* Hauteur moins l'espace pour le header */
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('images/contact2.jpg');
    background-size: cover;
    background-position: center;
    padding: 20px;
    margin-top: 20px;
}

.contact-page .contact-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 800px;
    margin: 0 auto;
}

.contact-page .contact-section {
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    padding: 20px;
}

.contact .content h1 {
    margin-top: -40px;
    /* Remonter le titre de 4cm (environ -40px) */
}

.contact .contact-info {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    /* Réduit de 50px à 20px pour remonter les encadrés */
    padding: 0 20px;
}

.contact .contact-section {
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    padding: 20px;
    width: 400px;
    /* Augmentation de la largeur de 300px à 400px */
}

.contact .contact-section h3 {
    color: white;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.contact .contact-detail {
    color: white;
    margin-bottom: 10px;
}

.contact .contact-detail a {
    color: white;
    text-decoration: none;
}

.contact .note {
    color: white;
    font-style: italic;
}

.cgv-button-container {
    text-align: center;
    margin-top: 30px;
}

.cgv-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    transition: background-color 0.3s ease;
}

.cgv-button:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Styles pour la page CGV */
body.cgv {
    background: url('images/CGV.jpg') no-repeat center center fixed !important;
    background-size: cover !important;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    font-family: Arial, sans-serif;
}

.cgv .container {
    width: 100%;
    min-height: 100vh;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.cgv-content {
    background-color: white;
    width: 1000px;
    margin: 40px auto;
    padding: 40px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    line-height: 1.8;
    text-align: left;
    font-size: 0.9rem;
    /* Réduction de 20% */
}

.cgv-content h1 {
    color: #ff4d6d;
    font-size: 2.4rem;
    /* Réduction de 20% (3rem × 0.8) */
    margin: 20px 0 40px 0;
    /* font-family: 'Cormorant Garamond', serif; */
    font-family: 'Arial', serif;
    font-weight: normal;
    text-align: center;
}

.cgv-content h2 {
    color: #ff4d6d;
    font-size: 1.44rem;
    /* Réduction de 20% (1.8rem × 0.8) */
    margin: 30px 0 20px 0;
    font-family: 'Arial', serif;
    font-weight: normal;
}

.cgv-content h3 {
    color: #ff4d6d;
    font-size: 1.12rem;
    /* Réduction de 20% (1.4rem × 0.8) */
    margin: 25px 0 15px 0;
    font-family: 'Cormorant Garamond', serif;
    font-weight: normal;
}

.cgv-content p,
.cgv-content li {
    margin: 10px 0;
    line-height: 1.8;
    color: #333;
}

.cgv-content ol {
    padding-left: 20px;
    margin: 15px 0;
    list-style-type: decimal;
}

.cgv-content ul {
    list-style-type: disc;
    margin: 15px 0;
    padding-left: 20px;
}

.cgv-content a {
    color: #0066cc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.cgv-content a:hover {
    text-decoration: underline;
    color: #ff4d6d;
}

/* Style spécifique pour le bouton de téléchargement des CGV */
.cgv-download-button {
    display: block;
    width: fit-content;
    margin: 40px auto;
    padding: 15px 30px;
    background-color: #ff4d6d;
    color: white !important;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-align: center !important;
}

.cgv-download-button:hover {
    background-color: #ff1f47;
    text-decoration: none !important;
}

/* Media queries pour le responsive */
@media screen and (max-width: 1024px) {
    .cgv-content {
        width: 90%;
        margin: 20px auto;
        padding: 30px;
    }
}

@media screen and (max-width: 768px) {
    .cgv-content {
        width: 95%;
        padding: 20px;
        margin: 10px auto;
    }

    .cgv-content h1 {
        font-size: 1.8rem;
    }

    .cgv-content h2 {
        font-size: 1.2rem;
    }
}

/* Styles pour le formulaire */
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

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

.form-group input,
.form-group textarea {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
}

.form-group textarea {
    height: 150px;
    resize: vertical;
}

.submit-button {
    background-color: #990000;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
}

.submit-button:hover {
    background-color: #800000;
}

/* Style pour le corps quand la popup est ouverte */
body.popup-open {
    overflow: hidden;
}

/* ================= Messages de la Newsletter ================= */

#newsletter-message-container {
    margin-bottom: 15px;
    text-align: center;
    min-height: 40px;
    /* Pour éviter un saut de layout */
}

#newsletter-message-container .newsletter-message-success,
#newsletter-message-container .newsletter-message-error {
    font-family: 'Cormorant Garamond', serif;
    padding: 10px;
    border-radius: 5px;
    font-size: 1.2em;
    /* Police plus grande */
}

#newsletter-message-container .newsletter-message-success {
    color: #333;
    /* Couleur de texte standard */
    cursor: pointer;
    /* Indiquer qu'on peut cliquer */
}

#newsletter-message-container .newsletter-message-error {
    background-color: #fff;
    /* Fond blanc */
    color: #A00000;
    /* Texte rouge foncé */
    border: 1px solid #A00000;
    /* Bordure rouge foncé */
}

/* ================= Newsletter Button & Popup ================= */

/* On s'assure que le conteneur s'adapte à son contenu (le bouton) */
.newsletter-fixed-container {
    background-color: #A00000;
    /* Rouge */
    border: 2px solid #800000;
    /* Bordure rouge plus foncée */
    padding: 7px 5px;
    /* Augmentation du padding vertical */
    border-radius: 5px;
    display: inline-block;
    /* Important pour s'adapter à la largeur du bouton */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    /* On réinitialise les styles flex qui ne sont plus pertinents */
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* On cache les anciens éléments qui étaient dans le conteneur */
.newsletter-fixed-header,
.newsletter-fixed-input {
    display: none !important;
}

/* Styles pour le popup de la newsletter */
/* Styles pour le popup de la newsletter */
#newsletter-popup .popup-content {
    max-width: 500px;
    width: 90%;
    padding: 0;
    overflow: hidden;
    margin: 0 auto;
    /* Centering */
}

#newsletter-popup .popup-grid {
    display: grid;
    grid-template-columns: 1fr;
    /* Single column */
    align-items: center;
}

#newsletter-popup .popup-text-content {
    padding: 40px;
}

#newsletter-popup .popup-image-container {
    display: none;
    /* Hide image container (white zone) */
    height: 100%;
}

#newsletter-popup .popup-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#newsletter-popup h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #333;
}

#newsletter-popup p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

#newsletter-popup .popup-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#newsletter-popup .popup-form input[type="email"] {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
    width: 100%;
}

#newsletter-popup .popup-form button {
    padding: 12px;
    background-color: #333;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s;
}

#newsletter-popup .popup-form button:hover {
    background-color: #555;
}

#newsletter-popup .close-popup {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 2rem;
    color: #888;
    cursor: pointer;
    z-index: 10;
}

#newsletter-popup .close-popup:hover {
    color: #333;
}

/* Responsive pour le popup */
@media (max-width: 768px) {
    #newsletter-popup .popup-grid {
        grid-template-columns: 1fr;
    }

    #newsletter-popup .popup-image-container {
        display: none;
        /* Cache l'image sur mobile */
    }

    #newsletter-popup .popup-text-content {
        padding: 30px;
    }
}

/* Classe utilitaire pour les espacements */
.spacing-xs {
    /* Extra small */
    margin-bottom: 0px !important;
}

.spacing-sm {
    /* Small */
    margin-bottom: 8px !important;
}

.spacing-md {
    /* Medium */
    margin-bottom: 12px !important;
}

.spacing-lg {
    /* Large */
    margin-bottom: 16px !important;
}

.spacing-xl {
    /* Extra large */
    margin-bottom: 24px !important;
}

/* Styles pour les boutons d'achat */
.buy-button {
    display: inline-block;
    background-color: #990000;
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 20px;
    font-size: 1.2em;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: 'Cormorant Garamond', serif;
    vertical-align: top;
    line-height: normal;
}

.buy-button:hover {
    background-color: #800000;
}

/* Media query pour les boutons sur mobile */
@media (max-width: 768px) {

    .banner div[style*="display: flex"],
    .button-container {
        flex-direction: column;
        gap: 10px !important;
    }

    .banner .buy-button,
    .banner .interview-button {
        width: 100%;
        text-align: center;
        margin-left: 0 !important;
    }
}

/* Styles pour la page contact */
.contact .contact-info {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 20px;
}

.contact .contact-section {
    flex: 0 1 400px;
    /* Largeur max de 400px mais flexible */
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    font-family: 'Cormorant Garamond', serif;
    transition: transform 0.2s ease;
    backdrop-filter: blur(5px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 200px;
}

@media (max-width: 768px) {
    .contact .contact-info {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .contact .contact-section {
        width: 85%;
        flex: none;
    }

    .contact-section .contact-detail {
        flex-direction: column;
        align-items: flex-start;
        white-space: normal;
    }

    .contact-section .contact-detail span {
        margin-bottom: 5px;
    }
}

.contact-section .contact-detail span::after {
    content: " ";
    /* Ajoute un espace après le span */
    white-space: pre;
    /* Préserve l'espace */
}

/* Gestion du texte justifié sur mobile */
@media (max-width: 768px) {
    p[style*="text-align: justify"] {
        text-align: left !important;
        hyphens: auto;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    p[style*="text-align: justify"] strong {
        display: inline;
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
        hyphens: auto;
    }
}

/* Classe utilitaire pour les espacements */
.spacing-xs {
    /* Extra small */
    margin-bottom: 0px !important;
}

.spacing-sm {
    /* Small */
    margin-bottom: 8px !important;
}

.spacing-md {
    /* Medium */
    margin-bottom: 12px !important;
}

.spacing-lg {
    /* Large */
    margin-bottom: 16px !important;
}

.spacing-xl {
    /* Extra large */
    margin-bottom: 24px !important;
}

/* Style spécifique pour le texte "vous régénérer" */
.regenerer-text {
    text-align-last: left;
}

@media (max-width: 768px) {
    .regenerer-text strong {
        display: inline-block;
    }
}

/* Styles spécifiques pour la page cabinet */
.cabinet.page-principale .content>div:first-child h1 {
    color: #0f0f0f !important;
    /* color: #990000 !important; */
}

.cabinet.page-principale .popup-button,
.cabinet.page-principale .cabinet-buttons-menu .popup-button {
    background-color: rgba(255, 255, 255, 0.75);
}

.accueil.page-principale .title-container {
    margin-top: -6cm;
}

/* Styles pour le formulaire de newsletter (fixé en bas à gauche) */
.newsletter-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Centre horizontalement */
    align-items: center;
    width: 100%;
}

.newsletter-fixed {
    position: fixed;
    bottom: 55px;
    /* Positionnement fixe au-dessus du footer */
    left: 0;
    z-index: 200;
    /* Au-dessus du footer (z-index: 100) */
    padding: 10px;
    width: 100%;
    /* Reprend toute la largeur pour permettre le centrage du wrapper */
    pointer-events: none;
    /* Permet de cliquer à travers l'overlay */
}

.newsletter-wrapper,
.newsletter-fixed-container {
    pointer-events: auto;
    /* Réactive les clics sur le contenu */
}

.newsletter-fixed-container {
    background-color: #A00000;
    /* Rouge */
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
    width: auto;
    /* S'adapte au contenu */
    max-width: 700px;
    /* Limite la largeur maximale */
    display: flex;
    align-items: center;
    padding: 5px;
    /* Padding égal sur tous les côtés pour la marge rouge */
    flex-wrap: nowrap;
    /* Empêche le retour à la ligne */
    position: relative;
    z-index: 1;
}

.newsletter-fixed-header {
    background-color: transparent;
    /* L'entête est maintenant sur la même ligne */
    color: white;
    padding: 3px 5px;
    text-align: center;
    white-space: nowrap;
    /* Empêche le texte de passer à la ligne */
    flex-shrink: 1;
    /* Permet la réduction si nécessaire */
}

.newsletter-fixed-header h4 {
    margin: 0 5px 0 0;
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.85em;
    font-weight: normal;
    white-space: nowrap;
}

.newsletter-fixed-input {
    display: flex;
    /* Déjà flex, mais on s'assure */
    padding: 0;
    /* Pas de padding ici, géré par les enfants */
    flex-grow: 1;
    /* Prend l'espace disponible */
    flex-wrap: nowrap;
    /* Empêche le retour à la ligne */
    min-width: 0;
    /* Important pour permettre la réduction en flex */
}

.newsletter-fixed-input input[type="email"] {
    flex: 1;
    padding: 3px 6px;
    border: 1px solid #ddd;
    border-radius: 3px 0 0 3px;
    font-size: 0.8em;
    outline: none;
    min-width: 0;
    /* Permet la réduction complète */
    width: 100%;
    /* Prend toute la largeur disponible */
}

.newsletter-fixed-input input[type="email"]:focus {
    border-color: #555;
}

.newsletter-fixed-submit {
    background-color: #800000;
    /* Rouge plus foncé */
    color: white;
    border: none;
    padding: 3px 6px;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    font-size: 0.8em;
    font-family: 'Cormorant Garamond', serif;
    /* Même police que le titre */
    font-weight: normal;
    /* Pas de gras */
    white-space: nowrap;
    transition: background-color 0.3s;
    position: relative;
    z-index: 1;
}

.newsletter-fixed-submit:hover {
    background-color: #600000;
    /* Rouge encore plus foncé */
}

/* Styles pour les messages */
#newsletter-message {
    padding: 0 10px 10px;
    font-size: 0.8em;
    min-height: 20px;
    text-align: center;
}

/* Styles pour la section d'introduction des parfums personnalisés */
.intro-parfum {
    max-width: 85%;
    margin: 2rem auto 3rem;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 2rem;
    border-radius: 5px;
    text-align: justify;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.subtitle-parfum {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem;
    color: #A00000;
    margin-bottom: 1.2rem;
    text-align: center;
    font-weight: normal;
}

.intro-parfum p {
    font-family: 'Arial', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    color: #333;
}

/* Styles pour la liste des bénéfices de parfums */
.parfum-benefits {
    list-style-type: disc;
    padding-left: 20px;
    margin: 10px 0;
    color: #333;
}

.parfum-benefits li {
    margin-bottom: 8px;
    line-height: 1.4;
    text-align: left;
}

/* Styles pour les messages de la newsletter */
.newsletter-message-info,
.newsletter-message-success,
.newsletter-message-error {
    font-size: 0.8em;
    /* Légère réduction de la police */
    padding: 5px 10px;
    /* Padding réduit */
    margin-bottom: 8px;
    /* Espace entre le message et le formulaire en dessous */
    border-radius: 3px;
    /* Bordures un peu moins arrondies */
    text-align: center;
    display: inline-block;
    /* Fait en sorte que la largeur s'adapte au contenu */
    width: auto;
    /* S'assure que la largeur est déterminée par le contenu */
    max-width: 700px;
    /* Limite la largeur maximale, comme le formulaire */
    box-sizing: border-box;
    /* Inclut padding et border dans la largeur/hauteur */
    background-color: #ffffff;
    /* Fond blanc */
    color: #000000;
    /* Texte noir */
    border: 1px solid #cccccc;
    /* Bordure grise claire */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    /* Ombre plus discrète */
}





/* Adapté pour les écrans moyens */
@media screen and (max-width: 600px) {
    .newsletter-fixed-container {
        max-width: 98%;
        padding: 2px 5px;
    }

    .newsletter-fixed-header h4 {
        font-size: 0.75em;
        margin-right: 3px;
    }

    .newsletter-fixed-input input[type="email"] {
        font-size: 0.75em;
        padding: 3px;
        min-width: 80px;
    }

    .newsletter-fixed-submit {
        padding: 3px 5px;
        font-size: 0.75em;
        white-space: nowrap;
        font-family: 'Cormorant Garamond', serif;
        font-weight: normal;
    }
}

/* Adaptation pour très petits écrans */
@media screen and (max-width: 400px) {
    .newsletter-fixed-header h4 {
        font-size: 0.65em;
    }

    .newsletter-fixed-input {
        min-width: 0;
    }

    .newsletter-fixed-input input[type="email"] {
        min-width: 60px;
        border-radius: 2px;
        font-size: 0.65em;
        padding: 2px;
    }

    .newsletter-fixed-submit {
        border-radius: 2px;
        padding: 2px 4px;
        font-size: 0.65em;
    }

    .newsletter-message-info,
    .newsletter-message-success,
    .newsletter-message-error {
        font-size: 0.7em;
        max-width: 95%;
    }
}

/* ================= Footer Responsive (Optimisé) ================= */
@media (max-width: 768px) {
    .site-footer {
        padding: 5px 16px;
        /* Padding vertical réduit au minimum */
        font-size: 0.85rem;
        /* Police encore un peu plus petite */
        line-height: 1.3;
        /* Légère augmentation pour l'espacement des lettres */
    }

    .site-footer .footer-links {
        gap: 4px 15px;
        /* Espace vertical entre les lignes réduit à 4px */
    }
}

.banner .intro-text {
    text-align: justify;
    font-size: 130%;
}

/* ==========================================================================
   AMÉLIORATIONS MOBILE (Testportable)
   ========================================================================== */

@media (max-width: 768px) {

    /* --- Typographie --- */
    h1 {
        font-size: 2.5rem !important;
        line-height: 1.2;
        word-wrap: break-word;
        padding: 0 10px;
    }

    h2 {
        font-size: 1.8rem !important;
        line-height: 1.3;
    }

    body {
        font-size: 16px;
        /* Base plus petite pour mobile */
    }

    /* --- Mise en page globale --- */
    body {
        min-height: 100dvh;
        /* S'adapte à la barre d'adresse mobile */
    }

    .page-principale .content {
        min-height: calc(100dvh - 40px) !important;
    }

    /* Évite le scroll inutile sur les pages menus avec footer */
    .page-principale.body-with-footer {
        padding-bottom: 0 !important;
    }

    .content-container {
        width: 100% !important;
        margin: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    .content {
        padding-top: 10px !important;
        width: 100% !important;
        overflow-x: hidden;
        /* Évite le scroll horizontal */
    }

    .page-principale .content {
        padding-top: 0 !important;
        /* Reset du padding pour la page d'accueil */
        justify-content: center !important;
        /* Force le centrage vertical */
    }

    /* --- Bannières et Espacements --- */
    .banner,
    .banner-red,
    .banner-beige,
    .banner-beige-dark {
        padding: 20px 15px !important;
        /* Réduction drastique du padding */
    }

    .banner p {
        font-size: 1rem !important;
        text-align: left !important;
        /* Justifié souvent laid sur mobile */
        margin: 10px 0 !important;
    }

    /* --- Images --- */
    img {
        max-width: 100%;
        height: auto;
    }

    /* --- Boutons --- */
    .popup-button,
    .cgv-download-button {
        width: 100% !important;
        box-sizing: border-box;
        margin: 15px 0 !important;
        text-align: center;
        display: block !important;
        padding: 12px !important;
    }

    .buy-button {
        width: fit-content !important;
        display: inline-block !important;
        margin: 15px auto !important;
        padding: 12px 20px !important;
        text-align: center;
    }

    /* Exception pour les boutons "Découvrez maintenant" des pages menus */
    .popup-button {
        width: auto !important;
        display: inline-block !important;
        padding: 10px 25px !important;
        min-width: 200px;
    }

    /* --- Popups --- */
    .popup-content,
    .info-popup-content,
    .reservation-popup-content {
        width: 95% !important;
        padding: 15px !important;
        max-height: 90vh;
        overflow-y: auto;
        margin: 10px auto !important;
    }

    /* --- Ajustements spécifiques --- */
    .banner-red {
        border-radius: 0 !important;
    }

    /* Force l'affichage en grille 2 colonnes pour le footer */
    .footer-links {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 5px 10px !important;
        /* Vertical gap 5px, Horizontal gap 10px */
        width: 100%;
        justify-items: center;
        align-items: center;
    }

    .footer-links a {
        text-align: center;
        font-size: 0.9rem;
        /* Légèrement plus petit pour que ça rentre bien */
    }

    .contact-info {
        flex-direction: column !important;
        gap: 5px !important;
    }

    /* Cache les séparateurs (points) sur mobile */
    .site-footer .sep {
        display: none !important;
    }

    /* Ajustement du menu hamburger */
    .menu-icon {
        width: 60px;
        height: 60px;
        top: 10px;
        right: 10px;
    }

    /* Logo : plus petit et ne reste pas fixe au scroll */
    .logo-corner,
    .content-logo {
        position: absolute !important;
        width: 50px !important;
        top: 10px !important;
        left: 10px !important;
    }
}