* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: url("fond-vagues.jpg") center center fixed;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: Arial, sans-serif;
}
body{
    min-height:100vh;
    background-attachment:fixed;
}
/* PAGE D'ENTRÉE */

.splash {
    height: 100vh;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.logo {
    width: 800px;
    max-width: 80%;
    margin-bottom: 40px;
}

/* TITRES */

.hero {
    text-align: center;
}

.logo-header {
    width: 180px;
    height: auto;
    display: block;
    margin: 10px auto;
}

h1 {
    color: #8B6508;
    margin-bottom: 15px;
}

p {
    color: #444;
    margin-bottom: 20px;
}

/* BOUTONS CLASSIQUES */

.btn {
    text-decoration: none;
    background: white;
    color: #B8860B;

    padding: 15px 40px;
    border-radius: 30px;

    font-weight: bold;

    transition: 0.3s;
}

.btn:hover {
    transform: scale(1.05);
}

.retour {
    display: inline-block;
    margin-top: 150px;
}

/* MENU ACCUEIL */

.menu-formes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;

    margin-top: 40px;
}

/* STYLE COMMUN DES BULLES */

.forme {
    width: 180px;
    height: 180px;

    position: relative;

    border-radius: 50%;
    overflow: hidden;

    border: 3px solid #B8860B;

    display: flex;
    justify-content: center;
    align-items: center;

    text-decoration: none;

    box-shadow: 0 4px 15px rgba(0,0,0,0.15);

    transition: 0.3s;
}

.forme:hover {
    transform: scale(1.08);
}

.forme span {
    position: relative;
    z-index: 2;

    color: #8B6508;
    font-size: 1.2rem;
    font-weight: bold;

    text-align: center;

    text-shadow: 0 1px 3px rgba(255,255,255,0.8);
}

/* BULLE PRESENTATION */

.bulle-logo::before {
    content: "";
    position: absolute;
    inset: 0;

    background-image: url("logo.jpg");
    background-size: cover;
    background-position: center;

    opacity: 0.70;
}

.bulle-logo::after {
    content: "";
    position: absolute;
    inset: 0;

    background: rgba(255,255,255,0.35);
}

/* BULLE CREATIONS */

.bulle-creations::before {
    content: "";
    position: absolute;
    inset: 0;

    background-image: url("creations.jpg");
    background-size: cover;
    background-position: center;

    opacity: 0.70;
}

.bulle-creations::after {
    content: "";
    position: absolute;
    inset: 0;

    background: rgba(255,255,255,0.35);
}

/* BULLE MON PANIER */

.bulle-commandes::before {
    content: "";
    position: absolute;
    inset: 0;

    background-image: url("commandes.jpg");
    background-size: cover;
    background-position: center;

    opacity: 0.70;
}

.bulle-commandes::after {
    content: "";
    position: absolute;
    inset: 0;

    background: rgba(255,255,255,0.35);
}

/* BULLE CONTACT */

.bulle-contact::before {
    content: "";
    position: absolute;
    inset: 0;

    background-image: url("contact.jpg");
    background-size: cover;
    background-position: center;

    opacity: 0.70;
}

.bulle-contact::after {
    content: "";
    position: absolute;
    inset: 0;

    background: rgba(255,255,255,0.35);
}

/* PAGE MES CREATIONS */

.categories-creations {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;

    max-width: 800px;
    margin: 50px auto;
}

.bulle-categorie {
    width: 220px;
    height: 220px;

    border-radius: 50%;
    border: 3px solid #B8860B;

    display: flex;
    justify-content: center;
    align-items: center;

    text-decoration: none;

    background: rgba(255,255,255,0.40);

    box-shadow: 0 4px 15px rgba(0,0,0,0.15);

    transition: 0.3s;
}

.bulle-categorie:hover {
    transform: scale(1.08);
}

.bulle-categorie span {
    color: #8B6508;
    font-size: 1.1rem;
    font-weight: bold;

    text-align: center;

    padding: 15px;
}
.bulle-categorie {
    width: 220px;
    height: 220px;

    position: relative;

    border-radius: 50%;
    overflow: hidden;

    border: 3px solid #B8860B;

    display: flex;
    justify-content: center;
    align-items: center;

    text-decoration: none;

    box-shadow: 0 4px 15px rgba(0,0,0,0.15);

    transition: 0.3s;
}

.bulle-categorie:hover {
    transform: scale(1.08);
}

.bulle-categorie span {
    position: relative;
    z-index: 2;

    color: #8B6508;
    font-size: 1.1rem;
    font-weight: bold;

    text-align: center;

    text-shadow: 0 1px 3px rgba(255,255,255,0.9);
}
.boucles::before {
    content: "";
    position: absolute;
    inset: 0;

    background-image: url("boucles.jpg");
    background-size: cover;
    background-position: center;

    opacity: 0.60;
}

.boucles::after {
    content: "";
    position: absolute;
    inset: 0;

    background: rgba(255,255,255,0.35);
}
.pendentifs::before {
    content: "";
    position: absolute;
    inset: 0;

    background-image: url("pendentifs.jpg");
    background-size: cover;
    background-position: center;

    opacity: 0.60;
}

.pendentifs::after {
    content: "";
    position: absolute;
    inset: 0;

    background: rgba(255,255,255,0.35);
}
.bracelets::before {
    content: "";
    position: absolute;
    inset: 0;

    background-image: url("bracelets.jpg");
    background-size: cover;
    background-position: center;

    opacity: 0.60;
}

.bracelets::after {
    content: "";
    position: absolute;
    inset: 0;

    background: rgba(255,255,255,0.35);
}
.porte-clés::before {
    content: "";
    position: absolute;
    inset: 0;

    background-image: url("porte-clés.jpg");
    background-size: cover;
    background-position: center;

    opacity: 0.60;
}

.porte-clés::after {
    content: "";
    position: absolute;
    inset: 0;

    background: rgba(255,255,255,0.35);
}
.autres::before {
    content: "";
    position: absolute;
    inset: 0;

    background-image: url("autres.jpg");
    background-size: cover;
    background-position: center;

    opacity: 0.60;
}

.autres::after {
    content: "";
    position: absolute;
    inset: 0;

    background: rgba(255,255,255,0.35);
}
/* GALERIE DES CRÉATIONS */

.galerie-creations {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;

    max-width: 1400px;
    margin: 40px auto;
    padding: 20px;
}

/* FICHE PRODUIT */

.creation {
    width: 280px;

    background: rgba(255,255,255,0.95);

    border-radius: 20px;

    padding: 15px;

    text-align: center;

    box-shadow: 0 4px 15px rgba(0,0,0,0.15);

    transition: 0.3s;
}

.creation{
    width:180px;
    background:rgba(255,255,255,0.95);
    border-radius:20px;
    padding:10px;
    text-align:center;
    box-shadow:0 4px 15px rgba(0,0,0,0.15);
    overflow:hidden;

    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.creation:hover{
    transform: scale(1.05);
    box-shadow:0 10px 25px rgba(0,0,0,0.25);
}

.creation img{
    width:100%;
    height:180px;
    object-fit:cover;
    border-radius:15px;
    margin-bottom:8px;

    transition: transform 0.3s ease;
}

.creation:hover img{
    transform: scale(1.08);
}

/* NOM DE LA CRÉATION */

.creation h3 {
    color: #8B6508;

    font-size: 1.2rem;

    margin-bottom: 10px;
}

/* DESCRIPTION */

.description {
    color: #444;

    font-size: 0.95rem;

    line-height: 1.4;

    min-height: 0;

    margin-bottom: 8px;
}

/* PRIX */

.prix {
    color: #B8860B;

    font-size: 1.4rem;

    font-weight: bold;

    margin-bottom: 8px;
}

/* VERSION MOBILE */

@media (max-width: 768px) {

    .creation {
        width: 90%;
        max-width: 320px;
    }

    .creation img {
        height: 250px;
    }

}
.btn-panier{
background-color: #c89b3c;
color: white;
border: none;
padding: 10px 15px;
border-radius: 8px;
cursor: pointer;
margin-top: 10px;
}

.btn-panier:hover{
opacity: 0.9;
}
footer{
    text-align: center;      /* Centre le texte */
    margin-top: 60px;        /* Espace au-dessus du footer */
    padding: 20px 0;         /* Espace intérieur */
}

footer p{
    margin: 10px 0;
}

footer a{
    text-decoration: none;
    color: #333;
    margin: 0 10px;
}

footer a:hover{
    color: #c08081; /* Couleur au survol, à adapter à ton thème */
}

.personnalisation{
    max-width:700px;
    margin:50px auto;
    padding:25px;
    background-color:#fff7f8;
    border:2px solid #e8c8cf;
    border-radius:20px;
    text-align:center;
    line-height:1.8;
    box-shadow:0 3px 10px rgba(0,0,0,0.1);
}
.btn-assorti{
display:inline-block;
margin-top:10px;
padding:8px 15px;
background:#B8860B;
color:white;
text-decoration:none;
border-radius:8px;
font-size:0.9rem;
}

.btn-assorti:hover{
opacity:0.9;
}

.btn-assorti{
    display:inline-block;
    margin-top:10px;
    padding:8px 15px;
    background:#B8860B;
    color:white;
    text-decoration:none;
    border-radius:8px;
    font-size:0.9rem;
}

.btn-assorti:hover{
    opacity:0.9;
}
form{
    max-width:600px;
    margin:30px auto;
    text-align:left;
}

form label{
    display:block;
    margin-top:15px;
    margin-bottom:6px;
    font-weight:bold;
}

form input,
form select,
form textarea{
    width:100%;
    padding:12px;
    border:2px solid #d8b4d8;
    border-radius:10px;
    font-size:16px;
    box-sizing:border-box;
}

form textarea{
    resize:vertical;
    min-height:180px;
}

form button{
    margin-top:25px;
    width:100%;
}
.badge-panier {
    position: absolute;
    top: -8px;
    right: -8px;
    background: red;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
}

#panierFixe {
    position: fixed;
    top: 20px;
    right: 20px;
}

#notificationPanier{
    position:fixed;
    bottom:20px;
    left:50%;
    transform:translateX(-50%);
    background:#4CAF50;
    color:white;
    padding:12px 20px;
    border-radius:10px;
    display:none;
    z-index:99999;
    text-align:center;
    max-width:90%;
}

#notificationPanier.afficher {
    display: block;
}
.message-accueil{
    max-width:900px;
    margin:40px auto;
    padding:20px;

    background:#FFF8E8;

    border:3px solid #B8860B;
    border-radius:25px;

    box-shadow:0 8px 20px rgba(0,0,0,0.15);

    text-align:center;
}

.message-accueil h2{
    color:#8B6508;
    margin-bottom:12px;
}

.message-accueil p{
    color:#444;
    line-height:1.6;
    margin-bottom:12px;
    font-size:1.05rem;
}

.signature{
    color:#B8860B;
    font-weight:bold;
    font-size:1.1rem;
}


.encadre-presentation{
    max-width:900px;
    margin:50px auto;
    padding:35px;

    background: #FFF8E8;

    border:3px solid #B8860B;
    border-radius:25px;

    box-shadow:0 8px 20px rgba(0,0,0,0.15);

    text-align:center;
}

.encadre-presentation h2{
    color:#8B6508;
    font-size:2rem;
    margin-bottom:35px;   /* espace sous le titre */
}

.encadre-presentation p{
    font-size:1.1rem;
    line-height:1.9;
    margin-bottom:22px;
    color:#444;
}
.retour{
    display: inline-block;
    margin-top: 60px; /* ou 80px si tu veux encore plus d'espace */
}
@media (max-width: 768px) {

    #panierFixe{
        top: 15px;
        right: 15px;
        z-index: 9999;
        font-size: 28px;
    }

    .badge-panier{
        width:22px;
        height:22px;
        font-size:12px;
    }

}
.popup-produit{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.7);
    z-index:99999;

    justify-content:center;
    align-items:center;
}

.popup-produit.afficher{
    display:flex;
}

.popup-contenu{
    background:white;
    padding:25px;
    border-radius:20px;
    text-align:center;
    width:90%;
    max-width:500px;
    position:relative;
}

.popup-contenu img{
    width:100%;
    max-height:450px;
    object-fit:contain;
    border-radius:15px;
}

.fermerPopup{
    position:absolute;
    top:10px;
    right:15px;
    font-size:35px;
    cursor:pointer;
    color:#B8860B;
}
/* ============================= */
/* ÉVENTAIL DES PRODUITS */
/* ============================= */

.eventail-produits {
    position: absolute;

    left: 40px;
    top: 60px;

    width: 200px;
    height: 220px;
}

/* CARTES */

.carte-produit {
    position: absolute;

    width: 100px;
    padding: 6px;

    background: white;
    border-radius: 10px;

    box-shadow: 0 5px 15px rgba(0,0,0,0.25);

    text-align: center;

    transition:
        transform 0.35s ease,
        z-index 0s;

    transform-origin: bottom center;
}

/* IMAGES */

.carte-produit img {
    width: 100%;
    height: 115px;

    object-fit: cover;

    border-radius: 7px;

    display: block;
}

/* BOUTON */

.voir-article {
    display: block;

    margin-top: 6px;
    padding: 6px;

    background: #B8860B;
    color: white;

    text-decoration: none;

    border-radius: 7px;

    font-size: 0.75rem;
    font-weight: bold;
}

/* ============================= */
/* POSITION EN ÉVENTAIL */
/* ============================= */

.carte-1 {
    left: 0;
    top: 35px;
    transform: rotate(-15deg);
    z-index: 1;
}

.carte-2 {
    left: 60px;
    top: 10px;
    transform: rotate(-5deg);
    z-index: 2;
}

.carte-3 {
    left: 120px;
    top: 10px;
    transform: rotate(5deg);
    z-index: 3;
}

.carte-4 {
    left: 180px;
    top: 35px;
    transform: rotate(15deg);
    z-index: 4;
}

.carte-produit:hover {
    z-index: 20;
    transform: translateY(-20px) scale(1.08) rotate(0deg);
}

/* ============================= */
/* MOBILE */
/* ============================= */

@media (max-width: 768px) {

    .eventail-produits {
        width: 340px;
        height: 260px;

        margin: 20px auto;
    }

    .carte-produit {
        width: 135px;
    }

    .carte-produit img {
        height: 150px;
    }

    .carte-1 {
        left: 0;
    }

    .carte-2 {
        left: 65px;
    }

    .carte-3 {
        left: 130px;
    }

    .carte-4 {
        left: 195px;
    }

}

/* ============================= */
/* PHOTO DE L'EVENTAIL EN GRAND  */
/* ============================= */

.photo-eventail {
    cursor: zoom-in;
}

/* Fond noir de la fenêtre */
.lightbox {
    display: none;
    position: fixed;
    z-index: 99999;
    inset: 0;
    background: rgba(0, 0, 0, 0.90);

    align-items: center;
    justify-content: center;

    padding: 30px;
}

/* Image agrandie */
.lightbox img {
    max-width: 90vw;
    max-height: 90vh;

    width: auto;
    height: auto;

    object-fit: contain;

    border-radius: 10px;
    box-shadow: 0 0 30px rgba(255,255,255,0.25);
}

/* Bouton fermer */
.fermer-lightbox {
    position: absolute;
    top: 20px;
    right: 25px;

    border: none;
    background: transparent;

    color: white;
    font-size: 35px;

    cursor: pointer;
    z-index: 100000;
}

.fermer-lightbox:hover {
    transform: scale(1.15);
}

/* Titre des coups de cœur au-dessus de l'éventail */

.titre-coups-de-coeur {
    text-align: center;

    font-family: Georgia, serif;
    font-size: 1.3rem;
    font-weight: 600;

    margin: 30px 0 12px;

    letter-spacing: 0.5px;
    transform: translateX(-440px); 
}





