/* ============================================================
   EDEN PEARLS — STYLESHEET GLOBAL
   Toutes les pages du site partagent ce fichier.
   ============================================================ */


/* ============================================================
   1. RESET & TYPOGRAPHIE
   ============================================================ */

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    background-color: white;
    color: black;
}

.oswald {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.montserrat {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.great-vibes-regular {
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    font-style: normal;
}


/* ============================================================
   2. HEADER & NAVIGATION (toutes les pages)
   ============================================================ */

header {
    background-color: white;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
}

.logo h3 {
    font-size: 20px;
    letter-spacing: 4px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    text-align: center;
}

.Top {
    background-color: white;
    display: flex;
    flex-direction: column;
}

.menu {
    background-color: black;
    padding: 0px;
}

nav ul {
    display: flex;
    gap: 40px;
}

nav ul li {
    list-style: none;
}

nav ul li a {
    text-decoration: none;
    color: white;
    font-weight: 600;
    font-size: 12px;
}


/* ============================================================
   3. FOOTER (toutes les pages)
   ============================================================ */

footer {
    text-align: center;
    padding: 20px;
    color: white;
    font-size: 14px;
    background-color: white;
    border-top: 1px solid black;
}

.footer-content {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-content .log {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.footer-content .log img {
    height: 100px;
}

.footer-content a {
    text-decoration: none;
    color: black;
}

.men,
.Autres {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: start;
}


/* ============================================================
   4. BOUTON FLOTTANT (WhatsApp — pages secondaires)
   ============================================================ */

.button {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.button a {
    background: black;
    color: white;
    font-size: 18px;
    padding: 10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}


/* ============================================================
   5. ACCUEIL — HERO
   ============================================================ */

.Text h1 {
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 110px;
    margin-bottom: 10px;
    margin-top: 190px;
    color: black;
}

.Text h2 {
    font-weight: 500;
    font-size: 40px;
    margin-top: 0px;
    color: black;
}

.Text h3 {
    font-size: 165px;
    font-weight: 500;
    margin-top: 0px;
    color: black;
    overflow: hidden;
    white-space: nowrap;
    border-right: 3px solid white;
    display: inline-block;
    animation:
        typewriter 3s steps(9) infinite,
        cursor 0.7s steps(1) infinite;
}

.Text a {
    text-decoration: none;
    color: white;
    background-color: black;
    padding: 10px 35px;
    border: 1px solid black;
    font-size: 20px;
}

.select {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 50px;
    width: 100%;
}

.select a {
    text-decoration: none;
    background-color: black;
    color: white;
    padding: 15px 20%;
    font-size: 16px;
}


/* ============================================================
   6. ACCUEIL — SECTIONS DE CONTENU
   ============================================================ */

.g {
    background-color: white;
    display: flex;
    gap: 40px;
    min-height: 700px;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: url(images/IMG_2735.JPG);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

main {
    gap: 70px;
    justify-content: center;
    padding: 20px;
}

.content {
    display: flex;
    justify-content: flex-start;
    gap: 40px;
    margin-top: 100px;
}

.content img {
    height: 400px;
    text-align: center;
    padding: 70px;
    border-radius: 5px;
}

main img:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

.content h3 {
    text-align: center;
}

/* --- Titres de section --- */
.Apropos h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0px;
    color: black;
    padding-bottom: 10px;
    display: inline-block;
}

.contacT h3 {
    margin-top: 50px;
    font-size: 30px;
    text-align: center;
    margin-bottom: 0;
}

.Zao h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-top: 50px;
}

/* --- À propos --- */
.apropos {
    padding: 50px;
    border-radius: 30px;
    color: black;
    display: flex;
    flex-direction: column;
    margin: 200px 0 100px 50px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.apropos h5 {
    margin-top: 0px;
    margin-bottom: 50px;
}

.apropos h3 {
    font-size: 30px;
}

.apropos h4 {
    font-size: 27px;
    font-weight: 700;
}

.apropos p {
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
    line-height: 1.5;
    margin-right: 70px;
    margin-left: 70px;
}

.apropos a {
    text-decoration: none;
    color: white;
    background-color: black;
    padding: 10px 15px;
    margin-top: 1px;
    display: inline-block;
}

/* --- Découverte / meilleures ventes --- */
.pl {
    justify-content: center;
    gap: 20px;
    margin: 50px 0;
    margin-top: 120px;
}

.pl h1 {
    padding-bottom: 30px;
    text-align: center;
}

.pl .pll {
    display: flex;
    gap: 3px;
    background-color: #E6E6E6;
    border-radius: 5px;
    justify-content: center;
}

.pl .pll img {
    height: 325px;
    padding: 70px;
    border-radius: 5px;
}

.decouverte {
    display: flex;
    flex-direction: column;
    margin-top: 120px;
}

.Main {
    display: flex;
    flex-direction: column;
    min-height: 500px;
    align-items: center;
    border-radius: 10px;
    gap: 70px;
    justify-content: center;
    padding-top: 50px;
}

.v {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    min-width: 300px;
    height: 190px;
    justify-content: center;
    border-radius: 6px;
    background-color: white;
}

.v h4 {
    color: white;
    font-size: 24px;
    font-weight: 700;
    background-color: transparent;
    padding: 10px;
}

.text a {
    text-decoration: none;
    color: black;
    background-color: #E6E6E6;
    padding: 8px 15px;
    border-radius: 7px;
    font-size: 16px;
}

.text a:hover {
    background-color: black;
    color: white;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.product-card {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.product-card img {
    height: 200px;
    width: 200px;
    border-radius: 50px;
}

/* --- Blue banner --- */
.blue {
    background-color: whitesmoke;
    min-height: 250px;
    border-radius: 10px;
    margin-top: 50px;
    display: flex;
    align-items: center;
}

.blue h5 {
    color: black;
    font-size: 18px;
    font-weight: 400;
    text-align: start;
    margin: auto;
    padding: 20px;
}

.kl {
    display: flex;
    flex-direction: column;
}

.kl h4 {
    color: black;
    padding: 20px;
    font-size: 30px;
    text-align: start;
}

.www {
    margin-top: 140px;
}

.www a {
    text-decoration: none;
    color: white;
    background-color: black;
    padding: 10px 20px;
}

/* --- Best buys / porte-clés --- */
.best {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.tof {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.tof img {
    height: 350px;
    width: auto;
    border-radius: 5px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

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

.x {
    display: flex;
    gap: 20px;
}

.contentx {
    display: flex;
    justify-content: flex-start;
    text-align: center;
    gap: 40px;
}

.ecrit {
    text-align: start;
}

.pink {
    background-color: whitesmoke;
    padding: 30px;
    border-radius: 10px;
    min-height: 250px;
    color: black;
    align-items: center;
    margin-top: 90px;
}

.pink h4 {
    font-size: 30px;
}

.pink a {
    text-decoration: none;
    color: white;
    background-color: black;
    padding: 6px 11px;
}

.tofff h4 {
    color: black;
    margin-left: 20px;
}


/* ============================================================
   7. ACCUEIL — TÉMOIGNAGES
   ============================================================ */

.testimony {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    align-items: stretch;
    margin-top: 60px;
}

.TEST2 {
    background: whitesmoke;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    width: 100%;
    max-width: 500px;
}

.TEST2 p {
    font-size: 15px;
    line-height: 1.5;
    color: #333;
}

.user {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.user i.female {
    font-size: 30px;
    color: #ff69b4;
}

.user .name {
    font-weight: 600;
    font-size: 16px;
}

.stars {
    color: #f9c74f;
    margin-bottom: 10px;
}

.stars i {
    margin-right: 3px;
}


/* ============================================================
   8. ACCUEIL — CONTACT
   ============================================================ */

.contacT {
    padding: 20px;
    color: black;
    text-align: start;
}

.sss {
    display: flex;
    gap: 40px;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.sss .right {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
}

.sss .right h5 {
    font-size: 16px;
}

.sss .right a {
    text-decoration: none;
    font-size: 24px;
    color: black;
    margin-right: 10px;
    transition: color 0.3s ease;
}

.sss .right a:hover {
    color: hotpink;
}

.sss .right p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
}

.sss .left {
    flex: 1;
    min-width: 300px;
}

.sss .left form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: whitesmoke;
    padding: 30px;
}

.sss .left form input,
.sss .left form textarea {
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
}

.sss .left form button {
    padding: 10px;
    border: none;
    border-radius: 5px;
    background-color: white;
    color: black;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    margin-top: 10px;
}

.RS {
    display: flex;
    gap: 20px;
}

.RSS a i {
    font-size: 24px;
}


/* ============================================================
   9. PAGE PRODUITS (produits.html) — hero + grille catalogue
   ============================================================ */

.Top1 {
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    padding-top: 120px;
    padding-left: 20px;
    padding-right: 20px;
    background: url(images/Sans\ titre.PNG);
    background-position: center 65%;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

.Top1 h1 {
    font-size: 62px;
}

.Top1 p {
    font-size: 15px;
}

main h1 {
    text-align: center;
    margin-top: 40px;
}

.Hadassah,
.SELAH,
.ADO,
.LUZ,
.YAEL {
    margin: 50px 40px;
}

.photo {
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
}

.photo1,
.photo2,
.photo3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 15px;
    border-radius: 10px;
}

main img {
    height: 250px;
    max-width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.photo a {
    text-decoration: none;
    color: black;
    font-weight: 600;
}

.Photo {
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 50px;
    padding-top: 60px;
}

.Photo a {
    text-decoration: none;
    color: black;
    font-weight: 600;
}

.Photo img {
    height: 300px;
    width: 170px;
    object-fit: cover;
}

.photo4,
.photo5,
.photo6,
.photo7 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 15px;
    padding-bottom: 60px;
    border-radius: 10px;
}


/* ============================================================
   10. PAGE PRODUIT INDIVIDUEL (yael1.html, selah1.html, etc.)
   ============================================================ */

.product-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    padding: 50px 20px;
}

.product-images {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product-images img {
    width: 300px;
    border-radius: 10px;
}

.product-details {
    max-width: 500px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product-details h2 {
    font-size: 28px;
    margin: 0;
}

.product-details p {
    font-size: 16px;
    line-height: 1.5;
}

.product-details .price {
    font-weight: bold;
    font-size: 20px;
}

.product-details a {
    text-decoration: none;
    background-color: black;
    color: white;
    padding: 10px 20px;
    width: fit-content;
    border-radius: 5px;
    transition: 0.3s;
}

.product-details a:hover {
    background-color: #333;
}

.others img {
    height: 200px;
    margin-left: 60px;
    margin-bottom: 50px;
    border-radius: 5px;
}


/* ============================================================
   11. PAGE GALERIE (gallery.html)
   ============================================================ */

.content1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px;
    gap: 30px;
}

.content1 img {
    height: 600px;
}

.insta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 100px;
}


/* ============================================================
   12. PAGE LIVRAISONS (Livraisons.html)
   ============================================================ */

.zone {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 50px;
}

.zon {
    padding: 40px 60px;
    border-radius: 8px;
    border: 1px solid black;
    background: white;
    transition: 0.3s ease;
    min-width: 180px;
}

.zon:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

.zon h4 {
    margin-bottom: 10px;
}

.zon p {
    font-weight: 600;
    font-size: 18px;
}


/* ============================================================
   13. PAGE RENSEIGNEMENTS (rennseignements.html) & pages simples
   ============================================================ */

main.page-simple {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 500px;
    padding: 40px 20px;
}

main.page-simple h1 {
    font-size: 32px;
    margin-bottom: 10px;
}

main.page-simple h4 {
    font-weight: 400;
    margin: 5px 0;
}


/* ============================================================
   14. MEDIA QUERIES — TABLETTE (≤ 1024px)
   ============================================================ */

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

    .pl .pll {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .pl .pll img {
        height: 400px;
        width: auto;
    }

    .content {
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center;
    }

    .content img {
        height: 180px;
    }

    .contentx .x img {
        height: 250px;
        width: 200px;
    }

    .contentx {
        flex-wrap: wrap;
    }

    .tof img {
        height: 250px;
    }

    .buttonn {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .apropos {
        margin-left: 7px;
        margin-right: 7px;
    }

    main img {
        height: 200px;
    }

    .photo {
        gap: 25px;
    }

    .Top1 h1 {
        font-size: 22px;
    }

    .zone {
        gap: 20px;
    }

    .zon {
        padding: 30px 40px;
    }

    main.page-simple h1 {
        font-size: 28px;
    }
}


/* ============================================================
   15. MEDIA QUERIES — MOBILE (≤ 768px)
   ============================================================ */

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

    body {
        margin: 0;
    }

    /* --- Hero --- */
    .Text h1 {
        font-size: 50px;
        margin-top: 190px;
    }

    .Text h2 {
        font-size: 22px;
    }

    .Text a {
        font-size: 16px;
        padding: 8px 20px;
    }

    /* --- À propos --- */
    .apropos {
        padding: 50px;
        margin-left: 7px;
        margin-right: 7px;
    }

    .apropos p {
        margin: 0 5px;
    }

    /* --- Découverte --- */
    .decouverte {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .decouverte .Main {
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 40px;
    }

    .decouverte .product-card {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .decouverte .product-card .v img {
        height: 200px;
        width: 200px;
        border-radius: 50px;
    }

    .decouverte .product-card .text {
        text-align: center;
    }

    .text p {
        text-align: justify;
    }

    /* --- Porte-clés --- */
    .pink .contentx {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 90px;
    }

    .pink .contentx .x {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        width: 100%;
        max-width: 300px;
    }

    .pink .contentx .x img {
        height: 180px;
        width: 80%;
        object-fit: cover;
        border-radius: 5px;
    }

    .pink .contentx .x .ecrit {
        text-align: center;
    }

    .pink .contentx .x .ecrit h4 {
        font-size: 18px;
    }

    .pink h4 {
        text-align: center;
    }

    .pink .contentx .x .ecrit p {
        font-size: 16px;
    }

    .pink .contentx .x .ecrit a {
        padding: 6px 10px;
        font-size: 14px;
    }

    .content img {
        max-height: 297px;
        width: 250px;
    }

    /* --- Contact --- */
    .contacT {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    /* --- Best buys --- */
    .tof {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .tof img {
        height: 490px;
    }

    .www {
        align-items: center;
        display: flex;
        flex-direction: column;
        margin-top: 90px;
    }

    .wwww {
        display: flex;
        gap: 5px;
    }

    /* --- Blue banner --- */
    .blue {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        background-color: white;
    }

    .blue h5 {
        color: black;
        font-size: 16px;
        font-weight: 400;
        text-align: justify;
        margin: auto;
    }

    .kl h4 {
        color: black;
        font-size: 30px;
        text-align: center;
    }

    /* --- Témoignages --- */
    .TEST2 {
        background: whitesmoke;
        padding: 20px;
        border-radius: 15px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        width: 330px;
    }

    /* --- Footer --- */
    .footer-content {
        display: flex;
        gap: 40px;
        flex-direction: column;
        align-items: center;
    }

    .Autres {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

    /* --- Galerie --- */
    .content1 > div {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .content1 img {
        height: 300px;
        width: auto;
    }

    .content1 {
        padding: 15px;
    }

    /* --- Livraisons --- */
    .zone {
        flex-direction: column;
        align-items: center;
    }

    .zon {
        padding: 25px;
    }

    main.page-simple h1 {
        font-size: 24px;
    }

    main.page-simple h4 {
        font-size: 14px;
        padding: 10px;
    }

    /* --- Renseignements --- */
    main.page-simple {
        padding: 25px;
        text-align: center;
    }
}


/* ============================================================
   16. MEDIA QUERIES — PAGE PRODUIT INDIVIDUEL (≤ 700px)
   ============================================================ */

@media screen and (max-width: 700px) {

    main img {
        height: 220px;
        width: 300px;
    }

    .Photo img {
        height: 220px;
        width: 150px;
        object-fit: cover;
    }

    .photo {
        gap: 20px;
    }
}
