body {
    margin: 0;
    padding: 0;
    background: #000;
    color: #baa777;
    font-family: "Playfair Display", serif;
    letter-spacing: 0.5px;

    /* Effet luxe subtil */
    background: radial-gradient(circle at top, rgba(186,167,119,0.12), transparent 100%), #000;

    /* Rendu plus net */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}






/* NAVBAR DESIGN barre de navigation */
.navbar {
    display: flex;
    align-items: center;
}

/* LOGO Design de SIGNATURE MEDIA GROUPE */
.logo {
    font-size: 50px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #baa777;
    align-items: center;
    
}


.navbar a {
    position: relative;
    margin-left: 35px;
    text-decoration: none;
    color: white;
    font-size: 25px;
    font-weight: 500;
    transition: 0.8s;
}
/* HEADER Design pour l'entête de page */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 60px;
    display: flex;
    justify-content: flex-start ;
    align-items: center;
    background: #000;
    z-index: 1000;
    flex-wrap: wrap;
}


/* SECTION DES HERO */
.hero { /*  Hero de plus qu'un service Accueil */
    background: url("image/gratteciel.jpg") center/cover;
    padding: 300px 60px;
    text-align: center;
    color: #ffffff;

}
.hero-full {  /*  Hero des service Accueil*/
    height: 50vh;
    background: url('image/mail.jpg') center/cover no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: justify;

}

.hero h1 { /*  Titre plus qu'un service / Accueil */
    font-size: 70px;
    margin-bottom: 10px;
}

.hero button {
    padding: 12px 25px;
    background: #baa777;
    border: none;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}

/* SERVICES */
.services {
    padding: 50px 20px;
    text-align: center;
}

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

.card {
    background: white;
    padding: 20px;
    width: 250px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* FOOTER */
footer {
    background: #baa777;
    color: white;
    text-align: center;
    padding: 15px;
    margin-top: 40px;
}

.section p {
    max-width: 800px;
    margin: 15px auto;
    line-height: 1.7;
    font-size: 18px;
    color: #444;
}
.fade-in {
    opacity: 50;
    animation: fadeIn 1.5s forwards;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

/* MENU DES CATEGORIES */
.categories {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
}

.cat-btn {
    padding: 10px 20px;
    border: none;
    background: #ddd;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
    transition: background 0.3s;
}

.cat-btn:hover,
.cat-btn.active {
    background: #baa777;
}

/* GALERIE Design style Pinterest portfolio*/
.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.gallery img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: transform 0.4s;
}

.gallery img:hover {
    transform: scale(1.05);
}

/* LIGHTBOX  Pour About Us */
.lightbox {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
}

.lightbox-img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 0;
    box-shadow: 0 0 20px rgba(255,255,255,0.3);
}

.close {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 40px;
    color: white;
    cursor: pointer;
}



.two-columns-form {
    max-width: 800px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.two-columns-form input,
.two-columns-form textarea {
    width: 100%;
    padding: 12px;
    border-radius: 0;
    border: 1px solid #ccc;
}

.two-columns-form textarea {
    height: 160px;
}


.two-columns-form button {
    grid-column: span 2;
    padding: 15px;
    background: #baa777;
    border: none;
    border-radius: 1px;
    font-weight: bold;
    cursor: pointer;
}
.two-columns-form .left {
    font-family: "Playfair Display", serif;

}
.two-columns-form .right {
    font-family: "Playfair Display", serif;
}

.two-columns-form input,
.two-columns-form textarea {
    font-family: "Playfair Display", Serif;

}
.hero-overlay {
    position: relative;
    height: 80vh;
    background: url('image/blacktravailleur.jpg') center/cover no-repeat;
}

.hero-overlay .overlay {
    position: absolute;
    inset: 0;
    background: rgb(200 19 19 / 0.05);
}

.hero-overlay .hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    top: -15%;
    transform: translateY(-50%);
}


/* Bouton Call to Action de la page d'accueil */

.hero-cta {
    padding: 80px 40px;
    text-align: center;
    background: url('image/allwork.jpg') center/cover no-repeat;
    color: white;
}

/* DESIGN de la page Apropos de Nous  */
.btn-hero {
    margin-top: 20px;
    padding: 12px 25px;
    background: #baa777;
    color: #000;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
}

.texte-2-colonnes p {
    column-count: 2;
    column-gap: 40px;
    column-rule: 2px solid #baa777; /* ligne dorée */
    text-align: justify;
    line-height: 1.8;
}

@keyframes expand {
    to { width: 120px; }
}

.sep-anim {
    width: 0;
    height: 3px;
    background: #baa777; /* couleur Signature Media Groupe */
    margin: 1px auto;
    animation: expand 1.9s forwards ease-out;
    border-radius: 3px;
}

@keyframes expand {
    to { width: 120px; }

}

@keyframes expand {
    to { width: 120px; }
}


/* DESIGN DE Boutons de catégories */
.gallery-filters {
    text-align: center;
    margin-bottom: 30px;
}

.gallery-filters button {
    background: #000;
    color: #fff;
    border: none;
    padding: 10px 18px;
    margin: 5px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

.gallery-filters button.active,
.gallery-filters button:hover {
    background: #ffcc00;
    color: #000;
}

/* DESIGN de Galerie */
.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 15px;
    max-width: 1300px;
    margin: auto;
}

.gallery img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.3s;
}

.gallery img:hover {
    transform: scale(1.05);
    filter: brightness(0.9);
}

/* Lightbox */
#lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#lightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 12px;
}









/* DESIGN de Galerie Onglet Portfolio Style Pinterest pour BOOK PRO*/

.masonry {
    column-count: 3;              /* nombre de colonnes */
    column-gap: 15px;             /* espace entre colonnes */
    max-width: 2000px;
    margin: 40px auto;
    color:#ffffff;
}

.masonry .item {
    break-inside: avoid;          /* évite les coupures d’images */
    margin-bottom: 30px;
}

.masonry img {
    width: 100%;
    border-radius: 1px;
    display: block;
    cursor: pointer;
    transition: 0.3s ease;
}

.masonry img:hover {
    transform: scale(1.03);
    filter: brightness(0.9);
}


/* Lightbox */
#lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#lightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 12px;
}




@media (max-width: 1200px) {
    .masonry { column-count: 3; }
}

@media (max-width: 800px) {
    .masonry { column-count: 2; }
}

@media (max-width: 500px) {
    .masonry { column-count: 1; }
}


.big-title {
    font-size: 60px;          /* très gros texte */
    font-weight: 800;         /* très épais */
    text-align: center;       /* centré */
    margin: 40px 0 20px;      /* espace autour */
    letter-spacing: 3px;      /* espacement des lettres */
    color: #000;              /* tu peux changer */
}

.paragraphe-style {
    max-width: 900px;
    margin: 40px auto;
    font-size: 20px;
    line-height: 1.9;
    text-align: justify;
    color: #baa777;
    letter-spacing: 0.5px;
    font-weight: 300;
    padding: 10px 20px;
    border-left: 4px solid #ffcc00;
}

/* DESIGN Entête Portfolio Photographe professionnel BOOK*/
.hero-img {
    height: 60vh;
    background: url('image/weddbouquet1.jpg') center/cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-img .hero-content {
    text-align: center;
    color: white;
    text-shadow: 0 0 10px rgba(0,0,0,0.6);
}

.hero-img h1 {
    font-size: 70px;
    font-weight: 900;
    color:#ffffff;
}

.hero-img p {
    font-size: 24px;
    margin-top: 10px;
    color:#ffffff;
}


/* FIN DESIGN de Galerie Onglet Portfolio Style Pinterest pour BOOK PRO*/


/* HERO Design de Bloc de services */
.hero-services {
    height: 40vh;
    background: url('image/servicessmg.jpg') center/cover no-repeat;
    display: flex;
    justify-content: center; /* Design pour Domaines d'exceptise Service*/
    align-items: center;
    position: relative;
}

.hero-services::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);

}

.hero-content {
    position: relative;
    text-align: center; /* Design pour Des solutions créatives Service*/
    color: black;
    z-index: 2;

}

.hero-content h1 {
    font-size: 70px;
    font-weight: 900;
    letter-spacing: 3px;
    color: white;
}

.hero-content p {
    font-size: 22px;
    margin-top: 10px;
    opacity: 0.9;

}

/* BLOCS DE SERVICES pour l'onglet services*/
.services-blocks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    max-width: 1500px;
    margin: 60px auto;
    padding: 0 20px;
    text-align: justify;
}

.service {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    text-align: justify;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    transition: 0.3s ease;
    border-top: 4px solid #ffcc00;
}

.service:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.service h2 {
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 700;
}

.service p {
    font-size: 17px;
    color: #444;
    line-height: 1.6;
}



/* EFFET HOVER */
.navbar a:hover {
    color: #baa777;
}

/* DROPDOWN */
.dropdown {
    position: relative;
}

.dropbtn {
    cursor: pointer;
}

/* CONTENU DU SOUS-MENU */
.dropdown-content {
    position: absolute;
    top: 40px;
    left: 0;
    background: #baa777;
    min-width: 180px;
    border-radius: 6px;
    display: none;
    flex-direction: column;
    padding: 10px 0;
    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
    animation: fadeIn 0.3s ease;
}

.dropdown-content a {
    padding: 12px 20px;
    color: white;
    text-decoration: none;
    display: block;
    transition: 0.3s;
}
/* COULEUR ARRIERE PLAN CONTENU DU SOUS-MENU */
.dropdown-content a:hover {
    background: #baa777;
    color: #000000;
}

/* AFFICHAGE AU SURVOL */
.dropdown:hover .dropdown-content {
    display: flex;
}

/* ANIMATION */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ESPACE POUR LE HEADER FIXE */
body {
    padding-top: 70px;
}


/* SECTION GLOBALE */
.services-section {
    padding: 80px 20px;
    background: #f8f8f8;
}

/* TITRE */
.services-header {
    text-align: center;
    margin-bottom: 50px;
}

.services-header h1 {
    font-size: 55px;
    font-weight: 900;
    letter-spacing: 2px;
}

.services-header p {
    font-size: 20px;
    color: #555;
    margin-top: 10px;
}

/* CONTENEUR DES SERVICES */
.services-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    max-width: 1200px;
    margin: auto;
}

/* DESIGN de BLOC de Service */
.service-card {
    background: #fff;
    padding: 65px 55px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 25px rgba(0,0,0,0.1);
    transition: 0.3s ease;
    border-top: 8px solid #baa777;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 35px rgba(0,0,0,0.15);
}

/* ICÔNE */
.service-icon {
    font-size: 60px;
    margin-bottom: 20px;
}

/* TITRE DU SERVICE - ONGLET SERVICES*/
.service-card h2 {
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 700;
}

/* DESCRIPTION de Bloc service */
.service-card p {
    font-size: 17px;
    color: baa777;
    line-height: 1.3;
    margin-bottom: 20px;
    text-align: justify;
}

/* DESIGN DES BOUTONS */
.service-btn {
    display: inline-block;
    padding: 12px 25px;
    background: #baa777;
    color: #000;
    text-decoration: none;
    font-weight: 700;
    border-radius: 0;
    transition: 0.3s;
}

.service-btn:hover {
    background: #000;
    color: #fff;
}


/* /DESIGN texte interactif */
.service-interactive {
    max-width: 1500px;
    margin: 40px auto;
}

.service-box {
    position: relative;
    overflow: hidden;
    border-radius: 1px;
    cursor: pointer;
}

.service-box img {
    width: 100%;
    transition: 0.4s ease;
}

.service-box:hover img {
    transform: scale(1.1);
    filter: brightness(0.6);
}

.service-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px;
    color: white;
    opacity: 0;
    transform: translateY(30px);
    transition: 0.4s ease;
}

.service-box:hover .service-text {
    opacity: 1;
    transform: translateY(0);
}


/* FIN DESIGN Texte interactif */

html {
    scroll-behavior: smooth;
}




/*DESIGN MAGAZINE*/

.magazine {
    max-width: 1900px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: "Playfair Display", serif;
}

/* TITRE */
.mag-title {
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 10px;
}

.mag-subtitle {
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 30px;
}

/* IMAGE PRINCIPALE */
.mag-cover img {
    width: 100%;
    border-radius: 1px;
    margin-bottom: 40px;
}

/* COLONNES */
.mag-columns {
    column-count: 2;
    column-gap: 40px;
    line-height: 1.5;
    font-size: 20px;
    text-align: justify;
    margin-bottom: 30px;
}

/* ENCADRÉ */
.mag-box {
    background: #fffae6;
    border-left: 5px solid #ffffff;
    padding: 20px;
    margin: 40px 0;
    border-radius: 8px;
}

.mag-box h3 {
    margin-bottom: 10px;
}

/* CITATION */
.mag-quote {
    font-size: 22px;
    font-style: italic;
    margin: 40px 0;
    padding-left: 20px;
    border-left: 4px solid #000;
    color:#baa777;
}

.mag-quote span {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    color: #555;
    color:#ffffff
}

/* À RETENIR */
.mag-highlights {
    background: #f5f5f5;
    padding: 25px;
    border-radius: 10px;
    margin-top: 40px;
}

.mag-highlights h3 {
    margin-bottom: 15px;
}

.mag-highlights ul {
    padding-left: 20px;
}

.mag-highlights li {
    margin-bottom: 10px;
    font-size: 17px;
}

/* FIN DESIGN MAGAZINE*/


/*DESIGN POUR ONGLET ACTIF */
.navbar a.active {
    color: #baa830;
    font-weight: 700;
    position: relative;
}

.navbar a.active::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #ffcc00;
    border-radius: 2px;
}

/*LANDING*/

/* SECTION GLOBALE */
.landing {
    font-family: "playfair Display",serif;
    padding: 0;
    margin: 0;
}

/* HERO WEDDINGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG */
.landing-hero {
    height: 60vh;
    background: url('image/weddingdk120.jpg') center/cover no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    position: relative;
}

.landing-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
}

.landing-hero h1,
.landing-hero p,
.landing-hero a {
    position: relative;
    z-index: 2;
}

.landing-hero h1 {
    font-size: 60px;
    font-weight: 900;
    margin-bottom: 10px;
}

.landing-hero p {
    font-size: 22px;
    margin-bottom: 25px;
}

/* --------------------------- Couleur arrière plan boutton page wedding */
.cta-btn {
    padding: 12px 20px;
    background: #ffd200;
    color: #000;
    font-weight: 700;
    border-radius: 0;
    text-decoration: none;
    transition: 0.3s;

}

.cta-btn:hover {
    background: #000;
    color: #fff;
}


/* BOUTON cote a cote */ 
.cta-row {
    display: flex;
    gap: 10px; /* espace entre les boutons */
    justify-content: center; /* centrer */
    margin-top: 0px;
}

.cta-btn {
    display: inline-block;
    padding: 12px 25px;
    background: #ffd200d;
    color: #000;
    border-radius: 0;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s ease;
}

.cta-btn:hover {
    background: #e0c48a;
}


/* INTRO */
.landing-intro {
    max-width: 900px;
    margin: 60px auto;
    text-align: justify;
    padding: 0 20px;
    color: #baa777;
}

.landing-intro h2 {
    font-size: 40px;
    margin-bottom: 15px;
    color: #ffffff;
}

.landing-intro p { /*paragraphe de Votre Histoire mérite */
    font-size: 18px;
    color: #555;
    color: #ffffff;
}

/* SERVICES */
.landing-services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
}

.service-card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    transition: 0.3s;
    border-top: 4px solid #ffcc00;
}

.service-card:hover {
    transform: translateY(-10px);
}

/* FINAL CTA */
.landing-final {
    text-align: center;
    margin: 80px 0;
}

.landing-final h2 {
    font-size: 35px;
    margin-bottom: 20px;
}

/* DESIGN image de Droite du texte à Gauche Landing Wedding */
.text-image-section {
    display: flex;
    align-items: justify;
    justify-content: space-between;
    gap: 40px;
    max-width: 1300px;
    margin: 80px auto;
    padding: 0 20px;
}

/* TEXTE À GAUCHE */
.text-block {
    flex: 1;
}

.text-block h2 {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 15px;
}

.text-block p {
    font-size: 18px;
    line-height: 1.7;
    color: #efe1bd;
    margin-bottom: 15px;
    color : #ffffff;
}

/* BOUTON du libellé Budget prévu*/
.btn-more {
    display: inline-block;
    padding: 12px 25px;
    background: #ffcc00;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    border-radius: 1px;
    transition: 0.3s;
}

.btn-more:hover {
    background: #000;
    color: #fff;
}

/* IMAGE À DROITE / Landing wedding  */
.image-block {
    flex: 1;
}

.image-block img {
    width: 100%;
    border-radius: 1px;
    object-fit: cover;
    box-shadow: 0 5px 25px rgba(0,0,0,0.15);
}

h1 {
    margin: 0;
    padding: 0;
}

/* DESIGN Slideshow Pack Mariage */

.gallery-4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    max-width: 1800px;
    margin: 60px auto;
    padding: 0 20px;
}
/* DESIGN la hauteur des Slideshow Pack Mariage */
.g-item img {
    width: 100%;
    height: 900px;
    object-fit: cover;
    border-radius: 1px;
    cursor: pointer;
    transition: 0.3s ease;
}

.g-item img:hover {
    transform: scale(1.03);
    filter: brightness(0.85);
}

/* LIGHTBOX Packs Mariage */
#lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#lightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 12px;
}

@media (max-width: 800px) {
    .gallery-4 {
        grid-template-columns: 1fr;
    }

    .g-item img {
        height: 300px;
    }
}

/* FIN DESIGN Slideshow Pack Mariage */

/*  Organisation en Grille Vidéo Landing Wedding*/

.fb-video-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 50px auto;
    padding: 0 20px;
}

/* Pour éviter que les vidéos débordent */
.fb-video {
    width: 100% !important;
}

/*  Effet Zoom Vidéo Signature Landing*/

.reel-item video,
.fb-video {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border-radius: 12px;
}

.reel-item video:hover,
.fb-video:hover {
    transform: scale(1.08);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.fb-video {
    display: block !important;
    overflow: hidden;
    border-radius: 12px;
}



/* PRELOADER PRELOADER PRELOADER PRELOADER PRELOADER PRELOADER PRELOADER PRELOADER PRELOADER PRELOADER  */
#preloader {
    position: fixed;
    inset: 0;
    background: #000; /* noir premium */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    transition: opacity 0.4s ease;

}

#preloader img {
    width: 100%;
    animation: zoomIn 5s ease forwards;
    
}

#preloader {
    position: fixed;
    inset: 0;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
    transition: opacity 0.4s ease;
}

#preloader img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* PC + mobile plein écran */
}


/* Animation zoom */
@keyframes zoomIn {
    0% { transform: scale(0.3); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}

/* Quand on cache le preloader */
#preloader.hide {
    opacity: 100;
    pointer-events: none;
}


/* ÉCRAN D'ACCUEIL */
#welcome-screen {
    position: fixed;
    inset: 0;
    background: #000; /* fond noir premium */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    transition: opacity 0.8s ease;
    
}

/* DESIGN IMAGE preloader landing wedding */
#welcome-screen img {
    width: 100%;
    max-width: 100%;
    border-radius: 1px;
    animation: fadeIn 2s ease forwards;
}

/* Animation d'apparition */
@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.9); }
    to   { opacity: 1; transform: scale(1); }
}


/*  DESIGN POUR AFFICHAGE PC / SMARTPHONE */

/* Image PC par défaut */


.img-desktop {
    display: block;
    width: 100%;
    height: auto;
   
}

/* Image mobile cachée par défaut */
.img-mobile {
    display: none;
    width: 100%;
    height: auto;
}



/* Sur smartphone */
@media(max-width: 1920px) {
    .img-desktop {
        display: none;
    }

    .img-mobile {
        display: block;
    }
}


/* PRELOADER */
#welcome-screen {
    width: 100%;
    height: auto;
    overflow: hidden;
}

/* IMAGE PC */
.img-desktop {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* IMAGE MOBILE */
.img-mobile {
    display: none;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

/* VERSION MOBILE */
@media(max-width: 1024px) {

    #welcome-screen {
        height: 100vh;
    }

    .img-desktop {
        display: none;
    }

    .img-mobile {
        display: block;
    }
}

/* TITRE MAGAZINE */
.mag-title {
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.mag-title span {
    color: #baa777; /* doré Signature */
}

.mag-subtitle {
    font-size: 20px;
    font-weight: 300;
    color: #555;
    margin-bottom: 40px;
}

/* IMAGE DE COUVERTURE - Onglet Magazine */
.mag-cover img {
    width: 100%;
    border-radius: 1px;
    margin-bottom: 40px;
}

/* COLONNES MAGAZINE Portraits Entrepreneurs */
.mag-columns {
    column-count: 2;
    column-gap: 50px;
    font-size: 18px;
    line-height: 1.7;
    text-align: justify;
}

/* LETTRINE */
.lettrine::first-letter {
    font-size: 80px;
    font-weight: 700;
    float: left;
    line-height: 0.8;
    padding-right: 10px;
    color: #d4a017;
}

/* ENCADRÉ PREMIUM */
.encadre {
    background: #f7f7f7;
    padding: 25px;
    border-left: 5px solid #d4a017;
    margin: 30px 0;
    break-inside: avoid;
}

.citation {
    font-size: 22px;
    font-style: italic;
    margin-bottom: 10px;
}

.auteur {
    font-size: 16px;
    color: #444;
}

/* CHIFFRES CLÉS */
.chiffres-cles {
    background: #000;
    color: #fff;
    padding: 25px;
    border-radius: 10px;
    margin: 30px 0;
    break-inside: avoid;
}

.chiffres-cles h4 {
    margin-bottom: 15px;
    font-size: 22px;
    color: #d4a017;
}

.chiffres-cles ul {
    list-style: none;
    padding: 0;
}

.chiffres-cles li {
    margin-bottom: 10px;
    font-size: 18px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .mag-columns {
        column-count: 1;
    }
}

/* /////////////////////// */

/* SECTION COUVERTURE */
.mag-cover-animated {
    position: relative;
    height: 90vh;
    overflow: hidden;
    perspective: 1200px;
}

/* IMAGE AVEC EFFET PAGE */
.mag-cover-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform-origin: left center;
    transform: rotateY(-15deg) scale(1.1);
    opacity: 0;
    animation: openPage 2s ease forwards;
}

/* DESIGN ANIMATION PAGE QUI S’OUVRE avec Texte dessus*/
@keyframes openPage {
    0% {
        transform: rotateY(-15deg) scale(1.1);
        opacity: 0;
    }
    60% {
        opacity: 1;
    }
    100% {
        transform: rotateY(0deg) scale(1);
        opacity: 1;
    }
}

/* TITRES SUR LA COUVERTURE / DESIGN Entrepreneurs du Mois */
.mag-cover-content {
    position: absolute;
    bottom: 80px;
    left: 60px;
    color: #ffffff;
    opacity: 0;
    animation: fadeUp 1.8s ease forwards;
    animation-delay: 1.2s;
}

.cover-title {
    font-size: 60px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
}

.cover-subtitle {
    font-size: 28px;
    font-weight: 300;
    margin-top: 10px;
}

/* ANIMATION FADE + SLIDE */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* OMBRE DE PAGE */
.mag-cover-animated::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.4), transparent);
    pointer-events: none;
    opacity: 0;
    animation: shadowFade 5s ease forwards;
    animation-delay: 0.8s;
}

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



/* DESIGN CTA Pour appel*/


.call-floating {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #d4a017;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 32px;
    text-decoration: none;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    animation: pulse 1.5s infinite;
    z-index: 9999;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.15); }
    100% { transform: scale(1); }
}


/* /////////////// */


/* Design 6 Grilles Accueil*/


/* GRID */
.grid-6-premium {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(620px, 1fr));
    gap: 5px;
    padding: 80px 60px;
}

/* CARD */
.grid-card {
    position: relative;
    height: 320px;
    border-radius: 0;
    overflow: hidden;
    cursor: context-menu;
    background: #baa777;
}

/* BACKGROUND IMAGE */
.grid-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: brightness(0.45);
    transition: 0.9s ease;
}

/* CONTENT */
.grid-content {
    position: absolute;
    bottom: 50px;
    left: 25px;
    z-index: 2;
    color: #fff;
}

.grid-content h3 {
    margin: 0;
    font-size: 26px;
    font-weight: 600;
}

.grid-content p {
    margin: 5px 0 0;
    opacity: 0.8;
}

/* HOVER EFFECT */
.grid-card:hover .grid-bg {
    transform: scale(1.15);
    filter: brightness(0.65);
}

/* FIN  Design 6 Grilles Accueil*/

/* DESIGN séparateur Accueil */

.sep.gradient {
    height: 4px;
    width: 80%;
    margin: 20px auto;
    background: linear-gradient(90deg, #d4a017, #fff, #d4a017);
    background-size: 300% 100%;
    animation: gradientMove 3s infinite;
}
@keyframes gradientMove {
    50% { background-position: 100%; }
}


/*style premium façon Steve McCurry AK______________________________________*/


/* HERO */
.hero-workshop img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

/* TITRE + INTRO */
.workshop-intro {
    text-align: center;
    padding: 60px 20px 20px;
    
}

.workshop-intro h1 {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    margin-bottom: 10px;
}

.workshop-intro .subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #555;
}


/* GALERIE */
.workshop-gallery {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.gallery-grid img {
    width: 100%;
    border-radius: 6px;
    object-fit: cover;
}

/* CTA */
.workshop-cta {
    text-align: center;
    margin: 60px 0;
   
}

.btn-reserver {
    background: black;
    color: white;
    padding: 16px 30px;
    border-radius: 6px;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    text-decoration: none;
    transition: 0.3s;
}

.btn-reserver:hover {
    background: #444;
}

/* 2 COLONNES ABOUT AK__________________________________________________________*/
.bloc-2-colonnes {
    display: flex;
    gap: 50px;
    padding: 40px 60px;
    text-align: justify;
}

.bloc-2-colonnes .colonne {
    flex: 1;
    position: relative;
    font-family: "Playfair Display", serif;
    font-size: 18px;
    line-height: 1.7;
    color: #baa777;
}

/* Trait jaune premium */
.trait-jaune {
    width: 60px;
    height: 4px;
    background: #baa777;
    margin-bottom: 20px;
    border-radius: 2px;
}

/* Responsive */
@media (max-width: 900px) {
    .bloc-2-colonnes {
        flex-direction: column;
        gap: 30px;
        padding: 20px;
    }
}




/* DESIGN POUR LA PAGE EVENT */

 .bloc-2-colonnes {
            display: flex;
            gap: 50px;
            padding: 40px 60px;
        }

        .bloc-2-colonnes .colonne {
            flex: 1;
            font-family: "Playfair Display", serif;
            font-size: 18px;
            line-height: 1.7;
            color: #ffffff;
        }

        /* Trait premium */
        .trait-jaune {
            width: 80px;
            height: 4px;
            background: #baa777;
            margin-bottom: 20px;
            border-radius: 10px;
        }

        /* Responsive */
        @media (max-width: 900px) {
            .bloc-2-colonnes {
                flex-direction: column;
                gap: 30px;
                padding: 20px;
            }
        }






/* DESIGN POUR HEROP EVENT */

hero-evenement {
            position: relative;
            width: 100%;
            height: 80vh;
            background: url('image/event-hero.jpg') center/cover no-repeat;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: white;
        }

        .hero-evenement::before {
            content: "";
            position: absolute;
            inset: 0;
            background: rgba(0,0,0,0.55);
        }

        .hero-evenement .hero-content {
            position: relative;
            z-index: 2;
            max-width: 900px;
            padding: 20px;
        }

        .hero-evenement h1 {
            font-size: 3rem;
            margin-bottom: 15px;
            letter-spacing: 1px;
        }

        .hero-evenement p {
            font-size: 1.3rem;
            margin-bottom: 25px;
            opacity: 0.9;
        }

        .hero-evenement .btn {
            display: inline-block;
            padding: 12px 28px;
            background: #c5a46d;
            color: #fff;
            border-radius: 4px;
            font-size: 1.1rem;
            text-decoration: none;
            transition: 0.3s;
        }

        .hero-evenement .btn:hover {
            background: #b08d52;
        }

        @media (max-width: 900px) {
            .hero-evenement h1 { font-size: 2.2rem; }
            
            
            






/* DESIGN HERO PAGE BOOK PRO*/

        .book-hero {
            text-align: center;
            padding: 60px 20px 30px;
            color : #ffffff;
        }

        .book-hero h1 {
            font-size: 2.5rem;
            letter-spacing: 1px;
            color : #ffffff;
        }

        .book-hero p {
            margin-top: 10px;
            opacity: 15;
            color : #ffffff;
        }

        .masonry-book {
            column-count: 4;
            column-gap: 20px;
            padding: 20px 40px 60px;
        }

        .masonry-item {
            break-inside: avoid;
            margin-bottom: 20px;
            overflow: hidden;
            border-radius: 8px;
        }

        .masonry-item img {
            width: 100%;
            display: block;
            transition: transform 0.4s ease, filter 0.4s ease;
        }

        .masonry-item img:hover {
            transform: scale(1.03);
            filter: brightness(1.05);
        }

        @media (max-width: 1200px) {
            .masonry-book { column-count: 3; }
        }
        @media (max-width: 900px) {
            .masonry-book { column-count: 2; padding: 20px; }
        }
        @media (max-width: 600px) {
            .masonry-book { column-count: 1; }
        }
        
        
        
        
 

/* Smartphone */
@media (max-width: 1024px) {
    .navbar {
        display: none; /* Cache le menu PC */
    }
    .menu-select {
        display: block; /* Affiche le menu déroulant */
    }
}
 
body, h1, h2, h3, h4, h5, h6, p, a {
    font-family: 'Playfair Display', serif;
}
 
<style>
        body {
            margin: 0;
            background: #000;
            color: white;
            font-family: 'Playfair Display', serif;
        }

        /* SECTION HERO */
        .hero {
            height: 100vh;
            background: url('image/newsletter-bg.jpg') center/cover no-repeat;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 20px;
            position: relative;
        }

        .hero::after {
            content: "";
            position: absolute;
            inset: 0;
            background: rgba(0,0,0,0.65);
        }

        .hero-content {
            position: relative;
            z-index: 2;
            max-width: 700px;
        }

        .hero h1 {
            font-size: 55px;
            color: #c5a46d;
            margin-bottom: 20px;
        }

        .hero p {
            font-size: 22px;
            line-height: 1.6;
            margin-bottom: 40px;
        }

        /* FORMULAIRE */
        .newsletter-form {
            display: flex;
            gap: 10px;
            justify-content: center;
            flex-wrap: wrap;
        }

        .newsletter-form input {
            padding: 14px;
            width: 320px;
            border: 1px solid #c5a46d;
            background: #111;
            color: white;
            border-radius: 6px;
            font-size: 18px;
        }

        .newsletter-form button {
            padding: 14px 28px;
            background: #c5a46d;
            color: #000;
            border: none;
            border-radius: 6px;
            cursor: pointer;
            font-size: 18px;
            font-weight: bold;
            transition: 0.3s;
        }

        .newsletter-form button:hover {
            background: #b08d52;
        }

        /* SECTION AVANTAGES */
        .benefits {
            padding: 80px 10%;
            text-align: center;
        }

        .benefits h2 {
            font-size: 40px;
            color: #c5a46d;
            margin-bottom: 40px;
        }

        .benefit-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 40px;
        }

        .benefit {
            background: #0d0d0d;
            padding: 30px;
            border-radius: 12px;
            border: 1px solid #222;
        }

        .benefit h3 {
            color: #c5a46d;
            margin-bottom: 15px;
        }

        @media(max-width:900px){
            .benefit-grid {
                grid-template-columns: 1fr;
            }
            .hero h1 {
                font-size: 40px;
            }
        }

        /* FOOTER */
        footer {
            background: #000;
            text-align: center;
            padding: 30px 0;
            color: #c5a46d;
            font-size: 16px;
        }
    </style>      
      
    
    
    
       
/* DESIGN pour OFFR EXCEPTIONNELLE */ 
    
    
.facture-form {
    max-width: 600px;
    margin: 40px auto;
    background: #0d0d0d;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #c5a46d;
    color: white;
    font-family: 'Playfair Display', serif;
}

.facture-form label {
    display: block;
    margin-bottom: 8px;
    color: #c5a46d;
}

.facture-form input {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    background: #111;
    border: 1px solid #c5a46d;
    color: white;
    border-radius: 6px;
}

.facture-form button {
    width: 100%;
    padding: 14px;
    background: #c5a46d;
    color: #000;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.facture-form button:hover {
    background: #e0c48a;
}






    
  /* DESIGN pour OFFR EXCEPTIONNELLE */
.zoom-wrapper img {
    width: 100%;
    border-radius: 10px;
    cursor: zoom-in;
    transition: transform 0.4s ease;
}

.zoom-wrapper img:hover {
    transform: scale(1.05);
}

/* Viewer plein écran */
#fullscreen-viewer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.95);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Image affichée sans rogne */
#fullscreen-viewer img {
    max-width: 95%;
    max-height: 95%;
    object-fit: contain; /* ðÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ¥ garantit AUCUNE ROGNE */
    border-radius: 10px;
    box-shadow: 0 0 25px rgba(0,0,0,0.8);
}

/* Bouton fermer */
.close-viewer {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 50px;
    color: #c5a46d;
    cursor: pointer;
    font-weight: bold;
}
.close-viewer:hover {
    color: #e0c48a;
}

  
  
  
  
  
/* COUVERTURE */
.album-cover {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 40px auto;
    cursor: pointer;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 0 25px rgba(0,0,0,0.6);
}

.cover-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.album-cover:hover .cover-img {
    transform: scale(1.08);
}

.cover-title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    color: #c5a46d;
    text-shadow: 0 0 10px #000;
}

/* MODAL ALBUM */
.album-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.95);
    z-index: 9999;
    overflow-y: auto;
    padding: 40px 5%;
}

/* BOUTON FERMER */
.close-album {
    position: fixed;
    top: 20px;
    right: 30px;
    font-size: 50px;
    color: #c5a46d;
    cursor: pointer;
    z-index: 10000;
}

/* CONTENU ALBUM */
.album-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.album-photo {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 0 20px rgba(0,0,0,0.7);
    transition: transform .4s ease, filter .4s ease;
    cursor: zoom-in;
}

.album-photo:hover {
    transform: scale(1.05);
    filter: brightness(1.1);
}
  
.fullpage-img {
    width: 100vw;
    height: 100vh;
    object-fit: cover; /* Remplit tout l'écran */
    display: block;
}



/* HERO DYNAMIC*/
/* HERO SLIDER */
.hero-slider {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

/* SLIDES */
.slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1.5s ease;
}

.slide.active {
    opacity: 1;
}

/* IMAGES */
.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* OVERLAY + TEXTE */
.slide-content {
    position: absolute;
    bottom: 20%;
    left: 10%;
    color: #fff;
    z-index: 2;
    animation: fadeUp 1.5s ease forwards;
}

.slide-content h1 {
    font-family: 'Playfair Display', serif;
    font-size: 52px;
    color: #c5a46d;
    margin-bottom: 10px;
}

.slide-content p {
    font-size: 20px;
    margin-bottom: 20px;
}

/* BOUTON */
.btn-slide {
    display: inline-block;
    padding: 12px 28px;
    background: #c5a46d;
    color: #000;
    font-weight: bold;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s ease;
}

.btn-slide:hover {
    background: #e0c48a;
}

/* ANIMATION TEXTE */
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .slide-content h1 { font-size: 32px; }
    .slide-content p { font-size: 16px; }
}


.booking-section {
    padding: 60px 10%;
    text-align: center;
    background: #000;
    color: #fff;
}

.booking-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    color: #c5a46d;
    margin-bottom: 30px;
}

.booking-form {
    max-width: 600px;
    margin: auto;
    text-align: left;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    font-weight: bold;
    color: #c5a46d;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    border: none;
    margin-top: 5px;
}

.booking-btn {
    width: 100%;
    padding: 14px;
    background: #c5a46d;
    color: #000;
    font-weight: bold;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    transition: 0.3s ease;
}

.booking-btn:hover {
    background: #e0c48a;
}












.booking-form {
    width: 100%;
    max-width: 520px;
    margin: auto;
    padding: 20px 0;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 14px;
    border-radius: 10px;
    border: 1px solid rgba(197,164,109,0.4);
    background: rgba(255,255,255,0.07);
    color: #fff;
    box-sizing: border-box;
}

.booking-btn {
    width: 100%;
}





.cover-slider {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background: #000;
    color: #fff;
    font-family: "Playfair Display", serif;
}

.slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transform: scale(1.05);
    transition: opacity 1s ease, transform 1s ease;
}

/* Mets tes propres images ici */
.slide:nth-child(1) { background-image: url('image/cheerfulbusiness.jpg'); }
.slide:nth-child(2) { background-image: url('image/wedding.jpg'); }
.slide:nth-child(3) { background-image: url('image/corporate.jpg'); }

.slide.active {
    opacity: 1;
    transform: scale(1);
}

.slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.85), rgba(0,0,0,0.3));
}

.slide-content {
    position: relative;
    z-index: 2;
    max-width: 650px;
    padding-left: 10%;
    top: 50%;
    transform: translateY(-50%);
}

.slide-content h1 {
    font-size: 64px;
    color: #c5a46d;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.slide-content p {
    font-size: 22px;
    opacity: 0.9;
}

/* Dots navigation */
.slider-dots {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 3;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #c5a46d;
    cursor: pointer;
    transition: 0.3s ease;
}

.dot.active,
.dot:hover {
    background: #c5a46d;
}



.call-btn {
    display: inline-block;
    padding: 12px 24px;
    background: #c5a46d;
    color: #000;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    transition: 0.3s ease;
}

.call-btn:hover {
    background: #e8d3a0;
    transform: translateY(-2px);
}










body {
    margin: 0;
    background: #baa777;
    color: #baa777;
    font-family: "Playfair Display", serif;
    display: flex;
    justify-content: justify;
    align-items: justify;
    height: 100vh;
    text-align: justify;
    padding: 40px;
    display: flex;
    justify-content: center;
    padding-left: 10%; /* décalage élégant */
}

.info-box {
    max-width: 900px;
}

.info-box h1 {
    font-size: 100px;
    margin-bottom: 20px;
}

.info-box p {
    font-size: 30px;
    opacity: 0.9;
    margin-bottom: 40px;
}

.btn-next {
    display: inline-block;
    padding: 18px 40px;
    background: #ffffff;
    background-size: 200% 200%;
    animation: goldMove 3s ease infinite;
    color: #baa777;
    font-weight: bold;
    border-radius: 12px;
    text-decoration: none;
    font-size: 40px;
    margin-left: 80px;
}

@keyframes goldMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}











/* CONTENEUR GLOBAL FORMULAIRE DE RESERVATION*/
.form-table {
    width: 100%;
    border-spacing: 0 18px; /* espace entre les lignes */
}

.form-table td {
    vertical-align: top;
    padding: 6px 10px;
}

.form-table label {
    font-size: 400px;
    color: #c5a46d;
    font-family: "Playfair Display", serif;
}

.form-table input,
.form-table select,
.form-table textarea {
    width: 100%;
    padding: 14px;
    border-radius: 10px;
    border: 10px solid rgba(197,164,109,0.5);
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 18px;
    outline: none;
    transition: 0.3s ease;
}

.form-table input:focus,
.form-table select:focus,
.form-table textarea:focus {
    border-color: #e8d3a0;
    box-shadow: 0 0 10px rgba(197,164,109,0.6);
}

textarea {
    height: 120px;
}
.booking-btn {
    width: 100%;
    padding: 18px;
    font-size: 22px;
    font-weight: bold;
    border-radius: 10px;
    border: 2px solid #c5a46d;
    background: transparent;
    color: #c5a46d;
    cursor: pointer;
    transition: 0.4s ease;
}

.booking-btn:hover {
    background: #c5a46d;
    color: #000;
    box-shadow: 0 0 20px #c5a46d;
    transform: scale(1.03);
}





/* DESIGN NAVIGATEUR IMAGE*/

.lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.92);
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 9999;
}

.lightbox img {
    max-width: 80%;
    max-height: 70%;
    border: 3px solid #c5a46d;
    border-radius: 12px;
    box-shadow: 0 0 40px rgba(197,164,109,0.7);
    animation: fadeIn 0.4s ease;
}

.close-lightbox,
.prev-lightbox,
.next-lightbox {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 60px;
    color: #c5a46d;
    cursor: pointer;
    font-weight: bold;
    user-select: none;
}

.close-lightbox {
    top: 30px;
    right: 40px;
    transform: none;
}

.prev-lightbox { left: 40px; }
.next-lightbox { right: 40px; }

.thumbs {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    overflow-x: auto;
    padding: 10px;
}

.thumbs img {
    width: 80px;
    height: 60px;
    object-fit: cover;
    border: 2px solid transparent;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

.thumbs img.active {
    border-color: #c5a46d;
    transform: scale(1.05);
}

@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.95); }
    to   { opacity: 1; transform: scale(1); }
}


.prev-lightbox,
.next-lightbox {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 70px;
    font-weight: bold;
    cursor: pointer;
    user-select: none;
    padding: 10px 20px;
    border-radius: 12px;

    /* EFFET OR LIQUIDE */
    background: linear-gradient(120deg, #c5a46d, #e8d3a0, #c5a46d);
    background-size: 300% 300%;
    animation: goldLiquid 4s ease infinite;

    /* Couleur du symbole */
    color: #000;

    /* Toujours au-dessus de l'image */
    z-index: 99999;

    /* Ombre or */
    box-shadow: 0 0 25px rgba(197,164,109,0.6);
}

/* Position */
.prev-lightbox { left: 40px; }
.next-lightbox { right: 40px; }

/* Hover */
.prev-lightbox:hover,
.next-lightbox:hover {
    transform: translateY(-50%) scale(1.15);
    box-shadow: 0 0 40px rgba(197,164,109,0.9);
}

/* Animation or liquide */
@keyframes goldLiquid {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

    100% { background-position: 0% 50%; }
}


.lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.92);
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 9999; /* IMPORTANT */
}






/* DESIGN ALBUM MARIAGE / PAGE WEDDING*/

class="wedding-albums"> 

.wedding-albums {
    padding: 80px 5%;
    background: #000;
    color: #fff;
    text-align: center;
}

.album-title {
    font-family: "Playfair Display", serif;
    font-size: 2.5rem;
    color: #c5a46d;
    margin-bottom: 50px;
    letter-spacing: 2px;
}

.album-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.album-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    text-decoration: none;
    color: #fff;
    transition: 0.4s ease;
}

.album-bg {
    height: 260px;
    background-size: cover;
    background-position: center;
    filter: brightness(0.7);
    transition: 0.4s ease;
}

.album-card:hover .album-bg {
    filter: brightness(1);
    transform: scale(1.05);
}

.album-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
}

.album-info h3 {
    font-family: "Playfair Display", serif;
    font-size: 1.4rem;
    color: #c5a46d;
    margin: 0;
}

.album-info p {
    margin: 5px 0 0;
    font-size: 0.9rem;
    opacity: 0.8;
}







/* HERO SPLIT REVEAL */
.hero-split {
    display: flex;
    height: 90vh;
    width: 100%;
    overflow: hidden;
    background: #000;
}

/* PARTIE GAUCHE : IMAGE */
.hero-left {
    flex: 1;
    background-image: url('image/preloaderwedd.jpg');
    background-size: cover;
    background-position: center;
    animation: revealLeft 1.2s ease forwards;
    opacity: 0;
}

/* PARTIE DROITE : TEXTE */
.hero-right {
    flex: 1;
    background: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px;
    position: relative;
    animation: fadeInRight 1.4s ease forwards;
    opacity: 0;
}

/* TRAIT OR ANIMÉ */
.gold-line {
    width: 0;
    height: 4px;
    background: linear-gradient(90deg, #c5a46d, #e8d3a0, #c5a46d);
    background-size: 200% 200%;
    animation: goldMove 3s infinite linear, lineGrow 1.2s ease forwards;
    margin-bottom: 30px;
}

/* TITRE */
.hero-title {
    font-family: "Playfair Display", serif;
    font-size: 3.2rem;
    color: #c5a46d;
    margin: 0 0 15px;
}

/* SOUS-TITRE */
.hero-subtitle {
    font-size: 1.2rem;
    color: #fff;
    opacity: 0.8;
    margin-bottom: 40px;
}

/* BOUTON OR LIQUIDE */
.hero-btn {
    display: inline-block;
    padding: 14px 28px;
    font-size: 1rem;
    color: #000;
    background: linear-gradient(120deg, #c5a46d, #e8d3a0, #c5a46d);
    background-size: 300% 300%;
    animation: goldMove 4s ease infinite;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}

.hero-btn:hover {
    transform: scale(1.08);
    box-shadow: 0 0 25px rgba(197,164,109,0.8);
}

/* ANIMATIONS */
@keyframes revealLeft {
    from { transform: translateX(-80px); opacity: 0; }
    to   { transform: translateX(0); opacity: 1; }
}

@keyframes fadeInRight {
    from { transform: translateX(80px); opacity: 0; }
    to   { transform: translateX(0); opacity: 1; }
}

@keyframes goldMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes lineGrow {
    from { width: 0; }
    to   { width: 180px; }
}

/* RESPONSIVE */
@media(max-width: 900px) {
    .hero-split {
        flex-direction: column;
        height: auto;
    }

    .hero-left {
        height: 50vh;
    }

    .hero-right {
        padding: 40px;
    }

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










/* DESIGN POUR IMAGE COVER DE CARD SERVICE DANS WEDDING*/

.service-card {
    background: #000;
    border: 1px solid #c5a46d;
    border-radius: 12px;
    padding: 0;
    overflow: hidden;
    text-align: center;
    color: #fff;
    transition: 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 25px rgba(197,164,109,0.5);
}

/* COVER */
.service-cover {
    height: 200px;
    background-size: cover;
    background-position: center;
    border-bottom: 2px solid #c5a46d;
}

/* TITRE */
.service-card h2 {
    font-family: "Playfair Display", serif;
    color: #c5a46d;
    margin: 20px 0 10px;
}

/* TEXTE */
.service-card p {
    padding: 0 20px;
    font-size: 0.95rem;
    opacity: 0.85;
}

/* BOUTON */
.service-btn {
    display: inline-block;
    margin: 20px 0 30px;
    padding: 10px 20px;
    background: linear-gradient(120deg, #c5a46d, #e8d3a0, #c5a46d);
    background-size: 300% 300%;
    animation: goldMove 4s ease infinite;
    color: #000;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s;
}

.service-btn:hover {
    transform: scale(1.08);
    box-shadow: 0 0 20px rgba(197,164,109,0.8);
}

/* Animation or liquide */
@keyframes goldMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
    
    
    
    
    

/* DESIGN POUR GALLERY MOSAIQUE */    
    
.mosaic-gallery {
    column-count: 4;
    column-gap: 15px;
    padding: 20px;
}

.mosaic-item {
    break-inside: avoid;
    margin-bottom: 15px;
}

.mosaic-item img {
    width: 100%;
    border-radius: 10px;
    display: block;
    transition: transform .4s ease, filter .4s ease;
}

.mosaic-item img:hover {
    transform: scale(1.05);
    filter: brightness(1.1);
}

/* Responsive */
@media (max-width: 992px) {
    .mosaic-gallery { column-count: 3; }
}

@media (max-width: 768px) {
    .mosaic-gallery { column-count: 2; }
}

@media (max-width: 480px) {
    .mosaic-gallery { column-count: 1; }
}

}









/* DESIGN POUR IMAGE  GRAND BLOC DE TEXTE EVENT*/

.big-blocks {
    width: 100%;
    padding: 60px 0;
    background: #000;
}

.block {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
    padding: 0 5%;
    gap: 40px;
}

.block.reverse {
    flex-direction: row-reverse;
}

.block-img {
    flex: 1;
    height: 550px;
    background-size: cover;
    background-position: center;
    border-radius: 0;
    border: 2px solid #c5a46d;
    box-shadow: 0 0 25px rgba(197,164,109,0.4);
     
}

.block-text {
    flex: 1;
    color: #fff;
    
}

.block-text h2 {
    font-family: "Playfair Display", serif;
    font-size: 2.2rem;
    color: #c5a46d;
    margin-bottom: 15px;
     
    
}

.block-text p {
    font-size: 1.1rem;
    opacity: 0.85;
    line-height: 1.7;
    align-items: justify;
}

/* Responsive */
@media(max-width: 900px) {
    .block, .block.reverse {
        flex-direction: column;
    }

    .block-img {
        width: 100%;
        height: 260px;
    }
}











/* COVER HERO BOOK PROOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO*/
.cover-hero {
    position: relative;
    width: 100%;
    height: 120vh;
    overflow: hidden;
    background: #000;
}

/* IMAGE DE COVER */
.cover-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: brightness(1);
}

/* TEXTE SUR LA COVER */
.cover-content {
    position: absolute;
    bottom: 15%;
    left: 8%;
    color: #fff;
    max-width: 600px;
}

.cover-content h1 {
    font-family: "Playfair Display", serif;
    font-size: 3.2rem;
    color: #c5a46d;
    margin: 0 0 10px;
}

.cover-content p {
    font-size: 1.2rem;
    opacity: 0.85;
    line-height: 1.6;
}

/* RESPONSIVE */
@media(max-width: 1060px) {
    .cover-hero {
        height: 37vh;
    }

    .cover-content h1 {
        font-size: 2.2rem;
    }

    .cover-content p {
        font-size: 1rem;
    }
}


















/* DESIGN POUR BLOC TEXTE BOOKPRO*/

.blocks-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 20px 0;
}

.text-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.block-image img {
    width: 100%;
    border-radius: 10px;
    display: block;
}

.block-text p {
    font-size: 15px;
    line-height: 1.7;
    text-align: justify;
}

/* Lettrine */
.lettrine p::first-letter {
    font-size: 3rem;
    float: left;
    line-height: 1;
    margin-right: 8px;
    font-weight: 700;
    color: #c9a15b; /* or doré Signature */
}

/* Responsive */
@media (max-width: 1024px) {
    .blocks-wrapper {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 80px) {
    .blocks-wrapper {
        grid-template-columns: 1fr;
    }
}














/* DESIGN MINIATURE VIDEO*  


<!-- MINIATURE VIDEO -->
<div class="video-thumb">
    <video src="video/mtandersonela.mp4" muted></video>
</div>

<!-- LECTEUR PLEIN ÉCRAN -->
<div class="video-lightbox" id="videoLightbox">
    <div class="video-container">
        <span class="close-video" id="closeVideo">&times;</span>
        <video id="mainVideo" controls>
            <source src="video/mariage.mp4" type="video/mp4">
        </video>
    </div>
</div>

/


/* MINIATURE */
.video-thumb {
    width: 100%;
    max-width: 500px;
    margin: auto;
    cursor: pointer;
    border: 2px solid #c5a46d;
    border-radius: 12px;
    overflow: hidden;
}

.video-thumb video {
    width: 100%;
    display: block;
}

/* LIGHTBOX VIDEO */
.video-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.95);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.video-container {
    position: relative;
    width: 90%;
    max-width: 900px;
}

#mainVideo {
    width: 100%;
    border: 2px solid #c5a46d;
    border-radius: 12px;
}

/* BOUTON FERMER */
.close-video {
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 40px;
    color: #c5a46d;
    cursor: pointer;
}

/*  DESIGN AGRANDIR VIDEO FACEBOOK */

.fb-video-wrapper {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16/9;
    position: relative;
    overflow: hidden;
    border: 2px solid #c5a46d;
    border-radius: 12px;
    box-shadow: 0 0 25px rgba(197,164,109,0.4);
}

.fb-video-wrapper iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
















/*DESIGN POUR NEWSLETTER NOS PROMOS */


.newsletter-box {
    background: #000;
    padding: 40px 20px;
    text-align: center;
    border: 2px solid #c5a46d;
    border-radius: 12px;
    max-width: 500px;
    margin: 40px auto;
    color: #fff;
}

.newsletter-box h2 {
    font-size: 26px;
    color: #c5a46d;
    margin-bottom: 10px;
}

.newsletter-box p {
    font-size: 16px;
    margin-bottom: 20px;
}

.newsletter-form input {
    width: 80%;
    padding: 12px;
    border: 1px solid #c5a46d;
    border-radius: 8px;
    margin-bottom: 15px;
    background: #111;
    color: #fff;
}

.newsletter-form button {
    background: #c5a46d;
    color: #000;
    padding: 12px 25px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s;
}

.newsletter-form button:hover {
    background: #e6c98b;
}


/* HERO NEWSLETTER */
.hero-newsletter {
    width: 100%;
    height: 80vh;
    background: url('image/hero-newsletter.jpg') center/cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    position: relative;
}

/* Overlay noir transparent */
.hero-newsletter::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
}

/* Contenu */
.hero-newsletter-content {
    position: relative;
    z-index: 2;
    max-width: 600px;
    color: #fff;
}

.hero-newsletter h1 {
    font-size: 42px;
    color: #c5a46d;
    margin-bottom: 10px;
    font-family: 'Playfair Display', serif;
}

.hero-newsletter p {
    font-size: 18px;
    margin-bottom: 25px;
}

/* Formulaire */
.newsletter-form input {
    width: 20%;
    padding: 12px;
    border: 1px solid #c5a46d;
    border-radius: 8px;
    background: #111;
    color: #fff;
    margin-bottom: 15px;
    font-family: 'Playfair Display', serif;
}

.newsletter-form button {
    background: #c5a46d;
    color: #000;
    padding: 12px 35px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s;
}

.newsletter-form button:hover {
    background: #e6c98b;
}

/* Mobile */
@media(max-width: 768px) {
    .hero-newsletter {
        height: 70vh;
    }

    .hero-newsletter h1 {
        font-size: 32px;
    }

    .newsletter-form input {
        width: 90%;
    }
}




/* DESIGN SLIDER XXL AVEC IMAGE DE NEWSLETTER NOS PROMOS /////////////////////////////////////////// */
.cover-xxl-slider {
    position: relative;
    width: 100%;
    height: 100vh; /* XXL plein écran */
    overflow: hidden;
}

/* SLIDES */
.slides {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    animation: slideShow 18s infinite;
}

.slide {
    min-width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: brightness(0.20);
}

/* ANIMATION SLIDER */
@keyframes slideShow {
    0% { transform: translateX(0); }
    33% { transform: translateX(0); }

    40% { transform: translateX(-100%); }
    66% { transform: translateX(-100%); }

    73% { transform: translateX(-200%); }
    100% { transform: translateX(-200%); }
}

/* CONTENU */
.cover-xxl-content {
    position: relative;
    z-index: 10;
    text-align: center;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.cover-xxl-content h1 {
    font-family: "Playfair Display", serif;
    font-size: 64px;
    color: #c5a46d;
    margin-bottom: 10px;
}

.cover-xxl-content p {
    font-size: 22px;
    margin-bottom: 25px;
    opacity: 0.9;
}

/* BOUTON */
.cover-xxl-btn {
    display: inline-block;
    padding: 16px 40px;
    background: #c5a46d;
    color: #000;
    font-weight: bold;
    border-radius: 10px;
    text-decoration: none;
    font-size: 20px;
    transition: 0.3s;
}

.cover-xxl-btn:hover {
    background: #e6c98b;
}

/* MOBILE */
@media(max-width: 768px) {
    .cover-xxl-content h1 {
        font-size: 38px;
    }

    .cover-xxl-content p {
        font-size: 16px;
    }

    .cover-xxl-btn {
        font-size: 16px;
        padding: 12px 30px;
    }
}



/* BOUTTON DOWNLOAD */

.download-container {
    text-align: center;
    margin-top: 50px;
}

.btn-download {
    display: inline-block;
    background: #c5a46d; /* or premium */
    color: #000;
    padding: 18px 40px; /* bouton plus grand */
    font-size: 70px; /* texte plus grand */
    font-weight: bold;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.3s ease;
}

.btn-download:hover {
    background: #e6c98b; /* or plus clair au hover */
    transform: scale(1.05); /* léger zoom premium */
}


/* DESIGN COMPTE A REBOUR*/


#countdown-container {
    text-align: center;
    margin-top: 40px;
    color: #fff;
}

#countdown-container h2 {
    font-size: 28px;
    color: #c5a46d;
    margin-bottom: 15px;
    font-family: "Playfair Display", serif;
}

#countdown {
    font-size: 40px;
    font-weight: bold;
    color: #c5a46d;
    letter-spacing: 2px;
}

#countdown span {
    padding: 0 10px;
}

.btn-download {
    position: relative;
    display: inline-block;
    background: #c5a46d;
    color: #000;
    padding: 18px 40px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 10px;
    text-decoration: none;
    overflow: hidden;
    transition: 0.3s ease;
    font-size: 40px;
}

/* Effet de brillance */
.btn-download::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.1),
        rgba(255, 255, 255, 0.6),
        rgba(255, 255, 255, 0.1)
    );
    transform: skewX(-20deg);
    animation: shine 2.5s infinite;
}

/* Animation */
@keyframes shine {
    0% { left: -100%; }
    50% { left: 120%; }
    100% { left: 120%; }
}

/* Hover premium */
.btn-download:hover {
    transform: scale(1.05);
    background: #e6c98b;
}


/* DESIGN FIN COMPTE A REBOUR*/






/* PHOTO DE TELECHARGER TOUTES VOS PHOTOS*/
.photo-frame {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

/* Cadre élégant */
.photo-frame img {
    width:700px; /* taille de la photo */
    height: auto;
    border-radius: 15px;
    border: 4px solid #c5a46d; /* cadre or */
    box-shadow: 0 0 25px rgba(0,0,0,0.4);
    overflow: hidden;
}

/* Animation */
.photo-animated {
    animation: zoomFade 6s ease-in-out infinite;
}

/* Keyframes */
@keyframes zoomFade {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.08);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.8;
    }
}


/* BOUTTON VOIR LES OFFRE PAGE ACCES */

/* Centrage du bouton */
.btn-center {
    text-align: center;
    margin-top: 25px;
    font-family: 'Playfair Display', serif;
}

/* Bouton XXL premium */
.big-offer-btn {
    background: #c5a46d; /* or premium */
    color: #000;
    padding: 25px 80px; /* GROS bouton XXL */
    font-size: 30px; /* texte énorme */
    font-weight: bold;
    border: none;
    border-radius: 14px;
    cursor: pointer;
    transition: 0.3s ease;
    position: relative;
    overflow: hidden;
    font-family: 'Playfair Display', serif;
}

/* Effet de brillance animée */
.big-offer-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 70%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.1),
        rgba(255, 255, 255, 0.7),
        rgba(255, 255, 255, 0.1)
    );
    transform: skewX(-20deg);
    animation: shine 2.8s infinite;
}

@keyframes shine {
    0% { left: -120%; }
    50% { left: 130%; }
    100% { left: 130%; }
}

/* Effet hover premium */
.big-offer-btn:hover {
    transform: scale(1.12);
    background: #e6c98b;
}

/* DESIGN DU BOUTTON CHAMP DE REMPLISSAGE MAIL PAGE OFFRE ACCES  */
#client-email {
    width: 90%;
    max-width: 450px;
    padding: 18px 20px;
    font-size: 18px;
    border: 2px solid #c5a46d; /* bordure or */
    border-radius: 12px;
    background: #111; /* noir profond */
    color: #fff;
    outline: none;
    transition: 0.3s ease;
    display: block;
    margin: 0 auto; /* centré */
   font-family: 'Playfair Display', serif;
}

/* Placeholder stylé */
#client-email::placeholder {
    color: #c5a46d;
    opacity: 0.7;
  
}

/* Effet focus premium */
#client-email:focus {
    border-color: #e6c98b; /* or plus clair */
    box-shadow: 0 0 15px rgba(197, 164, 109, 0.6); /* glow or */
    background: #1a1a1a;
}



/* DESIGN BOUTTON RESERVER MAINTENANT / PAGE OFF EXCEPTIONNELLE */
.cta-center {
    text-align: center;
    margin-top: 60px;
}

/* Bouton noir/or premium */
.cta-btn {
    display: inline-block;
    background: #000; /* noir profond */
    color: #c5a46d; /* or */
    padding: 22px 20px;
    font-size: 77px;
    font-weight: bold;
    border: 2px solid #c5a46d;
    border-radius: 14px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease;
}

/* Effet brillance animé */
.cta-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 80%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.6),
        rgba(255, 255, 255, 0.05)
    );
    transform: skewX(-20deg);
    animation: goldShine 2.8s infinite;
}

@keyframes goldShine {
    0% { left: -150%; }
    50% { left: 150%; }
    100% { left: 150%; }
}

/* Hover premium */
.cta-btn:hover {
    background: #c5a46d;
    color: #000;
    transform: scale(1.10);
    box-shadow: 0 0 25px rgba(197,164,109,0.8);
}




/* DESIGN BOUTTON DUREE OFFRE */


#countdown-container {
    text-align: center; /* centre tout le contenu */
    width: 100%;
    margin: 0 auto;
}

#countdown-container h2 {
    color: #c5a46d; /* or premium */
    font-size: 65px;
    margin-bottom: 5px;
    font-family: "Playfair Display", serif;
}

#countdown {
    font-size: 40px;
    font-weight: bold;
    color: #c5a46d;
    letter-spacing: 5px;
}






/* Conteneur centré */
.image-wrapper {
    text-align: center;
    margin: 30px auto;
}


/* DESIGN AFFICHE IMAGE ENTIERE OFFRE EXCPETION */
.img-brillance {
    width: 100%;
    max-width: 1000px; /* tu peux augmenter si tu veux */
    height: auto;
    object-fit: contain; /* affiche l'image entièrement */
    border-radius: 12px;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

/* Effet brillance */
.img-brillance::before {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 80%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.6),
        rgba(255, 255, 255, 0.05)
    );
    transform: skewX(-20deg);
    animation: shineImage 3s infinite;
}

@keyframes shineImage {
    0% { left: -150%; }
    50% { left: 150%; }
    100% { left: 150%; }
}


/* Conteneur centré */
.image-brillance-container {
    text-align: center;
    margin: 30px auto;
}

/* Image affichée entièrement */
.image-brillance {
    width: 100%;
    max-width: 600px; /* tu peux augmenter */
    height: auto;
    border-radius: 12px;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

/* Effet brillance glissante */
.image-brillance::before {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 80%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.0),
        rgba(255, 255, 255, 0.45),
        rgba(255, 255, 255, 0.0)
    );
    transform: skewX(-20deg);
    animation: brillanceSlide 3s infinite;
}

/* Animation du reflet */
@keyframes brillanceSlide {
    0% { left: -150%; }
    50% { left: 150%; }
    100% { left: 150%; }
}









/*DESIGN BANIERE COOKIES */


#smg-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    color: #fff;
    padding: 25px;
    border-top: 2px solid #BAA777;
    font-family: 'Inter', sans-serif;
    z-index: 999999;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#smg-consent-banner h3 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    color: #BAA777;
    margin: 0;
}

#smg-consent-banner p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

#smg-consent-buttons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.smg-btn {
    padding: 10px 18px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s ease;
    font-size: 14px;
}

/* Bouton Accepter */
.smg-accept {
    background: #BAA777;
    color: #000;
    border: none;
}
.smg-accept:hover {
    background: #d4c08a;
}

/* Bouton Refuser */
.smg-decline {
    background: transparent;
    border: 2px solid #BAA777;
    color: #BAA777;
}
.smg-decline:hover {
    background: #BAA777;
    color: #000;
}

/* Bouton Personnaliser */
.smg-customize {
    background: transparent;
    color: #BAA777;
    border: none;
    text-decoration: underline;
}
.smg-customize:hover {
    color: #d4c08a;
}

.invitation-wrapper {
    display: flex;
    justify-content: center;   /* centre horizontalement */
    align-items: center;       /* centre verticalement */
    min-height: 100vh;         /* occupe toute la hauteur de l'écran */
    padding: 20px;
}







/* BANNIÈRE COOKIES*/
#smg-consent-banner {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 650px;
    background: #000;
    color: #fff;
    padding: 25px 20px;
    border: 2px solid #BAA777;
    border-radius: 14px;
    box-shadow: 0 0 25px rgba(186,167,119,0.4);
    font-family: 'Playfair Display', serif;
    text-align: center;
    z-index: 9999;
    display: none; /* caché par défaut */
}

/* TITRE */
#smg-consent-banner h3 {
    color: #BAA777;
    font-size: 26px;
    margin-bottom: 10px;
}

/* TEXTE */
#smg-consent-banner p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* BOUTONS */
#smg-consent-buttons {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.smg-btn {
    padding: 10px 18px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    transition: 0.3s;
}

.smg-accept {
    background: #BAA777;
    color: #000;
}

.smg-decline {
    background: #444;
    color: #fff;
}

.smg-customize {
    background: transparent;
    border: 1px solid #BAA777;
    color: #BAA777;
}

.smg-btn:hover {
    transform: scale(1.05);
}























































/* DESIGN POURRRRRRRRRRRRRRRRRRRRRRRRRR MON BAZAAAR /

/* BANNIÈRE MONBAZAAR*/

body {
    margin: 0;
    font-family: 'Playfair Display', serif;
    background: #ffffff;
}

/* HEADER */
.header {
    background-color: #131921;
    color: white;
}

.top-nav {
    display: flex;
    align-items: center;
    padding: 10px;
    gap: 20px;
}

.logo {
    font-size: 46px;
    font-weight: bold;
}

.search-bar {
    display: flex;
    flex: 1;
    max-width: 700px;
}

.search-category {
    padding: 5px;
    border: none;
    background: #e6e6e6;
}

.search-bar input {
    flex: 1;
    padding: 10px;
    border: none;
}

.search-btn {
    background: #febd69;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
}

.bottom-nav {
    background: #232f3e;
}

.bottom-nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 10px;
    gap: 40px;
}

.bottom-nav li {
    cursor: pointer;
}


}

.hero-btn {
    padding: 12px 20px;
    background: #febd69;
    border: none;
    cursor: pointer;
    margin-top: 10px;
}

/* CATEGORIES */
.categories {
    padding: 20px;
    background: white;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    
}

.cat-card {
    background: #fff;
    padding: 30px;
    text-align: center;
    border-radius: 0;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* PRODUCTS */
.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 20px;
    padding: 20px;
}

/* Carte produit */
.product-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 0;
    text-align: center;
    transition: 0.3s;
}

.product-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Image du produit en haut */
.product-img {
    width: 100%;
    height: 200px;
    object-fit: center;
    border-radius: 0;
}

/* Infos du produit */
.product-info {
    margin-top: 10px;
}

.product-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.product-price {
    font-size: 18px;
    color: #b12704;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Bouton Ajouter au panier */
.add-cart-btn {
    width: 100%;
    padding: 5px;
    background: #ffd814;
    border: none;
    border-radius: 48px;
    font-size: 16px;
    cursor: pointer;
}

.add-cart-btn:hover {
    background: #f7ca00;
}


/* FOOTER */
.footer {
    background: #131921;
    color: white;
    text-align: center;
    padding: 20px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .category-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero {
        height: 250px;
        padding-left: 20px;
    }
}








.slider {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.slides {
    display: flex;
    width: 300%;
    height: 100%;
    transition: transform 0.6s ease-in-out;
}

.slide {
    width: 100%;
    flex-shrink: 0;
}

.slide img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

/* Boutons */
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: white;
    border: none;
    padding: 12px 18px;
    cursor: pointer;
    font-size: 22px;
    border-radius: 50%;
}

.prev { left: 10px; }
.next { right: 10px; }

.prev:hover, .next:hover {
    background: rgba(0,0,0,0.8);
}






.product-page {
    display: flex;
    gap: 40px;
    padding: 40px;
    background: white;
}

.product-image img {
    width: 450px;
    border-radius: 10px;
}

.product-info {
    max-width: 500px;
}

.product-info h1 {
    margin-top: 0;
}

.product-info ul {
    padding-left: 20px;
}

.add-cart {
    padding: 12px 20px;
    background: #febd69;
    border: none;
    cursor: pointer;
    margin-top: 20px;
    font-size: 16px;
}


.product-image {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.product-image img {
    width: 450px;
    border-radius: 10px;
}

.thumbnails {
    display: flex;
    gap: 10px;
}

.thumbnails img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 6px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: 0.3s;
}

.thumbnails img:hover {
    border-color: #febd69;
}






.product-container {
    display: flex;
    gap: 30px;
    padding: 40px;
    background: white;
}

/* Miniatures */
.product-thumbs {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-thumbs img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border: 2px solid #ddd;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

.product-thumbs img:hover {
    border-color: #f0a500;
}


/* Image principale */
.product-main-image img {
    width: 450px;
    border-radius: 10px;
}

/* Infos produit */
.product-details {
    max-width: 450px;
}

.product-details h1 {
    margin-top: 0;
    font-size: 26px;
}

.rating {
    margin: 10px 0;
    color: #e6a400;
}

.price {
    font-size: 28px;
    font-weight: bold;
    color: #b12704;
}

.description {
    margin: 15px 0;
    line-height: 1.5;
}

.buy-btn {
    padding: 12px 20px;
    background: #ffd814;
    border: 1px solid #fcd200;
    cursor: pointer;
    font-size: 18px;
    border-radius: 8px;
    margin-top: 20px;
}

.buy-btn:hover {
    background: #f7ca00;
}

/* Responsive */
@media (max-width: 768px) {
    .product-container {
        flex-direction: column;
        align-items: center;
    }

    .product-main-image img {
        width: 100%;
    }
}


