/*
Theme Name: Jessy Conciergerie
Theme URI: https://votre-site.fr
Author: Jessy Conciergerie
Description: Thème personnalisé pour Jessy Conciergerie.
Version: 1.0
Text Domain: jessy-conciergerie
*/

/* ==========================================
   RESET & STRUCTURE GÉNÉRALE
========================================== */

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

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    color: #333333;
    background-color: #ffffff;
    line-height: 1.6;
    overflow-x: hidden;
}

.container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}


/* ==========================================
   HEADER / MENU
========================================== */

.site-header {
    background: #fcfbfa; /*f9eee9*/
    border-bottom: 1px solid #e2d5cc;
    padding: 15px 0;
}

.site-header .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo img,
.site-logo {
    max-width: 200px;
    height: auto;
    display: block;
}

.nav-links {
    display: flex;
    gap: 20px;
    align-items: center;
}

.nav-links a {
    text-decoration: none;
    color: #4a5568;
    font-weight: 600;
    transition: color 0.2s ease;
}

.nav-links a.active,
.nav-links a:hover {
    color: #365d42;
}

.menu {
    display: none;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
}


/* ==========================================
   HERO
========================================== */

.hero {
    padding: 40px 0;
    width: 100%;
}

.hero-grid {
    display: flex;
    flex-direction: row;
    align-items: left;
    justify-content: space-between;
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.hero-text-remonte {
    flex: 1;
    text-align: left;
}

.hero-text-remonte h1 {
    font-size: 32px;
    line-height: 1.2;
    margin-top: 5px;
    margin-bottom: 15px;
    color: #4a5568;
}

.hero-text-remonte p {
    margin-bottom: 15px;
}

.eyebrow {
        display: inline-block;
      font-size: 14px;
      font-weight: 700;
      color: #9a6c56;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 5px;
}


/* ==========================================
   PHOTO HERO
========================================== */

.hero-photo {
    flex: 0 0 420px;
    width: 420px;
    max-width: 420px;
}

.photo-placeholder {
    width: 100%;
}

.hero-photo img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    display: block;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}


/* ==========================================
   FACEBOOK / GOOGLE
========================================== */

.btn-facebook {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    color: #365d42;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.btn-facebook:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.btn-facebook img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    border-radius: 50%;
}


/* ==========================================
   BLOC QUI SUIS-JE
========================================== */

.force-centre-mobile {
    width: 100%;
    max-width: 900px;
    margin: 30px auto;
    background: #fffaf7;
    border: 2px solid #e2d5cc;
    border-radius: 20px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(114, 112, 112, 0.1);
}

.force-centre-mobile h3,
.force-centre-mobile p {
    text-align: center;
}


/* ==========================================
   AVIS CLIENTS
========================================== */

.reviews-section {
    margin: 40px auto;
    max-width: 900px;
    text-align: center;
}

.reviews-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 25px;
}

.reviews-badge-score {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    border: 1px solid #e2d5cc;
    border-radius: 30px;
    padding: 6px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #365d42;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    text-align: left;
}

.review-card {
    background: #ffffff;
    border: 1px solid #e2d5cc;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

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

.review-avatar {
    width: 36px;
    height: 36px;
    background: #365d42;
    color: #ffffff;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-stars {
    color: #fbbc04;
    font-size: 14px;
}

.review-text {
    font-size: 14px;
    color: #4a5568;
    line-height: 1.5;
    font-style: italic;
}


/* ==========================================
   CARTES
========================================== */

.cards.three,
.jessy-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 40px 0;
    width: 100%;
}

.card,
.jessy-card-item {
    background: #ffffff;
    border: 2px solid #e2d5cc;
    border-radius: 16px;
    padding: 25px;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover,
.jessy-card-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.card .icon,
.jessy-card-icon {
    font-size: 32px;
    margin-bottom: 15px;
}

.card h3,
.jessy-card-title {
    color: #365d42;
    font-size: 18px;
    margin-bottom: 10px;
}

.card p,
.jessy-card-desc {
    font-size: 14px;
    color: #4a5568;
    margin-bottom: 20px;
}

.card span,
.jessy-card-link {
    font-weight: 600;
    color: #365d42;
    font-size: 14px;
}


/* ==========================================
   SECTION CONTACT
========================================== */

.cta {
    background: #365d42;
    color: #ffffff;
    text-align: center;
    padding: 50px 20px;
}

.cta h2 {
    margin-bottom: 10px;
}

.cta p {
    margin-bottom: 25px;
}

.btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
}

.btn.white {
    background: #ffffff;
    color: #365d42;
}


/* ==========================================
   COMPTEUR
========================================== */

.footer-counter-section {
    text-align: center;
    padding: 30px 20px 10px;
    background: #fafafa;
}

.views-counter-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    border: 1px solid #e2d5cc;
    border-radius: 50px;
    padding: 8px 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04);
}

.badge-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #eaf4ed;
    color: #365d42;
    border-radius: 50%;
}

.badge-text {
    font-size: 14px;
    font-weight: 600;
    color: #4a5568;
}

.badge-text strong {
    color: #365d42;
}


/* ==========================================
   FOOTER
========================================== */

footer {
    background: #ffffff;
    border-top: 1px solid #e2d5cc;
    padding: 20px;
    text-align: center;
}


/* ==========================================
   VERSION MOBILE
========================================== */

@media (max-width: 850px) {

    /* MENU */

    .site-header .nav {
        flex-wrap: wrap;
    }

    .menu {
        display: block;
    }

    .nav-links {
        display: none;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding-top: 20px;
        gap: 15px;
    }

    .nav-links.open {
        display: flex;
    }


    /* HERO */

    .hero {
        padding: 30px 0;
    }

    .hero-grid {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 25px;
        padding-left: 20px;
        padding-right: 20px;
    }


    /* TEXTE */

    .hero-text-remonte {
        flex: none;
        width: 100%;
        text-align: center;
    }

    .hero-text-remonte h1 {
        text-align: center;
        font-size: 34px;
    }

    .hero-text-remonte p {
        text-align: center;
    }

    .eyebrow {
        display: block;
        text-align: center;
    }


    /* PHOTO - CENTRÉE */

    .hero-photo {
        flex: none !important;
        width: 100% !important;
        max-width: 360px !important;
        margin: 0 auto !important;
        padding: 0 !important;
        transform: none !important;
        position: relative !important;
        left: auto !important;
        right: auto !important;
    }

    .photo-placeholder {
        width: 100% !important;
        margin: 0 auto !important;
    }

    .hero-photo img {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        margin: 0 auto !important;
    }


    /* AVIS */

    .reviews-grid {
        grid-template-columns: 1fr;
    }


    /* CARTES */

    .cards.three,
    .jessy-cards-grid {
        grid-template-columns: 1fr;
    }


    /* QUI SUIS-JE */

    .force-centre-mobile {
        width: calc(100% - 30px);
        margin: 20px auto;
        padding: 20px;
    }

}


/* ==========================================
   PETITS SMARTPHONES
========================================== */

@media (max-width: 480px) {

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .hero-grid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .hero-text-remonte h1 {
        font-size: 30px;
    }

    .hero-photo {
        width: 100% !important;
        max-width: 330px !important;
        margin: 0 auto !important;
    }

}
